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,
|
||||
visible: !hidden,
|
||||
position: realPosition,
|
||||
zIndex: 2,
|
||||
clickable: true,
|
||||
draggable: false
|
||||
});
|
||||
@ -195,6 +196,7 @@
|
||||
map: Core.map,
|
||||
visible: !hidden,
|
||||
position: guessPosition,
|
||||
zIndex: 1,
|
||||
clickable: false,
|
||||
draggable: false,
|
||||
label: {
|
||||
|
Loading…
Reference in New Issue
Block a user