@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
|
@@ -158,31 +158,31 @@ function oo() {
|
|
|
158
158
|
var D = Array.isArray || function(t) {
|
|
159
159
|
return Object.prototype.toString.call(t) === "[object Array]";
|
|
160
160
|
};
|
|
161
|
-
function
|
|
161
|
+
function G(t, e) {
|
|
162
162
|
for (var i = 0; i < t.length; i++)
|
|
163
163
|
if (t[i] === e)
|
|
164
164
|
return i;
|
|
165
165
|
return -1;
|
|
166
166
|
}
|
|
167
|
-
var
|
|
168
|
-
function
|
|
167
|
+
var Y = "data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=";
|
|
168
|
+
function q(t) {
|
|
169
169
|
return window["webkit" + t] || window["moz" + t] || window["ms" + t];
|
|
170
170
|
}
|
|
171
|
-
var
|
|
172
|
-
function
|
|
173
|
-
var e = +/* @__PURE__ */ new Date(), i = Math.max(0, 16 - (e -
|
|
174
|
-
return
|
|
171
|
+
var at = 0;
|
|
172
|
+
function _t(t) {
|
|
173
|
+
var e = +/* @__PURE__ */ new Date(), i = Math.max(0, 16 - (e - at));
|
|
174
|
+
return at = e + i, window.setTimeout(t, i);
|
|
175
175
|
}
|
|
176
|
-
var
|
|
176
|
+
var Rt = window.requestAnimationFrame || q("RequestAnimationFrame") || _t, pe = window.cancelAnimationFrame || q("CancelAnimationFrame") || q("CancelRequestAnimationFrame") || function(t) {
|
|
177
177
|
window.clearTimeout(t);
|
|
178
178
|
};
|
|
179
|
-
function
|
|
180
|
-
if (i &&
|
|
179
|
+
function ot(t, e, i) {
|
|
180
|
+
if (i && Rt === _t)
|
|
181
181
|
t.call(e);
|
|
182
182
|
else
|
|
183
|
-
return
|
|
183
|
+
return Rt.call(window, a(t, e));
|
|
184
184
|
}
|
|
185
|
-
function
|
|
185
|
+
function rt(t) {
|
|
186
186
|
t && pe.call(window, t);
|
|
187
187
|
}
|
|
188
188
|
var me = {
|
|
@@ -204,12 +204,12 @@ function oo() {
|
|
|
204
204
|
getParamString: N,
|
|
205
205
|
template: T,
|
|
206
206
|
isArray: D,
|
|
207
|
-
indexOf:
|
|
208
|
-
emptyImageUrl:
|
|
209
|
-
requestFn:
|
|
207
|
+
indexOf: G,
|
|
208
|
+
emptyImageUrl: Y,
|
|
209
|
+
requestFn: Rt,
|
|
210
210
|
cancelFn: pe,
|
|
211
|
-
requestAnimFrame:
|
|
212
|
-
cancelAnimFrame:
|
|
211
|
+
requestAnimFrame: ot,
|
|
212
|
+
cancelAnimFrame: rt
|
|
213
213
|
};
|
|
214
214
|
function ut() {
|
|
215
215
|
}
|
|
@@ -526,12 +526,12 @@ function oo() {
|
|
|
526
526
|
function I(t, e, i) {
|
|
527
527
|
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);
|
|
528
528
|
}
|
|
529
|
-
function
|
|
529
|
+
function j(t, e) {
|
|
530
530
|
if (t)
|
|
531
531
|
for (var i = e ? [t, e] : t, o = 0, l = i.length; o < l; o++)
|
|
532
532
|
this.extend(i[o]);
|
|
533
533
|
}
|
|
534
|
-
|
|
534
|
+
j.prototype = {
|
|
535
535
|
// @method extend(point: Point): this
|
|
536
536
|
// Extends the bounds to contain the given point.
|
|
537
537
|
// @alternative
|
|
@@ -588,7 +588,7 @@ function oo() {
|
|
|
588
588
|
// Returns `true` if the rectangle contains the given point.
|
|
589
589
|
contains: function(t) {
|
|
590
590
|
var e, i;
|
|
591
|
-
return typeof t[0] == "number" || t instanceof z ? t = I(t) : t = lt(t), t instanceof
|
|
591
|
+
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;
|
|
592
592
|
},
|
|
593
593
|
// @method intersects(otherBounds: Bounds): Boolean
|
|
594
594
|
// Returns `true` if the rectangle intersects the given bounds. Two bounds
|
|
@@ -629,7 +629,7 @@ function oo() {
|
|
|
629
629
|
}
|
|
630
630
|
};
|
|
631
631
|
function lt(t, e) {
|
|
632
|
-
return !t || t instanceof
|
|
632
|
+
return !t || t instanceof j ? t : new j(t, e);
|
|
633
633
|
}
|
|
634
634
|
function ht(t, e) {
|
|
635
635
|
if (t)
|
|
@@ -644,14 +644,14 @@ function oo() {
|
|
|
644
644
|
// Extend the bounds to contain the given bounds
|
|
645
645
|
extend: function(t) {
|
|
646
646
|
var e = this._southWest, i = this._northEast, o, l;
|
|
647
|
-
if (t instanceof
|
|
647
|
+
if (t instanceof V)
|
|
648
648
|
o = t, l = t;
|
|
649
649
|
else if (t instanceof ht) {
|
|
650
650
|
if (o = t._southWest, l = t._northEast, !o || !l)
|
|
651
651
|
return this;
|
|
652
652
|
} else
|
|
653
|
-
return t ? this.extend(U(t) ||
|
|
654
|
-
return !e && !i ? (this._southWest = new
|
|
653
|
+
return t ? this.extend(U(t) || X(t)) : this;
|
|
654
|
+
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;
|
|
655
655
|
},
|
|
656
656
|
// @method pad(bufferRatio: Number): LatLngBounds
|
|
657
657
|
// Returns bounds created by extending or retracting the current bounds by a given ratio in each direction.
|
|
@@ -660,14 +660,14 @@ function oo() {
|
|
|
660
660
|
pad: function(t) {
|
|
661
661
|
var e = this._southWest, i = this._northEast, o = Math.abs(e.lat - i.lat) * t, l = Math.abs(e.lng - i.lng) * t;
|
|
662
662
|
return new ht(
|
|
663
|
-
new
|
|
664
|
-
new
|
|
663
|
+
new V(e.lat - o, e.lng - l),
|
|
664
|
+
new V(i.lat + o, i.lng + l)
|
|
665
665
|
);
|
|
666
666
|
},
|
|
667
667
|
// @method getCenter(): LatLng
|
|
668
668
|
// Returns the center point of the bounds.
|
|
669
669
|
getCenter: function() {
|
|
670
|
-
return new
|
|
670
|
+
return new V(
|
|
671
671
|
(this._southWest.lat + this._northEast.lat) / 2,
|
|
672
672
|
(this._southWest.lng + this._northEast.lng) / 2
|
|
673
673
|
);
|
|
@@ -685,12 +685,12 @@ function oo() {
|
|
|
685
685
|
// @method getNorthWest(): LatLng
|
|
686
686
|
// Returns the north-west point of the bounds.
|
|
687
687
|
getNorthWest: function() {
|
|
688
|
-
return new
|
|
688
|
+
return new V(this.getNorth(), this.getWest());
|
|
689
689
|
},
|
|
690
690
|
// @method getSouthEast(): LatLng
|
|
691
691
|
// Returns the south-east point of the bounds.
|
|
692
692
|
getSouthEast: function() {
|
|
693
|
-
return new
|
|
693
|
+
return new V(this.getSouth(), this.getEast());
|
|
694
694
|
},
|
|
695
695
|
// @method getWest(): Number
|
|
696
696
|
// Returns the west longitude of the bounds
|
|
@@ -718,21 +718,21 @@ function oo() {
|
|
|
718
718
|
// @method contains (latlng: LatLng): Boolean
|
|
719
719
|
// Returns `true` if the rectangle contains the given point.
|
|
720
720
|
contains: function(t) {
|
|
721
|
-
typeof t[0] == "number" || t instanceof
|
|
721
|
+
typeof t[0] == "number" || t instanceof V || "lat" in t ? t = U(t) : t = X(t);
|
|
722
722
|
var e = this._southWest, i = this._northEast, o, l;
|
|
723
723
|
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;
|
|
724
724
|
},
|
|
725
725
|
// @method intersects(otherBounds: LatLngBounds): Boolean
|
|
726
726
|
// Returns `true` if the rectangle intersects the given bounds. Two bounds intersect if they have at least one point in common.
|
|
727
727
|
intersects: function(t) {
|
|
728
|
-
t =
|
|
728
|
+
t = X(t);
|
|
729
729
|
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;
|
|
730
730
|
return d && p;
|
|
731
731
|
},
|
|
732
732
|
// @method overlaps(otherBounds: LatLngBounds): Boolean
|
|
733
733
|
// Returns `true` if the rectangle overlaps the given bounds. Two bounds overlap if their intersection is an area.
|
|
734
734
|
overlaps: function(t) {
|
|
735
|
-
t =
|
|
735
|
+
t = X(t);
|
|
736
736
|
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;
|
|
737
737
|
return d && p;
|
|
738
738
|
},
|
|
@@ -744,7 +744,7 @@ function oo() {
|
|
|
744
744
|
// @method equals(otherBounds: LatLngBounds, maxMargin?: Number): Boolean
|
|
745
745
|
// 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.
|
|
746
746
|
equals: function(t, e) {
|
|
747
|
-
return t ? (t =
|
|
747
|
+
return t ? (t = X(t), this._southWest.equals(t.getSouthWest(), e) && this._northEast.equals(t.getNorthEast(), e)) : !1;
|
|
748
748
|
},
|
|
749
749
|
// @method isValid(): Boolean
|
|
750
750
|
// Returns `true` if the bounds are properly initialized.
|
|
@@ -752,15 +752,15 @@ function oo() {
|
|
|
752
752
|
return !!(this._southWest && this._northEast);
|
|
753
753
|
}
|
|
754
754
|
};
|
|
755
|
-
function
|
|
755
|
+
function X(t, e) {
|
|
756
756
|
return t instanceof ht ? t : new ht(t, e);
|
|
757
757
|
}
|
|
758
|
-
function
|
|
758
|
+
function V(t, e, i) {
|
|
759
759
|
if (isNaN(t) || isNaN(e))
|
|
760
760
|
throw new Error("Invalid LatLng object: (" + t + ", " + e + ")");
|
|
761
761
|
this.lat = +t, this.lng = +e, i !== void 0 && (this.alt = +i);
|
|
762
762
|
}
|
|
763
|
-
|
|
763
|
+
V.prototype = {
|
|
764
764
|
// @method equals(otherLatLng: LatLng, maxMargin?: Number): Boolean
|
|
765
765
|
// 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.
|
|
766
766
|
equals: function(t, e) {
|
|
@@ -781,28 +781,28 @@ function oo() {
|
|
|
781
781
|
// @method distanceTo(otherLatLng: LatLng): Number
|
|
782
782
|
// 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).
|
|
783
783
|
distanceTo: function(t) {
|
|
784
|
-
return
|
|
784
|
+
return Pt.distance(this, U(t));
|
|
785
785
|
},
|
|
786
786
|
// @method wrap(): LatLng
|
|
787
787
|
// Returns a new `LatLng` object with the longitude wrapped so it's always between -180 and +180 degrees.
|
|
788
788
|
wrap: function() {
|
|
789
|
-
return
|
|
789
|
+
return Pt.wrapLatLng(this);
|
|
790
790
|
},
|
|
791
791
|
// @method toBounds(sizeInMeters: Number): LatLngBounds
|
|
792
792
|
// Returns a new `LatLngBounds` object in which each boundary is `sizeInMeters/2` meters apart from the `LatLng`.
|
|
793
793
|
toBounds: function(t) {
|
|
794
794
|
var e = 180 * t / 40075017, i = e / Math.cos(Math.PI / 180 * this.lat);
|
|
795
|
-
return
|
|
795
|
+
return X(
|
|
796
796
|
[this.lat - e, this.lng - i],
|
|
797
797
|
[this.lat + e, this.lng + i]
|
|
798
798
|
);
|
|
799
799
|
},
|
|
800
800
|
clone: function() {
|
|
801
|
-
return new
|
|
801
|
+
return new V(this.lat, this.lng, this.alt);
|
|
802
802
|
}
|
|
803
803
|
};
|
|
804
804
|
function U(t, e, i) {
|
|
805
|
-
return t instanceof
|
|
805
|
+
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);
|
|
806
806
|
}
|
|
807
807
|
var xt = {
|
|
808
808
|
// @method latLngToPoint(latlng: LatLng, zoom: Number): Point
|
|
@@ -849,7 +849,7 @@ function oo() {
|
|
|
849
849
|
if (this.infinite)
|
|
850
850
|
return null;
|
|
851
851
|
var e = this.projection.bounds, i = this.scale(t), o = this.transformation.transform(e.min, i), l = this.transformation.transform(e.max, i);
|
|
852
|
-
return new
|
|
852
|
+
return new j(o, l);
|
|
853
853
|
},
|
|
854
854
|
// @method distance(latlng1: LatLng, latlng2: LatLng): Number
|
|
855
855
|
// Returns the distance between two geographical coordinates.
|
|
@@ -873,7 +873,7 @@ function oo() {
|
|
|
873
873
|
// CRS's `wrapLat` and `wrapLng` properties, if they are outside the CRS's bounds.
|
|
874
874
|
wrapLatLng: function(t) {
|
|
875
875
|
var e = this.wrapLng ? _(t.lng, this.wrapLng, !0) : t.lng, i = this.wrapLat ? _(t.lat, this.wrapLat, !0) : t.lat, o = t.alt;
|
|
876
|
-
return new
|
|
876
|
+
return new V(i, e, o);
|
|
877
877
|
},
|
|
878
878
|
// @method wrapLatLngBounds(bounds: LatLngBounds): LatLngBounds
|
|
879
879
|
// Returns a `LatLngBounds` with the same size as the given one, ensuring
|
|
@@ -883,10 +883,10 @@ function oo() {
|
|
|
883
883
|
var e = t.getCenter(), i = this.wrapLatLng(e), o = e.lat - i.lat, l = e.lng - i.lng;
|
|
884
884
|
if (o === 0 && l === 0)
|
|
885
885
|
return t;
|
|
886
|
-
var d = t.getSouthWest(), p = t.getNorthEast(), v = new
|
|
886
|
+
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);
|
|
887
887
|
return new ht(v, y);
|
|
888
888
|
}
|
|
889
|
-
},
|
|
889
|
+
}, Pt = n({}, xt, {
|
|
890
890
|
wrapLng: [-180, 180],
|
|
891
891
|
// Mean Earth Radius, as recommended for use by
|
|
892
892
|
// the International Union of Geodesy and Geophysics,
|
|
@@ -909,14 +909,14 @@ function oo() {
|
|
|
909
909
|
},
|
|
910
910
|
unproject: function(t) {
|
|
911
911
|
var e = 180 / Math.PI;
|
|
912
|
-
return new
|
|
912
|
+
return new V(
|
|
913
913
|
(2 * Math.atan(Math.exp(t.y / this.R)) - Math.PI / 2) * e,
|
|
914
914
|
t.x * e / this.R
|
|
915
915
|
);
|
|
916
916
|
},
|
|
917
917
|
bounds: (function() {
|
|
918
918
|
var t = Oi * Math.PI;
|
|
919
|
-
return new
|
|
919
|
+
return new j([-t, -t], [t, t]);
|
|
920
920
|
})()
|
|
921
921
|
};
|
|
922
922
|
function Ve(t, e, i, o) {
|
|
@@ -950,7 +950,7 @@ function oo() {
|
|
|
950
950
|
function Xt(t, e, i, o) {
|
|
951
951
|
return new Ve(t, e, i, o);
|
|
952
952
|
}
|
|
953
|
-
var We = n({},
|
|
953
|
+
var We = n({}, Pt, {
|
|
954
954
|
code: "EPSG:3857",
|
|
955
955
|
projection: Ge,
|
|
956
956
|
transformation: (function() {
|
|
@@ -972,7 +972,7 @@ function oo() {
|
|
|
972
972
|
}
|
|
973
973
|
return i || "M0 0";
|
|
974
974
|
}
|
|
975
|
-
var Ye = document.documentElement.style, _e = "ActiveXObject" in window, co = _e && !document.addEventListener, Ni = "msLaunchUri" in navigator && !("documentMode" in document), qe =
|
|
975
|
+
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() {
|
|
976
976
|
var t = !1;
|
|
977
977
|
try {
|
|
978
978
|
var e = Object.defineProperty({}, "passive", {
|
|
@@ -999,7 +999,7 @@ function oo() {
|
|
|
999
999
|
return !1;
|
|
1000
1000
|
}
|
|
1001
1001
|
})(), Eo = navigator.platform.indexOf("Mac") === 0, Po = navigator.platform.indexOf("Linux") === 0;
|
|
1002
|
-
function
|
|
1002
|
+
function yt(t) {
|
|
1003
1003
|
return navigator.userAgent.toLowerCase().indexOf(t) >= 0;
|
|
1004
1004
|
}
|
|
1005
1005
|
var C = {
|
|
@@ -1080,7 +1080,7 @@ function oo() {
|
|
|
1080
1080
|
}
|
|
1081
1081
|
}
|
|
1082
1082
|
function zo(t, e) {
|
|
1083
|
-
e.MSPOINTER_TYPE_TOUCH && e.pointerType === e.MSPOINTER_TYPE_TOUCH &&
|
|
1083
|
+
e.MSPOINTER_TYPE_TOUCH && e.pointerType === e.MSPOINTER_TYPE_TOUCH && it(e), ge(t, e);
|
|
1084
1084
|
}
|
|
1085
1085
|
function Oo(t) {
|
|
1086
1086
|
var e = {}, i, o;
|
|
@@ -1137,7 +1137,7 @@ function oo() {
|
|
|
1137
1137
|
var o = document.createElement(t);
|
|
1138
1138
|
return o.className = e || "", i && i.appendChild(o), o;
|
|
1139
1139
|
}
|
|
1140
|
-
function
|
|
1140
|
+
function J(t) {
|
|
1141
1141
|
var e = t.parentNode;
|
|
1142
1142
|
e && e.removeChild(t);
|
|
1143
1143
|
}
|
|
@@ -1168,7 +1168,7 @@ function oo() {
|
|
|
1168
1168
|
ti(t, (d ? d + " " : "") + e);
|
|
1169
1169
|
}
|
|
1170
1170
|
}
|
|
1171
|
-
function
|
|
1171
|
+
function K(t, e) {
|
|
1172
1172
|
t.classList !== void 0 ? t.classList.remove(e) : ti(t, E((" " + ye(t) + " ").replace(" " + e + " ", " ")));
|
|
1173
1173
|
}
|
|
1174
1174
|
function ti(t, e) {
|
|
@@ -1196,22 +1196,22 @@ function oo() {
|
|
|
1196
1196
|
return t[i];
|
|
1197
1197
|
return !1;
|
|
1198
1198
|
}
|
|
1199
|
-
function
|
|
1199
|
+
function St(t, e, i) {
|
|
1200
1200
|
var o = e || new z(0, 0);
|
|
1201
1201
|
t.style[Qe] = (C.ie3d ? "translate(" + o.x + "px," + o.y + "px)" : "translate3d(" + o.x + "px," + o.y + "px,0)") + (i ? " scale(" + i + ")" : "");
|
|
1202
1202
|
}
|
|
1203
|
-
function
|
|
1204
|
-
t._leaflet_pos = e, C.any3d ?
|
|
1203
|
+
function Q(t, e) {
|
|
1204
|
+
t._leaflet_pos = e, C.any3d ? St(t, e) : (t.style.left = e.x + "px", t.style.top = e.y + "px");
|
|
1205
1205
|
}
|
|
1206
|
-
function
|
|
1206
|
+
function Dt(t) {
|
|
1207
1207
|
return t._leaflet_pos || new z(0, 0);
|
|
1208
1208
|
}
|
|
1209
1209
|
var ee, ie, ei;
|
|
1210
1210
|
if ("onselectstart" in document)
|
|
1211
1211
|
ee = function() {
|
|
1212
|
-
O(window, "selectstart",
|
|
1212
|
+
O(window, "selectstart", it);
|
|
1213
1213
|
}, ie = function() {
|
|
1214
|
-
W(window, "selectstart",
|
|
1214
|
+
W(window, "selectstart", it);
|
|
1215
1215
|
};
|
|
1216
1216
|
else {
|
|
1217
1217
|
var ne = Le(
|
|
@@ -1227,10 +1227,10 @@ function oo() {
|
|
|
1227
1227
|
};
|
|
1228
1228
|
}
|
|
1229
1229
|
function ii() {
|
|
1230
|
-
O(window, "dragstart",
|
|
1230
|
+
O(window, "dragstart", it);
|
|
1231
1231
|
}
|
|
1232
1232
|
function ni() {
|
|
1233
|
-
W(window, "dragstart",
|
|
1233
|
+
W(window, "dragstart", it);
|
|
1234
1234
|
}
|
|
1235
1235
|
var we, oi;
|
|
1236
1236
|
function ri(t) {
|
|
@@ -1263,20 +1263,20 @@ function oo() {
|
|
|
1263
1263
|
get: rn,
|
|
1264
1264
|
getStyle: te,
|
|
1265
1265
|
create: F,
|
|
1266
|
-
remove:
|
|
1266
|
+
remove: J,
|
|
1267
1267
|
empty: ve,
|
|
1268
1268
|
toFront: Ut,
|
|
1269
1269
|
toBack: Zt,
|
|
1270
1270
|
hasClass: $e,
|
|
1271
1271
|
addClass: B,
|
|
1272
|
-
removeClass:
|
|
1272
|
+
removeClass: K,
|
|
1273
1273
|
setClass: ti,
|
|
1274
1274
|
getClass: ye,
|
|
1275
1275
|
setOpacity: ft,
|
|
1276
1276
|
testProp: Le,
|
|
1277
|
-
setTransform:
|
|
1278
|
-
setPosition:
|
|
1279
|
-
getPosition:
|
|
1277
|
+
setTransform: St,
|
|
1278
|
+
setPosition: Q,
|
|
1279
|
+
getPosition: Dt,
|
|
1280
1280
|
get disableTextSelection() {
|
|
1281
1281
|
return ee;
|
|
1282
1282
|
},
|
|
@@ -1301,16 +1301,16 @@ function oo() {
|
|
|
1301
1301
|
}
|
|
1302
1302
|
return this;
|
|
1303
1303
|
}
|
|
1304
|
-
var
|
|
1304
|
+
var Lt = "_leaflet_events";
|
|
1305
1305
|
function W(t, e, i, o) {
|
|
1306
1306
|
if (arguments.length === 1)
|
|
1307
|
-
an(t), delete t[
|
|
1307
|
+
an(t), delete t[Lt];
|
|
1308
1308
|
else if (e && typeof e == "object")
|
|
1309
1309
|
for (var l in e)
|
|
1310
1310
|
hi(t, l, e[l], i);
|
|
1311
1311
|
else if (e = P(e), arguments.length === 2)
|
|
1312
1312
|
an(t, function(v) {
|
|
1313
|
-
return
|
|
1313
|
+
return G(e, v) !== -1;
|
|
1314
1314
|
});
|
|
1315
1315
|
else
|
|
1316
1316
|
for (var d = 0, p = e.length; d < p; d++)
|
|
@@ -1318,7 +1318,7 @@ function oo() {
|
|
|
1318
1318
|
return this;
|
|
1319
1319
|
}
|
|
1320
1320
|
function an(t, e) {
|
|
1321
|
-
for (var i in t[
|
|
1321
|
+
for (var i in t[Lt]) {
|
|
1322
1322
|
var o = i.split(/\d/)[0];
|
|
1323
1323
|
(!e || e(o)) && hi(t, o, null, null, i);
|
|
1324
1324
|
}
|
|
@@ -1330,36 +1330,36 @@ function oo() {
|
|
|
1330
1330
|
};
|
|
1331
1331
|
function li(t, e, i, o) {
|
|
1332
1332
|
var l = e + f(i) + (o ? "_" + f(o) : "");
|
|
1333
|
-
if (t[
|
|
1333
|
+
if (t[Lt] && t[Lt][l])
|
|
1334
1334
|
return this;
|
|
1335
1335
|
var d = function(v) {
|
|
1336
1336
|
return i.call(o || t, v || window.event);
|
|
1337
1337
|
}, p = d;
|
|
1338
1338
|
!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) {
|
|
1339
1339
|
v = v || window.event, di(t, v) && p(v);
|
|
1340
|
-
}, t.addEventListener(ai[e], d, !1)) : t.addEventListener(e, p, !1) : t.attachEvent("on" + e, d), t[
|
|
1340
|
+
}, t.addEventListener(ai[e], d, !1)) : t.addEventListener(e, p, !1) : t.attachEvent("on" + e, d), t[Lt] = t[Lt] || {}, t[Lt][l] = d;
|
|
1341
1341
|
}
|
|
1342
1342
|
function hi(t, e, i, o, l) {
|
|
1343
1343
|
l = l || e + f(i) + (o ? "_" + f(o) : "");
|
|
1344
|
-
var d = t[
|
|
1344
|
+
var d = t[Lt] && t[Lt][l];
|
|
1345
1345
|
if (!d)
|
|
1346
1346
|
return this;
|
|
1347
|
-
!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[
|
|
1347
|
+
!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;
|
|
1348
1348
|
}
|
|
1349
|
-
function
|
|
1349
|
+
function It(t) {
|
|
1350
1350
|
return t.stopPropagation ? t.stopPropagation() : t.originalEvent ? t.originalEvent._stopped = !0 : t.cancelBubble = !0, this;
|
|
1351
1351
|
}
|
|
1352
1352
|
function ci(t) {
|
|
1353
|
-
return li(t, "wheel",
|
|
1353
|
+
return li(t, "wheel", It), this;
|
|
1354
1354
|
}
|
|
1355
1355
|
function oe(t) {
|
|
1356
|
-
return O(t, "mousedown touchstart dblclick contextmenu",
|
|
1356
|
+
return O(t, "mousedown touchstart dblclick contextmenu", It), t._leaflet_disable_click = !0, this;
|
|
1357
1357
|
}
|
|
1358
|
-
function
|
|
1358
|
+
function it(t) {
|
|
1359
1359
|
return t.preventDefault ? t.preventDefault() : t.returnValue = !1, this;
|
|
1360
1360
|
}
|
|
1361
|
-
function
|
|
1362
|
-
return
|
|
1361
|
+
function zt(t) {
|
|
1362
|
+
return it(t), It(t), this;
|
|
1363
1363
|
}
|
|
1364
1364
|
function ln(t) {
|
|
1365
1365
|
if (t.composedPath)
|
|
@@ -1423,11 +1423,11 @@ function oo() {
|
|
|
1423
1423
|
__proto__: null,
|
|
1424
1424
|
on: O,
|
|
1425
1425
|
off: W,
|
|
1426
|
-
stopPropagation:
|
|
1426
|
+
stopPropagation: It,
|
|
1427
1427
|
disableScrollPropagation: ci,
|
|
1428
1428
|
disableClickPropagation: oe,
|
|
1429
|
-
preventDefault:
|
|
1430
|
-
stop:
|
|
1429
|
+
preventDefault: it,
|
|
1430
|
+
stop: zt,
|
|
1431
1431
|
getPropagationPath: ln,
|
|
1432
1432
|
getMousePosition: hn,
|
|
1433
1433
|
getWheelDelta: cn,
|
|
@@ -1441,7 +1441,7 @@ function oo() {
|
|
|
1441
1441
|
// argument of the [cubic bezier curve](https://cubic-bezier.com/#0,0,.5,1),
|
|
1442
1442
|
// `0.5` by default).
|
|
1443
1443
|
run: function(t, e, i, o) {
|
|
1444
|
-
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 =
|
|
1444
|
+
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();
|
|
1445
1445
|
},
|
|
1446
1446
|
// @method stop()
|
|
1447
1447
|
// Stops the animation (if currently running).
|
|
@@ -1449,7 +1449,7 @@ function oo() {
|
|
|
1449
1449
|
this._inProgress && (this._step(!0), this._complete());
|
|
1450
1450
|
},
|
|
1451
1451
|
_animate: function() {
|
|
1452
|
-
this._animId =
|
|
1452
|
+
this._animId = ot(this._animate, this), this._step();
|
|
1453
1453
|
},
|
|
1454
1454
|
_step: function(t) {
|
|
1455
1455
|
var e = +/* @__PURE__ */ new Date() - this._startTime, i = this._duration * 1e3;
|
|
@@ -1457,10 +1457,10 @@ function oo() {
|
|
|
1457
1457
|
},
|
|
1458
1458
|
_runFrame: function(t, e) {
|
|
1459
1459
|
var i = this._startPos.add(this._offset.multiplyBy(t));
|
|
1460
|
-
e && i._round(),
|
|
1460
|
+
e && i._round(), Q(this._el, i), this.fire("step");
|
|
1461
1461
|
},
|
|
1462
1462
|
_complete: function() {
|
|
1463
|
-
|
|
1463
|
+
rt(this._animId), this._inProgress = !1, this.fire("end");
|
|
1464
1464
|
},
|
|
1465
1465
|
_easeOut: function(t) {
|
|
1466
1466
|
return 1 - Math.pow(1 - t, this._easeOutPower);
|
|
@@ -1584,7 +1584,7 @@ function oo() {
|
|
|
1584
1584
|
return this.setView(v, e, { zoom: i });
|
|
1585
1585
|
},
|
|
1586
1586
|
_getBoundsCenterZoom: function(t, e) {
|
|
1587
|
-
e = e || {}, t = t.getBounds ? t.getBounds() :
|
|
1587
|
+
e = e || {}, t = t.getBounds ? t.getBounds() : X(t);
|
|
1588
1588
|
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));
|
|
1589
1589
|
if (l = typeof e.maxZoom == "number" ? Math.min(e.maxZoom, l) : l, l === 1 / 0)
|
|
1590
1590
|
return {
|
|
@@ -1601,7 +1601,7 @@ function oo() {
|
|
|
1601
1601
|
// Sets a map view that contains the given geographical bounds with the
|
|
1602
1602
|
// maximum zoom level possible.
|
|
1603
1603
|
fitBounds: function(t, e) {
|
|
1604
|
-
if (t =
|
|
1604
|
+
if (t = X(t), !t.isValid())
|
|
1605
1605
|
throw new Error("Bounds are not valid.");
|
|
1606
1606
|
var i = this._getBoundsCenterZoom(t, e);
|
|
1607
1607
|
return this.setView(i.center, i.zoom, e);
|
|
@@ -1645,33 +1645,33 @@ function oo() {
|
|
|
1645
1645
|
var o = this.project(this.getCenter()), l = this.project(t), d = this.getSize(), p = this._zoom;
|
|
1646
1646
|
t = U(t), e = e === void 0 ? p : e;
|
|
1647
1647
|
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;
|
|
1648
|
-
function R(
|
|
1649
|
-
var ze =
|
|
1648
|
+
function R($) {
|
|
1649
|
+
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);
|
|
1650
1650
|
return Ir;
|
|
1651
1651
|
}
|
|
1652
|
-
function st(
|
|
1653
|
-
return (Math.exp(
|
|
1652
|
+
function st($) {
|
|
1653
|
+
return (Math.exp($) - Math.exp(-$)) / 2;
|
|
1654
1654
|
}
|
|
1655
|
-
function
|
|
1656
|
-
return (Math.exp(
|
|
1655
|
+
function et($) {
|
|
1656
|
+
return (Math.exp($) + Math.exp(-$)) / 2;
|
|
1657
1657
|
}
|
|
1658
|
-
function mt(
|
|
1659
|
-
return st(
|
|
1658
|
+
function mt($) {
|
|
1659
|
+
return st($) / et($);
|
|
1660
1660
|
}
|
|
1661
1661
|
var ct = R(0);
|
|
1662
|
-
function Yt(
|
|
1663
|
-
return v * (
|
|
1662
|
+
function Yt($) {
|
|
1663
|
+
return v * (et(ct) / et(ct + M * $));
|
|
1664
1664
|
}
|
|
1665
|
-
function Mr(
|
|
1666
|
-
return v * (
|
|
1665
|
+
function Mr($) {
|
|
1666
|
+
return v * (et(ct) * mt(ct + M * $) - st(ct)) / S;
|
|
1667
1667
|
}
|
|
1668
|
-
function Er(
|
|
1669
|
-
return 1 - Math.pow(1 -
|
|
1668
|
+
function Er($) {
|
|
1669
|
+
return 1 - Math.pow(1 - $, 1.5);
|
|
1670
1670
|
}
|
|
1671
1671
|
var Pr = Date.now(), Gn = (R(1) - ct) / M, Cr = i.duration ? 1e3 * i.duration : 1e3 * Gn * 0.8;
|
|
1672
1672
|
function Vn() {
|
|
1673
|
-
var
|
|
1674
|
-
|
|
1673
|
+
var $ = (Date.now() - Pr) / Cr, ze = Er($) * Gn;
|
|
1674
|
+
$ <= 1 ? (this._flyToFrame = ot(Vn, this), this._move(
|
|
1675
1675
|
this.unproject(o.add(l.subtract(o).multiplyBy(Mr(ze) / b)), p),
|
|
1676
1676
|
this.getScaleZoom(v / Yt(ze), p),
|
|
1677
1677
|
{ flyTo: !0 }
|
|
@@ -1689,7 +1689,7 @@ function oo() {
|
|
|
1689
1689
|
// @method setMaxBounds(bounds: LatLngBounds): this
|
|
1690
1690
|
// Restricts the map view to the given bounds (see the [maxBounds](#map-maxbounds) option).
|
|
1691
1691
|
setMaxBounds: function(t) {
|
|
1692
|
-
return t =
|
|
1692
|
+
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);
|
|
1693
1693
|
},
|
|
1694
1694
|
// @method setMinZoom(zoom: Number): this
|
|
1695
1695
|
// Sets the lower limit for the available zoom levels (see the [minZoom](#map-minzoom) option).
|
|
@@ -1707,7 +1707,7 @@ function oo() {
|
|
|
1707
1707
|
// 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.
|
|
1708
1708
|
panInsideBounds: function(t, e) {
|
|
1709
1709
|
this._enforcingBounds = !0;
|
|
1710
|
-
var i = this.getCenter(), o = this._limitCenter(i, this._zoom,
|
|
1710
|
+
var i = this.getCenter(), o = this._limitCenter(i, this._zoom, X(t));
|
|
1711
1711
|
return i.equals(o) || this.panTo(o, e), this._enforcingBounds = !1, this;
|
|
1712
1712
|
},
|
|
1713
1713
|
// @method panInside(latlng: LatLng, options?: padding options): this
|
|
@@ -1801,7 +1801,7 @@ function oo() {
|
|
|
1801
1801
|
},
|
|
1802
1802
|
_handleGeolocationResponse: function(t) {
|
|
1803
1803
|
if (this._container._leaflet_id) {
|
|
1804
|
-
var e = t.coords.latitude, i = t.coords.longitude, o = new
|
|
1804
|
+
var e = t.coords.latitude, i = t.coords.longitude, o = new V(e, i), l = o.toBounds(t.coords.accuracy * 2), d = this._locateOptions;
|
|
1805
1805
|
if (d.setView) {
|
|
1806
1806
|
var p = this.getBoundsZoom(l);
|
|
1807
1807
|
this.setView(o, d.maxZoom ? Math.min(p, d.maxZoom) : p);
|
|
@@ -1836,12 +1836,12 @@ function oo() {
|
|
|
1836
1836
|
} catch {
|
|
1837
1837
|
this._container._leaflet_id = void 0, this._containerId = void 0;
|
|
1838
1838
|
}
|
|
1839
|
-
this._locationWatchId !== void 0 && this.stopLocate(), this._stop(),
|
|
1839
|
+
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");
|
|
1840
1840
|
var t;
|
|
1841
1841
|
for (t in this._layers)
|
|
1842
1842
|
this._layers[t].remove();
|
|
1843
1843
|
for (t in this._panes)
|
|
1844
|
-
|
|
1844
|
+
J(this._panes[t]);
|
|
1845
1845
|
return this._layers = [], this._panes = [], delete this._mapPane, delete this._renderer, this;
|
|
1846
1846
|
},
|
|
1847
1847
|
// @section Other Methods
|
|
@@ -1886,7 +1886,7 @@ function oo() {
|
|
|
1886
1886
|
// instead returns the minimum zoom level on which the map view fits into
|
|
1887
1887
|
// the given bounds in its entirety.
|
|
1888
1888
|
getBoundsZoom: function(t, e, i) {
|
|
1889
|
-
t =
|
|
1889
|
+
t = X(t), i = I(i || [0, 0]);
|
|
1890
1890
|
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);
|
|
1891
1891
|
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));
|
|
1892
1892
|
},
|
|
@@ -1903,7 +1903,7 @@ function oo() {
|
|
|
1903
1903
|
// coordinates (sometimes useful in layer and overlay implementations).
|
|
1904
1904
|
getPixelBounds: function(t, e) {
|
|
1905
1905
|
var i = this._getTopLeftPoint(t, e);
|
|
1906
|
-
return new
|
|
1906
|
+
return new j(i, i.add(this.getSize()));
|
|
1907
1907
|
},
|
|
1908
1908
|
// TODO: Check semantics - isn't the pixel origin the 0,0 coord relative to
|
|
1909
1909
|
// the map pane? "left point of the map layer" can be confusing, specially
|
|
@@ -1998,7 +1998,7 @@ function oo() {
|
|
|
1998
1998
|
// value is between -180 and +180 degrees, and the majority of the bounds
|
|
1999
1999
|
// overlaps the CRS's bounds.
|
|
2000
2000
|
wrapLatLngBounds: function(t) {
|
|
2001
|
-
return this.options.crs.wrapLatLngBounds(
|
|
2001
|
+
return this.options.crs.wrapLatLngBounds(X(t));
|
|
2002
2002
|
},
|
|
2003
2003
|
// @method distance(latlng1: LatLng, latlng2: LatLng): Number
|
|
2004
2004
|
// Returns the distance between two geographical coordinates according to
|
|
@@ -2066,12 +2066,12 @@ function oo() {
|
|
|
2066
2066
|
},
|
|
2067
2067
|
_initPanes: function() {
|
|
2068
2068
|
var t = this._panes = {};
|
|
2069
|
-
this._paneRenderers = {}, this._mapPane = this.createPane("mapPane", this._container),
|
|
2069
|
+
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"));
|
|
2070
2070
|
},
|
|
2071
2071
|
// private methods that modify map state
|
|
2072
2072
|
// @section Map state change events
|
|
2073
2073
|
_resetView: function(t, e, i) {
|
|
2074
|
-
|
|
2074
|
+
Q(this._mapPane, new z(0, 0));
|
|
2075
2075
|
var o = !this._loaded;
|
|
2076
2076
|
this._loaded = !0, e = this._limitZoom(e), this.fire("viewprereset");
|
|
2077
2077
|
var l = this._zoom !== e;
|
|
@@ -2089,10 +2089,10 @@ function oo() {
|
|
|
2089
2089
|
return t && this.fire("zoomend"), this.fire("moveend");
|
|
2090
2090
|
},
|
|
2091
2091
|
_stop: function() {
|
|
2092
|
-
return
|
|
2092
|
+
return rt(this._flyToFrame), this._panAnim && this._panAnim.stop(), this;
|
|
2093
2093
|
},
|
|
2094
2094
|
_rawPanBy: function(t) {
|
|
2095
|
-
|
|
2095
|
+
Q(this._mapPane, this._getMapPanePos().subtract(t));
|
|
2096
2096
|
},
|
|
2097
2097
|
_getZoomSpan: function() {
|
|
2098
2098
|
return this.getMaxZoom() - this.getMinZoom();
|
|
@@ -2112,7 +2112,7 @@ function oo() {
|
|
|
2112
2112
|
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);
|
|
2113
2113
|
},
|
|
2114
2114
|
_onResize: function() {
|
|
2115
|
-
|
|
2115
|
+
rt(this._resizeRequest), this._resizeRequest = ot(
|
|
2116
2116
|
function() {
|
|
2117
2117
|
this.invalidateSize({ debounceMoveend: !0 });
|
|
2118
2118
|
},
|
|
@@ -2165,7 +2165,7 @@ function oo() {
|
|
|
2165
2165
|
l = d.concat(l);
|
|
2166
2166
|
}
|
|
2167
2167
|
if (l.length) {
|
|
2168
|
-
e === "contextmenu" &&
|
|
2168
|
+
e === "contextmenu" && it(t);
|
|
2169
2169
|
var v = l[0], y = {
|
|
2170
2170
|
originalEvent: t
|
|
2171
2171
|
};
|
|
@@ -2174,7 +2174,7 @@ function oo() {
|
|
|
2174
2174
|
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);
|
|
2175
2175
|
}
|
|
2176
2176
|
for (p = 0; p < l.length; p++)
|
|
2177
|
-
if (l[p].fire(e, y, !0), y.originalEvent._stopped || l[p].options.bubblingMouseEvents === !1 &&
|
|
2177
|
+
if (l[p].fire(e, y, !0), y.originalEvent._stopped || l[p].options.bubblingMouseEvents === !1 && G(this._mouseEvents, e) !== -1)
|
|
2178
2178
|
return;
|
|
2179
2179
|
}
|
|
2180
2180
|
},
|
|
@@ -2195,7 +2195,7 @@ function oo() {
|
|
|
2195
2195
|
},
|
|
2196
2196
|
// private methods for getting map state
|
|
2197
2197
|
_getMapPanePos: function() {
|
|
2198
|
-
return
|
|
2198
|
+
return Dt(this._mapPane) || new z(0, 0);
|
|
2199
2199
|
},
|
|
2200
2200
|
_moved: function() {
|
|
2201
2201
|
var t = this._getMapPanePos();
|
|
@@ -2234,14 +2234,14 @@ function oo() {
|
|
|
2234
2234
|
_limitCenter: function(t, e, i) {
|
|
2235
2235
|
if (!i)
|
|
2236
2236
|
return t;
|
|
2237
|
-
var o = this.project(t, e), l = this.getSize().divideBy(2), d = new
|
|
2237
|
+
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);
|
|
2238
2238
|
return Math.abs(p.x) <= 1 && Math.abs(p.y) <= 1 ? t : this.unproject(o.add(p), e);
|
|
2239
2239
|
},
|
|
2240
2240
|
// adjust offset for view to get inside bounds
|
|
2241
2241
|
_limitOffset: function(t, e) {
|
|
2242
2242
|
if (!e)
|
|
2243
2243
|
return t;
|
|
2244
|
-
var i = this.getPixelBounds(), o = new
|
|
2244
|
+
var i = this.getPixelBounds(), o = new j(i.min.add(t), i.max.add(t));
|
|
2245
2245
|
return t.add(this._getBoundsOffset(o, e));
|
|
2246
2246
|
},
|
|
2247
2247
|
// returns offset needed for pxBounds to get inside maxBounds at a specified zoom
|
|
@@ -2263,7 +2263,7 @@ function oo() {
|
|
|
2263
2263
|
this.fire("move");
|
|
2264
2264
|
},
|
|
2265
2265
|
_onPanTransitionEnd: function() {
|
|
2266
|
-
|
|
2266
|
+
K(this._mapPane, "leaflet-pan-anim"), this.fire("moveend");
|
|
2267
2267
|
},
|
|
2268
2268
|
_tryAnimatedPan: function(t, e) {
|
|
2269
2269
|
var i = this._getCenterOffset(t)._trunc();
|
|
@@ -2273,15 +2273,15 @@ function oo() {
|
|
|
2273
2273
|
var t = this._proxy = F("div", "leaflet-proxy leaflet-zoom-animated");
|
|
2274
2274
|
this._panes.mapPane.appendChild(t), this.on("zoomanim", function(e) {
|
|
2275
2275
|
var i = Qe, o = this._proxy.style[i];
|
|
2276
|
-
|
|
2276
|
+
St(this._proxy, this.project(e.center, e.zoom), this.getZoomScale(e.zoom, 1)), o === this._proxy.style[i] && this._animatingZoom && this._onZoomTransitionEnd();
|
|
2277
2277
|
}, this), this.on("load moveend", this._animMoveEnd, this), this._on("unload", this._destroyAnimProxy, this);
|
|
2278
2278
|
},
|
|
2279
2279
|
_destroyAnimProxy: function() {
|
|
2280
|
-
|
|
2280
|
+
J(this._proxy), this.off("load moveend", this._animMoveEnd, this), delete this._proxy;
|
|
2281
2281
|
},
|
|
2282
2282
|
_animMoveEnd: function() {
|
|
2283
2283
|
var t = this.getCenter(), e = this.getZoom();
|
|
2284
|
-
|
|
2284
|
+
St(this._proxy, this.project(t, e), this.getZoomScale(e, 1));
|
|
2285
2285
|
},
|
|
2286
2286
|
_catchTransitionEnd: function(t) {
|
|
2287
2287
|
this._animatingZoom && t.propertyName.indexOf("transform") >= 0 && this._onZoomTransitionEnd();
|
|
@@ -2295,7 +2295,7 @@ function oo() {
|
|
|
2295
2295
|
if (i = i || {}, !this._zoomAnimated || i.animate === !1 || this._nothingToAnimate() || Math.abs(e - this._zoom) > this.options.zoomAnimationThreshold)
|
|
2296
2296
|
return !1;
|
|
2297
2297
|
var o = this.getZoomScale(e), l = this._getCenterOffset(t)._divideBy(1 - 1 / o);
|
|
2298
|
-
return i.animate !== !0 && !this.getSize().contains(l) ? !1 : (
|
|
2298
|
+
return i.animate !== !0 && !this.getSize().contains(l) ? !1 : (ot(function() {
|
|
2299
2299
|
this._moveStart(!0, i.noMoveStart || !1)._animateZoom(t, e, !0);
|
|
2300
2300
|
}, this), !0);
|
|
2301
2301
|
},
|
|
@@ -2307,13 +2307,13 @@ function oo() {
|
|
|
2307
2307
|
}), this._tempFireZoomEvent || (this._tempFireZoomEvent = this._zoom !== this._animateToZoom), this._move(this._animateToCenter, this._animateToZoom, void 0, !0), setTimeout(a(this._onZoomTransitionEnd, this), 250));
|
|
2308
2308
|
},
|
|
2309
2309
|
_onZoomTransitionEnd: function() {
|
|
2310
|
-
this._animatingZoom && (this._mapPane &&
|
|
2310
|
+
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));
|
|
2311
2311
|
}
|
|
2312
2312
|
});
|
|
2313
2313
|
function Go(t, e) {
|
|
2314
2314
|
return new Z(t, e);
|
|
2315
2315
|
}
|
|
2316
|
-
var
|
|
2316
|
+
var gt = ut.extend({
|
|
2317
2317
|
// @section
|
|
2318
2318
|
// @aka Control Options
|
|
2319
2319
|
options: {
|
|
@@ -2355,13 +2355,13 @@ function oo() {
|
|
|
2355
2355
|
// @method remove: this
|
|
2356
2356
|
// Removes the control from the map it is currently active on.
|
|
2357
2357
|
remove: function() {
|
|
2358
|
-
return this._map ? (
|
|
2358
|
+
return this._map ? (J(this._container), this.onRemove && this.onRemove(this._map), this._map.off("unload", this.remove, this), this._map = null, this) : this;
|
|
2359
2359
|
},
|
|
2360
2360
|
_refocusOnMap: function(t) {
|
|
2361
2361
|
this._map && t && t.screenX > 0 && t.screenY > 0 && this._map.getContainer().focus();
|
|
2362
2362
|
}
|
|
2363
2363
|
}), re = function(t) {
|
|
2364
|
-
return new
|
|
2364
|
+
return new gt(t);
|
|
2365
2365
|
};
|
|
2366
2366
|
Z.include({
|
|
2367
2367
|
// @method addControl(control: Control): this
|
|
@@ -2384,11 +2384,11 @@ function oo() {
|
|
|
2384
2384
|
},
|
|
2385
2385
|
_clearControlPos: function() {
|
|
2386
2386
|
for (var t in this._controlCorners)
|
|
2387
|
-
|
|
2388
|
-
|
|
2387
|
+
J(this._controlCorners[t]);
|
|
2388
|
+
J(this._controlContainer), delete this._controlCorners, delete this._controlContainer;
|
|
2389
2389
|
}
|
|
2390
2390
|
});
|
|
2391
|
-
var un =
|
|
2391
|
+
var un = gt.extend({
|
|
2392
2392
|
// @section
|
|
2393
2393
|
// @aka Control.Layers options
|
|
2394
2394
|
options: {
|
|
@@ -2430,7 +2430,7 @@ function oo() {
|
|
|
2430
2430
|
return this._container;
|
|
2431
2431
|
},
|
|
2432
2432
|
addTo: function(t) {
|
|
2433
|
-
return
|
|
2433
|
+
return gt.prototype.addTo.call(this, t), this._expandIfNotCollapsed();
|
|
2434
2434
|
},
|
|
2435
2435
|
onRemove: function() {
|
|
2436
2436
|
this._map.off("zoomend", this._checkDisabledLayers, this);
|
|
@@ -2459,12 +2459,12 @@ function oo() {
|
|
|
2459
2459
|
expand: function() {
|
|
2460
2460
|
B(this._container, "leaflet-control-layers-expanded"), this._section.style.height = null;
|
|
2461
2461
|
var t = this._map.getSize().y - (this._container.offsetTop + 50);
|
|
2462
|
-
return t < this._section.clientHeight ? (B(this._section, "leaflet-control-layers-scrollbar"), this._section.style.height = t + "px") :
|
|
2462
|
+
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;
|
|
2463
2463
|
},
|
|
2464
2464
|
// @method collapse(): this
|
|
2465
2465
|
// Collapse the control container if expanded.
|
|
2466
2466
|
collapse: function() {
|
|
2467
|
-
return
|
|
2467
|
+
return K(this._container, "leaflet-control-layers-expanded"), this;
|
|
2468
2468
|
},
|
|
2469
2469
|
_initLayout: function() {
|
|
2470
2470
|
var t = "leaflet-control-layers", e = this._container = F("div", t), i = this.options.collapsed;
|
|
@@ -2481,7 +2481,7 @@ function oo() {
|
|
|
2481
2481
|
},
|
|
2482
2482
|
// Certain screen readers intercept the key event and instead send a click event
|
|
2483
2483
|
click: function(d) {
|
|
2484
|
-
|
|
2484
|
+
it(d), this._expandSafely();
|
|
2485
2485
|
}
|
|
2486
2486
|
}, 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);
|
|
2487
2487
|
},
|
|
@@ -2550,15 +2550,15 @@ function oo() {
|
|
|
2550
2550
|
},
|
|
2551
2551
|
_expandSafely: function() {
|
|
2552
2552
|
var t = this._section;
|
|
2553
|
-
this._preventClick = !0, O(t, "click",
|
|
2553
|
+
this._preventClick = !0, O(t, "click", it), this.expand();
|
|
2554
2554
|
var e = this;
|
|
2555
2555
|
setTimeout(function() {
|
|
2556
|
-
W(t, "click",
|
|
2556
|
+
W(t, "click", it), e._preventClick = !1;
|
|
2557
2557
|
});
|
|
2558
2558
|
}
|
|
2559
2559
|
}), Vo = function(t, e, i) {
|
|
2560
2560
|
return new un(t, e, i);
|
|
2561
|
-
}, ui =
|
|
2561
|
+
}, ui = gt.extend({
|
|
2562
2562
|
// @section
|
|
2563
2563
|
// @aka Control.Zoom options
|
|
2564
2564
|
options: {
|
|
@@ -2609,11 +2609,11 @@ function oo() {
|
|
|
2609
2609
|
},
|
|
2610
2610
|
_createButton: function(t, e, i, o, l) {
|
|
2611
2611
|
var d = F("a", i, o);
|
|
2612
|
-
return d.innerHTML = t, d.href = "#", d.title = e, d.setAttribute("role", "button"), d.setAttribute("aria-label", e), oe(d), O(d, "click",
|
|
2612
|
+
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;
|
|
2613
2613
|
},
|
|
2614
2614
|
_updateDisabled: function() {
|
|
2615
2615
|
var t = this._map, e = "leaflet-disabled";
|
|
2616
|
-
|
|
2616
|
+
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"));
|
|
2617
2617
|
}
|
|
2618
2618
|
});
|
|
2619
2619
|
Z.mergeOptions({
|
|
@@ -2623,7 +2623,7 @@ function oo() {
|
|
|
2623
2623
|
});
|
|
2624
2624
|
var Wo = function(t) {
|
|
2625
2625
|
return new ui(t);
|
|
2626
|
-
}, fn =
|
|
2626
|
+
}, fn = gt.extend({
|
|
2627
2627
|
// @section
|
|
2628
2628
|
// @aka Control.Scale options
|
|
2629
2629
|
options: {
|
|
@@ -2677,7 +2677,7 @@ function oo() {
|
|
|
2677
2677
|
}
|
|
2678
2678
|
}), Yo = function(t) {
|
|
2679
2679
|
return new fn(t);
|
|
2680
|
-
}, 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 =
|
|
2680
|
+
}, 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({
|
|
2681
2681
|
// @section
|
|
2682
2682
|
// @aka Control.Attribution options
|
|
2683
2683
|
options: {
|
|
@@ -2736,8 +2736,8 @@ function oo() {
|
|
|
2736
2736
|
var jo = function(t) {
|
|
2737
2737
|
return new fi(t);
|
|
2738
2738
|
};
|
|
2739
|
-
|
|
2740
|
-
var
|
|
2739
|
+
gt.Layers = un, gt.Zoom = ui, gt.Scale = fn, gt.Attribution = fi, re.layers = Vo, re.zoom = Wo, re.scale = Yo, re.attribution = jo;
|
|
2740
|
+
var wt = ut.extend({
|
|
2741
2741
|
initialize: function(t) {
|
|
2742
2742
|
this._map = t;
|
|
2743
2743
|
},
|
|
@@ -2763,10 +2763,10 @@ function oo() {
|
|
|
2763
2763
|
// @method removeHooks()
|
|
2764
2764
|
// Called when the handler is disabled, should remove the event hooks added previously.
|
|
2765
2765
|
});
|
|
2766
|
-
|
|
2766
|
+
wt.addTo = function(t, e) {
|
|
2767
2767
|
return t.addHandler(e, this), this;
|
|
2768
2768
|
};
|
|
2769
|
-
var Jo = { Events: dt }, pn = C.touch ? "touchstart mousedown" : "mousedown",
|
|
2769
|
+
var Jo = { Events: dt }, pn = C.touch ? "touchstart mousedown" : "mousedown", Ct = Kt.extend({
|
|
2770
2770
|
options: {
|
|
2771
2771
|
// @section
|
|
2772
2772
|
// @aka Draggable options
|
|
@@ -2788,18 +2788,18 @@ function oo() {
|
|
|
2788
2788
|
// @method disable()
|
|
2789
2789
|
// Disables the dragging ability
|
|
2790
2790
|
disable: function() {
|
|
2791
|
-
this._enabled && (
|
|
2791
|
+
this._enabled && (Ct._dragging === this && this.finishDrag(!0), W(this._dragStartTarget, pn, this._onDown, this), this._enabled = !1, this._moved = !1);
|
|
2792
2792
|
},
|
|
2793
2793
|
_onDown: function(t) {
|
|
2794
2794
|
if (this._enabled && (this._moved = !1, !$e(this._element, "leaflet-zoom-anim"))) {
|
|
2795
2795
|
if (t.touches && t.touches.length !== 1) {
|
|
2796
|
-
|
|
2796
|
+
Ct._dragging === this && this.finishDrag();
|
|
2797
2797
|
return;
|
|
2798
2798
|
}
|
|
2799
|
-
if (!(
|
|
2799
|
+
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)) {
|
|
2800
2800
|
this.fire("down");
|
|
2801
2801
|
var e = t.touches ? t.touches[0] : t, i = sn(this._element);
|
|
2802
|
-
this._startPoint = new z(e.clientX, e.clientY), this._startPos =
|
|
2802
|
+
this._startPoint = new z(e.clientX, e.clientY), this._startPos = Dt(this._element), this._parentScale = si(i);
|
|
2803
2803
|
var o = t.type === "mousedown";
|
|
2804
2804
|
O(document, o ? "mousemove" : "touchmove", this._onMove, this), O(document, o ? "mouseup" : "touchend touchcancel", this._onUp, this);
|
|
2805
2805
|
}
|
|
@@ -2812,20 +2812,20 @@ function oo() {
|
|
|
2812
2812
|
return;
|
|
2813
2813
|
}
|
|
2814
2814
|
var e = t.touches && t.touches.length === 1 ? t.touches[0] : t, i = new z(e.clientX, e.clientY)._subtract(this._startPoint);
|
|
2815
|
-
!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,
|
|
2815
|
+
!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());
|
|
2816
2816
|
}
|
|
2817
2817
|
},
|
|
2818
2818
|
_updatePosition: function() {
|
|
2819
2819
|
var t = { originalEvent: this._lastEvent };
|
|
2820
|
-
this.fire("predrag", t),
|
|
2820
|
+
this.fire("predrag", t), Q(this._element, this._newPos), this.fire("drag", t);
|
|
2821
2821
|
},
|
|
2822
2822
|
_onUp: function() {
|
|
2823
2823
|
this._enabled && this.finishDrag();
|
|
2824
2824
|
},
|
|
2825
2825
|
finishDrag: function(t) {
|
|
2826
|
-
|
|
2826
|
+
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();
|
|
2827
2827
|
var e = this._moved && this._moving;
|
|
2828
|
-
this._moving = !1,
|
|
2828
|
+
this._moving = !1, Ct._dragging = !1, e && this.fire("dragend", {
|
|
2829
2829
|
noInertia: t,
|
|
2830
2830
|
distance: this._newPos.distanceTo(this._startPos)
|
|
2831
2831
|
});
|
|
@@ -2834,10 +2834,10 @@ function oo() {
|
|
|
2834
2834
|
function mn(t, e, i) {
|
|
2835
2835
|
var o, l = [1, 4, 2, 8], d, p, v, y, b, M, S, R;
|
|
2836
2836
|
for (d = 0, M = t.length; d < M; d++)
|
|
2837
|
-
t[d]._code =
|
|
2837
|
+
t[d]._code = Ot(t[d], e);
|
|
2838
2838
|
for (v = 0; v < 4; v++) {
|
|
2839
2839
|
for (S = l[v], o = [], d = 0, M = t.length, p = M - 1; d < M; p = d++)
|
|
2840
|
-
y = t[d], b = t[p], y._code & S ? b._code & S || (R = xe(b, y, S, e, i), R._code =
|
|
2840
|
+
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));
|
|
2841
2841
|
t = o;
|
|
2842
2842
|
}
|
|
2843
2843
|
return t;
|
|
@@ -2847,14 +2847,14 @@ function oo() {
|
|
|
2847
2847
|
if (!t || t.length === 0)
|
|
2848
2848
|
throw new Error("latlngs not passed");
|
|
2849
2849
|
pt(t) || (console.warn("latlngs are not flat! Only the first ring will be used"), t = t[0]);
|
|
2850
|
-
var S = U([0, 0]), R =
|
|
2850
|
+
var S = U([0, 0]), R = X(t), st = R.getNorthWest().distanceTo(R.getSouthWest()) * R.getNorthEast().distanceTo(R.getNorthWest());
|
|
2851
2851
|
st < 1700 && (S = pi(t));
|
|
2852
|
-
var
|
|
2853
|
-
for (i = 0; i <
|
|
2852
|
+
var et = t.length, mt = [];
|
|
2853
|
+
for (i = 0; i < et; i++) {
|
|
2854
2854
|
var ct = U(t[i]);
|
|
2855
2855
|
mt.push(e.project(U([ct.lat - S.lat, ct.lng - S.lng])));
|
|
2856
2856
|
}
|
|
2857
|
-
for (v = y = b = 0, i = 0, o =
|
|
2857
|
+
for (v = y = b = 0, i = 0, o = et - 1; i < et; o = i++)
|
|
2858
2858
|
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;
|
|
2859
2859
|
v === 0 ? M = mt[0] : M = [y / v, b / v];
|
|
2860
2860
|
var Yt = e.unproject(I(M));
|
|
@@ -2906,20 +2906,20 @@ function oo() {
|
|
|
2906
2906
|
}
|
|
2907
2907
|
var yn;
|
|
2908
2908
|
function Ln(t, e, i, o, l) {
|
|
2909
|
-
var d = o ? yn :
|
|
2909
|
+
var d = o ? yn : Ot(t, i), p = Ot(e, i), v, y, b;
|
|
2910
2910
|
for (yn = p; ; ) {
|
|
2911
2911
|
if (!(d | p))
|
|
2912
2912
|
return [t, e];
|
|
2913
2913
|
if (d & p)
|
|
2914
2914
|
return !1;
|
|
2915
|
-
v = d || p, y = xe(t, e, v, i, l), b =
|
|
2915
|
+
v = d || p, y = xe(t, e, v, i, l), b = Ot(y, i), v === d ? (t = y, d = b) : (e = y, p = b);
|
|
2916
2916
|
}
|
|
2917
2917
|
}
|
|
2918
2918
|
function xe(t, e, i, o, l) {
|
|
2919
2919
|
var d = e.x - t.x, p = e.y - t.y, v = o.min, y = o.max, b, M;
|
|
2920
2920
|
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);
|
|
2921
2921
|
}
|
|
2922
|
-
function
|
|
2922
|
+
function Ot(t, e) {
|
|
2923
2923
|
var i = 0;
|
|
2924
2924
|
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;
|
|
2925
2925
|
}
|
|
@@ -2942,20 +2942,20 @@ function oo() {
|
|
|
2942
2942
|
if (!t || t.length === 0)
|
|
2943
2943
|
throw new Error("latlngs not passed");
|
|
2944
2944
|
pt(t) || (console.warn("latlngs are not flat! Only the first ring will be used"), t = t[0]);
|
|
2945
|
-
var M = U([0, 0]), S =
|
|
2945
|
+
var M = U([0, 0]), S = X(t), R = S.getNorthWest().distanceTo(S.getSouthWest()) * S.getNorthEast().distanceTo(S.getNorthWest());
|
|
2946
2946
|
R < 1700 && (M = pi(t));
|
|
2947
|
-
var st = t.length,
|
|
2947
|
+
var st = t.length, et = [];
|
|
2948
2948
|
for (i = 0; i < st; i++) {
|
|
2949
2949
|
var mt = U(t[i]);
|
|
2950
|
-
|
|
2950
|
+
et.push(e.project(U([mt.lat - M.lat, mt.lng - M.lng])));
|
|
2951
2951
|
}
|
|
2952
2952
|
for (i = 0, o = 0; i < st - 1; i++)
|
|
2953
|
-
o +=
|
|
2953
|
+
o += et[i].distanceTo(et[i + 1]) / 2;
|
|
2954
2954
|
if (o === 0)
|
|
2955
|
-
b =
|
|
2955
|
+
b = et[0];
|
|
2956
2956
|
else
|
|
2957
2957
|
for (i = 0, d = 0; i < st - 1; i++)
|
|
2958
|
-
if (p =
|
|
2958
|
+
if (p = et[i], v = et[i + 1], l = p.distanceTo(v), d += l, d > o) {
|
|
2959
2959
|
y = (d - o) / l, b = [
|
|
2960
2960
|
v.x - y * (v.x - p.x),
|
|
2961
2961
|
v.y - y * (v.y - p.y)
|
|
@@ -2972,7 +2972,7 @@ function oo() {
|
|
|
2972
2972
|
closestPointOnSegment: Xo,
|
|
2973
2973
|
clipSegment: Ln,
|
|
2974
2974
|
_getEdgeIntersection: xe,
|
|
2975
|
-
_getBitCode:
|
|
2975
|
+
_getBitCode: Ot,
|
|
2976
2976
|
_sqClosestPointOnSegment: se,
|
|
2977
2977
|
isFlat: pt,
|
|
2978
2978
|
_flat: wn,
|
|
@@ -2982,13 +2982,13 @@ function oo() {
|
|
|
2982
2982
|
return new z(t.lng, t.lat);
|
|
2983
2983
|
},
|
|
2984
2984
|
unproject: function(t) {
|
|
2985
|
-
return new
|
|
2985
|
+
return new V(t.y, t.x);
|
|
2986
2986
|
},
|
|
2987
|
-
bounds: new
|
|
2987
|
+
bounds: new j([-180, -90], [180, 90])
|
|
2988
2988
|
}, gi = {
|
|
2989
2989
|
R: 6378137,
|
|
2990
2990
|
R_MINOR: 6356752314245179e-9,
|
|
2991
|
-
bounds: new
|
|
2991
|
+
bounds: new j([-2003750834279e-5, -1549657073972e-5], [2003750834279e-5, 1876465623138e-5]),
|
|
2992
2992
|
project: function(t) {
|
|
2993
2993
|
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);
|
|
2994
2994
|
return o = -i * Math.log(Math.max(v, 1e-10)), new z(t.lng * e * i, o);
|
|
@@ -2996,21 +2996,21 @@ function oo() {
|
|
|
2996
2996
|
unproject: function(t) {
|
|
2997
2997
|
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++)
|
|
2998
2998
|
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;
|
|
2999
|
-
return new
|
|
2999
|
+
return new V(p * e, t.x * e / i);
|
|
3000
3000
|
}
|
|
3001
3001
|
}, ir = {
|
|
3002
3002
|
__proto__: null,
|
|
3003
3003
|
LonLat: _i,
|
|
3004
3004
|
Mercator: gi,
|
|
3005
3005
|
SphericalMercator: Ge
|
|
3006
|
-
}, nr = n({},
|
|
3006
|
+
}, nr = n({}, Pt, {
|
|
3007
3007
|
code: "EPSG:3395",
|
|
3008
3008
|
projection: gi,
|
|
3009
3009
|
transformation: (function() {
|
|
3010
3010
|
var t = 0.5 / (Math.PI * gi.R);
|
|
3011
3011
|
return Xt(t, 0.5, -t, 0.5);
|
|
3012
3012
|
})()
|
|
3013
|
-
}), xn = n({},
|
|
3013
|
+
}), xn = n({}, Pt, {
|
|
3014
3014
|
code: "EPSG:4326",
|
|
3015
3015
|
projection: _i,
|
|
3016
3016
|
transformation: Xt(1 / 180, 1, -1 / 180, 0.5)
|
|
@@ -3029,8 +3029,8 @@ function oo() {
|
|
|
3029
3029
|
},
|
|
3030
3030
|
infinite: !0
|
|
3031
3031
|
});
|
|
3032
|
-
xt.Earth =
|
|
3033
|
-
var
|
|
3032
|
+
xt.Earth = Pt, xt.EPSG3395 = nr, xt.EPSG3857 = We, xt.EPSG900913 = ho, xt.EPSG4326 = xn, xt.Simple = or;
|
|
3033
|
+
var vt = Kt.extend({
|
|
3034
3034
|
// Classes extending `L.Layer` will inherit the following options:
|
|
3035
3035
|
options: {
|
|
3036
3036
|
// @option pane: String = 'overlayPane'
|
|
@@ -3147,7 +3147,7 @@ function oo() {
|
|
|
3147
3147
|
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);
|
|
3148
3148
|
}
|
|
3149
3149
|
});
|
|
3150
|
-
var Ht =
|
|
3150
|
+
var Ht = vt.extend({
|
|
3151
3151
|
initialize: function(t, e) {
|
|
3152
3152
|
A(this, e), this._layers = {};
|
|
3153
3153
|
var i, o;
|
|
@@ -3386,13 +3386,13 @@ function oo() {
|
|
|
3386
3386
|
var i = document.querySelector('link[href$="leaflet.css"]');
|
|
3387
3387
|
return i ? i.href.substring(0, i.href.length - 11 - 1) : "";
|
|
3388
3388
|
}
|
|
3389
|
-
}), kn =
|
|
3389
|
+
}), kn = wt.extend({
|
|
3390
3390
|
initialize: function(t) {
|
|
3391
3391
|
this._marker = t;
|
|
3392
3392
|
},
|
|
3393
3393
|
addHooks: function() {
|
|
3394
3394
|
var t = this._marker._icon;
|
|
3395
|
-
this._draggable || (this._draggable = new
|
|
3395
|
+
this._draggable || (this._draggable = new Ct(t, t, !0)), this._draggable.on({
|
|
3396
3396
|
dragstart: this._onDragStart,
|
|
3397
3397
|
predrag: this._onPreDrag,
|
|
3398
3398
|
drag: this._onDrag,
|
|
@@ -3405,13 +3405,13 @@ function oo() {
|
|
|
3405
3405
|
predrag: this._onPreDrag,
|
|
3406
3406
|
drag: this._onDrag,
|
|
3407
3407
|
dragend: this._onDragEnd
|
|
3408
|
-
}, this).disable(), this._marker._icon &&
|
|
3408
|
+
}, this).disable(), this._marker._icon && K(this._marker._icon, "leaflet-marker-draggable");
|
|
3409
3409
|
},
|
|
3410
3410
|
moved: function() {
|
|
3411
3411
|
return this._draggable && this._draggable._moved;
|
|
3412
3412
|
},
|
|
3413
3413
|
_adjustPan: function(t) {
|
|
3414
|
-
var e = this._marker, i = e._map, o = this._marker.options.autoPanSpeed, l = this._marker.options.autoPanPadding, d =
|
|
3414
|
+
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(
|
|
3415
3415
|
p.min._subtract(v).add(l),
|
|
3416
3416
|
p.max._subtract(v).subtract(l)
|
|
3417
3417
|
);
|
|
@@ -3420,23 +3420,23 @@ function oo() {
|
|
|
3420
3420
|
(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),
|
|
3421
3421
|
(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)
|
|
3422
3422
|
).multiplyBy(o);
|
|
3423
|
-
i.panBy(b, { animate: !1 }), this._draggable._newPos._add(b), this._draggable._startPos._add(b),
|
|
3423
|
+
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));
|
|
3424
3424
|
}
|
|
3425
3425
|
},
|
|
3426
3426
|
_onDragStart: function() {
|
|
3427
3427
|
this._oldLatLng = this._marker.getLatLng(), this._marker.closePopup && this._marker.closePopup(), this._marker.fire("movestart").fire("dragstart");
|
|
3428
3428
|
},
|
|
3429
3429
|
_onPreDrag: function(t) {
|
|
3430
|
-
this._marker.options.autoPan && (
|
|
3430
|
+
this._marker.options.autoPan && (rt(this._panRequest), this._panRequest = ot(this._adjustPan.bind(this, t)));
|
|
3431
3431
|
},
|
|
3432
3432
|
_onDrag: function(t) {
|
|
3433
|
-
var e = this._marker, i = e._shadow, o =
|
|
3434
|
-
i &&
|
|
3433
|
+
var e = this._marker, i = e._shadow, o = Dt(e._icon), l = e._map.layerPointToLatLng(o);
|
|
3434
|
+
i && Q(i, o), e._latlng = l, t.latlng = l, t.oldLatLng = this._oldLatLng, e.fire("move", t).fire("drag", t);
|
|
3435
3435
|
},
|
|
3436
3436
|
_onDragEnd: function(t) {
|
|
3437
|
-
|
|
3437
|
+
rt(this._panRequest), delete this._oldLatLng, this._marker.fire("moveend").fire("dragend", t);
|
|
3438
3438
|
}
|
|
3439
|
-
}), ke =
|
|
3439
|
+
}), ke = vt.extend({
|
|
3440
3440
|
// @section
|
|
3441
3441
|
// @aka Marker options
|
|
3442
3442
|
options: {
|
|
@@ -3568,13 +3568,13 @@ function oo() {
|
|
|
3568
3568
|
this.options.riseOnHover && this.off({
|
|
3569
3569
|
mouseover: this._bringToFront,
|
|
3570
3570
|
mouseout: this._resetZIndex
|
|
3571
|
-
}), this.options.autoPanOnFocus && W(this._icon, "focus", this._panOnFocus, this),
|
|
3571
|
+
}), this.options.autoPanOnFocus && W(this._icon, "focus", this._panOnFocus, this), J(this._icon), this.removeInteractiveTarget(this._icon), this._icon = null;
|
|
3572
3572
|
},
|
|
3573
3573
|
_removeShadow: function() {
|
|
3574
|
-
this._shadow &&
|
|
3574
|
+
this._shadow && J(this._shadow), this._shadow = null;
|
|
3575
3575
|
},
|
|
3576
3576
|
_setPos: function(t) {
|
|
3577
|
-
this._icon &&
|
|
3577
|
+
this._icon && Q(this._icon, t), this._shadow && Q(this._shadow, t), this._zIndex = t.y + this.options.zIndexOffset, this._resetZIndex();
|
|
3578
3578
|
},
|
|
3579
3579
|
_updateZIndex: function(t) {
|
|
3580
3580
|
this._icon && (this._icon.style.zIndex = this._zIndex + t);
|
|
@@ -3624,7 +3624,7 @@ function oo() {
|
|
|
3624
3624
|
function lr(t, e) {
|
|
3625
3625
|
return new ke(t, e);
|
|
3626
3626
|
}
|
|
3627
|
-
var
|
|
3627
|
+
var Tt = vt.extend({
|
|
3628
3628
|
// @section
|
|
3629
3629
|
// @aka Path options
|
|
3630
3630
|
options: {
|
|
@@ -3710,7 +3710,7 @@ function oo() {
|
|
|
3710
3710
|
_clickTolerance: function() {
|
|
3711
3711
|
return (this.options.stroke ? this.options.weight / 2 : 0) + (this._renderer.options.tolerance || 0);
|
|
3712
3712
|
}
|
|
3713
|
-
}), Ae =
|
|
3713
|
+
}), Ae = Tt.extend({
|
|
3714
3714
|
// @section
|
|
3715
3715
|
// @aka CircleMarker options
|
|
3716
3716
|
options: {
|
|
@@ -3745,14 +3745,14 @@ function oo() {
|
|
|
3745
3745
|
},
|
|
3746
3746
|
setStyle: function(t) {
|
|
3747
3747
|
var e = t && t.radius || this._radius;
|
|
3748
|
-
return
|
|
3748
|
+
return Tt.prototype.setStyle.call(this, t), this.setRadius(e), this;
|
|
3749
3749
|
},
|
|
3750
3750
|
_project: function() {
|
|
3751
3751
|
this._point = this._map.latLngToLayerPoint(this._latlng), this._updateBounds();
|
|
3752
3752
|
},
|
|
3753
3753
|
_updateBounds: function() {
|
|
3754
3754
|
var t = this._radius, e = this._radiusY || t, i = this._clickTolerance(), o = [t + i, e + i];
|
|
3755
|
-
this._pxBounds = new
|
|
3755
|
+
this._pxBounds = new j(this._point.subtract(o), this._point.add(o));
|
|
3756
3756
|
},
|
|
3757
3757
|
_update: function() {
|
|
3758
3758
|
this._map && this._updatePath();
|
|
@@ -3796,11 +3796,11 @@ function oo() {
|
|
|
3796
3796
|
this._map.layerPointToLatLng(this._point.add(t))
|
|
3797
3797
|
);
|
|
3798
3798
|
},
|
|
3799
|
-
setStyle:
|
|
3799
|
+
setStyle: Tt.prototype.setStyle,
|
|
3800
3800
|
_project: function() {
|
|
3801
3801
|
var t = this._latlng.lng, e = this._latlng.lat, i = this._map, o = i.options.crs;
|
|
3802
|
-
if (o.distance ===
|
|
3803
|
-
var l = Math.PI / 180, d = this._mRadius /
|
|
3802
|
+
if (o.distance === Pt.distance) {
|
|
3803
|
+
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;
|
|
3804
3804
|
(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;
|
|
3805
3805
|
} else {
|
|
3806
3806
|
var S = o.unproject(o.project(this._latlng).subtract([this._mRadius, 0]));
|
|
@@ -3812,7 +3812,7 @@ function oo() {
|
|
|
3812
3812
|
function cr(t, e, i) {
|
|
3813
3813
|
return new vi(t, e, i);
|
|
3814
3814
|
}
|
|
3815
|
-
var At =
|
|
3815
|
+
var At = Tt.extend({
|
|
3816
3816
|
// @section
|
|
3817
3817
|
// @aka Polyline options
|
|
3818
3818
|
options: {
|
|
@@ -3885,19 +3885,19 @@ function oo() {
|
|
|
3885
3885
|
return e;
|
|
3886
3886
|
},
|
|
3887
3887
|
_project: function() {
|
|
3888
|
-
var t = new
|
|
3888
|
+
var t = new j();
|
|
3889
3889
|
this._rings = [], this._projectLatlngs(this._latlngs, this._rings, t), this._bounds.isValid() && t.isValid() && (this._rawPxBounds = t, this._updateBounds());
|
|
3890
3890
|
},
|
|
3891
3891
|
_updateBounds: function() {
|
|
3892
3892
|
var t = this._clickTolerance(), e = new z(t, t);
|
|
3893
|
-
this._rawPxBounds && (this._pxBounds = new
|
|
3893
|
+
this._rawPxBounds && (this._pxBounds = new j([
|
|
3894
3894
|
this._rawPxBounds.min.subtract(e),
|
|
3895
3895
|
this._rawPxBounds.max.add(e)
|
|
3896
3896
|
]));
|
|
3897
3897
|
},
|
|
3898
3898
|
// recursively turns latlngs into a set of rings with projected coordinates
|
|
3899
3899
|
_projectLatlngs: function(t, e, i) {
|
|
3900
|
-
var o = t[0] instanceof
|
|
3900
|
+
var o = t[0] instanceof V, l = t.length, d, p;
|
|
3901
3901
|
if (o) {
|
|
3902
3902
|
for (p = [], d = 0; d < l; d++)
|
|
3903
3903
|
p[d] = this._map.latLngToLayerPoint(t[d]), i.extend(p[d]);
|
|
@@ -3963,7 +3963,7 @@ function oo() {
|
|
|
3963
3963
|
},
|
|
3964
3964
|
_convertLatLngs: function(t) {
|
|
3965
3965
|
var e = At.prototype._convertLatLngs.call(this, t), i = e.length;
|
|
3966
|
-
return i >= 2 && e[0] instanceof
|
|
3966
|
+
return i >= 2 && e[0] instanceof V && e[0].equals(e[i - 1]) && e.pop(), e;
|
|
3967
3967
|
},
|
|
3968
3968
|
_setLatLngs: function(t) {
|
|
3969
3969
|
At.prototype._setLatLngs.call(this, t), pt(this._latlngs) && (this._latlngs = [this._latlngs]);
|
|
@@ -3973,7 +3973,7 @@ function oo() {
|
|
|
3973
3973
|
},
|
|
3974
3974
|
_clipPoints: function() {
|
|
3975
3975
|
var t = this._renderer._bounds, e = this.options.weight, i = new z(e, e);
|
|
3976
|
-
if (t = new
|
|
3976
|
+
if (t = new j(t.min.subtract(i), t.max.add(i)), this._parts = [], !(!this._pxBounds || !this._pxBounds.intersects(t))) {
|
|
3977
3977
|
if (this.options.noClip) {
|
|
3978
3978
|
this._parts = this._rings;
|
|
3979
3979
|
return;
|
|
@@ -4125,7 +4125,7 @@ function oo() {
|
|
|
4125
4125
|
return t ? t(e, i) : new ke(i, o && o.markersInheritOptions && o);
|
|
4126
4126
|
}
|
|
4127
4127
|
function yi(t) {
|
|
4128
|
-
return new
|
|
4128
|
+
return new V(t[1], t[0], t[2]);
|
|
4129
4129
|
}
|
|
4130
4130
|
function Ee(t, e, i) {
|
|
4131
4131
|
for (var o = [], l = 0, d = t.length, p; l < d; l++)
|
|
@@ -4214,7 +4214,7 @@ function oo() {
|
|
|
4214
4214
|
function Mn(t, e) {
|
|
4215
4215
|
return new Mt(t, e);
|
|
4216
4216
|
}
|
|
4217
|
-
var fr = Mn, Te =
|
|
4217
|
+
var fr = Mn, Te = vt.extend({
|
|
4218
4218
|
// @section
|
|
4219
4219
|
// @aka ImageOverlay options
|
|
4220
4220
|
options: {
|
|
@@ -4243,13 +4243,13 @@ function oo() {
|
|
|
4243
4243
|
className: ""
|
|
4244
4244
|
},
|
|
4245
4245
|
initialize: function(t, e, i) {
|
|
4246
|
-
this._url = t, this._bounds =
|
|
4246
|
+
this._url = t, this._bounds = X(e), A(this, i);
|
|
4247
4247
|
},
|
|
4248
4248
|
onAdd: function() {
|
|
4249
4249
|
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();
|
|
4250
4250
|
},
|
|
4251
4251
|
onRemove: function() {
|
|
4252
|
-
|
|
4252
|
+
J(this._image), this.options.interactive && this.removeInteractiveTarget(this._image);
|
|
4253
4253
|
},
|
|
4254
4254
|
// @method setOpacity(opacity: Number): this
|
|
4255
4255
|
// Sets the opacity of the overlay.
|
|
@@ -4277,7 +4277,7 @@ function oo() {
|
|
|
4277
4277
|
// @method setBounds(bounds: LatLngBounds): this
|
|
4278
4278
|
// Update the bounds that this ImageOverlay covers
|
|
4279
4279
|
setBounds: function(t) {
|
|
4280
|
-
return this._bounds =
|
|
4280
|
+
return this._bounds = X(t), this._map && this._reset(), this;
|
|
4281
4281
|
},
|
|
4282
4282
|
getEvents: function() {
|
|
4283
4283
|
var t = {
|
|
@@ -4312,14 +4312,14 @@ function oo() {
|
|
|
4312
4312
|
},
|
|
4313
4313
|
_animateZoom: function(t) {
|
|
4314
4314
|
var e = this._map.getZoomScale(t.zoom), i = this._map._latLngBoundsToNewLayerBounds(this._bounds, t.zoom, t.center).min;
|
|
4315
|
-
|
|
4315
|
+
St(this._image, i, e);
|
|
4316
4316
|
},
|
|
4317
4317
|
_reset: function() {
|
|
4318
|
-
var t = this._image, e = new
|
|
4318
|
+
var t = this._image, e = new j(
|
|
4319
4319
|
this._map.latLngToLayerPoint(this._bounds.getNorthWest()),
|
|
4320
4320
|
this._map.latLngToLayerPoint(this._bounds.getSouthEast())
|
|
4321
4321
|
), i = e.getSize();
|
|
4322
|
-
|
|
4322
|
+
Q(t, e.min), t.style.width = i.x + "px", t.style.height = i.y + "px";
|
|
4323
4323
|
},
|
|
4324
4324
|
_updateOpacity: function() {
|
|
4325
4325
|
ft(this._image, this.options.opacity);
|
|
@@ -4394,7 +4394,7 @@ function oo() {
|
|
|
4394
4394
|
function _r(t, e, i) {
|
|
4395
4395
|
return new Pn(t, e, i);
|
|
4396
4396
|
}
|
|
4397
|
-
var
|
|
4397
|
+
var bt = vt.extend({
|
|
4398
4398
|
// @section
|
|
4399
4399
|
// @aka DivOverlay options
|
|
4400
4400
|
options: {
|
|
@@ -4416,7 +4416,7 @@ function oo() {
|
|
|
4416
4416
|
content: ""
|
|
4417
4417
|
},
|
|
4418
4418
|
initialize: function(t, e) {
|
|
4419
|
-
t && (t instanceof
|
|
4419
|
+
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);
|
|
4420
4420
|
},
|
|
4421
4421
|
// @method openOn(map: Map): this
|
|
4422
4422
|
// Adds the overlay to the map.
|
|
@@ -4442,7 +4442,7 @@ function oo() {
|
|
|
4442
4442
|
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));
|
|
4443
4443
|
},
|
|
4444
4444
|
onRemove: function(t) {
|
|
4445
|
-
t._fadeAnimated ? (ft(this._container, 0), this._removeTimeout = setTimeout(a(
|
|
4445
|
+
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));
|
|
4446
4446
|
},
|
|
4447
4447
|
// @namespace DivOverlay
|
|
4448
4448
|
// @method getLatLng: LatLng
|
|
@@ -4542,7 +4542,7 @@ function oo() {
|
|
|
4542
4542
|
_updatePosition: function() {
|
|
4543
4543
|
if (this._map) {
|
|
4544
4544
|
var t = this._map.latLngToLayerPoint(this._latlng), e = I(this.options.offset), i = this._getAnchor();
|
|
4545
|
-
this._zoomAnimated ?
|
|
4545
|
+
this._zoomAnimated ? Q(this._container, t.add(i)) : e = e.add(t).add(i);
|
|
4546
4546
|
var o = this._containerBottom = -e.y, l = this._containerLeft = -Math.round(this._containerWidth / 2) + e.x;
|
|
4547
4547
|
this._container.style.bottom = o + "px", this._container.style.left = l + "px";
|
|
4548
4548
|
}
|
|
@@ -4556,13 +4556,13 @@ function oo() {
|
|
|
4556
4556
|
var l = e;
|
|
4557
4557
|
return l instanceof t || (l = new t(o).setContent(e)), i && l.setLatLng(i), l;
|
|
4558
4558
|
}
|
|
4559
|
-
}),
|
|
4559
|
+
}), vt.include({
|
|
4560
4560
|
_initOverlay: function(t, e, i, o) {
|
|
4561
4561
|
var l = i;
|
|
4562
4562
|
return l instanceof t ? (A(l, o), l._source = this) : (l = e && !o ? e : new t(o, this), l.setContent(i)), l;
|
|
4563
4563
|
}
|
|
4564
4564
|
});
|
|
4565
|
-
var Se =
|
|
4565
|
+
var Se = bt.extend({
|
|
4566
4566
|
// @section
|
|
4567
4567
|
// @aka Popup options
|
|
4568
4568
|
options: {
|
|
@@ -4626,16 +4626,16 @@ function oo() {
|
|
|
4626
4626
|
// Alternative to `map.openPopup(popup)`.
|
|
4627
4627
|
// Adds the popup to the map and closes the previous one.
|
|
4628
4628
|
openOn: function(t) {
|
|
4629
|
-
return t = arguments.length ? t : this._source._map, !t.hasLayer(this) && t._popup && t._popup.options.autoClose && t.removeLayer(t._popup), t._popup = this,
|
|
4629
|
+
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);
|
|
4630
4630
|
},
|
|
4631
4631
|
onAdd: function(t) {
|
|
4632
|
-
|
|
4632
|
+
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));
|
|
4633
4633
|
},
|
|
4634
4634
|
onRemove: function(t) {
|
|
4635
|
-
|
|
4635
|
+
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));
|
|
4636
4636
|
},
|
|
4637
4637
|
getEvents: function() {
|
|
4638
|
-
var t =
|
|
4638
|
+
var t = bt.prototype.getEvents.call(this);
|
|
4639
4639
|
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;
|
|
4640
4640
|
},
|
|
4641
4641
|
_initLayout: function() {
|
|
@@ -4643,10 +4643,10 @@ function oo() {
|
|
|
4643
4643
|
"div",
|
|
4644
4644
|
t + " " + (this.options.className || "") + " leaflet-zoom-animated"
|
|
4645
4645
|
), i = this._wrapper = F("div", t + "-content-wrapper", e);
|
|
4646
|
-
if (this._contentNode = F("div", t + "-content", i), oe(e), ci(this._contentNode), O(e, "contextmenu",
|
|
4646
|
+
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) {
|
|
4647
4647
|
var o = this._closeButton = F("a", t + "-close-button", e);
|
|
4648
4648
|
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) {
|
|
4649
|
-
|
|
4649
|
+
it(l), this.close();
|
|
4650
4650
|
}, this);
|
|
4651
4651
|
}
|
|
4652
4652
|
},
|
|
@@ -4656,11 +4656,11 @@ function oo() {
|
|
|
4656
4656
|
var i = t.offsetWidth;
|
|
4657
4657
|
i = Math.min(i, this.options.maxWidth), i = Math.max(i, this.options.minWidth), e.width = i + 1 + "px", e.whiteSpace = "", e.height = "";
|
|
4658
4658
|
var o = t.offsetHeight, l = this.options.maxHeight, d = "leaflet-popup-scrolled";
|
|
4659
|
-
l && o > l ? (e.height = l + "px", B(t, d)) :
|
|
4659
|
+
l && o > l ? (e.height = l + "px", B(t, d)) : K(t, d), this._containerWidth = this._container.offsetWidth;
|
|
4660
4660
|
},
|
|
4661
4661
|
_animateZoom: function(t) {
|
|
4662
4662
|
var e = this._map._latLngToNewLayerPoint(this._latlng, t.zoom, t.center), i = this._getAnchor();
|
|
4663
|
-
|
|
4663
|
+
Q(this._container, e.add(i));
|
|
4664
4664
|
},
|
|
4665
4665
|
_adjustPan: function() {
|
|
4666
4666
|
if (this.options.autoPan) {
|
|
@@ -4669,7 +4669,7 @@ function oo() {
|
|
|
4669
4669
|
return;
|
|
4670
4670
|
}
|
|
4671
4671
|
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);
|
|
4672
|
-
l._add(
|
|
4672
|
+
l._add(Dt(this._container));
|
|
4673
4673
|
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;
|
|
4674
4674
|
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]));
|
|
4675
4675
|
}
|
|
@@ -4696,7 +4696,7 @@ function oo() {
|
|
|
4696
4696
|
closePopup: function(t) {
|
|
4697
4697
|
return t = arguments.length ? t : this._popup, t && t.close(), this;
|
|
4698
4698
|
}
|
|
4699
|
-
}),
|
|
4699
|
+
}), vt.include({
|
|
4700
4700
|
// @method bindPopup(content: String|HTMLElement|Function|Popup, options?: Popup options): this
|
|
4701
4701
|
// Binds a popup to the layer with the passed `content` and sets up the
|
|
4702
4702
|
// necessary event listeners. If a `Function` is passed it will receive
|
|
@@ -4751,9 +4751,9 @@ function oo() {
|
|
|
4751
4751
|
},
|
|
4752
4752
|
_openPopup: function(t) {
|
|
4753
4753
|
if (!(!this._popup || !this._map)) {
|
|
4754
|
-
|
|
4754
|
+
zt(t);
|
|
4755
4755
|
var e = t.layer || t.target;
|
|
4756
|
-
if (this._popup._source === e && !(e instanceof
|
|
4756
|
+
if (this._popup._source === e && !(e instanceof Tt)) {
|
|
4757
4757
|
this._map.hasLayer(this._popup) ? this.closePopup() : this.openPopup(t.latlng);
|
|
4758
4758
|
return;
|
|
4759
4759
|
}
|
|
@@ -4767,7 +4767,7 @@ function oo() {
|
|
|
4767
4767
|
t.originalEvent.keyCode === 13 && this._openPopup(t);
|
|
4768
4768
|
}
|
|
4769
4769
|
});
|
|
4770
|
-
var De =
|
|
4770
|
+
var De = bt.extend({
|
|
4771
4771
|
// @section
|
|
4772
4772
|
// @aka Tooltip options
|
|
4773
4773
|
options: {
|
|
@@ -4794,13 +4794,13 @@ function oo() {
|
|
|
4794
4794
|
opacity: 0.9
|
|
4795
4795
|
},
|
|
4796
4796
|
onAdd: function(t) {
|
|
4797
|
-
|
|
4797
|
+
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));
|
|
4798
4798
|
},
|
|
4799
4799
|
onRemove: function(t) {
|
|
4800
|
-
|
|
4800
|
+
bt.prototype.onRemove.call(this, t), t.fire("tooltipclose", { tooltip: this }), this._source && (this.removeEventParent(this._source), this._source.fire("tooltipclose", { tooltip: this }, !0));
|
|
4801
4801
|
},
|
|
4802
4802
|
getEvents: function() {
|
|
4803
|
-
var t =
|
|
4803
|
+
var t = bt.prototype.getEvents.call(this);
|
|
4804
4804
|
return this.options.permanent || (t.preclick = this.close), t;
|
|
4805
4805
|
},
|
|
4806
4806
|
_initLayout: function() {
|
|
@@ -4813,7 +4813,7 @@ function oo() {
|
|
|
4813
4813
|
},
|
|
4814
4814
|
_setPosition: function(t) {
|
|
4815
4815
|
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();
|
|
4816
|
-
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),
|
|
4816
|
+
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);
|
|
4817
4817
|
},
|
|
4818
4818
|
_updatePosition: function() {
|
|
4819
4819
|
var t = this._map.latLngToLayerPoint(this._latlng);
|
|
@@ -4846,7 +4846,7 @@ function oo() {
|
|
|
4846
4846
|
closeTooltip: function(t) {
|
|
4847
4847
|
return t.close(), this;
|
|
4848
4848
|
}
|
|
4849
|
-
}),
|
|
4849
|
+
}), vt.include({
|
|
4850
4850
|
// @method bindTooltip(content: String|HTMLElement|Function|Tooltip, options?: Tooltip options): this
|
|
4851
4851
|
// Binds a tooltip to the layer with the passed `content` and sets up the
|
|
4852
4852
|
// necessary event listeners. If a `Function` is passed it will receive
|
|
@@ -4963,7 +4963,7 @@ function oo() {
|
|
|
4963
4963
|
return new Cn(t);
|
|
4964
4964
|
}
|
|
4965
4965
|
Ft.Default = ae;
|
|
4966
|
-
var le =
|
|
4966
|
+
var le = vt.extend({
|
|
4967
4967
|
// @section
|
|
4968
4968
|
// @aka GridLayer options
|
|
4969
4969
|
options: {
|
|
@@ -5034,7 +5034,7 @@ function oo() {
|
|
|
5034
5034
|
t._addZoomLimit(this);
|
|
5035
5035
|
},
|
|
5036
5036
|
onRemove: function(t) {
|
|
5037
|
-
this._removeAllTiles(),
|
|
5037
|
+
this._removeAllTiles(), J(this._container), t._removeZoomLimit(this), this._container = null, this._tileZoom = void 0;
|
|
5038
5038
|
},
|
|
5039
5039
|
// @method bringToFront: this
|
|
5040
5040
|
// Brings the tile layer to the top of all tile layers.
|
|
@@ -5120,7 +5120,7 @@ function oo() {
|
|
|
5120
5120
|
ft(l.el, d), d < 1 ? e = !0 : (l.active ? i = !0 : this._onOpaqueTile(l), l.active = !0);
|
|
5121
5121
|
}
|
|
5122
5122
|
}
|
|
5123
|
-
i && !this._noPrune && this._pruneTiles(), e && (
|
|
5123
|
+
i && !this._noPrune && this._pruneTiles(), e && (rt(this._fadeFrame), this._fadeFrame = ot(this._updateOpacity, this));
|
|
5124
5124
|
}
|
|
5125
5125
|
},
|
|
5126
5126
|
_onOpaqueTile: w,
|
|
@@ -5131,7 +5131,7 @@ function oo() {
|
|
|
5131
5131
|
var t = this._tileZoom, e = this.options.maxZoom;
|
|
5132
5132
|
if (t !== void 0) {
|
|
5133
5133
|
for (var i in this._levels)
|
|
5134
|
-
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)) : (
|
|
5134
|
+
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]);
|
|
5135
5135
|
var o = this._levels[t], l = this._map;
|
|
5136
5136
|
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;
|
|
5137
5137
|
}
|
|
@@ -5167,7 +5167,7 @@ function oo() {
|
|
|
5167
5167
|
},
|
|
5168
5168
|
_invalidateAll: function() {
|
|
5169
5169
|
for (var t in this._levels)
|
|
5170
|
-
|
|
5170
|
+
J(this._levels[t].el), this._onRemoveLevel(Number(t)), delete this._levels[t];
|
|
5171
5171
|
this._removeAllTiles(), this._tileZoom = void 0;
|
|
5172
5172
|
},
|
|
5173
5173
|
_retainParent: function(t, e, i, o) {
|
|
@@ -5212,7 +5212,7 @@ function oo() {
|
|
|
5212
5212
|
},
|
|
5213
5213
|
_setZoomTransform: function(t, e, i) {
|
|
5214
5214
|
var o = this._map.getZoomScale(i, t.zoom), l = t.origin.multiplyBy(o).subtract(this._map._getNewPixelOrigin(e, i)).round();
|
|
5215
|
-
C.any3d ?
|
|
5215
|
+
C.any3d ? St(t.el, l, o) : Q(t.el, l);
|
|
5216
5216
|
},
|
|
5217
5217
|
_resetGrid: function() {
|
|
5218
5218
|
var t = this._map, e = t.options.crs, i = this._tileSize = this.getTileSize(), o = this._tileZoom, l = this._map.getPixelWorldBounds(this._tileZoom);
|
|
@@ -5229,7 +5229,7 @@ function oo() {
|
|
|
5229
5229
|
},
|
|
5230
5230
|
_getTiledPixelBounds: function(t) {
|
|
5231
5231
|
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);
|
|
5232
|
-
return new
|
|
5232
|
+
return new j(l.subtract(d), l.add(d));
|
|
5233
5233
|
},
|
|
5234
5234
|
// Private method to load tiles in the grid's active zoom level according to map bounds
|
|
5235
5235
|
_update: function(t) {
|
|
@@ -5237,7 +5237,7 @@ function oo() {
|
|
|
5237
5237
|
if (e) {
|
|
5238
5238
|
var i = this._clampZoom(e.getZoom());
|
|
5239
5239
|
if (t === void 0 && (t = e.getCenter()), this._tileZoom !== void 0) {
|
|
5240
|
-
var o = this._getTiledPixelBounds(t), l = this._pxBoundsToTileRange(o), d = l.getCenter(), p = [], v = this.options.keepBuffer, y = new
|
|
5240
|
+
var o = this._getTiledPixelBounds(t), l = this._pxBoundsToTileRange(o), d = l.getCenter(), p = [], v = this.options.keepBuffer, y = new j(
|
|
5241
5241
|
l.getBottomLeft().subtract([v, -v]),
|
|
5242
5242
|
l.getTopRight().add([v, -v])
|
|
5243
5243
|
);
|
|
@@ -5255,8 +5255,8 @@ function oo() {
|
|
|
5255
5255
|
for (var R = l.min.x; R <= l.max.x; R++) {
|
|
5256
5256
|
var st = new z(R, S);
|
|
5257
5257
|
if (st.z = this._tileZoom, !!this._isValidTile(st)) {
|
|
5258
|
-
var
|
|
5259
|
-
|
|
5258
|
+
var et = this._tiles[this._tileCoordsToKey(st)];
|
|
5259
|
+
et ? et.current = !0 : p.push(st);
|
|
5260
5260
|
}
|
|
5261
5261
|
}
|
|
5262
5262
|
if (p.sort(function(ct, Yt) {
|
|
@@ -5281,7 +5281,7 @@ function oo() {
|
|
|
5281
5281
|
if (!this.options.bounds)
|
|
5282
5282
|
return !0;
|
|
5283
5283
|
var o = this._tileCoordsToBounds(t);
|
|
5284
|
-
return
|
|
5284
|
+
return X(this.options.bounds).overlaps(o);
|
|
5285
5285
|
},
|
|
5286
5286
|
_keyToBounds: function(t) {
|
|
5287
5287
|
return this._tileCoordsToBounds(this._keyToTileCoords(t));
|
|
@@ -5306,7 +5306,7 @@ function oo() {
|
|
|
5306
5306
|
},
|
|
5307
5307
|
_removeTile: function(t) {
|
|
5308
5308
|
var e = this._tiles[t];
|
|
5309
|
-
e && (
|
|
5309
|
+
e && (J(e.el), delete this._tiles[t], this.fire("tileunload", {
|
|
5310
5310
|
tile: e.el,
|
|
5311
5311
|
coords: this._keyToTileCoords(t)
|
|
5312
5312
|
}));
|
|
@@ -5318,7 +5318,7 @@ function oo() {
|
|
|
5318
5318
|
},
|
|
5319
5319
|
_addTile: function(t, e) {
|
|
5320
5320
|
var i = this._getTilePos(t), o = this._tileCoordsToKey(t), l = this.createTile(this._wrapCoords(t), a(this._tileReady, this, t));
|
|
5321
|
-
this._initTile(l), this.createTile.length < 2 &&
|
|
5321
|
+
this._initTile(l), this.createTile.length < 2 && ot(a(this._tileReady, this, t, null, l)), Q(l, i), this._tiles[o] = {
|
|
5322
5322
|
el: l,
|
|
5323
5323
|
coords: t,
|
|
5324
5324
|
current: !0
|
|
@@ -5334,10 +5334,10 @@ function oo() {
|
|
|
5334
5334
|
coords: t
|
|
5335
5335
|
});
|
|
5336
5336
|
var o = this._tileCoordsToKey(t);
|
|
5337
|
-
i = this._tiles[o], i && (i.loaded = +/* @__PURE__ */ new Date(), this._map._fadeAnimated ? (ft(i.el, 0),
|
|
5337
|
+
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", {
|
|
5338
5338
|
tile: i.el,
|
|
5339
5339
|
coords: t
|
|
5340
|
-
})), this._noTilesToLoad() && (this._loading = !1, this.fire("load"), C.ielt9 || !this._map._fadeAnimated ?
|
|
5340
|
+
})), this._noTilesToLoad() && (this._loading = !1, this.fire("load"), C.ielt9 || !this._map._fadeAnimated ? ot(this._pruneTiles, this) : setTimeout(a(this._pruneTiles, this), 250)));
|
|
5341
5341
|
},
|
|
5342
5342
|
_getTilePos: function(t) {
|
|
5343
5343
|
return t.scaleBy(this.getTileSize()).subtract(this._level.origin);
|
|
@@ -5351,7 +5351,7 @@ function oo() {
|
|
|
5351
5351
|
},
|
|
5352
5352
|
_pxBoundsToTileRange: function(t) {
|
|
5353
5353
|
var e = this.getTileSize();
|
|
5354
|
-
return new
|
|
5354
|
+
return new j(
|
|
5355
5355
|
t.min.unscaleBy(e).floor(),
|
|
5356
5356
|
t.max.unscaleBy(e).ceil().subtract([1, 1])
|
|
5357
5357
|
);
|
|
@@ -5468,9 +5468,9 @@ function oo() {
|
|
|
5468
5468
|
var t, e;
|
|
5469
5469
|
for (t in this._tiles)
|
|
5470
5470
|
if (this._tiles[t].coords.z !== this._tileZoom && (e = this._tiles[t].el, e.onload = w, e.onerror = w, !e.complete)) {
|
|
5471
|
-
e.src =
|
|
5471
|
+
e.src = Y;
|
|
5472
5472
|
var i = this._tiles[t].coords;
|
|
5473
|
-
|
|
5473
|
+
J(e), delete this._tiles[t], this.fire("tileabort", {
|
|
5474
5474
|
tile: e,
|
|
5475
5475
|
coords: i
|
|
5476
5476
|
});
|
|
@@ -5479,10 +5479,10 @@ function oo() {
|
|
|
5479
5479
|
_removeTile: function(t) {
|
|
5480
5480
|
var e = this._tiles[t];
|
|
5481
5481
|
if (e)
|
|
5482
|
-
return e.el.setAttribute("src",
|
|
5482
|
+
return e.el.setAttribute("src", Y), le.prototype._removeTile.call(this, t);
|
|
5483
5483
|
},
|
|
5484
5484
|
_tileReady: function(t, e, i) {
|
|
5485
|
-
if (!(!this._map || i && i.getAttribute("src") ===
|
|
5485
|
+
if (!(!this._map || i && i.getAttribute("src") === Y))
|
|
5486
5486
|
return le.prototype._tileReady.call(this, t, e, i);
|
|
5487
5487
|
}
|
|
5488
5488
|
});
|
|
@@ -5551,7 +5551,7 @@ function oo() {
|
|
|
5551
5551
|
return new Sn(t, e);
|
|
5552
5552
|
}
|
|
5553
5553
|
Wt.WMS = Sn, Tn.wms = wr;
|
|
5554
|
-
var Et =
|
|
5554
|
+
var Et = vt.extend({
|
|
5555
5555
|
// @section
|
|
5556
5556
|
// @aka Renderer options
|
|
5557
5557
|
options: {
|
|
@@ -5586,7 +5586,7 @@ function oo() {
|
|
|
5586
5586
|
},
|
|
5587
5587
|
_updateTransform: function(t, e) {
|
|
5588
5588
|
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));
|
|
5589
|
-
C.any3d ?
|
|
5589
|
+
C.any3d ? St(this._container, d, i) : Q(this._container, d);
|
|
5590
5590
|
},
|
|
5591
5591
|
_reset: function() {
|
|
5592
5592
|
this._update(), this._updateTransform(this._center, this._zoom);
|
|
@@ -5603,7 +5603,7 @@ function oo() {
|
|
|
5603
5603
|
},
|
|
5604
5604
|
_update: function() {
|
|
5605
5605
|
var t = this.options.padding, e = this._map.getSize(), i = this._map.containerPointToLayerPoint(e.multiplyBy(-t)).round();
|
|
5606
|
-
this._bounds = new
|
|
5606
|
+
this._bounds = new j(i, i.add(e.multiplyBy(1 + t * 2)).round()), this._center = this._map.getCenter(), this._zoom = this._map.getZoom();
|
|
5607
5607
|
}
|
|
5608
5608
|
}), Dn = Et.extend({
|
|
5609
5609
|
// @section
|
|
@@ -5628,7 +5628,7 @@ function oo() {
|
|
|
5628
5628
|
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");
|
|
5629
5629
|
},
|
|
5630
5630
|
_destroyContainer: function() {
|
|
5631
|
-
|
|
5631
|
+
rt(this._redrawRequest), delete this._ctx, J(this._container), W(this._container), delete this._container;
|
|
5632
5632
|
},
|
|
5633
5633
|
_updatePaths: function() {
|
|
5634
5634
|
if (!this._postponeUpdatePaths) {
|
|
@@ -5643,7 +5643,7 @@ function oo() {
|
|
|
5643
5643
|
if (!(this._map._animatingZoom && this._bounds)) {
|
|
5644
5644
|
Et.prototype._update.call(this);
|
|
5645
5645
|
var t = this._bounds, e = this._container, i = t.getSize(), o = C.retina ? 2 : 1;
|
|
5646
|
-
|
|
5646
|
+
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");
|
|
5647
5647
|
}
|
|
5648
5648
|
},
|
|
5649
5649
|
_reset: function() {
|
|
@@ -5684,12 +5684,12 @@ function oo() {
|
|
|
5684
5684
|
t.options._dashArray = t.options.dashArray;
|
|
5685
5685
|
},
|
|
5686
5686
|
_requestRedraw: function(t) {
|
|
5687
|
-
this._map && (this._extendRedrawBounds(t), this._redrawRequest = this._redrawRequest ||
|
|
5687
|
+
this._map && (this._extendRedrawBounds(t), this._redrawRequest = this._redrawRequest || ot(this._redraw, this));
|
|
5688
5688
|
},
|
|
5689
5689
|
_extendRedrawBounds: function(t) {
|
|
5690
5690
|
if (t._pxBounds) {
|
|
5691
5691
|
var e = (t.options.weight || 0) + 1;
|
|
5692
|
-
this._redrawBounds = this._redrawBounds || new
|
|
5692
|
+
this._redrawBounds = this._redrawBounds || new j(), this._redrawBounds.extend(t._pxBounds.min.subtract([e, e])), this._redrawBounds.extend(t._pxBounds.max.add([e, e]));
|
|
5693
5693
|
}
|
|
5694
5694
|
},
|
|
5695
5695
|
_redraw: function() {
|
|
@@ -5752,7 +5752,7 @@ function oo() {
|
|
|
5752
5752
|
},
|
|
5753
5753
|
_handleMouseOut: function(t) {
|
|
5754
5754
|
var e = this._hoveredLayer;
|
|
5755
|
-
e && (
|
|
5755
|
+
e && (K(this._container, "leaflet-interactive"), this._fireEvent([e], t, "mouseout"), this._hoveredLayer = null, this._mouseHoverThrottled = !1);
|
|
5756
5756
|
},
|
|
5757
5757
|
_handleMouseHover: function(t, e) {
|
|
5758
5758
|
if (!this._mouseHoverThrottled) {
|
|
@@ -5819,7 +5819,7 @@ function oo() {
|
|
|
5819
5819
|
},
|
|
5820
5820
|
_removePath: function(t) {
|
|
5821
5821
|
var e = t._container;
|
|
5822
|
-
|
|
5822
|
+
J(e), t.removeInteractiveTarget(e), delete this._layers[f(t)];
|
|
5823
5823
|
},
|
|
5824
5824
|
_updateStyle: function(t) {
|
|
5825
5825
|
var e = t._stroke, i = t._fill, o = t.options, l = t._container;
|
|
@@ -5843,13 +5843,13 @@ function oo() {
|
|
|
5843
5843
|
this._container = Ie("svg"), this._container.setAttribute("pointer-events", "none"), this._rootGroup = Ie("g"), this._container.appendChild(this._rootGroup);
|
|
5844
5844
|
},
|
|
5845
5845
|
_destroyContainer: function() {
|
|
5846
|
-
|
|
5846
|
+
J(this._container), W(this._container), delete this._container, delete this._rootGroup, delete this._svgSize;
|
|
5847
5847
|
},
|
|
5848
5848
|
_update: function() {
|
|
5849
5849
|
if (!(this._map._animatingZoom && this._bounds)) {
|
|
5850
5850
|
Et.prototype._update.call(this);
|
|
5851
5851
|
var t = this._bounds, e = t.getSize(), i = this._container;
|
|
5852
|
-
(!this._svgSize || !this._svgSize.equals(e)) && (this._svgSize = e, i.setAttribute("width", e.x), i.setAttribute("height", e.y)),
|
|
5852
|
+
(!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");
|
|
5853
5853
|
}
|
|
5854
5854
|
},
|
|
5855
5855
|
// methods below are called by vector layers implementations
|
|
@@ -5861,7 +5861,7 @@ function oo() {
|
|
|
5861
5861
|
this._rootGroup || this._initContainer(), this._rootGroup.appendChild(t._path), t.addInteractiveTarget(t._path);
|
|
5862
5862
|
},
|
|
5863
5863
|
_removePath: function(t) {
|
|
5864
|
-
|
|
5864
|
+
J(t._path), t.removeInteractiveTarget(t._path), delete this._layers[f(t)];
|
|
5865
5865
|
},
|
|
5866
5866
|
_updatePath: function(t) {
|
|
5867
5867
|
t._project(), t._update();
|
|
@@ -5921,7 +5921,7 @@ function oo() {
|
|
|
5921
5921
|
return this.setLatLngs(this._boundsToLatLngs(t));
|
|
5922
5922
|
},
|
|
5923
5923
|
_boundsToLatLngs: function(t) {
|
|
5924
|
-
return t =
|
|
5924
|
+
return t = X(t), [
|
|
5925
5925
|
t.getSouthWest(),
|
|
5926
5926
|
t.getNorthWest(),
|
|
5927
5927
|
t.getNorthEast(),
|
|
@@ -5938,7 +5938,7 @@ function oo() {
|
|
|
5938
5938
|
// dragging the mouse while pressing the shift key.
|
|
5939
5939
|
boxZoom: !0
|
|
5940
5940
|
});
|
|
5941
|
-
var Bn =
|
|
5941
|
+
var Bn = wt.extend({
|
|
5942
5942
|
initialize: function(t) {
|
|
5943
5943
|
this._map = t, this._container = t._container, this._pane = t._panes.overlayPane, this._resetStateTimeout = 0, t.on("unload", this._destroy, this);
|
|
5944
5944
|
},
|
|
@@ -5952,7 +5952,7 @@ function oo() {
|
|
|
5952
5952
|
return this._moved;
|
|
5953
5953
|
},
|
|
5954
5954
|
_destroy: function() {
|
|
5955
|
-
|
|
5955
|
+
J(this._pane), delete this._pane;
|
|
5956
5956
|
},
|
|
5957
5957
|
_resetState: function() {
|
|
5958
5958
|
this._resetStateTimeout = 0, this._moved = !1;
|
|
@@ -5964,7 +5964,7 @@ function oo() {
|
|
|
5964
5964
|
if (!t.shiftKey || t.which !== 1 && t.button !== 1)
|
|
5965
5965
|
return !1;
|
|
5966
5966
|
this._clearDeferredResetState(), this._resetState(), ee(), ii(), this._startPoint = this._map.mouseEventToContainerPoint(t), O(document, {
|
|
5967
|
-
contextmenu:
|
|
5967
|
+
contextmenu: zt,
|
|
5968
5968
|
mousemove: this._onMouseMove,
|
|
5969
5969
|
mouseup: this._onMouseUp,
|
|
5970
5970
|
keydown: this._onKeyDown
|
|
@@ -5972,12 +5972,12 @@ function oo() {
|
|
|
5972
5972
|
},
|
|
5973
5973
|
_onMouseMove: function(t) {
|
|
5974
5974
|
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);
|
|
5975
|
-
var e = new
|
|
5976
|
-
|
|
5975
|
+
var e = new j(this._point, this._startPoint), i = e.getSize();
|
|
5976
|
+
Q(this._box, e.min), this._box.style.width = i.x + "px", this._box.style.height = i.y + "px";
|
|
5977
5977
|
},
|
|
5978
5978
|
_finish: function() {
|
|
5979
|
-
this._moved && (
|
|
5980
|
-
contextmenu:
|
|
5979
|
+
this._moved && (J(this._box), K(this._container, "leaflet-crosshair")), ie(), ni(), W(document, {
|
|
5980
|
+
contextmenu: zt,
|
|
5981
5981
|
mousemove: this._onMouseMove,
|
|
5982
5982
|
mouseup: this._onMouseUp,
|
|
5983
5983
|
keydown: this._onKeyDown
|
|
@@ -6005,7 +6005,7 @@ function oo() {
|
|
|
6005
6005
|
// view regardless of where the mouse was.
|
|
6006
6006
|
doubleClickZoom: !0
|
|
6007
6007
|
});
|
|
6008
|
-
var Rn =
|
|
6008
|
+
var Rn = wt.extend({
|
|
6009
6009
|
addHooks: function() {
|
|
6010
6010
|
this._map.on("dblclick", this._onDoubleClick, this);
|
|
6011
6011
|
},
|
|
@@ -6052,11 +6052,11 @@ function oo() {
|
|
|
6052
6052
|
// solid, preventing the user from dragging outside the bounds.
|
|
6053
6053
|
maxBoundsViscosity: 0
|
|
6054
6054
|
});
|
|
6055
|
-
var Nn =
|
|
6055
|
+
var Nn = wt.extend({
|
|
6056
6056
|
addHooks: function() {
|
|
6057
6057
|
if (!this._draggable) {
|
|
6058
6058
|
var t = this._map;
|
|
6059
|
-
this._draggable = new
|
|
6059
|
+
this._draggable = new Ct(t._mapPane, t._container), this._draggable.on({
|
|
6060
6060
|
dragstart: this._onDragStart,
|
|
6061
6061
|
drag: this._onDrag,
|
|
6062
6062
|
dragend: this._onDragEnd
|
|
@@ -6065,7 +6065,7 @@ function oo() {
|
|
|
6065
6065
|
B(this._map._container, "leaflet-grab leaflet-touch-drag"), this._draggable.enable(), this._positions = [], this._times = [];
|
|
6066
6066
|
},
|
|
6067
6067
|
removeHooks: function() {
|
|
6068
|
-
|
|
6068
|
+
K(this._map._container, "leaflet-grab"), K(this._map._container, "leaflet-touch-drag"), this._draggable.disable();
|
|
6069
6069
|
},
|
|
6070
6070
|
moved: function() {
|
|
6071
6071
|
return this._draggable && this._draggable._moved;
|
|
@@ -6076,7 +6076,7 @@ function oo() {
|
|
|
6076
6076
|
_onDragStart: function() {
|
|
6077
6077
|
var t = this._map;
|
|
6078
6078
|
if (t._stop(), this._map.options.maxBounds && this._map.options.maxBoundsViscosity) {
|
|
6079
|
-
var e =
|
|
6079
|
+
var e = X(this._map.options.maxBounds);
|
|
6080
6080
|
this._offsetLimit = lt(
|
|
6081
6081
|
this._map.latLngToContainerPoint(e.getNorthWest()).multiplyBy(-1),
|
|
6082
6082
|
this._map.latLngToContainerPoint(e.getSouthEast()).multiplyBy(-1).add(this._map.getSize())
|
|
@@ -6120,7 +6120,7 @@ function oo() {
|
|
|
6120
6120
|
else {
|
|
6121
6121
|
this._prunePositions(+/* @__PURE__ */ new Date());
|
|
6122
6122
|
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();
|
|
6123
|
-
!R.x && !R.y ? e.fire("moveend") : (R = e._limitOffset(R, e.options.maxBounds),
|
|
6123
|
+
!R.x && !R.y ? e.fire("moveend") : (R = e._limitOffset(R, e.options.maxBounds), ot(function() {
|
|
6124
6124
|
e.panBy(R, {
|
|
6125
6125
|
duration: S,
|
|
6126
6126
|
easeLinearity: p,
|
|
@@ -6140,7 +6140,7 @@ function oo() {
|
|
|
6140
6140
|
// Amount of pixels to pan when pressing an arrow key.
|
|
6141
6141
|
keyboardPanDelta: 80
|
|
6142
6142
|
});
|
|
6143
|
-
var Un =
|
|
6143
|
+
var Un = wt.extend({
|
|
6144
6144
|
keyCodes: {
|
|
6145
6145
|
left: [37],
|
|
6146
6146
|
right: [39],
|
|
@@ -6225,7 +6225,7 @@ function oo() {
|
|
|
6225
6225
|
i.closePopup();
|
|
6226
6226
|
else
|
|
6227
6227
|
return;
|
|
6228
|
-
|
|
6228
|
+
zt(t);
|
|
6229
6229
|
}
|
|
6230
6230
|
}
|
|
6231
6231
|
});
|
|
@@ -6245,7 +6245,7 @@ function oo() {
|
|
|
6245
6245
|
// faster (and vice versa).
|
|
6246
6246
|
wheelPxPerZoomLevel: 60
|
|
6247
6247
|
});
|
|
6248
|
-
var Zn =
|
|
6248
|
+
var Zn = wt.extend({
|
|
6249
6249
|
addHooks: function() {
|
|
6250
6250
|
O(this._map._container, "wheel", this._onWheelScroll, this), this._delta = 0;
|
|
6251
6251
|
},
|
|
@@ -6256,7 +6256,7 @@ function oo() {
|
|
|
6256
6256
|
var e = cn(t), i = this._map.options.wheelDebounceTime;
|
|
6257
6257
|
this._delta += e, this._lastMousePos = this._map.mouseEventToContainerPoint(t), this._startTime || (this._startTime = +/* @__PURE__ */ new Date());
|
|
6258
6258
|
var o = Math.max(i - (+/* @__PURE__ */ new Date() - this._startTime), 0);
|
|
6259
|
-
clearTimeout(this._timer), this._timer = setTimeout(a(this._performZoom, this), o),
|
|
6259
|
+
clearTimeout(this._timer), this._timer = setTimeout(a(this._performZoom, this), o), zt(t);
|
|
6260
6260
|
},
|
|
6261
6261
|
_performZoom: function() {
|
|
6262
6262
|
var t = this._map, e = t.getZoom(), i = this._map.options.zoomSnap || 0;
|
|
@@ -6277,7 +6277,7 @@ function oo() {
|
|
|
6277
6277
|
// for it to be considered a valid tap.
|
|
6278
6278
|
tapTolerance: 15
|
|
6279
6279
|
});
|
|
6280
|
-
var Hn =
|
|
6280
|
+
var Hn = wt.extend({
|
|
6281
6281
|
addHooks: function() {
|
|
6282
6282
|
O(this._map._container, "touchstart", this._onDown, this);
|
|
6283
6283
|
},
|
|
@@ -6288,12 +6288,12 @@ function oo() {
|
|
|
6288
6288
|
if (clearTimeout(this._holdTimeout), t.touches.length === 1) {
|
|
6289
6289
|
var e = t.touches[0];
|
|
6290
6290
|
this._startPos = this._newPos = new z(e.clientX, e.clientY), this._holdTimeout = setTimeout(a(function() {
|
|
6291
|
-
this._cancel(), this._isTapValid() && (O(document, "touchend",
|
|
6291
|
+
this._cancel(), this._isTapValid() && (O(document, "touchend", it), O(document, "touchend touchcancel", this._cancelClickPrevent), this._simulateEvent("contextmenu", e));
|
|
6292
6292
|
}, this), kr), O(document, "touchend touchcancel contextmenu", this._cancel, this), O(document, "touchmove", this._onMove, this);
|
|
6293
6293
|
}
|
|
6294
6294
|
},
|
|
6295
6295
|
_cancelClickPrevent: function t() {
|
|
6296
|
-
W(document, "touchend",
|
|
6296
|
+
W(document, "touchend", it), W(document, "touchend touchcancel", t);
|
|
6297
6297
|
},
|
|
6298
6298
|
_cancel: function() {
|
|
6299
6299
|
clearTimeout(this._holdTimeout), W(document, "touchend touchcancel contextmenu", this._cancel, this), W(document, "touchmove", this._onMove, this);
|
|
@@ -6334,18 +6334,18 @@ function oo() {
|
|
|
6334
6334
|
// and then bounce back when pinch-zooming.
|
|
6335
6335
|
bounceAtZoomLimits: !0
|
|
6336
6336
|
});
|
|
6337
|
-
var Fn =
|
|
6337
|
+
var Fn = wt.extend({
|
|
6338
6338
|
addHooks: function() {
|
|
6339
6339
|
B(this._map._container, "leaflet-touch-zoom"), O(this._map._container, "touchstart", this._onTouchStart, this);
|
|
6340
6340
|
},
|
|
6341
6341
|
removeHooks: function() {
|
|
6342
|
-
|
|
6342
|
+
K(this._map._container, "leaflet-touch-zoom"), W(this._map._container, "touchstart", this._onTouchStart, this);
|
|
6343
6343
|
},
|
|
6344
6344
|
_onTouchStart: function(t) {
|
|
6345
6345
|
var e = this._map;
|
|
6346
6346
|
if (!(!t.touches || t.touches.length !== 2 || e._animatingZoom || this._zooming)) {
|
|
6347
6347
|
var i = e.mouseEventToContainerPoint(t.touches[0]), o = e.mouseEventToContainerPoint(t.touches[1]);
|
|
6348
|
-
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),
|
|
6348
|
+
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);
|
|
6349
6349
|
}
|
|
6350
6350
|
},
|
|
6351
6351
|
_onTouchMove: function(t) {
|
|
@@ -6360,9 +6360,9 @@ function oo() {
|
|
|
6360
6360
|
return;
|
|
6361
6361
|
this._center = e.unproject(e.project(this._pinchStartLatLng, this._zoom).subtract(d), this._zoom);
|
|
6362
6362
|
}
|
|
6363
|
-
this._moved || (e._moveStart(!0, !1), this._moved = !0),
|
|
6363
|
+
this._moved || (e._moveStart(!0, !1), this._moved = !0), rt(this._animRequest);
|
|
6364
6364
|
var p = a(e._move, e, this._center, this._zoom, { pinch: !0, round: !1 }, void 0);
|
|
6365
|
-
this._animRequest =
|
|
6365
|
+
this._animRequest = ot(p, this, !0), it(t);
|
|
6366
6366
|
}
|
|
6367
6367
|
},
|
|
6368
6368
|
_onTouchEnd: function() {
|
|
@@ -6370,10 +6370,10 @@ function oo() {
|
|
|
6370
6370
|
this._zooming = !1;
|
|
6371
6371
|
return;
|
|
6372
6372
|
}
|
|
6373
|
-
this._zooming = !1,
|
|
6373
|
+
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));
|
|
6374
6374
|
}
|
|
6375
6375
|
});
|
|
6376
|
-
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 =
|
|
6376
|
+
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;
|
|
6377
6377
|
var Ar = window.L;
|
|
6378
6378
|
s.noConflict = function() {
|
|
6379
6379
|
return window.L = Ar, this;
|
|
@@ -6381,11 +6381,11 @@ function oo() {
|
|
|
6381
6381
|
}));
|
|
6382
6382
|
})(fe, fe.exports)), fe.exports;
|
|
6383
6383
|
}
|
|
6384
|
-
var
|
|
6385
|
-
const Wr = /* @__PURE__ */ Gr(
|
|
6384
|
+
var tt = oo();
|
|
6385
|
+
const Wr = /* @__PURE__ */ Gr(tt), Re = /* @__PURE__ */ Zr({
|
|
6386
6386
|
__proto__: null,
|
|
6387
6387
|
default: Wr
|
|
6388
|
-
}, [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=";
|
|
6388
|
+
}, [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=";
|
|
6389
6389
|
function es(m) {
|
|
6390
6390
|
const h = "data-leaflet-styles";
|
|
6391
6391
|
if (m.querySelector(`style[${h}]`)) return;
|
|
@@ -6601,7 +6601,7 @@ function is(m) {
|
|
|
6601
6601
|
}
|
|
6602
6602
|
function ns() {
|
|
6603
6603
|
var m, h;
|
|
6604
|
-
(h = (m =
|
|
6604
|
+
(h = (m = tt.Icon.Default).mergeOptions) == null || h.call(m, {
|
|
6605
6605
|
iconRetinaUrl: Jr,
|
|
6606
6606
|
iconUrl: Kr,
|
|
6607
6607
|
shadowUrl: Xr
|
|
@@ -7486,11 +7486,11 @@ function as() {
|
|
|
7486
7486
|
throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
|
|
7487
7487
|
return Oe(ss);
|
|
7488
7488
|
}
|
|
7489
|
-
const
|
|
7489
|
+
const nt = [];
|
|
7490
7490
|
for (let m = 0; m < 256; ++m)
|
|
7491
|
-
|
|
7491
|
+
nt.push((m + 256).toString(16).slice(1));
|
|
7492
7492
|
function ls(m, h = 0) {
|
|
7493
|
-
return
|
|
7493
|
+
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]];
|
|
7494
7494
|
}
|
|
7495
7495
|
const hs = typeof crypto != "undefined" && crypto.randomUUID && crypto.randomUUID.bind(crypto), Jn = {
|
|
7496
7496
|
randomUUID: hs
|
|
@@ -7757,7 +7757,7 @@ function vs(m = Re) {
|
|
|
7757
7757
|
return r;
|
|
7758
7758
|
}, Xn.add(m);
|
|
7759
7759
|
}
|
|
7760
|
-
const Ze = class Ze extends
|
|
7760
|
+
const Ze = class Ze extends tt.Draw.Circle {
|
|
7761
7761
|
constructor(h, s) {
|
|
7762
7762
|
super(h, s), this.type = Ze.TYPE;
|
|
7763
7763
|
}
|
|
@@ -7772,7 +7772,7 @@ const Ze = class Ze extends et.Draw.Circle {
|
|
|
7772
7772
|
};
|
|
7773
7773
|
k(Ze, "TYPE", "cake");
|
|
7774
7774
|
let Ne = Ze;
|
|
7775
|
-
|
|
7775
|
+
tt.Draw.Cake = Ne;
|
|
7776
7776
|
function ys(m) {
|
|
7777
7777
|
const h = m.Draw;
|
|
7778
7778
|
if (!h || h.Cake) return;
|
|
@@ -7793,7 +7793,7 @@ function ys(m) {
|
|
|
7793
7793
|
let s = c;
|
|
7794
7794
|
h.Cake = s;
|
|
7795
7795
|
}
|
|
7796
|
-
const He = class He extends
|
|
7796
|
+
const He = class He extends tt.Draw.Feature {
|
|
7797
7797
|
constructor(s, c) {
|
|
7798
7798
|
super(s, c);
|
|
7799
7799
|
k(this, "_featureGroup");
|
|
@@ -7802,7 +7802,7 @@ const He = class He extends et.Draw.Feature {
|
|
|
7802
7802
|
k(this, "_dragStartLatLng", null);
|
|
7803
7803
|
k(this, "_isDragging", !1);
|
|
7804
7804
|
k(this, "_pendingMove", null);
|
|
7805
|
-
this.type = He.TYPE, this._featureGroup = (c == null ? void 0 : c.featureGroup) || new
|
|
7805
|
+
this.type = He.TYPE, this._featureGroup = (c == null ? void 0 : c.featureGroup) || new tt.FeatureGroup();
|
|
7806
7806
|
}
|
|
7807
7807
|
enable() {
|
|
7808
7808
|
this._enabled || super.enable();
|
|
@@ -7813,7 +7813,7 @@ const He = class He extends et.Draw.Feature {
|
|
|
7813
7813
|
addHooks() {
|
|
7814
7814
|
const s = this._map;
|
|
7815
7815
|
if (!s) return;
|
|
7816
|
-
|
|
7816
|
+
tt.DomUtil.addClass(s.getContainer(), "leaflet-draw-move-mode"), this._featureGroup.eachLayer((n) => {
|
|
7817
7817
|
this._enableLayerHover(n);
|
|
7818
7818
|
});
|
|
7819
7819
|
const c = this._tooltip;
|
|
@@ -7824,7 +7824,7 @@ const He = class He extends et.Draw.Feature {
|
|
|
7824
7824
|
}
|
|
7825
7825
|
removeHooks() {
|
|
7826
7826
|
const s = this._map;
|
|
7827
|
-
s && (
|
|
7827
|
+
s && (tt.DomUtil.removeClass(s.getContainer(), "leaflet-draw-move-mode"), this._featureGroup.eachLayer((c) => {
|
|
7828
7828
|
this._disableLayerHover(c);
|
|
7829
7829
|
}), this._cleanupDragging());
|
|
7830
7830
|
}
|
|
@@ -7852,7 +7852,7 @@ const He = class He extends et.Draw.Feature {
|
|
|
7852
7852
|
}
|
|
7853
7853
|
_onLayerMouseDown(s) {
|
|
7854
7854
|
if (this._isDragging) return;
|
|
7855
|
-
|
|
7855
|
+
tt.DomEvent.stopPropagation(s.originalEvent), tt.DomEvent.preventDefault(s.originalEvent);
|
|
7856
7856
|
const c = s.target;
|
|
7857
7857
|
if (this._selectedLayer = c, this._isDragging = !0, this._dragStartLatLng = s.latlng, this._storeOriginalLatLngs(c), c.getElement) {
|
|
7858
7858
|
const r = c.getElement();
|
|
@@ -7880,7 +7880,7 @@ const He = class He extends et.Draw.Feature {
|
|
|
7880
7880
|
lng: s.latlng.lng - this._dragStartLatLng.lng
|
|
7881
7881
|
};
|
|
7882
7882
|
if (c.setLatLng) {
|
|
7883
|
-
const r =
|
|
7883
|
+
const r = tt.latLng(
|
|
7884
7884
|
this._originalLatLngs.lat + n.lat,
|
|
7885
7885
|
this._originalLatLngs.lng + n.lng
|
|
7886
7886
|
);
|
|
@@ -7891,7 +7891,7 @@ const He = class He extends et.Draw.Feature {
|
|
|
7891
7891
|
}
|
|
7892
7892
|
}
|
|
7893
7893
|
_offsetLatLngs(s, c) {
|
|
7894
|
-
return s instanceof
|
|
7894
|
+
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;
|
|
7895
7895
|
}
|
|
7896
7896
|
_onMouseUp(s) {
|
|
7897
7897
|
var n, r;
|
|
@@ -7945,7 +7945,7 @@ const He = class He extends et.Draw.Feature {
|
|
|
7945
7945
|
};
|
|
7946
7946
|
k(He, "TYPE", "move");
|
|
7947
7947
|
let Ei = He;
|
|
7948
|
-
|
|
7948
|
+
tt.Draw.Move = Ei;
|
|
7949
7949
|
function Ls(m) {
|
|
7950
7950
|
const h = m.Draw;
|
|
7951
7951
|
if (!h || h.Move) return;
|
|
@@ -7958,7 +7958,7 @@ function Ls(m) {
|
|
|
7958
7958
|
k(this, "_dragStartLatLng", null);
|
|
7959
7959
|
k(this, "_isDragging", !1);
|
|
7960
7960
|
k(this, "_pendingMove", null);
|
|
7961
|
-
this.type = c.TYPE, this._featureGroup = (u == null ? void 0 : u.featureGroup) || new
|
|
7961
|
+
this.type = c.TYPE, this._featureGroup = (u == null ? void 0 : u.featureGroup) || new tt.FeatureGroup();
|
|
7962
7962
|
}
|
|
7963
7963
|
enable() {
|
|
7964
7964
|
this._enabled || super.enable();
|
|
@@ -8245,7 +8245,7 @@ class Cs {
|
|
|
8245
8245
|
k(this, "detachMapListeners", []);
|
|
8246
8246
|
k(this, "renderScheduled", !1);
|
|
8247
8247
|
k(this, "measurementSystem");
|
|
8248
|
-
this.map = h, this.onSave = c, this.measurementSystem = n, this.controlsGroup =
|
|
8248
|
+
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();
|
|
8249
8249
|
}
|
|
8250
8250
|
installEditEventBridges() {
|
|
8251
8251
|
var _, w, x, E, P, A, N, H;
|
|
@@ -8258,15 +8258,15 @@ class Cs {
|
|
|
8258
8258
|
const D = T == null ? void 0 : T.layer;
|
|
8259
8259
|
D && this.layers.includes(D) && (this.updateLabels(D), this.requestRenderControls());
|
|
8260
8260
|
}, f = (T) => {
|
|
8261
|
-
var
|
|
8261
|
+
var q;
|
|
8262
8262
|
const D = T == null ? void 0 : T.layer;
|
|
8263
8263
|
if (!D || !this.layers.includes(D)) return;
|
|
8264
|
-
const
|
|
8265
|
-
((
|
|
8264
|
+
const G = D;
|
|
8265
|
+
((q = G.getTooltip) == null ? void 0 : q.call(G)) && this.updateLabels(G);
|
|
8266
8266
|
}, g = () => {
|
|
8267
8267
|
this.layers.forEach((T) => {
|
|
8268
|
-
var
|
|
8269
|
-
const D = (
|
|
8268
|
+
var G;
|
|
8269
|
+
const D = (G = T.getTooltip) == null ? void 0 : G.call(T);
|
|
8270
8270
|
D && (T.setTooltipContent(
|
|
8271
8271
|
ue(T.getRadius(), this.measurementSystem)
|
|
8272
8272
|
), D.options.offset = [10, 0], D.options.direction = "right", T.closeTooltip(), T.openTooltip());
|
|
@@ -8307,7 +8307,7 @@ class Cs {
|
|
|
8307
8307
|
if (this.layers.length >= 10) return;
|
|
8308
8308
|
const h = this.getLargestCircle();
|
|
8309
8309
|
if (!h) return;
|
|
8310
|
-
const s = h.getRadius() * 1.5, c =
|
|
8310
|
+
const s = h.getRadius() * 1.5, c = tt.circle(h.getLatLng(), {
|
|
8311
8311
|
...this.baseCircleOptions,
|
|
8312
8312
|
radius: s
|
|
8313
8313
|
});
|
|
@@ -8358,7 +8358,7 @@ class Cs {
|
|
|
8358
8358
|
this.controlsGroup.clearLayers();
|
|
8359
8359
|
const h = this.getLargestCircle();
|
|
8360
8360
|
if (!h) return;
|
|
8361
|
-
const c = h.getBounds().getNorthEast(), n = `cake-add-${this.sessionId}`, r = `cake-save-${this.sessionId}`, a =
|
|
8361
|
+
const c = h.getBounds().getNorthEast(), n = `cake-add-${this.sessionId}`, r = `cake-save-${this.sessionId}`, a = tt.divIcon({
|
|
8362
8362
|
className: "layer-cake-controls",
|
|
8363
8363
|
html: `
|
|
8364
8364
|
<div class="layer-cake-controls__container">
|
|
@@ -8369,7 +8369,7 @@ class Cs {
|
|
|
8369
8369
|
iconSize: [140, 40],
|
|
8370
8370
|
iconAnchor: [-10, 20]
|
|
8371
8371
|
});
|
|
8372
|
-
|
|
8372
|
+
tt.marker(c, {
|
|
8373
8373
|
icon: a,
|
|
8374
8374
|
interactive: !0,
|
|
8375
8375
|
keyboard: !1,
|
|
@@ -8425,7 +8425,7 @@ const Ts = `<?xml version="1.0" encoding="utf-8"?>
|
|
|
8425
8425
|
<path d="M22 12 L19 15"/>
|
|
8426
8426
|
</g>
|
|
8427
8427
|
</svg>
|
|
8428
|
-
`, lo = 6378137, qt = 6356752314245e-6,
|
|
8428
|
+
`, lo = 6378137, qt = 6356752314245e-6, Bt = 1 / 298.257223563, Ds = Math.PI / 180, Is = 180 / Math.PI, Ue = 1e9;
|
|
8429
8429
|
function zs(m) {
|
|
8430
8430
|
const h = BigInt(Math.round(m * Ue));
|
|
8431
8431
|
return Number(h) / Ue;
|
|
@@ -8459,14 +8459,14 @@ function Os(m, h, s, c) {
|
|
|
8459
8459
|
};
|
|
8460
8460
|
}
|
|
8461
8461
|
function Bs(m, h, s, c) {
|
|
8462
|
-
const n = jt(m), r = jt(s), a = jt(c - h), u = Math.atan((1 -
|
|
8462
|
+
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);
|
|
8463
8463
|
let E = a, P = 0, A = 0;
|
|
8464
8464
|
const N = 200;
|
|
8465
|
-
let H = 0, T = 0, D = 0,
|
|
8465
|
+
let H = 0, T = 0, D = 0, G = 0, Y = 0;
|
|
8466
8466
|
for (; Math.abs(E - P) > 1e-12 && A < N; ) {
|
|
8467
|
-
const
|
|
8467
|
+
const rt = Math.sin(E), me = Math.cos(E);
|
|
8468
8468
|
if (H = Math.sqrt(
|
|
8469
|
-
(x *
|
|
8469
|
+
(x * rt) ** 2 + (_ * w - g * x * me) ** 2
|
|
8470
8470
|
), H === 0)
|
|
8471
8471
|
return {
|
|
8472
8472
|
distanceMeters: 0,
|
|
@@ -8474,9 +8474,11 @@ function Bs(m, h, s, c) {
|
|
|
8474
8474
|
iterations: A,
|
|
8475
8475
|
converged: !0
|
|
8476
8476
|
};
|
|
8477
|
-
T = g * w + _ * x *
|
|
8478
|
-
const
|
|
8479
|
-
|
|
8477
|
+
T = g * w + _ * x * me, D = Math.atan2(H, T);
|
|
8478
|
+
const ut = _ * x * rt / H;
|
|
8479
|
+
G = 1 - ut ** 2, Y = G === 0 ? 0 : T - 2 * g * w / G;
|
|
8480
|
+
const Jt = Bt / 16 * G * (4 + Bt * (4 - 3 * G));
|
|
8481
|
+
P = E, E = a + (1 - Jt) * Bt * ut * (D + Jt * H * (Y + Jt * T * (-1 + 2 * Y ** 2))), A += 1;
|
|
8480
8482
|
}
|
|
8481
8483
|
if (A >= N)
|
|
8482
8484
|
return {
|
|
@@ -8485,28 +8487,28 @@ function Bs(m, h, s, c) {
|
|
|
8485
8487
|
iterations: A,
|
|
8486
8488
|
converged: !1
|
|
8487
8489
|
};
|
|
8488
|
-
const
|
|
8490
|
+
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(
|
|
8489
8491
|
x * Math.sin(E),
|
|
8490
8492
|
_ * w - g * x * Math.cos(E)
|
|
8491
8493
|
);
|
|
8492
8494
|
return {
|
|
8493
|
-
distanceMeters:
|
|
8494
|
-
bearingRad:
|
|
8495
|
+
distanceMeters: pe,
|
|
8496
|
+
bearingRad: ot,
|
|
8495
8497
|
iterations: A,
|
|
8496
8498
|
converged: !0
|
|
8497
8499
|
};
|
|
8498
8500
|
}
|
|
8499
8501
|
function Rs(m, h, s, c) {
|
|
8500
|
-
const n = jt(m), r = jt(s), a = jt(c - h), u = Math.atan((1 -
|
|
8502
|
+
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(
|
|
8501
8503
|
(x * Math.sin(a)) ** 2 + (_ * w - g * x * Math.cos(a)) ** 2
|
|
8502
8504
|
), P = g * w + _ * x * Math.cos(a), A = Math.atan2(E, P);
|
|
8503
8505
|
if (A === 0)
|
|
8504
8506
|
return { distanceMeters: 0, bearingRad: 0 };
|
|
8505
|
-
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,
|
|
8507
|
+
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(
|
|
8506
8508
|
x * Math.sin(a),
|
|
8507
8509
|
_ * w - g * x * Math.cos(a)
|
|
8508
8510
|
);
|
|
8509
|
-
return { distanceMeters:
|
|
8511
|
+
return { distanceMeters: at, bearingRad: _t };
|
|
8510
8512
|
}
|
|
8511
8513
|
const Ns = {
|
|
8512
8514
|
position: "topleft",
|
|
@@ -8624,7 +8626,7 @@ class Gs {
|
|
|
8624
8626
|
useExternalLeaflet: N
|
|
8625
8627
|
} = this.options.map, H = [f, g], T = this.L;
|
|
8626
8628
|
N && Ai(T, {
|
|
8627
|
-
onError: (
|
|
8629
|
+
onError: (at) => this.logger.warn("external-leaflet-missing-draw", { message: at })
|
|
8628
8630
|
}), this.map = T.map(this.container, {
|
|
8629
8631
|
zoomControl: !0,
|
|
8630
8632
|
preferCanvas: A
|
|
@@ -8636,22 +8638,22 @@ class Gs {
|
|
|
8636
8638
|
const D = this.buildDrawOptions(
|
|
8637
8639
|
this.options.controls,
|
|
8638
8640
|
!!this.options.readOnly
|
|
8639
|
-
),
|
|
8640
|
-
this.drawControl = new
|
|
8641
|
+
), G = T.Control.Draw;
|
|
8642
|
+
this.drawControl = new G(D), this.map.addControl(this.drawControl), this.applyLayerCakeToolbarIcon(), this.applyMoveToolbarIcon(), this.options.controls.ruler && (this.logger.debug("init:ruler", {
|
|
8641
8643
|
available: typeof T.control.ruler == "function"
|
|
8642
8644
|
}), typeof T.control.ruler == "function" ? (this.addRulerControl(), this.installMeasurementSettingsControl()) : this.logger.warn("init:ruler:missing", {
|
|
8643
8645
|
msg: "L.control.ruler is not defined"
|
|
8644
8646
|
})), this.patchLeafletDrawBugs(), this.installPolygonFinishPatch(), this.map.invalidateSize(), setTimeout(() => {
|
|
8645
|
-
var
|
|
8647
|
+
var at;
|
|
8646
8648
|
try {
|
|
8647
|
-
(
|
|
8649
|
+
(at = this.map) == null || at.invalidateSize();
|
|
8648
8650
|
} catch {
|
|
8649
8651
|
}
|
|
8650
8652
|
}, 0), this.bindDrawEvents();
|
|
8651
|
-
const
|
|
8652
|
-
this.logger.debug("init:ready", { elapsedMs: Math.round(
|
|
8653
|
-
const
|
|
8654
|
-
(u = (a = this.options.callbacks) == null ? void 0 : a.onReady) == null || u.call(a,
|
|
8653
|
+
const Y = ((r = (n = performance.now) == null ? void 0 : n.call(performance)) != null ? r : Date.now()) - h;
|
|
8654
|
+
this.logger.debug("init:ready", { elapsedMs: Math.round(Y) });
|
|
8655
|
+
const q = this.store.bounds();
|
|
8656
|
+
(u = (a = this.options.callbacks) == null ? void 0 : a.onReady) == null || u.call(a, q ? { bounds: q } : {});
|
|
8655
8657
|
} catch (f) {
|
|
8656
8658
|
this._error("Failed to initialize Leaflet map", f);
|
|
8657
8659
|
}
|
|
@@ -9020,16 +9022,16 @@ class Gs {
|
|
|
9020
9022
|
const n = 10, r = (w) => {
|
|
9021
9023
|
var x, E, P, A, N, H, T, D;
|
|
9022
9024
|
try {
|
|
9023
|
-
const
|
|
9024
|
-
if (!
|
|
9025
|
-
const
|
|
9026
|
-
if (!Array.isArray(
|
|
9027
|
-
const
|
|
9028
|
-
if (!
|
|
9029
|
-
const
|
|
9030
|
-
Math.hypot(
|
|
9031
|
-
} catch (
|
|
9032
|
-
this._error("polygon-finish-patch",
|
|
9025
|
+
const G = (E = (x = s._modes) == null ? void 0 : x.polygon) == null ? void 0 : E.handler;
|
|
9026
|
+
if (!G || !G._enabled) return;
|
|
9027
|
+
const Y = G._markers;
|
|
9028
|
+
if (!Array.isArray(Y) || Y.length < 4) return;
|
|
9029
|
+
const q = (A = (P = Y[0]) == null ? void 0 : P.getLatLng) == null ? void 0 : A.call(P);
|
|
9030
|
+
if (!q) return;
|
|
9031
|
+
const at = h.latLngToContainerPoint(q), _t = h.latLngToContainerPoint(w.latlng);
|
|
9032
|
+
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());
|
|
9033
|
+
} catch (G) {
|
|
9034
|
+
this._error("polygon-finish-patch", G);
|
|
9033
9035
|
}
|
|
9034
9036
|
};
|
|
9035
9037
|
h.on("click", r), this.detachPolygonFinishPatch = () => {
|