GET /sweden/protected-areas
以 GeoJSON 格式返回瑞典保护区——国家公园、自然保护区或 Natura 2000 站点。来源:geodata.naturvardsverket.se WFS(Naturvårdsverket,无需认证)。
type
可选
默认: national-parks
national-parks, nature-reserves or natura2000
| 名称 | 必填 | 默认值 | 描述 |
|---|---|---|---|
type |
否 | 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
}