Skip to content

Commit 1b1214f

Browse files
committed
fix url examples
1 parent 1ffda2f commit 1b1214f

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

docs/src/services.md

+9-16
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ It enables Raster visualization for a single STAC **Item** and large-scale (mult
6969

7070
**Mosaic endpoints**
7171

72-
- https://raster.eoapi.dev/mosaic/list list pre-registered Virtual Mosaics
72+
- https://raster.eoapi.dev/searches/list list pre-registered Virtual Mosaics
7373

74-
- https://raster.eoapi.dev/mosaic/ebe10c878834f8319311ad47e2472f3b/info get information about the `ebe10c878834f8319311ad47e2472f3b` mosaic
74+
- https://raster.eoapi.dev/searches/2f3073257a5b6530aedbb0e4b4f726fa/info get information about the `2f3073257a5b6530aedbb0e4b4f726fa` mosaic
7575

76-
- https://raster.eoapi.dev/mosaic/ebe10c878834f8319311ad47e2472f3b/map?assets=visual&minzoom=12&maxzoom=19 show the `ebe10c878834f8319311ad47e2472f3b` mosaic and using the `visual` **Asset** on a Map client
76+
- https://raster.eoapi.dev/searches/2f3073257a5b6530aedbb0e4b4f726fa/map?assets=visual&minzoom=12&maxzoom=19 show the `2f3073257a5b6530aedbb0e4b4f726fa` mosaic and using the `visual` **Asset** on a Map client
7777

78-
- https://raster.eoapi.dev/mosaic/ebe10c878834f8319311ad47e2472f3b/tilejson.json?assets=visual&minzoom=12&maxzoom=19 get a TileJSON document for the `ebe10c878834f8319311ad47e2472f3b` mosaic and using the `visual` **Asset**
78+
- https://raster.eoapi.dev/searches/2f3073257a5b6530aedbb0e4b4f726fa/tilejson.json?assets=visual&minzoom=12&maxzoom=19 get a TileJSON document for the `2f3073257a5b6530aedbb0e4b4f726fa` mosaic and using the `visual` **Asset**
7979

8080
---
8181

@@ -97,17 +97,17 @@ It enables vector Features/Features Collection exploration and visualization for
9797

9898
- https://vector.eoapi.dev/collections list available **Tables** or **Function Layers**
9999

100-
- https://vector.eoapi.dev/collections/public.landsat_wrs get information about the `landsat_wrs` Table
100+
- https://vector.eoapi.dev/collections/public.countries get information about the `countries` Table
101101

102-
- https://vector.eoapi.dev/collections/public.landsat_wrs/items list items for the `landsat_wrs` Table
102+
- https://vector.eoapi.dev/collections/public.countries/items list items for the `countries` Table
103103

104104
**OGC Tiles**
105105

106-
- https://vector.eoapi.dev/collections/public.landsat_wrs/tiles list all TileSet available for the `landsat_wrs` Table
106+
- https://vector.eoapi.dev/collections/public.countries/tiles list all TileSet available for the `countries` Table
107107

108-
- https://vector.eoapi.dev/collections/public.landsat_wrs/tiles/WebMercatorQuad get `WebMercatorQuad` TileSet information for the `landsat_wrs` Table
108+
- https://vector.eoapi.dev/collections/public.countries/tiles/WebMercatorQuad get `WebMercatorQuad` TileSet information for the `countries` Table
109109

110-
- https://vector.eoapi.dev/collections/public.landsat_wrs/viewer shows the `landsat_wrs` Table on a Map client using vector tiles
110+
- https://vector.eoapi.dev/collections/public.countries/viewer shows the `countries` Table on a Map client using vector tiles
111111

112112
- https://vector.eoapi.dev/tileMatrixSets/WebMercatorQuad `WebMercatorQuad` TileMatrixSet information
113113

@@ -124,10 +124,3 @@ The browsing UI deployed in eoAPI is built on [the radiant earth STAC browser](h
124124
!!! example
125125

126126
- http://eoapi-dev-stac-browser.s3-website-us-east-1.amazonaws.com landing page
127-
128-
- http://eoapi-dev-stac-browser.s3-website-us-east-1.amazonaws.com/collections display available **Collection**
129-
130-
- http://eoapi-dev-stac-browser.s3-website-us-east-1.amazonaws.com/collections/MAXAR_southafrica_flooding22/items display available **Items** for the `MAXAR_southafrica_flooding22` collection
131-
132-
- http://eoapi-dev-stac-browser.s3-website-us-east-1.amazonaws.com/collections/MAXAR_southafrica_flooding22/items/36_213131033000_1040010076566100 show the `36_213131033000_1040010076566100` **Item** in the `MAXAR_southafrica_flooding22` collection and visualize its "visual" asset.
133-
---

0 commit comments

Comments
 (0)