diff options
-rw-r--r-- | gmap_arcgis.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gmap_arcgis.js b/gmap_arcgis.js index 2257dff..980b07f 100644 --- a/gmap_arcgis.js +++ b/gmap_arcgis.js @@ -93,6 +93,7 @@ function gmapArcgis(config) { if (typeof this.config['layers'][element].overlay != 'undefined') { this.config['layers'][element].overlay.setOpacity(this.config['layers'][element].opacity); this.unblockUI(); + return; } if (this.config['layers'][element].overlayTime != undefined) { |