Skip to content

Commit efd2674

Browse files
authored
align OACov with latest updates to specification (#154)
1 parent d333470 commit efd2674

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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)