From d79ca3a6154c82c6c102d2bba24fe722b5b3047f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=96sterlund?= Date: Wed, 18 Oct 2023 02:03:35 +0200 Subject: [PATCH] Add Generalstabskartan to Sweden (#2100) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add Generalstabskartan to Sweden * Fix geometry * Use English version of the URL for license_url --------- Co-authored-by: Magnus Österlund --- .../se/lantmateriet-generalstab.geojson | 113 ++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 sources/europe/se/lantmateriet-generalstab.geojson diff --git a/sources/europe/se/lantmateriet-generalstab.geojson b/sources/europe/se/lantmateriet-generalstab.geojson new file mode 100644 index 000000000..47df4c16a --- /dev/null +++ b/sources/europe/se/lantmateriet-generalstab.geojson @@ -0,0 +1,113 @@ +{ + "geometry": { + "coordinates": [ + [ + [ + 12.1201853, + 55.2632379 + ], + [ + 14.9151280, + 55.2543208 + ], + [ + 18.4460395, + 56.6924447 + ], + [ + 19.7424207, + 57.9848139 + ], + [ + 20.0061008, + 59.5371045 + ], + [ + 19.083938, + 60.1930844 + ], + [ + 20.4949924, + 63.2497044 + ], + [ + 24.2523085, + 65.5743697 + ], + [ + 23.8183485, + 67.9251447 + ], + [ + 23.2360731, + 68.346545 + ], + [ + 20.4345594, + 69.1703766 + ], + [ + 18.0834852, + 68.5644031 + ], + [ + 16.5014539, + 67.8838194 + ], + [ + 14.4360242, + 66.1427472 + ], + [ + 11.8212781, + 63.3077531 + ], + [ + 12.2003119, + 60.3106301 + ], + [ + 10.6237739, + 58.5481974 + ], + [ + 12.096596, + 56.7658767 + ], + [ + 12.1201853, + 55.2632379 + ] + ] + ], + "type": "Polygon" + }, + "properties": { + "attribution": { + "required": true, + "text": "© Lantmäteriet, CC0", + "url": "https://www.lantmateriet.se" + }, + "available_projections": [ + "EPSG:3857", + "EPSG:4326", + "EPSG:3006" + ], + "start_date": "1859", + "end_date": "1979", + "country_code": "SE", + "description": "Scan of \"Generalstabskartan\" ca. 1859–1979", + "i18n": true, + "icon": "https://raw.githubusercontent.com/osmlab/editor-layer-index/gh-pages/sources/europe/se/Lantmateriet_icon.png", + "id": "osmse-generalstab", + "license_url": "https://www.lantmateriet.se/en/geodata/geodata-products/open-data#anchor-1", + "privacy_policy_url":"https://gis.lansstyrelsen.se/geodata/gdpr/", + "max_zoom": 17, + "min_zoom": 3, + "name": "Lantmäteriet Generalstabskartan 1859–1979", + "type": "wms", + "url": "https://ext-geodata-raster.lansstyrelsen.se/arcgis/services/RasterNationellt/lst_ext_generalstabskartan/ImageServer/WMSServer?FORMAT=image/jpeg&VERSION=1.3.0&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&CRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}", + "category": "historicmap" + }, + "type": "Feature" +}