@florasync/leaflet-geokit 0.5.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/django/index.js +363 -361
- package/dist/django/index.js.map +1 -1
- package/dist/leaflet-geokit.es.js +363 -361
- package/dist/leaflet-geokit.es.js.map +1 -1
- package/dist/leaflet-geokit.external.es.js +107 -105
- package/dist/leaflet-geokit.external.es.js.map +1 -1
- package/dist/leaflet-geokit.umd.js +5 -5
- package/dist/leaflet-geokit.umd.js.map +1 -1
- package/dist/preact/{index-D8EjMf-1.js → index-CC8_JrcA.js} +108 -106
- package/dist/preact/index-CC8_JrcA.js.map +1 -0
- package/dist/preact/index.js +1 -1
- package/dist/preact-bundled/index.js +363 -361
- package/dist/preact-bundled/index.js.map +1 -1
- package/dist/react/{index-D8EjMf-1.js → index-CC8_JrcA.js} +108 -106
- package/dist/react/index-CC8_JrcA.js.map +1 -0
- package/dist/react/index.js +1 -1
- package/dist/react-bundled/index.js +363 -361
- package/dist/react-bundled/index.js.map +1 -1
- package/package.json +12 -7
- package/dist/preact/index-D8EjMf-1.js.map +0 -1
- package/dist/react/index-D8EjMf-1.js.map +0 -1
|
@@ -157,31 +157,31 @@ function oo() {
|
|
|
157
157
|
var D = Array.isArray || function(t) {
|
|
158
158
|
return Object.prototype.toString.call(t) === "[object Array]";
|
|
159
159
|
};
|
|
160
|
-
function
|
|
160
|
+
function G(t, e) {
|
|
161
161
|
for (var i = 0; i < t.length; i++)
|
|
162
162
|
if (t[i] === e)
|
|
163
163
|
return i;
|
|
164
164
|
return -1;
|
|
165
165
|
}
|
|
166
|
-
var
|
|
167
|
-
function
|
|
166
|
+
var Y = "data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=";
|
|
167
|
+
function q(t) {
|
|
168
168
|
return window["webkit" + t] || window["moz" + t] || window["ms" + t];
|
|
169
169
|
}
|
|
170
|
-
var
|
|
171
|
-
function
|
|
172
|
-
var e = +/* @__PURE__ */ new Date(), i = Math.max(0, 16 - (e -
|
|
173
|
-
return
|
|
170
|
+
var at = 0;
|
|
171
|
+
function _t(t) {
|
|
172
|
+
var e = +/* @__PURE__ */ new Date(), i = Math.max(0, 16 - (e - at));
|
|
173
|
+
return at = e + i, window.setTimeout(t, i);
|
|
174
174
|
}
|
|
175
|
-
var
|
|
175
|
+
var Rt = window.requestAnimationFrame || q("RequestAnimationFrame") || _t, pe = window.cancelAnimationFrame || q("CancelAnimationFrame") || q("CancelRequestAnimationFrame") || function(t) {
|
|
176
176
|
window.clearTimeout(t);
|
|
177
177
|
};
|
|
178
|
-
function
|
|
179
|
-
if (i &&
|
|
178
|
+
function ot(t, e, i) {
|
|
179
|
+
if (i && Rt === _t)
|
|
180
180
|
t.call(e);
|
|
181
181
|
else
|
|
182
|
-
return
|
|
182
|
+
return Rt.call(window, a(t, e));
|
|
183
183
|
}
|
|
184
|
-
function
|
|
184
|
+
function rt(t) {
|
|
185
185
|
t && pe.call(window, t);
|
|
186
186
|
}
|
|
187
187
|
var me = {
|
|
@@ -203,12 +203,12 @@ function oo() {
|
|
|
203
203
|
getParamString: N,
|
|
204
204
|
template: T,
|
|
205
205
|
isArray: D,
|
|
206
|
-
indexOf:
|
|
207
|
-
emptyImageUrl:
|
|
208
|
-
requestFn:
|
|
206
|
+
indexOf: G,
|
|
207
|
+
emptyImageUrl: Y,
|
|
208
|
+
requestFn: Rt,
|
|
209
209
|
cancelFn: pe,
|
|
210
|
-
requestAnimFrame:
|
|
211
|
-
cancelAnimFrame:
|
|
210
|
+
requestAnimFrame: ot,
|
|
211
|
+
cancelAnimFrame: rt
|
|
212
212
|
};
|
|
213
213
|
function ut() {
|
|
214
214
|
}
|
|
@@ -525,12 +525,12 @@ function oo() {
|
|
|
525
525
|
function I(t, e, i) {
|
|
526
526
|
return t instanceof z ? t : D(t) ? new z(t[0], t[1]) : t == null ? t : typeof t == "object" && "x" in t && "y" in t ? new z(t.x, t.y) : new z(t, e, i);
|
|
527
527
|
}
|
|
528
|
-
function
|
|
528
|
+
function j(t, e) {
|
|
529
529
|
if (t)
|
|
530
530
|
for (var i = e ? [t, e] : t, o = 0, l = i.length; o < l; o++)
|
|
531
531
|
this.extend(i[o]);
|
|
532
532
|
}
|
|
533
|
-
|
|
533
|
+
j.prototype = {
|
|
534
534
|
// @method extend(point: Point): this
|
|
535
535
|
// Extends the bounds to contain the given point.
|
|
536
536
|
// @alternative
|
|
@@ -587,7 +587,7 @@ function oo() {
|
|
|
587
587
|
// Returns `true` if the rectangle contains the given point.
|
|
588
588
|
contains: function(t) {
|
|
589
589
|
var e, i;
|
|
590
|
-
return typeof t[0] == "number" || t instanceof z ? t = I(t) : t = lt(t), t instanceof
|
|
590
|
+
return typeof t[0] == "number" || t instanceof z ? t = I(t) : t = lt(t), t instanceof j ? (e = t.min, i = t.max) : e = i = t, e.x >= this.min.x && i.x <= this.max.x && e.y >= this.min.y && i.y <= this.max.y;
|
|
591
591
|
},
|
|
592
592
|
// @method intersects(otherBounds: Bounds): Boolean
|
|
593
593
|
// Returns `true` if the rectangle intersects the given bounds. Two bounds
|
|
@@ -628,7 +628,7 @@ function oo() {
|
|
|
628
628
|
}
|
|
629
629
|
};
|
|
630
630
|
function lt(t, e) {
|
|
631
|
-
return !t || t instanceof
|
|
631
|
+
return !t || t instanceof j ? t : new j(t, e);
|
|
632
632
|
}
|
|
633
633
|
function ht(t, e) {
|
|
634
634
|
if (t)
|
|
@@ -643,14 +643,14 @@ function oo() {
|
|
|
643
643
|
// Extend the bounds to contain the given bounds
|
|
644
644
|
extend: function(t) {
|
|
645
645
|
var e = this._southWest, i = this._northEast, o, l;
|
|
646
|
-
if (t instanceof
|
|
646
|
+
if (t instanceof V)
|
|
647
647
|
o = t, l = t;
|
|
648
648
|
else if (t instanceof ht) {
|
|
649
649
|
if (o = t._southWest, l = t._northEast, !o || !l)
|
|
650
650
|
return this;
|
|
651
651
|
} else
|
|
652
|
-
return t ? this.extend(U(t) ||
|
|
653
|
-
return !e && !i ? (this._southWest = new
|
|
652
|
+
return t ? this.extend(U(t) || X(t)) : this;
|
|
653
|
+
return !e && !i ? (this._southWest = new V(o.lat, o.lng), this._northEast = new V(l.lat, l.lng)) : (e.lat = Math.min(o.lat, e.lat), e.lng = Math.min(o.lng, e.lng), i.lat = Math.max(l.lat, i.lat), i.lng = Math.max(l.lng, i.lng)), this;
|
|
654
654
|
},
|
|
655
655
|
// @method pad(bufferRatio: Number): LatLngBounds
|
|
656
656
|
// Returns bounds created by extending or retracting the current bounds by a given ratio in each direction.
|
|
@@ -659,14 +659,14 @@ function oo() {
|
|
|
659
659
|
pad: function(t) {
|
|
660
660
|
var e = this._southWest, i = this._northEast, o = Math.abs(e.lat - i.lat) * t, l = Math.abs(e.lng - i.lng) * t;
|
|
661
661
|
return new ht(
|
|
662
|
-
new
|
|
663
|
-
new
|
|
662
|
+
new V(e.lat - o, e.lng - l),
|
|
663
|
+
new V(i.lat + o, i.lng + l)
|
|
664
664
|
);
|
|
665
665
|
},
|
|
666
666
|
// @method getCenter(): LatLng
|
|
667
667
|
// Returns the center point of the bounds.
|
|
668
668
|
getCenter: function() {
|
|
669
|
-
return new
|
|
669
|
+
return new V(
|
|
670
670
|
(this._southWest.lat + this._northEast.lat) / 2,
|
|
671
671
|
(this._southWest.lng + this._northEast.lng) / 2
|
|
672
672
|
);
|
|
@@ -684,12 +684,12 @@ function oo() {
|
|
|
684
684
|
// @method getNorthWest(): LatLng
|
|
685
685
|
// Returns the north-west point of the bounds.
|
|
686
686
|
getNorthWest: function() {
|
|
687
|
-
return new
|
|
687
|
+
return new V(this.getNorth(), this.getWest());
|
|
688
688
|
},
|
|
689
689
|
// @method getSouthEast(): LatLng
|
|
690
690
|
// Returns the south-east point of the bounds.
|
|
691
691
|
getSouthEast: function() {
|
|
692
|
-
return new
|
|
692
|
+
return new V(this.getSouth(), this.getEast());
|
|
693
693
|
},
|
|
694
694
|
// @method getWest(): Number
|
|
695
695
|
// Returns the west longitude of the bounds
|
|
@@ -717,21 +717,21 @@ function oo() {
|
|
|
717
717
|
// @method contains (latlng: LatLng): Boolean
|
|
718
718
|
// Returns `true` if the rectangle contains the given point.
|
|
719
719
|
contains: function(t) {
|
|
720
|
-
typeof t[0] == "number" || t instanceof
|
|
720
|
+
typeof t[0] == "number" || t instanceof V || "lat" in t ? t = U(t) : t = X(t);
|
|
721
721
|
var e = this._southWest, i = this._northEast, o, l;
|
|
722
722
|
return t instanceof ht ? (o = t.getSouthWest(), l = t.getNorthEast()) : o = l = t, o.lat >= e.lat && l.lat <= i.lat && o.lng >= e.lng && l.lng <= i.lng;
|
|
723
723
|
},
|
|
724
724
|
// @method intersects(otherBounds: LatLngBounds): Boolean
|
|
725
725
|
// Returns `true` if the rectangle intersects the given bounds. Two bounds intersect if they have at least one point in common.
|
|
726
726
|
intersects: function(t) {
|
|
727
|
-
t =
|
|
727
|
+
t = X(t);
|
|
728
728
|
var e = this._southWest, i = this._northEast, o = t.getSouthWest(), l = t.getNorthEast(), d = l.lat >= e.lat && o.lat <= i.lat, p = l.lng >= e.lng && o.lng <= i.lng;
|
|
729
729
|
return d && p;
|
|
730
730
|
},
|
|
731
731
|
// @method overlaps(otherBounds: LatLngBounds): Boolean
|
|
732
732
|
// Returns `true` if the rectangle overlaps the given bounds. Two bounds overlap if their intersection is an area.
|
|
733
733
|
overlaps: function(t) {
|
|
734
|
-
t =
|
|
734
|
+
t = X(t);
|
|
735
735
|
var e = this._southWest, i = this._northEast, o = t.getSouthWest(), l = t.getNorthEast(), d = l.lat > e.lat && o.lat < i.lat, p = l.lng > e.lng && o.lng < i.lng;
|
|
736
736
|
return d && p;
|
|
737
737
|
},
|
|
@@ -743,7 +743,7 @@ function oo() {
|
|
|
743
743
|
// @method equals(otherBounds: LatLngBounds, maxMargin?: Number): Boolean
|
|
744
744
|
// Returns `true` if the rectangle is equivalent (within a small margin of error) to the given bounds. The margin of error can be overridden by setting `maxMargin` to a small number.
|
|
745
745
|
equals: function(t, e) {
|
|
746
|
-
return t ? (t =
|
|
746
|
+
return t ? (t = X(t), this._southWest.equals(t.getSouthWest(), e) && this._northEast.equals(t.getNorthEast(), e)) : !1;
|
|
747
747
|
},
|
|
748
748
|
// @method isValid(): Boolean
|
|
749
749
|
// Returns `true` if the bounds are properly initialized.
|
|
@@ -751,15 +751,15 @@ function oo() {
|
|
|
751
751
|
return !!(this._southWest && this._northEast);
|
|
752
752
|
}
|
|
753
753
|
};
|
|
754
|
-
function
|
|
754
|
+
function X(t, e) {
|
|
755
755
|
return t instanceof ht ? t : new ht(t, e);
|
|
756
756
|
}
|
|
757
|
-
function
|
|
757
|
+
function V(t, e, i) {
|
|
758
758
|
if (isNaN(t) || isNaN(e))
|
|
759
759
|
throw new Error("Invalid LatLng object: (" + t + ", " + e + ")");
|
|
760
760
|
this.lat = +t, this.lng = +e, i !== void 0 && (this.alt = +i);
|
|
761
761
|
}
|
|
762
|
-
|
|
762
|
+
V.prototype = {
|
|
763
763
|
// @method equals(otherLatLng: LatLng, maxMargin?: Number): Boolean
|
|
764
764
|
// Returns `true` if the given `LatLng` point is at the same position (within a small margin of error). The margin of error can be overridden by setting `maxMargin` to a small number.
|
|
765
765
|
equals: function(t, e) {
|
|
@@ -780,28 +780,28 @@ function oo() {
|
|
|
780
780
|
// @method distanceTo(otherLatLng: LatLng): Number
|
|
781
781
|
// Returns the distance (in meters) to the given `LatLng` calculated using the [Spherical Law of Cosines](https://en.wikipedia.org/wiki/Spherical_law_of_cosines).
|
|
782
782
|
distanceTo: function(t) {
|
|
783
|
-
return
|
|
783
|
+
return Pt.distance(this, U(t));
|
|
784
784
|
},
|
|
785
785
|
// @method wrap(): LatLng
|
|
786
786
|
// Returns a new `LatLng` object with the longitude wrapped so it's always between -180 and +180 degrees.
|
|
787
787
|
wrap: function() {
|
|
788
|
-
return
|
|
788
|
+
return Pt.wrapLatLng(this);
|
|
789
789
|
},
|
|
790
790
|
// @method toBounds(sizeInMeters: Number): LatLngBounds
|
|
791
791
|
// Returns a new `LatLngBounds` object in which each boundary is `sizeInMeters/2` meters apart from the `LatLng`.
|
|
792
792
|
toBounds: function(t) {
|
|
793
793
|
var e = 180 * t / 40075017, i = e / Math.cos(Math.PI / 180 * this.lat);
|
|
794
|
-
return
|
|
794
|
+
return X(
|
|
795
795
|
[this.lat - e, this.lng - i],
|
|
796
796
|
[this.lat + e, this.lng + i]
|
|
797
797
|
);
|
|
798
798
|
},
|
|
799
799
|
clone: function() {
|
|
800
|
-
return new
|
|
800
|
+
return new V(this.lat, this.lng, this.alt);
|
|
801
801
|
}
|
|
802
802
|
};
|
|
803
803
|
function U(t, e, i) {
|
|
804
|
-
return t instanceof
|
|
804
|
+
return t instanceof V ? t : D(t) && typeof t[0] != "object" ? t.length === 3 ? new V(t[0], t[1], t[2]) : t.length === 2 ? new V(t[0], t[1]) : null : t == null ? t : typeof t == "object" && "lat" in t ? new V(t.lat, "lng" in t ? t.lng : t.lon, t.alt) : e === void 0 ? null : new V(t, e, i);
|
|
805
805
|
}
|
|
806
806
|
var xt = {
|
|
807
807
|
// @method latLngToPoint(latlng: LatLng, zoom: Number): Point
|
|
@@ -848,7 +848,7 @@ function oo() {
|
|
|
848
848
|
if (this.infinite)
|
|
849
849
|
return null;
|
|
850
850
|
var e = this.projection.bounds, i = this.scale(t), o = this.transformation.transform(e.min, i), l = this.transformation.transform(e.max, i);
|
|
851
|
-
return new
|
|
851
|
+
return new j(o, l);
|
|
852
852
|
},
|
|
853
853
|
// @method distance(latlng1: LatLng, latlng2: LatLng): Number
|
|
854
854
|
// Returns the distance between two geographical coordinates.
|
|
@@ -872,7 +872,7 @@ function oo() {
|
|
|
872
872
|
// CRS's `wrapLat` and `wrapLng` properties, if they are outside the CRS's bounds.
|
|
873
873
|
wrapLatLng: function(t) {
|
|
874
874
|
var e = this.wrapLng ? _(t.lng, this.wrapLng, !0) : t.lng, i = this.wrapLat ? _(t.lat, this.wrapLat, !0) : t.lat, o = t.alt;
|
|
875
|
-
return new
|
|
875
|
+
return new V(i, e, o);
|
|
876
876
|
},
|
|
877
877
|
// @method wrapLatLngBounds(bounds: LatLngBounds): LatLngBounds
|
|
878
878
|
// Returns a `LatLngBounds` with the same size as the given one, ensuring
|
|
@@ -882,10 +882,10 @@ function oo() {
|
|
|
882
882
|
var e = t.getCenter(), i = this.wrapLatLng(e), o = e.lat - i.lat, l = e.lng - i.lng;
|
|
883
883
|
if (o === 0 && l === 0)
|
|
884
884
|
return t;
|
|
885
|
-
var d = t.getSouthWest(), p = t.getNorthEast(), v = new
|
|
885
|
+
var d = t.getSouthWest(), p = t.getNorthEast(), v = new V(d.lat - o, d.lng - l), y = new V(p.lat - o, p.lng - l);
|
|
886
886
|
return new ht(v, y);
|
|
887
887
|
}
|
|
888
|
-
},
|
|
888
|
+
}, Pt = n({}, xt, {
|
|
889
889
|
wrapLng: [-180, 180],
|
|
890
890
|
// Mean Earth Radius, as recommended for use by
|
|
891
891
|
// the International Union of Geodesy and Geophysics,
|
|
@@ -908,14 +908,14 @@ function oo() {
|
|
|
908
908
|
},
|
|
909
909
|
unproject: function(t) {
|
|
910
910
|
var e = 180 / Math.PI;
|
|
911
|
-
return new
|
|
911
|
+
return new V(
|
|
912
912
|
(2 * Math.atan(Math.exp(t.y / this.R)) - Math.PI / 2) * e,
|
|
913
913
|
t.x * e / this.R
|
|
914
914
|
);
|
|
915
915
|
},
|
|
916
916
|
bounds: (function() {
|
|
917
917
|
var t = Oi * Math.PI;
|
|
918
|
-
return new
|
|
918
|
+
return new j([-t, -t], [t, t]);
|
|
919
919
|
})()
|
|
920
920
|
};
|
|
921
921
|
function Ve(t, e, i, o) {
|
|
@@ -949,7 +949,7 @@ function oo() {
|
|
|
949
949
|
function Xt(t, e, i, o) {
|
|
950
950
|
return new Ve(t, e, i, o);
|
|
951
951
|
}
|
|
952
|
-
var We = n({},
|
|
952
|
+
var We = n({}, Pt, {
|
|
953
953
|
code: "EPSG:3857",
|
|
954
954
|
projection: Ge,
|
|
955
955
|
transformation: (function() {
|
|
@@ -971,7 +971,7 @@ function oo() {
|
|
|
971
971
|
}
|
|
972
972
|
return i || "M0 0";
|
|
973
973
|
}
|
|
974
|
-
var Ye = document.documentElement.style, _e = "ActiveXObject" in window, co = _e && !document.addEventListener, Ni = "msLaunchUri" in navigator && !("documentMode" in document), qe =
|
|
974
|
+
var Ye = document.documentElement.style, _e = "ActiveXObject" in window, co = _e && !document.addEventListener, Ni = "msLaunchUri" in navigator && !("documentMode" in document), qe = yt("webkit"), Ui = yt("android"), Zi = yt("android 2") || yt("android 3"), uo = parseInt(/WebKit\/([0-9]+)|$/.exec(navigator.userAgent)[1], 10), fo = Ui && yt("Google") && uo < 537 && !("AudioNode" in window), je = !!window.opera, Hi = !Ni && yt("chrome"), Fi = yt("gecko") && !qe && !je && !_e, po = !Hi && yt("safari"), Gi = yt("phantom"), Vi = "OTransition" in Ye, mo = navigator.platform.indexOf("Win") === 0, Wi = _e && "transition" in Ye, Je = "WebKitCSSMatrix" in window && "m11" in new window.WebKitCSSMatrix() && !Zi, Yi = "MozPerspective" in Ye, _o = !window.L_DISABLE_3D && (Wi || Je || Yi) && !Vi && !Gi, Qt = typeof orientation != "undefined" || yt("mobile"), go = Qt && qe, vo = Qt && Je, qi = !window.PointerEvent && window.MSPointerEvent, ji = !!(window.PointerEvent || qi), Ji = "ontouchstart" in window || !!window.TouchEvent, yo = !window.L_NO_TOUCH && (Ji || ji), Lo = Qt && je, wo = Qt && Fi, bo = (window.devicePixelRatio || window.screen.deviceXDPI / window.screen.logicalXDPI) > 1, xo = (function() {
|
|
975
975
|
var t = !1;
|
|
976
976
|
try {
|
|
977
977
|
var e = Object.defineProperty({}, "passive", {
|
|
@@ -998,7 +998,7 @@ function oo() {
|
|
|
998
998
|
return !1;
|
|
999
999
|
}
|
|
1000
1000
|
})(), Eo = navigator.platform.indexOf("Mac") === 0, Po = navigator.platform.indexOf("Linux") === 0;
|
|
1001
|
-
function
|
|
1001
|
+
function yt(t) {
|
|
1002
1002
|
return navigator.userAgent.toLowerCase().indexOf(t) >= 0;
|
|
1003
1003
|
}
|
|
1004
1004
|
var C = {
|
|
@@ -1079,7 +1079,7 @@ function oo() {
|
|
|
1079
1079
|
}
|
|
1080
1080
|
}
|
|
1081
1081
|
function zo(t, e) {
|
|
1082
|
-
e.MSPOINTER_TYPE_TOUCH && e.pointerType === e.MSPOINTER_TYPE_TOUCH &&
|
|
1082
|
+
e.MSPOINTER_TYPE_TOUCH && e.pointerType === e.MSPOINTER_TYPE_TOUCH && it(e), ge(t, e);
|
|
1083
1083
|
}
|
|
1084
1084
|
function Oo(t) {
|
|
1085
1085
|
var e = {}, i, o;
|
|
@@ -1136,7 +1136,7 @@ function oo() {
|
|
|
1136
1136
|
var o = document.createElement(t);
|
|
1137
1137
|
return o.className = e || "", i && i.appendChild(o), o;
|
|
1138
1138
|
}
|
|
1139
|
-
function
|
|
1139
|
+
function J(t) {
|
|
1140
1140
|
var e = t.parentNode;
|
|
1141
1141
|
e && e.removeChild(t);
|
|
1142
1142
|
}
|
|
@@ -1167,7 +1167,7 @@ function oo() {
|
|
|
1167
1167
|
ti(t, (d ? d + " " : "") + e);
|
|
1168
1168
|
}
|
|
1169
1169
|
}
|
|
1170
|
-
function
|
|
1170
|
+
function K(t, e) {
|
|
1171
1171
|
t.classList !== void 0 ? t.classList.remove(e) : ti(t, E((" " + ye(t) + " ").replace(" " + e + " ", " ")));
|
|
1172
1172
|
}
|
|
1173
1173
|
function ti(t, e) {
|
|
@@ -1195,22 +1195,22 @@ function oo() {
|
|
|
1195
1195
|
return t[i];
|
|
1196
1196
|
return !1;
|
|
1197
1197
|
}
|
|
1198
|
-
function
|
|
1198
|
+
function St(t, e, i) {
|
|
1199
1199
|
var o = e || new z(0, 0);
|
|
1200
1200
|
t.style[Qe] = (C.ie3d ? "translate(" + o.x + "px," + o.y + "px)" : "translate3d(" + o.x + "px," + o.y + "px,0)") + (i ? " scale(" + i + ")" : "");
|
|
1201
1201
|
}
|
|
1202
|
-
function
|
|
1203
|
-
t._leaflet_pos = e, C.any3d ?
|
|
1202
|
+
function Q(t, e) {
|
|
1203
|
+
t._leaflet_pos = e, C.any3d ? St(t, e) : (t.style.left = e.x + "px", t.style.top = e.y + "px");
|
|
1204
1204
|
}
|
|
1205
|
-
function
|
|
1205
|
+
function Dt(t) {
|
|
1206
1206
|
return t._leaflet_pos || new z(0, 0);
|
|
1207
1207
|
}
|
|
1208
1208
|
var ee, ie, ei;
|
|
1209
1209
|
if ("onselectstart" in document)
|
|
1210
1210
|
ee = function() {
|
|
1211
|
-
O(window, "selectstart",
|
|
1211
|
+
O(window, "selectstart", it);
|
|
1212
1212
|
}, ie = function() {
|
|
1213
|
-
W(window, "selectstart",
|
|
1213
|
+
W(window, "selectstart", it);
|
|
1214
1214
|
};
|
|
1215
1215
|
else {
|
|
1216
1216
|
var ne = Le(
|
|
@@ -1226,10 +1226,10 @@ function oo() {
|
|
|
1226
1226
|
};
|
|
1227
1227
|
}
|
|
1228
1228
|
function ii() {
|
|
1229
|
-
O(window, "dragstart",
|
|
1229
|
+
O(window, "dragstart", it);
|
|
1230
1230
|
}
|
|
1231
1231
|
function ni() {
|
|
1232
|
-
W(window, "dragstart",
|
|
1232
|
+
W(window, "dragstart", it);
|
|
1233
1233
|
}
|
|
1234
1234
|
var we, oi;
|
|
1235
1235
|
function ri(t) {
|
|
@@ -1262,20 +1262,20 @@ function oo() {
|
|
|
1262
1262
|
get: rn,
|
|
1263
1263
|
getStyle: te,
|
|
1264
1264
|
create: F,
|
|
1265
|
-
remove:
|
|
1265
|
+
remove: J,
|
|
1266
1266
|
empty: ve,
|
|
1267
1267
|
toFront: Ut,
|
|
1268
1268
|
toBack: Zt,
|
|
1269
1269
|
hasClass: $e,
|
|
1270
1270
|
addClass: B,
|
|
1271
|
-
removeClass:
|
|
1271
|
+
removeClass: K,
|
|
1272
1272
|
setClass: ti,
|
|
1273
1273
|
getClass: ye,
|
|
1274
1274
|
setOpacity: ft,
|
|
1275
1275
|
testProp: Le,
|
|
1276
|
-
setTransform:
|
|
1277
|
-
setPosition:
|
|
1278
|
-
getPosition:
|
|
1276
|
+
setTransform: St,
|
|
1277
|
+
setPosition: Q,
|
|
1278
|
+
getPosition: Dt,
|
|
1279
1279
|
get disableTextSelection() {
|
|
1280
1280
|
return ee;
|
|
1281
1281
|
},
|
|
@@ -1300,16 +1300,16 @@ function oo() {
|
|
|
1300
1300
|
}
|
|
1301
1301
|
return this;
|
|
1302
1302
|
}
|
|
1303
|
-
var
|
|
1303
|
+
var Lt = "_leaflet_events";
|
|
1304
1304
|
function W(t, e, i, o) {
|
|
1305
1305
|
if (arguments.length === 1)
|
|
1306
|
-
an(t), delete t[
|
|
1306
|
+
an(t), delete t[Lt];
|
|
1307
1307
|
else if (e && typeof e == "object")
|
|
1308
1308
|
for (var l in e)
|
|
1309
1309
|
hi(t, l, e[l], i);
|
|
1310
1310
|
else if (e = P(e), arguments.length === 2)
|
|
1311
1311
|
an(t, function(v) {
|
|
1312
|
-
return
|
|
1312
|
+
return G(e, v) !== -1;
|
|
1313
1313
|
});
|
|
1314
1314
|
else
|
|
1315
1315
|
for (var d = 0, p = e.length; d < p; d++)
|
|
@@ -1317,7 +1317,7 @@ function oo() {
|
|
|
1317
1317
|
return this;
|
|
1318
1318
|
}
|
|
1319
1319
|
function an(t, e) {
|
|
1320
|
-
for (var i in t[
|
|
1320
|
+
for (var i in t[Lt]) {
|
|
1321
1321
|
var o = i.split(/\d/)[0];
|
|
1322
1322
|
(!e || e(o)) && hi(t, o, null, null, i);
|
|
1323
1323
|
}
|
|
@@ -1329,36 +1329,36 @@ function oo() {
|
|
|
1329
1329
|
};
|
|
1330
1330
|
function li(t, e, i, o) {
|
|
1331
1331
|
var l = e + f(i) + (o ? "_" + f(o) : "");
|
|
1332
|
-
if (t[
|
|
1332
|
+
if (t[Lt] && t[Lt][l])
|
|
1333
1333
|
return this;
|
|
1334
1334
|
var d = function(v) {
|
|
1335
1335
|
return i.call(o || t, v || window.event);
|
|
1336
1336
|
}, p = d;
|
|
1337
1337
|
!C.touchNative && C.pointer && e.indexOf("touch") === 0 ? d = Co(t, e, d) : C.touch && e === "dblclick" ? d = Ro(t, d) : "addEventListener" in t ? e === "touchstart" || e === "touchmove" || e === "wheel" || e === "mousewheel" ? t.addEventListener(ai[e] || e, d, C.passiveEvents ? { passive: !1 } : !1) : e === "mouseenter" || e === "mouseleave" ? (d = function(v) {
|
|
1338
1338
|
v = v || window.event, di(t, v) && p(v);
|
|
1339
|
-
}, t.addEventListener(ai[e], d, !1)) : t.addEventListener(e, p, !1) : t.attachEvent("on" + e, d), t[
|
|
1339
|
+
}, t.addEventListener(ai[e], d, !1)) : t.addEventListener(e, p, !1) : t.attachEvent("on" + e, d), t[Lt] = t[Lt] || {}, t[Lt][l] = d;
|
|
1340
1340
|
}
|
|
1341
1341
|
function hi(t, e, i, o, l) {
|
|
1342
1342
|
l = l || e + f(i) + (o ? "_" + f(o) : "");
|
|
1343
|
-
var d = t[
|
|
1343
|
+
var d = t[Lt] && t[Lt][l];
|
|
1344
1344
|
if (!d)
|
|
1345
1345
|
return this;
|
|
1346
|
-
!C.touchNative && C.pointer && e.indexOf("touch") === 0 ? To(t, e, d) : C.touch && e === "dblclick" ? No(t, d) : "removeEventListener" in t ? t.removeEventListener(ai[e] || e, d, !1) : t.detachEvent("on" + e, d), t[
|
|
1346
|
+
!C.touchNative && C.pointer && e.indexOf("touch") === 0 ? To(t, e, d) : C.touch && e === "dblclick" ? No(t, d) : "removeEventListener" in t ? t.removeEventListener(ai[e] || e, d, !1) : t.detachEvent("on" + e, d), t[Lt][l] = null;
|
|
1347
1347
|
}
|
|
1348
|
-
function
|
|
1348
|
+
function It(t) {
|
|
1349
1349
|
return t.stopPropagation ? t.stopPropagation() : t.originalEvent ? t.originalEvent._stopped = !0 : t.cancelBubble = !0, this;
|
|
1350
1350
|
}
|
|
1351
1351
|
function ci(t) {
|
|
1352
|
-
return li(t, "wheel",
|
|
1352
|
+
return li(t, "wheel", It), this;
|
|
1353
1353
|
}
|
|
1354
1354
|
function oe(t) {
|
|
1355
|
-
return O(t, "mousedown touchstart dblclick contextmenu",
|
|
1355
|
+
return O(t, "mousedown touchstart dblclick contextmenu", It), t._leaflet_disable_click = !0, this;
|
|
1356
1356
|
}
|
|
1357
|
-
function
|
|
1357
|
+
function it(t) {
|
|
1358
1358
|
return t.preventDefault ? t.preventDefault() : t.returnValue = !1, this;
|
|
1359
1359
|
}
|
|
1360
|
-
function
|
|
1361
|
-
return
|
|
1360
|
+
function zt(t) {
|
|
1361
|
+
return it(t), It(t), this;
|
|
1362
1362
|
}
|
|
1363
1363
|
function ln(t) {
|
|
1364
1364
|
if (t.composedPath)
|
|
@@ -1422,11 +1422,11 @@ function oo() {
|
|
|
1422
1422
|
__proto__: null,
|
|
1423
1423
|
on: O,
|
|
1424
1424
|
off: W,
|
|
1425
|
-
stopPropagation:
|
|
1425
|
+
stopPropagation: It,
|
|
1426
1426
|
disableScrollPropagation: ci,
|
|
1427
1427
|
disableClickPropagation: oe,
|
|
1428
|
-
preventDefault:
|
|
1429
|
-
stop:
|
|
1428
|
+
preventDefault: it,
|
|
1429
|
+
stop: zt,
|
|
1430
1430
|
getPropagationPath: ln,
|
|
1431
1431
|
getMousePosition: hn,
|
|
1432
1432
|
getWheelDelta: cn,
|
|
@@ -1440,7 +1440,7 @@ function oo() {
|
|
|
1440
1440
|
// argument of the [cubic bezier curve](https://cubic-bezier.com/#0,0,.5,1),
|
|
1441
1441
|
// `0.5` by default).
|
|
1442
1442
|
run: function(t, e, i, o) {
|
|
1443
|
-
this.stop(), this._el = t, this._inProgress = !0, this._duration = i || 0.25, this._easeOutPower = 1 / Math.max(o || 0.5, 0.2), this._startPos =
|
|
1443
|
+
this.stop(), this._el = t, this._inProgress = !0, this._duration = i || 0.25, this._easeOutPower = 1 / Math.max(o || 0.5, 0.2), this._startPos = Dt(t), this._offset = e.subtract(this._startPos), this._startTime = +/* @__PURE__ */ new Date(), this.fire("start"), this._animate();
|
|
1444
1444
|
},
|
|
1445
1445
|
// @method stop()
|
|
1446
1446
|
// Stops the animation (if currently running).
|
|
@@ -1448,7 +1448,7 @@ function oo() {
|
|
|
1448
1448
|
this._inProgress && (this._step(!0), this._complete());
|
|
1449
1449
|
},
|
|
1450
1450
|
_animate: function() {
|
|
1451
|
-
this._animId =
|
|
1451
|
+
this._animId = ot(this._animate, this), this._step();
|
|
1452
1452
|
},
|
|
1453
1453
|
_step: function(t) {
|
|
1454
1454
|
var e = +/* @__PURE__ */ new Date() - this._startTime, i = this._duration * 1e3;
|
|
@@ -1456,10 +1456,10 @@ function oo() {
|
|
|
1456
1456
|
},
|
|
1457
1457
|
_runFrame: function(t, e) {
|
|
1458
1458
|
var i = this._startPos.add(this._offset.multiplyBy(t));
|
|
1459
|
-
e && i._round(),
|
|
1459
|
+
e && i._round(), Q(this._el, i), this.fire("step");
|
|
1460
1460
|
},
|
|
1461
1461
|
_complete: function() {
|
|
1462
|
-
|
|
1462
|
+
rt(this._animId), this._inProgress = !1, this.fire("end");
|
|
1463
1463
|
},
|
|
1464
1464
|
_easeOut: function(t) {
|
|
1465
1465
|
return 1 - Math.pow(1 - t, this._easeOutPower);
|
|
@@ -1583,7 +1583,7 @@ function oo() {
|
|
|
1583
1583
|
return this.setView(v, e, { zoom: i });
|
|
1584
1584
|
},
|
|
1585
1585
|
_getBoundsCenterZoom: function(t, e) {
|
|
1586
|
-
e = e || {}, t = t.getBounds ? t.getBounds() :
|
|
1586
|
+
e = e || {}, t = t.getBounds ? t.getBounds() : X(t);
|
|
1587
1587
|
var i = I(e.paddingTopLeft || e.padding || [0, 0]), o = I(e.paddingBottomRight || e.padding || [0, 0]), l = this.getBoundsZoom(t, !1, i.add(o));
|
|
1588
1588
|
if (l = typeof e.maxZoom == "number" ? Math.min(e.maxZoom, l) : l, l === 1 / 0)
|
|
1589
1589
|
return {
|
|
@@ -1600,7 +1600,7 @@ function oo() {
|
|
|
1600
1600
|
// Sets a map view that contains the given geographical bounds with the
|
|
1601
1601
|
// maximum zoom level possible.
|
|
1602
1602
|
fitBounds: function(t, e) {
|
|
1603
|
-
if (t =
|
|
1603
|
+
if (t = X(t), !t.isValid())
|
|
1604
1604
|
throw new Error("Bounds are not valid.");
|
|
1605
1605
|
var i = this._getBoundsCenterZoom(t, e);
|
|
1606
1606
|
return this.setView(i.center, i.zoom, e);
|
|
@@ -1644,33 +1644,33 @@ function oo() {
|
|
|
1644
1644
|
var o = this.project(this.getCenter()), l = this.project(t), d = this.getSize(), p = this._zoom;
|
|
1645
1645
|
t = U(t), e = e === void 0 ? p : e;
|
|
1646
1646
|
var v = Math.max(d.x, d.y), y = v * this.getZoomScale(p, e), b = l.distanceTo(o) || 1, M = 1.42, S = M * M;
|
|
1647
|
-
function R(
|
|
1648
|
-
var ze =
|
|
1647
|
+
function R($) {
|
|
1648
|
+
var ze = $ ? -1 : 1, Tr = $ ? y : v, Sr = y * y - v * v + ze * S * S * b * b, Dr = 2 * Tr * S * b, bi = Sr / Dr, Wn = Math.sqrt(bi * bi + 1) - bi, Ir = Wn < 1e-9 ? -18 : Math.log(Wn);
|
|
1649
1649
|
return Ir;
|
|
1650
1650
|
}
|
|
1651
|
-
function st(
|
|
1652
|
-
return (Math.exp(
|
|
1651
|
+
function st($) {
|
|
1652
|
+
return (Math.exp($) - Math.exp(-$)) / 2;
|
|
1653
1653
|
}
|
|
1654
|
-
function
|
|
1655
|
-
return (Math.exp(
|
|
1654
|
+
function et($) {
|
|
1655
|
+
return (Math.exp($) + Math.exp(-$)) / 2;
|
|
1656
1656
|
}
|
|
1657
|
-
function mt(
|
|
1658
|
-
return st(
|
|
1657
|
+
function mt($) {
|
|
1658
|
+
return st($) / et($);
|
|
1659
1659
|
}
|
|
1660
1660
|
var ct = R(0);
|
|
1661
|
-
function Yt(
|
|
1662
|
-
return v * (
|
|
1661
|
+
function Yt($) {
|
|
1662
|
+
return v * (et(ct) / et(ct + M * $));
|
|
1663
1663
|
}
|
|
1664
|
-
function Mr(
|
|
1665
|
-
return v * (
|
|
1664
|
+
function Mr($) {
|
|
1665
|
+
return v * (et(ct) * mt(ct + M * $) - st(ct)) / S;
|
|
1666
1666
|
}
|
|
1667
|
-
function Er(
|
|
1668
|
-
return 1 - Math.pow(1 -
|
|
1667
|
+
function Er($) {
|
|
1668
|
+
return 1 - Math.pow(1 - $, 1.5);
|
|
1669
1669
|
}
|
|
1670
1670
|
var Pr = Date.now(), Gn = (R(1) - ct) / M, Cr = i.duration ? 1e3 * i.duration : 1e3 * Gn * 0.8;
|
|
1671
1671
|
function Vn() {
|
|
1672
|
-
var
|
|
1673
|
-
|
|
1672
|
+
var $ = (Date.now() - Pr) / Cr, ze = Er($) * Gn;
|
|
1673
|
+
$ <= 1 ? (this._flyToFrame = ot(Vn, this), this._move(
|
|
1674
1674
|
this.unproject(o.add(l.subtract(o).multiplyBy(Mr(ze) / b)), p),
|
|
1675
1675
|
this.getScaleZoom(v / Yt(ze), p),
|
|
1676
1676
|
{ flyTo: !0 }
|
|
@@ -1688,7 +1688,7 @@ function oo() {
|
|
|
1688
1688
|
// @method setMaxBounds(bounds: LatLngBounds): this
|
|
1689
1689
|
// Restricts the map view to the given bounds (see the [maxBounds](#map-maxbounds) option).
|
|
1690
1690
|
setMaxBounds: function(t) {
|
|
1691
|
-
return t =
|
|
1691
|
+
return t = X(t), this.listens("moveend", this._panInsideMaxBounds) && this.off("moveend", this._panInsideMaxBounds), t.isValid() ? (this.options.maxBounds = t, this._loaded && this._panInsideMaxBounds(), this.on("moveend", this._panInsideMaxBounds)) : (this.options.maxBounds = null, this);
|
|
1692
1692
|
},
|
|
1693
1693
|
// @method setMinZoom(zoom: Number): this
|
|
1694
1694
|
// Sets the lower limit for the available zoom levels (see the [minZoom](#map-minzoom) option).
|
|
@@ -1706,7 +1706,7 @@ function oo() {
|
|
|
1706
1706
|
// Pans the map to the closest view that would lie inside the given bounds (if it's not already), controlling the animation using the options specific, if any.
|
|
1707
1707
|
panInsideBounds: function(t, e) {
|
|
1708
1708
|
this._enforcingBounds = !0;
|
|
1709
|
-
var i = this.getCenter(), o = this._limitCenter(i, this._zoom,
|
|
1709
|
+
var i = this.getCenter(), o = this._limitCenter(i, this._zoom, X(t));
|
|
1710
1710
|
return i.equals(o) || this.panTo(o, e), this._enforcingBounds = !1, this;
|
|
1711
1711
|
},
|
|
1712
1712
|
// @method panInside(latlng: LatLng, options?: padding options): this
|
|
@@ -1800,7 +1800,7 @@ function oo() {
|
|
|
1800
1800
|
},
|
|
1801
1801
|
_handleGeolocationResponse: function(t) {
|
|
1802
1802
|
if (this._container._leaflet_id) {
|
|
1803
|
-
var e = t.coords.latitude, i = t.coords.longitude, o = new
|
|
1803
|
+
var e = t.coords.latitude, i = t.coords.longitude, o = new V(e, i), l = o.toBounds(t.coords.accuracy * 2), d = this._locateOptions;
|
|
1804
1804
|
if (d.setView) {
|
|
1805
1805
|
var p = this.getBoundsZoom(l);
|
|
1806
1806
|
this.setView(o, d.maxZoom ? Math.min(p, d.maxZoom) : p);
|
|
@@ -1835,12 +1835,12 @@ function oo() {
|
|
|
1835
1835
|
} catch {
|
|
1836
1836
|
this._container._leaflet_id = void 0, this._containerId = void 0;
|
|
1837
1837
|
}
|
|
1838
|
-
this._locationWatchId !== void 0 && this.stopLocate(), this._stop(),
|
|
1838
|
+
this._locationWatchId !== void 0 && this.stopLocate(), this._stop(), J(this._mapPane), this._clearControlPos && this._clearControlPos(), this._resizeRequest && (rt(this._resizeRequest), this._resizeRequest = null), this._clearHandlers(), this._loaded && this.fire("unload");
|
|
1839
1839
|
var t;
|
|
1840
1840
|
for (t in this._layers)
|
|
1841
1841
|
this._layers[t].remove();
|
|
1842
1842
|
for (t in this._panes)
|
|
1843
|
-
|
|
1843
|
+
J(this._panes[t]);
|
|
1844
1844
|
return this._layers = [], this._panes = [], delete this._mapPane, delete this._renderer, this;
|
|
1845
1845
|
},
|
|
1846
1846
|
// @section Other Methods
|
|
@@ -1885,7 +1885,7 @@ function oo() {
|
|
|
1885
1885
|
// instead returns the minimum zoom level on which the map view fits into
|
|
1886
1886
|
// the given bounds in its entirety.
|
|
1887
1887
|
getBoundsZoom: function(t, e, i) {
|
|
1888
|
-
t =
|
|
1888
|
+
t = X(t), i = I(i || [0, 0]);
|
|
1889
1889
|
var o = this.getZoom() || 0, l = this.getMinZoom(), d = this.getMaxZoom(), p = t.getNorthWest(), v = t.getSouthEast(), y = this.getSize().subtract(i), b = lt(this.project(v, o), this.project(p, o)).getSize(), M = C.any3d ? this.options.zoomSnap : 1, S = y.x / b.x, R = y.y / b.y, st = e ? Math.max(S, R) : Math.min(S, R);
|
|
1890
1890
|
return o = this.getScaleZoom(st, o), M && (o = Math.round(o / (M / 100)) * (M / 100), o = e ? Math.ceil(o / M) * M : Math.floor(o / M) * M), Math.max(l, Math.min(d, o));
|
|
1891
1891
|
},
|
|
@@ -1902,7 +1902,7 @@ function oo() {
|
|
|
1902
1902
|
// coordinates (sometimes useful in layer and overlay implementations).
|
|
1903
1903
|
getPixelBounds: function(t, e) {
|
|
1904
1904
|
var i = this._getTopLeftPoint(t, e);
|
|
1905
|
-
return new
|
|
1905
|
+
return new j(i, i.add(this.getSize()));
|
|
1906
1906
|
},
|
|
1907
1907
|
// TODO: Check semantics - isn't the pixel origin the 0,0 coord relative to
|
|
1908
1908
|
// the map pane? "left point of the map layer" can be confusing, specially
|
|
@@ -1997,7 +1997,7 @@ function oo() {
|
|
|
1997
1997
|
// value is between -180 and +180 degrees, and the majority of the bounds
|
|
1998
1998
|
// overlaps the CRS's bounds.
|
|
1999
1999
|
wrapLatLngBounds: function(t) {
|
|
2000
|
-
return this.options.crs.wrapLatLngBounds(
|
|
2000
|
+
return this.options.crs.wrapLatLngBounds(X(t));
|
|
2001
2001
|
},
|
|
2002
2002
|
// @method distance(latlng1: LatLng, latlng2: LatLng): Number
|
|
2003
2003
|
// Returns the distance between two geographical coordinates according to
|
|
@@ -2065,12 +2065,12 @@ function oo() {
|
|
|
2065
2065
|
},
|
|
2066
2066
|
_initPanes: function() {
|
|
2067
2067
|
var t = this._panes = {};
|
|
2068
|
-
this._paneRenderers = {}, this._mapPane = this.createPane("mapPane", this._container),
|
|
2068
|
+
this._paneRenderers = {}, this._mapPane = this.createPane("mapPane", this._container), Q(this._mapPane, new z(0, 0)), this.createPane("tilePane"), this.createPane("overlayPane"), this.createPane("shadowPane"), this.createPane("markerPane"), this.createPane("tooltipPane"), this.createPane("popupPane"), this.options.markerZoomAnimation || (B(t.markerPane, "leaflet-zoom-hide"), B(t.shadowPane, "leaflet-zoom-hide"));
|
|
2069
2069
|
},
|
|
2070
2070
|
// private methods that modify map state
|
|
2071
2071
|
// @section Map state change events
|
|
2072
2072
|
_resetView: function(t, e, i) {
|
|
2073
|
-
|
|
2073
|
+
Q(this._mapPane, new z(0, 0));
|
|
2074
2074
|
var o = !this._loaded;
|
|
2075
2075
|
this._loaded = !0, e = this._limitZoom(e), this.fire("viewprereset");
|
|
2076
2076
|
var l = this._zoom !== e;
|
|
@@ -2088,10 +2088,10 @@ function oo() {
|
|
|
2088
2088
|
return t && this.fire("zoomend"), this.fire("moveend");
|
|
2089
2089
|
},
|
|
2090
2090
|
_stop: function() {
|
|
2091
|
-
return
|
|
2091
|
+
return rt(this._flyToFrame), this._panAnim && this._panAnim.stop(), this;
|
|
2092
2092
|
},
|
|
2093
2093
|
_rawPanBy: function(t) {
|
|
2094
|
-
|
|
2094
|
+
Q(this._mapPane, this._getMapPanePos().subtract(t));
|
|
2095
2095
|
},
|
|
2096
2096
|
_getZoomSpan: function() {
|
|
2097
2097
|
return this.getMaxZoom() - this.getMinZoom();
|
|
@@ -2111,7 +2111,7 @@ function oo() {
|
|
|
2111
2111
|
e(this._container, "click dblclick mousedown mouseup mouseover mouseout mousemove contextmenu keypress keydown keyup", this._handleDOMEvent, this), this.options.trackResize && e(window, "resize", this._onResize, this), C.any3d && this.options.transform3DLimit && (t ? this.off : this.on).call(this, "moveend", this._onMoveEnd);
|
|
2112
2112
|
},
|
|
2113
2113
|
_onResize: function() {
|
|
2114
|
-
|
|
2114
|
+
rt(this._resizeRequest), this._resizeRequest = ot(
|
|
2115
2115
|
function() {
|
|
2116
2116
|
this.invalidateSize({ debounceMoveend: !0 });
|
|
2117
2117
|
},
|
|
@@ -2164,7 +2164,7 @@ function oo() {
|
|
|
2164
2164
|
l = d.concat(l);
|
|
2165
2165
|
}
|
|
2166
2166
|
if (l.length) {
|
|
2167
|
-
e === "contextmenu" &&
|
|
2167
|
+
e === "contextmenu" && it(t);
|
|
2168
2168
|
var v = l[0], y = {
|
|
2169
2169
|
originalEvent: t
|
|
2170
2170
|
};
|
|
@@ -2173,7 +2173,7 @@ function oo() {
|
|
|
2173
2173
|
y.containerPoint = b ? this.latLngToContainerPoint(v.getLatLng()) : this.mouseEventToContainerPoint(t), y.layerPoint = this.containerPointToLayerPoint(y.containerPoint), y.latlng = b ? v.getLatLng() : this.layerPointToLatLng(y.layerPoint);
|
|
2174
2174
|
}
|
|
2175
2175
|
for (p = 0; p < l.length; p++)
|
|
2176
|
-
if (l[p].fire(e, y, !0), y.originalEvent._stopped || l[p].options.bubblingMouseEvents === !1 &&
|
|
2176
|
+
if (l[p].fire(e, y, !0), y.originalEvent._stopped || l[p].options.bubblingMouseEvents === !1 && G(this._mouseEvents, e) !== -1)
|
|
2177
2177
|
return;
|
|
2178
2178
|
}
|
|
2179
2179
|
},
|
|
@@ -2194,7 +2194,7 @@ function oo() {
|
|
|
2194
2194
|
},
|
|
2195
2195
|
// private methods for getting map state
|
|
2196
2196
|
_getMapPanePos: function() {
|
|
2197
|
-
return
|
|
2197
|
+
return Dt(this._mapPane) || new z(0, 0);
|
|
2198
2198
|
},
|
|
2199
2199
|
_moved: function() {
|
|
2200
2200
|
var t = this._getMapPanePos();
|
|
@@ -2233,14 +2233,14 @@ function oo() {
|
|
|
2233
2233
|
_limitCenter: function(t, e, i) {
|
|
2234
2234
|
if (!i)
|
|
2235
2235
|
return t;
|
|
2236
|
-
var o = this.project(t, e), l = this.getSize().divideBy(2), d = new
|
|
2236
|
+
var o = this.project(t, e), l = this.getSize().divideBy(2), d = new j(o.subtract(l), o.add(l)), p = this._getBoundsOffset(d, i, e);
|
|
2237
2237
|
return Math.abs(p.x) <= 1 && Math.abs(p.y) <= 1 ? t : this.unproject(o.add(p), e);
|
|
2238
2238
|
},
|
|
2239
2239
|
// adjust offset for view to get inside bounds
|
|
2240
2240
|
_limitOffset: function(t, e) {
|
|
2241
2241
|
if (!e)
|
|
2242
2242
|
return t;
|
|
2243
|
-
var i = this.getPixelBounds(), o = new
|
|
2243
|
+
var i = this.getPixelBounds(), o = new j(i.min.add(t), i.max.add(t));
|
|
2244
2244
|
return t.add(this._getBoundsOffset(o, e));
|
|
2245
2245
|
},
|
|
2246
2246
|
// returns offset needed for pxBounds to get inside maxBounds at a specified zoom
|
|
@@ -2262,7 +2262,7 @@ function oo() {
|
|
|
2262
2262
|
this.fire("move");
|
|
2263
2263
|
},
|
|
2264
2264
|
_onPanTransitionEnd: function() {
|
|
2265
|
-
|
|
2265
|
+
K(this._mapPane, "leaflet-pan-anim"), this.fire("moveend");
|
|
2266
2266
|
},
|
|
2267
2267
|
_tryAnimatedPan: function(t, e) {
|
|
2268
2268
|
var i = this._getCenterOffset(t)._trunc();
|
|
@@ -2272,15 +2272,15 @@ function oo() {
|
|
|
2272
2272
|
var t = this._proxy = F("div", "leaflet-proxy leaflet-zoom-animated");
|
|
2273
2273
|
this._panes.mapPane.appendChild(t), this.on("zoomanim", function(e) {
|
|
2274
2274
|
var i = Qe, o = this._proxy.style[i];
|
|
2275
|
-
|
|
2275
|
+
St(this._proxy, this.project(e.center, e.zoom), this.getZoomScale(e.zoom, 1)), o === this._proxy.style[i] && this._animatingZoom && this._onZoomTransitionEnd();
|
|
2276
2276
|
}, this), this.on("load moveend", this._animMoveEnd, this), this._on("unload", this._destroyAnimProxy, this);
|
|
2277
2277
|
},
|
|
2278
2278
|
_destroyAnimProxy: function() {
|
|
2279
|
-
|
|
2279
|
+
J(this._proxy), this.off("load moveend", this._animMoveEnd, this), delete this._proxy;
|
|
2280
2280
|
},
|
|
2281
2281
|
_animMoveEnd: function() {
|
|
2282
2282
|
var t = this.getCenter(), e = this.getZoom();
|
|
2283
|
-
|
|
2283
|
+
St(this._proxy, this.project(t, e), this.getZoomScale(e, 1));
|
|
2284
2284
|
},
|
|
2285
2285
|
_catchTransitionEnd: function(t) {
|
|
2286
2286
|
this._animatingZoom && t.propertyName.indexOf("transform") >= 0 && this._onZoomTransitionEnd();
|
|
@@ -2294,7 +2294,7 @@ function oo() {
|
|
|
2294
2294
|
if (i = i || {}, !this._zoomAnimated || i.animate === !1 || this._nothingToAnimate() || Math.abs(e - this._zoom) > this.options.zoomAnimationThreshold)
|
|
2295
2295
|
return !1;
|
|
2296
2296
|
var o = this.getZoomScale(e), l = this._getCenterOffset(t)._divideBy(1 - 1 / o);
|
|
2297
|
-
return i.animate !== !0 && !this.getSize().contains(l) ? !1 : (
|
|
2297
|
+
return i.animate !== !0 && !this.getSize().contains(l) ? !1 : (ot(function() {
|
|
2298
2298
|
this._moveStart(!0, i.noMoveStart || !1)._animateZoom(t, e, !0);
|
|
2299
2299
|
}, this), !0);
|
|
2300
2300
|
},
|
|
@@ -2306,13 +2306,13 @@ function oo() {
|
|
|
2306
2306
|
}), this._tempFireZoomEvent || (this._tempFireZoomEvent = this._zoom !== this._animateToZoom), this._move(this._animateToCenter, this._animateToZoom, void 0, !0), setTimeout(a(this._onZoomTransitionEnd, this), 250));
|
|
2307
2307
|
},
|
|
2308
2308
|
_onZoomTransitionEnd: function() {
|
|
2309
|
-
this._animatingZoom && (this._mapPane &&
|
|
2309
|
+
this._animatingZoom && (this._mapPane && K(this._mapPane, "leaflet-zoom-anim"), this._animatingZoom = !1, this._move(this._animateToCenter, this._animateToZoom, void 0, !0), this._tempFireZoomEvent && this.fire("zoom"), delete this._tempFireZoomEvent, this.fire("move"), this._moveEnd(!0));
|
|
2310
2310
|
}
|
|
2311
2311
|
});
|
|
2312
2312
|
function Go(t, e) {
|
|
2313
2313
|
return new Z(t, e);
|
|
2314
2314
|
}
|
|
2315
|
-
var
|
|
2315
|
+
var gt = ut.extend({
|
|
2316
2316
|
// @section
|
|
2317
2317
|
// @aka Control Options
|
|
2318
2318
|
options: {
|
|
@@ -2354,13 +2354,13 @@ function oo() {
|
|
|
2354
2354
|
// @method remove: this
|
|
2355
2355
|
// Removes the control from the map it is currently active on.
|
|
2356
2356
|
remove: function() {
|
|
2357
|
-
return this._map ? (
|
|
2357
|
+
return this._map ? (J(this._container), this.onRemove && this.onRemove(this._map), this._map.off("unload", this.remove, this), this._map = null, this) : this;
|
|
2358
2358
|
},
|
|
2359
2359
|
_refocusOnMap: function(t) {
|
|
2360
2360
|
this._map && t && t.screenX > 0 && t.screenY > 0 && this._map.getContainer().focus();
|
|
2361
2361
|
}
|
|
2362
2362
|
}), re = function(t) {
|
|
2363
|
-
return new
|
|
2363
|
+
return new gt(t);
|
|
2364
2364
|
};
|
|
2365
2365
|
Z.include({
|
|
2366
2366
|
// @method addControl(control: Control): this
|
|
@@ -2383,11 +2383,11 @@ function oo() {
|
|
|
2383
2383
|
},
|
|
2384
2384
|
_clearControlPos: function() {
|
|
2385
2385
|
for (var t in this._controlCorners)
|
|
2386
|
-
|
|
2387
|
-
|
|
2386
|
+
J(this._controlCorners[t]);
|
|
2387
|
+
J(this._controlContainer), delete this._controlCorners, delete this._controlContainer;
|
|
2388
2388
|
}
|
|
2389
2389
|
});
|
|
2390
|
-
var un =
|
|
2390
|
+
var un = gt.extend({
|
|
2391
2391
|
// @section
|
|
2392
2392
|
// @aka Control.Layers options
|
|
2393
2393
|
options: {
|
|
@@ -2429,7 +2429,7 @@ function oo() {
|
|
|
2429
2429
|
return this._container;
|
|
2430
2430
|
},
|
|
2431
2431
|
addTo: function(t) {
|
|
2432
|
-
return
|
|
2432
|
+
return gt.prototype.addTo.call(this, t), this._expandIfNotCollapsed();
|
|
2433
2433
|
},
|
|
2434
2434
|
onRemove: function() {
|
|
2435
2435
|
this._map.off("zoomend", this._checkDisabledLayers, this);
|
|
@@ -2458,12 +2458,12 @@ function oo() {
|
|
|
2458
2458
|
expand: function() {
|
|
2459
2459
|
B(this._container, "leaflet-control-layers-expanded"), this._section.style.height = null;
|
|
2460
2460
|
var t = this._map.getSize().y - (this._container.offsetTop + 50);
|
|
2461
|
-
return t < this._section.clientHeight ? (B(this._section, "leaflet-control-layers-scrollbar"), this._section.style.height = t + "px") :
|
|
2461
|
+
return t < this._section.clientHeight ? (B(this._section, "leaflet-control-layers-scrollbar"), this._section.style.height = t + "px") : K(this._section, "leaflet-control-layers-scrollbar"), this._checkDisabledLayers(), this;
|
|
2462
2462
|
},
|
|
2463
2463
|
// @method collapse(): this
|
|
2464
2464
|
// Collapse the control container if expanded.
|
|
2465
2465
|
collapse: function() {
|
|
2466
|
-
return
|
|
2466
|
+
return K(this._container, "leaflet-control-layers-expanded"), this;
|
|
2467
2467
|
},
|
|
2468
2468
|
_initLayout: function() {
|
|
2469
2469
|
var t = "leaflet-control-layers", e = this._container = F("div", t), i = this.options.collapsed;
|
|
@@ -2480,7 +2480,7 @@ function oo() {
|
|
|
2480
2480
|
},
|
|
2481
2481
|
// Certain screen readers intercept the key event and instead send a click event
|
|
2482
2482
|
click: function(d) {
|
|
2483
|
-
|
|
2483
|
+
it(d), this._expandSafely();
|
|
2484
2484
|
}
|
|
2485
2485
|
}, this), i || this.expand(), this._baseLayersList = F("div", t + "-base", o), this._separator = F("div", t + "-separator", o), this._overlaysList = F("div", t + "-overlays", o), e.appendChild(o);
|
|
2486
2486
|
},
|
|
@@ -2549,15 +2549,15 @@ function oo() {
|
|
|
2549
2549
|
},
|
|
2550
2550
|
_expandSafely: function() {
|
|
2551
2551
|
var t = this._section;
|
|
2552
|
-
this._preventClick = !0, O(t, "click",
|
|
2552
|
+
this._preventClick = !0, O(t, "click", it), this.expand();
|
|
2553
2553
|
var e = this;
|
|
2554
2554
|
setTimeout(function() {
|
|
2555
|
-
W(t, "click",
|
|
2555
|
+
W(t, "click", it), e._preventClick = !1;
|
|
2556
2556
|
});
|
|
2557
2557
|
}
|
|
2558
2558
|
}), Vo = function(t, e, i) {
|
|
2559
2559
|
return new un(t, e, i);
|
|
2560
|
-
}, ui =
|
|
2560
|
+
}, ui = gt.extend({
|
|
2561
2561
|
// @section
|
|
2562
2562
|
// @aka Control.Zoom options
|
|
2563
2563
|
options: {
|
|
@@ -2608,11 +2608,11 @@ function oo() {
|
|
|
2608
2608
|
},
|
|
2609
2609
|
_createButton: function(t, e, i, o, l) {
|
|
2610
2610
|
var d = F("a", i, o);
|
|
2611
|
-
return d.innerHTML = t, d.href = "#", d.title = e, d.setAttribute("role", "button"), d.setAttribute("aria-label", e), oe(d), O(d, "click",
|
|
2611
|
+
return d.innerHTML = t, d.href = "#", d.title = e, d.setAttribute("role", "button"), d.setAttribute("aria-label", e), oe(d), O(d, "click", zt), O(d, "click", l, this), O(d, "click", this._refocusOnMap, this), d;
|
|
2612
2612
|
},
|
|
2613
2613
|
_updateDisabled: function() {
|
|
2614
2614
|
var t = this._map, e = "leaflet-disabled";
|
|
2615
|
-
|
|
2615
|
+
K(this._zoomInButton, e), K(this._zoomOutButton, e), this._zoomInButton.setAttribute("aria-disabled", "false"), this._zoomOutButton.setAttribute("aria-disabled", "false"), (this._disabled || t._zoom === t.getMinZoom()) && (B(this._zoomOutButton, e), this._zoomOutButton.setAttribute("aria-disabled", "true")), (this._disabled || t._zoom === t.getMaxZoom()) && (B(this._zoomInButton, e), this._zoomInButton.setAttribute("aria-disabled", "true"));
|
|
2616
2616
|
}
|
|
2617
2617
|
});
|
|
2618
2618
|
Z.mergeOptions({
|
|
@@ -2622,7 +2622,7 @@ function oo() {
|
|
|
2622
2622
|
});
|
|
2623
2623
|
var Wo = function(t) {
|
|
2624
2624
|
return new ui(t);
|
|
2625
|
-
}, fn =
|
|
2625
|
+
}, fn = gt.extend({
|
|
2626
2626
|
// @section
|
|
2627
2627
|
// @aka Control.Scale options
|
|
2628
2628
|
options: {
|
|
@@ -2676,7 +2676,7 @@ function oo() {
|
|
|
2676
2676
|
}
|
|
2677
2677
|
}), Yo = function(t) {
|
|
2678
2678
|
return new fn(t);
|
|
2679
|
-
}, qo = '<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" class="leaflet-attribution-flag"><path fill="#4C7BE1" d="M0 0h12v4H0z"/><path fill="#FFD500" d="M0 4h12v3H0z"/><path fill="#E0BC00" d="M0 7h12v1H0z"/></svg>', fi =
|
|
2679
|
+
}, qo = '<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" class="leaflet-attribution-flag"><path fill="#4C7BE1" d="M0 0h12v4H0z"/><path fill="#FFD500" d="M0 4h12v3H0z"/><path fill="#E0BC00" d="M0 7h12v1H0z"/></svg>', fi = gt.extend({
|
|
2680
2680
|
// @section
|
|
2681
2681
|
// @aka Control.Attribution options
|
|
2682
2682
|
options: {
|
|
@@ -2735,8 +2735,8 @@ function oo() {
|
|
|
2735
2735
|
var jo = function(t) {
|
|
2736
2736
|
return new fi(t);
|
|
2737
2737
|
};
|
|
2738
|
-
|
|
2739
|
-
var
|
|
2738
|
+
gt.Layers = un, gt.Zoom = ui, gt.Scale = fn, gt.Attribution = fi, re.layers = Vo, re.zoom = Wo, re.scale = Yo, re.attribution = jo;
|
|
2739
|
+
var wt = ut.extend({
|
|
2740
2740
|
initialize: function(t) {
|
|
2741
2741
|
this._map = t;
|
|
2742
2742
|
},
|
|
@@ -2762,10 +2762,10 @@ function oo() {
|
|
|
2762
2762
|
// @method removeHooks()
|
|
2763
2763
|
// Called when the handler is disabled, should remove the event hooks added previously.
|
|
2764
2764
|
});
|
|
2765
|
-
|
|
2765
|
+
wt.addTo = function(t, e) {
|
|
2766
2766
|
return t.addHandler(e, this), this;
|
|
2767
2767
|
};
|
|
2768
|
-
var Jo = { Events: dt }, pn = C.touch ? "touchstart mousedown" : "mousedown",
|
|
2768
|
+
var Jo = { Events: dt }, pn = C.touch ? "touchstart mousedown" : "mousedown", Ct = Kt.extend({
|
|
2769
2769
|
options: {
|
|
2770
2770
|
// @section
|
|
2771
2771
|
// @aka Draggable options
|
|
@@ -2787,18 +2787,18 @@ function oo() {
|
|
|
2787
2787
|
// @method disable()
|
|
2788
2788
|
// Disables the dragging ability
|
|
2789
2789
|
disable: function() {
|
|
2790
|
-
this._enabled && (
|
|
2790
|
+
this._enabled && (Ct._dragging === this && this.finishDrag(!0), W(this._dragStartTarget, pn, this._onDown, this), this._enabled = !1, this._moved = !1);
|
|
2791
2791
|
},
|
|
2792
2792
|
_onDown: function(t) {
|
|
2793
2793
|
if (this._enabled && (this._moved = !1, !$e(this._element, "leaflet-zoom-anim"))) {
|
|
2794
2794
|
if (t.touches && t.touches.length !== 1) {
|
|
2795
|
-
|
|
2795
|
+
Ct._dragging === this && this.finishDrag();
|
|
2796
2796
|
return;
|
|
2797
2797
|
}
|
|
2798
|
-
if (!(
|
|
2798
|
+
if (!(Ct._dragging || t.shiftKey || t.which !== 1 && t.button !== 1 && !t.touches) && (Ct._dragging = this, this._preventOutline && ri(this._element), ii(), ee(), !this._moving)) {
|
|
2799
2799
|
this.fire("down");
|
|
2800
2800
|
var e = t.touches ? t.touches[0] : t, i = sn(this._element);
|
|
2801
|
-
this._startPoint = new z(e.clientX, e.clientY), this._startPos =
|
|
2801
|
+
this._startPoint = new z(e.clientX, e.clientY), this._startPos = Dt(this._element), this._parentScale = si(i);
|
|
2802
2802
|
var o = t.type === "mousedown";
|
|
2803
2803
|
O(document, o ? "mousemove" : "touchmove", this._onMove, this), O(document, o ? "mouseup" : "touchend touchcancel", this._onUp, this);
|
|
2804
2804
|
}
|
|
@@ -2811,20 +2811,20 @@ function oo() {
|
|
|
2811
2811
|
return;
|
|
2812
2812
|
}
|
|
2813
2813
|
var e = t.touches && t.touches.length === 1 ? t.touches[0] : t, i = new z(e.clientX, e.clientY)._subtract(this._startPoint);
|
|
2814
|
-
!i.x && !i.y || Math.abs(i.x) + Math.abs(i.y) < this.options.clickTolerance || (i.x /= this._parentScale.x, i.y /= this._parentScale.y,
|
|
2814
|
+
!i.x && !i.y || Math.abs(i.x) + Math.abs(i.y) < this.options.clickTolerance || (i.x /= this._parentScale.x, i.y /= this._parentScale.y, it(t), this._moved || (this.fire("dragstart"), this._moved = !0, B(document.body, "leaflet-dragging"), this._lastTarget = t.target || t.srcElement, window.SVGElementInstance && this._lastTarget instanceof window.SVGElementInstance && (this._lastTarget = this._lastTarget.correspondingUseElement), B(this._lastTarget, "leaflet-drag-target")), this._newPos = this._startPos.add(i), this._moving = !0, this._lastEvent = t, this._updatePosition());
|
|
2815
2815
|
}
|
|
2816
2816
|
},
|
|
2817
2817
|
_updatePosition: function() {
|
|
2818
2818
|
var t = { originalEvent: this._lastEvent };
|
|
2819
|
-
this.fire("predrag", t),
|
|
2819
|
+
this.fire("predrag", t), Q(this._element, this._newPos), this.fire("drag", t);
|
|
2820
2820
|
},
|
|
2821
2821
|
_onUp: function() {
|
|
2822
2822
|
this._enabled && this.finishDrag();
|
|
2823
2823
|
},
|
|
2824
2824
|
finishDrag: function(t) {
|
|
2825
|
-
|
|
2825
|
+
K(document.body, "leaflet-dragging"), this._lastTarget && (K(this._lastTarget, "leaflet-drag-target"), this._lastTarget = null), W(document, "mousemove touchmove", this._onMove, this), W(document, "mouseup touchend touchcancel", this._onUp, this), ni(), ie();
|
|
2826
2826
|
var e = this._moved && this._moving;
|
|
2827
|
-
this._moving = !1,
|
|
2827
|
+
this._moving = !1, Ct._dragging = !1, e && this.fire("dragend", {
|
|
2828
2828
|
noInertia: t,
|
|
2829
2829
|
distance: this._newPos.distanceTo(this._startPos)
|
|
2830
2830
|
});
|
|
@@ -2833,10 +2833,10 @@ function oo() {
|
|
|
2833
2833
|
function mn(t, e, i) {
|
|
2834
2834
|
var o, l = [1, 4, 2, 8], d, p, v, y, b, M, S, R;
|
|
2835
2835
|
for (d = 0, M = t.length; d < M; d++)
|
|
2836
|
-
t[d]._code =
|
|
2836
|
+
t[d]._code = Ot(t[d], e);
|
|
2837
2837
|
for (v = 0; v < 4; v++) {
|
|
2838
2838
|
for (S = l[v], o = [], d = 0, M = t.length, p = M - 1; d < M; p = d++)
|
|
2839
|
-
y = t[d], b = t[p], y._code & S ? b._code & S || (R = xe(b, y, S, e, i), R._code =
|
|
2839
|
+
y = t[d], b = t[p], y._code & S ? b._code & S || (R = xe(b, y, S, e, i), R._code = Ot(R, e), o.push(R)) : (b._code & S && (R = xe(b, y, S, e, i), R._code = Ot(R, e), o.push(R)), o.push(y));
|
|
2840
2840
|
t = o;
|
|
2841
2841
|
}
|
|
2842
2842
|
return t;
|
|
@@ -2846,14 +2846,14 @@ function oo() {
|
|
|
2846
2846
|
if (!t || t.length === 0)
|
|
2847
2847
|
throw new Error("latlngs not passed");
|
|
2848
2848
|
pt(t) || (console.warn("latlngs are not flat! Only the first ring will be used"), t = t[0]);
|
|
2849
|
-
var S = U([0, 0]), R =
|
|
2849
|
+
var S = U([0, 0]), R = X(t), st = R.getNorthWest().distanceTo(R.getSouthWest()) * R.getNorthEast().distanceTo(R.getNorthWest());
|
|
2850
2850
|
st < 1700 && (S = pi(t));
|
|
2851
|
-
var
|
|
2852
|
-
for (i = 0; i <
|
|
2851
|
+
var et = t.length, mt = [];
|
|
2852
|
+
for (i = 0; i < et; i++) {
|
|
2853
2853
|
var ct = U(t[i]);
|
|
2854
2854
|
mt.push(e.project(U([ct.lat - S.lat, ct.lng - S.lng])));
|
|
2855
2855
|
}
|
|
2856
|
-
for (v = y = b = 0, i = 0, o =
|
|
2856
|
+
for (v = y = b = 0, i = 0, o = et - 1; i < et; o = i++)
|
|
2857
2857
|
l = mt[i], d = mt[o], p = l.y * d.x - d.y * l.x, y += (l.x + d.x) * p, b += (l.y + d.y) * p, v += p * 3;
|
|
2858
2858
|
v === 0 ? M = mt[0] : M = [y / v, b / v];
|
|
2859
2859
|
var Yt = e.unproject(I(M));
|
|
@@ -2905,20 +2905,20 @@ function oo() {
|
|
|
2905
2905
|
}
|
|
2906
2906
|
var yn;
|
|
2907
2907
|
function Ln(t, e, i, o, l) {
|
|
2908
|
-
var d = o ? yn :
|
|
2908
|
+
var d = o ? yn : Ot(t, i), p = Ot(e, i), v, y, b;
|
|
2909
2909
|
for (yn = p; ; ) {
|
|
2910
2910
|
if (!(d | p))
|
|
2911
2911
|
return [t, e];
|
|
2912
2912
|
if (d & p)
|
|
2913
2913
|
return !1;
|
|
2914
|
-
v = d || p, y = xe(t, e, v, i, l), b =
|
|
2914
|
+
v = d || p, y = xe(t, e, v, i, l), b = Ot(y, i), v === d ? (t = y, d = b) : (e = y, p = b);
|
|
2915
2915
|
}
|
|
2916
2916
|
}
|
|
2917
2917
|
function xe(t, e, i, o, l) {
|
|
2918
2918
|
var d = e.x - t.x, p = e.y - t.y, v = o.min, y = o.max, b, M;
|
|
2919
2919
|
return i & 8 ? (b = t.x + d * (y.y - t.y) / p, M = y.y) : i & 4 ? (b = t.x + d * (v.y - t.y) / p, M = v.y) : i & 2 ? (b = y.x, M = t.y + p * (y.x - t.x) / d) : i & 1 && (b = v.x, M = t.y + p * (v.x - t.x) / d), new z(b, M, l);
|
|
2920
2920
|
}
|
|
2921
|
-
function
|
|
2921
|
+
function Ot(t, e) {
|
|
2922
2922
|
var i = 0;
|
|
2923
2923
|
return t.x < e.min.x ? i |= 1 : t.x > e.max.x && (i |= 2), t.y < e.min.y ? i |= 4 : t.y > e.max.y && (i |= 8), i;
|
|
2924
2924
|
}
|
|
@@ -2941,20 +2941,20 @@ function oo() {
|
|
|
2941
2941
|
if (!t || t.length === 0)
|
|
2942
2942
|
throw new Error("latlngs not passed");
|
|
2943
2943
|
pt(t) || (console.warn("latlngs are not flat! Only the first ring will be used"), t = t[0]);
|
|
2944
|
-
var M = U([0, 0]), S =
|
|
2944
|
+
var M = U([0, 0]), S = X(t), R = S.getNorthWest().distanceTo(S.getSouthWest()) * S.getNorthEast().distanceTo(S.getNorthWest());
|
|
2945
2945
|
R < 1700 && (M = pi(t));
|
|
2946
|
-
var st = t.length,
|
|
2946
|
+
var st = t.length, et = [];
|
|
2947
2947
|
for (i = 0; i < st; i++) {
|
|
2948
2948
|
var mt = U(t[i]);
|
|
2949
|
-
|
|
2949
|
+
et.push(e.project(U([mt.lat - M.lat, mt.lng - M.lng])));
|
|
2950
2950
|
}
|
|
2951
2951
|
for (i = 0, o = 0; i < st - 1; i++)
|
|
2952
|
-
o +=
|
|
2952
|
+
o += et[i].distanceTo(et[i + 1]) / 2;
|
|
2953
2953
|
if (o === 0)
|
|
2954
|
-
b =
|
|
2954
|
+
b = et[0];
|
|
2955
2955
|
else
|
|
2956
2956
|
for (i = 0, d = 0; i < st - 1; i++)
|
|
2957
|
-
if (p =
|
|
2957
|
+
if (p = et[i], v = et[i + 1], l = p.distanceTo(v), d += l, d > o) {
|
|
2958
2958
|
y = (d - o) / l, b = [
|
|
2959
2959
|
v.x - y * (v.x - p.x),
|
|
2960
2960
|
v.y - y * (v.y - p.y)
|
|
@@ -2971,7 +2971,7 @@ function oo() {
|
|
|
2971
2971
|
closestPointOnSegment: Xo,
|
|
2972
2972
|
clipSegment: Ln,
|
|
2973
2973
|
_getEdgeIntersection: xe,
|
|
2974
|
-
_getBitCode:
|
|
2974
|
+
_getBitCode: Ot,
|
|
2975
2975
|
_sqClosestPointOnSegment: se,
|
|
2976
2976
|
isFlat: pt,
|
|
2977
2977
|
_flat: wn,
|
|
@@ -2981,13 +2981,13 @@ function oo() {
|
|
|
2981
2981
|
return new z(t.lng, t.lat);
|
|
2982
2982
|
},
|
|
2983
2983
|
unproject: function(t) {
|
|
2984
|
-
return new
|
|
2984
|
+
return new V(t.y, t.x);
|
|
2985
2985
|
},
|
|
2986
|
-
bounds: new
|
|
2986
|
+
bounds: new j([-180, -90], [180, 90])
|
|
2987
2987
|
}, gi = {
|
|
2988
2988
|
R: 6378137,
|
|
2989
2989
|
R_MINOR: 6356752314245179e-9,
|
|
2990
|
-
bounds: new
|
|
2990
|
+
bounds: new j([-2003750834279e-5, -1549657073972e-5], [2003750834279e-5, 1876465623138e-5]),
|
|
2991
2991
|
project: function(t) {
|
|
2992
2992
|
var e = Math.PI / 180, i = this.R, o = t.lat * e, l = this.R_MINOR / i, d = Math.sqrt(1 - l * l), p = d * Math.sin(o), v = Math.tan(Math.PI / 4 - o / 2) / Math.pow((1 - p) / (1 + p), d / 2);
|
|
2993
2993
|
return o = -i * Math.log(Math.max(v, 1e-10)), new z(t.lng * e * i, o);
|
|
@@ -2995,21 +2995,21 @@ function oo() {
|
|
|
2995
2995
|
unproject: function(t) {
|
|
2996
2996
|
for (var e = 180 / Math.PI, i = this.R, o = this.R_MINOR / i, l = Math.sqrt(1 - o * o), d = Math.exp(-t.y / i), p = Math.PI / 2 - 2 * Math.atan(d), v = 0, y = 0.1, b; v < 15 && Math.abs(y) > 1e-7; v++)
|
|
2997
2997
|
b = l * Math.sin(p), b = Math.pow((1 - b) / (1 + b), l / 2), y = Math.PI / 2 - 2 * Math.atan(d * b) - p, p += y;
|
|
2998
|
-
return new
|
|
2998
|
+
return new V(p * e, t.x * e / i);
|
|
2999
2999
|
}
|
|
3000
3000
|
}, ir = {
|
|
3001
3001
|
__proto__: null,
|
|
3002
3002
|
LonLat: _i,
|
|
3003
3003
|
Mercator: gi,
|
|
3004
3004
|
SphericalMercator: Ge
|
|
3005
|
-
}, nr = n({},
|
|
3005
|
+
}, nr = n({}, Pt, {
|
|
3006
3006
|
code: "EPSG:3395",
|
|
3007
3007
|
projection: gi,
|
|
3008
3008
|
transformation: (function() {
|
|
3009
3009
|
var t = 0.5 / (Math.PI * gi.R);
|
|
3010
3010
|
return Xt(t, 0.5, -t, 0.5);
|
|
3011
3011
|
})()
|
|
3012
|
-
}), xn = n({},
|
|
3012
|
+
}), xn = n({}, Pt, {
|
|
3013
3013
|
code: "EPSG:4326",
|
|
3014
3014
|
projection: _i,
|
|
3015
3015
|
transformation: Xt(1 / 180, 1, -1 / 180, 0.5)
|
|
@@ -3028,8 +3028,8 @@ function oo() {
|
|
|
3028
3028
|
},
|
|
3029
3029
|
infinite: !0
|
|
3030
3030
|
});
|
|
3031
|
-
xt.Earth =
|
|
3032
|
-
var
|
|
3031
|
+
xt.Earth = Pt, xt.EPSG3395 = nr, xt.EPSG3857 = We, xt.EPSG900913 = ho, xt.EPSG4326 = xn, xt.Simple = or;
|
|
3032
|
+
var vt = Kt.extend({
|
|
3033
3033
|
// Classes extending `L.Layer` will inherit the following options:
|
|
3034
3034
|
options: {
|
|
3035
3035
|
// @option pane: String = 'overlayPane'
|
|
@@ -3146,7 +3146,7 @@ function oo() {
|
|
|
3146
3146
|
this._layersMaxZoom = e === -1 / 0 ? void 0 : e, this._layersMinZoom = t === 1 / 0 ? void 0 : t, i !== this._getZoomSpan() && this.fire("zoomlevelschange"), this.options.maxZoom === void 0 && this._layersMaxZoom && this.getZoom() > this._layersMaxZoom && this.setZoom(this._layersMaxZoom), this.options.minZoom === void 0 && this._layersMinZoom && this.getZoom() < this._layersMinZoom && this.setZoom(this._layersMinZoom);
|
|
3147
3147
|
}
|
|
3148
3148
|
});
|
|
3149
|
-
var Ht =
|
|
3149
|
+
var Ht = vt.extend({
|
|
3150
3150
|
initialize: function(t, e) {
|
|
3151
3151
|
A(this, e), this._layers = {};
|
|
3152
3152
|
var i, o;
|
|
@@ -3385,13 +3385,13 @@ function oo() {
|
|
|
3385
3385
|
var i = document.querySelector('link[href$="leaflet.css"]');
|
|
3386
3386
|
return i ? i.href.substring(0, i.href.length - 11 - 1) : "";
|
|
3387
3387
|
}
|
|
3388
|
-
}), kn =
|
|
3388
|
+
}), kn = wt.extend({
|
|
3389
3389
|
initialize: function(t) {
|
|
3390
3390
|
this._marker = t;
|
|
3391
3391
|
},
|
|
3392
3392
|
addHooks: function() {
|
|
3393
3393
|
var t = this._marker._icon;
|
|
3394
|
-
this._draggable || (this._draggable = new
|
|
3394
|
+
this._draggable || (this._draggable = new Ct(t, t, !0)), this._draggable.on({
|
|
3395
3395
|
dragstart: this._onDragStart,
|
|
3396
3396
|
predrag: this._onPreDrag,
|
|
3397
3397
|
drag: this._onDrag,
|
|
@@ -3404,13 +3404,13 @@ function oo() {
|
|
|
3404
3404
|
predrag: this._onPreDrag,
|
|
3405
3405
|
drag: this._onDrag,
|
|
3406
3406
|
dragend: this._onDragEnd
|
|
3407
|
-
}, this).disable(), this._marker._icon &&
|
|
3407
|
+
}, this).disable(), this._marker._icon && K(this._marker._icon, "leaflet-marker-draggable");
|
|
3408
3408
|
},
|
|
3409
3409
|
moved: function() {
|
|
3410
3410
|
return this._draggable && this._draggable._moved;
|
|
3411
3411
|
},
|
|
3412
3412
|
_adjustPan: function(t) {
|
|
3413
|
-
var e = this._marker, i = e._map, o = this._marker.options.autoPanSpeed, l = this._marker.options.autoPanPadding, d =
|
|
3413
|
+
var e = this._marker, i = e._map, o = this._marker.options.autoPanSpeed, l = this._marker.options.autoPanPadding, d = Dt(e._icon), p = i.getPixelBounds(), v = i.getPixelOrigin(), y = lt(
|
|
3414
3414
|
p.min._subtract(v).add(l),
|
|
3415
3415
|
p.max._subtract(v).subtract(l)
|
|
3416
3416
|
);
|
|
@@ -3419,23 +3419,23 @@ function oo() {
|
|
|
3419
3419
|
(Math.max(y.max.x, d.x) - y.max.x) / (p.max.x - y.max.x) - (Math.min(y.min.x, d.x) - y.min.x) / (p.min.x - y.min.x),
|
|
3420
3420
|
(Math.max(y.max.y, d.y) - y.max.y) / (p.max.y - y.max.y) - (Math.min(y.min.y, d.y) - y.min.y) / (p.min.y - y.min.y)
|
|
3421
3421
|
).multiplyBy(o);
|
|
3422
|
-
i.panBy(b, { animate: !1 }), this._draggable._newPos._add(b), this._draggable._startPos._add(b),
|
|
3422
|
+
i.panBy(b, { animate: !1 }), this._draggable._newPos._add(b), this._draggable._startPos._add(b), Q(e._icon, this._draggable._newPos), this._onDrag(t), this._panRequest = ot(this._adjustPan.bind(this, t));
|
|
3423
3423
|
}
|
|
3424
3424
|
},
|
|
3425
3425
|
_onDragStart: function() {
|
|
3426
3426
|
this._oldLatLng = this._marker.getLatLng(), this._marker.closePopup && this._marker.closePopup(), this._marker.fire("movestart").fire("dragstart");
|
|
3427
3427
|
},
|
|
3428
3428
|
_onPreDrag: function(t) {
|
|
3429
|
-
this._marker.options.autoPan && (
|
|
3429
|
+
this._marker.options.autoPan && (rt(this._panRequest), this._panRequest = ot(this._adjustPan.bind(this, t)));
|
|
3430
3430
|
},
|
|
3431
3431
|
_onDrag: function(t) {
|
|
3432
|
-
var e = this._marker, i = e._shadow, o =
|
|
3433
|
-
i &&
|
|
3432
|
+
var e = this._marker, i = e._shadow, o = Dt(e._icon), l = e._map.layerPointToLatLng(o);
|
|
3433
|
+
i && Q(i, o), e._latlng = l, t.latlng = l, t.oldLatLng = this._oldLatLng, e.fire("move", t).fire("drag", t);
|
|
3434
3434
|
},
|
|
3435
3435
|
_onDragEnd: function(t) {
|
|
3436
|
-
|
|
3436
|
+
rt(this._panRequest), delete this._oldLatLng, this._marker.fire("moveend").fire("dragend", t);
|
|
3437
3437
|
}
|
|
3438
|
-
}), ke =
|
|
3438
|
+
}), ke = vt.extend({
|
|
3439
3439
|
// @section
|
|
3440
3440
|
// @aka Marker options
|
|
3441
3441
|
options: {
|
|
@@ -3567,13 +3567,13 @@ function oo() {
|
|
|
3567
3567
|
this.options.riseOnHover && this.off({
|
|
3568
3568
|
mouseover: this._bringToFront,
|
|
3569
3569
|
mouseout: this._resetZIndex
|
|
3570
|
-
}), this.options.autoPanOnFocus && W(this._icon, "focus", this._panOnFocus, this),
|
|
3570
|
+
}), this.options.autoPanOnFocus && W(this._icon, "focus", this._panOnFocus, this), J(this._icon), this.removeInteractiveTarget(this._icon), this._icon = null;
|
|
3571
3571
|
},
|
|
3572
3572
|
_removeShadow: function() {
|
|
3573
|
-
this._shadow &&
|
|
3573
|
+
this._shadow && J(this._shadow), this._shadow = null;
|
|
3574
3574
|
},
|
|
3575
3575
|
_setPos: function(t) {
|
|
3576
|
-
this._icon &&
|
|
3576
|
+
this._icon && Q(this._icon, t), this._shadow && Q(this._shadow, t), this._zIndex = t.y + this.options.zIndexOffset, this._resetZIndex();
|
|
3577
3577
|
},
|
|
3578
3578
|
_updateZIndex: function(t) {
|
|
3579
3579
|
this._icon && (this._icon.style.zIndex = this._zIndex + t);
|
|
@@ -3623,7 +3623,7 @@ function oo() {
|
|
|
3623
3623
|
function lr(t, e) {
|
|
3624
3624
|
return new ke(t, e);
|
|
3625
3625
|
}
|
|
3626
|
-
var
|
|
3626
|
+
var Tt = vt.extend({
|
|
3627
3627
|
// @section
|
|
3628
3628
|
// @aka Path options
|
|
3629
3629
|
options: {
|
|
@@ -3709,7 +3709,7 @@ function oo() {
|
|
|
3709
3709
|
_clickTolerance: function() {
|
|
3710
3710
|
return (this.options.stroke ? this.options.weight / 2 : 0) + (this._renderer.options.tolerance || 0);
|
|
3711
3711
|
}
|
|
3712
|
-
}), Ae =
|
|
3712
|
+
}), Ae = Tt.extend({
|
|
3713
3713
|
// @section
|
|
3714
3714
|
// @aka CircleMarker options
|
|
3715
3715
|
options: {
|
|
@@ -3744,14 +3744,14 @@ function oo() {
|
|
|
3744
3744
|
},
|
|
3745
3745
|
setStyle: function(t) {
|
|
3746
3746
|
var e = t && t.radius || this._radius;
|
|
3747
|
-
return
|
|
3747
|
+
return Tt.prototype.setStyle.call(this, t), this.setRadius(e), this;
|
|
3748
3748
|
},
|
|
3749
3749
|
_project: function() {
|
|
3750
3750
|
this._point = this._map.latLngToLayerPoint(this._latlng), this._updateBounds();
|
|
3751
3751
|
},
|
|
3752
3752
|
_updateBounds: function() {
|
|
3753
3753
|
var t = this._radius, e = this._radiusY || t, i = this._clickTolerance(), o = [t + i, e + i];
|
|
3754
|
-
this._pxBounds = new
|
|
3754
|
+
this._pxBounds = new j(this._point.subtract(o), this._point.add(o));
|
|
3755
3755
|
},
|
|
3756
3756
|
_update: function() {
|
|
3757
3757
|
this._map && this._updatePath();
|
|
@@ -3795,11 +3795,11 @@ function oo() {
|
|
|
3795
3795
|
this._map.layerPointToLatLng(this._point.add(t))
|
|
3796
3796
|
);
|
|
3797
3797
|
},
|
|
3798
|
-
setStyle:
|
|
3798
|
+
setStyle: Tt.prototype.setStyle,
|
|
3799
3799
|
_project: function() {
|
|
3800
3800
|
var t = this._latlng.lng, e = this._latlng.lat, i = this._map, o = i.options.crs;
|
|
3801
|
-
if (o.distance ===
|
|
3802
|
-
var l = Math.PI / 180, d = this._mRadius /
|
|
3801
|
+
if (o.distance === Pt.distance) {
|
|
3802
|
+
var l = Math.PI / 180, d = this._mRadius / Pt.R / l, p = i.project([e + d, t]), v = i.project([e - d, t]), y = p.add(v).divideBy(2), b = i.unproject(y).lat, M = Math.acos((Math.cos(d * l) - Math.sin(e * l) * Math.sin(b * l)) / (Math.cos(e * l) * Math.cos(b * l))) / l;
|
|
3803
3803
|
(isNaN(M) || M === 0) && (M = d / Math.cos(Math.PI / 180 * e)), this._point = y.subtract(i.getPixelOrigin()), this._radius = isNaN(M) ? 0 : y.x - i.project([b, t - M]).x, this._radiusY = y.y - p.y;
|
|
3804
3804
|
} else {
|
|
3805
3805
|
var S = o.unproject(o.project(this._latlng).subtract([this._mRadius, 0]));
|
|
@@ -3811,7 +3811,7 @@ function oo() {
|
|
|
3811
3811
|
function cr(t, e, i) {
|
|
3812
3812
|
return new vi(t, e, i);
|
|
3813
3813
|
}
|
|
3814
|
-
var At =
|
|
3814
|
+
var At = Tt.extend({
|
|
3815
3815
|
// @section
|
|
3816
3816
|
// @aka Polyline options
|
|
3817
3817
|
options: {
|
|
@@ -3884,19 +3884,19 @@ function oo() {
|
|
|
3884
3884
|
return e;
|
|
3885
3885
|
},
|
|
3886
3886
|
_project: function() {
|
|
3887
|
-
var t = new
|
|
3887
|
+
var t = new j();
|
|
3888
3888
|
this._rings = [], this._projectLatlngs(this._latlngs, this._rings, t), this._bounds.isValid() && t.isValid() && (this._rawPxBounds = t, this._updateBounds());
|
|
3889
3889
|
},
|
|
3890
3890
|
_updateBounds: function() {
|
|
3891
3891
|
var t = this._clickTolerance(), e = new z(t, t);
|
|
3892
|
-
this._rawPxBounds && (this._pxBounds = new
|
|
3892
|
+
this._rawPxBounds && (this._pxBounds = new j([
|
|
3893
3893
|
this._rawPxBounds.min.subtract(e),
|
|
3894
3894
|
this._rawPxBounds.max.add(e)
|
|
3895
3895
|
]));
|
|
3896
3896
|
},
|
|
3897
3897
|
// recursively turns latlngs into a set of rings with projected coordinates
|
|
3898
3898
|
_projectLatlngs: function(t, e, i) {
|
|
3899
|
-
var o = t[0] instanceof
|
|
3899
|
+
var o = t[0] instanceof V, l = t.length, d, p;
|
|
3900
3900
|
if (o) {
|
|
3901
3901
|
for (p = [], d = 0; d < l; d++)
|
|
3902
3902
|
p[d] = this._map.latLngToLayerPoint(t[d]), i.extend(p[d]);
|
|
@@ -3962,7 +3962,7 @@ function oo() {
|
|
|
3962
3962
|
},
|
|
3963
3963
|
_convertLatLngs: function(t) {
|
|
3964
3964
|
var e = At.prototype._convertLatLngs.call(this, t), i = e.length;
|
|
3965
|
-
return i >= 2 && e[0] instanceof
|
|
3965
|
+
return i >= 2 && e[0] instanceof V && e[0].equals(e[i - 1]) && e.pop(), e;
|
|
3966
3966
|
},
|
|
3967
3967
|
_setLatLngs: function(t) {
|
|
3968
3968
|
At.prototype._setLatLngs.call(this, t), pt(this._latlngs) && (this._latlngs = [this._latlngs]);
|
|
@@ -3972,7 +3972,7 @@ function oo() {
|
|
|
3972
3972
|
},
|
|
3973
3973
|
_clipPoints: function() {
|
|
3974
3974
|
var t = this._renderer._bounds, e = this.options.weight, i = new z(e, e);
|
|
3975
|
-
if (t = new
|
|
3975
|
+
if (t = new j(t.min.subtract(i), t.max.add(i)), this._parts = [], !(!this._pxBounds || !this._pxBounds.intersects(t))) {
|
|
3976
3976
|
if (this.options.noClip) {
|
|
3977
3977
|
this._parts = this._rings;
|
|
3978
3978
|
return;
|
|
@@ -4124,7 +4124,7 @@ function oo() {
|
|
|
4124
4124
|
return t ? t(e, i) : new ke(i, o && o.markersInheritOptions && o);
|
|
4125
4125
|
}
|
|
4126
4126
|
function yi(t) {
|
|
4127
|
-
return new
|
|
4127
|
+
return new V(t[1], t[0], t[2]);
|
|
4128
4128
|
}
|
|
4129
4129
|
function Ee(t, e, i) {
|
|
4130
4130
|
for (var o = [], l = 0, d = t.length, p; l < d; l++)
|
|
@@ -4213,7 +4213,7 @@ function oo() {
|
|
|
4213
4213
|
function Mn(t, e) {
|
|
4214
4214
|
return new Mt(t, e);
|
|
4215
4215
|
}
|
|
4216
|
-
var fr = Mn, Te =
|
|
4216
|
+
var fr = Mn, Te = vt.extend({
|
|
4217
4217
|
// @section
|
|
4218
4218
|
// @aka ImageOverlay options
|
|
4219
4219
|
options: {
|
|
@@ -4242,13 +4242,13 @@ function oo() {
|
|
|
4242
4242
|
className: ""
|
|
4243
4243
|
},
|
|
4244
4244
|
initialize: function(t, e, i) {
|
|
4245
|
-
this._url = t, this._bounds =
|
|
4245
|
+
this._url = t, this._bounds = X(e), A(this, i);
|
|
4246
4246
|
},
|
|
4247
4247
|
onAdd: function() {
|
|
4248
4248
|
this._image || (this._initImage(), this.options.opacity < 1 && this._updateOpacity()), this.options.interactive && (B(this._image, "leaflet-interactive"), this.addInteractiveTarget(this._image)), this.getPane().appendChild(this._image), this._reset();
|
|
4249
4249
|
},
|
|
4250
4250
|
onRemove: function() {
|
|
4251
|
-
|
|
4251
|
+
J(this._image), this.options.interactive && this.removeInteractiveTarget(this._image);
|
|
4252
4252
|
},
|
|
4253
4253
|
// @method setOpacity(opacity: Number): this
|
|
4254
4254
|
// Sets the opacity of the overlay.
|
|
@@ -4276,7 +4276,7 @@ function oo() {
|
|
|
4276
4276
|
// @method setBounds(bounds: LatLngBounds): this
|
|
4277
4277
|
// Update the bounds that this ImageOverlay covers
|
|
4278
4278
|
setBounds: function(t) {
|
|
4279
|
-
return this._bounds =
|
|
4279
|
+
return this._bounds = X(t), this._map && this._reset(), this;
|
|
4280
4280
|
},
|
|
4281
4281
|
getEvents: function() {
|
|
4282
4282
|
var t = {
|
|
@@ -4311,14 +4311,14 @@ function oo() {
|
|
|
4311
4311
|
},
|
|
4312
4312
|
_animateZoom: function(t) {
|
|
4313
4313
|
var e = this._map.getZoomScale(t.zoom), i = this._map._latLngBoundsToNewLayerBounds(this._bounds, t.zoom, t.center).min;
|
|
4314
|
-
|
|
4314
|
+
St(this._image, i, e);
|
|
4315
4315
|
},
|
|
4316
4316
|
_reset: function() {
|
|
4317
|
-
var t = this._image, e = new
|
|
4317
|
+
var t = this._image, e = new j(
|
|
4318
4318
|
this._map.latLngToLayerPoint(this._bounds.getNorthWest()),
|
|
4319
4319
|
this._map.latLngToLayerPoint(this._bounds.getSouthEast())
|
|
4320
4320
|
), i = e.getSize();
|
|
4321
|
-
|
|
4321
|
+
Q(t, e.min), t.style.width = i.x + "px", t.style.height = i.y + "px";
|
|
4322
4322
|
},
|
|
4323
4323
|
_updateOpacity: function() {
|
|
4324
4324
|
ft(this._image, this.options.opacity);
|
|
@@ -4393,7 +4393,7 @@ function oo() {
|
|
|
4393
4393
|
function _r(t, e, i) {
|
|
4394
4394
|
return new Pn(t, e, i);
|
|
4395
4395
|
}
|
|
4396
|
-
var
|
|
4396
|
+
var bt = vt.extend({
|
|
4397
4397
|
// @section
|
|
4398
4398
|
// @aka DivOverlay options
|
|
4399
4399
|
options: {
|
|
@@ -4415,7 +4415,7 @@ function oo() {
|
|
|
4415
4415
|
content: ""
|
|
4416
4416
|
},
|
|
4417
4417
|
initialize: function(t, e) {
|
|
4418
|
-
t && (t instanceof
|
|
4418
|
+
t && (t instanceof V || D(t)) ? (this._latlng = U(t), A(this, e)) : (A(this, t), this._source = e), this.options.content && (this._content = this.options.content);
|
|
4419
4419
|
},
|
|
4420
4420
|
// @method openOn(map: Map): this
|
|
4421
4421
|
// Adds the overlay to the map.
|
|
@@ -4441,7 +4441,7 @@ function oo() {
|
|
|
4441
4441
|
this._zoomAnimated = t._zoomAnimated, this._container || this._initLayout(), t._fadeAnimated && ft(this._container, 0), clearTimeout(this._removeTimeout), this.getPane().appendChild(this._container), this.update(), t._fadeAnimated && ft(this._container, 1), this.bringToFront(), this.options.interactive && (B(this._container, "leaflet-interactive"), this.addInteractiveTarget(this._container));
|
|
4442
4442
|
},
|
|
4443
4443
|
onRemove: function(t) {
|
|
4444
|
-
t._fadeAnimated ? (ft(this._container, 0), this._removeTimeout = setTimeout(a(
|
|
4444
|
+
t._fadeAnimated ? (ft(this._container, 0), this._removeTimeout = setTimeout(a(J, void 0, this._container), 200)) : J(this._container), this.options.interactive && (K(this._container, "leaflet-interactive"), this.removeInteractiveTarget(this._container));
|
|
4445
4445
|
},
|
|
4446
4446
|
// @namespace DivOverlay
|
|
4447
4447
|
// @method getLatLng: LatLng
|
|
@@ -4541,7 +4541,7 @@ function oo() {
|
|
|
4541
4541
|
_updatePosition: function() {
|
|
4542
4542
|
if (this._map) {
|
|
4543
4543
|
var t = this._map.latLngToLayerPoint(this._latlng), e = I(this.options.offset), i = this._getAnchor();
|
|
4544
|
-
this._zoomAnimated ?
|
|
4544
|
+
this._zoomAnimated ? Q(this._container, t.add(i)) : e = e.add(t).add(i);
|
|
4545
4545
|
var o = this._containerBottom = -e.y, l = this._containerLeft = -Math.round(this._containerWidth / 2) + e.x;
|
|
4546
4546
|
this._container.style.bottom = o + "px", this._container.style.left = l + "px";
|
|
4547
4547
|
}
|
|
@@ -4555,13 +4555,13 @@ function oo() {
|
|
|
4555
4555
|
var l = e;
|
|
4556
4556
|
return l instanceof t || (l = new t(o).setContent(e)), i && l.setLatLng(i), l;
|
|
4557
4557
|
}
|
|
4558
|
-
}),
|
|
4558
|
+
}), vt.include({
|
|
4559
4559
|
_initOverlay: function(t, e, i, o) {
|
|
4560
4560
|
var l = i;
|
|
4561
4561
|
return l instanceof t ? (A(l, o), l._source = this) : (l = e && !o ? e : new t(o, this), l.setContent(i)), l;
|
|
4562
4562
|
}
|
|
4563
4563
|
});
|
|
4564
|
-
var Se =
|
|
4564
|
+
var Se = bt.extend({
|
|
4565
4565
|
// @section
|
|
4566
4566
|
// @aka Popup options
|
|
4567
4567
|
options: {
|
|
@@ -4625,16 +4625,16 @@ function oo() {
|
|
|
4625
4625
|
// Alternative to `map.openPopup(popup)`.
|
|
4626
4626
|
// Adds the popup to the map and closes the previous one.
|
|
4627
4627
|
openOn: function(t) {
|
|
4628
|
-
return t = arguments.length ? t : this._source._map, !t.hasLayer(this) && t._popup && t._popup.options.autoClose && t.removeLayer(t._popup), t._popup = this,
|
|
4628
|
+
return t = arguments.length ? t : this._source._map, !t.hasLayer(this) && t._popup && t._popup.options.autoClose && t.removeLayer(t._popup), t._popup = this, bt.prototype.openOn.call(this, t);
|
|
4629
4629
|
},
|
|
4630
4630
|
onAdd: function(t) {
|
|
4631
|
-
|
|
4631
|
+
bt.prototype.onAdd.call(this, t), t.fire("popupopen", { popup: this }), this._source && (this._source.fire("popupopen", { popup: this }, !0), this._source instanceof Tt || this._source.on("preclick", It));
|
|
4632
4632
|
},
|
|
4633
4633
|
onRemove: function(t) {
|
|
4634
|
-
|
|
4634
|
+
bt.prototype.onRemove.call(this, t), t.fire("popupclose", { popup: this }), this._source && (this._source.fire("popupclose", { popup: this }, !0), this._source instanceof Tt || this._source.off("preclick", It));
|
|
4635
4635
|
},
|
|
4636
4636
|
getEvents: function() {
|
|
4637
|
-
var t =
|
|
4637
|
+
var t = bt.prototype.getEvents.call(this);
|
|
4638
4638
|
return (this.options.closeOnClick !== void 0 ? this.options.closeOnClick : this._map.options.closePopupOnClick) && (t.preclick = this.close), this.options.keepInView && (t.moveend = this._adjustPan), t;
|
|
4639
4639
|
},
|
|
4640
4640
|
_initLayout: function() {
|
|
@@ -4642,10 +4642,10 @@ function oo() {
|
|
|
4642
4642
|
"div",
|
|
4643
4643
|
t + " " + (this.options.className || "") + " leaflet-zoom-animated"
|
|
4644
4644
|
), i = this._wrapper = F("div", t + "-content-wrapper", e);
|
|
4645
|
-
if (this._contentNode = F("div", t + "-content", i), oe(e), ci(this._contentNode), O(e, "contextmenu",
|
|
4645
|
+
if (this._contentNode = F("div", t + "-content", i), oe(e), ci(this._contentNode), O(e, "contextmenu", It), this._tipContainer = F("div", t + "-tip-container", e), this._tip = F("div", t + "-tip", this._tipContainer), this.options.closeButton) {
|
|
4646
4646
|
var o = this._closeButton = F("a", t + "-close-button", e);
|
|
4647
4647
|
o.setAttribute("role", "button"), o.setAttribute("aria-label", "Close popup"), o.href = "#close", o.innerHTML = '<span aria-hidden="true">×</span>', O(o, "click", function(l) {
|
|
4648
|
-
|
|
4648
|
+
it(l), this.close();
|
|
4649
4649
|
}, this);
|
|
4650
4650
|
}
|
|
4651
4651
|
},
|
|
@@ -4655,11 +4655,11 @@ function oo() {
|
|
|
4655
4655
|
var i = t.offsetWidth;
|
|
4656
4656
|
i = Math.min(i, this.options.maxWidth), i = Math.max(i, this.options.minWidth), e.width = i + 1 + "px", e.whiteSpace = "", e.height = "";
|
|
4657
4657
|
var o = t.offsetHeight, l = this.options.maxHeight, d = "leaflet-popup-scrolled";
|
|
4658
|
-
l && o > l ? (e.height = l + "px", B(t, d)) :
|
|
4658
|
+
l && o > l ? (e.height = l + "px", B(t, d)) : K(t, d), this._containerWidth = this._container.offsetWidth;
|
|
4659
4659
|
},
|
|
4660
4660
|
_animateZoom: function(t) {
|
|
4661
4661
|
var e = this._map._latLngToNewLayerPoint(this._latlng, t.zoom, t.center), i = this._getAnchor();
|
|
4662
|
-
|
|
4662
|
+
Q(this._container, e.add(i));
|
|
4663
4663
|
},
|
|
4664
4664
|
_adjustPan: function() {
|
|
4665
4665
|
if (this.options.autoPan) {
|
|
@@ -4668,7 +4668,7 @@ function oo() {
|
|
|
4668
4668
|
return;
|
|
4669
4669
|
}
|
|
4670
4670
|
var t = this._map, e = parseInt(te(this._container, "marginBottom"), 10) || 0, i = this._container.offsetHeight + e, o = this._containerWidth, l = new z(this._containerLeft, -i - this._containerBottom);
|
|
4671
|
-
l._add(
|
|
4671
|
+
l._add(Dt(this._container));
|
|
4672
4672
|
var d = t.layerPointToContainerPoint(l), p = I(this.options.autoPanPadding), v = I(this.options.autoPanPaddingTopLeft || p), y = I(this.options.autoPanPaddingBottomRight || p), b = t.getSize(), M = 0, S = 0;
|
|
4673
4673
|
d.x + o + y.x > b.x && (M = d.x + o - b.x + y.x), d.x - M - v.x < 0 && (M = d.x - v.x), d.y + i + y.y > b.y && (S = d.y + i - b.y + y.y), d.y - S - v.y < 0 && (S = d.y - v.y), (M || S) && (this.options.keepInView && (this._autopanning = !0), t.fire("autopanstart").panBy([M, S]));
|
|
4674
4674
|
}
|
|
@@ -4695,7 +4695,7 @@ function oo() {
|
|
|
4695
4695
|
closePopup: function(t) {
|
|
4696
4696
|
return t = arguments.length ? t : this._popup, t && t.close(), this;
|
|
4697
4697
|
}
|
|
4698
|
-
}),
|
|
4698
|
+
}), vt.include({
|
|
4699
4699
|
// @method bindPopup(content: String|HTMLElement|Function|Popup, options?: Popup options): this
|
|
4700
4700
|
// Binds a popup to the layer with the passed `content` and sets up the
|
|
4701
4701
|
// necessary event listeners. If a `Function` is passed it will receive
|
|
@@ -4750,9 +4750,9 @@ function oo() {
|
|
|
4750
4750
|
},
|
|
4751
4751
|
_openPopup: function(t) {
|
|
4752
4752
|
if (!(!this._popup || !this._map)) {
|
|
4753
|
-
|
|
4753
|
+
zt(t);
|
|
4754
4754
|
var e = t.layer || t.target;
|
|
4755
|
-
if (this._popup._source === e && !(e instanceof
|
|
4755
|
+
if (this._popup._source === e && !(e instanceof Tt)) {
|
|
4756
4756
|
this._map.hasLayer(this._popup) ? this.closePopup() : this.openPopup(t.latlng);
|
|
4757
4757
|
return;
|
|
4758
4758
|
}
|
|
@@ -4766,7 +4766,7 @@ function oo() {
|
|
|
4766
4766
|
t.originalEvent.keyCode === 13 && this._openPopup(t);
|
|
4767
4767
|
}
|
|
4768
4768
|
});
|
|
4769
|
-
var De =
|
|
4769
|
+
var De = bt.extend({
|
|
4770
4770
|
// @section
|
|
4771
4771
|
// @aka Tooltip options
|
|
4772
4772
|
options: {
|
|
@@ -4793,13 +4793,13 @@ function oo() {
|
|
|
4793
4793
|
opacity: 0.9
|
|
4794
4794
|
},
|
|
4795
4795
|
onAdd: function(t) {
|
|
4796
|
-
|
|
4796
|
+
bt.prototype.onAdd.call(this, t), this.setOpacity(this.options.opacity), t.fire("tooltipopen", { tooltip: this }), this._source && (this.addEventParent(this._source), this._source.fire("tooltipopen", { tooltip: this }, !0));
|
|
4797
4797
|
},
|
|
4798
4798
|
onRemove: function(t) {
|
|
4799
|
-
|
|
4799
|
+
bt.prototype.onRemove.call(this, t), t.fire("tooltipclose", { tooltip: this }), this._source && (this.removeEventParent(this._source), this._source.fire("tooltipclose", { tooltip: this }, !0));
|
|
4800
4800
|
},
|
|
4801
4801
|
getEvents: function() {
|
|
4802
|
-
var t =
|
|
4802
|
+
var t = bt.prototype.getEvents.call(this);
|
|
4803
4803
|
return this.options.permanent || (t.preclick = this.close), t;
|
|
4804
4804
|
},
|
|
4805
4805
|
_initLayout: function() {
|
|
@@ -4812,7 +4812,7 @@ function oo() {
|
|
|
4812
4812
|
},
|
|
4813
4813
|
_setPosition: function(t) {
|
|
4814
4814
|
var e, i, o = this._map, l = this._container, d = o.latLngToContainerPoint(o.getCenter()), p = o.layerPointToContainerPoint(t), v = this.options.direction, y = l.offsetWidth, b = l.offsetHeight, M = I(this.options.offset), S = this._getAnchor();
|
|
4815
|
-
v === "top" ? (e = y / 2, i = b) : v === "bottom" ? (e = y / 2, i = 0) : v === "center" ? (e = y / 2, i = b / 2) : v === "right" ? (e = 0, i = b / 2) : v === "left" ? (e = y, i = b / 2) : p.x < d.x ? (v = "right", e = 0, i = b / 2) : (v = "left", e = y + (M.x + S.x) * 2, i = b / 2), t = t.subtract(I(e, i, !0)).add(M).add(S),
|
|
4815
|
+
v === "top" ? (e = y / 2, i = b) : v === "bottom" ? (e = y / 2, i = 0) : v === "center" ? (e = y / 2, i = b / 2) : v === "right" ? (e = 0, i = b / 2) : v === "left" ? (e = y, i = b / 2) : p.x < d.x ? (v = "right", e = 0, i = b / 2) : (v = "left", e = y + (M.x + S.x) * 2, i = b / 2), t = t.subtract(I(e, i, !0)).add(M).add(S), K(l, "leaflet-tooltip-right"), K(l, "leaflet-tooltip-left"), K(l, "leaflet-tooltip-top"), K(l, "leaflet-tooltip-bottom"), B(l, "leaflet-tooltip-" + v), Q(l, t);
|
|
4816
4816
|
},
|
|
4817
4817
|
_updatePosition: function() {
|
|
4818
4818
|
var t = this._map.latLngToLayerPoint(this._latlng);
|
|
@@ -4845,7 +4845,7 @@ function oo() {
|
|
|
4845
4845
|
closeTooltip: function(t) {
|
|
4846
4846
|
return t.close(), this;
|
|
4847
4847
|
}
|
|
4848
|
-
}),
|
|
4848
|
+
}), vt.include({
|
|
4849
4849
|
// @method bindTooltip(content: String|HTMLElement|Function|Tooltip, options?: Tooltip options): this
|
|
4850
4850
|
// Binds a tooltip to the layer with the passed `content` and sets up the
|
|
4851
4851
|
// necessary event listeners. If a `Function` is passed it will receive
|
|
@@ -4962,7 +4962,7 @@ function oo() {
|
|
|
4962
4962
|
return new Cn(t);
|
|
4963
4963
|
}
|
|
4964
4964
|
Ft.Default = ae;
|
|
4965
|
-
var le =
|
|
4965
|
+
var le = vt.extend({
|
|
4966
4966
|
// @section
|
|
4967
4967
|
// @aka GridLayer options
|
|
4968
4968
|
options: {
|
|
@@ -5033,7 +5033,7 @@ function oo() {
|
|
|
5033
5033
|
t._addZoomLimit(this);
|
|
5034
5034
|
},
|
|
5035
5035
|
onRemove: function(t) {
|
|
5036
|
-
this._removeAllTiles(),
|
|
5036
|
+
this._removeAllTiles(), J(this._container), t._removeZoomLimit(this), this._container = null, this._tileZoom = void 0;
|
|
5037
5037
|
},
|
|
5038
5038
|
// @method bringToFront: this
|
|
5039
5039
|
// Brings the tile layer to the top of all tile layers.
|
|
@@ -5119,7 +5119,7 @@ function oo() {
|
|
|
5119
5119
|
ft(l.el, d), d < 1 ? e = !0 : (l.active ? i = !0 : this._onOpaqueTile(l), l.active = !0);
|
|
5120
5120
|
}
|
|
5121
5121
|
}
|
|
5122
|
-
i && !this._noPrune && this._pruneTiles(), e && (
|
|
5122
|
+
i && !this._noPrune && this._pruneTiles(), e && (rt(this._fadeFrame), this._fadeFrame = ot(this._updateOpacity, this));
|
|
5123
5123
|
}
|
|
5124
5124
|
},
|
|
5125
5125
|
_onOpaqueTile: w,
|
|
@@ -5130,7 +5130,7 @@ function oo() {
|
|
|
5130
5130
|
var t = this._tileZoom, e = this.options.maxZoom;
|
|
5131
5131
|
if (t !== void 0) {
|
|
5132
5132
|
for (var i in this._levels)
|
|
5133
|
-
i = Number(i), this._levels[i].el.children.length || i === t ? (this._levels[i].el.style.zIndex = e - Math.abs(t - i), this._onUpdateLevel(i)) : (
|
|
5133
|
+
i = Number(i), this._levels[i].el.children.length || i === t ? (this._levels[i].el.style.zIndex = e - Math.abs(t - i), this._onUpdateLevel(i)) : (J(this._levels[i].el), this._removeTilesAtZoom(i), this._onRemoveLevel(i), delete this._levels[i]);
|
|
5134
5134
|
var o = this._levels[t], l = this._map;
|
|
5135
5135
|
return o || (o = this._levels[t] = {}, o.el = F("div", "leaflet-tile-container leaflet-zoom-animated", this._container), o.el.style.zIndex = e, o.origin = l.project(l.unproject(l.getPixelOrigin()), t).round(), o.zoom = t, this._setZoomTransform(o, l.getCenter(), l.getZoom()), w(o.el.offsetWidth), this._onCreateLevel(o)), this._level = o, o;
|
|
5136
5136
|
}
|
|
@@ -5166,7 +5166,7 @@ function oo() {
|
|
|
5166
5166
|
},
|
|
5167
5167
|
_invalidateAll: function() {
|
|
5168
5168
|
for (var t in this._levels)
|
|
5169
|
-
|
|
5169
|
+
J(this._levels[t].el), this._onRemoveLevel(Number(t)), delete this._levels[t];
|
|
5170
5170
|
this._removeAllTiles(), this._tileZoom = void 0;
|
|
5171
5171
|
},
|
|
5172
5172
|
_retainParent: function(t, e, i, o) {
|
|
@@ -5211,7 +5211,7 @@ function oo() {
|
|
|
5211
5211
|
},
|
|
5212
5212
|
_setZoomTransform: function(t, e, i) {
|
|
5213
5213
|
var o = this._map.getZoomScale(i, t.zoom), l = t.origin.multiplyBy(o).subtract(this._map._getNewPixelOrigin(e, i)).round();
|
|
5214
|
-
C.any3d ?
|
|
5214
|
+
C.any3d ? St(t.el, l, o) : Q(t.el, l);
|
|
5215
5215
|
},
|
|
5216
5216
|
_resetGrid: function() {
|
|
5217
5217
|
var t = this._map, e = t.options.crs, i = this._tileSize = this.getTileSize(), o = this._tileZoom, l = this._map.getPixelWorldBounds(this._tileZoom);
|
|
@@ -5228,7 +5228,7 @@ function oo() {
|
|
|
5228
5228
|
},
|
|
5229
5229
|
_getTiledPixelBounds: function(t) {
|
|
5230
5230
|
var e = this._map, i = e._animatingZoom ? Math.max(e._animateToZoom, e.getZoom()) : e.getZoom(), o = e.getZoomScale(i, this._tileZoom), l = e.project(t, this._tileZoom).floor(), d = e.getSize().divideBy(o * 2);
|
|
5231
|
-
return new
|
|
5231
|
+
return new j(l.subtract(d), l.add(d));
|
|
5232
5232
|
},
|
|
5233
5233
|
// Private method to load tiles in the grid's active zoom level according to map bounds
|
|
5234
5234
|
_update: function(t) {
|
|
@@ -5236,7 +5236,7 @@ function oo() {
|
|
|
5236
5236
|
if (e) {
|
|
5237
5237
|
var i = this._clampZoom(e.getZoom());
|
|
5238
5238
|
if (t === void 0 && (t = e.getCenter()), this._tileZoom !== void 0) {
|
|
5239
|
-
var o = this._getTiledPixelBounds(t), l = this._pxBoundsToTileRange(o), d = l.getCenter(), p = [], v = this.options.keepBuffer, y = new
|
|
5239
|
+
var o = this._getTiledPixelBounds(t), l = this._pxBoundsToTileRange(o), d = l.getCenter(), p = [], v = this.options.keepBuffer, y = new j(
|
|
5240
5240
|
l.getBottomLeft().subtract([v, -v]),
|
|
5241
5241
|
l.getTopRight().add([v, -v])
|
|
5242
5242
|
);
|
|
@@ -5254,8 +5254,8 @@ function oo() {
|
|
|
5254
5254
|
for (var R = l.min.x; R <= l.max.x; R++) {
|
|
5255
5255
|
var st = new z(R, S);
|
|
5256
5256
|
if (st.z = this._tileZoom, !!this._isValidTile(st)) {
|
|
5257
|
-
var
|
|
5258
|
-
|
|
5257
|
+
var et = this._tiles[this._tileCoordsToKey(st)];
|
|
5258
|
+
et ? et.current = !0 : p.push(st);
|
|
5259
5259
|
}
|
|
5260
5260
|
}
|
|
5261
5261
|
if (p.sort(function(ct, Yt) {
|
|
@@ -5280,7 +5280,7 @@ function oo() {
|
|
|
5280
5280
|
if (!this.options.bounds)
|
|
5281
5281
|
return !0;
|
|
5282
5282
|
var o = this._tileCoordsToBounds(t);
|
|
5283
|
-
return
|
|
5283
|
+
return X(this.options.bounds).overlaps(o);
|
|
5284
5284
|
},
|
|
5285
5285
|
_keyToBounds: function(t) {
|
|
5286
5286
|
return this._tileCoordsToBounds(this._keyToTileCoords(t));
|
|
@@ -5305,7 +5305,7 @@ function oo() {
|
|
|
5305
5305
|
},
|
|
5306
5306
|
_removeTile: function(t) {
|
|
5307
5307
|
var e = this._tiles[t];
|
|
5308
|
-
e && (
|
|
5308
|
+
e && (J(e.el), delete this._tiles[t], this.fire("tileunload", {
|
|
5309
5309
|
tile: e.el,
|
|
5310
5310
|
coords: this._keyToTileCoords(t)
|
|
5311
5311
|
}));
|
|
@@ -5317,7 +5317,7 @@ function oo() {
|
|
|
5317
5317
|
},
|
|
5318
5318
|
_addTile: function(t, e) {
|
|
5319
5319
|
var i = this._getTilePos(t), o = this._tileCoordsToKey(t), l = this.createTile(this._wrapCoords(t), a(this._tileReady, this, t));
|
|
5320
|
-
this._initTile(l), this.createTile.length < 2 &&
|
|
5320
|
+
this._initTile(l), this.createTile.length < 2 && ot(a(this._tileReady, this, t, null, l)), Q(l, i), this._tiles[o] = {
|
|
5321
5321
|
el: l,
|
|
5322
5322
|
coords: t,
|
|
5323
5323
|
current: !0
|
|
@@ -5333,10 +5333,10 @@ function oo() {
|
|
|
5333
5333
|
coords: t
|
|
5334
5334
|
});
|
|
5335
5335
|
var o = this._tileCoordsToKey(t);
|
|
5336
|
-
i = this._tiles[o], i && (i.loaded = +/* @__PURE__ */ new Date(), this._map._fadeAnimated ? (ft(i.el, 0),
|
|
5336
|
+
i = this._tiles[o], i && (i.loaded = +/* @__PURE__ */ new Date(), this._map._fadeAnimated ? (ft(i.el, 0), rt(this._fadeFrame), this._fadeFrame = ot(this._updateOpacity, this)) : (i.active = !0, this._pruneTiles()), e || (B(i.el, "leaflet-tile-loaded"), this.fire("tileload", {
|
|
5337
5337
|
tile: i.el,
|
|
5338
5338
|
coords: t
|
|
5339
|
-
})), this._noTilesToLoad() && (this._loading = !1, this.fire("load"), C.ielt9 || !this._map._fadeAnimated ?
|
|
5339
|
+
})), this._noTilesToLoad() && (this._loading = !1, this.fire("load"), C.ielt9 || !this._map._fadeAnimated ? ot(this._pruneTiles, this) : setTimeout(a(this._pruneTiles, this), 250)));
|
|
5340
5340
|
},
|
|
5341
5341
|
_getTilePos: function(t) {
|
|
5342
5342
|
return t.scaleBy(this.getTileSize()).subtract(this._level.origin);
|
|
@@ -5350,7 +5350,7 @@ function oo() {
|
|
|
5350
5350
|
},
|
|
5351
5351
|
_pxBoundsToTileRange: function(t) {
|
|
5352
5352
|
var e = this.getTileSize();
|
|
5353
|
-
return new
|
|
5353
|
+
return new j(
|
|
5354
5354
|
t.min.unscaleBy(e).floor(),
|
|
5355
5355
|
t.max.unscaleBy(e).ceil().subtract([1, 1])
|
|
5356
5356
|
);
|
|
@@ -5467,9 +5467,9 @@ function oo() {
|
|
|
5467
5467
|
var t, e;
|
|
5468
5468
|
for (t in this._tiles)
|
|
5469
5469
|
if (this._tiles[t].coords.z !== this._tileZoom && (e = this._tiles[t].el, e.onload = w, e.onerror = w, !e.complete)) {
|
|
5470
|
-
e.src =
|
|
5470
|
+
e.src = Y;
|
|
5471
5471
|
var i = this._tiles[t].coords;
|
|
5472
|
-
|
|
5472
|
+
J(e), delete this._tiles[t], this.fire("tileabort", {
|
|
5473
5473
|
tile: e,
|
|
5474
5474
|
coords: i
|
|
5475
5475
|
});
|
|
@@ -5478,10 +5478,10 @@ function oo() {
|
|
|
5478
5478
|
_removeTile: function(t) {
|
|
5479
5479
|
var e = this._tiles[t];
|
|
5480
5480
|
if (e)
|
|
5481
|
-
return e.el.setAttribute("src",
|
|
5481
|
+
return e.el.setAttribute("src", Y), le.prototype._removeTile.call(this, t);
|
|
5482
5482
|
},
|
|
5483
5483
|
_tileReady: function(t, e, i) {
|
|
5484
|
-
if (!(!this._map || i && i.getAttribute("src") ===
|
|
5484
|
+
if (!(!this._map || i && i.getAttribute("src") === Y))
|
|
5485
5485
|
return le.prototype._tileReady.call(this, t, e, i);
|
|
5486
5486
|
}
|
|
5487
5487
|
});
|
|
@@ -5550,7 +5550,7 @@ function oo() {
|
|
|
5550
5550
|
return new Sn(t, e);
|
|
5551
5551
|
}
|
|
5552
5552
|
Wt.WMS = Sn, Tn.wms = wr;
|
|
5553
|
-
var Et =
|
|
5553
|
+
var Et = vt.extend({
|
|
5554
5554
|
// @section
|
|
5555
5555
|
// @aka Renderer options
|
|
5556
5556
|
options: {
|
|
@@ -5585,7 +5585,7 @@ function oo() {
|
|
|
5585
5585
|
},
|
|
5586
5586
|
_updateTransform: function(t, e) {
|
|
5587
5587
|
var i = this._map.getZoomScale(e, this._zoom), o = this._map.getSize().multiplyBy(0.5 + this.options.padding), l = this._map.project(this._center, e), d = o.multiplyBy(-i).add(l).subtract(this._map._getNewPixelOrigin(t, e));
|
|
5588
|
-
C.any3d ?
|
|
5588
|
+
C.any3d ? St(this._container, d, i) : Q(this._container, d);
|
|
5589
5589
|
},
|
|
5590
5590
|
_reset: function() {
|
|
5591
5591
|
this._update(), this._updateTransform(this._center, this._zoom);
|
|
@@ -5602,7 +5602,7 @@ function oo() {
|
|
|
5602
5602
|
},
|
|
5603
5603
|
_update: function() {
|
|
5604
5604
|
var t = this.options.padding, e = this._map.getSize(), i = this._map.containerPointToLayerPoint(e.multiplyBy(-t)).round();
|
|
5605
|
-
this._bounds = new
|
|
5605
|
+
this._bounds = new j(i, i.add(e.multiplyBy(1 + t * 2)).round()), this._center = this._map.getCenter(), this._zoom = this._map.getZoom();
|
|
5606
5606
|
}
|
|
5607
5607
|
}), Dn = Et.extend({
|
|
5608
5608
|
// @section
|
|
@@ -5627,7 +5627,7 @@ function oo() {
|
|
|
5627
5627
|
O(t, "mousemove", this._onMouseMove, this), O(t, "click dblclick mousedown mouseup contextmenu", this._onClick, this), O(t, "mouseout", this._handleMouseOut, this), t._leaflet_disable_events = !0, this._ctx = t.getContext("2d");
|
|
5628
5628
|
},
|
|
5629
5629
|
_destroyContainer: function() {
|
|
5630
|
-
|
|
5630
|
+
rt(this._redrawRequest), delete this._ctx, J(this._container), W(this._container), delete this._container;
|
|
5631
5631
|
},
|
|
5632
5632
|
_updatePaths: function() {
|
|
5633
5633
|
if (!this._postponeUpdatePaths) {
|
|
@@ -5642,7 +5642,7 @@ function oo() {
|
|
|
5642
5642
|
if (!(this._map._animatingZoom && this._bounds)) {
|
|
5643
5643
|
Et.prototype._update.call(this);
|
|
5644
5644
|
var t = this._bounds, e = this._container, i = t.getSize(), o = C.retina ? 2 : 1;
|
|
5645
|
-
|
|
5645
|
+
Q(e, t.min), e.width = o * i.x, e.height = o * i.y, e.style.width = i.x + "px", e.style.height = i.y + "px", C.retina && this._ctx.scale(2, 2), this._ctx.translate(-t.min.x, -t.min.y), this.fire("update");
|
|
5646
5646
|
}
|
|
5647
5647
|
},
|
|
5648
5648
|
_reset: function() {
|
|
@@ -5683,12 +5683,12 @@ function oo() {
|
|
|
5683
5683
|
t.options._dashArray = t.options.dashArray;
|
|
5684
5684
|
},
|
|
5685
5685
|
_requestRedraw: function(t) {
|
|
5686
|
-
this._map && (this._extendRedrawBounds(t), this._redrawRequest = this._redrawRequest ||
|
|
5686
|
+
this._map && (this._extendRedrawBounds(t), this._redrawRequest = this._redrawRequest || ot(this._redraw, this));
|
|
5687
5687
|
},
|
|
5688
5688
|
_extendRedrawBounds: function(t) {
|
|
5689
5689
|
if (t._pxBounds) {
|
|
5690
5690
|
var e = (t.options.weight || 0) + 1;
|
|
5691
|
-
this._redrawBounds = this._redrawBounds || new
|
|
5691
|
+
this._redrawBounds = this._redrawBounds || new j(), this._redrawBounds.extend(t._pxBounds.min.subtract([e, e])), this._redrawBounds.extend(t._pxBounds.max.add([e, e]));
|
|
5692
5692
|
}
|
|
5693
5693
|
},
|
|
5694
5694
|
_redraw: function() {
|
|
@@ -5751,7 +5751,7 @@ function oo() {
|
|
|
5751
5751
|
},
|
|
5752
5752
|
_handleMouseOut: function(t) {
|
|
5753
5753
|
var e = this._hoveredLayer;
|
|
5754
|
-
e && (
|
|
5754
|
+
e && (K(this._container, "leaflet-interactive"), this._fireEvent([e], t, "mouseout"), this._hoveredLayer = null, this._mouseHoverThrottled = !1);
|
|
5755
5755
|
},
|
|
5756
5756
|
_handleMouseHover: function(t, e) {
|
|
5757
5757
|
if (!this._mouseHoverThrottled) {
|
|
@@ -5818,7 +5818,7 @@ function oo() {
|
|
|
5818
5818
|
},
|
|
5819
5819
|
_removePath: function(t) {
|
|
5820
5820
|
var e = t._container;
|
|
5821
|
-
|
|
5821
|
+
J(e), t.removeInteractiveTarget(e), delete this._layers[f(t)];
|
|
5822
5822
|
},
|
|
5823
5823
|
_updateStyle: function(t) {
|
|
5824
5824
|
var e = t._stroke, i = t._fill, o = t.options, l = t._container;
|
|
@@ -5842,13 +5842,13 @@ function oo() {
|
|
|
5842
5842
|
this._container = Ie("svg"), this._container.setAttribute("pointer-events", "none"), this._rootGroup = Ie("g"), this._container.appendChild(this._rootGroup);
|
|
5843
5843
|
},
|
|
5844
5844
|
_destroyContainer: function() {
|
|
5845
|
-
|
|
5845
|
+
J(this._container), W(this._container), delete this._container, delete this._rootGroup, delete this._svgSize;
|
|
5846
5846
|
},
|
|
5847
5847
|
_update: function() {
|
|
5848
5848
|
if (!(this._map._animatingZoom && this._bounds)) {
|
|
5849
5849
|
Et.prototype._update.call(this);
|
|
5850
5850
|
var t = this._bounds, e = t.getSize(), i = this._container;
|
|
5851
|
-
(!this._svgSize || !this._svgSize.equals(e)) && (this._svgSize = e, i.setAttribute("width", e.x), i.setAttribute("height", e.y)),
|
|
5851
|
+
(!this._svgSize || !this._svgSize.equals(e)) && (this._svgSize = e, i.setAttribute("width", e.x), i.setAttribute("height", e.y)), Q(i, t.min), i.setAttribute("viewBox", [t.min.x, t.min.y, e.x, e.y].join(" ")), this.fire("update");
|
|
5852
5852
|
}
|
|
5853
5853
|
},
|
|
5854
5854
|
// methods below are called by vector layers implementations
|
|
@@ -5860,7 +5860,7 @@ function oo() {
|
|
|
5860
5860
|
this._rootGroup || this._initContainer(), this._rootGroup.appendChild(t._path), t.addInteractiveTarget(t._path);
|
|
5861
5861
|
},
|
|
5862
5862
|
_removePath: function(t) {
|
|
5863
|
-
|
|
5863
|
+
J(t._path), t.removeInteractiveTarget(t._path), delete this._layers[f(t)];
|
|
5864
5864
|
},
|
|
5865
5865
|
_updatePath: function(t) {
|
|
5866
5866
|
t._project(), t._update();
|
|
@@ -5920,7 +5920,7 @@ function oo() {
|
|
|
5920
5920
|
return this.setLatLngs(this._boundsToLatLngs(t));
|
|
5921
5921
|
},
|
|
5922
5922
|
_boundsToLatLngs: function(t) {
|
|
5923
|
-
return t =
|
|
5923
|
+
return t = X(t), [
|
|
5924
5924
|
t.getSouthWest(),
|
|
5925
5925
|
t.getNorthWest(),
|
|
5926
5926
|
t.getNorthEast(),
|
|
@@ -5937,7 +5937,7 @@ function oo() {
|
|
|
5937
5937
|
// dragging the mouse while pressing the shift key.
|
|
5938
5938
|
boxZoom: !0
|
|
5939
5939
|
});
|
|
5940
|
-
var Bn =
|
|
5940
|
+
var Bn = wt.extend({
|
|
5941
5941
|
initialize: function(t) {
|
|
5942
5942
|
this._map = t, this._container = t._container, this._pane = t._panes.overlayPane, this._resetStateTimeout = 0, t.on("unload", this._destroy, this);
|
|
5943
5943
|
},
|
|
@@ -5951,7 +5951,7 @@ function oo() {
|
|
|
5951
5951
|
return this._moved;
|
|
5952
5952
|
},
|
|
5953
5953
|
_destroy: function() {
|
|
5954
|
-
|
|
5954
|
+
J(this._pane), delete this._pane;
|
|
5955
5955
|
},
|
|
5956
5956
|
_resetState: function() {
|
|
5957
5957
|
this._resetStateTimeout = 0, this._moved = !1;
|
|
@@ -5963,7 +5963,7 @@ function oo() {
|
|
|
5963
5963
|
if (!t.shiftKey || t.which !== 1 && t.button !== 1)
|
|
5964
5964
|
return !1;
|
|
5965
5965
|
this._clearDeferredResetState(), this._resetState(), ee(), ii(), this._startPoint = this._map.mouseEventToContainerPoint(t), O(document, {
|
|
5966
|
-
contextmenu:
|
|
5966
|
+
contextmenu: zt,
|
|
5967
5967
|
mousemove: this._onMouseMove,
|
|
5968
5968
|
mouseup: this._onMouseUp,
|
|
5969
5969
|
keydown: this._onKeyDown
|
|
@@ -5971,12 +5971,12 @@ function oo() {
|
|
|
5971
5971
|
},
|
|
5972
5972
|
_onMouseMove: function(t) {
|
|
5973
5973
|
this._moved || (this._moved = !0, this._box = F("div", "leaflet-zoom-box", this._container), B(this._container, "leaflet-crosshair"), this._map.fire("boxzoomstart")), this._point = this._map.mouseEventToContainerPoint(t);
|
|
5974
|
-
var e = new
|
|
5975
|
-
|
|
5974
|
+
var e = new j(this._point, this._startPoint), i = e.getSize();
|
|
5975
|
+
Q(this._box, e.min), this._box.style.width = i.x + "px", this._box.style.height = i.y + "px";
|
|
5976
5976
|
},
|
|
5977
5977
|
_finish: function() {
|
|
5978
|
-
this._moved && (
|
|
5979
|
-
contextmenu:
|
|
5978
|
+
this._moved && (J(this._box), K(this._container, "leaflet-crosshair")), ie(), ni(), W(document, {
|
|
5979
|
+
contextmenu: zt,
|
|
5980
5980
|
mousemove: this._onMouseMove,
|
|
5981
5981
|
mouseup: this._onMouseUp,
|
|
5982
5982
|
keydown: this._onKeyDown
|
|
@@ -6004,7 +6004,7 @@ function oo() {
|
|
|
6004
6004
|
// view regardless of where the mouse was.
|
|
6005
6005
|
doubleClickZoom: !0
|
|
6006
6006
|
});
|
|
6007
|
-
var Rn =
|
|
6007
|
+
var Rn = wt.extend({
|
|
6008
6008
|
addHooks: function() {
|
|
6009
6009
|
this._map.on("dblclick", this._onDoubleClick, this);
|
|
6010
6010
|
},
|
|
@@ -6051,11 +6051,11 @@ function oo() {
|
|
|
6051
6051
|
// solid, preventing the user from dragging outside the bounds.
|
|
6052
6052
|
maxBoundsViscosity: 0
|
|
6053
6053
|
});
|
|
6054
|
-
var Nn =
|
|
6054
|
+
var Nn = wt.extend({
|
|
6055
6055
|
addHooks: function() {
|
|
6056
6056
|
if (!this._draggable) {
|
|
6057
6057
|
var t = this._map;
|
|
6058
|
-
this._draggable = new
|
|
6058
|
+
this._draggable = new Ct(t._mapPane, t._container), this._draggable.on({
|
|
6059
6059
|
dragstart: this._onDragStart,
|
|
6060
6060
|
drag: this._onDrag,
|
|
6061
6061
|
dragend: this._onDragEnd
|
|
@@ -6064,7 +6064,7 @@ function oo() {
|
|
|
6064
6064
|
B(this._map._container, "leaflet-grab leaflet-touch-drag"), this._draggable.enable(), this._positions = [], this._times = [];
|
|
6065
6065
|
},
|
|
6066
6066
|
removeHooks: function() {
|
|
6067
|
-
|
|
6067
|
+
K(this._map._container, "leaflet-grab"), K(this._map._container, "leaflet-touch-drag"), this._draggable.disable();
|
|
6068
6068
|
},
|
|
6069
6069
|
moved: function() {
|
|
6070
6070
|
return this._draggable && this._draggable._moved;
|
|
@@ -6075,7 +6075,7 @@ function oo() {
|
|
|
6075
6075
|
_onDragStart: function() {
|
|
6076
6076
|
var t = this._map;
|
|
6077
6077
|
if (t._stop(), this._map.options.maxBounds && this._map.options.maxBoundsViscosity) {
|
|
6078
|
-
var e =
|
|
6078
|
+
var e = X(this._map.options.maxBounds);
|
|
6079
6079
|
this._offsetLimit = lt(
|
|
6080
6080
|
this._map.latLngToContainerPoint(e.getNorthWest()).multiplyBy(-1),
|
|
6081
6081
|
this._map.latLngToContainerPoint(e.getSouthEast()).multiplyBy(-1).add(this._map.getSize())
|
|
@@ -6119,7 +6119,7 @@ function oo() {
|
|
|
6119
6119
|
else {
|
|
6120
6120
|
this._prunePositions(+/* @__PURE__ */ new Date());
|
|
6121
6121
|
var l = this._lastPos.subtract(this._positions[0]), d = (this._lastTime - this._times[0]) / 1e3, p = i.easeLinearity, v = l.multiplyBy(p / d), y = v.distanceTo([0, 0]), b = Math.min(i.inertiaMaxSpeed, y), M = v.multiplyBy(b / y), S = b / (i.inertiaDeceleration * p), R = M.multiplyBy(-S / 2).round();
|
|
6122
|
-
!R.x && !R.y ? e.fire("moveend") : (R = e._limitOffset(R, e.options.maxBounds),
|
|
6122
|
+
!R.x && !R.y ? e.fire("moveend") : (R = e._limitOffset(R, e.options.maxBounds), ot(function() {
|
|
6123
6123
|
e.panBy(R, {
|
|
6124
6124
|
duration: S,
|
|
6125
6125
|
easeLinearity: p,
|
|
@@ -6139,7 +6139,7 @@ function oo() {
|
|
|
6139
6139
|
// Amount of pixels to pan when pressing an arrow key.
|
|
6140
6140
|
keyboardPanDelta: 80
|
|
6141
6141
|
});
|
|
6142
|
-
var Un =
|
|
6142
|
+
var Un = wt.extend({
|
|
6143
6143
|
keyCodes: {
|
|
6144
6144
|
left: [37],
|
|
6145
6145
|
right: [39],
|
|
@@ -6224,7 +6224,7 @@ function oo() {
|
|
|
6224
6224
|
i.closePopup();
|
|
6225
6225
|
else
|
|
6226
6226
|
return;
|
|
6227
|
-
|
|
6227
|
+
zt(t);
|
|
6228
6228
|
}
|
|
6229
6229
|
}
|
|
6230
6230
|
});
|
|
@@ -6244,7 +6244,7 @@ function oo() {
|
|
|
6244
6244
|
// faster (and vice versa).
|
|
6245
6245
|
wheelPxPerZoomLevel: 60
|
|
6246
6246
|
});
|
|
6247
|
-
var Zn =
|
|
6247
|
+
var Zn = wt.extend({
|
|
6248
6248
|
addHooks: function() {
|
|
6249
6249
|
O(this._map._container, "wheel", this._onWheelScroll, this), this._delta = 0;
|
|
6250
6250
|
},
|
|
@@ -6255,7 +6255,7 @@ function oo() {
|
|
|
6255
6255
|
var e = cn(t), i = this._map.options.wheelDebounceTime;
|
|
6256
6256
|
this._delta += e, this._lastMousePos = this._map.mouseEventToContainerPoint(t), this._startTime || (this._startTime = +/* @__PURE__ */ new Date());
|
|
6257
6257
|
var o = Math.max(i - (+/* @__PURE__ */ new Date() - this._startTime), 0);
|
|
6258
|
-
clearTimeout(this._timer), this._timer = setTimeout(a(this._performZoom, this), o),
|
|
6258
|
+
clearTimeout(this._timer), this._timer = setTimeout(a(this._performZoom, this), o), zt(t);
|
|
6259
6259
|
},
|
|
6260
6260
|
_performZoom: function() {
|
|
6261
6261
|
var t = this._map, e = t.getZoom(), i = this._map.options.zoomSnap || 0;
|
|
@@ -6276,7 +6276,7 @@ function oo() {
|
|
|
6276
6276
|
// for it to be considered a valid tap.
|
|
6277
6277
|
tapTolerance: 15
|
|
6278
6278
|
});
|
|
6279
|
-
var Hn =
|
|
6279
|
+
var Hn = wt.extend({
|
|
6280
6280
|
addHooks: function() {
|
|
6281
6281
|
O(this._map._container, "touchstart", this._onDown, this);
|
|
6282
6282
|
},
|
|
@@ -6287,12 +6287,12 @@ function oo() {
|
|
|
6287
6287
|
if (clearTimeout(this._holdTimeout), t.touches.length === 1) {
|
|
6288
6288
|
var e = t.touches[0];
|
|
6289
6289
|
this._startPos = this._newPos = new z(e.clientX, e.clientY), this._holdTimeout = setTimeout(a(function() {
|
|
6290
|
-
this._cancel(), this._isTapValid() && (O(document, "touchend",
|
|
6290
|
+
this._cancel(), this._isTapValid() && (O(document, "touchend", it), O(document, "touchend touchcancel", this._cancelClickPrevent), this._simulateEvent("contextmenu", e));
|
|
6291
6291
|
}, this), kr), O(document, "touchend touchcancel contextmenu", this._cancel, this), O(document, "touchmove", this._onMove, this);
|
|
6292
6292
|
}
|
|
6293
6293
|
},
|
|
6294
6294
|
_cancelClickPrevent: function t() {
|
|
6295
|
-
W(document, "touchend",
|
|
6295
|
+
W(document, "touchend", it), W(document, "touchend touchcancel", t);
|
|
6296
6296
|
},
|
|
6297
6297
|
_cancel: function() {
|
|
6298
6298
|
clearTimeout(this._holdTimeout), W(document, "touchend touchcancel contextmenu", this._cancel, this), W(document, "touchmove", this._onMove, this);
|
|
@@ -6333,18 +6333,18 @@ function oo() {
|
|
|
6333
6333
|
// and then bounce back when pinch-zooming.
|
|
6334
6334
|
bounceAtZoomLimits: !0
|
|
6335
6335
|
});
|
|
6336
|
-
var Fn =
|
|
6336
|
+
var Fn = wt.extend({
|
|
6337
6337
|
addHooks: function() {
|
|
6338
6338
|
B(this._map._container, "leaflet-touch-zoom"), O(this._map._container, "touchstart", this._onTouchStart, this);
|
|
6339
6339
|
},
|
|
6340
6340
|
removeHooks: function() {
|
|
6341
|
-
|
|
6341
|
+
K(this._map._container, "leaflet-touch-zoom"), W(this._map._container, "touchstart", this._onTouchStart, this);
|
|
6342
6342
|
},
|
|
6343
6343
|
_onTouchStart: function(t) {
|
|
6344
6344
|
var e = this._map;
|
|
6345
6345
|
if (!(!t.touches || t.touches.length !== 2 || e._animatingZoom || this._zooming)) {
|
|
6346
6346
|
var i = e.mouseEventToContainerPoint(t.touches[0]), o = e.mouseEventToContainerPoint(t.touches[1]);
|
|
6347
|
-
this._centerPoint = e.getSize()._divideBy(2), this._startLatLng = e.containerPointToLatLng(this._centerPoint), e.options.touchZoom !== "center" && (this._pinchStartLatLng = e.containerPointToLatLng(i.add(o)._divideBy(2))), this._startDist = i.distanceTo(o), this._startZoom = e.getZoom(), this._moved = !1, this._zooming = !0, e._stop(), O(document, "touchmove", this._onTouchMove, this), O(document, "touchend touchcancel", this._onTouchEnd, this),
|
|
6347
|
+
this._centerPoint = e.getSize()._divideBy(2), this._startLatLng = e.containerPointToLatLng(this._centerPoint), e.options.touchZoom !== "center" && (this._pinchStartLatLng = e.containerPointToLatLng(i.add(o)._divideBy(2))), this._startDist = i.distanceTo(o), this._startZoom = e.getZoom(), this._moved = !1, this._zooming = !0, e._stop(), O(document, "touchmove", this._onTouchMove, this), O(document, "touchend touchcancel", this._onTouchEnd, this), it(t);
|
|
6348
6348
|
}
|
|
6349
6349
|
},
|
|
6350
6350
|
_onTouchMove: function(t) {
|
|
@@ -6359,9 +6359,9 @@ function oo() {
|
|
|
6359
6359
|
return;
|
|
6360
6360
|
this._center = e.unproject(e.project(this._pinchStartLatLng, this._zoom).subtract(d), this._zoom);
|
|
6361
6361
|
}
|
|
6362
|
-
this._moved || (e._moveStart(!0, !1), this._moved = !0),
|
|
6362
|
+
this._moved || (e._moveStart(!0, !1), this._moved = !0), rt(this._animRequest);
|
|
6363
6363
|
var p = a(e._move, e, this._center, this._zoom, { pinch: !0, round: !1 }, void 0);
|
|
6364
|
-
this._animRequest =
|
|
6364
|
+
this._animRequest = ot(p, this, !0), it(t);
|
|
6365
6365
|
}
|
|
6366
6366
|
},
|
|
6367
6367
|
_onTouchEnd: function() {
|
|
@@ -6369,10 +6369,10 @@ function oo() {
|
|
|
6369
6369
|
this._zooming = !1;
|
|
6370
6370
|
return;
|
|
6371
6371
|
}
|
|
6372
|
-
this._zooming = !1,
|
|
6372
|
+
this._zooming = !1, rt(this._animRequest), W(document, "touchmove", this._onTouchMove, this), W(document, "touchend touchcancel", this._onTouchEnd, this), this._map.options.zoomAnimation ? this._map._animateZoom(this._center, this._map._limitZoom(this._zoom), !0, this._map.options.zoomSnap) : this._map._resetView(this._center, this._map._limitZoom(this._zoom));
|
|
6373
6373
|
}
|
|
6374
6374
|
});
|
|
6375
|
-
Z.addInitHook("addHandler", "touchZoom", Fn), Z.BoxZoom = Bn, Z.DoubleClickZoom = Rn, Z.Drag = Nn, Z.Keyboard = Un, Z.ScrollWheelZoom = Zn, Z.TapHold = Hn, Z.TouchZoom = Fn, s.Bounds =
|
|
6375
|
+
Z.addInitHook("addHandler", "touchZoom", Fn), Z.BoxZoom = Bn, Z.DoubleClickZoom = Rn, Z.Drag = Nn, Z.Keyboard = Un, Z.ScrollWheelZoom = Zn, Z.TapHold = Hn, Z.TouchZoom = Fn, s.Bounds = j, s.Browser = C, s.CRS = xt, s.Canvas = Dn, s.Circle = vi, s.CircleMarker = Ae, s.Class = ut, s.Control = gt, s.DivIcon = Cn, s.DivOverlay = bt, s.DomEvent = Fo, s.DomUtil = Zo, s.Draggable = Ct, s.Evented = Kt, s.FeatureGroup = kt, s.GeoJSON = Mt, s.GridLayer = le, s.Handler = wt, s.Icon = Ft, s.ImageOverlay = Te, s.LatLng = V, s.LatLngBounds = ht, s.Layer = vt, s.LayerGroup = Ht, s.LineUtil = er, s.Map = Z, s.Marker = ke, s.Mixin = Jo, s.Path = Tt, s.Point = z, s.PolyUtil = Ko, s.Polygon = Gt, s.Polyline = At, s.Popup = Se, s.PosAnimation = dn, s.Projection = ir, s.Rectangle = On, s.Renderer = Et, s.SVG = ce, s.SVGOverlay = Pn, s.TileLayer = Wt, s.Tooltip = De, s.Transformation = Ve, s.Util = me, s.VideoOverlay = En, s.bind = a, s.bounds = lt, s.canvas = In, s.circle = cr, s.circleMarker = hr, s.control = re, s.divIcon = yr, s.extend = n, s.featureGroup = sr, s.geoJSON = Mn, s.geoJson = fr, s.gridLayer = Lr, s.icon = ar, s.imageOverlay = pr, s.latLng = U, s.latLngBounds = X, s.layerGroup = rr, s.map = Go, s.marker = lr, s.point = I, s.polygon = ur, s.polyline = dr, s.popup = gr, s.rectangle = xr, s.setOptions = A, s.stamp = f, s.svg = zn, s.svgOverlay = _r, s.tileLayer = Tn, s.tooltip = vr, s.transformation = Xt, s.version = c, s.videoOverlay = mr;
|
|
6376
6376
|
var Ar = window.L;
|
|
6377
6377
|
s.noConflict = function() {
|
|
6378
6378
|
return window.L = Ar, this;
|
|
@@ -6380,11 +6380,11 @@ function oo() {
|
|
|
6380
6380
|
}));
|
|
6381
6381
|
})(fe, fe.exports)), fe.exports;
|
|
6382
6382
|
}
|
|
6383
|
-
var
|
|
6384
|
-
const Wr = /* @__PURE__ */ Gr(
|
|
6383
|
+
var tt = oo();
|
|
6384
|
+
const Wr = /* @__PURE__ */ Gr(tt), Re = /* @__PURE__ */ Zr({
|
|
6385
6385
|
__proto__: null,
|
|
6386
6386
|
default: Wr
|
|
6387
|
-
}, [et]), Yr = '.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}', qr = `.leaflet-draw-section{position:relative}.leaflet-draw-toolbar{margin-top:12px}.leaflet-draw-toolbar-top{margin-top:0}.leaflet-draw-toolbar-notop a:first-child{border-top-right-radius:0}.leaflet-draw-toolbar-nobottom a:last-child{border-bottom-right-radius:0}.leaflet-draw-toolbar a{background-image:url(data:image/png;base64,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);background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20xmlns:dc='http://purl.org/dc/elements/1.1/'%20xmlns:cc='http://creativecommons.org/ns%23'%20xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20viewBox='0%200%20600%2060'%20height='60'%20width='600'%20id='svg4225'%20version='1.1'%20inkscape:version='0.91%20r13725'%20sodipodi:docname='spritesheet.svg'%20inkscape:export-filename='/home/fpuga/development/upstream/icarto.Leaflet.draw/src/images/spritesheet-2x.png'%20inkscape:export-xdpi='90'%20inkscape:export-ydpi='90'%3e%3cmetadata%20id='metadata4258'%3e%3crdf:RDF%3e%3ccc:Work%20rdf:about=''%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3cdc:type%20rdf:resource='http://purl.org/dc/dcmitype/StillImage'%20/%3e%3cdc:title%20/%3e%3c/cc:Work%3e%3c/rdf:RDF%3e%3c/metadata%3e%3cdefs%20id='defs4256'%20/%3e%3csodipodi:namedview%20pagecolor='%23ffffff'%20bordercolor='%23666666'%20borderopacity='1'%20objecttolerance='10'%20gridtolerance='10'%20guidetolerance='10'%20inkscape:pageopacity='0'%20inkscape:pageshadow='2'%20inkscape:window-width='1920'%20inkscape:window-height='1056'%20id='namedview4254'%20showgrid='false'%20inkscape:zoom='1.3101852'%20inkscape:cx='237.56928'%20inkscape:cy='7.2419621'%20inkscape:window-x='1920'%20inkscape:window-y='24'%20inkscape:window-maximized='1'%20inkscape:current-layer='svg4225'%20/%3e%3cg%20id='enabled'%20style='fill:%23464646;fill-opacity:1'%3e%3cg%20id='polyline'%20style='fill:%23464646;fill-opacity:1'%3e%3cpath%20d='m%2018,36%200,6%206,0%200,-6%20-6,0%20z%20m%204,4%20-2,0%200,-2%202,0%200,2%20z'%20id='path4229'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20d='m%2036,18%200,6%206,0%200,-6%20-6,0%20z%20m%204,4%20-2,0%200,-2%202,0%200,2%20z'%20id='path4231'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20d='m%2023.142,39.145%20-2.285,-2.29%2016,-15.998%202.285,2.285%20z'%20id='path4233'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3c/g%3e%3cpath%20id='polygon'%20d='M%20100,24.565%2097.904,39.395%2083.07,42%2076,28.773%2086.463,18%20Z'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20id='rectangle'%20d='m%20140,20%2020,0%200,20%20-20,0%20z'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20id='circle'%20d='m%20221,30%20c%200,6.078%20-4.926,11%20-11,11%20-6.074,0%20-11,-4.922%20-11,-11%200,-6.074%204.926,-11%2011,-11%206.074,0%2011,4.926%2011,11%20z'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20id='marker'%20d='m%20270,19%20c%20-4.971,0%20-9,4.029%20-9,9%200,4.971%205.001,12%209,14%204.001,-2%209,-9.029%209,-14%200,-4.971%20-4.029,-9%20-9,-9%20z%20m%200,12.5%20c%20-2.484,0%20-4.5,-2.014%20-4.5,-4.5%200,-2.484%202.016,-4.5%204.5,-4.5%202.485,0%204.5,2.016%204.5,4.5%200,2.486%20-2.015,4.5%20-4.5,4.5%20z'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cg%20id='edit'%20style='fill:%23464646;fill-opacity:1'%3e%3cpath%20d='m%20337,30.156%200,0.407%200,5.604%20c%200,1.658%20-1.344,3%20-3,3%20l%20-10,0%20c%20-1.655,0%20-3,-1.342%20-3,-3%20l%200,-10%20c%200,-1.657%201.345,-3%203,-3%20l%206.345,0%203.19,-3.17%20-9.535,0%20c%20-3.313,0%20-6,2.687%20-6,6%20l%200,10%20c%200,3.313%202.687,6%206,6%20l%2010,0%20c%203.314,0%206,-2.687%206,-6%20l%200,-8.809%20-3,2.968'%20id='path4240'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20d='m%20338.72,24.637%20-8.892,8.892%20-2.828,0%200,-2.829%208.89,-8.89%20z'%20id='path4242'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20d='m%20338.697,17.826%204,0%200,4%20-4,0%20z'%20transform='matrix(-0.70698336,-0.70723018,0.70723018,-0.70698336,567.55917,274.78273)'%20id='path4244'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3c/g%3e%3cg%20id='remove'%20style='fill:%23464646;fill-opacity:1'%3e%3cpath%20d='m%20381,42%2018,0%200,-18%20-18,0%200,18%20z%20m%2014,-16%202,0%200,14%20-2,0%200,-14%20z%20m%20-4,0%202,0%200,14%20-2,0%200,-14%20z%20m%20-4,0%202,0%200,14%20-2,0%200,-14%20z%20m%20-4,0%202,0%200,14%20-2,0%200,-14%20z'%20id='path4247'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20d='m%20395,20%200,-4%20-10,0%200,4%20-6,0%200,2%2022,0%200,-2%20-6,0%20z%20m%20-2,0%20-6,0%200,-2%206,0%200,2%20z'%20id='path4249'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3c/g%3e%3c/g%3e%3cg%20id='disabled'%20transform='translate(120,0)'%20style='fill:%23bbbbbb'%3e%3cuse%20xlink:href='%23edit'%20id='edit-disabled'%20x='0'%20y='0'%20width='100%25'%20height='100%25'%20/%3e%3cuse%20xlink:href='%23remove'%20id='remove-disabled'%20x='0'%20y='0'%20width='100%25'%20height='100%25'%20/%3e%3c/g%3e%3cpath%20style='fill:none;stroke:%23464646;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20id='circle-3'%20d='m%20581.65725,30%20c%200,6.078%20-4.926,11%20-11,11%20-6.074,0%20-11,-4.922%20-11,-11%200,-6.074%204.926,-11%2011,-11%206.074,0%2011,4.926%2011,11%20z'%20inkscape:connector-curvature='0'%20/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:300px 30px;background-clip:padding-box}.leaflet-retina .leaflet-draw-toolbar a{background-image:url(data:image/png;base64,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);background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20xmlns:dc='http://purl.org/dc/elements/1.1/'%20xmlns:cc='http://creativecommons.org/ns%23'%20xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20viewBox='0%200%20600%2060'%20height='60'%20width='600'%20id='svg4225'%20version='1.1'%20inkscape:version='0.91%20r13725'%20sodipodi:docname='spritesheet.svg'%20inkscape:export-filename='/home/fpuga/development/upstream/icarto.Leaflet.draw/src/images/spritesheet-2x.png'%20inkscape:export-xdpi='90'%20inkscape:export-ydpi='90'%3e%3cmetadata%20id='metadata4258'%3e%3crdf:RDF%3e%3ccc:Work%20rdf:about=''%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3cdc:type%20rdf:resource='http://purl.org/dc/dcmitype/StillImage'%20/%3e%3cdc:title%20/%3e%3c/cc:Work%3e%3c/rdf:RDF%3e%3c/metadata%3e%3cdefs%20id='defs4256'%20/%3e%3csodipodi:namedview%20pagecolor='%23ffffff'%20bordercolor='%23666666'%20borderopacity='1'%20objecttolerance='10'%20gridtolerance='10'%20guidetolerance='10'%20inkscape:pageopacity='0'%20inkscape:pageshadow='2'%20inkscape:window-width='1920'%20inkscape:window-height='1056'%20id='namedview4254'%20showgrid='false'%20inkscape:zoom='1.3101852'%20inkscape:cx='237.56928'%20inkscape:cy='7.2419621'%20inkscape:window-x='1920'%20inkscape:window-y='24'%20inkscape:window-maximized='1'%20inkscape:current-layer='svg4225'%20/%3e%3cg%20id='enabled'%20style='fill:%23464646;fill-opacity:1'%3e%3cg%20id='polyline'%20style='fill:%23464646;fill-opacity:1'%3e%3cpath%20d='m%2018,36%200,6%206,0%200,-6%20-6,0%20z%20m%204,4%20-2,0%200,-2%202,0%200,2%20z'%20id='path4229'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20d='m%2036,18%200,6%206,0%200,-6%20-6,0%20z%20m%204,4%20-2,0%200,-2%202,0%200,2%20z'%20id='path4231'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20d='m%2023.142,39.145%20-2.285,-2.29%2016,-15.998%202.285,2.285%20z'%20id='path4233'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3c/g%3e%3cpath%20id='polygon'%20d='M%20100,24.565%2097.904,39.395%2083.07,42%2076,28.773%2086.463,18%20Z'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20id='rectangle'%20d='m%20140,20%2020,0%200,20%20-20,0%20z'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20id='circle'%20d='m%20221,30%20c%200,6.078%20-4.926,11%20-11,11%20-6.074,0%20-11,-4.922%20-11,-11%200,-6.074%204.926,-11%2011,-11%206.074,0%2011,4.926%2011,11%20z'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20id='marker'%20d='m%20270,19%20c%20-4.971,0%20-9,4.029%20-9,9%200,4.971%205.001,12%209,14%204.001,-2%209,-9.029%209,-14%200,-4.971%20-4.029,-9%20-9,-9%20z%20m%200,12.5%20c%20-2.484,0%20-4.5,-2.014%20-4.5,-4.5%200,-2.484%202.016,-4.5%204.5,-4.5%202.485,0%204.5,2.016%204.5,4.5%200,2.486%20-2.015,4.5%20-4.5,4.5%20z'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cg%20id='edit'%20style='fill:%23464646;fill-opacity:1'%3e%3cpath%20d='m%20337,30.156%200,0.407%200,5.604%20c%200,1.658%20-1.344,3%20-3,3%20l%20-10,0%20c%20-1.655,0%20-3,-1.342%20-3,-3%20l%200,-10%20c%200,-1.657%201.345,-3%203,-3%20l%206.345,0%203.19,-3.17%20-9.535,0%20c%20-3.313,0%20-6,2.687%20-6,6%20l%200,10%20c%200,3.313%202.687,6%206,6%20l%2010,0%20c%203.314,0%206,-2.687%206,-6%20l%200,-8.809%20-3,2.968'%20id='path4240'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20d='m%20338.72,24.637%20-8.892,8.892%20-2.828,0%200,-2.829%208.89,-8.89%20z'%20id='path4242'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20d='m%20338.697,17.826%204,0%200,4%20-4,0%20z'%20transform='matrix(-0.70698336,-0.70723018,0.70723018,-0.70698336,567.55917,274.78273)'%20id='path4244'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3c/g%3e%3cg%20id='remove'%20style='fill:%23464646;fill-opacity:1'%3e%3cpath%20d='m%20381,42%2018,0%200,-18%20-18,0%200,18%20z%20m%2014,-16%202,0%200,14%20-2,0%200,-14%20z%20m%20-4,0%202,0%200,14%20-2,0%200,-14%20z%20m%20-4,0%202,0%200,14%20-2,0%200,-14%20z%20m%20-4,0%202,0%200,14%20-2,0%200,-14%20z'%20id='path4247'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20d='m%20395,20%200,-4%20-10,0%200,4%20-6,0%200,2%2022,0%200,-2%20-6,0%20z%20m%20-2,0%20-6,0%200,-2%206,0%200,2%20z'%20id='path4249'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3c/g%3e%3c/g%3e%3cg%20id='disabled'%20transform='translate(120,0)'%20style='fill:%23bbbbbb'%3e%3cuse%20xlink:href='%23edit'%20id='edit-disabled'%20x='0'%20y='0'%20width='100%25'%20height='100%25'%20/%3e%3cuse%20xlink:href='%23remove'%20id='remove-disabled'%20x='0'%20y='0'%20width='100%25'%20height='100%25'%20/%3e%3c/g%3e%3cpath%20style='fill:none;stroke:%23464646;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20id='circle-3'%20d='m%20581.65725,30%20c%200,6.078%20-4.926,11%20-11,11%20-6.074,0%20-11,-4.922%20-11,-11%200,-6.074%204.926,-11%2011,-11%206.074,0%2011,4.926%2011,11%20z'%20inkscape:connector-curvature='0'%20/%3e%3c/svg%3e")}.leaflet-draw a{display:block;text-align:center;text-decoration:none}.leaflet-draw a .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.leaflet-draw-actions{display:none;list-style:none;margin:0;padding:0;position:absolute;left:26px;top:0;white-space:nowrap}.leaflet-touch .leaflet-draw-actions{left:32px}.leaflet-right .leaflet-draw-actions{right:26px;left:auto}.leaflet-touch .leaflet-right .leaflet-draw-actions{right:32px;left:auto}.leaflet-draw-actions li{display:inline-block}.leaflet-draw-actions li:first-child a{border-left:0}.leaflet-draw-actions li:last-child a{-webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.leaflet-right .leaflet-draw-actions li:last-child a{-webkit-border-radius:0;border-radius:0}.leaflet-right .leaflet-draw-actions li:first-child a{-webkit-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.leaflet-draw-actions a{background-color:#919187;border-left:1px solid #AAA;color:#fff;font:11px/19px Helvetica Neue,Arial,Helvetica,sans-serif;line-height:28px;text-decoration:none;padding-left:10px;padding-right:10px;height:28px}.leaflet-touch .leaflet-draw-actions a{font-size:12px;line-height:30px;height:30px}.leaflet-draw-actions-bottom{margin-top:0}.leaflet-draw-actions-top{margin-top:1px}.leaflet-draw-actions-top a,.leaflet-draw-actions-bottom a{height:27px;line-height:27px}.leaflet-draw-actions a:hover{background-color:#a0a098}.leaflet-draw-actions-top.leaflet-draw-actions-bottom a{height:26px;line-height:26px}.leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:-2px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:0 -1px}.leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-31px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-29px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-62px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-60px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-92px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-90px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-122px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-120px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-273px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-271px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-152px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-150px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-182px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-180px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-212px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-210px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-242px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-240px -2px}.leaflet-mouse-marker{background-color:#fff;cursor:crosshair}.leaflet-draw-tooltip{background:#363636;background:#00000080;border:1px solid transparent;-webkit-border-radius:4px;border-radius:4px;color:#fff;font:12px/18px Helvetica Neue,Arial,Helvetica,sans-serif;margin-left:20px;margin-top:-21px;padding:4px 8px;position:absolute;visibility:hidden;white-space:nowrap;z-index:6}.leaflet-draw-tooltip:before{border-right:6px solid black;border-right-color:#00000080;border-top:6px solid transparent;border-bottom:6px solid transparent;content:"";position:absolute;top:7px;left:-7px}.leaflet-error-draw-tooltip{background-color:#f2dede;border:1px solid #e6b6bd;color:#b94a48}.leaflet-error-draw-tooltip:before{border-right-color:#e6b6bd}.leaflet-draw-tooltip-single{margin-top:-12px}.leaflet-draw-tooltip-subtext{color:#f8d5e4}.leaflet-draw-guide-dash{font-size:1%;opacity:.6;position:absolute;width:5px;height:5px}.leaflet-edit-marker-selected{background-color:#fe57a11a;border:4px dashed rgba(254,87,161,.6);-webkit-border-radius:4px;border-radius:4px;box-sizing:content-box}.leaflet-edit-move{cursor:move}.leaflet-edit-resize{cursor:pointer}.leaflet-oldie .leaflet-draw-toolbar{border:1px solid #999}`, jr = ".leaflet-ruler{height:35px;width:35px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhBQoMHg6McuYvAAABwklEQVQ4y43TP0jUYRgH8M/daQpqdujhnwShGiwyipCIoIgWxyIwrqEhnCQoGqKhpoYMg1qCQjg8TC2JCtSkjCgaKisIhyQUwpJssD9KZWRZg6d450/yGV54n/fzfd53eUOCaoNa5QpNGNPr9cKjUAatdsB++co0G1XiiHd+uqnTq8VzI874o9s2Ic1iiEpii9tmnJOdfkOldt/dU+HYolHnjdmpRNzbuVaNL86m4sXqNOrz3kMXHFKYMqd8VREGBToMifqLgwY1yNZirya5knaBqH16fJjNJiWEFSlxy4g980+pMuZkir/UJjLbrvNRPnINaLUygK/yQpuImHp47LOjuKJPOJA/1y4iZsAlyozLs8IO42L/4QlhGrSCy5oCeKH+dM59vVbL9sn6AP5MRzpnVKtN1viRxit1WRvEmVKFrQbTpoddNR3E+aYKuw1lPOapa0GcEf22KzOtejmcG1rkYdjEAn59KU5cDzjt+HI4BSZtVJTazfIsMQOmFAusLr/E53lniickJYIDNcaUL+JhMZPWBUdOeCCaweGOw5k0lFrv2uyRuBxPlLpoBtTK0p3mh+f+dKl6jX6LapRj6XrzD+1bmkFA/dTVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA1LTEwVDEyOjMwOjE0KzAyOjAwUNH5TAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wNS0xMFQxMjozMDoxNCswMjowMCGMQfAAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center}.leaflet-ruler:hover{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAACmAAAApgHdff84AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAn9QTFRF////AAAAAAAAAAAAAAAAAAAzABcXABQUABIkDhwrAA0aAAwYABUgABQfABIbABAZAA8fABUcABMaABMfABIeABEcABAbABQeABMdABIdABEbABIbABIbABEdABEcABIcBxsoABEdABIdABIdABEcABMbABMdFBwgERofAhIbEhsfAhIdBxUeEhsgEBofAhMbAhMdBRMdAhIbAhIdAhMdCRceARIcDBgfDBgfDBcfDBcfFhwgDBceDBceCxceFCs5HTdGAxMcDxofGTFAHDRDHDVDHDVEHTZFDRkfEBofERogCh0oERsgARIcEhsfEhsgCh4pDCEsDRkfDRkfEBofBhQdDSMvDRgfDBgfCBUeBxUeDyUyECYzUDktPTAqCRceCRYeChYeDxkfEBkgLCgmWj4wCBYdW0AwGh4hHCAiHSAiTDctBhUdBxYdEBkfLyonMConBhUdJiUkLCclLSgmLigmOzApPTEpDBgfBRQdDBgfERsgWT8wBBMdCBYeChceQjMrSzctZEUyBBMdERsgXUAxXkExY0QzglQ5AxUfBxolSjcthlU6hlY7h1Y7AxMcSDUsSjYsd042g1Q5hlY6jVo8AhIcAxMcBBQdLEpcOVpvARIcAhIcBhQdDSIuEhsgJ0NUNS0oNi0oO11yTTgtUXmSUnqUXEAxXUExYEIyZUUzaEYzb0o1cEo1dEw2i1g8jFk8jcfskFs9mdX9mmA/mtf/pmZCqGdCsWxEvnJHxHVJxnZJyHdJzHlK0XxM031M139N3IFO3YJO4INP5IVQ5YZQ5oZQ6ohR7IlS7opS74tS8ItT841T9I1T9o5U949U+ZBV+pBV/ZJW/pJW/5NWIYcOagAAAJt0Uk5TAAECAwQFCw0OEhQVGBkcHyEkKCkqLTAzNUZLVFZZW2RnanJzeHl8f4uMjY6Pj5KVl52eoKGprKytrq+vsLGytLu9vb/BwsLDxcXP0NDS09bf4uPk5OXl5ufo6enq7O3u7+/x8fHy8/P09PT09fX19fX29vb29vb29/j4+Pj5+fn5+fn6+vr6+vr7/Pz8/Pz9/f39/f39/v7+/v7Td3FlAAABgklEQVQoU2NggAMRJU1DTWURBlQgqhWUND11Tfr05GBdMYQws8a07j2XVx2/cnLl5T0T5+ixQsX5/RrWr70CA+s2NPoLgMUlciddvnLl3PbslMysmi2ngXKTc/iA4uwRC1dfudRT76UtJy5lMHvHlSsni82ZgBLWbZdOHCuPlARpForvBYszA9ky1WeunC8y5YCI9125cqrEnJlbnoHBZ/6mK+0eTAjxUgtmbl99Bt6Ksxd2pXGDxRPg4kZMDIqxV6406cDFT8PEGRwnHLlYJQwSTwSJ51tCxRmiVuw7VAsRP7zkIEKcofnAlb0hEPWXls9AiDNUHriyMxwoPgVoToEVQpwhdNHuY/2imOIMZq1nr2QUgsVtkMUZZOOuXOmYiinOwF63/8QVsDgLd0wnFwMCOM3dBhK3ZeGOXjzLHklCIu8oRDxs8eaNXYJIMuplJ0HigYs3b906UwFJgtGzxY6FLWDe0mXLli3wVoEAaZAMjxoLA6eDu5urq4uziTEEqAIAvamx163e5EoAAAAASUVORK5CYII=)}.leaflet-ruler-clicked{height:35px;width:35px;background-repeat:no-repeat;background-position:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAACmAAAApgHdff84AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAn9QTFRF////AAAAAAAAAAAAAAAAAAAzABcXABQUABIkDhwrAA0aAAwYABUgABQfABIbABAZAA8fABUcABMaABMfABIeABEcABAbABQeABMdABIdABEbABIbABIbABEdABEcABIcBxsoABEdABIdABIdABEcABMbABMdFBwgERofAhIbEhsfAhIdBxUeEhsgEBofAhMbAhMdBRMdAhIbAhIdAhMdCRceARIcDBgfDBgfDBcfDBcfFhwgDBceDBceCxceFCs5HTdGAxMcDxofGTFAHDRDHDVDHDVEHTZFDRkfEBofERogCh0oERsgARIcEhsfEhsgCh4pDCEsDRkfDRkfEBofBhQdDSMvDRgfDBgfCBUeBxUeDyUyECYzUDktPTAqCRceCRYeChYeDxkfEBkgLCgmWj4wCBYdW0AwGh4hHCAiHSAiTDctBhUdBxYdEBkfLyonMConBhUdJiUkLCclLSgmLigmOzApPTEpDBgfBRQdDBgfERsgWT8wBBMdCBYeChceQjMrSzctZEUyBBMdERsgXUAxXkExY0QzglQ5AxUfBxolSjcthlU6hlY7h1Y7AxMcSDUsSjYsd042g1Q5hlY6jVo8AhIcAxMcBBQdLEpcOVpvARIcAhIcBhQdDSIuEhsgJ0NUNS0oNi0oO11yTTgtUXmSUnqUXEAxXUExYEIyZUUzaEYzb0o1cEo1dEw2i1g8jFk8jcfskFs9mdX9mmA/mtf/pmZCqGdCsWxEvnJHxHVJxnZJyHdJzHlK0XxM031M139N3IFO3YJO4INP5IVQ5YZQ5oZQ6ohR7IlS7opS74tS8ItT841T9I1T9o5U949U+ZBV+pBV/ZJW/pJW/5NWIYcOagAAAJt0Uk5TAAECAwQFCw0OEhQVGBkcHyEkKCkqLTAzNUZLVFZZW2RnanJzeHl8f4uMjY6Pj5KVl52eoKGprKytrq+vsLGytLu9vb/BwsLDxcXP0NDS09bf4uPk5OXl5ufo6enq7O3u7+/x8fHy8/P09PT09fX19fX29vb29vb29/j4+Pj5+fn5+fn6+vr6+vr7/Pz8/Pz9/f39/f39/v7+/v7Td3FlAAABgklEQVQoU2NggAMRJU1DTWURBlQgqhWUND11Tfr05GBdMYQws8a07j2XVx2/cnLl5T0T5+ixQsX5/RrWr70CA+s2NPoLgMUlciddvnLl3PbslMysmi2ngXKTc/iA4uwRC1dfudRT76UtJy5lMHvHlSsni82ZgBLWbZdOHCuPlARpForvBYszA9ky1WeunC8y5YCI9125cqrEnJlbnoHBZ/6mK+0eTAjxUgtmbl99Bt6Ksxd2pXGDxRPg4kZMDIqxV6406cDFT8PEGRwnHLlYJQwSTwSJ51tCxRmiVuw7VAsRP7zkIEKcofnAlb0hEPWXls9AiDNUHriyMxwoPgVoToEVQpwhdNHuY/2imOIMZq1nr2QUgsVtkMUZZOOuXOmYiinOwF63/8QVsDgLd0wnFwMCOM3dBhK3ZeGOXjzLHklCIu8oRDxs8eaNXYJIMuplJ0HigYs3b906UwFJgtGzxY6FLWDe0mXLli3wVoEAaZAMjxoLA6eDu5urq4uziTEEqAIAvamx163e5EoAAAAASUVORK5CYII=);border-color:#7fff00!important}.leaflet-bar{background-color:#fff}.leaflet-control{cursor:pointer}.result-tooltip{background-color:#fff;border-width:medium;border-color:#de0000;font-size:smaller}.moving-tooltip{background-color:#ffffffb3;background-clip:padding-box;opacity:.5;border:dotted;border-color:red;font-size:smaller}.plus-length{padding-left:45px}", Jr = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABSCAMAAAAhFXfZAAAC91BMVEVMaXEzeak2f7I4g7g3g7cua5gzeKg8hJo3grY4g7c3grU0gLI2frE0daAubJc2gbQwd6QzeKk2gLMtd5sxdKIua5g1frA2f7IydaM0e6w2fq41fK01eqo3grgubJgta5cxdKI1f7AydaQydaMxc6EubJgvbJkwcZ4ubZkwcJwubZgubJcydqUydKIxapgubJctbJcubZcubJcvbJYubJcvbZkubJctbJctbZcubJg2f7AubJcrbZcubJcubJcua5g3grY0fq8ubJcubJdEkdEwhsw6i88vhswuhcsuhMtBjMgthMsrg8srgss6is8qgcs8i9A9iMYtg8spgcoogMo7hcMngMonf8olfso4gr8kfck5iM8jfMk4iM8he8k1fro7itAgesk2hs8eecgzfLcofssdeMg0hc4cd8g2hcsxeLQbdsgZdcgxeLImfcszhM0vda4xgckzhM4xg84wf8Yxgs4udKsvfcQucqhUndROmdM1fK0wcZ8vb5w0eqpQm9MzeKhXoNVcpdYydKNWn9VZotVKltJFjsIwcJ1Rms9OlslLmtH///8+kc9epdYzd6dbo9VHkMM2f7FHmNBClM8ydqVcpNY9hro3gLM9hLczealQmcw3fa46f7A8gLMxc6I3eagyc6FIldJMl9JSnNRSntNNl9JPnNJFi75UnM9ZodVKksg8kM45jc09e6ZHltFBk883gbRBh7pDk9EwcaBzn784g7dKkcY2i81Om9M7j85Llc81is09g7Q4grY/j9A0eqxKmdFFltBEjcXf6fFImdBCiLxJl9FGlNFBi78yiMxVndEvbpo6js74+vx+psPP3+o/ks5HkcpGmNCjwdZCkNDM3ehYoNJEls+lxNkxh8xHks0+jdC1zd5Lg6r+/v/H2ufz9/o3jM3t8/edvdM/k89Th61OiLBSjbZklbaTt9BfptdjmL1AicBHj8hGk9FAgK1dkLNTjLRekrdClc/k7fM0icy0y9tgp9c4jc2NtM9Dlc8zicxeXZn3AAAAQ3RSTlMAHDdTb4yPA+LtnEQmC4L2EmHqB7XA0d0sr478x4/Yd5i1zOfyPkf1sLVq4Nh3FvjxopQ2/STNuFzUwFIwxKaejILpIBEV9wAABhVJREFUeF6s1NdyFEcY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", Kr = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=", Xr = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAQAAAACach9AAACMUlEQVR4Ae3ShY7jQBAE0Aoz/f9/HTMzhg1zrdKUrJbdx+Kd2nD8VNudfsL/Th///dyQN2TH6f3y/BGpC379rV+S+qqetBOxImNQXL8JCAr2V4iMQXHGNJxeCfZXhSRBcQMfvkOWUdtfzlLgAENmZDcmo2TVmt8OSM2eXxBp3DjHSMFutqS7SbmemzBiR+xpKCNUIRkdkkYxhAkyGoBvyQFEJEefwSmmvBfJuJ6aKqKWnAkvGZOaZXTUgFqYULWNSHUckZuR1HIIimUExutRxwzOLROIG4vKmCKQt364mIlhSyzAf1m9lHZHJZrlAOMMztRRiKimp/rpdJDc9Awry5xTZCte7FHtuS8wJgeYGrex28xNTd086Dik7vUMscQOa8y4DoGtCCSkAKlNwpgNtphjrC6MIHUkR6YWxxs6Sc5xqn222mmCRFzIt8lEdKx+ikCtg91qS2WpwVfBelJCiQJwvzixfI9cxZQWgiSJelKnwBElKYtDOb2MFbhmUigbReQBV0Cg4+qMXSxXSyGUn4UbF8l+7qdSGnTC0XLCmahIgUHLhLOhpVCtw4CzYXvLQWQbJNmxoCsOKAxSgBJno75avolkRw8iIAFcsdc02e9iyCd8tHwmeSSoKTowIgvscSGZUOA7PuCN5b2BX9mQM7S0wYhMNU74zgsPBj3HU7wguAfnxxjFQGBE6pwN+GjME9zHY7zGp8wVxMShYX9NXvEWD3HbwJf4giO4CFIQxXScH1/TM+04kkBiAAAAAElFTkSuQmCC", Qr = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='430'%20height='430'%20style='width:100%25;height:100%25;transform:translate3d(0,0,0);content-visibility:visible'%20viewBox='0%200%20430%20430'%3e%3cdefs%3e%3cclipPath%20id='i'%3e%3cpath%20d='M0%200h430v430H0z'/%3e%3c/clipPath%3e%3cclipPath%20id='s'%3e%3cpath%20d='M0%200h430v430H0z'/%3e%3c/clipPath%3e%3cclipPath%20id='e'%3e%3cpath%20d='M0%200h430v430H0z'/%3e%3c/clipPath%3e%3cclipPath%20id='p'%3e%3cpath%20d='M0%200h430v430H0z'/%3e%3c/clipPath%3e%3cclipPath%20id='f'%3e%3cpath%20d='M0%200h430v430H0z'/%3e%3c/clipPath%3e%3cclipPath%20id='m'%3e%3cpath%20d='M0%200h430v430H0z'/%3e%3c/clipPath%3e%3cclipPath%20id='g'%3e%3cpath%20d='M0%200h430v430H0z'/%3e%3c/clipPath%3e%3cclipPath%20id='j'%3e%3cpath%20d='M0%200h430v430H0z'/%3e%3c/clipPath%3e%3cclipPath%20id='h'%3e%3cpath%20d='M0%200h430v430H0z'/%3e%3c/clipPath%3e%3cfilter%20id='t'%20width='300%25'%20height='300%25'%20x='-100%25'%20y='-100%25'%3e%3cfeGaussianBlur%20result='filter_result_0'/%3e%3c/filter%3e%3cfilter%20id='r'%20width='300%25'%20height='300%25'%20x='-100%25'%20y='-100%25'%3e%3cfeGaussianBlur%20result='filter_result_0'%20stdDeviation='52.5%2052.5'/%3e%3c/filter%3e%3cfilter%20id='n'%20width='300%25'%20height='300%25'%20x='-100%25'%20y='-100%25'%3e%3cfeGaussianBlur%20result='filter_result_0'/%3e%3c/filter%3e%3cfilter%20id='k'%20width='300%25'%20height='300%25'%20x='-100%25'%20y='-100%25'%3e%3cfeGaussianBlur%20result='filter_result_0'/%3e%3c/filter%3e%3cmask%20id='u'%20mask-type='alpha'%3e%3cuse%20xmlns:ns1='http://www.w3.org/1999/xlink'%20ns1:href='%23a'/%3e%3c/mask%3e%3cmask%20id='q'%20mask-type='alpha'%3e%3cuse%20xmlns:ns2='http://www.w3.org/1999/xlink'%20ns2:href='%23b'/%3e%3c/mask%3e%3cmask%20id='o'%20mask-type='alpha'%3e%3cuse%20xmlns:ns3='http://www.w3.org/1999/xlink'%20ns3:href='%23c'/%3e%3c/mask%3e%3cmask%20id='l'%20mask-type='alpha'%3e%3cuse%20xmlns:ns4='http://www.w3.org/1999/xlink'%20ns4:href='%23d'/%3e%3c/mask%3e%3cg%20id='a'%20fill-opacity='0'%20stroke-linecap='round'%20stroke-linejoin='round'%20clip-path='url(%23e)'%20style='display:none'%3e%3cpath%20class='secondary'%20style='display:none'/%3e%3cpath%20class='primary'%20style='display:none'/%3e%3c/g%3e%3cg%20id='b'%20fill-opacity='0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='12'%20clip-path='url(%23f)'%20style='display:block'%3e%3cpath%20stroke='%2308A88A'%20d='M44.446-66.518a79.998%2079.998%200%200%200-101.012%209.952A79.998%2079.998%200%201%200%2056.569%2056.569%2080.005%2080.005%200%200%200%2073.91-30.615a80.001%2080.001%200%200%200-29.464-35.903z'%20class='secondary'%20style='display:block'%20transform='translate(215%20214)'/%3e%3cpath%20stroke='%23121331'%20d='m141.409%2025.241%208.727%205.041s0%200%200%200a22.3%2022.3%200%200%201%2010.411%2013.542%2022.32%2022.32%200%200%201-2.221%2016.937l-26.515%2045.924a22.325%2022.325%200%200%201-30.497%208.172l-8.754-5.059a143.414%20143.414%200%200%201-43.718%2025.286v10.108a22.302%2022.302%200%200%201-13.778%2020.612%2022.303%2022.303%200%200%201-8.539%201.696h-53.029a22.303%2022.303%200%200%201-15.779-6.531%2022.302%2022.302%200%200%201-6.537-15.777v-10.073a143.416%20143.416%200%200%201-43.719-25.285l-8.754%205.059a22.325%2022.325%200%200%201-30.497-8.172l-26.523-45.924a22.315%2022.315%200%200%201-2.238-16.943A22.31%2022.31%200%200%201-150.142%2030.3l8.727-5.041a145.097%20145.097%200%200%201%200-50.518l-8.727-5.041a22.294%2022.294%200%200%201-10.409-13.554%2022.306%2022.306%200%200%201%202.238-16.943l26.514-45.924a22.325%2022.325%200%200%201%2030.497-8.172l8.754%205.059a143.416%20143.416%200%200%201%2043.719-25.285v-10.073a22.302%2022.302%200%200%201%206.537-15.777%2022.3%2022.3%200%200%201%2015.779-6.531h53.02a22.307%2022.307%200%200%201%2022.317%2022.308v10.037a143.41%20143.41%200%200%201%2043.718%2025.285l8.754-5.059a22.325%2022.325%200%200%201%2030.497%208.172l26.515%2045.942a22.313%2022.313%200%200%201-1.618%2024.757%2022.294%2022.294%200%200%201-6.554%205.74l-8.727%205.041a145.097%20145.097%200%200%201%200%2050.518z'%20class='primary'%20style='display:block'%20transform='rotate(-120%20169.576%2045.095)'/%3e%3c/g%3e%3cg%20id='c'%20fill-opacity='0'%20stroke-linecap='round'%20stroke-linejoin='round'%20clip-path='url(%23g)'%20style='display:none'%3e%3cpath%20class='secondary'%20style='display:none'/%3e%3cpath%20class='primary'%20style='display:none'/%3e%3c/g%3e%3cg%20id='d'%20fill-opacity='0'%20stroke-linecap='round'%20stroke-linejoin='round'%20clip-path='url(%23h)'%20style='display:none'%3e%3cpath%20class='secondary'%20style='display:none'/%3e%3cpath%20class='primary'%20style='display:none'/%3e%3c/g%3e%3c/defs%3e%3cg%20clip-path='url(%23i)'%3e%3cg%20clip-path='url(%23j)'%20filter='url(%23k)'%20mask='url(%23l)'%20style='display:none'%3e%3cg%20class='design'%3e%3cpath%20class='primary'/%3e%3c/g%3e%3cg%20class='design'%3e%3cpath%20class='secondary'/%3e%3c/g%3e%3c/g%3e%3cg%20clip-path='url(%23m)'%20filter='url(%23n)'%20mask='url(%23o)'%20style='display:none'%3e%3cg%20class='design'%3e%3cpath%20class='primary'/%3e%3c/g%3e%3cg%20class='design'%3e%3cpath%20class='secondary'/%3e%3c/g%3e%3c/g%3e%3cg%20clip-path='url(%23p)'%20mask='url(%23q)'%20style='display:block'%3e%3cg%20filter='url(%23r)'%20transform='rotate(-94%20238.762%20-16.565)%20scale(2.4)'%3e%3cg%20class='design'%3e%3cpath%20fill='%234BE1EC'%20d='M0-250c137.975%200%20250%20112.025%20250%20250S137.975%20250%200%20250-250%20137.975-250%200-137.975-250%200-250z'%20class='primary'/%3e%3c/g%3e%3cg%20class='design'%3e%3cpath%20fill='%23CB5EEE'%20d='M113.242-295.384c97.478%200%20176.5%2079.022%20176.5%20176.5s-79.022%20176.5-176.5%20176.5c-43.948%200-74.396-34.057-105.29-60.631-37.631-32.369-71.21-62.338-71.21-115.869%200-97.478%2079.022-176.5%20176.5-176.5z'%20class='secondary'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%20clip-path='url(%23s)'%20filter='url(%23t)'%20mask='url(%23u)'%20style='display:none'%3e%3cg%20class='design'%3e%3cpath%20class='primary'/%3e%3c/g%3e%3cg%20class='design'%3e%3cpath%20class='secondary'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e", ro = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%20-1.67%2047.336%2047.336'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group_42'%20data-name='Group%2042'%20transform='translate(-172.455%20-364.36)'%3e%3cpath%20id='Rectangle_17'%20data-name='Rectangle%2017'%20d='M4.351,0H40.984a4.351,4.351,0,0,1,4.351,4.351V22.117a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1V4.351A4.351,4.351,0,0,1,4.351,0Z'%20transform='translate(173.455%20384.243)'%20fill='none'%20stroke='%23000000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3cpath%20id='Path_90'%20data-name='Path%2090'%20d='M218.79,390.249a3.778,3.778,0,0,1-3.778,3.778h0a3.779,3.779,0,0,1-3.778-3.778,3.778,3.778,0,0,1-3.778,3.778h0a3.779,3.779,0,0,1-3.778-3.778,3.778,3.778,0,0,1-3.778,3.778h0a3.779,3.779,0,0,1-3.778-3.778,3.778,3.778,0,0,1-3.778,3.778h0a3.779,3.779,0,0,1-3.778-3.778,3.778,3.778,0,0,1-3.778,3.778h0a3.779,3.779,0,0,1-3.778-3.778,3.778,3.778,0,0,1-3.778,3.778h0a3.778,3.778,0,0,1-3.777-3.778'%20fill='none'%20stroke='%23000000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3cg%20id='Group_41'%20data-name='Group%2041'%3e%3cpath%20id='Rectangle_18'%20data-name='Rectangle%2018'%20d='M4.351,0H26.473a4.351,4.351,0,0,1,4.351,4.351V17.883a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1V4.351A4.351,4.351,0,0,1,4.351,0Z'%20transform='translate(180.71%20365.36)'%20fill='none'%20stroke='%23000000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3cpath%20id='Path_91'%20data-name='Path%2091'%20d='M211.234,370.794a3.778,3.778,0,0,1-3.778,3.778h0a3.779,3.779,0,0,1-3.778-3.778,3.778,3.778,0,0,1-3.778,3.778h0a3.779,3.779,0,0,1-3.778-3.778,3.778,3.778,0,0,1-3.778,3.778h0a3.779,3.779,0,0,1-3.778-3.778,3.778,3.778,0,0,1-3.778,3.778h0a3.779,3.779,0,0,1-3.778-3.778'%20fill='none'%20stroke='%23000000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e", $r = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhBQoMHg6McuYvAAABwklEQVQ4y43TP0jUYRgH8M/daQpqdujhnwShGiwyipCIoIgWxyIwrqEhnCQoGqKhpoYMg1qCQjg8TC2JCtSkjCgaKisIhyQUwpJssD9KZWRZg6d450/yGV54n/fzfd53eUOCaoNa5QpNGNPr9cKjUAatdsB++co0G1XiiHd+uqnTq8VzI874o9s2Ic1iiEpii9tmnJOdfkOldt/dU+HYolHnjdmpRNzbuVaNL86m4sXqNOrz3kMXHFKYMqd8VREGBToMifqLgwY1yNZirya5knaBqH16fJjNJiWEFSlxy4g980+pMuZkir/UJjLbrvNRPnINaLUygK/yQpuImHp47LOjuKJPOJA/1y4iZsAlyozLs8IO42L/4QlhGrSCy5oCeKH+dM59vVbL9sn6AP5MRzpnVKtN1viRxit1WRvEmVKFrQbTpoddNR3E+aYKuw1lPOapa0GcEf22KzOtejmcG1rkYdjEAn59KU5cDzjt+HI4BSZtVJTazfIsMQOmFAusLr/E53lniickJYIDNcaUL+JhMZPWBUdOeCCaweGOw5k0lFrv2uyRuBxPlLpoBtTK0p3mh+f+dKl6jX6LapRj6XrzD+1bmkFA/dTVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA1LTEwVDEyOjMwOjE0KzAyOjAwUNH5TAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wNS0xMFQxMjozMDoxNCswMjowMCGMQfAAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC", ts = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAACmAAAApgHdff84AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAn9QTFRF////AAAAAAAAAAAAAAAAAAAzABcXABQUABIkDhwrAA0aAAwYABUgABQfABIbABAZAA8fABUcABMaABMfABIeABEcABAbABQeABMdABIdABEbABIbABIbABEdABEcABIcBxsoABEdABIdABIdABEcABMbABMdFBwgERofAhIbEhsfAhIdBxUeEhsgEBofAhMbAhMdBRMdAhIbAhIdAhMdCRceARIcDBgfDBgfDBcfDBcfFhwgDBceDBceCxceFCs5HTdGAxMcDxofGTFAHDRDHDVDHDVEHTZFDRkfEBofERogCh0oERsgARIcEhsfEhsgCh4pDCEsDRkfDRkfEBofBhQdDSMvDRgfDBgfCBUeBxUeDyUyECYzUDktPTAqCRceCRYeChYeDxkfEBkgLCgmWj4wCBYdW0AwGh4hHCAiHSAiTDctBhUdBxYdEBkfLyonMConBhUdJiUkLCclLSgmLigmOzApPTEpDBgfBRQdDBgfERsgWT8wBBMdCBYeChceQjMrSzctZEUyBBMdERsgXUAxXkExY0QzglQ5AxUfBxolSjcthlU6hlY7h1Y7AxMcSDUsSjYsd042g1Q5hlY6jVo8AhIcAxMcBBQdLEpcOVpvARIcAhIcBhQdDSIuEhsgJ0NUNS0oNi0oO11yTTgtUXmSUnqUXEAxXUExYEIyZUUzaEYzb0o1cEo1dEw2i1g8jFk8jcfskFs9mdX9mmA/mtf/pmZCqGdCsWxEvnJHxHVJxnZJyHdJzHlK0XxM031M139N3IFO3YJO4INP5IVQ5YZQ5oZQ6ohR7IlS7opS74tS8ItT841T9I1T9o5U949U+ZBV+pBV/ZJW/pJW/5NWIYcOagAAAJt0Uk5TAAECAwQFCw0OEhQVGBkcHyEkKCkqLTAzNUZLVFZZW2RnanJzeHl8f4uMjY6Pj5KVl52eoKGprKytrq+vsLGytLu9vb/BwsLDxcXP0NDS09bf4uPk5OXl5ufo6enq7O3u7+/x8fHy8/P09PT09fX19fX29vb29vb29/j4+Pj5+fn5+fn6+vr6+vr7/Pz8/Pz9/f39/f39/v7+/v7Td3FlAAABgklEQVQoU2NggAMRJU1DTWURBlQgqhWUND11Tfr05GBdMYQws8a07j2XVx2/cnLl5T0T5+ixQsX5/RrWr70CA+s2NPoLgMUlciddvnLl3PbslMysmi2ngXKTc/iA4uwRC1dfudRT76UtJy5lMHvHlSsni82ZgBLWbZdOHCuPlARpForvBYszA9ky1WeunC8y5YCI9125cqrEnJlbnoHBZ/6mK+0eTAjxUgtmbl99Bt6Ksxd2pXGDxRPg4kZMDIqxV6406cDFT8PEGRwnHLlYJQwSTwSJ51tCxRmiVuw7VAsRP7zkIEKcofnAlb0hEPWXls9AiDNUHriyMxwoPgVoToEVQpwhdNHuY/2imOIMZq1nr2QUgsVtkMUZZOOuXOmYiinOwF63/8QVsDgLd0wnFwMCOM3dBhK3ZeGOXjzLHklCIu8oRDxs8eaNXYJIMuplJ0HigYs3b906UwFJgtGzxY6FLWDe0mXLli3wVoEAaZAMjxoLA6eDu5urq4uziTEEqAIAvamx163e5EoAAAAASUVORK5CYII=";
|
|
6387
|
+
}, [tt]), Yr = '.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}', qr = `.leaflet-draw-section{position:relative}.leaflet-draw-toolbar{margin-top:12px}.leaflet-draw-toolbar-top{margin-top:0}.leaflet-draw-toolbar-notop a:first-child{border-top-right-radius:0}.leaflet-draw-toolbar-nobottom a:last-child{border-bottom-right-radius:0}.leaflet-draw-toolbar a{background-image:url(data:image/png;base64,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);background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20xmlns:dc='http://purl.org/dc/elements/1.1/'%20xmlns:cc='http://creativecommons.org/ns%23'%20xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20viewBox='0%200%20600%2060'%20height='60'%20width='600'%20id='svg4225'%20version='1.1'%20inkscape:version='0.91%20r13725'%20sodipodi:docname='spritesheet.svg'%20inkscape:export-filename='/home/fpuga/development/upstream/icarto.Leaflet.draw/src/images/spritesheet-2x.png'%20inkscape:export-xdpi='90'%20inkscape:export-ydpi='90'%3e%3cmetadata%20id='metadata4258'%3e%3crdf:RDF%3e%3ccc:Work%20rdf:about=''%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3cdc:type%20rdf:resource='http://purl.org/dc/dcmitype/StillImage'%20/%3e%3cdc:title%20/%3e%3c/cc:Work%3e%3c/rdf:RDF%3e%3c/metadata%3e%3cdefs%20id='defs4256'%20/%3e%3csodipodi:namedview%20pagecolor='%23ffffff'%20bordercolor='%23666666'%20borderopacity='1'%20objecttolerance='10'%20gridtolerance='10'%20guidetolerance='10'%20inkscape:pageopacity='0'%20inkscape:pageshadow='2'%20inkscape:window-width='1920'%20inkscape:window-height='1056'%20id='namedview4254'%20showgrid='false'%20inkscape:zoom='1.3101852'%20inkscape:cx='237.56928'%20inkscape:cy='7.2419621'%20inkscape:window-x='1920'%20inkscape:window-y='24'%20inkscape:window-maximized='1'%20inkscape:current-layer='svg4225'%20/%3e%3cg%20id='enabled'%20style='fill:%23464646;fill-opacity:1'%3e%3cg%20id='polyline'%20style='fill:%23464646;fill-opacity:1'%3e%3cpath%20d='m%2018,36%200,6%206,0%200,-6%20-6,0%20z%20m%204,4%20-2,0%200,-2%202,0%200,2%20z'%20id='path4229'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20d='m%2036,18%200,6%206,0%200,-6%20-6,0%20z%20m%204,4%20-2,0%200,-2%202,0%200,2%20z'%20id='path4231'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20d='m%2023.142,39.145%20-2.285,-2.29%2016,-15.998%202.285,2.285%20z'%20id='path4233'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3c/g%3e%3cpath%20id='polygon'%20d='M%20100,24.565%2097.904,39.395%2083.07,42%2076,28.773%2086.463,18%20Z'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20id='rectangle'%20d='m%20140,20%2020,0%200,20%20-20,0%20z'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20id='circle'%20d='m%20221,30%20c%200,6.078%20-4.926,11%20-11,11%20-6.074,0%20-11,-4.922%20-11,-11%200,-6.074%204.926,-11%2011,-11%206.074,0%2011,4.926%2011,11%20z'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20id='marker'%20d='m%20270,19%20c%20-4.971,0%20-9,4.029%20-9,9%200,4.971%205.001,12%209,14%204.001,-2%209,-9.029%209,-14%200,-4.971%20-4.029,-9%20-9,-9%20z%20m%200,12.5%20c%20-2.484,0%20-4.5,-2.014%20-4.5,-4.5%200,-2.484%202.016,-4.5%204.5,-4.5%202.485,0%204.5,2.016%204.5,4.5%200,2.486%20-2.015,4.5%20-4.5,4.5%20z'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cg%20id='edit'%20style='fill:%23464646;fill-opacity:1'%3e%3cpath%20d='m%20337,30.156%200,0.407%200,5.604%20c%200,1.658%20-1.344,3%20-3,3%20l%20-10,0%20c%20-1.655,0%20-3,-1.342%20-3,-3%20l%200,-10%20c%200,-1.657%201.345,-3%203,-3%20l%206.345,0%203.19,-3.17%20-9.535,0%20c%20-3.313,0%20-6,2.687%20-6,6%20l%200,10%20c%200,3.313%202.687,6%206,6%20l%2010,0%20c%203.314,0%206,-2.687%206,-6%20l%200,-8.809%20-3,2.968'%20id='path4240'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20d='m%20338.72,24.637%20-8.892,8.892%20-2.828,0%200,-2.829%208.89,-8.89%20z'%20id='path4242'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20d='m%20338.697,17.826%204,0%200,4%20-4,0%20z'%20transform='matrix(-0.70698336,-0.70723018,0.70723018,-0.70698336,567.55917,274.78273)'%20id='path4244'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3c/g%3e%3cg%20id='remove'%20style='fill:%23464646;fill-opacity:1'%3e%3cpath%20d='m%20381,42%2018,0%200,-18%20-18,0%200,18%20z%20m%2014,-16%202,0%200,14%20-2,0%200,-14%20z%20m%20-4,0%202,0%200,14%20-2,0%200,-14%20z%20m%20-4,0%202,0%200,14%20-2,0%200,-14%20z%20m%20-4,0%202,0%200,14%20-2,0%200,-14%20z'%20id='path4247'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20d='m%20395,20%200,-4%20-10,0%200,4%20-6,0%200,2%2022,0%200,-2%20-6,0%20z%20m%20-2,0%20-6,0%200,-2%206,0%200,2%20z'%20id='path4249'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3c/g%3e%3c/g%3e%3cg%20id='disabled'%20transform='translate(120,0)'%20style='fill:%23bbbbbb'%3e%3cuse%20xlink:href='%23edit'%20id='edit-disabled'%20x='0'%20y='0'%20width='100%25'%20height='100%25'%20/%3e%3cuse%20xlink:href='%23remove'%20id='remove-disabled'%20x='0'%20y='0'%20width='100%25'%20height='100%25'%20/%3e%3c/g%3e%3cpath%20style='fill:none;stroke:%23464646;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20id='circle-3'%20d='m%20581.65725,30%20c%200,6.078%20-4.926,11%20-11,11%20-6.074,0%20-11,-4.922%20-11,-11%200,-6.074%204.926,-11%2011,-11%206.074,0%2011,4.926%2011,11%20z'%20inkscape:connector-curvature='0'%20/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:300px 30px;background-clip:padding-box}.leaflet-retina .leaflet-draw-toolbar a{background-image:url(data:image/png;base64,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);background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20xmlns:dc='http://purl.org/dc/elements/1.1/'%20xmlns:cc='http://creativecommons.org/ns%23'%20xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20viewBox='0%200%20600%2060'%20height='60'%20width='600'%20id='svg4225'%20version='1.1'%20inkscape:version='0.91%20r13725'%20sodipodi:docname='spritesheet.svg'%20inkscape:export-filename='/home/fpuga/development/upstream/icarto.Leaflet.draw/src/images/spritesheet-2x.png'%20inkscape:export-xdpi='90'%20inkscape:export-ydpi='90'%3e%3cmetadata%20id='metadata4258'%3e%3crdf:RDF%3e%3ccc:Work%20rdf:about=''%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3cdc:type%20rdf:resource='http://purl.org/dc/dcmitype/StillImage'%20/%3e%3cdc:title%20/%3e%3c/cc:Work%3e%3c/rdf:RDF%3e%3c/metadata%3e%3cdefs%20id='defs4256'%20/%3e%3csodipodi:namedview%20pagecolor='%23ffffff'%20bordercolor='%23666666'%20borderopacity='1'%20objecttolerance='10'%20gridtolerance='10'%20guidetolerance='10'%20inkscape:pageopacity='0'%20inkscape:pageshadow='2'%20inkscape:window-width='1920'%20inkscape:window-height='1056'%20id='namedview4254'%20showgrid='false'%20inkscape:zoom='1.3101852'%20inkscape:cx='237.56928'%20inkscape:cy='7.2419621'%20inkscape:window-x='1920'%20inkscape:window-y='24'%20inkscape:window-maximized='1'%20inkscape:current-layer='svg4225'%20/%3e%3cg%20id='enabled'%20style='fill:%23464646;fill-opacity:1'%3e%3cg%20id='polyline'%20style='fill:%23464646;fill-opacity:1'%3e%3cpath%20d='m%2018,36%200,6%206,0%200,-6%20-6,0%20z%20m%204,4%20-2,0%200,-2%202,0%200,2%20z'%20id='path4229'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20d='m%2036,18%200,6%206,0%200,-6%20-6,0%20z%20m%204,4%20-2,0%200,-2%202,0%200,2%20z'%20id='path4231'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20d='m%2023.142,39.145%20-2.285,-2.29%2016,-15.998%202.285,2.285%20z'%20id='path4233'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3c/g%3e%3cpath%20id='polygon'%20d='M%20100,24.565%2097.904,39.395%2083.07,42%2076,28.773%2086.463,18%20Z'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20id='rectangle'%20d='m%20140,20%2020,0%200,20%20-20,0%20z'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20id='circle'%20d='m%20221,30%20c%200,6.078%20-4.926,11%20-11,11%20-6.074,0%20-11,-4.922%20-11,-11%200,-6.074%204.926,-11%2011,-11%206.074,0%2011,4.926%2011,11%20z'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20id='marker'%20d='m%20270,19%20c%20-4.971,0%20-9,4.029%20-9,9%200,4.971%205.001,12%209,14%204.001,-2%209,-9.029%209,-14%200,-4.971%20-4.029,-9%20-9,-9%20z%20m%200,12.5%20c%20-2.484,0%20-4.5,-2.014%20-4.5,-4.5%200,-2.484%202.016,-4.5%204.5,-4.5%202.485,0%204.5,2.016%204.5,4.5%200,2.486%20-2.015,4.5%20-4.5,4.5%20z'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cg%20id='edit'%20style='fill:%23464646;fill-opacity:1'%3e%3cpath%20d='m%20337,30.156%200,0.407%200,5.604%20c%200,1.658%20-1.344,3%20-3,3%20l%20-10,0%20c%20-1.655,0%20-3,-1.342%20-3,-3%20l%200,-10%20c%200,-1.657%201.345,-3%203,-3%20l%206.345,0%203.19,-3.17%20-9.535,0%20c%20-3.313,0%20-6,2.687%20-6,6%20l%200,10%20c%200,3.313%202.687,6%206,6%20l%2010,0%20c%203.314,0%206,-2.687%206,-6%20l%200,-8.809%20-3,2.968'%20id='path4240'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20d='m%20338.72,24.637%20-8.892,8.892%20-2.828,0%200,-2.829%208.89,-8.89%20z'%20id='path4242'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20d='m%20338.697,17.826%204,0%200,4%20-4,0%20z'%20transform='matrix(-0.70698336,-0.70723018,0.70723018,-0.70698336,567.55917,274.78273)'%20id='path4244'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3c/g%3e%3cg%20id='remove'%20style='fill:%23464646;fill-opacity:1'%3e%3cpath%20d='m%20381,42%2018,0%200,-18%20-18,0%200,18%20z%20m%2014,-16%202,0%200,14%20-2,0%200,-14%20z%20m%20-4,0%202,0%200,14%20-2,0%200,-14%20z%20m%20-4,0%202,0%200,14%20-2,0%200,-14%20z%20m%20-4,0%202,0%200,14%20-2,0%200,-14%20z'%20id='path4247'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3cpath%20d='m%20395,20%200,-4%20-10,0%200,4%20-6,0%200,2%2022,0%200,-2%20-6,0%20z%20m%20-2,0%20-6,0%200,-2%206,0%200,2%20z'%20id='path4249'%20inkscape:connector-curvature='0'%20style='fill:%23464646;fill-opacity:1'%20/%3e%3c/g%3e%3c/g%3e%3cg%20id='disabled'%20transform='translate(120,0)'%20style='fill:%23bbbbbb'%3e%3cuse%20xlink:href='%23edit'%20id='edit-disabled'%20x='0'%20y='0'%20width='100%25'%20height='100%25'%20/%3e%3cuse%20xlink:href='%23remove'%20id='remove-disabled'%20x='0'%20y='0'%20width='100%25'%20height='100%25'%20/%3e%3c/g%3e%3cpath%20style='fill:none;stroke:%23464646;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20id='circle-3'%20d='m%20581.65725,30%20c%200,6.078%20-4.926,11%20-11,11%20-6.074,0%20-11,-4.922%20-11,-11%200,-6.074%204.926,-11%2011,-11%206.074,0%2011,4.926%2011,11%20z'%20inkscape:connector-curvature='0'%20/%3e%3c/svg%3e")}.leaflet-draw a{display:block;text-align:center;text-decoration:none}.leaflet-draw a .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.leaflet-draw-actions{display:none;list-style:none;margin:0;padding:0;position:absolute;left:26px;top:0;white-space:nowrap}.leaflet-touch .leaflet-draw-actions{left:32px}.leaflet-right .leaflet-draw-actions{right:26px;left:auto}.leaflet-touch .leaflet-right .leaflet-draw-actions{right:32px;left:auto}.leaflet-draw-actions li{display:inline-block}.leaflet-draw-actions li:first-child a{border-left:0}.leaflet-draw-actions li:last-child a{-webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.leaflet-right .leaflet-draw-actions li:last-child a{-webkit-border-radius:0;border-radius:0}.leaflet-right .leaflet-draw-actions li:first-child a{-webkit-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.leaflet-draw-actions a{background-color:#919187;border-left:1px solid #AAA;color:#fff;font:11px/19px Helvetica Neue,Arial,Helvetica,sans-serif;line-height:28px;text-decoration:none;padding-left:10px;padding-right:10px;height:28px}.leaflet-touch .leaflet-draw-actions a{font-size:12px;line-height:30px;height:30px}.leaflet-draw-actions-bottom{margin-top:0}.leaflet-draw-actions-top{margin-top:1px}.leaflet-draw-actions-top a,.leaflet-draw-actions-bottom a{height:27px;line-height:27px}.leaflet-draw-actions a:hover{background-color:#a0a098}.leaflet-draw-actions-top.leaflet-draw-actions-bottom a{height:26px;line-height:26px}.leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:-2px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:0 -1px}.leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-31px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-29px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-62px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-60px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-92px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-90px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-122px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-120px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-273px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-271px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-152px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-150px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-182px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-180px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-212px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-210px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-242px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-240px -2px}.leaflet-mouse-marker{background-color:#fff;cursor:crosshair}.leaflet-draw-tooltip{background:#363636;background:#00000080;border:1px solid transparent;-webkit-border-radius:4px;border-radius:4px;color:#fff;font:12px/18px Helvetica Neue,Arial,Helvetica,sans-serif;margin-left:20px;margin-top:-21px;padding:4px 8px;position:absolute;visibility:hidden;white-space:nowrap;z-index:6}.leaflet-draw-tooltip:before{border-right:6px solid black;border-right-color:#00000080;border-top:6px solid transparent;border-bottom:6px solid transparent;content:"";position:absolute;top:7px;left:-7px}.leaflet-error-draw-tooltip{background-color:#f2dede;border:1px solid #e6b6bd;color:#b94a48}.leaflet-error-draw-tooltip:before{border-right-color:#e6b6bd}.leaflet-draw-tooltip-single{margin-top:-12px}.leaflet-draw-tooltip-subtext{color:#f8d5e4}.leaflet-draw-guide-dash{font-size:1%;opacity:.6;position:absolute;width:5px;height:5px}.leaflet-edit-marker-selected{background-color:#fe57a11a;border:4px dashed rgba(254,87,161,.6);-webkit-border-radius:4px;border-radius:4px;box-sizing:content-box}.leaflet-edit-move{cursor:move}.leaflet-edit-resize{cursor:pointer}.leaflet-oldie .leaflet-draw-toolbar{border:1px solid #999}`, jr = ".leaflet-ruler{height:35px;width:35px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhBQoMHg6McuYvAAABwklEQVQ4y43TP0jUYRgH8M/daQpqdujhnwShGiwyipCIoIgWxyIwrqEhnCQoGqKhpoYMg1qCQjg8TC2JCtSkjCgaKisIhyQUwpJssD9KZWRZg6d450/yGV54n/fzfd53eUOCaoNa5QpNGNPr9cKjUAatdsB++co0G1XiiHd+uqnTq8VzI874o9s2Ic1iiEpii9tmnJOdfkOldt/dU+HYolHnjdmpRNzbuVaNL86m4sXqNOrz3kMXHFKYMqd8VREGBToMifqLgwY1yNZirya5knaBqH16fJjNJiWEFSlxy4g980+pMuZkir/UJjLbrvNRPnINaLUygK/yQpuImHp47LOjuKJPOJA/1y4iZsAlyozLs8IO42L/4QlhGrSCy5oCeKH+dM59vVbL9sn6AP5MRzpnVKtN1viRxit1WRvEmVKFrQbTpoddNR3E+aYKuw1lPOapa0GcEf22KzOtejmcG1rkYdjEAn59KU5cDzjt+HI4BSZtVJTazfIsMQOmFAusLr/E53lniickJYIDNcaUL+JhMZPWBUdOeCCaweGOw5k0lFrv2uyRuBxPlLpoBtTK0p3mh+f+dKl6jX6LapRj6XrzD+1bmkFA/dTVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA1LTEwVDEyOjMwOjE0KzAyOjAwUNH5TAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wNS0xMFQxMjozMDoxNCswMjowMCGMQfAAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center}.leaflet-ruler:hover{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAACmAAAApgHdff84AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAn9QTFRF////AAAAAAAAAAAAAAAAAAAzABcXABQUABIkDhwrAA0aAAwYABUgABQfABIbABAZAA8fABUcABMaABMfABIeABEcABAbABQeABMdABIdABEbABIbABIbABEdABEcABIcBxsoABEdABIdABIdABEcABMbABMdFBwgERofAhIbEhsfAhIdBxUeEhsgEBofAhMbAhMdBRMdAhIbAhIdAhMdCRceARIcDBgfDBgfDBcfDBcfFhwgDBceDBceCxceFCs5HTdGAxMcDxofGTFAHDRDHDVDHDVEHTZFDRkfEBofERogCh0oERsgARIcEhsfEhsgCh4pDCEsDRkfDRkfEBofBhQdDSMvDRgfDBgfCBUeBxUeDyUyECYzUDktPTAqCRceCRYeChYeDxkfEBkgLCgmWj4wCBYdW0AwGh4hHCAiHSAiTDctBhUdBxYdEBkfLyonMConBhUdJiUkLCclLSgmLigmOzApPTEpDBgfBRQdDBgfERsgWT8wBBMdCBYeChceQjMrSzctZEUyBBMdERsgXUAxXkExY0QzglQ5AxUfBxolSjcthlU6hlY7h1Y7AxMcSDUsSjYsd042g1Q5hlY6jVo8AhIcAxMcBBQdLEpcOVpvARIcAhIcBhQdDSIuEhsgJ0NUNS0oNi0oO11yTTgtUXmSUnqUXEAxXUExYEIyZUUzaEYzb0o1cEo1dEw2i1g8jFk8jcfskFs9mdX9mmA/mtf/pmZCqGdCsWxEvnJHxHVJxnZJyHdJzHlK0XxM031M139N3IFO3YJO4INP5IVQ5YZQ5oZQ6ohR7IlS7opS74tS8ItT841T9I1T9o5U949U+ZBV+pBV/ZJW/pJW/5NWIYcOagAAAJt0Uk5TAAECAwQFCw0OEhQVGBkcHyEkKCkqLTAzNUZLVFZZW2RnanJzeHl8f4uMjY6Pj5KVl52eoKGprKytrq+vsLGytLu9vb/BwsLDxcXP0NDS09bf4uPk5OXl5ufo6enq7O3u7+/x8fHy8/P09PT09fX19fX29vb29vb29/j4+Pj5+fn5+fn6+vr6+vr7/Pz8/Pz9/f39/f39/v7+/v7Td3FlAAABgklEQVQoU2NggAMRJU1DTWURBlQgqhWUND11Tfr05GBdMYQws8a07j2XVx2/cnLl5T0T5+ixQsX5/RrWr70CA+s2NPoLgMUlciddvnLl3PbslMysmi2ngXKTc/iA4uwRC1dfudRT76UtJy5lMHvHlSsni82ZgBLWbZdOHCuPlARpForvBYszA9ky1WeunC8y5YCI9125cqrEnJlbnoHBZ/6mK+0eTAjxUgtmbl99Bt6Ksxd2pXGDxRPg4kZMDIqxV6406cDFT8PEGRwnHLlYJQwSTwSJ51tCxRmiVuw7VAsRP7zkIEKcofnAlb0hEPWXls9AiDNUHriyMxwoPgVoToEVQpwhdNHuY/2imOIMZq1nr2QUgsVtkMUZZOOuXOmYiinOwF63/8QVsDgLd0wnFwMCOM3dBhK3ZeGOXjzLHklCIu8oRDxs8eaNXYJIMuplJ0HigYs3b906UwFJgtGzxY6FLWDe0mXLli3wVoEAaZAMjxoLA6eDu5urq4uziTEEqAIAvamx163e5EoAAAAASUVORK5CYII=)}.leaflet-ruler-clicked{height:35px;width:35px;background-repeat:no-repeat;background-position:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAACmAAAApgHdff84AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAn9QTFRF////AAAAAAAAAAAAAAAAAAAzABcXABQUABIkDhwrAA0aAAwYABUgABQfABIbABAZAA8fABUcABMaABMfABIeABEcABAbABQeABMdABIdABEbABIbABIbABEdABEcABIcBxsoABEdABIdABIdABEcABMbABMdFBwgERofAhIbEhsfAhIdBxUeEhsgEBofAhMbAhMdBRMdAhIbAhIdAhMdCRceARIcDBgfDBgfDBcfDBcfFhwgDBceDBceCxceFCs5HTdGAxMcDxofGTFAHDRDHDVDHDVEHTZFDRkfEBofERogCh0oERsgARIcEhsfEhsgCh4pDCEsDRkfDRkfEBofBhQdDSMvDRgfDBgfCBUeBxUeDyUyECYzUDktPTAqCRceCRYeChYeDxkfEBkgLCgmWj4wCBYdW0AwGh4hHCAiHSAiTDctBhUdBxYdEBkfLyonMConBhUdJiUkLCclLSgmLigmOzApPTEpDBgfBRQdDBgfERsgWT8wBBMdCBYeChceQjMrSzctZEUyBBMdERsgXUAxXkExY0QzglQ5AxUfBxolSjcthlU6hlY7h1Y7AxMcSDUsSjYsd042g1Q5hlY6jVo8AhIcAxMcBBQdLEpcOVpvARIcAhIcBhQdDSIuEhsgJ0NUNS0oNi0oO11yTTgtUXmSUnqUXEAxXUExYEIyZUUzaEYzb0o1cEo1dEw2i1g8jFk8jcfskFs9mdX9mmA/mtf/pmZCqGdCsWxEvnJHxHVJxnZJyHdJzHlK0XxM031M139N3IFO3YJO4INP5IVQ5YZQ5oZQ6ohR7IlS7opS74tS8ItT841T9I1T9o5U949U+ZBV+pBV/ZJW/pJW/5NWIYcOagAAAJt0Uk5TAAECAwQFCw0OEhQVGBkcHyEkKCkqLTAzNUZLVFZZW2RnanJzeHl8f4uMjY6Pj5KVl52eoKGprKytrq+vsLGytLu9vb/BwsLDxcXP0NDS09bf4uPk5OXl5ufo6enq7O3u7+/x8fHy8/P09PT09fX19fX29vb29vb29/j4+Pj5+fn5+fn6+vr6+vr7/Pz8/Pz9/f39/f39/v7+/v7Td3FlAAABgklEQVQoU2NggAMRJU1DTWURBlQgqhWUND11Tfr05GBdMYQws8a07j2XVx2/cnLl5T0T5+ixQsX5/RrWr70CA+s2NPoLgMUlciddvnLl3PbslMysmi2ngXKTc/iA4uwRC1dfudRT76UtJy5lMHvHlSsni82ZgBLWbZdOHCuPlARpForvBYszA9ky1WeunC8y5YCI9125cqrEnJlbnoHBZ/6mK+0eTAjxUgtmbl99Bt6Ksxd2pXGDxRPg4kZMDIqxV6406cDFT8PEGRwnHLlYJQwSTwSJ51tCxRmiVuw7VAsRP7zkIEKcofnAlb0hEPWXls9AiDNUHriyMxwoPgVoToEVQpwhdNHuY/2imOIMZq1nr2QUgsVtkMUZZOOuXOmYiinOwF63/8QVsDgLd0wnFwMCOM3dBhK3ZeGOXjzLHklCIu8oRDxs8eaNXYJIMuplJ0HigYs3b906UwFJgtGzxY6FLWDe0mXLli3wVoEAaZAMjxoLA6eDu5urq4uziTEEqAIAvamx163e5EoAAAAASUVORK5CYII=);border-color:#7fff00!important}.leaflet-bar{background-color:#fff}.leaflet-control{cursor:pointer}.result-tooltip{background-color:#fff;border-width:medium;border-color:#de0000;font-size:smaller}.moving-tooltip{background-color:#ffffffb3;background-clip:padding-box;opacity:.5;border:dotted;border-color:red;font-size:smaller}.plus-length{padding-left:45px}", Jr = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABSCAMAAAAhFXfZAAAC91BMVEVMaXEzeak2f7I4g7g3g7cua5gzeKg8hJo3grY4g7c3grU0gLI2frE0daAubJc2gbQwd6QzeKk2gLMtd5sxdKIua5g1frA2f7IydaM0e6w2fq41fK01eqo3grgubJgta5cxdKI1f7AydaQydaMxc6EubJgvbJkwcZ4ubZkwcJwubZgubJcydqUydKIxapgubJctbJcubZcubJcvbJYubJcvbZkubJctbJctbZcubJg2f7AubJcrbZcubJcubJcua5g3grY0fq8ubJcubJdEkdEwhsw6i88vhswuhcsuhMtBjMgthMsrg8srgss6is8qgcs8i9A9iMYtg8spgcoogMo7hcMngMonf8olfso4gr8kfck5iM8jfMk4iM8he8k1fro7itAgesk2hs8eecgzfLcofssdeMg0hc4cd8g2hcsxeLQbdsgZdcgxeLImfcszhM0vda4xgckzhM4xg84wf8Yxgs4udKsvfcQucqhUndROmdM1fK0wcZ8vb5w0eqpQm9MzeKhXoNVcpdYydKNWn9VZotVKltJFjsIwcJ1Rms9OlslLmtH///8+kc9epdYzd6dbo9VHkMM2f7FHmNBClM8ydqVcpNY9hro3gLM9hLczealQmcw3fa46f7A8gLMxc6I3eagyc6FIldJMl9JSnNRSntNNl9JPnNJFi75UnM9ZodVKksg8kM45jc09e6ZHltFBk883gbRBh7pDk9EwcaBzn784g7dKkcY2i81Om9M7j85Llc81is09g7Q4grY/j9A0eqxKmdFFltBEjcXf6fFImdBCiLxJl9FGlNFBi78yiMxVndEvbpo6js74+vx+psPP3+o/ks5HkcpGmNCjwdZCkNDM3ehYoNJEls+lxNkxh8xHks0+jdC1zd5Lg6r+/v/H2ufz9/o3jM3t8/edvdM/k89Th61OiLBSjbZklbaTt9BfptdjmL1AicBHj8hGk9FAgK1dkLNTjLRekrdClc/k7fM0icy0y9tgp9c4jc2NtM9Dlc8zicxeXZn3AAAAQ3RSTlMAHDdTb4yPA+LtnEQmC4L2EmHqB7XA0d0sr478x4/Yd5i1zOfyPkf1sLVq4Nh3FvjxopQ2/STNuFzUwFIwxKaejILpIBEV9wAABhVJREFUeF6s1NdyFEcY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", Kr = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=", Xr = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAQAAAACach9AAACMUlEQVR4Ae3ShY7jQBAE0Aoz/f9/HTMzhg1zrdKUrJbdx+Kd2nD8VNudfsL/Th///dyQN2TH6f3y/BGpC379rV+S+qqetBOxImNQXL8JCAr2V4iMQXHGNJxeCfZXhSRBcQMfvkOWUdtfzlLgAENmZDcmo2TVmt8OSM2eXxBp3DjHSMFutqS7SbmemzBiR+xpKCNUIRkdkkYxhAkyGoBvyQFEJEefwSmmvBfJuJ6aKqKWnAkvGZOaZXTUgFqYULWNSHUckZuR1HIIimUExutRxwzOLROIG4vKmCKQt364mIlhSyzAf1m9lHZHJZrlAOMMztRRiKimp/rpdJDc9Awry5xTZCte7FHtuS8wJgeYGrex28xNTd086Dik7vUMscQOa8y4DoGtCCSkAKlNwpgNtphjrC6MIHUkR6YWxxs6Sc5xqn222mmCRFzIt8lEdKx+ikCtg91qS2WpwVfBelJCiQJwvzixfI9cxZQWgiSJelKnwBElKYtDOb2MFbhmUigbReQBV0Cg4+qMXSxXSyGUn4UbF8l+7qdSGnTC0XLCmahIgUHLhLOhpVCtw4CzYXvLQWQbJNmxoCsOKAxSgBJno75avolkRw8iIAFcsdc02e9iyCd8tHwmeSSoKTowIgvscSGZUOA7PuCN5b2BX9mQM7S0wYhMNU74zgsPBj3HU7wguAfnxxjFQGBE6pwN+GjME9zHY7zGp8wVxMShYX9NXvEWD3HbwJf4giO4CFIQxXScH1/TM+04kkBiAAAAAElFTkSuQmCC", Qr = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='430'%20height='430'%20style='width:100%25;height:100%25;transform:translate3d(0,0,0);content-visibility:visible'%20viewBox='0%200%20430%20430'%3e%3cdefs%3e%3cclipPath%20id='i'%3e%3cpath%20d='M0%200h430v430H0z'/%3e%3c/clipPath%3e%3cclipPath%20id='s'%3e%3cpath%20d='M0%200h430v430H0z'/%3e%3c/clipPath%3e%3cclipPath%20id='e'%3e%3cpath%20d='M0%200h430v430H0z'/%3e%3c/clipPath%3e%3cclipPath%20id='p'%3e%3cpath%20d='M0%200h430v430H0z'/%3e%3c/clipPath%3e%3cclipPath%20id='f'%3e%3cpath%20d='M0%200h430v430H0z'/%3e%3c/clipPath%3e%3cclipPath%20id='m'%3e%3cpath%20d='M0%200h430v430H0z'/%3e%3c/clipPath%3e%3cclipPath%20id='g'%3e%3cpath%20d='M0%200h430v430H0z'/%3e%3c/clipPath%3e%3cclipPath%20id='j'%3e%3cpath%20d='M0%200h430v430H0z'/%3e%3c/clipPath%3e%3cclipPath%20id='h'%3e%3cpath%20d='M0%200h430v430H0z'/%3e%3c/clipPath%3e%3cfilter%20id='t'%20width='300%25'%20height='300%25'%20x='-100%25'%20y='-100%25'%3e%3cfeGaussianBlur%20result='filter_result_0'/%3e%3c/filter%3e%3cfilter%20id='r'%20width='300%25'%20height='300%25'%20x='-100%25'%20y='-100%25'%3e%3cfeGaussianBlur%20result='filter_result_0'%20stdDeviation='52.5%2052.5'/%3e%3c/filter%3e%3cfilter%20id='n'%20width='300%25'%20height='300%25'%20x='-100%25'%20y='-100%25'%3e%3cfeGaussianBlur%20result='filter_result_0'/%3e%3c/filter%3e%3cfilter%20id='k'%20width='300%25'%20height='300%25'%20x='-100%25'%20y='-100%25'%3e%3cfeGaussianBlur%20result='filter_result_0'/%3e%3c/filter%3e%3cmask%20id='u'%20mask-type='alpha'%3e%3cuse%20xmlns:ns1='http://www.w3.org/1999/xlink'%20ns1:href='%23a'/%3e%3c/mask%3e%3cmask%20id='q'%20mask-type='alpha'%3e%3cuse%20xmlns:ns2='http://www.w3.org/1999/xlink'%20ns2:href='%23b'/%3e%3c/mask%3e%3cmask%20id='o'%20mask-type='alpha'%3e%3cuse%20xmlns:ns3='http://www.w3.org/1999/xlink'%20ns3:href='%23c'/%3e%3c/mask%3e%3cmask%20id='l'%20mask-type='alpha'%3e%3cuse%20xmlns:ns4='http://www.w3.org/1999/xlink'%20ns4:href='%23d'/%3e%3c/mask%3e%3cg%20id='a'%20fill-opacity='0'%20stroke-linecap='round'%20stroke-linejoin='round'%20clip-path='url(%23e)'%20style='display:none'%3e%3cpath%20class='secondary'%20style='display:none'/%3e%3cpath%20class='primary'%20style='display:none'/%3e%3c/g%3e%3cg%20id='b'%20fill-opacity='0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='12'%20clip-path='url(%23f)'%20style='display:block'%3e%3cpath%20stroke='%2308A88A'%20d='M44.446-66.518a79.998%2079.998%200%200%200-101.012%209.952A79.998%2079.998%200%201%200%2056.569%2056.569%2080.005%2080.005%200%200%200%2073.91-30.615a80.001%2080.001%200%200%200-29.464-35.903z'%20class='secondary'%20style='display:block'%20transform='translate(215%20214)'/%3e%3cpath%20stroke='%23121331'%20d='m141.409%2025.241%208.727%205.041s0%200%200%200a22.3%2022.3%200%200%201%2010.411%2013.542%2022.32%2022.32%200%200%201-2.221%2016.937l-26.515%2045.924a22.325%2022.325%200%200%201-30.497%208.172l-8.754-5.059a143.414%20143.414%200%200%201-43.718%2025.286v10.108a22.302%2022.302%200%200%201-13.778%2020.612%2022.303%2022.303%200%200%201-8.539%201.696h-53.029a22.303%2022.303%200%200%201-15.779-6.531%2022.302%2022.302%200%200%201-6.537-15.777v-10.073a143.416%20143.416%200%200%201-43.719-25.285l-8.754%205.059a22.325%2022.325%200%200%201-30.497-8.172l-26.523-45.924a22.315%2022.315%200%200%201-2.238-16.943A22.31%2022.31%200%200%201-150.142%2030.3l8.727-5.041a145.097%20145.097%200%200%201%200-50.518l-8.727-5.041a22.294%2022.294%200%200%201-10.409-13.554%2022.306%2022.306%200%200%201%202.238-16.943l26.514-45.924a22.325%2022.325%200%200%201%2030.497-8.172l8.754%205.059a143.416%20143.416%200%200%201%2043.719-25.285v-10.073a22.302%2022.302%200%200%201%206.537-15.777%2022.3%2022.3%200%200%201%2015.779-6.531h53.02a22.307%2022.307%200%200%201%2022.317%2022.308v10.037a143.41%20143.41%200%200%201%2043.718%2025.285l8.754-5.059a22.325%2022.325%200%200%201%2030.497%208.172l26.515%2045.942a22.313%2022.313%200%200%201-1.618%2024.757%2022.294%2022.294%200%200%201-6.554%205.74l-8.727%205.041a145.097%20145.097%200%200%201%200%2050.518z'%20class='primary'%20style='display:block'%20transform='rotate(-120%20169.576%2045.095)'/%3e%3c/g%3e%3cg%20id='c'%20fill-opacity='0'%20stroke-linecap='round'%20stroke-linejoin='round'%20clip-path='url(%23g)'%20style='display:none'%3e%3cpath%20class='secondary'%20style='display:none'/%3e%3cpath%20class='primary'%20style='display:none'/%3e%3c/g%3e%3cg%20id='d'%20fill-opacity='0'%20stroke-linecap='round'%20stroke-linejoin='round'%20clip-path='url(%23h)'%20style='display:none'%3e%3cpath%20class='secondary'%20style='display:none'/%3e%3cpath%20class='primary'%20style='display:none'/%3e%3c/g%3e%3c/defs%3e%3cg%20clip-path='url(%23i)'%3e%3cg%20clip-path='url(%23j)'%20filter='url(%23k)'%20mask='url(%23l)'%20style='display:none'%3e%3cg%20class='design'%3e%3cpath%20class='primary'/%3e%3c/g%3e%3cg%20class='design'%3e%3cpath%20class='secondary'/%3e%3c/g%3e%3c/g%3e%3cg%20clip-path='url(%23m)'%20filter='url(%23n)'%20mask='url(%23o)'%20style='display:none'%3e%3cg%20class='design'%3e%3cpath%20class='primary'/%3e%3c/g%3e%3cg%20class='design'%3e%3cpath%20class='secondary'/%3e%3c/g%3e%3c/g%3e%3cg%20clip-path='url(%23p)'%20mask='url(%23q)'%20style='display:block'%3e%3cg%20filter='url(%23r)'%20transform='rotate(-94%20238.762%20-16.565)%20scale(2.4)'%3e%3cg%20class='design'%3e%3cpath%20fill='%234BE1EC'%20d='M0-250c137.975%200%20250%20112.025%20250%20250S137.975%20250%200%20250-250%20137.975-250%200-137.975-250%200-250z'%20class='primary'/%3e%3c/g%3e%3cg%20class='design'%3e%3cpath%20fill='%23CB5EEE'%20d='M113.242-295.384c97.478%200%20176.5%2079.022%20176.5%20176.5s-79.022%20176.5-176.5%20176.5c-43.948%200-74.396-34.057-105.29-60.631-37.631-32.369-71.21-62.338-71.21-115.869%200-97.478%2079.022-176.5%20176.5-176.5z'%20class='secondary'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%20clip-path='url(%23s)'%20filter='url(%23t)'%20mask='url(%23u)'%20style='display:none'%3e%3cg%20class='design'%3e%3cpath%20class='primary'/%3e%3c/g%3e%3cg%20class='design'%3e%3cpath%20class='secondary'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e", ro = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%20-1.67%2047.336%2047.336'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group_42'%20data-name='Group%2042'%20transform='translate(-172.455%20-364.36)'%3e%3cpath%20id='Rectangle_17'%20data-name='Rectangle%2017'%20d='M4.351,0H40.984a4.351,4.351,0,0,1,4.351,4.351V22.117a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1V4.351A4.351,4.351,0,0,1,4.351,0Z'%20transform='translate(173.455%20384.243)'%20fill='none'%20stroke='%23000000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3cpath%20id='Path_90'%20data-name='Path%2090'%20d='M218.79,390.249a3.778,3.778,0,0,1-3.778,3.778h0a3.779,3.779,0,0,1-3.778-3.778,3.778,3.778,0,0,1-3.778,3.778h0a3.779,3.779,0,0,1-3.778-3.778,3.778,3.778,0,0,1-3.778,3.778h0a3.779,3.779,0,0,1-3.778-3.778,3.778,3.778,0,0,1-3.778,3.778h0a3.779,3.779,0,0,1-3.778-3.778,3.778,3.778,0,0,1-3.778,3.778h0a3.779,3.779,0,0,1-3.778-3.778,3.778,3.778,0,0,1-3.778,3.778h0a3.778,3.778,0,0,1-3.777-3.778'%20fill='none'%20stroke='%23000000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3cg%20id='Group_41'%20data-name='Group%2041'%3e%3cpath%20id='Rectangle_18'%20data-name='Rectangle%2018'%20d='M4.351,0H26.473a4.351,4.351,0,0,1,4.351,4.351V17.883a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1V4.351A4.351,4.351,0,0,1,4.351,0Z'%20transform='translate(180.71%20365.36)'%20fill='none'%20stroke='%23000000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3cpath%20id='Path_91'%20data-name='Path%2091'%20d='M211.234,370.794a3.778,3.778,0,0,1-3.778,3.778h0a3.779,3.779,0,0,1-3.778-3.778,3.778,3.778,0,0,1-3.778,3.778h0a3.779,3.779,0,0,1-3.778-3.778,3.778,3.778,0,0,1-3.778,3.778h0a3.779,3.779,0,0,1-3.778-3.778,3.778,3.778,0,0,1-3.778,3.778h0a3.779,3.779,0,0,1-3.778-3.778'%20fill='none'%20stroke='%23000000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e", $r = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhBQoMHg6McuYvAAABwklEQVQ4y43TP0jUYRgH8M/daQpqdujhnwShGiwyipCIoIgWxyIwrqEhnCQoGqKhpoYMg1qCQjg8TC2JCtSkjCgaKisIhyQUwpJssD9KZWRZg6d450/yGV54n/fzfd53eUOCaoNa5QpNGNPr9cKjUAatdsB++co0G1XiiHd+uqnTq8VzI874o9s2Ic1iiEpii9tmnJOdfkOldt/dU+HYolHnjdmpRNzbuVaNL86m4sXqNOrz3kMXHFKYMqd8VREGBToMifqLgwY1yNZirya5knaBqH16fJjNJiWEFSlxy4g980+pMuZkir/UJjLbrvNRPnINaLUygK/yQpuImHp47LOjuKJPOJA/1y4iZsAlyozLs8IO42L/4QlhGrSCy5oCeKH+dM59vVbL9sn6AP5MRzpnVKtN1viRxit1WRvEmVKFrQbTpoddNR3E+aYKuw1lPOapa0GcEf22KzOtejmcG1rkYdjEAn59KU5cDzjt+HI4BSZtVJTazfIsMQOmFAusLr/E53lniickJYIDNcaUL+JhMZPWBUdOeCCaweGOw5k0lFrv2uyRuBxPlLpoBtTK0p3mh+f+dKl6jX6LapRj6XrzD+1bmkFA/dTVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA1LTEwVDEyOjMwOjE0KzAyOjAwUNH5TAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wNS0xMFQxMjozMDoxNCswMjowMCGMQfAAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC", ts = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAACmAAAApgHdff84AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAn9QTFRF////AAAAAAAAAAAAAAAAAAAzABcXABQUABIkDhwrAA0aAAwYABUgABQfABIbABAZAA8fABUcABMaABMfABIeABEcABAbABQeABMdABIdABEbABIbABIbABEdABEcABIcBxsoABEdABIdABIdABEcABMbABMdFBwgERofAhIbEhsfAhIdBxUeEhsgEBofAhMbAhMdBRMdAhIbAhIdAhMdCRceARIcDBgfDBgfDBcfDBcfFhwgDBceDBceCxceFCs5HTdGAxMcDxofGTFAHDRDHDVDHDVEHTZFDRkfEBofERogCh0oERsgARIcEhsfEhsgCh4pDCEsDRkfDRkfEBofBhQdDSMvDRgfDBgfCBUeBxUeDyUyECYzUDktPTAqCRceCRYeChYeDxkfEBkgLCgmWj4wCBYdW0AwGh4hHCAiHSAiTDctBhUdBxYdEBkfLyonMConBhUdJiUkLCclLSgmLigmOzApPTEpDBgfBRQdDBgfERsgWT8wBBMdCBYeChceQjMrSzctZEUyBBMdERsgXUAxXkExY0QzglQ5AxUfBxolSjcthlU6hlY7h1Y7AxMcSDUsSjYsd042g1Q5hlY6jVo8AhIcAxMcBBQdLEpcOVpvARIcAhIcBhQdDSIuEhsgJ0NUNS0oNi0oO11yTTgtUXmSUnqUXEAxXUExYEIyZUUzaEYzb0o1cEo1dEw2i1g8jFk8jcfskFs9mdX9mmA/mtf/pmZCqGdCsWxEvnJHxHVJxnZJyHdJzHlK0XxM031M139N3IFO3YJO4INP5IVQ5YZQ5oZQ6ohR7IlS7opS74tS8ItT841T9I1T9o5U949U+ZBV+pBV/ZJW/pJW/5NWIYcOagAAAJt0Uk5TAAECAwQFCw0OEhQVGBkcHyEkKCkqLTAzNUZLVFZZW2RnanJzeHl8f4uMjY6Pj5KVl52eoKGprKytrq+vsLGytLu9vb/BwsLDxcXP0NDS09bf4uPk5OXl5ufo6enq7O3u7+/x8fHy8/P09PT09fX19fX29vb29vb29/j4+Pj5+fn5+fn6+vr6+vr7/Pz8/Pz9/f39/f39/v7+/v7Td3FlAAABgklEQVQoU2NggAMRJU1DTWURBlQgqhWUND11Tfr05GBdMYQws8a07j2XVx2/cnLl5T0T5+ixQsX5/RrWr70CA+s2NPoLgMUlciddvnLl3PbslMysmi2ngXKTc/iA4uwRC1dfudRT76UtJy5lMHvHlSsni82ZgBLWbZdOHCuPlARpForvBYszA9ky1WeunC8y5YCI9125cqrEnJlbnoHBZ/6mK+0eTAjxUgtmbl99Bt6Ksxd2pXGDxRPg4kZMDIqxV6406cDFT8PEGRwnHLlYJQwSTwSJ51tCxRmiVuw7VAsRP7zkIEKcofnAlb0hEPWXls9AiDNUHriyMxwoPgVoToEVQpwhdNHuY/2imOIMZq1nr2QUgsVtkMUZZOOuXOmYiinOwF63/8QVsDgLd0wnFwMCOM3dBhK3ZeGOXjzLHklCIu8oRDxs8eaNXYJIMuplJ0HigYs3b906UwFJgtGzxY6FLWDe0mXLli3wVoEAaZAMjxoLA6eDu5urq4uziTEEqAIAvamx163e5EoAAAAASUVORK5CYII=";
|
|
6388
6388
|
function es(m) {
|
|
6389
6389
|
const h = "data-leaflet-styles";
|
|
6390
6390
|
if (m.querySelector(`style[${h}]`)) return;
|
|
@@ -6600,7 +6600,7 @@ function is(m) {
|
|
|
6600
6600
|
}
|
|
6601
6601
|
function ns() {
|
|
6602
6602
|
var m, h;
|
|
6603
|
-
(h = (m =
|
|
6603
|
+
(h = (m = tt.Icon.Default).mergeOptions) == null || h.call(m, {
|
|
6604
6604
|
iconRetinaUrl: Jr,
|
|
6605
6605
|
iconUrl: Kr,
|
|
6606
6606
|
shadowUrl: Xr
|
|
@@ -7485,11 +7485,11 @@ function as() {
|
|
|
7485
7485
|
throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
|
|
7486
7486
|
return Oe(ss);
|
|
7487
7487
|
}
|
|
7488
|
-
const
|
|
7488
|
+
const nt = [];
|
|
7489
7489
|
for (let m = 0; m < 256; ++m)
|
|
7490
|
-
|
|
7490
|
+
nt.push((m + 256).toString(16).slice(1));
|
|
7491
7491
|
function ls(m, h = 0) {
|
|
7492
|
-
return
|
|
7492
|
+
return nt[m[h + 0]] + nt[m[h + 1]] + nt[m[h + 2]] + nt[m[h + 3]] + "-" + nt[m[h + 4]] + nt[m[h + 5]] + "-" + nt[m[h + 6]] + nt[m[h + 7]] + "-" + nt[m[h + 8]] + nt[m[h + 9]] + "-" + nt[m[h + 10]] + nt[m[h + 11]] + nt[m[h + 12]] + nt[m[h + 13]] + nt[m[h + 14]] + nt[m[h + 15]];
|
|
7493
7493
|
}
|
|
7494
7494
|
const hs = typeof crypto != "undefined" && crypto.randomUUID && crypto.randomUUID.bind(crypto), Jn = {
|
|
7495
7495
|
randomUUID: hs
|
|
@@ -7756,7 +7756,7 @@ function vs(m = Re) {
|
|
|
7756
7756
|
return r;
|
|
7757
7757
|
}, Xn.add(m);
|
|
7758
7758
|
}
|
|
7759
|
-
const Ze = class Ze extends
|
|
7759
|
+
const Ze = class Ze extends tt.Draw.Circle {
|
|
7760
7760
|
constructor(h, s) {
|
|
7761
7761
|
super(h, s), this.type = Ze.TYPE;
|
|
7762
7762
|
}
|
|
@@ -7771,7 +7771,7 @@ const Ze = class Ze extends et.Draw.Circle {
|
|
|
7771
7771
|
};
|
|
7772
7772
|
k(Ze, "TYPE", "cake");
|
|
7773
7773
|
let Ne = Ze;
|
|
7774
|
-
|
|
7774
|
+
tt.Draw.Cake = Ne;
|
|
7775
7775
|
function ys(m) {
|
|
7776
7776
|
const h = m.Draw;
|
|
7777
7777
|
if (!h || h.Cake) return;
|
|
@@ -7792,7 +7792,7 @@ function ys(m) {
|
|
|
7792
7792
|
let s = c;
|
|
7793
7793
|
h.Cake = s;
|
|
7794
7794
|
}
|
|
7795
|
-
const He = class He extends
|
|
7795
|
+
const He = class He extends tt.Draw.Feature {
|
|
7796
7796
|
constructor(s, c) {
|
|
7797
7797
|
super(s, c);
|
|
7798
7798
|
k(this, "_featureGroup");
|
|
@@ -7801,7 +7801,7 @@ const He = class He extends et.Draw.Feature {
|
|
|
7801
7801
|
k(this, "_dragStartLatLng", null);
|
|
7802
7802
|
k(this, "_isDragging", !1);
|
|
7803
7803
|
k(this, "_pendingMove", null);
|
|
7804
|
-
this.type = He.TYPE, this._featureGroup = (c == null ? void 0 : c.featureGroup) || new
|
|
7804
|
+
this.type = He.TYPE, this._featureGroup = (c == null ? void 0 : c.featureGroup) || new tt.FeatureGroup();
|
|
7805
7805
|
}
|
|
7806
7806
|
enable() {
|
|
7807
7807
|
this._enabled || super.enable();
|
|
@@ -7812,7 +7812,7 @@ const He = class He extends et.Draw.Feature {
|
|
|
7812
7812
|
addHooks() {
|
|
7813
7813
|
const s = this._map;
|
|
7814
7814
|
if (!s) return;
|
|
7815
|
-
|
|
7815
|
+
tt.DomUtil.addClass(s.getContainer(), "leaflet-draw-move-mode"), this._featureGroup.eachLayer((n) => {
|
|
7816
7816
|
this._enableLayerHover(n);
|
|
7817
7817
|
});
|
|
7818
7818
|
const c = this._tooltip;
|
|
@@ -7823,7 +7823,7 @@ const He = class He extends et.Draw.Feature {
|
|
|
7823
7823
|
}
|
|
7824
7824
|
removeHooks() {
|
|
7825
7825
|
const s = this._map;
|
|
7826
|
-
s && (
|
|
7826
|
+
s && (tt.DomUtil.removeClass(s.getContainer(), "leaflet-draw-move-mode"), this._featureGroup.eachLayer((c) => {
|
|
7827
7827
|
this._disableLayerHover(c);
|
|
7828
7828
|
}), this._cleanupDragging());
|
|
7829
7829
|
}
|
|
@@ -7851,7 +7851,7 @@ const He = class He extends et.Draw.Feature {
|
|
|
7851
7851
|
}
|
|
7852
7852
|
_onLayerMouseDown(s) {
|
|
7853
7853
|
if (this._isDragging) return;
|
|
7854
|
-
|
|
7854
|
+
tt.DomEvent.stopPropagation(s.originalEvent), tt.DomEvent.preventDefault(s.originalEvent);
|
|
7855
7855
|
const c = s.target;
|
|
7856
7856
|
if (this._selectedLayer = c, this._isDragging = !0, this._dragStartLatLng = s.latlng, this._storeOriginalLatLngs(c), c.getElement) {
|
|
7857
7857
|
const r = c.getElement();
|
|
@@ -7879,7 +7879,7 @@ const He = class He extends et.Draw.Feature {
|
|
|
7879
7879
|
lng: s.latlng.lng - this._dragStartLatLng.lng
|
|
7880
7880
|
};
|
|
7881
7881
|
if (c.setLatLng) {
|
|
7882
|
-
const r =
|
|
7882
|
+
const r = tt.latLng(
|
|
7883
7883
|
this._originalLatLngs.lat + n.lat,
|
|
7884
7884
|
this._originalLatLngs.lng + n.lng
|
|
7885
7885
|
);
|
|
@@ -7890,7 +7890,7 @@ const He = class He extends et.Draw.Feature {
|
|
|
7890
7890
|
}
|
|
7891
7891
|
}
|
|
7892
7892
|
_offsetLatLngs(s, c) {
|
|
7893
|
-
return s instanceof
|
|
7893
|
+
return s instanceof tt.LatLng || s.lat !== void 0 && s.lng !== void 0 ? tt.latLng(s.lat + c.lat, s.lng + c.lng) : Array.isArray(s) ? s.map((n) => this._offsetLatLngs(n, c)) : s;
|
|
7894
7894
|
}
|
|
7895
7895
|
_onMouseUp(s) {
|
|
7896
7896
|
var n, r;
|
|
@@ -7944,7 +7944,7 @@ const He = class He extends et.Draw.Feature {
|
|
|
7944
7944
|
};
|
|
7945
7945
|
k(He, "TYPE", "move");
|
|
7946
7946
|
let Ei = He;
|
|
7947
|
-
|
|
7947
|
+
tt.Draw.Move = Ei;
|
|
7948
7948
|
function Ls(m) {
|
|
7949
7949
|
const h = m.Draw;
|
|
7950
7950
|
if (!h || h.Move) return;
|
|
@@ -7957,7 +7957,7 @@ function Ls(m) {
|
|
|
7957
7957
|
k(this, "_dragStartLatLng", null);
|
|
7958
7958
|
k(this, "_isDragging", !1);
|
|
7959
7959
|
k(this, "_pendingMove", null);
|
|
7960
|
-
this.type = c.TYPE, this._featureGroup = (u == null ? void 0 : u.featureGroup) || new
|
|
7960
|
+
this.type = c.TYPE, this._featureGroup = (u == null ? void 0 : u.featureGroup) || new tt.FeatureGroup();
|
|
7961
7961
|
}
|
|
7962
7962
|
enable() {
|
|
7963
7963
|
this._enabled || super.enable();
|
|
@@ -8244,7 +8244,7 @@ class Cs {
|
|
|
8244
8244
|
k(this, "detachMapListeners", []);
|
|
8245
8245
|
k(this, "renderScheduled", !1);
|
|
8246
8246
|
k(this, "measurementSystem");
|
|
8247
|
-
this.map = h, this.onSave = c, this.measurementSystem = n, this.controlsGroup =
|
|
8247
|
+
this.map = h, this.onSave = c, this.measurementSystem = n, this.controlsGroup = tt.layerGroup().addTo(h), this.baseCircleOptions = { ...s.options }, delete this.baseCircleOptions.editing, delete this.baseCircleOptions.original, this.addLayer(s), this.installEditEventBridges(), this.renderControls();
|
|
8248
8248
|
}
|
|
8249
8249
|
installEditEventBridges() {
|
|
8250
8250
|
var _, w, x, E, P, A, N, H;
|
|
@@ -8257,15 +8257,15 @@ class Cs {
|
|
|
8257
8257
|
const D = T == null ? void 0 : T.layer;
|
|
8258
8258
|
D && this.layers.includes(D) && (this.updateLabels(D), this.requestRenderControls());
|
|
8259
8259
|
}, f = (T) => {
|
|
8260
|
-
var
|
|
8260
|
+
var q;
|
|
8261
8261
|
const D = T == null ? void 0 : T.layer;
|
|
8262
8262
|
if (!D || !this.layers.includes(D)) return;
|
|
8263
|
-
const
|
|
8264
|
-
((
|
|
8263
|
+
const G = D;
|
|
8264
|
+
((q = G.getTooltip) == null ? void 0 : q.call(G)) && this.updateLabels(G);
|
|
8265
8265
|
}, g = () => {
|
|
8266
8266
|
this.layers.forEach((T) => {
|
|
8267
|
-
var
|
|
8268
|
-
const D = (
|
|
8267
|
+
var G;
|
|
8268
|
+
const D = (G = T.getTooltip) == null ? void 0 : G.call(T);
|
|
8269
8269
|
D && (T.setTooltipContent(
|
|
8270
8270
|
ue(T.getRadius(), this.measurementSystem)
|
|
8271
8271
|
), D.options.offset = [10, 0], D.options.direction = "right", T.closeTooltip(), T.openTooltip());
|
|
@@ -8306,7 +8306,7 @@ class Cs {
|
|
|
8306
8306
|
if (this.layers.length >= 10) return;
|
|
8307
8307
|
const h = this.getLargestCircle();
|
|
8308
8308
|
if (!h) return;
|
|
8309
|
-
const s = h.getRadius() * 1.5, c =
|
|
8309
|
+
const s = h.getRadius() * 1.5, c = tt.circle(h.getLatLng(), {
|
|
8310
8310
|
...this.baseCircleOptions,
|
|
8311
8311
|
radius: s
|
|
8312
8312
|
});
|
|
@@ -8357,7 +8357,7 @@ class Cs {
|
|
|
8357
8357
|
this.controlsGroup.clearLayers();
|
|
8358
8358
|
const h = this.getLargestCircle();
|
|
8359
8359
|
if (!h) return;
|
|
8360
|
-
const c = h.getBounds().getNorthEast(), n = `cake-add-${this.sessionId}`, r = `cake-save-${this.sessionId}`, a =
|
|
8360
|
+
const c = h.getBounds().getNorthEast(), n = `cake-add-${this.sessionId}`, r = `cake-save-${this.sessionId}`, a = tt.divIcon({
|
|
8361
8361
|
className: "layer-cake-controls",
|
|
8362
8362
|
html: `
|
|
8363
8363
|
<div class="layer-cake-controls__container">
|
|
@@ -8368,7 +8368,7 @@ class Cs {
|
|
|
8368
8368
|
iconSize: [140, 40],
|
|
8369
8369
|
iconAnchor: [-10, 20]
|
|
8370
8370
|
});
|
|
8371
|
-
|
|
8371
|
+
tt.marker(c, {
|
|
8372
8372
|
icon: a,
|
|
8373
8373
|
interactive: !0,
|
|
8374
8374
|
keyboard: !1,
|
|
@@ -8424,7 +8424,7 @@ const Ts = `<?xml version="1.0" encoding="utf-8"?>
|
|
|
8424
8424
|
<path d="M22 12 L19 15"/>
|
|
8425
8425
|
</g>
|
|
8426
8426
|
</svg>
|
|
8427
|
-
`, lo = 6378137, qt = 6356752314245e-6,
|
|
8427
|
+
`, lo = 6378137, qt = 6356752314245e-6, Bt = 1 / 298.257223563, Ds = Math.PI / 180, Is = 180 / Math.PI, Ue = 1e9;
|
|
8428
8428
|
function zs(m) {
|
|
8429
8429
|
const h = BigInt(Math.round(m * Ue));
|
|
8430
8430
|
return Number(h) / Ue;
|
|
@@ -8458,14 +8458,14 @@ function Os(m, h, s, c) {
|
|
|
8458
8458
|
};
|
|
8459
8459
|
}
|
|
8460
8460
|
function Bs(m, h, s, c) {
|
|
8461
|
-
const n = jt(m), r = jt(s), a = jt(c - h), u = Math.atan((1 -
|
|
8461
|
+
const n = jt(m), r = jt(s), a = jt(c - h), u = Math.atan((1 - Bt) * Math.tan(n)), f = Math.atan((1 - Bt) * Math.tan(r)), g = Math.sin(u), _ = Math.cos(u), w = Math.sin(f), x = Math.cos(f);
|
|
8462
8462
|
let E = a, P = 0, A = 0;
|
|
8463
8463
|
const N = 200;
|
|
8464
|
-
let H = 0, T = 0, D = 0,
|
|
8464
|
+
let H = 0, T = 0, D = 0, G = 0, Y = 0;
|
|
8465
8465
|
for (; Math.abs(E - P) > 1e-12 && A < N; ) {
|
|
8466
|
-
const
|
|
8466
|
+
const rt = Math.sin(E), me = Math.cos(E);
|
|
8467
8467
|
if (H = Math.sqrt(
|
|
8468
|
-
(x *
|
|
8468
|
+
(x * rt) ** 2 + (_ * w - g * x * me) ** 2
|
|
8469
8469
|
), H === 0)
|
|
8470
8470
|
return {
|
|
8471
8471
|
distanceMeters: 0,
|
|
@@ -8473,9 +8473,11 @@ function Bs(m, h, s, c) {
|
|
|
8473
8473
|
iterations: A,
|
|
8474
8474
|
converged: !0
|
|
8475
8475
|
};
|
|
8476
|
-
T = g * w + _ * x *
|
|
8477
|
-
const
|
|
8478
|
-
|
|
8476
|
+
T = g * w + _ * x * me, D = Math.atan2(H, T);
|
|
8477
|
+
const ut = _ * x * rt / H;
|
|
8478
|
+
G = 1 - ut ** 2, Y = G === 0 ? 0 : T - 2 * g * w / G;
|
|
8479
|
+
const Jt = Bt / 16 * G * (4 + Bt * (4 - 3 * G));
|
|
8480
|
+
P = E, E = a + (1 - Jt) * Bt * ut * (D + Jt * H * (Y + Jt * T * (-1 + 2 * Y ** 2))), A += 1;
|
|
8479
8481
|
}
|
|
8480
8482
|
if (A >= N)
|
|
8481
8483
|
return {
|
|
@@ -8484,28 +8486,28 @@ function Bs(m, h, s, c) {
|
|
|
8484
8486
|
iterations: A,
|
|
8485
8487
|
converged: !1
|
|
8486
8488
|
};
|
|
8487
|
-
const
|
|
8489
|
+
const q = (lo ** 2 - qt ** 2) / qt ** 2 * G, at = 1 + q / 16384 * (4096 + q * (-768 + q * (320 - 175 * q))), _t = q / 1024 * (256 + q * (-128 + q * (74 - 47 * q))), Rt = _t * H * (Y + _t / 4 * (T * (-1 + 2 * Y ** 2) - _t / 6 * Y * (-3 + 4 * H ** 2) * (-3 + 4 * Y ** 2))), pe = qt * at * (D - Rt), ot = Math.atan2(
|
|
8488
8490
|
x * Math.sin(E),
|
|
8489
8491
|
_ * w - g * x * Math.cos(E)
|
|
8490
8492
|
);
|
|
8491
8493
|
return {
|
|
8492
|
-
distanceMeters:
|
|
8493
|
-
bearingRad:
|
|
8494
|
+
distanceMeters: pe,
|
|
8495
|
+
bearingRad: ot,
|
|
8494
8496
|
iterations: A,
|
|
8495
8497
|
converged: !0
|
|
8496
8498
|
};
|
|
8497
8499
|
}
|
|
8498
8500
|
function Rs(m, h, s, c) {
|
|
8499
|
-
const n = jt(m), r = jt(s), a = jt(c - h), u = Math.atan((1 -
|
|
8501
|
+
const n = jt(m), r = jt(s), a = jt(c - h), u = Math.atan((1 - Bt) * Math.tan(n)), f = Math.atan((1 - Bt) * Math.tan(r)), g = Math.sin(u), _ = Math.cos(u), w = Math.sin(f), x = Math.cos(f), E = Math.sqrt(
|
|
8500
8502
|
(x * Math.sin(a)) ** 2 + (_ * w - g * x * Math.cos(a)) ** 2
|
|
8501
8503
|
), P = g * w + _ * x * Math.cos(a), A = Math.atan2(E, P);
|
|
8502
8504
|
if (A === 0)
|
|
8503
8505
|
return { distanceMeters: 0, bearingRad: 0 };
|
|
8504
|
-
const H = 1 - (_ * x * Math.sin(a) / Math.sin(A)) ** 2, T = H === 0 ? 0 : P - 2 * g * w / H, D = (lo ** 2 - qt ** 2) / qt ** 2 * H,
|
|
8506
|
+
const H = 1 - (_ * x * Math.sin(a) / Math.sin(A)) ** 2, T = H === 0 ? 0 : P - 2 * g * w / H, D = (lo ** 2 - qt ** 2) / qt ** 2 * H, G = 1 + D / 16384 * (4096 + D * (-768 + D * (320 - 175 * D))), Y = D / 1024 * (256 + D * (-128 + D * (74 - 47 * D))), q = Y * E * (T + Y / 4 * (P * (-1 + 2 * T ** 2) - Y / 6 * T * (-3 + 4 * E ** 2) * (-3 + 4 * T ** 2))), at = qt * G * (A - q), _t = Math.atan2(
|
|
8505
8507
|
x * Math.sin(a),
|
|
8506
8508
|
_ * w - g * x * Math.cos(a)
|
|
8507
8509
|
);
|
|
8508
|
-
return { distanceMeters:
|
|
8510
|
+
return { distanceMeters: at, bearingRad: _t };
|
|
8509
8511
|
}
|
|
8510
8512
|
const Ns = {
|
|
8511
8513
|
position: "topleft",
|
|
@@ -8623,7 +8625,7 @@ class Gs {
|
|
|
8623
8625
|
useExternalLeaflet: N
|
|
8624
8626
|
} = this.options.map, H = [f, g], T = this.L;
|
|
8625
8627
|
N && Ai(T, {
|
|
8626
|
-
onError: (
|
|
8628
|
+
onError: (at) => this.logger.warn("external-leaflet-missing-draw", { message: at })
|
|
8627
8629
|
}), this.map = T.map(this.container, {
|
|
8628
8630
|
zoomControl: !0,
|
|
8629
8631
|
preferCanvas: A
|
|
@@ -8635,22 +8637,22 @@ class Gs {
|
|
|
8635
8637
|
const D = this.buildDrawOptions(
|
|
8636
8638
|
this.options.controls,
|
|
8637
8639
|
!!this.options.readOnly
|
|
8638
|
-
),
|
|
8639
|
-
this.drawControl = new
|
|
8640
|
+
), G = T.Control.Draw;
|
|
8641
|
+
this.drawControl = new G(D), this.map.addControl(this.drawControl), this.applyLayerCakeToolbarIcon(), this.applyMoveToolbarIcon(), this.options.controls.ruler && (this.logger.debug("init:ruler", {
|
|
8640
8642
|
available: typeof T.control.ruler == "function"
|
|
8641
8643
|
}), typeof T.control.ruler == "function" ? (this.addRulerControl(), this.installMeasurementSettingsControl()) : this.logger.warn("init:ruler:missing", {
|
|
8642
8644
|
msg: "L.control.ruler is not defined"
|
|
8643
8645
|
})), this.patchLeafletDrawBugs(), this.installPolygonFinishPatch(), this.map.invalidateSize(), setTimeout(() => {
|
|
8644
|
-
var
|
|
8646
|
+
var at;
|
|
8645
8647
|
try {
|
|
8646
|
-
(
|
|
8648
|
+
(at = this.map) == null || at.invalidateSize();
|
|
8647
8649
|
} catch {
|
|
8648
8650
|
}
|
|
8649
8651
|
}, 0), this.bindDrawEvents();
|
|
8650
|
-
const
|
|
8651
|
-
this.logger.debug("init:ready", { elapsedMs: Math.round(
|
|
8652
|
-
const
|
|
8653
|
-
(u = (a = this.options.callbacks) == null ? void 0 : a.onReady) == null || u.call(a,
|
|
8652
|
+
const Y = ((r = (n = performance.now) == null ? void 0 : n.call(performance)) != null ? r : Date.now()) - h;
|
|
8653
|
+
this.logger.debug("init:ready", { elapsedMs: Math.round(Y) });
|
|
8654
|
+
const q = this.store.bounds();
|
|
8655
|
+
(u = (a = this.options.callbacks) == null ? void 0 : a.onReady) == null || u.call(a, q ? { bounds: q } : {});
|
|
8654
8656
|
} catch (f) {
|
|
8655
8657
|
this._error("Failed to initialize Leaflet map", f);
|
|
8656
8658
|
}
|
|
@@ -9019,16 +9021,16 @@ class Gs {
|
|
|
9019
9021
|
const n = 10, r = (w) => {
|
|
9020
9022
|
var x, E, P, A, N, H, T, D;
|
|
9021
9023
|
try {
|
|
9022
|
-
const
|
|
9023
|
-
if (!
|
|
9024
|
-
const
|
|
9025
|
-
if (!Array.isArray(
|
|
9026
|
-
const
|
|
9027
|
-
if (!
|
|
9028
|
-
const
|
|
9029
|
-
Math.hypot(
|
|
9030
|
-
} catch (
|
|
9031
|
-
this._error("polygon-finish-patch",
|
|
9024
|
+
const G = (E = (x = s._modes) == null ? void 0 : x.polygon) == null ? void 0 : E.handler;
|
|
9025
|
+
if (!G || !G._enabled) return;
|
|
9026
|
+
const Y = G._markers;
|
|
9027
|
+
if (!Array.isArray(Y) || Y.length < 4) return;
|
|
9028
|
+
const q = (A = (P = Y[0]) == null ? void 0 : P.getLatLng) == null ? void 0 : A.call(P);
|
|
9029
|
+
if (!q) return;
|
|
9030
|
+
const at = h.latLngToContainerPoint(q), _t = h.latLngToContainerPoint(w.latlng);
|
|
9031
|
+
Math.hypot(at.x - _t.x, at.y - _t.y) <= n && typeof G._finishShape == "function" && ((H = (N = w.originalEvent) == null ? void 0 : N.preventDefault) == null || H.call(N), (D = (T = w.originalEvent) == null ? void 0 : T.stopPropagation) == null || D.call(T), G._finishShape());
|
|
9032
|
+
} catch (G) {
|
|
9033
|
+
this._error("polygon-finish-patch", G);
|
|
9032
9034
|
}
|
|
9033
9035
|
};
|
|
9034
9036
|
h.on("click", r), this.detachPolygonFinishPatch = () => {
|