From 3eb3615e8e89bf873fafc68de10aa2526823c20a Mon Sep 17 00:00:00 2001 From: feliciaan Date: Sun, 14 Dec 2014 20:24:13 +0100 Subject: [PATCH] changed the js and css a bit --- map.css | 6 +++--- map.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/map.css b/map.css index b881d2e..454a48b 100644 --- a/map.css +++ b/map.css @@ -19,7 +19,7 @@ html, body { z-index: 2 !important; } -.leaflet-google-layer { +.leaflet-tile-container { z-index: 1 !important; } @@ -34,11 +34,11 @@ html, body { } .leaflet-control-attribution { - bottom: -5px; + /*bottom: -5px;*/ } div.leaflet-top.leaflet-right { - z-index:1; + z-index:3; } a img { diff --git a/map.js b/map.js index a83f3a7..7364e24 100644 --- a/map.js +++ b/map.js @@ -26,7 +26,7 @@ $(document).ready(function() { var map = L.map('map').setView([51.0475378, 3.7261835], 13); L.tileLayer('http://otile{s}.mqcdn.com/tiles/1.0.0/map/{z}/{x}/{y}.jpeg', { - attribution: 'Tiles Courtesy of MapQuest — Map data © OpenStreetMap', + attribution: 'Made with ❤ by Zeus WPI | Tiles Courtesy of MapQuest | Map data © OpenStreetMap', subdomains: '1234' }).addTo(map);