adjust popup-anchor in for map-station-popup
This commit is contained in:
parent
4b91b4401f
commit
2f9b7f48bc
@ -13,7 +13,7 @@ const createIcon = color => L.icon({
|
|||||||
iconUrl: `../../assets/bike-point-${color}.png`,
|
iconUrl: `../../assets/bike-point-${color}.png`,
|
||||||
iconSize: [45, 45],
|
iconSize: [45, 45],
|
||||||
iconAnchor: [23, 36],
|
iconAnchor: [23, 36],
|
||||||
popupAnchor: [1, -35]
|
popupAnchor: [0, -29]
|
||||||
});
|
});
|
||||||
|
|
||||||
@Injectable({
|
@Injectable({
|
||||||
|
Loading…
Reference in New Issue
Block a user