Skip to content

Commit

Permalink
GeoJSON for 'Amtliche Vermessung farbig WMTS'
Browse files Browse the repository at this point in the history
- Geometry with the help of René Buffat: http://lists.openstreetmap.ch/pipermail/talk-ch/2020-February/010525.html
- Input from Simon Poole about 'template' to use: http://lists.openstreetmap.ch/pipermail/talk-ch/2020-January/010421.html I used https://github.com/osmlab/editor-layer-index/blob/gh-pages/sources/europe/ch/BernStadt-10cm25cm-2012.geojson as a template
- The layer is available on the Opendata.Swiss platform, I emailed with the head of the 'Geoinformation Bern'.

He informed me that this data (and any future data) on Opendata.Swiss is available to update OSM.
I am allowed to cite him verbatim (in German):
```
Helfen Sie mir doch bitte kurz weiter, da ich zu wenig Kenntnis von OSM habe: gibt es nicht für jedes Objekt in OSM eine History resp. eine History der Nachführungen, wo drin steht, wer welches Objekt ab welcher Grundlage nachgeführt hat? Wenn dem so wäre: geben Sie doch bitte dort die Stadt Berner Daten als Grundlage für ihre Nachführung an. Das wäre der Optimalfall.
```
This is why I set "required": true` in the `attribution`
```
Falls diese Möglichkeit nicht besteht: Sie dürfen unsere auf opendata.swiss veröffentlichten Daten trotzdem für die Nachführung von OSM nutzen. Gilt für die heute und in Zukunft auf opendata.swiss publizierten Daten von Geoinformation Stadt Bern.
```
  • Loading branch information
habi committed May 5, 2020
1 parent 197d7bd commit 9e8fa8c
Showing 1 changed file with 323 additions and 0 deletions.
323 changes: 323 additions & 0 deletions sources/europe/Bern-Amtliche-Vermessung-farbig-WMTS.geojson
@@ -0,0 +1,323 @@
{
"type": "Feature",
"properties": {
"id": "Bern-AmtlicheVermessung",
"name": "Amtliche Vermessung farbig WMTS, OpenData.swiss, Geoinformation Stadt Bern",
"type": "wmts",
"url": "https://map.bern.ch/arcgis/rest/services/AV_farbig/MapServer/WMTS?",
"country_code": "CH",
"license_url": "https://opendata.swiss/de/terms-of-use/",
"attribution": {
"text": "Amtliche Vermessung farbig WMTS, OpenData.swiss, Geoinformation Stadt Bern",
"required": true
},
"description": "Amtliche Vermessung farbig WMTS"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
7.54,
46.86
],
[
7.54,
46.85
],
[
7.5,
46.85
],
[
7.5,
46.86
],
[
7.45,
46.86
],
[
7.45,
46.85
],
[
7.42,
46.85
],
[
7.42,
46.86
],
[
7.43,
46.86
],
[
7.43,
46.87
],
[
7.41,
46.87
],
[
7.41,
46.88
],
[
7.4,
46.88
],
[
7.4,
46.87
],
[
7.39,
46.87
],
[
7.39,
46.86
],
[
7.35,
46.86
],
[
7.35,
46.88
],
[
7.34,
46.88
],
[
7.34,
46.89
],
[
7.29,
46.89
],
[
7.29,
46.88
],
[
7.27,
46.88
],
[
7.27,
46.89
],
[
7.25,
46.89
],
[
7.25,
46.91
],
[
7.23,
46.91
],
[
7.23,
46.93
],
[
7.24,
46.93
],
[
7.24,
46.94
],
[
7.23,
46.94
],
[
7.23,
46.96
],
[
7.24,
46.96
],
[
7.24,
46.97
],
[
7.25,
46.97
],
[
7.25,
46.98
],
[
7.27,
46.98
],
[
7.27,
46.99
],
[
7.28,
46.99
],
[
7.28,
47.0
],
[
7.29,
47.0
],
[
7.29,
47.01
],
[
7.32,
47.01
],
[
7.32,
47.02
],
[
7.37,
47.02
],
[
7.37,
47.03
],
[
7.4,
47.03
],
[
7.4,
47.04
],
[
7.44,
47.04
],
[
7.44,
47.05
],
[
7.47,
47.05
],
[
7.47,
47.04
],
[
7.49,
47.04
],
[
7.49,
47.03
],
[
7.48,
47.03
],
[
7.48,
47.01
],
[
7.54,
47.01
],
[
7.54,
46.99
],
[
7.55,
46.99
],
[
7.55,
46.96
],
[
7.52,
46.96
],
[
7.52,
46.95
],
[
7.53,
46.95
],
[
7.53,
46.92
],
[
7.52,
46.92
],
[
7.52,
46.91
],
[
7.53,
46.91
],
[
7.53,
46.9
],
[
7.54,
46.9
],
[
7.54,
46.88
],
[
7.55,
46.88
],
[
7.55,
46.86
],
[
7.54,
46.86
]
]
]
}
}





{

}

0 comments on commit 9e8fa8c

Please sign in to comment.