Skip to content

Commit dff2276

Browse files
committed
make pygeoapi configs inline for plain and ADR versions
1 parent 5591dfe commit dff2276

File tree

2 files changed

+127
-127
lines changed

2 files changed

+127
-127
lines changed

services/pygeoapi/local.config.adr.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ resources:
9393
crs: https://www.opengis.net/def/crs/OGC/1.3/CRS84
9494
temporal:
9595
begin:
96-
end: null # or empty
96+
end:
9797
providers:
9898
- type: feature
9999
name: OGR
@@ -157,15 +157,15 @@ resources:
157157
crs: https://www.opengis.net/def/crs/OGC/1.3/CRS84
158158
temporal:
159159
begin:
160-
end: null # or empty
160+
end:
161161
providers:
162162
- type: feature
163163
name: OGR
164164
data:
165165
source_type: GPKG
166166
source: data/ADNL_28992.gpkg
167-
source_srs: EPSG:28992
168-
target_srs: EPSG:4326
167+
# source_srs: EPSG:28992
168+
# target_srs: EPSG:4326
169169
source_capabilities:
170170
paging: True
171171

@@ -181,7 +181,7 @@ resources:
181181
- https://www.opengis.net/def/crs/EPSG/0/3857
182182
- https://www.opengis.net/def/crs/EPSG/0/4258
183183
- https://www.opengis.net/def/crs/EPSG/0/28992
184-
storage_crs: https://www.opengis.net/def/crs/OGC/1.3/CRS84
184+
storage_crs: https://www.opengis.net/def/crs/EPSG/0/28992
185185

186186
id_field: fid
187187
title_field: gml_id
@@ -221,7 +221,7 @@ resources:
221221
crs: https://www.opengis.net/def/crs/OGC/1.3/CRS84
222222
temporal:
223223
begin:
224-
end: null # or empty
224+
end:
225225
providers:
226226
- type: feature
227227
name: OGR
@@ -280,7 +280,7 @@ resources:
280280
crs: https://www.opengis.net/def/crs/OGC/1.3/EPSG:4326
281281
temporal:
282282
begin:
283-
end: null # or empty
283+
end:
284284
providers:
285285
- type: feature
286286
name: GeoJSON
@@ -318,15 +318,15 @@ resources:
318318
crs: https://www.opengis.net/def/crs/OGC/1.3/CRS84
319319
temporal:
320320
begin:
321-
end: null # or empty
321+
end:
322322
providers:
323323
- type: feature
324324
name: OGR
325325
data:
326326
source_type: WFS
327327
source: WFS:https://services.rce.geovoorziening.nl/landschapsatlas/wfs?
328-
source_srs: EPSG:28992
329-
target_srs: EPSG:4326
328+
# source_srs: EPSG:28992
329+
# target_srs: EPSG:4326
330330
source_capabilities:
331331
paging: True
332332

@@ -347,7 +347,7 @@ resources:
347347
- https://www.opengis.net/def/crs/EPSG/0/3857
348348
- https://www.opengis.net/def/crs/EPSG/0/4258
349349
- https://www.opengis.net/def/crs/EPSG/0/28992
350-
storage_crs: https://www.opengis.net/def/crs/OGC/1.3/CRS84
350+
storage_crs: https://www.opengis.net/def/crs/EPSG/0/28992
351351

352352
id_field: gml_id
353353
layer: landschapsatlas:Molens
@@ -375,7 +375,7 @@ resources:
375375
# crs: https://www.opengis.net/def/crs/OGC/1.3/CRS84
376376
# temporal:
377377
# begin:
378-
# end: null # or empty
378+
# end:
379379
# providers:
380380
# - type: feature
381381
# name: OGR

0 commit comments

Comments
 (0)