SportsPress – Sports Club & League Manager - Version 2.7.5

Version Description

  • Tweak - Add ability to filter events by team and match day in one query.
  • Tweak - Improve performance by updating leaflet script and only loading when required.
  • Tweak - Add overtime notation compatibility for minutes played.
  • Fix - Issue with event edit page where the scripts were not working.
  • Fix - No records when format is default in event list shortcode.
Download this release

Release Info

Developer ThemeBoy
Plugin Icon 128x128 SportsPress – Sports Club & League Manager
Version 2.7.5
Comparing to
See all releases

Code changes from version 2.7.4 to 2.7.5

assets/css/leaflet.css CHANGED
@@ -25,6 +25,10 @@
25
  user-select: none;
26
  -webkit-user-drag: none;
27
  }
 
 
 
 
28
  /* Safari renders non-retina tile on retina better with this, but Chrome is worse */
29
  .leaflet-safari .leaflet-tile {
30
  image-rendering: -webkit-optimize-contrast;
@@ -237,7 +241,8 @@
237
 
238
  .leaflet-marker-icon.leaflet-interactive,
239
  .leaflet-image-layer.leaflet-interactive,
240
- .leaflet-pane > svg path.leaflet-interactive {
 
241
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
242
  pointer-events: auto;
243
  }
@@ -527,7 +532,7 @@
527
  }
528
 
529
  .leaflet-oldie .leaflet-popup-content-wrapper {
530
- zoom: 1;
531
  }
532
  .leaflet-oldie .leaflet-popup-tip {
533
  width: 24px;
25
  user-select: none;
26
  -webkit-user-drag: none;
27
  }
28
+ /* Prevents IE11 from highlighting tiles in blue */
29
+ .leaflet-tile::selection {
30
+ background: transparent;
31
+ }
32
  /* Safari renders non-retina tile on retina better with this, but Chrome is worse */
33
  .leaflet-safari .leaflet-tile {
34
  image-rendering: -webkit-optimize-contrast;
241
 
242
  .leaflet-marker-icon.leaflet-interactive,
243
  .leaflet-image-layer.leaflet-interactive,
244
+ .leaflet-pane > svg path.leaflet-interactive,
245
+ svg.leaflet-image-layer.leaflet-interactive path {
246
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
247
  pointer-events: auto;
248
  }
532
  }
533
 
534
  .leaflet-oldie .leaflet-popup-content-wrapper {
535
+ -ms-zoom: 1;
536
  }
537
  .leaflet-oldie .leaflet-popup-tip {
538
  width: 24px;
assets/js/Control.Geocoder.min.js ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ /* @preserve
2
+ * Leaflet Control Geocoder 1.13.0
3
+ * https://github.com/perliedman/leaflet-control-geocoder
4
+ *
5
+ * Copyright (c) 2012 sa3m (https://github.com/sa3m)
6
+ * Copyright (c) 2018 Per Liedman
7
+ * All rights reserved.
8
+ */
9
+ this.L=this.L||{},this.L.Control=this.L.Control||{},this.L.Control.Geocoder=function(d){"use strict";d=d&&d.hasOwnProperty("default")?d.default:d;var a=0,i=/[&<>"'`]/g,r=/[&<>"'`]/,t={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"};function l(e){return t[e]}function o(e,t,o,s,n){var i="_l_geocoder_"+a++;t[n||"callback"]=i,window[i]=d.Util.bind(o,s);var r=document.createElement("script");r.type="text/javascript",r.src=e+c(t),r.id=i,document.getElementsByTagName("head")[0].appendChild(r)}function u(e,t,o){var s=new XMLHttpRequest;s.onreadystatechange=function(){if(4===s.readyState){var t;if(200!==s.status&&304!==s.status)t="";else if("string"==typeof s.response)try{t=JSON.parse(s.response)}catch(e){t=s.response}else t=s.response;o(t)}},s.open("GET",e+c(t),!0),s.responseType="json",s.setRequestHeader("Accept","application/json"),s.send(null)}function n(e,n){return e.replace(/\{ *([\w_]+) *\}/g,function(e,t){var o,s=n[t];return void 0===s?s="":"function"==typeof s&&(s=s(n)),null==(o=s)?"":o?(o=""+o,r.test(o)?o.replace(i,l):o):o+""})}function c(e,t,o){var s=[];for(var n in e){var i=encodeURIComponent(o?n.toUpperCase():n),r=e[n];if(d.Util.isArray(r))for(var a=0;a<r.length;a++)s.push(i+"="+encodeURIComponent(r[a]));else s.push(i+"="+encodeURIComponent(r))}return(t&&-1!==t.indexOf("?")?"&":"?")+s.join("&")}var s=d.Class.extend({options:{service_url:"https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer"},initialize:function(e,t){d.setOptions(this,t),this._accessToken=e},geocode:function(e,r,a){var t={SingleLine:e,outFields:"Addr_Type",forStorage:!1,maxLocations:10,f:"json"};this._key&&this._key.length&&(t.token=this._key),u(this.options.service_url+"/findAddressCandidates",d.extend(t,this.options.geocodingQueryParams),function(e){var t,o,s,n=[];if(e.candidates&&e.candidates.length)for(var i=0;i<=e.candidates.length-1;i++)t=e.candidates[i],o=d.latLng(t.location.y,t.location.x),s=d.latLngBounds(d.latLng(t.extent.ymax,t.extent.xmax),d.latLng(t.extent.ymin,t.extent.xmin)),n[i]={name:t.address,bbox:s,center:o};r.call(a,n)})},suggest:function(e,t,o){return this.geocode(e,t,o)},reverse:function(e,t,s,n){var o={location:encodeURIComponent(e.lng)+","+encodeURIComponent(e.lat),distance:100,f:"json"};u(this.options.service_url+"/reverseGeocode",o,function(e){var t,o=[];e&&!e.error&&(t=d.latLng(e.location.y,e.location.x),o.push({name:e.address.Match_addr,center:t,bounds:d.latLngBounds(t,t)})),s.call(n,o)})}});var h=d.Class.extend({initialize:function(e){this.key=e},geocode:function(e,i,r){o("https://dev.virtualearth.net/REST/v1/Locations",{query:e,key:this.key},function(e){var t=[];if(0<e.resourceSets.length)for(var o=e.resourceSets[0].resources.length-1;0<=o;o--){var s=e.resourceSets[0].resources[o],n=s.bbox;t[o]={name:s.name,bbox:d.latLngBounds([n[0],n[1]],[n[2],n[3]]),center:d.latLng(s.point.coordinates)}}i.call(r,t)},this,"jsonp")},reverse:function(e,t,i,r){o("//dev.virtualearth.net/REST/v1/Locations/"+e.lat+","+e.lng,{key:this.key},function(e){for(var t=[],o=e.resourceSets[0].resources.length-1;0<=o;o--){var s=e.resourceSets[0].resources[o],n=s.bbox;t[o]={name:s.name,bbox:d.latLngBounds([n[0],n[1]],[n[2],n[3]]),center:d.latLng(s.point.coordinates)}}i.call(r,t)},this,"jsonp")}});var p=d.Class.extend({options:{serviceUrl:"https://maps.googleapis.com/maps/api/geocode/json",geocodingQueryParams:{},reverseQueryParams:{}},initialize:function(e,t){this._key=e,d.setOptions(this,t),this.options.serviceUrl=this.options.service_url||this.options.serviceUrl},geocode:function(e,r,a){var t={address:e};this._key&&this._key.length&&(t.key=this._key),t=d.Util.extend(t,this.options.geocodingQueryParams),u(this.options.serviceUrl,t,function(e){var t,o,s,n=[];if(e.results&&e.results.length)for(var i=0;i<=e.results.length-1;i++)t=e.results[i],o=d.latLng(t.geometry.location),s=d.latLngBounds(d.latLng(t.geometry.viewport.northeast),d.latLng(t.geometry.viewport.southwest)),n[i]={name:t.formatted_address,bbox:s,center:o,properties:t.address_components};r.call(a,n)})},reverse:function(e,t,r,a){var o={latlng:encodeURIComponent(e.lat)+","+encodeURIComponent(e.lng)};o=d.Util.extend(o,this.options.reverseQueryParams),this._key&&this._key.length&&(o.key=this._key),u(this.options.serviceUrl,o,function(e){var t,o,s,n=[];if(e.results&&e.results.length)for(var i=0;i<=e.results.length-1;i++)t=e.results[i],o=d.latLng(t.geometry.location),s=d.latLngBounds(d.latLng(t.geometry.viewport.northeast),d.latLng(t.geometry.viewport.southwest)),n[i]={name:t.formatted_address,bbox:s,center:o,properties:t.address_components};r.call(a,n)})}});var g=d.Class.extend({options:{geocodeUrl:"https://geocoder.api.here.com/6.2/geocode.json",reverseGeocodeUrl:"https://reverse.geocoder.api.here.com/6.2/reversegeocode.json",app_id:"<insert your app_id here>",app_code:"<insert your app_code here>",geocodingQueryParams:{},reverseQueryParams:{},reverseGeocodeProxRadius:null},initialize:function(e){d.setOptions(this,e)},geocode:function(e,t,o){var s={searchtext:e,gen:9,app_id:this.options.app_id,app_code:this.options.app_code,jsonattributes:1};s=d.Util.extend(s,this.options.geocodingQueryParams),this.getJSON(this.options.geocodeUrl,s,t,o)},reverse:function(e,t,o,s){var n=this.options.reverseGeocodeProxRadius?this.options.reverseGeocodeProxRadius:null,i=n?","+encodeURIComponent(n):"",r={prox:encodeURIComponent(e.lat)+","+encodeURIComponent(e.lng)+i,mode:"retrieveAddresses",app_id:this.options.app_id,app_code:this.options.app_code,gen:9,jsonattributes:1};r=d.Util.extend(r,this.options.reverseQueryParams),this.getJSON(this.options.reverseGeocodeUrl,r,o,s)},getJSON:function(e,t,r,a){u(e,t,function(e){var t,o,s,n=[];if(e.response.view&&e.response.view.length)for(var i=0;i<=e.response.view[0].result.length-1;i++)t=e.response.view[0].result[i].location,o=d.latLng(t.displayPosition.latitude,t.displayPosition.longitude),s=d.latLngBounds(d.latLng(t.mapView.topLeft.latitude,t.mapView.topLeft.longitude),d.latLng(t.mapView.bottomRight.latitude,t.mapView.bottomRight.longitude)),n[i]={name:t.address.label,properties:t.address,bbox:s,center:o};r.call(a,n)})}});var m=d.Class.extend({options:{next:void 0,sizeInMeters:1e4},initialize:function(e){d.Util.setOptions(this,e)},geocode:function(e,t,o){var s,n;if((s=e.match(/^([NS])\s*(\d{1,3}(?:\.\d*)?)\W*([EW])\s*(\d{1,3}(?:\.\d*)?)$/))?n=d.latLng((/N/i.test(s[1])?1:-1)*parseFloat(s[2]),(/E/i.test(s[3])?1:-1)*parseFloat(s[4])):(s=e.match(/^(\d{1,3}(?:\.\d*)?)\s*([NS])\W*(\d{1,3}(?:\.\d*)?)\s*([EW])$/))?n=d.latLng((/N/i.test(s[2])?1:-1)*parseFloat(s[1]),(/E/i.test(s[4])?1:-1)*parseFloat(s[3])):(s=e.match(/^([NS])\s*(\d{1,3})°?\s*(\d{1,3}(?:\.\d*)?)?['′]?\W*([EW])\s*(\d{1,3})°?\s*(\d{1,3}(?:\.\d*)?)?['′]?$/))?n=d.latLng((/N/i.test(s[1])?1:-1)*(parseFloat(s[2])+parseFloat(s[3]/60)),(/E/i.test(s[4])?1:-1)*(parseFloat(s[5])+parseFloat(s[6]/60))):(s=e.match(/^(\d{1,3})°?\s*(\d{1,3}(?:\.\d*)?)?['′]?\s*([NS])\W*(\d{1,3})°?\s*(\d{1,3}(?:\.\d*)?)?['′]?\s*([EW])$/))?n=d.latLng((/N/i.test(s[3])?1:-1)*(parseFloat(s[1])+parseFloat(s[2]/60)),(/E/i.test(s[6])?1:-1)*(parseFloat(s[4])+parseFloat(s[5]/60))):(s=e.match(/^([NS])\s*(\d{1,3})°?\s*(\d{1,2})['′]?\s*(\d{1,3}(?:\.\d*)?)?["″]?\W*([EW])\s*(\d{1,3})°?\s*(\d{1,2})['′]?\s*(\d{1,3}(?:\.\d*)?)?["″]?$/))?n=d.latLng((/N/i.test(s[1])?1:-1)*(parseFloat(s[2])+parseFloat(s[3]/60+parseFloat(s[4]/3600))),(/E/i.test(s[5])?1:-1)*(parseFloat(s[6])+parseFloat(s[7]/60)+parseFloat(s[8]/3600))):(s=e.match(/^(\d{1,3})°?\s*(\d{1,2})['′]?\s*(\d{1,3}(?:\.\d*)?)?["″]\s*([NS])\W*(\d{1,3})°?\s*(\d{1,2})['′]?\s*(\d{1,3}(?:\.\d*)?)?["″]?\s*([EW])$/))?n=d.latLng((/N/i.test(s[4])?1:-1)*(parseFloat(s[1])+parseFloat(s[2]/60+parseFloat(s[3]/3600))),(/E/i.test(s[8])?1:-1)*(parseFloat(s[5])+parseFloat(s[6]/60)+parseFloat(s[7]/3600))):(s=e.match(/^\s*([+-]?\d+(?:\.\d*)?)\s*[\s,]\s*([+-]?\d+(?:\.\d*)?)\s*$/))&&(n=d.latLng(parseFloat(s[1]),parseFloat(s[2]))),n){var i=[{name:e,center:n,bbox:n.toBounds(this.options.sizeInMeters)}];t.call(o,i)}else this.options.next&&this.options.next.geocode(e,t,o)}});var v=d.Class.extend({options:{serviceUrl:"https://api.mapbox.com/geocoding/v5/mapbox.places/",geocodingQueryParams:{},reverseQueryParams:{}},initialize:function(e,t){d.setOptions(this,t),this.options.geocodingQueryParams.access_token=e,this.options.reverseQueryParams.access_token=e},geocode:function(e,l,c){var t=this.options.geocodingQueryParams;void 0!==t.proximity&&void 0!==t.proximity.lat&&void 0!==t.proximity.lng&&(t.proximity=t.proximity.lng+","+t.proximity.lat),u(this.options.serviceUrl+encodeURIComponent(e)+".json",t,function(e){var t,o,s,n=[];if(e.features&&e.features.length)for(var i=0;i<=e.features.length-1;i++){t=e.features[i],o=d.latLng(t.center.reverse()),s=t.bbox?d.latLngBounds(d.latLng(t.bbox.slice(0,2).reverse()),d.latLng(t.bbox.slice(2,4).reverse())):d.latLngBounds(o,o);for(var r={text:t.text,address:t.address},a=0;a<(t.context||[]).length;a++){r[t.context[a].id.split(".")[0]]=t.context[a].text,t.context[a].short_code&&(r.countryShortCode=t.context[a].short_code)}n[i]={name:t.place_name,bbox:s,center:o,properties:r}}l.call(c,n)})},suggest:function(e,t,o){return this.geocode(e,t,o)},reverse:function(e,t,r,a){u(this.options.serviceUrl+encodeURIComponent(e.lng)+","+encodeURIComponent(e.lat)+".json",this.options.reverseQueryParams,function(e){var t,o,s,n=[];if(e.features&&e.features.length)for(var i=0;i<=e.features.length-1;i++)t=e.features[i],o=d.latLng(t.center.reverse()),s=t.bbox?d.latLngBounds(d.latLng(t.bbox.slice(0,2).reverse()),d.latLng(t.bbox.slice(2,4).reverse())):d.latLngBounds(o,o),n[i]={name:t.place_name,bbox:s,center:o};r.call(a,n)})}});var f=d.Class.extend({options:{serviceUrl:"https://www.mapquestapi.com/geocoding/v1"},initialize:function(e,t){this._key=decodeURIComponent(e),d.Util.setOptions(this,t)},_formatName:function(){var e,t=[];for(e=0;e<arguments.length;e++)arguments[e]&&t.push(arguments[e]);return t.join(", ")},geocode:function(e,i,r){u(this.options.serviceUrl+"/address",{key:this._key,location:e,limit:5,outFormat:"json"},d.bind(function(e){var t,o,s=[];if(e.results&&e.results[0].locations)for(var n=e.results[0].locations.length-1;0<=n;n--)t=e.results[0].locations[n],o=d.latLng(t.latLng),s[n]={name:this._formatName(t.street,t.adminArea4,t.adminArea3,t.adminArea1),bbox:d.latLngBounds(o,o),center:o};i.call(r,s)},this))},reverse:function(e,t,i,r){u(this.options.serviceUrl+"/reverse",{key:this._key,location:e.lat+","+e.lng,outputFormat:"json"},d.bind(function(e){var t,o,s=[];if(e.results&&e.results[0].locations)for(var n=e.results[0].locations.length-1;0<=n;n--)t=e.results[0].locations[n],o=d.latLng(t.latLng),s[n]={name:this._formatName(t.street,t.adminArea4,t.adminArea3,t.adminArea1),bbox:d.latLngBounds(o,o),center:o};i.call(r,s)},this))}});var _=d.Class.extend({options:{userId:"<insert your userId here>",apiKey:"<insert your apiKey here>",serviceUrl:"https://neutrinoapi.com/"},initialize:function(e){d.Util.setOptions(this,e)},geocode:function(e,n,i){u(this.options.serviceUrl+"geocode-address",{apiKey:this.options.apiKey,userId:this.options.userId,address:e.split(/\s+/).join(".")},function(e){var t,o,s=[];e.locations&&(e.geometry=e.locations[0],t=d.latLng(e.geometry.latitude,e.geometry.longitude),o=d.latLngBounds(t,t),s[0]={name:e.geometry.address,bbox:o,center:t}),n.call(i,s)})},suggest:function(e,t,o){return this.geocode(e,t,o)},reverse:function(n,e,i,r){u(this.options.serviceUrl+"geocode-reverse",{apiKey:this.options.apiKey,userId:this.options.userId,latitude:n.lat,longitude:n.lng},function(e){var t,o,s=[];200==e.status.status&&e.found&&(t=d.latLng(n.lat,n.lng),o=d.latLngBounds(t,t),s[0]={name:e.address,bbox:o,center:t}),i.call(r,s)})}});var b=d.Class.extend({options:{serviceUrl:"https://nominatim.openstreetmap.org/",geocodingQueryParams:{},reverseQueryParams:{},htmlTemplate:function(e){var t,o=e.address,s=[];return(o.road||o.building)&&s.push("{building} {road} {house_number}"),(o.city||o.town||o.village||o.hamlet)&&(t=0<s.length?"leaflet-control-geocoder-address-detail":"",s.push('<span class="'+t+'">{postcode} {city} {town} {village} {hamlet}</span>')),(o.state||o.country)&&(t=0<s.length?"leaflet-control-geocoder-address-context":"",s.push('<span class="'+t+'">{state} {country}</span>')),n(s.join("<br/>"),o)}},initialize:function(e){d.Util.setOptions(this,e)},geocode:function(e,i,r){u(this.options.serviceUrl+"search",d.extend({q:e,limit:5,format:"json",addressdetails:1},this.options.geocodingQueryParams),d.bind(function(e){for(var t=[],o=e.length-1;0<=o;o--){for(var s=e[o].boundingbox,n=0;n<4;n++)s[n]=parseFloat(s[n]);t[o]={icon:e[o].icon,name:e[o].display_name,html:this.options.htmlTemplate?this.options.htmlTemplate(e[o]):void 0,bbox:d.latLngBounds([s[0],s[2]],[s[1],s[3]]),center:d.latLng(e[o].lat,e[o].lon),properties:e[o]}}i.call(r,t)},this))},reverse:function(e,t,s,n){u(this.options.serviceUrl+"reverse",d.extend({lat:e.lat,lon:e.lng,zoom:Math.round(Math.log(t/256)/Math.log(2)),addressdetails:1,format:"json"},this.options.reverseQueryParams),d.bind(function(e){var t,o=[];e&&e.lat&&e.lon&&(t=d.latLng(e.lat,e.lon),o.push({name:e.display_name,html:this.options.htmlTemplate?this.options.htmlTemplate(e):void 0,center:t,bounds:d.latLngBounds(t,t),properties:e})),s.call(n,o)},this))}});var y=d.Class.extend({options:{OpenLocationCode:void 0,codeLength:void 0},initialize:function(e){d.setOptions(this,e)},geocode:function(e,t,o){try{var s=this.options.OpenLocationCode.decode(e),n={name:e,center:d.latLng(s.latitudeCenter,s.longitudeCenter),bbox:d.latLngBounds(d.latLng(s.latitudeLo,s.longitudeLo),d.latLng(s.latitudeHi,s.longitudeHi))};t.call(o,[n])}catch(e){console.warn(e),t.call(o,[])}},reverse:function(e,t,o,s){try{var n={name:this.options.OpenLocationCode.encode(e.lat,e.lng,this.options.codeLength),center:d.latLng(e.lat,e.lng),bbox:d.latLngBounds(d.latLng(e.lat,e.lng),d.latLng(e.lat,e.lng))};o.call(s,[n])}catch(e){console.warn(e),o.call(s,[])}}});var L=d.Class.extend({options:{serviceUrl:"https://api.opencagedata.com/geocode/v1/json",geocodingQueryParams:{},reverseQueryParams:{}},initialize:function(e,t){d.setOptions(this,t),this._accessToken=e},geocode:function(e,r,a){var t={key:this._accessToken,q:e};t=d.extend(t,this.options.geocodingQueryParams),u(this.options.serviceUrl,t,function(e){var t,o,s,n=[];if(e.results&&e.results.length)for(var i=0;i<e.results.length;i++)s=e.results[i],t=d.latLng(s.geometry),o=s.annotations&&s.annotations.bounds?d.latLngBounds(d.latLng(s.annotations.bounds.northeast),d.latLng(s.annotations.bounds.southwest)):d.latLngBounds(t,t),n.push({name:s.formatted,bbox:o,center:t});r.call(a,n)})},suggest:function(e,t,o){return this.geocode(e,t,o)},reverse:function(e,t,r,a){var o={key:this._accessToken,q:[e.lat,e.lng].join(",")};o=d.extend(o,this.options.reverseQueryParams),u(this.options.serviceUrl,o,function(e){var t,o,s,n=[];if(e.results&&e.results.length)for(var i=0;i<e.results.length;i++)s=e.results[i],t=d.latLng(s.geometry),o=s.annotations&&s.annotations.bounds?d.latLngBounds(d.latLng(s.annotations.bounds.northeast),d.latLng(s.annotations.bounds.southwest)):d.latLngBounds(t,t),n.push({name:s.formatted,bbox:o,center:t});r.call(a,n)})}});var x=d.Class.extend({options:{serviceUrl:"https://api.geocode.earth/v1",geocodingQueryParams:{},reverseQueryParams:{}},initialize:function(e,t){d.Util.setOptions(this,t),this._apiKey=e,this._lastSuggest=0},geocode:function(e,t,o){var s=this;u(this.options.serviceUrl+"/search",d.extend({api_key:this._apiKey,text:e},this.options.geocodingQueryParams),function(e){t.call(o,s._parseResults(e,"bbox"))})},suggest:function(e,t,o){var s=this;u(this.options.serviceUrl+"/autocomplete",d.extend({api_key:this._apiKey,text:e},this.options.geocodingQueryParams),d.bind(function(e){e.geocoding.timestamp>this._lastSuggest&&(this._lastSuggest=e.geocoding.timestamp,t.call(o,s._parseResults(e,"bbox")))},this))},reverse:function(e,t,o,s){var n=this;u(this.options.serviceUrl+"/reverse",d.extend({api_key:this._apiKey,"point.lat":e.lat,"point.lon":e.lng},this.options.reverseQueryParams),function(e){o.call(s,n._parseResults(e,"bounds"))})},_parseResults:function(e,i){var r=[];return d.geoJson(e,{pointToLayer:function(e,t){return d.circleMarker(t)},onEachFeature:function(e,t){var o,s,n={};t.getBounds?s=(o=t.getBounds()).getCenter():o=t.feature.bbox?(s=t.getLatLng(),d.latLngBounds(d.GeoJSON.coordsToLatLng(t.feature.bbox.slice(0,2)),d.GeoJSON.coordsToLatLng(t.feature.bbox.slice(2,4)))):(s=t.getLatLng(),d.latLngBounds(s,s)),n.name=t.feature.properties.label,n.center=s,n[i]=o,n.properties=t.feature.properties,r.push(n)}}),r}});function e(e,t){return new x(e,t)}var U=x,C=e,k=x,w=e,D=k.extend({options:{serviceUrl:"https://api.openrouteservice.org/geocode"}});var P=d.Class.extend({options:{serviceUrl:"https://photon.komoot.de/api/",reverseUrl:"https://photon.komoot.de/reverse/",nameProperties:["name","street","suburb","hamlet","town","city","state","country"]},initialize:function(e){d.setOptions(this,e)},geocode:function(e,t,o){var s=d.extend({q:e},this.options.geocodingQueryParams);u(this.options.serviceUrl,s,d.bind(function(e){t.call(o,this._decodeFeatures(e))},this))},suggest:function(e,t,o){return this.geocode(e,t,o)},reverse:function(e,t,o,s){var n=d.extend({lat:e.lat,lon:e.lng},this.options.reverseQueryParams);u(this.options.reverseUrl,n,d.bind(function(e){o.call(s,this._decodeFeatures(e))},this))},_decodeFeatures:function(e){var t,o,s,n,i,r,a=[];if(e&&e.features)for(t=0;t<e.features.length;t++)s=(o=e.features[t]).geometry.coordinates,n=d.latLng(s[1],s[0]),r=(i=o.properties.extent)?d.latLngBounds([i[1],i[0]],[i[3],i[2]]):d.latLngBounds(n,n),a.push({name:this._decodeFeatureName(o),html:this.options.htmlTemplate?this.options.htmlTemplate(o):void 0,center:n,bbox:r,properties:o.properties});return a},_decodeFeatureName:function(t){return(this.options.nameProperties||[]).map(function(e){return t.properties[e]}).filter(function(e){return!!e}).join(", ")}});var E=d.Class.extend({options:{serviceUrl:"https://api.what3words.com/v2/"},initialize:function(e){this._accessToken=e},geocode:function(e,n,i){u(this.options.serviceUrl+"forward",{key:this._accessToken,addr:e.split(/\s+/).join(".")},function(e){var t,o,s=[];e.geometry&&(t=d.latLng(e.geometry.lat,e.geometry.lng),o=d.latLngBounds(t,t),s[0]={name:e.words,bbox:o,center:t}),n.call(i,s)})},suggest:function(e,t,o){return this.geocode(e,t,o)},reverse:function(e,t,n,i){u(this.options.serviceUrl+"reverse",{key:this._accessToken,coords:[e.lat,e.lng].join(",")},function(e){var t,o,s=[];200==e.status.status&&(t=d.latLng(e.geometry.lat,e.geometry.lng),o=d.latLngBounds(t,t),s[0]={name:e.words,bbox:o,center:t}),n.call(i,s)})}});var R=Object.freeze({ArcGis:s,arcgis:function(e,t){return new s(e,t)},Bing:h,bing:function(e){return new h(e)},Google:p,google:function(e,t){return new p(e,t)},HERE:g,here:function(e){return new g(e)},LatLng:m,latLng:function(e){return new m(e)},Mapbox:v,mapbox:function(e,t){return new v(e,t)},MapQuest:f,mapQuest:function(e,t){return new f(e,t)},Neutrino:_,neutrino:function(e){return new _(e)},Nominatim:b,nominatim:function(e){return new b(e)},OpenLocationCode:y,openLocationCode:function(e){return new y(e)},OpenCage:L,opencage:function(e,t){return new L(e,t)},Pelias:x,pelias:e,GeocodeEarth:U,geocodeEarth:C,Mapzen:k,mapzen:w,Openrouteservice:D,openrouteservice:function(e,t){return new D(e,t)},Photon:P,photon:function(e){return new P(e)},What3Words:E,what3words:function(e){return new E(e)}}),T=d.Control.extend({options:{showUniqueResult:!0,showResultIcons:!1,collapsed:!0,expand:"touch",position:"topright",placeholder:"Search...",errorMessage:"Nothing found.",iconLabel:"Initiate a new search",queryMinLength:1,suggestMinLength:3,suggestTimeout:250,defaultMarkGeocode:!0},includes:d.Evented.prototype||d.Mixin.Events,initialize:function(e){d.Util.setOptions(this,e),this.options.geocoder||(this.options.geocoder=new b),this._requestCount=0},addThrobberClass:function(){d.DomUtil.addClass(this._container,"leaflet-control-geocoder-throbber")},removeThrobberClass:function(){d.DomUtil.removeClass(this._container,"leaflet-control-geocoder-throbber")},onAdd:function(e){var t,o="leaflet-control-geocoder",s=d.DomUtil.create("div",o+" leaflet-bar"),n=d.DomUtil.create("button",o+"-icon",s),i=this._form=d.DomUtil.create("div",o+"-form",s);return this._map=e,this._container=s,n.innerHTML="&nbsp;",n.type="button",n.setAttribute("aria-label",this.options.iconLabel),(t=this._input=d.DomUtil.create("input","",i)).type="text",t.value=this.options.query||"",t.placeholder=this.options.placeholder,d.DomEvent.disableClickPropagation(t),this._errorElement=d.DomUtil.create("div",o+"-form-no-error",s),this._errorElement.innerHTML=this.options.errorMessage,this._alts=d.DomUtil.create("ul",o+"-alternatives leaflet-control-geocoder-alternatives-minimized",s),d.DomEvent.disableClickPropagation(this._alts),d.DomEvent.addListener(t,"keydown",this._keydown,this),this.options.geocoder.suggest&&d.DomEvent.addListener(t,"input",this._change,this),d.DomEvent.addListener(t,"blur",function(){this.options.collapsed&&!this._preventBlurCollapse&&this._collapse(),this._preventBlurCollapse=!1},this),this.options.collapsed?"click"===this.options.expand?d.DomEvent.addListener(s,"click",function(e){0===e.button&&2!==e.detail&&this._toggle()},this):"touch"===this.options.expand?d.DomEvent.addListener(s,d.Browser.touch?"touchstart mousedown":"mousedown",function(e){this._toggle(),e.preventDefault(),e.stopPropagation()},this):(d.DomEvent.addListener(s,"mouseover",this._expand,this),d.DomEvent.addListener(s,"mouseout",this._collapse,this),this._map.on("movestart",this._collapse,this)):(this._expand(),d.Browser.touch?d.DomEvent.addListener(s,"touchstart",function(){this._geocode()},this):d.DomEvent.addListener(s,"click",function(){this._geocode()},this)),this.options.defaultMarkGeocode&&this.on("markgeocode",this.markGeocode,this),this.on("startgeocode",this.addThrobberClass,this),this.on("finishgeocode",this.removeThrobberClass,this),this.on("startsuggest",this.addThrobberClass,this),this.on("finishsuggest",this.removeThrobberClass,this),d.DomEvent.disableClickPropagation(s),s},setQuery:function(e){return this._input.value=e,this},_geocodeResult:function(e,t){if(!t&&this.options.showUniqueResult&&1===e.length)this._geocodeResultSelected(e[0]);else if(0<e.length){this._alts.innerHTML="",this._results=e,d.DomUtil.removeClass(this._alts,"leaflet-control-geocoder-alternatives-minimized"),d.DomUtil.addClass(this._container,"leaflet-control-geocoder-options-open");for(var o=0;o<e.length;o++)this._alts.appendChild(this._createAlt(e[o],o))}else d.DomUtil.addClass(this._container,"leaflet-control-geocoder-options-error"),d.DomUtil.addClass(this._errorElement,"leaflet-control-geocoder-error")},markGeocode:function(e){return e=e.geocode||e,this._map.fitBounds(e.bbox),this._geocodeMarker&&this._map.removeLayer(this._geocodeMarker),this._geocodeMarker=new d.Marker(e.center).bindPopup(e.html||e.name).addTo(this._map).openPopup(),this},_geocode:function(t){var e=this._input.value;if(t||!(e.length<this.options.queryMinLength)){var o=++this._requestCount,s=t?"suggest":"geocode",n={input:e};this._lastGeocode=e,t||this._clearResults(),this.fire("start"+s,n),this.options.geocoder[s](e,function(e){o===this._requestCount&&(n.results=e,this.fire("finish"+s,n),this._geocodeResult(e,t))},this)}},_geocodeResultSelected:function(e){this.fire("markgeocode",{geocode:e})},_toggle:function(){d.DomUtil.hasClass(this._container,"leaflet-control-geocoder-expanded")?this._collapse():this._expand()},_expand:function(){d.DomUtil.addClass(this._container,"leaflet-control-geocoder-expanded"),this._input.select(),this.fire("expand")},_collapse:function(){d.DomUtil.removeClass(this._container,"leaflet-control-geocoder-expanded"),d.DomUtil.addClass(this._alts,"leaflet-control-geocoder-alternatives-minimized"),d.DomUtil.removeClass(this._errorElement,"leaflet-control-geocoder-error"),d.DomUtil.removeClass(this._container,"leaflet-control-geocoder-options-open"),d.DomUtil.removeClass(this._container,"leaflet-control-geocoder-options-error"),this._input.blur(),this.fire("collapse")},_clearResults:function(){d.DomUtil.addClass(this._alts,"leaflet-control-geocoder-alternatives-minimized"),this._selection=null,d.DomUtil.removeClass(this._errorElement,"leaflet-control-geocoder-error"),d.DomUtil.removeClass(this._container,"leaflet-control-geocoder-options-open"),d.DomUtil.removeClass(this._container,"leaflet-control-geocoder-options-error")},_createAlt:function(t,e){var o=d.DomUtil.create("li",""),s=d.DomUtil.create("a","",o),n=this.options.showResultIcons&&t.icon?d.DomUtil.create("img","",s):null,i=t.html?void 0:document.createTextNode(t.name);return n&&(n.src=t.icon),o.setAttribute("data-result-index",e),t.html?s.innerHTML=s.innerHTML+t.html:s.appendChild(i),d.DomEvent.addListener(o,"mousedown touchstart",function(e){this._preventBlurCollapse=!0,d.DomEvent.stop(e),this._geocodeResultSelected(t),d.DomEvent.on(o,"click touchend",function(){this.options.collapsed?this._collapse():this._clearResults()},this)},this),o},_keydown:function(e){function t(e){o._selection&&(d.DomUtil.removeClass(o._selection,"leaflet-control-geocoder-selected"),o._selection=o._selection[0<e?"nextSibling":"previousSibling"]),o._selection||(o._selection=o._alts[0<e?"firstChild":"lastChild"]),o._selection&&d.DomUtil.addClass(o._selection,"leaflet-control-geocoder-selected")}var o=this;switch(e.keyCode){case 27:this.options.collapsed?this._collapse():this._clearResults();break;case 38:t(-1);break;case 40:t(1);break;case 13:if(this._selection){var s=parseInt(this._selection.getAttribute("data-result-index"),10);this._geocodeResultSelected(this._results[s]),this._clearResults()}else this._geocode();break;default:return}d.DomEvent.preventDefault(e)},_change:function(){var e=this._input.value;e!==this._lastGeocode&&(clearTimeout(this._suggestTimeout),e.length>=this.options.suggestMinLength?this._suggestTimeout=setTimeout(d.bind(function(){this._geocode(!0)},this),this.options.suggestTimeout):this._clearResults())}});return d.Util.extend(T,R),d.Util.extend(d.Control,{Geocoder:T,geocoder:function(e){return new T(e)}}),T}(L);
10
+ //# sourceMappingURL=Control.Geocoder.min.js.map
assets/js/Control.Geocoder.min.js.map ADDED
@@ -0,0 +1 @@
 
1
+ {"version":3,"file":"Control.Geocoder.min.js","sources":["../src/util.js","../src/geocoders/arcgis.js","../src/geocoders/bing.js","../src/geocoders/google.js","../src/geocoders/here.js","../src/geocoders/latlng.js","../src/geocoders/mapbox.js","../src/geocoders/mapquest.js","../src/geocoders/neutrino.js","../src/geocoders/nominatim.js","../src/geocoders/open-location-code.js","../src/geocoders/opencage.js","../src/geocoders/pelias.js","../src/geocoders/photon.js","../src/geocoders/what3words.js","../src/control.js","../src/index.js"],"sourcesContent":["import L from 'leaflet';\nvar lastCallbackId = 0;\n\n// Adapted from handlebars.js\n// https://github.com/wycats/handlebars.js/\nvar badChars = /[&<>\"'`]/g;\nvar possible = /[&<>\"'`]/;\nvar escape = {\n '&': '&amp;',\n '<': '&lt;',\n '>': '&gt;',\n '\"': '&quot;',\n \"'\": '&#x27;',\n '`': '&#x60;'\n};\n\nfunction escapeChar(chr) {\n return escape[chr];\n}\n\nexport function htmlEscape(string) {\n if (string == null) {\n return '';\n } else if (!string) {\n return string + '';\n }\n\n // Force a string conversion as this will be done by the append regardless and\n // the regex test will do this transparently behind the scenes, causing issues if\n // an object's to string has escaped characters in it.\n string = '' + string;\n\n if (!possible.test(string)) {\n return string;\n }\n return string.replace(badChars, escapeChar);\n}\n\nexport function jsonp(url, params, callback, context, jsonpParam) {\n var callbackId = '_l_geocoder_' + lastCallbackId++;\n params[jsonpParam || 'callback'] = callbackId;\n window[callbackId] = L.Util.bind(callback, context);\n var script = document.createElement('script');\n script.type = 'text/javascript';\n script.src = url + getParamString(params);\n script.id = callbackId;\n document.getElementsByTagName('head')[0].appendChild(script);\n}\n\nexport function getJSON(url, params, callback) {\n var xmlHttp = new XMLHttpRequest();\n xmlHttp.onreadystatechange = function() {\n if (xmlHttp.readyState !== 4) {\n return;\n }\n var message;\n if (xmlHttp.status !== 200 && xmlHttp.status !== 304) {\n message = '';\n } else if (typeof xmlHttp.response === 'string') {\n // IE doesn't parse JSON responses even with responseType: 'json'.\n try {\n message = JSON.parse(xmlHttp.response);\n } catch (e) {\n // Not a JSON response\n message = xmlHttp.response;\n }\n } else {\n message = xmlHttp.response;\n }\n callback(message);\n };\n xmlHttp.open('GET', url + getParamString(params), true);\n xmlHttp.responseType = 'json';\n xmlHttp.setRequestHeader('Accept', 'application/json');\n xmlHttp.send(null);\n}\n\nexport function template(str, data) {\n return str.replace(/\\{ *([\\w_]+) *\\}/g, function(str, key) {\n var value = data[key];\n if (value === undefined) {\n value = '';\n } else if (typeof value === 'function') {\n value = value(data);\n }\n return htmlEscape(value);\n });\n}\n\nexport function getParamString(obj, existingUrl, uppercase) {\n var params = [];\n for (var i in obj) {\n var key = encodeURIComponent(uppercase ? i.toUpperCase() : i);\n var value = obj[i];\n if (!L.Util.isArray(value)) {\n params.push(key + '=' + encodeURIComponent(value));\n } else {\n for (var j = 0; j < value.length; j++) {\n params.push(key + '=' + encodeURIComponent(value[j]));\n }\n }\n }\n return (!existingUrl || existingUrl.indexOf('?') === -1 ? '?' : '&') + params.join('&');\n}\n","import L from 'leaflet';\nimport { getJSON } from '../util';\n\nexport var ArcGis = L.Class.extend({\n options: {\n service_url: 'https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer'\n },\n\n initialize: function(accessToken, options) {\n L.setOptions(this, options);\n this._accessToken = accessToken;\n },\n\n geocode: function(query, cb, context) {\n var params = {\n SingleLine: query,\n outFields: 'Addr_Type',\n forStorage: false,\n maxLocations: 10,\n f: 'json'\n };\n\n if (this._key && this._key.length) {\n params.token = this._key;\n }\n\n getJSON(\n this.options.service_url + '/findAddressCandidates',\n L.extend(params, this.options.geocodingQueryParams),\n function(data) {\n var results = [],\n loc,\n latLng,\n latLngBounds;\n\n if (data.candidates && data.candidates.length) {\n for (var i = 0; i <= data.candidates.length - 1; i++) {\n loc = data.candidates[i];\n latLng = L.latLng(loc.location.y, loc.location.x);\n latLngBounds = L.latLngBounds(\n L.latLng(loc.extent.ymax, loc.extent.xmax),\n L.latLng(loc.extent.ymin, loc.extent.xmin)\n );\n results[i] = {\n name: loc.address,\n bbox: latLngBounds,\n center: latLng\n };\n }\n }\n\n cb.call(context, results);\n }\n );\n },\n\n suggest: function(query, cb, context) {\n return this.geocode(query, cb, context);\n },\n\n reverse: function(location, scale, cb, context) {\n var params = {\n location: encodeURIComponent(location.lng) + ',' + encodeURIComponent(location.lat),\n distance: 100,\n f: 'json'\n };\n\n getJSON(this.options.service_url + '/reverseGeocode', params, function(data) {\n var result = [],\n loc;\n\n if (data && !data.error) {\n loc = L.latLng(data.location.y, data.location.x);\n result.push({\n name: data.address.Match_addr,\n center: loc,\n bounds: L.latLngBounds(loc, loc)\n });\n }\n\n cb.call(context, result);\n });\n }\n});\n\nexport function arcgis(accessToken, options) {\n return new ArcGis(accessToken, options);\n}\n","import L from 'leaflet';\nimport { jsonp } from '../util';\n\nexport var Bing = L.Class.extend({\n initialize: function(key) {\n this.key = key;\n },\n\n geocode: function(query, cb, context) {\n jsonp(\n 'https://dev.virtualearth.net/REST/v1/Locations',\n {\n query: query,\n key: this.key\n },\n function(data) {\n var results = [];\n if (data.resourceSets.length > 0) {\n for (var i = data.resourceSets[0].resources.length - 1; i >= 0; i--) {\n var resource = data.resourceSets[0].resources[i],\n bbox = resource.bbox;\n results[i] = {\n name: resource.name,\n bbox: L.latLngBounds([bbox[0], bbox[1]], [bbox[2], bbox[3]]),\n center: L.latLng(resource.point.coordinates)\n };\n }\n }\n cb.call(context, results);\n },\n this,\n 'jsonp'\n );\n },\n\n reverse: function(location, scale, cb, context) {\n jsonp(\n '//dev.virtualearth.net/REST/v1/Locations/' + location.lat + ',' + location.lng,\n {\n key: this.key\n },\n function(data) {\n var results = [];\n for (var i = data.resourceSets[0].resources.length - 1; i >= 0; i--) {\n var resource = data.resourceSets[0].resources[i],\n bbox = resource.bbox;\n results[i] = {\n name: resource.name,\n bbox: L.latLngBounds([bbox[0], bbox[1]], [bbox[2], bbox[3]]),\n center: L.latLng(resource.point.coordinates)\n };\n }\n cb.call(context, results);\n },\n this,\n 'jsonp'\n );\n }\n});\n\nexport function bing(key) {\n return new Bing(key);\n}\n","import L from 'leaflet';\nimport { getJSON } from '../util';\n\nexport var Google = L.Class.extend({\n options: {\n serviceUrl: 'https://maps.googleapis.com/maps/api/geocode/json',\n geocodingQueryParams: {},\n reverseQueryParams: {}\n },\n\n initialize: function(key, options) {\n this._key = key;\n L.setOptions(this, options);\n // Backwards compatibility\n this.options.serviceUrl = this.options.service_url || this.options.serviceUrl;\n },\n\n geocode: function(query, cb, context) {\n var params = {\n address: query\n };\n\n if (this._key && this._key.length) {\n params.key = this._key;\n }\n\n params = L.Util.extend(params, this.options.geocodingQueryParams);\n\n getJSON(this.options.serviceUrl, params, function(data) {\n var results = [],\n loc,\n latLng,\n latLngBounds;\n if (data.results && data.results.length) {\n for (var i = 0; i <= data.results.length - 1; i++) {\n loc = data.results[i];\n latLng = L.latLng(loc.geometry.location);\n latLngBounds = L.latLngBounds(\n L.latLng(loc.geometry.viewport.northeast),\n L.latLng(loc.geometry.viewport.southwest)\n );\n results[i] = {\n name: loc.formatted_address,\n bbox: latLngBounds,\n center: latLng,\n properties: loc.address_components\n };\n }\n }\n\n cb.call(context, results);\n });\n },\n\n reverse: function(location, scale, cb, context) {\n var params = {\n latlng: encodeURIComponent(location.lat) + ',' + encodeURIComponent(location.lng)\n };\n params = L.Util.extend(params, this.options.reverseQueryParams);\n if (this._key && this._key.length) {\n params.key = this._key;\n }\n\n getJSON(this.options.serviceUrl, params, function(data) {\n var results = [],\n loc,\n latLng,\n latLngBounds;\n if (data.results && data.results.length) {\n for (var i = 0; i <= data.results.length - 1; i++) {\n loc = data.results[i];\n latLng = L.latLng(loc.geometry.location);\n latLngBounds = L.latLngBounds(\n L.latLng(loc.geometry.viewport.northeast),\n L.latLng(loc.geometry.viewport.southwest)\n );\n results[i] = {\n name: loc.formatted_address,\n bbox: latLngBounds,\n center: latLng,\n properties: loc.address_components\n };\n }\n }\n\n cb.call(context, results);\n });\n }\n});\n\nexport function google(key, options) {\n return new Google(key, options);\n}\n","import L from 'leaflet';\nimport { getJSON } from '../util';\nexport var HERE = L.Class.extend({\n options: {\n geocodeUrl: 'https://geocoder.api.here.com/6.2/geocode.json',\n reverseGeocodeUrl: 'https://reverse.geocoder.api.here.com/6.2/reversegeocode.json',\n app_id: '<insert your app_id here>',\n app_code: '<insert your app_code here>',\n geocodingQueryParams: {},\n reverseQueryParams: {},\n reverseGeocodeProxRadius: null\n },\n initialize: function(options) {\n L.setOptions(this, options);\n },\n geocode: function(query, cb, context) {\n var params = {\n searchtext: query,\n gen: 9,\n app_id: this.options.app_id,\n app_code: this.options.app_code,\n jsonattributes: 1\n };\n params = L.Util.extend(params, this.options.geocodingQueryParams);\n this.getJSON(this.options.geocodeUrl, params, cb, context);\n },\n reverse: function(location, scale, cb, context) {\n var _proxRadius = this.options.reverseGeocodeProxRadius\n ? this.options.reverseGeocodeProxRadius\n : null;\n var proxRadius = _proxRadius ? ',' + encodeURIComponent(_proxRadius) : '';\n var params = {\n prox: encodeURIComponent(location.lat) + ',' + encodeURIComponent(location.lng) + proxRadius,\n mode: 'retrieveAddresses',\n app_id: this.options.app_id,\n app_code: this.options.app_code,\n gen: 9,\n jsonattributes: 1\n };\n params = L.Util.extend(params, this.options.reverseQueryParams);\n this.getJSON(this.options.reverseGeocodeUrl, params, cb, context);\n },\n getJSON: function(url, params, cb, context) {\n getJSON(url, params, function(data) {\n var results = [],\n loc,\n latLng,\n latLngBounds;\n if (data.response.view && data.response.view.length) {\n for (var i = 0; i <= data.response.view[0].result.length - 1; i++) {\n loc = data.response.view[0].result[i].location;\n latLng = L.latLng(loc.displayPosition.latitude, loc.displayPosition.longitude);\n latLngBounds = L.latLngBounds(\n L.latLng(loc.mapView.topLeft.latitude, loc.mapView.topLeft.longitude),\n L.latLng(loc.mapView.bottomRight.latitude, loc.mapView.bottomRight.longitude)\n );\n results[i] = {\n name: loc.address.label,\n properties: loc.address,\n bbox: latLngBounds,\n center: latLng\n };\n }\n }\n cb.call(context, results);\n });\n }\n});\nexport function here(options) {\n return new HERE(options);\n}\n","import L from 'leaflet';\n\nexport var LatLng = L.Class.extend({\n options: {\n // the next geocoder to use\n next: undefined,\n sizeInMeters: 10000\n },\n\n initialize: function(options) {\n L.Util.setOptions(this, options);\n },\n\n geocode: function(query, cb, context) {\n var match;\n var center;\n // regex from https://github.com/openstreetmap/openstreetmap-website/blob/master/app/controllers/geocoder_controller.rb\n if ((match = query.match(/^([NS])\\s*(\\d{1,3}(?:\\.\\d*)?)\\W*([EW])\\s*(\\d{1,3}(?:\\.\\d*)?)$/))) {\n // [NSEW] decimal degrees\n center = L.latLng(\n (/N/i.test(match[1]) ? 1 : -1) * parseFloat(match[2]),\n (/E/i.test(match[3]) ? 1 : -1) * parseFloat(match[4])\n );\n } else if (\n (match = query.match(/^(\\d{1,3}(?:\\.\\d*)?)\\s*([NS])\\W*(\\d{1,3}(?:\\.\\d*)?)\\s*([EW])$/))\n ) {\n // decimal degrees [NSEW]\n center = L.latLng(\n (/N/i.test(match[2]) ? 1 : -1) * parseFloat(match[1]),\n (/E/i.test(match[4]) ? 1 : -1) * parseFloat(match[3])\n );\n } else if (\n (match = query.match(\n /^([NS])\\s*(\\d{1,3})°?\\s*(\\d{1,3}(?:\\.\\d*)?)?['′]?\\W*([EW])\\s*(\\d{1,3})°?\\s*(\\d{1,3}(?:\\.\\d*)?)?['′]?$/\n ))\n ) {\n // [NSEW] degrees, decimal minutes\n center = L.latLng(\n (/N/i.test(match[1]) ? 1 : -1) * (parseFloat(match[2]) + parseFloat(match[3] / 60)),\n (/E/i.test(match[4]) ? 1 : -1) * (parseFloat(match[5]) + parseFloat(match[6] / 60))\n );\n } else if (\n (match = query.match(\n /^(\\d{1,3})°?\\s*(\\d{1,3}(?:\\.\\d*)?)?['′]?\\s*([NS])\\W*(\\d{1,3})°?\\s*(\\d{1,3}(?:\\.\\d*)?)?['′]?\\s*([EW])$/\n ))\n ) {\n // degrees, decimal minutes [NSEW]\n center = L.latLng(\n (/N/i.test(match[3]) ? 1 : -1) * (parseFloat(match[1]) + parseFloat(match[2] / 60)),\n (/E/i.test(match[6]) ? 1 : -1) * (parseFloat(match[4]) + parseFloat(match[5] / 60))\n );\n } else if (\n (match = query.match(\n /^([NS])\\s*(\\d{1,3})°?\\s*(\\d{1,2})['′]?\\s*(\\d{1,3}(?:\\.\\d*)?)?[\"″]?\\W*([EW])\\s*(\\d{1,3})°?\\s*(\\d{1,2})['′]?\\s*(\\d{1,3}(?:\\.\\d*)?)?[\"″]?$/\n ))\n ) {\n // [NSEW] degrees, minutes, decimal seconds\n center = L.latLng(\n (/N/i.test(match[1]) ? 1 : -1) *\n (parseFloat(match[2]) + parseFloat(match[3] / 60 + parseFloat(match[4] / 3600))),\n (/E/i.test(match[5]) ? 1 : -1) *\n (parseFloat(match[6]) + parseFloat(match[7] / 60) + parseFloat(match[8] / 3600))\n );\n } else if (\n (match = query.match(\n /^(\\d{1,3})°?\\s*(\\d{1,2})['′]?\\s*(\\d{1,3}(?:\\.\\d*)?)?[\"″]\\s*([NS])\\W*(\\d{1,3})°?\\s*(\\d{1,2})['′]?\\s*(\\d{1,3}(?:\\.\\d*)?)?[\"″]?\\s*([EW])$/\n ))\n ) {\n // degrees, minutes, decimal seconds [NSEW]\n center = L.latLng(\n (/N/i.test(match[4]) ? 1 : -1) *\n (parseFloat(match[1]) + parseFloat(match[2] / 60 + parseFloat(match[3] / 3600))),\n (/E/i.test(match[8]) ? 1 : -1) *\n (parseFloat(match[5]) + parseFloat(match[6] / 60) + parseFloat(match[7] / 3600))\n );\n } else if (\n (match = query.match(/^\\s*([+-]?\\d+(?:\\.\\d*)?)\\s*[\\s,]\\s*([+-]?\\d+(?:\\.\\d*)?)\\s*$/))\n ) {\n center = L.latLng(parseFloat(match[1]), parseFloat(match[2]));\n }\n if (center) {\n var results = [\n {\n name: query,\n center: center,\n bbox: center.toBounds(this.options.sizeInMeters)\n }\n ];\n cb.call(context, results);\n } else if (this.options.next) {\n this.options.next.geocode(query, cb, context);\n }\n }\n});\n\nexport function latLng(options) {\n return new LatLng(options);\n}\n","import L from 'leaflet';\nimport { getJSON } from '../util';\n\nexport var Mapbox = L.Class.extend({\n options: {\n serviceUrl: 'https://api.mapbox.com/geocoding/v5/mapbox.places/',\n geocodingQueryParams: {},\n reverseQueryParams: {}\n },\n\n initialize: function(accessToken, options) {\n L.setOptions(this, options);\n this.options.geocodingQueryParams.access_token = accessToken;\n this.options.reverseQueryParams.access_token = accessToken;\n },\n\n geocode: function(query, cb, context) {\n var params = this.options.geocodingQueryParams;\n if (\n params.proximity !== undefined &&\n params.proximity.lat !== undefined &&\n params.proximity.lng !== undefined\n ) {\n params.proximity = params.proximity.lng + ',' + params.proximity.lat;\n }\n getJSON(this.options.serviceUrl + encodeURIComponent(query) + '.json', params, function(data) {\n var results = [],\n loc,\n latLng,\n latLngBounds;\n if (data.features && data.features.length) {\n for (var i = 0; i <= data.features.length - 1; i++) {\n loc = data.features[i];\n latLng = L.latLng(loc.center.reverse());\n if (loc.bbox) {\n latLngBounds = L.latLngBounds(\n L.latLng(loc.bbox.slice(0, 2).reverse()),\n L.latLng(loc.bbox.slice(2, 4).reverse())\n );\n } else {\n latLngBounds = L.latLngBounds(latLng, latLng);\n }\n\n var properties = {\n text: loc.text,\n address: loc.address\n };\n\n for (var j = 0; j < (loc.context || []).length; j++) {\n var id = loc.context[j].id.split('.')[0];\n properties[id] = loc.context[j].text;\n\n // Get country code when available\n if (loc.context[j].short_code) {\n properties['countryShortCode'] = loc.context[j].short_code\n }\n }\n\n results[i] = {\n name: loc.place_name,\n bbox: latLngBounds,\n center: latLng,\n properties: properties\n };\n }\n }\n\n cb.call(context, results);\n });\n },\n\n suggest: function(query, cb, context) {\n return this.geocode(query, cb, context);\n },\n\n reverse: function(location, scale, cb, context) {\n getJSON(\n this.options.serviceUrl +\n encodeURIComponent(location.lng) +\n ',' +\n encodeURIComponent(location.lat) +\n '.json',\n this.options.reverseQueryParams,\n function(data) {\n var results = [],\n loc,\n latLng,\n latLngBounds;\n if (data.features && data.features.length) {\n for (var i = 0; i <= data.features.length - 1; i++) {\n loc = data.features[i];\n latLng = L.latLng(loc.center.reverse());\n if (loc.bbox) {\n latLngBounds = L.latLngBounds(\n L.latLng(loc.bbox.slice(0, 2).reverse()),\n L.latLng(loc.bbox.slice(2, 4).reverse())\n );\n } else {\n latLngBounds = L.latLngBounds(latLng, latLng);\n }\n results[i] = {\n name: loc.place_name,\n bbox: latLngBounds,\n center: latLng\n };\n }\n }\n\n cb.call(context, results);\n }\n );\n }\n});\n\nexport function mapbox(accessToken, options) {\n return new Mapbox(accessToken, options);\n}\n","import L from 'leaflet';\nimport { getJSON } from '../util';\n\nexport var MapQuest = L.Class.extend({\n options: {\n serviceUrl: 'https://www.mapquestapi.com/geocoding/v1'\n },\n\n initialize: function(key, options) {\n // MapQuest seems to provide URI encoded API keys,\n // so to avoid encoding them twice, we decode them here\n this._key = decodeURIComponent(key);\n\n L.Util.setOptions(this, options);\n },\n\n _formatName: function() {\n var r = [],\n i;\n for (i = 0; i < arguments.length; i++) {\n if (arguments[i]) {\n r.push(arguments[i]);\n }\n }\n\n return r.join(', ');\n },\n\n geocode: function(query, cb, context) {\n getJSON(\n this.options.serviceUrl + '/address',\n {\n key: this._key,\n location: query,\n limit: 5,\n outFormat: 'json'\n },\n L.bind(function(data) {\n var results = [],\n loc,\n latLng;\n if (data.results && data.results[0].locations) {\n for (var i = data.results[0].locations.length - 1; i >= 0; i--) {\n loc = data.results[0].locations[i];\n latLng = L.latLng(loc.latLng);\n results[i] = {\n name: this._formatName(loc.street, loc.adminArea4, loc.adminArea3, loc.adminArea1),\n bbox: L.latLngBounds(latLng, latLng),\n center: latLng\n };\n }\n }\n\n cb.call(context, results);\n }, this)\n );\n },\n\n reverse: function(location, scale, cb, context) {\n getJSON(\n this.options.serviceUrl + '/reverse',\n {\n key: this._key,\n location: location.lat + ',' + location.lng,\n outputFormat: 'json'\n },\n L.bind(function(data) {\n var results = [],\n loc,\n latLng;\n if (data.results && data.results[0].locations) {\n for (var i = data.results[0].locations.length - 1; i >= 0; i--) {\n loc = data.results[0].locations[i];\n latLng = L.latLng(loc.latLng);\n results[i] = {\n name: this._formatName(loc.street, loc.adminArea4, loc.adminArea3, loc.adminArea1),\n bbox: L.latLngBounds(latLng, latLng),\n center: latLng\n };\n }\n }\n\n cb.call(context, results);\n }, this)\n );\n }\n});\n\nexport function mapQuest(key, options) {\n return new MapQuest(key, options);\n}\n","import L from 'leaflet';\nimport { getJSON } from '../util';\n\nexport var Neutrino = L.Class.extend({\n options: {\n userId: '<insert your userId here>',\n apiKey: '<insert your apiKey here>',\n serviceUrl: 'https://neutrinoapi.com/'\n },\n\n initialize: function(options) {\n L.Util.setOptions(this, options);\n },\n\n // https://www.neutrinoapi.com/api/geocode-address/\n geocode: function(query, cb, context) {\n getJSON(\n this.options.serviceUrl + 'geocode-address',\n {\n apiKey: this.options.apiKey,\n userId: this.options.userId,\n //get three words and make a dot based string\n address: query.split(/\\s+/).join('.')\n },\n function(data) {\n var results = [],\n latLng,\n latLngBounds;\n if (data.locations) {\n data.geometry = data.locations[0];\n latLng = L.latLng(data.geometry['latitude'], data.geometry['longitude']);\n latLngBounds = L.latLngBounds(latLng, latLng);\n results[0] = {\n name: data.geometry.address,\n bbox: latLngBounds,\n center: latLng\n };\n }\n\n cb.call(context, results);\n }\n );\n },\n\n suggest: function(query, cb, context) {\n return this.geocode(query, cb, context);\n },\n\n // https://www.neutrinoapi.com/api/geocode-reverse/\n reverse: function(location, scale, cb, context) {\n getJSON(\n this.options.serviceUrl + 'geocode-reverse',\n {\n apiKey: this.options.apiKey,\n userId: this.options.userId,\n latitude: location.lat,\n longitude: location.lng\n },\n function(data) {\n var results = [],\n latLng,\n latLngBounds;\n if (data.status.status == 200 && data.found) {\n latLng = L.latLng(location.lat, location.lng);\n latLngBounds = L.latLngBounds(latLng, latLng);\n results[0] = {\n name: data.address,\n bbox: latLngBounds,\n center: latLng\n };\n }\n cb.call(context, results);\n }\n );\n }\n});\n\nexport function neutrino(accessToken) {\n return new Neutrino(accessToken);\n}\n","import L from 'leaflet';\nimport { template, getJSON } from '../util';\n\nexport var Nominatim = L.Class.extend({\n options: {\n serviceUrl: 'https://nominatim.openstreetmap.org/',\n geocodingQueryParams: {},\n reverseQueryParams: {},\n htmlTemplate: function(r) {\n var a = r.address,\n className,\n parts = [];\n if (a.road || a.building) {\n parts.push('{building} {road} {house_number}');\n }\n\n if (a.city || a.town || a.village || a.hamlet) {\n className = parts.length > 0 ? 'leaflet-control-geocoder-address-detail' : '';\n parts.push(\n '<span class=\"' + className + '\">{postcode} {city} {town} {village} {hamlet}</span>'\n );\n }\n\n if (a.state || a.country) {\n className = parts.length > 0 ? 'leaflet-control-geocoder-address-context' : '';\n parts.push('<span class=\"' + className + '\">{state} {country}</span>');\n }\n\n return template(parts.join('<br/>'), a, true);\n }\n },\n\n initialize: function(options) {\n L.Util.setOptions(this, options);\n },\n\n geocode: function(query, cb, context) {\n getJSON(\n this.options.serviceUrl + 'search',\n L.extend(\n {\n q: query,\n limit: 5,\n format: 'json',\n addressdetails: 1\n },\n this.options.geocodingQueryParams\n ),\n L.bind(function(data) {\n var results = [];\n for (var i = data.length - 1; i >= 0; i--) {\n var bbox = data[i].boundingbox;\n for (var j = 0; j < 4; j++) bbox[j] = parseFloat(bbox[j]);\n results[i] = {\n icon: data[i].icon,\n name: data[i].display_name,\n html: this.options.htmlTemplate ? this.options.htmlTemplate(data[i]) : undefined,\n bbox: L.latLngBounds([bbox[0], bbox[2]], [bbox[1], bbox[3]]),\n center: L.latLng(data[i].lat, data[i].lon),\n properties: data[i]\n };\n }\n cb.call(context, results);\n }, this)\n );\n },\n\n reverse: function(location, scale, cb, context) {\n getJSON(\n this.options.serviceUrl + 'reverse',\n L.extend(\n {\n lat: location.lat,\n lon: location.lng,\n zoom: Math.round(Math.log(scale / 256) / Math.log(2)),\n addressdetails: 1,\n format: 'json'\n },\n this.options.reverseQueryParams\n ),\n L.bind(function(data) {\n var result = [],\n loc;\n\n if (data && data.lat && data.lon) {\n loc = L.latLng(data.lat, data.lon);\n result.push({\n name: data.display_name,\n html: this.options.htmlTemplate ? this.options.htmlTemplate(data) : undefined,\n center: loc,\n bounds: L.latLngBounds(loc, loc),\n properties: data\n });\n }\n\n cb.call(context, result);\n }, this)\n );\n }\n});\n\nexport function nominatim(options) {\n return new Nominatim(options);\n}\n","import L from 'leaflet';\n\nexport var OpenLocationCode = L.Class.extend({\n options: {\n OpenLocationCode: undefined,\n codeLength: undefined\n },\n\n initialize: function(options) {\n L.setOptions(this, options);\n },\n\n geocode: function(query, cb, context) {\n try {\n var decoded = this.options.OpenLocationCode.decode(query);\n var result = {\n name: query,\n center: L.latLng(decoded.latitudeCenter, decoded.longitudeCenter),\n bbox: L.latLngBounds(\n L.latLng(decoded.latitudeLo, decoded.longitudeLo),\n L.latLng(decoded.latitudeHi, decoded.longitudeHi)\n )\n };\n cb.call(context, [result]);\n } catch (e) {\n console.warn(e); // eslint-disable-line no-console\n cb.call(context, []);\n }\n },\n reverse: function(location, scale, cb, context) {\n try {\n var code = this.options.OpenLocationCode.encode(\n location.lat,\n location.lng,\n this.options.codeLength\n );\n var result = {\n name: code,\n center: L.latLng(location.lat, location.lng),\n bbox: L.latLngBounds(\n L.latLng(location.lat, location.lng),\n L.latLng(location.lat, location.lng)\n )\n };\n cb.call(context, [result]);\n } catch (e) {\n console.warn(e); // eslint-disable-line no-console\n cb.call(context, []);\n }\n }\n});\n\nexport function openLocationCode(options) {\n return new OpenLocationCode(options);\n}\n","import L from 'leaflet';\nimport { getJSON } from '../util';\n\nexport var OpenCage = L.Class.extend({\n options: {\n serviceUrl: 'https://api.opencagedata.com/geocode/v1/json',\n geocodingQueryParams: {},\n reverseQueryParams: {}\n },\n\n initialize: function(apiKey, options) {\n L.setOptions(this, options);\n this._accessToken = apiKey;\n },\n\n geocode: function(query, cb, context) {\n var params = {\n key: this._accessToken,\n q: query\n };\n params = L.extend(params, this.options.geocodingQueryParams);\n getJSON(this.options.serviceUrl, params, function(data) {\n var results = [],\n latLng,\n latLngBounds,\n loc;\n if (data.results && data.results.length) {\n for (var i = 0; i < data.results.length; i++) {\n loc = data.results[i];\n latLng = L.latLng(loc.geometry);\n if (loc.annotations && loc.annotations.bounds) {\n latLngBounds = L.latLngBounds(\n L.latLng(loc.annotations.bounds.northeast),\n L.latLng(loc.annotations.bounds.southwest)\n );\n } else {\n latLngBounds = L.latLngBounds(latLng, latLng);\n }\n results.push({\n name: loc.formatted,\n bbox: latLngBounds,\n center: latLng\n });\n }\n }\n cb.call(context, results);\n });\n },\n\n suggest: function(query, cb, context) {\n return this.geocode(query, cb, context);\n },\n\n reverse: function(location, scale, cb, context) {\n var params = {\n key: this._accessToken,\n q: [location.lat, location.lng].join(',')\n };\n params = L.extend(params, this.options.reverseQueryParams);\n getJSON(this.options.serviceUrl, params, function(data) {\n var results = [],\n latLng,\n latLngBounds,\n loc;\n if (data.results && data.results.length) {\n for (var i = 0; i < data.results.length; i++) {\n loc = data.results[i];\n latLng = L.latLng(loc.geometry);\n if (loc.annotations && loc.annotations.bounds) {\n latLngBounds = L.latLngBounds(\n L.latLng(loc.annotations.bounds.northeast),\n L.latLng(loc.annotations.bounds.southwest)\n );\n } else {\n latLngBounds = L.latLngBounds(latLng, latLng);\n }\n results.push({\n name: loc.formatted,\n bbox: latLngBounds,\n center: latLng\n });\n }\n }\n cb.call(context, results);\n });\n }\n});\n\nexport function opencage(apiKey, options) {\n return new OpenCage(apiKey, options);\n}\n","import L from 'leaflet';\nimport { getJSON } from '../util';\n\nexport var Pelias = L.Class.extend({\n options: {\n serviceUrl: 'https://api.geocode.earth/v1',\n geocodingQueryParams: {},\n reverseQueryParams: {}\n },\n\n initialize: function(apiKey, options) {\n L.Util.setOptions(this, options);\n this._apiKey = apiKey;\n this._lastSuggest = 0;\n },\n\n geocode: function(query, cb, context) {\n var _this = this;\n getJSON(\n this.options.serviceUrl + '/search',\n L.extend(\n {\n api_key: this._apiKey,\n text: query\n },\n this.options.geocodingQueryParams\n ),\n function(data) {\n cb.call(context, _this._parseResults(data, 'bbox'));\n }\n );\n },\n\n suggest: function(query, cb, context) {\n var _this = this;\n getJSON(\n this.options.serviceUrl + '/autocomplete',\n L.extend(\n {\n api_key: this._apiKey,\n text: query\n },\n this.options.geocodingQueryParams\n ),\n L.bind(function(data) {\n if (data.geocoding.timestamp > this._lastSuggest) {\n this._lastSuggest = data.geocoding.timestamp;\n cb.call(context, _this._parseResults(data, 'bbox'));\n }\n }, this)\n );\n },\n\n reverse: function(location, scale, cb, context) {\n var _this = this;\n getJSON(\n this.options.serviceUrl + '/reverse',\n L.extend(\n {\n api_key: this._apiKey,\n 'point.lat': location.lat,\n 'point.lon': location.lng\n },\n this.options.reverseQueryParams\n ),\n function(data) {\n cb.call(context, _this._parseResults(data, 'bounds'));\n }\n );\n },\n\n _parseResults: function(data, bboxname) {\n var results = [];\n L.geoJson(data, {\n pointToLayer: function(feature, latlng) {\n return L.circleMarker(latlng);\n },\n onEachFeature: function(feature, layer) {\n var result = {},\n bbox,\n center;\n\n if (layer.getBounds) {\n bbox = layer.getBounds();\n center = bbox.getCenter();\n } else if (layer.feature.bbox) {\n center = layer.getLatLng();\n bbox = L.latLngBounds(\n L.GeoJSON.coordsToLatLng(layer.feature.bbox.slice(0, 2)),\n L.GeoJSON.coordsToLatLng(layer.feature.bbox.slice(2, 4))\n );\n } else {\n center = layer.getLatLng();\n bbox = L.latLngBounds(center, center);\n }\n\n result.name = layer.feature.properties.label;\n result.center = center;\n result[bboxname] = bbox;\n result.properties = layer.feature.properties;\n results.push(result);\n }\n });\n return results;\n }\n});\n\nexport function pelias(apiKey, options) {\n return new Pelias(apiKey, options);\n}\nexport var GeocodeEarth = Pelias;\nexport var geocodeEarth = pelias;\n\nexport var Mapzen = Pelias; // r.i.p.\nexport var mapzen = pelias;\n\nexport var Openrouteservice = Mapzen.extend({\n options: {\n serviceUrl: 'https://api.openrouteservice.org/geocode'\n }\n});\nexport function openrouteservice(apiKey, options) {\n return new Openrouteservice(apiKey, options);\n}\n","import L from 'leaflet';\nimport { getJSON } from '../util';\n\nexport var Photon = L.Class.extend({\n options: {\n serviceUrl: 'https://photon.komoot.de/api/',\n reverseUrl: 'https://photon.komoot.de/reverse/',\n nameProperties: ['name', 'street', 'suburb', 'hamlet', 'town', 'city', 'state', 'country']\n },\n\n initialize: function(options) {\n L.setOptions(this, options);\n },\n\n geocode: function(query, cb, context) {\n var params = L.extend(\n {\n q: query\n },\n this.options.geocodingQueryParams\n );\n\n getJSON(\n this.options.serviceUrl,\n params,\n L.bind(function(data) {\n cb.call(context, this._decodeFeatures(data));\n }, this)\n );\n },\n\n suggest: function(query, cb, context) {\n return this.geocode(query, cb, context);\n },\n\n reverse: function(latLng, scale, cb, context) {\n var params = L.extend(\n {\n lat: latLng.lat,\n lon: latLng.lng\n },\n this.options.reverseQueryParams\n );\n\n getJSON(\n this.options.reverseUrl,\n params,\n L.bind(function(data) {\n cb.call(context, this._decodeFeatures(data));\n }, this)\n );\n },\n\n _decodeFeatures: function(data) {\n var results = [],\n i,\n f,\n c,\n latLng,\n extent,\n bbox;\n\n if (data && data.features) {\n for (i = 0; i < data.features.length; i++) {\n f = data.features[i];\n c = f.geometry.coordinates;\n latLng = L.latLng(c[1], c[0]);\n extent = f.properties.extent;\n\n if (extent) {\n bbox = L.latLngBounds([extent[1], extent[0]], [extent[3], extent[2]]);\n } else {\n bbox = L.latLngBounds(latLng, latLng);\n }\n\n results.push({\n name: this._decodeFeatureName(f),\n html: this.options.htmlTemplate ? this.options.htmlTemplate(f) : undefined,\n center: latLng,\n bbox: bbox,\n properties: f.properties\n });\n }\n }\n\n return results;\n },\n\n _decodeFeatureName: function(f) {\n return (this.options.nameProperties || [])\n .map(function(p) {\n return f.properties[p];\n })\n .filter(function(v) {\n return !!v;\n })\n .join(', ');\n }\n});\n\nexport function photon(options) {\n return new Photon(options);\n}\n","import L from 'leaflet';\nimport { getJSON } from '../util';\n\nexport var What3Words = L.Class.extend({\n options: {\n serviceUrl: 'https://api.what3words.com/v2/'\n },\n\n initialize: function(accessToken) {\n this._accessToken = accessToken;\n },\n\n geocode: function(query, cb, context) {\n //get three words and make a dot based string\n getJSON(\n this.options.serviceUrl + 'forward',\n {\n key: this._accessToken,\n addr: query.split(/\\s+/).join('.')\n },\n function(data) {\n var results = [],\n latLng,\n latLngBounds;\n if (data.geometry) {\n latLng = L.latLng(data.geometry['lat'], data.geometry['lng']);\n latLngBounds = L.latLngBounds(latLng, latLng);\n results[0] = {\n name: data.words,\n bbox: latLngBounds,\n center: latLng\n };\n }\n\n cb.call(context, results);\n }\n );\n },\n\n suggest: function(query, cb, context) {\n return this.geocode(query, cb, context);\n },\n\n reverse: function(location, scale, cb, context) {\n getJSON(\n this.options.serviceUrl + 'reverse',\n {\n key: this._accessToken,\n coords: [location.lat, location.lng].join(',')\n },\n function(data) {\n var results = [],\n latLng,\n latLngBounds;\n if (data.status.status == 200) {\n latLng = L.latLng(data.geometry['lat'], data.geometry['lng']);\n latLngBounds = L.latLngBounds(latLng, latLng);\n results[0] = {\n name: data.words,\n bbox: latLngBounds,\n center: latLng\n };\n }\n cb.call(context, results);\n }\n );\n }\n});\n\nexport function what3words(accessToken) {\n return new What3Words(accessToken);\n}\n","import L from 'leaflet';\nimport { Nominatim } from './geocoders/index';\n\nexport var Geocoder = L.Control.extend({\n options: {\n showUniqueResult: true,\n showResultIcons: false,\n collapsed: true,\n expand: 'touch', // options: touch, click, anythingelse\n position: 'topright',\n placeholder: 'Search...',\n errorMessage: 'Nothing found.',\n iconLabel: 'Initiate a new search',\n queryMinLength: 1,\n suggestMinLength: 3,\n suggestTimeout: 250,\n defaultMarkGeocode: true\n },\n\n includes: L.Evented.prototype || L.Mixin.Events,\n\n initialize: function(options) {\n L.Util.setOptions(this, options);\n if (!this.options.geocoder) {\n this.options.geocoder = new Nominatim();\n }\n\n this._requestCount = 0;\n },\n\n addThrobberClass: function() {\n L.DomUtil.addClass(this._container, 'leaflet-control-geocoder-throbber');\n },\n\n removeThrobberClass: function() {\n L.DomUtil.removeClass(this._container, 'leaflet-control-geocoder-throbber');\n },\n\n onAdd: function(map) {\n var className = 'leaflet-control-geocoder',\n container = L.DomUtil.create('div', className + ' leaflet-bar'),\n icon = L.DomUtil.create('button', className + '-icon', container),\n form = (this._form = L.DomUtil.create('div', className + '-form', container)),\n input;\n\n this._map = map;\n this._container = container;\n\n icon.innerHTML = '&nbsp;';\n icon.type = 'button';\n icon.setAttribute('aria-label', this.options.iconLabel);\n\n input = this._input = L.DomUtil.create('input', '', form);\n input.type = 'text';\n input.value = this.options.query || '';\n input.placeholder = this.options.placeholder;\n L.DomEvent.disableClickPropagation(input);\n\n this._errorElement = L.DomUtil.create('div', className + '-form-no-error', container);\n this._errorElement.innerHTML = this.options.errorMessage;\n\n this._alts = L.DomUtil.create(\n 'ul',\n className + '-alternatives leaflet-control-geocoder-alternatives-minimized',\n container\n );\n L.DomEvent.disableClickPropagation(this._alts);\n\n L.DomEvent.addListener(input, 'keydown', this._keydown, this);\n if (this.options.geocoder.suggest) {\n L.DomEvent.addListener(input, 'input', this._change, this);\n }\n L.DomEvent.addListener(\n input,\n 'blur',\n function() {\n if (this.options.collapsed && !this._preventBlurCollapse) {\n this._collapse();\n }\n this._preventBlurCollapse = false;\n },\n this\n );\n\n if (this.options.collapsed) {\n if (this.options.expand === 'click') {\n L.DomEvent.addListener(\n container,\n 'click',\n function(e) {\n if (e.button === 0 && e.detail !== 2) {\n this._toggle();\n }\n },\n this\n );\n } else if (this.options.expand === 'touch') {\n L.DomEvent.addListener(\n container,\n L.Browser.touch ? 'touchstart mousedown' : 'mousedown',\n function(e) {\n this._toggle();\n e.preventDefault(); // mobile: clicking focuses the icon, so UI expands and immediately collapses\n e.stopPropagation();\n },\n this\n );\n } else {\n L.DomEvent.addListener(container, 'mouseover', this._expand, this);\n L.DomEvent.addListener(container, 'mouseout', this._collapse, this);\n this._map.on('movestart', this._collapse, this);\n }\n } else {\n this._expand();\n if (L.Browser.touch) {\n L.DomEvent.addListener(\n container,\n 'touchstart',\n function() {\n this._geocode();\n },\n this\n );\n } else {\n L.DomEvent.addListener(\n container,\n 'click',\n function() {\n this._geocode();\n },\n this\n );\n }\n }\n\n if (this.options.defaultMarkGeocode) {\n this.on('markgeocode', this.markGeocode, this);\n }\n\n this.on('startgeocode', this.addThrobberClass, this);\n this.on('finishgeocode', this.removeThrobberClass, this);\n this.on('startsuggest', this.addThrobberClass, this);\n this.on('finishsuggest', this.removeThrobberClass, this);\n\n L.DomEvent.disableClickPropagation(container);\n\n return container;\n },\n\n setQuery: function(string) {\n this._input.value = string;\n return this;\n },\n\n _geocodeResult: function(results, suggest) {\n if (!suggest && this.options.showUniqueResult && results.length === 1) {\n this._geocodeResultSelected(results[0]);\n } else if (results.length > 0) {\n this._alts.innerHTML = '';\n this._results = results;\n L.DomUtil.removeClass(this._alts, 'leaflet-control-geocoder-alternatives-minimized');\n L.DomUtil.addClass(this._container, 'leaflet-control-geocoder-options-open');\n for (var i = 0; i < results.length; i++) {\n this._alts.appendChild(this._createAlt(results[i], i));\n }\n } else {\n L.DomUtil.addClass(this._container, 'leaflet-control-geocoder-options-error');\n L.DomUtil.addClass(this._errorElement, 'leaflet-control-geocoder-error');\n }\n },\n\n markGeocode: function(result) {\n result = result.geocode || result;\n\n this._map.fitBounds(result.bbox);\n\n if (this._geocodeMarker) {\n this._map.removeLayer(this._geocodeMarker);\n }\n\n this._geocodeMarker = new L.Marker(result.center)\n .bindPopup(result.html || result.name)\n .addTo(this._map)\n .openPopup();\n\n return this;\n },\n\n _geocode: function(suggest) {\n var value = this._input.value;\n if (!suggest && value.length < this.options.queryMinLength) {\n return;\n }\n\n var requestCount = ++this._requestCount,\n mode = suggest ? 'suggest' : 'geocode',\n eventData = { input: value };\n\n this._lastGeocode = value;\n if (!suggest) {\n this._clearResults();\n }\n\n this.fire('start' + mode, eventData);\n this.options.geocoder[mode](\n value,\n function(results) {\n if (requestCount === this._requestCount) {\n eventData.results = results;\n this.fire('finish' + mode, eventData);\n this._geocodeResult(results, suggest);\n }\n },\n this\n );\n },\n\n _geocodeResultSelected: function(result) {\n this.fire('markgeocode', { geocode: result });\n },\n\n _toggle: function() {\n if (L.DomUtil.hasClass(this._container, 'leaflet-control-geocoder-expanded')) {\n this._collapse();\n } else {\n this._expand();\n }\n },\n\n _expand: function() {\n L.DomUtil.addClass(this._container, 'leaflet-control-geocoder-expanded');\n this._input.select();\n this.fire('expand');\n },\n\n _collapse: function() {\n L.DomUtil.removeClass(this._container, 'leaflet-control-geocoder-expanded');\n L.DomUtil.addClass(this._alts, 'leaflet-control-geocoder-alternatives-minimized');\n L.DomUtil.removeClass(this._errorElement, 'leaflet-control-geocoder-error');\n L.DomUtil.removeClass(this._container, 'leaflet-control-geocoder-options-open');\n L.DomUtil.removeClass(this._container, 'leaflet-control-geocoder-options-error');\n this._input.blur(); // mobile: keyboard shouldn't stay expanded\n this.fire('collapse');\n },\n\n _clearResults: function() {\n L.DomUtil.addClass(this._alts, 'leaflet-control-geocoder-alternatives-minimized');\n this._selection = null;\n L.DomUtil.removeClass(this._errorElement, 'leaflet-control-geocoder-error');\n L.DomUtil.removeClass(this._container, 'leaflet-control-geocoder-options-open');\n L.DomUtil.removeClass(this._container, 'leaflet-control-geocoder-options-error');\n },\n\n _createAlt: function(result, index) {\n var li = L.DomUtil.create('li', ''),\n a = L.DomUtil.create('a', '', li),\n icon = this.options.showResultIcons && result.icon ? L.DomUtil.create('img', '', a) : null,\n text = result.html ? undefined : document.createTextNode(result.name),\n mouseDownHandler = function mouseDownHandler(e) {\n // In some browsers, a click will fire on the map if the control is\n // collapsed directly after mousedown. To work around this, we\n // wait until the click is completed, and _then_ collapse the\n // control. Messy, but this is the workaround I could come up with\n // for #142.\n this._preventBlurCollapse = true;\n L.DomEvent.stop(e);\n this._geocodeResultSelected(result);\n L.DomEvent.on(\n li,\n 'click touchend',\n function() {\n if (this.options.collapsed) {\n this._collapse();\n } else {\n this._clearResults();\n }\n },\n this\n );\n };\n\n if (icon) {\n icon.src = result.icon;\n }\n\n li.setAttribute('data-result-index', index);\n\n if (result.html) {\n a.innerHTML = a.innerHTML + result.html;\n } else {\n a.appendChild(text);\n }\n\n // Use mousedown and not click, since click will fire _after_ blur,\n // causing the control to have collapsed and removed the items\n // before the click can fire.\n L.DomEvent.addListener(li, 'mousedown touchstart', mouseDownHandler, this);\n\n return li;\n },\n\n _keydown: function(e) {\n var _this = this,\n select = function select(dir) {\n if (_this._selection) {\n L.DomUtil.removeClass(_this._selection, 'leaflet-control-geocoder-selected');\n _this._selection = _this._selection[dir > 0 ? 'nextSibling' : 'previousSibling'];\n }\n if (!_this._selection) {\n _this._selection = _this._alts[dir > 0 ? 'firstChild' : 'lastChild'];\n }\n\n if (_this._selection) {\n L.DomUtil.addClass(_this._selection, 'leaflet-control-geocoder-selected');\n }\n };\n\n switch (e.keyCode) {\n // Escape\n case 27:\n if (this.options.collapsed) {\n this._collapse();\n } else {\n this._clearResults();\n }\n break;\n // Up\n case 38:\n select(-1);\n break;\n // Up\n case 40:\n select(1);\n break;\n // Enter\n case 13:\n if (this._selection) {\n var index = parseInt(this._selection.getAttribute('data-result-index'), 10);\n this._geocodeResultSelected(this._results[index]);\n this._clearResults();\n } else {\n this._geocode();\n }\n break;\n default:\n return;\n }\n\n L.DomEvent.preventDefault(e);\n },\n _change: function() {\n var v = this._input.value;\n if (v !== this._lastGeocode) {\n clearTimeout(this._suggestTimeout);\n if (v.length >= this.options.suggestMinLength) {\n this._suggestTimeout = setTimeout(\n L.bind(function() {\n this._geocode(true);\n }, this),\n this.options.suggestTimeout\n );\n } else {\n this._clearResults();\n }\n }\n }\n});\n\nexport function geocoder(options) {\n return new Geocoder(options);\n}\n","import L from 'leaflet';\nimport { Geocoder, geocoder } from './control';\nimport * as geocoders from './geocoders/index';\n\nL.Util.extend(Geocoder, geocoders);\nexport default Geocoder;\n\nL.Util.extend(L.Control, {\n Geocoder: Geocoder,\n geocoder: geocoder\n});\n"],"names":["lastCallbackId","badChars","possible","escape","&","<",">","\"","'","`","escapeChar","chr","jsonp","url","params","callback","context","jsonpParam","callbackId","window","L","Util","bind","script","document","createElement","type","src","getParamString","id","getElementsByTagName","appendChild","getJSON","xmlHttp","XMLHttpRequest","onreadystatechange","readyState","message","status","response","JSON","parse","e","open","responseType","setRequestHeader","send","template","str","data","replace","key","string","value","undefined","test","obj","existingUrl","uppercase","i","encodeURIComponent","toUpperCase","isArray","j","length","push","indexOf","join","ArcGis","Class","extend","options","service_url","initialize","accessToken","setOptions","this","_accessToken","geocode","query","cb","SingleLine","outFields","forStorage","maxLocations","f","_key","token","geocodingQueryParams","loc","latLng","latLngBounds","results","candidates","location","y","x","extent","ymax","xmax","ymin","xmin","name","address","bbox","center","call","suggest","reverse","scale","lng","lat","distance","result","error","Match_addr","bounds","Bing","resourceSets","resources","resource","point","coordinates","Google","serviceUrl","reverseQueryParams","geometry","viewport","northeast","southwest","formatted_address","properties","address_components","latlng","HERE","geocodeUrl","reverseGeocodeUrl","app_id","app_code","reverseGeocodeProxRadius","searchtext","gen","jsonattributes","_proxRadius","proxRadius","prox","mode","view","displayPosition","latitude","longitude","mapView","topLeft","bottomRight","label","LatLng","next","sizeInMeters","match","parseFloat","toBounds","Mapbox","access_token","proximity","features","slice","text","split","short_code","place_name","MapQuest","decodeURIComponent","_formatName","r","arguments","limit","outFormat","locations","street","adminArea4","adminArea3","adminArea1","outputFormat","Neutrino","userId","apiKey","found","Nominatim","htmlTemplate","className","a","parts","road","building","city","town","village","hamlet","state","country","q","format","addressdetails","boundingbox","icon","display_name","html","lon","zoom","Math","round","log","OpenLocationCode","codeLength","decoded","decode","latitudeCenter","longitudeCenter","latitudeLo","longitudeLo","latitudeHi","longitudeHi","console","warn","encode","OpenCage","annotations","formatted","Pelias","_apiKey","_lastSuggest","_this","api_key","_parseResults","geocoding","timestamp","point.lat","point.lon","bboxname","geoJson","pointToLayer","feature","circleMarker","onEachFeature","layer","getBounds","getCenter","getLatLng","GeoJSON","coordsToLatLng","pelias","GeocodeEarth","geocodeEarth","Mapzen","mapzen","Openrouteservice","Photon","reverseUrl","nameProperties","_decodeFeatures","c","_decodeFeatureName","map","p","filter","v","What3Words","addr","words","coords","Geocoder","Control","showUniqueResult","showResultIcons","collapsed","expand","position","placeholder","errorMessage","iconLabel","queryMinLength","suggestMinLength","suggestTimeout","defaultMarkGeocode","includes","Evented","prototype","Mixin","Events","geocoder","_requestCount","addThrobberClass","DomUtil","addClass","_container","removeThrobberClass","removeClass","onAdd","input","container","create","form","_form","_map","innerHTML","setAttribute","_input","DomEvent","disableClickPropagation","_errorElement","_alts","addListener","_keydown","_change","_preventBlurCollapse","_collapse","button","detail","_toggle","Browser","touch","preventDefault","stopPropagation","_expand","on","_geocode","markGeocode","setQuery","_geocodeResult","_geocodeResultSelected","_results","_createAlt","fitBounds","_geocodeMarker","removeLayer","Marker","bindPopup","addTo","openPopup","requestCount","eventData","_lastGeocode","_clearResults","fire","hasClass","select","blur","_selection","index","li","createTextNode","stop","dir","keyCode","parseInt","getAttribute","clearTimeout","_suggestTimeout","setTimeout","geocoders"],"mappings":";;;;;;;;kJACA,IAAIA,EAAiB,EAIjBC,EAAW,YACXC,EAAW,WACXC,EAAS,CACXC,IAAK,QACLC,IAAK,OACLC,IAAK,OACLC,IAAK,SACLC,IAAK,SACLC,IAAK,UAGP,SAASC,EAAWC,GAClB,OAAOR,EAAOQ,GAqBT,SAASC,EAAMC,EAAKC,EAAQC,EAAUC,EAASC,GACpD,IAAIC,EAAa,eAAiBlB,IAClCc,EAAOG,GAAc,YAAcC,EACnCC,OAAOD,GAAcE,EAAEC,KAAKC,KAAKP,EAAUC,GAC3C,IAAIO,EAASC,SAASC,cAAc,UACpCF,EAAOG,KAAO,kBACdH,EAAOI,IAAMd,EAAMe,EAAed,GAClCS,EAAOM,GAAKX,EACZM,SAASM,qBAAqB,QAAQ,GAAGC,YAAYR,GAGhD,SAASS,EAAQnB,EAAKC,EAAQC,GACnC,IAAIkB,EAAU,IAAIC,eAClBD,EAAQE,mBAAqB,WAC3B,GAA2B,IAAvBF,EAAQG,WAAZ,CAGA,IAAIC,EACJ,GAAuB,MAAnBJ,EAAQK,QAAqC,MAAnBL,EAAQK,OACpCD,EAAU,QACL,GAAgC,iBAArBJ,EAAQM,SAExB,IACEF,EAAUG,KAAKC,MAAMR,EAAQM,UAC7B,MAAOG,GAEPL,EAAUJ,EAAQM,cAGpBF,EAAUJ,EAAQM,SAEpBxB,EAASsB,KAEXJ,EAAQU,KAAK,MAAO9B,EAAMe,EAAed,IAAS,GAClDmB,EAAQW,aAAe,OACvBX,EAAQY,iBAAiB,SAAU,oBACnCZ,EAAQa,KAAK,MAGR,SAASC,EAASC,EAAKC,GAC5B,OAAOD,EAAIE,QAAQ,oBAAqB,SAASF,EAAKG,GACpD,IA3DuBC,EA2DnBC,EAAQJ,EAAKE,GAMjB,YALcG,IAAVD,EACFA,EAAQ,GACkB,mBAAVA,IAChBA,EAAQA,EAAMJ,IA9DJ,OADWG,EAiELC,GA/DX,GACGD,GAOZA,EAAS,GAAKA,EAETlD,EAASqD,KAAKH,GAGZA,EAAOF,QAAQjD,EAAUS,GAFvB0C,GATAA,EAAS,KAiEb,SAASxB,EAAe4B,EAAKC,EAAaC,GAC/C,IAAI5C,EAAS,GACb,IAAK,IAAI6C,KAAKH,EAAK,CACjB,IAAIL,EAAMS,mBAAmBF,EAAYC,EAAEE,cAAgBF,GACvDN,EAAQG,EAAIG,GAChB,GAAKvC,EAAEC,KAAKyC,QAAQT,GAGlB,IAAK,IAAIU,EAAI,EAAGA,EAAIV,EAAMW,OAAQD,IAChCjD,EAAOmD,KAAKd,EAAM,IAAMS,mBAAmBP,EAAMU,UAHnDjD,EAAOmD,KAAKd,EAAM,IAAMS,mBAAmBP,IAO/C,OAASI,IAA6C,IAA9BA,EAAYS,QAAQ,KAAoB,IAAN,KAAapD,EAAOqD,KAAK,KCnG9E,IAAIC,EAAShD,EAAEiD,MAAMC,OAAO,CACjCC,QAAS,CACPC,YAAa,uEAGfC,WAAY,SAASC,EAAaH,GAChCnD,EAAEuD,WAAWC,KAAML,GACnBK,KAAKC,aAAeH,GAGtBI,QAAS,SAASC,EAAOC,EAAIhE,GAC3B,IAAIF,EAAS,CACXmE,WAAYF,EACZG,UAAW,YACXC,YAAY,EACZC,aAAc,GACdC,EAAG,QAGDT,KAAKU,MAAQV,KAAKU,KAAKtB,SACzBlD,EAAOyE,MAAQX,KAAKU,MAGtBtD,EACE4C,KAAKL,QAAQC,YAAc,yBAC3BpD,EAAEkD,OAAOxD,EAAQ8D,KAAKL,QAAQiB,sBAC9B,SAASvC,GACP,IACEwC,EACAC,EACAC,EAHEC,EAAU,GAKd,GAAI3C,EAAK4C,YAAc5C,EAAK4C,WAAW7B,OACrC,IAAK,IAAIL,EAAI,EAAGA,GAAKV,EAAK4C,WAAW7B,OAAS,EAAGL,IAC/C8B,EAAMxC,EAAK4C,WAAWlC,GACtB+B,EAAStE,EAAEsE,OAAOD,EAAIK,SAASC,EAAGN,EAAIK,SAASE,GAC/CL,EAAevE,EAAEuE,aACfvE,EAAEsE,OAAOD,EAAIQ,OAAOC,KAAMT,EAAIQ,OAAOE,MACrC/E,EAAEsE,OAAOD,EAAIQ,OAAOG,KAAMX,EAAIQ,OAAOI,OAEvCT,EAAQjC,GAAK,CACX2C,KAAMb,EAAIc,QACVC,KAAMb,EACNc,OAAQf,GAKdV,EAAG0B,KAAK1F,EAAS4E,MAKvBe,QAAS,SAAS5B,EAAOC,EAAIhE,GAC3B,OAAO4D,KAAKE,QAAQC,EAAOC,EAAIhE,IAGjC4F,QAAS,SAASd,EAAUe,EAAO7B,EAAIhE,GACrC,IAAIF,EAAS,CACXgF,SAAUlC,mBAAmBkC,EAASgB,KAAO,IAAMlD,mBAAmBkC,EAASiB,KAC/EC,SAAU,IACV3B,EAAG,QAGLrD,EAAQ4C,KAAKL,QAAQC,YAAc,kBAAmB1D,EAAQ,SAASmC,GACrE,IACEwC,EADEwB,EAAS,GAGThE,IAASA,EAAKiE,QAChBzB,EAAMrE,EAAEsE,OAAOzC,EAAK6C,SAASC,EAAG9C,EAAK6C,SAASE,GAC9CiB,EAAOhD,KAAK,CACVqC,KAAMrD,EAAKsD,QAAQY,WACnBV,OAAQhB,EACR2B,OAAQhG,EAAEuE,aAAaF,EAAKA,MAIhCT,EAAG0B,KAAK1F,EAASiG,QC7EhB,IAAII,EAAOjG,EAAEiD,MAAMC,OAAO,CAC/BG,WAAY,SAAStB,GACnByB,KAAKzB,IAAMA,GAGb2B,QAAS,SAASC,EAAOC,EAAIhE,GAC3BJ,EACE,iDACA,CACEmE,MAAOA,EACP5B,IAAKyB,KAAKzB,KAEZ,SAASF,GACP,IAAI2C,EAAU,GACd,GAA+B,EAA3B3C,EAAKqE,aAAatD,OACpB,IAAK,IAAIL,EAAIV,EAAKqE,aAAa,GAAGC,UAAUvD,OAAS,EAAQ,GAALL,EAAQA,IAAK,CACnE,IAAI6D,EAAWvE,EAAKqE,aAAa,GAAGC,UAAU5D,GAC5C6C,EAAOgB,EAAShB,KAClBZ,EAAQjC,GAAK,CACX2C,KAAMkB,EAASlB,KACfE,KAAMpF,EAAEuE,aAAa,CAACa,EAAK,GAAIA,EAAK,IAAK,CAACA,EAAK,GAAIA,EAAK,KACxDC,OAAQrF,EAAEsE,OAAO8B,EAASC,MAAMC,cAItC1C,EAAG0B,KAAK1F,EAAS4E,IAEnBhB,KACA,UAIJgC,QAAS,SAASd,EAAUe,EAAO7B,EAAIhE,GACrCJ,EACE,4CAA8CkF,EAASiB,IAAM,IAAMjB,EAASgB,IAC5E,CACE3D,IAAKyB,KAAKzB,KAEZ,SAASF,GAEP,IADA,IAAI2C,EAAU,GACLjC,EAAIV,EAAKqE,aAAa,GAAGC,UAAUvD,OAAS,EAAQ,GAALL,EAAQA,IAAK,CACnE,IAAI6D,EAAWvE,EAAKqE,aAAa,GAAGC,UAAU5D,GAC5C6C,EAAOgB,EAAShB,KAClBZ,EAAQjC,GAAK,CACX2C,KAAMkB,EAASlB,KACfE,KAAMpF,EAAEuE,aAAa,CAACa,EAAK,GAAIA,EAAK,IAAK,CAACA,EAAK,GAAIA,EAAK,KACxDC,OAAQrF,EAAEsE,OAAO8B,EAASC,MAAMC,cAGpC1C,EAAG0B,KAAK1F,EAAS4E,IAEnBhB,KACA,YCpDC,IAAI+C,EAASvG,EAAEiD,MAAMC,OAAO,CACjCC,QAAS,CACPqD,WAAY,oDACZpC,qBAAsB,GACtBqC,mBAAoB,IAGtBpD,WAAY,SAAStB,EAAKoB,GACxBK,KAAKU,KAAOnC,EACZ/B,EAAEuD,WAAWC,KAAML,GAEnBK,KAAKL,QAAQqD,WAAahD,KAAKL,QAAQC,aAAeI,KAAKL,QAAQqD,YAGrE9C,QAAS,SAASC,EAAOC,EAAIhE,GAC3B,IAAIF,EAAS,CACXyF,QAASxB,GAGPH,KAAKU,MAAQV,KAAKU,KAAKtB,SACzBlD,EAAOqC,IAAMyB,KAAKU,MAGpBxE,EAASM,EAAEC,KAAKiD,OAAOxD,EAAQ8D,KAAKL,QAAQiB,sBAE5CxD,EAAQ4C,KAAKL,QAAQqD,WAAY9G,EAAQ,SAASmC,GAChD,IACEwC,EACAC,EACAC,EAHEC,EAAU,GAId,GAAI3C,EAAK2C,SAAW3C,EAAK2C,QAAQ5B,OAC/B,IAAK,IAAIL,EAAI,EAAGA,GAAKV,EAAK2C,QAAQ5B,OAAS,EAAGL,IAC5C8B,EAAMxC,EAAK2C,QAAQjC,GACnB+B,EAAStE,EAAEsE,OAAOD,EAAIqC,SAAShC,UAC/BH,EAAevE,EAAEuE,aACfvE,EAAEsE,OAAOD,EAAIqC,SAASC,SAASC,WAC/B5G,EAAEsE,OAAOD,EAAIqC,SAASC,SAASE,YAEjCrC,EAAQjC,GAAK,CACX2C,KAAMb,EAAIyC,kBACV1B,KAAMb,EACNc,OAAQf,EACRyC,WAAY1C,EAAI2C,oBAKtBpD,EAAG0B,KAAK1F,EAAS4E,MAIrBgB,QAAS,SAASd,EAAUe,EAAO7B,EAAIhE,GACrC,IAAIF,EAAS,CACXuH,OAAQzE,mBAAmBkC,EAASiB,KAAO,IAAMnD,mBAAmBkC,EAASgB,MAE/EhG,EAASM,EAAEC,KAAKiD,OAAOxD,EAAQ8D,KAAKL,QAAQsD,oBACxCjD,KAAKU,MAAQV,KAAKU,KAAKtB,SACzBlD,EAAOqC,IAAMyB,KAAKU,MAGpBtD,EAAQ4C,KAAKL,QAAQqD,WAAY9G,EAAQ,SAASmC,GAChD,IACEwC,EACAC,EACAC,EAHEC,EAAU,GAId,GAAI3C,EAAK2C,SAAW3C,EAAK2C,QAAQ5B,OAC/B,IAAK,IAAIL,EAAI,EAAGA,GAAKV,EAAK2C,QAAQ5B,OAAS,EAAGL,IAC5C8B,EAAMxC,EAAK2C,QAAQjC,GACnB+B,EAAStE,EAAEsE,OAAOD,EAAIqC,SAAShC,UAC/BH,EAAevE,EAAEuE,aACfvE,EAAEsE,OAAOD,EAAIqC,SAASC,SAASC,WAC/B5G,EAAEsE,OAAOD,EAAIqC,SAASC,SAASE,YAEjCrC,EAAQjC,GAAK,CACX2C,KAAMb,EAAIyC,kBACV1B,KAAMb,EACNc,OAAQf,EACRyC,WAAY1C,EAAI2C,oBAKtBpD,EAAG0B,KAAK1F,EAAS4E,QCnFhB,IAAI0C,EAAOlH,EAAEiD,MAAMC,OAAO,CAC/BC,QAAS,CACPgE,WAAY,iDACZC,kBAAmB,gEACnBC,OAAQ,4BACRC,SAAU,8BACVlD,qBAAsB,GACtBqC,mBAAoB,GACpBc,yBAA0B,MAE5BlE,WAAY,SAASF,GACnBnD,EAAEuD,WAAWC,KAAML,IAErBO,QAAS,SAASC,EAAOC,EAAIhE,GAC3B,IAAIF,EAAS,CACX8H,WAAY7D,EACZ8D,IAAK,EACLJ,OAAQ7D,KAAKL,QAAQkE,OACrBC,SAAU9D,KAAKL,QAAQmE,SACvBI,eAAgB,GAElBhI,EAASM,EAAEC,KAAKiD,OAAOxD,EAAQ8D,KAAKL,QAAQiB,sBAC5CZ,KAAK5C,QAAQ4C,KAAKL,QAAQgE,WAAYzH,EAAQkE,EAAIhE,IAEpD4F,QAAS,SAASd,EAAUe,EAAO7B,EAAIhE,GACrC,IAAI+H,EAAcnE,KAAKL,QAAQoE,yBAC3B/D,KAAKL,QAAQoE,yBACb,KACAK,EAAaD,EAAc,IAAMnF,mBAAmBmF,GAAe,GACnEjI,EAAS,CACXmI,KAAMrF,mBAAmBkC,EAASiB,KAAO,IAAMnD,mBAAmBkC,EAASgB,KAAOkC,EAClFE,KAAM,oBACNT,OAAQ7D,KAAKL,QAAQkE,OACrBC,SAAU9D,KAAKL,QAAQmE,SACvBG,IAAK,EACLC,eAAgB,GAElBhI,EAASM,EAAEC,KAAKiD,OAAOxD,EAAQ8D,KAAKL,QAAQsD,oBAC5CjD,KAAK5C,QAAQ4C,KAAKL,QAAQiE,kBAAmB1H,EAAQkE,EAAIhE,IAE3DgB,QAAS,SAASnB,EAAKC,EAAQkE,EAAIhE,GACjCgB,EAAQnB,EAAKC,EAAQ,SAASmC,GAC5B,IACEwC,EACAC,EACAC,EAHEC,EAAU,GAId,GAAI3C,EAAKV,SAAS4G,MAAQlG,EAAKV,SAAS4G,KAAKnF,OAC3C,IAAK,IAAIL,EAAI,EAAGA,GAAKV,EAAKV,SAAS4G,KAAK,GAAGlC,OAAOjD,OAAS,EAAGL,IAC5D8B,EAAMxC,EAAKV,SAAS4G,KAAK,GAAGlC,OAAOtD,GAAGmC,SACtCJ,EAAStE,EAAEsE,OAAOD,EAAI2D,gBAAgBC,SAAU5D,EAAI2D,gBAAgBE,WACpE3D,EAAevE,EAAEuE,aACfvE,EAAEsE,OAAOD,EAAI8D,QAAQC,QAAQH,SAAU5D,EAAI8D,QAAQC,QAAQF,WAC3DlI,EAAEsE,OAAOD,EAAI8D,QAAQE,YAAYJ,SAAU5D,EAAI8D,QAAQE,YAAYH,YAErE1D,EAAQjC,GAAK,CACX2C,KAAMb,EAAIc,QAAQmD,MAClBvB,WAAY1C,EAAIc,QAChBC,KAAMb,EACNc,OAAQf,GAIdV,EAAG0B,KAAK1F,EAAS4E,QC9DhB,IAAI+D,EAASvI,EAAEiD,MAAMC,OAAO,CACjCC,QAAS,CAEPqF,UAAMtG,EACNuG,aAAc,KAGhBpF,WAAY,SAASF,GACnBnD,EAAEC,KAAKsD,WAAWC,KAAML,IAG1BO,QAAS,SAASC,EAAOC,EAAIhE,GAC3B,IAAI8I,EACArD,EAiEJ,IA/DKqD,EAAQ/E,EAAM+E,MAAM,kEAEvBrD,EAASrF,EAAEsE,QACR,KAAKnC,KAAKuG,EAAM,IAAM,GAAK,GAAKC,WAAWD,EAAM,KACjD,KAAKvG,KAAKuG,EAAM,IAAM,GAAK,GAAKC,WAAWD,EAAM,MAGnDA,EAAQ/E,EAAM+E,MAAM,kEAGrBrD,EAASrF,EAAEsE,QACR,KAAKnC,KAAKuG,EAAM,IAAM,GAAK,GAAKC,WAAWD,EAAM,KACjD,KAAKvG,KAAKuG,EAAM,IAAM,GAAK,GAAKC,WAAWD,EAAM,MAGnDA,EAAQ/E,EAAM+E,MACb,0GAIFrD,EAASrF,EAAEsE,QACR,KAAKnC,KAAKuG,EAAM,IAAM,GAAK,IAAMC,WAAWD,EAAM,IAAMC,WAAWD,EAAM,GAAK,MAC9E,KAAKvG,KAAKuG,EAAM,IAAM,GAAK,IAAMC,WAAWD,EAAM,IAAMC,WAAWD,EAAM,GAAK,OAGhFA,EAAQ/E,EAAM+E,MACb,0GAIFrD,EAASrF,EAAEsE,QACR,KAAKnC,KAAKuG,EAAM,IAAM,GAAK,IAAMC,WAAWD,EAAM,IAAMC,WAAWD,EAAM,GAAK,MAC9E,KAAKvG,KAAKuG,EAAM,IAAM,GAAK,IAAMC,WAAWD,EAAM,IAAMC,WAAWD,EAAM,GAAK,OAGhFA,EAAQ/E,EAAM+E,MACb,4IAIFrD,EAASrF,EAAEsE,QACR,KAAKnC,KAAKuG,EAAM,IAAM,GAAK,IACzBC,WAAWD,EAAM,IAAMC,WAAWD,EAAM,GAAK,GAAKC,WAAWD,EAAM,GAAK,SAC1E,KAAKvG,KAAKuG,EAAM,IAAM,GAAK,IACzBC,WAAWD,EAAM,IAAMC,WAAWD,EAAM,GAAK,IAAMC,WAAWD,EAAM,GAAK,SAG7EA,EAAQ/E,EAAM+E,MACb,2IAIFrD,EAASrF,EAAEsE,QACR,KAAKnC,KAAKuG,EAAM,IAAM,GAAK,IACzBC,WAAWD,EAAM,IAAMC,WAAWD,EAAM,GAAK,GAAKC,WAAWD,EAAM,GAAK,SAC1E,KAAKvG,KAAKuG,EAAM,IAAM,GAAK,IACzBC,WAAWD,EAAM,IAAMC,WAAWD,EAAM,GAAK,IAAMC,WAAWD,EAAM,GAAK,SAG7EA,EAAQ/E,EAAM+E,MAAM,kEAErBrD,EAASrF,EAAEsE,OAAOqE,WAAWD,EAAM,IAAKC,WAAWD,EAAM,MAEvDrD,EAAQ,CACV,IAAIb,EAAU,CACZ,CACEU,KAAMvB,EACN0B,OAAQA,EACRD,KAAMC,EAAOuD,SAASpF,KAAKL,QAAQsF,gBAGvC7E,EAAG0B,KAAK1F,EAAS4E,QACRhB,KAAKL,QAAQqF,MACtBhF,KAAKL,QAAQqF,KAAK9E,QAAQC,EAAOC,EAAIhE,MCvFpC,IAAIiJ,EAAS7I,EAAEiD,MAAMC,OAAO,CACjCC,QAAS,CACPqD,WAAY,qDACZpC,qBAAsB,GACtBqC,mBAAoB,IAGtBpD,WAAY,SAASC,EAAaH,GAChCnD,EAAEuD,WAAWC,KAAML,GACnBK,KAAKL,QAAQiB,qBAAqB0E,aAAexF,EACjDE,KAAKL,QAAQsD,mBAAmBqC,aAAexF,GAGjDI,QAAS,SAASC,EAAOC,EAAIhE,GAC3B,IAAIF,EAAS8D,KAAKL,QAAQiB,0BAEHlC,IAArBxC,EAAOqJ,gBACkB7G,IAAzBxC,EAAOqJ,UAAUpD,UACQzD,IAAzBxC,EAAOqJ,UAAUrD,MAEjBhG,EAAOqJ,UAAYrJ,EAAOqJ,UAAUrD,IAAM,IAAMhG,EAAOqJ,UAAUpD,KAEnE/E,EAAQ4C,KAAKL,QAAQqD,WAAahE,mBAAmBmB,GAAS,QAASjE,EAAQ,SAASmC,GACtF,IACEwC,EACAC,EACAC,EAHEC,EAAU,GAId,GAAI3C,EAAKmH,UAAYnH,EAAKmH,SAASpG,OACjC,IAAK,IAAIL,EAAI,EAAGA,GAAKV,EAAKmH,SAASpG,OAAS,EAAGL,IAAK,CAClD8B,EAAMxC,EAAKmH,SAASzG,GACpB+B,EAAStE,EAAEsE,OAAOD,EAAIgB,OAAOG,WAE3BjB,EADEF,EAAIe,KACSpF,EAAEuE,aACfvE,EAAEsE,OAAOD,EAAIe,KAAK6D,MAAM,EAAG,GAAGzD,WAC9BxF,EAAEsE,OAAOD,EAAIe,KAAK6D,MAAM,EAAG,GAAGzD,YAGjBxF,EAAEuE,aAAaD,EAAQA,GAQxC,IALA,IAAIyC,EAAa,CACfmC,KAAM7E,EAAI6E,KACV/D,QAASd,EAAIc,SAGNxC,EAAI,EAAGA,GAAK0B,EAAIzE,SAAW,IAAIgD,OAAQD,IAAK,CAEnDoE,EADS1C,EAAIzE,QAAQ+C,GAAGlC,GAAG0I,MAAM,KAAK,IACrB9E,EAAIzE,QAAQ+C,GAAGuG,KAG5B7E,EAAIzE,QAAQ+C,GAAGyG,aACjBrC,EAA6B,iBAAI1C,EAAIzE,QAAQ+C,GAAGyG,YAIpD5E,EAAQjC,GAAK,CACX2C,KAAMb,EAAIgF,WACVjE,KAAMb,EACNc,OAAQf,EACRyC,WAAYA,GAKlBnD,EAAG0B,KAAK1F,EAAS4E,MAIrBe,QAAS,SAAS5B,EAAOC,EAAIhE,GAC3B,OAAO4D,KAAKE,QAAQC,EAAOC,EAAIhE,IAGjC4F,QAAS,SAASd,EAAUe,EAAO7B,EAAIhE,GACrCgB,EACE4C,KAAKL,QAAQqD,WACXhE,mBAAmBkC,EAASgB,KAC5B,IACAlD,mBAAmBkC,EAASiB,KAC5B,QACFnC,KAAKL,QAAQsD,mBACb,SAAS5E,GACP,IACEwC,EACAC,EACAC,EAHEC,EAAU,GAId,GAAI3C,EAAKmH,UAAYnH,EAAKmH,SAASpG,OACjC,IAAK,IAAIL,EAAI,EAAGA,GAAKV,EAAKmH,SAASpG,OAAS,EAAGL,IAC7C8B,EAAMxC,EAAKmH,SAASzG,GACpB+B,EAAStE,EAAEsE,OAAOD,EAAIgB,OAAOG,WAE3BjB,EADEF,EAAIe,KACSpF,EAAEuE,aACfvE,EAAEsE,OAAOD,EAAIe,KAAK6D,MAAM,EAAG,GAAGzD,WAC9BxF,EAAEsE,OAAOD,EAAIe,KAAK6D,MAAM,EAAG,GAAGzD,YAGjBxF,EAAEuE,aAAaD,EAAQA,GAExCE,EAAQjC,GAAK,CACX2C,KAAMb,EAAIgF,WACVjE,KAAMb,EACNc,OAAQf,GAKdV,EAAG0B,KAAK1F,EAAS4E,QCzGlB,IAAI8E,EAAWtJ,EAAEiD,MAAMC,OAAO,CACnCC,QAAS,CACPqD,WAAY,4CAGdnD,WAAY,SAAStB,EAAKoB,GAGxBK,KAAKU,KAAOqF,mBAAmBxH,GAE/B/B,EAAEC,KAAKsD,WAAWC,KAAML,IAG1BqG,YAAa,WACX,IACEjH,EADEkH,EAAI,GAER,IAAKlH,EAAI,EAAGA,EAAImH,UAAU9G,OAAQL,IAC5BmH,UAAUnH,IACZkH,EAAE5G,KAAK6G,UAAUnH,IAIrB,OAAOkH,EAAE1G,KAAK,OAGhBW,QAAS,SAASC,EAAOC,EAAIhE,GAC3BgB,EACE4C,KAAKL,QAAQqD,WAAa,WAC1B,CACEzE,IAAKyB,KAAKU,KACVQ,SAAUf,EACVgG,MAAO,EACPC,UAAW,QAEb5J,EAAEE,KAAK,SAAS2B,GACd,IACEwC,EACAC,EAFEE,EAAU,GAGd,GAAI3C,EAAK2C,SAAW3C,EAAK2C,QAAQ,GAAGqF,UAClC,IAAK,IAAItH,EAAIV,EAAK2C,QAAQ,GAAGqF,UAAUjH,OAAS,EAAQ,GAALL,EAAQA,IACzD8B,EAAMxC,EAAK2C,QAAQ,GAAGqF,UAAUtH,GAChC+B,EAAStE,EAAEsE,OAAOD,EAAIC,QACtBE,EAAQjC,GAAK,CACX2C,KAAM1B,KAAKgG,YAAYnF,EAAIyF,OAAQzF,EAAI0F,WAAY1F,EAAI2F,WAAY3F,EAAI4F,YACvE7E,KAAMpF,EAAEuE,aAAaD,EAAQA,GAC7Be,OAAQf,GAKdV,EAAG0B,KAAK1F,EAAS4E,IAChBhB,QAIPgC,QAAS,SAASd,EAAUe,EAAO7B,EAAIhE,GACrCgB,EACE4C,KAAKL,QAAQqD,WAAa,WAC1B,CACEzE,IAAKyB,KAAKU,KACVQ,SAAUA,EAASiB,IAAM,IAAMjB,EAASgB,IACxCwE,aAAc,QAEhBlK,EAAEE,KAAK,SAAS2B,GACd,IACEwC,EACAC,EAFEE,EAAU,GAGd,GAAI3C,EAAK2C,SAAW3C,EAAK2C,QAAQ,GAAGqF,UAClC,IAAK,IAAItH,EAAIV,EAAK2C,QAAQ,GAAGqF,UAAUjH,OAAS,EAAQ,GAALL,EAAQA,IACzD8B,EAAMxC,EAAK2C,QAAQ,GAAGqF,UAAUtH,GAChC+B,EAAStE,EAAEsE,OAAOD,EAAIC,QACtBE,EAAQjC,GAAK,CACX2C,KAAM1B,KAAKgG,YAAYnF,EAAIyF,OAAQzF,EAAI0F,WAAY1F,EAAI2F,WAAY3F,EAAI4F,YACvE7E,KAAMpF,EAAEuE,aAAaD,EAAQA,GAC7Be,OAAQf,GAKdV,EAAG0B,KAAK1F,EAAS4E,IAChBhB,UChFF,IAAI2G,EAAWnK,EAAEiD,MAAMC,OAAO,CACnCC,QAAS,CACPiH,OAAQ,4BACRC,OAAQ,4BACR7D,WAAY,4BAGdnD,WAAY,SAASF,GACnBnD,EAAEC,KAAKsD,WAAWC,KAAML,IAI1BO,QAAS,SAASC,EAAOC,EAAIhE,GAC3BgB,EACE4C,KAAKL,QAAQqD,WAAa,kBAC1B,CACE6D,OAAQ7G,KAAKL,QAAQkH,OACrBD,OAAQ5G,KAAKL,QAAQiH,OAErBjF,QAASxB,EAAMwF,MAAM,OAAOpG,KAAK,MAEnC,SAASlB,GACP,IACEyC,EACAC,EAFEC,EAAU,GAGV3C,EAAKgI,YACPhI,EAAK6E,SAAW7E,EAAKgI,UAAU,GAC/BvF,EAAStE,EAAEsE,OAAOzC,EAAK6E,SAAmB,SAAG7E,EAAK6E,SAAoB,WACtEnC,EAAevE,EAAEuE,aAAaD,EAAQA,GACtCE,EAAQ,GAAK,CACXU,KAAMrD,EAAK6E,SAASvB,QACpBC,KAAMb,EACNc,OAAQf,IAIZV,EAAG0B,KAAK1F,EAAS4E,MAKvBe,QAAS,SAAS5B,EAAOC,EAAIhE,GAC3B,OAAO4D,KAAKE,QAAQC,EAAOC,EAAIhE,IAIjC4F,QAAS,SAASd,EAAUe,EAAO7B,EAAIhE,GACrCgB,EACE4C,KAAKL,QAAQqD,WAAa,kBAC1B,CACE6D,OAAQ7G,KAAKL,QAAQkH,OACrBD,OAAQ5G,KAAKL,QAAQiH,OACrBnC,SAAUvD,EAASiB,IACnBuC,UAAWxD,EAASgB,KAEtB,SAAS7D,GACP,IACEyC,EACAC,EAFEC,EAAU,GAGY,KAAtB3C,EAAKX,OAAOA,QAAiBW,EAAKyI,QACpChG,EAAStE,EAAEsE,OAAOI,EAASiB,IAAKjB,EAASgB,KACzCnB,EAAevE,EAAEuE,aAAaD,EAAQA,GACtCE,EAAQ,GAAK,CACXU,KAAMrD,EAAKsD,QACXC,KAAMb,EACNc,OAAQf,IAGZV,EAAG0B,KAAK1F,EAAS4E,QCpElB,IAAI+F,EAAYvK,EAAEiD,MAAMC,OAAO,CACpCC,QAAS,CACPqD,WAAY,uCACZpC,qBAAsB,GACtBqC,mBAAoB,GACpB+D,aAAc,SAASf,GACrB,IACEgB,EADEC,EAAIjB,EAAEtE,QAERwF,EAAQ,GAiBV,OAhBID,EAAEE,MAAQF,EAAEG,WACdF,EAAM9H,KAAK,qCAGT6H,EAAEI,MAAQJ,EAAEK,MAAQL,EAAEM,SAAWN,EAAEO,UACrCR,EAA2B,EAAfE,EAAM/H,OAAa,0CAA4C,GAC3E+H,EAAM9H,KACJ,gBAAkB4H,EAAY,0DAI9BC,EAAEQ,OAASR,EAAES,WACfV,EAA2B,EAAfE,EAAM/H,OAAa,2CAA6C,GAC5E+H,EAAM9H,KAAK,gBAAkB4H,EAAY,+BAGpC9I,EAASgJ,EAAM5H,KAAK,SAAU2H,KAIzCrH,WAAY,SAASF,GACnBnD,EAAEC,KAAKsD,WAAWC,KAAML,IAG1BO,QAAS,SAASC,EAAOC,EAAIhE,GAC3BgB,EACE4C,KAAKL,QAAQqD,WAAa,SAC1BxG,EAAEkD,OACA,CACEkI,EAAGzH,EACHgG,MAAO,EACP0B,OAAQ,OACRC,eAAgB,GAElB9H,KAAKL,QAAQiB,sBAEfpE,EAAEE,KAAK,SAAS2B,GAEd,IADA,IAAI2C,EAAU,GACLjC,EAAIV,EAAKe,OAAS,EAAQ,GAALL,EAAQA,IAAK,CAEzC,IADA,IAAI6C,EAAOvD,EAAKU,GAAGgJ,YACV5I,EAAI,EAAGA,EAAI,EAAGA,IAAKyC,EAAKzC,GAAKgG,WAAWvD,EAAKzC,IACtD6B,EAAQjC,GAAK,CACXiJ,KAAM3J,EAAKU,GAAGiJ,KACdtG,KAAMrD,EAAKU,GAAGkJ,aACdC,KAAMlI,KAAKL,QAAQqH,aAAehH,KAAKL,QAAQqH,aAAa3I,EAAKU,SAAML,EACvEkD,KAAMpF,EAAEuE,aAAa,CAACa,EAAK,GAAIA,EAAK,IAAK,CAACA,EAAK,GAAIA,EAAK,KACxDC,OAAQrF,EAAEsE,OAAOzC,EAAKU,GAAGoD,IAAK9D,EAAKU,GAAGoJ,KACtC5E,WAAYlF,EAAKU,IAGrBqB,EAAG0B,KAAK1F,EAAS4E,IAChBhB,QAIPgC,QAAS,SAASd,EAAUe,EAAO7B,EAAIhE,GACrCgB,EACE4C,KAAKL,QAAQqD,WAAa,UAC1BxG,EAAEkD,OACA,CACEyC,IAAKjB,EAASiB,IACdgG,IAAKjH,EAASgB,IACdkG,KAAMC,KAAKC,MAAMD,KAAKE,IAAItG,EAAQ,KAAOoG,KAAKE,IAAI,IAClDT,eAAgB,EAChBD,OAAQ,QAEV7H,KAAKL,QAAQsD,oBAEfzG,EAAEE,KAAK,SAAS2B,GACd,IACEwC,EADEwB,EAAS,GAGThE,GAAQA,EAAK8D,KAAO9D,EAAK8J,MAC3BtH,EAAMrE,EAAEsE,OAAOzC,EAAK8D,IAAK9D,EAAK8J,KAC9B9F,EAAOhD,KAAK,CACVqC,KAAMrD,EAAK4J,aACXC,KAAMlI,KAAKL,QAAQqH,aAAehH,KAAKL,QAAQqH,aAAa3I,QAAQK,EACpEmD,OAAQhB,EACR2B,OAAQhG,EAAEuE,aAAaF,EAAKA,GAC5B0C,WAAYlF,KAIhB+B,EAAG0B,KAAK1F,EAASiG,IAChBrC,UC9FF,IAAIwI,EAAmBhM,EAAEiD,MAAMC,OAAO,CAC3CC,QAAS,CACP6I,sBAAkB9J,EAClB+J,gBAAY/J,GAGdmB,WAAY,SAASF,GACnBnD,EAAEuD,WAAWC,KAAML,IAGrBO,QAAS,SAASC,EAAOC,EAAIhE,GAC3B,IACE,IAAIsM,EAAU1I,KAAKL,QAAQ6I,iBAAiBG,OAAOxI,GAC/CkC,EAAS,CACXX,KAAMvB,EACN0B,OAAQrF,EAAEsE,OAAO4H,EAAQE,eAAgBF,EAAQG,iBACjDjH,KAAMpF,EAAEuE,aACNvE,EAAEsE,OAAO4H,EAAQI,WAAYJ,EAAQK,aACrCvM,EAAEsE,OAAO4H,EAAQM,WAAYN,EAAQO,eAGzC7I,EAAG0B,KAAK1F,EAAS,CAACiG,IAClB,MAAOvE,GACPoL,QAAQC,KAAKrL,GACbsC,EAAG0B,KAAK1F,EAAS,MAGrB4F,QAAS,SAASd,EAAUe,EAAO7B,EAAIhE,GACrC,IACE,IAKIiG,EAAS,CACXX,KANS1B,KAAKL,QAAQ6I,iBAAiBY,OACvClI,EAASiB,IACTjB,EAASgB,IACTlC,KAAKL,QAAQ8I,YAIb5G,OAAQrF,EAAEsE,OAAOI,EAASiB,IAAKjB,EAASgB,KACxCN,KAAMpF,EAAEuE,aACNvE,EAAEsE,OAAOI,EAASiB,IAAKjB,EAASgB,KAChC1F,EAAEsE,OAAOI,EAASiB,IAAKjB,EAASgB,OAGpC9B,EAAG0B,KAAK1F,EAAS,CAACiG,IAClB,MAAOvE,GACPoL,QAAQC,KAAKrL,GACbsC,EAAG0B,KAAK1F,EAAS,QC5ChB,IAAIiN,EAAW7M,EAAEiD,MAAMC,OAAO,CACnCC,QAAS,CACPqD,WAAY,+CACZpC,qBAAsB,GACtBqC,mBAAoB,IAGtBpD,WAAY,SAASgH,EAAQlH,GAC3BnD,EAAEuD,WAAWC,KAAML,GACnBK,KAAKC,aAAe4G,GAGtB3G,QAAS,SAASC,EAAOC,EAAIhE,GAC3B,IAAIF,EAAS,CACXqC,IAAKyB,KAAKC,aACV2H,EAAGzH,GAELjE,EAASM,EAAEkD,OAAOxD,EAAQ8D,KAAKL,QAAQiB,sBACvCxD,EAAQ4C,KAAKL,QAAQqD,WAAY9G,EAAQ,SAASmC,GAChD,IACEyC,EACAC,EACAF,EAHEG,EAAU,GAId,GAAI3C,EAAK2C,SAAW3C,EAAK2C,QAAQ5B,OAC/B,IAAK,IAAIL,EAAI,EAAGA,EAAIV,EAAK2C,QAAQ5B,OAAQL,IACvC8B,EAAMxC,EAAK2C,QAAQjC,GACnB+B,EAAStE,EAAEsE,OAAOD,EAAIqC,UAEpBnC,EADEF,EAAIyI,aAAezI,EAAIyI,YAAY9G,OACtBhG,EAAEuE,aACfvE,EAAEsE,OAAOD,EAAIyI,YAAY9G,OAAOY,WAChC5G,EAAEsE,OAAOD,EAAIyI,YAAY9G,OAAOa,YAGnB7G,EAAEuE,aAAaD,EAAQA,GAExCE,EAAQ3B,KAAK,CACXqC,KAAMb,EAAI0I,UACV3H,KAAMb,EACNc,OAAQf,IAIdV,EAAG0B,KAAK1F,EAAS4E,MAIrBe,QAAS,SAAS5B,EAAOC,EAAIhE,GAC3B,OAAO4D,KAAKE,QAAQC,EAAOC,EAAIhE,IAGjC4F,QAAS,SAASd,EAAUe,EAAO7B,EAAIhE,GACrC,IAAIF,EAAS,CACXqC,IAAKyB,KAAKC,aACV2H,EAAG,CAAC1G,EAASiB,IAAKjB,EAASgB,KAAK3C,KAAK,MAEvCrD,EAASM,EAAEkD,OAAOxD,EAAQ8D,KAAKL,QAAQsD,oBACvC7F,EAAQ4C,KAAKL,QAAQqD,WAAY9G,EAAQ,SAASmC,GAChD,IACEyC,EACAC,EACAF,EAHEG,EAAU,GAId,GAAI3C,EAAK2C,SAAW3C,EAAK2C,QAAQ5B,OAC/B,IAAK,IAAIL,EAAI,EAAGA,EAAIV,EAAK2C,QAAQ5B,OAAQL,IACvC8B,EAAMxC,EAAK2C,QAAQjC,GACnB+B,EAAStE,EAAEsE,OAAOD,EAAIqC,UAEpBnC,EADEF,EAAIyI,aAAezI,EAAIyI,YAAY9G,OACtBhG,EAAEuE,aACfvE,EAAEsE,OAAOD,EAAIyI,YAAY9G,OAAOY,WAChC5G,EAAEsE,OAAOD,EAAIyI,YAAY9G,OAAOa,YAGnB7G,EAAEuE,aAAaD,EAAQA,GAExCE,EAAQ3B,KAAK,CACXqC,KAAMb,EAAI0I,UACV3H,KAAMb,EACNc,OAAQf,IAIdV,EAAG0B,KAAK1F,EAAS4E,QChFhB,IAAIwI,EAAShN,EAAEiD,MAAMC,OAAO,CACjCC,QAAS,CACPqD,WAAY,+BACZpC,qBAAsB,GACtBqC,mBAAoB,IAGtBpD,WAAY,SAASgH,EAAQlH,GAC3BnD,EAAEC,KAAKsD,WAAWC,KAAML,GACxBK,KAAKyJ,QAAU5C,EACf7G,KAAK0J,aAAe,GAGtBxJ,QAAS,SAASC,EAAOC,EAAIhE,GAC3B,IAAIuN,EAAQ3J,KACZ5C,EACE4C,KAAKL,QAAQqD,WAAa,UAC1BxG,EAAEkD,OACA,CACEkK,QAAS5J,KAAKyJ,QACd/D,KAAMvF,GAERH,KAAKL,QAAQiB,sBAEf,SAASvC,GACP+B,EAAG0B,KAAK1F,EAASuN,EAAME,cAAcxL,EAAM,YAKjD0D,QAAS,SAAS5B,EAAOC,EAAIhE,GAC3B,IAAIuN,EAAQ3J,KACZ5C,EACE4C,KAAKL,QAAQqD,WAAa,gBAC1BxG,EAAEkD,OACA,CACEkK,QAAS5J,KAAKyJ,QACd/D,KAAMvF,GAERH,KAAKL,QAAQiB,sBAEfpE,EAAEE,KAAK,SAAS2B,GACVA,EAAKyL,UAAUC,UAAY/J,KAAK0J,eAClC1J,KAAK0J,aAAerL,EAAKyL,UAAUC,UACnC3J,EAAG0B,KAAK1F,EAASuN,EAAME,cAAcxL,EAAM,WAE5C2B,QAIPgC,QAAS,SAASd,EAAUe,EAAO7B,EAAIhE,GACrC,IAAIuN,EAAQ3J,KACZ5C,EACE4C,KAAKL,QAAQqD,WAAa,WAC1BxG,EAAEkD,OACA,CACEkK,QAAS5J,KAAKyJ,QACdO,YAAa9I,EAASiB,IACtB8H,YAAa/I,EAASgB,KAExBlC,KAAKL,QAAQsD,oBAEf,SAAS5E,GACP+B,EAAG0B,KAAK1F,EAASuN,EAAME,cAAcxL,EAAM,cAKjDwL,cAAe,SAASxL,EAAM6L,GAC5B,IAAIlJ,EAAU,GA+Bd,OA9BAxE,EAAE2N,QAAQ9L,EAAM,CACd+L,aAAc,SAASC,EAAS5G,GAC9B,OAAOjH,EAAE8N,aAAa7G,IAExB8G,cAAe,SAASF,EAASG,GAC/B,IACE5I,EACAC,EAFEQ,EAAS,GAITmI,EAAMC,UAER5I,GADAD,EAAO4I,EAAMC,aACCC,YAGd9I,EAFS4I,EAAMH,QAAQzI,MACvBC,EAAS2I,EAAMG,YACRnO,EAAEuE,aACPvE,EAAEoO,QAAQC,eAAeL,EAAMH,QAAQzI,KAAK6D,MAAM,EAAG,IACrDjJ,EAAEoO,QAAQC,eAAeL,EAAMH,QAAQzI,KAAK6D,MAAM,EAAG,OAGvD5D,EAAS2I,EAAMG,YACRnO,EAAEuE,aAAac,EAAQA,IAGhCQ,EAAOX,KAAO8I,EAAMH,QAAQ9G,WAAWuB,MACvCzC,EAAOR,OAASA,EAChBQ,EAAO6H,GAAYtI,EACnBS,EAAOkB,WAAaiH,EAAMH,QAAQ9G,WAClCvC,EAAQ3B,KAAKgD,MAGVrB,KAIJ,SAAS8J,EAAOjE,EAAQlH,GAC7B,OAAO,IAAI6J,EAAO3C,EAAQlH,GAErB,IAAIoL,EAAevB,EACfwB,EAAeF,EAEfG,EAASzB,EACT0B,EAASJ,EAETK,EAAmBF,EAAOvL,OAAO,CAC1CC,QAAS,CACPqD,WAAY,8CCnHT,IAAIoI,EAAS5O,EAAEiD,MAAMC,OAAO,CACjCC,QAAS,CACPqD,WAAY,gCACZqI,WAAY,oCACZC,eAAgB,CAAC,OAAQ,SAAU,SAAU,SAAU,OAAQ,OAAQ,QAAS,YAGlFzL,WAAY,SAASF,GACnBnD,EAAEuD,WAAWC,KAAML,IAGrBO,QAAS,SAASC,EAAOC,EAAIhE,GAC3B,IAAIF,EAASM,EAAEkD,OACb,CACEkI,EAAGzH,GAELH,KAAKL,QAAQiB,sBAGfxD,EACE4C,KAAKL,QAAQqD,WACb9G,EACAM,EAAEE,KAAK,SAAS2B,GACd+B,EAAG0B,KAAK1F,EAAS4D,KAAKuL,gBAAgBlN,KACrC2B,QAIP+B,QAAS,SAAS5B,EAAOC,EAAIhE,GAC3B,OAAO4D,KAAKE,QAAQC,EAAOC,EAAIhE,IAGjC4F,QAAS,SAASlB,EAAQmB,EAAO7B,EAAIhE,GACnC,IAAIF,EAASM,EAAEkD,OACb,CACEyC,IAAKrB,EAAOqB,IACZgG,IAAKrH,EAAOoB,KAEdlC,KAAKL,QAAQsD,oBAGf7F,EACE4C,KAAKL,QAAQ0L,WACbnP,EACAM,EAAEE,KAAK,SAAS2B,GACd+B,EAAG0B,KAAK1F,EAAS4D,KAAKuL,gBAAgBlN,KACrC2B,QAIPuL,gBAAiB,SAASlN,GACxB,IACEU,EACA0B,EACA+K,EACA1K,EACAO,EACAO,EANEZ,EAAU,GAQd,GAAI3C,GAAQA,EAAKmH,SACf,IAAKzG,EAAI,EAAGA,EAAIV,EAAKmH,SAASpG,OAAQL,IAEpCyM,GADA/K,EAAIpC,EAAKmH,SAASzG,IACZmE,SAASJ,YACfhC,EAAStE,EAAEsE,OAAO0K,EAAE,GAAIA,EAAE,IAIxB5J,GAHFP,EAASZ,EAAE8C,WAAWlC,QAGb7E,EAAEuE,aAAa,CAACM,EAAO,GAAIA,EAAO,IAAK,CAACA,EAAO,GAAIA,EAAO,KAE1D7E,EAAEuE,aAAaD,EAAQA,GAGhCE,EAAQ3B,KAAK,CACXqC,KAAM1B,KAAKyL,mBAAmBhL,GAC9ByH,KAAMlI,KAAKL,QAAQqH,aAAehH,KAAKL,QAAQqH,aAAavG,QAAK/B,EACjEmD,OAAQf,EACRc,KAAMA,EACN2B,WAAY9C,EAAE8C,aAKpB,OAAOvC,GAGTyK,mBAAoB,SAAShL,GAC3B,OAAQT,KAAKL,QAAQ2L,gBAAkB,IACpCI,IAAI,SAASC,GACZ,OAAOlL,EAAE8C,WAAWoI,KAErBC,OAAO,SAASC,GACf,QAASA,IAEVtM,KAAK,SC7FL,IAAIuM,EAAatP,EAAEiD,MAAMC,OAAO,CACrCC,QAAS,CACPqD,WAAY,kCAGdnD,WAAY,SAASC,GACnBE,KAAKC,aAAeH,GAGtBI,QAAS,SAASC,EAAOC,EAAIhE,GAE3BgB,EACE4C,KAAKL,QAAQqD,WAAa,UAC1B,CACEzE,IAAKyB,KAAKC,aACV8L,KAAM5L,EAAMwF,MAAM,OAAOpG,KAAK,MAEhC,SAASlB,GACP,IACEyC,EACAC,EAFEC,EAAU,GAGV3C,EAAK6E,WACPpC,EAAStE,EAAEsE,OAAOzC,EAAK6E,SAAc,IAAG7E,EAAK6E,SAAc,KAC3DnC,EAAevE,EAAEuE,aAAaD,EAAQA,GACtCE,EAAQ,GAAK,CACXU,KAAMrD,EAAK2N,MACXpK,KAAMb,EACNc,OAAQf,IAIZV,EAAG0B,KAAK1F,EAAS4E,MAKvBe,QAAS,SAAS5B,EAAOC,EAAIhE,GAC3B,OAAO4D,KAAKE,QAAQC,EAAOC,EAAIhE,IAGjC4F,QAAS,SAASd,EAAUe,EAAO7B,EAAIhE,GACrCgB,EACE4C,KAAKL,QAAQqD,WAAa,UAC1B,CACEzE,IAAKyB,KAAKC,aACVgM,OAAQ,CAAC/K,EAASiB,IAAKjB,EAASgB,KAAK3C,KAAK,MAE5C,SAASlB,GACP,IACEyC,EACAC,EAFEC,EAAU,GAGY,KAAtB3C,EAAKX,OAAOA,SACdoD,EAAStE,EAAEsE,OAAOzC,EAAK6E,SAAc,IAAG7E,EAAK6E,SAAc,KAC3DnC,EAAevE,EAAEuE,aAAaD,EAAQA,GACtCE,EAAQ,GAAK,CACXU,KAAMrD,EAAK2N,MACXpK,KAAMb,EACNc,OAAQf,IAGZV,EAAG0B,KAAK1F,EAAS4E,6CbsBlB,SAAgBlB,EAAaH,GAClC,OAAO,IAAIH,EAAOM,EAAaH,gBC1B1B,SAAcpB,GACnB,OAAO,IAAIkE,EAAKlE,oBC6BX,SAAgBA,EAAKoB,GAC1B,OAAO,IAAIoD,EAAOxE,EAAKoB,gBCvBlB,SAAcA,GACnB,OAAO,IAAI+D,EAAK/D,oBC0BX,SAAgBA,GACrB,OAAO,IAAIoF,EAAOpF,oBCkBb,SAAgBG,EAAaH,GAClC,OAAO,IAAI0F,EAAOvF,EAAaH,wBC3B1B,SAAkBpB,EAAKoB,GAC5B,OAAO,IAAImG,EAASvH,EAAKoB,wBCZpB,SAAkBG,GACvB,OAAO,IAAI6G,EAAS7G,0BCuBf,SAAmBH,GACxB,OAAO,IAAIoH,EAAUpH,wCClDhB,SAA0BA,GAC/B,OAAO,IAAI6I,EAAiB7I,wBCmCvB,SAAkBkH,EAAQlH,GAC/B,OAAO,IAAI0J,EAASxC,EAAQlH,0GCgCvB,SAA0BkH,EAAQlH,GACvC,OAAO,IAAIwL,EAAiBtE,EAAQlH,oBCtB/B,SAAgBA,GACrB,OAAO,IAAIyL,EAAOzL,4BChCb,SAAoBG,GACzB,OAAO,IAAIgM,EAAWhM,MCnEboM,EAAW1P,EAAE2P,QAAQzM,OAAO,CACrCC,QAAS,CACPyM,kBAAkB,EAClBC,iBAAiB,EACjBC,WAAW,EACXC,OAAQ,QACRC,SAAU,WACVC,YAAa,YACbC,aAAc,iBACdC,UAAW,wBACXC,eAAgB,EAChBC,iBAAkB,EAClBC,eAAgB,IAChBC,oBAAoB,GAGtBC,SAAUxQ,EAAEyQ,QAAQC,WAAa1Q,EAAE2Q,MAAMC,OAEzCvN,WAAY,SAASF,GACnBnD,EAAEC,KAAKsD,WAAWC,KAAML,GACnBK,KAAKL,QAAQ0N,WAChBrN,KAAKL,QAAQ0N,SAAW,IAAItG,GAG9B/G,KAAKsN,cAAgB,GAGvBC,iBAAkB,WAChB/Q,EAAEgR,QAAQC,SAASzN,KAAK0N,WAAY,sCAGtCC,oBAAqB,WACnBnR,EAAEgR,QAAQI,YAAY5N,KAAK0N,WAAY,sCAGzCG,MAAO,SAASnC,GACd,IAIEoC,EAJE7G,EAAY,2BACd8G,EAAYvR,EAAEgR,QAAQQ,OAAO,MAAO/G,EAAY,gBAChDe,EAAOxL,EAAEgR,QAAQQ,OAAO,SAAU/G,EAAY,QAAS8G,GACvDE,EAAQjO,KAAKkO,MAAQ1R,EAAEgR,QAAQQ,OAAO,MAAO/G,EAAY,QAAS8G,GAwGpE,OArGA/N,KAAKmO,KAAOzC,EACZ1L,KAAK0N,WAAaK,EAElB/F,EAAKoG,UAAY,SACjBpG,EAAKlL,KAAO,SACZkL,EAAKqG,aAAa,aAAcrO,KAAKL,QAAQgN,YAE7CmB,EAAQ9N,KAAKsO,OAAS9R,EAAEgR,QAAQQ,OAAO,QAAS,GAAIC,IAC9CnR,KAAO,OACbgR,EAAMrP,MAAQuB,KAAKL,QAAQQ,OAAS,GACpC2N,EAAMrB,YAAczM,KAAKL,QAAQ8M,YACjCjQ,EAAE+R,SAASC,wBAAwBV,GAEnC9N,KAAKyO,cAAgBjS,EAAEgR,QAAQQ,OAAO,MAAO/G,EAAY,iBAAkB8G,GAC3E/N,KAAKyO,cAAcL,UAAYpO,KAAKL,QAAQ+M,aAE5C1M,KAAK0O,MAAQlS,EAAEgR,QAAQQ,OACrB,KACA/G,EAAY,gEACZ8G,GAEFvR,EAAE+R,SAASC,wBAAwBxO,KAAK0O,OAExClS,EAAE+R,SAASI,YAAYb,EAAO,UAAW9N,KAAK4O,SAAU5O,MACpDA,KAAKL,QAAQ0N,SAAStL,SACxBvF,EAAE+R,SAASI,YAAYb,EAAO,QAAS9N,KAAK6O,QAAS7O,MAEvDxD,EAAE+R,SAASI,YACTb,EACA,OACA,WACM9N,KAAKL,QAAQ2M,YAActM,KAAK8O,sBAClC9O,KAAK+O,YAEP/O,KAAK8O,sBAAuB,GAE9B9O,MAGEA,KAAKL,QAAQ2M,UACa,UAAxBtM,KAAKL,QAAQ4M,OACf/P,EAAE+R,SAASI,YACTZ,EACA,QACA,SAASjQ,GACU,IAAbA,EAAEkR,QAA6B,IAAblR,EAAEmR,QACtBjP,KAAKkP,WAGTlP,MAE+B,UAAxBA,KAAKL,QAAQ4M,OACtB/P,EAAE+R,SAASI,YACTZ,EACAvR,EAAE2S,QAAQC,MAAQ,uBAAyB,YAC3C,SAAStR,GACPkC,KAAKkP,UACLpR,EAAEuR,iBACFvR,EAAEwR,mBAEJtP,OAGFxD,EAAE+R,SAASI,YAAYZ,EAAW,YAAa/N,KAAKuP,QAASvP,MAC7DxD,EAAE+R,SAASI,YAAYZ,EAAW,WAAY/N,KAAK+O,UAAW/O,MAC9DA,KAAKmO,KAAKqB,GAAG,YAAaxP,KAAK+O,UAAW/O,QAG5CA,KAAKuP,UACD/S,EAAE2S,QAAQC,MACZ5S,EAAE+R,SAASI,YACTZ,EACA,aACA,WACE/N,KAAKyP,YAEPzP,MAGFxD,EAAE+R,SAASI,YACTZ,EACA,QACA,WACE/N,KAAKyP,YAEPzP,OAKFA,KAAKL,QAAQoN,oBACf/M,KAAKwP,GAAG,cAAexP,KAAK0P,YAAa1P,MAG3CA,KAAKwP,GAAG,eAAgBxP,KAAKuN,iBAAkBvN,MAC/CA,KAAKwP,GAAG,gBAAiBxP,KAAK2N,oBAAqB3N,MACnDA,KAAKwP,GAAG,eAAgBxP,KAAKuN,iBAAkBvN,MAC/CA,KAAKwP,GAAG,gBAAiBxP,KAAK2N,oBAAqB3N,MAEnDxD,EAAE+R,SAASC,wBAAwBT,GAE5BA,GAGT4B,SAAU,SAASnR,GAEjB,OADAwB,KAAKsO,OAAO7P,MAAQD,EACbwB,MAGT4P,eAAgB,SAAS5O,EAASe,GAChC,IAAKA,GAAW/B,KAAKL,QAAQyM,kBAAuC,IAAnBpL,EAAQ5B,OACvDY,KAAK6P,uBAAuB7O,EAAQ,SAC/B,GAAqB,EAAjBA,EAAQ5B,OAAY,CAC7BY,KAAK0O,MAAMN,UAAY,GACvBpO,KAAK8P,SAAW9O,EAChBxE,EAAEgR,QAAQI,YAAY5N,KAAK0O,MAAO,mDAClClS,EAAEgR,QAAQC,SAASzN,KAAK0N,WAAY,yCACpC,IAAK,IAAI3O,EAAI,EAAGA,EAAIiC,EAAQ5B,OAAQL,IAClCiB,KAAK0O,MAAMvR,YAAY6C,KAAK+P,WAAW/O,EAAQjC,GAAIA,SAGrDvC,EAAEgR,QAAQC,SAASzN,KAAK0N,WAAY,0CACpClR,EAAEgR,QAAQC,SAASzN,KAAKyO,cAAe,mCAI3CiB,YAAa,SAASrN,GAcpB,OAbAA,EAASA,EAAOnC,SAAWmC,EAE3BrC,KAAKmO,KAAK6B,UAAU3N,EAAOT,MAEvB5B,KAAKiQ,gBACPjQ,KAAKmO,KAAK+B,YAAYlQ,KAAKiQ,gBAG7BjQ,KAAKiQ,eAAiB,IAAIzT,EAAE2T,OAAO9N,EAAOR,QACvCuO,UAAU/N,EAAO6F,MAAQ7F,EAAOX,MAChC2O,MAAMrQ,KAAKmO,MACXmC,YAEItQ,MAGTyP,SAAU,SAAS1N,GACjB,IAAItD,EAAQuB,KAAKsO,OAAO7P,MACxB,GAAKsD,KAAWtD,EAAMW,OAASY,KAAKL,QAAQiN,gBAA5C,CAIA,IAAI2D,IAAiBvQ,KAAKsN,cACxBhJ,EAAOvC,EAAU,UAAY,UAC7ByO,EAAY,CAAE1C,MAAOrP,GAEvBuB,KAAKyQ,aAAehS,EACfsD,GACH/B,KAAK0Q,gBAGP1Q,KAAK2Q,KAAK,QAAUrM,EAAMkM,GAC1BxQ,KAAKL,QAAQ0N,SAAS/I,GACpB7F,EACA,SAASuC,GACHuP,IAAiBvQ,KAAKsN,gBACxBkD,EAAUxP,QAAUA,EACpBhB,KAAK2Q,KAAK,SAAWrM,EAAMkM,GAC3BxQ,KAAK4P,eAAe5O,EAASe,KAGjC/B,QAIJ6P,uBAAwB,SAASxN,GAC/BrC,KAAK2Q,KAAK,cAAe,CAAEzQ,QAASmC,KAGtC6M,QAAS,WACH1S,EAAEgR,QAAQoD,SAAS5Q,KAAK0N,WAAY,qCACtC1N,KAAK+O,YAEL/O,KAAKuP,WAITA,QAAS,WACP/S,EAAEgR,QAAQC,SAASzN,KAAK0N,WAAY,qCACpC1N,KAAKsO,OAAOuC,SACZ7Q,KAAK2Q,KAAK,WAGZ5B,UAAW,WACTvS,EAAEgR,QAAQI,YAAY5N,KAAK0N,WAAY,qCACvClR,EAAEgR,QAAQC,SAASzN,KAAK0O,MAAO,mDAC/BlS,EAAEgR,QAAQI,YAAY5N,KAAKyO,cAAe,kCAC1CjS,EAAEgR,QAAQI,YAAY5N,KAAK0N,WAAY,yCACvClR,EAAEgR,QAAQI,YAAY5N,KAAK0N,WAAY,0CACvC1N,KAAKsO,OAAOwC,OACZ9Q,KAAK2Q,KAAK,aAGZD,cAAe,WACblU,EAAEgR,QAAQC,SAASzN,KAAK0O,MAAO,mDAC/B1O,KAAK+Q,WAAa,KAClBvU,EAAEgR,QAAQI,YAAY5N,KAAKyO,cAAe,kCAC1CjS,EAAEgR,QAAQI,YAAY5N,KAAK0N,WAAY,yCACvClR,EAAEgR,QAAQI,YAAY5N,KAAK0N,WAAY,2CAGzCqC,WAAY,SAAS1N,EAAQ2O,GAC3B,IAAIC,EAAKzU,EAAEgR,QAAQQ,OAAO,KAAM,IAC9B9G,EAAI1K,EAAEgR,QAAQQ,OAAO,IAAK,GAAIiD,GAC9BjJ,EAAOhI,KAAKL,QAAQ0M,iBAAmBhK,EAAO2F,KAAOxL,EAAEgR,QAAQQ,OAAO,MAAO,GAAI9G,GAAK,KACtFxB,EAAOrD,EAAO6F,UAAOxJ,EAAY9B,SAASsU,eAAe7O,EAAOX,MAyClE,OAjBIsG,IACFA,EAAKjL,IAAMsF,EAAO2F,MAGpBiJ,EAAG5C,aAAa,oBAAqB2C,GAEjC3O,EAAO6F,KACThB,EAAEkH,UAAYlH,EAAEkH,UAAY/L,EAAO6F,KAEnChB,EAAE/J,YAAYuI,GAMhBlJ,EAAE+R,SAASI,YAAYsC,EAAI,uBAtCN,SAA0BnT,GAM3CkC,KAAK8O,sBAAuB,EAC5BtS,EAAE+R,SAAS4C,KAAKrT,GAChBkC,KAAK6P,uBAAuBxN,GAC5B7F,EAAE+R,SAASiB,GACTyB,EACA,iBACA,WACMjR,KAAKL,QAAQ2M,UACftM,KAAK+O,YAEL/O,KAAK0Q,iBAGT1Q,OAmB+DA,MAE9DiR,GAGTrC,SAAU,SAAS9Q,GAEN,SAAT+S,EAAyBO,GACnBzH,EAAMoH,aACRvU,EAAEgR,QAAQI,YAAYjE,EAAMoH,WAAY,qCACxCpH,EAAMoH,WAAapH,EAAMoH,WAAiB,EAANK,EAAU,cAAgB,oBAE3DzH,EAAMoH,aACTpH,EAAMoH,WAAapH,EAAM+E,MAAY,EAAN0C,EAAU,aAAe,cAGtDzH,EAAMoH,YACRvU,EAAEgR,QAAQC,SAAS9D,EAAMoH,WAAY,qCAX3C,IAAIpH,EAAQ3J,KAeZ,OAAQlC,EAAEuT,SAER,KAAK,GACCrR,KAAKL,QAAQ2M,UACftM,KAAK+O,YAEL/O,KAAK0Q,gBAEP,MAEF,KAAK,GACHG,GAAQ,GACR,MAEF,KAAK,GACHA,EAAO,GACP,MAEF,KAAK,GACH,GAAI7Q,KAAK+Q,WAAY,CACnB,IAAIC,EAAQM,SAAStR,KAAK+Q,WAAWQ,aAAa,qBAAsB,IACxEvR,KAAK6P,uBAAuB7P,KAAK8P,SAASkB,IAC1ChR,KAAK0Q,qBAEL1Q,KAAKyP,WAEP,MACF,QACE,OAGJjT,EAAE+R,SAASc,eAAevR,IAE5B+Q,QAAS,WACP,IAAIhD,EAAI7L,KAAKsO,OAAO7P,MAChBoN,IAAM7L,KAAKyQ,eACbe,aAAaxR,KAAKyR,iBACd5F,EAAEzM,QAAUY,KAAKL,QAAQkN,iBAC3B7M,KAAKyR,gBAAkBC,WACrBlV,EAAEE,KAAK,WACLsD,KAAKyP,UAAS,IACbzP,MACHA,KAAKL,QAAQmN,gBAGf9M,KAAK0Q,2BCtWblU,EAAEC,KAAKiD,OAAOwM,EAAUyF,GAGxBnV,EAAEC,KAAKiD,OAAOlD,EAAE2P,QAAS,CACvBD,SAAUA,EACVmB,SDuWK,SAAkB1N,GACvB,OAAO,IAAIuM,EAASvM"}
assets/js/admin/sportspress-admin.js CHANGED
@@ -491,11 +491,11 @@ jQuery(document).ready(function($){
491
  });
492
 
493
  // Event format affects data
494
- $(".post-type-sp_event #post-formats-select input.post-format").change(function() {
495
  layout = $(".post-type-sp_event #post-formats-select input:checked").val();
496
  if ( layout == "friendly" ) {
497
- $(".sp_event-sp_league-field").show().find("select").prop("disabled", false);
498
- $(".sp_event-sp_season-field").show().find("select").prop("disabled", false);
499
  } else {
500
  $(".sp_event-sp_league-field").show().find("select").prop("disabled", false);
501
  $(".sp_event-sp_season-field").show().find("select").prop("disabled", false);
@@ -503,10 +503,10 @@ jQuery(document).ready(function($){
503
  });
504
 
505
  // Trigger event format change
506
- $(".post-type-sp_event #post-formats-select input.post-format").trigger("change");
507
 
508
  // Calendar layout affects data
509
- $(".post-type-sp_calendar #post-formats-select input.post-format").change(function() {
510
  layout = $(".post-type-sp_calendar #post-formats-select input:checked").val();
511
  $(".sp-calendar-table tr").each(function() {
512
  if ( layout == "list" ) {
@@ -520,10 +520,10 @@ jQuery(document).ready(function($){
520
  });
521
 
522
  // Trigger calendar layout change
523
- $(".post-type-sp_calendar #post-formats-select input.post-format").trigger("change");
524
 
525
  // Player list layout affects data
526
- $(".post-type-sp_list #post-formats-select input.post-format").change(function() {
527
  layout = $(".post-type-sp_list #post-formats-select input:checked").val();
528
  $(".sp-player-list-table tr").each(function() {
529
  if ( layout == "list" ) {
@@ -535,7 +535,7 @@ jQuery(document).ready(function($){
535
  });
536
 
537
  // Trigger player list layout change
538
- $(".post-type-sp_list #post-formats-select input.post-format").trigger("change");
539
 
540
  // Configure primary result option (Ajax)
541
  $(".sp-admin-config-table").on("click", ".sp-primary-result-option", function() {
491
  });
492
 
493
  // Event format affects data
494
+ $(".post-type-sp_event #post-formats-select").change(function() {
495
  layout = $(".post-type-sp_event #post-formats-select input:checked").val();
496
  if ( layout == "friendly" ) {
497
+ $(".sp_event-sp_league-field").hide().find("select").prop("disabled", true);
498
+ $(".sp_event-sp_season-field").hide().find("select").prop("disabled", true);
499
  } else {
500
  $(".sp_event-sp_league-field").show().find("select").prop("disabled", false);
501
  $(".sp_event-sp_season-field").show().find("select").prop("disabled", false);
503
  });
504
 
505
  // Trigger event format change
506
+ $(".post-type-sp_event #post-formats-select").trigger("change");
507
 
508
  // Calendar layout affects data
509
+ $(".post-type-sp_calendar #post-formats-select").change(function() {
510
  layout = $(".post-type-sp_calendar #post-formats-select input:checked").val();
511
  $(".sp-calendar-table tr").each(function() {
512
  if ( layout == "list" ) {
520
  });
521
 
522
  // Trigger calendar layout change
523
+ $(".post-type-sp_calendar #post-formats-select").trigger("change");
524
 
525
  // Player list layout affects data
526
+ $(".post-type-sp_list #post-formats-select").change(function() {
527
  layout = $(".post-type-sp_list #post-formats-select input:checked").val();
528
  $(".sp-player-list-table tr").each(function() {
529
  if ( layout == "list" ) {
535
  });
536
 
537
  // Trigger player list layout change
538
+ $(".post-type-sp_list #post-formats-select").trigger("change");
539
 
540
  // Configure primary result option (Ajax)
541
  $(".sp-admin-config-table").on("click", ".sp-primary-result-option", function() {
assets/js/leaflet.js CHANGED
@@ -1,5 +1,6 @@
1
  /* @preserve
2
- * Leaflet 1.4.0+Detached: 3337f36d2a2d2b33946779057619b31f674ff5dc.3337f36, a JS library for interactive maps. http://leafletjs.com
3
- * (c) 2010-2018 Vladimir Agafonkin, (c) 2010-2011 CloudMade
4
  */
5
- !function(t,i){"object"==typeof exports&&"undefined"!=typeof module?i(exports):"function"==typeof define&&define.amd?define(["exports"],i):i(t.L={})}(this,function(t){"use strict";function i(t){var i,e,n,o;for(e=1,n=arguments.length;e<n;e++){o=arguments[e];for(i in o)t[i]=o[i]}return t}function e(t,i){var e=Array.prototype.slice;if(t.bind)return t.bind.apply(t,e.call(arguments,1));var n=e.call(arguments,2);return function(){return t.apply(i,n.length?n.concat(e.call(arguments)):arguments)}}function n(t){return t._leaflet_id=t._leaflet_id||++ei,t._leaflet_id}function o(t,i,e){var n,o,s,r;return r=function(){n=!1,o&&(s.apply(e,o),o=!1)},s=function(){n?o=arguments:(t.apply(e,arguments),setTimeout(r,i),n=!0)}}function s(t,i,e){var n=i[1],o=i[0],s=n-o;return t===n&&e?t:((t-o)%s+s)%s+o}function r(){return!1}function a(t,i){var e=Math.pow(10,void 0===i?6:i);return Math.round(t*e)/e}function h(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}function u(t){return h(t).split(/\s+/)}function l(t,i){t.hasOwnProperty("options")||(t.options=t.options?ii(t.options):{});for(var e in i)t.options[e]=i[e];return t.options}function c(t,i,e){var n=[];for(var o in t)n.push(encodeURIComponent(e?o.toUpperCase():o)+"="+encodeURIComponent(t[o]));return(i&&-1!==i.indexOf("?")?"&":"?")+n.join("&")}function _(t,i){return t.replace(ni,function(t,e){var n=i[e];if(void 0===n)throw new Error("No value provided for variable "+t);return"function"==typeof n&&(n=n(i)),n})}function d(t,i){for(var e=0;e<t.length;e++)if(t[e]===i)return e;return-1}function p(t){return window["webkit"+t]||window["moz"+t]||window["ms"+t]}function m(t){var i=+new Date,e=Math.max(0,16-(i-ri));return ri=i+e,window.setTimeout(t,e)}function f(t,i,n){if(!n||ai!==m)return ai.call(window,e(t,i));t.call(i)}function g(t){t&&hi.call(window,t)}function v(){}function y(t){if("undefined"!=typeof L&&L&&L.Mixin){t=oi(t)?t:[t];for(var i=0;i<t.length;i++)t[i]===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)}}function x(t,i,e){this.x=e?Math.round(t):t,this.y=e?Math.round(i):i}function w(t,i,e){return t instanceof x?t:oi(t)?new x(t[0],t[1]):void 0===t||null===t?t:"object"==typeof t&&"x"in t&&"y"in t?new x(t.x,t.y):new x(t,i,e)}function P(t,i){if(t)for(var e=i?[t,i]:t,n=0,o=e.length;n<o;n++)this.extend(e[n])}function b(t,i){return!t||t instanceof P?t:new P(t,i)}function T(t,i){if(t)for(var e=i?[t,i]:t,n=0,o=e.length;n<o;n++)this.extend(e[n])}function z(t,i){return t instanceof T?t:new T(t,i)}function M(t,i,e){if(isNaN(t)||isNaN(i))throw new Error("Invalid LatLng object: ("+t+", "+i+")");this.lat=+t,this.lng=+i,void 0!==e&&(this.alt=+e)}function C(t,i,e){return t instanceof M?t:oi(t)&&"object"!=typeof t[0]?3===t.length?new M(t[0],t[1],t[2]):2===t.length?new M(t[0],t[1]):null:void 0===t||null===t?t:"object"==typeof t&&"lat"in t?new M(t.lat,"lng"in t?t.lng:t.lon,t.alt):void 0===i?null:new M(t,i,e)}function S(t,i,e,n){if(oi(t))return this._a=t[0],this._b=t[1],this._c=t[2],void(this._d=t[3]);this._a=t,this._b=i,this._c=e,this._d=n}function Z(t,i,e,n){return new S(t,i,e,n)}function E(t){return document.createElementNS("http://www.w3.org/2000/svg",t)}function k(t,i){var e,n,o,s,r,a,h="";for(e=0,o=t.length;e<o;e++){for(n=0,s=(r=t[e]).length;n<s;n++)a=r[n],h+=(n?"L":"M")+a.x+" "+a.y;h+=i?Ji?"z":"x":""}return h||"M0 0"}function B(t){return navigator.userAgent.toLowerCase().indexOf(t)>=0}function A(t,i,e,n){return"touchstart"===i?O(t,e,n):"touchmove"===i?W(t,e,n):"touchend"===i&&H(t,e,n),this}function I(t,i,e){var n=t["_leaflet_"+i+e];return"touchstart"===i?t.removeEventListener(te,n,!1):"touchmove"===i?t.removeEventListener(ie,n,!1):"touchend"===i&&(t.removeEventListener(ee,n,!1),t.removeEventListener(ne,n,!1)),this}function O(t,i,n){var o=e(function(t){if("mouse"!==t.pointerType&&t.MSPOINTER_TYPE_MOUSE&&t.pointerType!==t.MSPOINTER_TYPE_MOUSE){if(!(oe.indexOf(t.target.tagName)<0))return;Pt(t)}j(t,i)});t["_leaflet_touchstart"+n]=o,t.addEventListener(te,o,!1),re||(document.documentElement.addEventListener(te,R,!0),document.documentElement.addEventListener(ie,N,!0),document.documentElement.addEventListener(ee,D,!0),document.documentElement.addEventListener(ne,D,!0),re=!0)}function R(t){se[t.pointerId]=t,ae++}function N(t){se[t.pointerId]&&(se[t.pointerId]=t)}function D(t){delete se[t.pointerId],ae--}function j(t,i){t.touches=[];for(var e in se)t.touches.push(se[e]);t.changedTouches=[t],i(t)}function W(t,i,e){var n=function(t){(t.pointerType!==t.MSPOINTER_TYPE_MOUSE&&"mouse"!==t.pointerType||0!==t.buttons)&&j(t,i)};t["_leaflet_touchmove"+e]=n,t.addEventListener(ie,n,!1)}function H(t,i,e){var n=function(t){j(t,i)};t["_leaflet_touchend"+e]=n,t.addEventListener(ee,n,!1),t.addEventListener(ne,n,!1)}function F(t,i,e){function n(t){var i;if(Vi){if(!bi||"mouse"===t.pointerType)return;i=ae}else i=t.touches.length;if(!(i>1)){var e=Date.now(),n=e-(s||e);r=t.touches?t.touches[0]:t,a=n>0&&n<=h,s=e}}function o(t){if(a&&!r.cancelBubble){if(Vi){if(!bi||"mouse"===t.pointerType)return;var e,n,o={};for(n in r)e=r[n],o[n]=e&&e.bind?e.bind(r):e;r=o}r.type="dblclick",i(r),s=null}}var s,r,a=!1,h=250;return t[le+he+e]=n,t[le+ue+e]=o,t[le+"dblclick"+e]=i,t.addEventListener(he,n,!1),t.addEventListener(ue,o,!1),t.addEventListener("dblclick",i,!1),this}function U(t,i){var e=t[le+he+i],n=t[le+ue+i],o=t[le+"dblclick"+i];return t.removeEventListener(he,e,!1),t.removeEventListener(ue,n,!1),bi||t.removeEventListener("dblclick",o,!1),this}function V(t){return"string"==typeof t?document.getElementById(t):t}function q(t,i){var e=t.style[i]||t.currentStyle&&t.currentStyle[i];if((!e||"auto"===e)&&document.defaultView){var n=document.defaultView.getComputedStyle(t,null);e=n?n[i]:null}return"auto"===e?null:e}function G(t,i,e){var n=document.createElement(t);return n.className=i||"",e&&e.appendChild(n),n}function K(t){var i=t.parentNode;i&&i.removeChild(t)}function Y(t){for(;t.firstChild;)t.removeChild(t.firstChild)}function X(t){var i=t.parentNode;i&&i.lastChild!==t&&i.appendChild(t)}function J(t){var i=t.parentNode;i&&i.firstChild!==t&&i.insertBefore(t,i.firstChild)}function $(t,i){if(void 0!==t.classList)return t.classList.contains(i);var e=et(t);return e.length>0&&new RegExp("(^|\\s)"+i+"(\\s|$)").test(e)}function Q(t,i){if(void 0!==t.classList)for(var e=u(i),n=0,o=e.length;n<o;n++)t.classList.add(e[n]);else if(!$(t,i)){var s=et(t);it(t,(s?s+" ":"")+i)}}function tt(t,i){void 0!==t.classList?t.classList.remove(i):it(t,h((" "+et(t)+" ").replace(" "+i+" "," ")))}function it(t,i){void 0===t.className.baseVal?t.className=i:t.className.baseVal=i}function et(t){return t.correspondingElement&&(t=t.correspondingElement),void 0===t.className.baseVal?t.className:t.className.baseVal}function nt(t,i){"opacity"in t.style?t.style.opacity=i:"filter"in t.style&&ot(t,i)}function ot(t,i){var e=!1,n="DXImageTransform.Microsoft.Alpha";try{e=t.filters.item(n)}catch(t){if(1===i)return}i=Math.round(100*i),e?(e.Enabled=100!==i,e.Opacity=i):t.style.filter+=" progid:"+n+"(opacity="+i+")"}function st(t){for(var i=document.documentElement.style,e=0;e<t.length;e++)if(t[e]in i)return t[e];return!1}function rt(t,i,e){var n=i||new x(0,0);t.style[ce]=(Ri?"translate("+n.x+"px,"+n.y+"px)":"translate3d("+n.x+"px,"+n.y+"px,0)")+(e?" scale("+e+")":"")}function at(t,i){t._leaflet_pos=i,ji?rt(t,i):(t.style.left=i.x+"px",t.style.top=i.y+"px")}function ht(t){return t._leaflet_pos||new x(0,0)}function ut(){mt(window,"dragstart",Pt)}function lt(){ft(window,"dragstart",Pt)}function ct(t){for(;-1===t.tabIndex;)t=t.parentNode;t.style&&(_t(),me=t,fe=t.style.outline,t.style.outline="none",mt(window,"keydown",_t))}function _t(){me&&(me.style.outline=fe,me=void 0,fe=void 0,ft(window,"keydown",_t))}function dt(t){do{t=t.parentNode}while(!(t.offsetWidth&&t.offsetHeight||t===document.body));return t}function pt(t){var i=t.getBoundingClientRect();return{x:i.width/t.offsetWidth||1,y:i.height/t.offsetHeight||1,boundingClientRect:i}}function mt(t,i,e,n){if("object"==typeof i)for(var o in i)gt(t,o,i[o],e);else for(var s=0,r=(i=u(i)).length;s<r;s++)gt(t,i[s],e,n);return this}function ft(t,i,e,n){if("object"==typeof i)for(var o in i)vt(t,o,i[o],e);else if(i)for(var s=0,r=(i=u(i)).length;s<r;s++)vt(t,i[s],e,n);else{for(var a in t[ye])vt(t,a,t[ye][a]);delete t[ye]}return this}function gt(t,i,e,o){var s=i+n(e)+(o?"_"+n(o):"");if(t[ye]&&t[ye][s])return this;var r=function(i){return e.call(o||t,i||window.event)},a=r;Vi&&0===i.indexOf("touch")?A(t,i,r,s):!qi||"dblclick"!==i||!F||Vi&&Ei?"addEventListener"in t?"mousewheel"===i?t.addEventListener("onwheel"in t?"wheel":"mousewheel",r,!1):"mouseenter"===i||"mouseleave"===i?(r=function(i){i=i||window.event,Ct(t,i)&&a(i)},t.addEventListener("mouseenter"===i?"mouseover":"mouseout",r,!1)):("click"===i&&zi&&(r=function(t){St(t,a)}),t.addEventListener(i,r,!1)):"attachEvent"in t&&t.attachEvent("on"+i,r):F(t,r,s),t[ye]=t[ye]||{},t[ye][s]=r}function vt(t,i,e,o){var s=i+n(e)+(o?"_"+n(o):""),r=t[ye]&&t[ye][s];if(!r)return this;Vi&&0===i.indexOf("touch")?I(t,i,s):!qi||"dblclick"!==i||!U||Vi&&Ei?"removeEventListener"in t?"mousewheel"===i?t.removeEventListener("onwheel"in t?"wheel":"mousewheel",r,!1):t.removeEventListener("mouseenter"===i?"mouseover":"mouseleave"===i?"mouseout":i,r,!1):"detachEvent"in t&&t.detachEvent("on"+i,r):U(t,s),t[ye][s]=null}function yt(t){return t.stopPropagation?t.stopPropagation():t.originalEvent?t.originalEvent._stopped=!0:t.cancelBubble=!0,Mt(t),this}function xt(t){return gt(t,"mousewheel",yt),this}function wt(t){return mt(t,"mousedown touchstart dblclick",yt),gt(t,"click",zt),this}function Pt(t){return t.preventDefault?t.preventDefault():t.returnValue=!1,this}function Lt(t){return Pt(t),yt(t),this}function bt(t,i){if(!i)return new x(t.clientX,t.clientY);var e=pt(i),n=e.boundingClientRect;return new x((t.clientX-n.left)/e.x-i.clientLeft,(t.clientY-n.top)/e.y-i.clientTop)}function Tt(t){return bi?t.wheelDeltaY/2:t.deltaY&&0===t.deltaMode?-t.deltaY/xe:t.deltaY&&1===t.deltaMode?20*-t.deltaY:t.deltaY&&2===t.deltaMode?60*-t.deltaY:t.deltaX||t.deltaZ?0:t.wheelDelta?(t.wheelDeltaY||t.wheelDelta)/2:t.detail&&Math.abs(t.detail)<32765?20*-t.detail:t.detail?t.detail/-32765*60:0}function zt(t){we[t.type]=!0}function Mt(t){var i=we[t.type];return we[t.type]=!1,i}function Ct(t,i){var e=i.relatedTarget;if(!e)return!0;try{for(;e&&e!==t;)e=e.parentNode}catch(t){return!1}return e!==t}function St(t,i){var e=t.timeStamp||t.originalEvent&&t.originalEvent.timeStamp,n=ge&&e-ge;n&&n>100&&n<500||t.target._simulatedClick&&!t._simulated?Lt(t):(ge=e,i(t))}function Zt(t,i){if(!i||!t.length)return t.slice();var e=i*i;return t=At(t,e),t=kt(t,e)}function Et(t,i,e){return Math.sqrt(Dt(t,i,e,!0))}function kt(t,i){var e=t.length,n=new(typeof Uint8Array!=void 0+""?Uint8Array:Array)(e);n[0]=n[e-1]=1,Bt(t,n,i,0,e-1);var o,s=[];for(o=0;o<e;o++)n[o]&&s.push(t[o]);return s}function Bt(t,i,e,n,o){var s,r,a,h=0;for(r=n+1;r<=o-1;r++)(a=Dt(t[r],t[n],t[o],!0))>h&&(s=r,h=a);h>e&&(i[s]=1,Bt(t,i,e,n,s),Bt(t,i,e,s,o))}function At(t,i){for(var e=[t[0]],n=1,o=0,s=t.length;n<s;n++)Nt(t[n],t[o])>i&&(e.push(t[n]),o=n);return o<s-1&&e.push(t[s-1]),e}function It(t,i,e,n,o){var s,r,a,h=n?ke:Rt(t,e),u=Rt(i,e);for(ke=u;;){if(!(h|u))return[t,i];if(h&u)return!1;a=Rt(r=Ot(t,i,s=h||u,e,o),e),s===h?(t=r,h=a):(i=r,u=a)}}function Ot(t,i,e,n,o){var s,r,a=i.x-t.x,h=i.y-t.y,u=n.min,l=n.max;return 8&e?(s=t.x+a*(l.y-t.y)/h,r=l.y):4&e?(s=t.x+a*(u.y-t.y)/h,r=u.y):2&e?(s=l.x,r=t.y+h*(l.x-t.x)/a):1&e&&(s=u.x,r=t.y+h*(u.x-t.x)/a),new x(s,r,o)}function Rt(t,i){var e=0;return t.x<i.min.x?e|=1:t.x>i.max.x&&(e|=2),t.y<i.min.y?e|=4:t.y>i.max.y&&(e|=8),e}function Nt(t,i){var e=i.x-t.x,n=i.y-t.y;return e*e+n*n}function Dt(t,i,e,n){var o,s=i.x,r=i.y,a=e.x-s,h=e.y-r,u=a*a+h*h;return u>0&&((o=((t.x-s)*a+(t.y-r)*h)/u)>1?(s=e.x,r=e.y):o>0&&(s+=a*o,r+=h*o)),a=t.x-s,h=t.y-r,n?a*a+h*h:new x(s,r)}function jt(t){return!oi(t[0])||"object"!=typeof t[0][0]&&void 0!==t[0][0]}function Wt(t){return console.warn("Deprecated use of _flat, please use L.LineUtil.isFlat instead."),jt(t)}function Ht(t,i,e){var n,o,s,r,a,h,u,l,c,_=[1,4,2,8];for(o=0,u=t.length;o<u;o++)t[o]._code=Rt(t[o],i);for(r=0;r<4;r++){for(l=_[r],n=[],o=0,s=(u=t.length)-1;o<u;s=o++)a=t[o],h=t[s],a._code&l?h._code&l||((c=Ot(h,a,l,i,e))._code=Rt(c,i),n.push(c)):(h._code&l&&((c=Ot(h,a,l,i,e))._code=Rt(c,i),n.push(c)),n.push(a));t=n}return t}function Ft(t,i){var e,n,o,s,r="Feature"===t.type?t.geometry:t,a=r?r.coordinates:null,h=[],u=i&&i.pointToLayer,l=i&&i.coordsToLatLng||Ut;if(!a&&!r)return null;switch(r.type){case"Point":return e=l(a),u?u(t,e):new $e(e);case"MultiPoint":for(o=0,s=a.length;o<s;o++)e=l(a[o]),h.push(u?u(t,e):new $e(e));return new Ke(h);case"LineString":case"MultiLineString":return n=Vt(a,"LineString"===r.type?0:1,l),new nn(n,i);case"Polygon":case"MultiPolygon":return n=Vt(a,"Polygon"===r.type?1:2,l),new on(n,i);case"GeometryCollection":for(o=0,s=r.geometries.length;o<s;o++){var c=Ft({geometry:r.geometries[o],type:"Feature",properties:t.properties},i);c&&h.push(c)}return new Ke(h);default:throw new Error("Invalid GeoJSON object.")}}function Ut(t){return new M(t[1],t[0],t[2])}function Vt(t,i,e){for(var n,o=[],s=0,r=t.length;s<r;s++)n=i?Vt(t[s],i-1,e):(e||Ut)(t[s]),o.push(n);return o}function qt(t,i){return i="number"==typeof i?i:6,void 0!==t.alt?[a(t.lng,i),a(t.lat,i),a(t.alt,i)]:[a(t.lng,i),a(t.lat,i)]}function Gt(t,i,e,n){for(var o=[],s=0,r=t.length;s<r;s++)o.push(i?Gt(t[s],i-1,e,n):qt(t[s],n));return!i&&e&&o.push(o[0]),o}function Kt(t,e){return t.feature?i({},t.feature,{geometry:e}):Yt(e)}function Yt(t){return"Feature"===t.type||"FeatureCollection"===t.type?t:{type:"Feature",properties:{},geometry:t}}function Xt(t,i){return new sn(t,i)}function Jt(t,i){return new mn(t,i)}function $t(t){return Xi?new vn(t):null}function Qt(t){return Ji||$i?new Pn(t):null}var ti=Object.freeze;Object.freeze=function(t){return t};var ii=Object.create||function(){function t(){}return function(i){return t.prototype=i,new t}}(),ei=0,ni=/\{ *([\w_-]+) *\}/g,oi=Array.isArray||function(t){return"[object Array]"===Object.prototype.toString.call(t)},si="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=",ri=0,ai=window.requestAnimationFrame||p("RequestAnimationFrame")||m,hi=window.cancelAnimationFrame||p("CancelAnimationFrame")||p("CancelRequestAnimationFrame")||function(t){window.clearTimeout(t)},ui=(Object.freeze||Object)({freeze:ti,extend:i,create:ii,bind:e,lastId:ei,stamp:n,throttle:o,wrapNum:s,falseFn:r,formatNum:a,trim:h,splitWords:u,setOptions:l,getParamString:c,template:_,isArray:oi,indexOf:d,emptyImageUrl:si,requestFn:ai,cancelFn:hi,requestAnimFrame:f,cancelAnimFrame:g});v.extend=function(t){var e=function(){this.initialize&&this.initialize.apply(this,arguments),this.callInitHooks()},n=e.__super__=this.prototype,o=ii(n);o.constructor=e,e.prototype=o;for(var s in this)this.hasOwnProperty(s)&&"prototype"!==s&&"__super__"!==s&&(e[s]=this[s]);return t.statics&&(i(e,t.statics),delete t.statics),t.includes&&(y(t.includes),i.apply(null,[o].concat(t.includes)),delete t.includes),o.options&&(t.options=i(ii(o.options),t.options)),i(o,t),o._initHooks=[],o.callInitHooks=function(){if(!this._initHooksCalled){n.callInitHooks&&n.callInitHooks.call(this),this._initHooksCalled=!0;for(var t=0,i=o._initHooks.length;t<i;t++)o._initHooks[t].call(this)}},e},v.include=function(t){return i(this.prototype,t),this},v.mergeOptions=function(t){return i(this.prototype.options,t),this},v.addInitHook=function(t){var i=Array.prototype.slice.call(arguments,1),e="function"==typeof t?t:function(){this[t].apply(this,i)};return this.prototype._initHooks=this.prototype._initHooks||[],this.prototype._initHooks.push(e),this};var li={on:function(t,i,e){if("object"==typeof t)for(var n in t)this._on(n,t[n],i);else for(var o=0,s=(t=u(t)).length;o<s;o++)this._on(t[o],i,e);return this},off:function(t,i,e){if(t)if("object"==typeof t)for(var n in t)this._off(n,t[n],i);else for(var o=0,s=(t=u(t)).length;o<s;o++)this._off(t[o],i,e);else delete this._events;return this},_on:function(t,i,e){this._events=this._events||{};var n=this._events[t];n||(n=[],this._events[t]=n),e===this&&(e=void 0);for(var o={fn:i,ctx:e},s=n,r=0,a=s.length;r<a;r++)if(s[r].fn===i&&s[r].ctx===e)return;s.push(o)},_off:function(t,i,e){var n,o,s;if(this._events&&(n=this._events[t]))if(i){if(e===this&&(e=void 0),n)for(o=0,s=n.length;o<s;o++){var a=n[o];if(a.ctx===e&&a.fn===i)return a.fn=r,this._firingCount&&(this._events[t]=n=n.slice()),void n.splice(o,1)}}else{for(o=0,s=n.length;o<s;o++)n[o].fn=r;delete this._events[t]}},fire:function(t,e,n){if(!this.listens(t,n))return this;var o=i({},e,{type:t,target:this,sourceTarget:e&&e.sourceTarget||this});if(this._events){var s=this._events[t];if(s){this._firingCount=this._firingCount+1||1;for(var r=0,a=s.length;r<a;r++){var h=s[r];h.fn.call(h.ctx||this,o)}this._firingCount--}}return n&&this._propagateEvent(o),this},listens:function(t,i){var e=this._events&&this._events[t];if(e&&e.length)return!0;if(i)for(var n in this._eventParents)if(this._eventParents[n].listens(t,i))return!0;return!1},once:function(t,i,n){if("object"==typeof t){for(var o in t)this.once(o,t[o],i);return this}var s=e(function(){this.off(t,i,n).off(t,s,n)},this);return this.on(t,i,n).on(t,s,n)},addEventParent:function(t){return this._eventParents=this._eventParents||{},this._eventParents[n(t)]=t,this},removeEventParent:function(t){return this._eventParents&&delete this._eventParents[n(t)],this},_propagateEvent:function(t){for(var e in this._eventParents)this._eventParents[e].fire(t.type,i({layer:t.target,propagatedFrom:t.target},t),!0)}};li.addEventListener=li.on,li.removeEventListener=li.clearAllEventListeners=li.off,li.addOneTimeEventListener=li.once,li.fireEvent=li.fire,li.hasEventListeners=li.listens;var ci=v.extend(li),_i=Math.trunc||function(t){return t>0?Math.floor(t):Math.ceil(t)};x.prototype={clone:function(){return new x(this.x,this.y)},add:function(t){return this.clone()._add(w(t))},_add:function(t){return this.x+=t.x,this.y+=t.y,this},subtract:function(t){return this.clone()._subtract(w(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 x(this.x*t.x,this.y*t.y)},unscaleBy:function(t){return new x(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=_i(this.x),this.y=_i(this.y),this},distanceTo:function(t){var i=(t=w(t)).x-this.x,e=t.y-this.y;return Math.sqrt(i*i+e*e)},equals:function(t){return(t=w(t)).x===this.x&&t.y===this.y},contains:function(t){return t=w(t),Math.abs(t.x)<=Math.abs(this.x)&&Math.abs(t.y)<=Math.abs(this.y)},toString:function(){return"Point("+a(this.x)+", "+a(this.y)+")"}},P.prototype={extend:function(t){return t=w(t),this.min||this.max?(this.min.x=Math.min(t.x,this.min.x),this.max.x=Math.max(t.x,this.max.x),this.min.y=Math.min(t.y,this.min.y),this.max.y=Math.max(t.y,this.max.y)):(this.min=t.clone(),this.max=t.clone()),this},getCenter:function(t){return new x((this.min.x+this.max.x)/2,(this.min.y+this.max.y)/2,t)},getBottomLeft:function(){return new x(this.min.x,this.max.y)},getTopRight:function(){return new x(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 i,e;return(t="number"==typeof t[0]||t instanceof x?w(t):b(t))instanceof P?(i=t.min,e=t.max):i=e=t,i.x>=this.min.x&&e.x<=this.max.x&&i.y>=this.min.y&&e.y<=this.max.y},intersects:function(t){t=b(t);var i=this.min,e=this.max,n=t.min,o=t.max,s=o.x>=i.x&&n.x<=e.x,r=o.y>=i.y&&n.y<=e.y;return s&&r},overlaps:function(t){t=b(t);var i=this.min,e=this.max,n=t.min,o=t.max,s=o.x>i.x&&n.x<e.x,r=o.y>i.y&&n.y<e.y;return s&&r},isValid:function(){return!(!this.min||!this.max)}},T.prototype={extend:function(t){var i,e,n=this._southWest,o=this._northEast;if(t instanceof M)i=t,e=t;else{if(!(t instanceof T))return t?this.extend(C(t)||z(t)):this;if(i=t._southWest,e=t._northEast,!i||!e)return this}return n||o?(n.lat=Math.min(i.lat,n.lat),n.lng=Math.min(i.lng,n.lng),o.lat=Math.max(e.lat,o.lat),o.lng=Math.max(e.lng,o.lng)):(this._southWest=new M(i.lat,i.lng),this._northEast=new M(e.lat,e.lng)),this},pad:function(t){var i=this._southWest,e=this._northEast,n=Math.abs(i.lat-e.lat)*t,o=Math.abs(i.lng-e.lng)*t;return new T(new M(i.lat-n,i.lng-o),new M(e.lat+n,e.lng+o))},getCenter:function(){return new M((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 M(this.getNorth(),this.getWest())},getSouthEast:function(){return new M(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){t="number"==typeof t[0]||t instanceof M||"lat"in t?C(t):z(t);var i,e,n=this._southWest,o=this._northEast;return t instanceof T?(i=t.getSouthWest(),e=t.getNorthEast()):i=e=t,i.lat>=n.lat&&e.lat<=o.lat&&i.lng>=n.lng&&e.lng<=o.lng},intersects:function(t){t=z(t);var i=this._southWest,e=this._northEast,n=t.getSouthWest(),o=t.getNorthEast(),s=o.lat>=i.lat&&n.lat<=e.lat,r=o.lng>=i.lng&&n.lng<=e.lng;return s&&r},overlaps:function(t){t=z(t);var i=this._southWest,e=this._northEast,n=t.getSouthWest(),o=t.getNorthEast(),s=o.lat>i.lat&&n.lat<e.lat,r=o.lng>i.lng&&n.lng<e.lng;return s&&r},toBBoxString:function(){return[this.getWest(),this.getSouth(),this.getEast(),this.getNorth()].join(",")},equals:function(t,i){return!!t&&(t=z(t),this._southWest.equals(t.getSouthWest(),i)&&this._northEast.equals(t.getNorthEast(),i))},isValid:function(){return!(!this._southWest||!this._northEast)}},M.prototype={equals:function(t,i){return!!t&&(t=C(t),Math.max(Math.abs(this.lat-t.lat),Math.abs(this.lng-t.lng))<=(void 0===i?1e-9:i))},toString:function(t){return"LatLng("+a(this.lat,t)+", "+a(this.lng,t)+")"},distanceTo:function(t){return pi.distance(this,C(t))},wrap:function(){return pi.wrapLatLng(this)},toBounds:function(t){var i=180*t/40075017,e=i/Math.cos(Math.PI/180*this.lat);return z([this.lat-i,this.lng-e],[this.lat+i,this.lng+e])},clone:function(){return new M(this.lat,this.lng,this.alt)}};var di={latLngToPoint:function(t,i){var e=this.projection.project(t),n=this.scale(i);return this.transformation._transform(e,n)},pointToLatLng:function(t,i){var e=this.scale(i),n=this.transformation.untransform(t,e);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 i=this.projection.bounds,e=this.scale(t);return new P(this.transformation.transform(i.min,e),this.transformation.transform(i.max,e))},infinite:!1,wrapLatLng:function(t){var i=this.wrapLng?s(t.lng,this.wrapLng,!0):t.lng;return new M(this.wrapLat?s(t.lat,this.wrapLat,!0):t.lat,i,t.alt)},wrapLatLngBounds:function(t){var i=t.getCenter(),e=this.wrapLatLng(i),n=i.lat-e.lat,o=i.lng-e.lng;if(0===n&&0===o)return t;var s=t.getSouthWest(),r=t.getNorthEast();return new T(new M(s.lat-n,s.lng-o),new M(r.lat-n,r.lng-o))}},pi=i({},di,{wrapLng:[-180,180],R:6371e3,distance:function(t,i){var e=Math.PI/180,n=t.lat*e,o=i.lat*e,s=Math.sin((i.lat-t.lat)*e/2),r=Math.sin((i.lng-t.lng)*e/2),a=s*s+Math.cos(n)*Math.cos(o)*r*r,h=2*Math.atan2(Math.sqrt(a),Math.sqrt(1-a));return this.R*h}}),mi={R:6378137,MAX_LATITUDE:85.0511287798,project:function(t){var i=Math.PI/180,e=this.MAX_LATITUDE,n=Math.max(Math.min(e,t.lat),-e),o=Math.sin(n*i);return new x(this.R*t.lng*i,this.R*Math.log((1+o)/(1-o))/2)},unproject:function(t){var i=180/Math.PI;return new M((2*Math.atan(Math.exp(t.y/this.R))-Math.PI/2)*i,t.x*i/this.R)},bounds:function(){var t=6378137*Math.PI;return new P([-t,-t],[t,t])}()};S.prototype={transform:function(t,i){return this._transform(t.clone(),i)},_transform:function(t,i){return i=i||1,t.x=i*(this._a*t.x+this._b),t.y=i*(this._c*t.y+this._d),t},untransform:function(t,i){return i=i||1,new x((t.x/i-this._b)/this._a,(t.y/i-this._d)/this._c)}};var fi,gi,vi,yi=i({},pi,{code:"EPSG:3857",projection:mi,transformation:function(){var t=.5/(Math.PI*mi.R);return Z(t,.5,-t,.5)}()}),xi=i({},yi,{code:"EPSG:900913"}),wi=document.documentElement.style,Pi="ActiveXObject"in window,Li=Pi&&!document.addEventListener,bi="msLaunchUri"in navigator&&!("documentMode"in document),Ti=B("webkit"),zi=B("android"),Mi=B("android 2")||B("android 3"),Ci=parseInt(/WebKit\/([0-9]+)|$/.exec(navigator.userAgent)[1],10),Si=zi&&B("Google")&&Ci<537&&!("AudioNode"in window),Zi=!!window.opera,Ei=B("chrome"),ki=B("gecko")&&!Ti&&!Zi&&!Pi,Bi=!Ei&&B("safari"),Ai=B("phantom"),Ii="OTransition"in wi,Oi=0===navigator.platform.indexOf("Win"),Ri=Pi&&"transition"in wi,Ni="WebKitCSSMatrix"in window&&"m11"in new window.WebKitCSSMatrix&&!Mi,Di="MozPerspective"in wi,ji=!window.L_DISABLE_3D&&(Ri||Ni||Di)&&!Ii&&!Ai,Wi="undefined"!=typeof orientation||B("mobile"),Hi=Wi&&Ti,Fi=Wi&&Ni,Ui=!window.PointerEvent&&window.MSPointerEvent,Vi=!(!window.PointerEvent&&!Ui),qi=!window.L_NO_TOUCH&&(Vi||"ontouchstart"in window||window.DocumentTouch&&document instanceof window.DocumentTouch),Gi=Wi&&Zi,Ki=Wi&&ki,Yi=(window.devicePixelRatio||window.screen.deviceXDPI/window.screen.logicalXDPI)>1,Xi=!!document.createElement("canvas").getContext,Ji=!(!document.createElementNS||!E("svg").createSVGRect),$i=!Ji&&function(){try{var t=document.createElement("div");t.innerHTML='<v:shape adj="1"/>';var i=t.firstChild;return i.style.behavior="url(#default#VML)",i&&"object"==typeof i.adj}catch(t){return!1}}(),Qi=(Object.freeze||Object)({ie:Pi,ielt9:Li,edge:bi,webkit:Ti,android:zi,android23:Mi,androidStock:Si,opera:Zi,chrome:Ei,gecko:ki,safari:Bi,phantom:Ai,opera12:Ii,win:Oi,ie3d:Ri,webkit3d:Ni,gecko3d:Di,any3d:ji,mobile:Wi,mobileWebkit:Hi,mobileWebkit3d:Fi,msPointer:Ui,pointer:Vi,touch:qi,mobileOpera:Gi,mobileGecko:Ki,retina:Yi,canvas:Xi,svg:Ji,vml:$i}),te=Ui?"MSPointerDown":"pointerdown",ie=Ui?"MSPointerMove":"pointermove",ee=Ui?"MSPointerUp":"pointerup",ne=Ui?"MSPointerCancel":"pointercancel",oe=["INPUT","SELECT","OPTION"],se={},re=!1,ae=0,he=Ui?"MSPointerDown":Vi?"pointerdown":"touchstart",ue=Ui?"MSPointerUp":Vi?"pointerup":"touchend",le="_leaflet_",ce=st(["transform","webkitTransform","OTransform","MozTransform","msTransform"]),_e=st(["webkitTransition","transition","OTransition","MozTransition","msTransition"]),de="webkitTransition"===_e||"OTransition"===_e?_e+"End":"transitionend";if("onselectstart"in document)fi=function(){mt(window,"selectstart",Pt)},gi=function(){ft(window,"selectstart",Pt)};else{var pe=st(["userSelect","WebkitUserSelect","OUserSelect","MozUserSelect","msUserSelect"]);fi=function(){if(pe){var t=document.documentElement.style;vi=t[pe],t[pe]="none"}},gi=function(){pe&&(document.documentElement.style[pe]=vi,vi=void 0)}}var me,fe,ge,ve=(Object.freeze||Object)({TRANSFORM:ce,TRANSITION:_e,TRANSITION_END:de,get:V,getStyle:q,create:G,remove:K,empty:Y,toFront:X,toBack:J,hasClass:$,addClass:Q,removeClass:tt,setClass:it,getClass:et,setOpacity:nt,testProp:st,setTransform:rt,setPosition:at,getPosition:ht,disableTextSelection:fi,enableTextSelection:gi,disableImageDrag:ut,enableImageDrag:lt,preventOutline:ct,restoreOutline:_t,getSizedParentNode:dt,getScale:pt}),ye="_leaflet_events",xe=Oi&&Ei?2*window.devicePixelRatio:ki?window.devicePixelRatio:1,we={},Pe=(Object.freeze||Object)({on:mt,off:ft,stopPropagation:yt,disableScrollPropagation:xt,disableClickPropagation:wt,preventDefault:Pt,stop:Lt,getMousePosition:bt,getWheelDelta:Tt,fakeStop:zt,skipped:Mt,isExternalTarget:Ct,addListener:mt,removeListener:ft}),Le=ci.extend({run:function(t,i,e,n){this.stop(),this._el=t,this._inProgress=!0,this._duration=e||.25,this._easeOutPower=1/Math.max(n||.5,.2),this._startPos=ht(t),this._offset=i.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=f(this._animate,this),this._step()},_step:function(t){var i=+new Date-this._startTime,e=1e3*this._duration;i<e?this._runFrame(this._easeOut(i/e),t):(this._runFrame(1),this._complete())},_runFrame:function(t,i){var e=this._startPos.add(this._offset.multiplyBy(t));i&&e._round(),at(this._el,e),this.fire("step")},_complete:function(){g(this._animId),this._inProgress=!1,this.fire("end")},_easeOut:function(t){return 1-Math.pow(1-t,this._easeOutPower)}}),be=ci.extend({options:{crs:yi,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,i){i=l(this,i),this._handlers=[],this._layers={},this._zoomBoundLayers={},this._sizeChanged=!0,this._initContainer(t),this._initLayout(),this._onResize=e(this._onResize,this),this._initEvents(),i.maxBounds&&this.setMaxBounds(i.maxBounds),void 0!==i.zoom&&(this._zoom=this._limitZoom(i.zoom)),i.center&&void 0!==i.zoom&&this.setView(C(i.center),i.zoom,{reset:!0}),this.callInitHooks(),this._zoomAnimated=_e&&ji&&!Gi&&this.options.zoomAnimation,this._zoomAnimated&&(this._createAnimProxy(),mt(this._proxy,de,this._catchTransitionEnd,this)),this._addLayers(this.options.layers)},setView:function(t,e,n){return e=void 0===e?this._zoom:this._limitZoom(e),t=this._limitCenter(C(t),e,this.options.maxBounds),n=n||{},this._stop(),this._loaded&&!n.reset&&!0!==n&&(void 0!==n.animate&&(n.zoom=i({animate:n.animate},n.zoom),n.pan=i({animate:n.animate,duration:n.duration},n.pan)),this._zoom!==e?this._tryAnimatedZoom&&this._tryAnimatedZoom(t,e,n.zoom):this._tryAnimatedPan(t,n.pan))?(clearTimeout(this._sizeTimer),this):(this._resetView(t,e),this)},setZoom:function(t,i){return this._loaded?this.setView(this.getCenter(),t,{zoom:i}):(this._zoom=t,this)},zoomIn:function(t,i){return t=t||(ji?this.options.zoomDelta:1),this.setZoom(this._zoom+t,i)},zoomOut:function(t,i){return t=t||(ji?this.options.zoomDelta:1),this.setZoom(this._zoom-t,i)},setZoomAround:function(t,i,e){var n=this.getZoomScale(i),o=this.getSize().divideBy(2),s=(t instanceof x?t:this.latLngToContainerPoint(t)).subtract(o).multiplyBy(1-1/n),r=this.containerPointToLatLng(o.add(s));return this.setView(r,i,{zoom:e})},_getBoundsCenterZoom:function(t,i){i=i||{},t=t.getBounds?t.getBounds():z(t);var e=w(i.paddingTopLeft||i.padding||[0,0]),n=w(i.paddingBottomRight||i.padding||[0,0]),o=this.getBoundsZoom(t,!1,e.add(n));if((o="number"==typeof i.maxZoom?Math.min(i.maxZoom,o):o)===1/0)return{center:t.getCenter(),zoom:o};var s=n.subtract(e).divideBy(2),r=this.project(t.getSouthWest(),o),a=this.project(t.getNorthEast(),o);return{center:this.unproject(r.add(a).divideBy(2).add(s),o),zoom:o}},fitBounds:function(t,i){if(!(t=z(t)).isValid())throw new Error("Bounds are not valid.");var e=this._getBoundsCenterZoom(t,i);return this.setView(e.center,e.zoom,i)},fitWorld:function(t){return this.fitBounds([[-90,-180],[90,180]],t)},panTo:function(t,i){return this.setView(t,this._zoom,{pan:i})},panBy:function(t,i){if(t=w(t).round(),i=i||{},!t.x&&!t.y)return this.fire("moveend");if(!0!==i.animate&&!this.getSize().contains(t))return this._resetView(this.unproject(this.project(this.getCenter()).add(t)),this.getZoom()),this;if(this._panAnim||(this._panAnim=new Le,this._panAnim.on({step:this._onPanTransitionStep,end:this._onPanTransitionEnd},this)),i.noMoveStart||this.fire("movestart"),!1!==i.animate){Q(this._mapPane,"leaflet-pan-anim");var e=this._getMapPanePos().subtract(t).round();this._panAnim.run(this._mapPane,e,i.duration||.25,i.easeLinearity)}else this._rawPanBy(t),this.fire("move").fire("moveend");return this},flyTo:function(t,i,e){function n(t){var i=(g*g-m*m+(t?-1:1)*x*x*v*v)/(2*(t?g:m)*x*v),e=Math.sqrt(i*i+1)-i;return e<1e-9?-18:Math.log(e)}function o(t){return(Math.exp(t)-Math.exp(-t))/2}function s(t){return(Math.exp(t)+Math.exp(-t))/2}function r(t){return o(t)/s(t)}function a(t){return m*(s(w)/s(w+y*t))}function h(t){return m*(s(w)*r(w+y*t)-o(w))/x}function u(t){return 1-Math.pow(1-t,1.5)}function l(){var e=(Date.now()-P)/b,n=u(e)*L;e<=1?(this._flyToFrame=f(l,this),this._move(this.unproject(c.add(_.subtract(c).multiplyBy(h(n)/v)),p),this.getScaleZoom(m/a(n),p),{flyTo:!0})):this._move(t,i)._moveEnd(!0)}if(!1===(e=e||{}).animate||!ji)return this.setView(t,i,e);this._stop();var c=this.project(this.getCenter()),_=this.project(t),d=this.getSize(),p=this._zoom;t=C(t),i=void 0===i?p:i;var m=Math.max(d.x,d.y),g=m*this.getZoomScale(p,i),v=_.distanceTo(c)||1,y=1.42,x=y*y,w=n(0),P=Date.now(),L=(n(1)-w)/y,b=e.duration?1e3*e.duration:1e3*L*.8;return this._moveStart(!0,e.noMoveStart),l.call(this),this},flyToBounds:function(t,i){var e=this._getBoundsCenterZoom(t,i);return this.flyTo(e.center,e.zoom,i)},setMaxBounds:function(t){return(t=z(t)).isValid()?(this.options.maxBounds&&this.off("moveend",this._panInsideMaxBounds),this.options.maxBounds=t,this._loaded&&this._panInsideMaxBounds(),this.on("moveend",this._panInsideMaxBounds)):(this.options.maxBounds=null,this.off("moveend",this._panInsideMaxBounds))},setMinZoom:function(t){var i=this.options.minZoom;return this.options.minZoom=t,this._loaded&&i!==t&&(this.fire("zoomlevelschange"),this.getZoom()<this.options.minZoom)?this.setZoom(t):this},setMaxZoom:function(t){var i=this.options.maxZoom;return this.options.maxZoom=t,this._loaded&&i!==t&&(this.fire("zoomlevelschange"),this.getZoom()>this.options.maxZoom)?this.setZoom(t):this},panInsideBounds:function(t,i){this._enforcingBounds=!0;var e=this.getCenter(),n=this._limitCenter(e,this._zoom,z(t));return e.equals(n)||this.panTo(n,i),this._enforcingBounds=!1,this},panInside:function(t,i){var e=w((i=i||{}).paddingTopLeft||i.padding||[0,0]),n=w(i.paddingBottomRight||i.padding||[0,0]),o=this.getCenter(),s=this.project(o),r=this.project(t),a=this.getPixelBounds(),h=a.getSize().divideBy(2),u=b([a.min.add(e),a.max.subtract(n)]);if(!u.contains(r)){this._enforcingBounds=!0;var l=s.subtract(r),c=w(r.x+l.x,r.y+l.y);(r.x<u.min.x||r.x>u.max.x)&&(c.x=s.x-l.x,l.x>0?c.x+=h.x-e.x:c.x-=h.x-n.x),(r.y<u.min.y||r.y>u.max.y)&&(c.y=s.y-l.y,l.y>0?c.y+=h.y-e.y:c.y-=h.y-n.y),this.panTo(this.unproject(c),i),this._enforcingBounds=!1}return this},invalidateSize:function(t){if(!this._loaded)return this;t=i({animate:!1,pan:!0},!0===t?{animate:!0}:t);var n=this.getSize();this._sizeChanged=!0,this._lastCenter=null;var o=this.getSize(),s=n.divideBy(2).round(),r=o.divideBy(2).round(),a=s.subtract(r);return a.x||a.y?(t.animate&&t.pan?this.panBy(a):(t.pan&&this._rawPanBy(a),this.fire("move"),t.debounceMoveend?(clearTimeout(this._sizeTimer),this._sizeTimer=setTimeout(e(this.fire,this,"moveend"),200)):this.fire("moveend")),this.fire("resize",{oldSize:n,newSize:o})):this},stop:function(){return this.setZoom(this._limitZoom(this._zoom)),this.options.zoomSnap||this.fire("viewreset"),this._stop()},locate:function(t){if(t=this._locateOptions=i({timeout:1e4,watch:!1},t),!("geolocation"in navigator))return this._handleGeolocationError({code:0,message:"Geolocation not supported."}),this;var n=e(this._handleGeolocationResponse,this),o=e(this._handleGeolocationError,this);return t.watch?this._locationWatchId=navigator.geolocation.watchPosition(n,o,t):navigator.geolocation.getCurrentPosition(n,o,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){var i=t.code,e=t.message||(1===i?"permission denied":2===i?"position unavailable":"timeout");this._locateOptions.setView&&!this._loaded&&this.fitWorld(),this.fire("locationerror",{code:i,message:"Geolocation error: "+e+"."})},_handleGeolocationResponse:function(t){var i=new M(t.coords.latitude,t.coords.longitude),e=i.toBounds(2*t.coords.accuracy),n=this._locateOptions;if(n.setView){var o=this.getBoundsZoom(e);this.setView(i,n.maxZoom?Math.min(o,n.maxZoom):o)}var s={latlng:i,bounds:e,timestamp:t.timestamp};for(var r in t.coords)"number"==typeof t.coords[r]&&(s[r]=t.coords[r]);this.fire("locationfound",s)},addHandler:function(t,i){if(!i)return this;var e=this[t]=new i(this);return this._handlers.push(e),this.options[t]&&e.enable(),this},remove:function(){if(this._initEvents(!0),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(t){this._container._leaflet_id=void 0,this._containerId=void 0}void 0!==this._locationWatchId&&this.stopLocate(),this._stop(),K(this._mapPane),this._clearControlPos&&this._clearControlPos(),this._resizeRequest&&(g(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)K(this._panes[t]);return this._layers=[],this._panes=[],delete this._mapPane,delete this._renderer,this},createPane:function(t,i){var e=G("div","leaflet-pane"+(t?" leaflet-"+t.replace("Pane","")+"-pane":""),i||this._mapPane);return t&&(this._panes[t]=e),e},getCenter:function(){return this._checkIfLoaded(),this._lastCenter&&!this._moved()?this._lastCenter:this.layerPointToLatLng(this._getCenterLayerPoint())},getZoom:function(){return this._zoom},getBounds:function(){var t=this.getPixelBounds();return new T(this.unproject(t.getBottomLeft()),this.unproject(t.getTopRight()))},getMinZoom:function(){return void 0===this.options.minZoom?this._layersMinZoom||0:this.options.minZoom},getMaxZoom:function(){return void 0===this.options.maxZoom?void 0===this._layersMaxZoom?1/0:this._layersMaxZoom:this.options.maxZoom},getBoundsZoom:function(t,i,e){t=z(t),e=w(e||[0,0]);var n=this.getZoom()||0,o=this.getMinZoom(),s=this.getMaxZoom(),r=t.getNorthWest(),a=t.getSouthEast(),h=this.getSize().subtract(e),u=b(this.project(a,n),this.project(r,n)).getSize(),l=ji?this.options.zoomSnap:1,c=h.x/u.x,_=h.y/u.y,d=i?Math.max(c,_):Math.min(c,_);return n=this.getScaleZoom(d,n),l&&(n=Math.round(n/(l/100))*(l/100),n=i?Math.ceil(n/l)*l:Math.floor(n/l)*l),Math.max(o,Math.min(s,n))},getSize:function(){return this._size&&!this._sizeChanged||(this._size=new x(this._container.clientWidth||0,this._container.clientHeight||0),this._sizeChanged=!1),this._size.clone()},getPixelBounds:function(t,i){var e=this._getTopLeftPoint(t,i);return new P(e,e.add(this.getSize()))},getPixelOrigin:function(){return this._checkIfLoaded(),this._pixelOrigin},getPixelWorldBounds:function(t){return this.options.crs.getProjectedBounds(void 0===t?this.getZoom():t)},getPane:function(t){return"string"==typeof t?this._panes[t]:t},getPanes:function(){return this._panes},getContainer:function(){return this._container},getZoomScale:function(t,i){var e=this.options.crs;return i=void 0===i?this._zoom:i,e.scale(t)/e.scale(i)},getScaleZoom:function(t,i){var e=this.options.crs;i=void 0===i?this._zoom:i;var n=e.zoom(t*e.scale(i));return isNaN(n)?1/0:n},project:function(t,i){return i=void 0===i?this._zoom:i,this.options.crs.latLngToPoint(C(t),i)},unproject:function(t,i){return i=void 0===i?this._zoom:i,this.options.crs.pointToLatLng(w(t),i)},layerPointToLatLng:function(t){var i=w(t).add(this.getPixelOrigin());return this.unproject(i)},latLngToLayerPoint:function(t){return this.project(C(t))._round()._subtract(this.getPixelOrigin())},wrapLatLng:function(t){return this.options.crs.wrapLatLng(C(t))},wrapLatLngBounds:function(t){return this.options.crs.wrapLatLngBounds(z(t))},distance:function(t,i){return this.options.crs.distance(C(t),C(i))},containerPointToLayerPoint:function(t){return w(t).subtract(this._getMapPanePos())},layerPointToContainerPoint:function(t){return w(t).add(this._getMapPanePos())},containerPointToLatLng:function(t){var i=this.containerPointToLayerPoint(w(t));return this.layerPointToLatLng(i)},latLngToContainerPoint:function(t){return this.layerPointToContainerPoint(this.latLngToLayerPoint(C(t)))},mouseEventToContainerPoint:function(t){return bt(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 i=this._container=V(t);if(!i)throw new Error("Map container not found.");if(i._leaflet_id)throw new Error("Map container is already initialized.");mt(i,"scroll",this._onScroll,this),this._containerId=n(i)},_initLayout:function(){var t=this._container;this._fadeAnimated=this.options.fadeAnimation&&ji,Q(t,"leaflet-container"+(qi?" leaflet-touch":"")+(Yi?" leaflet-retina":"")+(Li?" leaflet-oldie":"")+(Bi?" leaflet-safari":"")+(this._fadeAnimated?" leaflet-fade-anim":""));var i=q(t,"position");"absolute"!==i&&"relative"!==i&&"fixed"!==i&&(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),at(this._mapPane,new x(0,0)),this.createPane("tilePane"),this.createPane("shadowPane"),this.createPane("overlayPane"),this.createPane("markerPane"),this.createPane("tooltipPane"),this.createPane("popupPane"),this.options.markerZoomAnimation||(Q(t.markerPane,"leaflet-zoom-hide"),Q(t.shadowPane,"leaflet-zoom-hide"))},_resetView:function(t,i){at(this._mapPane,new x(0,0));var e=!this._loaded;this._loaded=!0,i=this._limitZoom(i),this.fire("viewprereset");var n=this._zoom!==i;this._moveStart(n,!1)._move(t,i)._moveEnd(n),this.fire("viewreset"),e&&this.fire("load")},_moveStart:function(t,i){return t&&this.fire("zoomstart"),i||this.fire("movestart"),this},_move:function(t,i,e){void 0===i&&(i=this._zoom);var n=this._zoom!==i;return this._zoom=i,this._lastCenter=t,this._pixelOrigin=this._getNewPixelOrigin(t),(n||e&&e.pinch)&&this.fire("zoom",e),this.fire("move",e)},_moveEnd:function(t){return t&&this.fire("zoomend"),this.fire("moveend")},_stop:function(){return g(this._flyToFrame),this._panAnim&&this._panAnim.stop(),this},_rawPanBy:function(t){at(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[n(this._container)]=this;var i=t?ft:mt;i(this._container,"click dblclick mousedown mouseup mouseover mouseout mousemove contextmenu keypress",this._handleDOMEvent,this),this.options.trackResize&&i(window,"resize",this._onResize,this),ji&&this.options.transform3DLimit&&(t?this.off:this.on).call(this,"moveend",this._onMoveEnd)},_onResize:function(){g(this._resizeRequest),this._resizeRequest=f(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,i){for(var e,o=[],s="mouseout"===i||"mouseover"===i,r=t.target||t.srcElement,a=!1;r;){if((e=this._targets[n(r)])&&("click"===i||"preclick"===i)&&!t._simulated&&this._draggableMoved(e)){a=!0;break}if(e&&e.listens(i,!0)){if(s&&!Ct(r,t))break;if(o.push(e),s)break}if(r===this._container)break;r=r.parentNode}return o.length||a||s||!Ct(r,t)||(o=[this]),o},_handleDOMEvent:function(t){if(this._loaded&&!Mt(t)){var i=t.type;"mousedown"!==i&&"keypress"!==i||ct(t.target||t.srcElement),this._fireDOMEvent(t,i)}},_mouseEvents:["click","dblclick","mouseover","mouseout","contextmenu"],_fireDOMEvent:function(t,e,n){if("click"===t.type){var o=i({},t);o.type="preclick",this._fireDOMEvent(o,o.type,n)}if(!t._stopped&&(n=(n||[]).concat(this._findEventTargets(t,e))).length){var s=n[0];"contextmenu"===e&&s.listens(e,!0)&&Pt(t);var r={originalEvent:t};if("keypress"!==t.type){var a=s.getLatLng&&(!s._radius||s._radius<=10);r.containerPoint=a?this.latLngToContainerPoint(s.getLatLng()):this.mouseEventToContainerPoint(t),r.layerPoint=this.containerPointToLayerPoint(r.containerPoint),r.latlng=a?s.getLatLng():this.layerPointToLatLng(r.layerPoint)}for(var h=0;h<n.length;h++)if(n[h].fire(e,r,!0),r.originalEvent._stopped||!1===n[h].options.bubblingMouseEvents&&-1!==d(this._mouseEvents,e))return}},_draggableMoved:function(t){return(t=t.dragging&&t.dragging.enabled()?t:this).dragging&&t.dragging.moved()||this.boxZoom&&this.boxZoom.moved()},_clearHandlers:function(){for(var t=0,i=this._handlers.length;t<i;t++)this._handlers[t].disable()},whenReady:function(t,i){return this._loaded?t.call(i||this,{target:this}):this.on("load",t,i),this},_getMapPanePos:function(){return ht(this._mapPane)||new x(0,0)},_moved:function(){var t=this._getMapPanePos();return t&&!t.equals([0,0])},_getTopLeftPoint:function(t,i){return(t&&void 0!==i?this._getNewPixelOrigin(t,i):this.getPixelOrigin()).subtract(this._getMapPanePos())},_getNewPixelOrigin:function(t,i){var e=this.getSize()._divideBy(2);return this.project(t,i)._subtract(e)._add(this._getMapPanePos())._round()},_latLngToNewLayerPoint:function(t,i,e){var n=this._getNewPixelOrigin(e,i);return this.project(t,i)._subtract(n)},_latLngBoundsToNewLayerBounds:function(t,i,e){var n=this._getNewPixelOrigin(e,i);return b([this.project(t.getSouthWest(),i)._subtract(n),this.project(t.getNorthWest(),i)._subtract(n),this.project(t.getSouthEast(),i)._subtract(n),this.project(t.getNorthEast(),i)._subtract(n)])},_getCenterLayerPoint:function(){return this.containerPointToLayerPoint(this.getSize()._divideBy(2))},_getCenterOffset:function(t){return this.latLngToLayerPoint(t).subtract(this._getCenterLayerPoint())},_limitCenter:function(t,i,e){if(!e)return t;var n=this.project(t,i),o=this.getSize().divideBy(2),s=new P(n.subtract(o),n.add(o)),r=this._getBoundsOffset(s,e,i);return r.round().equals([0,0])?t:this.unproject(n.add(r),i)},_limitOffset:function(t,i){if(!i)return t;var e=this.getPixelBounds(),n=new P(e.min.add(t),e.max.add(t));return t.add(this._getBoundsOffset(n,i))},_getBoundsOffset:function(t,i,e){var n=b(this.project(i.getNorthEast(),e),this.project(i.getSouthWest(),e)),o=n.min.subtract(t.min),s=n.max.subtract(t.max);return new x(this._rebound(o.x,-s.x),this._rebound(o.y,-s.y))},_rebound:function(t,i){return t+i>0?Math.round(t-i)/2:Math.max(0,Math.ceil(t))-Math.max(0,Math.floor(i))},_limitZoom:function(t){var i=this.getMinZoom(),e=this.getMaxZoom(),n=ji?this.options.zoomSnap:1;return n&&(t=Math.round(t/n)*n),Math.max(i,Math.min(e,t))},_onPanTransitionStep:function(){this.fire("move")},_onPanTransitionEnd:function(){tt(this._mapPane,"leaflet-pan-anim"),this.fire("moveend")},_tryAnimatedPan:function(t,i){var e=this._getCenterOffset(t)._trunc();return!(!0!==(i&&i.animate)&&!this.getSize().contains(e))&&(this.panBy(e,i),!0)},_createAnimProxy:function(){var t=this._proxy=G("div","leaflet-proxy leaflet-zoom-animated");this._panes.mapPane.appendChild(t),this.on("zoomanim",function(t){var i=ce,e=this._proxy.style[i];rt(this._proxy,this.project(t.center,t.zoom),this.getZoomScale(t.zoom,1)),e===this._proxy.style[i]&&this._animatingZoom&&this._onZoomTransitionEnd()},this),this.on("load moveend",function(){var t=this.getCenter(),i=this.getZoom();rt(this._proxy,this.project(t,i),this.getZoomScale(i,1))},this),this._on("unload",this._destroyAnimProxy,this)},_destroyAnimProxy:function(){K(this._proxy),delete this._proxy},_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,i,e){if(this._animatingZoom)return!0;if(e=e||{},!this._zoomAnimated||!1===e.animate||this._nothingToAnimate()||Math.abs(i-this._zoom)>this.options.zoomAnimationThreshold)return!1;var n=this.getZoomScale(i),o=this._getCenterOffset(t)._divideBy(1-1/n);return!(!0!==e.animate&&!this.getSize().contains(o))&&(f(function(){this._moveStart(!0,!1)._animateZoom(t,i,!0)},this),!0)},_animateZoom:function(t,i,n,o){this._mapPane&&(n&&(this._animatingZoom=!0,this._animateToCenter=t,this._animateToZoom=i,Q(this._mapPane,"leaflet-zoom-anim")),this.fire("zoomanim",{center:t,zoom:i,noUpdate:o}),setTimeout(e(this._onZoomTransitionEnd,this),250))},_onZoomTransitionEnd:function(){this._animatingZoom&&(this._mapPane&&tt(this._mapPane,"leaflet-zoom-anim"),this._animatingZoom=!1,this._move(this._animateToCenter,this._animateToZoom),f(function(){this._moveEnd(!0)},this))}}),Te=v.extend({options:{position:"topright"},initialize:function(t){l(this,t)},getPosition:function(){return this.options.position},setPosition:function(t){var i=this._map;return i&&i.removeControl(this),this.options.position=t,i&&i.addControl(this),this},getContainer:function(){return this._container},addTo:function(t){this.remove(),this._map=t;var i=this._container=this.onAdd(t),e=this.getPosition(),n=t._controlCorners[e];return Q(i,"leaflet-control"),-1!==e.indexOf("bottom")?n.insertBefore(i,n.firstChild):n.appendChild(i),this},remove:function(){return this._map?(K(this._container),this.onRemove&&this.onRemove(this._map),this._map=null,this):this},_refocusOnMap:function(t){this._map&&t&&t.screenX>0&&t.screenY>0&&this._map.getContainer().focus()}}),ze=function(t){return new Te(t)};be.include({addControl:function(t){return t.addTo(this),this},removeControl:function(t){return t.remove(),this},_initControlPos:function(){function t(t,o){var s=e+t+" "+e+o;i[t+o]=G("div",s,n)}var i=this._controlCorners={},e="leaflet-",n=this._controlContainer=G("div",e+"control-container",this._container);t("top","left"),t("top","right"),t("bottom","left"),t("bottom","right")},_clearControlPos:function(){for(var t in this._controlCorners)K(this._controlCorners[t]);K(this._controlContainer),delete this._controlCorners,delete this._controlContainer}});var Me=Te.extend({options:{collapsed:!0,position:"topright",autoZIndex:!0,hideSingleBase:!1,sortLayers:!1,sortFunction:function(t,i,e,n){return e<n?-1:n<e?1:0}},initialize:function(t,i,e){l(this,e),this._layerControlInputs=[],this._layers=[],this._lastZIndex=0,this._handlingClick=!1;for(var n in t)this._addLayer(t[n],n);for(n in i)this._addLayer(i[n],n,!0)},onAdd:function(t){this._initLayout(),this._update(),this._map=t,t.on("zoomend",this._checkDisabledLayers,this);for(var i=0;i<this._layers.length;i++)this._layers[i].layer.on("add remove",this._onLayerChange,this);return this._container},addTo:function(t){return Te.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,i){return this._addLayer(t,i),this._map?this._update():this},addOverlay:function(t,i){return this._addLayer(t,i,!0),this._map?this._update():this},removeLayer:function(t){t.off("add remove",this._onLayerChange,this);var i=this._getLayer(n(t));return i&&this._layers.splice(this._layers.indexOf(i),1),this._map?this._update():this},expand:function(){Q(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?(Q(this._section,"leaflet-control-layers-scrollbar"),this._section.style.height=t+"px"):tt(this._section,"leaflet-control-layers-scrollbar"),this._checkDisabledLayers(),this},collapse:function(){return tt(this._container,"leaflet-control-layers-expanded"),this},_initLayout:function(){var t="leaflet-control-layers",i=this._container=G("div",t),e=this.options.collapsed;i.setAttribute("aria-haspopup",!0),wt(i),xt(i);var n=this._section=G("section",t+"-list");e&&(this._map.on("click",this.collapse,this),zi||mt(i,{mouseenter:this.expand,mouseleave:this.collapse},this));var o=this._layersLink=G("a",t+"-toggle",i);o.href="#",o.title="Layers",qi?(mt(o,"click",Lt),mt(o,"click",this.expand,this)):mt(o,"focus",this.expand,this),e||this.expand(),this._baseLayersList=G("div",t+"-base",n),this._separator=G("div",t+"-separator",n),this._overlaysList=G("div",t+"-overlays",n),i.appendChild(n)},_getLayer:function(t){for(var i=0;i<this._layers.length;i++)if(this._layers[i]&&n(this._layers[i].layer)===t)return this._layers[i]},_addLayer:function(t,i,n){this._map&&t.on("add remove",this._onLayerChange,this),this._layers.push({layer:t,name:i,overlay:n}),this.options.sortLayers&&this._layers.sort(e(function(t,i){return this.options.sortFunction(t.layer,i.layer,t.name,i.name)},this)),this.options.autoZIndex&&t.setZIndex&&(this._lastZIndex++,t.setZIndex(this._lastZIndex)),this._expandIfNotCollapsed()},_update:function(){if(!this._container)return this;Y(this._baseLayersList),Y(this._overlaysList),this._layerControlInputs=[];var t,i,e,n,o=0;for(e=0;e<this._layers.length;e++)n=this._layers[e],this._addItem(n),i=i||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=i&&t?"":"none",this},_onLayerChange:function(t){this._handlingClick||this._update();var i=this._getLayer(n(t.target)),e=i.overlay?"add"===t.type?"overlayadd":"overlayremove":"add"===t.type?"baselayerchange":null;e&&this._map.fire(e,i)},_createRadioElement:function(t,i){var e='<input type="radio" class="leaflet-control-layers-selector" name="'+t+'"'+(i?' checked="checked"':"")+"/>",n=document.createElement("div");return n.innerHTML=e,n.firstChild},_addItem:function(t){var i,e=document.createElement("label"),o=this._map.hasLayer(t.layer);t.overlay?((i=document.createElement("input")).type="checkbox",i.className="leaflet-control-layers-selector",i.defaultChecked=o):i=this._createRadioElement("leaflet-base-layers",o),this._layerControlInputs.push(i),i.layerId=n(t.layer),mt(i,"click",this._onInputClick,this);var s=document.createElement("span");s.innerHTML=" "+t.name;var r=document.createElement("div");return e.appendChild(r),r.appendChild(i),r.appendChild(s),(t.overlay?this._overlaysList:this._baseLayersList).appendChild(e),this._checkDisabledLayers(),e},_onInputClick:function(){var t,i,e=this._layerControlInputs,n=[],o=[];this._handlingClick=!0;for(var s=e.length-1;s>=0;s--)t=e[s],i=this._getLayer(t.layerId).layer,t.checked?n.push(i):t.checked||o.push(i);for(s=0;s<o.length;s++)this._map.hasLayer(o[s])&&this._map.removeLayer(o[s]);for(s=0;s<n.length;s++)this._map.hasLayer(n[s])||this._map.addLayer(n[s]);this._handlingClick=!1,this._refocusOnMap()},_checkDisabledLayers:function(){for(var t,i,e=this._layerControlInputs,n=this._map.getZoom(),o=e.length-1;o>=0;o--)t=e[o],i=this._getLayer(t.layerId).layer,t.disabled=void 0!==i.options.minZoom&&n<i.options.minZoom||void 0!==i.options.maxZoom&&n>i.options.maxZoom},_expandIfNotCollapsed:function(){return this._map&&!this.options.collapsed&&this.expand(),this},_expand:function(){return this.expand()},_collapse:function(){return this.collapse()}}),Ce=Te.extend({options:{position:"topleft",zoomInText:"+",zoomInTitle:"Zoom in",zoomOutText:"&#x2212;",zoomOutTitle:"Zoom out"},onAdd:function(t){var i="leaflet-control-zoom",e=G("div",i+" leaflet-bar"),n=this.options;return this._zoomInButton=this._createButton(n.zoomInText,n.zoomInTitle,i+"-in",e,this._zoomIn),this._zoomOutButton=this._createButton(n.zoomOutText,n.zoomOutTitle,i+"-out",e,this._zoomOut),this._updateDisabled(),t.on("zoomend zoomlevelschange",this._updateDisabled,this),e},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,i,e,n,o){var s=G("a",e,n);return s.innerHTML=t,s.href="#",s.title=i,s.setAttribute("role","button"),s.setAttribute("aria-label",i),wt(s),mt(s,"click",Lt),mt(s,"click",o,this),mt(s,"click",this._refocusOnMap,this),s},_updateDisabled:function(){var t=this._map,i="leaflet-disabled";tt(this._zoomInButton,i),tt(this._zoomOutButton,i),(this._disabled||t._zoom===t.getMinZoom())&&Q(this._zoomOutButton,i),(this._disabled||t._zoom===t.getMaxZoom())&&Q(this._zoomInButton,i)}});be.mergeOptions({zoomControl:!0}),be.addInitHook(function(){this.options.zoomControl&&(this.zoomControl=new Ce,this.addControl(this.zoomControl))});var Se=Te.extend({options:{position:"bottomleft",maxWidth:100,metric:!0,imperial:!0},onAdd:function(t){var i=G("div","leaflet-control-scale"),e=this.options;return this._addScales(e,"leaflet-control-scale-line",i),t.on(e.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,i,e){t.metric&&(this._mScale=G("div",i,e)),t.imperial&&(this._iScale=G("div",i,e))},_update:function(){var t=this._map,i=t.getSize().y/2,e=t.distance(t.containerPointToLatLng([0,i]),t.containerPointToLatLng([this.options.maxWidth,i]));this._updateScales(e)},_updateScales:function(t){this.options.metric&&t&&this._updateMetric(t),this.options.imperial&&t&&this._updateImperial(t)},_updateMetric:function(t){var i=this._getRoundNum(t),e=i<1e3?i+" m":i/1e3+" km";this._updateScale(this._mScale,e,i/t)},_updateImperial:function(t){var i,e,n,o=3.2808399*t;o>5280?(i=o/5280,e=this._getRoundNum(i),this._updateScale(this._iScale,e+" mi",e/i)):(n=this._getRoundNum(o),this._updateScale(this._iScale,n+" ft",n/o))},_updateScale:function(t,i,e){t.style.width=Math.round(this.options.maxWidth*e)+"px",t.innerHTML=i},_getRoundNum:function(t){var i=Math.pow(10,(Math.floor(t)+"").length-1),e=t/i;return e=e>=10?10:e>=5?5:e>=3?3:e>=2?2:1,i*e}}),Ze=Te.extend({options:{position:"bottomright",prefix:'<a href="http://leafletjs.com" title="A JS library for interactive maps">Leaflet</a>'},initialize:function(t){l(this,t),this._attributions={}},onAdd:function(t){t.attributionControl=this,this._container=G("div","leaflet-control-attribution"),wt(this._container);for(var i in t._layers)t._layers[i].getAttribution&&this.addAttribution(t._layers[i].getAttribution());return this._update(),this._container},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 i in this._attributions)this._attributions[i]&&t.push(i);var e=[];this.options.prefix&&e.push(this.options.prefix),t.length&&e.push(t.join(", ")),this._container.innerHTML=e.join(" | ")}}});be.mergeOptions({attributionControl:!0}),be.addInitHook(function(){this.options.attributionControl&&(new Ze).addTo(this)});Te.Layers=Me,Te.Zoom=Ce,Te.Scale=Se,Te.Attribution=Ze,ze.layers=function(t,i,e){return new Me(t,i,e)},ze.zoom=function(t){return new Ce(t)},ze.scale=function(t){return new Se(t)},ze.attribution=function(t){return new Ze(t)};var Ee=v.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}});Ee.addTo=function(t,i){return t.addHandler(i,this),this};var ke,Be={Events:li},Ae=qi?"touchstart mousedown":"mousedown",Ie={mousedown:"mouseup",touchstart:"touchend",pointerdown:"touchend",MSPointerDown:"touchend"},Oe={mousedown:"mousemove",touchstart:"touchmove",pointerdown:"touchmove",MSPointerDown:"touchmove"},Re=ci.extend({options:{clickTolerance:3},initialize:function(t,i,e,n){l(this,n),this._element=t,this._dragStartTarget=i||t,this._preventOutline=e},enable:function(){this._enabled||(mt(this._dragStartTarget,Ae,this._onDown,this),this._enabled=!0)},disable:function(){this._enabled&&(Re._dragging===this&&this.finishDrag(),ft(this._dragStartTarget,Ae,this._onDown,this),this._enabled=!1,this._moved=!1)},_onDown:function(t){if(!t._simulated&&this._enabled&&(this._moved=!1,!$(this._element,"leaflet-zoom-anim")&&!(Re._dragging||t.shiftKey||1!==t.which&&1!==t.button&&!t.touches||(Re._dragging=this,this._preventOutline&&ct(this._element),ut(),fi(),this._moving)))){this.fire("down");var i=t.touches?t.touches[0]:t,e=dt(this._element);this._startPoint=new x(i.clientX,i.clientY),this._parentScale=pt(e),mt(document,Oe[t.type],this._onMove,this),mt(document,Ie[t.type],this._onUp,this)}},_onMove:function(t){if(!t._simulated&&this._enabled)if(t.touches&&t.touches.length>1)this._moved=!0;else{var i=t.touches&&1===t.touches.length?t.touches[0]:t,e=new x(i.clientX,i.clientY)._subtract(this._startPoint);(e.x||e.y)&&(Math.abs(e.x)+Math.abs(e.y)<this.options.clickTolerance||(e.x/=this._parentScale.x,e.y/=this._parentScale.y,Pt(t),this._moved||(this.fire("dragstart"),this._moved=!0,this._startPos=ht(this._element).subtract(e),Q(document.body,"leaflet-dragging"),this._lastTarget=t.target||t.srcElement,window.SVGElementInstance&&this._lastTarget instanceof SVGElementInstance&&(this._lastTarget=this._lastTarget.correspondingUseElement),Q(this._lastTarget,"leaflet-drag-target")),this._newPos=this._startPos.add(e),this._moving=!0,g(this._animRequest),this._lastEvent=t,this._animRequest=f(this._updatePosition,this,!0)))}},_updatePosition:function(){var t={originalEvent:this._lastEvent};this.fire("predrag",t),at(this._element,this._newPos),this.fire("drag",t)},_onUp:function(t){!t._simulated&&this._enabled&&this.finishDrag()},finishDrag:function(){tt(document.body,"leaflet-dragging"),this._lastTarget&&(tt(this._lastTarget,"leaflet-drag-target"),this._lastTarget=null);for(var t in Oe)ft(document,Oe[t],this._onMove,this),ft(document,Ie[t],this._onUp,this);lt(),gi(),this._moved&&this._moving&&(g(this._animRequest),this.fire("dragend",{distance:this._newPos.distanceTo(this._startPos)})),this._moving=!1,Re._dragging=!1}}),Ne=(Object.freeze||Object)({simplify:Zt,pointToSegmentDistance:Et,closestPointOnSegment:function(t,i,e){return Dt(t,i,e)},clipSegment:It,_getEdgeIntersection:Ot,_getBitCode:Rt,_sqClosestPointOnSegment:Dt,isFlat:jt,_flat:Wt}),De=(Object.freeze||Object)({clipPolygon:Ht}),je={project:function(t){return new x(t.lng,t.lat)},unproject:function(t){return new M(t.y,t.x)},bounds:new P([-180,-90],[180,90])},We={R:6378137,R_MINOR:6356752.314245179,bounds:new P([-20037508.34279,-15496570.73972],[20037508.34279,18764656.23138]),project:function(t){var i=Math.PI/180,e=this.R,n=t.lat*i,o=this.R_MINOR/e,s=Math.sqrt(1-o*o),r=s*Math.sin(n),a=Math.tan(Math.PI/4-n/2)/Math.pow((1-r)/(1+r),s/2);return n=-e*Math.log(Math.max(a,1e-10)),new x(t.lng*i*e,n)},unproject:function(t){for(var i,e=180/Math.PI,n=this.R,o=this.R_MINOR/n,s=Math.sqrt(1-o*o),r=Math.exp(-t.y/n),a=Math.PI/2-2*Math.atan(r),h=0,u=.1;h<15&&Math.abs(u)>1e-7;h++)i=s*Math.sin(a),i=Math.pow((1-i)/(1+i),s/2),a+=u=Math.PI/2-2*Math.atan(r*i)-a;return new M(a*e,t.x*e/n)}},He=(Object.freeze||Object)({LonLat:je,Mercator:We,SphericalMercator:mi}),Fe=i({},pi,{code:"EPSG:3395",projection:We,transformation:function(){var t=.5/(Math.PI*We.R);return Z(t,.5,-t,.5)}()}),Ue=i({},pi,{code:"EPSG:4326",projection:je,transformation:Z(1/180,1,-1/180,.5)}),Ve=i({},di,{projection:je,transformation:Z(1,0,-1,0),scale:function(t){return Math.pow(2,t)},zoom:function(t){return Math.log(t)/Math.LN2},distance:function(t,i){var e=i.lng-t.lng,n=i.lat-t.lat;return Math.sqrt(e*e+n*n)},infinite:!0});di.Earth=pi,di.EPSG3395=Fe,di.EPSG3857=yi,di.EPSG900913=xi,di.EPSG4326=Ue,di.Simple=Ve;var qe=ci.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[n(t)]=this,this},removeInteractiveTarget:function(t){return delete this._map._targets[n(t)],this},getAttribution:function(){return this.options.attribution},_layerAdd:function(t){var i=t.target;if(i.hasLayer(this)){if(this._map=i,this._zoomAnimated=i._zoomAnimated,this.getEvents){var e=this.getEvents();i.on(e,this),this.once("remove",function(){i.off(e,this)},this)}this.onAdd(i),this.getAttribution&&i.attributionControl&&i.attributionControl.addAttribution(this.getAttribution()),this.fire("add"),i.fire("layeradd",{layer:this})}}});be.include({addLayer:function(t){if(!t._layerAdd)throw new Error("The provided object is not a Layer.");var i=n(t);return this._layers[i]?this:(this._layers[i]=t,t._mapToAdd=this,t.beforeAdd&&t.beforeAdd(this),this.whenReady(t._layerAdd,t),this)},removeLayer:function(t){var i=n(t);return this._layers[i]?(this._loaded&&t.onRemove(this),t.getAttribution&&this.attributionControl&&this.attributionControl.removeAttribution(t.getAttribution()),delete this._layers[i],this._loaded&&(this.fire("layerremove",{layer:t}),t.fire("remove")),t._map=t._mapToAdd=null,this):this},hasLayer:function(t){return!!t&&n(t)in this._layers},eachLayer:function(t,i){for(var e in this._layers)t.call(i,this._layers[e]);return this},_addLayers:function(t){for(var i=0,e=(t=t?oi(t)?t:[t]:[]).length;i<e;i++)this.addLayer(t[i])},_addZoomLimit:function(t){!isNaN(t.options.maxZoom)&&isNaN(t.options.minZoom)||(this._zoomBoundLayers[n(t)]=t,this._updateZoomLevels())},_removeZoomLimit:function(t){var i=n(t);this._zoomBoundLayers[i]&&(delete this._zoomBoundLayers[i],this._updateZoomLevels())},_updateZoomLevels:function(){var t=1/0,i=-1/0,e=this._getZoomSpan();for(var n in this._zoomBoundLayers){var o=this._zoomBoundLayers[n].options;t=void 0===o.minZoom?t:Math.min(t,o.minZoom),i=void 0===o.maxZoom?i:Math.max(i,o.maxZoom)}this._layersMaxZoom=i===-1/0?void 0:i,this._layersMinZoom=t===1/0?void 0:t,e!==this._getZoomSpan()&&this.fire("zoomlevelschange"),void 0===this.options.maxZoom&&this._layersMaxZoom&&this.getZoom()>this._layersMaxZoom&&this.setZoom(this._layersMaxZoom),void 0===this.options.minZoom&&this._layersMinZoom&&this.getZoom()<this._layersMinZoom&&this.setZoom(this._layersMinZoom)}});var Ge=qe.extend({initialize:function(t,i){l(this,i),this._layers={};var e,n;if(t)for(e=0,n=t.length;e<n;e++)this.addLayer(t[e])},addLayer:function(t){var i=this.getLayerId(t);return this._layers[i]=t,this._map&&this._map.addLayer(t),this},removeLayer:function(t){var i=t in this._layers?t:this.getLayerId(t);return this._map&&this._layers[i]&&this._map.removeLayer(this._layers[i]),delete this._layers[i],this},hasLayer:function(t){return!!t&&(t in this._layers||this.getLayerId(t)in this._layers)},clearLayers:function(){return this.eachLayer(this.removeLayer,this)},invoke:function(t){var i,e,n=Array.prototype.slice.call(arguments,1);for(i in this._layers)(e=this._layers[i])[t]&&e[t].apply(e,n);return this},onAdd:function(t){this.eachLayer(t.addLayer,t)},onRemove:function(t){this.eachLayer(t.removeLayer,t)},eachLayer:function(t,i){for(var e in this._layers)t.call(i,this._layers[e]);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 n(t)}}),Ke=Ge.extend({addLayer:function(t){return this.hasLayer(t)?this:(t.addEventParent(this),Ge.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),Ge.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 T;for(var i in this._layers){var e=this._layers[i];t.extend(e.getBounds?e.getBounds():e.getLatLng())}return t}}),Ye=v.extend({options:{popupAnchor:[0,0],tooltipAnchor:[0,0]},initialize:function(t){l(this,t)},createIcon:function(t){return this._createIcon("icon",t)},createShadow:function(t){return this._createIcon("shadow",t)},_createIcon:function(t,i){var e=this._getIconUrl(t);if(!e){if("icon"===t)throw new Error("iconUrl not set in Icon options (see the docs).");return null}var n=this._createImg(e,i&&"IMG"===i.tagName?i:null);return this._setIconStyles(n,t),n},_setIconStyles:function(t,i){var e=this.options,n=e[i+"Size"];"number"==typeof n&&(n=[n,n]);var o=w(n),s=w("shadow"===i&&e.shadowAnchor||e.iconAnchor||o&&o.divideBy(2,!0));t.className="leaflet-marker-"+i+" "+(e.className||""),s&&(t.style.marginLeft=-s.x+"px",t.style.marginTop=-s.y+"px"),o&&(t.style.width=o.x+"px",t.style.height=o.y+"px")},_createImg:function(t,i){return i=i||document.createElement("img"),i.src=t,i},_getIconUrl:function(t){return Yi&&this.options[t+"RetinaUrl"]||this.options[t+"Url"]}}),Xe=Ye.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 Xe.imagePath||(Xe.imagePath=this._detectIconPath()),(this.options.imagePath||Xe.imagePath)+Ye.prototype._getIconUrl.call(this,t)},_detectIconPath:function(){var t=G("div","leaflet-default-icon-path",document.body),i=q(t,"background-image")||q(t,"backgroundImage");return document.body.removeChild(t),i=null===i||0!==i.indexOf("url")?"":i.replace(/^url\(["']?/,"").replace(/marker-icon\.png["']?\)$/,"")}}),Je=Ee.extend({initialize:function(t){this._marker=t},addHooks:function(){var t=this._marker._icon;this._draggable||(this._draggable=new Re(t,t,!0)),this._draggable.on({dragstart:this._onDragStart,predrag:this._onPreDrag,drag:this._onDrag,dragend:this._onDragEnd},this).enable(),Q(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&&tt(this._marker._icon,"leaflet-marker-draggable")},moved:function(){return this._draggable&&this._draggable._moved},_adjustPan:function(t){var i=this._marker,e=i._map,n=this._marker.options.autoPanSpeed,o=this._marker.options.autoPanPadding,s=ht(i._icon),r=e.getPixelBounds(),a=e.getPixelOrigin(),h=b(r.min._subtract(a).add(o),r.max._subtract(a).subtract(o));if(!h.contains(s)){var u=w((Math.max(h.max.x,s.x)-h.max.x)/(r.max.x-h.max.x)-(Math.min(h.min.x,s.x)-h.min.x)/(r.min.x-h.min.x),(Math.max(h.max.y,s.y)-h.max.y)/(r.max.y-h.max.y)-(Math.min(h.min.y,s.y)-h.min.y)/(r.min.y-h.min.y)).multiplyBy(n);e.panBy(u,{animate:!1}),this._draggable._newPos._add(u),this._draggable._startPos._add(u),at(i._icon,this._draggable._newPos),this._onDrag(t),this._panRequest=f(this._adjustPan.bind(this,t))}},_onDragStart:function(){this._oldLatLng=this._marker.getLatLng(),this._marker.closePopup().fire("movestart").fire("dragstart")},_onPreDrag:function(t){this._marker.options.autoPan&&(g(this._panRequest),this._panRequest=f(this._adjustPan.bind(this,t)))},_onDrag:function(t){var i=this._marker,e=i._shadow,n=ht(i._icon),o=i._map.layerPointToLatLng(n);e&&at(e,n),i._latlng=o,t.latlng=o,t.oldLatLng=this._oldLatLng,i.fire("move",t).fire("drag",t)},_onDragEnd:function(t){g(this._panRequest),delete this._oldLatLng,this._marker.fire("moveend").fire("dragend",t)}}),$e=qe.extend({options:{icon:new Xe,interactive:!0,keyboard:!0,title:"",alt:"",zIndexOffset:0,opacity:1,riseOnHover:!1,riseOffset:250,pane:"markerPane",bubblingMouseEvents:!1,draggable:!1,autoPan:!1,autoPanPadding:[50,50],autoPanSpeed:10},initialize:function(t,i){l(this,i),this._latlng=C(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 i=this._latlng;return this._latlng=C(t),this.update(),this.fire("move",{oldLatLng:i,latlng:this._latlng})},setZIndexOffset:function(t){return this.options.zIndexOffset=t,this.update()},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,i="leaflet-zoom-"+(this._zoomAnimated?"animated":"hide"),e=t.icon.createIcon(this._icon),n=!1;e!==this._icon&&(this._icon&&this._removeIcon(),n=!0,t.title&&(e.title=t.title),"IMG"===e.tagName&&(e.alt=t.alt||"")),Q(e,i),t.keyboard&&(e.tabIndex="0"),this._icon=e,t.riseOnHover&&this.on({mouseover:this._bringToFront,mouseout:this._resetZIndex});var o=t.icon.createShadow(this._shadow),s=!1;o!==this._shadow&&(this._removeShadow(),s=!0),o&&(Q(o,i),o.alt=""),this._shadow=o,t.opacity<1&&this._updateOpacity(),n&&this.getPane().appendChild(this._icon),this._initInteraction(),o&&s&&this.getPane("shadowPane").appendChild(this._shadow)},_removeIcon:function(){this.options.riseOnHover&&this.off({mouseover:this._bringToFront,mouseout:this._resetZIndex}),K(this._icon),this.removeInteractiveTarget(this._icon),this._icon=null},_removeShadow:function(){this._shadow&&K(this._shadow),this._shadow=null},_setPos:function(t){at(this._icon,t),this._shadow&&at(this._shadow,t),this._zIndex=t.y+this.options.zIndexOffset,this._resetZIndex()},_updateZIndex:function(t){this._icon.style.zIndex=this._zIndex+t},_animateZoom:function(t){var i=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center).round();this._setPos(i)},_initInteraction:function(){if(this.options.interactive&&(Q(this._icon,"leaflet-interactive"),this.addInteractiveTarget(this._icon),Je)){var t=this.options.draggable;this.dragging&&(t=this.dragging.enabled(),this.dragging.disable()),this.dragging=new Je(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;nt(this._icon,t),this._shadow&&nt(this._shadow,t)},_bringToFront:function(){this._updateZIndex(this.options.riseOffset)},_resetZIndex:function(){this._updateZIndex(0)},_getPopupAnchor:function(){return this.options.icon.options.popupAnchor},_getTooltipAnchor:function(){return this.options.icon.options.tooltipAnchor}}),Qe=qe.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 l(this,t),this._renderer&&this._renderer._updateStyle(this),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}}),tn=Qe.extend({options:{fill:!0,radius:10},initialize:function(t,i){l(this,i),this._latlng=C(t),this._radius=this.options.radius},setLatLng:function(t){return this._latlng=C(t),this.redraw(),this.fire("move",{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 i=t&&t.radius||this._radius;return Qe.prototype.setStyle.call(this,t),this.setRadius(i),this},_project:function(){this._point=this._map.latLngToLayerPoint(this._latlng),this._updateBounds()},_updateBounds:function(){var t=this._radius,i=this._radiusY||t,e=this._clickTolerance(),n=[t+e,i+e];this._pxBounds=new P(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()}}),en=tn.extend({initialize:function(t,e,n){if("number"==typeof e&&(e=i({},n,{radius:e})),l(this,e),this._latlng=C(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 T(this._map.layerPointToLatLng(this._point.subtract(t)),this._map.layerPointToLatLng(this._point.add(t)))},setStyle:Qe.prototype.setStyle,_project:function(){var t=this._latlng.lng,i=this._latlng.lat,e=this._map,n=e.options.crs;if(n.distance===pi.distance){var o=Math.PI/180,s=this._mRadius/pi.R/o,r=e.project([i+s,t]),a=e.project([i-s,t]),h=r.add(a).divideBy(2),u=e.unproject(h).lat,l=Math.acos((Math.cos(s*o)-Math.sin(i*o)*Math.sin(u*o))/(Math.cos(i*o)*Math.cos(u*o)))/o;(isNaN(l)||0===l)&&(l=s/Math.cos(Math.PI/180*i)),this._point=h.subtract(e.getPixelOrigin()),this._radius=isNaN(l)?0:h.x-e.project([u,t-l]).x,this._radiusY=h.y-r.y}else{var c=n.unproject(n.project(this._latlng).subtract([this._mRadius,0]));this._point=e.latLngToLayerPoint(this._latlng),this._radius=this._point.x-e.latLngToLayerPoint(c).x}this._updateBounds()}}),nn=Qe.extend({options:{smoothFactor:1,noClip:!1},initialize:function(t,i){l(this,i),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 i,e,n=1/0,o=null,s=Dt,r=0,a=this._parts.length;r<a;r++)for(var h=this._parts[r],u=1,l=h.length;u<l;u++){var c=s(t,i=h[u-1],e=h[u],!0);c<n&&(n=c,o=s(t,i,e))}return o&&(o.distance=Math.sqrt(n)),o},getCenter:function(){if(!this._map)throw new Error("Must add layer to map before using getCenter()");var t,i,e,n,o,s,r,a=this._rings[0],h=a.length;if(!h)return null;for(t=0,i=0;t<h-1;t++)i+=a[t].distanceTo(a[t+1])/2;if(0===i)return this._map.layerPointToLatLng(a[0]);for(t=0,n=0;t<h-1;t++)if(o=a[t],s=a[t+1],e=o.distanceTo(s),(n+=e)>i)return r=(n-i)/e,this._map.layerPointToLatLng([s.x-r*(s.x-o.x),s.y-r*(s.y-o.y)])},getBounds:function(){return this._bounds},addLatLng:function(t,i){return i=i||this._defaultShape(),t=C(t),i.push(t),this._bounds.extend(t),this.redraw()},_setLatLngs:function(t){this._bounds=new T,this._latlngs=this._convertLatLngs(t)},_defaultShape:function(){return jt(this._latlngs)?this._latlngs:this._latlngs[0]},_convertLatLngs:function(t){for(var i=[],e=jt(t),n=0,o=t.length;n<o;n++)e?(i[n]=C(t[n]),this._bounds.extend(i[n])):i[n]=this._convertLatLngs(t[n]);return i},_project:function(){var t=new P;this._rings=[],this._projectLatlngs(this._latlngs,this._rings,t);var i=this._clickTolerance(),e=new x(i,i);this._bounds.isValid()&&t.isValid()&&(t.min._subtract(e),t.max._add(e),this._pxBounds=t)},_projectLatlngs:function(t,i,e){var n,o,s=t[0]instanceof M,r=t.length;if(s){for(o=[],n=0;n<r;n++)o[n]=this._map.latLngToLayerPoint(t[n]),e.extend(o[n]);i.push(o)}else for(n=0;n<r;n++)this._projectLatlngs(t[n],i,e)},_clipPoints:function(){var t=this._renderer._bounds;if(this._parts=[],this._pxBounds&&this._pxBounds.intersects(t))if(this.options.noClip)this._parts=this._rings;else{var i,e,n,o,s,r,a,h=this._parts;for(i=0,n=0,o=this._rings.length;i<o;i++)for(e=0,s=(a=this._rings[i]).length;e<s-1;e++)(r=It(a[e],a[e+1],t,e,!0))&&(h[n]=h[n]||[],h[n].push(r[0]),r[1]===a[e+1]&&e!==s-2||(h[n].push(r[1]),n++))}},_simplifyPoints:function(){for(var t=this._parts,i=this.options.smoothFactor,e=0,n=t.length;e<n;e++)t[e]=Zt(t[e],i)},_update:function(){this._map&&(this._clipPoints(),this._simplifyPoints(),this._updatePath())},_updatePath:function(){this._renderer._updatePoly(this)},_containsPoint:function(t,i){var e,n,o,s,r,a,h=this._clickTolerance();if(!this._pxBounds||!this._pxBounds.contains(t))return!1;for(e=0,s=this._parts.length;e<s;e++)for(n=0,o=(r=(a=this._parts[e]).length)-1;n<r;o=n++)if((i||0!==n)&&Et(t,a[o],a[n])<=h)return!0;return!1}});nn._flat=Wt;var on=nn.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()");var t,i,e,n,o,s,r,a,h,u=this._rings[0],l=u.length;if(!l)return null;for(s=r=a=0,t=0,i=l-1;t<l;i=t++)e=u[t],n=u[i],o=e.y*n.x-n.y*e.x,r+=(e.x+n.x)*o,a+=(e.y+n.y)*o,s+=3*o;return h=0===s?u[0]:[r/s,a/s],this._map.layerPointToLatLng(h)},_convertLatLngs:function(t){var i=nn.prototype._convertLatLngs.call(this,t),e=i.length;return e>=2&&i[0]instanceof M&&i[0].equals(i[e-1])&&i.pop(),i},_setLatLngs:function(t){nn.prototype._setLatLngs.call(this,t),jt(this._latlngs)&&(this._latlngs=[this._latlngs])},_defaultShape:function(){return jt(this._latlngs[0])?this._latlngs[0]:this._latlngs[0][0]},_clipPoints:function(){var t=this._renderer._bounds,i=this.options.weight,e=new x(i,i);if(t=new P(t.min.subtract(e),t.max.add(e)),this._parts=[],this._pxBounds&&this._pxBounds.intersects(t))if(this.options.noClip)this._parts=this._rings;else for(var n,o=0,s=this._rings.length;o<s;o++)(n=Ht(this._rings[o],t,!0)).length&&this._parts.push(n)},_updatePath:function(){this._renderer._updatePoly(this,!0)},_containsPoint:function(t){var i,e,n,o,s,r,a,h,u=!1;if(!this._pxBounds||!this._pxBounds.contains(t))return!1;for(o=0,a=this._parts.length;o<a;o++)for(s=0,r=(h=(i=this._parts[o]).length)-1;s<h;r=s++)e=i[s],n=i[r],e.y>t.y!=n.y>t.y&&t.x<(n.x-e.x)*(t.y-e.y)/(n.y-e.y)+e.x&&(u=!u);return u||nn.prototype._containsPoint.call(this,t,!0)}}),sn=Ke.extend({initialize:function(t,i){l(this,i),this._layers={},t&&this.addData(t)},addData:function(t){var i,e,n,o=oi(t)?t:t.features;if(o){for(i=0,e=o.length;i<e;i++)((n=o[i]).geometries||n.geometry||n.features||n.coordinates)&&this.addData(n);return this}var s=this.options;if(s.filter&&!s.filter(t))return this;var r=Ft(t,s);return r?(r.feature=Yt(t),r.defaultOptions=r.options,this.resetStyle(r),s.onEachFeature&&s.onEachFeature(t,r),this.addLayer(r)):this},resetStyle:function(t){return t.options=i({},t.defaultOptions),this._setLayerStyle(t,this.options.style),this},setStyle:function(t){return this.eachLayer(function(i){this._setLayerStyle(i,t)},this)},_setLayerStyle:function(t,i){"function"==typeof i&&(i=i(t.feature)),t.setStyle&&t.setStyle(i)}}),rn={toGeoJSON:function(t){return Kt(this,{type:"Point",coordinates:qt(this.getLatLng(),t)})}};$e.include(rn),en.include(rn),tn.include(rn),nn.include({toGeoJSON:function(t){var i=!jt(this._latlngs),e=Gt(this._latlngs,i?1:0,!1,t);return Kt(this,{type:(i?"Multi":"")+"LineString",coordinates:e})}}),on.include({toGeoJSON:function(t){var i=!jt(this._latlngs),e=i&&!jt(this._latlngs[0]),n=Gt(this._latlngs,e?2:i?1:0,!0,t);return i||(n=[n]),Kt(this,{type:(e?"Multi":"")+"Polygon",coordinates:n})}}),Ge.include({toMultiPoint:function(t){var i=[];return this.eachLayer(function(e){i.push(e.toGeoJSON(t).geometry.coordinates)}),Kt(this,{type:"MultiPoint",coordinates:i})},toGeoJSON:function(t){var i=this.feature&&this.feature.geometry&&this.feature.geometry.type;if("MultiPoint"===i)return this.toMultiPoint(t);var e="GeometryCollection"===i,n=[];return this.eachLayer(function(i){if(i.toGeoJSON){var o=i.toGeoJSON(t);if(e)n.push(o.geometry);else{var s=Yt(o);"FeatureCollection"===s.type?n.push.apply(n,s.features):n.push(s)}}}),e?Kt(this,{geometries:n,type:"GeometryCollection"}):{type:"FeatureCollection",features:n}}});var an=Xt,hn=qe.extend({options:{opacity:1,alt:"",interactive:!1,crossOrigin:!1,errorOverlayUrl:"",zIndex:1,className:""},initialize:function(t,i,e){this._url=t,this._bounds=z(i),l(this,e)},onAdd:function(){this._image||(this._initImage(),this.options.opacity<1&&this._updateOpacity()),this.options.interactive&&(Q(this._image,"leaflet-interactive"),this.addInteractiveTarget(this._image)),this.getPane().appendChild(this._image),this._reset()},onRemove:function(){K(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&&X(this._image),this},bringToBack:function(){return this._map&&J(this._image),this},setUrl:function(t){return this._url=t,this._image&&(this._image.src=t),this},setBounds:function(t){return this._bounds=z(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="IMG"===this._url.tagName,i=this._image=t?this._url:G("img");Q(i,"leaflet-image-layer"),this._zoomAnimated&&Q(i,"leaflet-zoom-animated"),this.options.className&&Q(i,this.options.className),i.onselectstart=r,i.onmousemove=r,i.onload=e(this.fire,this,"load"),i.onerror=e(this._overlayOnError,this,"error"),(this.options.crossOrigin||""===this.options.crossOrigin)&&(i.crossOrigin=!0===this.options.crossOrigin?"":this.options.crossOrigin),this.options.zIndex&&this._updateZIndex(),t?this._url=i.src:(i.src=this._url,i.alt=this.options.alt)},_animateZoom:function(t){var i=this._map.getZoomScale(t.zoom),e=this._map._latLngBoundsToNewLayerBounds(this._bounds,t.zoom,t.center).min;rt(this._image,e,i)},_reset:function(){var t=this._image,i=new P(this._map.latLngToLayerPoint(this._bounds.getNorthWest()),this._map.latLngToLayerPoint(this._bounds.getSouthEast())),e=i.getSize();at(t,i.min),t.style.width=e.x+"px",t.style.height=e.y+"px"},_updateOpacity:function(){nt(this._image,this.options.opacity)},_updateZIndex:function(){this._image&&void 0!==this.options.zIndex&&null!==this.options.zIndex&&(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)}}),un=hn.extend({options:{autoplay:!0,loop:!0},_initImage:function(){var t="VIDEO"===this._url.tagName,i=this._image=t?this._url:G("video");if(Q(i,"leaflet-image-layer"),this._zoomAnimated&&Q(i,"leaflet-zoom-animated"),i.onselectstart=r,i.onmousemove=r,i.onloadeddata=e(this.fire,this,"load"),t){for(var n=i.getElementsByTagName("source"),o=[],s=0;s<n.length;s++)o.push(n[s].src);this._url=n.length>0?o:[i.src]}else{oi(this._url)||(this._url=[this._url]),i.autoplay=!!this.options.autoplay,i.loop=!!this.options.loop;for(var a=0;a<this._url.length;a++){var h=G("source");h.src=this._url[a],i.appendChild(h)}}}}),ln=qe.extend({options:{offset:[0,7],className:"",pane:"popupPane"},initialize:function(t,i){l(this,t),this._source=i},onAdd:function(t){this._zoomAnimated=t._zoomAnimated,this._container||this._initLayout(),t._fadeAnimated&&nt(this._container,0),clearTimeout(this._removeTimeout),this.getPane().appendChild(this._container),this.update(),t._fadeAnimated&&nt(this._container,1),this.bringToFront()},onRemove:function(t){t._fadeAnimated?(nt(this._container,0),this._removeTimeout=setTimeout(e(K,void 0,this._container),200)):K(this._container)},getLatLng:function(){return this._latlng},setLatLng:function(t){return this._latlng=C(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&&X(this._container),this},bringToBack:function(){return this._map&&J(this._container),this},_updateContent:function(){if(this._content){var t=this._contentNode,i="function"==typeof this._content?this._content(this._source||this):this._content;if("string"==typeof i)t.innerHTML=i;else{for(;t.hasChildNodes();)t.removeChild(t.firstChild);t.appendChild(i)}this.fire("contentupdate")}},_updatePosition:function(){if(this._map){var t=this._map.latLngToLayerPoint(this._latlng),i=w(this.options.offset),e=this._getAnchor();this._zoomAnimated?at(this._container,t.add(e)):i=i.add(t).add(e);var n=this._containerBottom=-i.y,o=this._containerLeft=-Math.round(this._containerWidth/2)+i.x;this._container.style.bottom=n+"px",this._container.style.left=o+"px"}},_getAnchor:function(){return[0,0]}}),cn=ln.extend({options:{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.openPopup(this),this},onAdd:function(t){ln.prototype.onAdd.call(this,t),t.fire("popupopen",{popup:this}),this._source&&(this._source.fire("popupopen",{popup:this},!0),this._source instanceof Qe||this._source.on("preclick",yt))},onRemove:function(t){ln.prototype.onRemove.call(this,t),t.fire("popupclose",{popup:this}),this._source&&(this._source.fire("popupclose",{popup:this},!0),this._source instanceof Qe||this._source.off("preclick",yt))},getEvents:function(){var t=ln.prototype.getEvents.call(this);return(void 0!==this.options.closeOnClick?this.options.closeOnClick:this._map.options.closePopupOnClick)&&(t.preclick=this._close),this.options.keepInView&&(t.moveend=this._adjustPan),t},_close:function(){this._map&&this._map.closePopup(this)},_initLayout:function(){var t="leaflet-popup",i=this._container=G("div",t+" "+(this.options.className||"")+" leaflet-zoom-animated"),e=this._wrapper=G("div",t+"-content-wrapper",i);if(this._contentNode=G("div",t+"-content",e),wt(e),xt(this._contentNode),mt(e,"contextmenu",yt),this._tipContainer=G("div",t+"-tip-container",i),this._tip=G("div",t+"-tip",this._tipContainer),this.options.closeButton){var n=this._closeButton=G("a",t+"-close-button",i);n.href="#close",n.innerHTML="&#215;",mt(n,"click",this._onCloseButtonClick,this)}},_updateLayout:function(){var t=this._contentNode,i=t.style;i.width="",i.whiteSpace="nowrap";var e=t.offsetWidth;e=Math.min(e,this.options.maxWidth),e=Math.max(e,this.options.minWidth),i.width=e+1+"px",i.whiteSpace="",i.height="";var n=t.offsetHeight,o=this.options.maxHeight;o&&n>o?(i.height=o+"px",Q(t,"leaflet-popup-scrolled")):tt(t,"leaflet-popup-scrolled"),this._containerWidth=this._container.offsetWidth},_animateZoom:function(t){var i=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center),e=this._getAnchor();at(this._container,i.add(e))},_adjustPan:function(){if(this.options.autoPan){this._map._panAnim&&this._map._panAnim.stop();var t=this._map,i=parseInt(q(this._container,"marginBottom"),10)||0,e=this._container.offsetHeight+i,n=this._containerWidth,o=new x(this._containerLeft,-e-this._containerBottom);o._add(ht(this._container));var s=t.layerPointToContainerPoint(o),r=w(this.options.autoPanPadding),a=w(this.options.autoPanPaddingTopLeft||r),h=w(this.options.autoPanPaddingBottomRight||r),u=t.getSize(),l=0,c=0;s.x+n+h.x>u.x&&(l=s.x+n-u.x+h.x),s.x-l-a.x<0&&(l=s.x-a.x),s.y+e+h.y>u.y&&(c=s.y+e-u.y+h.y),s.y-c-a.y<0&&(c=s.y-a.y),(l||c)&&t.fire("autopanstart").panBy([l,c])}},_onCloseButtonClick:function(t){this._close(),Lt(t)},_getAnchor:function(){return w(this._source&&this._source._getPopupAnchor?this._source._getPopupAnchor():[0,0])}});be.mergeOptions({closePopupOnClick:!0}),be.include({openPopup:function(t,i,e){return t instanceof cn||(t=new cn(e).setContent(t)),i&&t.setLatLng(i),this.hasLayer(t)?this:(this._popup&&this._popup.options.autoClose&&this.closePopup(),this._popup=t,this.addLayer(t))},closePopup:function(t){return t&&t!==this._popup||(t=this._popup,this._popup=null),t&&this.removeLayer(t),this}}),qe.include({bindPopup:function(t,i){return t instanceof cn?(l(t,i),this._popup=t,t._source=this):(this._popup&&!i||(this._popup=new cn(i,this)),this._popup.setContent(t)),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,i){if(t instanceof qe||(i=t,t=this),t instanceof Ke)for(var e in this._layers){t=this._layers[e];break}return i||(i=t.getCenter?t.getCenter():t.getLatLng()),this._popup&&this._map&&(this._popup._source=t,this._popup.update(),this._map.openPopup(this._popup,i)),this},closePopup:function(){return this._popup&&this._popup._close(),this},togglePopup:function(t){return this._popup&&(this._popup._map?this.closePopup():this.openPopup(t)),this},isPopupOpen:function(){return!!this._popup&&this._popup.isOpen()},setPopupContent:function(t){return this._popup&&this._popup.setContent(t),this},getPopup:function(){return this._popup},_openPopup:function(t){var i=t.layer||t.target;this._popup&&this._map&&(Lt(t),i instanceof Qe?this.openPopup(t.layer||t.target,t.latlng):this._map.hasLayer(this._popup)&&this._popup._source===i?this.closePopup():this.openPopup(i,t.latlng))},_movePopup:function(t){this._popup.setLatLng(t.latlng)},_onKeyPress:function(t){13===t.originalEvent.keyCode&&this._openPopup(t)}});var _n=ln.extend({options:{pane:"tooltipPane",offset:[0,0],direction:"auto",permanent:!1,sticky:!1,interactive:!1,opacity:.9},onAdd:function(t){ln.prototype.onAdd.call(this,t),this.setOpacity(this.options.opacity),t.fire("tooltipopen",{tooltip:this}),this._source&&this._source.fire("tooltipopen",{tooltip:this},!0)},onRemove:function(t){ln.prototype.onRemove.call(this,t),t.fire("tooltipclose",{tooltip:this}),this._source&&this._source.fire("tooltipclose",{tooltip:this},!0)},getEvents:function(){var t=ln.prototype.getEvents.call(this);return qi&&!this.options.permanent&&(t.preclick=this._close),t},_close:function(){this._map&&this._map.closeTooltip(this)},_initLayout:function(){var t="leaflet-tooltip "+(this.options.className||"")+" leaflet-zoom-"+(this._zoomAnimated?"animated":"hide");this._contentNode=this._container=G("div",t)},_updateLayout:function(){},_adjustPan:function(){},_setPosition:function(t){var i=this._map,e=this._container,n=i.latLngToContainerPoint(i.getCenter()),o=i.layerPointToContainerPoint(t),s=this.options.direction,r=e.offsetWidth,a=e.offsetHeight,h=w(this.options.offset),u=this._getAnchor();"top"===s?t=t.add(w(-r/2+h.x,-a+h.y+u.y,!0)):"bottom"===s?t=t.subtract(w(r/2-h.x,-h.y,!0)):"center"===s?t=t.subtract(w(r/2+h.x,a/2-u.y+h.y,!0)):"right"===s||"auto"===s&&o.x<n.x?(s="right",t=t.add(w(h.x+u.x,u.y-a/2+h.y,!0))):(s="left",t=t.subtract(w(r+u.x-h.x,a/2-u.y-h.y,!0))),tt(e,"leaflet-tooltip-right"),tt(e,"leaflet-tooltip-left"),tt(e,"leaflet-tooltip-top"),tt(e,"leaflet-tooltip-bottom"),Q(e,"leaflet-tooltip-"+s),at(e,t)},_updatePosition:function(){var t=this._map.latLngToLayerPoint(this._latlng);this._setPosition(t)},setOpacity:function(t){this.options.opacity=t,this._container&&nt(this._container,t)},_animateZoom:function(t){var i=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center);this._setPosition(i)},_getAnchor:function(){return w(this._source&&this._source._getTooltipAnchor&&!this.options.sticky?this._source._getTooltipAnchor():[0,0])}});be.include({openTooltip:function(t,i,e){return t instanceof _n||(t=new _n(e).setContent(t)),i&&t.setLatLng(i),this.hasLayer(t)?this:this.addLayer(t)},closeTooltip:function(t){return t&&this.removeLayer(t),this}}),qe.include({bindTooltip:function(t,i){return t instanceof _n?(l(t,i),this._tooltip=t,t._source=this):(this._tooltip&&!i||(this._tooltip=new _n(i,this)),this._tooltip.setContent(t)),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 i=t?"off":"on",e={remove:this.closeTooltip,move:this._moveTooltip};this._tooltip.options.permanent?e.add=this._openTooltip:(e.mouseover=this._openTooltip,e.mouseout=this.closeTooltip,this._tooltip.options.sticky&&(e.mousemove=this._moveTooltip),qi&&(e.click=this._openTooltip)),this[i](e),this._tooltipHandlersAdded=!t}},openTooltip:function(t,i){if(t instanceof qe||(i=t,t=this),t instanceof Ke)for(var e in this._layers){t=this._layers[e];break}return i||(i=t.getCenter?t.getCenter():t.getLatLng()),this._tooltip&&this._map&&(this._tooltip._source=t,this._tooltip.update(),this._map.openTooltip(this._tooltip,i),this._tooltip.options.interactive&&this._tooltip._container&&(Q(this._tooltip._container,"leaflet-clickable"),this.addInteractiveTarget(this._tooltip._container))),this},closeTooltip:function(){return this._tooltip&&(this._tooltip._close(),this._tooltip.options.interactive&&this._tooltip._container&&(tt(this._tooltip._container,"leaflet-clickable"),this.removeInteractiveTarget(this._tooltip._container))),this},toggleTooltip:function(t){return this._tooltip&&(this._tooltip._map?this.closeTooltip():this.openTooltip(t)),this},isTooltipOpen:function(){return this._tooltip.isOpen()},setTooltipContent:function(t){return this._tooltip&&this._tooltip.setContent(t),this},getTooltip:function(){return this._tooltip},_openTooltip:function(t){var i=t.layer||t.target;this._tooltip&&this._map&&this.openTooltip(i,this._tooltip.options.sticky?t.latlng:void 0)},_moveTooltip:function(t){var i,e,n=t.latlng;this._tooltip.options.sticky&&t.originalEvent&&(i=this._map.mouseEventToContainerPoint(t.originalEvent),e=this._map.containerPointToLayerPoint(i),n=this._map.layerPointToLatLng(e)),this._tooltip.setLatLng(n)}});var dn=Ye.extend({options:{iconSize:[12,12],html:!1,bgPos:null,className:"leaflet-div-icon"},createIcon:function(t){var i=t&&"DIV"===t.tagName?t:document.createElement("div"),e=this.options;if(i.innerHTML=!1!==e.html?e.html:"",e.bgPos){var n=w(e.bgPos);i.style.backgroundPosition=-n.x+"px "+-n.y+"px"}return this._setIconStyles(i,"icon"),i},createShadow:function(){return null}});Ye.Default=Xe;var pn=qe.extend({options:{tileSize:256,opacity:1,updateWhenIdle:Wi,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){l(this,t)},onAdd:function(){this._initContainer(),this._levels={},this._tiles={},this._resetView(),this._update()},beforeAdd:function(t){t._addZoomLimit(this)},onRemove:function(t){this._removeAllTiles(),K(this._container),t._removeZoomLimit(this),this._container=null,this._tileZoom=void 0},bringToFront:function(){return this._map&&(X(this._container),this._setAutoZIndex(Math.max)),this},bringToBack:function(){return this._map&&(J(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(){return this._map&&(this._removeAllTiles(),this._update()),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=o(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 x?t:new x(t,t)},_updateZIndex:function(){this._container&&void 0!==this.options.zIndex&&null!==this.options.zIndex&&(this._container.style.zIndex=this.options.zIndex)},_setAutoZIndex:function(t){for(var i,e=this.getPane().children,n=-t(-1/0,1/0),o=0,s=e.length;o<s;o++)i=e[o].style.zIndex,e[o]!==this._container&&i&&(n=t(n,+i));isFinite(n)&&(this.options.zIndex=n+t(-1,1),this._updateZIndex())},_updateOpacity:function(){if(this._map&&!Li){nt(this._container,this.options.opacity);var t=+new Date,i=!1,e=!1;for(var n in this._tiles){var o=this._tiles[n];if(o.current&&o.loaded){var s=Math.min(1,(t-o.loaded)/200);nt(o.el,s),s<1?i=!0:(o.active?e=!0:this._onOpaqueTile(o),o.active=!0)}}e&&!this._noPrune&&this._pruneTiles(),i&&(g(this._fadeFrame),this._fadeFrame=f(this._updateOpacity,this))}},_onOpaqueTile:r,_initContainer:function(){this._container||(this._container=G("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,i=this.options.maxZoom;if(void 0!==t){for(var e in this._levels)this._levels[e].el.children.length||e===t?(this._levels[e].el.style.zIndex=i-Math.abs(t-e),this._onUpdateLevel(e)):(K(this._levels[e].el),this._removeTilesAtZoom(e),this._onRemoveLevel(e),delete this._levels[e]);var n=this._levels[t],o=this._map;return n||((n=this._levels[t]={}).el=G("div","leaflet-tile-container leaflet-zoom-animated",this._container),n.el.style.zIndex=i,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:r,_onRemoveLevel:r,_onCreateLevel:r,_pruneTiles:function(){if(this._map){var t,i,e=this._map.getZoom();if(e>this.options.maxZoom||e<this.options.minZoom)this._removeAllTiles();else{for(t in this._tiles)(i=this._tiles[t]).retain=i.current;for(t in this._tiles)if((i=this._tiles[t]).current&&!i.active){var n=i.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 i in this._tiles)this._tiles[i].coords.z===t&&this._removeTile(i)},_removeAllTiles:function(){for(var t in this._tiles)this._removeTile(t)},_invalidateAll:function(){for(var t in this._levels)K(this._levels[t].el),this._onRemoveLevel(t),delete this._levels[t];this._removeAllTiles(),this._tileZoom=void 0},_retainParent:function(t,i,e,n){var o=Math.floor(t/2),s=Math.floor(i/2),r=e-1,a=new x(+o,+s);a.z=+r;var h=this._tileCoordsToKey(a),u=this._tiles[h];return u&&u.active?(u.retain=!0,!0):(u&&u.loaded&&(u.retain=!0),r>n&&this._retainParent(o,s,r,n))},_retainChildren:function(t,i,e,n){for(var o=2*t;o<2*t+2;o++)for(var s=2*i;s<2*i+2;s++){var r=new x(o,s);r.z=e+1;var a=this._tileCoordsToKey(r),h=this._tiles[a];h&&h.active?h.retain=!0:(h&&h.loaded&&(h.retain=!0),e+1<n&&this._retainChildren(o,s,e+1,n))}},_resetView:function(t){var i=t&&(t.pinch||t.flyTo);this._setView(this._map.getCenter(),this._map.getZoom(),i,i)},_animateZoom:function(t){this._setView(t.center,t.zoom,!0,t.noUpdate)},_clampZoom:function(t){var i=this.options;return void 0!==i.minNativeZoom&&t<i.minNativeZoom?i.minNativeZoom:void 0!==i.maxNativeZoom&&i.maxNativeZoom<t?i.maxNativeZoom:t},_setView:function(t,i,e,n){var o=this._clampZoom(Math.round(i));(void 0!==this.options.maxZoom&&o>this.options.maxZoom||void 0!==this.options.minZoom&&o<this.options.minZoom)&&(o=void 0);var s=this.options.updateWhenZooming&&o!==this._tileZoom;n&&!s||(this._tileZoom=o,this._abortLoading&&this._abortLoading(),this._updateLevels(),this._resetGrid(),void 0!==o&&this._update(t),e||this._pruneTiles(),this._noPrune=!!e),this._setZoomTransforms(t,i)},_setZoomTransforms:function(t,i){for(var e in this._levels)this._setZoomTransform(this._levels[e],t,i)},_setZoomTransform:function(t,i,e){var n=this._map.getZoomScale(e,t.zoom),o=t.origin.multiplyBy(n).subtract(this._map._getNewPixelOrigin(i,e)).round();ji?rt(t.el,o,n):at(t.el,o)},_resetGrid:function(){var t=this._map,i=t.options.crs,e=this._tileSize=this.getTileSize(),n=this._tileZoom,o=this._map.getPixelWorldBounds(this._tileZoom);o&&(this._globalTileRange=this._pxBoundsToTileRange(o)),this._wrapX=i.wrapLng&&!this.options.noWrap&&[Math.floor(t.project([0,i.wrapLng[0]],n).x/e.x),Math.ceil(t.project([0,i.wrapLng[1]],n).x/e.y)],this._wrapY=i.wrapLat&&!this.options.noWrap&&[Math.floor(t.project([i.wrapLat[0],0],n).y/e.x),Math.ceil(t.project([i.wrapLat[1],0],n).y/e.y)]},_onMoveEnd:function(){this._map&&!this._map._animatingZoom&&this._update()},_getTiledPixelBounds:function(t){var i=this._map,e=i._animatingZoom?Math.max(i._animateToZoom,i.getZoom()):i.getZoom(),n=i.getZoomScale(e,this._tileZoom),o=i.project(t,this._tileZoom).floor(),s=i.getSize().divideBy(2*n);return new P(o.subtract(s),o.add(s))},_update:function(t){var i=this._map;if(i){var e=this._clampZoom(i.getZoom());if(void 0===t&&(t=i.getCenter()),void 0!==this._tileZoom){var n=this._getTiledPixelBounds(t),o=this._pxBoundsToTileRange(n),s=o.getCenter(),r=[],a=this.options.keepBuffer,h=new P(o.getBottomLeft().subtract([a,-a]),o.getTopRight().add([a,-a]));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 u in this._tiles){var l=this._tiles[u].coords;l.z===this._tileZoom&&h.contains(new x(l.x,l.y))||(this._tiles[u].current=!1)}if(Math.abs(e-this._tileZoom)>1)this._setView(t,e);else{for(var c=o.min.y;c<=o.max.y;c++)for(var _=o.min.x;_<=o.max.x;_++){var d=new x(_,c);if(d.z=this._tileZoom,this._isValidTile(d)){var p=this._tiles[this._tileCoordsToKey(d)];p?p.current=!0:r.push(d)}}if(r.sort(function(t,i){return t.distanceTo(s)-i.distanceTo(s)}),0!==r.length){this._loading||(this._loading=!0,this.fire("loading"));var m=document.createDocumentFragment();for(_=0;_<r.length;_++)this._addTile(r[_],m);this._level.el.appendChild(m)}}}}},_isValidTile:function(t){var i=this._map.options.crs;if(!i.infinite){var e=this._globalTileRange;if(!i.wrapLng&&(t.x<e.min.x||t.x>e.max.x)||!i.wrapLat&&(t.y<e.min.y||t.y>e.max.y))return!1}if(!this.options.bounds)return!0;var n=this._tileCoordsToBounds(t);return z(this.options.bounds).overlaps(n)},_keyToBounds:function(t){return this._tileCoordsToBounds(this._keyToTileCoords(t))},_tileCoordsToNwSe:function(t){var i=this._map,e=this.getTileSize(),n=t.scaleBy(e),o=n.add(e);return[i.unproject(n,t.z),i.unproject(o,t.z)]},_tileCoordsToBounds:function(t){var i=this._tileCoordsToNwSe(t),e=new T(i[0],i[1]);return this.options.noWrap||(e=this._map.wrapLatLngBounds(e)),e},_tileCoordsToKey:function(t){return t.x+":"+t.y+":"+t.z},_keyToTileCoords:function(t){var i=t.split(":"),e=new x(+i[0],+i[1]);return e.z=+i[2],e},_removeTile:function(t){var i=this._tiles[t];i&&(K(i.el),delete this._tiles[t],this.fire("tileunload",{tile:i.el,coords:this._keyToTileCoords(t)}))},_initTile:function(t){Q(t,"leaflet-tile");var i=this.getTileSize();t.style.width=i.x+"px",t.style.height=i.y+"px",t.onselectstart=r,t.onmousemove=r,Li&&this.options.opacity<1&&nt(t,this.options.opacity),zi&&!Mi&&(t.style.WebkitBackfaceVisibility="hidden")},_addTile:function(t,i){var n=this._getTilePos(t),o=this._tileCoordsToKey(t),s=this.createTile(this._wrapCoords(t),e(this._tileReady,this,t));this._initTile(s),this.createTile.length<2&&f(e(this._tileReady,this,t,null,s)),at(s,n),this._tiles[o]={el:s,coords:t,current:!0},i.appendChild(s),this.fire("tileloadstart",{tile:s,coords:t})},_tileReady:function(t,i,n){i&&this.fire("tileerror",{error:i,tile:n,coords:t});var o=this._tileCoordsToKey(t);(n=this._tiles[o])&&(n.loaded=+new Date,this._map._fadeAnimated?(nt(n.el,0),g(this._fadeFrame),this._fadeFrame=f(this._updateOpacity,this)):(n.active=!0,this._pruneTiles()),i||(Q(n.el,"leaflet-tile-loaded"),this.fire("tileload",{tile:n.el,coords:t})),this._noTilesToLoad()&&(this._loading=!1,this.fire("load"),Li||!this._map._fadeAnimated?f(this._pruneTiles,this):setTimeout(e(this._pruneTiles,this),250)))},_getTilePos:function(t){return t.scaleBy(this.getTileSize()).subtract(this._level.origin)},_wrapCoords:function(t){var i=new x(this._wrapX?s(t.x,this._wrapX):t.x,this._wrapY?s(t.y,this._wrapY):t.y);return i.z=t.z,i},_pxBoundsToTileRange:function(t){var i=this.getTileSize();return new P(t.min.unscaleBy(i).floor(),t.max.unscaleBy(i).ceil().subtract([1,1]))},_noTilesToLoad:function(){for(var t in this._tiles)if(!this._tiles[t].loaded)return!1;return!0}}),mn=pn.extend({options:{minZoom:0,maxZoom:18,subdomains:"abc",errorTileUrl:"",zoomOffset:0,tms:!1,zoomReverse:!1,detectRetina:!1,crossOrigin:!1},initialize:function(t,i){this._url=t,(i=l(this,i)).detectRetina&&Yi&&i.maxZoom>0&&(i.tileSize=Math.floor(i.tileSize/2),i.zoomReverse?(i.zoomOffset--,i.minZoom++):(i.zoomOffset++,i.maxZoom--),i.minZoom=Math.max(0,i.minZoom)),"string"==typeof i.subdomains&&(i.subdomains=i.subdomains.split("")),zi||this.on("tileunload",this._onTileRemove)},setUrl:function(t,i){return this._url===t&&void 0===i&&(i=!0),this._url=t,i||this.redraw(),this},createTile:function(t,i){var n=document.createElement("img");return mt(n,"load",e(this._tileOnLoad,this,i,n)),mt(n,"error",e(this._tileOnError,this,i,n)),(this.options.crossOrigin||""===this.options.crossOrigin)&&(n.crossOrigin=!0===this.options.crossOrigin?"":this.options.crossOrigin),n.alt="",n.setAttribute("role","presentation"),n.src=this.getTileUrl(t),n},getTileUrl:function(t){var e={r:Yi?"@2x":"",s:this._getSubdomain(t),x:t.x,y:t.y,z:this._getZoomForUrl()};if(this._map&&!this._map.options.crs.infinite){var n=this._globalTileRange.max.y-t.y;this.options.tms&&(e.y=n),e["-y"]=n}return _(this._url,i(e,this.options))},_tileOnLoad:function(t,i){Li?setTimeout(e(t,this,null,i),0):t(null,i)},_tileOnError:function(t,i,e){var n=this.options.errorTileUrl;n&&i.getAttribute("src")!==n&&(i.src=n),t(e,i)},_onTileRemove:function(t){t.tile.onload=null},_getZoomForUrl:function(){var t=this._tileZoom,i=this.options.maxZoom,e=this.options.zoomReverse,n=this.options.zoomOffset;return e&&(t=i-t),t+n},_getSubdomain:function(t){var i=Math.abs(t.x+t.y)%this.options.subdomains.length;return this.options.subdomains[i]},_abortLoading:function(){var t,i;for(t in this._tiles)this._tiles[t].coords.z!==this._tileZoom&&((i=this._tiles[t].el).onload=r,i.onerror=r,i.complete||(i.src=si,K(i),delete this._tiles[t]))},_removeTile:function(t){var i=this._tiles[t];if(i)return Si||i.el.setAttribute("src",si),pn.prototype._removeTile.call(this,t)},_tileReady:function(t,i,e){if(this._map&&(!e||e.getAttribute("src")!==si))return pn.prototype._tileReady.call(this,t,i,e)}}),fn=mn.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 n=i({},this.defaultWmsParams);for(var o in e)o in this.options||(n[o]=e[o]);var s=(e=l(this,e)).detectRetina&&Yi?2:1,r=this.getTileSize();n.width=r.x*s,n.height=r.y*s,this.wmsParams=n},onAdd:function(t){this._crs=this.options.crs||t.options.crs,this._wmsVersion=parseFloat(this.wmsParams.version);var i=this._wmsVersion>=1.3?"crs":"srs";this.wmsParams[i]=this._crs.code,mn.prototype.onAdd.call(this,t)},getTileUrl:function(t){var i=this._tileCoordsToNwSe(t),e=this._crs,n=b(e.project(i[0]),e.project(i[1])),o=n.min,s=n.max,r=(this._wmsVersion>=1.3&&this._crs===Ue?[o.y,o.x,s.y,s.x]:[o.x,o.y,s.x,s.y]).join(","),a=mn.prototype.getTileUrl.call(this,t);return a+c(this.wmsParams,a,this.options.uppercase)+(this.options.uppercase?"&BBOX=":"&bbox=")+r},setParams:function(t,e){return i(this.wmsParams,t),e||this.redraw(),this}});mn.WMS=fn,Jt.wms=function(t,i){return new fn(t,i)};var gn=qe.extend({options:{padding:.1,tolerance:0},initialize:function(t){l(this,t),n(this),this._layers=this._layers||{}},onAdd:function(){this._container||(this._initContainer(),this._zoomAnimated&&Q(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,i){var e=this._map.getZoomScale(i,this._zoom),n=ht(this._container),o=this._map.getSize().multiplyBy(.5+this.options.padding),s=this._map.project(this._center,i),r=this._map.project(t,i).subtract(s),a=o.multiplyBy(-e).add(n).add(o).subtract(r);ji?rt(this._container,a,e):at(this._container,a)},_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,i=this._map.getSize(),e=this._map.containerPointToLayerPoint(i.multiplyBy(-t)).round();this._bounds=new P(e,e.add(i.multiplyBy(1+2*t)).round()),this._center=this._map.getCenter(),this._zoom=this._map.getZoom()}}),vn=gn.extend({getEvents:function(){var t=gn.prototype.getEvents.call(this);return t.viewprereset=this._onViewPreReset,t},_onViewPreReset:function(){this._postponeUpdatePaths=!0},onAdd:function(){gn.prototype.onAdd.call(this),this._draw()},_initContainer:function(){var t=this._container=document.createElement("canvas");mt(t,"mousemove",o(this._onMouseMove,32,this),this),mt(t,"click dblclick mousedown mouseup contextmenu",this._onClick,this),mt(t,"mouseout",this._handleMouseOut,this),this._ctx=t.getContext("2d")},_destroyContainer:function(){g(this._redrawRequest),delete this._ctx,K(this._container),ft(this._container),delete this._container},_updatePaths:function(){if(!this._postponeUpdatePaths){this._redrawBounds=null;for(var t in this._layers)this._layers[t]._update();this._redraw()}},_update:function(){if(!this._map._animatingZoom||!this._bounds){gn.prototype._update.call(this);var t=this._bounds,i=this._container,e=t.getSize(),n=Yi?2:1;at(i,t.min),i.width=n*e.x,i.height=n*e.y,i.style.width=e.x+"px",i.style.height=e.y+"px",Yi&&this._ctx.scale(2,2),this._ctx.translate(-t.min.x,-t.min.y),this.fire("update")}},_reset:function(){gn.prototype._reset.call(this),this._postponeUpdatePaths&&(this._postponeUpdatePaths=!1,this._updatePaths())},_initPath:function(t){this._updateDashArray(t),this._layers[n(t)]=t;var i=t._order={layer:t,prev:this._drawLast,next:null};this._drawLast&&(this._drawLast.next=i),this._drawLast=i,this._drawFirst=this._drawFirst||this._drawLast},_addPath:function(t){this._requestRedraw(t)},_removePath:function(t){var i=t._order,e=i.next,o=i.prev;e?e.prev=o:this._drawLast=o,o?o.next=e:this._drawFirst=e,delete t._order,delete this._layers[n(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("string"==typeof t.options.dashArray){var i,e,n=t.options.dashArray.split(/[, ]+/),o=[];for(e=0;e<n.length;e++){if(i=Number(n[e]),isNaN(i))return;o.push(i)}t.options._dashArray=o}else t.options._dashArray=t.options.dashArray},_requestRedraw:function(t){this._map&&(this._extendRedrawBounds(t),this._redrawRequest=this._redrawRequest||f(this._redraw,this))},_extendRedrawBounds:function(t){if(t._pxBounds){var i=(t.options.weight||0)+1;this._redrawBounds=this._redrawBounds||new P,this._redrawBounds.extend(t._pxBounds.min.subtract([i,i])),this._redrawBounds.extend(t._pxBounds.max.add([i,i]))}},_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 i=t.getSize();this._ctx.clearRect(t.min.x,t.min.y,i.x,i.y)}else this._ctx.clearRect(0,0,this._container.width,this._container.height)},_draw:function(){var t,i=this._redrawBounds;if(this._ctx.save(),i){var e=i.getSize();this._ctx.beginPath(),this._ctx.rect(i.min.x,i.min.y,e.x,e.y),this._ctx.clip()}this._drawing=!0;for(var n=this._drawFirst;n;n=n.next)t=n.layer,(!i||t._pxBounds&&t._pxBounds.intersects(i))&&t._updatePath();this._drawing=!1,this._ctx.restore()},_updatePoly:function(t,i){if(this._drawing){var e,n,o,s,r=t._parts,a=r.length,h=this._ctx;if(a){for(h.beginPath(),e=0;e<a;e++){for(n=0,o=r[e].length;n<o;n++)s=r[e][n],h[n?"lineTo":"moveTo"](s.x,s.y);i&&h.closePath()}this._fillStroke(h,t)}}},_updateCircle:function(t){if(this._drawing&&!t._empty()){var i=t._point,e=this._ctx,n=Math.max(Math.round(t._radius),1),o=(Math.max(Math.round(t._radiusY),1)||n)/n;1!==o&&(e.save(),e.scale(1,o)),e.beginPath(),e.arc(i.x,i.y/o,n,0,2*Math.PI,!1),1!==o&&e.restore(),this._fillStroke(e,t)}},_fillStroke:function(t,i){var e=i.options;e.fill&&(t.globalAlpha=e.fillOpacity,t.fillStyle=e.fillColor||e.color,t.fill(e.fillRule||"evenodd")),e.stroke&&0!==e.weight&&(t.setLineDash&&t.setLineDash(i.options&&i.options._dashArray||[]),t.globalAlpha=e.opacity,t.lineWidth=e.weight,t.strokeStyle=e.color,t.lineCap=e.lineCap,t.lineJoin=e.lineJoin,t.stroke())},_onClick:function(t){for(var i,e,n=this._map.mouseEventToLayerPoint(t),o=this._drawFirst;o;o=o.next)(i=o.layer).options.interactive&&i._containsPoint(n)&&!this._map._draggableMoved(i)&&(e=i);e&&(zt(t),this._fireEvent([e],t))},_onMouseMove:function(t){if(this._map&&!this._map.dragging.moving()&&!this._map._animatingZoom){var i=this._map.mouseEventToLayerPoint(t);this._handleMouseHover(t,i)}},_handleMouseOut:function(t){var i=this._hoveredLayer;i&&(tt(this._container,"leaflet-interactive"),this._fireEvent([i],t,"mouseout"),this._hoveredLayer=null)},_handleMouseHover:function(t,i){for(var e,n,o=this._drawFirst;o;o=o.next)(e=o.layer).options.interactive&&e._containsPoint(i)&&(n=e);n!==this._hoveredLayer&&(this._handleMouseOut(t),n&&(Q(this._container,"leaflet-interactive"),this._fireEvent([n],t,"mouseover"),this._hoveredLayer=n)),this._hoveredLayer&&this._fireEvent([this._hoveredLayer],t)},_fireEvent:function(t,i,e){this._map._fireDOMEvent(i,e||i.type,t)},_bringToFront:function(t){var i=t._order;if(i){var e=i.next,n=i.prev;e&&(e.prev=n,n?n.next=e:e&&(this._drawFirst=e),i.prev=this._drawLast,this._drawLast.next=i,i.next=null,this._drawLast=i,this._requestRedraw(t))}},_bringToBack:function(t){var i=t._order;if(i){var e=i.next,n=i.prev;n&&(n.next=e,e?e.prev=n:n&&(this._drawLast=n),i.prev=null,i.next=this._drawFirst,this._drawFirst.prev=i,this._drawFirst=i,this._requestRedraw(t))}}}),yn=function(){try{return document.namespaces.add("lvml","urn:schemas-microsoft-com:vml"),function(t){return document.createElement("<lvml:"+t+' class="lvml">')}}catch(t){return function(t){return document.createElement("<"+t+' xmlns="urn:schemas-microsoft.com:vml" class="lvml">')}}}(),xn={_initContainer:function(){this._container=G("div","leaflet-vml-container")},_update:function(){this._map._animatingZoom||(gn.prototype._update.call(this),this.fire("update"))},_initPath:function(t){var i=t._container=yn("shape");Q(i,"leaflet-vml-shape "+(this.options.className||"")),i.coordsize="1 1",t._path=yn("path"),i.appendChild(t._path),this._updateStyle(t),this._layers[n(t)]=t},_addPath:function(t){var i=t._container;this._container.appendChild(i),t.options.interactive&&t.addInteractiveTarget(i)},_removePath:function(t){var i=t._container;K(i),t.removeInteractiveTarget(i),delete this._layers[n(t)]},_updateStyle:function(t){var i=t._stroke,e=t._fill,n=t.options,o=t._container;o.stroked=!!n.stroke,o.filled=!!n.fill,n.stroke?(i||(i=t._stroke=yn("stroke")),o.appendChild(i),i.weight=n.weight+"px",i.color=n.color,i.opacity=n.opacity,n.dashArray?i.dashStyle=oi(n.dashArray)?n.dashArray.join(" "):n.dashArray.replace(/( *, *)/g," "):i.dashStyle="",i.endcap=n.lineCap.replace("butt","flat"),i.joinstyle=n.lineJoin):i&&(o.removeChild(i),t._stroke=null),n.fill?(e||(e=t._fill=yn("fill")),o.appendChild(e),e.color=n.fillColor||n.color,e.opacity=n.fillOpacity):e&&(o.removeChild(e),t._fill=null)},_updateCircle:function(t){var i=t._point.round(),e=Math.round(t._radius),n=Math.round(t._radiusY||e);this._setPath(t,t._empty()?"M0 0":"AL "+i.x+","+i.y+" "+e+","+n+" 0,23592600")},_setPath:function(t,i){t._path.v=i},_bringToFront:function(t){X(t._container)},_bringToBack:function(t){J(t._container)}},wn=$i?yn:E,Pn=gn.extend({getEvents:function(){var t=gn.prototype.getEvents.call(this);return t.zoomstart=this._onZoomStart,t},_initContainer:function(){this._container=wn("svg"),this._container.setAttribute("pointer-events","none"),this._rootGroup=wn("g"),this._container.appendChild(this._rootGroup)},_destroyContainer:function(){K(this._container),ft(this._container),delete this._container,delete this._rootGroup,delete this._svgSize},_onZoomStart:function(){this._update()},_update:function(){if(!this._map._animatingZoom||!this._bounds){gn.prototype._update.call(this);var t=this._bounds,i=t.getSize(),e=this._container;this._svgSize&&this._svgSize.equals(i)||(this._svgSize=i,e.setAttribute("width",i.x),e.setAttribute("height",i.y)),at(e,t.min),e.setAttribute("viewBox",[t.min.x,t.min.y,i.x,i.y].join(" ")),this.fire("update")}},_initPath:function(t){var i=t._path=wn("path");t.options.className&&Q(i,t.options.className),t.options.interactive&&Q(i,"leaflet-interactive"),this._updateStyle(t),this._layers[n(t)]=t},_addPath:function(t){this._rootGroup||this._initContainer(),this._rootGroup.appendChild(t._path),t.addInteractiveTarget(t._path)},_removePath:function(t){K(t._path),t.removeInteractiveTarget(t._path),delete this._layers[n(t)]},_updatePath:function(t){t._project(),t._update()},_updateStyle:function(t){var i=t._path,e=t.options;i&&(e.stroke?(i.setAttribute("stroke",e.color),i.setAttribute("stroke-opacity",e.opacity),i.setAttribute("stroke-width",e.weight),i.setAttribute("stroke-linecap",e.lineCap),i.setAttribute("stroke-linejoin",e.lineJoin),e.dashArray?i.setAttribute("stroke-dasharray",e.dashArray):i.removeAttribute("stroke-dasharray"),e.dashOffset?i.setAttribute("stroke-dashoffset",e.dashOffset):i.removeAttribute("stroke-dashoffset")):i.setAttribute("stroke","none"),e.fill?(i.setAttribute("fill",e.fillColor||e.color),i.setAttribute("fill-opacity",e.fillOpacity),i.setAttribute("fill-rule",e.fillRule||"evenodd")):i.setAttribute("fill","none"))},_updatePoly:function(t,i){this._setPath(t,k(t._parts,i))},_updateCircle:function(t){var i=t._point,e=Math.max(Math.round(t._radius),1),n="a"+e+","+(Math.max(Math.round(t._radiusY),1)||e)+" 0 1,0 ",o=t._empty()?"M0 0":"M"+(i.x-e)+","+i.y+n+2*e+",0 "+n+2*-e+",0 ";this._setPath(t,o)},_setPath:function(t,i){t._path.setAttribute("d",i)},_bringToFront:function(t){X(t._path)},_bringToBack:function(t){J(t._path)}});$i&&Pn.include(xn),be.include({getRenderer:function(t){var i=t.options.renderer||this._getPaneRenderer(t.options.pane)||this.options.renderer||this._renderer;return i||(i=this._renderer=this._createRenderer()),this.hasLayer(i)||this.addLayer(i),i},_getPaneRenderer:function(t){if("overlayPane"===t||void 0===t)return!1;var i=this._paneRenderers[t];return void 0===i&&(i=this._createRenderer({pane:t}),this._paneRenderers[t]=i),i},_createRenderer:function(t){return this.options.preferCanvas&&$t(t)||Qt(t)}});var Ln=on.extend({initialize:function(t,i){on.prototype.initialize.call(this,this._boundsToLatLngs(t),i)},setBounds:function(t){return this.setLatLngs(this._boundsToLatLngs(t))},_boundsToLatLngs:function(t){return t=z(t),[t.getSouthWest(),t.getNorthWest(),t.getNorthEast(),t.getSouthEast()]}});Pn.create=wn,Pn.pointsToPath=k,sn.geometryToLayer=Ft,sn.coordsToLatLng=Ut,sn.coordsToLatLngs=Vt,sn.latLngToCoords=qt,sn.latLngsToCoords=Gt,sn.getFeature=Kt,sn.asFeature=Yt,be.mergeOptions({boxZoom:!0});var bn=Ee.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(){mt(this._container,"mousedown",this._onMouseDown,this)},removeHooks:function(){ft(this._container,"mousedown",this._onMouseDown,this)},moved:function(){return this._moved},_destroy:function(){K(this._pane),delete this._pane},_resetState:function(){this._resetStateTimeout=0,this._moved=!1},_clearDeferredResetState:function(){0!==this._resetStateTimeout&&(clearTimeout(this._resetStateTimeout),this._resetStateTimeout=0)},_onMouseDown:function(t){if(!t.shiftKey||1!==t.which&&1!==t.button)return!1;this._clearDeferredResetState(),this._resetState(),fi(),ut(),this._startPoint=this._map.mouseEventToContainerPoint(t),mt(document,{contextmenu:Lt,mousemove:this._onMouseMove,mouseup:this._onMouseUp,keydown:this._onKeyDown},this)},_onMouseMove:function(t){this._moved||(this._moved=!0,this._box=G("div","leaflet-zoom-box",this._container),Q(this._container,"leaflet-crosshair"),this._map.fire("boxzoomstart")),this._point=this._map.mouseEventToContainerPoint(t);var i=new P(this._point,this._startPoint),e=i.getSize();at(this._box,i.min),this._box.style.width=e.x+"px",this._box.style.height=e.y+"px"},_finish:function(){this._moved&&(K(this._box),tt(this._container,"leaflet-crosshair")),gi(),lt(),ft(document,{contextmenu:Lt,mousemove:this._onMouseMove,mouseup:this._onMouseUp,keydown:this._onKeyDown},this)},_onMouseUp:function(t){if((1===t.which||1===t.button)&&(this._finish(),this._moved)){this._clearDeferredResetState(),this._resetStateTimeout=setTimeout(e(this._resetState,this),0);var i=new T(this._map.containerPointToLatLng(this._startPoint),this._map.containerPointToLatLng(this._point));this._map.fitBounds(i).fire("boxzoomend",{boxZoomBounds:i})}},_onKeyDown:function(t){27===t.keyCode&&this._finish()}});be.addInitHook("addHandler","boxZoom",bn),be.mergeOptions({doubleClickZoom:!0});var Tn=Ee.extend({addHooks:function(){this._map.on("dblclick",this._onDoubleClick,this)},removeHooks:function(){this._map.off("dblclick",this._onDoubleClick,this)},_onDoubleClick:function(t){var i=this._map,e=i.getZoom(),n=i.options.zoomDelta,o=t.originalEvent.shiftKey?e-n:e+n;"center"===i.options.doubleClickZoom?i.setZoom(o):i.setZoomAround(t.containerPoint,o)}});be.addInitHook("addHandler","doubleClickZoom",Tn),be.mergeOptions({dragging:!0,inertia:!Mi,inertiaDeceleration:3400,inertiaMaxSpeed:1/0,easeLinearity:.2,worldCopyJump:!1,maxBoundsViscosity:0});var zn=Ee.extend({addHooks:function(){if(!this._draggable){var t=this._map;this._draggable=new Re(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))}Q(this._map._container,"leaflet-grab leaflet-touch-drag"),this._draggable.enable(),this._positions=[],this._times=[]},removeHooks:function(){tt(this._map._container,"leaflet-grab"),tt(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 i=z(this._map.options.maxBounds);this._offsetLimit=b(this._map.latLngToContainerPoint(i.getNorthWest()).multiplyBy(-1),this._map.latLngToContainerPoint(i.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 i=this._lastTime=+new Date,e=this._lastPos=this._draggable._absPos||this._draggable._newPos;this._positions.push(e),this._times.push(i),this._prunePositions(i)}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),i=this._map.latLngToLayerPoint([0,0]);this._initialWorldOffset=i.subtract(t).x,this._worldWidth=this._map.getPixelWorldBounds().getSize().x},_viscousLimit:function(t,i){return t-(t-i)*this._viscosity},_onPreDragLimit:function(){if(this._viscosity&&this._offsetLimit){var t=this._draggable._newPos.subtract(this._draggable._startPos),i=this._offsetLimit;t.x<i.min.x&&(t.x=this._viscousLimit(t.x,i.min.x)),t.y<i.min.y&&(t.y=this._viscousLimit(t.y,i.min.y)),t.x>i.max.x&&(t.x=this._viscousLimit(t.x,i.max.x)),t.y>i.max.y&&(t.y=this._viscousLimit(t.y,i.max.y)),this._draggable._newPos=this._draggable._startPos.add(t)}},_onPreDragWrap:function(){var t=this._worldWidth,i=Math.round(t/2),e=this._initialWorldOffset,n=this._draggable._newPos.x,o=(n-i+e)%t+i-e,s=(n+i+e)%t-i-e,r=Math.abs(o+e)<Math.abs(s+e)?o:s;this._draggable._absPos=this._draggable._newPos.clone(),this._draggable._newPos.x=r},_onDragEnd:function(t){var i=this._map,e=i.options,n=!e.inertia||this._times.length<2;if(i.fire("dragend",t),n)i.fire("moveend");else{this._prunePositions(+new Date);var o=this._lastPos.subtract(this._positions[0]),s=(this._lastTime-this._times[0])/1e3,r=e.easeLinearity,a=o.multiplyBy(r/s),h=a.distanceTo([0,0]),u=Math.min(e.inertiaMaxSpeed,h),l=a.multiplyBy(u/h),c=u/(e.inertiaDeceleration*r),_=l.multiplyBy(-c/2).round();_.x||_.y?(_=i._limitOffset(_,i.options.maxBounds),f(function(){i.panBy(_,{duration:c,easeLinearity:r,noMoveStart:!0,animate:!0})})):i.fire("moveend")}}});be.addInitHook("addHandler","dragging",zn),be.mergeOptions({keyboard:!0,keyboardPanDelta:80});var Mn=Ee.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"),mt(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(),ft(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,i=document.documentElement,e=t.scrollTop||i.scrollTop,n=t.scrollLeft||i.scrollLeft;this._map._container.focus(),window.scrollTo(n,e)}},_onFocus:function(){this._focused=!0,this._map.fire("focus")},_onBlur:function(){this._focused=!1,this._map.fire("blur")},_setPanDelta:function(t){var i,e,n=this._panKeys={},o=this.keyCodes;for(i=0,e=o.left.length;i<e;i++)n[o.left[i]]=[-1*t,0];for(i=0,e=o.right.length;i<e;i++)n[o.right[i]]=[t,0];for(i=0,e=o.down.length;i<e;i++)n[o.down[i]]=[0,t];for(i=0,e=o.up.length;i<e;i++)n[o.up[i]]=[0,-1*t]},_setZoomDelta:function(t){var i,e,n=this._zoomKeys={},o=this.keyCodes;for(i=0,e=o.zoomIn.length;i<e;i++)n[o.zoomIn[i]]=t;for(i=0,e=o.zoomOut.length;i<e;i++)n[o.zoomOut[i]]=-t},_addHooks:function(){mt(document,"keydown",this._onKeyDown,this)},_removeHooks:function(){ft(document,"keydown",this._onKeyDown,this)},_onKeyDown:function(t){if(!(t.altKey||t.ctrlKey||t.metaKey)){var i,e=t.keyCode,n=this._map;if(e in this._panKeys)n._panAnim&&n._panAnim._inProgress||(i=this._panKeys[e],t.shiftKey&&(i=w(i).multiplyBy(3)),n.panBy(i),n.options.maxBounds&&n.panInsideBounds(n.options.maxBounds));else if(e in this._zoomKeys)n.setZoom(n.getZoom()+(t.shiftKey?3:1)*this._zoomKeys[e]);else{if(27!==e||!n._popup||!n._popup.options.closeOnEscapeKey)return;n.closePopup()}Lt(t)}}});be.addInitHook("addHandler","keyboard",Mn),be.mergeOptions({scrollWheelZoom:!0,wheelDebounceTime:40,wheelPxPerZoomLevel:60});var Cn=Ee.extend({addHooks:function(){mt(this._map._container,"mousewheel",this._onWheelScroll,this),this._delta=0},removeHooks:function(){ft(this._map._container,"mousewheel",this._onWheelScroll,this)},_onWheelScroll:function(t){var i=Tt(t),n=this._map.options.wheelDebounceTime;this._delta+=i,this._lastMousePos=this._map.mouseEventToContainerPoint(t),this._startTime||(this._startTime=+new Date);var o=Math.max(n-(+new Date-this._startTime),0);clearTimeout(this._timer),this._timer=setTimeout(e(this._performZoom,this),o),Lt(t)},_performZoom:function(){var t=this._map,i=t.getZoom(),e=this._map.options.zoomSnap||0;t._stop();var n=this._delta/(4*this._map.options.wheelPxPerZoomLevel),o=4*Math.log(2/(1+Math.exp(-Math.abs(n))))/Math.LN2,s=e?Math.ceil(o/e)*e:o,r=t._limitZoom(i+(this._delta>0?s:-s))-i;this._delta=0,this._startTime=null,r&&("center"===t.options.scrollWheelZoom?t.setZoom(i+r):t.setZoomAround(this._lastMousePos,i+r))}});be.addInitHook("addHandler","scrollWheelZoom",Cn),be.mergeOptions({tap:!0,tapTolerance:15});var Sn=Ee.extend({addHooks:function(){mt(this._map._container,"touchstart",this._onDown,this)},removeHooks:function(){ft(this._map._container,"touchstart",this._onDown,this)},_onDown:function(t){if(t.touches){if(Pt(t),this._fireClick=!0,t.touches.length>1)return this._fireClick=!1,void clearTimeout(this._holdTimeout);var i=t.touches[0],n=i.target;this._startPos=this._newPos=new x(i.clientX,i.clientY),n.tagName&&"a"===n.tagName.toLowerCase()&&Q(n,"leaflet-active"),this._holdTimeout=setTimeout(e(function(){this._isTapValid()&&(this._fireClick=!1,this._onUp(),this._simulateEvent("contextmenu",i))},this),1e3),this._simulateEvent("mousedown",i),mt(document,{touchmove:this._onMove,touchend:this._onUp},this)}},_onUp:function(t){if(clearTimeout(this._holdTimeout),ft(document,{touchmove:this._onMove,touchend:this._onUp},this),this._fireClick&&t&&t.changedTouches){var i=t.changedTouches[0],e=i.target;e&&e.tagName&&"a"===e.tagName.toLowerCase()&&tt(e,"leaflet-active"),this._simulateEvent("mouseup",i),this._isTapValid()&&this._simulateEvent("click",i)}},_isTapValid:function(){return this._newPos.distanceTo(this._startPos)<=this._map.options.tapTolerance},_onMove:function(t){var i=t.touches[0];this._newPos=new x(i.clientX,i.clientY),this._simulateEvent("mousemove",i)},_simulateEvent:function(t,i){var e=document.createEvent("MouseEvents");e._simulated=!0,i.target._simulatedClick=!0,e.initMouseEvent(t,!0,!0,window,1,i.screenX,i.screenY,i.clientX,i.clientY,!1,!1,!1,!1,0,null),i.target.dispatchEvent(e)}});qi&&!Vi&&be.addInitHook("addHandler","tap",Sn),be.mergeOptions({touchZoom:qi&&!Mi,bounceAtZoomLimits:!0});var Zn=Ee.extend({addHooks:function(){Q(this._map._container,"leaflet-touch-zoom"),mt(this._map._container,"touchstart",this._onTouchStart,this)},removeHooks:function(){tt(this._map._container,"leaflet-touch-zoom"),ft(this._map._container,"touchstart",this._onTouchStart,this)},_onTouchStart:function(t){var i=this._map;if(t.touches&&2===t.touches.length&&!i._animatingZoom&&!this._zooming){var e=i.mouseEventToContainerPoint(t.touches[0]),n=i.mouseEventToContainerPoint(t.touches[1]);this._centerPoint=i.getSize()._divideBy(2),this._startLatLng=i.containerPointToLatLng(this._centerPoint),"center"!==i.options.touchZoom&&(this._pinchStartLatLng=i.containerPointToLatLng(e.add(n)._divideBy(2))),this._startDist=e.distanceTo(n),this._startZoom=i.getZoom(),this._moved=!1,this._zooming=!0,i._stop(),mt(document,"touchmove",this._onTouchMove,this),mt(document,"touchend",this._onTouchEnd,this),Pt(t)}},_onTouchMove:function(t){if(t.touches&&2===t.touches.length&&this._zooming){var i=this._map,n=i.mouseEventToContainerPoint(t.touches[0]),o=i.mouseEventToContainerPoint(t.touches[1]),s=n.distanceTo(o)/this._startDist;if(this._zoom=i.getScaleZoom(s,this._startZoom),!i.options.bounceAtZoomLimits&&(this._zoom<i.getMinZoom()&&s<1||this._zoom>i.getMaxZoom()&&s>1)&&(this._zoom=i._limitZoom(this._zoom)),"center"===i.options.touchZoom){if(this._center=this._startLatLng,1===s)return}else{var r=n._add(o)._divideBy(2)._subtract(this._centerPoint);if(1===s&&0===r.x&&0===r.y)return;this._center=i.unproject(i.project(this._pinchStartLatLng,this._zoom).subtract(r),this._zoom)}this._moved||(i._moveStart(!0,!1),this._moved=!0),g(this._animRequest);var a=e(i._move,i,this._center,this._zoom,{pinch:!0,round:!1});this._animRequest=f(a,this,!0),Pt(t)}},_onTouchEnd:function(){this._moved&&this._zooming?(this._zooming=!1,g(this._animRequest),ft(document,"touchmove",this._onTouchMove),ft(document,"touchend",this._onTouchEnd),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))):this._zooming=!1}});be.addInitHook("addHandler","touchZoom",Zn),be.BoxZoom=bn,be.DoubleClickZoom=Tn,be.Drag=zn,be.Keyboard=Mn,be.ScrollWheelZoom=Cn,be.Tap=Sn,be.TouchZoom=Zn,Object.freeze=ti,t.version="1.4.0+HEAD.3337f36",t.Control=Te,t.control=ze,t.Browser=Qi,t.Evented=ci,t.Mixin=Be,t.Util=ui,t.Class=v,t.Handler=Ee,t.extend=i,t.bind=e,t.stamp=n,t.setOptions=l,t.DomEvent=Pe,t.DomUtil=ve,t.PosAnimation=Le,t.Draggable=Re,t.LineUtil=Ne,t.PolyUtil=De,t.Point=x,t.point=w,t.Bounds=P,t.bounds=b,t.Transformation=S,t.transformation=Z,t.Projection=He,t.LatLng=M,t.latLng=C,t.LatLngBounds=T,t.latLngBounds=z,t.CRS=di,t.GeoJSON=sn,t.geoJSON=Xt,t.geoJson=an,t.Layer=qe,t.LayerGroup=Ge,t.layerGroup=function(t,i){return new Ge(t,i)},t.FeatureGroup=Ke,t.featureGroup=function(t){return new Ke(t)},t.ImageOverlay=hn,t.imageOverlay=function(t,i,e){return new hn(t,i,e)},t.VideoOverlay=un,t.videoOverlay=function(t,i,e){return new un(t,i,e)},t.DivOverlay=ln,t.Popup=cn,t.popup=function(t,i){return new cn(t,i)},t.Tooltip=_n,t.tooltip=function(t,i){return new _n(t,i)},t.Icon=Ye,t.icon=function(t){return new Ye(t)},t.DivIcon=dn,t.divIcon=function(t){return new dn(t)},t.Marker=$e,t.marker=function(t,i){return new $e(t,i)},t.TileLayer=mn,t.tileLayer=Jt,t.GridLayer=pn,t.gridLayer=function(t){return new pn(t)},t.SVG=Pn,t.svg=Qt,t.Renderer=gn,t.Canvas=vn,t.canvas=$t,t.Path=Qe,t.CircleMarker=tn,t.circleMarker=function(t,i){return new tn(t,i)},t.Circle=en,t.circle=function(t,i,e){return new en(t,i,e)},t.Polyline=nn,t.polyline=function(t,i){return new nn(t,i)},t.Polygon=on,t.polygon=function(t,i){return new on(t,i)},t.Rectangle=Ln,t.rectangle=function(t,i){return new Ln(t,i)},t.Map=be,t.map=function(t,i){return new be(t,i)};var En=window.L;t.noConflict=function(){return window.L=En,this},window.L=t});
 
1
  /* @preserve
2
+ * Leaflet 1.7.1, a JS library for interactive maps. http://leafletjs.com
3
+ * (c) 2010-2019 Vladimir Agafonkin, (c) 2010-2011 CloudMade
4
  */
5
+ !function(t,i){"object"==typeof exports&&"undefined"!=typeof module?i(exports):"function"==typeof define&&define.amd?define(["exports"],i):i(t.L={})}(this,function(t){"use strict";function h(t){for(var i,e,n=1,o=arguments.length;n<o;n++)for(i in e=arguments[n])t[i]=e[i];return t}var s=Object.create||function(t){return i.prototype=t,new i};function i(){}function p(t,i){var e=Array.prototype.slice;if(t.bind)return t.bind.apply(t,e.call(arguments,1));var n=e.call(arguments,2);return function(){return t.apply(i,n.length?n.concat(e.call(arguments)):arguments)}}var e=0;function m(t){return t._leaflet_id=t._leaflet_id||++e,t._leaflet_id}function n(t,i,e){var n,o,s=function(){n=!1,o&&(r.apply(e,o),o=!1)},r=function(){n?o=arguments:(t.apply(e,arguments),setTimeout(s,i),n=!0)};return r}function o(t,i,e){var n=i[1],o=i[0],s=n-o;return t===n&&e?t:((t-o)%s+s)%s+o}function a(){return!1}function r(t,i){var e=Math.pow(10,void 0===i?6:i);return Math.round(t*e)/e}function u(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}function l(t){return u(t).split(/\s+/)}function c(t,i){for(var e in Object.prototype.hasOwnProperty.call(t,"options")||(t.options=t.options?s(t.options):{}),i)t.options[e]=i[e];return t.options}function _(t,i,e){var n=[];for(var o in t)n.push(encodeURIComponent(e?o.toUpperCase():o)+"="+encodeURIComponent(t[o]));return(i&&-1!==i.indexOf("?")?"&":"?")+n.join("&")}var d=/\{ *([\w_-]+) *\}/g;function f(t,n){return t.replace(d,function(t,i){var e=n[i];if(void 0===e)throw new Error("No value provided for variable "+t);return"function"==typeof e&&(e=e(n)),e})}var g=Array.isArray||function(t){return"[object Array]"===Object.prototype.toString.call(t)};function v(t,i){for(var e=0;e<t.length;e++)if(t[e]===i)return e;return-1}var y="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=";function x(t){return window["webkit"+t]||window["moz"+t]||window["ms"+t]}var w=0;function P(t){var i=+new Date,e=Math.max(0,16-(i-w));return w=i+e,window.setTimeout(t,e)}var b=window.requestAnimationFrame||x("RequestAnimationFrame")||P,T=window.cancelAnimationFrame||x("CancelAnimationFrame")||x("CancelRequestAnimationFrame")||function(t){window.clearTimeout(t)};function M(t,i,e){if(!e||b!==P)return b.call(window,p(t,i));t.call(i)}function z(t){t&&T.call(window,t)}var C={extend:h,create:s,bind:p,lastId:e,stamp:m,throttle:n,wrapNum:o,falseFn:a,formatNum:r,trim:u,splitWords:l,setOptions:c,getParamString:_,template:f,isArray:g,indexOf:v,emptyImageUrl:y,requestFn:b,cancelFn:T,requestAnimFrame:M,cancelAnimFrame:z};function S(){}S.extend=function(t){function i(){this.initialize&&this.initialize.apply(this,arguments),this.callInitHooks()}var e=i.__super__=this.prototype,n=s(e);for(var o in(n.constructor=i).prototype=n,this)Object.prototype.hasOwnProperty.call(this,o)&&"prototype"!==o&&"__super__"!==o&&(i[o]=this[o]);return t.statics&&(h(i,t.statics),delete t.statics),t.includes&&(function(t){if("undefined"==typeof L||!L||!L.Mixin)return;t=g(t)?t:[t];for(var i=0;i<t.length;i++)t[i]===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)}(t.includes),h.apply(null,[n].concat(t.includes)),delete t.includes),n.options&&(t.options=h(s(n.options),t.options)),h(n,t),n._initHooks=[],n.callInitHooks=function(){if(!this._initHooksCalled){e.callInitHooks&&e.callInitHooks.call(this),this._initHooksCalled=!0;for(var t=0,i=n._initHooks.length;t<i;t++)n._initHooks[t].call(this)}},i},S.include=function(t){return h(this.prototype,t),this},S.mergeOptions=function(t){return h(this.prototype.options,t),this},S.addInitHook=function(t){var i=Array.prototype.slice.call(arguments,1),e="function"==typeof t?t:function(){this[t].apply(this,i)};return this.prototype._initHooks=this.prototype._initHooks||[],this.prototype._initHooks.push(e),this};var Z={on:function(t,i,e){if("object"==typeof t)for(var n in t)this._on(n,t[n],i);else for(var o=0,s=(t=l(t)).length;o<s;o++)this._on(t[o],i,e);return this},off:function(t,i,e){if(t)if("object"==typeof t)for(var n in t)this._off(n,t[n],i);else for(var o=0,s=(t=l(t)).length;o<s;o++)this._off(t[o],i,e);else delete this._events;return this},_on:function(t,i,e){this._events=this._events||{};var n=this._events[t];n||(n=[],this._events[t]=n),e===this&&(e=void 0);for(var o={fn:i,ctx:e},s=n,r=0,a=s.length;r<a;r++)if(s[r].fn===i&&s[r].ctx===e)return;s.push(o)},_off:function(t,i,e){var n,o,s;if(this._events&&(n=this._events[t]))if(i){if(e===this&&(e=void 0),n)for(o=0,s=n.length;o<s;o++){var r=n[o];if(r.ctx===e&&r.fn===i)return r.fn=a,this._firingCount&&(this._events[t]=n=n.slice()),void n.splice(o,1)}}else{for(o=0,s=n.length;o<s;o++)n[o].fn=a;delete this._events[t]}},fire:function(t,i,e){if(!this.listens(t,e))return this;var n=h({},i,{type:t,target:this,sourceTarget:i&&i.sourceTarget||this});if(this._events){var o=this._events[t];if(o){this._firingCount=this._firingCount+1||1;for(var s=0,r=o.length;s<r;s++){var a=o[s];a.fn.call(a.ctx||this,n)}this._firingCount--}}return e&&this._propagateEvent(n),this},listens:function(t,i){var e=this._events&&this._events[t];if(e&&e.length)return!0;if(i)for(var n in this._eventParents)if(this._eventParents[n].listens(t,i))return!0;return!1},once:function(t,i,e){if("object"==typeof t){for(var n in t)this.once(n,t[n],i);return this}var o=p(function(){this.off(t,i,e).off(t,o,e)},this);return this.on(t,i,e).on(t,o,e)},addEventParent:function(t){return this._eventParents=this._eventParents||{},this._eventParents[m(t)]=t,this},removeEventParent:function(t){return this._eventParents&&delete this._eventParents[m(t)],this},_propagateEvent:function(t){for(var i in this._eventParents)this._eventParents[i].fire(t.type,h({layer:t.target,propagatedFrom:t.target},t),!0)}};Z.addEventListener=Z.on,Z.removeEventListener=Z.clearAllEventListeners=Z.off,Z.addOneTimeEventListener=Z.once,Z.fireEvent=Z.fire,Z.hasEventListeners=Z.listens;var E=S.extend(Z);function k(t,i,e){this.x=e?Math.round(t):t,this.y=e?Math.round(i):i}var B=Math.trunc||function(t){return 0<t?Math.floor(t):Math.ceil(t)};function A(t,i,e){return t instanceof k?t:g(t)?new k(t[0],t[1]):null==t?t:"object"==typeof t&&"x"in t&&"y"in t?new k(t.x,t.y):new k(t,i,e)}function I(t,i){if(t)for(var e=i?[t,i]:t,n=0,o=e.length;n<o;n++)this.extend(e[n])}function O(t,i){return!t||t instanceof I?t:new I(t,i)}function R(t,i){if(t)for(var e=i?[t,i]:t,n=0,o=e.length;n<o;n++)this.extend(e[n])}function N(t,i){return t instanceof R?t:new R(t,i)}function D(t,i,e){if(isNaN(t)||isNaN(i))throw new Error("Invalid LatLng object: ("+t+", "+i+")");this.lat=+t,this.lng=+i,void 0!==e&&(this.alt=+e)}function j(t,i,e){return t instanceof D?t:g(t)&&"object"!=typeof t[0]?3===t.length?new D(t[0],t[1],t[2]):2===t.length?new D(t[0],t[1]):null:null==t?t:"object"==typeof t&&"lat"in t?new D(t.lat,"lng"in t?t.lng:t.lon,t.alt):void 0===i?null:new D(t,i,e)}k.prototype={clone:function(){return new k(this.x,this.y)},add:function(t){return this.clone()._add(A(t))},_add:function(t){return this.x+=t.x,this.y+=t.y,this},subtract:function(t){return this.clone()._subtract(A(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 k(this.x*t.x,this.y*t.y)},unscaleBy:function(t){return new k(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=B(this.x),this.y=B(this.y),this},distanceTo:function(t){var i=(t=A(t)).x-this.x,e=t.y-this.y;return Math.sqrt(i*i+e*e)},equals:function(t){return(t=A(t)).x===this.x&&t.y===this.y},contains:function(t){return t=A(t),Math.abs(t.x)<=Math.abs(this.x)&&Math.abs(t.y)<=Math.abs(this.y)},toString:function(){return"Point("+r(this.x)+", "+r(this.y)+")"}},I.prototype={extend:function(t){return t=A(t),this.min||this.max?(this.min.x=Math.min(t.x,this.min.x),this.max.x=Math.max(t.x,this.max.x),this.min.y=Math.min(t.y,this.min.y),this.max.y=Math.max(t.y,this.max.y)):(this.min=t.clone(),this.max=t.clone()),this},getCenter:function(t){return new k((this.min.x+this.max.x)/2,(this.min.y+this.max.y)/2,t)},getBottomLeft:function(){return new k(this.min.x,this.max.y)},getTopRight:function(){return new k(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 i,e;return(t=("number"==typeof t[0]||t instanceof k?A:O)(t))instanceof I?(i=t.min,e=t.max):i=e=t,i.x>=this.min.x&&e.x<=this.max.x&&i.y>=this.min.y&&e.y<=this.max.y},intersects:function(t){t=O(t);var i=this.min,e=this.max,n=t.min,o=t.max,s=o.x>=i.x&&n.x<=e.x,r=o.y>=i.y&&n.y<=e.y;return s&&r},overlaps:function(t){t=O(t);var i=this.min,e=this.max,n=t.min,o=t.max,s=o.x>i.x&&n.x<e.x,r=o.y>i.y&&n.y<e.y;return s&&r},isValid:function(){return!(!this.min||!this.max)}},R.prototype={extend:function(t){var i,e,n=this._southWest,o=this._northEast;if(t instanceof D)e=i=t;else{if(!(t instanceof R))return t?this.extend(j(t)||N(t)):this;if(i=t._southWest,e=t._northEast,!i||!e)return this}return n||o?(n.lat=Math.min(i.lat,n.lat),n.lng=Math.min(i.lng,n.lng),o.lat=Math.max(e.lat,o.lat),o.lng=Math.max(e.lng,o.lng)):(this._southWest=new D(i.lat,i.lng),this._northEast=new D(e.lat,e.lng)),this},pad:function(t){var i=this._southWest,e=this._northEast,n=Math.abs(i.lat-e.lat)*t,o=Math.abs(i.lng-e.lng)*t;return new R(new D(i.lat-n,i.lng-o),new D(e.lat+n,e.lng+o))},getCenter:function(){return new D((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 D(this.getNorth(),this.getWest())},getSouthEast:function(){return new D(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){t=("number"==typeof t[0]||t instanceof D||"lat"in t?j:N)(t);var i,e,n=this._southWest,o=this._northEast;return t instanceof R?(i=t.getSouthWest(),e=t.getNorthEast()):i=e=t,i.lat>=n.lat&&e.lat<=o.lat&&i.lng>=n.lng&&e.lng<=o.lng},intersects:function(t){t=N(t);var i=this._southWest,e=this._northEast,n=t.getSouthWest(),o=t.getNorthEast(),s=o.lat>=i.lat&&n.lat<=e.lat,r=o.lng>=i.lng&&n.lng<=e.lng;return s&&r},overlaps:function(t){t=N(t);var i=this._southWest,e=this._northEast,n=t.getSouthWest(),o=t.getNorthEast(),s=o.lat>i.lat&&n.lat<e.lat,r=o.lng>i.lng&&n.lng<e.lng;return s&&r},toBBoxString:function(){return[this.getWest(),this.getSouth(),this.getEast(),this.getNorth()].join(",")},equals:function(t,i){return!!t&&(t=N(t),this._southWest.equals(t.getSouthWest(),i)&&this._northEast.equals(t.getNorthEast(),i))},isValid:function(){return!(!this._southWest||!this._northEast)}};var W,H={latLngToPoint:function(t,i){var e=this.projection.project(t),n=this.scale(i);return this.transformation._transform(e,n)},pointToLatLng:function(t,i){var e=this.scale(i),n=this.transformation.untransform(t,e);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 i=this.projection.bounds,e=this.scale(t);return new I(this.transformation.transform(i.min,e),this.transformation.transform(i.max,e))},infinite:!(D.prototype={equals:function(t,i){return!!t&&(t=j(t),Math.max(Math.abs(this.lat-t.lat),Math.abs(this.lng-t.lng))<=(void 0===i?1e-9:i))},toString:function(t){return"LatLng("+r(this.lat,t)+", "+r(this.lng,t)+")"},distanceTo:function(t){return F.distance(this,j(t))},wrap:function(){return F.wrapLatLng(this)},toBounds:function(t){var i=180*t/40075017,e=i/Math.cos(Math.PI/180*this.lat);return N([this.lat-i,this.lng-e],[this.lat+i,this.lng+e])},clone:function(){return new D(this.lat,this.lng,this.alt)}}),wrapLatLng:function(t){var i=this.wrapLng?o(t.lng,this.wrapLng,!0):t.lng;return new D(this.wrapLat?o(t.lat,this.wrapLat,!0):t.lat,i,t.alt)},wrapLatLngBounds:function(t){var i=t.getCenter(),e=this.wrapLatLng(i),n=i.lat-e.lat,o=i.lng-e.lng;if(0==n&&0==o)return t;var s=t.getSouthWest(),r=t.getNorthEast();return new R(new D(s.lat-n,s.lng-o),new D(r.lat-n,r.lng-o))}},F=h({},H,{wrapLng:[-180,180],R:6371e3,distance:function(t,i){var e=Math.PI/180,n=t.lat*e,o=i.lat*e,s=Math.sin((i.lat-t.lat)*e/2),r=Math.sin((i.lng-t.lng)*e/2),a=s*s+Math.cos(n)*Math.cos(o)*r*r,h=2*Math.atan2(Math.sqrt(a),Math.sqrt(1-a));return this.R*h}}),U=6378137,V={R:U,MAX_LATITUDE:85.0511287798,project:function(t){var i=Math.PI/180,e=this.MAX_LATITUDE,n=Math.max(Math.min(e,t.lat),-e),o=Math.sin(n*i);return new k(this.R*t.lng*i,this.R*Math.log((1+o)/(1-o))/2)},unproject:function(t){var i=180/Math.PI;return new D((2*Math.atan(Math.exp(t.y/this.R))-Math.PI/2)*i,t.x*i/this.R)},bounds:new I([-(W=U*Math.PI),-W],[W,W])};function q(t,i,e,n){if(g(t))return this._a=t[0],this._b=t[1],this._c=t[2],void(this._d=t[3]);this._a=t,this._b=i,this._c=e,this._d=n}function G(t,i,e,n){return new q(t,i,e,n)}q.prototype={transform:function(t,i){return this._transform(t.clone(),i)},_transform:function(t,i){return i=i||1,t.x=i*(this._a*t.x+this._b),t.y=i*(this._c*t.y+this._d),t},untransform:function(t,i){return i=i||1,new k((t.x/i-this._b)/this._a,(t.y/i-this._d)/this._c)}};var K,Y=h({},F,{code:"EPSG:3857",projection:V,transformation:G(K=.5/(Math.PI*V.R),.5,-K,.5)}),X=h({},Y,{code:"EPSG:900913"});function J(t){return document.createElementNS("http://www.w3.org/2000/svg",t)}function $(t,i){for(var e,n,o,s,r="",a=0,h=t.length;a<h;a++){for(e=0,n=(o=t[a]).length;e<n;e++)r+=(e?"L":"M")+(s=o[e]).x+" "+s.y;r+=i?Zt?"z":"x":""}return r||"M0 0"}var Q=document.documentElement.style,tt="ActiveXObject"in window,it=tt&&!document.addEventListener,et="msLaunchUri"in navigator&&!("documentMode"in document),nt=kt("webkit"),ot=kt("android"),st=kt("android 2")||kt("android 3"),rt=parseInt(/WebKit\/([0-9]+)|$/.exec(navigator.userAgent)[1],10),at=ot&&kt("Google")&&rt<537&&!("AudioNode"in window),ht=!!window.opera,ut=!et&&kt("chrome"),lt=kt("gecko")&&!nt&&!ht&&!tt,ct=!ut&&kt("safari"),_t=kt("phantom"),dt="OTransition"in Q,pt=0===navigator.platform.indexOf("Win"),mt=tt&&"transition"in Q,ft="WebKitCSSMatrix"in window&&"m11"in new window.WebKitCSSMatrix&&!st,gt="MozPerspective"in Q,vt=!window.L_DISABLE_3D&&(mt||ft||gt)&&!dt&&!_t,yt="undefined"!=typeof orientation||kt("mobile"),xt=yt&&nt,wt=yt&&ft,Pt=!window.PointerEvent&&window.MSPointerEvent,Lt=!(!window.PointerEvent&&!Pt),bt=!window.L_NO_TOUCH&&(Lt||"ontouchstart"in window||window.DocumentTouch&&document instanceof window.DocumentTouch),Tt=yt&&ht,Mt=yt&&lt,zt=1<(window.devicePixelRatio||window.screen.deviceXDPI/window.screen.logicalXDPI),Ct=function(){var t=!1;try{var i=Object.defineProperty({},"passive",{get:function(){t=!0}});window.addEventListener("testPassiveEventSupport",a,i),window.removeEventListener("testPassiveEventSupport",a,i)}catch(t){}return t}(),St=!!document.createElement("canvas").getContext,Zt=!(!document.createElementNS||!J("svg").createSVGRect),Et=!Zt&&function(){try{var t=document.createElement("div");t.innerHTML='<v:shape adj="1"/>';var i=t.firstChild;return i.style.behavior="url(#default#VML)",i&&"object"==typeof i.adj}catch(t){return!1}}();function kt(t){return 0<=navigator.userAgent.toLowerCase().indexOf(t)}var Bt={ie:tt,ielt9:it,edge:et,webkit:nt,android:ot,android23:st,androidStock:at,opera:ht,chrome:ut,gecko:lt,safari:ct,phantom:_t,opera12:dt,win:pt,ie3d:mt,webkit3d:ft,gecko3d:gt,any3d:vt,mobile:yt,mobileWebkit:xt,mobileWebkit3d:wt,msPointer:Pt,pointer:Lt,touch:bt,mobileOpera:Tt,mobileGecko:Mt,retina:zt,passiveEvents:Ct,canvas:St,svg:Zt,vml:Et},At=Pt?"MSPointerDown":"pointerdown",It=Pt?"MSPointerMove":"pointermove",Ot=Pt?"MSPointerUp":"pointerup",Rt=Pt?"MSPointerCancel":"pointercancel",Nt={},Dt=!1;function jt(t,i,e,n){function o(t){Ut(t,r)}var s,r,a,h,u,l,c,_;function d(t){t.pointerType===(t.MSPOINTER_TYPE_MOUSE||"mouse")&&0===t.buttons||Ut(t,h)}return"touchstart"===i?(u=t,l=e,c=n,_=p(function(t){t.MSPOINTER_TYPE_TOUCH&&t.pointerType===t.MSPOINTER_TYPE_TOUCH&&Ri(t),Ut(t,l)}),u["_leaflet_touchstart"+c]=_,u.addEventListener(At,_,!1),Dt||(document.addEventListener(At,Wt,!0),document.addEventListener(It,Ht,!0),document.addEventListener(Ot,Ft,!0),document.addEventListener(Rt,Ft,!0),Dt=!0)):"touchmove"===i?(h=e,(a=t)["_leaflet_touchmove"+n]=d,a.addEventListener(It,d,!1)):"touchend"===i&&(r=e,(s=t)["_leaflet_touchend"+n]=o,s.addEventListener(Ot,o,!1),s.addEventListener(Rt,o,!1)),this}function Wt(t){Nt[t.pointerId]=t}function Ht(t){Nt[t.pointerId]&&(Nt[t.pointerId]=t)}function Ft(t){delete Nt[t.pointerId]}function Ut(t,i){for(var e in t.touches=[],Nt)t.touches.push(Nt[e]);t.changedTouches=[t],i(t)}var Vt=Pt?"MSPointerDown":Lt?"pointerdown":"touchstart",qt=Pt?"MSPointerUp":Lt?"pointerup":"touchend",Gt="_leaflet_";var Kt,Yt,Xt,Jt,$t,Qt,ti=fi(["transform","webkitTransform","OTransform","MozTransform","msTransform"]),ii=fi(["webkitTransition","transition","OTransition","MozTransition","msTransition"]),ei="webkitTransition"===ii||"OTransition"===ii?ii+"End":"transitionend";function ni(t){return"string"==typeof t?document.getElementById(t):t}function oi(t,i){var e,n=t.style[i]||t.currentStyle&&t.currentStyle[i];return n&&"auto"!==n||!document.defaultView||(n=(e=document.defaultView.getComputedStyle(t,null))?e[i]:null),"auto"===n?null:n}function si(t,i,e){var n=document.createElement(t);return n.className=i||"",e&&e.appendChild(n),n}function ri(t){var i=t.parentNode;i&&i.removeChild(t)}function ai(t){for(;t.firstChild;)t.removeChild(t.firstChild)}function hi(t){var i=t.parentNode;i&&i.lastChild!==t&&i.appendChild(t)}function ui(t){var i=t.parentNode;i&&i.firstChild!==t&&i.insertBefore(t,i.firstChild)}function li(t,i){if(void 0!==t.classList)return t.classList.contains(i);var e=pi(t);return 0<e.length&&new RegExp("(^|\\s)"+i+"(\\s|$)").test(e)}function ci(t,i){var e;if(void 0!==t.classList)for(var n=l(i),o=0,s=n.length;o<s;o++)t.classList.add(n[o]);else li(t,i)||di(t,((e=pi(t))?e+" ":"")+i)}function _i(t,i){void 0!==t.classList?t.classList.remove(i):di(t,u((" "+pi(t)+" ").replace(" "+i+" "," ")))}function di(t,i){void 0===t.className.baseVal?t.className=i:t.className.baseVal=i}function pi(t){return t.correspondingElement&&(t=t.correspondingElement),void 0===t.className.baseVal?t.className:t.className.baseVal}function mi(t,i){"opacity"in t.style?t.style.opacity=i:"filter"in t.style&&function(t,i){var e=!1,n="DXImageTransform.Microsoft.Alpha";try{e=t.filters.item(n)}catch(t){if(1===i)return}i=Math.round(100*i),e?(e.Enabled=100!==i,e.Opacity=i):t.style.filter+=" progid:"+n+"(opacity="+i+")"}(t,i)}function fi(t){for(var i=document.documentElement.style,e=0;e<t.length;e++)if(t[e]in i)return t[e];return!1}function gi(t,i,e){var n=i||new k(0,0);t.style[ti]=(mt?"translate("+n.x+"px,"+n.y+"px)":"translate3d("+n.x+"px,"+n.y+"px,0)")+(e?" scale("+e+")":"")}function vi(t,i){t._leaflet_pos=i,vt?gi(t,i):(t.style.left=i.x+"px",t.style.top=i.y+"px")}function yi(t){return t._leaflet_pos||new k(0,0)}function xi(){zi(window,"dragstart",Ri)}function wi(){Si(window,"dragstart",Ri)}function Pi(t){for(;-1===t.tabIndex;)t=t.parentNode;t.style&&(Li(),Qt=($t=t).style.outline,t.style.outline="none",zi(window,"keydown",Li))}function Li(){$t&&($t.style.outline=Qt,Qt=$t=void 0,Si(window,"keydown",Li))}function bi(t){for(;!((t=t.parentNode).offsetWidth&&t.offsetHeight||t===document.body););return t}function Ti(t){var i=t.getBoundingClientRect();return{x:i.width/t.offsetWidth||1,y:i.height/t.offsetHeight||1,boundingClientRect:i}}Jt="onselectstart"in document?(Xt=function(){zi(window,"selectstart",Ri)},function(){Si(window,"selectstart",Ri)}):(Yt=fi(["userSelect","WebkitUserSelect","OUserSelect","MozUserSelect","msUserSelect"]),Xt=function(){var t;Yt&&(t=document.documentElement.style,Kt=t[Yt],t[Yt]="none")},function(){Yt&&(document.documentElement.style[Yt]=Kt,Kt=void 0)});var Mi={TRANSFORM:ti,TRANSITION:ii,TRANSITION_END:ei,get:ni,getStyle:oi,create:si,remove:ri,empty:ai,toFront:hi,toBack:ui,hasClass:li,addClass:ci,removeClass:_i,setClass:di,getClass:pi,setOpacity:mi,testProp:fi,setTransform:gi,setPosition:vi,getPosition:yi,disableTextSelection:Xt,enableTextSelection:Jt,disableImageDrag:xi,enableImageDrag:wi,preventOutline:Pi,restoreOutline:Li,getSizedParentNode:bi,getScale:Ti};function zi(t,i,e,n){if("object"==typeof i)for(var o in i)ki(t,o,i[o],e);else for(var s=0,r=(i=l(i)).length;s<r;s++)ki(t,i[s],e,n);return this}var Ci="_leaflet_events";function Si(t,i,e,n){if("object"==typeof i)for(var o in i)Bi(t,o,i[o],e);else if(i)for(var s=0,r=(i=l(i)).length;s<r;s++)Bi(t,i[s],e,n);else{for(var a in t[Ci])Bi(t,a,t[Ci][a]);delete t[Ci]}return this}function Zi(){return Lt&&(!et&&!ct)}var Ei={mouseenter:"mouseover",mouseleave:"mouseout",wheel:!("onwheel"in window)&&"mousewheel"};function ki(i,t,e,n){var o=t+m(e)+(n?"_"+m(n):"");if(i[Ci]&&i[Ci][o])return this;var s,r,a,h,u,l,c=function(t){return e.call(n||i,t||window.event)},_=c;function d(t){if(Lt){if(!t.isPrimary)return;if("mouse"===t.pointerType)return}else if(1<t.touches.length)return;var i=Date.now(),e=i-(h||i);u=t.touches?t.touches[0]:t,l=0<e&&e<=250,h=i}function p(t){if(l&&!u.cancelBubble){if(Lt){if("mouse"===t.pointerType)return;var i,e,n={};for(e in u)i=u[e],n[e]=i&&i.bind?i.bind(u):i;u=n}u.type="dblclick",u.button=0,r(u),h=null}}Lt&&0===t.indexOf("touch")?jt(i,t,c,o):bt&&"dblclick"===t&&!Zi()?(r=c,l=!1,(s=i)[Gt+Vt+(a=o)]=d,s[Gt+qt+a]=p,s[Gt+"dblclick"+a]=r,s.addEventListener(Vt,d,!!Ct&&{passive:!1}),s.addEventListener(qt,p,!!Ct&&{passive:!1}),s.addEventListener("dblclick",r,!1)):"addEventListener"in i?"touchstart"===t||"touchmove"===t||"wheel"===t||"mousewheel"===t?i.addEventListener(Ei[t]||t,c,!!Ct&&{passive:!1}):"mouseenter"===t||"mouseleave"===t?(c=function(t){t=t||window.event,Vi(i,t)&&_(t)},i.addEventListener(Ei[t],c,!1)):i.addEventListener(t,_,!1):"attachEvent"in i&&i.attachEvent("on"+t,c),i[Ci]=i[Ci]||{},i[Ci][o]=c}function Bi(t,i,e,n){var o,s,r,a,h,u,l,c,_=i+m(e)+(n?"_"+m(n):""),d=t[Ci]&&t[Ci][_];if(!d)return this;Lt&&0===i.indexOf("touch")?(c=(u=t)["_leaflet_"+(l=i)+_],"touchstart"===l?u.removeEventListener(At,c,!1):"touchmove"===l?u.removeEventListener(It,c,!1):"touchend"===l&&(u.removeEventListener(Ot,c,!1),u.removeEventListener(Rt,c,!1))):bt&&"dblclick"===i&&!Zi()?(r=(o=t)[Gt+Vt+(s=_)],a=o[Gt+qt+s],h=o[Gt+"dblclick"+s],o.removeEventListener(Vt,r,!!Ct&&{passive:!1}),o.removeEventListener(qt,a,!!Ct&&{passive:!1}),o.removeEventListener("dblclick",h,!1)):"removeEventListener"in t?t.removeEventListener(Ei[i]||i,d,!1):"detachEvent"in t&&t.detachEvent("on"+i,d),t[Ci][_]=null}function Ai(t){return t.stopPropagation?t.stopPropagation():t.originalEvent?t.originalEvent._stopped=!0:t.cancelBubble=!0,Ui(t),this}function Ii(t){return ki(t,"wheel",Ai),this}function Oi(t){return zi(t,"mousedown touchstart dblclick",Ai),ki(t,"click",Fi),this}function Ri(t){return t.preventDefault?t.preventDefault():t.returnValue=!1,this}function Ni(t){return Ri(t),Ai(t),this}function Di(t,i){if(!i)return new k(t.clientX,t.clientY);var e=Ti(i),n=e.boundingClientRect;return new k((t.clientX-n.left)/e.x-i.clientLeft,(t.clientY-n.top)/e.y-i.clientTop)}var ji=pt&&ut?2*window.devicePixelRatio:lt?window.devicePixelRatio:1;function Wi(t){return et?t.wheelDeltaY/2:t.deltaY&&0===t.deltaMode?-t.deltaY/ji:t.deltaY&&1===t.deltaMode?20*-t.deltaY:t.deltaY&&2===t.deltaMode?60*-t.deltaY:t.deltaX||t.deltaZ?0:t.wheelDelta?(t.wheelDeltaY||t.wheelDelta)/2:t.detail&&Math.abs(t.detail)<32765?20*-t.detail:t.detail?t.detail/-32765*60:0}var Hi={};function Fi(t){Hi[t.type]=!0}function Ui(t){var i=Hi[t.type];return Hi[t.type]=!1,i}function Vi(t,i){var e=i.relatedTarget;if(!e)return!0;try{for(;e&&e!==t;)e=e.parentNode}catch(t){return!1}return e!==t}var qi={on:zi,off:Si,stopPropagation:Ai,disableScrollPropagation:Ii,disableClickPropagation:Oi,preventDefault:Ri,stop:Ni,getMousePosition:Di,getWheelDelta:Wi,fakeStop:Fi,skipped:Ui,isExternalTarget:Vi,addListener:zi,removeListener:Si},Gi=E.extend({run:function(t,i,e,n){this.stop(),this._el=t,this._inProgress=!0,this._duration=e||.25,this._easeOutPower=1/Math.max(n||.5,.2),this._startPos=yi(t),this._offset=i.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=M(this._animate,this),this._step()},_step:function(t){var i=new Date-this._startTime,e=1e3*this._duration;i<e?this._runFrame(this._easeOut(i/e),t):(this._runFrame(1),this._complete())},_runFrame:function(t,i){var e=this._startPos.add(this._offset.multiplyBy(t));i&&e._round(),vi(this._el,e),this.fire("step")},_complete:function(){z(this._animId),this._inProgress=!1,this.fire("end")},_easeOut:function(t){return 1-Math.pow(1-t,this._easeOutPower)}}),Ki=E.extend({options:{crs:Y,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,i){i=c(this,i),this._handlers=[],this._layers={},this._zoomBoundLayers={},this._sizeChanged=!0,this._initContainer(t),this._initLayout(),this._onResize=p(this._onResize,this),this._initEvents(),i.maxBounds&&this.setMaxBounds(i.maxBounds),void 0!==i.zoom&&(this._zoom=this._limitZoom(i.zoom)),i.center&&void 0!==i.zoom&&this.setView(j(i.center),i.zoom,{reset:!0}),this.callInitHooks(),this._zoomAnimated=ii&&vt&&!Tt&&this.options.zoomAnimation,this._zoomAnimated&&(this._createAnimProxy(),zi(this._proxy,ei,this._catchTransitionEnd,this)),this._addLayers(this.options.layers)},setView:function(t,i,e){if((i=void 0===i?this._zoom:this._limitZoom(i),t=this._limitCenter(j(t),i,this.options.maxBounds),e=e||{},this._stop(),this._loaded&&!e.reset&&!0!==e)&&(void 0!==e.animate&&(e.zoom=h({animate:e.animate},e.zoom),e.pan=h({animate:e.animate,duration:e.duration},e.pan)),this._zoom!==i?this._tryAnimatedZoom&&this._tryAnimatedZoom(t,i,e.zoom):this._tryAnimatedPan(t,e.pan)))return clearTimeout(this._sizeTimer),this;return this._resetView(t,i),this},setZoom:function(t,i){return this._loaded?this.setView(this.getCenter(),t,{zoom:i}):(this._zoom=t,this)},zoomIn:function(t,i){return t=t||(vt?this.options.zoomDelta:1),this.setZoom(this._zoom+t,i)},zoomOut:function(t,i){return t=t||(vt?this.options.zoomDelta:1),this.setZoom(this._zoom-t,i)},setZoomAround:function(t,i,e){var n=this.getZoomScale(i),o=this.getSize().divideBy(2),s=(t instanceof k?t:this.latLngToContainerPoint(t)).subtract(o).multiplyBy(1-1/n),r=this.containerPointToLatLng(o.add(s));return this.setView(r,i,{zoom:e})},_getBoundsCenterZoom:function(t,i){i=i||{},t=t.getBounds?t.getBounds():N(t);var e=A(i.paddingTopLeft||i.padding||[0,0]),n=A(i.paddingBottomRight||i.padding||[0,0]),o=this.getBoundsZoom(t,!1,e.add(n));if((o="number"==typeof i.maxZoom?Math.min(i.maxZoom,o):o)===1/0)return{center:t.getCenter(),zoom:o};var s=n.subtract(e).divideBy(2),r=this.project(t.getSouthWest(),o),a=this.project(t.getNorthEast(),o);return{center:this.unproject(r.add(a).divideBy(2).add(s),o),zoom:o}},fitBounds:function(t,i){if(!(t=N(t)).isValid())throw new Error("Bounds are not valid.");var e=this._getBoundsCenterZoom(t,i);return this.setView(e.center,e.zoom,i)},fitWorld:function(t){return this.fitBounds([[-90,-180],[90,180]],t)},panTo:function(t,i){return this.setView(t,this._zoom,{pan:i})},panBy:function(t,i){return i=i||{},(t=A(t).round()).x||t.y?(!0===i.animate||this.getSize().contains(t)?(this._panAnim||(this._panAnim=new Gi,this._panAnim.on({step:this._onPanTransitionStep,end:this._onPanTransitionEnd},this)),i.noMoveStart||this.fire("movestart"),!1!==i.animate?(ci(this._mapPane,"leaflet-pan-anim"),e=this._getMapPanePos().subtract(t).round(),this._panAnim.run(this._mapPane,e,i.duration||.25,i.easeLinearity)):(this._rawPanBy(t),this.fire("move").fire("moveend"))):this._resetView(this.unproject(this.project(this.getCenter()).add(t)),this.getZoom()),this):this.fire("moveend");var e},flyTo:function(s,r,t){if(!1===(t=t||{}).animate||!vt)return this.setView(s,r,t);this._stop();var a=this.project(this.getCenter()),h=this.project(s),i=this.getSize(),u=this._zoom;s=j(s),r=void 0===r?u:r;var l=Math.max(i.x,i.y),n=l*this.getZoomScale(u,r),c=h.distanceTo(a)||1,_=1.42,o=_*_;function e(t){var i=(n*n-l*l+(t?-1:1)*o*o*c*c)/(2*(t?n:l)*o*c),e=Math.sqrt(i*i+1)-i;return e<1e-9?-18:Math.log(e)}function d(t){return(Math.exp(t)-Math.exp(-t))/2}function p(t){return(Math.exp(t)+Math.exp(-t))/2}var m=e(0);function f(t){return l*(p(m)*(d(i=m+_*t)/p(i))-d(m))/o;var i}var g=Date.now(),v=(e(1)-m)/_,y=t.duration?1e3*t.duration:1e3*v*.8;return this._moveStart(!0,t.noMoveStart),function t(){var i,e,n=(Date.now()-g)/y,o=(i=n,(1-Math.pow(1-i,1.5))*v);n<=1?(this._flyToFrame=M(t,this),this._move(this.unproject(a.add(h.subtract(a).multiplyBy(f(o)/c)),u),this.getScaleZoom(l/(e=o,l*(p(m)/p(m+_*e))),u),{flyTo:!0})):this._move(s,r)._moveEnd(!0)}.call(this),this},flyToBounds:function(t,i){var e=this._getBoundsCenterZoom(t,i);return this.flyTo(e.center,e.zoom,i)},setMaxBounds:function(t){return(t=N(t)).isValid()?(this.options.maxBounds&&this.off("moveend",this._panInsideMaxBounds),this.options.maxBounds=t,this._loaded&&this._panInsideMaxBounds(),this.on("moveend",this._panInsideMaxBounds)):(this.options.maxBounds=null,this.off("moveend",this._panInsideMaxBounds))},setMinZoom:function(t){var i=this.options.minZoom;return this.options.minZoom=t,this._loaded&&i!==t&&(this.fire("zoomlevelschange"),this.getZoom()<this.options.minZoom)?this.setZoom(t):this},setMaxZoom:function(t){var i=this.options.maxZoom;return this.options.maxZoom=t,this._loaded&&i!==t&&(this.fire("zoomlevelschange"),this.getZoom()>this.options.maxZoom)?this.setZoom(t):this},panInsideBounds:function(t,i){this._enforcingBounds=!0;var e=this.getCenter(),n=this._limitCenter(e,this._zoom,N(t));return e.equals(n)||this.panTo(n,i),this._enforcingBounds=!1,this},panInside:function(t,i){var e,n,o=A((i=i||{}).paddingTopLeft||i.padding||[0,0]),s=A(i.paddingBottomRight||i.padding||[0,0]),r=this.getCenter(),a=this.project(r),h=this.project(t),u=this.getPixelBounds(),l=u.getSize().divideBy(2),c=O([u.min.add(o),u.max.subtract(s)]);return c.contains(h)||(this._enforcingBounds=!0,e=a.subtract(h),n=A(h.x+e.x,h.y+e.y),(h.x<c.min.x||h.x>c.max.x)&&(n.x=a.x-e.x,0<e.x?n.x+=l.x-o.x:n.x-=l.x-s.x),(h.y<c.min.y||h.y>c.max.y)&&(n.y=a.y-e.y,0<e.y?n.y+=l.y-o.y:n.y-=l.y-s.y),this.panTo(this.unproject(n),i),this._enforcingBounds=!1),this},invalidateSize:function(t){if(!this._loaded)return this;t=h({animate:!1,pan:!0},!0===t?{animate:!0}:t);var i=this.getSize();this._sizeChanged=!0,this._lastCenter=null;var e=this.getSize(),n=i.divideBy(2).round(),o=e.divideBy(2).round(),s=n.subtract(o);return s.x||s.y?(t.animate&&t.pan?this.panBy(s):(t.pan&&this._rawPanBy(s),this.fire("move"),t.debounceMoveend?(clearTimeout(this._sizeTimer),this._sizeTimer=setTimeout(p(this.fire,this,"moveend"),200)):this.fire("moveend")),this.fire("resize",{oldSize:i,newSize:e})):this},stop:function(){return this.setZoom(this._limitZoom(this._zoom)),this.options.zoomSnap||this.fire("viewreset"),this._stop()},locate:function(t){if(t=this._locateOptions=h({timeout:1e4,watch:!1},t),!("geolocation"in navigator))return this._handleGeolocationError({code:0,message:"Geolocation not supported."}),this;var i=p(this._handleGeolocationResponse,this),e=p(this._handleGeolocationError,this);return t.watch?this._locationWatchId=navigator.geolocation.watchPosition(i,e,t):navigator.geolocation.getCurrentPosition(i,e,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){var i=t.code,e=t.message||(1===i?"permission denied":2===i?"position unavailable":"timeout");this._locateOptions.setView&&!this._loaded&&this.fitWorld(),this.fire("locationerror",{code:i,message:"Geolocation error: "+e+"."})},_handleGeolocationResponse:function(t){var i,e=new D(t.coords.latitude,t.coords.longitude),n=e.toBounds(2*t.coords.accuracy),o=this._locateOptions;o.setView&&(i=this.getBoundsZoom(n),this.setView(e,o.maxZoom?Math.min(i,o.maxZoom):i));var s={latlng:e,bounds:n,timestamp:t.timestamp};for(var r in t.coords)"number"==typeof t.coords[r]&&(s[r]=t.coords[r]);this.fire("locationfound",s)},addHandler:function(t,i){if(!i)return this;var e=this[t]=new i(this);return this._handlers.push(e),this.options[t]&&e.enable(),this},remove:function(){if(this._initEvents(!0),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(t){this._container._leaflet_id=void 0,this._containerId=void 0}var t;for(t in void 0!==this._locationWatchId&&this.stopLocate(),this._stop(),ri(this._mapPane),this._clearControlPos&&this._clearControlPos(),this._resizeRequest&&(z(this._resizeRequest),this._resizeRequest=null),this._clearHandlers(),this._loaded&&this.fire("unload"),this._layers)this._layers[t].remove();for(t in this._panes)ri(this._panes[t]);return this._layers=[],this._panes=[],delete this._mapPane,delete this._renderer,this},createPane:function(t,i){var e=si("div","leaflet-pane"+(t?" leaflet-"+t.replace("Pane","")+"-pane":""),i||this._mapPane);return t&&(this._panes[t]=e),e},getCenter:function(){return this._checkIfLoaded(),this._lastCenter&&!this._moved()?this._lastCenter:this.layerPointToLatLng(this._getCenterLayerPoint())},getZoom:function(){return this._zoom},getBounds:function(){var t=this.getPixelBounds();return new R(this.unproject(t.getBottomLeft()),this.unproject(t.getTopRight()))},getMinZoom:function(){return void 0===this.options.minZoom?this._layersMinZoom||0:this.options.minZoom},getMaxZoom:function(){return void 0===this.options.maxZoom?void 0===this._layersMaxZoom?1/0:this._layersMaxZoom:this.options.maxZoom},getBoundsZoom:function(t,i,e){t=N(t),e=A(e||[0,0]);var n=this.getZoom()||0,o=this.getMinZoom(),s=this.getMaxZoom(),r=t.getNorthWest(),a=t.getSouthEast(),h=this.getSize().subtract(e),u=O(this.project(a,n),this.project(r,n)).getSize(),l=vt?this.options.zoomSnap:1,c=h.x/u.x,_=h.y/u.y,d=i?Math.max(c,_):Math.min(c,_),n=this.getScaleZoom(d,n);return l&&(n=Math.round(n/(l/100))*(l/100),n=i?Math.ceil(n/l)*l:Math.floor(n/l)*l),Math.max(o,Math.min(s,n))},getSize:function(){return this._size&&!this._sizeChanged||(this._size=new k(this._container.clientWidth||0,this._container.clientHeight||0),this._sizeChanged=!1),this._size.clone()},getPixelBounds:function(t,i){var e=this._getTopLeftPoint(t,i);return new I(e,e.add(this.getSize()))},getPixelOrigin:function(){return this._checkIfLoaded(),this._pixelOrigin},getPixelWorldBounds:function(t){return this.options.crs.getProjectedBounds(void 0===t?this.getZoom():t)},getPane:function(t){return"string"==typeof t?this._panes[t]:t},getPanes:function(){return this._panes},getContainer:function(){return this._container},getZoomScale:function(t,i){var e=this.options.crs;return i=void 0===i?this._zoom:i,e.scale(t)/e.scale(i)},getScaleZoom:function(t,i){var e=this.options.crs;i=void 0===i?this._zoom:i;var n=e.zoom(t*e.scale(i));return isNaN(n)?1/0:n},project:function(t,i){return i=void 0===i?this._zoom:i,this.options.crs.latLngToPoint(j(t),i)},unproject:function(t,i){return i=void 0===i?this._zoom:i,this.options.crs.pointToLatLng(A(t),i)},layerPointToLatLng:function(t){var i=A(t).add(this.getPixelOrigin());return this.unproject(i)},latLngToLayerPoint:function(t){return this.project(j(t))._round()._subtract(this.getPixelOrigin())},wrapLatLng:function(t){return this.options.crs.wrapLatLng(j(t))},wrapLatLngBounds:function(t){return this.options.crs.wrapLatLngBounds(N(t))},distance:function(t,i){return this.options.crs.distance(j(t),j(i))},containerPointToLayerPoint:function(t){return A(t).subtract(this._getMapPanePos())},layerPointToContainerPoint:function(t){return A(t).add(this._getMapPanePos())},containerPointToLatLng:function(t){var i=this.containerPointToLayerPoint(A(t));return this.layerPointToLatLng(i)},latLngToContainerPoint:function(t){return this.layerPointToContainerPoint(this.latLngToLayerPoint(j(t)))},mouseEventToContainerPoint:function(t){return Di(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 i=this._container=ni(t);if(!i)throw new Error("Map container not found.");if(i._leaflet_id)throw new Error("Map container is already initialized.");zi(i,"scroll",this._onScroll,this),this._containerId=m(i)},_initLayout:function(){var t=this._container;this._fadeAnimated=this.options.fadeAnimation&&vt,ci(t,"leaflet-container"+(bt?" leaflet-touch":"")+(zt?" leaflet-retina":"")+(it?" leaflet-oldie":"")+(ct?" leaflet-safari":"")+(this._fadeAnimated?" leaflet-fade-anim":""));var i=oi(t,"position");"absolute"!==i&&"relative"!==i&&"fixed"!==i&&(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),vi(this._mapPane,new k(0,0)),this.createPane("tilePane"),this.createPane("shadowPane"),this.createPane("overlayPane"),this.createPane("markerPane"),this.createPane("tooltipPane"),this.createPane("popupPane"),this.options.markerZoomAnimation||(ci(t.markerPane,"leaflet-zoom-hide"),ci(t.shadowPane,"leaflet-zoom-hide"))},_resetView:function(t,i){vi(this._mapPane,new k(0,0));var e=!this._loaded;this._loaded=!0,i=this._limitZoom(i),this.fire("viewprereset");var n=this._zoom!==i;this._moveStart(n,!1)._move(t,i)._moveEnd(n),this.fire("viewreset"),e&&this.fire("load")},_moveStart:function(t,i){return t&&this.fire("zoomstart"),i||this.fire("movestart"),this},_move:function(t,i,e){void 0===i&&(i=this._zoom);var n=this._zoom!==i;return this._zoom=i,this._lastCenter=t,this._pixelOrigin=this._getNewPixelOrigin(t),(n||e&&e.pinch)&&this.fire("zoom",e),this.fire("move",e)},_moveEnd:function(t){return t&&this.fire("zoomend"),this.fire("moveend")},_stop:function(){return z(this._flyToFrame),this._panAnim&&this._panAnim.stop(),this},_rawPanBy:function(t){vi(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={};var i=t?Si:zi;i((this._targets[m(this._container)]=this)._container,"click dblclick mousedown mouseup mouseover mouseout mousemove contextmenu keypress keydown keyup",this._handleDOMEvent,this),this.options.trackResize&&i(window,"resize",this._onResize,this),vt&&this.options.transform3DLimit&&(t?this.off:this.on).call(this,"moveend",this._onMoveEnd)},_onResize:function(){z(this._resizeRequest),this._resizeRequest=M(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,i){for(var e,n=[],o="mouseout"===i||"mouseover"===i,s=t.target||t.srcElement,r=!1;s;){if((e=this._targets[m(s)])&&("click"===i||"preclick"===i)&&!t._simulated&&this._draggableMoved(e)){r=!0;break}if(e&&e.listens(i,!0)){if(o&&!Vi(s,t))break;if(n.push(e),o)break}if(s===this._container)break;s=s.parentNode}return n.length||r||o||!Vi(s,t)||(n=[this]),n},_handleDOMEvent:function(t){var i;this._loaded&&!Ui(t)&&("mousedown"!==(i=t.type)&&"keypress"!==i&&"keyup"!==i&&"keydown"!==i||Pi(t.target||t.srcElement),this._fireDOMEvent(t,i))},_mouseEvents:["click","dblclick","mouseover","mouseout","contextmenu"],_fireDOMEvent:function(t,i,e){var n;if("click"===t.type&&((n=h({},t)).type="preclick",this._fireDOMEvent(n,n.type,e)),!t._stopped&&(e=(e||[]).concat(this._findEventTargets(t,i))).length){var o=e[0];"contextmenu"===i&&o.listens(i,!0)&&Ri(t);var s,r={originalEvent:t};"keypress"!==t.type&&"keydown"!==t.type&&"keyup"!==t.type&&(s=o.getLatLng&&(!o._radius||o._radius<=10),r.containerPoint=s?this.latLngToContainerPoint(o.getLatLng()):this.mouseEventToContainerPoint(t),r.layerPoint=this.containerPointToLayerPoint(r.containerPoint),r.latlng=s?o.getLatLng():this.layerPointToLatLng(r.layerPoint));for(var a=0;a<e.length;a++)if(e[a].fire(i,r,!0),r.originalEvent._stopped||!1===e[a].options.bubblingMouseEvents&&-1!==v(this._mouseEvents,i))return}},_draggableMoved:function(t){return(t=t.dragging&&t.dragging.enabled()?t:this).dragging&&t.dragging.moved()||this.boxZoom&&this.boxZoom.moved()},_clearHandlers:function(){for(var t=0,i=this._handlers.length;t<i;t++)this._handlers[t].disable()},whenReady:function(t,i){return this._loaded?t.call(i||this,{target:this}):this.on("load",t,i),this},_getMapPanePos:function(){return yi(this._mapPane)||new k(0,0)},_moved:function(){var t=this._getMapPanePos();return t&&!t.equals([0,0])},_getTopLeftPoint:function(t,i){return(t&&void 0!==i?this._getNewPixelOrigin(t,i):this.getPixelOrigin()).subtract(this._getMapPanePos())},_getNewPixelOrigin:function(t,i){var e=this.getSize()._divideBy(2);return this.project(t,i)._subtract(e)._add(this._getMapPanePos())._round()},_latLngToNewLayerPoint:function(t,i,e){var n=this._getNewPixelOrigin(e,i);return this.project(t,i)._subtract(n)},_latLngBoundsToNewLayerBounds:function(t,i,e){var n=this._getNewPixelOrigin(e,i);return O([this.project(t.getSouthWest(),i)._subtract(n),this.project(t.getNorthWest(),i)._subtract(n),this.project(t.getSouthEast(),i)._subtract(n),this.project(t.getNorthEast(),i)._subtract(n)])},_getCenterLayerPoint:function(){return this.containerPointToLayerPoint(this.getSize()._divideBy(2))},_getCenterOffset:function(t){return this.latLngToLayerPoint(t).subtract(this._getCenterLayerPoint())},_limitCenter:function(t,i,e){if(!e)return t;var n=this.project(t,i),o=this.getSize().divideBy(2),s=new I(n.subtract(o),n.add(o)),r=this._getBoundsOffset(s,e,i);return r.round().equals([0,0])?t:this.unproject(n.add(r),i)},_limitOffset:function(t,i){if(!i)return t;var e=this.getPixelBounds(),n=new I(e.min.add(t),e.max.add(t));return t.add(this._getBoundsOffset(n,i))},_getBoundsOffset:function(t,i,e){var n=O(this.project(i.getNorthEast(),e),this.project(i.getSouthWest(),e)),o=n.min.subtract(t.min),s=n.max.subtract(t.max);return new k(this._rebound(o.x,-s.x),this._rebound(o.y,-s.y))},_rebound:function(t,i){return 0<t+i?Math.round(t-i)/2:Math.max(0,Math.ceil(t))-Math.max(0,Math.floor(i))},_limitZoom:function(t){var i=this.getMinZoom(),e=this.getMaxZoom(),n=vt?this.options.zoomSnap:1;return n&&(t=Math.round(t/n)*n),Math.max(i,Math.min(e,t))},_onPanTransitionStep:function(){this.fire("move")},_onPanTransitionEnd:function(){_i(this._mapPane,"leaflet-pan-anim"),this.fire("moveend")},_tryAnimatedPan:function(t,i){var e=this._getCenterOffset(t)._trunc();return!(!0!==(i&&i.animate)&&!this.getSize().contains(e))&&(this.panBy(e,i),!0)},_createAnimProxy:function(){var t=this._proxy=si("div","leaflet-proxy leaflet-zoom-animated");this._panes.mapPane.appendChild(t),this.on("zoomanim",function(t){var i=ti,e=this._proxy.style[i];gi(this._proxy,this.project(t.center,t.zoom),this.getZoomScale(t.zoom,1)),e===this._proxy.style[i]&&this._animatingZoom&&this._onZoomTransitionEnd()},this),this.on("load moveend",this._animMoveEnd,this),this._on("unload",this._destroyAnimProxy,this)},_destroyAnimProxy:function(){ri(this._proxy),this.off("load moveend",this._animMoveEnd,this),delete this._proxy},_animMoveEnd:function(){var t=this.getCenter(),i=this.getZoom();gi(this._proxy,this.project(t,i),this.getZoomScale(i,1))},_catchTransitionEnd:function(t){this._animatingZoom&&0<=t.propertyName.indexOf("transform")&&this._onZoomTransitionEnd()},_nothingToAnimate:function(){return!this._container.getElementsByClassName("leaflet-zoom-animated").length},_tryAnimatedZoom:function(t,i,e){if(this._animatingZoom)return!0;if(e=e||{},!this._zoomAnimated||!1===e.animate||this._nothingToAnimate()||Math.abs(i-this._zoom)>this.options.zoomAnimationThreshold)return!1;var n=this.getZoomScale(i),o=this._getCenterOffset(t)._divideBy(1-1/n);return!(!0!==e.animate&&!this.getSize().contains(o))&&(M(function(){this._moveStart(!0,!1)._animateZoom(t,i,!0)},this),!0)},_animateZoom:function(t,i,e,n){this._mapPane&&(e&&(this._animatingZoom=!0,this._animateToCenter=t,this._animateToZoom=i,ci(this._mapPane,"leaflet-zoom-anim")),this.fire("zoomanim",{center:t,zoom:i,noUpdate:n}),setTimeout(p(this._onZoomTransitionEnd,this),250))},_onZoomTransitionEnd:function(){this._animatingZoom&&(this._mapPane&&_i(this._mapPane,"leaflet-zoom-anim"),this._animatingZoom=!1,this._move(this._animateToCenter,this._animateToZoom),M(function(){this._moveEnd(!0)},this))}});function Yi(t){return new Xi(t)}var Xi=S.extend({options:{position:"topright"},initialize:function(t){c(this,t)},getPosition:function(){return this.options.position},setPosition:function(t){var i=this._map;return i&&i.removeControl(this),this.options.position=t,i&&i.addControl(this),this},getContainer:function(){return this._container},addTo:function(t){this.remove(),this._map=t;var i=this._container=this.onAdd(t),e=this.getPosition(),n=t._controlCorners[e];return ci(i,"leaflet-control"),-1!==e.indexOf("bottom")?n.insertBefore(i,n.firstChild):n.appendChild(i),this._map.on("unload",this.remove,this),this},remove:function(){return this._map&&(ri(this._container),this.onRemove&&this.onRemove(this._map),this._map.off("unload",this.remove,this),this._map=null),this},_refocusOnMap:function(t){this._map&&t&&0<t.screenX&&0<t.screenY&&this._map.getContainer().focus()}});Ki.include({addControl:function(t){return t.addTo(this),this},removeControl:function(t){return t.remove(),this},_initControlPos:function(){var n=this._controlCorners={},o="leaflet-",s=this._controlContainer=si("div",o+"control-container",this._container);function t(t,i){var e=o+t+" "+o+i;n[t+i]=si("div",e,s)}t("top","left"),t("top","right"),t("bottom","left"),t("bottom","right")},_clearControlPos:function(){for(var t in this._controlCorners)ri(this._controlCorners[t]);ri(this._controlContainer),delete this._controlCorners,delete this._controlContainer}});var Ji=Xi.extend({options:{collapsed:!0,position:"topright",autoZIndex:!0,hideSingleBase:!1,sortLayers:!1,sortFunction:function(t,i,e,n){return e<n?-1:n<e?1:0}},initialize:function(t,i,e){for(var n in c(this,e),this._layerControlInputs=[],this._layers=[],this._lastZIndex=0,this._handlingClick=!1,t)this._addLayer(t[n],n);for(n in i)this._addLayer(i[n],n,!0)},onAdd:function(t){this._initLayout(),this._update(),(this._map=t).on("zoomend",this._checkDisabledLayers,this);for(var i=0;i<this._layers.length;i++)this._layers[i].layer.on("add remove",this._onLayerChange,this);return this._container},addTo:function(t){return Xi.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,i){return this._addLayer(t,i),this._map?this._update():this},addOverlay:function(t,i){return this._addLayer(t,i,!0),this._map?this._update():this},removeLayer:function(t){t.off("add remove",this._onLayerChange,this);var i=this._getLayer(m(t));return i&&this._layers.splice(this._layers.indexOf(i),1),this._map?this._update():this},expand:function(){ci(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?(ci(this._section,"leaflet-control-layers-scrollbar"),this._section.style.height=t+"px"):_i(this._section,"leaflet-control-layers-scrollbar"),this._checkDisabledLayers(),this},collapse:function(){return _i(this._container,"leaflet-control-layers-expanded"),this},_initLayout:function(){var t="leaflet-control-layers",i=this._container=si("div",t),e=this.options.collapsed;i.setAttribute("aria-haspopup",!0),Oi(i),Ii(i);var n=this._section=si("section",t+"-list");e&&(this._map.on("click",this.collapse,this),ot||zi(i,{mouseenter:this.expand,mouseleave:this.collapse},this));var o=this._layersLink=si("a",t+"-toggle",i);o.href="#",o.title="Layers",bt?(zi(o,"click",Ni),zi(o,"click",this.expand,this)):zi(o,"focus",this.expand,this),e||this.expand(),this._baseLayersList=si("div",t+"-base",n),this._separator=si("div",t+"-separator",n),this._overlaysList=si("div",t+"-overlays",n),i.appendChild(n)},_getLayer:function(t){for(var i=0;i<this._layers.length;i++)if(this._layers[i]&&m(this._layers[i].layer)===t)return this._layers[i]},_addLayer:function(t,i,e){this._map&&t.on("add remove",this._onLayerChange,this),this._layers.push({layer:t,name:i,overlay:e}),this.options.sortLayers&&this._layers.sort(p(function(t,i){return this.options.sortFunction(t.layer,i.layer,t.name,i.name)},this)),this.options.autoZIndex&&t.setZIndex&&(this._lastZIndex++,t.setZIndex(this._lastZIndex)),this._expandIfNotCollapsed()},_update:function(){if(!this._container)return this;ai(this._baseLayersList),ai(this._overlaysList),this._layerControlInputs=[];for(var t,i,e,n=0,o=0;o<this._layers.length;o++)e=this._layers[o],this._addItem(e),i=i||e.overlay,t=t||!e.overlay,n+=e.overlay?0:1;return this.options.hideSingleBase&&(t=t&&1<n,this._baseLayersList.style.display=t?"":"none"),this._separator.style.display=i&&t?"":"none",this},_onLayerChange:function(t){this._handlingClick||this._update();var i=this._getLayer(m(t.target)),e=i.overlay?"add"===t.type?"overlayadd":"overlayremove":"add"===t.type?"baselayerchange":null;e&&this._map.fire(e,i)},_createRadioElement:function(t,i){var e='<input type="radio" class="leaflet-control-layers-selector" name="'+t+'"'+(i?' checked="checked"':"")+"/>",n=document.createElement("div");return n.innerHTML=e,n.firstChild},_addItem:function(t){var i,e=document.createElement("label"),n=this._map.hasLayer(t.layer);t.overlay?((i=document.createElement("input")).type="checkbox",i.className="leaflet-control-layers-selector",i.defaultChecked=n):i=this._createRadioElement("leaflet-base-layers_"+m(this),n),this._layerControlInputs.push(i),i.layerId=m(t.layer),zi(i,"click",this._onInputClick,this);var o=document.createElement("span");o.innerHTML=" "+t.name;var s=document.createElement("div");return e.appendChild(s),s.appendChild(i),s.appendChild(o),(t.overlay?this._overlaysList:this._baseLayersList).appendChild(e),this._checkDisabledLayers(),e},_onInputClick:function(){var t,i,e=this._layerControlInputs,n=[],o=[];this._handlingClick=!0;for(var s=e.length-1;0<=s;s--)t=e[s],i=this._getLayer(t.layerId).layer,t.checked?n.push(i):t.checked||o.push(i);for(s=0;s<o.length;s++)this._map.hasLayer(o[s])&&this._map.removeLayer(o[s]);for(s=0;s<n.length;s++)this._map.hasLayer(n[s])||this._map.addLayer(n[s]);this._handlingClick=!1,this._refocusOnMap()},_checkDisabledLayers:function(){for(var t,i,e=this._layerControlInputs,n=this._map.getZoom(),o=e.length-1;0<=o;o--)t=e[o],i=this._getLayer(t.layerId).layer,t.disabled=void 0!==i.options.minZoom&&n<i.options.minZoom||void 0!==i.options.maxZoom&&n>i.options.maxZoom},_expandIfNotCollapsed:function(){return this._map&&!this.options.collapsed&&this.expand(),this},_expand:function(){return this.expand()},_collapse:function(){return this.collapse()}}),$i=Xi.extend({options:{position:"topleft",zoomInText:"+",zoomInTitle:"Zoom in",zoomOutText:"&#x2212;",zoomOutTitle:"Zoom out"},onAdd:function(t){var i="leaflet-control-zoom",e=si("div",i+" leaflet-bar"),n=this.options;return this._zoomInButton=this._createButton(n.zoomInText,n.zoomInTitle,i+"-in",e,this._zoomIn),this._zoomOutButton=this._createButton(n.zoomOutText,n.zoomOutTitle,i+"-out",e,this._zoomOut),this._updateDisabled(),t.on("zoomend zoomlevelschange",this._updateDisabled,this),e},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,i,e,n,o){var s=si("a",e,n);return s.innerHTML=t,s.href="#",s.title=i,s.setAttribute("role","button"),s.setAttribute("aria-label",i),Oi(s),zi(s,"click",Ni),zi(s,"click",o,this),zi(s,"click",this._refocusOnMap,this),s},_updateDisabled:function(){var t=this._map,i="leaflet-disabled";_i(this._zoomInButton,i),_i(this._zoomOutButton,i),!this._disabled&&t._zoom!==t.getMinZoom()||ci(this._zoomOutButton,i),!this._disabled&&t._zoom!==t.getMaxZoom()||ci(this._zoomInButton,i)}});Ki.mergeOptions({zoomControl:!0}),Ki.addInitHook(function(){this.options.zoomControl&&(this.zoomControl=new $i,this.addControl(this.zoomControl))});var Qi=Xi.extend({options:{position:"bottomleft",maxWidth:100,metric:!0,imperial:!0},onAdd:function(t){var i="leaflet-control-scale",e=si("div",i),n=this.options;return this._addScales(n,i+"-line",e),t.on(n.updateWhenIdle?"moveend":"move",this._update,this),t.whenReady(this._update,this),e},onRemove:function(t){t.off(this.options.updateWhenIdle?"moveend":"move",this._update,this)},_addScales:function(t,i,e){t.metric&&(this._mScale=si("div",i,e)),t.imperial&&(this._iScale=si("div",i,e))},_update:function(){var t=this._map,i=t.getSize().y/2,e=t.distance(t.containerPointToLatLng([0,i]),t.containerPointToLatLng([this.options.maxWidth,i]));this._updateScales(e)},_updateScales:function(t){this.options.metric&&t&&this._updateMetric(t),this.options.imperial&&t&&this._updateImperial(t)},_updateMetric:function(t){var i=this._getRoundNum(t),e=i<1e3?i+" m":i/1e3+" km";this._updateScale(this._mScale,e,i/t)},_updateImperial:function(t){var i,e,n,o=3.2808399*t;5280<o?(i=o/5280,e=this._getRoundNum(i),this._updateScale(this._iScale,e+" mi",e/i)):(n=this._getRoundNum(o),this._updateScale(this._iScale,n+" ft",n/o))},_updateScale:function(t,i,e){t.style.width=Math.round(this.options.maxWidth*e)+"px",t.innerHTML=i},_getRoundNum:function(t){var i=Math.pow(10,(Math.floor(t)+"").length-1),e=t/i;return i*(e=10<=e?10:5<=e?5:3<=e?3:2<=e?2:1)}}),te=Xi.extend({options:{position:"bottomright",prefix:'<a href="https://leafletjs.com" title="A JS library for interactive maps">Leaflet</a>'},initialize:function(t){c(this,t),this._attributions={}},onAdd:function(t){for(var i in(t.attributionControl=this)._container=si("div","leaflet-control-attribution"),Oi(this._container),t._layers)t._layers[i].getAttribution&&this.addAttribution(t._layers[i].getAttribution());return this._update(),this._container},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},removeAttribution:function(t){return t&&this._attributions[t]&&(this._attributions[t]--,this._update()),this},_update:function(){if(this._map){var t=[];for(var i in this._attributions)this._attributions[i]&&t.push(i);var e=[];this.options.prefix&&e.push(this.options.prefix),t.length&&e.push(t.join(", ")),this._container.innerHTML=e.join(" | ")}}});Ki.mergeOptions({attributionControl:!0}),Ki.addInitHook(function(){this.options.attributionControl&&(new te).addTo(this)});Xi.Layers=Ji,Xi.Zoom=$i,Xi.Scale=Qi,Xi.Attribution=te,Yi.layers=function(t,i,e){return new Ji(t,i,e)},Yi.zoom=function(t){return new $i(t)},Yi.scale=function(t){return new Qi(t)},Yi.attribution=function(t){return new te(t)};var ie=S.extend({initialize:function(t){this._map=t},enable:function(){return this._enabled||(this._enabled=!0,this.addHooks()),this},disable:function(){return this._enabled&&(this._enabled=!1,this.removeHooks()),this},enabled:function(){return!!this._enabled}});ie.addTo=function(t,i){return t.addHandler(i,this),this};var ee,ne={Events:Z},oe=bt?"touchstart mousedown":"mousedown",se={mousedown:"mouseup",touchstart:"touchend",pointerdown:"touchend",MSPointerDown:"touchend"},re={mousedown:"mousemove",touchstart:"touchmove",pointerdown:"touchmove",MSPointerDown:"touchmove"},ae=E.extend({options:{clickTolerance:3},initialize:function(t,i,e,n){c(this,n),this._element=t,this._dragStartTarget=i||t,this._preventOutline=e},enable:function(){this._enabled||(zi(this._dragStartTarget,oe,this._onDown,this),this._enabled=!0)},disable:function(){this._enabled&&(ae._dragging===this&&this.finishDrag(),Si(this._dragStartTarget,oe,this._onDown,this),this._enabled=!1,this._moved=!1)},_onDown:function(t){var i,e;!t._simulated&&this._enabled&&(this._moved=!1,li(this._element,"leaflet-zoom-anim")||ae._dragging||t.shiftKey||1!==t.which&&1!==t.button&&!t.touches||((ae._dragging=this)._preventOutline&&Pi(this._element),xi(),Xt(),this._moving||(this.fire("down"),i=t.touches?t.touches[0]:t,e=bi(this._element),this._startPoint=new k(i.clientX,i.clientY),this._parentScale=Ti(e),zi(document,re[t.type],this._onMove,this),zi(document,se[t.type],this._onUp,this))))},_onMove:function(t){var i,e;!t._simulated&&this._enabled&&(t.touches&&1<t.touches.length?this._moved=!0:((e=new k((i=t.touches&&1===t.touches.length?t.touches[0]:t).clientX,i.clientY)._subtract(this._startPoint)).x||e.y)&&(Math.abs(e.x)+Math.abs(e.y)<this.options.clickTolerance||(e.x/=this._parentScale.x,e.y/=this._parentScale.y,Ri(t),this._moved||(this.fire("dragstart"),this._moved=!0,this._startPos=yi(this._element).subtract(e),ci(document.body,"leaflet-dragging"),this._lastTarget=t.target||t.srcElement,window.SVGElementInstance&&this._lastTarget instanceof window.SVGElementInstance&&(this._lastTarget=this._lastTarget.correspondingUseElement),ci(this._lastTarget,"leaflet-drag-target")),this._newPos=this._startPos.add(e),this._moving=!0,z(this._animRequest),this._lastEvent=t,this._animRequest=M(this._updatePosition,this,!0))))},_updatePosition:function(){var t={originalEvent:this._lastEvent};this.fire("predrag",t),vi(this._element,this._newPos),this.fire("drag",t)},_onUp:function(t){!t._simulated&&this._enabled&&this.finishDrag()},finishDrag:function(){for(var t in _i(document.body,"leaflet-dragging"),this._lastTarget&&(_i(this._lastTarget,"leaflet-drag-target"),this._lastTarget=null),re)Si(document,re[t],this._onMove,this),Si(document,se[t],this._onUp,this);wi(),Jt(),this._moved&&this._moving&&(z(this._animRequest),this.fire("dragend",{distance:this._newPos.distanceTo(this._startPos)})),this._moving=!1,ae._dragging=!1}});function he(t,i){if(!i||!t.length)return t.slice();var e=i*i;return t=function(t,i){var e=t.length,n=new(typeof Uint8Array!=void 0+""?Uint8Array:Array)(e);n[0]=n[e-1]=1,function t(i,e,n,o,s){var r,a,h,u=0;for(a=o+1;a<=s-1;a++)h=de(i[a],i[o],i[s],!0),u<h&&(r=a,u=h);n<u&&(e[r]=1,t(i,e,n,o,r),t(i,e,n,r,s))}(t,n,i,0,e-1);var o,s=[];for(o=0;o<e;o++)n[o]&&s.push(t[o]);return s}(t=function(t,i){for(var e=[t[0]],n=1,o=0,s=t.length;n<s;n++)(function(t,i){var e=i.x-t.x,n=i.y-t.y;return e*e+n*n})(t[n],t[o])>i&&(e.push(t[n]),o=n);o<s-1&&e.push(t[s-1]);return e}(t,e),e)}function ue(t,i,e){return Math.sqrt(de(t,i,e,!0))}function le(t,i,e,n,o){var s,r,a,h=n?ee:_e(t,e),u=_e(i,e);for(ee=u;;){if(!(h|u))return[t,i];if(h&u)return!1;a=_e(r=ce(t,i,s=h||u,e,o),e),s===h?(t=r,h=a):(i=r,u=a)}}function ce(t,i,e,n,o){var s,r,a=i.x-t.x,h=i.y-t.y,u=n.min,l=n.max;return 8&e?(s=t.x+a*(l.y-t.y)/h,r=l.y):4&e?(s=t.x+a*(u.y-t.y)/h,r=u.y):2&e?(s=l.x,r=t.y+h*(l.x-t.x)/a):1&e&&(s=u.x,r=t.y+h*(u.x-t.x)/a),new k(s,r,o)}function _e(t,i){var e=0;return t.x<i.min.x?e|=1:t.x>i.max.x&&(e|=2),t.y<i.min.y?e|=4:t.y>i.max.y&&(e|=8),e}function de(t,i,e,n){var o,s=i.x,r=i.y,a=e.x-s,h=e.y-r,u=a*a+h*h;return 0<u&&(1<(o=((t.x-s)*a+(t.y-r)*h)/u)?(s=e.x,r=e.y):0<o&&(s+=a*o,r+=h*o)),a=t.x-s,h=t.y-r,n?a*a+h*h:new k(s,r)}function pe(t){return!g(t[0])||"object"!=typeof t[0][0]&&void 0!==t[0][0]}function me(t){return console.warn("Deprecated use of _flat, please use L.LineUtil.isFlat instead."),pe(t)}var fe={simplify:he,pointToSegmentDistance:ue,closestPointOnSegment:function(t,i,e){return de(t,i,e)},clipSegment:le,_getEdgeIntersection:ce,_getBitCode:_e,_sqClosestPointOnSegment:de,isFlat:pe,_flat:me};function ge(t,i,e){for(var n,o,s,r,a,h,u,l=[1,4,2,8],c=0,_=t.length;c<_;c++)t[c]._code=_e(t[c],i);for(s=0;s<4;s++){for(h=l[s],n=[],c=0,o=(_=t.length)-1;c<_;o=c++)r=t[c],a=t[o],r._code&h?a._code&h||((u=ce(a,r,h,i,e))._code=_e(u,i),n.push(u)):(a._code&h&&((u=ce(a,r,h,i,e))._code=_e(u,i),n.push(u)),n.push(r));t=n}return t}var ve,ye={clipPolygon:ge},xe={project:function(t){return new k(t.lng,t.lat)},unproject:function(t){return new D(t.y,t.x)},bounds:new I([-180,-90],[180,90])},we={R:6378137,R_MINOR:6356752.314245179,bounds:new I([-20037508.34279,-15496570.73972],[20037508.34279,18764656.23138]),project:function(t){var i=Math.PI/180,e=this.R,n=t.lat*i,o=this.R_MINOR/e,s=Math.sqrt(1-o*o),r=s*Math.sin(n),a=Math.tan(Math.PI/4-n/2)/Math.pow((1-r)/(1+r),s/2),n=-e*Math.log(Math.max(a,1e-10));return new k(t.lng*i*e,n)},unproject:function(t){for(var i,e=180/Math.PI,n=this.R,o=this.R_MINOR/n,s=Math.sqrt(1-o*o),r=Math.exp(-t.y/n),a=Math.PI/2-2*Math.atan(r),h=0,u=.1;h<15&&1e-7<Math.abs(u);h++)i=s*Math.sin(a),i=Math.pow((1-i)/(1+i),s/2),a+=u=Math.PI/2-2*Math.atan(r*i)-a;return new D(a*e,t.x*e/n)}},Pe={LonLat:xe,Mercator:we,SphericalMercator:V},Le=h({},F,{code:"EPSG:3395",projection:we,transformation:G(ve=.5/(Math.PI*we.R),.5,-ve,.5)}),be=h({},F,{code:"EPSG:4326",projection:xe,transformation:G(1/180,1,-1/180,.5)}),Te=h({},H,{projection:xe,transformation:G(1,0,-1,0),scale:function(t){return Math.pow(2,t)},zoom:function(t){return Math.log(t)/Math.LN2},distance:function(t,i){var e=i.lng-t.lng,n=i.lat-t.lat;return Math.sqrt(e*e+n*n)},infinite:!0});H.Earth=F,H.EPSG3395=Le,H.EPSG3857=Y,H.EPSG900913=X,H.EPSG4326=be,H.Simple=Te;var Me=E.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[m(t)]=this},removeInteractiveTarget:function(t){return delete this._map._targets[m(t)],this},getAttribution:function(){return this.options.attribution},_layerAdd:function(t){var i,e=t.target;e.hasLayer(this)&&(this._map=e,this._zoomAnimated=e._zoomAnimated,this.getEvents&&(i=this.getEvents(),e.on(i,this),this.once("remove",function(){e.off(i,this)},this)),this.onAdd(e),this.getAttribution&&e.attributionControl&&e.attributionControl.addAttribution(this.getAttribution()),this.fire("add"),e.fire("layeradd",{layer:this}))}});Ki.include({addLayer:function(t){if(!t._layerAdd)throw new Error("The provided object is not a Layer.");var i=m(t);return this._layers[i]||((this._layers[i]=t)._mapToAdd=this,t.beforeAdd&&t.beforeAdd(this),this.whenReady(t._layerAdd,t)),this},removeLayer:function(t){var i=m(t);return this._layers[i]&&(this._loaded&&t.onRemove(this),t.getAttribution&&this.attributionControl&&this.attributionControl.removeAttribution(t.getAttribution()),delete this._layers[i],this._loaded&&(this.fire("layerremove",{layer:t}),t.fire("remove")),t._map=t._mapToAdd=null),this},hasLayer:function(t){return!!t&&m(t)in this._layers},eachLayer:function(t,i){for(var e in this._layers)t.call(i,this._layers[e]);return this},_addLayers:function(t){for(var i=0,e=(t=t?g(t)?t:[t]:[]).length;i<e;i++)this.addLayer(t[i])},_addZoomLimit:function(t){!isNaN(t.options.maxZoom)&&isNaN(t.options.minZoom)||(this._zoomBoundLayers[m(t)]=t,this._updateZoomLevels())},_removeZoomLimit:function(t){var i=m(t);this._zoomBoundLayers[i]&&(delete this._zoomBoundLayers[i],this._updateZoomLevels())},_updateZoomLevels:function(){var t=1/0,i=-1/0,e=this._getZoomSpan();for(var n in this._zoomBoundLayers)var o=this._zoomBoundLayers[n].options,t=void 0===o.minZoom?t:Math.min(t,o.minZoom),i=void 0===o.maxZoom?i:Math.max(i,o.maxZoom);this._layersMaxZoom=i===-1/0?void 0:i,this._layersMinZoom=t===1/0?void 0:t,e!==this._getZoomSpan()&&this.fire("zoomlevelschange"),void 0===this.options.maxZoom&&this._layersMaxZoom&&this.getZoom()>this._layersMaxZoom&&this.setZoom(this._layersMaxZoom),void 0===this.options.minZoom&&this._layersMinZoom&&this.getZoom()<this._layersMinZoom&&this.setZoom(this._layersMinZoom)}});var ze=Me.extend({initialize:function(t,i){var e,n;if(c(this,i),this._layers={},t)for(e=0,n=t.length;e<n;e++)this.addLayer(t[e])},addLayer:function(t){var i=this.getLayerId(t);return this._layers[i]=t,this._map&&this._map.addLayer(t),this},removeLayer:function(t){var i=t in this._layers?t:this.getLayerId(t);return this._map&&this._layers[i]&&this._map.removeLayer(this._layers[i]),delete this._layers[i],this},hasLayer:function(t){return!!t&&("number"==typeof t?t:this.getLayerId(t))in this._layers},clearLayers:function(){return this.eachLayer(this.removeLayer,this)},invoke:function(t){var i,e,n=Array.prototype.slice.call(arguments,1);for(i in this._layers)(e=this._layers[i])[t]&&e[t].apply(e,n);return this},onAdd:function(t){this.eachLayer(t.addLayer,t)},onRemove:function(t){this.eachLayer(t.removeLayer,t)},eachLayer:function(t,i){for(var e in this._layers)t.call(i,this._layers[e]);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:m}),Ce=ze.extend({addLayer:function(t){return this.hasLayer(t)?this:(t.addEventParent(this),ze.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),ze.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 R;for(var i in this._layers){var e=this._layers[i];t.extend(e.getBounds?e.getBounds():e.getLatLng())}return t}}),Se=S.extend({options:{popupAnchor:[0,0],tooltipAnchor:[0,0]},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,i){var e=this._getIconUrl(t);if(!e){if("icon"===t)throw new Error("iconUrl not set in Icon options (see the docs).");return null}var n=this._createImg(e,i&&"IMG"===i.tagName?i:null);return this._setIconStyles(n,t),n},_setIconStyles:function(t,i){var e=this.options,n=e[i+"Size"];"number"==typeof n&&(n=[n,n]);var o=A(n),s=A("shadow"===i&&e.shadowAnchor||e.iconAnchor||o&&o.divideBy(2,!0));t.className="leaflet-marker-"+i+" "+(e.className||""),s&&(t.style.marginLeft=-s.x+"px",t.style.marginTop=-s.y+"px"),o&&(t.style.width=o.x+"px",t.style.height=o.y+"px")},_createImg:function(t,i){return(i=i||document.createElement("img")).src=t,i},_getIconUrl:function(t){return zt&&this.options[t+"RetinaUrl"]||this.options[t+"Url"]}});var Ze=Se.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 Ze.imagePath||(Ze.imagePath=this._detectIconPath()),(this.options.imagePath||Ze.imagePath)+Se.prototype._getIconUrl.call(this,t)},_detectIconPath:function(){var t=si("div","leaflet-default-icon-path",document.body),i=oi(t,"background-image")||oi(t,"backgroundImage");return document.body.removeChild(t),i=null===i||0!==i.indexOf("url")?"":i.replace(/^url\(["']?/,"").replace(/marker-icon\.png["']?\)$/,"")}}),Ee=ie.extend({initialize:function(t){this._marker=t},addHooks:function(){var t=this._marker._icon;this._draggable||(this._draggable=new ae(t,t,!0)),this._draggable.on({dragstart:this._onDragStart,predrag:this._onPreDrag,drag:this._onDrag,dragend:this._onDragEnd},this).enable(),ci(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&&_i(this._marker._icon,"leaflet-marker-draggable")},moved:function(){return this._draggable&&this._draggable._moved},_adjustPan:function(t){var i,e=this._marker,n=e._map,o=this._marker.options.autoPanSpeed,s=this._marker.options.autoPanPadding,r=yi(e._icon),a=n.getPixelBounds(),h=n.getPixelOrigin(),u=O(a.min._subtract(h).add(s),a.max._subtract(h).subtract(s));u.contains(r)||(i=A((Math.max(u.max.x,r.x)-u.max.x)/(a.max.x-u.max.x)-(Math.min(u.min.x,r.x)-u.min.x)/(a.min.x-u.min.x),(Math.max(u.max.y,r.y)-u.max.y)/(a.max.y-u.max.y)-(Math.min(u.min.y,r.y)-u.min.y)/(a.min.y-u.min.y)).multiplyBy(o),n.panBy(i,{animate:!1}),this._draggable._newPos._add(i),this._draggable._startPos._add(i),vi(e._icon,this._draggable._newPos),this._onDrag(t),this._panRequest=M(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&&(z(this._panRequest),this._panRequest=M(this._adjustPan.bind(this,t)))},_onDrag:function(t){var i=this._marker,e=i._shadow,n=yi(i._icon),o=i._map.layerPointToLatLng(n);e&&vi(e,n),i._latlng=o,t.latlng=o,t.oldLatLng=this._oldLatLng,i.fire("move",t).fire("drag",t)},_onDragEnd:function(t){z(this._panRequest),delete this._oldLatLng,this._marker.fire("moveend").fire("dragend",t)}}),ke=Me.extend({options:{icon:new Ze,interactive:!0,keyboard:!0,title:"",alt:"",zIndexOffset:0,opacity:1,riseOnHover:!1,riseOffset:250,pane:"markerPane",shadowPane:"shadowPane",bubblingMouseEvents:!1,draggable:!1,autoPan:!1,autoPanPadding:[50,50],autoPanSpeed:10},initialize:function(t,i){c(this,i),this._latlng=j(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 i=this._latlng;return this._latlng=j(t),this.update(),this.fire("move",{oldLatLng:i,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(){var t;return this._icon&&this._map&&(t=this._map.latLngToLayerPoint(this._latlng).round(),this._setPos(t)),this},_initIcon:function(){var t=this.options,i="leaflet-zoom-"+(this._zoomAnimated?"animated":"hide"),e=t.icon.createIcon(this._icon),n=!1;e!==this._icon&&(this._icon&&this._removeIcon(),n=!0,t.title&&(e.title=t.title),"IMG"===e.tagName&&(e.alt=t.alt||"")),ci(e,i),t.keyboard&&(e.tabIndex="0"),this._icon=e,t.riseOnHover&&this.on({mouseover:this._bringToFront,mouseout:this._resetZIndex});var o=t.icon.createShadow(this._shadow),s=!1;o!==this._shadow&&(this._removeShadow(),s=!0),o&&(ci(o,i),o.alt=""),this._shadow=o,t.opacity<1&&this._updateOpacity(),n&&this.getPane().appendChild(this._icon),this._initInteraction(),o&&s&&this.getPane(t.shadowPane).appendChild(this._shadow)},_removeIcon:function(){this.options.riseOnHover&&this.off({mouseover:this._bringToFront,mouseout:this._resetZIndex}),ri(this._icon),this.removeInteractiveTarget(this._icon),this._icon=null},_removeShadow:function(){this._shadow&&ri(this._shadow),this._shadow=null},_setPos:function(t){this._icon&&vi(this._icon,t),this._shadow&&vi(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 i=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center).round();this._setPos(i)},_initInteraction:function(){var t;this.options.interactive&&(ci(this._icon,"leaflet-interactive"),this.addInteractiveTarget(this._icon),Ee&&(t=this.options.draggable,this.dragging&&(t=this.dragging.enabled(),this.dragging.disable()),this.dragging=new Ee(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&&mi(this._icon,t),this._shadow&&mi(this._shadow,t)},_bringToFront:function(){this._updateZIndex(this.options.riseOffset)},_resetZIndex:function(){this._updateZIndex(0)},_getPopupAnchor:function(){return this.options.icon.options.popupAnchor},_getTooltipAnchor:function(){return this.options.icon.options.tooltipAnchor}});var Be=Me.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}}),Ae=Be.extend({options:{fill:!0,radius:10},initialize:function(t,i){c(this,i),this._latlng=j(t),this._radius=this.options.radius},setLatLng:function(t){var i=this._latlng;return this._latlng=j(t),this.redraw(),this.fire("move",{oldLatLng:i,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 i=t&&t.radius||this._radius;return Be.prototype.setStyle.call(this,t),this.setRadius(i),this},_project:function(){this._point=this._map.latLngToLayerPoint(this._latlng),this._updateBounds()},_updateBounds:function(){var t=this._radius,i=this._radiusY||t,e=this._clickTolerance(),n=[t+e,i+e];this._pxBounds=new I(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()}});var Ie=Ae.extend({initialize:function(t,i,e){if("number"==typeof i&&(i=h({},e,{radius:i})),c(this,i),this._latlng=j(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 R(this._map.layerPointToLatLng(this._point.subtract(t)),this._map.layerPointToLatLng(this._point.add(t)))},setStyle:Be.prototype.setStyle,_project:function(){var t,i,e,n,o,s,r,a,h=this._latlng.lng,u=this._latlng.lat,l=this._map,c=l.options.crs;c.distance===F.distance?(t=Math.PI/180,i=this._mRadius/F.R/t,e=l.project([u+i,h]),n=l.project([u-i,h]),o=e.add(n).divideBy(2),s=l.unproject(o).lat,r=Math.acos((Math.cos(i*t)-Math.sin(u*t)*Math.sin(s*t))/(Math.cos(u*t)*Math.cos(s*t)))/t,!isNaN(r)&&0!==r||(r=i/Math.cos(Math.PI/180*u)),this._point=o.subtract(l.getPixelOrigin()),this._radius=isNaN(r)?0:o.x-l.project([s,h-r]).x,this._radiusY=o.y-e.y):(a=c.unproject(c.project(this._latlng).subtract([this._mRadius,0])),this._point=l.latLngToLayerPoint(this._latlng),this._radius=this._point.x-l.latLngToLayerPoint(a).x),this._updateBounds()}});var Oe=Be.extend({options:{smoothFactor:1,noClip:!1},initialize:function(t,i){c(this,i),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 i,e,n=1/0,o=null,s=de,r=0,a=this._parts.length;r<a;r++)for(var h=this._parts[r],u=1,l=h.length;u<l;u++){var c=s(t,i=h[u-1],e=h[u],!0);c<n&&(n=c,o=s(t,i,e))}return o&&(o.distance=Math.sqrt(n)),o},getCenter:function(){if(!this._map)throw new Error("Must add layer to map before using getCenter()");var t,i,e,n,o,s,r,a=this._rings[0],h=a.length;if(!h)return null;for(i=t=0;t<h-1;t++)i+=a[t].distanceTo(a[t+1])/2;if(0===i)return this._map.layerPointToLatLng(a[0]);for(n=t=0;t<h-1;t++)if(o=a[t],s=a[t+1],i<(n+=e=o.distanceTo(s)))return r=(n-i)/e,this._map.layerPointToLatLng([s.x-r*(s.x-o.x),s.y-r*(s.y-o.y)])},getBounds:function(){return this._bounds},addLatLng:function(t,i){return i=i||this._defaultShape(),t=j(t),i.push(t),this._bounds.extend(t),this.redraw()},_setLatLngs:function(t){this._bounds=new R,this._latlngs=this._convertLatLngs(t)},_defaultShape:function(){return pe(this._latlngs)?this._latlngs:this._latlngs[0]},_convertLatLngs:function(t){for(var i=[],e=pe(t),n=0,o=t.length;n<o;n++)e?(i[n]=j(t[n]),this._bounds.extend(i[n])):i[n]=this._convertLatLngs(t[n]);return i},_project:function(){var t=new I;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(),i=new k(t,t);this._pxBounds=new I([this._rawPxBounds.min.subtract(i),this._rawPxBounds.max.add(i)])},_projectLatlngs:function(t,i,e){var n,o,s=t[0]instanceof D,r=t.length;if(s){for(o=[],n=0;n<r;n++)o[n]=this._map.latLngToLayerPoint(t[n]),e.extend(o[n]);i.push(o)}else for(n=0;n<r;n++)this._projectLatlngs(t[n],i,e)},_clipPoints:function(){var t=this._renderer._bounds;if(this._parts=[],this._pxBounds&&this._pxBounds.intersects(t))if(this.options.noClip)this._parts=this._rings;else for(var i,e,n,o,s=this._parts,r=0,a=0,h=this._rings.length;r<h;r++)for(i=0,e=(o=this._rings[r]).length;i<e-1;i++)(n=le(o[i],o[i+1],t,i,!0))&&(s[a]=s[a]||[],s[a].push(n[0]),n[1]===o[i+1]&&i!==e-2||(s[a].push(n[1]),a++))},_simplifyPoints:function(){for(var t=this._parts,i=this.options.smoothFactor,e=0,n=t.length;e<n;e++)t[e]=he(t[e],i)},_update:function(){this._map&&(this._clipPoints(),this._simplifyPoints(),this._updatePath())},_updatePath:function(){this._renderer._updatePoly(this)},_containsPoint:function(t,i){var e,n,o,s,r,a,h=this._clickTolerance();if(!this._pxBounds||!this._pxBounds.contains(t))return!1;for(e=0,s=this._parts.length;e<s;e++)for(n=0,o=(r=(a=this._parts[e]).length)-1;n<r;o=n++)if((i||0!==n)&&ue(t,a[o],a[n])<=h)return!0;return!1}});Oe._flat=me;var Re=Oe.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()");var t,i,e,n,o,s,r,a,h,u=this._rings[0],l=u.length;if(!l)return null;for(t=s=r=a=0,i=l-1;t<l;i=t++)e=u[t],n=u[i],o=e.y*n.x-n.y*e.x,r+=(e.x+n.x)*o,a+=(e.y+n.y)*o,s+=3*o;return h=0===s?u[0]:[r/s,a/s],this._map.layerPointToLatLng(h)},_convertLatLngs:function(t){var i=Oe.prototype._convertLatLngs.call(this,t),e=i.length;return 2<=e&&i[0]instanceof D&&i[0].equals(i[e-1])&&i.pop(),i},_setLatLngs:function(t){Oe.prototype._setLatLngs.call(this,t),pe(this._latlngs)&&(this._latlngs=[this._latlngs])},_defaultShape:function(){return pe(this._latlngs[0])?this._latlngs[0]:this._latlngs[0][0]},_clipPoints:function(){var t=this._renderer._bounds,i=this.options.weight,e=new k(i,i),t=new I(t.min.subtract(e),t.max.add(e));if(this._parts=[],this._pxBounds&&this._pxBounds.intersects(t))if(this.options.noClip)this._parts=this._rings;else for(var n,o=0,s=this._rings.length;o<s;o++)(n=ge(this._rings[o],t,!0)).length&&this._parts.push(n)},_updatePath:function(){this._renderer._updatePoly(this,!0)},_containsPoint:function(t){var i,e,n,o,s,r,a,h,u=!1;if(!this._pxBounds||!this._pxBounds.contains(t))return!1;for(o=0,a=this._parts.length;o<a;o++)for(s=0,r=(h=(i=this._parts[o]).length)-1;s<h;r=s++)e=i[s],n=i[r],e.y>t.y!=n.y>t.y&&t.x<(n.x-e.x)*(t.y-e.y)/(n.y-e.y)+e.x&&(u=!u);return u||Oe.prototype._containsPoint.call(this,t,!0)}});var Ne=Ce.extend({initialize:function(t,i){c(this,i),this._layers={},t&&this.addData(t)},addData:function(t){var i,e,n,o=g(t)?t:t.features;if(o){for(i=0,e=o.length;i<e;i++)((n=o[i]).geometries||n.geometry||n.features||n.coordinates)&&this.addData(n);return this}var s=this.options;if(s.filter&&!s.filter(t))return this;var r=De(t,s);return r?(r.feature=qe(t),r.defaultOptions=r.options,this.resetStyle(r),s.onEachFeature&&s.onEachFeature(t,r),this.addLayer(r)):this},resetStyle:function(t){return void 0===t?this.eachLayer(this.resetStyle,this):(t.options=h({},t.defaultOptions),this._setLayerStyle(t,this.options.style),this)},setStyle:function(i){return this.eachLayer(function(t){this._setLayerStyle(t,i)},this)},_setLayerStyle:function(t,i){t.setStyle&&("function"==typeof i&&(i=i(t.feature)),t.setStyle(i))}});function De(t,i){var e,n,o,s,r="Feature"===t.type?t.geometry:t,a=r?r.coordinates:null,h=[],u=i&&i.pointToLayer,l=i&&i.coordsToLatLng||We;if(!a&&!r)return null;switch(r.type){case"Point":return je(u,t,e=l(a),i);case"MultiPoint":for(o=0,s=a.length;o<s;o++)e=l(a[o]),h.push(je(u,t,e,i));return new Ce(h);case"LineString":case"MultiLineString":return n=He(a,"LineString"===r.type?0:1,l),new Oe(n,i);case"Polygon":case"MultiPolygon":return n=He(a,"Polygon"===r.type?1:2,l),new Re(n,i);case"GeometryCollection":for(o=0,s=r.geometries.length;o<s;o++){var c=De({geometry:r.geometries[o],type:"Feature",properties:t.properties},i);c&&h.push(c)}return new Ce(h);default:throw new Error("Invalid GeoJSON object.")}}function je(t,i,e,n){return t?t(i,e):new ke(e,n&&n.markersInheritOptions&&n)}function We(t){return new D(t[1],t[0],t[2])}function He(t,i,e){for(var n,o=[],s=0,r=t.length;s<r;s++)n=i?He(t[s],i-1,e):(e||We)(t[s]),o.push(n);return o}function Fe(t,i){return i="number"==typeof i?i:6,void 0!==t.alt?[r(t.lng,i),r(t.lat,i),r(t.alt,i)]:[r(t.lng,i),r(t.lat,i)]}function Ue(t,i,e,n){for(var o=[],s=0,r=t.length;s<r;s++)o.push(i?Ue(t[s],i-1,e,n):Fe(t[s],n));return!i&&e&&o.push(o[0]),o}function Ve(t,i){return t.feature?h({},t.feature,{geometry:i}):qe(i)}function qe(t){return"Feature"===t.type||"FeatureCollection"===t.type?t:{type:"Feature",properties:{},geometry:t}}var Ge={toGeoJSON:function(t){return Ve(this,{type:"Point",coordinates:Fe(this.getLatLng(),t)})}};function Ke(t,i){return new Ne(t,i)}ke.include(Ge),Ie.include(Ge),Ae.include(Ge),Oe.include({toGeoJSON:function(t){var i=!pe(this._latlngs);return Ve(this,{type:(i?"Multi":"")+"LineString",coordinates:Ue(this._latlngs,i?1:0,!1,t)})}}),Re.include({toGeoJSON:function(t){var i=!pe(this._latlngs),e=i&&!pe(this._latlngs[0]),n=Ue(this._latlngs,e?2:i?1:0,!0,t);return i||(n=[n]),Ve(this,{type:(e?"Multi":"")+"Polygon",coordinates:n})}}),ze.include({toMultiPoint:function(i){var e=[];return this.eachLayer(function(t){e.push(t.toGeoJSON(i).geometry.coordinates)}),Ve(this,{type:"MultiPoint",coordinates:e})},toGeoJSON:function(n){var t=this.feature&&this.feature.geometry&&this.feature.geometry.type;if("MultiPoint"===t)return this.toMultiPoint(n);var o="GeometryCollection"===t,s=[];return this.eachLayer(function(t){var i,e;t.toGeoJSON&&(i=t.toGeoJSON(n),o?s.push(i.geometry):"FeatureCollection"===(e=qe(i)).type?s.push.apply(s,e.features):s.push(e))}),o?Ve(this,{geometries:s,type:"GeometryCollection"}):{type:"FeatureCollection",features:s}}});var Ye=Ke,Xe=Me.extend({options:{opacity:1,alt:"",interactive:!1,crossOrigin:!1,errorOverlayUrl:"",zIndex:1,className:""},initialize:function(t,i,e){this._url=t,this._bounds=N(i),c(this,e)},onAdd:function(){this._image||(this._initImage(),this.options.opacity<1&&this._updateOpacity()),this.options.interactive&&(ci(this._image,"leaflet-interactive"),this.addInteractiveTarget(this._image)),this.getPane().appendChild(this._image),this._reset()},onRemove:function(){ri(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&&hi(this._image),this},bringToBack:function(){return this._map&&ui(this._image),this},setUrl:function(t){return this._url=t,this._image&&(this._image.src=t),this},setBounds:function(t){return this._bounds=N(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="IMG"===this._url.tagName,i=this._image=t?this._url:si("img");ci(i,"leaflet-image-layer"),this._zoomAnimated&&ci(i,"leaflet-zoom-animated"),this.options.className&&ci(i,this.options.className),i.onselectstart=a,i.onmousemove=a,i.onload=p(this.fire,this,"load"),i.onerror=p(this._overlayOnError,this,"error"),!this.options.crossOrigin&&""!==this.options.crossOrigin||(i.crossOrigin=!0===this.options.crossOrigin?"":this.options.crossOrigin),this.options.zIndex&&this._updateZIndex(),t?this._url=i.src:(i.src=this._url,i.alt=this.options.alt)},_animateZoom:function(t){var i=this._map.getZoomScale(t.zoom),e=this._map._latLngBoundsToNewLayerBounds(this._bounds,t.zoom,t.center).min;gi(this._image,e,i)},_reset:function(){var t=this._image,i=new I(this._map.latLngToLayerPoint(this._bounds.getNorthWest()),this._map.latLngToLayerPoint(this._bounds.getSouthEast())),e=i.getSize();vi(t,i.min),t.style.width=e.x+"px",t.style.height=e.y+"px"},_updateOpacity:function(){mi(this._image,this.options.opacity)},_updateZIndex:function(){this._image&&void 0!==this.options.zIndex&&null!==this.options.zIndex&&(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)}}),Je=Xe.extend({options:{autoplay:!0,loop:!0,keepAspectRatio:!0,muted:!1},_initImage:function(){var t="VIDEO"===this._url.tagName,i=this._image=t?this._url:si("video");if(ci(i,"leaflet-image-layer"),this._zoomAnimated&&ci(i,"leaflet-zoom-animated"),this.options.className&&ci(i,this.options.className),i.onselectstart=a,i.onmousemove=a,i.onloadeddata=p(this.fire,this,"load"),t){for(var e=i.getElementsByTagName("source"),n=[],o=0;o<e.length;o++)n.push(e[o].src);this._url=0<e.length?n:[i.src]}else{g(this._url)||(this._url=[this._url]),!this.options.keepAspectRatio&&Object.prototype.hasOwnProperty.call(i.style,"objectFit")&&(i.style.objectFit="fill"),i.autoplay=!!this.options.autoplay,i.loop=!!this.options.loop,i.muted=!!this.options.muted;for(var s=0;s<this._url.length;s++){var r=si("source");r.src=this._url[s],i.appendChild(r)}}}});var $e=Xe.extend({_initImage:function(){var t=this._image=this._url;ci(t,"leaflet-image-layer"),this._zoomAnimated&&ci(t,"leaflet-zoom-animated"),this.options.className&&ci(t,this.options.className),t.onselectstart=a,t.onmousemove=a}});var Qe=Me.extend({options:{offset:[0,7],className:"",pane:"popupPane"},initialize:function(t,i){c(this,t),this._source=i},onAdd:function(t){this._zoomAnimated=t._zoomAnimated,this._container||this._initLayout(),t._fadeAnimated&&mi(this._container,0),clearTimeout(this._removeTimeout),this.getPane().appendChild(this._container),this.update(),t._fadeAnimated&&mi(this._container,1),this.bringToFront()},onRemove:function(t){t._fadeAnimated?(mi(this._container,0),this._removeTimeout=setTimeout(p(ri,void 0,this._container),200)):ri(this._container)},getLatLng:function(){return this._latlng},setLatLng:function(t){return this._latlng=j(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&&hi(this._container),this},bringToBack:function(){return this._map&&ui(this._container),this},_prepareOpen:function(t,i,e){if(i instanceof Me||(e=i,i=t),i instanceof Ce)for(var n in t._layers){i=t._layers[n];break}if(!e)if(i.getCenter)e=i.getCenter();else{if(!i.getLatLng)throw new Error("Unable to get source layer LatLng.");e=i.getLatLng()}return this._source=i,this.update(),e},_updateContent:function(){if(this._content){var t=this._contentNode,i="function"==typeof this._content?this._content(this._source||this):this._content;if("string"==typeof i)t.innerHTML=i;else{for(;t.hasChildNodes();)t.removeChild(t.firstChild);t.appendChild(i)}this.fire("contentupdate")}},_updatePosition:function(){var t,i,e,n,o;this._map&&(t=this._map.latLngToLayerPoint(this._latlng),i=A(this.options.offset),e=this._getAnchor(),this._zoomAnimated?vi(this._container,t.add(e)):i=i.add(t).add(e),n=this._containerBottom=-i.y,o=this._containerLeft=-Math.round(this._containerWidth/2)+i.x,this._container.style.bottom=n+"px",this._container.style.left=o+"px")},_getAnchor:function(){return[0,0]}}),tn=Qe.extend({options:{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.openPopup(this),this},onAdd:function(t){Qe.prototype.onAdd.call(this,t),t.fire("popupopen",{popup:this}),this._source&&(this._source.fire("popupopen",{popup:this},!0),this._source instanceof Be||this._source.on("preclick",Ai))},onRemove:function(t){Qe.prototype.onRemove.call(this,t),t.fire("popupclose",{popup:this}),this._source&&(this._source.fire("popupclose",{popup:this},!0),this._source instanceof Be||this._source.off("preclick",Ai))},getEvents:function(){var t=Qe.prototype.getEvents.call(this);return(void 0!==this.options.closeOnClick?this.options.closeOnClick:this._map.options.closePopupOnClick)&&(t.preclick=this._close),this.options.keepInView&&(t.moveend=this._adjustPan),t},_close:function(){this._map&&this._map.closePopup(this)},_initLayout:function(){var t,i="leaflet-popup",e=this._container=si("div",i+" "+(this.options.className||"")+" leaflet-zoom-animated"),n=this._wrapper=si("div",i+"-content-wrapper",e);this._contentNode=si("div",i+"-content",n),Oi(e),Ii(this._contentNode),zi(e,"contextmenu",Ai),this._tipContainer=si("div",i+"-tip-container",e),this._tip=si("div",i+"-tip",this._tipContainer),this.options.closeButton&&((t=this._closeButton=si("a",i+"-close-button",e)).href="#close",t.innerHTML="&#215;",zi(t,"click",this._onCloseButtonClick,this))},_updateLayout:function(){var t=this._contentNode,i=t.style;i.width="",i.whiteSpace="nowrap";var e=t.offsetWidth,e=Math.min(e,this.options.maxWidth);e=Math.max(e,this.options.minWidth),i.width=e+1+"px",i.whiteSpace="",i.height="";var n=t.offsetHeight,o=this.options.maxHeight,s="leaflet-popup-scrolled";o&&o<n?(i.height=o+"px",ci(t,s)):_i(t,s),this._containerWidth=this._container.offsetWidth},_animateZoom:function(t){var i=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center),e=this._getAnchor();vi(this._container,i.add(e))},_adjustPan:function(){var t,i,e,n,o,s,r,a,h,u,l,c;this.options.autoPan&&(this._map._panAnim&&this._map._panAnim.stop(),t=this._map,i=parseInt(oi(this._container,"marginBottom"),10)||0,e=this._container.offsetHeight+i,n=this._containerWidth,(o=new k(this._containerLeft,-e-this._containerBottom))._add(yi(this._container)),s=t.layerPointToContainerPoint(o),r=A(this.options.autoPanPadding),a=A(this.options.autoPanPaddingTopLeft||r),h=A(this.options.autoPanPaddingBottomRight||r),u=t.getSize(),c=l=0,s.x+n+h.x>u.x&&(l=s.x+n-u.x+h.x),s.x-l-a.x<0&&(l=s.x-a.x),s.y+e+h.y>u.y&&(c=s.y+e-u.y+h.y),s.y-c-a.y<0&&(c=s.y-a.y),(l||c)&&t.fire("autopanstart").panBy([l,c]))},_onCloseButtonClick:function(t){this._close(),Ni(t)},_getAnchor:function(){return A(this._source&&this._source._getPopupAnchor?this._source._getPopupAnchor():[0,0])}});Ki.mergeOptions({closePopupOnClick:!0}),Ki.include({openPopup:function(t,i,e){return t instanceof tn||(t=new tn(e).setContent(t)),i&&t.setLatLng(i),this.hasLayer(t)?this:(this._popup&&this._popup.options.autoClose&&this.closePopup(),this._popup=t,this.addLayer(t))},closePopup:function(t){return t&&t!==this._popup||(t=this._popup,this._popup=null),t&&this.removeLayer(t),this}}),Me.include({bindPopup:function(t,i){return t instanceof tn?(c(t,i),(this._popup=t)._source=this):(this._popup&&!i||(this._popup=new tn(i,this)),this._popup.setContent(t)),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,i){return this._popup&&this._map&&(i=this._popup._prepareOpen(this,t,i),this._map.openPopup(this._popup,i)),this},closePopup:function(){return this._popup&&this._popup._close(),this},togglePopup:function(t){return this._popup&&(this._popup._map?this.closePopup():this.openPopup(t)),this},isPopupOpen:function(){return!!this._popup&&this._popup.isOpen()},setPopupContent:function(t){return this._popup&&this._popup.setContent(t),this},getPopup:function(){return this._popup},_openPopup:function(t){var i=t.layer||t.target;this._popup&&this._map&&(Ni(t),i instanceof Be?this.openPopup(t.layer||t.target,t.latlng):this._map.hasLayer(this._popup)&&this._popup._source===i?this.closePopup():this.openPopup(i,t.latlng))},_movePopup:function(t){this._popup.setLatLng(t.latlng)},_onKeyPress:function(t){13===t.originalEvent.keyCode&&this._openPopup(t)}});var en=Qe.extend({options:{pane:"tooltipPane",offset:[0,0],direction:"auto",permanent:!1,sticky:!1,interactive:!1,opacity:.9},onAdd:function(t){Qe.prototype.onAdd.call(this,t),this.setOpacity(this.options.opacity),t.fire("tooltipopen",{tooltip:this}),this._source&&this._source.fire("tooltipopen",{tooltip:this},!0)},onRemove:function(t){Qe.prototype.onRemove.call(this,t),t.fire("tooltipclose",{tooltip:this}),this._source&&this._source.fire("tooltipclose",{tooltip:this},!0)},getEvents:function(){var t=Qe.prototype.getEvents.call(this);return bt&&!this.options.permanent&&(t.preclick=this._close),t},_close:function(){this._map&&this._map.closeTooltip(this)},_initLayout:function(){var t="leaflet-tooltip "+(this.options.className||"")+" leaflet-zoom-"+(this._zoomAnimated?"animated":"hide");this._contentNode=this._container=si("div",t)},_updateLayout:function(){},_adjustPan:function(){},_setPosition:function(t){var i,e=this._map,n=this._container,o=e.latLngToContainerPoint(e.getCenter()),s=e.layerPointToContainerPoint(t),r=this.options.direction,a=n.offsetWidth,h=n.offsetHeight,u=A(this.options.offset),l=this._getAnchor(),c="top"===r?(i=a/2,h):"bottom"===r?(i=a/2,0):(i="center"===r?a/2:"right"===r?0:"left"===r?a:s.x<o.x?(r="right",0):(r="left",a+2*(u.x+l.x)),h/2);t=t.subtract(A(i,c,!0)).add(u).add(l),_i(n,"leaflet-tooltip-right"),_i(n,"leaflet-tooltip-left"),_i(n,"leaflet-tooltip-top"),_i(n,"leaflet-tooltip-bottom"),ci(n,"leaflet-tooltip-"+r),vi(n,t)},_updatePosition:function(){var t=this._map.latLngToLayerPoint(this._latlng);this._setPosition(t)},setOpacity:function(t){this.options.opacity=t,this._container&&mi(this._container,t)},_animateZoom:function(t){var i=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center);this._setPosition(i)},_getAnchor:function(){return A(this._source&&this._source._getTooltipAnchor&&!this.options.sticky?this._source._getTooltipAnchor():[0,0])}});Ki.include({openTooltip:function(t,i,e){return t instanceof en||(t=new en(e).setContent(t)),i&&t.setLatLng(i),this.hasLayer(t)?this:this.addLayer(t)},closeTooltip:function(t){return t&&this.removeLayer(t),this}}),Me.include({bindTooltip:function(t,i){return t instanceof en?(c(t,i),(this._tooltip=t)._source=this):(this._tooltip&&!i||(this._tooltip=new en(i,this)),this._tooltip.setContent(t)),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){var i,e;!t&&this._tooltipHandlersAdded||(i=t?"off":"on",e={remove:this.closeTooltip,move:this._moveTooltip},this._tooltip.options.permanent?e.add=this._openTooltip:(e.mouseover=this._openTooltip,e.mouseout=this.closeTooltip,this._tooltip.options.sticky&&(e.mousemove=this._moveTooltip),bt&&(e.click=this._openTooltip)),this[i](e),this._tooltipHandlersAdded=!t)},openTooltip:function(t,i){return this._tooltip&&this._map&&(i=this._tooltip._prepareOpen(this,t,i),this._map.openTooltip(this._tooltip,i),this._tooltip.options.interactive&&this._tooltip._container&&(ci(this._tooltip._container,"leaflet-clickable"),this.addInteractiveTarget(this._tooltip._container))),this},closeTooltip:function(){return this._tooltip&&(this._tooltip._close(),this._tooltip.options.interactive&&this._tooltip._container&&(_i(this._tooltip._container,"leaflet-clickable"),this.removeInteractiveTarget(this._tooltip._container))),this},toggleTooltip:function(t){return this._tooltip&&(this._tooltip._map?this.closeTooltip():this.openTooltip(t)),this},isTooltipOpen:function(){return this._tooltip.isOpen()},setTooltipContent:function(t){return this._tooltip&&this._tooltip.setContent(t),this},getTooltip:function(){return this._tooltip},_openTooltip:function(t){var i=t.layer||t.target;this._tooltip&&this._map&&this.openTooltip(i,this._tooltip.options.sticky?t.latlng:void 0)},_moveTooltip:function(t){var i,e,n=t.latlng;this._tooltip.options.sticky&&t.originalEvent&&(i=this._map.mouseEventToContainerPoint(t.originalEvent),e=this._map.containerPointToLayerPoint(i),n=this._map.layerPointToLatLng(e)),this._tooltip.setLatLng(n)}});var nn=Se.extend({options:{iconSize:[12,12],html:!1,bgPos:null,className:"leaflet-div-icon"},createIcon:function(t){var i,e=t&&"DIV"===t.tagName?t:document.createElement("div"),n=this.options;return n.html instanceof Element?(ai(e),e.appendChild(n.html)):e.innerHTML=!1!==n.html?n.html:"",n.bgPos&&(i=A(n.bgPos),e.style.backgroundPosition=-i.x+"px "+-i.y+"px"),this._setIconStyles(e,"icon"),e},createShadow:function(){return null}});Se.Default=Ze;var on=Me.extend({options:{tileSize:256,opacity:1,updateWhenIdle:yt,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(),this._update()},beforeAdd:function(t){t._addZoomLimit(this)},onRemove:function(t){this._removeAllTiles(),ri(this._container),t._removeZoomLimit(this),this._container=null,this._tileZoom=void 0},bringToFront:function(){return this._map&&(hi(this._container),this._setAutoZIndex(Math.max)),this},bringToBack:function(){return this._map&&(ui(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(){return this._map&&(this._removeAllTiles(),this._update()),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=n(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 k?t:new k(t,t)},_updateZIndex:function(){this._container&&void 0!==this.options.zIndex&&null!==this.options.zIndex&&(this._container.style.zIndex=this.options.zIndex)},_setAutoZIndex:function(t){for(var i,e=this.getPane().children,n=-t(-1/0,1/0),o=0,s=e.length;o<s;o++)i=e[o].style.zIndex,e[o]!==this._container&&i&&(n=t(n,+i));isFinite(n)&&(this.options.zIndex=n+t(-1,1),this._updateZIndex())},_updateOpacity:function(){if(this._map&&!it){mi(this._container,this.options.opacity);var t=+new Date,i=!1,e=!1;for(var n in this._tiles){var o,s=this._tiles[n];s.current&&s.loaded&&(o=Math.min(1,(t-s.loaded)/200),mi(s.el,o),o<1?i=!0:(s.active?e=!0:this._onOpaqueTile(s),s.active=!0))}e&&!this._noPrune&&this._pruneTiles(),i&&(z(this._fadeFrame),this._fadeFrame=M(this._updateOpacity,this))}},_onOpaqueTile:a,_initContainer:function(){this._container||(this._container=si("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,i=this.options.maxZoom;if(void 0!==t){for(var e in this._levels)e=Number(e),this._levels[e].el.children.length||e===t?(this._levels[e].el.style.zIndex=i-Math.abs(t-e),this._onUpdateLevel(e)):(ri(this._levels[e].el),this._removeTilesAtZoom(e),this._onRemoveLevel(e),delete this._levels[e]);var n=this._levels[t],o=this._map;return n||((n=this._levels[t]={}).el=si("div","leaflet-tile-container leaflet-zoom-animated",this._container),n.el.style.zIndex=i,n.origin=o.project(o.unproject(o.getPixelOrigin()),t).round(),n.zoom=t,this._setZoomTransform(n,o.getCenter(),o.getZoom()),a(n.el.offsetWidth),this._onCreateLevel(n)),this._level=n}},_onUpdateLevel:a,_onRemoveLevel:a,_onCreateLevel:a,_pruneTiles:function(){if(this._map){var t,i,e,n=this._map.getZoom();if(n>this.options.maxZoom||n<this.options.minZoom)this._removeAllTiles();else{for(t in this._tiles)(e=this._tiles[t]).retain=e.current;for(t in this._tiles){(e=this._tiles[t]).current&&!e.active&&(i=e.coords,this._retainParent(i.x,i.y,i.z,i.z-5)||this._retainChildren(i.x,i.y,i.z,i.z+2))}for(t in this._tiles)this._tiles[t].retain||this._removeTile(t)}}},_removeTilesAtZoom:function(t){for(var i in this._tiles)this._tiles[i].coords.z===t&&this._removeTile(i)},_removeAllTiles:function(){for(var t in this._tiles)this._removeTile(t)},_invalidateAll:function(){for(var t in this._levels)ri(this._levels[t].el),this._onRemoveLevel(Number(t)),delete this._levels[t];this._removeAllTiles(),this._tileZoom=void 0},_retainParent:function(t,i,e,n){var o=Math.floor(t/2),s=Math.floor(i/2),r=e-1,a=new k(+o,+s);a.z=+r;var h=this._tileCoordsToKey(a),u=this._tiles[h];return u&&u.active?u.retain=!0:(u&&u.loaded&&(u.retain=!0),n<r&&this._retainParent(o,s,r,n))},_retainChildren:function(t,i,e,n){for(var o=2*t;o<2*t+2;o++)for(var s=2*i;s<2*i+2;s++){var r=new k(o,s);r.z=e+1;var a=this._tileCoordsToKey(r),h=this._tiles[a];h&&h.active?h.retain=!0:(h&&h.loaded&&(h.retain=!0),e+1<n&&this._retainChildren(o,s,e+1,n))}},_resetView:function(t){var i=t&&(t.pinch||t.flyTo);this._setView(this._map.getCenter(),this._map.getZoom(),i,i)},_animateZoom:function(t){this._setView(t.center,t.zoom,!0,t.noUpdate)},_clampZoom:function(t){var i=this.options;return void 0!==i.minNativeZoom&&t<i.minNativeZoom?i.minNativeZoom:void 0!==i.maxNativeZoom&&i.maxNativeZoom<t?i.maxNativeZoom:t},_setView:function(t,i,e,n){var o=Math.round(i),o=void 0!==this.options.maxZoom&&o>this.options.maxZoom||void 0!==this.options.minZoom&&o<this.options.minZoom?void 0:this._clampZoom(o),s=this.options.updateWhenZooming&&o!==this._tileZoom;n&&!s||(this._tileZoom=o,this._abortLoading&&this._abortLoading(),this._updateLevels(),this._resetGrid(),void 0!==o&&this._update(t),e||this._pruneTiles(),this._noPrune=!!e),this._setZoomTransforms(t,i)},_setZoomTransforms:function(t,i){for(var e in this._levels)this._setZoomTransform(this._levels[e],t,i)},_setZoomTransform:function(t,i,e){var n=this._map.getZoomScale(e,t.zoom),o=t.origin.multiplyBy(n).subtract(this._map._getNewPixelOrigin(i,e)).round();vt?gi(t.el,o,n):vi(t.el,o)},_resetGrid:function(){var t=this._map,i=t.options.crs,e=this._tileSize=this.getTileSize(),n=this._tileZoom,o=this._map.getPixelWorldBounds(this._tileZoom);o&&(this._globalTileRange=this._pxBoundsToTileRange(o)),this._wrapX=i.wrapLng&&!this.options.noWrap&&[Math.floor(t.project([0,i.wrapLng[0]],n).x/e.x),Math.ceil(t.project([0,i.wrapLng[1]],n).x/e.y)],this._wrapY=i.wrapLat&&!this.options.noWrap&&[Math.floor(t.project([i.wrapLat[0],0],n).y/e.x),Math.ceil(t.project([i.wrapLat[1],0],n).y/e.y)]},_onMoveEnd:function(){this._map&&!this._map._animatingZoom&&this._update()},_getTiledPixelBounds:function(t){var i=this._map,e=i._animatingZoom?Math.max(i._animateToZoom,i.getZoom()):i.getZoom(),n=i.getZoomScale(e,this._tileZoom),o=i.project(t,this._tileZoom).floor(),s=i.getSize().divideBy(2*n);return new I(o.subtract(s),o.add(s))},_update:function(t){var i=this._map;if(i){var e=this._clampZoom(i.getZoom());if(void 0===t&&(t=i.getCenter()),void 0!==this._tileZoom){var n=this._getTiledPixelBounds(t),o=this._pxBoundsToTileRange(n),s=o.getCenter(),r=[],a=this.options.keepBuffer,h=new I(o.getBottomLeft().subtract([a,-a]),o.getTopRight().add([a,-a]));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 u in this._tiles){var l=this._tiles[u].coords;l.z===this._tileZoom&&h.contains(new k(l.x,l.y))||(this._tiles[u].current=!1)}if(1<Math.abs(e-this._tileZoom))this._setView(t,e);else{for(var c=o.min.y;c<=o.max.y;c++)for(var _=o.min.x;_<=o.max.x;_++){var d,p=new k(_,c);p.z=this._tileZoom,this._isValidTile(p)&&((d=this._tiles[this._tileCoordsToKey(p)])?d.current=!0:r.push(p))}if(r.sort(function(t,i){return t.distanceTo(s)-i.distanceTo(s)}),0!==r.length){this._loading||(this._loading=!0,this.fire("loading"));for(var m=document.createDocumentFragment(),_=0;_<r.length;_++)this._addTile(r[_],m);this._level.el.appendChild(m)}}}}},_isValidTile:function(t){var i=this._map.options.crs;if(!i.infinite){var e=this._globalTileRange;if(!i.wrapLng&&(t.x<e.min.x||t.x>e.max.x)||!i.wrapLat&&(t.y<e.min.y||t.y>e.max.y))return!1}if(!this.options.bounds)return!0;var n=this._tileCoordsToBounds(t);return N(this.options.bounds).overlaps(n)},_keyToBounds:function(t){return this._tileCoordsToBounds(this._keyToTileCoords(t))},_tileCoordsToNwSe:function(t){var i=this._map,e=this.getTileSize(),n=t.scaleBy(e),o=n.add(e);return[i.unproject(n,t.z),i.unproject(o,t.z)]},_tileCoordsToBounds:function(t){var i=this._tileCoordsToNwSe(t),e=new R(i[0],i[1]);return this.options.noWrap||(e=this._map.wrapLatLngBounds(e)),e},_tileCoordsToKey:function(t){return t.x+":"+t.y+":"+t.z},_keyToTileCoords:function(t){var i=t.split(":"),e=new k(+i[0],+i[1]);return e.z=+i[2],e},_removeTile:function(t){var i=this._tiles[t];i&&(ri(i.el),delete this._tiles[t],this.fire("tileunload",{tile:i.el,coords:this._keyToTileCoords(t)}))},_initTile:function(t){ci(t,"leaflet-tile");var i=this.getTileSize();t.style.width=i.x+"px",t.style.height=i.y+"px",t.onselectstart=a,t.onmousemove=a,it&&this.options.opacity<1&&mi(t,this.options.opacity),ot&&!st&&(t.style.WebkitBackfaceVisibility="hidden")},_addTile:function(t,i){var e=this._getTilePos(t),n=this._tileCoordsToKey(t),o=this.createTile(this._wrapCoords(t),p(this._tileReady,this,t));this._initTile(o),this.createTile.length<2&&M(p(this._tileReady,this,t,null,o)),vi(o,e),this._tiles[n]={el:o,coords:t,current:!0},i.appendChild(o),this.fire("tileloadstart",{tile:o,coords:t})},_tileReady:function(t,i,e){i&&this.fire("tileerror",{error:i,tile:e,coords:t});var n=this._tileCoordsToKey(t);(e=this._tiles[n])&&(e.loaded=+new Date,this._map._fadeAnimated?(mi(e.el,0),z(this._fadeFrame),this._fadeFrame=M(this._updateOpacity,this)):(e.active=!0,this._pruneTiles()),i||(ci(e.el,"leaflet-tile-loaded"),this.fire("tileload",{tile:e.el,coords:t})),this._noTilesToLoad()&&(this._loading=!1,this.fire("load"),it||!this._map._fadeAnimated?M(this._pruneTiles,this):setTimeout(p(this._pruneTiles,this),250)))},_getTilePos:function(t){return t.scaleBy(this.getTileSize()).subtract(this._level.origin)},_wrapCoords:function(t){var i=new k(this._wrapX?o(t.x,this._wrapX):t.x,this._wrapY?o(t.y,this._wrapY):t.y);return i.z=t.z,i},_pxBoundsToTileRange:function(t){var i=this.getTileSize();return new I(t.min.unscaleBy(i).floor(),t.max.unscaleBy(i).ceil().subtract([1,1]))},_noTilesToLoad:function(){for(var t in this._tiles)if(!this._tiles[t].loaded)return!1;return!0}});var sn=on.extend({options:{minZoom:0,maxZoom:18,subdomains:"abc",errorTileUrl:"",zoomOffset:0,tms:!1,zoomReverse:!1,detectRetina:!1,crossOrigin:!1},initialize:function(t,i){this._url=t,(i=c(this,i)).detectRetina&&zt&&0<i.maxZoom&&(i.tileSize=Math.floor(i.tileSize/2),i.zoomReverse?(i.zoomOffset--,i.minZoom++):(i.zoomOffset++,i.maxZoom--),i.minZoom=Math.max(0,i.minZoom)),"string"==typeof i.subdomains&&(i.subdomains=i.subdomains.split("")),ot||this.on("tileunload",this._onTileRemove)},setUrl:function(t,i){return this._url===t&&void 0===i&&(i=!0),this._url=t,i||this.redraw(),this},createTile:function(t,i){var e=document.createElement("img");return zi(e,"load",p(this._tileOnLoad,this,i,e)),zi(e,"error",p(this._tileOnError,this,i,e)),!this.options.crossOrigin&&""!==this.options.crossOrigin||(e.crossOrigin=!0===this.options.crossOrigin?"":this.options.crossOrigin),e.alt="",e.setAttribute("role","presentation"),e.src=this.getTileUrl(t),e},getTileUrl:function(t){var i,e={r:zt?"@2x":"",s:this._getSubdomain(t),x:t.x,y:t.y,z:this._getZoomForUrl()};return this._map&&!this._map.options.crs.infinite&&(i=this._globalTileRange.max.y-t.y,this.options.tms&&(e.y=i),e["-y"]=i),f(this._url,h(e,this.options))},_tileOnLoad:function(t,i){it?setTimeout(p(t,this,null,i),0):t(null,i)},_tileOnError:function(t,i,e){var n=this.options.errorTileUrl;n&&i.getAttribute("src")!==n&&(i.src=n),t(e,i)},_onTileRemove:function(t){t.tile.onload=null},_getZoomForUrl:function(){var t=this._tileZoom,i=this.options.maxZoom;return this.options.zoomReverse&&(t=i-t),t+this.options.zoomOffset},_getSubdomain:function(t){var i=Math.abs(t.x+t.y)%this.options.subdomains.length;return this.options.subdomains[i]},_abortLoading:function(){var t,i;for(t in this._tiles)this._tiles[t].coords.z!==this._tileZoom&&((i=this._tiles[t].el).onload=a,i.onerror=a,i.complete||(i.src=y,ri(i),delete this._tiles[t]))},_removeTile:function(t){var i=this._tiles[t];if(i)return at||i.el.setAttribute("src",y),on.prototype._removeTile.call(this,t)},_tileReady:function(t,i,e){if(this._map&&(!e||e.getAttribute("src")!==y))return on.prototype._tileReady.call(this,t,i,e)}});function rn(t,i){return new sn(t,i)}var an=sn.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,i){this._url=t;var e=h({},this.defaultWmsParams);for(var n in i)n in this.options||(e[n]=i[n]);var o=(i=c(this,i)).detectRetina&&zt?2:1,s=this.getTileSize();e.width=s.x*o,e.height=s.y*o,this.wmsParams=e},onAdd:function(t){this._crs=this.options.crs||t.options.crs,this._wmsVersion=parseFloat(this.wmsParams.version);var i=1.3<=this._wmsVersion?"crs":"srs";this.wmsParams[i]=this._crs.code,sn.prototype.onAdd.call(this,t)},getTileUrl:function(t){var i=this._tileCoordsToNwSe(t),e=this._crs,n=O(e.project(i[0]),e.project(i[1])),o=n.min,s=n.max,r=(1.3<=this._wmsVersion&&this._crs===be?[o.y,o.x,s.y,s.x]:[o.x,o.y,s.x,s.y]).join(","),a=sn.prototype.getTileUrl.call(this,t);return a+_(this.wmsParams,a,this.options.uppercase)+(this.options.uppercase?"&BBOX=":"&bbox=")+r},setParams:function(t,i){return h(this.wmsParams,t),i||this.redraw(),this}});sn.WMS=an,rn.wms=function(t,i){return new an(t,i)};var hn=Me.extend({options:{padding:.1,tolerance:0},initialize:function(t){c(this,t),m(this),this._layers=this._layers||{}},onAdd:function(){this._container||(this._initContainer(),this._zoomAnimated&&ci(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,i){var e=this._map.getZoomScale(i,this._zoom),n=yi(this._container),o=this._map.getSize().multiplyBy(.5+this.options.padding),s=this._map.project(this._center,i),r=this._map.project(t,i).subtract(s),a=o.multiplyBy(-e).add(n).add(o).subtract(r);vt?gi(this._container,a,e):vi(this._container,a)},_reset:function(){for(var t in this._update(),this._updateTransform(this._center,this._zoom),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,i=this._map.getSize(),e=this._map.containerPointToLayerPoint(i.multiplyBy(-t)).round();this._bounds=new I(e,e.add(i.multiplyBy(1+2*t)).round()),this._center=this._map.getCenter(),this._zoom=this._map.getZoom()}}),un=hn.extend({getEvents:function(){var t=hn.prototype.getEvents.call(this);return t.viewprereset=this._onViewPreReset,t},_onViewPreReset:function(){this._postponeUpdatePaths=!0},onAdd:function(){hn.prototype.onAdd.call(this),this._draw()},_initContainer:function(){var t=this._container=document.createElement("canvas");zi(t,"mousemove",this._onMouseMove,this),zi(t,"click dblclick mousedown mouseup contextmenu",this._onClick,this),zi(t,"mouseout",this._handleMouseOut,this),this._ctx=t.getContext("2d")},_destroyContainer:function(){z(this._redrawRequest),delete this._ctx,ri(this._container),Si(this._container),delete this._container},_updatePaths:function(){if(!this._postponeUpdatePaths){for(var t in this._redrawBounds=null,this._layers)this._layers[t]._update();this._redraw()}},_update:function(){var t,i,e,n;this._map._animatingZoom&&this._bounds||(hn.prototype._update.call(this),t=this._bounds,i=this._container,e=t.getSize(),n=zt?2:1,vi(i,t.min),i.width=n*e.x,i.height=n*e.y,i.style.width=e.x+"px",i.style.height=e.y+"px",zt&&this._ctx.scale(2,2),this._ctx.translate(-t.min.x,-t.min.y),this.fire("update"))},_reset:function(){hn.prototype._reset.call(this),this._postponeUpdatePaths&&(this._postponeUpdatePaths=!1,this._updatePaths())},_initPath:function(t){this._updateDashArray(t);var i=(this._layers[m(t)]=t)._order={layer:t,prev:this._drawLast,next:null};this._drawLast&&(this._drawLast.next=i),this._drawLast=i,this._drawFirst=this._drawFirst||this._drawLast},_addPath:function(t){this._requestRedraw(t)},_removePath:function(t){var i=t._order,e=i.next,n=i.prev;e?e.prev=n:this._drawLast=n,n?n.next=e:this._drawFirst=e,delete t._order,delete this._layers[m(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("string"==typeof t.options.dashArray){for(var i,e=t.options.dashArray.split(/[, ]+/),n=[],o=0;o<e.length;o++){if(i=Number(e[o]),isNaN(i))return;n.push(i)}t.options._dashArray=n}else t.options._dashArray=t.options.dashArray},_requestRedraw:function(t){this._map&&(this._extendRedrawBounds(t),this._redrawRequest=this._redrawRequest||M(this._redraw,this))},_extendRedrawBounds:function(t){var i;t._pxBounds&&(i=(t.options.weight||0)+1,this._redrawBounds=this._redrawBounds||new I,this._redrawBounds.extend(t._pxBounds.min.subtract([i,i])),this._redrawBounds.extend(t._pxBounds.max.add([i,i])))},_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,i=this._redrawBounds;i?(t=i.getSize(),this._ctx.clearRect(i.min.x,i.min.y,t.x,t.y)):(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,i,e=this._redrawBounds;this._ctx.save(),e&&(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,i){if(this._drawing){var e,n,o,s,r=t._parts,a=r.length,h=this._ctx;if(a){for(h.beginPath(),e=0;e<a;e++){for(n=0,o=r[e].length;n<o;n++)s=r[e][n],h[n?"lineTo":"moveTo"](s.x,s.y);i&&h.closePath()}this._fillStroke(h,t)}}},_updateCircle:function(t){var i,e,n,o;this._drawing&&!t._empty()&&(i=t._point,e=this._ctx,n=Math.max(Math.round(t._radius),1),1!=(o=(Math.max(Math.round(t._radiusY),1)||n)/n)&&(e.save(),e.scale(1,o)),e.beginPath(),e.arc(i.x,i.y/o,n,0,2*Math.PI,!1),1!=o&&e.restore(),this._fillStroke(e,t))},_fillStroke:function(t,i){var e=i.options;e.fill&&(t.globalAlpha=e.fillOpacity,t.fillStyle=e.fillColor||e.color,t.fill(e.fillRule||"evenodd")),e.stroke&&0!==e.weight&&(t.setLineDash&&t.setLineDash(i.options&&i.options._dashArray||[]),t.globalAlpha=e.opacity,t.lineWidth=e.weight,t.strokeStyle=e.color,t.lineCap=e.lineCap,t.lineJoin=e.lineJoin,t.stroke())},_onClick:function(t){for(var i,e,n=this._map.mouseEventToLayerPoint(t),o=this._drawFirst;o;o=o.next)(i=o.layer).options.interactive&&i._containsPoint(n)&&(("click"===t.type||"preclick"!==t.type)&&this._map._draggableMoved(i)||(e=i));e&&(Fi(t),this._fireEvent([e],t))},_onMouseMove:function(t){var i;!this._map||this._map.dragging.moving()||this._map._animatingZoom||(i=this._map.mouseEventToLayerPoint(t),this._handleMouseHover(t,i))},_handleMouseOut:function(t){var i=this._hoveredLayer;i&&(_i(this._container,"leaflet-interactive"),this._fireEvent([i],t,"mouseout"),this._hoveredLayer=null,this._mouseHoverThrottled=!1)},_handleMouseHover:function(t,i){if(!this._mouseHoverThrottled){for(var e,n,o=this._drawFirst;o;o=o.next)(e=o.layer).options.interactive&&e._containsPoint(i)&&(n=e);n!==this._hoveredLayer&&(this._handleMouseOut(t),n&&(ci(this._container,"leaflet-interactive"),this._fireEvent([n],t,"mouseover"),this._hoveredLayer=n)),this._hoveredLayer&&this._fireEvent([this._hoveredLayer],t),this._mouseHoverThrottled=!0,setTimeout(p(function(){this._mouseHoverThrottled=!1},this),32)}},_fireEvent:function(t,i,e){this._map._fireDOMEvent(i,e||i.type,t)},_bringToFront:function(t){var i,e,n=t._order;n&&(i=n.next,e=n.prev,i&&((i.prev=e)?e.next=i:i&&(this._drawFirst=i),n.prev=this._drawLast,(this._drawLast.next=n).next=null,this._drawLast=n,this._requestRedraw(t)))},_bringToBack:function(t){var i,e,n=t._order;n&&(i=n.next,(e=n.prev)&&((e.next=i)?i.prev=e:e&&(this._drawLast=e),n.prev=null,n.next=this._drawFirst,this._drawFirst.prev=n,this._drawFirst=n,this._requestRedraw(t)))}});function ln(t){return St?new un(t):null}var cn=function(){try{return document.namespaces.add("lvml","urn:schemas-microsoft-com:vml"),function(t){return document.createElement("<lvml:"+t+' class="lvml">')}}catch(t){return function(t){return document.createElement("<"+t+' xmlns="urn:schemas-microsoft.com:vml" class="lvml">')}}}(),_n={_initContainer:function(){this._container=si("div","leaflet-vml-container")},_update:function(){this._map._animatingZoom||(hn.prototype._update.call(this),this.fire("update"))},_initPath:function(t){var i=t._container=cn("shape");ci(i,"leaflet-vml-shape "+(this.options.className||"")),i.coordsize="1 1",t._path=cn("path"),i.appendChild(t._path),this._updateStyle(t),this._layers[m(t)]=t},_addPath:function(t){var i=t._container;this._container.appendChild(i),t.options.interactive&&t.addInteractiveTarget(i)},_removePath:function(t){var i=t._container;ri(i),t.removeInteractiveTarget(i),delete this._layers[m(t)]},_updateStyle:function(t){var i=t._stroke,e=t._fill,n=t.options,o=t._container;o.stroked=!!n.stroke,o.filled=!!n.fill,n.stroke?(i=i||(t._stroke=cn("stroke")),o.appendChild(i),i.weight=n.weight+"px",i.color=n.color,i.opacity=n.opacity,n.dashArray?i.dashStyle=g(n.dashArray)?n.dashArray.join(" "):n.dashArray.replace(/( *, *)/g," "):i.dashStyle="",i.endcap=n.lineCap.replace("butt","flat"),i.joinstyle=n.lineJoin):i&&(o.removeChild(i),t._stroke=null),n.fill?(e=e||(t._fill=cn("fill")),o.appendChild(e),e.color=n.fillColor||n.color,e.opacity=n.fillOpacity):e&&(o.removeChild(e),t._fill=null)},_updateCircle:function(t){var i=t._point.round(),e=Math.round(t._radius),n=Math.round(t._radiusY||e);this._setPath(t,t._empty()?"M0 0":"AL "+i.x+","+i.y+" "+e+","+n+" 0,23592600")},_setPath:function(t,i){t._path.v=i},_bringToFront:function(t){hi(t._container)},_bringToBack:function(t){ui(t._container)}},dn=Et?cn:J,pn=hn.extend({getEvents:function(){var t=hn.prototype.getEvents.call(this);return t.zoomstart=this._onZoomStart,t},_initContainer:function(){this._container=dn("svg"),this._container.setAttribute("pointer-events","none"),this._rootGroup=dn("g"),this._container.appendChild(this._rootGroup)},_destroyContainer:function(){ri(this._container),Si(this._container),delete this._container,delete this._rootGroup,delete this._svgSize},_onZoomStart:function(){this._update()},_update:function(){var t,i,e;this._map._animatingZoom&&this._bounds||(hn.prototype._update.call(this),i=(t=this._bounds).getSize(),e=this._container,this._svgSize&&this._svgSize.equals(i)||(this._svgSize=i,e.setAttribute("width",i.x),e.setAttribute("height",i.y)),vi(e,t.min),e.setAttribute("viewBox",[t.min.x,t.min.y,i.x,i.y].join(" ")),this.fire("update"))},_initPath:function(t){var i=t._path=dn("path");t.options.className&&ci(i,t.options.className),t.options.interactive&&ci(i,"leaflet-interactive"),this._updateStyle(t),this._layers[m(t)]=t},_addPath:function(t){this._rootGroup||this._initContainer(),this._rootGroup.appendChild(t._path),t.addInteractiveTarget(t._path)},_removePath:function(t){ri(t._path),t.removeInteractiveTarget(t._path),delete this._layers[m(t)]},_updatePath:function(t){t._project(),t._update()},_updateStyle:function(t){var i=t._path,e=t.options;i&&(e.stroke?(i.setAttribute("stroke",e.color),i.setAttribute("stroke-opacity",e.opacity),i.setAttribute("stroke-width",e.weight),i.setAttribute("stroke-linecap",e.lineCap),i.setAttribute("stroke-linejoin",e.lineJoin),e.dashArray?i.setAttribute("stroke-dasharray",e.dashArray):i.removeAttribute("stroke-dasharray"),e.dashOffset?i.setAttribute("stroke-dashoffset",e.dashOffset):i.removeAttribute("stroke-dashoffset")):i.setAttribute("stroke","none"),e.fill?(i.setAttribute("fill",e.fillColor||e.color),i.setAttribute("fill-opacity",e.fillOpacity),i.setAttribute("fill-rule",e.fillRule||"evenodd")):i.setAttribute("fill","none"))},_updatePoly:function(t,i){this._setPath(t,$(t._parts,i))},_updateCircle:function(t){var i=t._point,e=Math.max(Math.round(t._radius),1),n="a"+e+","+(Math.max(Math.round(t._radiusY),1)||e)+" 0 1,0 ",o=t._empty()?"M0 0":"M"+(i.x-e)+","+i.y+n+2*e+",0 "+n+2*-e+",0 ";this._setPath(t,o)},_setPath:function(t,i){t._path.setAttribute("d",i)},_bringToFront:function(t){hi(t._path)},_bringToBack:function(t){ui(t._path)}});function mn(t){return Zt||Et?new pn(t):null}Et&&pn.include(_n),Ki.include({getRenderer:function(t){var i=(i=t.options.renderer||this._getPaneRenderer(t.options.pane)||this.options.renderer||this._renderer)||(this._renderer=this._createRenderer());return this.hasLayer(i)||this.addLayer(i),i},_getPaneRenderer:function(t){if("overlayPane"===t||void 0===t)return!1;var i=this._paneRenderers[t];return void 0===i&&(i=this._createRenderer({pane:t}),this._paneRenderers[t]=i),i},_createRenderer:function(t){return this.options.preferCanvas&&ln(t)||mn(t)}});var fn=Re.extend({initialize:function(t,i){Re.prototype.initialize.call(this,this._boundsToLatLngs(t),i)},setBounds:function(t){return this.setLatLngs(this._boundsToLatLngs(t))},_boundsToLatLngs:function(t){return[(t=N(t)).getSouthWest(),t.getNorthWest(),t.getNorthEast(),t.getSouthEast()]}});pn.create=dn,pn.pointsToPath=$,Ne.geometryToLayer=De,Ne.coordsToLatLng=We,Ne.coordsToLatLngs=He,Ne.latLngToCoords=Fe,Ne.latLngsToCoords=Ue,Ne.getFeature=Ve,Ne.asFeature=qe,Ki.mergeOptions({boxZoom:!0});var gn=ie.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(){zi(this._container,"mousedown",this._onMouseDown,this)},removeHooks:function(){Si(this._container,"mousedown",this._onMouseDown,this)},moved:function(){return this._moved},_destroy:function(){ri(this._pane),delete this._pane},_resetState:function(){this._resetStateTimeout=0,this._moved=!1},_clearDeferredResetState:function(){0!==this._resetStateTimeout&&(clearTimeout(this._resetStateTimeout),this._resetStateTimeout=0)},_onMouseDown:function(t){if(!t.shiftKey||1!==t.which&&1!==t.button)return!1;this._clearDeferredResetState(),this._resetState(),Xt(),xi(),this._startPoint=this._map.mouseEventToContainerPoint(t),zi(document,{contextmenu:Ni,mousemove:this._onMouseMove,mouseup:this._onMouseUp,keydown:this._onKeyDown},this)},_onMouseMove:function(t){this._moved||(this._moved=!0,this._box=si("div","leaflet-zoom-box",this._container),ci(this._container,"leaflet-crosshair"),this._map.fire("boxzoomstart")),this._point=this._map.mouseEventToContainerPoint(t);var i=new I(this._point,this._startPoint),e=i.getSize();vi(this._box,i.min),this._box.style.width=e.x+"px",this._box.style.height=e.y+"px"},_finish:function(){this._moved&&(ri(this._box),_i(this._container,"leaflet-crosshair")),Jt(),wi(),Si(document,{contextmenu:Ni,mousemove:this._onMouseMove,mouseup:this._onMouseUp,keydown:this._onKeyDown},this)},_onMouseUp:function(t){var i;1!==t.which&&1!==t.button||(this._finish(),this._moved&&(this._clearDeferredResetState(),this._resetStateTimeout=setTimeout(p(this._resetState,this),0),i=new R(this._map.containerPointToLatLng(this._startPoint),this._map.containerPointToLatLng(this._point)),this._map.fitBounds(i).fire("boxzoomend",{boxZoomBounds:i})))},_onKeyDown:function(t){27===t.keyCode&&this._finish()}});Ki.addInitHook("addHandler","boxZoom",gn),Ki.mergeOptions({doubleClickZoom:!0});var vn=ie.extend({addHooks:function(){this._map.on("dblclick",this._onDoubleClick,this)},removeHooks:function(){this._map.off("dblclick",this._onDoubleClick,this)},_onDoubleClick:function(t){var i=this._map,e=i.getZoom(),n=i.options.zoomDelta,o=t.originalEvent.shiftKey?e-n:e+n;"center"===i.options.doubleClickZoom?i.setZoom(o):i.setZoomAround(t.containerPoint,o)}});Ki.addInitHook("addHandler","doubleClickZoom",vn),Ki.mergeOptions({dragging:!0,inertia:!st,inertiaDeceleration:3400,inertiaMaxSpeed:1/0,easeLinearity:.2,worldCopyJump:!1,maxBoundsViscosity:0});var yn=ie.extend({addHooks:function(){var t;this._draggable||(t=this._map,this._draggable=new ae(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))),ci(this._map._container,"leaflet-grab leaflet-touch-drag"),this._draggable.enable(),this._positions=[],this._times=[]},removeHooks:function(){_i(this._map._container,"leaflet-grab"),_i(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,i=this._map;i._stop(),this._map.options.maxBounds&&this._map.options.maxBoundsViscosity?(t=N(this._map.options.maxBounds),this._offsetLimit=O(this._map.latLngToContainerPoint(t.getNorthWest()).multiplyBy(-1),this._map.latLngToContainerPoint(t.getSouthEast()).multiplyBy(-1).add(this._map.getSize())),this._viscosity=Math.min(1,Math.max(0,this._map.options.maxBoundsViscosity))):this._offsetLimit=null,i.fire("movestart").fire("dragstart"),i.options.inertia&&(this._positions=[],this._times=[])},_onDrag:function(t){var i,e;this._map.options.inertia&&(i=this._lastTime=+new Date,e=this._lastPos=this._draggable._absPos||this._draggable._newPos,this._positions.push(e),this._times.push(i),this._prunePositions(i)),this._map.fire("move",t).fire("drag",t)},_prunePositions:function(t){for(;1<this._positions.length&&50<t-this._times[0];)this._positions.shift(),this._times.shift()},_onZoomEnd:function(){var t=this._map.getSize().divideBy(2),i=this._map.latLngToLayerPoint([0,0]);this._initialWorldOffset=i.subtract(t).x,this._worldWidth=this._map.getPixelWorldBounds().getSize().x},_viscousLimit:function(t,i){return t-(t-i)*this._viscosity},_onPreDragLimit:function(){var t,i;this._viscosity&&this._offsetLimit&&(t=this._draggable._newPos.subtract(this._draggable._startPos),i=this._offsetLimit,t.x<i.min.x&&(t.x=this._viscousLimit(t.x,i.min.x)),t.y<i.min.y&&(t.y=this._viscousLimit(t.y,i.min.y)),t.x>i.max.x&&(t.x=this._viscousLimit(t.x,i.max.x)),t.y>i.max.y&&(t.y=this._viscousLimit(t.y,i.max.y)),this._draggable._newPos=this._draggable._startPos.add(t))},_onPreDragWrap:function(){var t=this._worldWidth,i=Math.round(t/2),e=this._initialWorldOffset,n=this._draggable._newPos.x,o=(n-i+e)%t+i-e,s=(n+i+e)%t-i-e,r=Math.abs(o+e)<Math.abs(s+e)?o:s;this._draggable._absPos=this._draggable._newPos.clone(),this._draggable._newPos.x=r},_onDragEnd:function(t){var i,e,n,o,s,r,a,h,u,l=this._map,c=l.options,_=!c.inertia||this._times.length<2;l.fire("dragend",t),_?l.fire("moveend"):(this._prunePositions(+new Date),i=this._lastPos.subtract(this._positions[0]),e=(this._lastTime-this._times[0])/1e3,n=c.easeLinearity,s=(o=i.multiplyBy(n/e)).distanceTo([0,0]),r=Math.min(c.inertiaMaxSpeed,s),a=o.multiplyBy(r/s),h=r/(c.inertiaDeceleration*n),(u=a.multiplyBy(-h/2).round()).x||u.y?(u=l._limitOffset(u,l.options.maxBounds),M(function(){l.panBy(u,{duration:h,easeLinearity:n,noMoveStart:!0,animate:!0})})):l.fire("moveend"))}});Ki.addInitHook("addHandler","dragging",yn),Ki.mergeOptions({keyboard:!0,keyboardPanDelta:80});var xn=ie.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"),zi(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(),Si(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(){var t,i,e,n;this._focused||(t=document.body,i=document.documentElement,e=t.scrollTop||i.scrollTop,n=t.scrollLeft||i.scrollLeft,this._map._container.focus(),window.scrollTo(n,e))},_onFocus:function(){this._focused=!0,this._map.fire("focus")},_onBlur:function(){this._focused=!1,this._map.fire("blur")},_setPanDelta:function(t){for(var i=this._panKeys={},e=this.keyCodes,n=0,o=e.left.length;n<o;n++)i[e.left[n]]=[-1*t,0];for(n=0,o=e.right.length;n<o;n++)i[e.right[n]]=[t,0];for(n=0,o=e.down.length;n<o;n++)i[e.down[n]]=[0,t];for(n=0,o=e.up.length;n<o;n++)i[e.up[n]]=[0,-1*t]},_setZoomDelta:function(t){for(var i=this._zoomKeys={},e=this.keyCodes,n=0,o=e.zoomIn.length;n<o;n++)i[e.zoomIn[n]]=t;for(n=0,o=e.zoomOut.length;n<o;n++)i[e.zoomOut[n]]=-t},_addHooks:function(){zi(document,"keydown",this._onKeyDown,this)},_removeHooks:function(){Si(document,"keydown",this._onKeyDown,this)},_onKeyDown:function(t){if(!(t.altKey||t.ctrlKey||t.metaKey)){var i,e=t.keyCode,n=this._map;if(e in this._panKeys)n._panAnim&&n._panAnim._inProgress||(i=this._panKeys[e],t.shiftKey&&(i=A(i).multiplyBy(3)),n.panBy(i),n.options.maxBounds&&n.panInsideBounds(n.options.maxBounds));else if(e in this._zoomKeys)n.setZoom(n.getZoom()+(t.shiftKey?3:1)*this._zoomKeys[e]);else{if(27!==e||!n._popup||!n._popup.options.closeOnEscapeKey)return;n.closePopup()}Ni(t)}}});Ki.addInitHook("addHandler","keyboard",xn),Ki.mergeOptions({scrollWheelZoom:!0,wheelDebounceTime:40,wheelPxPerZoomLevel:60});var wn=ie.extend({addHooks:function(){zi(this._map._container,"wheel",this._onWheelScroll,this),this._delta=0},removeHooks:function(){Si(this._map._container,"wheel",this._onWheelScroll,this)},_onWheelScroll:function(t){var i=Wi(t),e=this._map.options.wheelDebounceTime;this._delta+=i,this._lastMousePos=this._map.mouseEventToContainerPoint(t),this._startTime||(this._startTime=+new Date);var n=Math.max(e-(new Date-this._startTime),0);clearTimeout(this._timer),this._timer=setTimeout(p(this._performZoom,this),n),Ni(t)},_performZoom:function(){var t=this._map,i=t.getZoom(),e=this._map.options.zoomSnap||0;t._stop();var n=this._delta/(4*this._map.options.wheelPxPerZoomLevel),o=4*Math.log(2/(1+Math.exp(-Math.abs(n))))/Math.LN2,s=e?Math.ceil(o/e)*e:o,r=t._limitZoom(i+(0<this._delta?s:-s))-i;this._delta=0,this._startTime=null,r&&("center"===t.options.scrollWheelZoom?t.setZoom(i+r):t.setZoomAround(this._lastMousePos,i+r))}});Ki.addInitHook("addHandler","scrollWheelZoom",wn),Ki.mergeOptions({tap:!0,tapTolerance:15});var Pn=ie.extend({addHooks:function(){zi(this._map._container,"touchstart",this._onDown,this)},removeHooks:function(){Si(this._map._container,"touchstart",this._onDown,this)},_onDown:function(t){if(t.touches){if(Ri(t),this._fireClick=!0,1<t.touches.length)return this._fireClick=!1,void clearTimeout(this._holdTimeout);var i=t.touches[0],e=i.target;this._startPos=this._newPos=new k(i.clientX,i.clientY),e.tagName&&"a"===e.tagName.toLowerCase()&&ci(e,"leaflet-active"),this._holdTimeout=setTimeout(p(function(){this._isTapValid()&&(this._fireClick=!1,this._onUp(),this._simulateEvent("contextmenu",i))},this),1e3),this._simulateEvent("mousedown",i),zi(document,{touchmove:this._onMove,touchend:this._onUp},this)}},_onUp:function(t){var i,e;clearTimeout(this._holdTimeout),Si(document,{touchmove:this._onMove,touchend:this._onUp},this),this._fireClick&&t&&t.changedTouches&&((e=(i=t.changedTouches[0]).target)&&e.tagName&&"a"===e.tagName.toLowerCase()&&_i(e,"leaflet-active"),this._simulateEvent("mouseup",i),this._isTapValid()&&this._simulateEvent("click",i))},_isTapValid:function(){return this._newPos.distanceTo(this._startPos)<=this._map.options.tapTolerance},_onMove:function(t){var i=t.touches[0];this._newPos=new k(i.clientX,i.clientY),this._simulateEvent("mousemove",i)},_simulateEvent:function(t,i){var e=document.createEvent("MouseEvents");e._simulated=!0,i.target._simulatedClick=!0,e.initMouseEvent(t,!0,!0,window,1,i.screenX,i.screenY,i.clientX,i.clientY,!1,!1,!1,!1,0,null),i.target.dispatchEvent(e)}});!bt||Lt&&!ct||Ki.addInitHook("addHandler","tap",Pn),Ki.mergeOptions({touchZoom:bt&&!st,bounceAtZoomLimits:!0});var Ln=ie.extend({addHooks:function(){ci(this._map._container,"leaflet-touch-zoom"),zi(this._map._container,"touchstart",this._onTouchStart,this)},removeHooks:function(){_i(this._map._container,"leaflet-touch-zoom"),Si(this._map._container,"touchstart",this._onTouchStart,this)},_onTouchStart:function(t){var i,e,n=this._map;!t.touches||2!==t.touches.length||n._animatingZoom||this._zooming||(i=n.mouseEventToContainerPoint(t.touches[0]),e=n.mouseEventToContainerPoint(t.touches[1]),this._centerPoint=n.getSize()._divideBy(2),this._startLatLng=n.containerPointToLatLng(this._centerPoint),"center"!==n.options.touchZoom&&(this._pinchStartLatLng=n.containerPointToLatLng(i.add(e)._divideBy(2))),this._startDist=i.distanceTo(e),this._startZoom=n.getZoom(),this._moved=!1,this._zooming=!0,n._stop(),zi(document,"touchmove",this._onTouchMove,this),zi(document,"touchend",this._onTouchEnd,this),Ri(t))},_onTouchMove:function(t){if(t.touches&&2===t.touches.length&&this._zooming){var i=this._map,e=i.mouseEventToContainerPoint(t.touches[0]),n=i.mouseEventToContainerPoint(t.touches[1]),o=e.distanceTo(n)/this._startDist;if(this._zoom=i.getScaleZoom(o,this._startZoom),!i.options.bounceAtZoomLimits&&(this._zoom<i.getMinZoom()&&o<1||this._zoom>i.getMaxZoom()&&1<o)&&(this._zoom=i._limitZoom(this._zoom)),"center"===i.options.touchZoom){if(this._center=this._startLatLng,1==o)return}else{var s=e._add(n)._divideBy(2)._subtract(this._centerPoint);if(1==o&&0===s.x&&0===s.y)return;this._center=i.unproject(i.project(this._pinchStartLatLng,this._zoom).subtract(s),this._zoom)}this._moved||(i._moveStart(!0,!1),this._moved=!0),z(this._animRequest);var r=p(i._move,i,this._center,this._zoom,{pinch:!0,round:!1});this._animRequest=M(r,this,!0),Ri(t)}},_onTouchEnd:function(){this._moved&&this._zooming?(this._zooming=!1,z(this._animRequest),Si(document,"touchmove",this._onTouchMove,this),Si(document,"touchend",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))):this._zooming=!1}});Ki.addInitHook("addHandler","touchZoom",Ln),Ki.BoxZoom=gn,Ki.DoubleClickZoom=vn,Ki.Drag=yn,Ki.Keyboard=xn,Ki.ScrollWheelZoom=wn,Ki.Tap=Pn,Ki.TouchZoom=Ln,t.version="1.7.1",t.Control=Xi,t.control=Yi,t.Browser=Bt,t.Evented=E,t.Mixin=ne,t.Util=C,t.Class=S,t.Handler=ie,t.extend=h,t.bind=p,t.stamp=m,t.setOptions=c,t.DomEvent=qi,t.DomUtil=Mi,t.PosAnimation=Gi,t.Draggable=ae,t.LineUtil=fe,t.PolyUtil=ye,t.Point=k,t.point=A,t.Bounds=I,t.bounds=O,t.Transformation=q,t.transformation=G,t.Projection=Pe,t.LatLng=D,t.latLng=j,t.LatLngBounds=R,t.latLngBounds=N,t.CRS=H,t.GeoJSON=Ne,t.geoJSON=Ke,t.geoJson=Ye,t.Layer=Me,t.LayerGroup=ze,t.layerGroup=function(t,i){return new ze(t,i)},t.FeatureGroup=Ce,t.featureGroup=function(t,i){return new Ce(t,i)},t.ImageOverlay=Xe,t.imageOverlay=function(t,i,e){return new Xe(t,i,e)},t.VideoOverlay=Je,t.videoOverlay=function(t,i,e){return new Je(t,i,e)},t.SVGOverlay=$e,t.svgOverlay=function(t,i,e){return new $e(t,i,e)},t.DivOverlay=Qe,t.Popup=tn,t.popup=function(t,i){return new tn(t,i)},t.Tooltip=en,t.tooltip=function(t,i){return new en(t,i)},t.Icon=Se,t.icon=function(t){return new Se(t)},t.DivIcon=nn,t.divIcon=function(t){return new nn(t)},t.Marker=ke,t.marker=function(t,i){return new ke(t,i)},t.TileLayer=sn,t.tileLayer=rn,t.GridLayer=on,t.gridLayer=function(t){return new on(t)},t.SVG=pn,t.svg=mn,t.Renderer=hn,t.Canvas=un,t.canvas=ln,t.Path=Be,t.CircleMarker=Ae,t.circleMarker=function(t,i){return new Ae(t,i)},t.Circle=Ie,t.circle=function(t,i,e){return new Ie(t,i,e)},t.Polyline=Oe,t.polyline=function(t,i){return new Oe(t,i)},t.Polygon=Re,t.polygon=function(t,i){return new Re(t,i)},t.Rectangle=fn,t.rectangle=function(t,i){return new fn(t,i)},t.Map=Ki,t.map=function(t,i){return new Ki(t,i)};var bn=window.L;t.noConflict=function(){return window.L=bn,this},window.L=t});
6
+ //# sourceMappingURL=leaflet.js.map
assets/js/leaflet.js.map ADDED
@@ -0,0 +1 @@
 
1
+ {"version":3,"file":"dist/leaflet.js.map","sources":["../src/core/Util.js","../src/core/Class.js","../src/core/Events.js","../src/geometry/Point.js","../src/geometry/Bounds.js","../src/geo/LatLngBounds.js","../src/geo/LatLng.js","../src/geo/crs/CRS.js","../src/geo/projection/Projection.SphericalMercator.js","../src/geo/crs/CRS.Earth.js","../src/geometry/Transformation.js","../src/geo/crs/CRS.EPSG3857.js","../src/layer/vector/SVG.Util.js","../src/core/Browser.js","../src/dom/DomEvent.Pointer.js","../src/dom/DomEvent.DoubleTap.js","../src/dom/DomUtil.js","../src/dom/DomEvent.js","../src/dom/PosAnimation.js","../src/map/Map.js","../src/control/Control.js","../src/control/Control.Layers.js","../src/control/Control.Zoom.js","../src/control/Control.Scale.js","../src/control/Control.Attribution.js","../src/control/index.js","../src/core/Handler.js","../src/core/index.js","../src/geometry/LineUtil.js","../src/dom/Draggable.js","../src/geometry/PolyUtil.js","../src/geo/crs/CRS.EPSG3395.js","../src/geo/projection/Projection.LonLat.js","../src/geo/projection/Projection.Mercator.js","../src/geo/crs/CRS.EPSG4326.js","../src/geo/crs/CRS.Simple.js","../src/geo/crs/index.js","../src/layer/Layer.js","../src/layer/LayerGroup.js","../src/layer/FeatureGroup.js","../src/layer/marker/Icon.js","../src/layer/marker/Icon.Default.js","../src/layer/marker/Marker.Drag.js","../src/layer/marker/Marker.js","../src/layer/vector/Path.js","../src/layer/vector/CircleMarker.js","../src/layer/vector/Circle.js","../src/layer/vector/Polyline.js","../src/layer/vector/Polygon.js","../src/layer/GeoJSON.js","../src/layer/ImageOverlay.js","../src/layer/VideoOverlay.js","../src/layer/SVGOverlay.js","../src/layer/DivOverlay.js","../src/layer/Popup.js","../src/layer/Tooltip.js","../src/layer/marker/DivIcon.js","../src/layer/marker/index.js","../src/layer/tile/GridLayer.js","../src/layer/tile/TileLayer.js","../src/layer/tile/TileLayer.WMS.js","../src/layer/tile/index.js","../src/layer/vector/Renderer.js","../src/layer/vector/Canvas.js","../src/layer/vector/SVG.VML.js","../src/layer/vector/SVG.js","../src/layer/vector/Renderer.getRenderer.js","../src/layer/vector/Rectangle.js","../src/layer/vector/index.js","../src/layer/index.js","../src/map/handler/Map.BoxZoom.js","../src/map/handler/Map.DoubleClickZoom.js","../src/map/handler/Map.Drag.js","../src/map/handler/Map.Keyboard.js","../src/map/handler/Map.ScrollWheelZoom.js","../src/map/handler/Map.Tap.js","../src/map/handler/Map.TouchZoom.js","../src/map/index.js"],"names":["extend","dest","i","src","j","len","arguments","length","create","Object","proto","F","prototype","bind","fn","obj","slice","Array","apply","call","args","concat","lastId","stamp","_leaflet_id","throttle","time","context","lock","later","wrapperFn","setTimeout","wrapNum","x","range","includeMax","max","min","d","falseFn","formatNum","num","digits","pow","Math","undefined","round","trim","str","replace","splitWords","split","setOptions","options","hasOwnProperty","getParamString","existingUrl","uppercase","params","push","encodeURIComponent","toUpperCase","indexOf","join","templateRe","template","data","key","value","Error","isArray","toString","array","el","emptyImageUrl","getPrefixed","name","window","lastTime","timeoutDefer","Date","timeToCall","requestFn","requestAnimationFrame","cancelFn","cancelAnimationFrame","id","clearTimeout","requestAnimFrame","immediate","cancelAnimFrame","Class","props","NewClass","this","initialize","callInitHooks","parentProto","__super__","Util.create","constructor","statics","Util.extend","includes","L","Mixin","Util.isArray","Events","console","warn","stack","checkDeprecatedMixinEvents","_initHooks","_initHooksCalled","include","mergeOptions","addInitHook","init","on","types","type","_on","Util.splitWords","off","_off","_events","typeListeners","newListener","ctx","listeners","l","Util.falseFn","_firingCount","splice","fire","propagate","listens","event","target","sourceTarget","_propagateEvent","_eventParents","once","handler","Util.bind","addEventParent","Util.stamp","removeEventParent","e","layer","propagatedFrom","addEventListener","removeEventListener","clearAllEventListeners","addOneTimeEventListener","fireEvent","hasEventListeners","Evented","Point","y","trunc","v","floor","ceil","toPoint","Bounds","a","b","points","toBounds","LatLngBounds","corner1","corner2","latlngs","toLatLngBounds","LatLng","lat","lng","alt","isNaN","toLatLng","c","lon","clone","add","point","_add","subtract","_subtract","divideBy","_divideBy","multiplyBy","_multiplyBy","scaleBy","unscaleBy","_round","_floor","_ceil","_trunc","distanceTo","sqrt","equals","contains","abs","getCenter","getBottomLeft","getTopRight","getTopLeft","getBottomRight","getSize","intersects","bounds","min2","max2","xIntersects","yIntersects","overlaps","xOverlaps","yOverlaps","isValid","sw2","ne2","sw","_southWest","ne","_northEast","pad","bufferRatio","heightBuffer","widthBuffer","getSouthWest","getNorthEast","getNorthWest","getNorth","getWest","getSouthEast","getSouth","getEast","latIntersects","lngIntersects","latOverlaps","lngOverlaps","toBBoxString","maxMargin","CRS","latLngToPoint","latlng","zoom","projectedPoint","projection","project","scale","transformation","_transform","pointToLatLng","untransformedPoint","untransform","unproject","log","LN2","getProjectedBounds","infinite","s","transform","precision","Util.formatNum","other","Earth","distance","wrap","wrapLatLng","sizeInMeters","latAccuracy","lngAccuracy","cos","PI","wrapLng","Util.wrapNum","wrapLat","wrapLatLngBounds","center","newCenter","latShift","lngShift","R","latlng1","latlng2","rad","lat1","lat2","sinDLat","sin","sinDLon","atan2","earthRadius","SphericalMercator","MAX_LATITUDE","atan","exp","Transformation","_a","_b","_c","_d","toTransformation","EPSG3857","code","EPSG900913","svgCreate","document","createElementNS","pointsToPath","rings","closed","len2","p","Browser.svg","style","documentElement","ie","ielt9","edge","navigator","webkit","userAgentContains","android","android23","webkitVer","parseInt","exec","userAgent","androidStock","opera","chrome","gecko","safari","phantom","opera12","win","platform","ie3d","webkit3d","WebKitCSSMatrix","gecko3d","any3d","L_DISABLE_3D","mobile","orientation","mobileWebkit","mobileWebkit3d","msPointer","PointerEvent","MSPointerEvent","pointer","touch","L_NO_TOUCH","DocumentTouch","mobileOpera","mobileGecko","retina","devicePixelRatio","screen","deviceXDPI","logicalXDPI","passiveEvents","supportsPassiveOption","opts","defineProperty","get","canvas","createElement","getContext","svg","createSVGRect","vml","div","innerHTML","shape","firstChild","behavior","adj","toLowerCase","POINTER_DOWN","Browser.msPointer","POINTER_MOVE","POINTER_UP","POINTER_CANCEL","_pointers","_pointerDocListener","addPointerListener","onUp","_handlePointer","onDown","onMove","pointerType","MSPOINTER_TYPE_MOUSE","buttons","MSPOINTER_TYPE_TOUCH","DomEvent.preventDefault","_globalPointerDown","_globalPointerMove","_globalPointerUp","pointerId","touches","changedTouches","_touchstart","Browser.pointer","_touchend","_pre","_userSelect","userSelectProperty","disableTextSelection","enableTextSelection","_outlineElement","_outlineStyle","TRANSFORM","testProp","TRANSITION","TRANSITION_END","getElementById","getStyle","css","currentStyle","defaultView","getComputedStyle","tagName","className","container","appendChild","remove","parent","parentNode","removeChild","empty","toFront","lastChild","toBack","insertBefore","hasClass","classList","getClass","RegExp","test","addClass","classes","setClass","removeClass","Util.trim","baseVal","correspondingElement","setOpacity","opacity","filter","filterName","filters","item","Enabled","Opacity","_setOpacityIE","setTransform","offset","pos","Browser.ie3d","setPosition","_leaflet_pos","Browser.any3d","left","top","getPosition","disableImageDrag","DomEvent.on","enableImageDrag","DomEvent.off","preventOutline","element","tabIndex","restoreOutline","outline","getSizedParentNode","offsetWidth","offsetHeight","body","getScale","rect","getBoundingClientRect","width","height","boundingClientRect","addOne","eventsKey","removeOne","browserFiresNativeDblClick","Browser.edge","Browser.safari","mouseSubst","mouseenter","mouseleave","wheel","last","doubleTap","originalHandler","onTouchStart","isPrimary","now","delta","onTouchEnd","cancelBubble","prop","newTouch","button","Browser.touch","Browser.passiveEvents","passive","isExternalTarget","attachEvent","touchstart","touchend","dblclick","detachEvent","stopPropagation","originalEvent","_stopped","skipped","disableScrollPropagation","disableClickPropagation","fakeStop","preventDefault","returnValue","stop","getMousePosition","clientX","clientY","clientLeft","clientTop","wheelPxFactor","Browser.win","Browser.chrome","Browser.gecko","getWheelDelta","wheelDeltaY","deltaY","deltaMode","deltaX","deltaZ","wheelDelta","detail","skipEvents","events","related","relatedTarget","err","PosAnimation","run","newPos","duration","easeLinearity","_el","_inProgress","_duration","_easeOutPower","_startPos","DomUtil.getPosition","_offset","_startTime","_animate","_step","_complete","_animId","Util.requestAnimFrame","elapsed","_runFrame","_easeOut","progress","DomUtil.setPosition","Util.cancelAnimFrame","t","Map","crs","minZoom","maxZoom","layers","maxBounds","renderer","zoomAnimation","zoomAnimationThreshold","fadeAnimation","markerZoomAnimation","transform3DLimit","zoomSnap","zoomDelta","trackResize","Util.setOptions","_handlers","_layers","_zoomBoundLayers","_sizeChanged","_initContainer","_initLayout","_onResize","_initEvents","setMaxBounds","_zoom","_limitZoom","setView","reset","_zoomAnimated","DomUtil.TRANSITION","Browser.mobileOpera","_createAnimProxy","_proxy","DomUtil.TRANSITION_END","_catchTransitionEnd","_addLayers","_limitCenter","_stop","_loaded","animate","pan","_tryAnimatedZoom","_tryAnimatedPan","_sizeTimer","_resetView","setZoom","zoomIn","zoomOut","setZoomAround","getZoomScale","viewHalf","centerOffset","latLngToContainerPoint","containerPointToLatLng","_getBoundsCenterZoom","getBounds","paddingTL","paddingTopLeft","padding","paddingBR","paddingBottomRight","getBoundsZoom","Infinity","paddingOffset","swPoint","nePoint","fitBounds","fitWorld","panTo","panBy","_panAnim","step","_onPanTransitionStep","end","_onPanTransitionEnd","noMoveStart","DomUtil.addClass","_mapPane","_getMapPanePos","_rawPanBy","getZoom","flyTo","targetCenter","targetZoom","from","to","size","startZoom","w0","w1","u1","rho","rho2","r","sq","sinh","n","cosh","r0","u","start","S","_moveStart","frame","_flyToFrame","_move","getScaleZoom","_moveEnd","flyToBounds","_panInsideMaxBounds","setMinZoom","oldZoom","setMaxZoom","panInsideBounds","_enforcingBounds","panInside","diff","pixelCenter","pixelPoint","pixelBounds","getPixelBounds","halfPixelBounds","paddedBounds","invalidateSize","oldSize","_lastCenter","newSize","oldCenter","debounceMoveend","locate","_locateOptions","timeout","watch","_handleGeolocationError","message","onResponse","_handleGeolocationResponse","onError","_locationWatchId","geolocation","watchPosition","getCurrentPosition","stopLocate","clearWatch","error","coords","latitude","longitude","accuracy","timestamp","addHandler","HandlerClass","enable","_containerId","_container","DomUtil.remove","_clearControlPos","_resizeRequest","_clearHandlers","_panes","_renderer","createPane","pane","DomUtil.create","_checkIfLoaded","_moved","layerPointToLatLng","_getCenterLayerPoint","getMinZoom","_layersMinZoom","getMaxZoom","_layersMaxZoom","inside","nw","se","boundsSize","snap","scalex","scaley","_size","clientWidth","clientHeight","topLeftPoint","_getTopLeftPoint","getPixelOrigin","_pixelOrigin","getPixelWorldBounds","getPane","getPanes","getContainer","toZoom","fromZoom","latLngToLayerPoint","containerPointToLayerPoint","layerPointToContainerPoint","layerPoint","mouseEventToContainerPoint","DomEvent.getMousePosition","mouseEventToLayerPoint","mouseEventToLatLng","DomUtil.get","_onScroll","_fadeAnimated","Browser.retina","Browser.ielt9","position","DomUtil.getStyle","_initPanes","_initControlPos","panes","_paneRenderers","markerPane","shadowPane","loading","zoomChanged","_getNewPixelOrigin","pinch","_getZoomSpan","_targets","onOff","_handleDOMEvent","_onMoveEnd","scrollTop","scrollLeft","_findEventTargets","targets","isHover","srcElement","dragging","_simulated","_draggableMoved","DomEvent.isExternalTarget","DomEvent.skipped","DomUtil.preventOutline","_fireDOMEvent","_mouseEvents","synth","isMarker","getLatLng","_radius","containerPoint","bubblingMouseEvents","Util.indexOf","enabled","moved","boxZoom","disable","whenReady","callback","_latLngToNewLayerPoint","topLeft","_latLngBoundsToNewLayerBounds","latLngBounds","_getCenterOffset","centerPoint","viewBounds","_getBoundsOffset","_limitOffset","newBounds","pxBounds","projectedMaxBounds","minOffset","maxOffset","_rebound","right","DomUtil.removeClass","proxy","mapPane","DomUtil.TRANSFORM","DomUtil.setTransform","_animatingZoom","_onZoomTransitionEnd","_animMoveEnd","_destroyAnimProxy","z","propertyName","_nothingToAnimate","getElementsByClassName","_animateZoom","startAnim","noUpdate","_animateToCenter","_animateToZoom","control","Control","map","_map","removeControl","addControl","addTo","onAdd","corner","_controlCorners","onRemove","_refocusOnMap","screenX","screenY","focus","corners","_controlContainer","createCorner","vSide","hSide","Layers","collapsed","autoZIndex","hideSingleBase","sortLayers","sortFunction","layerA","layerB","nameA","nameB","baseLayers","overlays","_layerControlInputs","_lastZIndex","_handlingClick","_addLayer","_update","_checkDisabledLayers","_onLayerChange","_expandIfNotCollapsed","addBaseLayer","addOverlay","removeLayer","_getLayer","expand","_section","acceptableHeight","offsetTop","collapse","setAttribute","DomEvent.disableClickPropagation","DomEvent.disableScrollPropagation","section","Browser.android","link","_layersLink","href","title","DomEvent.stop","_baseLayersList","_separator","_overlaysList","overlay","sort","setZIndex","DomUtil.empty","baseLayersPresent","overlaysPresent","baseLayersCount","_addItem","display","_createRadioElement","checked","radioHtml","radioFragment","input","label","hasLayer","defaultChecked","layerId","_onInputClick","holder","inputs","addedLayers","removedLayers","addLayer","disabled","_expand","_collapse","Zoom","zoomInText","zoomInTitle","zoomOutText","zoomOutTitle","zoomName","_zoomInButton","_createButton","_zoomIn","_zoomOutButton","_zoomOut","_updateDisabled","_disabled","shiftKey","html","zoomControl","Scale","maxWidth","metric","imperial","_addScales","updateWhenIdle","_mScale","_iScale","maxMeters","_updateScales","_updateMetric","_updateImperial","meters","_getRoundNum","_updateScale","maxMiles","miles","feet","maxFeet","text","ratio","pow10","Attribution","prefix","_attributions","attributionControl","getAttribution","addAttribution","setPrefix","removeAttribution","attribs","prefixAndAttribs","attribution","Handler","_enabled","addHooks","removeHooks","_lastCode","START","END","mousedown","pointerdown","MSPointerDown","MOVE","Draggable","clickTolerance","dragStartTarget","_element","_dragStartTarget","_preventOutline","_onDown","_dragging","finishDrag","first","sizedParent","DomUtil.hasClass","which","DomUtil.disableImageDrag","DomUtil.disableTextSelection","_moving","DomUtil.getSizedParentNode","_startPoint","_parentScale","DomUtil.getScale","_onMove","_onUp","_lastTarget","SVGElementInstance","correspondingUseElement","_newPos","_animRequest","_lastEvent","_updatePosition","DomUtil.enableImageDrag","DomUtil.enableTextSelection","simplify","tolerance","sqTolerance","markers","Uint8Array","_simplifyDPStep","index","sqDist","maxSqDist","_sqClosestPointOnSegment","newPoints","_simplifyDP","reducedPoints","prev","p1","p2","dx","dy","_sqDist","_reducePoints","pointToSegmentDistance","clipSegment","useLastCode","codeOut","newCode","codeA","_getBitCode","codeB","_getEdgeIntersection","dot","isFlat","_flat","clipPolygon","clippedPoints","k","edges","_code","LineUtil._getBitCode","LineUtil._getEdgeIntersection","LonLat","Mercator","R_MINOR","tmp","con","ts","tan","phi","dphi","EPSG3395","EPSG4326","Simple","Layer","removeFrom","_mapToAdd","addInteractiveTarget","targetEl","removeInteractiveTarget","_layerAdd","getEvents","beforeAdd","eachLayer","method","_addZoomLimit","_updateZoomLevels","_removeZoomLimit","oldZoomSpan","LayerGroup","getLayerId","clearLayers","invoke","methodName","getLayer","getLayers","zIndex","FeatureGroup","setStyle","bringToFront","bringToBack","Icon","popupAnchor","tooltipAnchor","createIcon","oldIcon","_createIcon","createShadow","_getIconUrl","img","_createImg","_setIconStyles","sizeOption","anchor","shadowAnchor","iconAnchor","marginLeft","marginTop","IconDefault","iconUrl","iconRetinaUrl","shadowUrl","iconSize","shadowSize","imagePath","_detectIconPath","path","MarkerDrag","marker","_marker","icon","_icon","_draggable","dragstart","_onDragStart","predrag","_onPreDrag","drag","_onDrag","dragend","_onDragEnd","_adjustPan","movement","speed","autoPanSpeed","autoPanPadding","iconPos","origin","panBounds","_panRequest","_oldLatLng","closePopup","autoPan","shadow","_shadow","_latlng","oldLatLng","Marker","interactive","keyboard","zIndexOffset","riseOnHover","riseOffset","draggable","latLng","_initIcon","update","_removeIcon","_removeShadow","viewreset","setLatLng","setZIndexOffset","getIcon","setIcon","_popup","bindPopup","getElement","_setPos","classToAdd","addIcon","mouseover","_bringToFront","mouseout","_resetZIndex","newShadow","addShadow","_updateOpacity","_initInteraction","_zIndex","_updateZIndex","opt","DomUtil.setOpacity","_getPopupAnchor","_getTooltipAnchor","Path","stroke","color","weight","lineCap","lineJoin","dashArray","dashOffset","fill","fillColor","fillOpacity","fillRule","getRenderer","_initPath","_reset","_addPath","_removePath","redraw","_updatePath","_updateStyle","_updateBounds","_bringToBack","_path","_project","_clickTolerance","CircleMarker","radius","setRadius","getRadius","_point","r2","_radiusY","w","_pxBounds","_updateCircle","_empty","_bounds","_containsPoint","Circle","legacyOptions","_mRadius","half","latR","bottom","lngR","acos","Polyline","smoothFactor","noClip","_setLatLngs","getLatLngs","_latlngs","setLatLngs","isEmpty","closestLayerPoint","minDistance","minPoint","closest","LineUtil._sqClosestPointOnSegment","jLen","_parts","halfDist","segDist","dist","_rings","addLatLng","_defaultShape","_convertLatLngs","LineUtil.isFlat","result","flat","_projectLatlngs","_rawPxBounds","projectedBounds","ring","_clipPoints","segment","parts","LineUtil.clipSegment","_simplifyPoints","LineUtil.simplify","_updatePoly","part","LineUtil.pointToSegmentDistance","LineUtil._flat","Polygon","f","area","pop","clipped","PolyUtil.clipPolygon","GeoJSON","geojson","addData","feature","features","geometries","geometry","coordinates","geometryToLayer","asFeature","defaultOptions","resetStyle","onEachFeature","_setLayerStyle","pointToLayer","_coordsToLatLng","coordsToLatLng","_pointToLayer","coordsToLatLngs","properties","pointToLayerFn","markersInheritOptions","levelsDeep","latLngToCoords","latLngsToCoords","getFeature","newGeometry","PointToGeoJSON","toGeoJSON","geoJSON","multi","holes","toMultiPoint","isGeometryCollection","jsons","json","geoJson","ImageOverlay","crossOrigin","errorOverlayUrl","url","_url","_image","_initImage","styleOpts","DomUtil.toFront","DomUtil.toBack","setUrl","setBounds","zoomanim","wasElementSupplied","onselectstart","onmousemove","onload","onerror","_overlayOnError","image","errorUrl","VideoOverlay","autoplay","loop","keepAspectRatio","muted","vid","onloadeddata","sourceElements","getElementsByTagName","sources","source","SVGOverlay","DivOverlay","_source","_removeTimeout","getContent","_content","setContent","content","visibility","_updateContent","_updateLayout","isOpen","_prepareOpen","node","_contentNode","hasChildNodes","_getAnchor","_containerBottom","_containerLeft","_containerWidth","Popup","minWidth","maxHeight","autoPanPaddingTopLeft","autoPanPaddingBottomRight","keepInView","closeButton","autoClose","closeOnEscapeKey","openOn","openPopup","popup","DomEvent.stopPropagation","closeOnClick","closePopupOnClick","preclick","_close","moveend","wrapper","_wrapper","_tipContainer","_tip","_closeButton","_onCloseButtonClick","whiteSpace","scrolledClass","marginBottom","containerHeight","containerWidth","layerPos","containerPos","_popupHandlersAdded","click","_openPopup","keypress","_onKeyPress","move","_movePopup","unbindPopup","togglePopup","isPopupOpen","setPopupContent","getPopup","keyCode","Tooltip","direction","permanent","sticky","tooltip","closeTooltip","_setPosition","subX","tooltipPoint","tooltipWidth","tooltipHeight","subY","openTooltip","bindTooltip","_tooltip","_initTooltipInteractions","unbindTooltip","_tooltipHandlersAdded","_moveTooltip","_openTooltip","mousemove","toggleTooltip","isTooltipOpen","setTooltipContent","getTooltip","DivIcon","bgPos","Element","backgroundPosition","Default","GridLayer","tileSize","Browser.mobile","updateWhenZooming","updateInterval","maxNativeZoom","minNativeZoom","noWrap","keepBuffer","_levels","_tiles","_removeAllTiles","_tileZoom","_setAutoZIndex","isLoading","_loading","viewprereset","_invalidateAll","Util.throttle","createTile","getTileSize","compare","children","edgeZIndex","isFinite","nextFrame","willPrune","fade","tile","current","loaded","active","_onOpaqueTile","_noPrune","_pruneTiles","_fadeFrame","_updateLevels","Number","_onUpdateLevel","_removeTilesAtZoom","_onRemoveLevel","level","_setZoomTransform","_onCreateLevel","_level","retain","_retainParent","_retainChildren","_removeTile","x2","y2","z2","coords2","_tileCoordsToKey","animating","_setView","_clampZoom","noPrune","tileZoom","tileZoomChanged","_abortLoading","_resetGrid","_setZoomTransforms","translate","_tileSize","_globalTileRange","_pxBoundsToTileRange","_wrapX","_wrapY","_getTiledPixelBounds","mapZoom","halfSize","tileRange","tileCenter","queue","margin","noPruneRange","_isValidTile","fragment","createDocumentFragment","_addTile","tileBounds","_tileCoordsToBounds","_keyToBounds","_keyToTileCoords","_tileCoordsToNwSe","nwPoint","sePoint","bp","_initTile","Browser.android23","WebkitBackfaceVisibility","tilePos","_getTilePos","_wrapCoords","_tileReady","_noTilesToLoad","newCoords","TileLayer","subdomains","errorTileUrl","zoomOffset","tms","zoomReverse","detectRetina","_onTileRemove","noRedraw","done","_tileOnLoad","_tileOnError","getTileUrl","invertedY","_getSubdomain","_getZoomForUrl","Util.template","getAttribute","tilePoint","complete","Util.emptyImageUrl","Browser.androidStock","tileLayer","TileLayerWMS","defaultWmsParams","service","request","styles","format","transparent","version","wmsParams","realRetina","_crs","_wmsVersion","parseFloat","projectionKey","bbox","setParams","WMS","wms","Renderer","_updatePaths","_destroyContainer","_onZoom","zoomend","_onZoomEnd","_onAnimZoom","ev","_updateTransform","currentCenterPoint","_center","topLeftOffset","Canvas","_onViewPreReset","_postponeUpdatePaths","_draw","_onMouseMove","_onClick","_handleMouseOut","_ctx","_redrawRequest","_redrawBounds","_redraw","m","_updateDashArray","order","_order","_drawLast","next","_drawFirst","_requestRedraw","_extendRedrawBounds","dashValue","_dashArray","_clear","clearRect","save","restore","beginPath","clip","_drawing","closePath","_fillStroke","arc","globalAlpha","fillStyle","setLineDash","lineWidth","strokeStyle","clickedLayer","DomEvent.fakeStop","_fireEvent","moving","_handleMouseHover","_hoveredLayer","_mouseHoverThrottled","candidateHoveredLayer","Browser.canvas","vmlCreate","namespaces","vmlMixin","coordsize","_stroke","_fill","stroked","filled","dashStyle","endcap","joinstyle","_setPath","Browser.vml","SVG","zoomstart","_onZoomStart","_rootGroup","_svgSize","removeAttribute","_getPaneRenderer","_createRenderer","preferCanvas","Rectangle","_boundsToLatLngs","BoxZoom","_pane","overlayPane","_resetStateTimeout","_destroy","_onMouseDown","_resetState","_clearDeferredResetState","contextmenu","mouseup","_onMouseUp","keydown","_onKeyDown","_box","_finish","boxZoomBounds","doubleClickZoom","DoubleClickZoom","_onDoubleClick","inertia","inertiaDeceleration","inertiaMaxSpeed","worldCopyJump","maxBoundsViscosity","Drag","_onPreDragLimit","_onPreDragWrap","_positions","_times","_offsetLimit","_viscosity","_lastTime","_lastPos","_absPos","_prunePositions","shift","pxCenter","pxWorldCenter","_initialWorldOffset","_worldWidth","_viscousLimit","threshold","limit","worldWidth","halfWidth","newX1","newX2","newX","ease","speedVector","limitedSpeed","limitedSpeedVector","decelerationDuration","noInertia","keyboardPanDelta","Keyboard","keyCodes","down","up","_setPanDelta","_setZoomDelta","_onFocus","blur","_onBlur","_addHooks","_removeHooks","docEl","_focused","scrollTo","panDelta","keys","_panKeys","codes","_zoomKeys","altKey","ctrlKey","metaKey","scrollWheelZoom","wheelDebounceTime","wheelPxPerZoomLevel","ScrollWheelZoom","_onWheelScroll","_delta","DomEvent.getWheelDelta","debounce","_lastMousePos","_timer","_performZoom","d2","d3","d4","tap","tapTolerance","Tap","_fireClick","_holdTimeout","_isTapValid","_simulateEvent","touchmove","simulatedEvent","createEvent","_simulatedClick","initMouseEvent","dispatchEvent","touchZoom","bounceAtZoomLimits","TouchZoom","_onTouchStart","_zooming","_centerPoint","_startLatLng","_pinchStartLatLng","_startDist","_startZoom","_onTouchMove","_onTouchEnd","moveFn","video"],"mappings":"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"}
changelog.txt CHANGED
@@ -1,5 +1,12 @@
1
  == SportsPress Changelog ==
2
 
 
 
 
 
 
 
 
3
  = 2.7.4 =
4
  * Tweak - Add option to display birthday, age, or both in birthdays widget.
5
  * Fix - Player list data showing zeroes in some cases.
1
  == SportsPress Changelog ==
2
 
3
+ = 2.7.5 =
4
+ * Tweak - Add ability to filter events by team and match day in one query.
5
+ * Tweak - Improve performance by updating leaflet script and only loading when required.
6
+ * Tweak - Add overtime notation compatibility for minutes played.
7
+ * Fix - Issue with event edit page where the scripts were not working.
8
+ * Fix - No records when format is default in event list shortcode.
9
+
10
  = 2.7.4 =
11
  * Tweak - Add option to display birthday, age, or both in birthdays widget.
12
  * Fix - Player list data showing zeroes in some cases.
feeds/ical.php CHANGED
@@ -5,7 +5,7 @@
5
  * @author ThemeBoy
6
  * @category Feeds
7
  * @package SportsPress/Feeds
8
- * @version 2.6.15
9
  */
10
 
11
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
@@ -138,6 +138,8 @@ foreach ( $events as $event):
138
  //Convert &#[0-9]+ entities to UTF-8
139
  $summary = preg_replace_callback("/(&#[0-9]+;)/", function($m) { return mb_convert_encoding($m[1], "UTF-8", "HTML-ENTITIES"); }, $summary);
140
 
 
 
141
  // Append to output string
142
  $output .=
143
  "BEGIN:VEVENT\r\n" .
5
  * @author ThemeBoy
6
  * @category Feeds
7
  * @package SportsPress/Feeds
8
+ * @version 2.7.5
9
  */
10
 
11
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
138
  //Convert &#[0-9]+ entities to UTF-8
139
  $summary = preg_replace_callback("/(&#[0-9]+;)/", function($m) { return mb_convert_encoding($m[1], "UTF-8", "HTML-ENTITIES"); }, $summary);
140
 
141
+ $summary = apply_filters( 'sportspress_ical_feed_summary', $summary, $event );
142
+
143
  // Append to output string
144
  $output .=
145
  "BEGIN:VEVENT\r\n" .
includes/admin/post-types/class-sp-admin-cpt-event.php CHANGED
@@ -5,7 +5,7 @@
5
  * @author ThemeBoy
6
  * @category Admin
7
  * @package SportsPress/Admin/Post_Types
8
- * @version 2.7
9
  */
10
 
11
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
@@ -306,16 +306,21 @@ class SP_Admin_CPT_Event extends SP_Admin_CPT {
306
  global $typenow, $wp_query;
307
 
308
  if ( $typenow == 'sp_event' ) {
 
309
 
310
- if ( ! empty( $_GET['team'] ) ) {
311
- $query->query_vars['meta_value'] = $_GET['team'];
312
- $query->query_vars['meta_key'] = 'sp_team';
313
- }
314
-
315
- if ( ! empty( $_GET['match_day'] ) ) {
316
- $query->query_vars['meta_value'] = $_GET['match_day'];
317
- $query->query_vars['meta_key'] = 'sp_day';
318
- }
 
 
 
 
319
  }
320
  }
321
 
5
  * @author ThemeBoy
6
  * @category Admin
7
  * @package SportsPress/Admin/Post_Types
8
+ * @version 2.7.5
9
  */
10
 
11
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
306
  global $typenow, $wp_query;
307
 
308
  if ( $typenow == 'sp_event' ) {
309
+ $query->query_vars['meta_query'] = array( 'relation' => 'AND' );
310
 
311
+ if ( ! empty( $_GET['team'] ) ) {
312
+ $query->query_vars['meta_query'][] = array(
313
+ 'key' => 'sp_team',
314
+ 'value' => $_GET['team'],
315
+ );
316
+ }
317
+
318
+ if ( ! empty( $_GET['match_day'] ) ) {
319
+ $query->query_vars['meta_query'][] = array(
320
+ 'key' => 'sp_day',
321
+ 'value' => $_GET['match_day'],
322
+ );
323
+ }
324
  }
325
  }
326
 
includes/class-sp-player-list.php CHANGED
@@ -5,7 +5,7 @@
5
  * The SportsPress player list class handles individual player list data.
6
  *
7
  * @class SP_Player_List
8
- * @version 2.7.4
9
  * @package SportsPress/Classes
10
  * @category Class
11
  * @author ThemeBoy
@@ -532,6 +532,9 @@ class SP_Player_List extends SP_Secondary_Post {
532
  endforeach;
533
  endif;
534
 
 
 
 
535
  $totals[ $player_id ]['eventminutes'] += max( 0, $played_minutes );
536
 
537
  if ( sp_array_value( $player_performance, 'status' ) == 'lineup' ):
5
  * The SportsPress player list class handles individual player list data.
6
  *
7
  * @class SP_Player_List
8
+ * @version 2.7.5
9
  * @package SportsPress/Classes
10
  * @category Class
11
  * @author ThemeBoy
532
  endforeach;
533
  endif;
534
 
535
+ //Make sure that is a number (i.e. convert 90+2' to 90')
536
+ $played_minutes = (float)$played_minutes;
537
+
538
  $totals[ $player_id ]['eventminutes'] += max( 0, $played_minutes );
539
 
540
  if ( sp_array_value( $player_performance, 'status' ) == 'lineup' ):
includes/class-sp-player.php CHANGED
@@ -5,7 +5,7 @@
5
  * The SportsPress player class handles individual player data.
6
  *
7
  * @class SP_Player
8
- * @version 2.7.3
9
  * @package SportsPress/Classes
10
  * @category Class
11
  * @author ThemeBoy
@@ -456,6 +456,9 @@ class SP_Player extends SP_Custom_Post {
456
  endforeach;
457
  endif;
458
 
 
 
 
459
  $totals['eventminutes'] += max( 0, $played_minutes );
460
 
461
  if ( sp_array_value( $player_performance, 'status' ) == 'lineup' ):
5
  * The SportsPress player class handles individual player data.
6
  *
7
  * @class SP_Player
8
+ * @version 2.7.5
9
  * @package SportsPress/Classes
10
  * @category Class
11
  * @author ThemeBoy
456
  endforeach;
457
  endif;
458
 
459
+ //Make sure that is a number (i.e. convert 90+2' to 90')
460
+ $played_minutes = (float)$played_minutes;
461
+
462
  $totals['eventminutes'] += max( 0, $played_minutes );
463
 
464
  if ( sp_array_value( $player_performance, 'status' ) == 'lineup' ):
modules/sportspress-openstreetmap.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://themeboy.com/
5
  Description: Integrate OpenStreetMap to SportsPress.
6
  Author: ThemeBoy
7
  Author URI: http://themeboy.com/
8
- Version: 2.7
9
  */
10
 
11
  // Exit if accessed directly
@@ -17,7 +17,7 @@ if ( ! class_exists( 'SportsPress_OpenStreetMap' ) ):
17
  * Main SportsPress OpenStreetMap Class
18
  *
19
  * @class SportsPress_OpenStreetMap
20
- * @version 2.7
21
  */
22
 
23
  class SportsPress_OpenStreetMap {
@@ -45,7 +45,7 @@ if ( ! class_exists( 'SportsPress_OpenStreetMap' ) ):
45
  */
46
  private function define_constants() {
47
  if ( !defined( 'SP_OPENSTREETMAP_VERSION' ) )
48
- define( 'SP_OPENSTREETMAP_VERSION', '2.7' );
49
 
50
  if ( !defined( 'SP_OPENSTREETMAP_URL' ) )
51
  define( 'SP_OPENSTREETMAP_URL', plugin_dir_url( __FILE__ ) );
@@ -68,13 +68,13 @@ if ( ! class_exists( 'SportsPress_OpenStreetMap' ) ):
68
  $screen = get_current_screen();
69
 
70
  if ( in_array( $screen->id, sp_get_screen_ids() ) ) {
71
- wp_enqueue_style( 'leaflet_stylesheet', SP()->plugin_url() . '/assets/css/leaflet.css', array(), '1.4.0' );
72
- wp_enqueue_style( 'control-geocoder', SP()->plugin_url() . '/assets/css/Control.Geocoder.css', array() );
73
  }
74
 
75
  if ( in_array( $screen->id, sp_get_screen_ids() ) ) {
76
- wp_register_script( 'leaflet_js', SP()->plugin_url() . '/assets/js/leaflet.js', array(), '1.4.0' );
77
- wp_register_script( 'control-geocoder', SP()->plugin_url() . '/assets/js/Control.Geocoder.js', array( 'leaflet_js' ) );
78
  wp_register_script( 'sportspress-admin-geocoder', SP()->plugin_url() . '/assets/js/admin/sp-geocoder.js', array( 'leaflet_js', 'control-geocoder' ), SP_VERSION, true );
79
  }
80
 
@@ -97,9 +97,9 @@ if ( ! class_exists( 'SportsPress_OpenStreetMap' ) ):
97
  */
98
  public function frontend_venue_scripts() {
99
  global $post;
100
- if( ( ( is_single() || is_tax() ) && get_post_type()=='sp_event' ) || sp_has_shortcodes( $post->post_content, array('event_full', 'event_venue') ) ) {
101
- wp_enqueue_style( 'leaflet_stylesheet', SP()->plugin_url() . '/assets/css/leaflet.css', array(), '1.4.0' );
102
- wp_enqueue_script( 'leaflet_js', SP()->plugin_url() . '/assets/js/leaflet.js', array(), '1.4.0' );
103
  }
104
  }
105
 
@@ -163,11 +163,11 @@ if ( ! class_exists( 'SportsPress_OpenStreetMap' ) ):
163
  * Print geocoder script in setup
164
  */
165
  public function setup_geocoder_scripts() {
166
- wp_register_script( 'leaflet_js', SP()->plugin_url() . '/assets/js/leaflet.js', array(), '1.4.0' );
167
- wp_register_script( 'control-geocoder', SP()->plugin_url() . '/assets/js/Control.Geocoder.js', array( 'leaflet_js' ) );
168
  wp_register_script( 'sportspress-admin-setup-geocoder', SP()->plugin_url() . '/assets/js/admin/sp-setup-geocoder.js', array( 'leaflet_js', 'control-geocoder' ), SP_VERSION, true );
169
- wp_enqueue_style( 'control-geocoder', SP()->plugin_url() . '/assets/css/Control.Geocoder.css', array() );
170
- wp_enqueue_style( 'leaflet_stylesheet', SP()->plugin_url() . '/assets/css/leaflet.css', array(), '1.4.0' );
171
  }
172
 
173
  /**
5
  Description: Integrate OpenStreetMap to SportsPress.
6
  Author: ThemeBoy
7
  Author URI: http://themeboy.com/
8
+ Version: 2.7.5
9
  */
10
 
11
  // Exit if accessed directly
17
  * Main SportsPress OpenStreetMap Class
18
  *
19
  * @class SportsPress_OpenStreetMap
20
+ * @version 2.7.5
21
  */
22
 
23
  class SportsPress_OpenStreetMap {
45
  */
46
  private function define_constants() {
47
  if ( !defined( 'SP_OPENSTREETMAP_VERSION' ) )
48
+ define( 'SP_OPENSTREETMAP_VERSION', '2.7.5' );
49
 
50
  if ( !defined( 'SP_OPENSTREETMAP_URL' ) )
51
  define( 'SP_OPENSTREETMAP_URL', plugin_dir_url( __FILE__ ) );
68
  $screen = get_current_screen();
69
 
70
  if ( in_array( $screen->id, sp_get_screen_ids() ) ) {
71
+ wp_enqueue_style( 'leaflet_stylesheet', SP()->plugin_url() . '/assets/css/leaflet.css', array(), '1.7.1' );
72
+ wp_enqueue_style( 'control-geocoder', SP()->plugin_url() . '/assets/css/Control.Geocoder.css', array(), '1.13.0' );
73
  }
74
 
75
  if ( in_array( $screen->id, sp_get_screen_ids() ) ) {
76
+ wp_register_script( 'leaflet_js', SP()->plugin_url() . '/assets/js/leaflet.js', array(), '1.7.1' );
77
+ wp_register_script( 'control-geocoder', SP()->plugin_url() . '/assets/js/Control.Geocoder.min.js', array( 'leaflet_js' ), '1.13.0' );
78
  wp_register_script( 'sportspress-admin-geocoder', SP()->plugin_url() . '/assets/js/admin/sp-geocoder.js', array( 'leaflet_js', 'control-geocoder' ), SP_VERSION, true );
79
  }
80
 
97
  */
98
  public function frontend_venue_scripts() {
99
  global $post;
100
+ if( is_tax('sp_venue') || is_singular('sp_event') || ( isset( $post->post_content ) && sp_has_shortcodes( $post->post_content, array('event_full', 'event_venue') ) ) ) {
101
+ wp_enqueue_style( 'leaflet_stylesheet', SP()->plugin_url() . '/assets/css/leaflet.css', array(), '1.7.1' );
102
+ wp_enqueue_script( 'leaflet_js', SP()->plugin_url() . '/assets/js/leaflet.js', array(), '1.7.1' );
103
  }
104
  }
105
 
163
  * Print geocoder script in setup
164
  */
165
  public function setup_geocoder_scripts() {
166
+ wp_register_script( 'leaflet_js', SP()->plugin_url() . '/assets/js/leaflet.js', array(), '1.7.1' );
167
+ wp_register_script( 'control-geocoder', SP()->plugin_url() . '/assets/js/Control.Geocoder.min.js', array( 'leaflet_js' ), '1.13.0' );
168
  wp_register_script( 'sportspress-admin-setup-geocoder', SP()->plugin_url() . '/assets/js/admin/sp-setup-geocoder.js', array( 'leaflet_js', 'control-geocoder' ), SP_VERSION, true );
169
+ wp_enqueue_style( 'control-geocoder', SP()->plugin_url() . '/assets/css/Control.Geocoder.css', array(), '1.13.0' );
170
+ wp_enqueue_style( 'leaflet_stylesheet', SP()->plugin_url() . '/assets/css/leaflet.css', array(), '1.7.1' );
171
  }
172
 
173
  /**
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: ThemeBoy, brianmiyaji, aylaview, savvasha, nabil_kadimi, rochester
3
  Tags: calendars, club, club management, esports, events, fixtures, leagues, league management, sports, sports club, sports data, team rosters
4
  Donate link: http://tboy.co/donate
5
  Requires at least: 3.8
6
- Tested up to: 5.5
7
- Stable tag: 2.7.4
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -240,6 +240,13 @@ When you upgrade to one of the SportsPress Pro licenses, you can simply activate
240
 
241
  == Changelog ==
242
 
 
 
 
 
 
 
 
243
  = 2.7.4 =
244
  * Tweak - Add option to display birthday, age, or both in birthdays widget.
245
  * Fix - Player list data showing zeroes in some cases.
3
  Tags: calendars, club, club management, esports, events, fixtures, leagues, league management, sports, sports club, sports data, team rosters
4
  Donate link: http://tboy.co/donate
5
  Requires at least: 3.8
6
+ Tested up to: 5.6
7
+ Stable tag: 2.7.5
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
240
 
241
  == Changelog ==
242
 
243
+ = 2.7.5 =
244
+ * Tweak - Add ability to filter events by team and match day in one query.
245
+ * Tweak - Improve performance by updating leaflet script and only loading when required.
246
+ * Tweak - Add overtime notation compatibility for minutes played.
247
+ * Fix - Issue with event edit page where the scripts were not working.
248
+ * Fix - No records when format is default in event list shortcode.
249
+
250
  = 2.7.4 =
251
  * Tweak - Add option to display birthday, age, or both in birthdays widget.
252
  * Fix - Player list data showing zeroes in some cases.
sportspress.php CHANGED
@@ -3,11 +3,11 @@
3
  * Plugin Name: SportsPress
4
  * Plugin URI: http://themeboy.com/sportspress/
5
  * Description: Manage your club and its players, staff, events, league tables, and player lists.
6
- * Version: 2.7.4
7
  * Author: ThemeBoy
8
  * Author URI: http://themeboy.com
9
  * Requires at least: 3.8
10
- * Tested up to: 5.5
11
  *
12
  * Text Domain: sportspress
13
  * Domain Path: /languages/
@@ -26,14 +26,14 @@ if ( ! class_exists( 'SportsPress' ) ) :
26
  * Main SportsPress Class
27
  *
28
  * @class SportsPress
29
- * @version 2.7.4
30
  */
31
  final class SportsPress {
32
 
33
  /**
34
  * @var string
35
  */
36
- public $version = '2.7.4';
37
 
38
  /**
39
  * @var SportsPress The single instance of the class
3
  * Plugin Name: SportsPress
4
  * Plugin URI: http://themeboy.com/sportspress/
5
  * Description: Manage your club and its players, staff, events, league tables, and player lists.
6
+ * Version: 2.7.5
7
  * Author: ThemeBoy
8
  * Author URI: http://themeboy.com
9
  * Requires at least: 3.8
10
+ * Tested up to: 5.6
11
  *
12
  * Text Domain: sportspress
13
  * Domain Path: /languages/
26
  * Main SportsPress Class
27
  *
28
  * @class SportsPress
29
+ * @version 2.7.5
30
  */
31
  final class SportsPress {
32
 
33
  /**
34
  * @var string
35
  */
36
+ public $version = '2.7.5';
37
 
38
  /**
39
  * @var SportsPress The single instance of the class
templates/event-list.php CHANGED
@@ -4,7 +4,7 @@
4
  *
5
  * @author ThemeBoy
6
  * @package SportsPress/Templates
7
- * @version 2.7.3
8
  */
9
 
10
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
@@ -13,7 +13,7 @@ $defaults = array(
13
  'id' => null,
14
  'title' => false,
15
  'status' => 'default',
16
- 'format' => 'all',
17
  'date' => 'default',
18
  'date_from' => 'default',
19
  'date_to' => 'default',
@@ -51,7 +51,7 @@ extract( $defaults, EXTR_SKIP );
51
  $calendar = new SP_Calendar( $id );
52
  if ( $status != 'default' )
53
  $calendar->status = $status;
54
- if ( $format != 'all' )
55
  $calendar->event_format = $format;
56
  if ( $date != 'default' )
57
  $calendar->date = $date;
4
  *
5
  * @author ThemeBoy
6
  * @package SportsPress/Templates
7
+ * @version 2.7.5
8
  */
9
 
10
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
13
  'id' => null,
14
  'title' => false,
15
  'status' => 'default',
16
+ 'format' => 'default',
17
  'date' => 'default',
18
  'date_from' => 'default',
19
  'date_to' => 'default',
51
  $calendar = new SP_Calendar( $id );
52
  if ( $status != 'default' )
53
  $calendar->status = $status;
54
+ if ( $format != 'default' )
55
  $calendar->event_format = $format;
56
  if ( $date != 'default' )
57
  $calendar->date = $date;