1
0
Fork 0

browsermap: lift aircraft symbol above other

This commit is contained in:
Torsten Dreyer 2014-03-24 23:24:53 +01:00
parent 03e5112c94
commit 2fc3f657e3

View file

@ -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) {