We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd13bff commit 8baf324Copy full SHA for 8baf324
stac_fastapi/types/stac_fastapi/types/clients/landing.py
@@ -64,7 +64,7 @@ def _landing_page(
64
},
65
{
66
"rel": Relations.search.value,
67
- "type": MimeTypes.json,
+ "type": MimeTypes.geojson,
68
"title": "STAC search",
69
"href": urljoin(base_url, "search"),
70
"method": "POST",
0 commit comments