diff --git a/src/app/pages/maps/leaflet/LeafletPageCtrl.js b/src/app/pages/maps/leaflet/LeafletPageCtrl.js index 9277c0e..768a9ad 100644 --- a/src/app/pages/maps/leaflet/LeafletPageCtrl.js +++ b/src/app/pages/maps/leaflet/LeafletPageCtrl.js @@ -12,9 +12,6 @@ function LeafletPageCtrl($timeout) { function initialize() { var map = L.map(document.getElementById('leaflet-map')).setView([51.505, -0.09], 13); - - L.Icon.Default.imagePath = 'img'; - L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', { attribution: '© OpenStreetMap contributors' }).addTo(map);