MAPG-55 set markers' z-index (real marker should always be over guess marker)
This commit is contained in:
parent
23b18a8e13
commit
5c309cd05f
@ -183,6 +183,7 @@
|
|||||||
map: Core.map,
|
map: Core.map,
|
||||||
visible: !hidden,
|
visible: !hidden,
|
||||||
position: realPosition,
|
position: realPosition,
|
||||||
|
zIndex: 2,
|
||||||
clickable: true,
|
clickable: true,
|
||||||
draggable: false
|
draggable: false
|
||||||
});
|
});
|
||||||
@ -195,6 +196,7 @@
|
|||||||
map: Core.map,
|
map: Core.map,
|
||||||
visible: !hidden,
|
visible: !hidden,
|
||||||
position: guessPosition,
|
position: guessPosition,
|
||||||
|
zIndex: 1,
|
||||||
clickable: false,
|
clickable: false,
|
||||||
draggable: false,
|
draggable: false,
|
||||||
label: {
|
label: {
|
||||||
|
Loading…
Reference in New Issue
Block a user