From 2f677263a0b2a7c23c8c6a24a1d1cebeb9320c1b Mon Sep 17 00:00:00 2001 From: echarp Date: Sun, 5 Oct 2014 13:35:42 +0200 Subject: [PATCH] =?UTF-8?q?Retour=20aux=20cartes=20OSM=20par=20d=C3=A9faut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/assets/javascripts/maps.js.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/maps.js.coffee b/app/assets/javascripts/maps.js.coffee index 75249d6d..2f153689 100644 --- a/app/assets/javascripts/maps.js.coffee +++ b/app/assets/javascripts/maps.js.coffee @@ -2,7 +2,7 @@ $(document).ready -> $('.maps #map').each -> map = L.map 'map' - L.tileLayer('http://{s}.tile.openstreetmap.se/hydda/full/{z}/{x}/{y}.png', + L.tileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', attribution: '© OpenStreetMap' ).addTo map @@ -22,7 +22,7 @@ $(document).ready -> map = L.map('map').setView [coord[0], coord[1]], 16 - L.tileLayer('http://{s}.tile.openstreetmap.se/hydda/full/{z}/{x}/{y}.png', + L.tileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', attribution: '© OpenStreetMap' ).addTo map