Using high level map event instead of browser event.
This commit is contained in:
+1
-1
@@ -208,7 +208,7 @@ ol.Popup.prototype.doOpen = function(opt_arg) {
|
|||||||
goog.dom.appendChild(this.container_, closeButton);
|
goog.dom.appendChild(this.container_, closeButton);
|
||||||
goog.dom.classes.add(closeButton, ol.Popup.CLASS_NAME+'-close');
|
goog.dom.classes.add(closeButton, ol.Popup.CLASS_NAME+'-close');
|
||||||
}
|
}
|
||||||
goog.events.listen(this.map_.getViewport(), 'click', this.clickHandler,
|
goog.events.listen(this.map_, 'click', this.clickHandler,
|
||||||
undefined, this);
|
undefined, this);
|
||||||
goog.dom.appendChild(this.map_.getMapOverlay(), this.container_);
|
goog.dom.appendChild(this.map_.getMapOverlay(), this.container_);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user