@@ -93,7 +93,7 @@ resources:
93
93
crs : https://www.opengis.net/def/crs/OGC/1.3/CRS84
94
94
temporal :
95
95
begin :
96
- end : null # or empty
96
+ end :
97
97
providers :
98
98
- type : feature
99
99
name : OGR
@@ -157,15 +157,15 @@ resources:
157
157
crs : https://www.opengis.net/def/crs/OGC/1.3/CRS84
158
158
temporal :
159
159
begin :
160
- end : null # or empty
160
+ end :
161
161
providers :
162
162
- type : feature
163
163
name : OGR
164
164
data :
165
165
source_type : GPKG
166
166
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
169
169
source_capabilities :
170
170
paging : True
171
171
@@ -181,7 +181,7 @@ resources:
181
181
- https://www.opengis.net/def/crs/EPSG/0/3857
182
182
- https://www.opengis.net/def/crs/EPSG/0/4258
183
183
- 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
185
185
186
186
id_field : fid
187
187
title_field : gml_id
@@ -221,7 +221,7 @@ resources:
221
221
crs : https://www.opengis.net/def/crs/OGC/1.3/CRS84
222
222
temporal :
223
223
begin :
224
- end : null # or empty
224
+ end :
225
225
providers :
226
226
- type : feature
227
227
name : OGR
@@ -280,7 +280,7 @@ resources:
280
280
crs : https://www.opengis.net/def/crs/OGC/1.3/EPSG:4326
281
281
temporal :
282
282
begin :
283
- end : null # or empty
283
+ end :
284
284
providers :
285
285
- type : feature
286
286
name : GeoJSON
@@ -318,15 +318,15 @@ resources:
318
318
crs : https://www.opengis.net/def/crs/OGC/1.3/CRS84
319
319
temporal :
320
320
begin :
321
- end : null # or empty
321
+ end :
322
322
providers :
323
323
- type : feature
324
324
name : OGR
325
325
data :
326
326
source_type : WFS
327
327
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
330
330
source_capabilities :
331
331
paging : True
332
332
@@ -347,7 +347,7 @@ resources:
347
347
- https://www.opengis.net/def/crs/EPSG/0/3857
348
348
- https://www.opengis.net/def/crs/EPSG/0/4258
349
349
- 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
351
351
352
352
id_field : gml_id
353
353
layer : landschapsatlas:Molens
@@ -375,7 +375,7 @@ resources:
375
375
# crs: https://www.opengis.net/def/crs/OGC/1.3/CRS84
376
376
# temporal:
377
377
# begin:
378
- # end: null # or empty
378
+ # end:
379
379
# providers:
380
380
# - type: feature
381
381
# name: OGR
0 commit comments