Last active
September 24, 2022 10:23
-
-
Save strukturart/a715d07d0363e32f6aaaaffcf0c98bfc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var d = L.tileLayer.wms(" https://wms.geo.admin.ch/", { | |
layers: "ch.swisstopo.amtliches-gebaeudeadressverzeichnis,ch.swisstopo.amtliches-strassenverzeichnis,ch.kantone.cadastralwebmap-farbe", | |
SERVICE: "WMS", | |
REQUEST: "GetMap", | |
format: "image/png", | |
transparent: true, | |
attribution: "map.geo.admin.ch", | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment