We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fedeba commit 2910f2aCopy full SHA for 2910f2a
js/src/controls.2.js
@@ -36,7 +36,7 @@ function toggleBlips(){ // _showBlips must be called before this function if you
36
}
37
38
blipArray.forEach(blip => {
39
- console.log(blip);
+ //console.log(blip);
40
var marker = MarkerStore[blip.markerId];
41
if (_showBlips){
42
marker.addTo(Map);
0 commit comments