Skip to content

Commit

Permalink
#51 extend pygeoapi config with part 3 CRS support
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Mar 14, 2023
1 parent 04e4918 commit 2b11257
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions services/pygeoapi/local.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ resources:
data:
source_type: GPKG
source: data/ADNL.gpkg
source_srs: EPSG:4258
target_srs: EPSG:4326
# source_srs: EPSG:4258
# target_srs: EPSG:4326
source_capabilities:
paging: True

Expand All @@ -106,6 +106,12 @@ resources:
# GDAL_HTTP_PROXY: (optional proxy)
# GDAL_PROXY_AUTH: (optional auth for remote WFS)
CPL_DEBUG: NO
crs:
- http://www.opengis.net/def/crs/OGC/1.3/CRS84
- http://www.opengis.net/def/crs/EPSG/0/4326
- http://www.opengis.net/def/crs/EPSG/0/3857
- http://www.opengis.net/def/crs/EPSG/0/28992
storage_crs: http://www.opengis.net/def/crs/EPSG/0/3857

id_field: fid
title_field: gml_id
Expand Down

0 comments on commit 2b11257

Please sign in to comment.