leaflet-html 0.13.6 → 0.13.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -6637,27 +6637,32 @@ class Ci extends zt {
6637
6637
  }
6638
6638
  connectedCallback() {
6639
6639
  const d = wt(Q("url-template"), this), c = Ci.parseTemplateAttributes(d), g = {};
6640
- for (const y of c) {
6641
- const _ = this.getAttribute(y);
6642
- _ !== null && (g[y] = _);
6640
+ for (const _ of c) {
6641
+ const b = this.getAttribute(_);
6642
+ b !== null && (g[_] = b);
6643
6643
  }
6644
6644
  const x = {};
6645
6645
  this.parentElement.tagName.toLowerCase() === "l-pane" && (x.pane = this.parentElement.getAttribute("name"));
6646
6646
  const s = this.getAttribute("name"), a = Be({
6647
6647
  attribution: ut(Q("attribution")),
6648
6648
  errorTileUrl: ut(Q("error-tile-url"))
6649
- }), h = wt(a, this), l = to(this);
6649
+ }), h = wt(a, this), l = this.getAttribute("zoom-offset");
6650
+ if (l) {
6651
+ const _ = parseInt(l);
6652
+ isNaN(_) || (h.zoomOffset = _);
6653
+ }
6654
+ const p = to(this);
6650
6655
  this.layer = G.tileLayer(d, {
6651
6656
  ...g,
6652
6657
  ...x,
6653
6658
  ...h,
6654
- ...l
6659
+ ...p
6655
6660
  });
6656
- const p = new CustomEvent(et, {
6661
+ const y = new CustomEvent(et, {
6657
6662
  detail: { name: s, layer: this.layer },
6658
6663
  bubbles: !0
6659
6664
  });
6660
- this.dispatchEvent(p);
6665
+ this.dispatchEvent(y);
6661
6666
  }
6662
6667
  /**
6663
6668
  * @param {string} urlTemplate
@@ -1,4 +1,4 @@
1
1
  (function(ct,it){typeof exports=="object"&&typeof module<"u"?module.exports=it():typeof define=="function"&&define.amd?define(it):(ct=typeof globalThis<"u"?globalThis:ct||self,ct["leaflet-html"]=it())})(this,function(){"use strict";var ar=Object.defineProperty;var hr=(ct,it,D)=>it in ct?ar(ct,it,{enumerable:!0,configurable:!0,writable:!0,value:D}):ct[it]=D;var Pt=(ct,it,D)=>hr(ct,typeof it!="symbol"?it+"":it,D);var ct=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},it={exports:{}};/* @preserve
2
2
  * Leaflet 1.9.4, a JS library for interactive maps. https://leafletjs.com
3
3
  * (c) 2010-2023 Vladimir Agafonkin, (c) 2010-2011 CloudMade
4
- */(function(y,d){(function(c,g){g(d)})(ct,function(c){var g="1.9.4";function x(t){var e,i,n,o;for(i=1,n=arguments.length;i<n;i++){o=arguments[i];for(e in o)t[e]=o[e]}return t}var s=Object.create||function(){function t(){}return function(e){return t.prototype=e,new t}}();function a(t,e){var i=Array.prototype.slice;if(t.bind)return t.bind.apply(t,i.call(arguments,1));var n=i.call(arguments,2);return function(){return t.apply(e,n.length?n.concat(i.call(arguments)):arguments)}}var h=0;function l(t){return"_leaflet_id"in t||(t._leaflet_id=++h),t._leaflet_id}function p(t,e,i){var n,o,r,u;return u=function(){n=!1,o&&(r.apply(i,o),o=!1)},r=function(){n?o=arguments:(t.apply(i,arguments),setTimeout(u,e),n=!0)},r}function v(t,e,i){var n=e[1],o=e[0],r=n-o;return t===n&&i?t:((t-o)%r+r)%r+o}function _(){return!1}function b(t,e){if(e===!1)return t;var i=Math.pow(10,e===void 0?6:e);return Math.round(t*i)/i}function w(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}function M(t){return w(t).split(/\s+/)}function C(t,e){Object.prototype.hasOwnProperty.call(t,"options")||(t.options=t.options?s(t.options):{});for(var i in e)t.options[i]=e[i];return t.options}function F(t,e,i){var n=[];for(var o in t)n.push(encodeURIComponent(i?o.toUpperCase():o)+"="+encodeURIComponent(t[o]));return(!e||e.indexOf("?")===-1?"?":"&")+n.join("&")}var A=/\{ *([\w_ -]+) *\}/g;function U(t,e){return t.replace(A,function(i,n){var o=e[n];if(o===void 0)throw new Error("No value provided for variable "+i);return typeof o=="function"&&(o=o(e)),o})}var W=Array.isArray||function(t){return Object.prototype.toString.call(t)==="[object Array]"};function xt(t,e){for(var i=0;i<t.length;i++)if(t[i]===e)return i;return-1}var ut="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=";function Yt(t){return window["webkit"+t]||window["moz"+t]||window["ms"+t]}var Wi=0;function Vi(t){var e=+new Date,i=Math.max(0,16-(e-Wi));return Wi=e+i,window.setTimeout(t,i)}var qe=window.requestAnimationFrame||Yt("RequestAnimationFrame")||Vi,ji=window.cancelAnimationFrame||Yt("CancelAnimationFrame")||Yt("CancelRequestAnimationFrame")||function(t){window.clearTimeout(t)};function ot(t,e,i){if(i&&qe===Vi)t.call(e);else return qe.call(window,a(t,e))}function dt(t){t&&ji.call(window,t)}var Io={__proto__:null,extend:x,create:s,bind:a,get lastId(){return h},stamp:l,throttle:p,wrapNum:v,falseFn:_,formatNum:b,trim:w,splitWords:M,setOptions:C,getParamString:F,template:U,isArray:W,indexOf:xt,emptyImageUrl:ut,requestFn:qe,cancelFn:ji,requestAnimFrame:ot,cancelAnimFrame:dt};function Ct(){}Ct.extend=function(t){var e=function(){C(this),this.initialize&&this.initialize.apply(this,arguments),this.callInitHooks()},i=e.__super__=this.prototype,n=s(i);n.constructor=e,e.prototype=n;for(var o in this)Object.prototype.hasOwnProperty.call(this,o)&&o!=="prototype"&&o!=="__super__"&&(e[o]=this[o]);return t.statics&&x(e,t.statics),t.includes&&(Bo(t.includes),x.apply(null,[n].concat(t.includes))),x(n,t),delete n.statics,delete n.includes,n.options&&(n.options=i.options?s(i.options):{},x(n.options,t.options)),n._initHooks=[],n.callInitHooks=function(){if(!this._initHooksCalled){i.callInitHooks&&i.callInitHooks.call(this),this._initHooksCalled=!0;for(var r=0,u=n._initHooks.length;r<u;r++)n._initHooks[r].call(this)}},e},Ct.include=function(t){var e=this.prototype.options;return x(this.prototype,t),t.options&&(this.prototype.options=e,this.mergeOptions(t.options)),this},Ct.mergeOptions=function(t){return x(this.prototype.options,t),this},Ct.addInitHook=function(t){var e=Array.prototype.slice.call(arguments,1),i=typeof t=="function"?t:function(){this[t].apply(this,e)};return this.prototype._initHooks=this.prototype._initHooks||[],this.prototype._initHooks.push(i),this};function Bo(t){if(!(typeof L>"u"||!L||!L.Mixin)){t=W(t)?t:[t];for(var e=0;e<t.length;e++)t[e]===L.Mixin.Events&&console.warn("Deprecated include of L.Mixin.Events: this property will be removed in future releases, please inherit from L.Evented instead.",new Error().stack)}}var lt={on:function(t,e,i){if(typeof t=="object")for(var n in t)this._on(n,t[n],e);else{t=M(t);for(var o=0,r=t.length;o<r;o++)this._on(t[o],e,i)}return this},off:function(t,e,i){if(!arguments.length)delete this._events;else if(typeof t=="object")for(var n in t)this._off(n,t[n],e);else{t=M(t);for(var o=arguments.length===1,r=0,u=t.length;r<u;r++)o?this._off(t[r]):this._off(t[r],e,i)}return this},_on:function(t,e,i,n){if(typeof e!="function"){console.warn("wrong listener type: "+typeof e);return}if(this._listens(t,e,i)===!1){i===this&&(i=void 0);var o={fn:e,ctx:i};n&&(o.once=!0),this._events=this._events||{},this._events[t]=this._events[t]||[],this._events[t].push(o)}},_off:function(t,e,i){var n,o,r;if(this._events&&(n=this._events[t],!!n)){if(arguments.length===1){if(this._firingCount)for(o=0,r=n.length;o<r;o++)n[o].fn=_;delete this._events[t];return}if(typeof e!="function"){console.warn("wrong listener type: "+typeof e);return}var u=this._listens(t,e,i);if(u!==!1){var f=n[u];this._firingCount&&(f.fn=_,this._events[t]=n=n.slice()),n.splice(u,1)}}},fire:function(t,e,i){if(!this.listens(t,i))return this;var n=x({},e,{type:t,target:this,sourceTarget:e&&e.sourceTarget||this});if(this._events){var o=this._events[t];if(o){this._firingCount=this._firingCount+1||1;for(var r=0,u=o.length;r<u;r++){var f=o[r],m=f.fn;f.once&&this.off(t,m,f.ctx),m.call(f.ctx||this,n)}this._firingCount--}}return i&&this._propagateEvent(n),this},listens:function(t,e,i,n){typeof t!="string"&&console.warn('"string" type argument expected');var o=e;typeof e!="function"&&(n=!!e,o=void 0,i=void 0);var r=this._events&&this._events[t];if(r&&r.length&&this._listens(t,o,i)!==!1)return!0;if(n){for(var u in this._eventParents)if(this._eventParents[u].listens(t,e,i,n))return!0}return!1},_listens:function(t,e,i){if(!this._events)return!1;var n=this._events[t]||[];if(!e)return!!n.length;i===this&&(i=void 0);for(var o=0,r=n.length;o<r;o++)if(n[o].fn===e&&n[o].ctx===i)return o;return!1},once:function(t,e,i){if(typeof t=="object")for(var n in t)this._on(n,t[n],e,!0);else{t=M(t);for(var o=0,r=t.length;o<r;o++)this._on(t[o],e,i,!0)}return this},addEventParent:function(t){return this._eventParents=this._eventParents||{},this._eventParents[l(t)]=t,this},removeEventParent:function(t){return this._eventParents&&delete this._eventParents[l(t)],this},_propagateEvent:function(t){for(var e in this._eventParents)this._eventParents[e].fire(t.type,x({layer:t.target,propagatedFrom:t.target},t),!0)}};lt.addEventListener=lt.on,lt.removeEventListener=lt.clearAllEventListeners=lt.off,lt.addOneTimeEventListener=lt.once,lt.fireEvent=lt.fire,lt.hasEventListeners=lt.listens;var Xt=Ct.extend(lt);function O(t,e,i){this.x=i?Math.round(t):t,this.y=i?Math.round(e):e}var qi=Math.trunc||function(t){return t>0?Math.floor(t):Math.ceil(t)};O.prototype={clone:function(){return new O(this.x,this.y)},add:function(t){return this.clone()._add(E(t))},_add:function(t){return this.x+=t.x,this.y+=t.y,this},subtract:function(t){return this.clone()._subtract(E(t))},_subtract:function(t){return this.x-=t.x,this.y-=t.y,this},divideBy:function(t){return this.clone()._divideBy(t)},_divideBy:function(t){return this.x/=t,this.y/=t,this},multiplyBy:function(t){return this.clone()._multiplyBy(t)},_multiplyBy:function(t){return this.x*=t,this.y*=t,this},scaleBy:function(t){return new O(this.x*t.x,this.y*t.y)},unscaleBy:function(t){return new O(this.x/t.x,this.y/t.y)},round:function(){return this.clone()._round()},_round:function(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this},floor:function(){return this.clone()._floor()},_floor:function(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this},ceil:function(){return this.clone()._ceil()},_ceil:function(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this},trunc:function(){return this.clone()._trunc()},_trunc:function(){return this.x=qi(this.x),this.y=qi(this.y),this},distanceTo:function(t){t=E(t);var e=t.x-this.x,i=t.y-this.y;return Math.sqrt(e*e+i*i)},equals:function(t){return t=E(t),t.x===this.x&&t.y===this.y},contains:function(t){return t=E(t),Math.abs(t.x)<=Math.abs(this.x)&&Math.abs(t.y)<=Math.abs(this.y)},toString:function(){return"Point("+b(this.x)+", "+b(this.y)+")"}};function E(t,e,i){return t instanceof O?t:W(t)?new O(t[0],t[1]):t==null?t:typeof t=="object"&&"x"in t&&"y"in t?new O(t.x,t.y):new O(t,e,i)}function V(t,e){if(t)for(var i=e?[t,e]:t,n=0,o=i.length;n<o;n++)this.extend(i[n])}V.prototype={extend:function(t){var e,i;if(!t)return this;if(t instanceof O||typeof t[0]=="number"||"x"in t)e=i=E(t);else if(t=st(t),e=t.min,i=t.max,!e||!i)return this;return!this.min&&!this.max?(this.min=e.clone(),this.max=i.clone()):(this.min.x=Math.min(e.x,this.min.x),this.max.x=Math.max(i.x,this.max.x),this.min.y=Math.min(e.y,this.min.y),this.max.y=Math.max(i.y,this.max.y)),this},getCenter:function(t){return E((this.min.x+this.max.x)/2,(this.min.y+this.max.y)/2,t)},getBottomLeft:function(){return E(this.min.x,this.max.y)},getTopRight:function(){return E(this.max.x,this.min.y)},getTopLeft:function(){return this.min},getBottomRight:function(){return this.max},getSize:function(){return this.max.subtract(this.min)},contains:function(t){var e,i;return typeof t[0]=="number"||t instanceof O?t=E(t):t=st(t),t instanceof V?(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},intersects:function(t){t=st(t);var e=this.min,i=this.max,n=t.min,o=t.max,r=o.x>=e.x&&n.x<=i.x,u=o.y>=e.y&&n.y<=i.y;return r&&u},overlaps:function(t){t=st(t);var e=this.min,i=this.max,n=t.min,o=t.max,r=o.x>e.x&&n.x<i.x,u=o.y>e.y&&n.y<i.y;return r&&u},isValid:function(){return!!(this.min&&this.max)},pad:function(t){var e=this.min,i=this.max,n=Math.abs(e.x-i.x)*t,o=Math.abs(e.y-i.y)*t;return st(E(e.x-n,e.y-o),E(i.x+n,i.y+o))},equals:function(t){return t?(t=st(t),this.min.equals(t.getTopLeft())&&this.max.equals(t.getBottomRight())):!1}};function st(t,e){return!t||t instanceof V?t:new V(t,e)}function rt(t,e){if(t)for(var i=e?[t,e]:t,n=0,o=i.length;n<o;n++)this.extend(i[n])}rt.prototype={extend:function(t){var e=this._southWest,i=this._northEast,n,o;if(t instanceof H)n=t,o=t;else if(t instanceof rt){if(n=t._southWest,o=t._northEast,!n||!o)return this}else return t?this.extend(B(t)||J(t)):this;return!e&&!i?(this._southWest=new H(n.lat,n.lng),this._northEast=new H(o.lat,o.lng)):(e.lat=Math.min(n.lat,e.lat),e.lng=Math.min(n.lng,e.lng),i.lat=Math.max(o.lat,i.lat),i.lng=Math.max(o.lng,i.lng)),this},pad:function(t){var e=this._southWest,i=this._northEast,n=Math.abs(e.lat-i.lat)*t,o=Math.abs(e.lng-i.lng)*t;return new rt(new H(e.lat-n,e.lng-o),new H(i.lat+n,i.lng+o))},getCenter:function(){return new H((this._southWest.lat+this._northEast.lat)/2,(this._southWest.lng+this._northEast.lng)/2)},getSouthWest:function(){return this._southWest},getNorthEast:function(){return this._northEast},getNorthWest:function(){return new H(this.getNorth(),this.getWest())},getSouthEast:function(){return new H(this.getSouth(),this.getEast())},getWest:function(){return this._southWest.lng},getSouth:function(){return this._southWest.lat},getEast:function(){return this._northEast.lng},getNorth:function(){return this._northEast.lat},contains:function(t){typeof t[0]=="number"||t instanceof H||"lat"in t?t=B(t):t=J(t);var e=this._southWest,i=this._northEast,n,o;return t instanceof rt?(n=t.getSouthWest(),o=t.getNorthEast()):n=o=t,n.lat>=e.lat&&o.lat<=i.lat&&n.lng>=e.lng&&o.lng<=i.lng},intersects:function(t){t=J(t);var e=this._southWest,i=this._northEast,n=t.getSouthWest(),o=t.getNorthEast(),r=o.lat>=e.lat&&n.lat<=i.lat,u=o.lng>=e.lng&&n.lng<=i.lng;return r&&u},overlaps:function(t){t=J(t);var e=this._southWest,i=this._northEast,n=t.getSouthWest(),o=t.getNorthEast(),r=o.lat>e.lat&&n.lat<i.lat,u=o.lng>e.lng&&n.lng<i.lng;return r&&u},toBBoxString:function(){return[this.getWest(),this.getSouth(),this.getEast(),this.getNorth()].join(",")},equals:function(t,e){return t?(t=J(t),this._southWest.equals(t.getSouthWest(),e)&&this._northEast.equals(t.getNorthEast(),e)):!1},isValid:function(){return!!(this._southWest&&this._northEast)}};function J(t,e){return t instanceof rt?t:new rt(t,e)}function H(t,e,i){if(isNaN(t)||isNaN(e))throw new Error("Invalid LatLng object: ("+t+", "+e+")");this.lat=+t,this.lng=+e,i!==void 0&&(this.alt=+i)}H.prototype={equals:function(t,e){if(!t)return!1;t=B(t);var i=Math.max(Math.abs(this.lat-t.lat),Math.abs(this.lng-t.lng));return i<=(e===void 0?1e-9:e)},toString:function(t){return"LatLng("+b(this.lat,t)+", "+b(this.lng,t)+")"},distanceTo:function(t){return zt.distance(this,B(t))},wrap:function(){return zt.wrapLatLng(this)},toBounds:function(t){var e=180*t/40075017,i=e/Math.cos(Math.PI/180*this.lat);return J([this.lat-e,this.lng-i],[this.lat+e,this.lng+i])},clone:function(){return new H(this.lat,this.lng,this.alt)}};function B(t,e,i){return t instanceof H?t:W(t)&&typeof t[0]!="object"?t.length===3?new H(t[0],t[1],t[2]):t.length===2?new H(t[0],t[1]):null:t==null?t:typeof t=="object"&&"lat"in t?new H(t.lat,"lng"in t?t.lng:t.lon,t.alt):e===void 0?null:new H(t,e,i)}var Tt={latLngToPoint:function(t,e){var i=this.projection.project(t),n=this.scale(e);return this.transformation._transform(i,n)},pointToLatLng:function(t,e){var i=this.scale(e),n=this.transformation.untransform(t,i);return this.projection.unproject(n)},project:function(t){return this.projection.project(t)},unproject:function(t){return this.projection.unproject(t)},scale:function(t){return 256*Math.pow(2,t)},zoom:function(t){return Math.log(t/256)/Math.LN2},getProjectedBounds:function(t){if(this.infinite)return null;var e=this.projection.bounds,i=this.scale(t),n=this.transformation.transform(e.min,i),o=this.transformation.transform(e.max,i);return new V(n,o)},infinite:!1,wrapLatLng:function(t){var e=this.wrapLng?v(t.lng,this.wrapLng,!0):t.lng,i=this.wrapLat?v(t.lat,this.wrapLat,!0):t.lat,n=t.alt;return new H(i,e,n)},wrapLatLngBounds:function(t){var e=t.getCenter(),i=this.wrapLatLng(e),n=e.lat-i.lat,o=e.lng-i.lng;if(n===0&&o===0)return t;var r=t.getSouthWest(),u=t.getNorthEast(),f=new H(r.lat-n,r.lng-o),m=new H(u.lat-n,u.lng-o);return new rt(f,m)}},zt=x({},Tt,{wrapLng:[-180,180],R:6371e3,distance:function(t,e){var i=Math.PI/180,n=t.lat*i,o=e.lat*i,r=Math.sin((e.lat-t.lat)*i/2),u=Math.sin((e.lng-t.lng)*i/2),f=r*r+Math.cos(n)*Math.cos(o)*u*u,m=2*Math.atan2(Math.sqrt(f),Math.sqrt(1-f));return this.R*m}}),Ji=6378137,Je={R:Ji,MAX_LATITUDE:85.0511287798,project:function(t){var e=Math.PI/180,i=this.MAX_LATITUDE,n=Math.max(Math.min(i,t.lat),-i),o=Math.sin(n*e);return new O(this.R*t.lng*e,this.R*Math.log((1+o)/(1-o))/2)},unproject:function(t){var e=180/Math.PI;return new H((2*Math.atan(Math.exp(t.y/this.R))-Math.PI/2)*e,t.x*e/this.R)},bounds:function(){var t=Ji*Math.PI;return new V([-t,-t],[t,t])}()};function Ke(t,e,i,n){if(W(t)){this._a=t[0],this._b=t[1],this._c=t[2],this._d=t[3];return}this._a=t,this._b=e,this._c=i,this._d=n}Ke.prototype={transform:function(t,e){return this._transform(t.clone(),e)},_transform:function(t,e){return e=e||1,t.x=e*(this._a*t.x+this._b),t.y=e*(this._c*t.y+this._d),t},untransform:function(t,e){return e=e||1,new O((t.x/e-this._b)/this._a,(t.y/e-this._d)/this._c)}};function $t(t,e,i,n){return new Ke(t,e,i,n)}var Ye=x({},zt,{code:"EPSG:3857",projection:Je,transformation:function(){var t=.5/(Math.PI*Je.R);return $t(t,.5,-t,.5)}()}),No=x({},Ye,{code:"EPSG:900913"});function Ki(t){return document.createElementNS("http://www.w3.org/2000/svg",t)}function Yi(t,e){var i="",n,o,r,u,f,m;for(n=0,r=t.length;n<r;n++){for(f=t[n],o=0,u=f.length;o<u;o++)m=f[o],i+=(o?"L":"M")+m.x+" "+m.y;i+=e?S.svg?"z":"x":""}return i||"M0 0"}var Xe=document.documentElement.style,Le="ActiveXObject"in window,Ro=Le&&!document.addEventListener,Xi="msLaunchUri"in navigator&&!("documentMode"in document),$e=yt("webkit"),$i=yt("android"),Qi=yt("android 2")||yt("android 3"),Do=parseInt(/WebKit\/([0-9]+)|$/.exec(navigator.userAgent)[1],10),Ho=$i&&yt("Google")&&Do<537&&!("AudioNode"in window),Qe=!!window.opera,tn=!Xi&&yt("chrome"),en=yt("gecko")&&!$e&&!Qe&&!Le,Fo=!tn&&yt("safari"),nn=yt("phantom"),on="OTransition"in Xe,Go=navigator.platform.indexOf("Win")===0,sn=Le&&"transition"in Xe,ti="WebKitCSSMatrix"in window&&"m11"in new window.WebKitCSSMatrix&&!Qi,rn="MozPerspective"in Xe,Uo=!window.L_DISABLE_3D&&(sn||ti||rn)&&!on&&!nn,Qt=typeof orientation<"u"||yt("mobile"),Wo=Qt&&$e,Vo=Qt&&ti,an=!window.PointerEvent&&window.MSPointerEvent,hn=!!(window.PointerEvent||an),un="ontouchstart"in window||!!window.TouchEvent,jo=!window.L_NO_TOUCH&&(un||hn),qo=Qt&&Qe,Jo=Qt&&en,Ko=(window.devicePixelRatio||window.screen.deviceXDPI/window.screen.logicalXDPI)>1,Yo=function(){var t=!1;try{var e=Object.defineProperty({},"passive",{get:function(){t=!0}});window.addEventListener("testPassiveEventSupport",_,e),window.removeEventListener("testPassiveEventSupport",_,e)}catch{}return t}(),Xo=function(){return!!document.createElement("canvas").getContext}(),ei=!!(document.createElementNS&&Ki("svg").createSVGRect),$o=!!ei&&function(){var t=document.createElement("div");return t.innerHTML="<svg/>",(t.firstChild&&t.firstChild.namespaceURI)==="http://www.w3.org/2000/svg"}(),Qo=!ei&&function(){try{var t=document.createElement("div");t.innerHTML='<v:shape adj="1"/>';var e=t.firstChild;return e.style.behavior="url(#default#VML)",e&&typeof e.adj=="object"}catch{return!1}}(),ts=navigator.platform.indexOf("Mac")===0,es=navigator.platform.indexOf("Linux")===0;function yt(t){return navigator.userAgent.toLowerCase().indexOf(t)>=0}var S={ie:Le,ielt9:Ro,edge:Xi,webkit:$e,android:$i,android23:Qi,androidStock:Ho,opera:Qe,chrome:tn,gecko:en,safari:Fo,phantom:nn,opera12:on,win:Go,ie3d:sn,webkit3d:ti,gecko3d:rn,any3d:Uo,mobile:Qt,mobileWebkit:Wo,mobileWebkit3d:Vo,msPointer:an,pointer:hn,touch:jo,touchNative:un,mobileOpera:qo,mobileGecko:Jo,retina:Ko,passiveEvents:Yo,canvas:Xo,svg:ei,vml:Qo,inlineSvg:$o,mac:ts,linux:es},ln=S.msPointer?"MSPointerDown":"pointerdown",cn=S.msPointer?"MSPointerMove":"pointermove",dn=S.msPointer?"MSPointerUp":"pointerup",fn=S.msPointer?"MSPointerCancel":"pointercancel",ii={touchstart:ln,touchmove:cn,touchend:dn,touchcancel:fn},_n={touchstart:as,touchmove:we,touchend:we,touchcancel:we},Ht={},pn=!1;function is(t,e,i){return e==="touchstart"&&rs(),_n[e]?(i=_n[e].bind(this,i),t.addEventListener(ii[e],i,!1),i):(console.warn("wrong event specified:",e),_)}function ns(t,e,i){if(!ii[e]){console.warn("wrong event specified:",e);return}t.removeEventListener(ii[e],i,!1)}function os(t){Ht[t.pointerId]=t}function ss(t){Ht[t.pointerId]&&(Ht[t.pointerId]=t)}function mn(t){delete Ht[t.pointerId]}function rs(){pn||(document.addEventListener(ln,os,!0),document.addEventListener(cn,ss,!0),document.addEventListener(dn,mn,!0),document.addEventListener(fn,mn,!0),pn=!0)}function we(t,e){if(e.pointerType!==(e.MSPOINTER_TYPE_MOUSE||"mouse")){e.touches=[];for(var i in Ht)e.touches.push(Ht[i]);e.changedTouches=[e],t(e)}}function as(t,e){e.MSPOINTER_TYPE_TOUCH&&e.pointerType===e.MSPOINTER_TYPE_TOUCH&&tt(e),we(t,e)}function hs(t){var e={},i,n;for(n in t)i=t[n],e[n]=i&&i.bind?i.bind(t):i;return t=e,e.type="dblclick",e.detail=2,e.isTrusted=!1,e._simulated=!0,e}var us=200;function ls(t,e){t.addEventListener("dblclick",e);var i=0,n;function o(r){if(r.detail!==1){n=r.detail;return}if(!(r.pointerType==="mouse"||r.sourceCapabilities&&!r.sourceCapabilities.firesTouchEvents)){var u=wn(r);if(!(u.some(function(m){return m instanceof HTMLLabelElement&&m.attributes.for})&&!u.some(function(m){return m instanceof HTMLInputElement||m instanceof HTMLSelectElement}))){var f=Date.now();f-i<=us?(n++,n===2&&e(hs(r))):n=1,i=f}}}return t.addEventListener("click",o),{dblclick:e,simDblclick:o}}function cs(t,e){t.removeEventListener("dblclick",e.dblclick),t.removeEventListener("click",e.simDblclick)}var ni=xe(["transform","webkitTransform","OTransform","MozTransform","msTransform"]),te=xe(["webkitTransition","transition","OTransition","MozTransition","msTransition"]),gn=te==="webkitTransition"||te==="OTransition"?te+"End":"transitionend";function vn(t){return typeof t=="string"?document.getElementById(t):t}function ee(t,e){var i=t.style[e]||t.currentStyle&&t.currentStyle[e];if((!i||i==="auto")&&document.defaultView){var n=document.defaultView.getComputedStyle(t,null);i=n?n[e]:null}return i==="auto"?null:i}function R(t,e,i){var n=document.createElement(t);return n.className=e||"",i&&i.appendChild(n),n}function j(t){var e=t.parentNode;e&&e.removeChild(t)}function be(t){for(;t.firstChild;)t.removeChild(t.firstChild)}function Ft(t){var e=t.parentNode;e&&e.lastChild!==t&&e.appendChild(t)}function Gt(t){var e=t.parentNode;e&&e.firstChild!==t&&e.insertBefore(t,e.firstChild)}function oi(t,e){if(t.classList!==void 0)return t.classList.contains(e);var i=Pe(t);return i.length>0&&new RegExp("(^|\\s)"+e+"(\\s|$)").test(i)}function Z(t,e){if(t.classList!==void 0)for(var i=M(e),n=0,o=i.length;n<o;n++)t.classList.add(i[n]);else if(!oi(t,e)){var r=Pe(t);si(t,(r?r+" ":"")+e)}}function q(t,e){t.classList!==void 0?t.classList.remove(e):si(t,w((" "+Pe(t)+" ").replace(" "+e+" "," ")))}function si(t,e){t.className.baseVal===void 0?t.className=e:t.className.baseVal=e}function Pe(t){return t.correspondingElement&&(t=t.correspondingElement),t.className.baseVal===void 0?t.className:t.className.baseVal}function ft(t,e){"opacity"in t.style?t.style.opacity=e:"filter"in t.style&&ds(t,e)}function ds(t,e){var i=!1,n="DXImageTransform.Microsoft.Alpha";try{i=t.filters.item(n)}catch{if(e===1)return}e=Math.round(e*100),i?(i.Enabled=e!==100,i.Opacity=e):t.style.filter+=" progid:"+n+"(opacity="+e+")"}function xe(t){for(var e=document.documentElement.style,i=0;i<t.length;i++)if(t[i]in e)return t[i];return!1}function It(t,e,i){var n=e||new O(0,0);t.style[ni]=(S.ie3d?"translate("+n.x+"px,"+n.y+"px)":"translate3d("+n.x+"px,"+n.y+"px,0)")+(i?" scale("+i+")":"")}function K(t,e){t._leaflet_pos=e,S.any3d?It(t,e):(t.style.left=e.x+"px",t.style.top=e.y+"px")}function Bt(t){return t._leaflet_pos||new O(0,0)}var ie,ne,ri;if("onselectstart"in document)ie=function(){z(window,"selectstart",tt)},ne=function(){G(window,"selectstart",tt)};else{var oe=xe(["userSelect","WebkitUserSelect","OUserSelect","MozUserSelect","msUserSelect"]);ie=function(){if(oe){var t=document.documentElement.style;ri=t[oe],t[oe]="none"}},ne=function(){oe&&(document.documentElement.style[oe]=ri,ri=void 0)}}function ai(){z(window,"dragstart",tt)}function hi(){G(window,"dragstart",tt)}var Ce,ui;function li(t){for(;t.tabIndex===-1;)t=t.parentNode;t.style&&(Te(),Ce=t,ui=t.style.outlineStyle,t.style.outlineStyle="none",z(window,"keydown",Te))}function Te(){Ce&&(Ce.style.outlineStyle=ui,Ce=void 0,ui=void 0,G(window,"keydown",Te))}function yn(t){do t=t.parentNode;while((!t.offsetWidth||!t.offsetHeight)&&t!==document.body);return t}function ci(t){var e=t.getBoundingClientRect();return{x:e.width/t.offsetWidth||1,y:e.height/t.offsetHeight||1,boundingClientRect:e}}var fs={__proto__:null,TRANSFORM:ni,TRANSITION:te,TRANSITION_END:gn,get:vn,getStyle:ee,create:R,remove:j,empty:be,toFront:Ft,toBack:Gt,hasClass:oi,addClass:Z,removeClass:q,setClass:si,getClass:Pe,setOpacity:ft,testProp:xe,setTransform:It,setPosition:K,getPosition:Bt,get disableTextSelection(){return ie},get enableTextSelection(){return ne},disableImageDrag:ai,enableImageDrag:hi,preventOutline:li,restoreOutline:Te,getSizedParentNode:yn,getScale:ci};function z(t,e,i,n){if(e&&typeof e=="object")for(var o in e)fi(t,o,e[o],i);else{e=M(e);for(var r=0,u=e.length;r<u;r++)fi(t,e[r],i,n)}return this}var Lt="_leaflet_events";function G(t,e,i,n){if(arguments.length===1)Ln(t),delete t[Lt];else if(e&&typeof e=="object")for(var o in e)_i(t,o,e[o],i);else if(e=M(e),arguments.length===2)Ln(t,function(f){return xt(e,f)!==-1});else for(var r=0,u=e.length;r<u;r++)_i(t,e[r],i,n);return this}function Ln(t,e){for(var i in t[Lt]){var n=i.split(/\d/)[0];(!e||e(n))&&_i(t,n,null,null,i)}}var di={mouseenter:"mouseover",mouseleave:"mouseout",wheel:!("onwheel"in window)&&"mousewheel"};function fi(t,e,i,n){var o=e+l(i)+(n?"_"+l(n):"");if(t[Lt]&&t[Lt][o])return this;var r=function(f){return i.call(n||t,f||window.event)},u=r;!S.touchNative&&S.pointer&&e.indexOf("touch")===0?r=is(t,e,r):S.touch&&e==="dblclick"?r=ls(t,r):"addEventListener"in t?e==="touchstart"||e==="touchmove"||e==="wheel"||e==="mousewheel"?t.addEventListener(di[e]||e,r,S.passiveEvents?{passive:!1}:!1):e==="mouseenter"||e==="mouseleave"?(r=function(f){f=f||window.event,mi(t,f)&&u(f)},t.addEventListener(di[e],r,!1)):t.addEventListener(e,u,!1):t.attachEvent("on"+e,r),t[Lt]=t[Lt]||{},t[Lt][o]=r}function _i(t,e,i,n,o){o=o||e+l(i)+(n?"_"+l(n):"");var r=t[Lt]&&t[Lt][o];if(!r)return this;!S.touchNative&&S.pointer&&e.indexOf("touch")===0?ns(t,e,r):S.touch&&e==="dblclick"?cs(t,r):"removeEventListener"in t?t.removeEventListener(di[e]||e,r,!1):t.detachEvent("on"+e,r),t[Lt][o]=null}function Nt(t){return t.stopPropagation?t.stopPropagation():t.originalEvent?t.originalEvent._stopped=!0:t.cancelBubble=!0,this}function pi(t){return fi(t,"wheel",Nt),this}function se(t){return z(t,"mousedown touchstart dblclick contextmenu",Nt),t._leaflet_disable_click=!0,this}function tt(t){return t.preventDefault?t.preventDefault():t.returnValue=!1,this}function Rt(t){return tt(t),Nt(t),this}function wn(t){if(t.composedPath)return t.composedPath();for(var e=[],i=t.target;i;)e.push(i),i=i.parentNode;return e}function bn(t,e){if(!e)return new O(t.clientX,t.clientY);var i=ci(e),n=i.boundingClientRect;return new O((t.clientX-n.left)/i.x-e.clientLeft,(t.clientY-n.top)/i.y-e.clientTop)}var _s=S.linux&&S.chrome?window.devicePixelRatio:S.mac?window.devicePixelRatio*3:window.devicePixelRatio>0?2*window.devicePixelRatio:1;function Pn(t){return S.edge?t.wheelDeltaY/2:t.deltaY&&t.deltaMode===0?-t.deltaY/_s:t.deltaY&&t.deltaMode===1?-t.deltaY*20:t.deltaY&&t.deltaMode===2?-t.deltaY*60:t.deltaX||t.deltaZ?0:t.wheelDelta?(t.wheelDeltaY||t.wheelDelta)/2:t.detail&&Math.abs(t.detail)<32765?-t.detail*20:t.detail?t.detail/-32765*60:0}function mi(t,e){var i=e.relatedTarget;if(!i)return!0;try{for(;i&&i!==t;)i=i.parentNode}catch{return!1}return i!==t}var ps={__proto__:null,on:z,off:G,stopPropagation:Nt,disableScrollPropagation:pi,disableClickPropagation:se,preventDefault:tt,stop:Rt,getPropagationPath:wn,getMousePosition:bn,getWheelDelta:Pn,isExternalTarget:mi,addListener:z,removeListener:G},xn=Xt.extend({run:function(t,e,i,n){this.stop(),this._el=t,this._inProgress=!0,this._duration=i||.25,this._easeOutPower=1/Math.max(n||.5,.2),this._startPos=Bt(t),this._offset=e.subtract(this._startPos),this._startTime=+new Date,this.fire("start"),this._animate()},stop:function(){this._inProgress&&(this._step(!0),this._complete())},_animate:function(){this._animId=ot(this._animate,this),this._step()},_step:function(t){var e=+new Date-this._startTime,i=this._duration*1e3;e<i?this._runFrame(this._easeOut(e/i),t):(this._runFrame(1),this._complete())},_runFrame:function(t,e){var i=this._startPos.add(this._offset.multiplyBy(t));e&&i._round(),K(this._el,i),this.fire("step")},_complete:function(){dt(this._animId),this._inProgress=!1,this.fire("end")},_easeOut:function(t){return 1-Math.pow(1-t,this._easeOutPower)}}),N=Xt.extend({options:{crs:Ye,center:void 0,zoom:void 0,minZoom:void 0,maxZoom:void 0,layers:[],maxBounds:void 0,renderer:void 0,zoomAnimation:!0,zoomAnimationThreshold:4,fadeAnimation:!0,markerZoomAnimation:!0,transform3DLimit:8388608,zoomSnap:1,zoomDelta:1,trackResize:!0},initialize:function(t,e){e=C(this,e),this._handlers=[],this._layers={},this._zoomBoundLayers={},this._sizeChanged=!0,this._initContainer(t),this._initLayout(),this._onResize=a(this._onResize,this),this._initEvents(),e.maxBounds&&this.setMaxBounds(e.maxBounds),e.zoom!==void 0&&(this._zoom=this._limitZoom(e.zoom)),e.center&&e.zoom!==void 0&&this.setView(B(e.center),e.zoom,{reset:!0}),this.callInitHooks(),this._zoomAnimated=te&&S.any3d&&!S.mobileOpera&&this.options.zoomAnimation,this._zoomAnimated&&(this._createAnimProxy(),z(this._proxy,gn,this._catchTransitionEnd,this)),this._addLayers(this.options.layers)},setView:function(t,e,i){if(e=e===void 0?this._zoom:this._limitZoom(e),t=this._limitCenter(B(t),e,this.options.maxBounds),i=i||{},this._stop(),this._loaded&&!i.reset&&i!==!0){i.animate!==void 0&&(i.zoom=x({animate:i.animate},i.zoom),i.pan=x({animate:i.animate,duration:i.duration},i.pan));var n=this._zoom!==e?this._tryAnimatedZoom&&this._tryAnimatedZoom(t,e,i.zoom):this._tryAnimatedPan(t,i.pan);if(n)return clearTimeout(this._sizeTimer),this}return this._resetView(t,e,i.pan&&i.pan.noMoveStart),this},setZoom:function(t,e){return this._loaded?this.setView(this.getCenter(),t,{zoom:e}):(this._zoom=t,this)},zoomIn:function(t,e){return t=t||(S.any3d?this.options.zoomDelta:1),this.setZoom(this._zoom+t,e)},zoomOut:function(t,e){return t=t||(S.any3d?this.options.zoomDelta:1),this.setZoom(this._zoom-t,e)},setZoomAround:function(t,e,i){var n=this.getZoomScale(e),o=this.getSize().divideBy(2),r=t instanceof O?t:this.latLngToContainerPoint(t),u=r.subtract(o).multiplyBy(1-1/n),f=this.containerPointToLatLng(o.add(u));return this.setView(f,e,{zoom:i})},_getBoundsCenterZoom:function(t,e){e=e||{},t=t.getBounds?t.getBounds():J(t);var i=E(e.paddingTopLeft||e.padding||[0,0]),n=E(e.paddingBottomRight||e.padding||[0,0]),o=this.getBoundsZoom(t,!1,i.add(n));if(o=typeof e.maxZoom=="number"?Math.min(e.maxZoom,o):o,o===1/0)return{center:t.getCenter(),zoom:o};var r=n.subtract(i).divideBy(2),u=this.project(t.getSouthWest(),o),f=this.project(t.getNorthEast(),o),m=this.unproject(u.add(f).divideBy(2).add(r),o);return{center:m,zoom:o}},fitBounds:function(t,e){if(t=J(t),!t.isValid())throw new Error("Bounds are not valid.");var i=this._getBoundsCenterZoom(t,e);return this.setView(i.center,i.zoom,e)},fitWorld:function(t){return this.fitBounds([[-90,-180],[90,180]],t)},panTo:function(t,e){return this.setView(t,this._zoom,{pan:e})},panBy:function(t,e){if(t=E(t).round(),e=e||{},!t.x&&!t.y)return this.fire("moveend");if(e.animate!==!0&&!this.getSize().contains(t))return this._resetView(this.unproject(this.project(this.getCenter()).add(t)),this.getZoom()),this;if(this._panAnim||(this._panAnim=new xn,this._panAnim.on({step:this._onPanTransitionStep,end:this._onPanTransitionEnd},this)),e.noMoveStart||this.fire("movestart"),e.animate!==!1){Z(this._mapPane,"leaflet-pan-anim");var i=this._getMapPanePos().subtract(t).round();this._panAnim.run(this._mapPane,i,e.duration||.25,e.easeLinearity)}else this._rawPanBy(t),this.fire("move").fire("moveend");return this},flyTo:function(t,e,i){if(i=i||{},i.animate===!1||!S.any3d)return this.setView(t,e,i);this._stop();var n=this.project(this.getCenter()),o=this.project(t),r=this.getSize(),u=this._zoom;t=B(t),e=e===void 0?u:e;var f=Math.max(r.x,r.y),m=f*this.getZoomScale(u,e),P=o.distanceTo(n)||1,T=1.42,k=T*T;function I(Y){var Re=Y?-1:1,nr=Y?m:f,or=m*m-f*f+Re*k*k*P*P,sr=2*nr*k*P,Mi=or/sr,oo=Math.sqrt(Mi*Mi+1)-Mi,rr=oo<1e-9?-18:Math.log(oo);return rr}function nt(Y){return(Math.exp(Y)-Math.exp(-Y))/2}function Q(Y){return(Math.exp(Y)+Math.exp(-Y))/2}function pt(Y){return nt(Y)/Q(Y)}var at=I(0);function Jt(Y){return f*(Q(at)/Q(at+T*Y))}function Qs(Y){return f*(Q(at)*pt(at+T*Y)-nt(at))/k}function tr(Y){return 1-Math.pow(1-Y,1.5)}var er=Date.now(),io=(I(1)-at)/T,ir=i.duration?1e3*i.duration:1e3*io*.8;function no(){var Y=(Date.now()-er)/ir,Re=tr(Y)*io;Y<=1?(this._flyToFrame=ot(no,this),this._move(this.unproject(n.add(o.subtract(n).multiplyBy(Qs(Re)/P)),u),this.getScaleZoom(f/Jt(Re),u),{flyTo:!0})):this._move(t,e)._moveEnd(!0)}return this._moveStart(!0,i.noMoveStart),no.call(this),this},flyToBounds:function(t,e){var i=this._getBoundsCenterZoom(t,e);return this.flyTo(i.center,i.zoom,e)},setMaxBounds:function(t){return t=J(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)},setMinZoom:function(t){var e=this.options.minZoom;return this.options.minZoom=t,this._loaded&&e!==t&&(this.fire("zoomlevelschange"),this.getZoom()<this.options.minZoom)?this.setZoom(t):this},setMaxZoom:function(t){var e=this.options.maxZoom;return this.options.maxZoom=t,this._loaded&&e!==t&&(this.fire("zoomlevelschange"),this.getZoom()>this.options.maxZoom)?this.setZoom(t):this},panInsideBounds:function(t,e){this._enforcingBounds=!0;var i=this.getCenter(),n=this._limitCenter(i,this._zoom,J(t));return i.equals(n)||this.panTo(n,e),this._enforcingBounds=!1,this},panInside:function(t,e){e=e||{};var i=E(e.paddingTopLeft||e.padding||[0,0]),n=E(e.paddingBottomRight||e.padding||[0,0]),o=this.project(this.getCenter()),r=this.project(t),u=this.getPixelBounds(),f=st([u.min.add(i),u.max.subtract(n)]),m=f.getSize();if(!f.contains(r)){this._enforcingBounds=!0;var P=r.subtract(f.getCenter()),T=f.extend(r).getSize().subtract(m);o.x+=P.x<0?-T.x:T.x,o.y+=P.y<0?-T.y:T.y,this.panTo(this.unproject(o),e),this._enforcingBounds=!1}return this},invalidateSize:function(t){if(!this._loaded)return this;t=x({animate:!1,pan:!0},t===!0?{animate:!0}:t);var e=this.getSize();this._sizeChanged=!0,this._lastCenter=null;var i=this.getSize(),n=e.divideBy(2).round(),o=i.divideBy(2).round(),r=n.subtract(o);return!r.x&&!r.y?this:(t.animate&&t.pan?this.panBy(r):(t.pan&&this._rawPanBy(r),this.fire("move"),t.debounceMoveend?(clearTimeout(this._sizeTimer),this._sizeTimer=setTimeout(a(this.fire,this,"moveend"),200)):this.fire("moveend")),this.fire("resize",{oldSize:e,newSize:i}))},stop:function(){return this.setZoom(this._limitZoom(this._zoom)),this.options.zoomSnap||this.fire("viewreset"),this._stop()},locate:function(t){if(t=this._locateOptions=x({timeout:1e4,watch:!1},t),!("geolocation"in navigator))return this._handleGeolocationError({code:0,message:"Geolocation not supported."}),this;var e=a(this._handleGeolocationResponse,this),i=a(this._handleGeolocationError,this);return t.watch?this._locationWatchId=navigator.geolocation.watchPosition(e,i,t):navigator.geolocation.getCurrentPosition(e,i,t),this},stopLocate:function(){return navigator.geolocation&&navigator.geolocation.clearWatch&&navigator.geolocation.clearWatch(this._locationWatchId),this._locateOptions&&(this._locateOptions.setView=!1),this},_handleGeolocationError:function(t){if(this._container._leaflet_id){var e=t.code,i=t.message||(e===1?"permission denied":e===2?"position unavailable":"timeout");this._locateOptions.setView&&!this._loaded&&this.fitWorld(),this.fire("locationerror",{code:e,message:"Geolocation error: "+i+"."})}},_handleGeolocationResponse:function(t){if(this._container._leaflet_id){var e=t.coords.latitude,i=t.coords.longitude,n=new H(e,i),o=n.toBounds(t.coords.accuracy*2),r=this._locateOptions;if(r.setView){var u=this.getBoundsZoom(o);this.setView(n,r.maxZoom?Math.min(u,r.maxZoom):u)}var f={latlng:n,bounds:o,timestamp:t.timestamp};for(var m in t.coords)typeof t.coords[m]=="number"&&(f[m]=t.coords[m]);this.fire("locationfound",f)}},addHandler:function(t,e){if(!e)return this;var i=this[t]=new e(this);return this._handlers.push(i),this.options[t]&&i.enable(),this},remove:function(){if(this._initEvents(!0),this.options.maxBounds&&this.off("moveend",this._panInsideMaxBounds),this._containerId!==this._container._leaflet_id)throw new Error("Map container is being reused by another instance");try{delete this._container._leaflet_id,delete this._containerId}catch{this._container._leaflet_id=void 0,this._containerId=void 0}this._locationWatchId!==void 0&&this.stopLocate(),this._stop(),j(this._mapPane),this._clearControlPos&&this._clearControlPos(),this._resizeRequest&&(dt(this._resizeRequest),this._resizeRequest=null),this._clearHandlers(),this._loaded&&this.fire("unload");var t;for(t in this._layers)this._layers[t].remove();for(t in this._panes)j(this._panes[t]);return this._layers=[],this._panes=[],delete this._mapPane,delete this._renderer,this},createPane:function(t,e){var i="leaflet-pane"+(t?" leaflet-"+t.replace("Pane","")+"-pane":""),n=R("div",i,e||this._mapPane);return t&&(this._panes[t]=n),n},getCenter:function(){return this._checkIfLoaded(),this._lastCenter&&!this._moved()?this._lastCenter.clone():this.layerPointToLatLng(this._getCenterLayerPoint())},getZoom:function(){return this._zoom},getBounds:function(){var t=this.getPixelBounds(),e=this.unproject(t.getBottomLeft()),i=this.unproject(t.getTopRight());return new rt(e,i)},getMinZoom:function(){return this.options.minZoom===void 0?this._layersMinZoom||0:this.options.minZoom},getMaxZoom:function(){return this.options.maxZoom===void 0?this._layersMaxZoom===void 0?1/0:this._layersMaxZoom:this.options.maxZoom},getBoundsZoom:function(t,e,i){t=J(t),i=E(i||[0,0]);var n=this.getZoom()||0,o=this.getMinZoom(),r=this.getMaxZoom(),u=t.getNorthWest(),f=t.getSouthEast(),m=this.getSize().subtract(i),P=st(this.project(f,n),this.project(u,n)).getSize(),T=S.any3d?this.options.zoomSnap:1,k=m.x/P.x,I=m.y/P.y,nt=e?Math.max(k,I):Math.min(k,I);return n=this.getScaleZoom(nt,n),T&&(n=Math.round(n/(T/100))*(T/100),n=e?Math.ceil(n/T)*T:Math.floor(n/T)*T),Math.max(o,Math.min(r,n))},getSize:function(){return(!this._size||this._sizeChanged)&&(this._size=new O(this._container.clientWidth||0,this._container.clientHeight||0),this._sizeChanged=!1),this._size.clone()},getPixelBounds:function(t,e){var i=this._getTopLeftPoint(t,e);return new V(i,i.add(this.getSize()))},getPixelOrigin:function(){return this._checkIfLoaded(),this._pixelOrigin},getPixelWorldBounds:function(t){return this.options.crs.getProjectedBounds(t===void 0?this.getZoom():t)},getPane:function(t){return typeof t=="string"?this._panes[t]:t},getPanes:function(){return this._panes},getContainer:function(){return this._container},getZoomScale:function(t,e){var i=this.options.crs;return e=e===void 0?this._zoom:e,i.scale(t)/i.scale(e)},getScaleZoom:function(t,e){var i=this.options.crs;e=e===void 0?this._zoom:e;var n=i.zoom(t*i.scale(e));return isNaN(n)?1/0:n},project:function(t,e){return e=e===void 0?this._zoom:e,this.options.crs.latLngToPoint(B(t),e)},unproject:function(t,e){return e=e===void 0?this._zoom:e,this.options.crs.pointToLatLng(E(t),e)},layerPointToLatLng:function(t){var e=E(t).add(this.getPixelOrigin());return this.unproject(e)},latLngToLayerPoint:function(t){var e=this.project(B(t))._round();return e._subtract(this.getPixelOrigin())},wrapLatLng:function(t){return this.options.crs.wrapLatLng(B(t))},wrapLatLngBounds:function(t){return this.options.crs.wrapLatLngBounds(J(t))},distance:function(t,e){return this.options.crs.distance(B(t),B(e))},containerPointToLayerPoint:function(t){return E(t).subtract(this._getMapPanePos())},layerPointToContainerPoint:function(t){return E(t).add(this._getMapPanePos())},containerPointToLatLng:function(t){var e=this.containerPointToLayerPoint(E(t));return this.layerPointToLatLng(e)},latLngToContainerPoint:function(t){return this.layerPointToContainerPoint(this.latLngToLayerPoint(B(t)))},mouseEventToContainerPoint:function(t){return bn(t,this._container)},mouseEventToLayerPoint:function(t){return this.containerPointToLayerPoint(this.mouseEventToContainerPoint(t))},mouseEventToLatLng:function(t){return this.layerPointToLatLng(this.mouseEventToLayerPoint(t))},_initContainer:function(t){var e=this._container=vn(t);if(e){if(e._leaflet_id)throw new Error("Map container is already initialized.")}else throw new Error("Map container not found.");z(e,"scroll",this._onScroll,this),this._containerId=l(e)},_initLayout:function(){var t=this._container;this._fadeAnimated=this.options.fadeAnimation&&S.any3d,Z(t,"leaflet-container"+(S.touch?" leaflet-touch":"")+(S.retina?" leaflet-retina":"")+(S.ielt9?" leaflet-oldie":"")+(S.safari?" leaflet-safari":"")+(this._fadeAnimated?" leaflet-fade-anim":""));var e=ee(t,"position");e!=="absolute"&&e!=="relative"&&e!=="fixed"&&e!=="sticky"&&(t.style.position="relative"),this._initPanes(),this._initControlPos&&this._initControlPos()},_initPanes:function(){var t=this._panes={};this._paneRenderers={},this._mapPane=this.createPane("mapPane",this._container),K(this._mapPane,new O(0,0)),this.createPane("tilePane"),this.createPane("overlayPane"),this.createPane("shadowPane"),this.createPane("markerPane"),this.createPane("tooltipPane"),this.createPane("popupPane"),this.options.markerZoomAnimation||(Z(t.markerPane,"leaflet-zoom-hide"),Z(t.shadowPane,"leaflet-zoom-hide"))},_resetView:function(t,e,i){K(this._mapPane,new O(0,0));var n=!this._loaded;this._loaded=!0,e=this._limitZoom(e),this.fire("viewprereset");var o=this._zoom!==e;this._moveStart(o,i)._move(t,e)._moveEnd(o),this.fire("viewreset"),n&&this.fire("load")},_moveStart:function(t,e){return t&&this.fire("zoomstart"),e||this.fire("movestart"),this},_move:function(t,e,i,n){e===void 0&&(e=this._zoom);var o=this._zoom!==e;return this._zoom=e,this._lastCenter=t,this._pixelOrigin=this._getNewPixelOrigin(t),n?i&&i.pinch&&this.fire("zoom",i):((o||i&&i.pinch)&&this.fire("zoom",i),this.fire("move",i)),this},_moveEnd:function(t){return t&&this.fire("zoomend"),this.fire("moveend")},_stop:function(){return dt(this._flyToFrame),this._panAnim&&this._panAnim.stop(),this},_rawPanBy:function(t){K(this._mapPane,this._getMapPanePos().subtract(t))},_getZoomSpan:function(){return this.getMaxZoom()-this.getMinZoom()},_panInsideMaxBounds:function(){this._enforcingBounds||this.panInsideBounds(this.options.maxBounds)},_checkIfLoaded:function(){if(!this._loaded)throw new Error("Set map center and zoom first.")},_initEvents:function(t){this._targets={},this._targets[l(this._container)]=this;var e=t?G:z;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),S.any3d&&this.options.transform3DLimit&&(t?this.off:this.on).call(this,"moveend",this._onMoveEnd)},_onResize:function(){dt(this._resizeRequest),this._resizeRequest=ot(function(){this.invalidateSize({debounceMoveend:!0})},this)},_onScroll:function(){this._container.scrollTop=0,this._container.scrollLeft=0},_onMoveEnd:function(){var t=this._getMapPanePos();Math.max(Math.abs(t.x),Math.abs(t.y))>=this.options.transform3DLimit&&this._resetView(this.getCenter(),this.getZoom())},_findEventTargets:function(t,e){for(var i=[],n,o=e==="mouseout"||e==="mouseover",r=t.target||t.srcElement,u=!1;r;){if(n=this._targets[l(r)],n&&(e==="click"||e==="preclick")&&this._draggableMoved(n)){u=!0;break}if(n&&n.listens(e,!0)&&(o&&!mi(r,t)||(i.push(n),o))||r===this._container)break;r=r.parentNode}return!i.length&&!u&&!o&&this.listens(e,!0)&&(i=[this]),i},_isClickDisabled:function(t){for(;t&&t!==this._container;){if(t._leaflet_disable_click)return!0;t=t.parentNode}},_handleDOMEvent:function(t){var e=t.target||t.srcElement;if(!(!this._loaded||e._leaflet_disable_events||t.type==="click"&&this._isClickDisabled(e))){var i=t.type;i==="mousedown"&&li(e),this._fireDOMEvent(t,i)}},_mouseEvents:["click","dblclick","mouseover","mouseout","contextmenu"],_fireDOMEvent:function(t,e,i){if(t.type==="click"){var n=x({},t);n.type="preclick",this._fireDOMEvent(n,n.type,i)}var o=this._findEventTargets(t,e);if(i){for(var r=[],u=0;u<i.length;u++)i[u].listens(e,!0)&&r.push(i[u]);o=r.concat(o)}if(o.length){e==="contextmenu"&&tt(t);var f=o[0],m={originalEvent:t};if(t.type!=="keypress"&&t.type!=="keydown"&&t.type!=="keyup"){var P=f.getLatLng&&(!f._radius||f._radius<=10);m.containerPoint=P?this.latLngToContainerPoint(f.getLatLng()):this.mouseEventToContainerPoint(t),m.layerPoint=this.containerPointToLayerPoint(m.containerPoint),m.latlng=P?f.getLatLng():this.layerPointToLatLng(m.layerPoint)}for(u=0;u<o.length;u++)if(o[u].fire(e,m,!0),m.originalEvent._stopped||o[u].options.bubblingMouseEvents===!1&&xt(this._mouseEvents,e)!==-1)return}},_draggableMoved:function(t){return t=t.dragging&&t.dragging.enabled()?t:this,t.dragging&&t.dragging.moved()||this.boxZoom&&this.boxZoom.moved()},_clearHandlers:function(){for(var t=0,e=this._handlers.length;t<e;t++)this._handlers[t].disable()},whenReady:function(t,e){return this._loaded?t.call(e||this,{target:this}):this.on("load",t,e),this},_getMapPanePos:function(){return Bt(this._mapPane)||new O(0,0)},_moved:function(){var t=this._getMapPanePos();return t&&!t.equals([0,0])},_getTopLeftPoint:function(t,e){var i=t&&e!==void 0?this._getNewPixelOrigin(t,e):this.getPixelOrigin();return i.subtract(this._getMapPanePos())},_getNewPixelOrigin:function(t,e){var i=this.getSize()._divideBy(2);return this.project(t,e)._subtract(i)._add(this._getMapPanePos())._round()},_latLngToNewLayerPoint:function(t,e,i){var n=this._getNewPixelOrigin(i,e);return this.project(t,e)._subtract(n)},_latLngBoundsToNewLayerBounds:function(t,e,i){var n=this._getNewPixelOrigin(i,e);return st([this.project(t.getSouthWest(),e)._subtract(n),this.project(t.getNorthWest(),e)._subtract(n),this.project(t.getSouthEast(),e)._subtract(n),this.project(t.getNorthEast(),e)._subtract(n)])},_getCenterLayerPoint:function(){return this.containerPointToLayerPoint(this.getSize()._divideBy(2))},_getCenterOffset:function(t){return this.latLngToLayerPoint(t).subtract(this._getCenterLayerPoint())},_limitCenter:function(t,e,i){if(!i)return t;var n=this.project(t,e),o=this.getSize().divideBy(2),r=new V(n.subtract(o),n.add(o)),u=this._getBoundsOffset(r,i,e);return Math.abs(u.x)<=1&&Math.abs(u.y)<=1?t:this.unproject(n.add(u),e)},_limitOffset:function(t,e){if(!e)return t;var i=this.getPixelBounds(),n=new V(i.min.add(t),i.max.add(t));return t.add(this._getBoundsOffset(n,e))},_getBoundsOffset:function(t,e,i){var n=st(this.project(e.getNorthEast(),i),this.project(e.getSouthWest(),i)),o=n.min.subtract(t.min),r=n.max.subtract(t.max),u=this._rebound(o.x,-r.x),f=this._rebound(o.y,-r.y);return new O(u,f)},_rebound:function(t,e){return t+e>0?Math.round(t-e)/2:Math.max(0,Math.ceil(t))-Math.max(0,Math.floor(e))},_limitZoom:function(t){var e=this.getMinZoom(),i=this.getMaxZoom(),n=S.any3d?this.options.zoomSnap:1;return n&&(t=Math.round(t/n)*n),Math.max(e,Math.min(i,t))},_onPanTransitionStep:function(){this.fire("move")},_onPanTransitionEnd:function(){q(this._mapPane,"leaflet-pan-anim"),this.fire("moveend")},_tryAnimatedPan:function(t,e){var i=this._getCenterOffset(t)._trunc();return(e&&e.animate)!==!0&&!this.getSize().contains(i)?!1:(this.panBy(i,e),!0)},_createAnimProxy:function(){var t=this._proxy=R("div","leaflet-proxy leaflet-zoom-animated");this._panes.mapPane.appendChild(t),this.on("zoomanim",function(e){var i=ni,n=this._proxy.style[i];It(this._proxy,this.project(e.center,e.zoom),this.getZoomScale(e.zoom,1)),n===this._proxy.style[i]&&this._animatingZoom&&this._onZoomTransitionEnd()},this),this.on("load moveend",this._animMoveEnd,this),this._on("unload",this._destroyAnimProxy,this)},_destroyAnimProxy:function(){j(this._proxy),this.off("load moveend",this._animMoveEnd,this),delete this._proxy},_animMoveEnd:function(){var t=this.getCenter(),e=this.getZoom();It(this._proxy,this.project(t,e),this.getZoomScale(e,1))},_catchTransitionEnd:function(t){this._animatingZoom&&t.propertyName.indexOf("transform")>=0&&this._onZoomTransitionEnd()},_nothingToAnimate:function(){return!this._container.getElementsByClassName("leaflet-zoom-animated").length},_tryAnimatedZoom:function(t,e,i){if(this._animatingZoom)return!0;if(i=i||{},!this._zoomAnimated||i.animate===!1||this._nothingToAnimate()||Math.abs(e-this._zoom)>this.options.zoomAnimationThreshold)return!1;var n=this.getZoomScale(e),o=this._getCenterOffset(t)._divideBy(1-1/n);return i.animate!==!0&&!this.getSize().contains(o)?!1:(ot(function(){this._moveStart(!0,i.noMoveStart||!1)._animateZoom(t,e,!0)},this),!0)},_animateZoom:function(t,e,i,n){this._mapPane&&(i&&(this._animatingZoom=!0,this._animateToCenter=t,this._animateToZoom=e,Z(this._mapPane,"leaflet-zoom-anim")),this.fire("zoomanim",{center:t,zoom:e,noUpdate:n}),this._tempFireZoomEvent||(this._tempFireZoomEvent=this._zoom!==this._animateToZoom),this._move(this._animateToCenter,this._animateToZoom,void 0,!0),setTimeout(a(this._onZoomTransitionEnd,this),250))},_onZoomTransitionEnd:function(){this._animatingZoom&&(this._mapPane&&q(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))}});function ms(t,e){return new N(t,e)}var mt=Ct.extend({options:{position:"topright"},initialize:function(t){C(this,t)},getPosition:function(){return this.options.position},setPosition:function(t){var e=this._map;return e&&e.removeControl(this),this.options.position=t,e&&e.addControl(this),this},getContainer:function(){return this._container},addTo:function(t){this.remove(),this._map=t;var e=this._container=this.onAdd(t),i=this.getPosition(),n=t._controlCorners[i];return Z(e,"leaflet-control"),i.indexOf("bottom")!==-1?n.insertBefore(e,n.firstChild):n.appendChild(e),this._map.on("unload",this.remove,this),this},remove:function(){return this._map?(j(this._container),this.onRemove&&this.onRemove(this._map),this._map.off("unload",this.remove,this),this._map=null,this):this},_refocusOnMap:function(t){this._map&&t&&t.screenX>0&&t.screenY>0&&this._map.getContainer().focus()}}),re=function(t){return new mt(t)};N.include({addControl:function(t){return t.addTo(this),this},removeControl:function(t){return t.remove(),this},_initControlPos:function(){var t=this._controlCorners={},e="leaflet-",i=this._controlContainer=R("div",e+"control-container",this._container);function n(o,r){var u=e+o+" "+e+r;t[o+r]=R("div",u,i)}n("top","left"),n("top","right"),n("bottom","left"),n("bottom","right")},_clearControlPos:function(){for(var t in this._controlCorners)j(this._controlCorners[t]);j(this._controlContainer),delete this._controlCorners,delete this._controlContainer}});var Cn=mt.extend({options:{collapsed:!0,position:"topright",autoZIndex:!0,hideSingleBase:!1,sortLayers:!1,sortFunction:function(t,e,i,n){return i<n?-1:n<i?1:0}},initialize:function(t,e,i){C(this,i),this._layerControlInputs=[],this._layers=[],this._lastZIndex=0,this._handlingClick=!1,this._preventClick=!1;for(var n in t)this._addLayer(t[n],n);for(n in e)this._addLayer(e[n],n,!0)},onAdd:function(t){this._initLayout(),this._update(),this._map=t,t.on("zoomend",this._checkDisabledLayers,this);for(var e=0;e<this._layers.length;e++)this._layers[e].layer.on("add remove",this._onLayerChange,this);return this._container},addTo:function(t){return mt.prototype.addTo.call(this,t),this._expandIfNotCollapsed()},onRemove:function(){this._map.off("zoomend",this._checkDisabledLayers,this);for(var t=0;t<this._layers.length;t++)this._layers[t].layer.off("add remove",this._onLayerChange,this)},addBaseLayer:function(t,e){return this._addLayer(t,e),this._map?this._update():this},addOverlay:function(t,e){return this._addLayer(t,e,!0),this._map?this._update():this},removeLayer:function(t){t.off("add remove",this._onLayerChange,this);var e=this._getLayer(l(t));return e&&this._layers.splice(this._layers.indexOf(e),1),this._map?this._update():this},expand:function(){Z(this._container,"leaflet-control-layers-expanded"),this._section.style.height=null;var t=this._map.getSize().y-(this._container.offsetTop+50);return t<this._section.clientHeight?(Z(this._section,"leaflet-control-layers-scrollbar"),this._section.style.height=t+"px"):q(this._section,"leaflet-control-layers-scrollbar"),this._checkDisabledLayers(),this},collapse:function(){return q(this._container,"leaflet-control-layers-expanded"),this},_initLayout:function(){var t="leaflet-control-layers",e=this._container=R("div",t),i=this.options.collapsed;e.setAttribute("aria-haspopup",!0),se(e),pi(e);var n=this._section=R("section",t+"-list");i&&(this._map.on("click",this.collapse,this),z(e,{mouseenter:this._expandSafely,mouseleave:this.collapse},this));var o=this._layersLink=R("a",t+"-toggle",e);o.href="#",o.title="Layers",o.setAttribute("role","button"),z(o,{keydown:function(r){r.keyCode===13&&this._expandSafely()},click:function(r){tt(r),this._expandSafely()}},this),i||this.expand(),this._baseLayersList=R("div",t+"-base",n),this._separator=R("div",t+"-separator",n),this._overlaysList=R("div",t+"-overlays",n),e.appendChild(n)},_getLayer:function(t){for(var e=0;e<this._layers.length;e++)if(this._layers[e]&&l(this._layers[e].layer)===t)return this._layers[e]},_addLayer:function(t,e,i){this._map&&t.on("add remove",this._onLayerChange,this),this._layers.push({layer:t,name:e,overlay:i}),this.options.sortLayers&&this._layers.sort(a(function(n,o){return this.options.sortFunction(n.layer,o.layer,n.name,o.name)},this)),this.options.autoZIndex&&t.setZIndex&&(this._lastZIndex++,t.setZIndex(this._lastZIndex)),this._expandIfNotCollapsed()},_update:function(){if(!this._container)return this;be(this._baseLayersList),be(this._overlaysList),this._layerControlInputs=[];var t,e,i,n,o=0;for(i=0;i<this._layers.length;i++)n=this._layers[i],this._addItem(n),e=e||n.overlay,t=t||!n.overlay,o+=n.overlay?0:1;return this.options.hideSingleBase&&(t=t&&o>1,this._baseLayersList.style.display=t?"":"none"),this._separator.style.display=e&&t?"":"none",this},_onLayerChange:function(t){this._handlingClick||this._update();var e=this._getLayer(l(t.target)),i=e.overlay?t.type==="add"?"overlayadd":"overlayremove":t.type==="add"?"baselayerchange":null;i&&this._map.fire(i,e)},_createRadioElement:function(t,e){var i='<input type="radio" class="leaflet-control-layers-selector" name="'+t+'"'+(e?' checked="checked"':"")+"/>",n=document.createElement("div");return n.innerHTML=i,n.firstChild},_addItem:function(t){var e=document.createElement("label"),i=this._map.hasLayer(t.layer),n;t.overlay?(n=document.createElement("input"),n.type="checkbox",n.className="leaflet-control-layers-selector",n.defaultChecked=i):n=this._createRadioElement("leaflet-base-layers_"+l(this),i),this._layerControlInputs.push(n),n.layerId=l(t.layer),z(n,"click",this._onInputClick,this);var o=document.createElement("span");o.innerHTML=" "+t.name;var r=document.createElement("span");e.appendChild(r),r.appendChild(n),r.appendChild(o);var u=t.overlay?this._overlaysList:this._baseLayersList;return u.appendChild(e),this._checkDisabledLayers(),e},_onInputClick:function(){if(!this._preventClick){var t=this._layerControlInputs,e,i,n=[],o=[];this._handlingClick=!0;for(var r=t.length-1;r>=0;r--)e=t[r],i=this._getLayer(e.layerId).layer,e.checked?n.push(i):e.checked||o.push(i);for(r=0;r<o.length;r++)this._map.hasLayer(o[r])&&this._map.removeLayer(o[r]);for(r=0;r<n.length;r++)this._map.hasLayer(n[r])||this._map.addLayer(n[r]);this._handlingClick=!1,this._refocusOnMap()}},_checkDisabledLayers:function(){for(var t=this._layerControlInputs,e,i,n=this._map.getZoom(),o=t.length-1;o>=0;o--)e=t[o],i=this._getLayer(e.layerId).layer,e.disabled=i.options.minZoom!==void 0&&n<i.options.minZoom||i.options.maxZoom!==void 0&&n>i.options.maxZoom},_expandIfNotCollapsed:function(){return this._map&&!this.options.collapsed&&this.expand(),this},_expandSafely:function(){var t=this._section;this._preventClick=!0,z(t,"click",tt),this.expand();var e=this;setTimeout(function(){G(t,"click",tt),e._preventClick=!1})}}),gs=function(t,e,i){return new Cn(t,e,i)},gi=mt.extend({options:{position:"topleft",zoomInText:'<span aria-hidden="true">+</span>',zoomInTitle:"Zoom in",zoomOutText:'<span aria-hidden="true">&#x2212;</span>',zoomOutTitle:"Zoom out"},onAdd:function(t){var e="leaflet-control-zoom",i=R("div",e+" leaflet-bar"),n=this.options;return this._zoomInButton=this._createButton(n.zoomInText,n.zoomInTitle,e+"-in",i,this._zoomIn),this._zoomOutButton=this._createButton(n.zoomOutText,n.zoomOutTitle,e+"-out",i,this._zoomOut),this._updateDisabled(),t.on("zoomend zoomlevelschange",this._updateDisabled,this),i},onRemove:function(t){t.off("zoomend zoomlevelschange",this._updateDisabled,this)},disable:function(){return this._disabled=!0,this._updateDisabled(),this},enable:function(){return this._disabled=!1,this._updateDisabled(),this},_zoomIn:function(t){!this._disabled&&this._map._zoom<this._map.getMaxZoom()&&this._map.zoomIn(this._map.options.zoomDelta*(t.shiftKey?3:1))},_zoomOut:function(t){!this._disabled&&this._map._zoom>this._map.getMinZoom()&&this._map.zoomOut(this._map.options.zoomDelta*(t.shiftKey?3:1))},_createButton:function(t,e,i,n,o){var r=R("a",i,n);return r.innerHTML=t,r.href="#",r.title=e,r.setAttribute("role","button"),r.setAttribute("aria-label",e),se(r),z(r,"click",Rt),z(r,"click",o,this),z(r,"click",this._refocusOnMap,this),r},_updateDisabled:function(){var t=this._map,e="leaflet-disabled";q(this._zoomInButton,e),q(this._zoomOutButton,e),this._zoomInButton.setAttribute("aria-disabled","false"),this._zoomOutButton.setAttribute("aria-disabled","false"),(this._disabled||t._zoom===t.getMinZoom())&&(Z(this._zoomOutButton,e),this._zoomOutButton.setAttribute("aria-disabled","true")),(this._disabled||t._zoom===t.getMaxZoom())&&(Z(this._zoomInButton,e),this._zoomInButton.setAttribute("aria-disabled","true"))}});N.mergeOptions({zoomControl:!0}),N.addInitHook(function(){this.options.zoomControl&&(this.zoomControl=new gi,this.addControl(this.zoomControl))});var vs=function(t){return new gi(t)},Tn=mt.extend({options:{position:"bottomleft",maxWidth:100,metric:!0,imperial:!0},onAdd:function(t){var e="leaflet-control-scale",i=R("div",e),n=this.options;return this._addScales(n,e+"-line",i),t.on(n.updateWhenIdle?"moveend":"move",this._update,this),t.whenReady(this._update,this),i},onRemove:function(t){t.off(this.options.updateWhenIdle?"moveend":"move",this._update,this)},_addScales:function(t,e,i){t.metric&&(this._mScale=R("div",e,i)),t.imperial&&(this._iScale=R("div",e,i))},_update:function(){var t=this._map,e=t.getSize().y/2,i=t.distance(t.containerPointToLatLng([0,e]),t.containerPointToLatLng([this.options.maxWidth,e]));this._updateScales(i)},_updateScales:function(t){this.options.metric&&t&&this._updateMetric(t),this.options.imperial&&t&&this._updateImperial(t)},_updateMetric:function(t){var e=this._getRoundNum(t),i=e<1e3?e+" m":e/1e3+" km";this._updateScale(this._mScale,i,e/t)},_updateImperial:function(t){var e=t*3.2808399,i,n,o;e>5280?(i=e/5280,n=this._getRoundNum(i),this._updateScale(this._iScale,n+" mi",n/i)):(o=this._getRoundNum(e),this._updateScale(this._iScale,o+" ft",o/e))},_updateScale:function(t,e,i){t.style.width=Math.round(this.options.maxWidth*i)+"px",t.innerHTML=e},_getRoundNum:function(t){var e=Math.pow(10,(Math.floor(t)+"").length-1),i=t/e;return i=i>=10?10:i>=5?5:i>=3?3:i>=2?2:1,e*i}}),ys=function(t){return new Tn(t)},Ls='<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>',vi=mt.extend({options:{position:"bottomright",prefix:'<a href="https://leafletjs.com" title="A JavaScript library for interactive maps">'+(S.inlineSvg?Ls+" ":"")+"Leaflet</a>"},initialize:function(t){C(this,t),this._attributions={}},onAdd:function(t){t.attributionControl=this,this._container=R("div","leaflet-control-attribution"),se(this._container);for(var e in t._layers)t._layers[e].getAttribution&&this.addAttribution(t._layers[e].getAttribution());return this._update(),t.on("layeradd",this._addAttribution,this),this._container},onRemove:function(t){t.off("layeradd",this._addAttribution,this)},_addAttribution:function(t){t.layer.getAttribution&&(this.addAttribution(t.layer.getAttribution()),t.layer.once("remove",function(){this.removeAttribution(t.layer.getAttribution())},this))},setPrefix:function(t){return this.options.prefix=t,this._update(),this},addAttribution:function(t){return t?(this._attributions[t]||(this._attributions[t]=0),this._attributions[t]++,this._update(),this):this},removeAttribution:function(t){return t?(this._attributions[t]&&(this._attributions[t]--,this._update()),this):this},_update:function(){if(this._map){var t=[];for(var e in this._attributions)this._attributions[e]&&t.push(e);var i=[];this.options.prefix&&i.push(this.options.prefix),t.length&&i.push(t.join(", ")),this._container.innerHTML=i.join(' <span aria-hidden="true">|</span> ')}}});N.mergeOptions({attributionControl:!0}),N.addInitHook(function(){this.options.attributionControl&&new vi().addTo(this)});var ws=function(t){return new vi(t)};mt.Layers=Cn,mt.Zoom=gi,mt.Scale=Tn,mt.Attribution=vi,re.layers=gs,re.zoom=vs,re.scale=ys,re.attribution=ws;var wt=Ct.extend({initialize:function(t){this._map=t},enable:function(){return this._enabled?this:(this._enabled=!0,this.addHooks(),this)},disable:function(){return this._enabled?(this._enabled=!1,this.removeHooks(),this):this},enabled:function(){return!!this._enabled}});wt.addTo=function(t,e){return t.addHandler(e,this),this};var bs={Events:lt},Mn=S.touch?"touchstart mousedown":"mousedown",At=Xt.extend({options:{clickTolerance:3},initialize:function(t,e,i,n){C(this,n),this._element=t,this._dragStartTarget=e||t,this._preventOutline=i},enable:function(){this._enabled||(z(this._dragStartTarget,Mn,this._onDown,this),this._enabled=!0)},disable:function(){this._enabled&&(At._dragging===this&&this.finishDrag(!0),G(this._dragStartTarget,Mn,this._onDown,this),this._enabled=!1,this._moved=!1)},_onDown:function(t){if(this._enabled&&(this._moved=!1,!oi(this._element,"leaflet-zoom-anim"))){if(t.touches&&t.touches.length!==1){At._dragging===this&&this.finishDrag();return}if(!(At._dragging||t.shiftKey||t.which!==1&&t.button!==1&&!t.touches)&&(At._dragging=this,this._preventOutline&&li(this._element),ai(),ie(),!this._moving)){this.fire("down");var e=t.touches?t.touches[0]:t,i=yn(this._element);this._startPoint=new O(e.clientX,e.clientY),this._startPos=Bt(this._element),this._parentScale=ci(i);var n=t.type==="mousedown";z(document,n?"mousemove":"touchmove",this._onMove,this),z(document,n?"mouseup":"touchend touchcancel",this._onUp,this)}}},_onMove:function(t){if(this._enabled){if(t.touches&&t.touches.length>1){this._moved=!0;return}var e=t.touches&&t.touches.length===1?t.touches[0]:t,i=new O(e.clientX,e.clientY)._subtract(this._startPoint);!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,tt(t),this._moved||(this.fire("dragstart"),this._moved=!0,Z(document.body,"leaflet-dragging"),this._lastTarget=t.target||t.srcElement,window.SVGElementInstance&&this._lastTarget instanceof window.SVGElementInstance&&(this._lastTarget=this._lastTarget.correspondingUseElement),Z(this._lastTarget,"leaflet-drag-target")),this._newPos=this._startPos.add(i),this._moving=!0,this._lastEvent=t,this._updatePosition())}},_updatePosition:function(){var t={originalEvent:this._lastEvent};this.fire("predrag",t),K(this._element,this._newPos),this.fire("drag",t)},_onUp:function(){this._enabled&&this.finishDrag()},finishDrag:function(t){q(document.body,"leaflet-dragging"),this._lastTarget&&(q(this._lastTarget,"leaflet-drag-target"),this._lastTarget=null),G(document,"mousemove touchmove",this._onMove,this),G(document,"mouseup touchend touchcancel",this._onUp,this),hi(),ne();var e=this._moved&&this._moving;this._moving=!1,At._dragging=!1,e&&this.fire("dragend",{noInertia:t,distance:this._newPos.distanceTo(this._startPos)})}});function Sn(t,e,i){var n,o=[1,4,2,8],r,u,f,m,P,T,k,I;for(r=0,T=t.length;r<T;r++)t[r]._code=Dt(t[r],e);for(f=0;f<4;f++){for(k=o[f],n=[],r=0,T=t.length,u=T-1;r<T;u=r++)m=t[r],P=t[u],m._code&k?P._code&k||(I=Me(P,m,k,e,i),I._code=Dt(I,e),n.push(I)):(P._code&k&&(I=Me(P,m,k,e,i),I._code=Dt(I,e),n.push(I)),n.push(m));t=n}return t}function kn(t,e){var i,n,o,r,u,f,m,P,T;if(!t||t.length===0)throw new Error("latlngs not passed");_t(t)||(console.warn("latlngs are not flat! Only the first ring will be used"),t=t[0]);var k=B([0,0]),I=J(t),nt=I.getNorthWest().distanceTo(I.getSouthWest())*I.getNorthEast().distanceTo(I.getNorthWest());nt<1700&&(k=yi(t));var Q=t.length,pt=[];for(i=0;i<Q;i++){var at=B(t[i]);pt.push(e.project(B([at.lat-k.lat,at.lng-k.lng])))}for(f=m=P=0,i=0,n=Q-1;i<Q;n=i++)o=pt[i],r=pt[n],u=o.y*r.x-r.y*o.x,m+=(o.x+r.x)*u,P+=(o.y+r.y)*u,f+=u*3;f===0?T=pt[0]:T=[m/f,P/f];var Jt=e.unproject(E(T));return B([Jt.lat+k.lat,Jt.lng+k.lng])}function yi(t){for(var e=0,i=0,n=0,o=0;o<t.length;o++){var r=B(t[o]);e+=r.lat,i+=r.lng,n++}return B([e/n,i/n])}var Ps={__proto__:null,clipPolygon:Sn,polygonCenter:kn,centroid:yi};function En(t,e){if(!e||!t.length)return t.slice();var i=e*e;return t=Ts(t,i),t=Cs(t,i),t}function On(t,e,i){return Math.sqrt(ae(t,e,i,!0))}function xs(t,e,i){return ae(t,e,i)}function Cs(t,e){var i=t.length,n=typeof Uint8Array<"u"?Uint8Array:Array,o=new n(i);o[0]=o[i-1]=1,Li(t,o,e,0,i-1);var r,u=[];for(r=0;r<i;r++)o[r]&&u.push(t[r]);return u}function Li(t,e,i,n,o){var r=0,u,f,m;for(f=n+1;f<=o-1;f++)m=ae(t[f],t[n],t[o],!0),m>r&&(u=f,r=m);r>i&&(e[u]=1,Li(t,e,i,n,u),Li(t,e,i,u,o))}function Ts(t,e){for(var i=[t[0]],n=1,o=0,r=t.length;n<r;n++)Ms(t[n],t[o])>e&&(i.push(t[n]),o=n);return o<r-1&&i.push(t[r-1]),i}var zn;function An(t,e,i,n,o){var r=n?zn:Dt(t,i),u=Dt(e,i),f,m,P;for(zn=u;;){if(!(r|u))return[t,e];if(r&u)return!1;f=r||u,m=Me(t,e,f,i,o),P=Dt(m,i),f===r?(t=m,r=P):(e=m,u=P)}}function Me(t,e,i,n,o){var r=e.x-t.x,u=e.y-t.y,f=n.min,m=n.max,P,T;return i&8?(P=t.x+r*(m.y-t.y)/u,T=m.y):i&4?(P=t.x+r*(f.y-t.y)/u,T=f.y):i&2?(P=m.x,T=t.y+u*(m.x-t.x)/r):i&1&&(P=f.x,T=t.y+u*(f.x-t.x)/r),new O(P,T,o)}function Dt(t,e){var i=0;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}function Ms(t,e){var i=e.x-t.x,n=e.y-t.y;return i*i+n*n}function ae(t,e,i,n){var o=e.x,r=e.y,u=i.x-o,f=i.y-r,m=u*u+f*f,P;return m>0&&(P=((t.x-o)*u+(t.y-r)*f)/m,P>1?(o=i.x,r=i.y):P>0&&(o+=u*P,r+=f*P)),u=t.x-o,f=t.y-r,n?u*u+f*f:new O(o,r)}function _t(t){return!W(t[0])||typeof t[0][0]!="object"&&typeof t[0][0]<"u"}function Zn(t){return console.warn("Deprecated use of _flat, please use L.LineUtil.isFlat instead."),_t(t)}function In(t,e){var i,n,o,r,u,f,m,P;if(!t||t.length===0)throw new Error("latlngs not passed");_t(t)||(console.warn("latlngs are not flat! Only the first ring will be used"),t=t[0]);var T=B([0,0]),k=J(t),I=k.getNorthWest().distanceTo(k.getSouthWest())*k.getNorthEast().distanceTo(k.getNorthWest());I<1700&&(T=yi(t));var nt=t.length,Q=[];for(i=0;i<nt;i++){var pt=B(t[i]);Q.push(e.project(B([pt.lat-T.lat,pt.lng-T.lng])))}for(i=0,n=0;i<nt-1;i++)n+=Q[i].distanceTo(Q[i+1])/2;if(n===0)P=Q[0];else for(i=0,r=0;i<nt-1;i++)if(u=Q[i],f=Q[i+1],o=u.distanceTo(f),r+=o,r>n){m=(r-n)/o,P=[f.x-m*(f.x-u.x),f.y-m*(f.y-u.y)];break}var at=e.unproject(E(P));return B([at.lat+T.lat,at.lng+T.lng])}var Ss={__proto__:null,simplify:En,pointToSegmentDistance:On,closestPointOnSegment:xs,clipSegment:An,_getEdgeIntersection:Me,_getBitCode:Dt,_sqClosestPointOnSegment:ae,isFlat:_t,_flat:Zn,polylineCenter:In},wi={project:function(t){return new O(t.lng,t.lat)},unproject:function(t){return new H(t.y,t.x)},bounds:new V([-180,-90],[180,90])},bi={R:6378137,R_MINOR:6356752314245179e-9,bounds:new V([-2003750834279e-5,-1549657073972e-5],[2003750834279e-5,1876465623138e-5]),project:function(t){var e=Math.PI/180,i=this.R,n=t.lat*e,o=this.R_MINOR/i,r=Math.sqrt(1-o*o),u=r*Math.sin(n),f=Math.tan(Math.PI/4-n/2)/Math.pow((1-u)/(1+u),r/2);return n=-i*Math.log(Math.max(f,1e-10)),new O(t.lng*e*i,n)},unproject:function(t){for(var e=180/Math.PI,i=this.R,n=this.R_MINOR/i,o=Math.sqrt(1-n*n),r=Math.exp(-t.y/i),u=Math.PI/2-2*Math.atan(r),f=0,m=.1,P;f<15&&Math.abs(m)>1e-7;f++)P=o*Math.sin(u),P=Math.pow((1-P)/(1+P),o/2),m=Math.PI/2-2*Math.atan(r*P)-u,u+=m;return new H(u*e,t.x*e/i)}},ks={__proto__:null,LonLat:wi,Mercator:bi,SphericalMercator:Je},Es=x({},zt,{code:"EPSG:3395",projection:bi,transformation:function(){var t=.5/(Math.PI*bi.R);return $t(t,.5,-t,.5)}()}),Bn=x({},zt,{code:"EPSG:4326",projection:wi,transformation:$t(1/180,1,-1/180,.5)}),Os=x({},Tt,{projection:wi,transformation:$t(1,0,-1,0),scale:function(t){return Math.pow(2,t)},zoom:function(t){return Math.log(t)/Math.LN2},distance:function(t,e){var i=e.lng-t.lng,n=e.lat-t.lat;return Math.sqrt(i*i+n*n)},infinite:!0});Tt.Earth=zt,Tt.EPSG3395=Es,Tt.EPSG3857=Ye,Tt.EPSG900913=No,Tt.EPSG4326=Bn,Tt.Simple=Os;var gt=Xt.extend({options:{pane:"overlayPane",attribution:null,bubblingMouseEvents:!0},addTo:function(t){return t.addLayer(this),this},remove:function(){return this.removeFrom(this._map||this._mapToAdd)},removeFrom:function(t){return t&&t.removeLayer(this),this},getPane:function(t){return this._map.getPane(t?this.options[t]||t:this.options.pane)},addInteractiveTarget:function(t){return this._map._targets[l(t)]=this,this},removeInteractiveTarget:function(t){return delete this._map._targets[l(t)],this},getAttribution:function(){return this.options.attribution},_layerAdd:function(t){var e=t.target;if(e.hasLayer(this)){if(this._map=e,this._zoomAnimated=e._zoomAnimated,this.getEvents){var i=this.getEvents();e.on(i,this),this.once("remove",function(){e.off(i,this)},this)}this.onAdd(e),this.fire("add"),e.fire("layeradd",{layer:this})}}});N.include({addLayer:function(t){if(!t._layerAdd)throw new Error("The provided object is not a Layer.");var e=l(t);return this._layers[e]?this:(this._layers[e]=t,t._mapToAdd=this,t.beforeAdd&&t.beforeAdd(this),this.whenReady(t._layerAdd,t),this)},removeLayer:function(t){var e=l(t);return this._layers[e]?(this._loaded&&t.onRemove(this),delete this._layers[e],this._loaded&&(this.fire("layerremove",{layer:t}),t.fire("remove")),t._map=t._mapToAdd=null,this):this},hasLayer:function(t){return l(t)in this._layers},eachLayer:function(t,e){for(var i in this._layers)t.call(e,this._layers[i]);return this},_addLayers:function(t){t=t?W(t)?t:[t]:[];for(var e=0,i=t.length;e<i;e++)this.addLayer(t[e])},_addZoomLimit:function(t){(!isNaN(t.options.maxZoom)||!isNaN(t.options.minZoom))&&(this._zoomBoundLayers[l(t)]=t,this._updateZoomLevels())},_removeZoomLimit:function(t){var e=l(t);this._zoomBoundLayers[e]&&(delete this._zoomBoundLayers[e],this._updateZoomLevels())},_updateZoomLevels:function(){var t=1/0,e=-1/0,i=this._getZoomSpan();for(var n in this._zoomBoundLayers){var o=this._zoomBoundLayers[n].options;t=o.minZoom===void 0?t:Math.min(t,o.minZoom),e=o.maxZoom===void 0?e:Math.max(e,o.maxZoom)}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)}});var Ut=gt.extend({initialize:function(t,e){C(this,e),this._layers={};var i,n;if(t)for(i=0,n=t.length;i<n;i++)this.addLayer(t[i])},addLayer:function(t){var e=this.getLayerId(t);return this._layers[e]=t,this._map&&this._map.addLayer(t),this},removeLayer:function(t){var e=t in this._layers?t:this.getLayerId(t);return this._map&&this._layers[e]&&this._map.removeLayer(this._layers[e]),delete this._layers[e],this},hasLayer:function(t){var e=typeof t=="number"?t:this.getLayerId(t);return e in this._layers},clearLayers:function(){return this.eachLayer(this.removeLayer,this)},invoke:function(t){var e=Array.prototype.slice.call(arguments,1),i,n;for(i in this._layers)n=this._layers[i],n[t]&&n[t].apply(n,e);return this},onAdd:function(t){this.eachLayer(t.addLayer,t)},onRemove:function(t){this.eachLayer(t.removeLayer,t)},eachLayer:function(t,e){for(var i in this._layers)t.call(e,this._layers[i]);return this},getLayer:function(t){return this._layers[t]},getLayers:function(){var t=[];return this.eachLayer(t.push,t),t},setZIndex:function(t){return this.invoke("setZIndex",t)},getLayerId:function(t){return l(t)}}),zs=function(t,e){return new Ut(t,e)},Mt=Ut.extend({addLayer:function(t){return this.hasLayer(t)?this:(t.addEventParent(this),Ut.prototype.addLayer.call(this,t),this.fire("layeradd",{layer:t}))},removeLayer:function(t){return this.hasLayer(t)?(t in this._layers&&(t=this._layers[t]),t.removeEventParent(this),Ut.prototype.removeLayer.call(this,t),this.fire("layerremove",{layer:t})):this},setStyle:function(t){return this.invoke("setStyle",t)},bringToFront:function(){return this.invoke("bringToFront")},bringToBack:function(){return this.invoke("bringToBack")},getBounds:function(){var t=new rt;for(var e in this._layers){var i=this._layers[e];t.extend(i.getBounds?i.getBounds():i.getLatLng())}return t}}),As=function(t,e){return new Mt(t,e)},Wt=Ct.extend({options:{popupAnchor:[0,0],tooltipAnchor:[0,0],crossOrigin:!1},initialize:function(t){C(this,t)},createIcon:function(t){return this._createIcon("icon",t)},createShadow:function(t){return this._createIcon("shadow",t)},_createIcon:function(t,e){var i=this._getIconUrl(t);if(!i){if(t==="icon")throw new Error("iconUrl not set in Icon options (see the docs).");return null}var n=this._createImg(i,e&&e.tagName==="IMG"?e:null);return this._setIconStyles(n,t),(this.options.crossOrigin||this.options.crossOrigin==="")&&(n.crossOrigin=this.options.crossOrigin===!0?"":this.options.crossOrigin),n},_setIconStyles:function(t,e){var i=this.options,n=i[e+"Size"];typeof n=="number"&&(n=[n,n]);var o=E(n),r=E(e==="shadow"&&i.shadowAnchor||i.iconAnchor||o&&o.divideBy(2,!0));t.className="leaflet-marker-"+e+" "+(i.className||""),r&&(t.style.marginLeft=-r.x+"px",t.style.marginTop=-r.y+"px"),o&&(t.style.width=o.x+"px",t.style.height=o.y+"px")},_createImg:function(t,e){return e=e||document.createElement("img"),e.src=t,e},_getIconUrl:function(t){return S.retina&&this.options[t+"RetinaUrl"]||this.options[t+"Url"]}});function Zs(t){return new Wt(t)}var he=Wt.extend({options:{iconUrl:"marker-icon.png",iconRetinaUrl:"marker-icon-2x.png",shadowUrl:"marker-shadow.png",iconSize:[25,41],iconAnchor:[12,41],popupAnchor:[1,-34],tooltipAnchor:[16,-28],shadowSize:[41,41]},_getIconUrl:function(t){return typeof he.imagePath!="string"&&(he.imagePath=this._detectIconPath()),(this.options.imagePath||he.imagePath)+Wt.prototype._getIconUrl.call(this,t)},_stripUrl:function(t){var e=function(i,n,o){var r=n.exec(i);return r&&r[o]};return t=e(t,/^url\((['"])?(.+)\1\)$/,2),t&&e(t,/^(.*)marker-icon\.png$/,1)},_detectIconPath:function(){var t=R("div","leaflet-default-icon-path",document.body),e=ee(t,"background-image")||ee(t,"backgroundImage");if(document.body.removeChild(t),e=this._stripUrl(e),e)return e;var i=document.querySelector('link[href$="leaflet.css"]');return i?i.href.substring(0,i.href.length-11-1):""}}),Nn=wt.extend({initialize:function(t){this._marker=t},addHooks:function(){var t=this._marker._icon;this._draggable||(this._draggable=new At(t,t,!0)),this._draggable.on({dragstart:this._onDragStart,predrag:this._onPreDrag,drag:this._onDrag,dragend:this._onDragEnd},this).enable(),Z(t,"leaflet-marker-draggable")},removeHooks:function(){this._draggable.off({dragstart:this._onDragStart,predrag:this._onPreDrag,drag:this._onDrag,dragend:this._onDragEnd},this).disable(),this._marker._icon&&q(this._marker._icon,"leaflet-marker-draggable")},moved:function(){return this._draggable&&this._draggable._moved},_adjustPan:function(t){var e=this._marker,i=e._map,n=this._marker.options.autoPanSpeed,o=this._marker.options.autoPanPadding,r=Bt(e._icon),u=i.getPixelBounds(),f=i.getPixelOrigin(),m=st(u.min._subtract(f).add(o),u.max._subtract(f).subtract(o));if(!m.contains(r)){var P=E((Math.max(m.max.x,r.x)-m.max.x)/(u.max.x-m.max.x)-(Math.min(m.min.x,r.x)-m.min.x)/(u.min.x-m.min.x),(Math.max(m.max.y,r.y)-m.max.y)/(u.max.y-m.max.y)-(Math.min(m.min.y,r.y)-m.min.y)/(u.min.y-m.min.y)).multiplyBy(n);i.panBy(P,{animate:!1}),this._draggable._newPos._add(P),this._draggable._startPos._add(P),K(e._icon,this._draggable._newPos),this._onDrag(t),this._panRequest=ot(this._adjustPan.bind(this,t))}},_onDragStart:function(){this._oldLatLng=this._marker.getLatLng(),this._marker.closePopup&&this._marker.closePopup(),this._marker.fire("movestart").fire("dragstart")},_onPreDrag:function(t){this._marker.options.autoPan&&(dt(this._panRequest),this._panRequest=ot(this._adjustPan.bind(this,t)))},_onDrag:function(t){var e=this._marker,i=e._shadow,n=Bt(e._icon),o=e._map.layerPointToLatLng(n);i&&K(i,n),e._latlng=o,t.latlng=o,t.oldLatLng=this._oldLatLng,e.fire("move",t).fire("drag",t)},_onDragEnd:function(t){dt(this._panRequest),delete this._oldLatLng,this._marker.fire("moveend").fire("dragend",t)}}),Se=gt.extend({options:{icon:new he,interactive:!0,keyboard:!0,title:"",alt:"Marker",zIndexOffset:0,opacity:1,riseOnHover:!1,riseOffset:250,pane:"markerPane",shadowPane:"shadowPane",bubblingMouseEvents:!1,autoPanOnFocus:!0,draggable:!1,autoPan:!1,autoPanPadding:[50,50],autoPanSpeed:10},initialize:function(t,e){C(this,e),this._latlng=B(t)},onAdd:function(t){this._zoomAnimated=this._zoomAnimated&&t.options.markerZoomAnimation,this._zoomAnimated&&t.on("zoomanim",this._animateZoom,this),this._initIcon(),this.update()},onRemove:function(t){this.dragging&&this.dragging.enabled()&&(this.options.draggable=!0,this.dragging.removeHooks()),delete this.dragging,this._zoomAnimated&&t.off("zoomanim",this._animateZoom,this),this._removeIcon(),this._removeShadow()},getEvents:function(){return{zoom:this.update,viewreset:this.update}},getLatLng:function(){return this._latlng},setLatLng:function(t){var e=this._latlng;return this._latlng=B(t),this.update(),this.fire("move",{oldLatLng:e,latlng:this._latlng})},setZIndexOffset:function(t){return this.options.zIndexOffset=t,this.update()},getIcon:function(){return this.options.icon},setIcon:function(t){return this.options.icon=t,this._map&&(this._initIcon(),this.update()),this._popup&&this.bindPopup(this._popup,this._popup.options),this},getElement:function(){return this._icon},update:function(){if(this._icon&&this._map){var t=this._map.latLngToLayerPoint(this._latlng).round();this._setPos(t)}return this},_initIcon:function(){var t=this.options,e="leaflet-zoom-"+(this._zoomAnimated?"animated":"hide"),i=t.icon.createIcon(this._icon),n=!1;i!==this._icon&&(this._icon&&this._removeIcon(),n=!0,t.title&&(i.title=t.title),i.tagName==="IMG"&&(i.alt=t.alt||"")),Z(i,e),t.keyboard&&(i.tabIndex="0",i.setAttribute("role","button")),this._icon=i,t.riseOnHover&&this.on({mouseover:this._bringToFront,mouseout:this._resetZIndex}),this.options.autoPanOnFocus&&z(i,"focus",this._panOnFocus,this);var o=t.icon.createShadow(this._shadow),r=!1;o!==this._shadow&&(this._removeShadow(),r=!0),o&&(Z(o,e),o.alt=""),this._shadow=o,t.opacity<1&&this._updateOpacity(),n&&this.getPane().appendChild(this._icon),this._initInteraction(),o&&r&&this.getPane(t.shadowPane).appendChild(this._shadow)},_removeIcon:function(){this.options.riseOnHover&&this.off({mouseover:this._bringToFront,mouseout:this._resetZIndex}),this.options.autoPanOnFocus&&G(this._icon,"focus",this._panOnFocus,this),j(this._icon),this.removeInteractiveTarget(this._icon),this._icon=null},_removeShadow:function(){this._shadow&&j(this._shadow),this._shadow=null},_setPos:function(t){this._icon&&K(this._icon,t),this._shadow&&K(this._shadow,t),this._zIndex=t.y+this.options.zIndexOffset,this._resetZIndex()},_updateZIndex:function(t){this._icon&&(this._icon.style.zIndex=this._zIndex+t)},_animateZoom:function(t){var e=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center).round();this._setPos(e)},_initInteraction:function(){if(this.options.interactive&&(Z(this._icon,"leaflet-interactive"),this.addInteractiveTarget(this._icon),Nn)){var t=this.options.draggable;this.dragging&&(t=this.dragging.enabled(),this.dragging.disable()),this.dragging=new Nn(this),t&&this.dragging.enable()}},setOpacity:function(t){return this.options.opacity=t,this._map&&this._updateOpacity(),this},_updateOpacity:function(){var t=this.options.opacity;this._icon&&ft(this._icon,t),this._shadow&&ft(this._shadow,t)},_bringToFront:function(){this._updateZIndex(this.options.riseOffset)},_resetZIndex:function(){this._updateZIndex(0)},_panOnFocus:function(){var t=this._map;if(t){var e=this.options.icon.options,i=e.iconSize?E(e.iconSize):E(0,0),n=e.iconAnchor?E(e.iconAnchor):E(0,0);t.panInside(this._latlng,{paddingTopLeft:n,paddingBottomRight:i.subtract(n)})}},_getPopupAnchor:function(){return this.options.icon.options.popupAnchor},_getTooltipAnchor:function(){return this.options.icon.options.tooltipAnchor}});function Is(t,e){return new Se(t,e)}var Zt=gt.extend({options:{stroke:!0,color:"#3388ff",weight:3,opacity:1,lineCap:"round",lineJoin:"round",dashArray:null,dashOffset:null,fill:!1,fillColor:null,fillOpacity:.2,fillRule:"evenodd",interactive:!0,bubblingMouseEvents:!0},beforeAdd:function(t){this._renderer=t.getRenderer(this)},onAdd:function(){this._renderer._initPath(this),this._reset(),this._renderer._addPath(this)},onRemove:function(){this._renderer._removePath(this)},redraw:function(){return this._map&&this._renderer._updatePath(this),this},setStyle:function(t){return C(this,t),this._renderer&&(this._renderer._updateStyle(this),this.options.stroke&&t&&Object.prototype.hasOwnProperty.call(t,"weight")&&this._updateBounds()),this},bringToFront:function(){return this._renderer&&this._renderer._bringToFront(this),this},bringToBack:function(){return this._renderer&&this._renderer._bringToBack(this),this},getElement:function(){return this._path},_reset:function(){this._project(),this._update()},_clickTolerance:function(){return(this.options.stroke?this.options.weight/2:0)+(this._renderer.options.tolerance||0)}}),ke=Zt.extend({options:{fill:!0,radius:10},initialize:function(t,e){C(this,e),this._latlng=B(t),this._radius=this.options.radius},setLatLng:function(t){var e=this._latlng;return this._latlng=B(t),this.redraw(),this.fire("move",{oldLatLng:e,latlng:this._latlng})},getLatLng:function(){return this._latlng},setRadius:function(t){return this.options.radius=this._radius=t,this.redraw()},getRadius:function(){return this._radius},setStyle:function(t){var e=t&&t.radius||this._radius;return Zt.prototype.setStyle.call(this,t),this.setRadius(e),this},_project:function(){this._point=this._map.latLngToLayerPoint(this._latlng),this._updateBounds()},_updateBounds:function(){var t=this._radius,e=this._radiusY||t,i=this._clickTolerance(),n=[t+i,e+i];this._pxBounds=new V(this._point.subtract(n),this._point.add(n))},_update:function(){this._map&&this._updatePath()},_updatePath:function(){this._renderer._updateCircle(this)},_empty:function(){return this._radius&&!this._renderer._bounds.intersects(this._pxBounds)},_containsPoint:function(t){return t.distanceTo(this._point)<=this._radius+this._clickTolerance()}});function Bs(t,e){return new ke(t,e)}var Pi=ke.extend({initialize:function(t,e,i){if(typeof e=="number"&&(e=x({},i,{radius:e})),C(this,e),this._latlng=B(t),isNaN(this.options.radius))throw new Error("Circle radius cannot be NaN");this._mRadius=this.options.radius},setRadius:function(t){return this._mRadius=t,this.redraw()},getRadius:function(){return this._mRadius},getBounds:function(){var t=[this._radius,this._radiusY||this._radius];return new rt(this._map.layerPointToLatLng(this._point.subtract(t)),this._map.layerPointToLatLng(this._point.add(t)))},setStyle:Zt.prototype.setStyle,_project:function(){var t=this._latlng.lng,e=this._latlng.lat,i=this._map,n=i.options.crs;if(n.distance===zt.distance){var o=Math.PI/180,r=this._mRadius/zt.R/o,u=i.project([e+r,t]),f=i.project([e-r,t]),m=u.add(f).divideBy(2),P=i.unproject(m).lat,T=Math.acos((Math.cos(r*o)-Math.sin(e*o)*Math.sin(P*o))/(Math.cos(e*o)*Math.cos(P*o)))/o;(isNaN(T)||T===0)&&(T=r/Math.cos(Math.PI/180*e)),this._point=m.subtract(i.getPixelOrigin()),this._radius=isNaN(T)?0:m.x-i.project([P,t-T]).x,this._radiusY=m.y-u.y}else{var k=n.unproject(n.project(this._latlng).subtract([this._mRadius,0]));this._point=i.latLngToLayerPoint(this._latlng),this._radius=this._point.x-i.latLngToLayerPoint(k).x}this._updateBounds()}});function Ns(t,e,i){return new Pi(t,e,i)}var St=Zt.extend({options:{smoothFactor:1,noClip:!1},initialize:function(t,e){C(this,e),this._setLatLngs(t)},getLatLngs:function(){return this._latlngs},setLatLngs:function(t){return this._setLatLngs(t),this.redraw()},isEmpty:function(){return!this._latlngs.length},closestLayerPoint:function(t){for(var e=1/0,i=null,n=ae,o,r,u=0,f=this._parts.length;u<f;u++)for(var m=this._parts[u],P=1,T=m.length;P<T;P++){o=m[P-1],r=m[P];var k=n(t,o,r,!0);k<e&&(e=k,i=n(t,o,r))}return i&&(i.distance=Math.sqrt(e)),i},getCenter:function(){if(!this._map)throw new Error("Must add layer to map before using getCenter()");return In(this._defaultShape(),this._map.options.crs)},getBounds:function(){return this._bounds},addLatLng:function(t,e){return e=e||this._defaultShape(),t=B(t),e.push(t),this._bounds.extend(t),this.redraw()},_setLatLngs:function(t){this._bounds=new rt,this._latlngs=this._convertLatLngs(t)},_defaultShape:function(){return _t(this._latlngs)?this._latlngs:this._latlngs[0]},_convertLatLngs:function(t){for(var e=[],i=_t(t),n=0,o=t.length;n<o;n++)i?(e[n]=B(t[n]),this._bounds.extend(e[n])):e[n]=this._convertLatLngs(t[n]);return e},_project:function(){var t=new V;this._rings=[],this._projectLatlngs(this._latlngs,this._rings,t),this._bounds.isValid()&&t.isValid()&&(this._rawPxBounds=t,this._updateBounds())},_updateBounds:function(){var t=this._clickTolerance(),e=new O(t,t);this._rawPxBounds&&(this._pxBounds=new V([this._rawPxBounds.min.subtract(e),this._rawPxBounds.max.add(e)]))},_projectLatlngs:function(t,e,i){var n=t[0]instanceof H,o=t.length,r,u;if(n){for(u=[],r=0;r<o;r++)u[r]=this._map.latLngToLayerPoint(t[r]),i.extend(u[r]);e.push(u)}else for(r=0;r<o;r++)this._projectLatlngs(t[r],e,i)},_clipPoints:function(){var t=this._renderer._bounds;if(this._parts=[],!(!this._pxBounds||!this._pxBounds.intersects(t))){if(this.options.noClip){this._parts=this._rings;return}var e=this._parts,i,n,o,r,u,f,m;for(i=0,o=0,r=this._rings.length;i<r;i++)for(m=this._rings[i],n=0,u=m.length;n<u-1;n++)f=An(m[n],m[n+1],t,n,!0),f&&(e[o]=e[o]||[],e[o].push(f[0]),(f[1]!==m[n+1]||n===u-2)&&(e[o].push(f[1]),o++))}},_simplifyPoints:function(){for(var t=this._parts,e=this.options.smoothFactor,i=0,n=t.length;i<n;i++)t[i]=En(t[i],e)},_update:function(){this._map&&(this._clipPoints(),this._simplifyPoints(),this._updatePath())},_updatePath:function(){this._renderer._updatePoly(this)},_containsPoint:function(t,e){var i,n,o,r,u,f,m=this._clickTolerance();if(!this._pxBounds||!this._pxBounds.contains(t))return!1;for(i=0,r=this._parts.length;i<r;i++)for(f=this._parts[i],n=0,u=f.length,o=u-1;n<u;o=n++)if(!(!e&&n===0)&&On(t,f[o],f[n])<=m)return!0;return!1}});function Rs(t,e){return new St(t,e)}St._flat=Zn;var Vt=St.extend({options:{fill:!0},isEmpty:function(){return!this._latlngs.length||!this._latlngs[0].length},getCenter:function(){if(!this._map)throw new Error("Must add layer to map before using getCenter()");return kn(this._defaultShape(),this._map.options.crs)},_convertLatLngs:function(t){var e=St.prototype._convertLatLngs.call(this,t),i=e.length;return i>=2&&e[0]instanceof H&&e[0].equals(e[i-1])&&e.pop(),e},_setLatLngs:function(t){St.prototype._setLatLngs.call(this,t),_t(this._latlngs)&&(this._latlngs=[this._latlngs])},_defaultShape:function(){return _t(this._latlngs[0])?this._latlngs[0]:this._latlngs[0][0]},_clipPoints:function(){var t=this._renderer._bounds,e=this.options.weight,i=new O(e,e);if(t=new V(t.min.subtract(i),t.max.add(i)),this._parts=[],!(!this._pxBounds||!this._pxBounds.intersects(t))){if(this.options.noClip){this._parts=this._rings;return}for(var n=0,o=this._rings.length,r;n<o;n++)r=Sn(this._rings[n],t,!0),r.length&&this._parts.push(r)}},_updatePath:function(){this._renderer._updatePoly(this,!0)},_containsPoint:function(t){var e=!1,i,n,o,r,u,f,m,P;if(!this._pxBounds||!this._pxBounds.contains(t))return!1;for(r=0,m=this._parts.length;r<m;r++)for(i=this._parts[r],u=0,P=i.length,f=P-1;u<P;f=u++)n=i[u],o=i[f],n.y>t.y!=o.y>t.y&&t.x<(o.x-n.x)*(t.y-n.y)/(o.y-n.y)+n.x&&(e=!e);return e||St.prototype._containsPoint.call(this,t,!0)}});function Ds(t,e){return new Vt(t,e)}var kt=Mt.extend({initialize:function(t,e){C(this,e),this._layers={},t&&this.addData(t)},addData:function(t){var e=W(t)?t:t.features,i,n,o;if(e){for(i=0,n=e.length;i<n;i++)o=e[i],(o.geometries||o.geometry||o.features||o.coordinates)&&this.addData(o);return this}var r=this.options;if(r.filter&&!r.filter(t))return this;var u=Ee(t,r);return u?(u.feature=Ae(t),u.defaultOptions=u.options,this.resetStyle(u),r.onEachFeature&&r.onEachFeature(t,u),this.addLayer(u)):this},resetStyle:function(t){return t===void 0?this.eachLayer(this.resetStyle,this):(t.options=x({},t.defaultOptions),this._setLayerStyle(t,this.options.style),this)},setStyle:function(t){return this.eachLayer(function(e){this._setLayerStyle(e,t)},this)},_setLayerStyle:function(t,e){t.setStyle&&(typeof e=="function"&&(e=e(t.feature)),t.setStyle(e))}});function Ee(t,e){var i=t.type==="Feature"?t.geometry:t,n=i?i.coordinates:null,o=[],r=e&&e.pointToLayer,u=e&&e.coordsToLatLng||xi,f,m,P,T;if(!n&&!i)return null;switch(i.type){case"Point":return f=u(n),Rn(r,t,f,e);case"MultiPoint":for(P=0,T=n.length;P<T;P++)f=u(n[P]),o.push(Rn(r,t,f,e));return new Mt(o);case"LineString":case"MultiLineString":return m=Oe(n,i.type==="LineString"?0:1,u),new St(m,e);case"Polygon":case"MultiPolygon":return m=Oe(n,i.type==="Polygon"?1:2,u),new Vt(m,e);case"GeometryCollection":for(P=0,T=i.geometries.length;P<T;P++){var k=Ee({geometry:i.geometries[P],type:"Feature",properties:t.properties},e);k&&o.push(k)}return new Mt(o);case"FeatureCollection":for(P=0,T=i.features.length;P<T;P++){var I=Ee(i.features[P],e);I&&o.push(I)}return new Mt(o);default:throw new Error("Invalid GeoJSON object.")}}function Rn(t,e,i,n){return t?t(e,i):new Se(i,n&&n.markersInheritOptions&&n)}function xi(t){return new H(t[1],t[0],t[2])}function Oe(t,e,i){for(var n=[],o=0,r=t.length,u;o<r;o++)u=e?Oe(t[o],e-1,i):(i||xi)(t[o]),n.push(u);return n}function Ci(t,e){return t=B(t),t.alt!==void 0?[b(t.lng,e),b(t.lat,e),b(t.alt,e)]:[b(t.lng,e),b(t.lat,e)]}function ze(t,e,i,n){for(var o=[],r=0,u=t.length;r<u;r++)o.push(e?ze(t[r],_t(t[r])?0:e-1,i,n):Ci(t[r],n));return!e&&i&&o.length>0&&o.push(o[0].slice()),o}function jt(t,e){return t.feature?x({},t.feature,{geometry:e}):Ae(e)}function Ae(t){return t.type==="Feature"||t.type==="FeatureCollection"?t:{type:"Feature",properties:{},geometry:t}}var Ti={toGeoJSON:function(t){return jt(this,{type:"Point",coordinates:Ci(this.getLatLng(),t)})}};Se.include(Ti),Pi.include(Ti),ke.include(Ti),St.include({toGeoJSON:function(t){var e=!_t(this._latlngs),i=ze(this._latlngs,e?1:0,!1,t);return jt(this,{type:(e?"Multi":"")+"LineString",coordinates:i})}}),Vt.include({toGeoJSON:function(t){var e=!_t(this._latlngs),i=e&&!_t(this._latlngs[0]),n=ze(this._latlngs,i?2:e?1:0,!0,t);return e||(n=[n]),jt(this,{type:(i?"Multi":"")+"Polygon",coordinates:n})}}),Ut.include({toMultiPoint:function(t){var e=[];return this.eachLayer(function(i){e.push(i.toGeoJSON(t).geometry.coordinates)}),jt(this,{type:"MultiPoint",coordinates:e})},toGeoJSON:function(t){var e=this.feature&&this.feature.geometry&&this.feature.geometry.type;if(e==="MultiPoint")return this.toMultiPoint(t);var i=e==="GeometryCollection",n=[];return this.eachLayer(function(o){if(o.toGeoJSON){var r=o.toGeoJSON(t);if(i)n.push(r.geometry);else{var u=Ae(r);u.type==="FeatureCollection"?n.push.apply(n,u.features):n.push(u)}}}),i?jt(this,{geometries:n,type:"GeometryCollection"}):{type:"FeatureCollection",features:n}}});function Dn(t,e){return new kt(t,e)}var Hs=Dn,Ze=gt.extend({options:{opacity:1,alt:"",interactive:!1,crossOrigin:!1,errorOverlayUrl:"",zIndex:1,className:""},initialize:function(t,e,i){this._url=t,this._bounds=J(e),C(this,i)},onAdd:function(){this._image||(this._initImage(),this.options.opacity<1&&this._updateOpacity()),this.options.interactive&&(Z(this._image,"leaflet-interactive"),this.addInteractiveTarget(this._image)),this.getPane().appendChild(this._image),this._reset()},onRemove:function(){j(this._image),this.options.interactive&&this.removeInteractiveTarget(this._image)},setOpacity:function(t){return this.options.opacity=t,this._image&&this._updateOpacity(),this},setStyle:function(t){return t.opacity&&this.setOpacity(t.opacity),this},bringToFront:function(){return this._map&&Ft(this._image),this},bringToBack:function(){return this._map&&Gt(this._image),this},setUrl:function(t){return this._url=t,this._image&&(this._image.src=t),this},setBounds:function(t){return this._bounds=J(t),this._map&&this._reset(),this},getEvents:function(){var t={zoom:this._reset,viewreset:this._reset};return this._zoomAnimated&&(t.zoomanim=this._animateZoom),t},setZIndex:function(t){return this.options.zIndex=t,this._updateZIndex(),this},getBounds:function(){return this._bounds},getElement:function(){return this._image},_initImage:function(){var t=this._url.tagName==="IMG",e=this._image=t?this._url:R("img");if(Z(e,"leaflet-image-layer"),this._zoomAnimated&&Z(e,"leaflet-zoom-animated"),this.options.className&&Z(e,this.options.className),e.onselectstart=_,e.onmousemove=_,e.onload=a(this.fire,this,"load"),e.onerror=a(this._overlayOnError,this,"error"),(this.options.crossOrigin||this.options.crossOrigin==="")&&(e.crossOrigin=this.options.crossOrigin===!0?"":this.options.crossOrigin),this.options.zIndex&&this._updateZIndex(),t){this._url=e.src;return}e.src=this._url,e.alt=this.options.alt},_animateZoom:function(t){var e=this._map.getZoomScale(t.zoom),i=this._map._latLngBoundsToNewLayerBounds(this._bounds,t.zoom,t.center).min;It(this._image,i,e)},_reset:function(){var t=this._image,e=new V(this._map.latLngToLayerPoint(this._bounds.getNorthWest()),this._map.latLngToLayerPoint(this._bounds.getSouthEast())),i=e.getSize();K(t,e.min),t.style.width=i.x+"px",t.style.height=i.y+"px"},_updateOpacity:function(){ft(this._image,this.options.opacity)},_updateZIndex:function(){this._image&&this.options.zIndex!==void 0&&this.options.zIndex!==null&&(this._image.style.zIndex=this.options.zIndex)},_overlayOnError:function(){this.fire("error");var t=this.options.errorOverlayUrl;t&&this._url!==t&&(this._url=t,this._image.src=t)},getCenter:function(){return this._bounds.getCenter()}}),Fs=function(t,e,i){return new Ze(t,e,i)},Hn=Ze.extend({options:{autoplay:!0,loop:!0,keepAspectRatio:!0,muted:!1,playsInline:!0},_initImage:function(){var t=this._url.tagName==="VIDEO",e=this._image=t?this._url:R("video");if(Z(e,"leaflet-image-layer"),this._zoomAnimated&&Z(e,"leaflet-zoom-animated"),this.options.className&&Z(e,this.options.className),e.onselectstart=_,e.onmousemove=_,e.onloadeddata=a(this.fire,this,"load"),t){for(var i=e.getElementsByTagName("source"),n=[],o=0;o<i.length;o++)n.push(i[o].src);this._url=i.length>0?n:[e.src];return}W(this._url)||(this._url=[this._url]),!this.options.keepAspectRatio&&Object.prototype.hasOwnProperty.call(e.style,"objectFit")&&(e.style.objectFit="fill"),e.autoplay=!!this.options.autoplay,e.loop=!!this.options.loop,e.muted=!!this.options.muted,e.playsInline=!!this.options.playsInline;for(var r=0;r<this._url.length;r++){var u=R("source");u.src=this._url[r],e.appendChild(u)}}});function Gs(t,e,i){return new Hn(t,e,i)}var Fn=Ze.extend({_initImage:function(){var t=this._image=this._url;Z(t,"leaflet-image-layer"),this._zoomAnimated&&Z(t,"leaflet-zoom-animated"),this.options.className&&Z(t,this.options.className),t.onselectstart=_,t.onmousemove=_}});function Us(t,e,i){return new Fn(t,e,i)}var bt=gt.extend({options:{interactive:!1,offset:[0,0],className:"",pane:void 0,content:""},initialize:function(t,e){t&&(t instanceof H||W(t))?(this._latlng=B(t),C(this,e)):(C(this,t),this._source=e),this.options.content&&(this._content=this.options.content)},openOn:function(t){return t=arguments.length?t:this._source._map,t.hasLayer(this)||t.addLayer(this),this},close:function(){return this._map&&this._map.removeLayer(this),this},toggle:function(t){return this._map?this.close():(arguments.length?this._source=t:t=this._source,this._prepareOpen(),this.openOn(t._map)),this},onAdd:function(t){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&&(Z(this._container,"leaflet-interactive"),this.addInteractiveTarget(this._container))},onRemove:function(t){t._fadeAnimated?(ft(this._container,0),this._removeTimeout=setTimeout(a(j,void 0,this._container),200)):j(this._container),this.options.interactive&&(q(this._container,"leaflet-interactive"),this.removeInteractiveTarget(this._container))},getLatLng:function(){return this._latlng},setLatLng:function(t){return this._latlng=B(t),this._map&&(this._updatePosition(),this._adjustPan()),this},getContent:function(){return this._content},setContent:function(t){return this._content=t,this.update(),this},getElement:function(){return this._container},update:function(){this._map&&(this._container.style.visibility="hidden",this._updateContent(),this._updateLayout(),this._updatePosition(),this._container.style.visibility="",this._adjustPan())},getEvents:function(){var t={zoom:this._updatePosition,viewreset:this._updatePosition};return this._zoomAnimated&&(t.zoomanim=this._animateZoom),t},isOpen:function(){return!!this._map&&this._map.hasLayer(this)},bringToFront:function(){return this._map&&Ft(this._container),this},bringToBack:function(){return this._map&&Gt(this._container),this},_prepareOpen:function(t){var e=this._source;if(!e._map)return!1;if(e instanceof Mt){e=null;var i=this._source._layers;for(var n in i)if(i[n]._map){e=i[n];break}if(!e)return!1;this._source=e}if(!t)if(e.getCenter)t=e.getCenter();else if(e.getLatLng)t=e.getLatLng();else if(e.getBounds)t=e.getBounds().getCenter();else throw new Error("Unable to get source layer LatLng.");return this.setLatLng(t),this._map&&this.update(),!0},_updateContent:function(){if(this._content){var t=this._contentNode,e=typeof this._content=="function"?this._content(this._source||this):this._content;if(typeof e=="string")t.innerHTML=e;else{for(;t.hasChildNodes();)t.removeChild(t.firstChild);t.appendChild(e)}this.fire("contentupdate")}},_updatePosition:function(){if(this._map){var t=this._map.latLngToLayerPoint(this._latlng),e=E(this.options.offset),i=this._getAnchor();this._zoomAnimated?K(this._container,t.add(i)):e=e.add(t).add(i);var n=this._containerBottom=-e.y,o=this._containerLeft=-Math.round(this._containerWidth/2)+e.x;this._container.style.bottom=n+"px",this._container.style.left=o+"px"}},_getAnchor:function(){return[0,0]}});N.include({_initOverlay:function(t,e,i,n){var o=e;return o instanceof t||(o=new t(n).setContent(e)),i&&o.setLatLng(i),o}}),gt.include({_initOverlay:function(t,e,i,n){var o=i;return o instanceof t?(C(o,n),o._source=this):(o=e&&!n?e:new t(n,this),o.setContent(i)),o}});var Ie=bt.extend({options:{pane:"popupPane",offset:[0,7],maxWidth:300,minWidth:50,maxHeight:null,autoPan:!0,autoPanPaddingTopLeft:null,autoPanPaddingBottomRight:null,autoPanPadding:[5,5],keepInView:!1,closeButton:!0,autoClose:!0,closeOnEscapeKey:!0,className:""},openOn:function(t){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)},onAdd:function(t){bt.prototype.onAdd.call(this,t),t.fire("popupopen",{popup:this}),this._source&&(this._source.fire("popupopen",{popup:this},!0),this._source instanceof Zt||this._source.on("preclick",Nt))},onRemove:function(t){bt.prototype.onRemove.call(this,t),t.fire("popupclose",{popup:this}),this._source&&(this._source.fire("popupclose",{popup:this},!0),this._source instanceof Zt||this._source.off("preclick",Nt))},getEvents:function(){var t=bt.prototype.getEvents.call(this);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},_initLayout:function(){var t="leaflet-popup",e=this._container=R("div",t+" "+(this.options.className||"")+" leaflet-zoom-animated"),i=this._wrapper=R("div",t+"-content-wrapper",e);if(this._contentNode=R("div",t+"-content",i),se(e),pi(this._contentNode),z(e,"contextmenu",Nt),this._tipContainer=R("div",t+"-tip-container",e),this._tip=R("div",t+"-tip",this._tipContainer),this.options.closeButton){var n=this._closeButton=R("a",t+"-close-button",e);n.setAttribute("role","button"),n.setAttribute("aria-label","Close popup"),n.href="#close",n.innerHTML='<span aria-hidden="true">&#215;</span>',z(n,"click",function(o){tt(o),this.close()},this)}},_updateLayout:function(){var t=this._contentNode,e=t.style;e.width="",e.whiteSpace="nowrap";var i=t.offsetWidth;i=Math.min(i,this.options.maxWidth),i=Math.max(i,this.options.minWidth),e.width=i+1+"px",e.whiteSpace="",e.height="";var n=t.offsetHeight,o=this.options.maxHeight,r="leaflet-popup-scrolled";o&&n>o?(e.height=o+"px",Z(t,r)):q(t,r),this._containerWidth=this._container.offsetWidth},_animateZoom:function(t){var e=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center),i=this._getAnchor();K(this._container,e.add(i))},_adjustPan:function(){if(this.options.autoPan){if(this._map._panAnim&&this._map._panAnim.stop(),this._autopanning){this._autopanning=!1;return}var t=this._map,e=parseInt(ee(this._container,"marginBottom"),10)||0,i=this._container.offsetHeight+e,n=this._containerWidth,o=new O(this._containerLeft,-i-this._containerBottom);o._add(Bt(this._container));var r=t.layerPointToContainerPoint(o),u=E(this.options.autoPanPadding),f=E(this.options.autoPanPaddingTopLeft||u),m=E(this.options.autoPanPaddingBottomRight||u),P=t.getSize(),T=0,k=0;r.x+n+m.x>P.x&&(T=r.x+n-P.x+m.x),r.x-T-f.x<0&&(T=r.x-f.x),r.y+i+m.y>P.y&&(k=r.y+i-P.y+m.y),r.y-k-f.y<0&&(k=r.y-f.y),(T||k)&&(this.options.keepInView&&(this._autopanning=!0),t.fire("autopanstart").panBy([T,k]))}},_getAnchor:function(){return E(this._source&&this._source._getPopupAnchor?this._source._getPopupAnchor():[0,0])}}),Ws=function(t,e){return new Ie(t,e)};N.mergeOptions({closePopupOnClick:!0}),N.include({openPopup:function(t,e,i){return this._initOverlay(Ie,t,e,i).openOn(this),this},closePopup:function(t){return t=arguments.length?t:this._popup,t&&t.close(),this}}),gt.include({bindPopup:function(t,e){return this._popup=this._initOverlay(Ie,this._popup,t,e),this._popupHandlersAdded||(this.on({click:this._openPopup,keypress:this._onKeyPress,remove:this.closePopup,move:this._movePopup}),this._popupHandlersAdded=!0),this},unbindPopup:function(){return this._popup&&(this.off({click:this._openPopup,keypress:this._onKeyPress,remove:this.closePopup,move:this._movePopup}),this._popupHandlersAdded=!1,this._popup=null),this},openPopup:function(t){return this._popup&&(this instanceof Mt||(this._popup._source=this),this._popup._prepareOpen(t||this._latlng)&&this._popup.openOn(this._map)),this},closePopup:function(){return this._popup&&this._popup.close(),this},togglePopup:function(){return this._popup&&this._popup.toggle(this),this},isPopupOpen:function(){return this._popup?this._popup.isOpen():!1},setPopupContent:function(t){return this._popup&&this._popup.setContent(t),this},getPopup:function(){return this._popup},_openPopup:function(t){if(!(!this._popup||!this._map)){Rt(t);var e=t.layer||t.target;if(this._popup._source===e&&!(e instanceof Zt)){this._map.hasLayer(this._popup)?this.closePopup():this.openPopup(t.latlng);return}this._popup._source=e,this.openPopup(t.latlng)}},_movePopup:function(t){this._popup.setLatLng(t.latlng)},_onKeyPress:function(t){t.originalEvent.keyCode===13&&this._openPopup(t)}});var Be=bt.extend({options:{pane:"tooltipPane",offset:[0,0],direction:"auto",permanent:!1,sticky:!1,opacity:.9},onAdd:function(t){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))},onRemove:function(t){bt.prototype.onRemove.call(this,t),t.fire("tooltipclose",{tooltip:this}),this._source&&(this.removeEventParent(this._source),this._source.fire("tooltipclose",{tooltip:this},!0))},getEvents:function(){var t=bt.prototype.getEvents.call(this);return this.options.permanent||(t.preclick=this.close),t},_initLayout:function(){var t="leaflet-tooltip",e=t+" "+(this.options.className||"")+" leaflet-zoom-"+(this._zoomAnimated?"animated":"hide");this._contentNode=this._container=R("div",e),this._container.setAttribute("role","tooltip"),this._container.setAttribute("id","leaflet-tooltip-"+l(this))},_updateLayout:function(){},_adjustPan:function(){},_setPosition:function(t){var e,i,n=this._map,o=this._container,r=n.latLngToContainerPoint(n.getCenter()),u=n.layerPointToContainerPoint(t),f=this.options.direction,m=o.offsetWidth,P=o.offsetHeight,T=E(this.options.offset),k=this._getAnchor();f==="top"?(e=m/2,i=P):f==="bottom"?(e=m/2,i=0):f==="center"?(e=m/2,i=P/2):f==="right"?(e=0,i=P/2):f==="left"?(e=m,i=P/2):u.x<r.x?(f="right",e=0,i=P/2):(f="left",e=m+(T.x+k.x)*2,i=P/2),t=t.subtract(E(e,i,!0)).add(T).add(k),q(o,"leaflet-tooltip-right"),q(o,"leaflet-tooltip-left"),q(o,"leaflet-tooltip-top"),q(o,"leaflet-tooltip-bottom"),Z(o,"leaflet-tooltip-"+f),K(o,t)},_updatePosition:function(){var t=this._map.latLngToLayerPoint(this._latlng);this._setPosition(t)},setOpacity:function(t){this.options.opacity=t,this._container&&ft(this._container,t)},_animateZoom:function(t){var e=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center);this._setPosition(e)},_getAnchor:function(){return E(this._source&&this._source._getTooltipAnchor&&!this.options.sticky?this._source._getTooltipAnchor():[0,0])}}),Vs=function(t,e){return new Be(t,e)};N.include({openTooltip:function(t,e,i){return this._initOverlay(Be,t,e,i).openOn(this),this},closeTooltip:function(t){return t.close(),this}}),gt.include({bindTooltip:function(t,e){return this._tooltip&&this.isTooltipOpen()&&this.unbindTooltip(),this._tooltip=this._initOverlay(Be,this._tooltip,t,e),this._initTooltipInteractions(),this._tooltip.options.permanent&&this._map&&this._map.hasLayer(this)&&this.openTooltip(),this},unbindTooltip:function(){return this._tooltip&&(this._initTooltipInteractions(!0),this.closeTooltip(),this._tooltip=null),this},_initTooltipInteractions:function(t){if(!(!t&&this._tooltipHandlersAdded)){var e=t?"off":"on",i={remove:this.closeTooltip,move:this._moveTooltip};this._tooltip.options.permanent?i.add=this._openTooltip:(i.mouseover=this._openTooltip,i.mouseout=this.closeTooltip,i.click=this._openTooltip,this._map?this._addFocusListeners():i.add=this._addFocusListeners),this._tooltip.options.sticky&&(i.mousemove=this._moveTooltip),this[e](i),this._tooltipHandlersAdded=!t}},openTooltip:function(t){return this._tooltip&&(this instanceof Mt||(this._tooltip._source=this),this._tooltip._prepareOpen(t)&&(this._tooltip.openOn(this._map),this.getElement?this._setAriaDescribedByOnLayer(this):this.eachLayer&&this.eachLayer(this._setAriaDescribedByOnLayer,this))),this},closeTooltip:function(){if(this._tooltip)return this._tooltip.close()},toggleTooltip:function(){return this._tooltip&&this._tooltip.toggle(this),this},isTooltipOpen:function(){return this._tooltip.isOpen()},setTooltipContent:function(t){return this._tooltip&&this._tooltip.setContent(t),this},getTooltip:function(){return this._tooltip},_addFocusListeners:function(){this.getElement?this._addFocusListenersOnLayer(this):this.eachLayer&&this.eachLayer(this._addFocusListenersOnLayer,this)},_addFocusListenersOnLayer:function(t){var e=typeof t.getElement=="function"&&t.getElement();e&&(z(e,"focus",function(){this._tooltip._source=t,this.openTooltip()},this),z(e,"blur",this.closeTooltip,this))},_setAriaDescribedByOnLayer:function(t){var e=typeof t.getElement=="function"&&t.getElement();e&&e.setAttribute("aria-describedby",this._tooltip._container.id)},_openTooltip:function(t){if(!(!this._tooltip||!this._map)){if(this._map.dragging&&this._map.dragging.moving()&&!this._openOnceFlag){this._openOnceFlag=!0;var e=this;this._map.once("moveend",function(){e._openOnceFlag=!1,e._openTooltip(t)});return}this._tooltip._source=t.layer||t.target,this.openTooltip(this._tooltip.options.sticky?t.latlng:void 0)}},_moveTooltip:function(t){var e=t.latlng,i,n;this._tooltip.options.sticky&&t.originalEvent&&(i=this._map.mouseEventToContainerPoint(t.originalEvent),n=this._map.containerPointToLayerPoint(i),e=this._map.layerPointToLatLng(n)),this._tooltip.setLatLng(e)}});var Gn=Wt.extend({options:{iconSize:[12,12],html:!1,bgPos:null,className:"leaflet-div-icon"},createIcon:function(t){var e=t&&t.tagName==="DIV"?t:document.createElement("div"),i=this.options;if(i.html instanceof Element?(be(e),e.appendChild(i.html)):e.innerHTML=i.html!==!1?i.html:"",i.bgPos){var n=E(i.bgPos);e.style.backgroundPosition=-n.x+"px "+-n.y+"px"}return this._setIconStyles(e,"icon"),e},createShadow:function(){return null}});function js(t){return new Gn(t)}Wt.Default=he;var ue=gt.extend({options:{tileSize:256,opacity:1,updateWhenIdle:S.mobile,updateWhenZooming:!0,updateInterval:200,zIndex:1,bounds:null,minZoom:0,maxZoom:void 0,maxNativeZoom:void 0,minNativeZoom:void 0,noWrap:!1,pane:"tilePane",className:"",keepBuffer:2},initialize:function(t){C(this,t)},onAdd:function(){this._initContainer(),this._levels={},this._tiles={},this._resetView()},beforeAdd:function(t){t._addZoomLimit(this)},onRemove:function(t){this._removeAllTiles(),j(this._container),t._removeZoomLimit(this),this._container=null,this._tileZoom=void 0},bringToFront:function(){return this._map&&(Ft(this._container),this._setAutoZIndex(Math.max)),this},bringToBack:function(){return this._map&&(Gt(this._container),this._setAutoZIndex(Math.min)),this},getContainer:function(){return this._container},setOpacity:function(t){return this.options.opacity=t,this._updateOpacity(),this},setZIndex:function(t){return this.options.zIndex=t,this._updateZIndex(),this},isLoading:function(){return this._loading},redraw:function(){if(this._map){this._removeAllTiles();var t=this._clampZoom(this._map.getZoom());t!==this._tileZoom&&(this._tileZoom=t,this._updateLevels()),this._update()}return this},getEvents:function(){var t={viewprereset:this._invalidateAll,viewreset:this._resetView,zoom:this._resetView,moveend:this._onMoveEnd};return this.options.updateWhenIdle||(this._onMove||(this._onMove=p(this._onMoveEnd,this.options.updateInterval,this)),t.move=this._onMove),this._zoomAnimated&&(t.zoomanim=this._animateZoom),t},createTile:function(){return document.createElement("div")},getTileSize:function(){var t=this.options.tileSize;return t instanceof O?t:new O(t,t)},_updateZIndex:function(){this._container&&this.options.zIndex!==void 0&&this.options.zIndex!==null&&(this._container.style.zIndex=this.options.zIndex)},_setAutoZIndex:function(t){for(var e=this.getPane().children,i=-t(-1/0,1/0),n=0,o=e.length,r;n<o;n++)r=e[n].style.zIndex,e[n]!==this._container&&r&&(i=t(i,+r));isFinite(i)&&(this.options.zIndex=i+t(-1,1),this._updateZIndex())},_updateOpacity:function(){if(this._map&&!S.ielt9){ft(this._container,this.options.opacity);var t=+new Date,e=!1,i=!1;for(var n in this._tiles){var o=this._tiles[n];if(!(!o.current||!o.loaded)){var r=Math.min(1,(t-o.loaded)/200);ft(o.el,r),r<1?e=!0:(o.active?i=!0:this._onOpaqueTile(o),o.active=!0)}}i&&!this._noPrune&&this._pruneTiles(),e&&(dt(this._fadeFrame),this._fadeFrame=ot(this._updateOpacity,this))}},_onOpaqueTile:_,_initContainer:function(){this._container||(this._container=R("div","leaflet-layer "+(this.options.className||"")),this._updateZIndex(),this.options.opacity<1&&this._updateOpacity(),this.getPane().appendChild(this._container))},_updateLevels:function(){var t=this._tileZoom,e=this.options.maxZoom;if(t!==void 0){for(var i in this._levels)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]);var n=this._levels[t],o=this._map;return n||(n=this._levels[t]={},n.el=R("div","leaflet-tile-container leaflet-zoom-animated",this._container),n.el.style.zIndex=e,n.origin=o.project(o.unproject(o.getPixelOrigin()),t).round(),n.zoom=t,this._setZoomTransform(n,o.getCenter(),o.getZoom()),_(n.el.offsetWidth),this._onCreateLevel(n)),this._level=n,n}},_onUpdateLevel:_,_onRemoveLevel:_,_onCreateLevel:_,_pruneTiles:function(){if(this._map){var t,e,i=this._map.getZoom();if(i>this.options.maxZoom||i<this.options.minZoom){this._removeAllTiles();return}for(t in this._tiles)e=this._tiles[t],e.retain=e.current;for(t in this._tiles)if(e=this._tiles[t],e.current&&!e.active){var n=e.coords;this._retainParent(n.x,n.y,n.z,n.z-5)||this._retainChildren(n.x,n.y,n.z,n.z+2)}for(t in this._tiles)this._tiles[t].retain||this._removeTile(t)}},_removeTilesAtZoom:function(t){for(var e in this._tiles)this._tiles[e].coords.z===t&&this._removeTile(e)},_removeAllTiles:function(){for(var t in this._tiles)this._removeTile(t)},_invalidateAll:function(){for(var t in this._levels)j(this._levels[t].el),this._onRemoveLevel(Number(t)),delete this._levels[t];this._removeAllTiles(),this._tileZoom=void 0},_retainParent:function(t,e,i,n){var o=Math.floor(t/2),r=Math.floor(e/2),u=i-1,f=new O(+o,+r);f.z=+u;var m=this._tileCoordsToKey(f),P=this._tiles[m];return P&&P.active?(P.retain=!0,!0):(P&&P.loaded&&(P.retain=!0),u>n?this._retainParent(o,r,u,n):!1)},_retainChildren:function(t,e,i,n){for(var o=2*t;o<2*t+2;o++)for(var r=2*e;r<2*e+2;r++){var u=new O(o,r);u.z=i+1;var f=this._tileCoordsToKey(u),m=this._tiles[f];if(m&&m.active){m.retain=!0;continue}else m&&m.loaded&&(m.retain=!0);i+1<n&&this._retainChildren(o,r,i+1,n)}},_resetView:function(t){var e=t&&(t.pinch||t.flyTo);this._setView(this._map.getCenter(),this._map.getZoom(),e,e)},_animateZoom:function(t){this._setView(t.center,t.zoom,!0,t.noUpdate)},_clampZoom:function(t){var e=this.options;return e.minNativeZoom!==void 0&&t<e.minNativeZoom?e.minNativeZoom:e.maxNativeZoom!==void 0&&e.maxNativeZoom<t?e.maxNativeZoom:t},_setView:function(t,e,i,n){var o=Math.round(e);this.options.maxZoom!==void 0&&o>this.options.maxZoom||this.options.minZoom!==void 0&&o<this.options.minZoom?o=void 0:o=this._clampZoom(o);var r=this.options.updateWhenZooming&&o!==this._tileZoom;(!n||r)&&(this._tileZoom=o,this._abortLoading&&this._abortLoading(),this._updateLevels(),this._resetGrid(),o!==void 0&&this._update(t),i||this._pruneTiles(),this._noPrune=!!i),this._setZoomTransforms(t,e)},_setZoomTransforms:function(t,e){for(var i in this._levels)this._setZoomTransform(this._levels[i],t,e)},_setZoomTransform:function(t,e,i){var n=this._map.getZoomScale(i,t.zoom),o=t.origin.multiplyBy(n).subtract(this._map._getNewPixelOrigin(e,i)).round();S.any3d?It(t.el,o,n):K(t.el,o)},_resetGrid:function(){var t=this._map,e=t.options.crs,i=this._tileSize=this.getTileSize(),n=this._tileZoom,o=this._map.getPixelWorldBounds(this._tileZoom);o&&(this._globalTileRange=this._pxBoundsToTileRange(o)),this._wrapX=e.wrapLng&&!this.options.noWrap&&[Math.floor(t.project([0,e.wrapLng[0]],n).x/i.x),Math.ceil(t.project([0,e.wrapLng[1]],n).x/i.y)],this._wrapY=e.wrapLat&&!this.options.noWrap&&[Math.floor(t.project([e.wrapLat[0],0],n).y/i.x),Math.ceil(t.project([e.wrapLat[1],0],n).y/i.y)]},_onMoveEnd:function(){!this._map||this._map._animatingZoom||this._update()},_getTiledPixelBounds:function(t){var e=this._map,i=e._animatingZoom?Math.max(e._animateToZoom,e.getZoom()):e.getZoom(),n=e.getZoomScale(i,this._tileZoom),o=e.project(t,this._tileZoom).floor(),r=e.getSize().divideBy(n*2);return new V(o.subtract(r),o.add(r))},_update:function(t){var e=this._map;if(e){var i=this._clampZoom(e.getZoom());if(t===void 0&&(t=e.getCenter()),this._tileZoom!==void 0){var n=this._getTiledPixelBounds(t),o=this._pxBoundsToTileRange(n),r=o.getCenter(),u=[],f=this.options.keepBuffer,m=new V(o.getBottomLeft().subtract([f,-f]),o.getTopRight().add([f,-f]));if(!(isFinite(o.min.x)&&isFinite(o.min.y)&&isFinite(o.max.x)&&isFinite(o.max.y)))throw new Error("Attempted to load an infinite number of tiles");for(var P in this._tiles){var T=this._tiles[P].coords;(T.z!==this._tileZoom||!m.contains(new O(T.x,T.y)))&&(this._tiles[P].current=!1)}if(Math.abs(i-this._tileZoom)>1){this._setView(t,i);return}for(var k=o.min.y;k<=o.max.y;k++)for(var I=o.min.x;I<=o.max.x;I++){var nt=new O(I,k);if(nt.z=this._tileZoom,!!this._isValidTile(nt)){var Q=this._tiles[this._tileCoordsToKey(nt)];Q?Q.current=!0:u.push(nt)}}if(u.sort(function(at,Jt){return at.distanceTo(r)-Jt.distanceTo(r)}),u.length!==0){this._loading||(this._loading=!0,this.fire("loading"));var pt=document.createDocumentFragment();for(I=0;I<u.length;I++)this._addTile(u[I],pt);this._level.el.appendChild(pt)}}}},_isValidTile:function(t){var e=this._map.options.crs;if(!e.infinite){var i=this._globalTileRange;if(!e.wrapLng&&(t.x<i.min.x||t.x>i.max.x)||!e.wrapLat&&(t.y<i.min.y||t.y>i.max.y))return!1}if(!this.options.bounds)return!0;var n=this._tileCoordsToBounds(t);return J(this.options.bounds).overlaps(n)},_keyToBounds:function(t){return this._tileCoordsToBounds(this._keyToTileCoords(t))},_tileCoordsToNwSe:function(t){var e=this._map,i=this.getTileSize(),n=t.scaleBy(i),o=n.add(i),r=e.unproject(n,t.z),u=e.unproject(o,t.z);return[r,u]},_tileCoordsToBounds:function(t){var e=this._tileCoordsToNwSe(t),i=new rt(e[0],e[1]);return this.options.noWrap||(i=this._map.wrapLatLngBounds(i)),i},_tileCoordsToKey:function(t){return t.x+":"+t.y+":"+t.z},_keyToTileCoords:function(t){var e=t.split(":"),i=new O(+e[0],+e[1]);return i.z=+e[2],i},_removeTile:function(t){var e=this._tiles[t];e&&(j(e.el),delete this._tiles[t],this.fire("tileunload",{tile:e.el,coords:this._keyToTileCoords(t)}))},_initTile:function(t){Z(t,"leaflet-tile");var e=this.getTileSize();t.style.width=e.x+"px",t.style.height=e.y+"px",t.onselectstart=_,t.onmousemove=_,S.ielt9&&this.options.opacity<1&&ft(t,this.options.opacity)},_addTile:function(t,e){var i=this._getTilePos(t),n=this._tileCoordsToKey(t),o=this.createTile(this._wrapCoords(t),a(this._tileReady,this,t));this._initTile(o),this.createTile.length<2&&ot(a(this._tileReady,this,t,null,o)),K(o,i),this._tiles[n]={el:o,coords:t,current:!0},e.appendChild(o),this.fire("tileloadstart",{tile:o,coords:t})},_tileReady:function(t,e,i){e&&this.fire("tileerror",{error:e,tile:i,coords:t});var n=this._tileCoordsToKey(t);i=this._tiles[n],i&&(i.loaded=+new Date,this._map._fadeAnimated?(ft(i.el,0),dt(this._fadeFrame),this._fadeFrame=ot(this._updateOpacity,this)):(i.active=!0,this._pruneTiles()),e||(Z(i.el,"leaflet-tile-loaded"),this.fire("tileload",{tile:i.el,coords:t})),this._noTilesToLoad()&&(this._loading=!1,this.fire("load"),S.ielt9||!this._map._fadeAnimated?ot(this._pruneTiles,this):setTimeout(a(this._pruneTiles,this),250)))},_getTilePos:function(t){return t.scaleBy(this.getTileSize()).subtract(this._level.origin)},_wrapCoords:function(t){var e=new O(this._wrapX?v(t.x,this._wrapX):t.x,this._wrapY?v(t.y,this._wrapY):t.y);return e.z=t.z,e},_pxBoundsToTileRange:function(t){var e=this.getTileSize();return new V(t.min.unscaleBy(e).floor(),t.max.unscaleBy(e).ceil().subtract([1,1]))},_noTilesToLoad:function(){for(var t in this._tiles)if(!this._tiles[t].loaded)return!1;return!0}});function qs(t){return new ue(t)}var qt=ue.extend({options:{minZoom:0,maxZoom:18,subdomains:"abc",errorTileUrl:"",zoomOffset:0,tms:!1,zoomReverse:!1,detectRetina:!1,crossOrigin:!1,referrerPolicy:!1},initialize:function(t,e){this._url=t,e=C(this,e),e.detectRetina&&S.retina&&e.maxZoom>0?(e.tileSize=Math.floor(e.tileSize/2),e.zoomReverse?(e.zoomOffset--,e.minZoom=Math.min(e.maxZoom,e.minZoom+1)):(e.zoomOffset++,e.maxZoom=Math.max(e.minZoom,e.maxZoom-1)),e.minZoom=Math.max(0,e.minZoom)):e.zoomReverse?e.minZoom=Math.min(e.maxZoom,e.minZoom):e.maxZoom=Math.max(e.minZoom,e.maxZoom),typeof e.subdomains=="string"&&(e.subdomains=e.subdomains.split("")),this.on("tileunload",this._onTileRemove)},setUrl:function(t,e){return this._url===t&&e===void 0&&(e=!0),this._url=t,e||this.redraw(),this},createTile:function(t,e){var i=document.createElement("img");return z(i,"load",a(this._tileOnLoad,this,e,i)),z(i,"error",a(this._tileOnError,this,e,i)),(this.options.crossOrigin||this.options.crossOrigin==="")&&(i.crossOrigin=this.options.crossOrigin===!0?"":this.options.crossOrigin),typeof this.options.referrerPolicy=="string"&&(i.referrerPolicy=this.options.referrerPolicy),i.alt="",i.src=this.getTileUrl(t),i},getTileUrl:function(t){var e={r:S.retina?"@2x":"",s:this._getSubdomain(t),x:t.x,y:t.y,z:this._getZoomForUrl()};if(this._map&&!this._map.options.crs.infinite){var i=this._globalTileRange.max.y-t.y;this.options.tms&&(e.y=i),e["-y"]=i}return U(this._url,x(e,this.options))},_tileOnLoad:function(t,e){S.ielt9?setTimeout(a(t,this,null,e),0):t(null,e)},_tileOnError:function(t,e,i){var n=this.options.errorTileUrl;n&&e.getAttribute("src")!==n&&(e.src=n),t(i,e)},_onTileRemove:function(t){t.tile.onload=null},_getZoomForUrl:function(){var t=this._tileZoom,e=this.options.maxZoom,i=this.options.zoomReverse,n=this.options.zoomOffset;return i&&(t=e-t),t+n},_getSubdomain:function(t){var e=Math.abs(t.x+t.y)%this.options.subdomains.length;return this.options.subdomains[e]},_abortLoading:function(){var t,e;for(t in this._tiles)if(this._tiles[t].coords.z!==this._tileZoom&&(e=this._tiles[t].el,e.onload=_,e.onerror=_,!e.complete)){e.src=ut;var i=this._tiles[t].coords;j(e),delete this._tiles[t],this.fire("tileabort",{tile:e,coords:i})}},_removeTile:function(t){var e=this._tiles[t];if(e)return e.el.setAttribute("src",ut),ue.prototype._removeTile.call(this,t)},_tileReady:function(t,e,i){if(!(!this._map||i&&i.getAttribute("src")===ut))return ue.prototype._tileReady.call(this,t,e,i)}});function Un(t,e){return new qt(t,e)}var Wn=qt.extend({defaultWmsParams:{service:"WMS",request:"GetMap",layers:"",styles:"",format:"image/jpeg",transparent:!1,version:"1.1.1"},options:{crs:null,uppercase:!1},initialize:function(t,e){this._url=t;var i=x({},this.defaultWmsParams);for(var n in e)n in this.options||(i[n]=e[n]);e=C(this,e);var o=e.detectRetina&&S.retina?2:1,r=this.getTileSize();i.width=r.x*o,i.height=r.y*o,this.wmsParams=i},onAdd:function(t){this._crs=this.options.crs||t.options.crs,this._wmsVersion=parseFloat(this.wmsParams.version);var e=this._wmsVersion>=1.3?"crs":"srs";this.wmsParams[e]=this._crs.code,qt.prototype.onAdd.call(this,t)},getTileUrl:function(t){var e=this._tileCoordsToNwSe(t),i=this._crs,n=st(i.project(e[0]),i.project(e[1])),o=n.min,r=n.max,u=(this._wmsVersion>=1.3&&this._crs===Bn?[o.y,o.x,r.y,r.x]:[o.x,o.y,r.x,r.y]).join(","),f=qt.prototype.getTileUrl.call(this,t);return f+F(this.wmsParams,f,this.options.uppercase)+(this.options.uppercase?"&BBOX=":"&bbox=")+u},setParams:function(t,e){return x(this.wmsParams,t),e||this.redraw(),this}});function Js(t,e){return new Wn(t,e)}qt.WMS=Wn,Un.wms=Js;var Et=gt.extend({options:{padding:.1},initialize:function(t){C(this,t),l(this),this._layers=this._layers||{}},onAdd:function(){this._container||(this._initContainer(),Z(this._container,"leaflet-zoom-animated")),this.getPane().appendChild(this._container),this._update(),this.on("update",this._updatePaths,this)},onRemove:function(){this.off("update",this._updatePaths,this),this._destroyContainer()},getEvents:function(){var t={viewreset:this._reset,zoom:this._onZoom,moveend:this._update,zoomend:this._onZoomEnd};return this._zoomAnimated&&(t.zoomanim=this._onAnimZoom),t},_onAnimZoom:function(t){this._updateTransform(t.center,t.zoom)},_onZoom:function(){this._updateTransform(this._map.getCenter(),this._map.getZoom())},_updateTransform:function(t,e){var i=this._map.getZoomScale(e,this._zoom),n=this._map.getSize().multiplyBy(.5+this.options.padding),o=this._map.project(this._center,e),r=n.multiplyBy(-i).add(o).subtract(this._map._getNewPixelOrigin(t,e));S.any3d?It(this._container,r,i):K(this._container,r)},_reset:function(){this._update(),this._updateTransform(this._center,this._zoom);for(var t in this._layers)this._layers[t]._reset()},_onZoomEnd:function(){for(var t in this._layers)this._layers[t]._project()},_updatePaths:function(){for(var t in this._layers)this._layers[t]._update()},_update:function(){var t=this.options.padding,e=this._map.getSize(),i=this._map.containerPointToLayerPoint(e.multiplyBy(-t)).round();this._bounds=new V(i,i.add(e.multiplyBy(1+t*2)).round()),this._center=this._map.getCenter(),this._zoom=this._map.getZoom()}}),Vn=Et.extend({options:{tolerance:0},getEvents:function(){var t=Et.prototype.getEvents.call(this);return t.viewprereset=this._onViewPreReset,t},_onViewPreReset:function(){this._postponeUpdatePaths=!0},onAdd:function(){Et.prototype.onAdd.call(this),this._draw()},_initContainer:function(){var t=this._container=document.createElement("canvas");z(t,"mousemove",this._onMouseMove,this),z(t,"click dblclick mousedown mouseup contextmenu",this._onClick,this),z(t,"mouseout",this._handleMouseOut,this),t._leaflet_disable_events=!0,this._ctx=t.getContext("2d")},_destroyContainer:function(){dt(this._redrawRequest),delete this._ctx,j(this._container),G(this._container),delete this._container},_updatePaths:function(){if(!this._postponeUpdatePaths){var t;this._redrawBounds=null;for(var e in this._layers)t=this._layers[e],t._update();this._redraw()}},_update:function(){if(!(this._map._animatingZoom&&this._bounds)){Et.prototype._update.call(this);var t=this._bounds,e=this._container,i=t.getSize(),n=S.retina?2:1;K(e,t.min),e.width=n*i.x,e.height=n*i.y,e.style.width=i.x+"px",e.style.height=i.y+"px",S.retina&&this._ctx.scale(2,2),this._ctx.translate(-t.min.x,-t.min.y),this.fire("update")}},_reset:function(){Et.prototype._reset.call(this),this._postponeUpdatePaths&&(this._postponeUpdatePaths=!1,this._updatePaths())},_initPath:function(t){this._updateDashArray(t),this._layers[l(t)]=t;var e=t._order={layer:t,prev:this._drawLast,next:null};this._drawLast&&(this._drawLast.next=e),this._drawLast=e,this._drawFirst=this._drawFirst||this._drawLast},_addPath:function(t){this._requestRedraw(t)},_removePath:function(t){var e=t._order,i=e.next,n=e.prev;i?i.prev=n:this._drawLast=n,n?n.next=i:this._drawFirst=i,delete t._order,delete this._layers[l(t)],this._requestRedraw(t)},_updatePath:function(t){this._extendRedrawBounds(t),t._project(),t._update(),this._requestRedraw(t)},_updateStyle:function(t){this._updateDashArray(t),this._requestRedraw(t)},_updateDashArray:function(t){if(typeof t.options.dashArray=="string"){var e=t.options.dashArray.split(/[, ]+/),i=[],n,o;for(o=0;o<e.length;o++){if(n=Number(e[o]),isNaN(n))return;i.push(n)}t.options._dashArray=i}else t.options._dashArray=t.options.dashArray},_requestRedraw:function(t){this._map&&(this._extendRedrawBounds(t),this._redrawRequest=this._redrawRequest||ot(this._redraw,this))},_extendRedrawBounds:function(t){if(t._pxBounds){var e=(t.options.weight||0)+1;this._redrawBounds=this._redrawBounds||new V,this._redrawBounds.extend(t._pxBounds.min.subtract([e,e])),this._redrawBounds.extend(t._pxBounds.max.add([e,e]))}},_redraw:function(){this._redrawRequest=null,this._redrawBounds&&(this._redrawBounds.min._floor(),this._redrawBounds.max._ceil()),this._clear(),this._draw(),this._redrawBounds=null},_clear:function(){var t=this._redrawBounds;if(t){var e=t.getSize();this._ctx.clearRect(t.min.x,t.min.y,e.x,e.y)}else this._ctx.save(),this._ctx.setTransform(1,0,0,1,0,0),this._ctx.clearRect(0,0,this._container.width,this._container.height),this._ctx.restore()},_draw:function(){var t,e=this._redrawBounds;if(this._ctx.save(),e){var i=e.getSize();this._ctx.beginPath(),this._ctx.rect(e.min.x,e.min.y,i.x,i.y),this._ctx.clip()}this._drawing=!0;for(var n=this._drawFirst;n;n=n.next)t=n.layer,(!e||t._pxBounds&&t._pxBounds.intersects(e))&&t._updatePath();this._drawing=!1,this._ctx.restore()},_updatePoly:function(t,e){if(this._drawing){var i,n,o,r,u=t._parts,f=u.length,m=this._ctx;if(f){for(m.beginPath(),i=0;i<f;i++){for(n=0,o=u[i].length;n<o;n++)r=u[i][n],m[n?"lineTo":"moveTo"](r.x,r.y);e&&m.closePath()}this._fillStroke(m,t)}}},_updateCircle:function(t){if(!(!this._drawing||t._empty())){var e=t._point,i=this._ctx,n=Math.max(Math.round(t._radius),1),o=(Math.max(Math.round(t._radiusY),1)||n)/n;o!==1&&(i.save(),i.scale(1,o)),i.beginPath(),i.arc(e.x,e.y/o,n,0,Math.PI*2,!1),o!==1&&i.restore(),this._fillStroke(i,t)}},_fillStroke:function(t,e){var i=e.options;i.fill&&(t.globalAlpha=i.fillOpacity,t.fillStyle=i.fillColor||i.color,t.fill(i.fillRule||"evenodd")),i.stroke&&i.weight!==0&&(t.setLineDash&&t.setLineDash(e.options&&e.options._dashArray||[]),t.globalAlpha=i.opacity,t.lineWidth=i.weight,t.strokeStyle=i.color,t.lineCap=i.lineCap,t.lineJoin=i.lineJoin,t.stroke())},_onClick:function(t){for(var e=this._map.mouseEventToLayerPoint(t),i,n,o=this._drawFirst;o;o=o.next)i=o.layer,i.options.interactive&&i._containsPoint(e)&&(!(t.type==="click"||t.type==="preclick")||!this._map._draggableMoved(i))&&(n=i);this._fireEvent(n?[n]:!1,t)},_onMouseMove:function(t){if(!(!this._map||this._map.dragging.moving()||this._map._animatingZoom)){var e=this._map.mouseEventToLayerPoint(t);this._handleMouseHover(t,e)}},_handleMouseOut:function(t){var e=this._hoveredLayer;e&&(q(this._container,"leaflet-interactive"),this._fireEvent([e],t,"mouseout"),this._hoveredLayer=null,this._mouseHoverThrottled=!1)},_handleMouseHover:function(t,e){if(!this._mouseHoverThrottled){for(var i,n,o=this._drawFirst;o;o=o.next)i=o.layer,i.options.interactive&&i._containsPoint(e)&&(n=i);n!==this._hoveredLayer&&(this._handleMouseOut(t),n&&(Z(this._container,"leaflet-interactive"),this._fireEvent([n],t,"mouseover"),this._hoveredLayer=n)),this._fireEvent(this._hoveredLayer?[this._hoveredLayer]:!1,t),this._mouseHoverThrottled=!0,setTimeout(a(function(){this._mouseHoverThrottled=!1},this),32)}},_fireEvent:function(t,e,i){this._map._fireDOMEvent(e,i||e.type,t)},_bringToFront:function(t){var e=t._order;if(e){var i=e.next,n=e.prev;if(i)i.prev=n;else return;n?n.next=i:i&&(this._drawFirst=i),e.prev=this._drawLast,this._drawLast.next=e,e.next=null,this._drawLast=e,this._requestRedraw(t)}},_bringToBack:function(t){var e=t._order;if(e){var i=e.next,n=e.prev;if(n)n.next=i;else return;i?i.prev=n:n&&(this._drawLast=n),e.prev=null,e.next=this._drawFirst,this._drawFirst.prev=e,this._drawFirst=e,this._requestRedraw(t)}}});function jn(t){return S.canvas?new Vn(t):null}var le=function(){try{return document.namespaces.add("lvml","urn:schemas-microsoft-com:vml"),function(t){return document.createElement("<lvml:"+t+' class="lvml">')}}catch{}return function(t){return document.createElement("<"+t+' xmlns="urn:schemas-microsoft.com:vml" class="lvml">')}}(),Ks={_initContainer:function(){this._container=R("div","leaflet-vml-container")},_update:function(){this._map._animatingZoom||(Et.prototype._update.call(this),this.fire("update"))},_initPath:function(t){var e=t._container=le("shape");Z(e,"leaflet-vml-shape "+(this.options.className||"")),e.coordsize="1 1",t._path=le("path"),e.appendChild(t._path),this._updateStyle(t),this._layers[l(t)]=t},_addPath:function(t){var e=t._container;this._container.appendChild(e),t.options.interactive&&t.addInteractiveTarget(e)},_removePath:function(t){var e=t._container;j(e),t.removeInteractiveTarget(e),delete this._layers[l(t)]},_updateStyle:function(t){var e=t._stroke,i=t._fill,n=t.options,o=t._container;o.stroked=!!n.stroke,o.filled=!!n.fill,n.stroke?(e||(e=t._stroke=le("stroke")),o.appendChild(e),e.weight=n.weight+"px",e.color=n.color,e.opacity=n.opacity,n.dashArray?e.dashStyle=W(n.dashArray)?n.dashArray.join(" "):n.dashArray.replace(/( *, *)/g," "):e.dashStyle="",e.endcap=n.lineCap.replace("butt","flat"),e.joinstyle=n.lineJoin):e&&(o.removeChild(e),t._stroke=null),n.fill?(i||(i=t._fill=le("fill")),o.appendChild(i),i.color=n.fillColor||n.color,i.opacity=n.fillOpacity):i&&(o.removeChild(i),t._fill=null)},_updateCircle:function(t){var e=t._point.round(),i=Math.round(t._radius),n=Math.round(t._radiusY||i);this._setPath(t,t._empty()?"M0 0":"AL "+e.x+","+e.y+" "+i+","+n+" 0,"+65535*360)},_setPath:function(t,e){t._path.v=e},_bringToFront:function(t){Ft(t._container)},_bringToBack:function(t){Gt(t._container)}},Ne=S.vml?le:Ki,ce=Et.extend({_initContainer:function(){this._container=Ne("svg"),this._container.setAttribute("pointer-events","none"),this._rootGroup=Ne("g"),this._container.appendChild(this._rootGroup)},_destroyContainer:function(){j(this._container),G(this._container),delete this._container,delete this._rootGroup,delete this._svgSize},_update:function(){if(!(this._map._animatingZoom&&this._bounds)){Et.prototype._update.call(this);var t=this._bounds,e=t.getSize(),i=this._container;(!this._svgSize||!this._svgSize.equals(e))&&(this._svgSize=e,i.setAttribute("width",e.x),i.setAttribute("height",e.y)),K(i,t.min),i.setAttribute("viewBox",[t.min.x,t.min.y,e.x,e.y].join(" ")),this.fire("update")}},_initPath:function(t){var e=t._path=Ne("path");t.options.className&&Z(e,t.options.className),t.options.interactive&&Z(e,"leaflet-interactive"),this._updateStyle(t),this._layers[l(t)]=t},_addPath:function(t){this._rootGroup||this._initContainer(),this._rootGroup.appendChild(t._path),t.addInteractiveTarget(t._path)},_removePath:function(t){j(t._path),t.removeInteractiveTarget(t._path),delete this._layers[l(t)]},_updatePath:function(t){t._project(),t._update()},_updateStyle:function(t){var e=t._path,i=t.options;e&&(i.stroke?(e.setAttribute("stroke",i.color),e.setAttribute("stroke-opacity",i.opacity),e.setAttribute("stroke-width",i.weight),e.setAttribute("stroke-linecap",i.lineCap),e.setAttribute("stroke-linejoin",i.lineJoin),i.dashArray?e.setAttribute("stroke-dasharray",i.dashArray):e.removeAttribute("stroke-dasharray"),i.dashOffset?e.setAttribute("stroke-dashoffset",i.dashOffset):e.removeAttribute("stroke-dashoffset")):e.setAttribute("stroke","none"),i.fill?(e.setAttribute("fill",i.fillColor||i.color),e.setAttribute("fill-opacity",i.fillOpacity),e.setAttribute("fill-rule",i.fillRule||"evenodd")):e.setAttribute("fill","none"))},_updatePoly:function(t,e){this._setPath(t,Yi(t._parts,e))},_updateCircle:function(t){var e=t._point,i=Math.max(Math.round(t._radius),1),n=Math.max(Math.round(t._radiusY),1)||i,o="a"+i+","+n+" 0 1,0 ",r=t._empty()?"M0 0":"M"+(e.x-i)+","+e.y+o+i*2+",0 "+o+-i*2+",0 ";this._setPath(t,r)},_setPath:function(t,e){t._path.setAttribute("d",e)},_bringToFront:function(t){Ft(t._path)},_bringToBack:function(t){Gt(t._path)}});S.vml&&ce.include(Ks);function qn(t){return S.svg||S.vml?new ce(t):null}N.include({getRenderer:function(t){var e=t.options.renderer||this._getPaneRenderer(t.options.pane)||this.options.renderer||this._renderer;return e||(e=this._renderer=this._createRenderer()),this.hasLayer(e)||this.addLayer(e),e},_getPaneRenderer:function(t){if(t==="overlayPane"||t===void 0)return!1;var e=this._paneRenderers[t];return e===void 0&&(e=this._createRenderer({pane:t}),this._paneRenderers[t]=e),e},_createRenderer:function(t){return this.options.preferCanvas&&jn(t)||qn(t)}});var Jn=Vt.extend({initialize:function(t,e){Vt.prototype.initialize.call(this,this._boundsToLatLngs(t),e)},setBounds:function(t){return this.setLatLngs(this._boundsToLatLngs(t))},_boundsToLatLngs:function(t){return t=J(t),[t.getSouthWest(),t.getNorthWest(),t.getNorthEast(),t.getSouthEast()]}});function Ys(t,e){return new Jn(t,e)}ce.create=Ne,ce.pointsToPath=Yi,kt.geometryToLayer=Ee,kt.coordsToLatLng=xi,kt.coordsToLatLngs=Oe,kt.latLngToCoords=Ci,kt.latLngsToCoords=ze,kt.getFeature=jt,kt.asFeature=Ae,N.mergeOptions({boxZoom:!0});var Kn=wt.extend({initialize:function(t){this._map=t,this._container=t._container,this._pane=t._panes.overlayPane,this._resetStateTimeout=0,t.on("unload",this._destroy,this)},addHooks:function(){z(this._container,"mousedown",this._onMouseDown,this)},removeHooks:function(){G(this._container,"mousedown",this._onMouseDown,this)},moved:function(){return this._moved},_destroy:function(){j(this._pane),delete this._pane},_resetState:function(){this._resetStateTimeout=0,this._moved=!1},_clearDeferredResetState:function(){this._resetStateTimeout!==0&&(clearTimeout(this._resetStateTimeout),this._resetStateTimeout=0)},_onMouseDown:function(t){if(!t.shiftKey||t.which!==1&&t.button!==1)return!1;this._clearDeferredResetState(),this._resetState(),ie(),ai(),this._startPoint=this._map.mouseEventToContainerPoint(t),z(document,{contextmenu:Rt,mousemove:this._onMouseMove,mouseup:this._onMouseUp,keydown:this._onKeyDown},this)},_onMouseMove:function(t){this._moved||(this._moved=!0,this._box=R("div","leaflet-zoom-box",this._container),Z(this._container,"leaflet-crosshair"),this._map.fire("boxzoomstart")),this._point=this._map.mouseEventToContainerPoint(t);var e=new V(this._point,this._startPoint),i=e.getSize();K(this._box,e.min),this._box.style.width=i.x+"px",this._box.style.height=i.y+"px"},_finish:function(){this._moved&&(j(this._box),q(this._container,"leaflet-crosshair")),ne(),hi(),G(document,{contextmenu:Rt,mousemove:this._onMouseMove,mouseup:this._onMouseUp,keydown:this._onKeyDown},this)},_onMouseUp:function(t){if(!(t.which!==1&&t.button!==1)&&(this._finish(),!!this._moved)){this._clearDeferredResetState(),this._resetStateTimeout=setTimeout(a(this._resetState,this),0);var e=new rt(this._map.containerPointToLatLng(this._startPoint),this._map.containerPointToLatLng(this._point));this._map.fitBounds(e).fire("boxzoomend",{boxZoomBounds:e})}},_onKeyDown:function(t){t.keyCode===27&&(this._finish(),this._clearDeferredResetState(),this._resetState())}});N.addInitHook("addHandler","boxZoom",Kn),N.mergeOptions({doubleClickZoom:!0});var Yn=wt.extend({addHooks:function(){this._map.on("dblclick",this._onDoubleClick,this)},removeHooks:function(){this._map.off("dblclick",this._onDoubleClick,this)},_onDoubleClick:function(t){var e=this._map,i=e.getZoom(),n=e.options.zoomDelta,o=t.originalEvent.shiftKey?i-n:i+n;e.options.doubleClickZoom==="center"?e.setZoom(o):e.setZoomAround(t.containerPoint,o)}});N.addInitHook("addHandler","doubleClickZoom",Yn),N.mergeOptions({dragging:!0,inertia:!0,inertiaDeceleration:3400,inertiaMaxSpeed:1/0,easeLinearity:.2,worldCopyJump:!1,maxBoundsViscosity:0});var Xn=wt.extend({addHooks:function(){if(!this._draggable){var t=this._map;this._draggable=new At(t._mapPane,t._container),this._draggable.on({dragstart:this._onDragStart,drag:this._onDrag,dragend:this._onDragEnd},this),this._draggable.on("predrag",this._onPreDragLimit,this),t.options.worldCopyJump&&(this._draggable.on("predrag",this._onPreDragWrap,this),t.on("zoomend",this._onZoomEnd,this),t.whenReady(this._onZoomEnd,this))}Z(this._map._container,"leaflet-grab leaflet-touch-drag"),this._draggable.enable(),this._positions=[],this._times=[]},removeHooks:function(){q(this._map._container,"leaflet-grab"),q(this._map._container,"leaflet-touch-drag"),this._draggable.disable()},moved:function(){return this._draggable&&this._draggable._moved},moving:function(){return this._draggable&&this._draggable._moving},_onDragStart:function(){var t=this._map;if(t._stop(),this._map.options.maxBounds&&this._map.options.maxBoundsViscosity){var e=J(this._map.options.maxBounds);this._offsetLimit=st(this._map.latLngToContainerPoint(e.getNorthWest()).multiplyBy(-1),this._map.latLngToContainerPoint(e.getSouthEast()).multiplyBy(-1).add(this._map.getSize())),this._viscosity=Math.min(1,Math.max(0,this._map.options.maxBoundsViscosity))}else this._offsetLimit=null;t.fire("movestart").fire("dragstart"),t.options.inertia&&(this._positions=[],this._times=[])},_onDrag:function(t){if(this._map.options.inertia){var e=this._lastTime=+new Date,i=this._lastPos=this._draggable._absPos||this._draggable._newPos;this._positions.push(i),this._times.push(e),this._prunePositions(e)}this._map.fire("move",t).fire("drag",t)},_prunePositions:function(t){for(;this._positions.length>1&&t-this._times[0]>50;)this._positions.shift(),this._times.shift()},_onZoomEnd:function(){var t=this._map.getSize().divideBy(2),e=this._map.latLngToLayerPoint([0,0]);this._initialWorldOffset=e.subtract(t).x,this._worldWidth=this._map.getPixelWorldBounds().getSize().x},_viscousLimit:function(t,e){return t-(t-e)*this._viscosity},_onPreDragLimit:function(){if(!(!this._viscosity||!this._offsetLimit)){var t=this._draggable._newPos.subtract(this._draggable._startPos),e=this._offsetLimit;t.x<e.min.x&&(t.x=this._viscousLimit(t.x,e.min.x)),t.y<e.min.y&&(t.y=this._viscousLimit(t.y,e.min.y)),t.x>e.max.x&&(t.x=this._viscousLimit(t.x,e.max.x)),t.y>e.max.y&&(t.y=this._viscousLimit(t.y,e.max.y)),this._draggable._newPos=this._draggable._startPos.add(t)}},_onPreDragWrap:function(){var t=this._worldWidth,e=Math.round(t/2),i=this._initialWorldOffset,n=this._draggable._newPos.x,o=(n-e+i)%t+e-i,r=(n+e+i)%t-e-i,u=Math.abs(o+i)<Math.abs(r+i)?o:r;this._draggable._absPos=this._draggable._newPos.clone(),this._draggable._newPos.x=u},_onDragEnd:function(t){var e=this._map,i=e.options,n=!i.inertia||t.noInertia||this._times.length<2;if(e.fire("dragend",t),n)e.fire("moveend");else{this._prunePositions(+new Date);var o=this._lastPos.subtract(this._positions[0]),r=(this._lastTime-this._times[0])/1e3,u=i.easeLinearity,f=o.multiplyBy(u/r),m=f.distanceTo([0,0]),P=Math.min(i.inertiaMaxSpeed,m),T=f.multiplyBy(P/m),k=P/(i.inertiaDeceleration*u),I=T.multiplyBy(-k/2).round();!I.x&&!I.y?e.fire("moveend"):(I=e._limitOffset(I,e.options.maxBounds),ot(function(){e.panBy(I,{duration:k,easeLinearity:u,noMoveStart:!0,animate:!0})}))}}});N.addInitHook("addHandler","dragging",Xn),N.mergeOptions({keyboard:!0,keyboardPanDelta:80});var $n=wt.extend({keyCodes:{left:[37],right:[39],down:[40],up:[38],zoomIn:[187,107,61,171],zoomOut:[189,109,54,173]},initialize:function(t){this._map=t,this._setPanDelta(t.options.keyboardPanDelta),this._setZoomDelta(t.options.zoomDelta)},addHooks:function(){var t=this._map._container;t.tabIndex<=0&&(t.tabIndex="0"),z(t,{focus:this._onFocus,blur:this._onBlur,mousedown:this._onMouseDown},this),this._map.on({focus:this._addHooks,blur:this._removeHooks},this)},removeHooks:function(){this._removeHooks(),G(this._map._container,{focus:this._onFocus,blur:this._onBlur,mousedown:this._onMouseDown},this),this._map.off({focus:this._addHooks,blur:this._removeHooks},this)},_onMouseDown:function(){if(!this._focused){var t=document.body,e=document.documentElement,i=t.scrollTop||e.scrollTop,n=t.scrollLeft||e.scrollLeft;this._map._container.focus(),window.scrollTo(n,i)}},_onFocus:function(){this._focused=!0,this._map.fire("focus")},_onBlur:function(){this._focused=!1,this._map.fire("blur")},_setPanDelta:function(t){var e=this._panKeys={},i=this.keyCodes,n,o;for(n=0,o=i.left.length;n<o;n++)e[i.left[n]]=[-1*t,0];for(n=0,o=i.right.length;n<o;n++)e[i.right[n]]=[t,0];for(n=0,o=i.down.length;n<o;n++)e[i.down[n]]=[0,t];for(n=0,o=i.up.length;n<o;n++)e[i.up[n]]=[0,-1*t]},_setZoomDelta:function(t){var e=this._zoomKeys={},i=this.keyCodes,n,o;for(n=0,o=i.zoomIn.length;n<o;n++)e[i.zoomIn[n]]=t;for(n=0,o=i.zoomOut.length;n<o;n++)e[i.zoomOut[n]]=-t},_addHooks:function(){z(document,"keydown",this._onKeyDown,this)},_removeHooks:function(){G(document,"keydown",this._onKeyDown,this)},_onKeyDown:function(t){if(!(t.altKey||t.ctrlKey||t.metaKey)){var e=t.keyCode,i=this._map,n;if(e in this._panKeys){if(!i._panAnim||!i._panAnim._inProgress)if(n=this._panKeys[e],t.shiftKey&&(n=E(n).multiplyBy(3)),i.options.maxBounds&&(n=i._limitOffset(E(n),i.options.maxBounds)),i.options.worldCopyJump){var o=i.wrapLatLng(i.unproject(i.project(i.getCenter()).add(n)));i.panTo(o)}else i.panBy(n)}else if(e in this._zoomKeys)i.setZoom(i.getZoom()+(t.shiftKey?3:1)*this._zoomKeys[e]);else if(e===27&&i._popup&&i._popup.options.closeOnEscapeKey)i.closePopup();else return;Rt(t)}}});N.addInitHook("addHandler","keyboard",$n),N.mergeOptions({scrollWheelZoom:!0,wheelDebounceTime:40,wheelPxPerZoomLevel:60});var Qn=wt.extend({addHooks:function(){z(this._map._container,"wheel",this._onWheelScroll,this),this._delta=0},removeHooks:function(){G(this._map._container,"wheel",this._onWheelScroll,this)},_onWheelScroll:function(t){var e=Pn(t),i=this._map.options.wheelDebounceTime;this._delta+=e,this._lastMousePos=this._map.mouseEventToContainerPoint(t),this._startTime||(this._startTime=+new Date);var n=Math.max(i-(+new Date-this._startTime),0);clearTimeout(this._timer),this._timer=setTimeout(a(this._performZoom,this),n),Rt(t)},_performZoom:function(){var t=this._map,e=t.getZoom(),i=this._map.options.zoomSnap||0;t._stop();var n=this._delta/(this._map.options.wheelPxPerZoomLevel*4),o=4*Math.log(2/(1+Math.exp(-Math.abs(n))))/Math.LN2,r=i?Math.ceil(o/i)*i:o,u=t._limitZoom(e+(this._delta>0?r:-r))-e;this._delta=0,this._startTime=null,u&&(t.options.scrollWheelZoom==="center"?t.setZoom(e+u):t.setZoomAround(this._lastMousePos,e+u))}});N.addInitHook("addHandler","scrollWheelZoom",Qn);var Xs=600;N.mergeOptions({tapHold:S.touchNative&&S.safari&&S.mobile,tapTolerance:15});var to=wt.extend({addHooks:function(){z(this._map._container,"touchstart",this._onDown,this)},removeHooks:function(){G(this._map._container,"touchstart",this._onDown,this)},_onDown:function(t){if(clearTimeout(this._holdTimeout),t.touches.length===1){var e=t.touches[0];this._startPos=this._newPos=new O(e.clientX,e.clientY),this._holdTimeout=setTimeout(a(function(){this._cancel(),this._isTapValid()&&(z(document,"touchend",tt),z(document,"touchend touchcancel",this._cancelClickPrevent),this._simulateEvent("contextmenu",e))},this),Xs),z(document,"touchend touchcancel contextmenu",this._cancel,this),z(document,"touchmove",this._onMove,this)}},_cancelClickPrevent:function t(){G(document,"touchend",tt),G(document,"touchend touchcancel",t)},_cancel:function(){clearTimeout(this._holdTimeout),G(document,"touchend touchcancel contextmenu",this._cancel,this),G(document,"touchmove",this._onMove,this)},_onMove:function(t){var e=t.touches[0];this._newPos=new O(e.clientX,e.clientY)},_isTapValid:function(){return this._newPos.distanceTo(this._startPos)<=this._map.options.tapTolerance},_simulateEvent:function(t,e){var i=new MouseEvent(t,{bubbles:!0,cancelable:!0,view:window,screenX:e.screenX,screenY:e.screenY,clientX:e.clientX,clientY:e.clientY});i._simulated=!0,e.target.dispatchEvent(i)}});N.addInitHook("addHandler","tapHold",to),N.mergeOptions({touchZoom:S.touch,bounceAtZoomLimits:!0});var eo=wt.extend({addHooks:function(){Z(this._map._container,"leaflet-touch-zoom"),z(this._map._container,"touchstart",this._onTouchStart,this)},removeHooks:function(){q(this._map._container,"leaflet-touch-zoom"),G(this._map._container,"touchstart",this._onTouchStart,this)},_onTouchStart:function(t){var e=this._map;if(!(!t.touches||t.touches.length!==2||e._animatingZoom||this._zooming)){var i=e.mouseEventToContainerPoint(t.touches[0]),n=e.mouseEventToContainerPoint(t.touches[1]);this._centerPoint=e.getSize()._divideBy(2),this._startLatLng=e.containerPointToLatLng(this._centerPoint),e.options.touchZoom!=="center"&&(this._pinchStartLatLng=e.containerPointToLatLng(i.add(n)._divideBy(2))),this._startDist=i.distanceTo(n),this._startZoom=e.getZoom(),this._moved=!1,this._zooming=!0,e._stop(),z(document,"touchmove",this._onTouchMove,this),z(document,"touchend touchcancel",this._onTouchEnd,this),tt(t)}},_onTouchMove:function(t){if(!(!t.touches||t.touches.length!==2||!this._zooming)){var e=this._map,i=e.mouseEventToContainerPoint(t.touches[0]),n=e.mouseEventToContainerPoint(t.touches[1]),o=i.distanceTo(n)/this._startDist;if(this._zoom=e.getScaleZoom(o,this._startZoom),!e.options.bounceAtZoomLimits&&(this._zoom<e.getMinZoom()&&o<1||this._zoom>e.getMaxZoom()&&o>1)&&(this._zoom=e._limitZoom(this._zoom)),e.options.touchZoom==="center"){if(this._center=this._startLatLng,o===1)return}else{var r=i._add(n)._divideBy(2)._subtract(this._centerPoint);if(o===1&&r.x===0&&r.y===0)return;this._center=e.unproject(e.project(this._pinchStartLatLng,this._zoom).subtract(r),this._zoom)}this._moved||(e._moveStart(!0,!1),this._moved=!0),dt(this._animRequest);var u=a(e._move,e,this._center,this._zoom,{pinch:!0,round:!1},void 0);this._animRequest=ot(u,this,!0),tt(t)}},_onTouchEnd:function(){if(!this._moved||!this._zooming){this._zooming=!1;return}this._zooming=!1,dt(this._animRequest),G(document,"touchmove",this._onTouchMove,this),G(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))}});N.addInitHook("addHandler","touchZoom",eo),N.BoxZoom=Kn,N.DoubleClickZoom=Yn,N.Drag=Xn,N.Keyboard=$n,N.ScrollWheelZoom=Qn,N.TapHold=to,N.TouchZoom=eo,c.Bounds=V,c.Browser=S,c.CRS=Tt,c.Canvas=Vn,c.Circle=Pi,c.CircleMarker=ke,c.Class=Ct,c.Control=mt,c.DivIcon=Gn,c.DivOverlay=bt,c.DomEvent=ps,c.DomUtil=fs,c.Draggable=At,c.Evented=Xt,c.FeatureGroup=Mt,c.GeoJSON=kt,c.GridLayer=ue,c.Handler=wt,c.Icon=Wt,c.ImageOverlay=Ze,c.LatLng=H,c.LatLngBounds=rt,c.Layer=gt,c.LayerGroup=Ut,c.LineUtil=Ss,c.Map=N,c.Marker=Se,c.Mixin=bs,c.Path=Zt,c.Point=O,c.PolyUtil=Ps,c.Polygon=Vt,c.Polyline=St,c.Popup=Ie,c.PosAnimation=xn,c.Projection=ks,c.Rectangle=Jn,c.Renderer=Et,c.SVG=ce,c.SVGOverlay=Fn,c.TileLayer=qt,c.Tooltip=Be,c.Transformation=Ke,c.Util=Io,c.VideoOverlay=Hn,c.bind=a,c.bounds=st,c.canvas=jn,c.circle=Ns,c.circleMarker=Bs,c.control=re,c.divIcon=js,c.extend=x,c.featureGroup=As,c.geoJSON=Dn,c.geoJson=Hs,c.gridLayer=qs,c.icon=Zs,c.imageOverlay=Fs,c.latLng=B,c.latLngBounds=J,c.layerGroup=zs,c.map=ms,c.marker=Is,c.point=E,c.polygon=Ds,c.polyline=Rs,c.popup=Ws,c.rectangle=Ys,c.setOptions=C,c.stamp=l,c.svg=qn,c.svgOverlay=Us,c.tileLayer=Un,c.tooltip=Vs,c.transformation=$t,c.version=g,c.videoOverlay=Gs;var $s=window.L;c.noConflict=function(){return window.L=$s,this},window.L=c})})(it,it.exports);var D=it.exports;const et="l:layer:connected",Si="l:popup:connected",de="l:icon:connected",ki="l:layer:removed",Ei="l:latlngbounds:connected",Oi="l:latlngbounds:changed",De="l:tooltip:connected",zi="l:pane:connected",Ai=(y,d,c=!0)=>{if(y.hasAttribute("on")){const g=y.getAttribute("on");g!==null&&g.split(/\s+/).forEach(x=>{d!==null&&d.on(x,s=>{y.dispatchEvent(new CustomEvent(x,{bubbles:c,detail:s}))})})}};class so extends HTMLElement{constructor(){super()}connectedCallback(){this.addEventListener(et,d=>{d.detail.type="base"})}}class ro extends HTMLElement{constructor(){super()}connectedCallback(){const d={},c={},g=D.control.layers(d,c);this.addEventListener(et,s=>{const{type:a,name:h,layer:l}=s.detail;a==="overlay"?g.addOverlay(l,h):a==="base"&&g.addBaseLayer(l,h),s.preventDefault()});const x=new CustomEvent(et,{cancelable:!0,bubbles:!0,detail:{layer:g}});this.dispatchEvent(x)}}class Ot extends HTMLElement{constructor(){super(),this.layer=null}disconnectedCallback(){var d;(d=this.layer)==null||d.remove()}}class ao extends Ot{constructor(){super(),this.layer=null}connectedCallback(){const d=this.getAttribute("name"),c=D.layerGroup();this.layer=c;const g=new CustomEvent(et,{cancelable:!0,bubbles:!0,detail:{layer:c,name:d}});this.dispatchEvent(g),this.addEventListener(et,s=>{s.stopPropagation(),c.addLayer(s.detail.layer)}),new MutationObserver(function(s){s.forEach(a=>{a.removedNodes.forEach(h=>{if(h instanceof HTMLElement){const l=h.getAttribute("leaflet-id");if(l!==null){const p=c.getLayer(parseInt(l));typeof p<"u"&&c.removeLayer(p)}}})})}).observe(this,{childList:!0})}}class ho extends Error{constructor(c){super();Pt(this,"issues",[]);this.name="LeafletHTMLError",this.issues=c}get message(){return JSON.stringify(this.issues,null,2)}}const uo=y=>({status:"clean",issues:[],value:y}),lo=({value:y})=>y,vt=(y,d)=>{const c=y(uo(d));if(c.status!=="clean")throw new ho(c.issues);return lo(c)},co=y=>d=>{let{status:c,issues:g}=d;const x={};for(const s of Object.keys(y)){let a=y[s](d);a.status==="abort"&&(c="abort",g=[...g,...a.issues]),x[s]=a.value}return{status:c,issues:g,value:x}},fe=y=>d=>{let{issues:c}=d,g="clean";const x={};for(const s of Object.keys(y)){let a=y[s](d);a.status!=="clean"&&(g=a.status),!(a.value===null&&a.status==="clean")&&(c=[...c,...a.issues],x[s]=a.value)}return{status:g,issues:c,value:x}},fo=(...y)=>d=>{for(let c=0;c<y.length&&(d=y[c](d),d.status!=="abort");c++);return d},He=(...y)=>d=>{for(let c=0;c<y.length;c++)d=y[c](d);return d},Fe=y=>d=>d.value===null?d:y(d),ht=y=>d=>(d=y(d),d.value===null?{status:"clean",issues:[],value:null}:d),$=y=>d=>{const c=d.value;let g=c.getAttribute(y);return g===null?{status:"abort",issues:[...d.issues,Lo(c,y)],value:null}:{...d,value:g}},_o=()=>y=>{let d=parseInt(y.value);return isNaN(d)?{status:"abort",issues:[...y.issues,go(y.value)],value:d}:{...y,value:d}},po=()=>y=>{let d=parseFloat(y.value);return isNaN(d)?{status:"abort",issues:[...y.issues,vo(y.value)],value:d}:{...y,value:d}},_e=()=>y=>{let d;try{d=JSON.parse(y.value)}catch(c){return{status:"abort",issues:[...y.issues,yo(c)],value:null}}return{...y,value:d}},mo=()=>y=>({...y,value:y.value.toLowerCase()==="true"}),pe=(y,...d)=>fo($(y),...d),go=y=>({code:"parse_int",message:`could not parse int given: "${y}"`}),vo=y=>({code:"parse_float",message:`could not parse float given: "${y}"`}),yo=y=>({code:"parse_json",message:y.message}),Lo=(y,d)=>({code:"missing_attribute",message:`${y.tagName.toLowerCase()} missing attribute '${d}'`}),ve=class ve extends HTMLElement{constructor(){super(),this.map=null;const d=g=>{const{bounds:x,method:s}=g.detail;this.map!==null&&this.map[s](x)};this.addEventListener(Ei,d),this.addEventListener(Oi,d),this.addEventListener(zi,g=>{const{name:x}=g.detail;this.map.createPane(x)}),new MutationObserver(function(g){g.forEach(x=>{if(x.target instanceof ve){const s=x.target;x.removedNodes.forEach(a=>{a instanceof Ot&&s.map!==null&&a.layer!==null&&(s.dispatchEvent(new CustomEvent(ki,{bubbles:!0,detail:{layer:a.layer}})),s.map.removeLayer(a.layer))})}})}).observe(this,{childList:!0})}connectedCallback(){const d={zoomControl:this.hasAttribute("zoom-control")};if(this.hasAttribute("attribution-control")&&(d.attributionControl=this.getAttribute("attribution-control").toLowerCase()==="true"),this.map=D.map(this,d),this.map.whenReady(()=>{this.dispatchEvent(new CustomEvent("ready",{bubbles:!0,cancelable:!0,detail:this.map}))}),Ai(this,this.map),this.hasAttribute("fit-world"))this.map.fitWorld();else{const g=co({zoom:pe("zoom",_o()),center:pe("center",_e())}),{zoom:x,center:s}=vt(g,this);this.map.setView(s,x)}if(this.hasAttribute("locate")){const g=pe("locate",_e());this.map.locate(vt(g,this))}const c={"l-control-layers":(g,x)=>g.addTo(x),default:(g,x)=>x.addLayer(g)};this.addEventListener(et,g=>{const{layer:x}=g.detail,s=g.target.localName;(c[s]||c.default)(x,this.map)}),this.addEventListener(ki,g=>{this.map!==null&&this.map.removeLayer(g.detail.layer)})}attributeChangedCallback(d,c,g){this.map!==null&&(d==="zoom"?this.map.setZoom(parseInt(g)):d==="center"&&this.map.setView(JSON.parse(g)))}};Pt(ve,"observedAttributes",["zoom","center","zoom-control"]);let Ge=ve;class Zi extends Ot{constructor(){super(),this.layer=null,this.addEventListener(de,d=>{d.stopPropagation(),this.layer.setIcon(d.detail.icon)}),this.addEventListener(De,d=>{d.stopPropagation(),this.layer.bindTooltip(d.detail.tooltip)})}connectedCallback(){const d=vt(pe("lat-lng",_e()),this),c=vt(fe({opacity:He(ht($("opacity")),Fe(po()))}),this),g=this.closest("l-pane");if(g!==null&&(c.pane=g.getAttribute("name")),this.layer=D.marker(d,c),this.hasAttribute("icon")){const s=D.icon(JSON.parse(this.getAttribute("icon")));this.layer.setIcon(s)}Ai(this,this.layer,!1),this.setAttribute("leaflet-id",D.stamp(this.layer)),this.addEventListener(Si,s=>{const{content:a,openPopup:h}=s.detail,l=this.layer.bindPopup(a);h&&l.openPopup()});const x=new CustomEvent(et,{cancelable:!0,bubbles:!0,detail:{layer:this.layer}});this.dispatchEvent(x)}attributeChangedCallback(d,c,g){this.layer!==null&&(d==="lat-lng"&&this.layer.setLatLng(JSON.parse(g)),d==="opacity"&&this.layer.setOpacity(parseFloat(g)),d==="icon"&&this.layer.setIcon(D.icon(JSON.parse(g))))}}Pt(Zi,"observedAttributes",["lat-lng","opacity","icon"]);class wo extends HTMLElement{constructor(){super()}connectedCallback(){this.addEventListener(et,d=>{d.detail.type="overlay"})}}class bo extends HTMLElement{constructor(){super()}connectedCallback(){const d=this.getAttribute("content");let c=!1;const g=this.getAttribute("open-popup");g!==null&&(c=g!=="false");const x=new CustomEvent(Si,{cancelable:!0,bubbles:!0,detail:{content:d,openPopup:c}});this.dispatchEvent(x)}}const Ii=y=>{const d={},c=y.getAttribute("tile-size");if(c){const g=parseInt(c);d.tileSize=isNaN(g)?D.point(JSON.parse(c)):g}return d};class Ue extends Ot{constructor(){super(),this.layer=null}connectedCallback(){const d=vt($("url-template"),this),c=Ue.parseTemplateAttributes(d),g={};for(const v of c){const _=this.getAttribute(v);_!==null&&(g[v]=_)}const x={};this.parentElement.tagName.toLowerCase()==="l-pane"&&(x.pane=this.parentElement.getAttribute("name"));const s=this.getAttribute("name"),a=fe({attribution:ht($("attribution")),errorTileUrl:ht($("error-tile-url"))}),h=vt(a,this),l=Ii(this);this.layer=D.tileLayer(d,{...g,...x,...h,...l});const p=new CustomEvent(et,{detail:{name:s,layer:this.layer},bubbles:!0});this.dispatchEvent(p)}static parseTemplateAttributes(d){const c=/{(.*?)}/g;return[...d.matchAll(c)].map(g=>g[1])}}class Po extends Ot{static get observedAttributes(){return["options"]}constructor(){super(),this.layer=null}connectedCallback(){this.initLayer()}attributeChangedCallback(d,c,g){d==="options"&&c!==g&&this.isConnected&&this.reloadLayer()}initLayer(){const d=vt($("url-template"),this),c=this.getAttribute("name"),g=fe({layers:$("layers"),styles:ht($("styles")),format:ht($("format")),transparent:ht($("transparent")),version:ht($("version")),crs:ht($("crs")),uppercase:ht($("uppercase")),attribution:ht($("attribution"))}),x=vt(g,this),s=this.getAttribute("options"),a=()=>{if(s)try{return JSON.parse(s)}catch(v){return console.error("Error whilst parsing JSON for options attribute in l-tile-layer-wms",v),{}}else return{}},h={};this.parentElement.tagName.toLowerCase()==="l-pane"&&(h.pane=this.parentElement.getAttribute("name"));const l=Ii(this);this.layer=D.tileLayer.wms(d,{...x,...a(),...h,...l});const p=new CustomEvent(et,{detail:{name:c,layer:this.layer},bubbles:!0});this.dispatchEvent(p)}reloadLayer(){this.layer&&this.layer.remove(),this.initLayer()}}class Bi extends HTMLElement{constructor(){super()}connectedCallback(){let d=this.getAttribute("bounds");d!==null&&this.dispatchEvent(this.getEvent(Ei,JSON.parse(d)))}attributeChangedCallback(d,c,g){this.dispatchEvent(this.getEvent(Oi,JSON.parse(g)))}getEvent(d,c){return new CustomEvent(d,{bubbles:!0,detail:{bounds:c,method:this.getAttribute("method")||"fitBounds"}})}}Pt(Bi,"observedAttributes",["bounds"]);class Ni extends Ot{constructor(){super(),this.layer=null}connectedCallback(){const d=this.getAttribute("url");if(d===null){console.warn("attribute 'url' not set");return}let c=this.getAttribute("bounds");if(c===null){console.warn("attribute 'bounds' not set");return}const g={opacity:parseFloat(this.getAttribute("opacity")||"1.0"),alt:this.getAttribute("alt")||""},x=this.closest("l-pane");x!==null&&(g.pane=x.getAttribute("name")),this.layer=D.imageOverlay(d,JSON.parse(c),g),this.dispatchEvent(new CustomEvent(et,{cancelable:!0,bubbles:!0,detail:{layer:this.layer}}))}attributeChangedCallback(d,c,g){this.layer!==null&&(d==="url"?this.layer.setUrl(g):d==="bounds"?this.layer.setBounds(JSON.parse(g)):d==="opacity"&&this.layer.setOpacity(parseFloat(g)))}}Pt(Ni,"observedAttributes",["url","bounds","opacity"]);class xo extends Ot{constructor(){super()}connectedCallback(){const d=JSON.parse(this.getAttribute("url")),c=JSON.parse(this.getAttribute("bounds")),g={opacity:parseFloat(this.getAttribute("opacity")||"1.0"),alt:this.getAttribute("alt")||"",autoplay:!0,muted:!0,playsInline:!0},x=D.videoOverlay(d,c,g);this.dispatchEvent(new CustomEvent(et,{cancelable:!0,bubbles:!0,detail:{layer:x}}))}}class Co extends HTMLElement{constructor(){super(),this.layer=null}connectedCallback(){const d=this.getAttribute("geojson"),c={},g=this.closest("l-pane");g!==null&&(c.pane=g.getAttribute("name")),d!==null&&(this.layer=D.geoJSON(JSON.parse(d),c),this.dispatchEvent(new CustomEvent(et,{bubbles:!0,cancelable:!0,detail:{layer:this.layer}})))}}const Kt=y=>y.replace(/-./g,d=>d[1].toUpperCase()),To=y=>y.split("").map((d,c)=>d.toUpperCase()===d?`${c!==0?"-":""}${d.toLowerCase()}`:d).join(""),We=["icon-url","icon-retina-url","shadow-url","shadow-retina-url","class-name"],Ri=["icon-anchor","icon-size","shadow-anchor","shadow-size","tooltip-anchor","popup-anchor"],Di=["cross-origin"],ye=class ye extends HTMLElement{constructor(){super(),this.icon=null}connectedCallback(){this.icon=D.icon(this._parseOptions());const d=new CustomEvent(de,{cancelable:!0,bubbles:!0,detail:{icon:this.icon}});this.dispatchEvent(d)}attributeChangedCallback(d,c,g){if(ye.observedAttributes.indexOf(d)!==-1&&this.icon!==null){let x={};We.indexOf(d)!==-1?x[Kt(d)]=g:Di.indexOf(d)!==-1?x[Kt(d)]=g.toLowerCase()==="true":x[Kt(d)]=JSON.parse(g),this.icon=D.icon({...this.icon.options,...x});const s=new CustomEvent(de,{cancelable:!0,bubbles:!0,detail:{icon:this.icon}});this.dispatchEvent(s)}}_parseOptions(){const d={};We.forEach(g=>{d[Kt(g)]=ht($(g))}),Ri.forEach(g=>{d[Kt(g)]=He(ht($(g)),Fe(_e()))}),d.crossOrigin=He(ht($("cross-origin")),Fe(mo()));const c=fe(d);return vt(c,this)}};Pt(ye,"observedAttributes",[...We,...Ri,...Di]);let Ve=ye,Mo=class extends HTMLElement{constructor(){super(),this.icon=null}connectedCallback(){const d={html:this.innerHTML},c=this.getAttribute("class-name");c!==null&&(d.className=c),this.icon=D.divIcon(d),this.dispatchEvent(new CustomEvent(de,{bubbles:!0,cancelable:!0,detail:{icon:this.icon}}))}};class Hi extends HTMLElement{constructor(){super(),this.tooltip=null}connectedCallback(){this.tooltip=D.tooltip({permanent:this.hasAttribute("permanent"),interactive:this.hasAttribute("interactive"),direction:this.getAttribute("direction")??"auto"}),this.tooltip.setContent(this.getAttribute("content"));const d=new CustomEvent(De,{cancelable:!0,bubbles:!0,detail:{tooltip:this.tooltip}});this.dispatchEvent(d)}attributeChangedCallback(d,c,g){this.tooltip&&(d==="content"?this.tooltip.setContent(g):d==="permanent"?this.tooltip.options.permanent=this.hasAttribute("permanent"):d==="interactive"?this.tooltip.options.interactive=this.hasAttribute("interactive"):d==="direction"&&(this.tooltip.options.direction=g))}}Pt(Hi,"observedAttributes",["content","permanent","interactive","direction"]);class So extends HTMLElement{constructor(){super()}connectedCallback(){this.dispatchEvent(new CustomEvent(zi,{bubbles:!0,cancelable:!0,detail:{name:this.getAttribute("name")}}))}}const je=y=>{switch(y){case"circle":return[X("latLng","latlng",null)];case"rectangle":return[X("latLngBounds","latlngbounds",null)];case"polygon":return[X("latLngs","latlng",null)];case"polyline":return[X("latLngs","latlng",null)]}},X=(y,d,c)=>({camel:y,kebab:To(y),parser:ko(d),defaultValue:c}),ko=y=>{switch(y.toLowerCase()){case"boolean":return d=>d==="true";case"number":return parseFloat;case"latlng":case"latlngbounds":return JSON.parse;case"string":return d=>d;default:return d=>d}},me=y=>{const d={circle:[X("radius","number",null)],path:[X("stroke","boolean",!0),X("color","string","#3388ff"),X("weight","number",3),X("opacity","number",1),X("lineCap","string","round"),X("lineJoin","string","round"),X("dashArray","string",null),X("dashOffset","string",null),X("fill","boolean",!0),X("fillColor","string","#3388ff"),X("fillOpacity","number",.2)],polyline:[X("smoothFactor","number",1),X("noClip","boolean",!1)],polygon:[],rectangle:[],interactiveLayer:[X("interactive","boolean",!0)]};return Eo(y).flatMap(c=>d[c])},Fi={circle:["path"],polyline:["path"],polygon:["polyline"],rectangle:["polygon"],path:["interactiveLayer"],interactiveLayer:[]},Eo=y=>{let d=y,c=[y];for(;Fi[d].length>0;){let g=Fi[d][0];c.push(g),d=g}return c},Oo=(y,d,c,g)=>{let s=[...je(d),...me(d)].find(l=>l.kebab===c);if(typeof s>"u")return;const a=s.parser(g);if(y instanceof D.Circle)switch(c){case"lat-lng":y.setLatLng(JSON.parse(g));break;case"radius":y.setRadius(parseFloat(g));break}else if(y instanceof D.Rectangle)switch(c){case"lat-lngs":y.setLatLngs(JSON.parse(g));break;case"lat-lng-bounds":y.setBounds(JSON.parse(g));break}else if(y instanceof D.Polygon)switch(c){case"lat-lngs":y.setLatLngs(JSON.parse(g));break}else if(y instanceof D.Polyline)switch(c){case"lat-lngs":y.setLatLngs(JSON.parse(g));break}let h=me("polyline").find(l=>l.kebab===c);typeof h<"u"&&y.setStyle({[h.camel]:a})},zo=y=>{let d=je(y).map(g=>g.kebab),c=me(y).map(g=>g.kebab);return[...d,...c]},Ao=(y,d)=>{let c={};return me(d).forEach(g=>{y.hasAttribute(g.kebab)&&(c[g.camel]=g.parser(y.getAttribute(g.kebab)))}),c},Zo=(y,d)=>je(d).map(c=>{const g=$(c.kebab),x=vt(g,y);return c.parser(x)}),ge=(y,d)=>{class c extends HTMLElement{constructor(){super(),this.layer=null,this.addEventListener(De,x=>{this.layer!==null&&this.layer.bindTooltip(x.detail.tooltip)})}connectedCallback(){const x=Zo(this,d),s=Ao(this,d);this.layer=y(...x,s);const a=new CustomEvent(et,{cancelable:!0,bubbles:!0,detail:{layer:this.layer}});this.dispatchEvent(a)}attributeChangedCallback(x,s,a){this.layer!==null&&Oo(this.layer,d,x,a)}}return Pt(c,"observedAttributes",zo(d)),c};var Gi={exports:{}};(function(y,d){(function(c,g){g(d)})(ct,function(c){var g=L.MarkerClusterGroup=L.FeatureGroup.extend({options:{maxClusterRadius:80,iconCreateFunction:null,clusterPane:L.Marker.prototype.options.pane,spiderfyOnEveryZoom:!1,spiderfyOnMaxZoom:!0,showCoverageOnHover:!0,zoomToBoundsOnClick:!0,singleMarkerMode:!1,disableClusteringAtZoom:null,removeOutsideVisibleBounds:!0,animate:!0,animateAddingMarkers:!1,spiderfyShapePositions:null,spiderfyDistanceMultiplier:1,spiderLegPolylineOptions:{weight:1.5,color:"#222",opacity:.5},chunkedLoading:!1,chunkInterval:200,chunkDelay:50,chunkProgress:null,polygonOptions:{}},initialize:function(s){L.Util.setOptions(this,s),this.options.iconCreateFunction||(this.options.iconCreateFunction=this._defaultIconCreateFunction),this._featureGroup=L.featureGroup(),this._featureGroup.addEventParent(this),this._nonPointGroup=L.featureGroup(),this._nonPointGroup.addEventParent(this),this._inZoomAnimation=0,this._needsClustering=[],this._needsRemoving=[],this._currentShownBounds=null,this._queue=[],this._childMarkerEventHandlers={dragstart:this._childMarkerDragStart,move:this._childMarkerMoved,dragend:this._childMarkerDragEnd};var a=L.DomUtil.TRANSITION&&this.options.animate;L.extend(this,a?this._withAnimation:this._noAnimation),this._markerCluster=a?L.MarkerCluster:L.MarkerClusterNonAnimated},addLayer:function(s){if(s instanceof L.LayerGroup)return this.addLayers([s]);if(!s.getLatLng)return this._nonPointGroup.addLayer(s),this.fire("layeradd",{layer:s}),this;if(!this._map)return this._needsClustering.push(s),this.fire("layeradd",{layer:s}),this;if(this.hasLayer(s))return this;this._unspiderfy&&this._unspiderfy(),this._addLayer(s,this._maxZoom),this.fire("layeradd",{layer:s}),this._topClusterLevel._recalculateBounds(),this._refreshClustersIcons();var a=s,h=this._zoom;if(s.__parent)for(;a.__parent._zoom>=h;)a=a.__parent;return this._currentShownBounds.contains(a.getLatLng())&&(this.options.animateAddingMarkers?this._animationAddLayer(s,a):this._animationAddLayerNonAnimated(s,a)),this},removeLayer:function(s){return s instanceof L.LayerGroup?this.removeLayers([s]):s.getLatLng?this._map?s.__parent?(this._unspiderfy&&(this._unspiderfy(),this._unspiderfyLayer(s)),this._removeLayer(s,!0),this.fire("layerremove",{layer:s}),this._topClusterLevel._recalculateBounds(),this._refreshClustersIcons(),s.off(this._childMarkerEventHandlers,this),this._featureGroup.hasLayer(s)&&(this._featureGroup.removeLayer(s),s.clusterShow&&s.clusterShow()),this):this:(!this._arraySplice(this._needsClustering,s)&&this.hasLayer(s)&&this._needsRemoving.push({layer:s,latlng:s._latlng}),this.fire("layerremove",{layer:s}),this):(this._nonPointGroup.removeLayer(s),this.fire("layerremove",{layer:s}),this)},addLayers:function(s,a){if(!L.Util.isArray(s))return this.addLayer(s);var h=this._featureGroup,l=this._nonPointGroup,p=this.options.chunkedLoading,v=this.options.chunkInterval,_=this.options.chunkProgress,b=s.length,w=0,M=!0,C;if(this._map){var F=new Date().getTime(),A=L.bind(function(){var W=new Date().getTime();for(this._map&&this._unspiderfy&&this._unspiderfy();w<b;w++){if(p&&w%200===0){var xt=new Date().getTime()-W;if(xt>v)break}if(C=s[w],C instanceof L.LayerGroup){M&&(s=s.slice(),M=!1),this._extractNonGroupLayers(C,s),b=s.length;continue}if(!C.getLatLng){l.addLayer(C),a||this.fire("layeradd",{layer:C});continue}if(!this.hasLayer(C)&&(this._addLayer(C,this._maxZoom),a||this.fire("layeradd",{layer:C}),C.__parent&&C.__parent.getChildCount()===2)){var ut=C.__parent.getAllChildMarkers(),Yt=ut[0]===C?ut[1]:ut[0];h.removeLayer(Yt)}}_&&_(w,b,new Date().getTime()-F),w===b?(this._topClusterLevel._recalculateBounds(),this._refreshClustersIcons(),this._topClusterLevel._recursivelyAddChildrenToMap(null,this._zoom,this._currentShownBounds)):setTimeout(A,this.options.chunkDelay)},this);A()}else for(var U=this._needsClustering;w<b;w++){if(C=s[w],C instanceof L.LayerGroup){M&&(s=s.slice(),M=!1),this._extractNonGroupLayers(C,s),b=s.length;continue}if(!C.getLatLng){l.addLayer(C);continue}this.hasLayer(C)||U.push(C)}return this},removeLayers:function(s){var a,h,l=s.length,p=this._featureGroup,v=this._nonPointGroup,_=!0;if(!this._map){for(a=0;a<l;a++){if(h=s[a],h instanceof L.LayerGroup){_&&(s=s.slice(),_=!1),this._extractNonGroupLayers(h,s),l=s.length;continue}this._arraySplice(this._needsClustering,h),v.removeLayer(h),this.hasLayer(h)&&this._needsRemoving.push({layer:h,latlng:h._latlng}),this.fire("layerremove",{layer:h})}return this}if(this._unspiderfy){this._unspiderfy();var b=s.slice(),w=l;for(a=0;a<w;a++){if(h=b[a],h instanceof L.LayerGroup){this._extractNonGroupLayers(h,b),w=b.length;continue}this._unspiderfyLayer(h)}}for(a=0;a<l;a++){if(h=s[a],h instanceof L.LayerGroup){_&&(s=s.slice(),_=!1),this._extractNonGroupLayers(h,s),l=s.length;continue}if(!h.__parent){v.removeLayer(h),this.fire("layerremove",{layer:h});continue}this._removeLayer(h,!0,!0),this.fire("layerremove",{layer:h}),p.hasLayer(h)&&(p.removeLayer(h),h.clusterShow&&h.clusterShow())}return this._topClusterLevel._recalculateBounds(),this._refreshClustersIcons(),this._topClusterLevel._recursivelyAddChildrenToMap(null,this._zoom,this._currentShownBounds),this},clearLayers:function(){return this._map||(this._needsClustering=[],this._needsRemoving=[],delete this._gridClusters,delete this._gridUnclustered),this._noanimationUnspiderfy&&this._noanimationUnspiderfy(),this._featureGroup.clearLayers(),this._nonPointGroup.clearLayers(),this.eachLayer(function(s){s.off(this._childMarkerEventHandlers,this),delete s.__parent},this),this._map&&this._generateInitialClusters(),this},getBounds:function(){var s=new L.LatLngBounds;this._topClusterLevel&&s.extend(this._topClusterLevel._bounds);for(var a=this._needsClustering.length-1;a>=0;a--)s.extend(this._needsClustering[a].getLatLng());return s.extend(this._nonPointGroup.getBounds()),s},eachLayer:function(s,a){var h=this._needsClustering.slice(),l=this._needsRemoving,p,v,_;for(this._topClusterLevel&&this._topClusterLevel.getAllChildMarkers(h),v=h.length-1;v>=0;v--){for(p=!0,_=l.length-1;_>=0;_--)if(l[_].layer===h[v]){p=!1;break}p&&s.call(a,h[v])}this._nonPointGroup.eachLayer(s,a)},getLayers:function(){var s=[];return this.eachLayer(function(a){s.push(a)}),s},getLayer:function(s){var a=null;return s=parseInt(s,10),this.eachLayer(function(h){L.stamp(h)===s&&(a=h)}),a},hasLayer:function(s){if(!s)return!1;var a,h=this._needsClustering;for(a=h.length-1;a>=0;a--)if(h[a]===s)return!0;for(h=this._needsRemoving,a=h.length-1;a>=0;a--)if(h[a].layer===s)return!1;return!!(s.__parent&&s.__parent._group===this)||this._nonPointGroup.hasLayer(s)},zoomToShowLayer:function(s,a){var h=this._map;typeof a!="function"&&(a=function(){});var l=function(){(h.hasLayer(s)||h.hasLayer(s.__parent))&&!this._inZoomAnimation&&(this._map.off("moveend",l,this),this.off("animationend",l,this),h.hasLayer(s)?a():s.__parent._icon&&(this.once("spiderfied",a,this),s.__parent.spiderfy()))};s._icon&&this._map.getBounds().contains(s.getLatLng())?a():s.__parent._zoom<Math.round(this._map._zoom)?(this._map.on("moveend",l,this),this._map.panTo(s.getLatLng())):(this._map.on("moveend",l,this),this.on("animationend",l,this),s.__parent.zoomToBounds())},onAdd:function(s){this._map=s;var a,h,l;if(!isFinite(this._map.getMaxZoom()))throw"Map has no maxZoom specified";for(this._featureGroup.addTo(s),this._nonPointGroup.addTo(s),this._gridClusters||this._generateInitialClusters(),this._maxLat=s.options.crs.projection.MAX_LATITUDE,a=0,h=this._needsRemoving.length;a<h;a++)l=this._needsRemoving[a],l.newlatlng=l.layer._latlng,l.layer._latlng=l.latlng;for(a=0,h=this._needsRemoving.length;a<h;a++)l=this._needsRemoving[a],this._removeLayer(l.layer,!0),l.layer._latlng=l.newlatlng;this._needsRemoving=[],this._zoom=Math.round(this._map._zoom),this._currentShownBounds=this._getExpandedVisibleBounds(),this._map.on("zoomend",this._zoomEnd,this),this._map.on("moveend",this._moveEnd,this),this._spiderfierOnAdd&&this._spiderfierOnAdd(),this._bindEvents(),h=this._needsClustering,this._needsClustering=[],this.addLayers(h,!0)},onRemove:function(s){s.off("zoomend",this._zoomEnd,this),s.off("moveend",this._moveEnd,this),this._unbindEvents(),this._map._mapPane.className=this._map._mapPane.className.replace(" leaflet-cluster-anim",""),this._spiderfierOnRemove&&this._spiderfierOnRemove(),delete this._maxLat,this._hideCoverage(),this._featureGroup.remove(),this._nonPointGroup.remove(),this._featureGroup.clearLayers(),this._map=null},getVisibleParent:function(s){for(var a=s;a&&!a._icon;)a=a.__parent;return a||null},_arraySplice:function(s,a){for(var h=s.length-1;h>=0;h--)if(s[h]===a)return s.splice(h,1),!0},_removeFromGridUnclustered:function(s,a){for(var h=this._map,l=this._gridUnclustered,p=Math.floor(this._map.getMinZoom());a>=p&&l[a].removeObject(s,h.project(s.getLatLng(),a));a--);},_childMarkerDragStart:function(s){s.target.__dragStart=s.target._latlng},_childMarkerMoved:function(s){if(!this._ignoreMove&&!s.target.__dragStart){var a=s.target._popup&&s.target._popup.isOpen();this._moveChild(s.target,s.oldLatLng,s.latlng),a&&s.target.openPopup()}},_moveChild:function(s,a,h){s._latlng=a,this.removeLayer(s),s._latlng=h,this.addLayer(s)},_childMarkerDragEnd:function(s){var a=s.target.__dragStart;delete s.target.__dragStart,a&&this._moveChild(s.target,a,s.target._latlng)},_removeLayer:function(s,a,h){var l=this._gridClusters,p=this._gridUnclustered,v=this._featureGroup,_=this._map,b=Math.floor(this._map.getMinZoom());a&&this._removeFromGridUnclustered(s,this._maxZoom);var w=s.__parent,M=w._markers,C;for(this._arraySplice(M,s);w&&(w._childCount--,w._boundsNeedUpdate=!0,!(w._zoom<b));)a&&w._childCount<=1?(C=w._markers[0]===s?w._markers[1]:w._markers[0],l[w._zoom].removeObject(w,_.project(w._cLatLng,w._zoom)),p[w._zoom].addObject(C,_.project(C.getLatLng(),w._zoom)),this._arraySplice(w.__parent._childClusters,w),w.__parent._markers.push(C),C.__parent=w.__parent,w._icon&&(v.removeLayer(w),h||v.addLayer(C))):w._iconNeedsUpdate=!0,w=w.__parent;delete s.__parent},_isOrIsParent:function(s,a){for(;a;){if(s===a)return!0;a=a.parentNode}return!1},fire:function(s,a,h){if(a&&a.layer instanceof L.MarkerCluster){if(a.originalEvent&&this._isOrIsParent(a.layer._icon,a.originalEvent.relatedTarget))return;s="cluster"+s}L.FeatureGroup.prototype.fire.call(this,s,a,h)},listens:function(s,a){return L.FeatureGroup.prototype.listens.call(this,s,a)||L.FeatureGroup.prototype.listens.call(this,"cluster"+s,a)},_defaultIconCreateFunction:function(s){var a=s.getChildCount(),h=" marker-cluster-";return a<10?h+="small":a<100?h+="medium":h+="large",new L.DivIcon({html:"<div><span>"+a+"</span></div>",className:"marker-cluster"+h,iconSize:new L.Point(40,40)})},_bindEvents:function(){var s=this._map,a=this.options.spiderfyOnMaxZoom,h=this.options.showCoverageOnHover,l=this.options.zoomToBoundsOnClick,p=this.options.spiderfyOnEveryZoom;(a||l||p)&&this.on("clusterclick clusterkeypress",this._zoomOrSpiderfy,this),h&&(this.on("clustermouseover",this._showCoverage,this),this.on("clustermouseout",this._hideCoverage,this),s.on("zoomend",this._hideCoverage,this))},_zoomOrSpiderfy:function(s){var a=s.layer,h=a;if(!(s.type==="clusterkeypress"&&s.originalEvent&&s.originalEvent.keyCode!==13)){for(;h._childClusters.length===1;)h=h._childClusters[0];h._zoom===this._maxZoom&&h._childCount===a._childCount&&this.options.spiderfyOnMaxZoom?a.spiderfy():this.options.zoomToBoundsOnClick&&a.zoomToBounds(),this.options.spiderfyOnEveryZoom&&a.spiderfy(),s.originalEvent&&s.originalEvent.keyCode===13&&this._map._container.focus()}},_showCoverage:function(s){var a=this._map;this._inZoomAnimation||(this._shownPolygon&&a.removeLayer(this._shownPolygon),s.layer.getChildCount()>2&&s.layer!==this._spiderfied&&(this._shownPolygon=new L.Polygon(s.layer.getConvexHull(),this.options.polygonOptions),a.addLayer(this._shownPolygon)))},_hideCoverage:function(){this._shownPolygon&&(this._map.removeLayer(this._shownPolygon),this._shownPolygon=null)},_unbindEvents:function(){var s=this.options.spiderfyOnMaxZoom,a=this.options.showCoverageOnHover,h=this.options.zoomToBoundsOnClick,l=this.options.spiderfyOnEveryZoom,p=this._map;(s||h||l)&&this.off("clusterclick clusterkeypress",this._zoomOrSpiderfy,this),a&&(this.off("clustermouseover",this._showCoverage,this),this.off("clustermouseout",this._hideCoverage,this),p.off("zoomend",this._hideCoverage,this))},_zoomEnd:function(){this._map&&(this._mergeSplitClusters(),this._zoom=Math.round(this._map._zoom),this._currentShownBounds=this._getExpandedVisibleBounds())},_moveEnd:function(){if(!this._inZoomAnimation){var s=this._getExpandedVisibleBounds();this._topClusterLevel._recursivelyRemoveChildrenFromMap(this._currentShownBounds,Math.floor(this._map.getMinZoom()),this._zoom,s),this._topClusterLevel._recursivelyAddChildrenToMap(null,Math.round(this._map._zoom),s),this._currentShownBounds=s}},_generateInitialClusters:function(){var s=Math.ceil(this._map.getMaxZoom()),a=Math.floor(this._map.getMinZoom()),h=this.options.maxClusterRadius,l=h;typeof h!="function"&&(l=function(){return h}),this.options.disableClusteringAtZoom!==null&&(s=this.options.disableClusteringAtZoom-1),this._maxZoom=s,this._gridClusters={},this._gridUnclustered={};for(var p=s;p>=a;p--)this._gridClusters[p]=new L.DistanceGrid(l(p)),this._gridUnclustered[p]=new L.DistanceGrid(l(p));this._topClusterLevel=new this._markerCluster(this,a-1)},_addLayer:function(s,a){var h=this._gridClusters,l=this._gridUnclustered,p=Math.floor(this._map.getMinZoom()),v,_;for(this.options.singleMarkerMode&&this._overrideMarkerIcon(s),s.on(this._childMarkerEventHandlers,this);a>=p;a--){v=this._map.project(s.getLatLng(),a);var b=h[a].getNearObject(v);if(b){b._addChild(s),s.__parent=b;return}if(b=l[a].getNearObject(v),b){var w=b.__parent;w&&this._removeLayer(b,!1);var M=new this._markerCluster(this,a,b,s);h[a].addObject(M,this._map.project(M._cLatLng,a)),b.__parent=M,s.__parent=M;var C=M;for(_=a-1;_>w._zoom;_--)C=new this._markerCluster(this,_,C),h[_].addObject(C,this._map.project(b.getLatLng(),_));w._addChild(C),this._removeFromGridUnclustered(b,a);return}l[a].addObject(s,v)}this._topClusterLevel._addChild(s),s.__parent=this._topClusterLevel},_refreshClustersIcons:function(){this._featureGroup.eachLayer(function(s){s instanceof L.MarkerCluster&&s._iconNeedsUpdate&&s._updateIcon()})},_enqueue:function(s){this._queue.push(s),this._queueTimeout||(this._queueTimeout=setTimeout(L.bind(this._processQueue,this),300))},_processQueue:function(){for(var s=0;s<this._queue.length;s++)this._queue[s].call(this);this._queue.length=0,clearTimeout(this._queueTimeout),this._queueTimeout=null},_mergeSplitClusters:function(){var s=Math.round(this._map._zoom);this._processQueue(),this._zoom<s&&this._currentShownBounds.intersects(this._getExpandedVisibleBounds())?(this._animationStart(),this._topClusterLevel._recursivelyRemoveChildrenFromMap(this._currentShownBounds,Math.floor(this._map.getMinZoom()),this._zoom,this._getExpandedVisibleBounds()),this._animationZoomIn(this._zoom,s)):this._zoom>s?(this._animationStart(),this._animationZoomOut(this._zoom,s)):this._moveEnd()},_getExpandedVisibleBounds:function(){if(this.options.removeOutsideVisibleBounds){if(L.Browser.mobile)return this._checkBoundsMaxLat(this._map.getBounds())}else return this._mapBoundsInfinite;return this._checkBoundsMaxLat(this._map.getBounds().pad(1))},_checkBoundsMaxLat:function(s){var a=this._maxLat;return a!==void 0&&(s.getNorth()>=a&&(s._northEast.lat=1/0),s.getSouth()<=-a&&(s._southWest.lat=-1/0)),s},_animationAddLayerNonAnimated:function(s,a){if(a===s)this._featureGroup.addLayer(s);else if(a._childCount===2){a._addToMap();var h=a.getAllChildMarkers();this._featureGroup.removeLayer(h[0]),this._featureGroup.removeLayer(h[1])}else a._updateIcon()},_extractNonGroupLayers:function(s,a){var h=s.getLayers(),l=0,p;for(a=a||[];l<h.length;l++){if(p=h[l],p instanceof L.LayerGroup){this._extractNonGroupLayers(p,a);continue}a.push(p)}return a},_overrideMarkerIcon:function(s){var a=s.options.icon=this.options.iconCreateFunction({getChildCount:function(){return 1},getAllChildMarkers:function(){return[s]}});return a}});L.MarkerClusterGroup.include({_mapBoundsInfinite:new L.LatLngBounds(new L.LatLng(-1/0,-1/0),new L.LatLng(1/0,1/0))}),L.MarkerClusterGroup.include({_noAnimation:{_animationStart:function(){},_animationZoomIn:function(s,a){this._topClusterLevel._recursivelyRemoveChildrenFromMap(this._currentShownBounds,Math.floor(this._map.getMinZoom()),s),this._topClusterLevel._recursivelyAddChildrenToMap(null,a,this._getExpandedVisibleBounds()),this.fire("animationend")},_animationZoomOut:function(s,a){this._topClusterLevel._recursivelyRemoveChildrenFromMap(this._currentShownBounds,Math.floor(this._map.getMinZoom()),s),this._topClusterLevel._recursivelyAddChildrenToMap(null,a,this._getExpandedVisibleBounds()),this.fire("animationend")},_animationAddLayer:function(s,a){this._animationAddLayerNonAnimated(s,a)}},_withAnimation:{_animationStart:function(){this._map._mapPane.className+=" leaflet-cluster-anim",this._inZoomAnimation++},_animationZoomIn:function(s,a){var h=this._getExpandedVisibleBounds(),l=this._featureGroup,p=Math.floor(this._map.getMinZoom()),v;this._ignoreMove=!0,this._topClusterLevel._recursively(h,s,p,function(_){var b=_._latlng,w=_._markers,M;for(h.contains(b)||(b=null),_._isSingleParent()&&s+1===a?(l.removeLayer(_),_._recursivelyAddChildrenToMap(null,a,h)):(_.clusterHide(),_._recursivelyAddChildrenToMap(b,a,h)),v=w.length-1;v>=0;v--)M=w[v],h.contains(M._latlng)||l.removeLayer(M)}),this._forceLayout(),this._topClusterLevel._recursivelyBecomeVisible(h,a),l.eachLayer(function(_){!(_ instanceof L.MarkerCluster)&&_._icon&&_.clusterShow()}),this._topClusterLevel._recursively(h,s,a,function(_){_._recursivelyRestoreChildPositions(a)}),this._ignoreMove=!1,this._enqueue(function(){this._topClusterLevel._recursively(h,s,p,function(_){l.removeLayer(_),_.clusterShow()}),this._animationEnd()})},_animationZoomOut:function(s,a){this._animationZoomOutSingle(this._topClusterLevel,s-1,a),this._topClusterLevel._recursivelyAddChildrenToMap(null,a,this._getExpandedVisibleBounds()),this._topClusterLevel._recursivelyRemoveChildrenFromMap(this._currentShownBounds,Math.floor(this._map.getMinZoom()),s,this._getExpandedVisibleBounds())},_animationAddLayer:function(s,a){var h=this,l=this._featureGroup;l.addLayer(s),a!==s&&(a._childCount>2?(a._updateIcon(),this._forceLayout(),this._animationStart(),s._setPos(this._map.latLngToLayerPoint(a.getLatLng())),s.clusterHide(),this._enqueue(function(){l.removeLayer(s),s.clusterShow(),h._animationEnd()})):(this._forceLayout(),h._animationStart(),h._animationZoomOutSingle(a,this._map.getMaxZoom(),this._zoom)))}},_animationZoomOutSingle:function(s,a,h){var l=this._getExpandedVisibleBounds(),p=Math.floor(this._map.getMinZoom());s._recursivelyAnimateChildrenInAndAddSelfToMap(l,p,a+1,h);var v=this;this._forceLayout(),s._recursivelyBecomeVisible(l,h),this._enqueue(function(){if(s._childCount===1){var _=s._markers[0];this._ignoreMove=!0,_.setLatLng(_.getLatLng()),this._ignoreMove=!1,_.clusterShow&&_.clusterShow()}else s._recursively(l,h,p,function(b){b._recursivelyRemoveChildrenFromMap(l,p,a+1)});v._animationEnd()})},_animationEnd:function(){this._map&&(this._map._mapPane.className=this._map._mapPane.className.replace(" leaflet-cluster-anim","")),this._inZoomAnimation--,this.fire("animationend")},_forceLayout:function(){L.Util.falseFn(document.body.offsetWidth)}}),L.markerClusterGroup=function(s){return new L.MarkerClusterGroup(s)};var x=L.MarkerCluster=L.Marker.extend({options:L.Icon.prototype.options,initialize:function(s,a,h,l){L.Marker.prototype.initialize.call(this,h?h._cLatLng||h.getLatLng():new L.LatLng(0,0),{icon:this,pane:s.options.clusterPane}),this._group=s,this._zoom=a,this._markers=[],this._childClusters=[],this._childCount=0,this._iconNeedsUpdate=!0,this._boundsNeedUpdate=!0,this._bounds=new L.LatLngBounds,h&&this._addChild(h),l&&this._addChild(l)},getAllChildMarkers:function(s,a){s=s||[];for(var h=this._childClusters.length-1;h>=0;h--)this._childClusters[h].getAllChildMarkers(s,a);for(var l=this._markers.length-1;l>=0;l--)a&&this._markers[l].__dragStart||s.push(this._markers[l]);return s},getChildCount:function(){return this._childCount},zoomToBounds:function(s){for(var a=this._childClusters.slice(),h=this._group._map,l=h.getBoundsZoom(this._bounds),p=this._zoom+1,v=h.getZoom(),_;a.length>0&&l>p;){p++;var b=[];for(_=0;_<a.length;_++)b=b.concat(a[_]._childClusters);a=b}l>p?this._group._map.setView(this._latlng,p):l<=v?this._group._map.setView(this._latlng,v+1):this._group._map.fitBounds(this._bounds,s)},getBounds:function(){var s=new L.LatLngBounds;return s.extend(this._bounds),s},_updateIcon:function(){this._iconNeedsUpdate=!0,this._icon&&this.setIcon(this)},createIcon:function(){return this._iconNeedsUpdate&&(this._iconObj=this._group.options.iconCreateFunction(this),this._iconNeedsUpdate=!1),this._iconObj.createIcon()},createShadow:function(){return this._iconObj.createShadow()},_addChild:function(s,a){this._iconNeedsUpdate=!0,this._boundsNeedUpdate=!0,this._setClusterCenter(s),s instanceof L.MarkerCluster?(a||(this._childClusters.push(s),s.__parent=this),this._childCount+=s._childCount):(a||this._markers.push(s),this._childCount++),this.__parent&&this.__parent._addChild(s,!0)},_setClusterCenter:function(s){this._cLatLng||(this._cLatLng=s._cLatLng||s._latlng)},_resetBounds:function(){var s=this._bounds;s._southWest&&(s._southWest.lat=1/0,s._southWest.lng=1/0),s._northEast&&(s._northEast.lat=-1/0,s._northEast.lng=-1/0)},_recalculateBounds:function(){var s=this._markers,a=this._childClusters,h=0,l=0,p=this._childCount,v,_,b,w;if(p!==0){for(this._resetBounds(),v=0;v<s.length;v++)b=s[v]._latlng,this._bounds.extend(b),h+=b.lat,l+=b.lng;for(v=0;v<a.length;v++)_=a[v],_._boundsNeedUpdate&&_._recalculateBounds(),this._bounds.extend(_._bounds),b=_._wLatLng,w=_._childCount,h+=b.lat*w,l+=b.lng*w;this._latlng=this._wLatLng=new L.LatLng(h/p,l/p),this._boundsNeedUpdate=!1}},_addToMap:function(s){s&&(this._backupLatlng=this._latlng,this.setLatLng(s)),this._group._featureGroup.addLayer(this)},_recursivelyAnimateChildrenIn:function(s,a,h){this._recursively(s,this._group._map.getMinZoom(),h-1,function(l){var p=l._markers,v,_;for(v=p.length-1;v>=0;v--)_=p[v],_._icon&&(_._setPos(a),_.clusterHide())},function(l){var p=l._childClusters,v,_;for(v=p.length-1;v>=0;v--)_=p[v],_._icon&&(_._setPos(a),_.clusterHide())})},_recursivelyAnimateChildrenInAndAddSelfToMap:function(s,a,h,l){this._recursively(s,l,a,function(p){p._recursivelyAnimateChildrenIn(s,p._group._map.latLngToLayerPoint(p.getLatLng()).round(),h),p._isSingleParent()&&h-1===l?(p.clusterShow(),p._recursivelyRemoveChildrenFromMap(s,a,h)):p.clusterHide(),p._addToMap()})},_recursivelyBecomeVisible:function(s,a){this._recursively(s,this._group._map.getMinZoom(),a,null,function(h){h.clusterShow()})},_recursivelyAddChildrenToMap:function(s,a,h){this._recursively(h,this._group._map.getMinZoom()-1,a,function(l){if(a!==l._zoom)for(var p=l._markers.length-1;p>=0;p--){var v=l._markers[p];h.contains(v._latlng)&&(s&&(v._backupLatlng=v.getLatLng(),v.setLatLng(s),v.clusterHide&&v.clusterHide()),l._group._featureGroup.addLayer(v))}},function(l){l._addToMap(s)})},_recursivelyRestoreChildPositions:function(s){for(var a=this._markers.length-1;a>=0;a--){var h=this._markers[a];h._backupLatlng&&(h.setLatLng(h._backupLatlng),delete h._backupLatlng)}if(s-1===this._zoom)for(var l=this._childClusters.length-1;l>=0;l--)this._childClusters[l]._restorePosition();else for(var p=this._childClusters.length-1;p>=0;p--)this._childClusters[p]._recursivelyRestoreChildPositions(s)},_restorePosition:function(){this._backupLatlng&&(this.setLatLng(this._backupLatlng),delete this._backupLatlng)},_recursivelyRemoveChildrenFromMap:function(s,a,h,l){var p,v;this._recursively(s,a-1,h-1,function(_){for(v=_._markers.length-1;v>=0;v--)p=_._markers[v],(!l||!l.contains(p._latlng))&&(_._group._featureGroup.removeLayer(p),p.clusterShow&&p.clusterShow())},function(_){for(v=_._childClusters.length-1;v>=0;v--)p=_._childClusters[v],(!l||!l.contains(p._latlng))&&(_._group._featureGroup.removeLayer(p),p.clusterShow&&p.clusterShow())})},_recursively:function(s,a,h,l,p){var v=this._childClusters,_=this._zoom,b,w;if(a<=_&&(l&&l(this),p&&_===h&&p(this)),_<a||_<h)for(b=v.length-1;b>=0;b--)w=v[b],w._boundsNeedUpdate&&w._recalculateBounds(),s.intersects(w._bounds)&&w._recursively(s,a,h,l,p)},_isSingleParent:function(){return this._childClusters.length>0&&this._childClusters[0]._childCount===this._childCount}});L.Marker.include({clusterHide:function(){var s=this.options.opacity;return this.setOpacity(0),this.options.opacity=s,this},clusterShow:function(){return this.setOpacity(this.options.opacity)}}),L.DistanceGrid=function(s){this._cellSize=s,this._sqCellSize=s*s,this._grid={},this._objectPoint={}},L.DistanceGrid.prototype={addObject:function(s,a){var h=this._getCoord(a.x),l=this._getCoord(a.y),p=this._grid,v=p[l]=p[l]||{},_=v[h]=v[h]||[],b=L.Util.stamp(s);this._objectPoint[b]=a,_.push(s)},updateObject:function(s,a){this.removeObject(s),this.addObject(s,a)},removeObject:function(s,a){var h=this._getCoord(a.x),l=this._getCoord(a.y),p=this._grid,v=p[l]=p[l]||{},_=v[h]=v[h]||[],b,w;for(delete this._objectPoint[L.Util.stamp(s)],b=0,w=_.length;b<w;b++)if(_[b]===s)return _.splice(b,1),w===1&&delete v[h],!0},eachObject:function(s,a){var h,l,p,v,_,b,w,M=this._grid;for(h in M){_=M[h];for(l in _)for(b=_[l],p=0,v=b.length;p<v;p++)w=s.call(a,b[p]),w&&(p--,v--)}},getNearObject:function(s){var a=this._getCoord(s.x),h=this._getCoord(s.y),l,p,v,_,b,w,M,C,F=this._objectPoint,A=this._sqCellSize,U=null;for(l=h-1;l<=h+1;l++)if(_=this._grid[l],_){for(p=a-1;p<=a+1;p++)if(b=_[p],b)for(v=0,w=b.length;v<w;v++)M=b[v],C=this._sqDist(F[L.Util.stamp(M)],s),(C<A||C<=A&&U===null)&&(A=C,U=M)}return U},_getCoord:function(s){var a=Math.floor(s/this._cellSize);return isFinite(a)?a:s},_sqDist:function(s,a){var h=a.x-s.x,l=a.y-s.y;return h*h+l*l}},function(){L.QuickHull={getDistant:function(s,a){var h=a[1].lat-a[0].lat,l=a[0].lng-a[1].lng;return l*(s.lat-a[0].lat)+h*(s.lng-a[0].lng)},findMostDistantPointFromBaseLine:function(s,a){var h=0,l=null,p=[],v,_,b;for(v=a.length-1;v>=0;v--){if(_=a[v],b=this.getDistant(_,s),b>0)p.push(_);else continue;b>h&&(h=b,l=_)}return{maxPoint:l,newPoints:p}},buildConvexHull:function(s,a){var h=[],l=this.findMostDistantPointFromBaseLine(s,a);return l.maxPoint?(h=h.concat(this.buildConvexHull([s[0],l.maxPoint],l.newPoints)),h=h.concat(this.buildConvexHull([l.maxPoint,s[1]],l.newPoints)),h):[s[0]]},getConvexHull:function(s){var a=!1,h=!1,l=!1,p=!1,v=null,_=null,b=null,w=null,M=null,C=null,F;for(F=s.length-1;F>=0;F--){var A=s[F];(a===!1||A.lat>a)&&(v=A,a=A.lat),(h===!1||A.lat<h)&&(_=A,h=A.lat),(l===!1||A.lng>l)&&(b=A,l=A.lng),(p===!1||A.lng<p)&&(w=A,p=A.lng)}h!==a?(C=_,M=v):(C=w,M=b);var U=[].concat(this.buildConvexHull([C,M],s),this.buildConvexHull([M,C],s));return U}}}(),L.MarkerCluster.include({getConvexHull:function(){var s=this.getAllChildMarkers(),a=[],h,l;for(l=s.length-1;l>=0;l--)h=s[l].getLatLng(),a.push(h);return L.QuickHull.getConvexHull(a)}}),L.MarkerCluster.include({_2PI:Math.PI*2,_circleFootSeparation:25,_circleStartAngle:0,_spiralFootSeparation:28,_spiralLengthStart:11,_spiralLengthFactor:5,_circleSpiralSwitchover:9,spiderfy:function(){if(!(this._group._spiderfied===this||this._group._inZoomAnimation)){var s=this.getAllChildMarkers(null,!0),a=this._group,h=a._map,l=h.latLngToLayerPoint(this._latlng),p;this._group._unspiderfy(),this._group._spiderfied=this,this._group.options.spiderfyShapePositions?p=this._group.options.spiderfyShapePositions(s.length,l):s.length>=this._circleSpiralSwitchover?p=this._generatePointsSpiral(s.length,l):(l.y+=10,p=this._generatePointsCircle(s.length,l)),this._animationSpiderfy(s,p)}},unspiderfy:function(s){this._group._inZoomAnimation||(this._animationUnspiderfy(s),this._group._spiderfied=null)},_generatePointsCircle:function(s,a){var h=this._group.options.spiderfyDistanceMultiplier*this._circleFootSeparation*(2+s),l=h/this._2PI,p=this._2PI/s,v=[],_,b;for(l=Math.max(l,35),v.length=s,_=0;_<s;_++)b=this._circleStartAngle+_*p,v[_]=new L.Point(a.x+l*Math.cos(b),a.y+l*Math.sin(b))._round();return v},_generatePointsSpiral:function(s,a){var h=this._group.options.spiderfyDistanceMultiplier,l=h*this._spiralLengthStart,p=h*this._spiralFootSeparation,v=h*this._spiralLengthFactor*this._2PI,_=0,b=[],w;for(b.length=s,w=s;w>=0;w--)w<s&&(b[w]=new L.Point(a.x+l*Math.cos(_),a.y+l*Math.sin(_))._round()),_+=p/l+w*5e-4,l+=v/_;return b},_noanimationUnspiderfy:function(){var s=this._group,a=s._map,h=s._featureGroup,l=this.getAllChildMarkers(null,!0),p,v;for(s._ignoreMove=!0,this.setOpacity(1),v=l.length-1;v>=0;v--)p=l[v],h.removeLayer(p),p._preSpiderfyLatlng&&(p.setLatLng(p._preSpiderfyLatlng),delete p._preSpiderfyLatlng),p.setZIndexOffset&&p.setZIndexOffset(0),p._spiderLeg&&(a.removeLayer(p._spiderLeg),delete p._spiderLeg);s.fire("unspiderfied",{cluster:this,markers:l}),s._ignoreMove=!1,s._spiderfied=null}}),L.MarkerClusterNonAnimated=L.MarkerCluster.extend({_animationSpiderfy:function(s,a){var h=this._group,l=h._map,p=h._featureGroup,v=this._group.options.spiderLegPolylineOptions,_,b,w,M;for(h._ignoreMove=!0,_=0;_<s.length;_++)M=l.layerPointToLatLng(a[_]),b=s[_],w=new L.Polyline([this._latlng,M],v),l.addLayer(w),b._spiderLeg=w,b._preSpiderfyLatlng=b._latlng,b.setLatLng(M),b.setZIndexOffset&&b.setZIndexOffset(1e6),p.addLayer(b);this.setOpacity(.3),h._ignoreMove=!1,h.fire("spiderfied",{cluster:this,markers:s})},_animationUnspiderfy:function(){this._noanimationUnspiderfy()}}),L.MarkerCluster.include({_animationSpiderfy:function(s,a){var h=this,l=this._group,p=l._map,v=l._featureGroup,_=this._latlng,b=p.latLngToLayerPoint(_),w=L.Path.SVG,M=L.extend({},this._group.options.spiderLegPolylineOptions),C=M.opacity,F,A,U,W,xt,ut;for(C===void 0&&(C=L.MarkerClusterGroup.prototype.options.spiderLegPolylineOptions.opacity),w?(M.opacity=0,M.className=(M.className||"")+" leaflet-cluster-spider-leg"):M.opacity=C,l._ignoreMove=!0,F=0;F<s.length;F++)A=s[F],ut=p.layerPointToLatLng(a[F]),U=new L.Polyline([_,ut],M),p.addLayer(U),A._spiderLeg=U,w&&(W=U._path,xt=W.getTotalLength()+.1,W.style.strokeDasharray=xt,W.style.strokeDashoffset=xt),A.setZIndexOffset&&A.setZIndexOffset(1e6),A.clusterHide&&A.clusterHide(),v.addLayer(A),A._setPos&&A._setPos(b);for(l._forceLayout(),l._animationStart(),F=s.length-1;F>=0;F--)ut=p.layerPointToLatLng(a[F]),A=s[F],A._preSpiderfyLatlng=A._latlng,A.setLatLng(ut),A.clusterShow&&A.clusterShow(),w&&(U=A._spiderLeg,W=U._path,W.style.strokeDashoffset=0,U.setStyle({opacity:C}));this.setOpacity(.3),l._ignoreMove=!1,setTimeout(function(){l._animationEnd(),l.fire("spiderfied",{cluster:h,markers:s})},200)},_animationUnspiderfy:function(s){var a=this,h=this._group,l=h._map,p=h._featureGroup,v=s?l._latLngToNewLayerPoint(this._latlng,s.zoom,s.center):l.latLngToLayerPoint(this._latlng),_=this.getAllChildMarkers(null,!0),b=L.Path.SVG,w,M,C,F,A,U;for(h._ignoreMove=!0,h._animationStart(),this.setOpacity(1),M=_.length-1;M>=0;M--)w=_[M],w._preSpiderfyLatlng&&(w.closePopup(),w.setLatLng(w._preSpiderfyLatlng),delete w._preSpiderfyLatlng,U=!0,w._setPos&&(w._setPos(v),U=!1),w.clusterHide&&(w.clusterHide(),U=!1),U&&p.removeLayer(w),b&&(C=w._spiderLeg,F=C._path,A=F.getTotalLength()+.1,F.style.strokeDashoffset=A,C.setStyle({opacity:0})));h._ignoreMove=!1,setTimeout(function(){var W=0;for(M=_.length-1;M>=0;M--)w=_[M],w._spiderLeg&&W++;for(M=_.length-1;M>=0;M--)w=_[M],w._spiderLeg&&(w.clusterShow&&w.clusterShow(),w.setZIndexOffset&&w.setZIndexOffset(0),W>1&&p.removeLayer(w),l.removeLayer(w._spiderLeg),delete w._spiderLeg);h._animationEnd(),h.fire("unspiderfied",{cluster:a,markers:_})},200)}}),L.MarkerClusterGroup.include({_spiderfied:null,unspiderfy:function(){this._unspiderfy.apply(this,arguments)},_spiderfierOnAdd:function(){this._map.on("click",this._unspiderfyWrapper,this),this._map.options.zoomAnimation&&this._map.on("zoomstart",this._unspiderfyZoomStart,this),this._map.on("zoomend",this._noanimationUnspiderfy,this),L.Browser.touch||this._map.getRenderer(this)},_spiderfierOnRemove:function(){this._map.off("click",this._unspiderfyWrapper,this),this._map.off("zoomstart",this._unspiderfyZoomStart,this),this._map.off("zoomanim",this._unspiderfyZoomAnim,this),this._map.off("zoomend",this._noanimationUnspiderfy,this),this._noanimationUnspiderfy()},_unspiderfyZoomStart:function(){this._map&&this._map.on("zoomanim",this._unspiderfyZoomAnim,this)},_unspiderfyZoomAnim:function(s){L.DomUtil.hasClass(this._map._mapPane,"leaflet-touching")||(this._map.off("zoomanim",this._unspiderfyZoomAnim,this),this._unspiderfy(s))},_unspiderfyWrapper:function(){this._unspiderfy()},_unspiderfy:function(s){this._spiderfied&&this._spiderfied.unspiderfy(s)},_noanimationUnspiderfy:function(){this._spiderfied&&this._spiderfied._noanimationUnspiderfy()},_unspiderfyLayer:function(s){s._spiderLeg&&(this._featureGroup.removeLayer(s),s.clusterShow&&s.clusterShow(),s.setZIndexOffset&&s.setZIndexOffset(0),this._map.removeLayer(s._spiderLeg),delete s._spiderLeg)}}),L.MarkerClusterGroup.include({refreshClusters:function(s){return s?s instanceof L.MarkerClusterGroup?s=s._topClusterLevel.getAllChildMarkers():s instanceof L.LayerGroup?s=s._layers:s instanceof L.MarkerCluster?s=s.getAllChildMarkers():s instanceof L.Marker&&(s=[s]):s=this._topClusterLevel.getAllChildMarkers(),this._flagParentsIconsNeedUpdate(s),this._refreshClustersIcons(),this.options.singleMarkerMode&&this._refreshSingleMarkerModeMarkers(s),this},_flagParentsIconsNeedUpdate:function(s){var a,h;for(a in s)for(h=s[a].__parent;h;)h._iconNeedsUpdate=!0,h=h.__parent},_refreshSingleMarkerModeMarkers:function(s){var a,h;for(a in s)h=s[a],this.hasLayer(h)&&h.setIcon(this._overrideMarkerIcon(h))}}),L.Marker.include({refreshIconOptions:function(s,a){var h=this.options.icon;return L.setOptions(h,s),this.setIcon(h),a&&this.__parent&&this.__parent._group.refreshClusters(this),this}}),c.MarkerClusterGroup=g,c.MarkerCluster=x,Object.defineProperty(c,"__esModule",{value:!0})})})(Gi,Gi.exports);class Ui extends Ot{constructor(){super(),this.layer=null}connectedCallback(){const d=this.getAttribute("name"),c=this.getAttribute("icon-options");this.layer=L.markerClusterGroup({showCoverageOnHover:this.hasAttribute("show-coverage-on-hover"),iconCreateFunction:this._createIconCreateFunction(c)});const g=new CustomEvent(et,{cancelable:!0,bubbles:!0,detail:{layer:this.layer,name:d}});this.dispatchEvent(g),this.addEventListener(et,x=>{x.stopPropagation(),this.layer.addLayer(x.detail.layer)})}_createIconCreateFunction(d){if(d){let{size:c,content:g,className:x}=JSON.parse(d);return s=>{const a=this._callClusterFunction(s,c),h=this._callClusterFunction(s,g);return L.divIcon({html:h,className:x,iconSize:new L.Point(a,a)})}}}_callClusterFunction(d,c){return Function("cluster",`"use strict";return (${c})`)(d)}}return Pt(Ui,"observedAttributes",["show-coverage-on-hover","icon-options"]),(()=>{customElements.define("l-map",Ge),customElements.define("l-pane",So),customElements.define("l-control-layers",ro),customElements.define("l-base-layers",so),customElements.define("l-overlay-layers",wo),customElements.define("l-layer-group",ao),customElements.define("l-tile-layer",Ue),customElements.define("l-tile-layer-wms",Po),customElements.define("l-marker-cluster-group",Ui),customElements.define("l-marker",Zi),customElements.define("l-popup",bo),customElements.define("l-lat-lng-bounds",Bi),customElements.define("l-image-overlay",Ni),customElements.define("l-video-overlay",xo),customElements.define("l-geojson",Co),customElements.define("l-icon",Ve),customElements.define("l-circle",ge(D.circle,"circle")),customElements.define("l-polyline",ge(D.polyline,"polyline")),customElements.define("l-polygon",ge(D.polygon,"polygon")),customElements.define("l-rectangle",ge(D.rectangle,"rectangle")),customElements.define("l-tooltip",Hi),customElements.define("l-div-icon",Mo)})()});
4
+ */(function(y,d){(function(c,g){g(d)})(ct,function(c){var g="1.9.4";function x(t){var e,i,n,o;for(i=1,n=arguments.length;i<n;i++){o=arguments[i];for(e in o)t[e]=o[e]}return t}var s=Object.create||function(){function t(){}return function(e){return t.prototype=e,new t}}();function a(t,e){var i=Array.prototype.slice;if(t.bind)return t.bind.apply(t,i.call(arguments,1));var n=i.call(arguments,2);return function(){return t.apply(e,n.length?n.concat(i.call(arguments)):arguments)}}var h=0;function l(t){return"_leaflet_id"in t||(t._leaflet_id=++h),t._leaflet_id}function p(t,e,i){var n,o,r,u;return u=function(){n=!1,o&&(r.apply(i,o),o=!1)},r=function(){n?o=arguments:(t.apply(i,arguments),setTimeout(u,e),n=!0)},r}function v(t,e,i){var n=e[1],o=e[0],r=n-o;return t===n&&i?t:((t-o)%r+r)%r+o}function _(){return!1}function b(t,e){if(e===!1)return t;var i=Math.pow(10,e===void 0?6:e);return Math.round(t*i)/i}function w(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}function M(t){return w(t).split(/\s+/)}function C(t,e){Object.prototype.hasOwnProperty.call(t,"options")||(t.options=t.options?s(t.options):{});for(var i in e)t.options[i]=e[i];return t.options}function F(t,e,i){var n=[];for(var o in t)n.push(encodeURIComponent(i?o.toUpperCase():o)+"="+encodeURIComponent(t[o]));return(!e||e.indexOf("?")===-1?"?":"&")+n.join("&")}var A=/\{ *([\w_ -]+) *\}/g;function U(t,e){return t.replace(A,function(i,n){var o=e[n];if(o===void 0)throw new Error("No value provided for variable "+i);return typeof o=="function"&&(o=o(e)),o})}var W=Array.isArray||function(t){return Object.prototype.toString.call(t)==="[object Array]"};function xt(t,e){for(var i=0;i<t.length;i++)if(t[i]===e)return i;return-1}var ut="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=";function Yt(t){return window["webkit"+t]||window["moz"+t]||window["ms"+t]}var Wi=0;function Vi(t){var e=+new Date,i=Math.max(0,16-(e-Wi));return Wi=e+i,window.setTimeout(t,i)}var qe=window.requestAnimationFrame||Yt("RequestAnimationFrame")||Vi,ji=window.cancelAnimationFrame||Yt("CancelAnimationFrame")||Yt("CancelRequestAnimationFrame")||function(t){window.clearTimeout(t)};function ot(t,e,i){if(i&&qe===Vi)t.call(e);else return qe.call(window,a(t,e))}function dt(t){t&&ji.call(window,t)}var Io={__proto__:null,extend:x,create:s,bind:a,get lastId(){return h},stamp:l,throttle:p,wrapNum:v,falseFn:_,formatNum:b,trim:w,splitWords:M,setOptions:C,getParamString:F,template:U,isArray:W,indexOf:xt,emptyImageUrl:ut,requestFn:qe,cancelFn:ji,requestAnimFrame:ot,cancelAnimFrame:dt};function Ct(){}Ct.extend=function(t){var e=function(){C(this),this.initialize&&this.initialize.apply(this,arguments),this.callInitHooks()},i=e.__super__=this.prototype,n=s(i);n.constructor=e,e.prototype=n;for(var o in this)Object.prototype.hasOwnProperty.call(this,o)&&o!=="prototype"&&o!=="__super__"&&(e[o]=this[o]);return t.statics&&x(e,t.statics),t.includes&&(Bo(t.includes),x.apply(null,[n].concat(t.includes))),x(n,t),delete n.statics,delete n.includes,n.options&&(n.options=i.options?s(i.options):{},x(n.options,t.options)),n._initHooks=[],n.callInitHooks=function(){if(!this._initHooksCalled){i.callInitHooks&&i.callInitHooks.call(this),this._initHooksCalled=!0;for(var r=0,u=n._initHooks.length;r<u;r++)n._initHooks[r].call(this)}},e},Ct.include=function(t){var e=this.prototype.options;return x(this.prototype,t),t.options&&(this.prototype.options=e,this.mergeOptions(t.options)),this},Ct.mergeOptions=function(t){return x(this.prototype.options,t),this},Ct.addInitHook=function(t){var e=Array.prototype.slice.call(arguments,1),i=typeof t=="function"?t:function(){this[t].apply(this,e)};return this.prototype._initHooks=this.prototype._initHooks||[],this.prototype._initHooks.push(i),this};function Bo(t){if(!(typeof L>"u"||!L||!L.Mixin)){t=W(t)?t:[t];for(var e=0;e<t.length;e++)t[e]===L.Mixin.Events&&console.warn("Deprecated include of L.Mixin.Events: this property will be removed in future releases, please inherit from L.Evented instead.",new Error().stack)}}var lt={on:function(t,e,i){if(typeof t=="object")for(var n in t)this._on(n,t[n],e);else{t=M(t);for(var o=0,r=t.length;o<r;o++)this._on(t[o],e,i)}return this},off:function(t,e,i){if(!arguments.length)delete this._events;else if(typeof t=="object")for(var n in t)this._off(n,t[n],e);else{t=M(t);for(var o=arguments.length===1,r=0,u=t.length;r<u;r++)o?this._off(t[r]):this._off(t[r],e,i)}return this},_on:function(t,e,i,n){if(typeof e!="function"){console.warn("wrong listener type: "+typeof e);return}if(this._listens(t,e,i)===!1){i===this&&(i=void 0);var o={fn:e,ctx:i};n&&(o.once=!0),this._events=this._events||{},this._events[t]=this._events[t]||[],this._events[t].push(o)}},_off:function(t,e,i){var n,o,r;if(this._events&&(n=this._events[t],!!n)){if(arguments.length===1){if(this._firingCount)for(o=0,r=n.length;o<r;o++)n[o].fn=_;delete this._events[t];return}if(typeof e!="function"){console.warn("wrong listener type: "+typeof e);return}var u=this._listens(t,e,i);if(u!==!1){var f=n[u];this._firingCount&&(f.fn=_,this._events[t]=n=n.slice()),n.splice(u,1)}}},fire:function(t,e,i){if(!this.listens(t,i))return this;var n=x({},e,{type:t,target:this,sourceTarget:e&&e.sourceTarget||this});if(this._events){var o=this._events[t];if(o){this._firingCount=this._firingCount+1||1;for(var r=0,u=o.length;r<u;r++){var f=o[r],m=f.fn;f.once&&this.off(t,m,f.ctx),m.call(f.ctx||this,n)}this._firingCount--}}return i&&this._propagateEvent(n),this},listens:function(t,e,i,n){typeof t!="string"&&console.warn('"string" type argument expected');var o=e;typeof e!="function"&&(n=!!e,o=void 0,i=void 0);var r=this._events&&this._events[t];if(r&&r.length&&this._listens(t,o,i)!==!1)return!0;if(n){for(var u in this._eventParents)if(this._eventParents[u].listens(t,e,i,n))return!0}return!1},_listens:function(t,e,i){if(!this._events)return!1;var n=this._events[t]||[];if(!e)return!!n.length;i===this&&(i=void 0);for(var o=0,r=n.length;o<r;o++)if(n[o].fn===e&&n[o].ctx===i)return o;return!1},once:function(t,e,i){if(typeof t=="object")for(var n in t)this._on(n,t[n],e,!0);else{t=M(t);for(var o=0,r=t.length;o<r;o++)this._on(t[o],e,i,!0)}return this},addEventParent:function(t){return this._eventParents=this._eventParents||{},this._eventParents[l(t)]=t,this},removeEventParent:function(t){return this._eventParents&&delete this._eventParents[l(t)],this},_propagateEvent:function(t){for(var e in this._eventParents)this._eventParents[e].fire(t.type,x({layer:t.target,propagatedFrom:t.target},t),!0)}};lt.addEventListener=lt.on,lt.removeEventListener=lt.clearAllEventListeners=lt.off,lt.addOneTimeEventListener=lt.once,lt.fireEvent=lt.fire,lt.hasEventListeners=lt.listens;var Xt=Ct.extend(lt);function O(t,e,i){this.x=i?Math.round(t):t,this.y=i?Math.round(e):e}var qi=Math.trunc||function(t){return t>0?Math.floor(t):Math.ceil(t)};O.prototype={clone:function(){return new O(this.x,this.y)},add:function(t){return this.clone()._add(E(t))},_add:function(t){return this.x+=t.x,this.y+=t.y,this},subtract:function(t){return this.clone()._subtract(E(t))},_subtract:function(t){return this.x-=t.x,this.y-=t.y,this},divideBy:function(t){return this.clone()._divideBy(t)},_divideBy:function(t){return this.x/=t,this.y/=t,this},multiplyBy:function(t){return this.clone()._multiplyBy(t)},_multiplyBy:function(t){return this.x*=t,this.y*=t,this},scaleBy:function(t){return new O(this.x*t.x,this.y*t.y)},unscaleBy:function(t){return new O(this.x/t.x,this.y/t.y)},round:function(){return this.clone()._round()},_round:function(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this},floor:function(){return this.clone()._floor()},_floor:function(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this},ceil:function(){return this.clone()._ceil()},_ceil:function(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this},trunc:function(){return this.clone()._trunc()},_trunc:function(){return this.x=qi(this.x),this.y=qi(this.y),this},distanceTo:function(t){t=E(t);var e=t.x-this.x,i=t.y-this.y;return Math.sqrt(e*e+i*i)},equals:function(t){return t=E(t),t.x===this.x&&t.y===this.y},contains:function(t){return t=E(t),Math.abs(t.x)<=Math.abs(this.x)&&Math.abs(t.y)<=Math.abs(this.y)},toString:function(){return"Point("+b(this.x)+", "+b(this.y)+")"}};function E(t,e,i){return t instanceof O?t:W(t)?new O(t[0],t[1]):t==null?t:typeof t=="object"&&"x"in t&&"y"in t?new O(t.x,t.y):new O(t,e,i)}function V(t,e){if(t)for(var i=e?[t,e]:t,n=0,o=i.length;n<o;n++)this.extend(i[n])}V.prototype={extend:function(t){var e,i;if(!t)return this;if(t instanceof O||typeof t[0]=="number"||"x"in t)e=i=E(t);else if(t=st(t),e=t.min,i=t.max,!e||!i)return this;return!this.min&&!this.max?(this.min=e.clone(),this.max=i.clone()):(this.min.x=Math.min(e.x,this.min.x),this.max.x=Math.max(i.x,this.max.x),this.min.y=Math.min(e.y,this.min.y),this.max.y=Math.max(i.y,this.max.y)),this},getCenter:function(t){return E((this.min.x+this.max.x)/2,(this.min.y+this.max.y)/2,t)},getBottomLeft:function(){return E(this.min.x,this.max.y)},getTopRight:function(){return E(this.max.x,this.min.y)},getTopLeft:function(){return this.min},getBottomRight:function(){return this.max},getSize:function(){return this.max.subtract(this.min)},contains:function(t){var e,i;return typeof t[0]=="number"||t instanceof O?t=E(t):t=st(t),t instanceof V?(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},intersects:function(t){t=st(t);var e=this.min,i=this.max,n=t.min,o=t.max,r=o.x>=e.x&&n.x<=i.x,u=o.y>=e.y&&n.y<=i.y;return r&&u},overlaps:function(t){t=st(t);var e=this.min,i=this.max,n=t.min,o=t.max,r=o.x>e.x&&n.x<i.x,u=o.y>e.y&&n.y<i.y;return r&&u},isValid:function(){return!!(this.min&&this.max)},pad:function(t){var e=this.min,i=this.max,n=Math.abs(e.x-i.x)*t,o=Math.abs(e.y-i.y)*t;return st(E(e.x-n,e.y-o),E(i.x+n,i.y+o))},equals:function(t){return t?(t=st(t),this.min.equals(t.getTopLeft())&&this.max.equals(t.getBottomRight())):!1}};function st(t,e){return!t||t instanceof V?t:new V(t,e)}function rt(t,e){if(t)for(var i=e?[t,e]:t,n=0,o=i.length;n<o;n++)this.extend(i[n])}rt.prototype={extend:function(t){var e=this._southWest,i=this._northEast,n,o;if(t instanceof H)n=t,o=t;else if(t instanceof rt){if(n=t._southWest,o=t._northEast,!n||!o)return this}else return t?this.extend(B(t)||J(t)):this;return!e&&!i?(this._southWest=new H(n.lat,n.lng),this._northEast=new H(o.lat,o.lng)):(e.lat=Math.min(n.lat,e.lat),e.lng=Math.min(n.lng,e.lng),i.lat=Math.max(o.lat,i.lat),i.lng=Math.max(o.lng,i.lng)),this},pad:function(t){var e=this._southWest,i=this._northEast,n=Math.abs(e.lat-i.lat)*t,o=Math.abs(e.lng-i.lng)*t;return new rt(new H(e.lat-n,e.lng-o),new H(i.lat+n,i.lng+o))},getCenter:function(){return new H((this._southWest.lat+this._northEast.lat)/2,(this._southWest.lng+this._northEast.lng)/2)},getSouthWest:function(){return this._southWest},getNorthEast:function(){return this._northEast},getNorthWest:function(){return new H(this.getNorth(),this.getWest())},getSouthEast:function(){return new H(this.getSouth(),this.getEast())},getWest:function(){return this._southWest.lng},getSouth:function(){return this._southWest.lat},getEast:function(){return this._northEast.lng},getNorth:function(){return this._northEast.lat},contains:function(t){typeof t[0]=="number"||t instanceof H||"lat"in t?t=B(t):t=J(t);var e=this._southWest,i=this._northEast,n,o;return t instanceof rt?(n=t.getSouthWest(),o=t.getNorthEast()):n=o=t,n.lat>=e.lat&&o.lat<=i.lat&&n.lng>=e.lng&&o.lng<=i.lng},intersects:function(t){t=J(t);var e=this._southWest,i=this._northEast,n=t.getSouthWest(),o=t.getNorthEast(),r=o.lat>=e.lat&&n.lat<=i.lat,u=o.lng>=e.lng&&n.lng<=i.lng;return r&&u},overlaps:function(t){t=J(t);var e=this._southWest,i=this._northEast,n=t.getSouthWest(),o=t.getNorthEast(),r=o.lat>e.lat&&n.lat<i.lat,u=o.lng>e.lng&&n.lng<i.lng;return r&&u},toBBoxString:function(){return[this.getWest(),this.getSouth(),this.getEast(),this.getNorth()].join(",")},equals:function(t,e){return t?(t=J(t),this._southWest.equals(t.getSouthWest(),e)&&this._northEast.equals(t.getNorthEast(),e)):!1},isValid:function(){return!!(this._southWest&&this._northEast)}};function J(t,e){return t instanceof rt?t:new rt(t,e)}function H(t,e,i){if(isNaN(t)||isNaN(e))throw new Error("Invalid LatLng object: ("+t+", "+e+")");this.lat=+t,this.lng=+e,i!==void 0&&(this.alt=+i)}H.prototype={equals:function(t,e){if(!t)return!1;t=B(t);var i=Math.max(Math.abs(this.lat-t.lat),Math.abs(this.lng-t.lng));return i<=(e===void 0?1e-9:e)},toString:function(t){return"LatLng("+b(this.lat,t)+", "+b(this.lng,t)+")"},distanceTo:function(t){return zt.distance(this,B(t))},wrap:function(){return zt.wrapLatLng(this)},toBounds:function(t){var e=180*t/40075017,i=e/Math.cos(Math.PI/180*this.lat);return J([this.lat-e,this.lng-i],[this.lat+e,this.lng+i])},clone:function(){return new H(this.lat,this.lng,this.alt)}};function B(t,e,i){return t instanceof H?t:W(t)&&typeof t[0]!="object"?t.length===3?new H(t[0],t[1],t[2]):t.length===2?new H(t[0],t[1]):null:t==null?t:typeof t=="object"&&"lat"in t?new H(t.lat,"lng"in t?t.lng:t.lon,t.alt):e===void 0?null:new H(t,e,i)}var Tt={latLngToPoint:function(t,e){var i=this.projection.project(t),n=this.scale(e);return this.transformation._transform(i,n)},pointToLatLng:function(t,e){var i=this.scale(e),n=this.transformation.untransform(t,i);return this.projection.unproject(n)},project:function(t){return this.projection.project(t)},unproject:function(t){return this.projection.unproject(t)},scale:function(t){return 256*Math.pow(2,t)},zoom:function(t){return Math.log(t/256)/Math.LN2},getProjectedBounds:function(t){if(this.infinite)return null;var e=this.projection.bounds,i=this.scale(t),n=this.transformation.transform(e.min,i),o=this.transformation.transform(e.max,i);return new V(n,o)},infinite:!1,wrapLatLng:function(t){var e=this.wrapLng?v(t.lng,this.wrapLng,!0):t.lng,i=this.wrapLat?v(t.lat,this.wrapLat,!0):t.lat,n=t.alt;return new H(i,e,n)},wrapLatLngBounds:function(t){var e=t.getCenter(),i=this.wrapLatLng(e),n=e.lat-i.lat,o=e.lng-i.lng;if(n===0&&o===0)return t;var r=t.getSouthWest(),u=t.getNorthEast(),f=new H(r.lat-n,r.lng-o),m=new H(u.lat-n,u.lng-o);return new rt(f,m)}},zt=x({},Tt,{wrapLng:[-180,180],R:6371e3,distance:function(t,e){var i=Math.PI/180,n=t.lat*i,o=e.lat*i,r=Math.sin((e.lat-t.lat)*i/2),u=Math.sin((e.lng-t.lng)*i/2),f=r*r+Math.cos(n)*Math.cos(o)*u*u,m=2*Math.atan2(Math.sqrt(f),Math.sqrt(1-f));return this.R*m}}),Ji=6378137,Je={R:Ji,MAX_LATITUDE:85.0511287798,project:function(t){var e=Math.PI/180,i=this.MAX_LATITUDE,n=Math.max(Math.min(i,t.lat),-i),o=Math.sin(n*e);return new O(this.R*t.lng*e,this.R*Math.log((1+o)/(1-o))/2)},unproject:function(t){var e=180/Math.PI;return new H((2*Math.atan(Math.exp(t.y/this.R))-Math.PI/2)*e,t.x*e/this.R)},bounds:function(){var t=Ji*Math.PI;return new V([-t,-t],[t,t])}()};function Ke(t,e,i,n){if(W(t)){this._a=t[0],this._b=t[1],this._c=t[2],this._d=t[3];return}this._a=t,this._b=e,this._c=i,this._d=n}Ke.prototype={transform:function(t,e){return this._transform(t.clone(),e)},_transform:function(t,e){return e=e||1,t.x=e*(this._a*t.x+this._b),t.y=e*(this._c*t.y+this._d),t},untransform:function(t,e){return e=e||1,new O((t.x/e-this._b)/this._a,(t.y/e-this._d)/this._c)}};function $t(t,e,i,n){return new Ke(t,e,i,n)}var Ye=x({},zt,{code:"EPSG:3857",projection:Je,transformation:function(){var t=.5/(Math.PI*Je.R);return $t(t,.5,-t,.5)}()}),No=x({},Ye,{code:"EPSG:900913"});function Ki(t){return document.createElementNS("http://www.w3.org/2000/svg",t)}function Yi(t,e){var i="",n,o,r,u,f,m;for(n=0,r=t.length;n<r;n++){for(f=t[n],o=0,u=f.length;o<u;o++)m=f[o],i+=(o?"L":"M")+m.x+" "+m.y;i+=e?S.svg?"z":"x":""}return i||"M0 0"}var Xe=document.documentElement.style,Le="ActiveXObject"in window,Ro=Le&&!document.addEventListener,Xi="msLaunchUri"in navigator&&!("documentMode"in document),$e=yt("webkit"),$i=yt("android"),Qi=yt("android 2")||yt("android 3"),Do=parseInt(/WebKit\/([0-9]+)|$/.exec(navigator.userAgent)[1],10),Ho=$i&&yt("Google")&&Do<537&&!("AudioNode"in window),Qe=!!window.opera,tn=!Xi&&yt("chrome"),en=yt("gecko")&&!$e&&!Qe&&!Le,Fo=!tn&&yt("safari"),nn=yt("phantom"),on="OTransition"in Xe,Go=navigator.platform.indexOf("Win")===0,sn=Le&&"transition"in Xe,ti="WebKitCSSMatrix"in window&&"m11"in new window.WebKitCSSMatrix&&!Qi,rn="MozPerspective"in Xe,Uo=!window.L_DISABLE_3D&&(sn||ti||rn)&&!on&&!nn,Qt=typeof orientation<"u"||yt("mobile"),Wo=Qt&&$e,Vo=Qt&&ti,an=!window.PointerEvent&&window.MSPointerEvent,hn=!!(window.PointerEvent||an),un="ontouchstart"in window||!!window.TouchEvent,jo=!window.L_NO_TOUCH&&(un||hn),qo=Qt&&Qe,Jo=Qt&&en,Ko=(window.devicePixelRatio||window.screen.deviceXDPI/window.screen.logicalXDPI)>1,Yo=function(){var t=!1;try{var e=Object.defineProperty({},"passive",{get:function(){t=!0}});window.addEventListener("testPassiveEventSupport",_,e),window.removeEventListener("testPassiveEventSupport",_,e)}catch{}return t}(),Xo=function(){return!!document.createElement("canvas").getContext}(),ei=!!(document.createElementNS&&Ki("svg").createSVGRect),$o=!!ei&&function(){var t=document.createElement("div");return t.innerHTML="<svg/>",(t.firstChild&&t.firstChild.namespaceURI)==="http://www.w3.org/2000/svg"}(),Qo=!ei&&function(){try{var t=document.createElement("div");t.innerHTML='<v:shape adj="1"/>';var e=t.firstChild;return e.style.behavior="url(#default#VML)",e&&typeof e.adj=="object"}catch{return!1}}(),ts=navigator.platform.indexOf("Mac")===0,es=navigator.platform.indexOf("Linux")===0;function yt(t){return navigator.userAgent.toLowerCase().indexOf(t)>=0}var S={ie:Le,ielt9:Ro,edge:Xi,webkit:$e,android:$i,android23:Qi,androidStock:Ho,opera:Qe,chrome:tn,gecko:en,safari:Fo,phantom:nn,opera12:on,win:Go,ie3d:sn,webkit3d:ti,gecko3d:rn,any3d:Uo,mobile:Qt,mobileWebkit:Wo,mobileWebkit3d:Vo,msPointer:an,pointer:hn,touch:jo,touchNative:un,mobileOpera:qo,mobileGecko:Jo,retina:Ko,passiveEvents:Yo,canvas:Xo,svg:ei,vml:Qo,inlineSvg:$o,mac:ts,linux:es},ln=S.msPointer?"MSPointerDown":"pointerdown",cn=S.msPointer?"MSPointerMove":"pointermove",dn=S.msPointer?"MSPointerUp":"pointerup",fn=S.msPointer?"MSPointerCancel":"pointercancel",ii={touchstart:ln,touchmove:cn,touchend:dn,touchcancel:fn},_n={touchstart:as,touchmove:we,touchend:we,touchcancel:we},Ht={},pn=!1;function is(t,e,i){return e==="touchstart"&&rs(),_n[e]?(i=_n[e].bind(this,i),t.addEventListener(ii[e],i,!1),i):(console.warn("wrong event specified:",e),_)}function ns(t,e,i){if(!ii[e]){console.warn("wrong event specified:",e);return}t.removeEventListener(ii[e],i,!1)}function os(t){Ht[t.pointerId]=t}function ss(t){Ht[t.pointerId]&&(Ht[t.pointerId]=t)}function mn(t){delete Ht[t.pointerId]}function rs(){pn||(document.addEventListener(ln,os,!0),document.addEventListener(cn,ss,!0),document.addEventListener(dn,mn,!0),document.addEventListener(fn,mn,!0),pn=!0)}function we(t,e){if(e.pointerType!==(e.MSPOINTER_TYPE_MOUSE||"mouse")){e.touches=[];for(var i in Ht)e.touches.push(Ht[i]);e.changedTouches=[e],t(e)}}function as(t,e){e.MSPOINTER_TYPE_TOUCH&&e.pointerType===e.MSPOINTER_TYPE_TOUCH&&tt(e),we(t,e)}function hs(t){var e={},i,n;for(n in t)i=t[n],e[n]=i&&i.bind?i.bind(t):i;return t=e,e.type="dblclick",e.detail=2,e.isTrusted=!1,e._simulated=!0,e}var us=200;function ls(t,e){t.addEventListener("dblclick",e);var i=0,n;function o(r){if(r.detail!==1){n=r.detail;return}if(!(r.pointerType==="mouse"||r.sourceCapabilities&&!r.sourceCapabilities.firesTouchEvents)){var u=wn(r);if(!(u.some(function(m){return m instanceof HTMLLabelElement&&m.attributes.for})&&!u.some(function(m){return m instanceof HTMLInputElement||m instanceof HTMLSelectElement}))){var f=Date.now();f-i<=us?(n++,n===2&&e(hs(r))):n=1,i=f}}}return t.addEventListener("click",o),{dblclick:e,simDblclick:o}}function cs(t,e){t.removeEventListener("dblclick",e.dblclick),t.removeEventListener("click",e.simDblclick)}var ni=xe(["transform","webkitTransform","OTransform","MozTransform","msTransform"]),te=xe(["webkitTransition","transition","OTransition","MozTransition","msTransition"]),gn=te==="webkitTransition"||te==="OTransition"?te+"End":"transitionend";function vn(t){return typeof t=="string"?document.getElementById(t):t}function ee(t,e){var i=t.style[e]||t.currentStyle&&t.currentStyle[e];if((!i||i==="auto")&&document.defaultView){var n=document.defaultView.getComputedStyle(t,null);i=n?n[e]:null}return i==="auto"?null:i}function R(t,e,i){var n=document.createElement(t);return n.className=e||"",i&&i.appendChild(n),n}function j(t){var e=t.parentNode;e&&e.removeChild(t)}function be(t){for(;t.firstChild;)t.removeChild(t.firstChild)}function Ft(t){var e=t.parentNode;e&&e.lastChild!==t&&e.appendChild(t)}function Gt(t){var e=t.parentNode;e&&e.firstChild!==t&&e.insertBefore(t,e.firstChild)}function oi(t,e){if(t.classList!==void 0)return t.classList.contains(e);var i=Pe(t);return i.length>0&&new RegExp("(^|\\s)"+e+"(\\s|$)").test(i)}function Z(t,e){if(t.classList!==void 0)for(var i=M(e),n=0,o=i.length;n<o;n++)t.classList.add(i[n]);else if(!oi(t,e)){var r=Pe(t);si(t,(r?r+" ":"")+e)}}function q(t,e){t.classList!==void 0?t.classList.remove(e):si(t,w((" "+Pe(t)+" ").replace(" "+e+" "," ")))}function si(t,e){t.className.baseVal===void 0?t.className=e:t.className.baseVal=e}function Pe(t){return t.correspondingElement&&(t=t.correspondingElement),t.className.baseVal===void 0?t.className:t.className.baseVal}function ft(t,e){"opacity"in t.style?t.style.opacity=e:"filter"in t.style&&ds(t,e)}function ds(t,e){var i=!1,n="DXImageTransform.Microsoft.Alpha";try{i=t.filters.item(n)}catch{if(e===1)return}e=Math.round(e*100),i?(i.Enabled=e!==100,i.Opacity=e):t.style.filter+=" progid:"+n+"(opacity="+e+")"}function xe(t){for(var e=document.documentElement.style,i=0;i<t.length;i++)if(t[i]in e)return t[i];return!1}function It(t,e,i){var n=e||new O(0,0);t.style[ni]=(S.ie3d?"translate("+n.x+"px,"+n.y+"px)":"translate3d("+n.x+"px,"+n.y+"px,0)")+(i?" scale("+i+")":"")}function K(t,e){t._leaflet_pos=e,S.any3d?It(t,e):(t.style.left=e.x+"px",t.style.top=e.y+"px")}function Bt(t){return t._leaflet_pos||new O(0,0)}var ie,ne,ri;if("onselectstart"in document)ie=function(){z(window,"selectstart",tt)},ne=function(){G(window,"selectstart",tt)};else{var oe=xe(["userSelect","WebkitUserSelect","OUserSelect","MozUserSelect","msUserSelect"]);ie=function(){if(oe){var t=document.documentElement.style;ri=t[oe],t[oe]="none"}},ne=function(){oe&&(document.documentElement.style[oe]=ri,ri=void 0)}}function ai(){z(window,"dragstart",tt)}function hi(){G(window,"dragstart",tt)}var Ce,ui;function li(t){for(;t.tabIndex===-1;)t=t.parentNode;t.style&&(Te(),Ce=t,ui=t.style.outlineStyle,t.style.outlineStyle="none",z(window,"keydown",Te))}function Te(){Ce&&(Ce.style.outlineStyle=ui,Ce=void 0,ui=void 0,G(window,"keydown",Te))}function yn(t){do t=t.parentNode;while((!t.offsetWidth||!t.offsetHeight)&&t!==document.body);return t}function ci(t){var e=t.getBoundingClientRect();return{x:e.width/t.offsetWidth||1,y:e.height/t.offsetHeight||1,boundingClientRect:e}}var fs={__proto__:null,TRANSFORM:ni,TRANSITION:te,TRANSITION_END:gn,get:vn,getStyle:ee,create:R,remove:j,empty:be,toFront:Ft,toBack:Gt,hasClass:oi,addClass:Z,removeClass:q,setClass:si,getClass:Pe,setOpacity:ft,testProp:xe,setTransform:It,setPosition:K,getPosition:Bt,get disableTextSelection(){return ie},get enableTextSelection(){return ne},disableImageDrag:ai,enableImageDrag:hi,preventOutline:li,restoreOutline:Te,getSizedParentNode:yn,getScale:ci};function z(t,e,i,n){if(e&&typeof e=="object")for(var o in e)fi(t,o,e[o],i);else{e=M(e);for(var r=0,u=e.length;r<u;r++)fi(t,e[r],i,n)}return this}var Lt="_leaflet_events";function G(t,e,i,n){if(arguments.length===1)Ln(t),delete t[Lt];else if(e&&typeof e=="object")for(var o in e)_i(t,o,e[o],i);else if(e=M(e),arguments.length===2)Ln(t,function(f){return xt(e,f)!==-1});else for(var r=0,u=e.length;r<u;r++)_i(t,e[r],i,n);return this}function Ln(t,e){for(var i in t[Lt]){var n=i.split(/\d/)[0];(!e||e(n))&&_i(t,n,null,null,i)}}var di={mouseenter:"mouseover",mouseleave:"mouseout",wheel:!("onwheel"in window)&&"mousewheel"};function fi(t,e,i,n){var o=e+l(i)+(n?"_"+l(n):"");if(t[Lt]&&t[Lt][o])return this;var r=function(f){return i.call(n||t,f||window.event)},u=r;!S.touchNative&&S.pointer&&e.indexOf("touch")===0?r=is(t,e,r):S.touch&&e==="dblclick"?r=ls(t,r):"addEventListener"in t?e==="touchstart"||e==="touchmove"||e==="wheel"||e==="mousewheel"?t.addEventListener(di[e]||e,r,S.passiveEvents?{passive:!1}:!1):e==="mouseenter"||e==="mouseleave"?(r=function(f){f=f||window.event,mi(t,f)&&u(f)},t.addEventListener(di[e],r,!1)):t.addEventListener(e,u,!1):t.attachEvent("on"+e,r),t[Lt]=t[Lt]||{},t[Lt][o]=r}function _i(t,e,i,n,o){o=o||e+l(i)+(n?"_"+l(n):"");var r=t[Lt]&&t[Lt][o];if(!r)return this;!S.touchNative&&S.pointer&&e.indexOf("touch")===0?ns(t,e,r):S.touch&&e==="dblclick"?cs(t,r):"removeEventListener"in t?t.removeEventListener(di[e]||e,r,!1):t.detachEvent("on"+e,r),t[Lt][o]=null}function Nt(t){return t.stopPropagation?t.stopPropagation():t.originalEvent?t.originalEvent._stopped=!0:t.cancelBubble=!0,this}function pi(t){return fi(t,"wheel",Nt),this}function se(t){return z(t,"mousedown touchstart dblclick contextmenu",Nt),t._leaflet_disable_click=!0,this}function tt(t){return t.preventDefault?t.preventDefault():t.returnValue=!1,this}function Rt(t){return tt(t),Nt(t),this}function wn(t){if(t.composedPath)return t.composedPath();for(var e=[],i=t.target;i;)e.push(i),i=i.parentNode;return e}function bn(t,e){if(!e)return new O(t.clientX,t.clientY);var i=ci(e),n=i.boundingClientRect;return new O((t.clientX-n.left)/i.x-e.clientLeft,(t.clientY-n.top)/i.y-e.clientTop)}var _s=S.linux&&S.chrome?window.devicePixelRatio:S.mac?window.devicePixelRatio*3:window.devicePixelRatio>0?2*window.devicePixelRatio:1;function Pn(t){return S.edge?t.wheelDeltaY/2:t.deltaY&&t.deltaMode===0?-t.deltaY/_s:t.deltaY&&t.deltaMode===1?-t.deltaY*20:t.deltaY&&t.deltaMode===2?-t.deltaY*60:t.deltaX||t.deltaZ?0:t.wheelDelta?(t.wheelDeltaY||t.wheelDelta)/2:t.detail&&Math.abs(t.detail)<32765?-t.detail*20:t.detail?t.detail/-32765*60:0}function mi(t,e){var i=e.relatedTarget;if(!i)return!0;try{for(;i&&i!==t;)i=i.parentNode}catch{return!1}return i!==t}var ps={__proto__:null,on:z,off:G,stopPropagation:Nt,disableScrollPropagation:pi,disableClickPropagation:se,preventDefault:tt,stop:Rt,getPropagationPath:wn,getMousePosition:bn,getWheelDelta:Pn,isExternalTarget:mi,addListener:z,removeListener:G},xn=Xt.extend({run:function(t,e,i,n){this.stop(),this._el=t,this._inProgress=!0,this._duration=i||.25,this._easeOutPower=1/Math.max(n||.5,.2),this._startPos=Bt(t),this._offset=e.subtract(this._startPos),this._startTime=+new Date,this.fire("start"),this._animate()},stop:function(){this._inProgress&&(this._step(!0),this._complete())},_animate:function(){this._animId=ot(this._animate,this),this._step()},_step:function(t){var e=+new Date-this._startTime,i=this._duration*1e3;e<i?this._runFrame(this._easeOut(e/i),t):(this._runFrame(1),this._complete())},_runFrame:function(t,e){var i=this._startPos.add(this._offset.multiplyBy(t));e&&i._round(),K(this._el,i),this.fire("step")},_complete:function(){dt(this._animId),this._inProgress=!1,this.fire("end")},_easeOut:function(t){return 1-Math.pow(1-t,this._easeOutPower)}}),N=Xt.extend({options:{crs:Ye,center:void 0,zoom:void 0,minZoom:void 0,maxZoom:void 0,layers:[],maxBounds:void 0,renderer:void 0,zoomAnimation:!0,zoomAnimationThreshold:4,fadeAnimation:!0,markerZoomAnimation:!0,transform3DLimit:8388608,zoomSnap:1,zoomDelta:1,trackResize:!0},initialize:function(t,e){e=C(this,e),this._handlers=[],this._layers={},this._zoomBoundLayers={},this._sizeChanged=!0,this._initContainer(t),this._initLayout(),this._onResize=a(this._onResize,this),this._initEvents(),e.maxBounds&&this.setMaxBounds(e.maxBounds),e.zoom!==void 0&&(this._zoom=this._limitZoom(e.zoom)),e.center&&e.zoom!==void 0&&this.setView(B(e.center),e.zoom,{reset:!0}),this.callInitHooks(),this._zoomAnimated=te&&S.any3d&&!S.mobileOpera&&this.options.zoomAnimation,this._zoomAnimated&&(this._createAnimProxy(),z(this._proxy,gn,this._catchTransitionEnd,this)),this._addLayers(this.options.layers)},setView:function(t,e,i){if(e=e===void 0?this._zoom:this._limitZoom(e),t=this._limitCenter(B(t),e,this.options.maxBounds),i=i||{},this._stop(),this._loaded&&!i.reset&&i!==!0){i.animate!==void 0&&(i.zoom=x({animate:i.animate},i.zoom),i.pan=x({animate:i.animate,duration:i.duration},i.pan));var n=this._zoom!==e?this._tryAnimatedZoom&&this._tryAnimatedZoom(t,e,i.zoom):this._tryAnimatedPan(t,i.pan);if(n)return clearTimeout(this._sizeTimer),this}return this._resetView(t,e,i.pan&&i.pan.noMoveStart),this},setZoom:function(t,e){return this._loaded?this.setView(this.getCenter(),t,{zoom:e}):(this._zoom=t,this)},zoomIn:function(t,e){return t=t||(S.any3d?this.options.zoomDelta:1),this.setZoom(this._zoom+t,e)},zoomOut:function(t,e){return t=t||(S.any3d?this.options.zoomDelta:1),this.setZoom(this._zoom-t,e)},setZoomAround:function(t,e,i){var n=this.getZoomScale(e),o=this.getSize().divideBy(2),r=t instanceof O?t:this.latLngToContainerPoint(t),u=r.subtract(o).multiplyBy(1-1/n),f=this.containerPointToLatLng(o.add(u));return this.setView(f,e,{zoom:i})},_getBoundsCenterZoom:function(t,e){e=e||{},t=t.getBounds?t.getBounds():J(t);var i=E(e.paddingTopLeft||e.padding||[0,0]),n=E(e.paddingBottomRight||e.padding||[0,0]),o=this.getBoundsZoom(t,!1,i.add(n));if(o=typeof e.maxZoom=="number"?Math.min(e.maxZoom,o):o,o===1/0)return{center:t.getCenter(),zoom:o};var r=n.subtract(i).divideBy(2),u=this.project(t.getSouthWest(),o),f=this.project(t.getNorthEast(),o),m=this.unproject(u.add(f).divideBy(2).add(r),o);return{center:m,zoom:o}},fitBounds:function(t,e){if(t=J(t),!t.isValid())throw new Error("Bounds are not valid.");var i=this._getBoundsCenterZoom(t,e);return this.setView(i.center,i.zoom,e)},fitWorld:function(t){return this.fitBounds([[-90,-180],[90,180]],t)},panTo:function(t,e){return this.setView(t,this._zoom,{pan:e})},panBy:function(t,e){if(t=E(t).round(),e=e||{},!t.x&&!t.y)return this.fire("moveend");if(e.animate!==!0&&!this.getSize().contains(t))return this._resetView(this.unproject(this.project(this.getCenter()).add(t)),this.getZoom()),this;if(this._panAnim||(this._panAnim=new xn,this._panAnim.on({step:this._onPanTransitionStep,end:this._onPanTransitionEnd},this)),e.noMoveStart||this.fire("movestart"),e.animate!==!1){Z(this._mapPane,"leaflet-pan-anim");var i=this._getMapPanePos().subtract(t).round();this._panAnim.run(this._mapPane,i,e.duration||.25,e.easeLinearity)}else this._rawPanBy(t),this.fire("move").fire("moveend");return this},flyTo:function(t,e,i){if(i=i||{},i.animate===!1||!S.any3d)return this.setView(t,e,i);this._stop();var n=this.project(this.getCenter()),o=this.project(t),r=this.getSize(),u=this._zoom;t=B(t),e=e===void 0?u:e;var f=Math.max(r.x,r.y),m=f*this.getZoomScale(u,e),P=o.distanceTo(n)||1,T=1.42,k=T*T;function I(Y){var Re=Y?-1:1,nr=Y?m:f,or=m*m-f*f+Re*k*k*P*P,sr=2*nr*k*P,Mi=or/sr,oo=Math.sqrt(Mi*Mi+1)-Mi,rr=oo<1e-9?-18:Math.log(oo);return rr}function nt(Y){return(Math.exp(Y)-Math.exp(-Y))/2}function Q(Y){return(Math.exp(Y)+Math.exp(-Y))/2}function pt(Y){return nt(Y)/Q(Y)}var at=I(0);function Jt(Y){return f*(Q(at)/Q(at+T*Y))}function Qs(Y){return f*(Q(at)*pt(at+T*Y)-nt(at))/k}function tr(Y){return 1-Math.pow(1-Y,1.5)}var er=Date.now(),io=(I(1)-at)/T,ir=i.duration?1e3*i.duration:1e3*io*.8;function no(){var Y=(Date.now()-er)/ir,Re=tr(Y)*io;Y<=1?(this._flyToFrame=ot(no,this),this._move(this.unproject(n.add(o.subtract(n).multiplyBy(Qs(Re)/P)),u),this.getScaleZoom(f/Jt(Re),u),{flyTo:!0})):this._move(t,e)._moveEnd(!0)}return this._moveStart(!0,i.noMoveStart),no.call(this),this},flyToBounds:function(t,e){var i=this._getBoundsCenterZoom(t,e);return this.flyTo(i.center,i.zoom,e)},setMaxBounds:function(t){return t=J(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)},setMinZoom:function(t){var e=this.options.minZoom;return this.options.minZoom=t,this._loaded&&e!==t&&(this.fire("zoomlevelschange"),this.getZoom()<this.options.minZoom)?this.setZoom(t):this},setMaxZoom:function(t){var e=this.options.maxZoom;return this.options.maxZoom=t,this._loaded&&e!==t&&(this.fire("zoomlevelschange"),this.getZoom()>this.options.maxZoom)?this.setZoom(t):this},panInsideBounds:function(t,e){this._enforcingBounds=!0;var i=this.getCenter(),n=this._limitCenter(i,this._zoom,J(t));return i.equals(n)||this.panTo(n,e),this._enforcingBounds=!1,this},panInside:function(t,e){e=e||{};var i=E(e.paddingTopLeft||e.padding||[0,0]),n=E(e.paddingBottomRight||e.padding||[0,0]),o=this.project(this.getCenter()),r=this.project(t),u=this.getPixelBounds(),f=st([u.min.add(i),u.max.subtract(n)]),m=f.getSize();if(!f.contains(r)){this._enforcingBounds=!0;var P=r.subtract(f.getCenter()),T=f.extend(r).getSize().subtract(m);o.x+=P.x<0?-T.x:T.x,o.y+=P.y<0?-T.y:T.y,this.panTo(this.unproject(o),e),this._enforcingBounds=!1}return this},invalidateSize:function(t){if(!this._loaded)return this;t=x({animate:!1,pan:!0},t===!0?{animate:!0}:t);var e=this.getSize();this._sizeChanged=!0,this._lastCenter=null;var i=this.getSize(),n=e.divideBy(2).round(),o=i.divideBy(2).round(),r=n.subtract(o);return!r.x&&!r.y?this:(t.animate&&t.pan?this.panBy(r):(t.pan&&this._rawPanBy(r),this.fire("move"),t.debounceMoveend?(clearTimeout(this._sizeTimer),this._sizeTimer=setTimeout(a(this.fire,this,"moveend"),200)):this.fire("moveend")),this.fire("resize",{oldSize:e,newSize:i}))},stop:function(){return this.setZoom(this._limitZoom(this._zoom)),this.options.zoomSnap||this.fire("viewreset"),this._stop()},locate:function(t){if(t=this._locateOptions=x({timeout:1e4,watch:!1},t),!("geolocation"in navigator))return this._handleGeolocationError({code:0,message:"Geolocation not supported."}),this;var e=a(this._handleGeolocationResponse,this),i=a(this._handleGeolocationError,this);return t.watch?this._locationWatchId=navigator.geolocation.watchPosition(e,i,t):navigator.geolocation.getCurrentPosition(e,i,t),this},stopLocate:function(){return navigator.geolocation&&navigator.geolocation.clearWatch&&navigator.geolocation.clearWatch(this._locationWatchId),this._locateOptions&&(this._locateOptions.setView=!1),this},_handleGeolocationError:function(t){if(this._container._leaflet_id){var e=t.code,i=t.message||(e===1?"permission denied":e===2?"position unavailable":"timeout");this._locateOptions.setView&&!this._loaded&&this.fitWorld(),this.fire("locationerror",{code:e,message:"Geolocation error: "+i+"."})}},_handleGeolocationResponse:function(t){if(this._container._leaflet_id){var e=t.coords.latitude,i=t.coords.longitude,n=new H(e,i),o=n.toBounds(t.coords.accuracy*2),r=this._locateOptions;if(r.setView){var u=this.getBoundsZoom(o);this.setView(n,r.maxZoom?Math.min(u,r.maxZoom):u)}var f={latlng:n,bounds:o,timestamp:t.timestamp};for(var m in t.coords)typeof t.coords[m]=="number"&&(f[m]=t.coords[m]);this.fire("locationfound",f)}},addHandler:function(t,e){if(!e)return this;var i=this[t]=new e(this);return this._handlers.push(i),this.options[t]&&i.enable(),this},remove:function(){if(this._initEvents(!0),this.options.maxBounds&&this.off("moveend",this._panInsideMaxBounds),this._containerId!==this._container._leaflet_id)throw new Error("Map container is being reused by another instance");try{delete this._container._leaflet_id,delete this._containerId}catch{this._container._leaflet_id=void 0,this._containerId=void 0}this._locationWatchId!==void 0&&this.stopLocate(),this._stop(),j(this._mapPane),this._clearControlPos&&this._clearControlPos(),this._resizeRequest&&(dt(this._resizeRequest),this._resizeRequest=null),this._clearHandlers(),this._loaded&&this.fire("unload");var t;for(t in this._layers)this._layers[t].remove();for(t in this._panes)j(this._panes[t]);return this._layers=[],this._panes=[],delete this._mapPane,delete this._renderer,this},createPane:function(t,e){var i="leaflet-pane"+(t?" leaflet-"+t.replace("Pane","")+"-pane":""),n=R("div",i,e||this._mapPane);return t&&(this._panes[t]=n),n},getCenter:function(){return this._checkIfLoaded(),this._lastCenter&&!this._moved()?this._lastCenter.clone():this.layerPointToLatLng(this._getCenterLayerPoint())},getZoom:function(){return this._zoom},getBounds:function(){var t=this.getPixelBounds(),e=this.unproject(t.getBottomLeft()),i=this.unproject(t.getTopRight());return new rt(e,i)},getMinZoom:function(){return this.options.minZoom===void 0?this._layersMinZoom||0:this.options.minZoom},getMaxZoom:function(){return this.options.maxZoom===void 0?this._layersMaxZoom===void 0?1/0:this._layersMaxZoom:this.options.maxZoom},getBoundsZoom:function(t,e,i){t=J(t),i=E(i||[0,0]);var n=this.getZoom()||0,o=this.getMinZoom(),r=this.getMaxZoom(),u=t.getNorthWest(),f=t.getSouthEast(),m=this.getSize().subtract(i),P=st(this.project(f,n),this.project(u,n)).getSize(),T=S.any3d?this.options.zoomSnap:1,k=m.x/P.x,I=m.y/P.y,nt=e?Math.max(k,I):Math.min(k,I);return n=this.getScaleZoom(nt,n),T&&(n=Math.round(n/(T/100))*(T/100),n=e?Math.ceil(n/T)*T:Math.floor(n/T)*T),Math.max(o,Math.min(r,n))},getSize:function(){return(!this._size||this._sizeChanged)&&(this._size=new O(this._container.clientWidth||0,this._container.clientHeight||0),this._sizeChanged=!1),this._size.clone()},getPixelBounds:function(t,e){var i=this._getTopLeftPoint(t,e);return new V(i,i.add(this.getSize()))},getPixelOrigin:function(){return this._checkIfLoaded(),this._pixelOrigin},getPixelWorldBounds:function(t){return this.options.crs.getProjectedBounds(t===void 0?this.getZoom():t)},getPane:function(t){return typeof t=="string"?this._panes[t]:t},getPanes:function(){return this._panes},getContainer:function(){return this._container},getZoomScale:function(t,e){var i=this.options.crs;return e=e===void 0?this._zoom:e,i.scale(t)/i.scale(e)},getScaleZoom:function(t,e){var i=this.options.crs;e=e===void 0?this._zoom:e;var n=i.zoom(t*i.scale(e));return isNaN(n)?1/0:n},project:function(t,e){return e=e===void 0?this._zoom:e,this.options.crs.latLngToPoint(B(t),e)},unproject:function(t,e){return e=e===void 0?this._zoom:e,this.options.crs.pointToLatLng(E(t),e)},layerPointToLatLng:function(t){var e=E(t).add(this.getPixelOrigin());return this.unproject(e)},latLngToLayerPoint:function(t){var e=this.project(B(t))._round();return e._subtract(this.getPixelOrigin())},wrapLatLng:function(t){return this.options.crs.wrapLatLng(B(t))},wrapLatLngBounds:function(t){return this.options.crs.wrapLatLngBounds(J(t))},distance:function(t,e){return this.options.crs.distance(B(t),B(e))},containerPointToLayerPoint:function(t){return E(t).subtract(this._getMapPanePos())},layerPointToContainerPoint:function(t){return E(t).add(this._getMapPanePos())},containerPointToLatLng:function(t){var e=this.containerPointToLayerPoint(E(t));return this.layerPointToLatLng(e)},latLngToContainerPoint:function(t){return this.layerPointToContainerPoint(this.latLngToLayerPoint(B(t)))},mouseEventToContainerPoint:function(t){return bn(t,this._container)},mouseEventToLayerPoint:function(t){return this.containerPointToLayerPoint(this.mouseEventToContainerPoint(t))},mouseEventToLatLng:function(t){return this.layerPointToLatLng(this.mouseEventToLayerPoint(t))},_initContainer:function(t){var e=this._container=vn(t);if(e){if(e._leaflet_id)throw new Error("Map container is already initialized.")}else throw new Error("Map container not found.");z(e,"scroll",this._onScroll,this),this._containerId=l(e)},_initLayout:function(){var t=this._container;this._fadeAnimated=this.options.fadeAnimation&&S.any3d,Z(t,"leaflet-container"+(S.touch?" leaflet-touch":"")+(S.retina?" leaflet-retina":"")+(S.ielt9?" leaflet-oldie":"")+(S.safari?" leaflet-safari":"")+(this._fadeAnimated?" leaflet-fade-anim":""));var e=ee(t,"position");e!=="absolute"&&e!=="relative"&&e!=="fixed"&&e!=="sticky"&&(t.style.position="relative"),this._initPanes(),this._initControlPos&&this._initControlPos()},_initPanes:function(){var t=this._panes={};this._paneRenderers={},this._mapPane=this.createPane("mapPane",this._container),K(this._mapPane,new O(0,0)),this.createPane("tilePane"),this.createPane("overlayPane"),this.createPane("shadowPane"),this.createPane("markerPane"),this.createPane("tooltipPane"),this.createPane("popupPane"),this.options.markerZoomAnimation||(Z(t.markerPane,"leaflet-zoom-hide"),Z(t.shadowPane,"leaflet-zoom-hide"))},_resetView:function(t,e,i){K(this._mapPane,new O(0,0));var n=!this._loaded;this._loaded=!0,e=this._limitZoom(e),this.fire("viewprereset");var o=this._zoom!==e;this._moveStart(o,i)._move(t,e)._moveEnd(o),this.fire("viewreset"),n&&this.fire("load")},_moveStart:function(t,e){return t&&this.fire("zoomstart"),e||this.fire("movestart"),this},_move:function(t,e,i,n){e===void 0&&(e=this._zoom);var o=this._zoom!==e;return this._zoom=e,this._lastCenter=t,this._pixelOrigin=this._getNewPixelOrigin(t),n?i&&i.pinch&&this.fire("zoom",i):((o||i&&i.pinch)&&this.fire("zoom",i),this.fire("move",i)),this},_moveEnd:function(t){return t&&this.fire("zoomend"),this.fire("moveend")},_stop:function(){return dt(this._flyToFrame),this._panAnim&&this._panAnim.stop(),this},_rawPanBy:function(t){K(this._mapPane,this._getMapPanePos().subtract(t))},_getZoomSpan:function(){return this.getMaxZoom()-this.getMinZoom()},_panInsideMaxBounds:function(){this._enforcingBounds||this.panInsideBounds(this.options.maxBounds)},_checkIfLoaded:function(){if(!this._loaded)throw new Error("Set map center and zoom first.")},_initEvents:function(t){this._targets={},this._targets[l(this._container)]=this;var e=t?G:z;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),S.any3d&&this.options.transform3DLimit&&(t?this.off:this.on).call(this,"moveend",this._onMoveEnd)},_onResize:function(){dt(this._resizeRequest),this._resizeRequest=ot(function(){this.invalidateSize({debounceMoveend:!0})},this)},_onScroll:function(){this._container.scrollTop=0,this._container.scrollLeft=0},_onMoveEnd:function(){var t=this._getMapPanePos();Math.max(Math.abs(t.x),Math.abs(t.y))>=this.options.transform3DLimit&&this._resetView(this.getCenter(),this.getZoom())},_findEventTargets:function(t,e){for(var i=[],n,o=e==="mouseout"||e==="mouseover",r=t.target||t.srcElement,u=!1;r;){if(n=this._targets[l(r)],n&&(e==="click"||e==="preclick")&&this._draggableMoved(n)){u=!0;break}if(n&&n.listens(e,!0)&&(o&&!mi(r,t)||(i.push(n),o))||r===this._container)break;r=r.parentNode}return!i.length&&!u&&!o&&this.listens(e,!0)&&(i=[this]),i},_isClickDisabled:function(t){for(;t&&t!==this._container;){if(t._leaflet_disable_click)return!0;t=t.parentNode}},_handleDOMEvent:function(t){var e=t.target||t.srcElement;if(!(!this._loaded||e._leaflet_disable_events||t.type==="click"&&this._isClickDisabled(e))){var i=t.type;i==="mousedown"&&li(e),this._fireDOMEvent(t,i)}},_mouseEvents:["click","dblclick","mouseover","mouseout","contextmenu"],_fireDOMEvent:function(t,e,i){if(t.type==="click"){var n=x({},t);n.type="preclick",this._fireDOMEvent(n,n.type,i)}var o=this._findEventTargets(t,e);if(i){for(var r=[],u=0;u<i.length;u++)i[u].listens(e,!0)&&r.push(i[u]);o=r.concat(o)}if(o.length){e==="contextmenu"&&tt(t);var f=o[0],m={originalEvent:t};if(t.type!=="keypress"&&t.type!=="keydown"&&t.type!=="keyup"){var P=f.getLatLng&&(!f._radius||f._radius<=10);m.containerPoint=P?this.latLngToContainerPoint(f.getLatLng()):this.mouseEventToContainerPoint(t),m.layerPoint=this.containerPointToLayerPoint(m.containerPoint),m.latlng=P?f.getLatLng():this.layerPointToLatLng(m.layerPoint)}for(u=0;u<o.length;u++)if(o[u].fire(e,m,!0),m.originalEvent._stopped||o[u].options.bubblingMouseEvents===!1&&xt(this._mouseEvents,e)!==-1)return}},_draggableMoved:function(t){return t=t.dragging&&t.dragging.enabled()?t:this,t.dragging&&t.dragging.moved()||this.boxZoom&&this.boxZoom.moved()},_clearHandlers:function(){for(var t=0,e=this._handlers.length;t<e;t++)this._handlers[t].disable()},whenReady:function(t,e){return this._loaded?t.call(e||this,{target:this}):this.on("load",t,e),this},_getMapPanePos:function(){return Bt(this._mapPane)||new O(0,0)},_moved:function(){var t=this._getMapPanePos();return t&&!t.equals([0,0])},_getTopLeftPoint:function(t,e){var i=t&&e!==void 0?this._getNewPixelOrigin(t,e):this.getPixelOrigin();return i.subtract(this._getMapPanePos())},_getNewPixelOrigin:function(t,e){var i=this.getSize()._divideBy(2);return this.project(t,e)._subtract(i)._add(this._getMapPanePos())._round()},_latLngToNewLayerPoint:function(t,e,i){var n=this._getNewPixelOrigin(i,e);return this.project(t,e)._subtract(n)},_latLngBoundsToNewLayerBounds:function(t,e,i){var n=this._getNewPixelOrigin(i,e);return st([this.project(t.getSouthWest(),e)._subtract(n),this.project(t.getNorthWest(),e)._subtract(n),this.project(t.getSouthEast(),e)._subtract(n),this.project(t.getNorthEast(),e)._subtract(n)])},_getCenterLayerPoint:function(){return this.containerPointToLayerPoint(this.getSize()._divideBy(2))},_getCenterOffset:function(t){return this.latLngToLayerPoint(t).subtract(this._getCenterLayerPoint())},_limitCenter:function(t,e,i){if(!i)return t;var n=this.project(t,e),o=this.getSize().divideBy(2),r=new V(n.subtract(o),n.add(o)),u=this._getBoundsOffset(r,i,e);return Math.abs(u.x)<=1&&Math.abs(u.y)<=1?t:this.unproject(n.add(u),e)},_limitOffset:function(t,e){if(!e)return t;var i=this.getPixelBounds(),n=new V(i.min.add(t),i.max.add(t));return t.add(this._getBoundsOffset(n,e))},_getBoundsOffset:function(t,e,i){var n=st(this.project(e.getNorthEast(),i),this.project(e.getSouthWest(),i)),o=n.min.subtract(t.min),r=n.max.subtract(t.max),u=this._rebound(o.x,-r.x),f=this._rebound(o.y,-r.y);return new O(u,f)},_rebound:function(t,e){return t+e>0?Math.round(t-e)/2:Math.max(0,Math.ceil(t))-Math.max(0,Math.floor(e))},_limitZoom:function(t){var e=this.getMinZoom(),i=this.getMaxZoom(),n=S.any3d?this.options.zoomSnap:1;return n&&(t=Math.round(t/n)*n),Math.max(e,Math.min(i,t))},_onPanTransitionStep:function(){this.fire("move")},_onPanTransitionEnd:function(){q(this._mapPane,"leaflet-pan-anim"),this.fire("moveend")},_tryAnimatedPan:function(t,e){var i=this._getCenterOffset(t)._trunc();return(e&&e.animate)!==!0&&!this.getSize().contains(i)?!1:(this.panBy(i,e),!0)},_createAnimProxy:function(){var t=this._proxy=R("div","leaflet-proxy leaflet-zoom-animated");this._panes.mapPane.appendChild(t),this.on("zoomanim",function(e){var i=ni,n=this._proxy.style[i];It(this._proxy,this.project(e.center,e.zoom),this.getZoomScale(e.zoom,1)),n===this._proxy.style[i]&&this._animatingZoom&&this._onZoomTransitionEnd()},this),this.on("load moveend",this._animMoveEnd,this),this._on("unload",this._destroyAnimProxy,this)},_destroyAnimProxy:function(){j(this._proxy),this.off("load moveend",this._animMoveEnd,this),delete this._proxy},_animMoveEnd:function(){var t=this.getCenter(),e=this.getZoom();It(this._proxy,this.project(t,e),this.getZoomScale(e,1))},_catchTransitionEnd:function(t){this._animatingZoom&&t.propertyName.indexOf("transform")>=0&&this._onZoomTransitionEnd()},_nothingToAnimate:function(){return!this._container.getElementsByClassName("leaflet-zoom-animated").length},_tryAnimatedZoom:function(t,e,i){if(this._animatingZoom)return!0;if(i=i||{},!this._zoomAnimated||i.animate===!1||this._nothingToAnimate()||Math.abs(e-this._zoom)>this.options.zoomAnimationThreshold)return!1;var n=this.getZoomScale(e),o=this._getCenterOffset(t)._divideBy(1-1/n);return i.animate!==!0&&!this.getSize().contains(o)?!1:(ot(function(){this._moveStart(!0,i.noMoveStart||!1)._animateZoom(t,e,!0)},this),!0)},_animateZoom:function(t,e,i,n){this._mapPane&&(i&&(this._animatingZoom=!0,this._animateToCenter=t,this._animateToZoom=e,Z(this._mapPane,"leaflet-zoom-anim")),this.fire("zoomanim",{center:t,zoom:e,noUpdate:n}),this._tempFireZoomEvent||(this._tempFireZoomEvent=this._zoom!==this._animateToZoom),this._move(this._animateToCenter,this._animateToZoom,void 0,!0),setTimeout(a(this._onZoomTransitionEnd,this),250))},_onZoomTransitionEnd:function(){this._animatingZoom&&(this._mapPane&&q(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))}});function ms(t,e){return new N(t,e)}var mt=Ct.extend({options:{position:"topright"},initialize:function(t){C(this,t)},getPosition:function(){return this.options.position},setPosition:function(t){var e=this._map;return e&&e.removeControl(this),this.options.position=t,e&&e.addControl(this),this},getContainer:function(){return this._container},addTo:function(t){this.remove(),this._map=t;var e=this._container=this.onAdd(t),i=this.getPosition(),n=t._controlCorners[i];return Z(e,"leaflet-control"),i.indexOf("bottom")!==-1?n.insertBefore(e,n.firstChild):n.appendChild(e),this._map.on("unload",this.remove,this),this},remove:function(){return this._map?(j(this._container),this.onRemove&&this.onRemove(this._map),this._map.off("unload",this.remove,this),this._map=null,this):this},_refocusOnMap:function(t){this._map&&t&&t.screenX>0&&t.screenY>0&&this._map.getContainer().focus()}}),re=function(t){return new mt(t)};N.include({addControl:function(t){return t.addTo(this),this},removeControl:function(t){return t.remove(),this},_initControlPos:function(){var t=this._controlCorners={},e="leaflet-",i=this._controlContainer=R("div",e+"control-container",this._container);function n(o,r){var u=e+o+" "+e+r;t[o+r]=R("div",u,i)}n("top","left"),n("top","right"),n("bottom","left"),n("bottom","right")},_clearControlPos:function(){for(var t in this._controlCorners)j(this._controlCorners[t]);j(this._controlContainer),delete this._controlCorners,delete this._controlContainer}});var Cn=mt.extend({options:{collapsed:!0,position:"topright",autoZIndex:!0,hideSingleBase:!1,sortLayers:!1,sortFunction:function(t,e,i,n){return i<n?-1:n<i?1:0}},initialize:function(t,e,i){C(this,i),this._layerControlInputs=[],this._layers=[],this._lastZIndex=0,this._handlingClick=!1,this._preventClick=!1;for(var n in t)this._addLayer(t[n],n);for(n in e)this._addLayer(e[n],n,!0)},onAdd:function(t){this._initLayout(),this._update(),this._map=t,t.on("zoomend",this._checkDisabledLayers,this);for(var e=0;e<this._layers.length;e++)this._layers[e].layer.on("add remove",this._onLayerChange,this);return this._container},addTo:function(t){return mt.prototype.addTo.call(this,t),this._expandIfNotCollapsed()},onRemove:function(){this._map.off("zoomend",this._checkDisabledLayers,this);for(var t=0;t<this._layers.length;t++)this._layers[t].layer.off("add remove",this._onLayerChange,this)},addBaseLayer:function(t,e){return this._addLayer(t,e),this._map?this._update():this},addOverlay:function(t,e){return this._addLayer(t,e,!0),this._map?this._update():this},removeLayer:function(t){t.off("add remove",this._onLayerChange,this);var e=this._getLayer(l(t));return e&&this._layers.splice(this._layers.indexOf(e),1),this._map?this._update():this},expand:function(){Z(this._container,"leaflet-control-layers-expanded"),this._section.style.height=null;var t=this._map.getSize().y-(this._container.offsetTop+50);return t<this._section.clientHeight?(Z(this._section,"leaflet-control-layers-scrollbar"),this._section.style.height=t+"px"):q(this._section,"leaflet-control-layers-scrollbar"),this._checkDisabledLayers(),this},collapse:function(){return q(this._container,"leaflet-control-layers-expanded"),this},_initLayout:function(){var t="leaflet-control-layers",e=this._container=R("div",t),i=this.options.collapsed;e.setAttribute("aria-haspopup",!0),se(e),pi(e);var n=this._section=R("section",t+"-list");i&&(this._map.on("click",this.collapse,this),z(e,{mouseenter:this._expandSafely,mouseleave:this.collapse},this));var o=this._layersLink=R("a",t+"-toggle",e);o.href="#",o.title="Layers",o.setAttribute("role","button"),z(o,{keydown:function(r){r.keyCode===13&&this._expandSafely()},click:function(r){tt(r),this._expandSafely()}},this),i||this.expand(),this._baseLayersList=R("div",t+"-base",n),this._separator=R("div",t+"-separator",n),this._overlaysList=R("div",t+"-overlays",n),e.appendChild(n)},_getLayer:function(t){for(var e=0;e<this._layers.length;e++)if(this._layers[e]&&l(this._layers[e].layer)===t)return this._layers[e]},_addLayer:function(t,e,i){this._map&&t.on("add remove",this._onLayerChange,this),this._layers.push({layer:t,name:e,overlay:i}),this.options.sortLayers&&this._layers.sort(a(function(n,o){return this.options.sortFunction(n.layer,o.layer,n.name,o.name)},this)),this.options.autoZIndex&&t.setZIndex&&(this._lastZIndex++,t.setZIndex(this._lastZIndex)),this._expandIfNotCollapsed()},_update:function(){if(!this._container)return this;be(this._baseLayersList),be(this._overlaysList),this._layerControlInputs=[];var t,e,i,n,o=0;for(i=0;i<this._layers.length;i++)n=this._layers[i],this._addItem(n),e=e||n.overlay,t=t||!n.overlay,o+=n.overlay?0:1;return this.options.hideSingleBase&&(t=t&&o>1,this._baseLayersList.style.display=t?"":"none"),this._separator.style.display=e&&t?"":"none",this},_onLayerChange:function(t){this._handlingClick||this._update();var e=this._getLayer(l(t.target)),i=e.overlay?t.type==="add"?"overlayadd":"overlayremove":t.type==="add"?"baselayerchange":null;i&&this._map.fire(i,e)},_createRadioElement:function(t,e){var i='<input type="radio" class="leaflet-control-layers-selector" name="'+t+'"'+(e?' checked="checked"':"")+"/>",n=document.createElement("div");return n.innerHTML=i,n.firstChild},_addItem:function(t){var e=document.createElement("label"),i=this._map.hasLayer(t.layer),n;t.overlay?(n=document.createElement("input"),n.type="checkbox",n.className="leaflet-control-layers-selector",n.defaultChecked=i):n=this._createRadioElement("leaflet-base-layers_"+l(this),i),this._layerControlInputs.push(n),n.layerId=l(t.layer),z(n,"click",this._onInputClick,this);var o=document.createElement("span");o.innerHTML=" "+t.name;var r=document.createElement("span");e.appendChild(r),r.appendChild(n),r.appendChild(o);var u=t.overlay?this._overlaysList:this._baseLayersList;return u.appendChild(e),this._checkDisabledLayers(),e},_onInputClick:function(){if(!this._preventClick){var t=this._layerControlInputs,e,i,n=[],o=[];this._handlingClick=!0;for(var r=t.length-1;r>=0;r--)e=t[r],i=this._getLayer(e.layerId).layer,e.checked?n.push(i):e.checked||o.push(i);for(r=0;r<o.length;r++)this._map.hasLayer(o[r])&&this._map.removeLayer(o[r]);for(r=0;r<n.length;r++)this._map.hasLayer(n[r])||this._map.addLayer(n[r]);this._handlingClick=!1,this._refocusOnMap()}},_checkDisabledLayers:function(){for(var t=this._layerControlInputs,e,i,n=this._map.getZoom(),o=t.length-1;o>=0;o--)e=t[o],i=this._getLayer(e.layerId).layer,e.disabled=i.options.minZoom!==void 0&&n<i.options.minZoom||i.options.maxZoom!==void 0&&n>i.options.maxZoom},_expandIfNotCollapsed:function(){return this._map&&!this.options.collapsed&&this.expand(),this},_expandSafely:function(){var t=this._section;this._preventClick=!0,z(t,"click",tt),this.expand();var e=this;setTimeout(function(){G(t,"click",tt),e._preventClick=!1})}}),gs=function(t,e,i){return new Cn(t,e,i)},gi=mt.extend({options:{position:"topleft",zoomInText:'<span aria-hidden="true">+</span>',zoomInTitle:"Zoom in",zoomOutText:'<span aria-hidden="true">&#x2212;</span>',zoomOutTitle:"Zoom out"},onAdd:function(t){var e="leaflet-control-zoom",i=R("div",e+" leaflet-bar"),n=this.options;return this._zoomInButton=this._createButton(n.zoomInText,n.zoomInTitle,e+"-in",i,this._zoomIn),this._zoomOutButton=this._createButton(n.zoomOutText,n.zoomOutTitle,e+"-out",i,this._zoomOut),this._updateDisabled(),t.on("zoomend zoomlevelschange",this._updateDisabled,this),i},onRemove:function(t){t.off("zoomend zoomlevelschange",this._updateDisabled,this)},disable:function(){return this._disabled=!0,this._updateDisabled(),this},enable:function(){return this._disabled=!1,this._updateDisabled(),this},_zoomIn:function(t){!this._disabled&&this._map._zoom<this._map.getMaxZoom()&&this._map.zoomIn(this._map.options.zoomDelta*(t.shiftKey?3:1))},_zoomOut:function(t){!this._disabled&&this._map._zoom>this._map.getMinZoom()&&this._map.zoomOut(this._map.options.zoomDelta*(t.shiftKey?3:1))},_createButton:function(t,e,i,n,o){var r=R("a",i,n);return r.innerHTML=t,r.href="#",r.title=e,r.setAttribute("role","button"),r.setAttribute("aria-label",e),se(r),z(r,"click",Rt),z(r,"click",o,this),z(r,"click",this._refocusOnMap,this),r},_updateDisabled:function(){var t=this._map,e="leaflet-disabled";q(this._zoomInButton,e),q(this._zoomOutButton,e),this._zoomInButton.setAttribute("aria-disabled","false"),this._zoomOutButton.setAttribute("aria-disabled","false"),(this._disabled||t._zoom===t.getMinZoom())&&(Z(this._zoomOutButton,e),this._zoomOutButton.setAttribute("aria-disabled","true")),(this._disabled||t._zoom===t.getMaxZoom())&&(Z(this._zoomInButton,e),this._zoomInButton.setAttribute("aria-disabled","true"))}});N.mergeOptions({zoomControl:!0}),N.addInitHook(function(){this.options.zoomControl&&(this.zoomControl=new gi,this.addControl(this.zoomControl))});var vs=function(t){return new gi(t)},Tn=mt.extend({options:{position:"bottomleft",maxWidth:100,metric:!0,imperial:!0},onAdd:function(t){var e="leaflet-control-scale",i=R("div",e),n=this.options;return this._addScales(n,e+"-line",i),t.on(n.updateWhenIdle?"moveend":"move",this._update,this),t.whenReady(this._update,this),i},onRemove:function(t){t.off(this.options.updateWhenIdle?"moveend":"move",this._update,this)},_addScales:function(t,e,i){t.metric&&(this._mScale=R("div",e,i)),t.imperial&&(this._iScale=R("div",e,i))},_update:function(){var t=this._map,e=t.getSize().y/2,i=t.distance(t.containerPointToLatLng([0,e]),t.containerPointToLatLng([this.options.maxWidth,e]));this._updateScales(i)},_updateScales:function(t){this.options.metric&&t&&this._updateMetric(t),this.options.imperial&&t&&this._updateImperial(t)},_updateMetric:function(t){var e=this._getRoundNum(t),i=e<1e3?e+" m":e/1e3+" km";this._updateScale(this._mScale,i,e/t)},_updateImperial:function(t){var e=t*3.2808399,i,n,o;e>5280?(i=e/5280,n=this._getRoundNum(i),this._updateScale(this._iScale,n+" mi",n/i)):(o=this._getRoundNum(e),this._updateScale(this._iScale,o+" ft",o/e))},_updateScale:function(t,e,i){t.style.width=Math.round(this.options.maxWidth*i)+"px",t.innerHTML=e},_getRoundNum:function(t){var e=Math.pow(10,(Math.floor(t)+"").length-1),i=t/e;return i=i>=10?10:i>=5?5:i>=3?3:i>=2?2:1,e*i}}),ys=function(t){return new Tn(t)},Ls='<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>',vi=mt.extend({options:{position:"bottomright",prefix:'<a href="https://leafletjs.com" title="A JavaScript library for interactive maps">'+(S.inlineSvg?Ls+" ":"")+"Leaflet</a>"},initialize:function(t){C(this,t),this._attributions={}},onAdd:function(t){t.attributionControl=this,this._container=R("div","leaflet-control-attribution"),se(this._container);for(var e in t._layers)t._layers[e].getAttribution&&this.addAttribution(t._layers[e].getAttribution());return this._update(),t.on("layeradd",this._addAttribution,this),this._container},onRemove:function(t){t.off("layeradd",this._addAttribution,this)},_addAttribution:function(t){t.layer.getAttribution&&(this.addAttribution(t.layer.getAttribution()),t.layer.once("remove",function(){this.removeAttribution(t.layer.getAttribution())},this))},setPrefix:function(t){return this.options.prefix=t,this._update(),this},addAttribution:function(t){return t?(this._attributions[t]||(this._attributions[t]=0),this._attributions[t]++,this._update(),this):this},removeAttribution:function(t){return t?(this._attributions[t]&&(this._attributions[t]--,this._update()),this):this},_update:function(){if(this._map){var t=[];for(var e in this._attributions)this._attributions[e]&&t.push(e);var i=[];this.options.prefix&&i.push(this.options.prefix),t.length&&i.push(t.join(", ")),this._container.innerHTML=i.join(' <span aria-hidden="true">|</span> ')}}});N.mergeOptions({attributionControl:!0}),N.addInitHook(function(){this.options.attributionControl&&new vi().addTo(this)});var ws=function(t){return new vi(t)};mt.Layers=Cn,mt.Zoom=gi,mt.Scale=Tn,mt.Attribution=vi,re.layers=gs,re.zoom=vs,re.scale=ys,re.attribution=ws;var wt=Ct.extend({initialize:function(t){this._map=t},enable:function(){return this._enabled?this:(this._enabled=!0,this.addHooks(),this)},disable:function(){return this._enabled?(this._enabled=!1,this.removeHooks(),this):this},enabled:function(){return!!this._enabled}});wt.addTo=function(t,e){return t.addHandler(e,this),this};var bs={Events:lt},Mn=S.touch?"touchstart mousedown":"mousedown",At=Xt.extend({options:{clickTolerance:3},initialize:function(t,e,i,n){C(this,n),this._element=t,this._dragStartTarget=e||t,this._preventOutline=i},enable:function(){this._enabled||(z(this._dragStartTarget,Mn,this._onDown,this),this._enabled=!0)},disable:function(){this._enabled&&(At._dragging===this&&this.finishDrag(!0),G(this._dragStartTarget,Mn,this._onDown,this),this._enabled=!1,this._moved=!1)},_onDown:function(t){if(this._enabled&&(this._moved=!1,!oi(this._element,"leaflet-zoom-anim"))){if(t.touches&&t.touches.length!==1){At._dragging===this&&this.finishDrag();return}if(!(At._dragging||t.shiftKey||t.which!==1&&t.button!==1&&!t.touches)&&(At._dragging=this,this._preventOutline&&li(this._element),ai(),ie(),!this._moving)){this.fire("down");var e=t.touches?t.touches[0]:t,i=yn(this._element);this._startPoint=new O(e.clientX,e.clientY),this._startPos=Bt(this._element),this._parentScale=ci(i);var n=t.type==="mousedown";z(document,n?"mousemove":"touchmove",this._onMove,this),z(document,n?"mouseup":"touchend touchcancel",this._onUp,this)}}},_onMove:function(t){if(this._enabled){if(t.touches&&t.touches.length>1){this._moved=!0;return}var e=t.touches&&t.touches.length===1?t.touches[0]:t,i=new O(e.clientX,e.clientY)._subtract(this._startPoint);!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,tt(t),this._moved||(this.fire("dragstart"),this._moved=!0,Z(document.body,"leaflet-dragging"),this._lastTarget=t.target||t.srcElement,window.SVGElementInstance&&this._lastTarget instanceof window.SVGElementInstance&&(this._lastTarget=this._lastTarget.correspondingUseElement),Z(this._lastTarget,"leaflet-drag-target")),this._newPos=this._startPos.add(i),this._moving=!0,this._lastEvent=t,this._updatePosition())}},_updatePosition:function(){var t={originalEvent:this._lastEvent};this.fire("predrag",t),K(this._element,this._newPos),this.fire("drag",t)},_onUp:function(){this._enabled&&this.finishDrag()},finishDrag:function(t){q(document.body,"leaflet-dragging"),this._lastTarget&&(q(this._lastTarget,"leaflet-drag-target"),this._lastTarget=null),G(document,"mousemove touchmove",this._onMove,this),G(document,"mouseup touchend touchcancel",this._onUp,this),hi(),ne();var e=this._moved&&this._moving;this._moving=!1,At._dragging=!1,e&&this.fire("dragend",{noInertia:t,distance:this._newPos.distanceTo(this._startPos)})}});function Sn(t,e,i){var n,o=[1,4,2,8],r,u,f,m,P,T,k,I;for(r=0,T=t.length;r<T;r++)t[r]._code=Dt(t[r],e);for(f=0;f<4;f++){for(k=o[f],n=[],r=0,T=t.length,u=T-1;r<T;u=r++)m=t[r],P=t[u],m._code&k?P._code&k||(I=Me(P,m,k,e,i),I._code=Dt(I,e),n.push(I)):(P._code&k&&(I=Me(P,m,k,e,i),I._code=Dt(I,e),n.push(I)),n.push(m));t=n}return t}function kn(t,e){var i,n,o,r,u,f,m,P,T;if(!t||t.length===0)throw new Error("latlngs not passed");_t(t)||(console.warn("latlngs are not flat! Only the first ring will be used"),t=t[0]);var k=B([0,0]),I=J(t),nt=I.getNorthWest().distanceTo(I.getSouthWest())*I.getNorthEast().distanceTo(I.getNorthWest());nt<1700&&(k=yi(t));var Q=t.length,pt=[];for(i=0;i<Q;i++){var at=B(t[i]);pt.push(e.project(B([at.lat-k.lat,at.lng-k.lng])))}for(f=m=P=0,i=0,n=Q-1;i<Q;n=i++)o=pt[i],r=pt[n],u=o.y*r.x-r.y*o.x,m+=(o.x+r.x)*u,P+=(o.y+r.y)*u,f+=u*3;f===0?T=pt[0]:T=[m/f,P/f];var Jt=e.unproject(E(T));return B([Jt.lat+k.lat,Jt.lng+k.lng])}function yi(t){for(var e=0,i=0,n=0,o=0;o<t.length;o++){var r=B(t[o]);e+=r.lat,i+=r.lng,n++}return B([e/n,i/n])}var Ps={__proto__:null,clipPolygon:Sn,polygonCenter:kn,centroid:yi};function En(t,e){if(!e||!t.length)return t.slice();var i=e*e;return t=Ts(t,i),t=Cs(t,i),t}function On(t,e,i){return Math.sqrt(ae(t,e,i,!0))}function xs(t,e,i){return ae(t,e,i)}function Cs(t,e){var i=t.length,n=typeof Uint8Array<"u"?Uint8Array:Array,o=new n(i);o[0]=o[i-1]=1,Li(t,o,e,0,i-1);var r,u=[];for(r=0;r<i;r++)o[r]&&u.push(t[r]);return u}function Li(t,e,i,n,o){var r=0,u,f,m;for(f=n+1;f<=o-1;f++)m=ae(t[f],t[n],t[o],!0),m>r&&(u=f,r=m);r>i&&(e[u]=1,Li(t,e,i,n,u),Li(t,e,i,u,o))}function Ts(t,e){for(var i=[t[0]],n=1,o=0,r=t.length;n<r;n++)Ms(t[n],t[o])>e&&(i.push(t[n]),o=n);return o<r-1&&i.push(t[r-1]),i}var zn;function An(t,e,i,n,o){var r=n?zn:Dt(t,i),u=Dt(e,i),f,m,P;for(zn=u;;){if(!(r|u))return[t,e];if(r&u)return!1;f=r||u,m=Me(t,e,f,i,o),P=Dt(m,i),f===r?(t=m,r=P):(e=m,u=P)}}function Me(t,e,i,n,o){var r=e.x-t.x,u=e.y-t.y,f=n.min,m=n.max,P,T;return i&8?(P=t.x+r*(m.y-t.y)/u,T=m.y):i&4?(P=t.x+r*(f.y-t.y)/u,T=f.y):i&2?(P=m.x,T=t.y+u*(m.x-t.x)/r):i&1&&(P=f.x,T=t.y+u*(f.x-t.x)/r),new O(P,T,o)}function Dt(t,e){var i=0;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}function Ms(t,e){var i=e.x-t.x,n=e.y-t.y;return i*i+n*n}function ae(t,e,i,n){var o=e.x,r=e.y,u=i.x-o,f=i.y-r,m=u*u+f*f,P;return m>0&&(P=((t.x-o)*u+(t.y-r)*f)/m,P>1?(o=i.x,r=i.y):P>0&&(o+=u*P,r+=f*P)),u=t.x-o,f=t.y-r,n?u*u+f*f:new O(o,r)}function _t(t){return!W(t[0])||typeof t[0][0]!="object"&&typeof t[0][0]<"u"}function Zn(t){return console.warn("Deprecated use of _flat, please use L.LineUtil.isFlat instead."),_t(t)}function In(t,e){var i,n,o,r,u,f,m,P;if(!t||t.length===0)throw new Error("latlngs not passed");_t(t)||(console.warn("latlngs are not flat! Only the first ring will be used"),t=t[0]);var T=B([0,0]),k=J(t),I=k.getNorthWest().distanceTo(k.getSouthWest())*k.getNorthEast().distanceTo(k.getNorthWest());I<1700&&(T=yi(t));var nt=t.length,Q=[];for(i=0;i<nt;i++){var pt=B(t[i]);Q.push(e.project(B([pt.lat-T.lat,pt.lng-T.lng])))}for(i=0,n=0;i<nt-1;i++)n+=Q[i].distanceTo(Q[i+1])/2;if(n===0)P=Q[0];else for(i=0,r=0;i<nt-1;i++)if(u=Q[i],f=Q[i+1],o=u.distanceTo(f),r+=o,r>n){m=(r-n)/o,P=[f.x-m*(f.x-u.x),f.y-m*(f.y-u.y)];break}var at=e.unproject(E(P));return B([at.lat+T.lat,at.lng+T.lng])}var Ss={__proto__:null,simplify:En,pointToSegmentDistance:On,closestPointOnSegment:xs,clipSegment:An,_getEdgeIntersection:Me,_getBitCode:Dt,_sqClosestPointOnSegment:ae,isFlat:_t,_flat:Zn,polylineCenter:In},wi={project:function(t){return new O(t.lng,t.lat)},unproject:function(t){return new H(t.y,t.x)},bounds:new V([-180,-90],[180,90])},bi={R:6378137,R_MINOR:6356752314245179e-9,bounds:new V([-2003750834279e-5,-1549657073972e-5],[2003750834279e-5,1876465623138e-5]),project:function(t){var e=Math.PI/180,i=this.R,n=t.lat*e,o=this.R_MINOR/i,r=Math.sqrt(1-o*o),u=r*Math.sin(n),f=Math.tan(Math.PI/4-n/2)/Math.pow((1-u)/(1+u),r/2);return n=-i*Math.log(Math.max(f,1e-10)),new O(t.lng*e*i,n)},unproject:function(t){for(var e=180/Math.PI,i=this.R,n=this.R_MINOR/i,o=Math.sqrt(1-n*n),r=Math.exp(-t.y/i),u=Math.PI/2-2*Math.atan(r),f=0,m=.1,P;f<15&&Math.abs(m)>1e-7;f++)P=o*Math.sin(u),P=Math.pow((1-P)/(1+P),o/2),m=Math.PI/2-2*Math.atan(r*P)-u,u+=m;return new H(u*e,t.x*e/i)}},ks={__proto__:null,LonLat:wi,Mercator:bi,SphericalMercator:Je},Es=x({},zt,{code:"EPSG:3395",projection:bi,transformation:function(){var t=.5/(Math.PI*bi.R);return $t(t,.5,-t,.5)}()}),Bn=x({},zt,{code:"EPSG:4326",projection:wi,transformation:$t(1/180,1,-1/180,.5)}),Os=x({},Tt,{projection:wi,transformation:$t(1,0,-1,0),scale:function(t){return Math.pow(2,t)},zoom:function(t){return Math.log(t)/Math.LN2},distance:function(t,e){var i=e.lng-t.lng,n=e.lat-t.lat;return Math.sqrt(i*i+n*n)},infinite:!0});Tt.Earth=zt,Tt.EPSG3395=Es,Tt.EPSG3857=Ye,Tt.EPSG900913=No,Tt.EPSG4326=Bn,Tt.Simple=Os;var gt=Xt.extend({options:{pane:"overlayPane",attribution:null,bubblingMouseEvents:!0},addTo:function(t){return t.addLayer(this),this},remove:function(){return this.removeFrom(this._map||this._mapToAdd)},removeFrom:function(t){return t&&t.removeLayer(this),this},getPane:function(t){return this._map.getPane(t?this.options[t]||t:this.options.pane)},addInteractiveTarget:function(t){return this._map._targets[l(t)]=this,this},removeInteractiveTarget:function(t){return delete this._map._targets[l(t)],this},getAttribution:function(){return this.options.attribution},_layerAdd:function(t){var e=t.target;if(e.hasLayer(this)){if(this._map=e,this._zoomAnimated=e._zoomAnimated,this.getEvents){var i=this.getEvents();e.on(i,this),this.once("remove",function(){e.off(i,this)},this)}this.onAdd(e),this.fire("add"),e.fire("layeradd",{layer:this})}}});N.include({addLayer:function(t){if(!t._layerAdd)throw new Error("The provided object is not a Layer.");var e=l(t);return this._layers[e]?this:(this._layers[e]=t,t._mapToAdd=this,t.beforeAdd&&t.beforeAdd(this),this.whenReady(t._layerAdd,t),this)},removeLayer:function(t){var e=l(t);return this._layers[e]?(this._loaded&&t.onRemove(this),delete this._layers[e],this._loaded&&(this.fire("layerremove",{layer:t}),t.fire("remove")),t._map=t._mapToAdd=null,this):this},hasLayer:function(t){return l(t)in this._layers},eachLayer:function(t,e){for(var i in this._layers)t.call(e,this._layers[i]);return this},_addLayers:function(t){t=t?W(t)?t:[t]:[];for(var e=0,i=t.length;e<i;e++)this.addLayer(t[e])},_addZoomLimit:function(t){(!isNaN(t.options.maxZoom)||!isNaN(t.options.minZoom))&&(this._zoomBoundLayers[l(t)]=t,this._updateZoomLevels())},_removeZoomLimit:function(t){var e=l(t);this._zoomBoundLayers[e]&&(delete this._zoomBoundLayers[e],this._updateZoomLevels())},_updateZoomLevels:function(){var t=1/0,e=-1/0,i=this._getZoomSpan();for(var n in this._zoomBoundLayers){var o=this._zoomBoundLayers[n].options;t=o.minZoom===void 0?t:Math.min(t,o.minZoom),e=o.maxZoom===void 0?e:Math.max(e,o.maxZoom)}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)}});var Ut=gt.extend({initialize:function(t,e){C(this,e),this._layers={};var i,n;if(t)for(i=0,n=t.length;i<n;i++)this.addLayer(t[i])},addLayer:function(t){var e=this.getLayerId(t);return this._layers[e]=t,this._map&&this._map.addLayer(t),this},removeLayer:function(t){var e=t in this._layers?t:this.getLayerId(t);return this._map&&this._layers[e]&&this._map.removeLayer(this._layers[e]),delete this._layers[e],this},hasLayer:function(t){var e=typeof t=="number"?t:this.getLayerId(t);return e in this._layers},clearLayers:function(){return this.eachLayer(this.removeLayer,this)},invoke:function(t){var e=Array.prototype.slice.call(arguments,1),i,n;for(i in this._layers)n=this._layers[i],n[t]&&n[t].apply(n,e);return this},onAdd:function(t){this.eachLayer(t.addLayer,t)},onRemove:function(t){this.eachLayer(t.removeLayer,t)},eachLayer:function(t,e){for(var i in this._layers)t.call(e,this._layers[i]);return this},getLayer:function(t){return this._layers[t]},getLayers:function(){var t=[];return this.eachLayer(t.push,t),t},setZIndex:function(t){return this.invoke("setZIndex",t)},getLayerId:function(t){return l(t)}}),zs=function(t,e){return new Ut(t,e)},Mt=Ut.extend({addLayer:function(t){return this.hasLayer(t)?this:(t.addEventParent(this),Ut.prototype.addLayer.call(this,t),this.fire("layeradd",{layer:t}))},removeLayer:function(t){return this.hasLayer(t)?(t in this._layers&&(t=this._layers[t]),t.removeEventParent(this),Ut.prototype.removeLayer.call(this,t),this.fire("layerremove",{layer:t})):this},setStyle:function(t){return this.invoke("setStyle",t)},bringToFront:function(){return this.invoke("bringToFront")},bringToBack:function(){return this.invoke("bringToBack")},getBounds:function(){var t=new rt;for(var e in this._layers){var i=this._layers[e];t.extend(i.getBounds?i.getBounds():i.getLatLng())}return t}}),As=function(t,e){return new Mt(t,e)},Wt=Ct.extend({options:{popupAnchor:[0,0],tooltipAnchor:[0,0],crossOrigin:!1},initialize:function(t){C(this,t)},createIcon:function(t){return this._createIcon("icon",t)},createShadow:function(t){return this._createIcon("shadow",t)},_createIcon:function(t,e){var i=this._getIconUrl(t);if(!i){if(t==="icon")throw new Error("iconUrl not set in Icon options (see the docs).");return null}var n=this._createImg(i,e&&e.tagName==="IMG"?e:null);return this._setIconStyles(n,t),(this.options.crossOrigin||this.options.crossOrigin==="")&&(n.crossOrigin=this.options.crossOrigin===!0?"":this.options.crossOrigin),n},_setIconStyles:function(t,e){var i=this.options,n=i[e+"Size"];typeof n=="number"&&(n=[n,n]);var o=E(n),r=E(e==="shadow"&&i.shadowAnchor||i.iconAnchor||o&&o.divideBy(2,!0));t.className="leaflet-marker-"+e+" "+(i.className||""),r&&(t.style.marginLeft=-r.x+"px",t.style.marginTop=-r.y+"px"),o&&(t.style.width=o.x+"px",t.style.height=o.y+"px")},_createImg:function(t,e){return e=e||document.createElement("img"),e.src=t,e},_getIconUrl:function(t){return S.retina&&this.options[t+"RetinaUrl"]||this.options[t+"Url"]}});function Zs(t){return new Wt(t)}var he=Wt.extend({options:{iconUrl:"marker-icon.png",iconRetinaUrl:"marker-icon-2x.png",shadowUrl:"marker-shadow.png",iconSize:[25,41],iconAnchor:[12,41],popupAnchor:[1,-34],tooltipAnchor:[16,-28],shadowSize:[41,41]},_getIconUrl:function(t){return typeof he.imagePath!="string"&&(he.imagePath=this._detectIconPath()),(this.options.imagePath||he.imagePath)+Wt.prototype._getIconUrl.call(this,t)},_stripUrl:function(t){var e=function(i,n,o){var r=n.exec(i);return r&&r[o]};return t=e(t,/^url\((['"])?(.+)\1\)$/,2),t&&e(t,/^(.*)marker-icon\.png$/,1)},_detectIconPath:function(){var t=R("div","leaflet-default-icon-path",document.body),e=ee(t,"background-image")||ee(t,"backgroundImage");if(document.body.removeChild(t),e=this._stripUrl(e),e)return e;var i=document.querySelector('link[href$="leaflet.css"]');return i?i.href.substring(0,i.href.length-11-1):""}}),Nn=wt.extend({initialize:function(t){this._marker=t},addHooks:function(){var t=this._marker._icon;this._draggable||(this._draggable=new At(t,t,!0)),this._draggable.on({dragstart:this._onDragStart,predrag:this._onPreDrag,drag:this._onDrag,dragend:this._onDragEnd},this).enable(),Z(t,"leaflet-marker-draggable")},removeHooks:function(){this._draggable.off({dragstart:this._onDragStart,predrag:this._onPreDrag,drag:this._onDrag,dragend:this._onDragEnd},this).disable(),this._marker._icon&&q(this._marker._icon,"leaflet-marker-draggable")},moved:function(){return this._draggable&&this._draggable._moved},_adjustPan:function(t){var e=this._marker,i=e._map,n=this._marker.options.autoPanSpeed,o=this._marker.options.autoPanPadding,r=Bt(e._icon),u=i.getPixelBounds(),f=i.getPixelOrigin(),m=st(u.min._subtract(f).add(o),u.max._subtract(f).subtract(o));if(!m.contains(r)){var P=E((Math.max(m.max.x,r.x)-m.max.x)/(u.max.x-m.max.x)-(Math.min(m.min.x,r.x)-m.min.x)/(u.min.x-m.min.x),(Math.max(m.max.y,r.y)-m.max.y)/(u.max.y-m.max.y)-(Math.min(m.min.y,r.y)-m.min.y)/(u.min.y-m.min.y)).multiplyBy(n);i.panBy(P,{animate:!1}),this._draggable._newPos._add(P),this._draggable._startPos._add(P),K(e._icon,this._draggable._newPos),this._onDrag(t),this._panRequest=ot(this._adjustPan.bind(this,t))}},_onDragStart:function(){this._oldLatLng=this._marker.getLatLng(),this._marker.closePopup&&this._marker.closePopup(),this._marker.fire("movestart").fire("dragstart")},_onPreDrag:function(t){this._marker.options.autoPan&&(dt(this._panRequest),this._panRequest=ot(this._adjustPan.bind(this,t)))},_onDrag:function(t){var e=this._marker,i=e._shadow,n=Bt(e._icon),o=e._map.layerPointToLatLng(n);i&&K(i,n),e._latlng=o,t.latlng=o,t.oldLatLng=this._oldLatLng,e.fire("move",t).fire("drag",t)},_onDragEnd:function(t){dt(this._panRequest),delete this._oldLatLng,this._marker.fire("moveend").fire("dragend",t)}}),Se=gt.extend({options:{icon:new he,interactive:!0,keyboard:!0,title:"",alt:"Marker",zIndexOffset:0,opacity:1,riseOnHover:!1,riseOffset:250,pane:"markerPane",shadowPane:"shadowPane",bubblingMouseEvents:!1,autoPanOnFocus:!0,draggable:!1,autoPan:!1,autoPanPadding:[50,50],autoPanSpeed:10},initialize:function(t,e){C(this,e),this._latlng=B(t)},onAdd:function(t){this._zoomAnimated=this._zoomAnimated&&t.options.markerZoomAnimation,this._zoomAnimated&&t.on("zoomanim",this._animateZoom,this),this._initIcon(),this.update()},onRemove:function(t){this.dragging&&this.dragging.enabled()&&(this.options.draggable=!0,this.dragging.removeHooks()),delete this.dragging,this._zoomAnimated&&t.off("zoomanim",this._animateZoom,this),this._removeIcon(),this._removeShadow()},getEvents:function(){return{zoom:this.update,viewreset:this.update}},getLatLng:function(){return this._latlng},setLatLng:function(t){var e=this._latlng;return this._latlng=B(t),this.update(),this.fire("move",{oldLatLng:e,latlng:this._latlng})},setZIndexOffset:function(t){return this.options.zIndexOffset=t,this.update()},getIcon:function(){return this.options.icon},setIcon:function(t){return this.options.icon=t,this._map&&(this._initIcon(),this.update()),this._popup&&this.bindPopup(this._popup,this._popup.options),this},getElement:function(){return this._icon},update:function(){if(this._icon&&this._map){var t=this._map.latLngToLayerPoint(this._latlng).round();this._setPos(t)}return this},_initIcon:function(){var t=this.options,e="leaflet-zoom-"+(this._zoomAnimated?"animated":"hide"),i=t.icon.createIcon(this._icon),n=!1;i!==this._icon&&(this._icon&&this._removeIcon(),n=!0,t.title&&(i.title=t.title),i.tagName==="IMG"&&(i.alt=t.alt||"")),Z(i,e),t.keyboard&&(i.tabIndex="0",i.setAttribute("role","button")),this._icon=i,t.riseOnHover&&this.on({mouseover:this._bringToFront,mouseout:this._resetZIndex}),this.options.autoPanOnFocus&&z(i,"focus",this._panOnFocus,this);var o=t.icon.createShadow(this._shadow),r=!1;o!==this._shadow&&(this._removeShadow(),r=!0),o&&(Z(o,e),o.alt=""),this._shadow=o,t.opacity<1&&this._updateOpacity(),n&&this.getPane().appendChild(this._icon),this._initInteraction(),o&&r&&this.getPane(t.shadowPane).appendChild(this._shadow)},_removeIcon:function(){this.options.riseOnHover&&this.off({mouseover:this._bringToFront,mouseout:this._resetZIndex}),this.options.autoPanOnFocus&&G(this._icon,"focus",this._panOnFocus,this),j(this._icon),this.removeInteractiveTarget(this._icon),this._icon=null},_removeShadow:function(){this._shadow&&j(this._shadow),this._shadow=null},_setPos:function(t){this._icon&&K(this._icon,t),this._shadow&&K(this._shadow,t),this._zIndex=t.y+this.options.zIndexOffset,this._resetZIndex()},_updateZIndex:function(t){this._icon&&(this._icon.style.zIndex=this._zIndex+t)},_animateZoom:function(t){var e=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center).round();this._setPos(e)},_initInteraction:function(){if(this.options.interactive&&(Z(this._icon,"leaflet-interactive"),this.addInteractiveTarget(this._icon),Nn)){var t=this.options.draggable;this.dragging&&(t=this.dragging.enabled(),this.dragging.disable()),this.dragging=new Nn(this),t&&this.dragging.enable()}},setOpacity:function(t){return this.options.opacity=t,this._map&&this._updateOpacity(),this},_updateOpacity:function(){var t=this.options.opacity;this._icon&&ft(this._icon,t),this._shadow&&ft(this._shadow,t)},_bringToFront:function(){this._updateZIndex(this.options.riseOffset)},_resetZIndex:function(){this._updateZIndex(0)},_panOnFocus:function(){var t=this._map;if(t){var e=this.options.icon.options,i=e.iconSize?E(e.iconSize):E(0,0),n=e.iconAnchor?E(e.iconAnchor):E(0,0);t.panInside(this._latlng,{paddingTopLeft:n,paddingBottomRight:i.subtract(n)})}},_getPopupAnchor:function(){return this.options.icon.options.popupAnchor},_getTooltipAnchor:function(){return this.options.icon.options.tooltipAnchor}});function Is(t,e){return new Se(t,e)}var Zt=gt.extend({options:{stroke:!0,color:"#3388ff",weight:3,opacity:1,lineCap:"round",lineJoin:"round",dashArray:null,dashOffset:null,fill:!1,fillColor:null,fillOpacity:.2,fillRule:"evenodd",interactive:!0,bubblingMouseEvents:!0},beforeAdd:function(t){this._renderer=t.getRenderer(this)},onAdd:function(){this._renderer._initPath(this),this._reset(),this._renderer._addPath(this)},onRemove:function(){this._renderer._removePath(this)},redraw:function(){return this._map&&this._renderer._updatePath(this),this},setStyle:function(t){return C(this,t),this._renderer&&(this._renderer._updateStyle(this),this.options.stroke&&t&&Object.prototype.hasOwnProperty.call(t,"weight")&&this._updateBounds()),this},bringToFront:function(){return this._renderer&&this._renderer._bringToFront(this),this},bringToBack:function(){return this._renderer&&this._renderer._bringToBack(this),this},getElement:function(){return this._path},_reset:function(){this._project(),this._update()},_clickTolerance:function(){return(this.options.stroke?this.options.weight/2:0)+(this._renderer.options.tolerance||0)}}),ke=Zt.extend({options:{fill:!0,radius:10},initialize:function(t,e){C(this,e),this._latlng=B(t),this._radius=this.options.radius},setLatLng:function(t){var e=this._latlng;return this._latlng=B(t),this.redraw(),this.fire("move",{oldLatLng:e,latlng:this._latlng})},getLatLng:function(){return this._latlng},setRadius:function(t){return this.options.radius=this._radius=t,this.redraw()},getRadius:function(){return this._radius},setStyle:function(t){var e=t&&t.radius||this._radius;return Zt.prototype.setStyle.call(this,t),this.setRadius(e),this},_project:function(){this._point=this._map.latLngToLayerPoint(this._latlng),this._updateBounds()},_updateBounds:function(){var t=this._radius,e=this._radiusY||t,i=this._clickTolerance(),n=[t+i,e+i];this._pxBounds=new V(this._point.subtract(n),this._point.add(n))},_update:function(){this._map&&this._updatePath()},_updatePath:function(){this._renderer._updateCircle(this)},_empty:function(){return this._radius&&!this._renderer._bounds.intersects(this._pxBounds)},_containsPoint:function(t){return t.distanceTo(this._point)<=this._radius+this._clickTolerance()}});function Bs(t,e){return new ke(t,e)}var Pi=ke.extend({initialize:function(t,e,i){if(typeof e=="number"&&(e=x({},i,{radius:e})),C(this,e),this._latlng=B(t),isNaN(this.options.radius))throw new Error("Circle radius cannot be NaN");this._mRadius=this.options.radius},setRadius:function(t){return this._mRadius=t,this.redraw()},getRadius:function(){return this._mRadius},getBounds:function(){var t=[this._radius,this._radiusY||this._radius];return new rt(this._map.layerPointToLatLng(this._point.subtract(t)),this._map.layerPointToLatLng(this._point.add(t)))},setStyle:Zt.prototype.setStyle,_project:function(){var t=this._latlng.lng,e=this._latlng.lat,i=this._map,n=i.options.crs;if(n.distance===zt.distance){var o=Math.PI/180,r=this._mRadius/zt.R/o,u=i.project([e+r,t]),f=i.project([e-r,t]),m=u.add(f).divideBy(2),P=i.unproject(m).lat,T=Math.acos((Math.cos(r*o)-Math.sin(e*o)*Math.sin(P*o))/(Math.cos(e*o)*Math.cos(P*o)))/o;(isNaN(T)||T===0)&&(T=r/Math.cos(Math.PI/180*e)),this._point=m.subtract(i.getPixelOrigin()),this._radius=isNaN(T)?0:m.x-i.project([P,t-T]).x,this._radiusY=m.y-u.y}else{var k=n.unproject(n.project(this._latlng).subtract([this._mRadius,0]));this._point=i.latLngToLayerPoint(this._latlng),this._radius=this._point.x-i.latLngToLayerPoint(k).x}this._updateBounds()}});function Ns(t,e,i){return new Pi(t,e,i)}var St=Zt.extend({options:{smoothFactor:1,noClip:!1},initialize:function(t,e){C(this,e),this._setLatLngs(t)},getLatLngs:function(){return this._latlngs},setLatLngs:function(t){return this._setLatLngs(t),this.redraw()},isEmpty:function(){return!this._latlngs.length},closestLayerPoint:function(t){for(var e=1/0,i=null,n=ae,o,r,u=0,f=this._parts.length;u<f;u++)for(var m=this._parts[u],P=1,T=m.length;P<T;P++){o=m[P-1],r=m[P];var k=n(t,o,r,!0);k<e&&(e=k,i=n(t,o,r))}return i&&(i.distance=Math.sqrt(e)),i},getCenter:function(){if(!this._map)throw new Error("Must add layer to map before using getCenter()");return In(this._defaultShape(),this._map.options.crs)},getBounds:function(){return this._bounds},addLatLng:function(t,e){return e=e||this._defaultShape(),t=B(t),e.push(t),this._bounds.extend(t),this.redraw()},_setLatLngs:function(t){this._bounds=new rt,this._latlngs=this._convertLatLngs(t)},_defaultShape:function(){return _t(this._latlngs)?this._latlngs:this._latlngs[0]},_convertLatLngs:function(t){for(var e=[],i=_t(t),n=0,o=t.length;n<o;n++)i?(e[n]=B(t[n]),this._bounds.extend(e[n])):e[n]=this._convertLatLngs(t[n]);return e},_project:function(){var t=new V;this._rings=[],this._projectLatlngs(this._latlngs,this._rings,t),this._bounds.isValid()&&t.isValid()&&(this._rawPxBounds=t,this._updateBounds())},_updateBounds:function(){var t=this._clickTolerance(),e=new O(t,t);this._rawPxBounds&&(this._pxBounds=new V([this._rawPxBounds.min.subtract(e),this._rawPxBounds.max.add(e)]))},_projectLatlngs:function(t,e,i){var n=t[0]instanceof H,o=t.length,r,u;if(n){for(u=[],r=0;r<o;r++)u[r]=this._map.latLngToLayerPoint(t[r]),i.extend(u[r]);e.push(u)}else for(r=0;r<o;r++)this._projectLatlngs(t[r],e,i)},_clipPoints:function(){var t=this._renderer._bounds;if(this._parts=[],!(!this._pxBounds||!this._pxBounds.intersects(t))){if(this.options.noClip){this._parts=this._rings;return}var e=this._parts,i,n,o,r,u,f,m;for(i=0,o=0,r=this._rings.length;i<r;i++)for(m=this._rings[i],n=0,u=m.length;n<u-1;n++)f=An(m[n],m[n+1],t,n,!0),f&&(e[o]=e[o]||[],e[o].push(f[0]),(f[1]!==m[n+1]||n===u-2)&&(e[o].push(f[1]),o++))}},_simplifyPoints:function(){for(var t=this._parts,e=this.options.smoothFactor,i=0,n=t.length;i<n;i++)t[i]=En(t[i],e)},_update:function(){this._map&&(this._clipPoints(),this._simplifyPoints(),this._updatePath())},_updatePath:function(){this._renderer._updatePoly(this)},_containsPoint:function(t,e){var i,n,o,r,u,f,m=this._clickTolerance();if(!this._pxBounds||!this._pxBounds.contains(t))return!1;for(i=0,r=this._parts.length;i<r;i++)for(f=this._parts[i],n=0,u=f.length,o=u-1;n<u;o=n++)if(!(!e&&n===0)&&On(t,f[o],f[n])<=m)return!0;return!1}});function Rs(t,e){return new St(t,e)}St._flat=Zn;var Vt=St.extend({options:{fill:!0},isEmpty:function(){return!this._latlngs.length||!this._latlngs[0].length},getCenter:function(){if(!this._map)throw new Error("Must add layer to map before using getCenter()");return kn(this._defaultShape(),this._map.options.crs)},_convertLatLngs:function(t){var e=St.prototype._convertLatLngs.call(this,t),i=e.length;return i>=2&&e[0]instanceof H&&e[0].equals(e[i-1])&&e.pop(),e},_setLatLngs:function(t){St.prototype._setLatLngs.call(this,t),_t(this._latlngs)&&(this._latlngs=[this._latlngs])},_defaultShape:function(){return _t(this._latlngs[0])?this._latlngs[0]:this._latlngs[0][0]},_clipPoints:function(){var t=this._renderer._bounds,e=this.options.weight,i=new O(e,e);if(t=new V(t.min.subtract(i),t.max.add(i)),this._parts=[],!(!this._pxBounds||!this._pxBounds.intersects(t))){if(this.options.noClip){this._parts=this._rings;return}for(var n=0,o=this._rings.length,r;n<o;n++)r=Sn(this._rings[n],t,!0),r.length&&this._parts.push(r)}},_updatePath:function(){this._renderer._updatePoly(this,!0)},_containsPoint:function(t){var e=!1,i,n,o,r,u,f,m,P;if(!this._pxBounds||!this._pxBounds.contains(t))return!1;for(r=0,m=this._parts.length;r<m;r++)for(i=this._parts[r],u=0,P=i.length,f=P-1;u<P;f=u++)n=i[u],o=i[f],n.y>t.y!=o.y>t.y&&t.x<(o.x-n.x)*(t.y-n.y)/(o.y-n.y)+n.x&&(e=!e);return e||St.prototype._containsPoint.call(this,t,!0)}});function Ds(t,e){return new Vt(t,e)}var kt=Mt.extend({initialize:function(t,e){C(this,e),this._layers={},t&&this.addData(t)},addData:function(t){var e=W(t)?t:t.features,i,n,o;if(e){for(i=0,n=e.length;i<n;i++)o=e[i],(o.geometries||o.geometry||o.features||o.coordinates)&&this.addData(o);return this}var r=this.options;if(r.filter&&!r.filter(t))return this;var u=Ee(t,r);return u?(u.feature=Ae(t),u.defaultOptions=u.options,this.resetStyle(u),r.onEachFeature&&r.onEachFeature(t,u),this.addLayer(u)):this},resetStyle:function(t){return t===void 0?this.eachLayer(this.resetStyle,this):(t.options=x({},t.defaultOptions),this._setLayerStyle(t,this.options.style),this)},setStyle:function(t){return this.eachLayer(function(e){this._setLayerStyle(e,t)},this)},_setLayerStyle:function(t,e){t.setStyle&&(typeof e=="function"&&(e=e(t.feature)),t.setStyle(e))}});function Ee(t,e){var i=t.type==="Feature"?t.geometry:t,n=i?i.coordinates:null,o=[],r=e&&e.pointToLayer,u=e&&e.coordsToLatLng||xi,f,m,P,T;if(!n&&!i)return null;switch(i.type){case"Point":return f=u(n),Rn(r,t,f,e);case"MultiPoint":for(P=0,T=n.length;P<T;P++)f=u(n[P]),o.push(Rn(r,t,f,e));return new Mt(o);case"LineString":case"MultiLineString":return m=Oe(n,i.type==="LineString"?0:1,u),new St(m,e);case"Polygon":case"MultiPolygon":return m=Oe(n,i.type==="Polygon"?1:2,u),new Vt(m,e);case"GeometryCollection":for(P=0,T=i.geometries.length;P<T;P++){var k=Ee({geometry:i.geometries[P],type:"Feature",properties:t.properties},e);k&&o.push(k)}return new Mt(o);case"FeatureCollection":for(P=0,T=i.features.length;P<T;P++){var I=Ee(i.features[P],e);I&&o.push(I)}return new Mt(o);default:throw new Error("Invalid GeoJSON object.")}}function Rn(t,e,i,n){return t?t(e,i):new Se(i,n&&n.markersInheritOptions&&n)}function xi(t){return new H(t[1],t[0],t[2])}function Oe(t,e,i){for(var n=[],o=0,r=t.length,u;o<r;o++)u=e?Oe(t[o],e-1,i):(i||xi)(t[o]),n.push(u);return n}function Ci(t,e){return t=B(t),t.alt!==void 0?[b(t.lng,e),b(t.lat,e),b(t.alt,e)]:[b(t.lng,e),b(t.lat,e)]}function ze(t,e,i,n){for(var o=[],r=0,u=t.length;r<u;r++)o.push(e?ze(t[r],_t(t[r])?0:e-1,i,n):Ci(t[r],n));return!e&&i&&o.length>0&&o.push(o[0].slice()),o}function jt(t,e){return t.feature?x({},t.feature,{geometry:e}):Ae(e)}function Ae(t){return t.type==="Feature"||t.type==="FeatureCollection"?t:{type:"Feature",properties:{},geometry:t}}var Ti={toGeoJSON:function(t){return jt(this,{type:"Point",coordinates:Ci(this.getLatLng(),t)})}};Se.include(Ti),Pi.include(Ti),ke.include(Ti),St.include({toGeoJSON:function(t){var e=!_t(this._latlngs),i=ze(this._latlngs,e?1:0,!1,t);return jt(this,{type:(e?"Multi":"")+"LineString",coordinates:i})}}),Vt.include({toGeoJSON:function(t){var e=!_t(this._latlngs),i=e&&!_t(this._latlngs[0]),n=ze(this._latlngs,i?2:e?1:0,!0,t);return e||(n=[n]),jt(this,{type:(i?"Multi":"")+"Polygon",coordinates:n})}}),Ut.include({toMultiPoint:function(t){var e=[];return this.eachLayer(function(i){e.push(i.toGeoJSON(t).geometry.coordinates)}),jt(this,{type:"MultiPoint",coordinates:e})},toGeoJSON:function(t){var e=this.feature&&this.feature.geometry&&this.feature.geometry.type;if(e==="MultiPoint")return this.toMultiPoint(t);var i=e==="GeometryCollection",n=[];return this.eachLayer(function(o){if(o.toGeoJSON){var r=o.toGeoJSON(t);if(i)n.push(r.geometry);else{var u=Ae(r);u.type==="FeatureCollection"?n.push.apply(n,u.features):n.push(u)}}}),i?jt(this,{geometries:n,type:"GeometryCollection"}):{type:"FeatureCollection",features:n}}});function Dn(t,e){return new kt(t,e)}var Hs=Dn,Ze=gt.extend({options:{opacity:1,alt:"",interactive:!1,crossOrigin:!1,errorOverlayUrl:"",zIndex:1,className:""},initialize:function(t,e,i){this._url=t,this._bounds=J(e),C(this,i)},onAdd:function(){this._image||(this._initImage(),this.options.opacity<1&&this._updateOpacity()),this.options.interactive&&(Z(this._image,"leaflet-interactive"),this.addInteractiveTarget(this._image)),this.getPane().appendChild(this._image),this._reset()},onRemove:function(){j(this._image),this.options.interactive&&this.removeInteractiveTarget(this._image)},setOpacity:function(t){return this.options.opacity=t,this._image&&this._updateOpacity(),this},setStyle:function(t){return t.opacity&&this.setOpacity(t.opacity),this},bringToFront:function(){return this._map&&Ft(this._image),this},bringToBack:function(){return this._map&&Gt(this._image),this},setUrl:function(t){return this._url=t,this._image&&(this._image.src=t),this},setBounds:function(t){return this._bounds=J(t),this._map&&this._reset(),this},getEvents:function(){var t={zoom:this._reset,viewreset:this._reset};return this._zoomAnimated&&(t.zoomanim=this._animateZoom),t},setZIndex:function(t){return this.options.zIndex=t,this._updateZIndex(),this},getBounds:function(){return this._bounds},getElement:function(){return this._image},_initImage:function(){var t=this._url.tagName==="IMG",e=this._image=t?this._url:R("img");if(Z(e,"leaflet-image-layer"),this._zoomAnimated&&Z(e,"leaflet-zoom-animated"),this.options.className&&Z(e,this.options.className),e.onselectstart=_,e.onmousemove=_,e.onload=a(this.fire,this,"load"),e.onerror=a(this._overlayOnError,this,"error"),(this.options.crossOrigin||this.options.crossOrigin==="")&&(e.crossOrigin=this.options.crossOrigin===!0?"":this.options.crossOrigin),this.options.zIndex&&this._updateZIndex(),t){this._url=e.src;return}e.src=this._url,e.alt=this.options.alt},_animateZoom:function(t){var e=this._map.getZoomScale(t.zoom),i=this._map._latLngBoundsToNewLayerBounds(this._bounds,t.zoom,t.center).min;It(this._image,i,e)},_reset:function(){var t=this._image,e=new V(this._map.latLngToLayerPoint(this._bounds.getNorthWest()),this._map.latLngToLayerPoint(this._bounds.getSouthEast())),i=e.getSize();K(t,e.min),t.style.width=i.x+"px",t.style.height=i.y+"px"},_updateOpacity:function(){ft(this._image,this.options.opacity)},_updateZIndex:function(){this._image&&this.options.zIndex!==void 0&&this.options.zIndex!==null&&(this._image.style.zIndex=this.options.zIndex)},_overlayOnError:function(){this.fire("error");var t=this.options.errorOverlayUrl;t&&this._url!==t&&(this._url=t,this._image.src=t)},getCenter:function(){return this._bounds.getCenter()}}),Fs=function(t,e,i){return new Ze(t,e,i)},Hn=Ze.extend({options:{autoplay:!0,loop:!0,keepAspectRatio:!0,muted:!1,playsInline:!0},_initImage:function(){var t=this._url.tagName==="VIDEO",e=this._image=t?this._url:R("video");if(Z(e,"leaflet-image-layer"),this._zoomAnimated&&Z(e,"leaflet-zoom-animated"),this.options.className&&Z(e,this.options.className),e.onselectstart=_,e.onmousemove=_,e.onloadeddata=a(this.fire,this,"load"),t){for(var i=e.getElementsByTagName("source"),n=[],o=0;o<i.length;o++)n.push(i[o].src);this._url=i.length>0?n:[e.src];return}W(this._url)||(this._url=[this._url]),!this.options.keepAspectRatio&&Object.prototype.hasOwnProperty.call(e.style,"objectFit")&&(e.style.objectFit="fill"),e.autoplay=!!this.options.autoplay,e.loop=!!this.options.loop,e.muted=!!this.options.muted,e.playsInline=!!this.options.playsInline;for(var r=0;r<this._url.length;r++){var u=R("source");u.src=this._url[r],e.appendChild(u)}}});function Gs(t,e,i){return new Hn(t,e,i)}var Fn=Ze.extend({_initImage:function(){var t=this._image=this._url;Z(t,"leaflet-image-layer"),this._zoomAnimated&&Z(t,"leaflet-zoom-animated"),this.options.className&&Z(t,this.options.className),t.onselectstart=_,t.onmousemove=_}});function Us(t,e,i){return new Fn(t,e,i)}var bt=gt.extend({options:{interactive:!1,offset:[0,0],className:"",pane:void 0,content:""},initialize:function(t,e){t&&(t instanceof H||W(t))?(this._latlng=B(t),C(this,e)):(C(this,t),this._source=e),this.options.content&&(this._content=this.options.content)},openOn:function(t){return t=arguments.length?t:this._source._map,t.hasLayer(this)||t.addLayer(this),this},close:function(){return this._map&&this._map.removeLayer(this),this},toggle:function(t){return this._map?this.close():(arguments.length?this._source=t:t=this._source,this._prepareOpen(),this.openOn(t._map)),this},onAdd:function(t){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&&(Z(this._container,"leaflet-interactive"),this.addInteractiveTarget(this._container))},onRemove:function(t){t._fadeAnimated?(ft(this._container,0),this._removeTimeout=setTimeout(a(j,void 0,this._container),200)):j(this._container),this.options.interactive&&(q(this._container,"leaflet-interactive"),this.removeInteractiveTarget(this._container))},getLatLng:function(){return this._latlng},setLatLng:function(t){return this._latlng=B(t),this._map&&(this._updatePosition(),this._adjustPan()),this},getContent:function(){return this._content},setContent:function(t){return this._content=t,this.update(),this},getElement:function(){return this._container},update:function(){this._map&&(this._container.style.visibility="hidden",this._updateContent(),this._updateLayout(),this._updatePosition(),this._container.style.visibility="",this._adjustPan())},getEvents:function(){var t={zoom:this._updatePosition,viewreset:this._updatePosition};return this._zoomAnimated&&(t.zoomanim=this._animateZoom),t},isOpen:function(){return!!this._map&&this._map.hasLayer(this)},bringToFront:function(){return this._map&&Ft(this._container),this},bringToBack:function(){return this._map&&Gt(this._container),this},_prepareOpen:function(t){var e=this._source;if(!e._map)return!1;if(e instanceof Mt){e=null;var i=this._source._layers;for(var n in i)if(i[n]._map){e=i[n];break}if(!e)return!1;this._source=e}if(!t)if(e.getCenter)t=e.getCenter();else if(e.getLatLng)t=e.getLatLng();else if(e.getBounds)t=e.getBounds().getCenter();else throw new Error("Unable to get source layer LatLng.");return this.setLatLng(t),this._map&&this.update(),!0},_updateContent:function(){if(this._content){var t=this._contentNode,e=typeof this._content=="function"?this._content(this._source||this):this._content;if(typeof e=="string")t.innerHTML=e;else{for(;t.hasChildNodes();)t.removeChild(t.firstChild);t.appendChild(e)}this.fire("contentupdate")}},_updatePosition:function(){if(this._map){var t=this._map.latLngToLayerPoint(this._latlng),e=E(this.options.offset),i=this._getAnchor();this._zoomAnimated?K(this._container,t.add(i)):e=e.add(t).add(i);var n=this._containerBottom=-e.y,o=this._containerLeft=-Math.round(this._containerWidth/2)+e.x;this._container.style.bottom=n+"px",this._container.style.left=o+"px"}},_getAnchor:function(){return[0,0]}});N.include({_initOverlay:function(t,e,i,n){var o=e;return o instanceof t||(o=new t(n).setContent(e)),i&&o.setLatLng(i),o}}),gt.include({_initOverlay:function(t,e,i,n){var o=i;return o instanceof t?(C(o,n),o._source=this):(o=e&&!n?e:new t(n,this),o.setContent(i)),o}});var Ie=bt.extend({options:{pane:"popupPane",offset:[0,7],maxWidth:300,minWidth:50,maxHeight:null,autoPan:!0,autoPanPaddingTopLeft:null,autoPanPaddingBottomRight:null,autoPanPadding:[5,5],keepInView:!1,closeButton:!0,autoClose:!0,closeOnEscapeKey:!0,className:""},openOn:function(t){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)},onAdd:function(t){bt.prototype.onAdd.call(this,t),t.fire("popupopen",{popup:this}),this._source&&(this._source.fire("popupopen",{popup:this},!0),this._source instanceof Zt||this._source.on("preclick",Nt))},onRemove:function(t){bt.prototype.onRemove.call(this,t),t.fire("popupclose",{popup:this}),this._source&&(this._source.fire("popupclose",{popup:this},!0),this._source instanceof Zt||this._source.off("preclick",Nt))},getEvents:function(){var t=bt.prototype.getEvents.call(this);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},_initLayout:function(){var t="leaflet-popup",e=this._container=R("div",t+" "+(this.options.className||"")+" leaflet-zoom-animated"),i=this._wrapper=R("div",t+"-content-wrapper",e);if(this._contentNode=R("div",t+"-content",i),se(e),pi(this._contentNode),z(e,"contextmenu",Nt),this._tipContainer=R("div",t+"-tip-container",e),this._tip=R("div",t+"-tip",this._tipContainer),this.options.closeButton){var n=this._closeButton=R("a",t+"-close-button",e);n.setAttribute("role","button"),n.setAttribute("aria-label","Close popup"),n.href="#close",n.innerHTML='<span aria-hidden="true">&#215;</span>',z(n,"click",function(o){tt(o),this.close()},this)}},_updateLayout:function(){var t=this._contentNode,e=t.style;e.width="",e.whiteSpace="nowrap";var i=t.offsetWidth;i=Math.min(i,this.options.maxWidth),i=Math.max(i,this.options.minWidth),e.width=i+1+"px",e.whiteSpace="",e.height="";var n=t.offsetHeight,o=this.options.maxHeight,r="leaflet-popup-scrolled";o&&n>o?(e.height=o+"px",Z(t,r)):q(t,r),this._containerWidth=this._container.offsetWidth},_animateZoom:function(t){var e=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center),i=this._getAnchor();K(this._container,e.add(i))},_adjustPan:function(){if(this.options.autoPan){if(this._map._panAnim&&this._map._panAnim.stop(),this._autopanning){this._autopanning=!1;return}var t=this._map,e=parseInt(ee(this._container,"marginBottom"),10)||0,i=this._container.offsetHeight+e,n=this._containerWidth,o=new O(this._containerLeft,-i-this._containerBottom);o._add(Bt(this._container));var r=t.layerPointToContainerPoint(o),u=E(this.options.autoPanPadding),f=E(this.options.autoPanPaddingTopLeft||u),m=E(this.options.autoPanPaddingBottomRight||u),P=t.getSize(),T=0,k=0;r.x+n+m.x>P.x&&(T=r.x+n-P.x+m.x),r.x-T-f.x<0&&(T=r.x-f.x),r.y+i+m.y>P.y&&(k=r.y+i-P.y+m.y),r.y-k-f.y<0&&(k=r.y-f.y),(T||k)&&(this.options.keepInView&&(this._autopanning=!0),t.fire("autopanstart").panBy([T,k]))}},_getAnchor:function(){return E(this._source&&this._source._getPopupAnchor?this._source._getPopupAnchor():[0,0])}}),Ws=function(t,e){return new Ie(t,e)};N.mergeOptions({closePopupOnClick:!0}),N.include({openPopup:function(t,e,i){return this._initOverlay(Ie,t,e,i).openOn(this),this},closePopup:function(t){return t=arguments.length?t:this._popup,t&&t.close(),this}}),gt.include({bindPopup:function(t,e){return this._popup=this._initOverlay(Ie,this._popup,t,e),this._popupHandlersAdded||(this.on({click:this._openPopup,keypress:this._onKeyPress,remove:this.closePopup,move:this._movePopup}),this._popupHandlersAdded=!0),this},unbindPopup:function(){return this._popup&&(this.off({click:this._openPopup,keypress:this._onKeyPress,remove:this.closePopup,move:this._movePopup}),this._popupHandlersAdded=!1,this._popup=null),this},openPopup:function(t){return this._popup&&(this instanceof Mt||(this._popup._source=this),this._popup._prepareOpen(t||this._latlng)&&this._popup.openOn(this._map)),this},closePopup:function(){return this._popup&&this._popup.close(),this},togglePopup:function(){return this._popup&&this._popup.toggle(this),this},isPopupOpen:function(){return this._popup?this._popup.isOpen():!1},setPopupContent:function(t){return this._popup&&this._popup.setContent(t),this},getPopup:function(){return this._popup},_openPopup:function(t){if(!(!this._popup||!this._map)){Rt(t);var e=t.layer||t.target;if(this._popup._source===e&&!(e instanceof Zt)){this._map.hasLayer(this._popup)?this.closePopup():this.openPopup(t.latlng);return}this._popup._source=e,this.openPopup(t.latlng)}},_movePopup:function(t){this._popup.setLatLng(t.latlng)},_onKeyPress:function(t){t.originalEvent.keyCode===13&&this._openPopup(t)}});var Be=bt.extend({options:{pane:"tooltipPane",offset:[0,0],direction:"auto",permanent:!1,sticky:!1,opacity:.9},onAdd:function(t){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))},onRemove:function(t){bt.prototype.onRemove.call(this,t),t.fire("tooltipclose",{tooltip:this}),this._source&&(this.removeEventParent(this._source),this._source.fire("tooltipclose",{tooltip:this},!0))},getEvents:function(){var t=bt.prototype.getEvents.call(this);return this.options.permanent||(t.preclick=this.close),t},_initLayout:function(){var t="leaflet-tooltip",e=t+" "+(this.options.className||"")+" leaflet-zoom-"+(this._zoomAnimated?"animated":"hide");this._contentNode=this._container=R("div",e),this._container.setAttribute("role","tooltip"),this._container.setAttribute("id","leaflet-tooltip-"+l(this))},_updateLayout:function(){},_adjustPan:function(){},_setPosition:function(t){var e,i,n=this._map,o=this._container,r=n.latLngToContainerPoint(n.getCenter()),u=n.layerPointToContainerPoint(t),f=this.options.direction,m=o.offsetWidth,P=o.offsetHeight,T=E(this.options.offset),k=this._getAnchor();f==="top"?(e=m/2,i=P):f==="bottom"?(e=m/2,i=0):f==="center"?(e=m/2,i=P/2):f==="right"?(e=0,i=P/2):f==="left"?(e=m,i=P/2):u.x<r.x?(f="right",e=0,i=P/2):(f="left",e=m+(T.x+k.x)*2,i=P/2),t=t.subtract(E(e,i,!0)).add(T).add(k),q(o,"leaflet-tooltip-right"),q(o,"leaflet-tooltip-left"),q(o,"leaflet-tooltip-top"),q(o,"leaflet-tooltip-bottom"),Z(o,"leaflet-tooltip-"+f),K(o,t)},_updatePosition:function(){var t=this._map.latLngToLayerPoint(this._latlng);this._setPosition(t)},setOpacity:function(t){this.options.opacity=t,this._container&&ft(this._container,t)},_animateZoom:function(t){var e=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center);this._setPosition(e)},_getAnchor:function(){return E(this._source&&this._source._getTooltipAnchor&&!this.options.sticky?this._source._getTooltipAnchor():[0,0])}}),Vs=function(t,e){return new Be(t,e)};N.include({openTooltip:function(t,e,i){return this._initOverlay(Be,t,e,i).openOn(this),this},closeTooltip:function(t){return t.close(),this}}),gt.include({bindTooltip:function(t,e){return this._tooltip&&this.isTooltipOpen()&&this.unbindTooltip(),this._tooltip=this._initOverlay(Be,this._tooltip,t,e),this._initTooltipInteractions(),this._tooltip.options.permanent&&this._map&&this._map.hasLayer(this)&&this.openTooltip(),this},unbindTooltip:function(){return this._tooltip&&(this._initTooltipInteractions(!0),this.closeTooltip(),this._tooltip=null),this},_initTooltipInteractions:function(t){if(!(!t&&this._tooltipHandlersAdded)){var e=t?"off":"on",i={remove:this.closeTooltip,move:this._moveTooltip};this._tooltip.options.permanent?i.add=this._openTooltip:(i.mouseover=this._openTooltip,i.mouseout=this.closeTooltip,i.click=this._openTooltip,this._map?this._addFocusListeners():i.add=this._addFocusListeners),this._tooltip.options.sticky&&(i.mousemove=this._moveTooltip),this[e](i),this._tooltipHandlersAdded=!t}},openTooltip:function(t){return this._tooltip&&(this instanceof Mt||(this._tooltip._source=this),this._tooltip._prepareOpen(t)&&(this._tooltip.openOn(this._map),this.getElement?this._setAriaDescribedByOnLayer(this):this.eachLayer&&this.eachLayer(this._setAriaDescribedByOnLayer,this))),this},closeTooltip:function(){if(this._tooltip)return this._tooltip.close()},toggleTooltip:function(){return this._tooltip&&this._tooltip.toggle(this),this},isTooltipOpen:function(){return this._tooltip.isOpen()},setTooltipContent:function(t){return this._tooltip&&this._tooltip.setContent(t),this},getTooltip:function(){return this._tooltip},_addFocusListeners:function(){this.getElement?this._addFocusListenersOnLayer(this):this.eachLayer&&this.eachLayer(this._addFocusListenersOnLayer,this)},_addFocusListenersOnLayer:function(t){var e=typeof t.getElement=="function"&&t.getElement();e&&(z(e,"focus",function(){this._tooltip._source=t,this.openTooltip()},this),z(e,"blur",this.closeTooltip,this))},_setAriaDescribedByOnLayer:function(t){var e=typeof t.getElement=="function"&&t.getElement();e&&e.setAttribute("aria-describedby",this._tooltip._container.id)},_openTooltip:function(t){if(!(!this._tooltip||!this._map)){if(this._map.dragging&&this._map.dragging.moving()&&!this._openOnceFlag){this._openOnceFlag=!0;var e=this;this._map.once("moveend",function(){e._openOnceFlag=!1,e._openTooltip(t)});return}this._tooltip._source=t.layer||t.target,this.openTooltip(this._tooltip.options.sticky?t.latlng:void 0)}},_moveTooltip:function(t){var e=t.latlng,i,n;this._tooltip.options.sticky&&t.originalEvent&&(i=this._map.mouseEventToContainerPoint(t.originalEvent),n=this._map.containerPointToLayerPoint(i),e=this._map.layerPointToLatLng(n)),this._tooltip.setLatLng(e)}});var Gn=Wt.extend({options:{iconSize:[12,12],html:!1,bgPos:null,className:"leaflet-div-icon"},createIcon:function(t){var e=t&&t.tagName==="DIV"?t:document.createElement("div"),i=this.options;if(i.html instanceof Element?(be(e),e.appendChild(i.html)):e.innerHTML=i.html!==!1?i.html:"",i.bgPos){var n=E(i.bgPos);e.style.backgroundPosition=-n.x+"px "+-n.y+"px"}return this._setIconStyles(e,"icon"),e},createShadow:function(){return null}});function js(t){return new Gn(t)}Wt.Default=he;var ue=gt.extend({options:{tileSize:256,opacity:1,updateWhenIdle:S.mobile,updateWhenZooming:!0,updateInterval:200,zIndex:1,bounds:null,minZoom:0,maxZoom:void 0,maxNativeZoom:void 0,minNativeZoom:void 0,noWrap:!1,pane:"tilePane",className:"",keepBuffer:2},initialize:function(t){C(this,t)},onAdd:function(){this._initContainer(),this._levels={},this._tiles={},this._resetView()},beforeAdd:function(t){t._addZoomLimit(this)},onRemove:function(t){this._removeAllTiles(),j(this._container),t._removeZoomLimit(this),this._container=null,this._tileZoom=void 0},bringToFront:function(){return this._map&&(Ft(this._container),this._setAutoZIndex(Math.max)),this},bringToBack:function(){return this._map&&(Gt(this._container),this._setAutoZIndex(Math.min)),this},getContainer:function(){return this._container},setOpacity:function(t){return this.options.opacity=t,this._updateOpacity(),this},setZIndex:function(t){return this.options.zIndex=t,this._updateZIndex(),this},isLoading:function(){return this._loading},redraw:function(){if(this._map){this._removeAllTiles();var t=this._clampZoom(this._map.getZoom());t!==this._tileZoom&&(this._tileZoom=t,this._updateLevels()),this._update()}return this},getEvents:function(){var t={viewprereset:this._invalidateAll,viewreset:this._resetView,zoom:this._resetView,moveend:this._onMoveEnd};return this.options.updateWhenIdle||(this._onMove||(this._onMove=p(this._onMoveEnd,this.options.updateInterval,this)),t.move=this._onMove),this._zoomAnimated&&(t.zoomanim=this._animateZoom),t},createTile:function(){return document.createElement("div")},getTileSize:function(){var t=this.options.tileSize;return t instanceof O?t:new O(t,t)},_updateZIndex:function(){this._container&&this.options.zIndex!==void 0&&this.options.zIndex!==null&&(this._container.style.zIndex=this.options.zIndex)},_setAutoZIndex:function(t){for(var e=this.getPane().children,i=-t(-1/0,1/0),n=0,o=e.length,r;n<o;n++)r=e[n].style.zIndex,e[n]!==this._container&&r&&(i=t(i,+r));isFinite(i)&&(this.options.zIndex=i+t(-1,1),this._updateZIndex())},_updateOpacity:function(){if(this._map&&!S.ielt9){ft(this._container,this.options.opacity);var t=+new Date,e=!1,i=!1;for(var n in this._tiles){var o=this._tiles[n];if(!(!o.current||!o.loaded)){var r=Math.min(1,(t-o.loaded)/200);ft(o.el,r),r<1?e=!0:(o.active?i=!0:this._onOpaqueTile(o),o.active=!0)}}i&&!this._noPrune&&this._pruneTiles(),e&&(dt(this._fadeFrame),this._fadeFrame=ot(this._updateOpacity,this))}},_onOpaqueTile:_,_initContainer:function(){this._container||(this._container=R("div","leaflet-layer "+(this.options.className||"")),this._updateZIndex(),this.options.opacity<1&&this._updateOpacity(),this.getPane().appendChild(this._container))},_updateLevels:function(){var t=this._tileZoom,e=this.options.maxZoom;if(t!==void 0){for(var i in this._levels)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]);var n=this._levels[t],o=this._map;return n||(n=this._levels[t]={},n.el=R("div","leaflet-tile-container leaflet-zoom-animated",this._container),n.el.style.zIndex=e,n.origin=o.project(o.unproject(o.getPixelOrigin()),t).round(),n.zoom=t,this._setZoomTransform(n,o.getCenter(),o.getZoom()),_(n.el.offsetWidth),this._onCreateLevel(n)),this._level=n,n}},_onUpdateLevel:_,_onRemoveLevel:_,_onCreateLevel:_,_pruneTiles:function(){if(this._map){var t,e,i=this._map.getZoom();if(i>this.options.maxZoom||i<this.options.minZoom){this._removeAllTiles();return}for(t in this._tiles)e=this._tiles[t],e.retain=e.current;for(t in this._tiles)if(e=this._tiles[t],e.current&&!e.active){var n=e.coords;this._retainParent(n.x,n.y,n.z,n.z-5)||this._retainChildren(n.x,n.y,n.z,n.z+2)}for(t in this._tiles)this._tiles[t].retain||this._removeTile(t)}},_removeTilesAtZoom:function(t){for(var e in this._tiles)this._tiles[e].coords.z===t&&this._removeTile(e)},_removeAllTiles:function(){for(var t in this._tiles)this._removeTile(t)},_invalidateAll:function(){for(var t in this._levels)j(this._levels[t].el),this._onRemoveLevel(Number(t)),delete this._levels[t];this._removeAllTiles(),this._tileZoom=void 0},_retainParent:function(t,e,i,n){var o=Math.floor(t/2),r=Math.floor(e/2),u=i-1,f=new O(+o,+r);f.z=+u;var m=this._tileCoordsToKey(f),P=this._tiles[m];return P&&P.active?(P.retain=!0,!0):(P&&P.loaded&&(P.retain=!0),u>n?this._retainParent(o,r,u,n):!1)},_retainChildren:function(t,e,i,n){for(var o=2*t;o<2*t+2;o++)for(var r=2*e;r<2*e+2;r++){var u=new O(o,r);u.z=i+1;var f=this._tileCoordsToKey(u),m=this._tiles[f];if(m&&m.active){m.retain=!0;continue}else m&&m.loaded&&(m.retain=!0);i+1<n&&this._retainChildren(o,r,i+1,n)}},_resetView:function(t){var e=t&&(t.pinch||t.flyTo);this._setView(this._map.getCenter(),this._map.getZoom(),e,e)},_animateZoom:function(t){this._setView(t.center,t.zoom,!0,t.noUpdate)},_clampZoom:function(t){var e=this.options;return e.minNativeZoom!==void 0&&t<e.minNativeZoom?e.minNativeZoom:e.maxNativeZoom!==void 0&&e.maxNativeZoom<t?e.maxNativeZoom:t},_setView:function(t,e,i,n){var o=Math.round(e);this.options.maxZoom!==void 0&&o>this.options.maxZoom||this.options.minZoom!==void 0&&o<this.options.minZoom?o=void 0:o=this._clampZoom(o);var r=this.options.updateWhenZooming&&o!==this._tileZoom;(!n||r)&&(this._tileZoom=o,this._abortLoading&&this._abortLoading(),this._updateLevels(),this._resetGrid(),o!==void 0&&this._update(t),i||this._pruneTiles(),this._noPrune=!!i),this._setZoomTransforms(t,e)},_setZoomTransforms:function(t,e){for(var i in this._levels)this._setZoomTransform(this._levels[i],t,e)},_setZoomTransform:function(t,e,i){var n=this._map.getZoomScale(i,t.zoom),o=t.origin.multiplyBy(n).subtract(this._map._getNewPixelOrigin(e,i)).round();S.any3d?It(t.el,o,n):K(t.el,o)},_resetGrid:function(){var t=this._map,e=t.options.crs,i=this._tileSize=this.getTileSize(),n=this._tileZoom,o=this._map.getPixelWorldBounds(this._tileZoom);o&&(this._globalTileRange=this._pxBoundsToTileRange(o)),this._wrapX=e.wrapLng&&!this.options.noWrap&&[Math.floor(t.project([0,e.wrapLng[0]],n).x/i.x),Math.ceil(t.project([0,e.wrapLng[1]],n).x/i.y)],this._wrapY=e.wrapLat&&!this.options.noWrap&&[Math.floor(t.project([e.wrapLat[0],0],n).y/i.x),Math.ceil(t.project([e.wrapLat[1],0],n).y/i.y)]},_onMoveEnd:function(){!this._map||this._map._animatingZoom||this._update()},_getTiledPixelBounds:function(t){var e=this._map,i=e._animatingZoom?Math.max(e._animateToZoom,e.getZoom()):e.getZoom(),n=e.getZoomScale(i,this._tileZoom),o=e.project(t,this._tileZoom).floor(),r=e.getSize().divideBy(n*2);return new V(o.subtract(r),o.add(r))},_update:function(t){var e=this._map;if(e){var i=this._clampZoom(e.getZoom());if(t===void 0&&(t=e.getCenter()),this._tileZoom!==void 0){var n=this._getTiledPixelBounds(t),o=this._pxBoundsToTileRange(n),r=o.getCenter(),u=[],f=this.options.keepBuffer,m=new V(o.getBottomLeft().subtract([f,-f]),o.getTopRight().add([f,-f]));if(!(isFinite(o.min.x)&&isFinite(o.min.y)&&isFinite(o.max.x)&&isFinite(o.max.y)))throw new Error("Attempted to load an infinite number of tiles");for(var P in this._tiles){var T=this._tiles[P].coords;(T.z!==this._tileZoom||!m.contains(new O(T.x,T.y)))&&(this._tiles[P].current=!1)}if(Math.abs(i-this._tileZoom)>1){this._setView(t,i);return}for(var k=o.min.y;k<=o.max.y;k++)for(var I=o.min.x;I<=o.max.x;I++){var nt=new O(I,k);if(nt.z=this._tileZoom,!!this._isValidTile(nt)){var Q=this._tiles[this._tileCoordsToKey(nt)];Q?Q.current=!0:u.push(nt)}}if(u.sort(function(at,Jt){return at.distanceTo(r)-Jt.distanceTo(r)}),u.length!==0){this._loading||(this._loading=!0,this.fire("loading"));var pt=document.createDocumentFragment();for(I=0;I<u.length;I++)this._addTile(u[I],pt);this._level.el.appendChild(pt)}}}},_isValidTile:function(t){var e=this._map.options.crs;if(!e.infinite){var i=this._globalTileRange;if(!e.wrapLng&&(t.x<i.min.x||t.x>i.max.x)||!e.wrapLat&&(t.y<i.min.y||t.y>i.max.y))return!1}if(!this.options.bounds)return!0;var n=this._tileCoordsToBounds(t);return J(this.options.bounds).overlaps(n)},_keyToBounds:function(t){return this._tileCoordsToBounds(this._keyToTileCoords(t))},_tileCoordsToNwSe:function(t){var e=this._map,i=this.getTileSize(),n=t.scaleBy(i),o=n.add(i),r=e.unproject(n,t.z),u=e.unproject(o,t.z);return[r,u]},_tileCoordsToBounds:function(t){var e=this._tileCoordsToNwSe(t),i=new rt(e[0],e[1]);return this.options.noWrap||(i=this._map.wrapLatLngBounds(i)),i},_tileCoordsToKey:function(t){return t.x+":"+t.y+":"+t.z},_keyToTileCoords:function(t){var e=t.split(":"),i=new O(+e[0],+e[1]);return i.z=+e[2],i},_removeTile:function(t){var e=this._tiles[t];e&&(j(e.el),delete this._tiles[t],this.fire("tileunload",{tile:e.el,coords:this._keyToTileCoords(t)}))},_initTile:function(t){Z(t,"leaflet-tile");var e=this.getTileSize();t.style.width=e.x+"px",t.style.height=e.y+"px",t.onselectstart=_,t.onmousemove=_,S.ielt9&&this.options.opacity<1&&ft(t,this.options.opacity)},_addTile:function(t,e){var i=this._getTilePos(t),n=this._tileCoordsToKey(t),o=this.createTile(this._wrapCoords(t),a(this._tileReady,this,t));this._initTile(o),this.createTile.length<2&&ot(a(this._tileReady,this,t,null,o)),K(o,i),this._tiles[n]={el:o,coords:t,current:!0},e.appendChild(o),this.fire("tileloadstart",{tile:o,coords:t})},_tileReady:function(t,e,i){e&&this.fire("tileerror",{error:e,tile:i,coords:t});var n=this._tileCoordsToKey(t);i=this._tiles[n],i&&(i.loaded=+new Date,this._map._fadeAnimated?(ft(i.el,0),dt(this._fadeFrame),this._fadeFrame=ot(this._updateOpacity,this)):(i.active=!0,this._pruneTiles()),e||(Z(i.el,"leaflet-tile-loaded"),this.fire("tileload",{tile:i.el,coords:t})),this._noTilesToLoad()&&(this._loading=!1,this.fire("load"),S.ielt9||!this._map._fadeAnimated?ot(this._pruneTiles,this):setTimeout(a(this._pruneTiles,this),250)))},_getTilePos:function(t){return t.scaleBy(this.getTileSize()).subtract(this._level.origin)},_wrapCoords:function(t){var e=new O(this._wrapX?v(t.x,this._wrapX):t.x,this._wrapY?v(t.y,this._wrapY):t.y);return e.z=t.z,e},_pxBoundsToTileRange:function(t){var e=this.getTileSize();return new V(t.min.unscaleBy(e).floor(),t.max.unscaleBy(e).ceil().subtract([1,1]))},_noTilesToLoad:function(){for(var t in this._tiles)if(!this._tiles[t].loaded)return!1;return!0}});function qs(t){return new ue(t)}var qt=ue.extend({options:{minZoom:0,maxZoom:18,subdomains:"abc",errorTileUrl:"",zoomOffset:0,tms:!1,zoomReverse:!1,detectRetina:!1,crossOrigin:!1,referrerPolicy:!1},initialize:function(t,e){this._url=t,e=C(this,e),e.detectRetina&&S.retina&&e.maxZoom>0?(e.tileSize=Math.floor(e.tileSize/2),e.zoomReverse?(e.zoomOffset--,e.minZoom=Math.min(e.maxZoom,e.minZoom+1)):(e.zoomOffset++,e.maxZoom=Math.max(e.minZoom,e.maxZoom-1)),e.minZoom=Math.max(0,e.minZoom)):e.zoomReverse?e.minZoom=Math.min(e.maxZoom,e.minZoom):e.maxZoom=Math.max(e.minZoom,e.maxZoom),typeof e.subdomains=="string"&&(e.subdomains=e.subdomains.split("")),this.on("tileunload",this._onTileRemove)},setUrl:function(t,e){return this._url===t&&e===void 0&&(e=!0),this._url=t,e||this.redraw(),this},createTile:function(t,e){var i=document.createElement("img");return z(i,"load",a(this._tileOnLoad,this,e,i)),z(i,"error",a(this._tileOnError,this,e,i)),(this.options.crossOrigin||this.options.crossOrigin==="")&&(i.crossOrigin=this.options.crossOrigin===!0?"":this.options.crossOrigin),typeof this.options.referrerPolicy=="string"&&(i.referrerPolicy=this.options.referrerPolicy),i.alt="",i.src=this.getTileUrl(t),i},getTileUrl:function(t){var e={r:S.retina?"@2x":"",s:this._getSubdomain(t),x:t.x,y:t.y,z:this._getZoomForUrl()};if(this._map&&!this._map.options.crs.infinite){var i=this._globalTileRange.max.y-t.y;this.options.tms&&(e.y=i),e["-y"]=i}return U(this._url,x(e,this.options))},_tileOnLoad:function(t,e){S.ielt9?setTimeout(a(t,this,null,e),0):t(null,e)},_tileOnError:function(t,e,i){var n=this.options.errorTileUrl;n&&e.getAttribute("src")!==n&&(e.src=n),t(i,e)},_onTileRemove:function(t){t.tile.onload=null},_getZoomForUrl:function(){var t=this._tileZoom,e=this.options.maxZoom,i=this.options.zoomReverse,n=this.options.zoomOffset;return i&&(t=e-t),t+n},_getSubdomain:function(t){var e=Math.abs(t.x+t.y)%this.options.subdomains.length;return this.options.subdomains[e]},_abortLoading:function(){var t,e;for(t in this._tiles)if(this._tiles[t].coords.z!==this._tileZoom&&(e=this._tiles[t].el,e.onload=_,e.onerror=_,!e.complete)){e.src=ut;var i=this._tiles[t].coords;j(e),delete this._tiles[t],this.fire("tileabort",{tile:e,coords:i})}},_removeTile:function(t){var e=this._tiles[t];if(e)return e.el.setAttribute("src",ut),ue.prototype._removeTile.call(this,t)},_tileReady:function(t,e,i){if(!(!this._map||i&&i.getAttribute("src")===ut))return ue.prototype._tileReady.call(this,t,e,i)}});function Un(t,e){return new qt(t,e)}var Wn=qt.extend({defaultWmsParams:{service:"WMS",request:"GetMap",layers:"",styles:"",format:"image/jpeg",transparent:!1,version:"1.1.1"},options:{crs:null,uppercase:!1},initialize:function(t,e){this._url=t;var i=x({},this.defaultWmsParams);for(var n in e)n in this.options||(i[n]=e[n]);e=C(this,e);var o=e.detectRetina&&S.retina?2:1,r=this.getTileSize();i.width=r.x*o,i.height=r.y*o,this.wmsParams=i},onAdd:function(t){this._crs=this.options.crs||t.options.crs,this._wmsVersion=parseFloat(this.wmsParams.version);var e=this._wmsVersion>=1.3?"crs":"srs";this.wmsParams[e]=this._crs.code,qt.prototype.onAdd.call(this,t)},getTileUrl:function(t){var e=this._tileCoordsToNwSe(t),i=this._crs,n=st(i.project(e[0]),i.project(e[1])),o=n.min,r=n.max,u=(this._wmsVersion>=1.3&&this._crs===Bn?[o.y,o.x,r.y,r.x]:[o.x,o.y,r.x,r.y]).join(","),f=qt.prototype.getTileUrl.call(this,t);return f+F(this.wmsParams,f,this.options.uppercase)+(this.options.uppercase?"&BBOX=":"&bbox=")+u},setParams:function(t,e){return x(this.wmsParams,t),e||this.redraw(),this}});function Js(t,e){return new Wn(t,e)}qt.WMS=Wn,Un.wms=Js;var Et=gt.extend({options:{padding:.1},initialize:function(t){C(this,t),l(this),this._layers=this._layers||{}},onAdd:function(){this._container||(this._initContainer(),Z(this._container,"leaflet-zoom-animated")),this.getPane().appendChild(this._container),this._update(),this.on("update",this._updatePaths,this)},onRemove:function(){this.off("update",this._updatePaths,this),this._destroyContainer()},getEvents:function(){var t={viewreset:this._reset,zoom:this._onZoom,moveend:this._update,zoomend:this._onZoomEnd};return this._zoomAnimated&&(t.zoomanim=this._onAnimZoom),t},_onAnimZoom:function(t){this._updateTransform(t.center,t.zoom)},_onZoom:function(){this._updateTransform(this._map.getCenter(),this._map.getZoom())},_updateTransform:function(t,e){var i=this._map.getZoomScale(e,this._zoom),n=this._map.getSize().multiplyBy(.5+this.options.padding),o=this._map.project(this._center,e),r=n.multiplyBy(-i).add(o).subtract(this._map._getNewPixelOrigin(t,e));S.any3d?It(this._container,r,i):K(this._container,r)},_reset:function(){this._update(),this._updateTransform(this._center,this._zoom);for(var t in this._layers)this._layers[t]._reset()},_onZoomEnd:function(){for(var t in this._layers)this._layers[t]._project()},_updatePaths:function(){for(var t in this._layers)this._layers[t]._update()},_update:function(){var t=this.options.padding,e=this._map.getSize(),i=this._map.containerPointToLayerPoint(e.multiplyBy(-t)).round();this._bounds=new V(i,i.add(e.multiplyBy(1+t*2)).round()),this._center=this._map.getCenter(),this._zoom=this._map.getZoom()}}),Vn=Et.extend({options:{tolerance:0},getEvents:function(){var t=Et.prototype.getEvents.call(this);return t.viewprereset=this._onViewPreReset,t},_onViewPreReset:function(){this._postponeUpdatePaths=!0},onAdd:function(){Et.prototype.onAdd.call(this),this._draw()},_initContainer:function(){var t=this._container=document.createElement("canvas");z(t,"mousemove",this._onMouseMove,this),z(t,"click dblclick mousedown mouseup contextmenu",this._onClick,this),z(t,"mouseout",this._handleMouseOut,this),t._leaflet_disable_events=!0,this._ctx=t.getContext("2d")},_destroyContainer:function(){dt(this._redrawRequest),delete this._ctx,j(this._container),G(this._container),delete this._container},_updatePaths:function(){if(!this._postponeUpdatePaths){var t;this._redrawBounds=null;for(var e in this._layers)t=this._layers[e],t._update();this._redraw()}},_update:function(){if(!(this._map._animatingZoom&&this._bounds)){Et.prototype._update.call(this);var t=this._bounds,e=this._container,i=t.getSize(),n=S.retina?2:1;K(e,t.min),e.width=n*i.x,e.height=n*i.y,e.style.width=i.x+"px",e.style.height=i.y+"px",S.retina&&this._ctx.scale(2,2),this._ctx.translate(-t.min.x,-t.min.y),this.fire("update")}},_reset:function(){Et.prototype._reset.call(this),this._postponeUpdatePaths&&(this._postponeUpdatePaths=!1,this._updatePaths())},_initPath:function(t){this._updateDashArray(t),this._layers[l(t)]=t;var e=t._order={layer:t,prev:this._drawLast,next:null};this._drawLast&&(this._drawLast.next=e),this._drawLast=e,this._drawFirst=this._drawFirst||this._drawLast},_addPath:function(t){this._requestRedraw(t)},_removePath:function(t){var e=t._order,i=e.next,n=e.prev;i?i.prev=n:this._drawLast=n,n?n.next=i:this._drawFirst=i,delete t._order,delete this._layers[l(t)],this._requestRedraw(t)},_updatePath:function(t){this._extendRedrawBounds(t),t._project(),t._update(),this._requestRedraw(t)},_updateStyle:function(t){this._updateDashArray(t),this._requestRedraw(t)},_updateDashArray:function(t){if(typeof t.options.dashArray=="string"){var e=t.options.dashArray.split(/[, ]+/),i=[],n,o;for(o=0;o<e.length;o++){if(n=Number(e[o]),isNaN(n))return;i.push(n)}t.options._dashArray=i}else t.options._dashArray=t.options.dashArray},_requestRedraw:function(t){this._map&&(this._extendRedrawBounds(t),this._redrawRequest=this._redrawRequest||ot(this._redraw,this))},_extendRedrawBounds:function(t){if(t._pxBounds){var e=(t.options.weight||0)+1;this._redrawBounds=this._redrawBounds||new V,this._redrawBounds.extend(t._pxBounds.min.subtract([e,e])),this._redrawBounds.extend(t._pxBounds.max.add([e,e]))}},_redraw:function(){this._redrawRequest=null,this._redrawBounds&&(this._redrawBounds.min._floor(),this._redrawBounds.max._ceil()),this._clear(),this._draw(),this._redrawBounds=null},_clear:function(){var t=this._redrawBounds;if(t){var e=t.getSize();this._ctx.clearRect(t.min.x,t.min.y,e.x,e.y)}else this._ctx.save(),this._ctx.setTransform(1,0,0,1,0,0),this._ctx.clearRect(0,0,this._container.width,this._container.height),this._ctx.restore()},_draw:function(){var t,e=this._redrawBounds;if(this._ctx.save(),e){var i=e.getSize();this._ctx.beginPath(),this._ctx.rect(e.min.x,e.min.y,i.x,i.y),this._ctx.clip()}this._drawing=!0;for(var n=this._drawFirst;n;n=n.next)t=n.layer,(!e||t._pxBounds&&t._pxBounds.intersects(e))&&t._updatePath();this._drawing=!1,this._ctx.restore()},_updatePoly:function(t,e){if(this._drawing){var i,n,o,r,u=t._parts,f=u.length,m=this._ctx;if(f){for(m.beginPath(),i=0;i<f;i++){for(n=0,o=u[i].length;n<o;n++)r=u[i][n],m[n?"lineTo":"moveTo"](r.x,r.y);e&&m.closePath()}this._fillStroke(m,t)}}},_updateCircle:function(t){if(!(!this._drawing||t._empty())){var e=t._point,i=this._ctx,n=Math.max(Math.round(t._radius),1),o=(Math.max(Math.round(t._radiusY),1)||n)/n;o!==1&&(i.save(),i.scale(1,o)),i.beginPath(),i.arc(e.x,e.y/o,n,0,Math.PI*2,!1),o!==1&&i.restore(),this._fillStroke(i,t)}},_fillStroke:function(t,e){var i=e.options;i.fill&&(t.globalAlpha=i.fillOpacity,t.fillStyle=i.fillColor||i.color,t.fill(i.fillRule||"evenodd")),i.stroke&&i.weight!==0&&(t.setLineDash&&t.setLineDash(e.options&&e.options._dashArray||[]),t.globalAlpha=i.opacity,t.lineWidth=i.weight,t.strokeStyle=i.color,t.lineCap=i.lineCap,t.lineJoin=i.lineJoin,t.stroke())},_onClick:function(t){for(var e=this._map.mouseEventToLayerPoint(t),i,n,o=this._drawFirst;o;o=o.next)i=o.layer,i.options.interactive&&i._containsPoint(e)&&(!(t.type==="click"||t.type==="preclick")||!this._map._draggableMoved(i))&&(n=i);this._fireEvent(n?[n]:!1,t)},_onMouseMove:function(t){if(!(!this._map||this._map.dragging.moving()||this._map._animatingZoom)){var e=this._map.mouseEventToLayerPoint(t);this._handleMouseHover(t,e)}},_handleMouseOut:function(t){var e=this._hoveredLayer;e&&(q(this._container,"leaflet-interactive"),this._fireEvent([e],t,"mouseout"),this._hoveredLayer=null,this._mouseHoverThrottled=!1)},_handleMouseHover:function(t,e){if(!this._mouseHoverThrottled){for(var i,n,o=this._drawFirst;o;o=o.next)i=o.layer,i.options.interactive&&i._containsPoint(e)&&(n=i);n!==this._hoveredLayer&&(this._handleMouseOut(t),n&&(Z(this._container,"leaflet-interactive"),this._fireEvent([n],t,"mouseover"),this._hoveredLayer=n)),this._fireEvent(this._hoveredLayer?[this._hoveredLayer]:!1,t),this._mouseHoverThrottled=!0,setTimeout(a(function(){this._mouseHoverThrottled=!1},this),32)}},_fireEvent:function(t,e,i){this._map._fireDOMEvent(e,i||e.type,t)},_bringToFront:function(t){var e=t._order;if(e){var i=e.next,n=e.prev;if(i)i.prev=n;else return;n?n.next=i:i&&(this._drawFirst=i),e.prev=this._drawLast,this._drawLast.next=e,e.next=null,this._drawLast=e,this._requestRedraw(t)}},_bringToBack:function(t){var e=t._order;if(e){var i=e.next,n=e.prev;if(n)n.next=i;else return;i?i.prev=n:n&&(this._drawLast=n),e.prev=null,e.next=this._drawFirst,this._drawFirst.prev=e,this._drawFirst=e,this._requestRedraw(t)}}});function jn(t){return S.canvas?new Vn(t):null}var le=function(){try{return document.namespaces.add("lvml","urn:schemas-microsoft-com:vml"),function(t){return document.createElement("<lvml:"+t+' class="lvml">')}}catch{}return function(t){return document.createElement("<"+t+' xmlns="urn:schemas-microsoft.com:vml" class="lvml">')}}(),Ks={_initContainer:function(){this._container=R("div","leaflet-vml-container")},_update:function(){this._map._animatingZoom||(Et.prototype._update.call(this),this.fire("update"))},_initPath:function(t){var e=t._container=le("shape");Z(e,"leaflet-vml-shape "+(this.options.className||"")),e.coordsize="1 1",t._path=le("path"),e.appendChild(t._path),this._updateStyle(t),this._layers[l(t)]=t},_addPath:function(t){var e=t._container;this._container.appendChild(e),t.options.interactive&&t.addInteractiveTarget(e)},_removePath:function(t){var e=t._container;j(e),t.removeInteractiveTarget(e),delete this._layers[l(t)]},_updateStyle:function(t){var e=t._stroke,i=t._fill,n=t.options,o=t._container;o.stroked=!!n.stroke,o.filled=!!n.fill,n.stroke?(e||(e=t._stroke=le("stroke")),o.appendChild(e),e.weight=n.weight+"px",e.color=n.color,e.opacity=n.opacity,n.dashArray?e.dashStyle=W(n.dashArray)?n.dashArray.join(" "):n.dashArray.replace(/( *, *)/g," "):e.dashStyle="",e.endcap=n.lineCap.replace("butt","flat"),e.joinstyle=n.lineJoin):e&&(o.removeChild(e),t._stroke=null),n.fill?(i||(i=t._fill=le("fill")),o.appendChild(i),i.color=n.fillColor||n.color,i.opacity=n.fillOpacity):i&&(o.removeChild(i),t._fill=null)},_updateCircle:function(t){var e=t._point.round(),i=Math.round(t._radius),n=Math.round(t._radiusY||i);this._setPath(t,t._empty()?"M0 0":"AL "+e.x+","+e.y+" "+i+","+n+" 0,"+65535*360)},_setPath:function(t,e){t._path.v=e},_bringToFront:function(t){Ft(t._container)},_bringToBack:function(t){Gt(t._container)}},Ne=S.vml?le:Ki,ce=Et.extend({_initContainer:function(){this._container=Ne("svg"),this._container.setAttribute("pointer-events","none"),this._rootGroup=Ne("g"),this._container.appendChild(this._rootGroup)},_destroyContainer:function(){j(this._container),G(this._container),delete this._container,delete this._rootGroup,delete this._svgSize},_update:function(){if(!(this._map._animatingZoom&&this._bounds)){Et.prototype._update.call(this);var t=this._bounds,e=t.getSize(),i=this._container;(!this._svgSize||!this._svgSize.equals(e))&&(this._svgSize=e,i.setAttribute("width",e.x),i.setAttribute("height",e.y)),K(i,t.min),i.setAttribute("viewBox",[t.min.x,t.min.y,e.x,e.y].join(" ")),this.fire("update")}},_initPath:function(t){var e=t._path=Ne("path");t.options.className&&Z(e,t.options.className),t.options.interactive&&Z(e,"leaflet-interactive"),this._updateStyle(t),this._layers[l(t)]=t},_addPath:function(t){this._rootGroup||this._initContainer(),this._rootGroup.appendChild(t._path),t.addInteractiveTarget(t._path)},_removePath:function(t){j(t._path),t.removeInteractiveTarget(t._path),delete this._layers[l(t)]},_updatePath:function(t){t._project(),t._update()},_updateStyle:function(t){var e=t._path,i=t.options;e&&(i.stroke?(e.setAttribute("stroke",i.color),e.setAttribute("stroke-opacity",i.opacity),e.setAttribute("stroke-width",i.weight),e.setAttribute("stroke-linecap",i.lineCap),e.setAttribute("stroke-linejoin",i.lineJoin),i.dashArray?e.setAttribute("stroke-dasharray",i.dashArray):e.removeAttribute("stroke-dasharray"),i.dashOffset?e.setAttribute("stroke-dashoffset",i.dashOffset):e.removeAttribute("stroke-dashoffset")):e.setAttribute("stroke","none"),i.fill?(e.setAttribute("fill",i.fillColor||i.color),e.setAttribute("fill-opacity",i.fillOpacity),e.setAttribute("fill-rule",i.fillRule||"evenodd")):e.setAttribute("fill","none"))},_updatePoly:function(t,e){this._setPath(t,Yi(t._parts,e))},_updateCircle:function(t){var e=t._point,i=Math.max(Math.round(t._radius),1),n=Math.max(Math.round(t._radiusY),1)||i,o="a"+i+","+n+" 0 1,0 ",r=t._empty()?"M0 0":"M"+(e.x-i)+","+e.y+o+i*2+",0 "+o+-i*2+",0 ";this._setPath(t,r)},_setPath:function(t,e){t._path.setAttribute("d",e)},_bringToFront:function(t){Ft(t._path)},_bringToBack:function(t){Gt(t._path)}});S.vml&&ce.include(Ks);function qn(t){return S.svg||S.vml?new ce(t):null}N.include({getRenderer:function(t){var e=t.options.renderer||this._getPaneRenderer(t.options.pane)||this.options.renderer||this._renderer;return e||(e=this._renderer=this._createRenderer()),this.hasLayer(e)||this.addLayer(e),e},_getPaneRenderer:function(t){if(t==="overlayPane"||t===void 0)return!1;var e=this._paneRenderers[t];return e===void 0&&(e=this._createRenderer({pane:t}),this._paneRenderers[t]=e),e},_createRenderer:function(t){return this.options.preferCanvas&&jn(t)||qn(t)}});var Jn=Vt.extend({initialize:function(t,e){Vt.prototype.initialize.call(this,this._boundsToLatLngs(t),e)},setBounds:function(t){return this.setLatLngs(this._boundsToLatLngs(t))},_boundsToLatLngs:function(t){return t=J(t),[t.getSouthWest(),t.getNorthWest(),t.getNorthEast(),t.getSouthEast()]}});function Ys(t,e){return new Jn(t,e)}ce.create=Ne,ce.pointsToPath=Yi,kt.geometryToLayer=Ee,kt.coordsToLatLng=xi,kt.coordsToLatLngs=Oe,kt.latLngToCoords=Ci,kt.latLngsToCoords=ze,kt.getFeature=jt,kt.asFeature=Ae,N.mergeOptions({boxZoom:!0});var Kn=wt.extend({initialize:function(t){this._map=t,this._container=t._container,this._pane=t._panes.overlayPane,this._resetStateTimeout=0,t.on("unload",this._destroy,this)},addHooks:function(){z(this._container,"mousedown",this._onMouseDown,this)},removeHooks:function(){G(this._container,"mousedown",this._onMouseDown,this)},moved:function(){return this._moved},_destroy:function(){j(this._pane),delete this._pane},_resetState:function(){this._resetStateTimeout=0,this._moved=!1},_clearDeferredResetState:function(){this._resetStateTimeout!==0&&(clearTimeout(this._resetStateTimeout),this._resetStateTimeout=0)},_onMouseDown:function(t){if(!t.shiftKey||t.which!==1&&t.button!==1)return!1;this._clearDeferredResetState(),this._resetState(),ie(),ai(),this._startPoint=this._map.mouseEventToContainerPoint(t),z(document,{contextmenu:Rt,mousemove:this._onMouseMove,mouseup:this._onMouseUp,keydown:this._onKeyDown},this)},_onMouseMove:function(t){this._moved||(this._moved=!0,this._box=R("div","leaflet-zoom-box",this._container),Z(this._container,"leaflet-crosshair"),this._map.fire("boxzoomstart")),this._point=this._map.mouseEventToContainerPoint(t);var e=new V(this._point,this._startPoint),i=e.getSize();K(this._box,e.min),this._box.style.width=i.x+"px",this._box.style.height=i.y+"px"},_finish:function(){this._moved&&(j(this._box),q(this._container,"leaflet-crosshair")),ne(),hi(),G(document,{contextmenu:Rt,mousemove:this._onMouseMove,mouseup:this._onMouseUp,keydown:this._onKeyDown},this)},_onMouseUp:function(t){if(!(t.which!==1&&t.button!==1)&&(this._finish(),!!this._moved)){this._clearDeferredResetState(),this._resetStateTimeout=setTimeout(a(this._resetState,this),0);var e=new rt(this._map.containerPointToLatLng(this._startPoint),this._map.containerPointToLatLng(this._point));this._map.fitBounds(e).fire("boxzoomend",{boxZoomBounds:e})}},_onKeyDown:function(t){t.keyCode===27&&(this._finish(),this._clearDeferredResetState(),this._resetState())}});N.addInitHook("addHandler","boxZoom",Kn),N.mergeOptions({doubleClickZoom:!0});var Yn=wt.extend({addHooks:function(){this._map.on("dblclick",this._onDoubleClick,this)},removeHooks:function(){this._map.off("dblclick",this._onDoubleClick,this)},_onDoubleClick:function(t){var e=this._map,i=e.getZoom(),n=e.options.zoomDelta,o=t.originalEvent.shiftKey?i-n:i+n;e.options.doubleClickZoom==="center"?e.setZoom(o):e.setZoomAround(t.containerPoint,o)}});N.addInitHook("addHandler","doubleClickZoom",Yn),N.mergeOptions({dragging:!0,inertia:!0,inertiaDeceleration:3400,inertiaMaxSpeed:1/0,easeLinearity:.2,worldCopyJump:!1,maxBoundsViscosity:0});var Xn=wt.extend({addHooks:function(){if(!this._draggable){var t=this._map;this._draggable=new At(t._mapPane,t._container),this._draggable.on({dragstart:this._onDragStart,drag:this._onDrag,dragend:this._onDragEnd},this),this._draggable.on("predrag",this._onPreDragLimit,this),t.options.worldCopyJump&&(this._draggable.on("predrag",this._onPreDragWrap,this),t.on("zoomend",this._onZoomEnd,this),t.whenReady(this._onZoomEnd,this))}Z(this._map._container,"leaflet-grab leaflet-touch-drag"),this._draggable.enable(),this._positions=[],this._times=[]},removeHooks:function(){q(this._map._container,"leaflet-grab"),q(this._map._container,"leaflet-touch-drag"),this._draggable.disable()},moved:function(){return this._draggable&&this._draggable._moved},moving:function(){return this._draggable&&this._draggable._moving},_onDragStart:function(){var t=this._map;if(t._stop(),this._map.options.maxBounds&&this._map.options.maxBoundsViscosity){var e=J(this._map.options.maxBounds);this._offsetLimit=st(this._map.latLngToContainerPoint(e.getNorthWest()).multiplyBy(-1),this._map.latLngToContainerPoint(e.getSouthEast()).multiplyBy(-1).add(this._map.getSize())),this._viscosity=Math.min(1,Math.max(0,this._map.options.maxBoundsViscosity))}else this._offsetLimit=null;t.fire("movestart").fire("dragstart"),t.options.inertia&&(this._positions=[],this._times=[])},_onDrag:function(t){if(this._map.options.inertia){var e=this._lastTime=+new Date,i=this._lastPos=this._draggable._absPos||this._draggable._newPos;this._positions.push(i),this._times.push(e),this._prunePositions(e)}this._map.fire("move",t).fire("drag",t)},_prunePositions:function(t){for(;this._positions.length>1&&t-this._times[0]>50;)this._positions.shift(),this._times.shift()},_onZoomEnd:function(){var t=this._map.getSize().divideBy(2),e=this._map.latLngToLayerPoint([0,0]);this._initialWorldOffset=e.subtract(t).x,this._worldWidth=this._map.getPixelWorldBounds().getSize().x},_viscousLimit:function(t,e){return t-(t-e)*this._viscosity},_onPreDragLimit:function(){if(!(!this._viscosity||!this._offsetLimit)){var t=this._draggable._newPos.subtract(this._draggable._startPos),e=this._offsetLimit;t.x<e.min.x&&(t.x=this._viscousLimit(t.x,e.min.x)),t.y<e.min.y&&(t.y=this._viscousLimit(t.y,e.min.y)),t.x>e.max.x&&(t.x=this._viscousLimit(t.x,e.max.x)),t.y>e.max.y&&(t.y=this._viscousLimit(t.y,e.max.y)),this._draggable._newPos=this._draggable._startPos.add(t)}},_onPreDragWrap:function(){var t=this._worldWidth,e=Math.round(t/2),i=this._initialWorldOffset,n=this._draggable._newPos.x,o=(n-e+i)%t+e-i,r=(n+e+i)%t-e-i,u=Math.abs(o+i)<Math.abs(r+i)?o:r;this._draggable._absPos=this._draggable._newPos.clone(),this._draggable._newPos.x=u},_onDragEnd:function(t){var e=this._map,i=e.options,n=!i.inertia||t.noInertia||this._times.length<2;if(e.fire("dragend",t),n)e.fire("moveend");else{this._prunePositions(+new Date);var o=this._lastPos.subtract(this._positions[0]),r=(this._lastTime-this._times[0])/1e3,u=i.easeLinearity,f=o.multiplyBy(u/r),m=f.distanceTo([0,0]),P=Math.min(i.inertiaMaxSpeed,m),T=f.multiplyBy(P/m),k=P/(i.inertiaDeceleration*u),I=T.multiplyBy(-k/2).round();!I.x&&!I.y?e.fire("moveend"):(I=e._limitOffset(I,e.options.maxBounds),ot(function(){e.panBy(I,{duration:k,easeLinearity:u,noMoveStart:!0,animate:!0})}))}}});N.addInitHook("addHandler","dragging",Xn),N.mergeOptions({keyboard:!0,keyboardPanDelta:80});var $n=wt.extend({keyCodes:{left:[37],right:[39],down:[40],up:[38],zoomIn:[187,107,61,171],zoomOut:[189,109,54,173]},initialize:function(t){this._map=t,this._setPanDelta(t.options.keyboardPanDelta),this._setZoomDelta(t.options.zoomDelta)},addHooks:function(){var t=this._map._container;t.tabIndex<=0&&(t.tabIndex="0"),z(t,{focus:this._onFocus,blur:this._onBlur,mousedown:this._onMouseDown},this),this._map.on({focus:this._addHooks,blur:this._removeHooks},this)},removeHooks:function(){this._removeHooks(),G(this._map._container,{focus:this._onFocus,blur:this._onBlur,mousedown:this._onMouseDown},this),this._map.off({focus:this._addHooks,blur:this._removeHooks},this)},_onMouseDown:function(){if(!this._focused){var t=document.body,e=document.documentElement,i=t.scrollTop||e.scrollTop,n=t.scrollLeft||e.scrollLeft;this._map._container.focus(),window.scrollTo(n,i)}},_onFocus:function(){this._focused=!0,this._map.fire("focus")},_onBlur:function(){this._focused=!1,this._map.fire("blur")},_setPanDelta:function(t){var e=this._panKeys={},i=this.keyCodes,n,o;for(n=0,o=i.left.length;n<o;n++)e[i.left[n]]=[-1*t,0];for(n=0,o=i.right.length;n<o;n++)e[i.right[n]]=[t,0];for(n=0,o=i.down.length;n<o;n++)e[i.down[n]]=[0,t];for(n=0,o=i.up.length;n<o;n++)e[i.up[n]]=[0,-1*t]},_setZoomDelta:function(t){var e=this._zoomKeys={},i=this.keyCodes,n,o;for(n=0,o=i.zoomIn.length;n<o;n++)e[i.zoomIn[n]]=t;for(n=0,o=i.zoomOut.length;n<o;n++)e[i.zoomOut[n]]=-t},_addHooks:function(){z(document,"keydown",this._onKeyDown,this)},_removeHooks:function(){G(document,"keydown",this._onKeyDown,this)},_onKeyDown:function(t){if(!(t.altKey||t.ctrlKey||t.metaKey)){var e=t.keyCode,i=this._map,n;if(e in this._panKeys){if(!i._panAnim||!i._panAnim._inProgress)if(n=this._panKeys[e],t.shiftKey&&(n=E(n).multiplyBy(3)),i.options.maxBounds&&(n=i._limitOffset(E(n),i.options.maxBounds)),i.options.worldCopyJump){var o=i.wrapLatLng(i.unproject(i.project(i.getCenter()).add(n)));i.panTo(o)}else i.panBy(n)}else if(e in this._zoomKeys)i.setZoom(i.getZoom()+(t.shiftKey?3:1)*this._zoomKeys[e]);else if(e===27&&i._popup&&i._popup.options.closeOnEscapeKey)i.closePopup();else return;Rt(t)}}});N.addInitHook("addHandler","keyboard",$n),N.mergeOptions({scrollWheelZoom:!0,wheelDebounceTime:40,wheelPxPerZoomLevel:60});var Qn=wt.extend({addHooks:function(){z(this._map._container,"wheel",this._onWheelScroll,this),this._delta=0},removeHooks:function(){G(this._map._container,"wheel",this._onWheelScroll,this)},_onWheelScroll:function(t){var e=Pn(t),i=this._map.options.wheelDebounceTime;this._delta+=e,this._lastMousePos=this._map.mouseEventToContainerPoint(t),this._startTime||(this._startTime=+new Date);var n=Math.max(i-(+new Date-this._startTime),0);clearTimeout(this._timer),this._timer=setTimeout(a(this._performZoom,this),n),Rt(t)},_performZoom:function(){var t=this._map,e=t.getZoom(),i=this._map.options.zoomSnap||0;t._stop();var n=this._delta/(this._map.options.wheelPxPerZoomLevel*4),o=4*Math.log(2/(1+Math.exp(-Math.abs(n))))/Math.LN2,r=i?Math.ceil(o/i)*i:o,u=t._limitZoom(e+(this._delta>0?r:-r))-e;this._delta=0,this._startTime=null,u&&(t.options.scrollWheelZoom==="center"?t.setZoom(e+u):t.setZoomAround(this._lastMousePos,e+u))}});N.addInitHook("addHandler","scrollWheelZoom",Qn);var Xs=600;N.mergeOptions({tapHold:S.touchNative&&S.safari&&S.mobile,tapTolerance:15});var to=wt.extend({addHooks:function(){z(this._map._container,"touchstart",this._onDown,this)},removeHooks:function(){G(this._map._container,"touchstart",this._onDown,this)},_onDown:function(t){if(clearTimeout(this._holdTimeout),t.touches.length===1){var e=t.touches[0];this._startPos=this._newPos=new O(e.clientX,e.clientY),this._holdTimeout=setTimeout(a(function(){this._cancel(),this._isTapValid()&&(z(document,"touchend",tt),z(document,"touchend touchcancel",this._cancelClickPrevent),this._simulateEvent("contextmenu",e))},this),Xs),z(document,"touchend touchcancel contextmenu",this._cancel,this),z(document,"touchmove",this._onMove,this)}},_cancelClickPrevent:function t(){G(document,"touchend",tt),G(document,"touchend touchcancel",t)},_cancel:function(){clearTimeout(this._holdTimeout),G(document,"touchend touchcancel contextmenu",this._cancel,this),G(document,"touchmove",this._onMove,this)},_onMove:function(t){var e=t.touches[0];this._newPos=new O(e.clientX,e.clientY)},_isTapValid:function(){return this._newPos.distanceTo(this._startPos)<=this._map.options.tapTolerance},_simulateEvent:function(t,e){var i=new MouseEvent(t,{bubbles:!0,cancelable:!0,view:window,screenX:e.screenX,screenY:e.screenY,clientX:e.clientX,clientY:e.clientY});i._simulated=!0,e.target.dispatchEvent(i)}});N.addInitHook("addHandler","tapHold",to),N.mergeOptions({touchZoom:S.touch,bounceAtZoomLimits:!0});var eo=wt.extend({addHooks:function(){Z(this._map._container,"leaflet-touch-zoom"),z(this._map._container,"touchstart",this._onTouchStart,this)},removeHooks:function(){q(this._map._container,"leaflet-touch-zoom"),G(this._map._container,"touchstart",this._onTouchStart,this)},_onTouchStart:function(t){var e=this._map;if(!(!t.touches||t.touches.length!==2||e._animatingZoom||this._zooming)){var i=e.mouseEventToContainerPoint(t.touches[0]),n=e.mouseEventToContainerPoint(t.touches[1]);this._centerPoint=e.getSize()._divideBy(2),this._startLatLng=e.containerPointToLatLng(this._centerPoint),e.options.touchZoom!=="center"&&(this._pinchStartLatLng=e.containerPointToLatLng(i.add(n)._divideBy(2))),this._startDist=i.distanceTo(n),this._startZoom=e.getZoom(),this._moved=!1,this._zooming=!0,e._stop(),z(document,"touchmove",this._onTouchMove,this),z(document,"touchend touchcancel",this._onTouchEnd,this),tt(t)}},_onTouchMove:function(t){if(!(!t.touches||t.touches.length!==2||!this._zooming)){var e=this._map,i=e.mouseEventToContainerPoint(t.touches[0]),n=e.mouseEventToContainerPoint(t.touches[1]),o=i.distanceTo(n)/this._startDist;if(this._zoom=e.getScaleZoom(o,this._startZoom),!e.options.bounceAtZoomLimits&&(this._zoom<e.getMinZoom()&&o<1||this._zoom>e.getMaxZoom()&&o>1)&&(this._zoom=e._limitZoom(this._zoom)),e.options.touchZoom==="center"){if(this._center=this._startLatLng,o===1)return}else{var r=i._add(n)._divideBy(2)._subtract(this._centerPoint);if(o===1&&r.x===0&&r.y===0)return;this._center=e.unproject(e.project(this._pinchStartLatLng,this._zoom).subtract(r),this._zoom)}this._moved||(e._moveStart(!0,!1),this._moved=!0),dt(this._animRequest);var u=a(e._move,e,this._center,this._zoom,{pinch:!0,round:!1},void 0);this._animRequest=ot(u,this,!0),tt(t)}},_onTouchEnd:function(){if(!this._moved||!this._zooming){this._zooming=!1;return}this._zooming=!1,dt(this._animRequest),G(document,"touchmove",this._onTouchMove,this),G(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))}});N.addInitHook("addHandler","touchZoom",eo),N.BoxZoom=Kn,N.DoubleClickZoom=Yn,N.Drag=Xn,N.Keyboard=$n,N.ScrollWheelZoom=Qn,N.TapHold=to,N.TouchZoom=eo,c.Bounds=V,c.Browser=S,c.CRS=Tt,c.Canvas=Vn,c.Circle=Pi,c.CircleMarker=ke,c.Class=Ct,c.Control=mt,c.DivIcon=Gn,c.DivOverlay=bt,c.DomEvent=ps,c.DomUtil=fs,c.Draggable=At,c.Evented=Xt,c.FeatureGroup=Mt,c.GeoJSON=kt,c.GridLayer=ue,c.Handler=wt,c.Icon=Wt,c.ImageOverlay=Ze,c.LatLng=H,c.LatLngBounds=rt,c.Layer=gt,c.LayerGroup=Ut,c.LineUtil=Ss,c.Map=N,c.Marker=Se,c.Mixin=bs,c.Path=Zt,c.Point=O,c.PolyUtil=Ps,c.Polygon=Vt,c.Polyline=St,c.Popup=Ie,c.PosAnimation=xn,c.Projection=ks,c.Rectangle=Jn,c.Renderer=Et,c.SVG=ce,c.SVGOverlay=Fn,c.TileLayer=qt,c.Tooltip=Be,c.Transformation=Ke,c.Util=Io,c.VideoOverlay=Hn,c.bind=a,c.bounds=st,c.canvas=jn,c.circle=Ns,c.circleMarker=Bs,c.control=re,c.divIcon=js,c.extend=x,c.featureGroup=As,c.geoJSON=Dn,c.geoJson=Hs,c.gridLayer=qs,c.icon=Zs,c.imageOverlay=Fs,c.latLng=B,c.latLngBounds=J,c.layerGroup=zs,c.map=ms,c.marker=Is,c.point=E,c.polygon=Ds,c.polyline=Rs,c.popup=Ws,c.rectangle=Ys,c.setOptions=C,c.stamp=l,c.svg=qn,c.svgOverlay=Us,c.tileLayer=Un,c.tooltip=Vs,c.transformation=$t,c.version=g,c.videoOverlay=Gs;var $s=window.L;c.noConflict=function(){return window.L=$s,this},window.L=c})})(it,it.exports);var D=it.exports;const et="l:layer:connected",Si="l:popup:connected",de="l:icon:connected",ki="l:layer:removed",Ei="l:latlngbounds:connected",Oi="l:latlngbounds:changed",De="l:tooltip:connected",zi="l:pane:connected",Ai=(y,d,c=!0)=>{if(y.hasAttribute("on")){const g=y.getAttribute("on");g!==null&&g.split(/\s+/).forEach(x=>{d!==null&&d.on(x,s=>{y.dispatchEvent(new CustomEvent(x,{bubbles:c,detail:s}))})})}};class so extends HTMLElement{constructor(){super()}connectedCallback(){this.addEventListener(et,d=>{d.detail.type="base"})}}class ro extends HTMLElement{constructor(){super()}connectedCallback(){const d={},c={},g=D.control.layers(d,c);this.addEventListener(et,s=>{const{type:a,name:h,layer:l}=s.detail;a==="overlay"?g.addOverlay(l,h):a==="base"&&g.addBaseLayer(l,h),s.preventDefault()});const x=new CustomEvent(et,{cancelable:!0,bubbles:!0,detail:{layer:g}});this.dispatchEvent(x)}}class Ot extends HTMLElement{constructor(){super(),this.layer=null}disconnectedCallback(){var d;(d=this.layer)==null||d.remove()}}class ao extends Ot{constructor(){super(),this.layer=null}connectedCallback(){const d=this.getAttribute("name"),c=D.layerGroup();this.layer=c;const g=new CustomEvent(et,{cancelable:!0,bubbles:!0,detail:{layer:c,name:d}});this.dispatchEvent(g),this.addEventListener(et,s=>{s.stopPropagation(),c.addLayer(s.detail.layer)}),new MutationObserver(function(s){s.forEach(a=>{a.removedNodes.forEach(h=>{if(h instanceof HTMLElement){const l=h.getAttribute("leaflet-id");if(l!==null){const p=c.getLayer(parseInt(l));typeof p<"u"&&c.removeLayer(p)}}})})}).observe(this,{childList:!0})}}class ho extends Error{constructor(c){super();Pt(this,"issues",[]);this.name="LeafletHTMLError",this.issues=c}get message(){return JSON.stringify(this.issues,null,2)}}const uo=y=>({status:"clean",issues:[],value:y}),lo=({value:y})=>y,vt=(y,d)=>{const c=y(uo(d));if(c.status!=="clean")throw new ho(c.issues);return lo(c)},co=y=>d=>{let{status:c,issues:g}=d;const x={};for(const s of Object.keys(y)){let a=y[s](d);a.status==="abort"&&(c="abort",g=[...g,...a.issues]),x[s]=a.value}return{status:c,issues:g,value:x}},fe=y=>d=>{let{issues:c}=d,g="clean";const x={};for(const s of Object.keys(y)){let a=y[s](d);a.status!=="clean"&&(g=a.status),!(a.value===null&&a.status==="clean")&&(c=[...c,...a.issues],x[s]=a.value)}return{status:g,issues:c,value:x}},fo=(...y)=>d=>{for(let c=0;c<y.length&&(d=y[c](d),d.status!=="abort");c++);return d},He=(...y)=>d=>{for(let c=0;c<y.length;c++)d=y[c](d);return d},Fe=y=>d=>d.value===null?d:y(d),ht=y=>d=>(d=y(d),d.value===null?{status:"clean",issues:[],value:null}:d),$=y=>d=>{const c=d.value;let g=c.getAttribute(y);return g===null?{status:"abort",issues:[...d.issues,Lo(c,y)],value:null}:{...d,value:g}},_o=()=>y=>{let d=parseInt(y.value);return isNaN(d)?{status:"abort",issues:[...y.issues,go(y.value)],value:d}:{...y,value:d}},po=()=>y=>{let d=parseFloat(y.value);return isNaN(d)?{status:"abort",issues:[...y.issues,vo(y.value)],value:d}:{...y,value:d}},_e=()=>y=>{let d;try{d=JSON.parse(y.value)}catch(c){return{status:"abort",issues:[...y.issues,yo(c)],value:null}}return{...y,value:d}},mo=()=>y=>({...y,value:y.value.toLowerCase()==="true"}),pe=(y,...d)=>fo($(y),...d),go=y=>({code:"parse_int",message:`could not parse int given: "${y}"`}),vo=y=>({code:"parse_float",message:`could not parse float given: "${y}"`}),yo=y=>({code:"parse_json",message:y.message}),Lo=(y,d)=>({code:"missing_attribute",message:`${y.tagName.toLowerCase()} missing attribute '${d}'`}),ve=class ve extends HTMLElement{constructor(){super(),this.map=null;const d=g=>{const{bounds:x,method:s}=g.detail;this.map!==null&&this.map[s](x)};this.addEventListener(Ei,d),this.addEventListener(Oi,d),this.addEventListener(zi,g=>{const{name:x}=g.detail;this.map.createPane(x)}),new MutationObserver(function(g){g.forEach(x=>{if(x.target instanceof ve){const s=x.target;x.removedNodes.forEach(a=>{a instanceof Ot&&s.map!==null&&a.layer!==null&&(s.dispatchEvent(new CustomEvent(ki,{bubbles:!0,detail:{layer:a.layer}})),s.map.removeLayer(a.layer))})}})}).observe(this,{childList:!0})}connectedCallback(){const d={zoomControl:this.hasAttribute("zoom-control")};if(this.hasAttribute("attribution-control")&&(d.attributionControl=this.getAttribute("attribution-control").toLowerCase()==="true"),this.map=D.map(this,d),this.map.whenReady(()=>{this.dispatchEvent(new CustomEvent("ready",{bubbles:!0,cancelable:!0,detail:this.map}))}),Ai(this,this.map),this.hasAttribute("fit-world"))this.map.fitWorld();else{const g=co({zoom:pe("zoom",_o()),center:pe("center",_e())}),{zoom:x,center:s}=vt(g,this);this.map.setView(s,x)}if(this.hasAttribute("locate")){const g=pe("locate",_e());this.map.locate(vt(g,this))}const c={"l-control-layers":(g,x)=>g.addTo(x),default:(g,x)=>x.addLayer(g)};this.addEventListener(et,g=>{const{layer:x}=g.detail,s=g.target.localName;(c[s]||c.default)(x,this.map)}),this.addEventListener(ki,g=>{this.map!==null&&this.map.removeLayer(g.detail.layer)})}attributeChangedCallback(d,c,g){this.map!==null&&(d==="zoom"?this.map.setZoom(parseInt(g)):d==="center"&&this.map.setView(JSON.parse(g)))}};Pt(ve,"observedAttributes",["zoom","center","zoom-control"]);let Ge=ve;class Zi extends Ot{constructor(){super(),this.layer=null,this.addEventListener(de,d=>{d.stopPropagation(),this.layer.setIcon(d.detail.icon)}),this.addEventListener(De,d=>{d.stopPropagation(),this.layer.bindTooltip(d.detail.tooltip)})}connectedCallback(){const d=vt(pe("lat-lng",_e()),this),c=vt(fe({opacity:He(ht($("opacity")),Fe(po()))}),this),g=this.closest("l-pane");if(g!==null&&(c.pane=g.getAttribute("name")),this.layer=D.marker(d,c),this.hasAttribute("icon")){const s=D.icon(JSON.parse(this.getAttribute("icon")));this.layer.setIcon(s)}Ai(this,this.layer,!1),this.setAttribute("leaflet-id",D.stamp(this.layer)),this.addEventListener(Si,s=>{const{content:a,openPopup:h}=s.detail,l=this.layer.bindPopup(a);h&&l.openPopup()});const x=new CustomEvent(et,{cancelable:!0,bubbles:!0,detail:{layer:this.layer}});this.dispatchEvent(x)}attributeChangedCallback(d,c,g){this.layer!==null&&(d==="lat-lng"&&this.layer.setLatLng(JSON.parse(g)),d==="opacity"&&this.layer.setOpacity(parseFloat(g)),d==="icon"&&this.layer.setIcon(D.icon(JSON.parse(g))))}}Pt(Zi,"observedAttributes",["lat-lng","opacity","icon"]);class wo extends HTMLElement{constructor(){super()}connectedCallback(){this.addEventListener(et,d=>{d.detail.type="overlay"})}}class bo extends HTMLElement{constructor(){super()}connectedCallback(){const d=this.getAttribute("content");let c=!1;const g=this.getAttribute("open-popup");g!==null&&(c=g!=="false");const x=new CustomEvent(Si,{cancelable:!0,bubbles:!0,detail:{content:d,openPopup:c}});this.dispatchEvent(x)}}const Ii=y=>{const d={},c=y.getAttribute("tile-size");if(c){const g=parseInt(c);d.tileSize=isNaN(g)?D.point(JSON.parse(c)):g}return d};class Ue extends Ot{constructor(){super(),this.layer=null}connectedCallback(){const d=vt($("url-template"),this),c=Ue.parseTemplateAttributes(d),g={};for(const _ of c){const b=this.getAttribute(_);b!==null&&(g[_]=b)}const x={};this.parentElement.tagName.toLowerCase()==="l-pane"&&(x.pane=this.parentElement.getAttribute("name"));const s=this.getAttribute("name"),a=fe({attribution:ht($("attribution")),errorTileUrl:ht($("error-tile-url"))}),h=vt(a,this),l=this.getAttribute("zoom-offset");if(l){const _=parseInt(l);isNaN(_)||(h.zoomOffset=_)}const p=Ii(this);this.layer=D.tileLayer(d,{...g,...x,...h,...p});const v=new CustomEvent(et,{detail:{name:s,layer:this.layer},bubbles:!0});this.dispatchEvent(v)}static parseTemplateAttributes(d){const c=/{(.*?)}/g;return[...d.matchAll(c)].map(g=>g[1])}}class Po extends Ot{static get observedAttributes(){return["options"]}constructor(){super(),this.layer=null}connectedCallback(){this.initLayer()}attributeChangedCallback(d,c,g){d==="options"&&c!==g&&this.isConnected&&this.reloadLayer()}initLayer(){const d=vt($("url-template"),this),c=this.getAttribute("name"),g=fe({layers:$("layers"),styles:ht($("styles")),format:ht($("format")),transparent:ht($("transparent")),version:ht($("version")),crs:ht($("crs")),uppercase:ht($("uppercase")),attribution:ht($("attribution"))}),x=vt(g,this),s=this.getAttribute("options"),a=()=>{if(s)try{return JSON.parse(s)}catch(v){return console.error("Error whilst parsing JSON for options attribute in l-tile-layer-wms",v),{}}else return{}},h={};this.parentElement.tagName.toLowerCase()==="l-pane"&&(h.pane=this.parentElement.getAttribute("name"));const l=Ii(this);this.layer=D.tileLayer.wms(d,{...x,...a(),...h,...l});const p=new CustomEvent(et,{detail:{name:c,layer:this.layer},bubbles:!0});this.dispatchEvent(p)}reloadLayer(){this.layer&&this.layer.remove(),this.initLayer()}}class Bi extends HTMLElement{constructor(){super()}connectedCallback(){let d=this.getAttribute("bounds");d!==null&&this.dispatchEvent(this.getEvent(Ei,JSON.parse(d)))}attributeChangedCallback(d,c,g){this.dispatchEvent(this.getEvent(Oi,JSON.parse(g)))}getEvent(d,c){return new CustomEvent(d,{bubbles:!0,detail:{bounds:c,method:this.getAttribute("method")||"fitBounds"}})}}Pt(Bi,"observedAttributes",["bounds"]);class Ni extends Ot{constructor(){super(),this.layer=null}connectedCallback(){const d=this.getAttribute("url");if(d===null){console.warn("attribute 'url' not set");return}let c=this.getAttribute("bounds");if(c===null){console.warn("attribute 'bounds' not set");return}const g={opacity:parseFloat(this.getAttribute("opacity")||"1.0"),alt:this.getAttribute("alt")||""},x=this.closest("l-pane");x!==null&&(g.pane=x.getAttribute("name")),this.layer=D.imageOverlay(d,JSON.parse(c),g),this.dispatchEvent(new CustomEvent(et,{cancelable:!0,bubbles:!0,detail:{layer:this.layer}}))}attributeChangedCallback(d,c,g){this.layer!==null&&(d==="url"?this.layer.setUrl(g):d==="bounds"?this.layer.setBounds(JSON.parse(g)):d==="opacity"&&this.layer.setOpacity(parseFloat(g)))}}Pt(Ni,"observedAttributes",["url","bounds","opacity"]);class xo extends Ot{constructor(){super()}connectedCallback(){const d=JSON.parse(this.getAttribute("url")),c=JSON.parse(this.getAttribute("bounds")),g={opacity:parseFloat(this.getAttribute("opacity")||"1.0"),alt:this.getAttribute("alt")||"",autoplay:!0,muted:!0,playsInline:!0},x=D.videoOverlay(d,c,g);this.dispatchEvent(new CustomEvent(et,{cancelable:!0,bubbles:!0,detail:{layer:x}}))}}class Co extends HTMLElement{constructor(){super(),this.layer=null}connectedCallback(){const d=this.getAttribute("geojson"),c={},g=this.closest("l-pane");g!==null&&(c.pane=g.getAttribute("name")),d!==null&&(this.layer=D.geoJSON(JSON.parse(d),c),this.dispatchEvent(new CustomEvent(et,{bubbles:!0,cancelable:!0,detail:{layer:this.layer}})))}}const Kt=y=>y.replace(/-./g,d=>d[1].toUpperCase()),To=y=>y.split("").map((d,c)=>d.toUpperCase()===d?`${c!==0?"-":""}${d.toLowerCase()}`:d).join(""),We=["icon-url","icon-retina-url","shadow-url","shadow-retina-url","class-name"],Ri=["icon-anchor","icon-size","shadow-anchor","shadow-size","tooltip-anchor","popup-anchor"],Di=["cross-origin"],ye=class ye extends HTMLElement{constructor(){super(),this.icon=null}connectedCallback(){this.icon=D.icon(this._parseOptions());const d=new CustomEvent(de,{cancelable:!0,bubbles:!0,detail:{icon:this.icon}});this.dispatchEvent(d)}attributeChangedCallback(d,c,g){if(ye.observedAttributes.indexOf(d)!==-1&&this.icon!==null){let x={};We.indexOf(d)!==-1?x[Kt(d)]=g:Di.indexOf(d)!==-1?x[Kt(d)]=g.toLowerCase()==="true":x[Kt(d)]=JSON.parse(g),this.icon=D.icon({...this.icon.options,...x});const s=new CustomEvent(de,{cancelable:!0,bubbles:!0,detail:{icon:this.icon}});this.dispatchEvent(s)}}_parseOptions(){const d={};We.forEach(g=>{d[Kt(g)]=ht($(g))}),Ri.forEach(g=>{d[Kt(g)]=He(ht($(g)),Fe(_e()))}),d.crossOrigin=He(ht($("cross-origin")),Fe(mo()));const c=fe(d);return vt(c,this)}};Pt(ye,"observedAttributes",[...We,...Ri,...Di]);let Ve=ye,Mo=class extends HTMLElement{constructor(){super(),this.icon=null}connectedCallback(){const d={html:this.innerHTML},c=this.getAttribute("class-name");c!==null&&(d.className=c),this.icon=D.divIcon(d),this.dispatchEvent(new CustomEvent(de,{bubbles:!0,cancelable:!0,detail:{icon:this.icon}}))}};class Hi extends HTMLElement{constructor(){super(),this.tooltip=null}connectedCallback(){this.tooltip=D.tooltip({permanent:this.hasAttribute("permanent"),interactive:this.hasAttribute("interactive"),direction:this.getAttribute("direction")??"auto"}),this.tooltip.setContent(this.getAttribute("content"));const d=new CustomEvent(De,{cancelable:!0,bubbles:!0,detail:{tooltip:this.tooltip}});this.dispatchEvent(d)}attributeChangedCallback(d,c,g){this.tooltip&&(d==="content"?this.tooltip.setContent(g):d==="permanent"?this.tooltip.options.permanent=this.hasAttribute("permanent"):d==="interactive"?this.tooltip.options.interactive=this.hasAttribute("interactive"):d==="direction"&&(this.tooltip.options.direction=g))}}Pt(Hi,"observedAttributes",["content","permanent","interactive","direction"]);class So extends HTMLElement{constructor(){super()}connectedCallback(){this.dispatchEvent(new CustomEvent(zi,{bubbles:!0,cancelable:!0,detail:{name:this.getAttribute("name")}}))}}const je=y=>{switch(y){case"circle":return[X("latLng","latlng",null)];case"rectangle":return[X("latLngBounds","latlngbounds",null)];case"polygon":return[X("latLngs","latlng",null)];case"polyline":return[X("latLngs","latlng",null)]}},X=(y,d,c)=>({camel:y,kebab:To(y),parser:ko(d),defaultValue:c}),ko=y=>{switch(y.toLowerCase()){case"boolean":return d=>d==="true";case"number":return parseFloat;case"latlng":case"latlngbounds":return JSON.parse;case"string":return d=>d;default:return d=>d}},me=y=>{const d={circle:[X("radius","number",null)],path:[X("stroke","boolean",!0),X("color","string","#3388ff"),X("weight","number",3),X("opacity","number",1),X("lineCap","string","round"),X("lineJoin","string","round"),X("dashArray","string",null),X("dashOffset","string",null),X("fill","boolean",!0),X("fillColor","string","#3388ff"),X("fillOpacity","number",.2)],polyline:[X("smoothFactor","number",1),X("noClip","boolean",!1)],polygon:[],rectangle:[],interactiveLayer:[X("interactive","boolean",!0)]};return Eo(y).flatMap(c=>d[c])},Fi={circle:["path"],polyline:["path"],polygon:["polyline"],rectangle:["polygon"],path:["interactiveLayer"],interactiveLayer:[]},Eo=y=>{let d=y,c=[y];for(;Fi[d].length>0;){let g=Fi[d][0];c.push(g),d=g}return c},Oo=(y,d,c,g)=>{let s=[...je(d),...me(d)].find(l=>l.kebab===c);if(typeof s>"u")return;const a=s.parser(g);if(y instanceof D.Circle)switch(c){case"lat-lng":y.setLatLng(JSON.parse(g));break;case"radius":y.setRadius(parseFloat(g));break}else if(y instanceof D.Rectangle)switch(c){case"lat-lngs":y.setLatLngs(JSON.parse(g));break;case"lat-lng-bounds":y.setBounds(JSON.parse(g));break}else if(y instanceof D.Polygon)switch(c){case"lat-lngs":y.setLatLngs(JSON.parse(g));break}else if(y instanceof D.Polyline)switch(c){case"lat-lngs":y.setLatLngs(JSON.parse(g));break}let h=me("polyline").find(l=>l.kebab===c);typeof h<"u"&&y.setStyle({[h.camel]:a})},zo=y=>{let d=je(y).map(g=>g.kebab),c=me(y).map(g=>g.kebab);return[...d,...c]},Ao=(y,d)=>{let c={};return me(d).forEach(g=>{y.hasAttribute(g.kebab)&&(c[g.camel]=g.parser(y.getAttribute(g.kebab)))}),c},Zo=(y,d)=>je(d).map(c=>{const g=$(c.kebab),x=vt(g,y);return c.parser(x)}),ge=(y,d)=>{class c extends HTMLElement{constructor(){super(),this.layer=null,this.addEventListener(De,x=>{this.layer!==null&&this.layer.bindTooltip(x.detail.tooltip)})}connectedCallback(){const x=Zo(this,d),s=Ao(this,d);this.layer=y(...x,s);const a=new CustomEvent(et,{cancelable:!0,bubbles:!0,detail:{layer:this.layer}});this.dispatchEvent(a)}attributeChangedCallback(x,s,a){this.layer!==null&&Oo(this.layer,d,x,a)}}return Pt(c,"observedAttributes",zo(d)),c};var Gi={exports:{}};(function(y,d){(function(c,g){g(d)})(ct,function(c){var g=L.MarkerClusterGroup=L.FeatureGroup.extend({options:{maxClusterRadius:80,iconCreateFunction:null,clusterPane:L.Marker.prototype.options.pane,spiderfyOnEveryZoom:!1,spiderfyOnMaxZoom:!0,showCoverageOnHover:!0,zoomToBoundsOnClick:!0,singleMarkerMode:!1,disableClusteringAtZoom:null,removeOutsideVisibleBounds:!0,animate:!0,animateAddingMarkers:!1,spiderfyShapePositions:null,spiderfyDistanceMultiplier:1,spiderLegPolylineOptions:{weight:1.5,color:"#222",opacity:.5},chunkedLoading:!1,chunkInterval:200,chunkDelay:50,chunkProgress:null,polygonOptions:{}},initialize:function(s){L.Util.setOptions(this,s),this.options.iconCreateFunction||(this.options.iconCreateFunction=this._defaultIconCreateFunction),this._featureGroup=L.featureGroup(),this._featureGroup.addEventParent(this),this._nonPointGroup=L.featureGroup(),this._nonPointGroup.addEventParent(this),this._inZoomAnimation=0,this._needsClustering=[],this._needsRemoving=[],this._currentShownBounds=null,this._queue=[],this._childMarkerEventHandlers={dragstart:this._childMarkerDragStart,move:this._childMarkerMoved,dragend:this._childMarkerDragEnd};var a=L.DomUtil.TRANSITION&&this.options.animate;L.extend(this,a?this._withAnimation:this._noAnimation),this._markerCluster=a?L.MarkerCluster:L.MarkerClusterNonAnimated},addLayer:function(s){if(s instanceof L.LayerGroup)return this.addLayers([s]);if(!s.getLatLng)return this._nonPointGroup.addLayer(s),this.fire("layeradd",{layer:s}),this;if(!this._map)return this._needsClustering.push(s),this.fire("layeradd",{layer:s}),this;if(this.hasLayer(s))return this;this._unspiderfy&&this._unspiderfy(),this._addLayer(s,this._maxZoom),this.fire("layeradd",{layer:s}),this._topClusterLevel._recalculateBounds(),this._refreshClustersIcons();var a=s,h=this._zoom;if(s.__parent)for(;a.__parent._zoom>=h;)a=a.__parent;return this._currentShownBounds.contains(a.getLatLng())&&(this.options.animateAddingMarkers?this._animationAddLayer(s,a):this._animationAddLayerNonAnimated(s,a)),this},removeLayer:function(s){return s instanceof L.LayerGroup?this.removeLayers([s]):s.getLatLng?this._map?s.__parent?(this._unspiderfy&&(this._unspiderfy(),this._unspiderfyLayer(s)),this._removeLayer(s,!0),this.fire("layerremove",{layer:s}),this._topClusterLevel._recalculateBounds(),this._refreshClustersIcons(),s.off(this._childMarkerEventHandlers,this),this._featureGroup.hasLayer(s)&&(this._featureGroup.removeLayer(s),s.clusterShow&&s.clusterShow()),this):this:(!this._arraySplice(this._needsClustering,s)&&this.hasLayer(s)&&this._needsRemoving.push({layer:s,latlng:s._latlng}),this.fire("layerremove",{layer:s}),this):(this._nonPointGroup.removeLayer(s),this.fire("layerremove",{layer:s}),this)},addLayers:function(s,a){if(!L.Util.isArray(s))return this.addLayer(s);var h=this._featureGroup,l=this._nonPointGroup,p=this.options.chunkedLoading,v=this.options.chunkInterval,_=this.options.chunkProgress,b=s.length,w=0,M=!0,C;if(this._map){var F=new Date().getTime(),A=L.bind(function(){var W=new Date().getTime();for(this._map&&this._unspiderfy&&this._unspiderfy();w<b;w++){if(p&&w%200===0){var xt=new Date().getTime()-W;if(xt>v)break}if(C=s[w],C instanceof L.LayerGroup){M&&(s=s.slice(),M=!1),this._extractNonGroupLayers(C,s),b=s.length;continue}if(!C.getLatLng){l.addLayer(C),a||this.fire("layeradd",{layer:C});continue}if(!this.hasLayer(C)&&(this._addLayer(C,this._maxZoom),a||this.fire("layeradd",{layer:C}),C.__parent&&C.__parent.getChildCount()===2)){var ut=C.__parent.getAllChildMarkers(),Yt=ut[0]===C?ut[1]:ut[0];h.removeLayer(Yt)}}_&&_(w,b,new Date().getTime()-F),w===b?(this._topClusterLevel._recalculateBounds(),this._refreshClustersIcons(),this._topClusterLevel._recursivelyAddChildrenToMap(null,this._zoom,this._currentShownBounds)):setTimeout(A,this.options.chunkDelay)},this);A()}else for(var U=this._needsClustering;w<b;w++){if(C=s[w],C instanceof L.LayerGroup){M&&(s=s.slice(),M=!1),this._extractNonGroupLayers(C,s),b=s.length;continue}if(!C.getLatLng){l.addLayer(C);continue}this.hasLayer(C)||U.push(C)}return this},removeLayers:function(s){var a,h,l=s.length,p=this._featureGroup,v=this._nonPointGroup,_=!0;if(!this._map){for(a=0;a<l;a++){if(h=s[a],h instanceof L.LayerGroup){_&&(s=s.slice(),_=!1),this._extractNonGroupLayers(h,s),l=s.length;continue}this._arraySplice(this._needsClustering,h),v.removeLayer(h),this.hasLayer(h)&&this._needsRemoving.push({layer:h,latlng:h._latlng}),this.fire("layerremove",{layer:h})}return this}if(this._unspiderfy){this._unspiderfy();var b=s.slice(),w=l;for(a=0;a<w;a++){if(h=b[a],h instanceof L.LayerGroup){this._extractNonGroupLayers(h,b),w=b.length;continue}this._unspiderfyLayer(h)}}for(a=0;a<l;a++){if(h=s[a],h instanceof L.LayerGroup){_&&(s=s.slice(),_=!1),this._extractNonGroupLayers(h,s),l=s.length;continue}if(!h.__parent){v.removeLayer(h),this.fire("layerremove",{layer:h});continue}this._removeLayer(h,!0,!0),this.fire("layerremove",{layer:h}),p.hasLayer(h)&&(p.removeLayer(h),h.clusterShow&&h.clusterShow())}return this._topClusterLevel._recalculateBounds(),this._refreshClustersIcons(),this._topClusterLevel._recursivelyAddChildrenToMap(null,this._zoom,this._currentShownBounds),this},clearLayers:function(){return this._map||(this._needsClustering=[],this._needsRemoving=[],delete this._gridClusters,delete this._gridUnclustered),this._noanimationUnspiderfy&&this._noanimationUnspiderfy(),this._featureGroup.clearLayers(),this._nonPointGroup.clearLayers(),this.eachLayer(function(s){s.off(this._childMarkerEventHandlers,this),delete s.__parent},this),this._map&&this._generateInitialClusters(),this},getBounds:function(){var s=new L.LatLngBounds;this._topClusterLevel&&s.extend(this._topClusterLevel._bounds);for(var a=this._needsClustering.length-1;a>=0;a--)s.extend(this._needsClustering[a].getLatLng());return s.extend(this._nonPointGroup.getBounds()),s},eachLayer:function(s,a){var h=this._needsClustering.slice(),l=this._needsRemoving,p,v,_;for(this._topClusterLevel&&this._topClusterLevel.getAllChildMarkers(h),v=h.length-1;v>=0;v--){for(p=!0,_=l.length-1;_>=0;_--)if(l[_].layer===h[v]){p=!1;break}p&&s.call(a,h[v])}this._nonPointGroup.eachLayer(s,a)},getLayers:function(){var s=[];return this.eachLayer(function(a){s.push(a)}),s},getLayer:function(s){var a=null;return s=parseInt(s,10),this.eachLayer(function(h){L.stamp(h)===s&&(a=h)}),a},hasLayer:function(s){if(!s)return!1;var a,h=this._needsClustering;for(a=h.length-1;a>=0;a--)if(h[a]===s)return!0;for(h=this._needsRemoving,a=h.length-1;a>=0;a--)if(h[a].layer===s)return!1;return!!(s.__parent&&s.__parent._group===this)||this._nonPointGroup.hasLayer(s)},zoomToShowLayer:function(s,a){var h=this._map;typeof a!="function"&&(a=function(){});var l=function(){(h.hasLayer(s)||h.hasLayer(s.__parent))&&!this._inZoomAnimation&&(this._map.off("moveend",l,this),this.off("animationend",l,this),h.hasLayer(s)?a():s.__parent._icon&&(this.once("spiderfied",a,this),s.__parent.spiderfy()))};s._icon&&this._map.getBounds().contains(s.getLatLng())?a():s.__parent._zoom<Math.round(this._map._zoom)?(this._map.on("moveend",l,this),this._map.panTo(s.getLatLng())):(this._map.on("moveend",l,this),this.on("animationend",l,this),s.__parent.zoomToBounds())},onAdd:function(s){this._map=s;var a,h,l;if(!isFinite(this._map.getMaxZoom()))throw"Map has no maxZoom specified";for(this._featureGroup.addTo(s),this._nonPointGroup.addTo(s),this._gridClusters||this._generateInitialClusters(),this._maxLat=s.options.crs.projection.MAX_LATITUDE,a=0,h=this._needsRemoving.length;a<h;a++)l=this._needsRemoving[a],l.newlatlng=l.layer._latlng,l.layer._latlng=l.latlng;for(a=0,h=this._needsRemoving.length;a<h;a++)l=this._needsRemoving[a],this._removeLayer(l.layer,!0),l.layer._latlng=l.newlatlng;this._needsRemoving=[],this._zoom=Math.round(this._map._zoom),this._currentShownBounds=this._getExpandedVisibleBounds(),this._map.on("zoomend",this._zoomEnd,this),this._map.on("moveend",this._moveEnd,this),this._spiderfierOnAdd&&this._spiderfierOnAdd(),this._bindEvents(),h=this._needsClustering,this._needsClustering=[],this.addLayers(h,!0)},onRemove:function(s){s.off("zoomend",this._zoomEnd,this),s.off("moveend",this._moveEnd,this),this._unbindEvents(),this._map._mapPane.className=this._map._mapPane.className.replace(" leaflet-cluster-anim",""),this._spiderfierOnRemove&&this._spiderfierOnRemove(),delete this._maxLat,this._hideCoverage(),this._featureGroup.remove(),this._nonPointGroup.remove(),this._featureGroup.clearLayers(),this._map=null},getVisibleParent:function(s){for(var a=s;a&&!a._icon;)a=a.__parent;return a||null},_arraySplice:function(s,a){for(var h=s.length-1;h>=0;h--)if(s[h]===a)return s.splice(h,1),!0},_removeFromGridUnclustered:function(s,a){for(var h=this._map,l=this._gridUnclustered,p=Math.floor(this._map.getMinZoom());a>=p&&l[a].removeObject(s,h.project(s.getLatLng(),a));a--);},_childMarkerDragStart:function(s){s.target.__dragStart=s.target._latlng},_childMarkerMoved:function(s){if(!this._ignoreMove&&!s.target.__dragStart){var a=s.target._popup&&s.target._popup.isOpen();this._moveChild(s.target,s.oldLatLng,s.latlng),a&&s.target.openPopup()}},_moveChild:function(s,a,h){s._latlng=a,this.removeLayer(s),s._latlng=h,this.addLayer(s)},_childMarkerDragEnd:function(s){var a=s.target.__dragStart;delete s.target.__dragStart,a&&this._moveChild(s.target,a,s.target._latlng)},_removeLayer:function(s,a,h){var l=this._gridClusters,p=this._gridUnclustered,v=this._featureGroup,_=this._map,b=Math.floor(this._map.getMinZoom());a&&this._removeFromGridUnclustered(s,this._maxZoom);var w=s.__parent,M=w._markers,C;for(this._arraySplice(M,s);w&&(w._childCount--,w._boundsNeedUpdate=!0,!(w._zoom<b));)a&&w._childCount<=1?(C=w._markers[0]===s?w._markers[1]:w._markers[0],l[w._zoom].removeObject(w,_.project(w._cLatLng,w._zoom)),p[w._zoom].addObject(C,_.project(C.getLatLng(),w._zoom)),this._arraySplice(w.__parent._childClusters,w),w.__parent._markers.push(C),C.__parent=w.__parent,w._icon&&(v.removeLayer(w),h||v.addLayer(C))):w._iconNeedsUpdate=!0,w=w.__parent;delete s.__parent},_isOrIsParent:function(s,a){for(;a;){if(s===a)return!0;a=a.parentNode}return!1},fire:function(s,a,h){if(a&&a.layer instanceof L.MarkerCluster){if(a.originalEvent&&this._isOrIsParent(a.layer._icon,a.originalEvent.relatedTarget))return;s="cluster"+s}L.FeatureGroup.prototype.fire.call(this,s,a,h)},listens:function(s,a){return L.FeatureGroup.prototype.listens.call(this,s,a)||L.FeatureGroup.prototype.listens.call(this,"cluster"+s,a)},_defaultIconCreateFunction:function(s){var a=s.getChildCount(),h=" marker-cluster-";return a<10?h+="small":a<100?h+="medium":h+="large",new L.DivIcon({html:"<div><span>"+a+"</span></div>",className:"marker-cluster"+h,iconSize:new L.Point(40,40)})},_bindEvents:function(){var s=this._map,a=this.options.spiderfyOnMaxZoom,h=this.options.showCoverageOnHover,l=this.options.zoomToBoundsOnClick,p=this.options.spiderfyOnEveryZoom;(a||l||p)&&this.on("clusterclick clusterkeypress",this._zoomOrSpiderfy,this),h&&(this.on("clustermouseover",this._showCoverage,this),this.on("clustermouseout",this._hideCoverage,this),s.on("zoomend",this._hideCoverage,this))},_zoomOrSpiderfy:function(s){var a=s.layer,h=a;if(!(s.type==="clusterkeypress"&&s.originalEvent&&s.originalEvent.keyCode!==13)){for(;h._childClusters.length===1;)h=h._childClusters[0];h._zoom===this._maxZoom&&h._childCount===a._childCount&&this.options.spiderfyOnMaxZoom?a.spiderfy():this.options.zoomToBoundsOnClick&&a.zoomToBounds(),this.options.spiderfyOnEveryZoom&&a.spiderfy(),s.originalEvent&&s.originalEvent.keyCode===13&&this._map._container.focus()}},_showCoverage:function(s){var a=this._map;this._inZoomAnimation||(this._shownPolygon&&a.removeLayer(this._shownPolygon),s.layer.getChildCount()>2&&s.layer!==this._spiderfied&&(this._shownPolygon=new L.Polygon(s.layer.getConvexHull(),this.options.polygonOptions),a.addLayer(this._shownPolygon)))},_hideCoverage:function(){this._shownPolygon&&(this._map.removeLayer(this._shownPolygon),this._shownPolygon=null)},_unbindEvents:function(){var s=this.options.spiderfyOnMaxZoom,a=this.options.showCoverageOnHover,h=this.options.zoomToBoundsOnClick,l=this.options.spiderfyOnEveryZoom,p=this._map;(s||h||l)&&this.off("clusterclick clusterkeypress",this._zoomOrSpiderfy,this),a&&(this.off("clustermouseover",this._showCoverage,this),this.off("clustermouseout",this._hideCoverage,this),p.off("zoomend",this._hideCoverage,this))},_zoomEnd:function(){this._map&&(this._mergeSplitClusters(),this._zoom=Math.round(this._map._zoom),this._currentShownBounds=this._getExpandedVisibleBounds())},_moveEnd:function(){if(!this._inZoomAnimation){var s=this._getExpandedVisibleBounds();this._topClusterLevel._recursivelyRemoveChildrenFromMap(this._currentShownBounds,Math.floor(this._map.getMinZoom()),this._zoom,s),this._topClusterLevel._recursivelyAddChildrenToMap(null,Math.round(this._map._zoom),s),this._currentShownBounds=s}},_generateInitialClusters:function(){var s=Math.ceil(this._map.getMaxZoom()),a=Math.floor(this._map.getMinZoom()),h=this.options.maxClusterRadius,l=h;typeof h!="function"&&(l=function(){return h}),this.options.disableClusteringAtZoom!==null&&(s=this.options.disableClusteringAtZoom-1),this._maxZoom=s,this._gridClusters={},this._gridUnclustered={};for(var p=s;p>=a;p--)this._gridClusters[p]=new L.DistanceGrid(l(p)),this._gridUnclustered[p]=new L.DistanceGrid(l(p));this._topClusterLevel=new this._markerCluster(this,a-1)},_addLayer:function(s,a){var h=this._gridClusters,l=this._gridUnclustered,p=Math.floor(this._map.getMinZoom()),v,_;for(this.options.singleMarkerMode&&this._overrideMarkerIcon(s),s.on(this._childMarkerEventHandlers,this);a>=p;a--){v=this._map.project(s.getLatLng(),a);var b=h[a].getNearObject(v);if(b){b._addChild(s),s.__parent=b;return}if(b=l[a].getNearObject(v),b){var w=b.__parent;w&&this._removeLayer(b,!1);var M=new this._markerCluster(this,a,b,s);h[a].addObject(M,this._map.project(M._cLatLng,a)),b.__parent=M,s.__parent=M;var C=M;for(_=a-1;_>w._zoom;_--)C=new this._markerCluster(this,_,C),h[_].addObject(C,this._map.project(b.getLatLng(),_));w._addChild(C),this._removeFromGridUnclustered(b,a);return}l[a].addObject(s,v)}this._topClusterLevel._addChild(s),s.__parent=this._topClusterLevel},_refreshClustersIcons:function(){this._featureGroup.eachLayer(function(s){s instanceof L.MarkerCluster&&s._iconNeedsUpdate&&s._updateIcon()})},_enqueue:function(s){this._queue.push(s),this._queueTimeout||(this._queueTimeout=setTimeout(L.bind(this._processQueue,this),300))},_processQueue:function(){for(var s=0;s<this._queue.length;s++)this._queue[s].call(this);this._queue.length=0,clearTimeout(this._queueTimeout),this._queueTimeout=null},_mergeSplitClusters:function(){var s=Math.round(this._map._zoom);this._processQueue(),this._zoom<s&&this._currentShownBounds.intersects(this._getExpandedVisibleBounds())?(this._animationStart(),this._topClusterLevel._recursivelyRemoveChildrenFromMap(this._currentShownBounds,Math.floor(this._map.getMinZoom()),this._zoom,this._getExpandedVisibleBounds()),this._animationZoomIn(this._zoom,s)):this._zoom>s?(this._animationStart(),this._animationZoomOut(this._zoom,s)):this._moveEnd()},_getExpandedVisibleBounds:function(){if(this.options.removeOutsideVisibleBounds){if(L.Browser.mobile)return this._checkBoundsMaxLat(this._map.getBounds())}else return this._mapBoundsInfinite;return this._checkBoundsMaxLat(this._map.getBounds().pad(1))},_checkBoundsMaxLat:function(s){var a=this._maxLat;return a!==void 0&&(s.getNorth()>=a&&(s._northEast.lat=1/0),s.getSouth()<=-a&&(s._southWest.lat=-1/0)),s},_animationAddLayerNonAnimated:function(s,a){if(a===s)this._featureGroup.addLayer(s);else if(a._childCount===2){a._addToMap();var h=a.getAllChildMarkers();this._featureGroup.removeLayer(h[0]),this._featureGroup.removeLayer(h[1])}else a._updateIcon()},_extractNonGroupLayers:function(s,a){var h=s.getLayers(),l=0,p;for(a=a||[];l<h.length;l++){if(p=h[l],p instanceof L.LayerGroup){this._extractNonGroupLayers(p,a);continue}a.push(p)}return a},_overrideMarkerIcon:function(s){var a=s.options.icon=this.options.iconCreateFunction({getChildCount:function(){return 1},getAllChildMarkers:function(){return[s]}});return a}});L.MarkerClusterGroup.include({_mapBoundsInfinite:new L.LatLngBounds(new L.LatLng(-1/0,-1/0),new L.LatLng(1/0,1/0))}),L.MarkerClusterGroup.include({_noAnimation:{_animationStart:function(){},_animationZoomIn:function(s,a){this._topClusterLevel._recursivelyRemoveChildrenFromMap(this._currentShownBounds,Math.floor(this._map.getMinZoom()),s),this._topClusterLevel._recursivelyAddChildrenToMap(null,a,this._getExpandedVisibleBounds()),this.fire("animationend")},_animationZoomOut:function(s,a){this._topClusterLevel._recursivelyRemoveChildrenFromMap(this._currentShownBounds,Math.floor(this._map.getMinZoom()),s),this._topClusterLevel._recursivelyAddChildrenToMap(null,a,this._getExpandedVisibleBounds()),this.fire("animationend")},_animationAddLayer:function(s,a){this._animationAddLayerNonAnimated(s,a)}},_withAnimation:{_animationStart:function(){this._map._mapPane.className+=" leaflet-cluster-anim",this._inZoomAnimation++},_animationZoomIn:function(s,a){var h=this._getExpandedVisibleBounds(),l=this._featureGroup,p=Math.floor(this._map.getMinZoom()),v;this._ignoreMove=!0,this._topClusterLevel._recursively(h,s,p,function(_){var b=_._latlng,w=_._markers,M;for(h.contains(b)||(b=null),_._isSingleParent()&&s+1===a?(l.removeLayer(_),_._recursivelyAddChildrenToMap(null,a,h)):(_.clusterHide(),_._recursivelyAddChildrenToMap(b,a,h)),v=w.length-1;v>=0;v--)M=w[v],h.contains(M._latlng)||l.removeLayer(M)}),this._forceLayout(),this._topClusterLevel._recursivelyBecomeVisible(h,a),l.eachLayer(function(_){!(_ instanceof L.MarkerCluster)&&_._icon&&_.clusterShow()}),this._topClusterLevel._recursively(h,s,a,function(_){_._recursivelyRestoreChildPositions(a)}),this._ignoreMove=!1,this._enqueue(function(){this._topClusterLevel._recursively(h,s,p,function(_){l.removeLayer(_),_.clusterShow()}),this._animationEnd()})},_animationZoomOut:function(s,a){this._animationZoomOutSingle(this._topClusterLevel,s-1,a),this._topClusterLevel._recursivelyAddChildrenToMap(null,a,this._getExpandedVisibleBounds()),this._topClusterLevel._recursivelyRemoveChildrenFromMap(this._currentShownBounds,Math.floor(this._map.getMinZoom()),s,this._getExpandedVisibleBounds())},_animationAddLayer:function(s,a){var h=this,l=this._featureGroup;l.addLayer(s),a!==s&&(a._childCount>2?(a._updateIcon(),this._forceLayout(),this._animationStart(),s._setPos(this._map.latLngToLayerPoint(a.getLatLng())),s.clusterHide(),this._enqueue(function(){l.removeLayer(s),s.clusterShow(),h._animationEnd()})):(this._forceLayout(),h._animationStart(),h._animationZoomOutSingle(a,this._map.getMaxZoom(),this._zoom)))}},_animationZoomOutSingle:function(s,a,h){var l=this._getExpandedVisibleBounds(),p=Math.floor(this._map.getMinZoom());s._recursivelyAnimateChildrenInAndAddSelfToMap(l,p,a+1,h);var v=this;this._forceLayout(),s._recursivelyBecomeVisible(l,h),this._enqueue(function(){if(s._childCount===1){var _=s._markers[0];this._ignoreMove=!0,_.setLatLng(_.getLatLng()),this._ignoreMove=!1,_.clusterShow&&_.clusterShow()}else s._recursively(l,h,p,function(b){b._recursivelyRemoveChildrenFromMap(l,p,a+1)});v._animationEnd()})},_animationEnd:function(){this._map&&(this._map._mapPane.className=this._map._mapPane.className.replace(" leaflet-cluster-anim","")),this._inZoomAnimation--,this.fire("animationend")},_forceLayout:function(){L.Util.falseFn(document.body.offsetWidth)}}),L.markerClusterGroup=function(s){return new L.MarkerClusterGroup(s)};var x=L.MarkerCluster=L.Marker.extend({options:L.Icon.prototype.options,initialize:function(s,a,h,l){L.Marker.prototype.initialize.call(this,h?h._cLatLng||h.getLatLng():new L.LatLng(0,0),{icon:this,pane:s.options.clusterPane}),this._group=s,this._zoom=a,this._markers=[],this._childClusters=[],this._childCount=0,this._iconNeedsUpdate=!0,this._boundsNeedUpdate=!0,this._bounds=new L.LatLngBounds,h&&this._addChild(h),l&&this._addChild(l)},getAllChildMarkers:function(s,a){s=s||[];for(var h=this._childClusters.length-1;h>=0;h--)this._childClusters[h].getAllChildMarkers(s,a);for(var l=this._markers.length-1;l>=0;l--)a&&this._markers[l].__dragStart||s.push(this._markers[l]);return s},getChildCount:function(){return this._childCount},zoomToBounds:function(s){for(var a=this._childClusters.slice(),h=this._group._map,l=h.getBoundsZoom(this._bounds),p=this._zoom+1,v=h.getZoom(),_;a.length>0&&l>p;){p++;var b=[];for(_=0;_<a.length;_++)b=b.concat(a[_]._childClusters);a=b}l>p?this._group._map.setView(this._latlng,p):l<=v?this._group._map.setView(this._latlng,v+1):this._group._map.fitBounds(this._bounds,s)},getBounds:function(){var s=new L.LatLngBounds;return s.extend(this._bounds),s},_updateIcon:function(){this._iconNeedsUpdate=!0,this._icon&&this.setIcon(this)},createIcon:function(){return this._iconNeedsUpdate&&(this._iconObj=this._group.options.iconCreateFunction(this),this._iconNeedsUpdate=!1),this._iconObj.createIcon()},createShadow:function(){return this._iconObj.createShadow()},_addChild:function(s,a){this._iconNeedsUpdate=!0,this._boundsNeedUpdate=!0,this._setClusterCenter(s),s instanceof L.MarkerCluster?(a||(this._childClusters.push(s),s.__parent=this),this._childCount+=s._childCount):(a||this._markers.push(s),this._childCount++),this.__parent&&this.__parent._addChild(s,!0)},_setClusterCenter:function(s){this._cLatLng||(this._cLatLng=s._cLatLng||s._latlng)},_resetBounds:function(){var s=this._bounds;s._southWest&&(s._southWest.lat=1/0,s._southWest.lng=1/0),s._northEast&&(s._northEast.lat=-1/0,s._northEast.lng=-1/0)},_recalculateBounds:function(){var s=this._markers,a=this._childClusters,h=0,l=0,p=this._childCount,v,_,b,w;if(p!==0){for(this._resetBounds(),v=0;v<s.length;v++)b=s[v]._latlng,this._bounds.extend(b),h+=b.lat,l+=b.lng;for(v=0;v<a.length;v++)_=a[v],_._boundsNeedUpdate&&_._recalculateBounds(),this._bounds.extend(_._bounds),b=_._wLatLng,w=_._childCount,h+=b.lat*w,l+=b.lng*w;this._latlng=this._wLatLng=new L.LatLng(h/p,l/p),this._boundsNeedUpdate=!1}},_addToMap:function(s){s&&(this._backupLatlng=this._latlng,this.setLatLng(s)),this._group._featureGroup.addLayer(this)},_recursivelyAnimateChildrenIn:function(s,a,h){this._recursively(s,this._group._map.getMinZoom(),h-1,function(l){var p=l._markers,v,_;for(v=p.length-1;v>=0;v--)_=p[v],_._icon&&(_._setPos(a),_.clusterHide())},function(l){var p=l._childClusters,v,_;for(v=p.length-1;v>=0;v--)_=p[v],_._icon&&(_._setPos(a),_.clusterHide())})},_recursivelyAnimateChildrenInAndAddSelfToMap:function(s,a,h,l){this._recursively(s,l,a,function(p){p._recursivelyAnimateChildrenIn(s,p._group._map.latLngToLayerPoint(p.getLatLng()).round(),h),p._isSingleParent()&&h-1===l?(p.clusterShow(),p._recursivelyRemoveChildrenFromMap(s,a,h)):p.clusterHide(),p._addToMap()})},_recursivelyBecomeVisible:function(s,a){this._recursively(s,this._group._map.getMinZoom(),a,null,function(h){h.clusterShow()})},_recursivelyAddChildrenToMap:function(s,a,h){this._recursively(h,this._group._map.getMinZoom()-1,a,function(l){if(a!==l._zoom)for(var p=l._markers.length-1;p>=0;p--){var v=l._markers[p];h.contains(v._latlng)&&(s&&(v._backupLatlng=v.getLatLng(),v.setLatLng(s),v.clusterHide&&v.clusterHide()),l._group._featureGroup.addLayer(v))}},function(l){l._addToMap(s)})},_recursivelyRestoreChildPositions:function(s){for(var a=this._markers.length-1;a>=0;a--){var h=this._markers[a];h._backupLatlng&&(h.setLatLng(h._backupLatlng),delete h._backupLatlng)}if(s-1===this._zoom)for(var l=this._childClusters.length-1;l>=0;l--)this._childClusters[l]._restorePosition();else for(var p=this._childClusters.length-1;p>=0;p--)this._childClusters[p]._recursivelyRestoreChildPositions(s)},_restorePosition:function(){this._backupLatlng&&(this.setLatLng(this._backupLatlng),delete this._backupLatlng)},_recursivelyRemoveChildrenFromMap:function(s,a,h,l){var p,v;this._recursively(s,a-1,h-1,function(_){for(v=_._markers.length-1;v>=0;v--)p=_._markers[v],(!l||!l.contains(p._latlng))&&(_._group._featureGroup.removeLayer(p),p.clusterShow&&p.clusterShow())},function(_){for(v=_._childClusters.length-1;v>=0;v--)p=_._childClusters[v],(!l||!l.contains(p._latlng))&&(_._group._featureGroup.removeLayer(p),p.clusterShow&&p.clusterShow())})},_recursively:function(s,a,h,l,p){var v=this._childClusters,_=this._zoom,b,w;if(a<=_&&(l&&l(this),p&&_===h&&p(this)),_<a||_<h)for(b=v.length-1;b>=0;b--)w=v[b],w._boundsNeedUpdate&&w._recalculateBounds(),s.intersects(w._bounds)&&w._recursively(s,a,h,l,p)},_isSingleParent:function(){return this._childClusters.length>0&&this._childClusters[0]._childCount===this._childCount}});L.Marker.include({clusterHide:function(){var s=this.options.opacity;return this.setOpacity(0),this.options.opacity=s,this},clusterShow:function(){return this.setOpacity(this.options.opacity)}}),L.DistanceGrid=function(s){this._cellSize=s,this._sqCellSize=s*s,this._grid={},this._objectPoint={}},L.DistanceGrid.prototype={addObject:function(s,a){var h=this._getCoord(a.x),l=this._getCoord(a.y),p=this._grid,v=p[l]=p[l]||{},_=v[h]=v[h]||[],b=L.Util.stamp(s);this._objectPoint[b]=a,_.push(s)},updateObject:function(s,a){this.removeObject(s),this.addObject(s,a)},removeObject:function(s,a){var h=this._getCoord(a.x),l=this._getCoord(a.y),p=this._grid,v=p[l]=p[l]||{},_=v[h]=v[h]||[],b,w;for(delete this._objectPoint[L.Util.stamp(s)],b=0,w=_.length;b<w;b++)if(_[b]===s)return _.splice(b,1),w===1&&delete v[h],!0},eachObject:function(s,a){var h,l,p,v,_,b,w,M=this._grid;for(h in M){_=M[h];for(l in _)for(b=_[l],p=0,v=b.length;p<v;p++)w=s.call(a,b[p]),w&&(p--,v--)}},getNearObject:function(s){var a=this._getCoord(s.x),h=this._getCoord(s.y),l,p,v,_,b,w,M,C,F=this._objectPoint,A=this._sqCellSize,U=null;for(l=h-1;l<=h+1;l++)if(_=this._grid[l],_){for(p=a-1;p<=a+1;p++)if(b=_[p],b)for(v=0,w=b.length;v<w;v++)M=b[v],C=this._sqDist(F[L.Util.stamp(M)],s),(C<A||C<=A&&U===null)&&(A=C,U=M)}return U},_getCoord:function(s){var a=Math.floor(s/this._cellSize);return isFinite(a)?a:s},_sqDist:function(s,a){var h=a.x-s.x,l=a.y-s.y;return h*h+l*l}},function(){L.QuickHull={getDistant:function(s,a){var h=a[1].lat-a[0].lat,l=a[0].lng-a[1].lng;return l*(s.lat-a[0].lat)+h*(s.lng-a[0].lng)},findMostDistantPointFromBaseLine:function(s,a){var h=0,l=null,p=[],v,_,b;for(v=a.length-1;v>=0;v--){if(_=a[v],b=this.getDistant(_,s),b>0)p.push(_);else continue;b>h&&(h=b,l=_)}return{maxPoint:l,newPoints:p}},buildConvexHull:function(s,a){var h=[],l=this.findMostDistantPointFromBaseLine(s,a);return l.maxPoint?(h=h.concat(this.buildConvexHull([s[0],l.maxPoint],l.newPoints)),h=h.concat(this.buildConvexHull([l.maxPoint,s[1]],l.newPoints)),h):[s[0]]},getConvexHull:function(s){var a=!1,h=!1,l=!1,p=!1,v=null,_=null,b=null,w=null,M=null,C=null,F;for(F=s.length-1;F>=0;F--){var A=s[F];(a===!1||A.lat>a)&&(v=A,a=A.lat),(h===!1||A.lat<h)&&(_=A,h=A.lat),(l===!1||A.lng>l)&&(b=A,l=A.lng),(p===!1||A.lng<p)&&(w=A,p=A.lng)}h!==a?(C=_,M=v):(C=w,M=b);var U=[].concat(this.buildConvexHull([C,M],s),this.buildConvexHull([M,C],s));return U}}}(),L.MarkerCluster.include({getConvexHull:function(){var s=this.getAllChildMarkers(),a=[],h,l;for(l=s.length-1;l>=0;l--)h=s[l].getLatLng(),a.push(h);return L.QuickHull.getConvexHull(a)}}),L.MarkerCluster.include({_2PI:Math.PI*2,_circleFootSeparation:25,_circleStartAngle:0,_spiralFootSeparation:28,_spiralLengthStart:11,_spiralLengthFactor:5,_circleSpiralSwitchover:9,spiderfy:function(){if(!(this._group._spiderfied===this||this._group._inZoomAnimation)){var s=this.getAllChildMarkers(null,!0),a=this._group,h=a._map,l=h.latLngToLayerPoint(this._latlng),p;this._group._unspiderfy(),this._group._spiderfied=this,this._group.options.spiderfyShapePositions?p=this._group.options.spiderfyShapePositions(s.length,l):s.length>=this._circleSpiralSwitchover?p=this._generatePointsSpiral(s.length,l):(l.y+=10,p=this._generatePointsCircle(s.length,l)),this._animationSpiderfy(s,p)}},unspiderfy:function(s){this._group._inZoomAnimation||(this._animationUnspiderfy(s),this._group._spiderfied=null)},_generatePointsCircle:function(s,a){var h=this._group.options.spiderfyDistanceMultiplier*this._circleFootSeparation*(2+s),l=h/this._2PI,p=this._2PI/s,v=[],_,b;for(l=Math.max(l,35),v.length=s,_=0;_<s;_++)b=this._circleStartAngle+_*p,v[_]=new L.Point(a.x+l*Math.cos(b),a.y+l*Math.sin(b))._round();return v},_generatePointsSpiral:function(s,a){var h=this._group.options.spiderfyDistanceMultiplier,l=h*this._spiralLengthStart,p=h*this._spiralFootSeparation,v=h*this._spiralLengthFactor*this._2PI,_=0,b=[],w;for(b.length=s,w=s;w>=0;w--)w<s&&(b[w]=new L.Point(a.x+l*Math.cos(_),a.y+l*Math.sin(_))._round()),_+=p/l+w*5e-4,l+=v/_;return b},_noanimationUnspiderfy:function(){var s=this._group,a=s._map,h=s._featureGroup,l=this.getAllChildMarkers(null,!0),p,v;for(s._ignoreMove=!0,this.setOpacity(1),v=l.length-1;v>=0;v--)p=l[v],h.removeLayer(p),p._preSpiderfyLatlng&&(p.setLatLng(p._preSpiderfyLatlng),delete p._preSpiderfyLatlng),p.setZIndexOffset&&p.setZIndexOffset(0),p._spiderLeg&&(a.removeLayer(p._spiderLeg),delete p._spiderLeg);s.fire("unspiderfied",{cluster:this,markers:l}),s._ignoreMove=!1,s._spiderfied=null}}),L.MarkerClusterNonAnimated=L.MarkerCluster.extend({_animationSpiderfy:function(s,a){var h=this._group,l=h._map,p=h._featureGroup,v=this._group.options.spiderLegPolylineOptions,_,b,w,M;for(h._ignoreMove=!0,_=0;_<s.length;_++)M=l.layerPointToLatLng(a[_]),b=s[_],w=new L.Polyline([this._latlng,M],v),l.addLayer(w),b._spiderLeg=w,b._preSpiderfyLatlng=b._latlng,b.setLatLng(M),b.setZIndexOffset&&b.setZIndexOffset(1e6),p.addLayer(b);this.setOpacity(.3),h._ignoreMove=!1,h.fire("spiderfied",{cluster:this,markers:s})},_animationUnspiderfy:function(){this._noanimationUnspiderfy()}}),L.MarkerCluster.include({_animationSpiderfy:function(s,a){var h=this,l=this._group,p=l._map,v=l._featureGroup,_=this._latlng,b=p.latLngToLayerPoint(_),w=L.Path.SVG,M=L.extend({},this._group.options.spiderLegPolylineOptions),C=M.opacity,F,A,U,W,xt,ut;for(C===void 0&&(C=L.MarkerClusterGroup.prototype.options.spiderLegPolylineOptions.opacity),w?(M.opacity=0,M.className=(M.className||"")+" leaflet-cluster-spider-leg"):M.opacity=C,l._ignoreMove=!0,F=0;F<s.length;F++)A=s[F],ut=p.layerPointToLatLng(a[F]),U=new L.Polyline([_,ut],M),p.addLayer(U),A._spiderLeg=U,w&&(W=U._path,xt=W.getTotalLength()+.1,W.style.strokeDasharray=xt,W.style.strokeDashoffset=xt),A.setZIndexOffset&&A.setZIndexOffset(1e6),A.clusterHide&&A.clusterHide(),v.addLayer(A),A._setPos&&A._setPos(b);for(l._forceLayout(),l._animationStart(),F=s.length-1;F>=0;F--)ut=p.layerPointToLatLng(a[F]),A=s[F],A._preSpiderfyLatlng=A._latlng,A.setLatLng(ut),A.clusterShow&&A.clusterShow(),w&&(U=A._spiderLeg,W=U._path,W.style.strokeDashoffset=0,U.setStyle({opacity:C}));this.setOpacity(.3),l._ignoreMove=!1,setTimeout(function(){l._animationEnd(),l.fire("spiderfied",{cluster:h,markers:s})},200)},_animationUnspiderfy:function(s){var a=this,h=this._group,l=h._map,p=h._featureGroup,v=s?l._latLngToNewLayerPoint(this._latlng,s.zoom,s.center):l.latLngToLayerPoint(this._latlng),_=this.getAllChildMarkers(null,!0),b=L.Path.SVG,w,M,C,F,A,U;for(h._ignoreMove=!0,h._animationStart(),this.setOpacity(1),M=_.length-1;M>=0;M--)w=_[M],w._preSpiderfyLatlng&&(w.closePopup(),w.setLatLng(w._preSpiderfyLatlng),delete w._preSpiderfyLatlng,U=!0,w._setPos&&(w._setPos(v),U=!1),w.clusterHide&&(w.clusterHide(),U=!1),U&&p.removeLayer(w),b&&(C=w._spiderLeg,F=C._path,A=F.getTotalLength()+.1,F.style.strokeDashoffset=A,C.setStyle({opacity:0})));h._ignoreMove=!1,setTimeout(function(){var W=0;for(M=_.length-1;M>=0;M--)w=_[M],w._spiderLeg&&W++;for(M=_.length-1;M>=0;M--)w=_[M],w._spiderLeg&&(w.clusterShow&&w.clusterShow(),w.setZIndexOffset&&w.setZIndexOffset(0),W>1&&p.removeLayer(w),l.removeLayer(w._spiderLeg),delete w._spiderLeg);h._animationEnd(),h.fire("unspiderfied",{cluster:a,markers:_})},200)}}),L.MarkerClusterGroup.include({_spiderfied:null,unspiderfy:function(){this._unspiderfy.apply(this,arguments)},_spiderfierOnAdd:function(){this._map.on("click",this._unspiderfyWrapper,this),this._map.options.zoomAnimation&&this._map.on("zoomstart",this._unspiderfyZoomStart,this),this._map.on("zoomend",this._noanimationUnspiderfy,this),L.Browser.touch||this._map.getRenderer(this)},_spiderfierOnRemove:function(){this._map.off("click",this._unspiderfyWrapper,this),this._map.off("zoomstart",this._unspiderfyZoomStart,this),this._map.off("zoomanim",this._unspiderfyZoomAnim,this),this._map.off("zoomend",this._noanimationUnspiderfy,this),this._noanimationUnspiderfy()},_unspiderfyZoomStart:function(){this._map&&this._map.on("zoomanim",this._unspiderfyZoomAnim,this)},_unspiderfyZoomAnim:function(s){L.DomUtil.hasClass(this._map._mapPane,"leaflet-touching")||(this._map.off("zoomanim",this._unspiderfyZoomAnim,this),this._unspiderfy(s))},_unspiderfyWrapper:function(){this._unspiderfy()},_unspiderfy:function(s){this._spiderfied&&this._spiderfied.unspiderfy(s)},_noanimationUnspiderfy:function(){this._spiderfied&&this._spiderfied._noanimationUnspiderfy()},_unspiderfyLayer:function(s){s._spiderLeg&&(this._featureGroup.removeLayer(s),s.clusterShow&&s.clusterShow(),s.setZIndexOffset&&s.setZIndexOffset(0),this._map.removeLayer(s._spiderLeg),delete s._spiderLeg)}}),L.MarkerClusterGroup.include({refreshClusters:function(s){return s?s instanceof L.MarkerClusterGroup?s=s._topClusterLevel.getAllChildMarkers():s instanceof L.LayerGroup?s=s._layers:s instanceof L.MarkerCluster?s=s.getAllChildMarkers():s instanceof L.Marker&&(s=[s]):s=this._topClusterLevel.getAllChildMarkers(),this._flagParentsIconsNeedUpdate(s),this._refreshClustersIcons(),this.options.singleMarkerMode&&this._refreshSingleMarkerModeMarkers(s),this},_flagParentsIconsNeedUpdate:function(s){var a,h;for(a in s)for(h=s[a].__parent;h;)h._iconNeedsUpdate=!0,h=h.__parent},_refreshSingleMarkerModeMarkers:function(s){var a,h;for(a in s)h=s[a],this.hasLayer(h)&&h.setIcon(this._overrideMarkerIcon(h))}}),L.Marker.include({refreshIconOptions:function(s,a){var h=this.options.icon;return L.setOptions(h,s),this.setIcon(h),a&&this.__parent&&this.__parent._group.refreshClusters(this),this}}),c.MarkerClusterGroup=g,c.MarkerCluster=x,Object.defineProperty(c,"__esModule",{value:!0})})})(Gi,Gi.exports);class Ui extends Ot{constructor(){super(),this.layer=null}connectedCallback(){const d=this.getAttribute("name"),c=this.getAttribute("icon-options");this.layer=L.markerClusterGroup({showCoverageOnHover:this.hasAttribute("show-coverage-on-hover"),iconCreateFunction:this._createIconCreateFunction(c)});const g=new CustomEvent(et,{cancelable:!0,bubbles:!0,detail:{layer:this.layer,name:d}});this.dispatchEvent(g),this.addEventListener(et,x=>{x.stopPropagation(),this.layer.addLayer(x.detail.layer)})}_createIconCreateFunction(d){if(d){let{size:c,content:g,className:x}=JSON.parse(d);return s=>{const a=this._callClusterFunction(s,c),h=this._callClusterFunction(s,g);return L.divIcon({html:h,className:x,iconSize:new L.Point(a,a)})}}}_callClusterFunction(d,c){return Function("cluster",`"use strict";return (${c})`)(d)}}return Pt(Ui,"observedAttributes",["show-coverage-on-hover","icon-options"]),(()=>{customElements.define("l-map",Ge),customElements.define("l-pane",So),customElements.define("l-control-layers",ro),customElements.define("l-base-layers",so),customElements.define("l-overlay-layers",wo),customElements.define("l-layer-group",ao),customElements.define("l-tile-layer",Ue),customElements.define("l-tile-layer-wms",Po),customElements.define("l-marker-cluster-group",Ui),customElements.define("l-marker",Zi),customElements.define("l-popup",bo),customElements.define("l-lat-lng-bounds",Bi),customElements.define("l-image-overlay",Ni),customElements.define("l-video-overlay",xo),customElements.define("l-geojson",Co),customElements.define("l-icon",Ve),customElements.define("l-circle",ge(D.circle,"circle")),customElements.define("l-polyline",ge(D.polyline,"polyline")),customElements.define("l-polygon",ge(D.polygon,"polygon")),customElements.define("l-rectangle",ge(D.rectangle,"rectangle")),customElements.define("l-tooltip",Hi),customElements.define("l-div-icon",Mo)})()});
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "leaflet-html",
3
3
  "type": "module",
4
- "version": "0.13.6",
4
+ "version": "0.13.7",
5
5
  "description": "Leaflet maps expressed in HTML suitable for HTMX",
6
6
  "keywords": [
7
7
  "leaflet",