Skip to content

Commit

Permalink
#51 extend pygeoapi config with part 2 CRS support - all collections …
Browse files Browse the repository at this point in the history
…- fix winmills
  • Loading branch information
justb4 committed Mar 15, 2023
1 parent 53170f8 commit 6408e15
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions services/pygeoapi/local.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ resources:
data:
source_type: GPKG
source: data/ADNL_28992.gpkg
# source_srs: EPSG:4258
# target_srs: EPSG:4326
# source_srs: EPSG:28992
# target_srs: EPSG:4326
source_capabilities:
paging: True

Expand Down Expand Up @@ -276,8 +276,8 @@ resources:
data:
source_type: WFS
source: WFS:https://services.rce.geovoorziening.nl/landschapsatlas/wfs?
# source_srs: EPSG:28992
# target_srs: EPSG:4326
source_srs: EPSG:28992
target_srs: EPSG:4326
source_capabilities:
paging: True

Expand All @@ -298,7 +298,7 @@ resources:
- http://www.opengis.net/def/crs/EPSG/0/3857
- http://www.opengis.net/def/crs/EPSG/0/4258
- http://www.opengis.net/def/crs/EPSG/0/28992
storage_crs: http://www.opengis.net/def/crs/OGC/1.3/28992
storage_crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84

id_field: gml_id
layer: landschapsatlas:Molens
Expand Down

0 comments on commit 6408e15

Please sign in to comment.