From 031ae2496a650d047bd6696c63588ed968faa396 Mon Sep 17 00:00:00 2001 From: feliciaan Date: Wed, 10 Dec 2014 13:18:47 +0100 Subject: [PATCH] Use mapbox --- map.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/map.html b/map.html index 238e4ca..421ea00 100644 --- a/map.html +++ b/map.html @@ -54,8 +54,8 @@ $(document).ready(function() { var map = L.map('map').setView([51.0475378, 3.7261835], 13); - var osm = L.tileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { - attribution: 'Made by Zeus with ❤!' + var osm = L.tileLayer('https://{s}.tiles.mapbox.com/v3/feliciaan.keoaj8d5/{z}/{x}/{y}.png', { + attribution: 'Made by Zeus with ❤ and Terms & Feedback' }).addTo(map); $.getJSON('data.json')