summaryrefslogtreecommitdiff
path: root/web/js/layers.json
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2014-01-10 03:58:56 +0100
committerChristian Franke <nobody@nowhere.ws>2014-01-10 03:59:19 +0100
commitfcf1e574081a01429ef116178b51ad598fe8acab (patch)
tree25bbe818970916d5d10ab31d8baefd0e2d1597e6 /web/js/layers.json
parent80fd2820f13861c5cc80d08e4e13a1b238cd4cdf (diff)
Add licence and use osm map
Diffstat (limited to 'web/js/layers.json')
-rw-r--r--web/js/layers.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/web/js/layers.json b/web/js/layers.json
new file mode 100644
index 0000000..3ea038a
--- /dev/null
+++ b/web/js/layers.json
@@ -0,0 +1,10 @@
+[
+ {
+ "url": "http://{s}.tile.osm.org/{z}/{x}/{y}.png",
+ "max_zoom": 4,
+ "name": "OSM",
+ "options": {
+ "attribution": "&copy; <a href=\"http://osm.org/copyright\">OpenStreetMap</a> contributors"
+ }
+ }
+]