]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/assets/leaflet/leaflet.locationfilter.js
Update to Leaflet 0.5
[rails.git] / vendor / assets / leaflet / leaflet.locationfilter.js
index 8e5121f62d9f799bc4ec35280bfc5e346b8350ec..a17f1a5affbc5e779be21299ef0333c543258448 100644 (file)
@@ -294,7 +294,7 @@ L.LocationFilter = L.Class.extend({
         this._eastRect = this._drawRectangle(this._eastBounds);
         this._southRect = this._drawRectangle(this._southBounds);
         this._innerRect = this._drawRectangle(this.getBounds(), {
-            fillColor: "transparent",
+            fillOpacity: 0,
             stroke: true,
             color: "white",
             weight: 1,