Skip to content

Commit

Permalink
Cleaned up and synched tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yushan-mu committed Dec 6, 2024
1 parent 07e5119 commit 0d6a5ac
Show file tree
Hide file tree
Showing 7 changed files with 104 additions and 448 deletions.
File renamed without changes.
54 changes: 54 additions & 0 deletions test/e2e/data/geojson/geojsonPoint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"type": "FeatureCollection",
"features": [
{
"id": "1535.115.1",
"type": "Feature",
"geometry": {
"coordinates": [
-139.12777777777777,
64.04305555555555
],
"type": "Point"
},
"properties": {
"CURRENT_FLAG": "Y"
}
}
],
"numberMatched": 592926,
"numberReturned": 1,
"links": [
{
"type": "application/geo+json",
"rel": "self",
"title": "This document as GeoJSON",
"href": "https://api.weather.gc.ca/collections/climate-normals/items?f=json&limit=10&lang=en"
},
{
"rel": "alternate",
"type": "application/ld+json",
"title": "This document as RDF (JSON-LD)",
"href": "https://api.weather.gc.ca/collections/climate-normals/items?f=jsonld&limit=10&lang=en"
},
{
"type": "text/html",
"rel": "alternate",
"title": "This document as HTML",
"href": "https://api.weather.gc.ca/collections/climate-normals/items?f=html&limit=10&lang=en"
},
{
"type": "application/geo+json",
"rel": "next",
"title": "items (next)",
"href": "https://api.weather.gc.ca/collections/climate-normals/items?offset=10&limit=10&lang=en"
},
{
"type": "application/json",
"title": "1981-2010 Climate Normals",
"rel": "collection",
"href": "https://api.weather.gc.ca/collections/climate-normals/items"
}
],
"timeStamp": "2024-10-09T17:03:07.763201Z"
}
Loading

0 comments on commit 0d6a5ac

Please sign in to comment.