From fcf1e574081a01429ef116178b51ad598fe8acab Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Fri, 10 Jan 2014 03:58:56 +0100 Subject: Add licence and use osm map --- web/js/layers.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 web/js/layers.json (limited to 'web/js/layers.json') 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": "© OpenStreetMap contributors" + } + } +] -- cgit v1.2.1