You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Response JSON attribut crs under links for POST /search display a wrong value 25832, if the request body filter-crs and crs is assigned with "http://www.opengis.net/def/crs/EPSG/0/25832".
Response JSON attribut
crs
underlinks
for POST/search
display a wrong value25832
, if the request bodyfilter-crs
andcrs
is assigned with "http://www.opengis.net/def/crs/EPSG/0/25832".POST https://api.dataforsyningen.dk/skraafotoapi_test/search
{
"filter-lang": "cql-json",
"filter": {
"intersects": [
{ "property": "geometry" },
{
"type": "Polygon",
"coordinates": [[
[580036.7433516774, 6130923.626380744],
[581761.5402266774, 6131109.971107306],
[581757.8859298024, 6129953.48795301],
[580032.5578048025, 6130159.7291639475],
[580036.7433516774, 6130923.626380744]
]]
}
]
},
"filter-crs": "http://www.opengis.net/def/crs/EPSG/0/25832",
"crs": "http://www.opengis.net/def/crs/EPSG/0/25832"
}
Response:
The text was updated successfully, but these errors were encountered: