GET /sweden/protected-areas
Svenske beskyttede områder som GeoJSON — nationalparker, naturreservater eller Natura 2000-lokationer. Kilde: geodata.naturvardsverket.se WFS (Naturvårdsverket, uden auth).
type
valgfri
standard: national-parks
national-parks, nature-reserves or natura2000
| Navn | Påkrævet | Standard | Beskrivelse |
|---|---|---|---|
type |
Nej | national-parks | national-parks, nature-reserves or natura2000 |
curl "https://nordapi.ee/api/v1/sweden/protected-areas?type=national-parks"
{
"data": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><ows:ExceptionReport xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:ows=\"http://www.opengis.net/ows\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" version=\"1.0.0\" xsi:schemaLocation=\"http://www.opengis.net/ows https://geodata.naturvardsverket.se/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd\">\n <ows:Exception exceptionCode=\"NoApplicableCode\">\n <ows:ExceptionText>org.geoserver.platform.ServiceException: Service WFS is disabled\nService WFS is disabled</ows:ExceptionText>\n </ows:Exception>\n</ows:ExceptionReport>\n",
"success": true
}