-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e2e(datahub): mock ogc-api responses, remove wait
Also move all stubs to the root of the spec
- Loading branch information
Showing
8 changed files
with
734 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"id": "covoit-mel", | ||
"title": "covoit-mel", | ||
"links": [ | ||
{ | ||
"href": "https://mel.integration.apps.gs-fr-prod.camptocamp.com/data/ogcapi/collections/covoit-mel/items?f=geojson", | ||
"rel": "items", | ||
"type": "application/geo+json", | ||
"title": "covoit-mel" | ||
}, | ||
{ | ||
"href": "https://mel.integration.apps.gs-fr-prod.camptocamp.com/data/ogcapi/collections/covoit-mel/items?f=json&limit=-1", | ||
"rel": "enclosure", | ||
"type": "application/json", | ||
"title": "Bulk download (JSON)" | ||
}, | ||
{ | ||
"href": "https://mel.integration.apps.gs-fr-prod.camptocamp.com/data/ogcapi/collections/covoit-mel/items?f=geojson&limit=-1", | ||
"rel": "enclosure", | ||
"type": "application/geo+json", | ||
"title": "Bulk download (GeoJSON)" | ||
}, | ||
{ | ||
"href": "https://mel.integration.apps.gs-fr-prod.camptocamp.com/data/ogcapi/collections/covoit-mel/items?f=shapefile&limit=-1", | ||
"rel": "enclosure", | ||
"type": "application/x-shapefile", | ||
"title": "Bulk download (Esri Shapefile)" | ||
}, | ||
{ | ||
"href": "https://mel.integration.apps.gs-fr-prod.camptocamp.com/data/ogcapi/collections/covoit-mel/items?f=csv&limit=-1", | ||
"rel": "enclosure", | ||
"type": "text/csv;charset=UTF-8", | ||
"title": "Bulk download (Comma Separated Values)" | ||
}, | ||
{ | ||
"href": "https://mel.integration.apps.gs-fr-prod.camptocamp.com/data/ogcapi/collections/covoit-mel/items?f=ooxml&limit=-1", | ||
"rel": "enclosure", | ||
"type": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", | ||
"title": "Bulk download (Excel 2007 / OOXML)" | ||
} | ||
], | ||
"itemType": "feature", | ||
"crs": ["http://www.opengis.net/def/crs/OGC/1.3/CRS84"] | ||
} |
Oops, something went wrong.