Skip to content

Instantly share code, notes, and snippets.

@strukturart
Last active September 24, 2022 10:23
Show Gist options
  • Save strukturart/a715d07d0363e32f6aaaaffcf0c98bfc to your computer and use it in GitHub Desktop.
Save strukturart/a715d07d0363e32f6aaaaffcf0c98bfc to your computer and use it in GitHub Desktop.
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