Skip to content

Commit 51b3645

Browse files
authored
PR #205 from @pvgenuchten fix_spaces
fix spaces in pygeoapi config
2 parents dc233be + 99e78bb commit 51b3645

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

workshop/exercises/pygeoapi.config.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -218,14 +218,14 @@ resources:
218218
# crs: http://www.opengis.net/def/crs/EPSG/0/4326
219219
# providers:
220220
# - type: feature
221-
# name: CSV
222-
# data: /data/tartu/bathingwater-estonia.csv
223-
# id_field: id
224-
# title_field: Name
225-
# geometry:
226-
# x_field: x
227-
# y_field: y
228-
# storage_crs: http://www.opengis.net/def/crs/EPSG/0/3300
221+
# name: CSV
222+
# data: /data/tartu/bathingwater-estonia.csv
223+
# id_field: id
224+
# title_field: Name
225+
# geometry:
226+
# x_field: x
227+
# y_field: y
228+
# storage_crs: http://www.opengis.net/def/crs/EPSG/0/3300
229229
### END - EXERCISE 1 - Your First Collection
230230

231231
## START - EXERCISE 2 - Guama River mainstems
@@ -237,11 +237,11 @@ resources:
237237
# - Guama River
238238
# - Merit Hydro
239239
# links:
240-
# - type: text/html
241-
# rel: canonical
242-
# title: data
243-
# href: https://www.sciencebase.gov/catalog/item/614a8864d34e0df5fb97572d
244-
# hreflang: EE
240+
# - type: text/html
241+
# rel: canonical
242+
# title: data
243+
# href: https://www.sciencebase.gov/catalog/item/614a8864d34e0df5fb97572d
244+
# hreflang: EE
245245
# extents:
246246
# spatial:
247247
# bbox: [49.16,-5.0, -46.8, -1.2]
@@ -347,7 +347,7 @@ resources:
347347
# name: MVT-tippecanoe
348348
# data: /data/tiles/ # local directory tree
349349
# options:
350-
# zoom:
350+
# zoom:
351351
# min: 0
352352
# max: 16
353353
# format:

0 commit comments

Comments
 (0)