Skip to content

Commit

Permalink
Add Generalstabskartan to Sweden (#2100)
Browse files Browse the repository at this point in the history
* Add Generalstabskartan to Sweden

* Fix geometry

* Use English version of the URL for license_url

---------

Co-authored-by: Magnus Österlund <[email protected]>
  • Loading branch information
magol and magol authored Oct 18, 2023
1 parent b0deb09 commit d79ca3a
Showing 1 changed file with 113 additions and 0 deletions.
113 changes: 113 additions & 0 deletions sources/europe/se/lantmateriet-generalstab.geojson
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit d79ca3a

Please sign in to comment.