browsermap: lift aircraft symbol above other
This commit is contained in:
parent
03e5112c94
commit
2fc3f657e3
1 changed files with 2 additions and 1 deletions
|
@ -305,7 +305,8 @@ html,body,#map {
|
||||||
iconAnchor : [ 30, 30 ],
|
iconAnchor : [ 30, 30 ],
|
||||||
popupAncor : [ 0, -32 ],
|
popupAncor : [ 0, -32 ],
|
||||||
iconUrl : "images/aircraft.svg",
|
iconUrl : "images/aircraft.svg",
|
||||||
})
|
}),
|
||||||
|
zIndexOffset: 10000,
|
||||||
});
|
});
|
||||||
aircraftMarker.addTo(map);
|
aircraftMarker.addTo(map);
|
||||||
aircraftMarker.setState = function(s) {
|
aircraftMarker.setState = function(s) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue