We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed531e commit f0a8015Copy full SHA for f0a8015
js/tracker.js
@@ -973,7 +973,7 @@ function addPosition(position) {
973
strokeColor: '#00F',
974
strokeOpacity: 0.6,
975
strokeWeight: 3,
976
- clickable: true,
+ clickable: false,
977
editable: false
978
});
979
horizon_circle.bindTo('center', marker_shadow, 'position');
@@ -986,7 +986,7 @@ function addPosition(position) {
986
strokeColor: '#0F0',
987
strokeOpacity: 0.8,
988
989
990
991
992
subhorizon_circle.bindTo('center', marker_shadow, 'position');
0 commit comments