summaryrefslogtreecommitdiff
path: root/web/js/layers.json
diff options
context:
space:
mode:
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"
+ }
+ }
+]