Skip to content

Commit

Permalink
Add WMS background layer example
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jan 3, 2017
1 parent 48ae452 commit 53a4f34
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions themesConfig.json
Expand Up @@ -55,6 +55,9 @@
},
{
"name": "StamenWatercolor"
},
{
"name": "Gemeindegrenzen"
}
],
"searchProviders": ["geoadmin", "glarus"],
Expand Down Expand Up @@ -93,6 +96,17 @@
"type": "tileprovider",
"source": "stamen",
"provider": "Stamen.Toner"
},
{
"name": "Gemeindegrenzen",
"title": "Gemeindegrenzen",
"type": "wms",
"url": "http://wms.geo.admin.ch/",
"params": {
"LAYERS": "ch.swisstopo.swissboundaries3d-gemeinde-flaeche.fill",
"STYLES": "default"
},
"thumbnail": "img/mapthumbs/default.jpg"
}
]
},
Expand Down

0 comments on commit 53a4f34

Please sign in to comment.