Added version to icons
This commit is contained in:
parent
182dc4d878
commit
72f4ee7fd2
1 changed files with 3 additions and 3 deletions
|
|
@ -13,19 +13,19 @@ export const fireIcon = new Leaflet.Icon({
|
||||||
});
|
});
|
||||||
|
|
||||||
export const fireIconL = new Leaflet.Icon({
|
export const fireIconL = new Leaflet.Icon({
|
||||||
iconUrl: '/fire-marker-l.png',
|
iconUrl: '/fire-marker-l.png?v2',
|
||||||
iconSize: [28, 28],
|
iconSize: [28, 28],
|
||||||
iconAnchor: [14, 30]
|
iconAnchor: [14, 30]
|
||||||
});
|
});
|
||||||
|
|
||||||
export const fireIconM = new Leaflet.Icon({
|
export const fireIconM = new Leaflet.Icon({
|
||||||
iconUrl: '/fire-marker-m.png',
|
iconUrl: '/fire-marker-m.png?v2',
|
||||||
iconSize: [28, 28],
|
iconSize: [28, 28],
|
||||||
iconAnchor: [14, 30]
|
iconAnchor: [14, 30]
|
||||||
});
|
});
|
||||||
|
|
||||||
export const fireIconS = new Leaflet.Icon({
|
export const fireIconS = new Leaflet.Icon({
|
||||||
iconUrl: '/fire-marker-s.png',
|
iconUrl: '/fire-marker-s.png?v2',
|
||||||
iconSize: [28, 28],
|
iconSize: [28, 28],
|
||||||
iconAnchor: [14, 30]
|
iconAnchor: [14, 30]
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue