fixed URL to new dist image folder

This commit is contained in:
Jon Atkins 2013-03-16 20:07:27 +00:00
parent 9b424c328c
commit 38f22989d6

View File

@ -321,7 +321,7 @@ function boot() {
window.runOnSmartphonesBeforeBoot(); window.runOnSmartphonesBeforeBoot();
// overwrite default Leaflet Marker icon to be a neutral color // overwrite default Leaflet Marker icon to be a neutral color
var base = 'https://iitc.jonatkins.com/dist/images'; var base = 'http://iitc.jonatkins.com/dist/images';
L.Icon.Default.imagePath = base; L.Icon.Default.imagePath = base;
window.iconEnl = L.Icon.Default.extend({options: { iconUrl: base + '/marker-green.png' } }); window.iconEnl = L.Icon.Default.extend({options: { iconUrl: base + '/marker-green.png' } });