Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit efd2674

Browse files
authoredMar 2, 2024
align OACov with latest updates to specification (#154)
1 parent d333470 commit efd2674

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎workshop/jupyter/content/notebooks/09-publishing.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,11 @@
204204
"\n",
205205
"In the collection `links` section, notice the links where the `rel` properties start with `http://www.opengis.net/def/rel/ogc/1.0/coverage-*`. This signifies that the collection has a coverage representation. A client can then interact with the coverage via the OGC API - Coverages standard:\n",
206206
"\n",
207-
"http://localhost:5000/collections/srtm/coverage/rangetype\n",
207+
"http://localhost:5000/collections/srtm/schema\n",
208208
"\n",
209-
"http://localhost:5000/collections/srtm/coverage/domainset\n",
209+
"http://localhost:5000/collections/srtm\n",
210210
"\n",
211-
"http://localhost:5000/collections/srtm/coverage/coverage\n",
211+
"http://localhost:5000/collections/srtm/coverage\n",
212212
"\n"
213213
]
214214
},

0 commit comments

Comments
 (0)
Please sign in to comment.