diff --git a/plugins/regions.user.js b/plugins/regions.user.js index 980f5fae..0dd60538 100644 --- a/plugins/regions.user.js +++ b/plugins/regions.user.js @@ -149,7 +149,7 @@ window.plugin.regions.update = function() { // the six cube side boundaries. we cheat by hard-coding the coords as it's simple enough var latLngs = [ [45,-180], [35.264389682754654,-135], [35.264389682754654,-45], [35.264389682754654,45], [35.264389682754654,135], [45,180]]; - var globalCellOptions = {color: 'red', weight: 7, opacity: 0.5}; + var globalCellOptions = {color: 'red', weight: 7, opacity: 0.5, clickable: false }; for (var i=0; i