Add SwissTopo tile layers (#422)

This commit is contained in:
Phylor 2021-06-02 20:33:48 +02:00 committed by GitHub
parent 208b363e5e
commit bad8b53cf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 51 additions and 1 deletions

View file

@ -0,0 +1,17 @@
{
"geometry": null,
"properties": {
"attribution": {
"html": "© <a href='https://www.swisstopo.ch/' target='_blank'>Swisstopo</a>"
},
"id": "swisstopo-aerial",
"max_zoom": 28,
"name": "Swisstopo Aerial Photographs",
"type": "tms",
"url": "https://wmts.geo.admin.ch/1.0.0/ch.swisstopo.swissimage/default/current/3857/{z}/{x}/{y}.jpeg",
"layers": "web",
"format": "image/jpeg"
},
"type": "Feature"
}

View file

@ -0,0 +1,17 @@
{
"geometry": null,
"properties": {
"attribution": {
"html": "© <a href='https://www.swisstopo.ch/' target='_blank'>Swisstopo</a>"
},
"id": "swisstopo",
"max_zoom": 28,
"name": "Swisstopo Landeskarte",
"type": "tms",
"url": "https://wmts.geo.admin.ch/1.0.0/ch.swisstopo.pixelkarte-farbe/default/current/3857/{z}/{x}/{y}.jpeg",
"layers": "web",
"format": "image/jpeg"
},
"type": "Feature"
}