Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions workshop/content/docs/publishing/ogcapi-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ Let's add the file `workshop/exercises/data/brazil/guama_river.gpkg.zip`:
- Guama River
- Merit Hydro
links:
- type: text/html
rel: canonical
title: data
href: https://www.sciencebase.gov/catalog/item/614a8864d34e0df5fb97572d
hreflang: EE
- type: text/html
rel: canonical
title: data
href: https://www.sciencebase.gov/catalog/item/614a8864d34e0df5fb97572d
hreflang: EE
extents:
spatial:
bbox: [-49.16, -5.0, -46.8, -1.2]
Expand Down
4 changes: 2 additions & 2 deletions workshop/exercises/pygeoapi.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ resources:
### END - EXERCISE 1 - Your First Collection

## START - EXERCISE 2 - Guama River mainstems
# guama-river:
# guama-river:
# type: collection
# title: Guama River
# description: Guama River Basin mainstem flowlines
Expand All @@ -244,7 +244,7 @@ resources:
# hreflang: EE
# extents:
# spatial:
# bbox: [49.16,-5.0, -46.8, -1.2]
# bbox: [-49.16,-5.0, -46.8, -1.2]
# crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
# providers:
# - type: feature
Expand Down