This commit is contained in:
David Molineus
2018-02-12 17:24:52 +01:00
parent 178520dd6f
commit 1f556ba752

View File

@@ -220,7 +220,7 @@ var LeafletGeocodeWidget = L.Class.extend({
container.appendChild(okButton); container.appendChild(okButton);
container.appendChild(cancelButton); container.appendChild(cancelButton);
marker.bindPopup (container, { marker.bindPopup(container, {
keepInView: true, keepInView: true,
autoPanPaddingTopLeft: this.options.bboxPadding, autoPanPaddingTopLeft: this.options.bboxPadding,
autoClose: false, autoClose: false,