Skip to content

Commit f0a8015

Browse files
remove infobox when clicking horizon circles
1 parent fed531e commit f0a8015

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/tracker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ function addPosition(position) {
973973
strokeColor: '#00F',
974974
strokeOpacity: 0.6,
975975
strokeWeight: 3,
976-
clickable: true,
976+
clickable: false,
977977
editable: false
978978
});
979979
horizon_circle.bindTo('center', marker_shadow, 'position');
@@ -986,7 +986,7 @@ function addPosition(position) {
986986
strokeColor: '#0F0',
987987
strokeOpacity: 0.8,
988988
strokeWeight: 3,
989-
clickable: true,
989+
clickable: false,
990990
editable: false
991991
});
992992
subhorizon_circle.bindTo('center', marker_shadow, 'position');

0 commit comments

Comments
 (0)