fix(leafletMap): use standart images instead customs

pull/3/head
alex 2016-01-22 15:25:59 +03:00
parent 56bdb9b847
commit 9bb23a9a04
1 changed files with 0 additions and 3 deletions

View File

@ -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: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
}).addTo(map);