Added version to icons

This commit is contained in:
vjrj 2018-03-10 13:51:07 +01:00
parent 182dc4d878
commit 72f4ee7fd2

View file

@ -13,19 +13,19 @@ export const fireIcon = new Leaflet.Icon({
});
export const fireIconL = new Leaflet.Icon({
iconUrl: '/fire-marker-l.png',
iconUrl: '/fire-marker-l.png?v2',
iconSize: [28, 28],
iconAnchor: [14, 30]
});
export const fireIconM = new Leaflet.Icon({
iconUrl: '/fire-marker-m.png',
iconUrl: '/fire-marker-m.png?v2',
iconSize: [28, 28],
iconAnchor: [14, 30]
});
export const fireIconS = new Leaflet.Icon({
iconUrl: '/fire-marker-s.png',
iconUrl: '/fire-marker-s.png?v2',
iconSize: [28, 28],
iconAnchor: [14, 30]
});