Merged in bugfix/MAPG-59-avoid-overlapping-markers-on-summary (pull request #42)
MAPG-59 fix overlapping markers
This commit is contained in:
commit
0c97d0301d
@ -195,7 +195,7 @@
|
|||||||
visible: !hidden,
|
visible: !hidden,
|
||||||
position: realPosition,
|
position: realPosition,
|
||||||
title: 'Open in Google Maps',
|
title: 'Open in Google Maps',
|
||||||
zIndex: 2,
|
zIndex: Core.rounds.length * 2,
|
||||||
clickable: true,
|
clickable: true,
|
||||||
draggable: false
|
draggable: false
|
||||||
});
|
});
|
||||||
@ -208,7 +208,7 @@
|
|||||||
map: Core.map,
|
map: Core.map,
|
||||||
visible: !hidden,
|
visible: !hidden,
|
||||||
position: guessPosition,
|
position: guessPosition,
|
||||||
zIndex: 1,
|
zIndex: Core.rounds.length,
|
||||||
clickable: false,
|
clickable: false,
|
||||||
draggable: false,
|
draggable: false,
|
||||||
label: {
|
label: {
|
||||||
|
Loading…
Reference in New Issue
Block a user