From 9dd7c1e2f053d144b44789e6face40aba5f6b507 Mon Sep 17 00:00:00 2001
From: Kyle Gabriel <KyleTGabriel@gmail.com>
Date: Mon, 25 Feb 2019 22:04:56 -0500
Subject: [PATCH] All the files

---
 README.md                                     |    41 +-
 __init__.py                                   |     0
 app.py                                        |   150 +
 config.py                                     |    24 +
 flask_nginx.conf                              |    15 +
 requirements.txt                              |     5 +
 static/esri-leaflet.js                        |     5 +
 static/leaflet-bing-layer.min.js              |     1 +
 static/leaflet-measure/assets/cancel.png      |   Bin 0 -> 397 bytes
 static/leaflet-measure/assets/cancel.svg      |     6 +
 static/leaflet-measure/assets/cancel_@2X.png  |   Bin 0 -> 762 bytes
 static/leaflet-measure/assets/check.png       |   Bin 0 -> 387 bytes
 static/leaflet-measure/assets/check.svg       |     5 +
 static/leaflet-measure/assets/check_@2X.png   |   Bin 0 -> 692 bytes
 static/leaflet-measure/assets/focus.png       |   Bin 0 -> 326 bytes
 static/leaflet-measure/assets/focus.svg       |     5 +
 static/leaflet-measure/assets/focus_@2X.png   |   Bin 0 -> 462 bytes
 .../assets/leaflet-measure.png                |   Bin 0 -> 609197 bytes
 static/leaflet-measure/assets/rulers.png      |   Bin 0 -> 192 bytes
 static/leaflet-measure/assets/rulers.svg      |     6 +
 static/leaflet-measure/assets/rulers_@2X.png  |   Bin 0 -> 277 bytes
 static/leaflet-measure/assets/start.png       |   Bin 0 -> 491 bytes
 static/leaflet-measure/assets/start.svg       |     6 +
 static/leaflet-measure/assets/start_@2X.png   |   Bin 0 -> 1003 bytes
 static/leaflet-measure/assets/trash.png       |   Bin 0 -> 279 bytes
 static/leaflet-measure/assets/trash.svg       |     5 +
 static/leaflet-measure/assets/trash_@2X.png   |   Bin 0 -> 460 bytes
 static/leaflet-measure/leaflet-measure.css    |     1 +
 static/leaflet-measure/leaflet-measure.js     |     1 +
 static/leaflet/images/layers-2x.png           |   Bin 0 -> 1259 bytes
 static/leaflet/images/layers.png              |   Bin 0 -> 696 bytes
 static/leaflet/images/marker-icon-2x.png      |   Bin 0 -> 2464 bytes
 static/leaflet/images/marker-icon.png         |   Bin 0 -> 1466 bytes
 static/leaflet/images/marker-shadow.png       |   Bin 0 -> 618 bytes
 static/leaflet/leaflet-src.esm.js             | 13838 +++++++++++++++
 static/leaflet/leaflet-src.esm.js.map         |     1 +
 static/leaflet/leaflet-src.js                 | 13930 ++++++++++++++++
 static/leaflet/leaflet-src.js.map             |     1 +
 static/leaflet/leaflet.css                    |   635 +
 static/leaflet/leaflet.js                     |     5 +
 static/leaflet/leaflet.js.map                 |     1 +
 templates/map.html                            |   110 +
 ttn-tracker.service                           |    21 +
 43 files changed, 28817 insertions(+), 1 deletion(-)
 create mode 100644 __init__.py
 create mode 100644 app.py
 create mode 100644 config.py
 create mode 100644 flask_nginx.conf
 create mode 100644 requirements.txt
 create mode 100644 static/esri-leaflet.js
 create mode 100644 static/leaflet-bing-layer.min.js
 create mode 100755 static/leaflet-measure/assets/cancel.png
 create mode 100755 static/leaflet-measure/assets/cancel.svg
 create mode 100755 static/leaflet-measure/assets/cancel_@2X.png
 create mode 100755 static/leaflet-measure/assets/check.png
 create mode 100755 static/leaflet-measure/assets/check.svg
 create mode 100755 static/leaflet-measure/assets/check_@2X.png
 create mode 100755 static/leaflet-measure/assets/focus.png
 create mode 100755 static/leaflet-measure/assets/focus.svg
 create mode 100755 static/leaflet-measure/assets/focus_@2X.png
 create mode 100644 static/leaflet-measure/assets/leaflet-measure.png
 create mode 100755 static/leaflet-measure/assets/rulers.png
 create mode 100755 static/leaflet-measure/assets/rulers.svg
 create mode 100755 static/leaflet-measure/assets/rulers_@2X.png
 create mode 100755 static/leaflet-measure/assets/start.png
 create mode 100755 static/leaflet-measure/assets/start.svg
 create mode 100755 static/leaflet-measure/assets/start_@2X.png
 create mode 100755 static/leaflet-measure/assets/trash.png
 create mode 100644 static/leaflet-measure/assets/trash.svg
 create mode 100755 static/leaflet-measure/assets/trash_@2X.png
 create mode 100644 static/leaflet-measure/leaflet-measure.css
 create mode 100644 static/leaflet-measure/leaflet-measure.js
 create mode 100644 static/leaflet/images/layers-2x.png
 create mode 100644 static/leaflet/images/layers.png
 create mode 100644 static/leaflet/images/marker-icon-2x.png
 create mode 100644 static/leaflet/images/marker-icon.png
 create mode 100644 static/leaflet/images/marker-shadow.png
 create mode 100644 static/leaflet/leaflet-src.esm.js
 create mode 100644 static/leaflet/leaflet-src.esm.js.map
 create mode 100644 static/leaflet/leaflet-src.js
 create mode 100644 static/leaflet/leaflet-src.js.map
 create mode 100644 static/leaflet/leaflet.css
 create mode 100644 static/leaflet/leaflet.js
 create mode 100644 static/leaflet/leaflet.js.map
 create mode 100644 templates/map.html
 create mode 100644 ttn-tracker.service

diff --git a/README.md b/README.md
index b446939..607d328 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,40 @@
-# ttn-tracker
\ No newline at end of file
+## The Things Network Tracker (TTN-Tracker)
+
+For use with [kizniche/ttgo-tbeam-ttnmapper](https://github.com/kizniche/ttgo-tbeam-ttnmapper) for the T-Beam TTGO that transmits data to [The Things Network](https://thethingsnetwork.org) (TTN) for [TTN Mapper](https://ttnmapper.org/). This is the tracker node.
+
+This Flask app hosts a wen-enabled front end using [gunicorn](https://github.com/benoitc/gunicorn) and [nginx](http://nginx.org/). It pulls coordinate data acquired from the tracker node that's been stored on TTN. It stores these coordinates in an SQLite database and displays the coordinates on a map ([leaflet](https://github.com/Leaflet/Leaflet)) in your web browser. This is useful for testing the signal range from gateways while driving, so you can see when and where your signal was able to reach a gateway.
+
+This is very similar to the TTN Mapper frontend, however TTN Mapper takes a long time to update the data points on its map. This software runs locally on your own hardware and responds instantly to new data on TTN, making it a good companion in your vehicle if you want to get instant updates as to whether your tracker node successfully communicated its coordinates or not.
+
+Features include:
+
+ - Multiple map layers, including satellite, topology, and streets (No API keys required)
+ - Measuring tool to measure distances between points
+ - Map stays focused on the same point across page refreshes (refreshing brings in new data)
+ - Clicking gateway or data point markers pops up information about them
+
+### Setup:
+
+I've succesfully set this up on a Raspberry Pi, but these instructions should work for any debian-variant operating system. Other systems you may have to adapt how you install the prerequisites.
+
+```
+git clone https://github.com/kizniche/ttn-tracker.git
+cd ttn-tracker
+sudo pip install virtualenv --upgrade
+PYTHON_BINARY_SYS_LOC="$(python3.5 -c "import os; print(os.environ['_'])")"
+virtualenv --system-site-packages -p ${PYTHON_BINARY_SYS_LOC} ./env
+./env/bin/pip install -r requirements.txt
+sudo ln -s /home/pi/ttn-tracker/flask_nginx.conf /etc/nginx/sites-enabled/ttn-tracker_nginx.config
+sudo service nginx restart
+sudo systemctl enable /home/pi/ttn-tracker/ttn-tracker.service
+```
+
+Make sure you have your application set up on The Things Network with the integration "Data Storage". Edit config.py with your application API Key, application ID, Device ID(s), and gateway location(s). The integration "TTN Mapper" is optional but is recommended to be able to provide signal data to the public.
+
+### Run
+
+sudo service ttn-tracker start
+
+### Web Address
+
+http://127.0.0.1:5500/dsf673bh
diff --git a/__init__.py b/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/app.py b/app.py
new file mode 100644
index 0000000..8abfd75
--- /dev/null
+++ b/app.py
@@ -0,0 +1,150 @@
+import datetime
+import logging
+from math import atan2
+from math import cos
+from math import radians
+from math import sin
+from math import sqrt
+
+import requests
+from apscheduler.schedulers.background import BackgroundScheduler
+from flask import Flask
+from flask import render_template
+from flask_sqlalchemy import SQLAlchemy
+
+from config import app_key
+from config import application
+from config import devices
+from config import gateway_locations
+from config import path_db
+from config import start_lat
+from config import start_lon
+
+logging.basicConfig(level=logging.INFO, format='%(asctime)s %(message)s')
+logger = logging.getLogger(__name__)
+
+app = Flask(__name__, template_folder="./templates")
+
+app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///{db}'.format(db=path_db)
+app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
+db = SQLAlchemy(app)
+
+
+def schedule_get_new_data():
+    get_new_data()
+
+
+scheduler = BackgroundScheduler()
+job = scheduler.add_job(schedule_get_new_data, 'interval', days=1)
+scheduler.start()
+
+
+class Location(db.Model):
+    __tablename__ = "location"
+
+    id = db.Column(db.Integer, primary_key=True)
+    device_id = db.Column(db.String(250))
+    last_data_date = db.Column(db.DateTime)
+    raw = db.Column(db.String(250))
+    datetime = db.Column(db.String(250))
+    latitude = db.Column(db.String(250))
+    longitude = db.Column(db.String(250))
+    altitude = db.Column(db.Integer)
+    hdop = db.Column(db.Float)
+
+    def __repr__(self):
+        return '<ID %r>' % self.id
+
+
+class LastAcquisition(db.Model):
+    __tablename__ = "last_data"
+
+    id = db.Column(db.Integer, primary_key=True)
+    last_datetime = db.Column(db.DateTime)
+
+    def __repr__(self):
+        return '<ID %r>' % self.id
+
+
+@app.route('/dsf673bh')
+def hello_world():
+    get_new_data()
+    return render_template('map.html',
+                           gateway_locations=gateway_locations,
+                           location_data=Location.query.all(),
+                           start_lat=start_lat,
+                           start_lon=start_lon)
+
+
+def get_new_data():
+    last_seconds = seconds_from_last()
+    if last_seconds:
+        past_seconds = int(last_seconds) + 1
+    else:
+        past_seconds = 604800  # 7 days, max The Things Network storage allows
+    for each_device in devices:
+        endpoint = "https://{app}.data.thethingsnetwork.org/api/v2/query/{dev}?last={time}".format(
+            app=application, dev=each_device, time="{}s".format(past_seconds))
+        logger.info(endpoint)
+        headers = {"Authorization": app_key}
+        response = requests.get(endpoint, headers=headers)
+        try:
+            for each_resp in response.json():
+                if (not Location.query.filter(Location.datetime == each_resp['time']).first() and
+                        -90 < float(each_resp['latitude']) <= 90 and -120 <= float(each_resp['longitude']) <= 80):
+                    logger.info("{}, {}".format(each_resp['latitude'], each_resp['longitude']))
+                    new_location = Location(
+                        device_id=each_resp['device_id'],
+                        raw=each_resp['raw'],
+                        datetime=each_resp['time'],
+                        latitude=each_resp['latitude'],
+                        longitude=each_resp['longitude'],
+                        altitude=each_resp['altitude'],
+                        hdop=each_resp['hdop'])
+                    db.session.add(new_location)
+                    db.session.commit()
+        except:
+            pass
+    set_date_now()
+
+
+def set_date_now():
+    date_last = LastAcquisition.query.first()
+    if not date_last:
+        new_last = LastAcquisition(last_datetime=datetime.datetime.now())
+        db.session.add(new_last)
+        db.session.commit()
+    else:
+        date_last.last_datetime = datetime.datetime.now()
+        db.session.commit()
+
+
+def seconds_from_last():
+    date_last = LastAcquisition.query.first()
+    if date_last:
+        return (datetime.datetime.now() - date_last.last_datetime).total_seconds()
+
+
+def distance_coordinates(lat1, lon1, lat2, lon2):
+    # approximate radius of earth in km
+    R = 6373.0
+
+    lat1 = radians(lat1)
+    lon1 = radians(lon1)
+    lat2 = radians(lat2)
+    lon2 = radians(lon2)
+
+    dlon = lon2 - lon1
+    dlat = lat2 - lat1
+
+    a = sin(dlat / 2) ** 2 + cos(lat1) * cos(lat2) * sin(dlon / 2) ** 2
+    c = 2 * atan2(sqrt(a), sqrt(1 - a))
+
+    distance = R * c
+
+    return distance  # km
+
+
+if __name__ == '__main__':
+    db.create_all()
+    app.run(debug=True, host='0.0.0.0', port=5500)
diff --git a/config.py b/config.py
new file mode 100644
index 0000000..567490a
--- /dev/null
+++ b/config.py
@@ -0,0 +1,24 @@
+# -*- coding: utf-8 -*-
+
+# Where the map initially loads
+start_lat = 35.978781
+start_lon = -77.855346
+
+# Where to store SQLite database
+path_db = '/home/pi/ttn-tracker/ttnmapper_retrieve.db'
+
+# TTN Application
+application = "ttn_application"
+app_key = "key ttn-account-TTN_APP_KEY"
+
+# Application devices
+devices = [
+    "device_01",
+    "device_02"
+]
+
+# Where to place gateway markers
+gateway_locations = [
+    ('Gateway 01', 35.978781, -77.855346),
+    ('Gateway 02', 35.978781, -77.655346)
+]
diff --git a/flask_nginx.conf b/flask_nginx.conf
new file mode 100644
index 0000000..6f66a0b
--- /dev/null
+++ b/flask_nginx.conf
@@ -0,0 +1,15 @@
+server {
+    listen 5500;
+
+    client_max_body_size 30M;
+
+    location / {
+        include proxy_params;
+        proxy_pass http://unix:/var/run/ttn_tracker_flask.sock;
+    }
+
+    error_page 502 /502.html;
+    location = /502.html {
+      root  /home/pi/ttn-tracker/templates;
+    }
+}
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..4269650
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,5 @@
+apscheduler
+gunicorn
+Flask==0.10.1
+flask_sqlalchemy
+requests
diff --git a/static/esri-leaflet.js b/static/esri-leaflet.js
new file mode 100644
index 0000000..d72926b
--- /dev/null
+++ b/static/esri-leaflet.js
@@ -0,0 +1,5 @@
+/* esri-leaflet - v2.2.3 - Thu Aug 16 2018 13:01:56 GMT-0700 (PDT)
+ * Copyright (c) 2018 Environmental Systems Research Institute, Inc.
+ * Apache-2.0 */
+!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("leaflet")):"function"==typeof define&&define.amd?define(["exports","leaflet"],e):e((t.L=t.L||{},t.L.esri={}),t.L)}(this,function(t,e){"use strict";var i=window.XMLHttpRequest&&"withCredentials"in new window.XMLHttpRequest,s=""===document.documentElement.style.pointerEvents,r={cors:i,pointerEvents:s},n={attributionWidthOffset:55},o=0;function a(t){var e="";for(var i in t.f=t.f||"json",t)if(t.hasOwnProperty(i)){var s,r=t[i],n=Object.prototype.toString.call(r);e.length&&(e+="&"),s="[object Array]"===n?"[object Object]"===Object.prototype.toString.call(r[0])?JSON.stringify(r):r.join(","):"[object Object]"===n?JSON.stringify(r):"[object Date]"===n?r.valueOf():r,e+=encodeURIComponent(i)+"="+encodeURIComponent(s)}return e}function u(t,i){var s=new window.XMLHttpRequest;return s.onerror=function(r){s.onreadystatechange=e.Util.falseFn,t.call(i,{error:{code:500,message:"XMLHttpRequest error"}},null)},s.onreadystatechange=function(){var r,n;if(4===s.readyState){try{r=JSON.parse(s.responseText)}catch(t){r=null,n={code:500,message:"Could not parse response as JSON. This could also be caused by a CORS or XMLHttpRequest error."}}!n&&r.error&&(n=r.error,r=null),s.onerror=e.Util.falseFn,t.call(i,n,r)}},s.ontimeout=function(){this.onerror()},s}function l(t,e,i,s){var r=u(i,s);return r.open("POST",t),void 0!==s&&null!==s&&void 0!==s.options&&(r.timeout=s.options.timeout),r.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8"),r.send(a(e)),r}function h(t,e,i,s){var r=u(i,s);return r.open("GET",t+"?"+a(e),!0),void 0!==s&&null!==s&&void 0!==s.options&&(r.timeout=s.options.timeout),r.send(null),r}function c(t,e,i,s){var n=a(e),o=u(i,s),l=(t+"?"+n).length;if(l<=2e3&&r.cors?o.open("GET",t+"?"+n):l>2e3&&r.cors&&(o.open("POST",t),o.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8")),void 0!==s&&null!==s&&void 0!==s.options&&(o.timeout=s.options.timeout),l<=2e3&&r.cors)o.send(null);else{if(!(l>2e3&&r.cors))return l<=2e3&&!r.cors?p(t,e,i,s):void M("a request to "+t+" was longer then 2000 characters and this browser cannot make a cross-domain post request. Please use a proxy http://esri.github.io/esri-leaflet/api-reference/request.html");o.send(n)}return o}function p(t,i,s,r){window._EsriLeafletCallbacks=window._EsriLeafletCallbacks||{};var n="c"+o;i.callback="window._EsriLeafletCallbacks."+n,window._EsriLeafletCallbacks[n]=function(t){if(!0!==window._EsriLeafletCallbacks[n]){var e,i=Object.prototype.toString.call(t);"[object Object]"!==i&&"[object Array]"!==i&&(e={error:{code:500,message:"Expected array or object as JSONP response"}},t=null),!e&&t.error&&(e=t,t=null),s.call(r,e,t),window._EsriLeafletCallbacks[n]=!0}};var u=e.DomUtil.create("script",null,document.body);return u.type="text/javascript",u.src=t+"?"+a(i),u.id=n,u.onerror=function(t){if(t&&!0!==window._EsriLeafletCallbacks[n]){s.call(r,{error:{code:500,message:"An unknown error occurred"}}),window._EsriLeafletCallbacks[n]=!0}},e.DomUtil.addClass(u,"esri-leaflet-jsonp"),o++,{id:n,url:u.src,abort:function(){window._EsriLeafletCallbacks._callback[n]({code:0,message:"Request aborted."})}}}var d=r.cors?h:p;d.CORS=h,d.JSONP=p;var m={request:c,get:d,post:l};function f(t){return function(t,e){for(var i=0;i<t.length;i++)if(t[i]!==e[i])return!1;return!0}(t[0],t[t.length-1])||t.push(t[0]),t}function y(t){for(var e,i=0,s=0,r=t.length,n=t[s];s<r-1;s++)i+=((e=t[s+1])[0]-n[0])*(e[1]+n[1]),n=e;return i>=0}function g(t,e,i,s){var r=(s[0]-i[0])*(t[1]-i[1])-(s[1]-i[1])*(t[0]-i[0]),n=(e[0]-t[0])*(t[1]-i[1])-(e[1]-t[1])*(t[0]-i[0]),o=(s[1]-i[1])*(e[0]-t[0])-(s[0]-i[0])*(e[1]-t[1]);if(0!==o){var a=r/o,u=n/o;if(a>=0&&a<=1&&u>=0&&u<=1)return!0}return!1}function v(t,e){for(var i=0;i<t.length-1;i++)for(var s=0;s<e.length-1;s++)if(g(t[i],t[i+1],e[s],e[s+1]))return!0;return!1}function _(t,e){var i=v(t,e),s=function(t,e){for(var i=!1,s=-1,r=t.length,n=r-1;++s<r;n=s)(t[s][1]<=e[1]&&e[1]<t[n][1]||t[n][1]<=e[1]&&e[1]<t[s][1])&&e[0]<(t[n][0]-t[s][0])*(e[1]-t[s][1])/(t[n][1]-t[s][1])+t[s][0]&&(i=!i);return i}(t,e[0]);return!(i||!s)}function b(t){var e=[],i=t.slice(0),s=f(i.shift().slice(0));if(s.length>=4){y(s)||s.reverse(),e.push(s);for(var r=0;r<i.length;r++){var n=f(i[r].slice(0));n.length>=4&&(y(n)&&n.reverse(),e.push(n))}}return e}function x(t){var e={};for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i]);return e}function S(t,e){var i={};if(t.features){i.type="FeatureCollection",i.features=[];for(var s=0;s<t.features.length;s++)i.features.push(S(t.features[s],e))}if("number"==typeof t.x&&"number"==typeof t.y&&(i.type="Point",i.coordinates=[t.x,t.y],"number"==typeof t.z&&i.coordinates.push(t.z)),t.points&&(i.type="MultiPoint",i.coordinates=t.points.slice(0)),t.paths&&(1===t.paths.length?(i.type="LineString",i.coordinates=t.paths[0].slice(0)):(i.type="MultiLineString",i.coordinates=t.paths.slice(0))),t.rings&&(i=function(t){for(var e,i,s=[],r=[],n=0;n<t.length;n++){var o=f(t[n].slice(0));if(!(o.length<4))if(y(o)){var a=[o.slice().reverse()];s.push(a)}else r.push(o.slice().reverse())}for(var u=[];r.length;){i=r.pop();var l=!1;for(e=s.length-1;e>=0;e--)if(_(s[e][0],i)){s[e].push(i),l=!0;break}l||u.push(i)}for(;u.length;){i=u.pop();var h=!1;for(e=s.length-1;e>=0;e--)if(v(s[e][0],i)){s[e].push(i),h=!0;break}h||s.push([i.reverse()])}return 1===s.length?{type:"Polygon",coordinates:s[0]}:{type:"MultiPolygon",coordinates:s}}(t.rings.slice(0))),(t.geometry||t.attributes)&&(i.type="Feature",i.geometry=t.geometry?S(t.geometry):null,i.properties=t.attributes?x(t.attributes):null,t.attributes))try{i.id=function(t,e){for(var i=e?[e,"OBJECTID","FID"]:["OBJECTID","FID"],s=0;s<i.length;s++){var r=i[s];if(r in t&&("string"==typeof t[r]||"number"==typeof t[r]))return t[r]}throw Error("No valid id attribute found")}(t.attributes,e)}catch(t){}return JSON.stringify(i.geometry)===JSON.stringify({})&&(i.geometry=null),t.spatialReference&&t.spatialReference.wkid&&4326!==t.spatialReference.wkid&&console.warn("Object converted in non-standard crs - "+JSON.stringify(t.spatialReference)),i}function L(t,e){e=e||"OBJECTID";var i,s={wkid:4326},r={};switch(t.type){case"Point":r.x=t.coordinates[0],r.y=t.coordinates[1],r.spatialReference=s;break;case"MultiPoint":r.points=t.coordinates.slice(0),r.spatialReference=s;break;case"LineString":r.paths=[t.coordinates.slice(0)],r.spatialReference=s;break;case"MultiLineString":r.paths=t.coordinates.slice(0),r.spatialReference=s;break;case"Polygon":r.rings=b(t.coordinates.slice(0)),r.spatialReference=s;break;case"MultiPolygon":r.rings=function(t){for(var e=[],i=0;i<t.length;i++)for(var s=b(t[i]),r=s.length-1;r>=0;r--){var n=s[r].slice(0);e.push(n)}return e}(t.coordinates.slice(0)),r.spatialReference=s;break;case"Feature":t.geometry&&(r.geometry=L(t.geometry,e)),r.attributes=t.properties?x(t.properties):{},t.id&&(r.attributes[e]=t.id);break;case"FeatureCollection":for(r=[],i=0;i<t.features.length;i++)r.push(L(t.features[i],e));break;case"GeometryCollection":for(r=[],i=0;i<t.geometries.length;i++)r.push(L(t.geometries[i],e))}return r}function I(t,e){return L(t,e)}function A(t,e){return S(t,e)}function T(t){if("NaN"!==t.xmin&&"NaN"!==t.ymin&&"NaN"!==t.xmax&&"NaN"!==t.ymax){var i=e.latLng(t.ymin,t.xmin),s=e.latLng(t.ymax,t.xmax);return e.latLngBounds(i,s)}return null}function w(t){return{xmin:(t=e.latLngBounds(t)).getSouthWest().lng,ymin:t.getSouthWest().lat,xmax:t.getNorthEast().lng,ymax:t.getNorthEast().lat,spatialReference:{wkid:4326}}}var R=/^(OBJECTID|FID|OID|ID)$/i;function C(t){var e;if(t.objectIdFieldName)e=t.objectIdFieldName;else if(t.fields){for(var i=0;i<=t.fields.length-1;i++)if("esriFieldTypeOID"===t.fields[i].type){e=t.fields[i].name;break}if(!e)for(i=0;i<=t.fields.length-1;i++)if(t.fields[i].name.match(R)){e=t.fields[i].name;break}}return e}function O(t){for(var e in t.attributes)if(e.match(R))return e}function P(t,e){var i,s=t.features||t.results,r=s.length;i=e||C(t);var n={type:"FeatureCollection",features:[]};if(r)for(var o=s.length-1;o>=0;o--){var a=A(s[o],i||O(s[o]));n.features.push(a)}return n}function F(t){return"/"!==(t=e.Util.trim(t))[t.length-1]&&(t+="/"),t}function k(t){if(-1!==t.url.indexOf("?")){t.requestParams=t.requestParams||{};var e=t.url.substring(t.url.indexOf("?")+1);t.url=t.url.split("?")[0],t.requestParams=JSON.parse('{"'+decodeURI(e).replace(/"/g,'\\"').replace(/&/g,'","').replace(/=/g,'":"')+'"}')}return t.url=F(t.url.split("?")[0]),t}function U(t){return/^(?!.*utility\.arcgis\.com).*\.arcgis\.com.*FeatureServer/i.test(t)}function G(t){var e;switch(t){case"Point":e="esriGeometryPoint";break;case"MultiPoint":e="esriGeometryMultipoint";break;case"LineString":case"MultiLineString":e="esriGeometryPolyline";break;case"Polygon":case"MultiPolygon":e="esriGeometryPolygon"}return e}function M(){console&&console.warn&&console.warn.apply(console,arguments)}function q(t){return t.getSize().x-n.attributionWidthOffset+"px"}function D(t){if(t.attributionControl&&!t.attributionControl._esriAttributionAdded){t.attributionControl.setPrefix('<a href="http://leafletjs.com" title="A JS library for interactive maps">Leaflet</a> | Powered by <a href="https://www.esri.com">Esri</a>');var i=document.createElement("style");i.type="text/css",i.innerHTML=".esri-truncated-attribution:hover {white-space: normal;}",document.getElementsByTagName("head")[0].appendChild(i),e.DomUtil.addClass(t.attributionControl._container,"esri-truncated-attribution:hover");var s=document.createElement("style");s.type="text/css",s.innerHTML=".esri-truncated-attribution {vertical-align: -3px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: inline-block;transition: 0s white-space;transition-delay: 1s;max-width: "+q(t)+";}",document.getElementsByTagName("head")[0].appendChild(s),e.DomUtil.addClass(t.attributionControl._container,"esri-truncated-attribution"),t.on("resize",function(e){t.attributionControl._container.style.maxWidth=q(e.target)}),t.on("unload",function(){i.parentNode.removeChild(i),s.parentNode.removeChild(s);for(var t=document.querySelectorAll(".esri-leaflet-jsonp"),e=0;e<t.length;e++)t.item(e).parentNode.removeChild(t.item(e))}),t.attributionControl._esriAttributionAdded=!0}}function E(t){var i={geometry:null,geometryType:null};return t instanceof e.LatLngBounds?(i.geometry=w(t),i.geometryType="esriGeometryEnvelope",i):(t.getLatLng&&(t=t.getLatLng()),t instanceof e.LatLng&&(t={type:"Point",coordinates:[t.lng,t.lat]}),t instanceof e.GeoJSON&&(t=t.getLayers()[0].feature.geometry,i.geometry=I(t),i.geometryType=G(t.type)),t.toGeoJSON&&(t=t.toGeoJSON()),"Feature"===t.type&&(t=t.geometry),"Point"===t.type||"LineString"===t.type||"Polygon"===t.type||"MultiPolygon"===t.type?(i.geometry=I(t),i.geometryType=G(t.type),i):void M("invalid geometry passed to spatial query. Should be L.LatLng, L.LatLngBounds, L.Marker or a GeoJSON Point, Line, Polygon or MultiPolygon object"))}function B(t,i){p(t,{},e.Util.bind(function(t,s){if(!t){i._esriAttributions=[];for(var r=0;r<s.contributors.length;r++)for(var n=s.contributors[r],o=0;o<n.coverageAreas.length;o++){var a=n.coverageAreas[o],u=e.latLng(a.bbox[0],a.bbox[1]),l=e.latLng(a.bbox[2],a.bbox[3]);i._esriAttributions.push({attribution:n.attribution,score:a.score,bounds:e.latLngBounds(u,l),minZoom:a.zoomMin,maxZoom:a.zoomMax})}i._esriAttributions.sort(function(t,e){return e.score-t.score}),z({target:i})}},this))}function z(t){var i=t.target,s=i._esriAttributions;if(i&&i.attributionControl){var r=i.attributionControl._container.querySelector(".esri-dynamic-attribution");if(r&&s){for(var n="",o=i.getBounds(),a=e.latLngBounds(o.getSouthWest().wrap(),o.getNorthEast().wrap()),u=i.getZoom(),l=0;l<s.length;l++){var h=s[l],c=h.attribution;!n.match(c)&&h.bounds.intersects(a)&&u>=h.minZoom&&u<=h.maxZoom&&(n+=", "+c)}n=n.substr(2),r.innerHTML=n,r.style.maxWidth=q(i),i.fire("attributionupdated",{attribution:n})}}}var N={warn:M,cleanUrl:F,getUrlParams:k,isArcgisOnline:U,geojsonTypeToArcGIS:G,responseToFeatureCollection:P,geojsonToArcGIS:I,arcgisToGeoJSON:A,boundsToExtent:w,extentToBounds:T,calcAttributionWidth:q,setEsriAttribution:D,_setGeometry:E,_getAttributionData:B,_updateMapAttribution:z,_findIdAttributeFromFeature:O,_findIdAttributeFromResponse:C},Z=e.Class.extend({options:{proxy:!1,useCors:i},generateSetter:function(t,i){return e.Util.bind(function(e){return this.params[t]=e,this},i)},initialize:function(t){if(t.request&&t.options?(this._service=t,e.Util.setOptions(this,t.options)):(e.Util.setOptions(this,t),this.options.url=F(t.url)),this.params=e.Util.extend({},this.params||{}),this.setters)for(var i in this.setters){var s=this.setters[i];this[i]=this.generateSetter(s,this)}},token:function(t){return this._service?this._service.authenticate(t):this.params.token=t,this},format:function(t){return this.params.returnUnformattedValues=!t,this},request:function(t,i){return this.options.requestParams&&e.Util.extend(this.params,this.options.requestParams),this._service?this._service.request(this.path,this.params,t,i):this._request("request",this.path,this.params,t,i)},_request:function(t,e,i,s,r){var n=this.options.proxy?this.options.proxy+"?"+this.options.url+e:this.options.url+e;return"get"!==t&&"request"!==t||this.options.useCors?m[t](n,i,s,r):m.get.JSONP(n,i,s,r)}});var j=Z.extend({setters:{offset:"resultOffset",limit:"resultRecordCount",fields:"outFields",precision:"geometryPrecision",featureIds:"objectIds",returnGeometry:"returnGeometry",returnM:"returnM",transform:"datumTransformation",token:"token"},path:"query",params:{returnGeometry:!0,where:"1=1",outSr:4326,outFields:"*"},within:function(t){return this._setGeometryParams(t),this.params.spatialRel="esriSpatialRelContains",this},intersects:function(t){return this._setGeometryParams(t),this.params.spatialRel="esriSpatialRelIntersects",this},contains:function(t){return this._setGeometryParams(t),this.params.spatialRel="esriSpatialRelWithin",this},crosses:function(t){return this._setGeometryParams(t),this.params.spatialRel="esriSpatialRelCrosses",this},touches:function(t){return this._setGeometryParams(t),this.params.spatialRel="esriSpatialRelTouches",this},overlaps:function(t){return this._setGeometryParams(t),this.params.spatialRel="esriSpatialRelOverlaps",this},bboxIntersects:function(t){return this._setGeometryParams(t),this.params.spatialRel="esriSpatialRelEnvelopeIntersects",this},indexIntersects:function(t){return this._setGeometryParams(t),this.params.spatialRel="esriSpatialRelIndexIntersects",this},nearby:function(t,i){return t=e.latLng(t),this.params.geometry=[t.lng,t.lat],this.params.geometryType="esriGeometryPoint",this.params.spatialRel="esriSpatialRelIntersects",this.params.units="esriSRUnit_Meter",this.params.distance=i,this.params.inSr=4326,this},where:function(t){return this.params.where=t,this},between:function(t,e){return this.params.time=[t.valueOf(),e.valueOf()],this},simplify:function(t,e){var i=Math.abs(t.getBounds().getWest()-t.getBounds().getEast());return this.params.maxAllowableOffset=i/t.getSize().y*e,this},orderBy:function(t,e){return e=e||"ASC",this.params.orderByFields=this.params.orderByFields?this.params.orderByFields+",":"",this.params.orderByFields+=[t,e].join(" "),this},run:function(t,e){return this._cleanParams(),this.options.isModern||U(this.options.url)?(this.params.f="geojson",this.request(function(i,s){this._trapSQLerrors(i),t.call(e,i,s,s)},this)):this.request(function(i,s){this._trapSQLerrors(i),t.call(e,i,s&&P(s),s)},this)},count:function(t,e){return this._cleanParams(),this.params.returnCountOnly=!0,this.request(function(e,i){t.call(this,e,i&&i.count,i)},e)},ids:function(t,e){return this._cleanParams(),this.params.returnIdsOnly=!0,this.request(function(e,i){t.call(this,e,i&&i.objectIds,i)},e)},bounds:function(t,e){return this._cleanParams(),this.params.returnExtentOnly=!0,this.request(function(i,s){s&&s.extent&&T(s.extent)?t.call(e,i,T(s.extent),s):(i={message:"Invalid Bounds"},t.call(e,i,null,s))},e)},distinct:function(){return this.params.returnGeometry=!1,this.params.returnDistinctValues=!0,this},pixelSize:function(t){var i=e.point(t);return this.params.pixelSize=[i.x,i.y],this},layer:function(t){return this.path=t+"/query",this},_trapSQLerrors:function(t){t&&"400"===t.code&&M("one common syntax error in query requests is encasing string values in double quotes instead of single quotes")},_cleanParams:function(){delete this.params.returnIdsOnly,delete this.params.returnExtentOnly,delete this.params.returnCountOnly},_setGeometryParams:function(t){this.params.inSr=4326;var e=E(t);this.params.geometry=e.geometry,this.params.geometryType=e.geometryType}});function W(t){return new j(t)}var J=Z.extend({setters:{contains:"contains",text:"searchText",fields:"searchFields",spatialReference:"sr",sr:"sr",layers:"layers",returnGeometry:"returnGeometry",maxAllowableOffset:"maxAllowableOffset",precision:"geometryPrecision",dynamicLayers:"dynamicLayers",returnZ:"returnZ",returnM:"returnM",gdbVersion:"gdbVersion",token:"token"},path:"find",params:{sr:4326,contains:!0,returnGeometry:!0,returnZ:!0,returnM:!1},layerDefs:function(t,e){return this.params.layerDefs=this.params.layerDefs?this.params.layerDefs+";":"",this.params.layerDefs+=[t,e].join(":"),this},simplify:function(t,e){var i=Math.abs(t.getBounds().getWest()-t.getBounds().getEast());return this.params.maxAllowableOffset=i/t.getSize().y*e,this},run:function(t,e){return this.request(function(i,s){t.call(e,i,s&&P(s),s)},e)}});function Q(t){return new J(t)}var V=Z.extend({path:"identify",between:function(t,e){return this.params.time=[t.valueOf(),e.valueOf()],this}});var H=V.extend({setters:{layers:"layers",precision:"geometryPrecision",tolerance:"tolerance",returnGeometry:"returnGeometry"},params:{sr:4326,layers:"all",tolerance:3,returnGeometry:!0},on:function(t){var e=w(t.getBounds()),i=t.getSize();return this.params.imageDisplay=[i.x,i.y,96],this.params.mapExtent=[e.xmin,e.ymin,e.xmax,e.ymax],this},at:function(t){return 2===t.length&&(t=e.latLng(t)),this._setGeometryParams(t),this},layerDef:function(t,e){return this.params.layerDefs=this.params.layerDefs?this.params.layerDefs+";":"",this.params.layerDefs+=[t,e].join(":"),this},simplify:function(t,e){var i=Math.abs(t.getBounds().getWest()-t.getBounds().getEast());return this.params.maxAllowableOffset=i/t.getSize().y*e,this},run:function(t,e){return this.request(function(i,s){if(i)t.call(e,i,void 0,s);else{var r=P(s);s.results=s.results.reverse();for(var n=0;n<r.features.length;n++){r.features[n].layerId=s.results[n].layerId}t.call(e,void 0,r,s)}})},_setGeometryParams:function(t){var e=E(t);this.params.geometry=e.geometry,this.params.geometryType=e.geometryType}});function K(t){return new H(t)}var X=V.extend({setters:{setMosaicRule:"mosaicRule",setRenderingRule:"renderingRule",setPixelSize:"pixelSize",returnCatalogItems:"returnCatalogItems",returnGeometry:"returnGeometry"},params:{returnGeometry:!1},at:function(t){return t=e.latLng(t),this.params.geometry=JSON.stringify({x:t.lng,y:t.lat,spatialReference:{wkid:4326}}),this.params.geometryType="esriGeometryPoint",this},getMosaicRule:function(){return this.params.mosaicRule},getRenderingRule:function(){return this.params.renderingRule},getPixelSize:function(){return this.params.pixelSize},run:function(t,e){return this.request(function(i,s){t.call(e,i,s&&this._responseToGeoJSON(s),s)},this)},_responseToGeoJSON:function(t){var e=t.location,i=t.catalogItems,s=t.catalogItemVisibilities,r={pixel:{type:"Feature",geometry:{type:"Point",coordinates:[e.x,e.y]},crs:{type:"EPSG",properties:{code:e.spatialReference.wkid}},properties:{OBJECTID:t.objectId,name:t.name,value:t.value},id:t.objectId}};if(t.properties&&t.properties.Values&&(r.pixel.properties.values=t.properties.Values),i&&i.features&&(r.catalogItems=P(i),s&&s.length===r.catalogItems.features.length))for(var n=s.length-1;n>=0;n--)r.catalogItems.features[n].properties.catalogItemVisibility=s[n];return r}});function $(t){return new X(t)}var Y=e.Evented.extend({options:{proxy:!1,useCors:i,timeout:0},initialize:function(t){t=t||{},this._requestQueue=[],this._authenticating=!1,e.Util.setOptions(this,t),this.options.url=F(this.options.url)},get:function(t,e,i,s){return this._request("get",t,e,i,s)},post:function(t,e,i,s){return this._request("post",t,e,i,s)},request:function(t,e,i,s){return this._request("request",t,e,i,s)},metadata:function(t,e){return this._request("get","",{},t,e)},authenticate:function(t){return this._authenticating=!1,this.options.token=t,this._runQueue(),this},getTimeout:function(){return this.options.timeout},setTimeout:function(t){this.options.timeout=t},_request:function(t,i,s,r,n){this.fire("requeststart",{url:this.options.url+i,params:s,method:t},!0);var o=this._createServiceCallback(t,i,s,r,n);if(this.options.token&&(s.token=this.options.token),this.options.requestParams&&e.Util.extend(s,this.options.requestParams),!this._authenticating){var a=this.options.proxy?this.options.proxy+"?"+this.options.url+i:this.options.url+i;return"get"!==t&&"request"!==t||this.options.useCors?m[t](a,s,o,n):m.get.JSONP(a,s,o,n)}this._requestQueue.push([t,i,s,r,n])},_createServiceCallback:function(t,i,s,r,n){return e.Util.bind(function(o,a){!o||499!==o.code&&498!==o.code||(this._authenticating=!0,this._requestQueue.push([t,i,s,r,n]),this.fire("authenticationrequired",{authenticate:e.Util.bind(this.authenticate,this)},!0),o.authenticate=e.Util.bind(this.authenticate,this)),r.call(n,o,a),o?this.fire("requesterror",{url:this.options.url+i,params:s,message:o.message,code:o.code,method:t},!0):this.fire("requestsuccess",{url:this.options.url+i,params:s,response:a,method:t},!0),this.fire("requestend",{url:this.options.url+i,params:s,method:t},!0)},this)},_runQueue:function(){for(var t=this._requestQueue.length-1;t>=0;t--){var e=this._requestQueue[t];this[e.shift()].apply(this,e)}this._requestQueue=[]}});var tt=Y.extend({identify:function(){return K(this)},find:function(){return Q(this)},query:function(){return W(this)}});function et(t){return new tt(t)}var it=Y.extend({query:function(){return W(this)},identify:function(){return $(this)}});function st(t){return new it(t)}var rt=Y.extend({options:{idAttribute:"OBJECTID"},query:function(){return W(this)},addFeature:function(t,e,i){this.addFeatures(t,e,i)},addFeatures:function(t,e,i){for(var s=t.features?t.features:[t],r=s.length-1;r>=0;r--)delete s[r].id;return t=I(t),t=s.length>1?t:[t],this.post("addFeatures",{features:t},function(t,s){var r=s&&s.addResults?s.addResults.length>1?s.addResults:s.addResults[0]:void 0;e&&e.call(i,t||s.addResults[0].error,r)},i)},updateFeature:function(t,e,i){this.updateFeatures(t,e,i)},updateFeatures:function(t,e,i){var s=t.features?t.features:[t];return t=I(t,this.options.idAttribute),t=s.length>1?t:[t],this.post("updateFeatures",{features:t},function(t,s){var r=s&&s.updateResults?s.updateResults.length>1?s.updateResults:s.updateResults[0]:void 0;e&&e.call(i,t||s.updateResults[0].error,r)},i)},deleteFeature:function(t,e,i){this.deleteFeatures(t,e,i)},deleteFeatures:function(t,e,i){return this.post("deleteFeatures",{objectIds:t},function(t,s){var r=s&&s.deleteResults?s.deleteResults.length>1?s.deleteResults:s.deleteResults[0]:void 0;e&&e.call(i,t||s.deleteResults[0].error,r)},i)}});function nt(t){return new rt(t)}var ot="https:"!==window.location.protocol?"http:":"https:",at=e.TileLayer.extend({statics:{TILES:{Streets:{urlTemplate:ot+"//{s}.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/tile/{z}/{y}/{x}",options:{minZoom:1,maxZoom:19,subdomains:["server","services"],attribution:"USGS, NOAA",attributionUrl:"https://static.arcgis.com/attribution/World_Street_Map"}},Topographic:{urlTemplate:ot+"//{s}.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer/tile/{z}/{y}/{x}",options:{minZoom:1,maxZoom:19,subdomains:["server","services"],attribution:"USGS, NOAA",attributionUrl:"https://static.arcgis.com/attribution/World_Topo_Map"}},Oceans:{urlTemplate:ot+"//{s}.arcgisonline.com/arcgis/rest/services/Ocean/World_Ocean_Base/MapServer/tile/{z}/{y}/{x}",options:{minZoom:1,maxZoom:16,subdomains:["server","services"],attribution:"USGS, NOAA",attributionUrl:"https://static.arcgis.com/attribution/Ocean_Basemap"}},OceansLabels:{urlTemplate:ot+"//{s}.arcgisonline.com/arcgis/rest/services/Ocean/World_Ocean_Reference/MapServer/tile/{z}/{y}/{x}",options:{minZoom:1,maxZoom:16,subdomains:["server","services"],pane:s?"esri-labels":"tilePane",attribution:""}},NationalGeographic:{urlTemplate:ot+"//{s}.arcgisonline.com/ArcGIS/rest/services/NatGeo_World_Map/MapServer/tile/{z}/{y}/{x}",options:{minZoom:1,maxZoom:16,subdomains:["server","services"],attribution:"National Geographic, DeLorme, HERE, UNEP-WCMC, USGS, NASA, ESA, METI, NRCAN, GEBCO, NOAA, increment P Corp."}},DarkGray:{urlTemplate:ot+"//{s}.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Dark_Gray_Base/MapServer/tile/{z}/{y}/{x}",options:{minZoom:1,maxZoom:16,subdomains:["server","services"],attribution:"HERE, DeLorme, MapmyIndia, &copy; OpenStreetMap contributors"}},DarkGrayLabels:{urlTemplate:ot+"//{s}.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Dark_Gray_Reference/MapServer/tile/{z}/{y}/{x}",options:{minZoom:1,maxZoom:16,subdomains:["server","services"],pane:s?"esri-labels":"tilePane",attribution:""}},Gray:{urlTemplate:ot+"//{s}.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer/tile/{z}/{y}/{x}",options:{minZoom:1,maxZoom:16,subdomains:["server","services"],attribution:"HERE, DeLorme, MapmyIndia, &copy; OpenStreetMap contributors"}},GrayLabels:{urlTemplate:ot+"//{s}.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Reference/MapServer/tile/{z}/{y}/{x}",options:{minZoom:1,maxZoom:16,subdomains:["server","services"],pane:s?"esri-labels":"tilePane",attribution:""}},Imagery:{urlTemplate:ot+"//{s}.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}",options:{minZoom:1,maxZoom:19,subdomains:["server","services"],attribution:"DigitalGlobe, GeoEye, i-cubed, USDA, USGS, AEX, Getmapping, Aerogrid, IGN, IGP, swisstopo, and the GIS User Community",attributionUrl:"https://static.arcgis.com/attribution/World_Imagery"}},ImageryLabels:{urlTemplate:ot+"//{s}.arcgisonline.com/ArcGIS/rest/services/Reference/World_Boundaries_and_Places/MapServer/tile/{z}/{y}/{x}",options:{minZoom:1,maxZoom:19,subdomains:["server","services"],pane:s?"esri-labels":"tilePane",attribution:""}},ImageryTransportation:{urlTemplate:ot+"//{s}.arcgisonline.com/ArcGIS/rest/services/Reference/World_Transportation/MapServer/tile/{z}/{y}/{x}",options:{minZoom:1,maxZoom:19,subdomains:["server","services"],pane:s?"esri-labels":"tilePane",attribution:""}},ShadedRelief:{urlTemplate:ot+"//{s}.arcgisonline.com/ArcGIS/rest/services/World_Shaded_Relief/MapServer/tile/{z}/{y}/{x}",options:{minZoom:1,maxZoom:13,subdomains:["server","services"],attribution:"USGS"}},ShadedReliefLabels:{urlTemplate:ot+"//{s}.arcgisonline.com/ArcGIS/rest/services/Reference/World_Boundaries_and_Places_Alternate/MapServer/tile/{z}/{y}/{x}",options:{minZoom:1,maxZoom:12,subdomains:["server","services"],pane:s?"esri-labels":"tilePane",attribution:""}},Terrain:{urlTemplate:ot+"//{s}.arcgisonline.com/ArcGIS/rest/services/World_Terrain_Base/MapServer/tile/{z}/{y}/{x}",options:{minZoom:1,maxZoom:13,subdomains:["server","services"],attribution:"USGS, NOAA"}},TerrainLabels:{urlTemplate:ot+"//{s}.arcgisonline.com/ArcGIS/rest/services/Reference/World_Reference_Overlay/MapServer/tile/{z}/{y}/{x}",options:{minZoom:1,maxZoom:13,subdomains:["server","services"],pane:s?"esri-labels":"tilePane",attribution:""}},USATopo:{urlTemplate:ot+"//{s}.arcgisonline.com/ArcGIS/rest/services/USA_Topo_Maps/MapServer/tile/{z}/{y}/{x}",options:{minZoom:1,maxZoom:15,subdomains:["server","services"],attribution:"USGS, National Geographic Society, i-cubed"}},ImageryClarity:{urlTemplate:ot+"//clarity.maptiles.arcgis.com/arcgis/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}",options:{minZoom:1,maxZoom:19,attribution:"Esri, DigitalGlobe, GeoEye, Earthstar Geographics, CNES/Airbus DS, USDA, USGS, AeroGRID, IGN, and the GIS User Community"}},Physical:{urlTemplate:ot+"//{s}.arcgisonline.com/arcgis/rest/services/World_Physical_Map/MapServer/tile/{z}/{y}/{x}",options:{minZoom:1,maxZoom:8,subdomains:["server","services"],attribution:"U.S. National Park Service"}},ImageryFirefly:{urlTemplate:ot+"//fly.maptiles.arcgis.com/arcgis/rest/services/World_Imagery_Firefly/MapServer/tile/{z}/{y}/{x}",options:{minZoom:1,maxZoom:19,attribution:"Esri, DigitalGlobe, GeoEye, Earthstar Geographics, CNES/Airbus DS, USDA, USGS, AeroGRID, IGN, and the GIS User Community",attributionUrl:"https://static.arcgis.com/attribution/World_Imagery"}}}},initialize:function(t,i){var s;if("object"==typeof t&&t.urlTemplate&&t.options)s=t;else{if("string"!=typeof t||!at.TILES[t])throw new Error('L.esri.BasemapLayer: Invalid parameter. Use one of "Streets", "Topographic", "Oceans", "OceansLabels", "NationalGeographic", "Physical", "Gray", "GrayLabels", "DarkGray", "DarkGrayLabels", "Imagery", "ImageryLabels", "ImageryTransportation", "ImageryClarity", "ImageryFirefly", ShadedRelief", "ShadedReliefLabels", "Terrain", "TerrainLabels" or "USATopo"');s=at.TILES[t]}var r=e.Util.extend(s.options,i);e.Util.setOptions(this,r),this.options.token&&-1===s.urlTemplate.indexOf("token=")&&(s.urlTemplate+="?token="+this.options.token),e.TileLayer.prototype.initialize.call(this,s.urlTemplate,r)},onAdd:function(t){D(t),"esri-labels"===this.options.pane&&this._initPane(),this.options.attributionUrl&&B(this.options.attributionUrl,t),t.on("moveend",z),e.TileLayer.prototype.onAdd.call(this,t)},onRemove:function(t){t.off("moveend",z),e.TileLayer.prototype.onRemove.call(this,t)},_initPane:function(){if(!this._map.getPane(this.options.pane)){var t=this._map.createPane(this.options.pane);t.style.pointerEvents="none",t.style.zIndex=500}},getAttribution:function(){if(this.options.attribution)var t='<span class="esri-dynamic-attribution">'+this.options.attribution+"</span>";return t}});var ut=e.TileLayer.extend({options:{zoomOffsetAllowance:.1,errorTileUrl:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEABAMAAACuXLVVAAAAA1BMVEUzNDVszlHHAAAAAXRSTlMAQObYZgAAAAlwSFlzAAAAAAAAAAAB6mUWpAAAADZJREFUeJztwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7waBAAABw08RwAAAAABJRU5ErkJggg=="},statics:{MercatorZoomLevels:{0:156543.033928,1:78271.5169639999,2:39135.7584820001,3:19567.8792409999,4:9783.93962049996,5:4891.96981024998,6:2445.98490512499,7:1222.99245256249,8:611.49622628138,9:305.748113140558,10:152.874056570411,11:76.4370282850732,12:38.2185141425366,13:19.1092570712683,14:9.55462853563415,15:4.77731426794937,16:2.38865713397468,17:1.19432856685505,18:.597164283559817,19:.298582141647617,20:.14929107082381,21:.07464553541191,22:.0373227677059525,23:.0186613838529763}},initialize:function(t){t=k(t=e.Util.setOptions(this,t)),this.tileUrl=(t.proxy?t.proxy+"?":"")+t.url+"tile/{z}/{y}/{x}"+(t.requestParams&&Object.keys(t.requestParams).length>0?e.Util.getParamString(t.requestParams):""),-1!==t.url.indexOf("{s}")&&t.subdomains&&(t.url=t.url.replace("{s}",t.subdomains[0])),this.service=et(t),this.service.addEventParent(this),new RegExp(/tiles.arcgis(online)?\.com/g).test(t.url)&&(this.tileUrl=this.tileUrl.replace("://tiles","://tiles{s}"),t.subdomains=["1","2","3","4"]),this.options.token&&(this.tileUrl+="?token="+this.options.token),e.TileLayer.prototype.initialize.call(this,this.tileUrl,t)},getTileUrl:function(t){var i=this._getZoomForUrl();return e.Util.template(this.tileUrl,e.Util.extend({s:this._getSubdomain(t),x:t.x,y:t.y,z:this._lodMap&&this._lodMap[i]?this._lodMap[i]:i},this.options))},createTile:function(t,i){var s=document.createElement("img");return e.DomEvent.on(s,"load",e.Util.bind(this._tileOnLoad,this,i,s)),e.DomEvent.on(s,"error",e.Util.bind(this._tileOnError,this,i,s)),this.options.crossOrigin&&(s.crossOrigin=""),s.alt="",!this._lodMap||this._lodMap&&this._lodMap[this._getZoomForUrl()]?s.src=this.getTileUrl(t):this.once("lodmap",function(){s.src=this.getTileUrl(t)},this),s},onAdd:function(t){D(t),this._lodMap||this.metadata(function(i,s){if(!i&&s.spatialReference){var r=s.spatialReference.latestWkid||s.spatialReference.wkid;if(!this.options.attribution&&t.attributionControl&&s.copyrightText&&(this.options.attribution=s.copyrightText,t.attributionControl.addAttribution(this.getAttribution())),t.options.crs!==e.CRS.EPSG3857||102100!==r&&3857!==r)t.options.crs&&t.options.crs.code&&t.options.crs.code.indexOf(r)>-1||M("L.esri.TiledMapLayer is using a non-mercator spatial reference. Support may be available through Proj4Leaflet http://esri.github.io/esri-leaflet/examples/non-mercator-projection.html");else{this._lodMap={};for(var n=s.tileInfo.lods,o=ut.MercatorZoomLevels,a=0;a<n.length;a++){var u=n[a];for(var l in o){var h=o[l];if(this._withinPercentage(u.resolution,h,this.options.zoomOffsetAllowance)){this._lodMap[l]=u.level;break}}}this.fire("lodmap")}}},this),e.TileLayer.prototype.onAdd.call(this,t)},metadata:function(t,e){return this.service.metadata(t,e),this},identify:function(){return this.service.identify()},find:function(){return this.service.find()},query:function(){return this.service.query()},authenticate:function(t){var e="?token="+t;return this.tileUrl=this.options.token?this.tileUrl.replace(/\?token=(.+)/g,e):this.tileUrl+e,this.options.token=t,this.service.authenticate(t),this},_withinPercentage:function(t,e,i){return Math.abs(t/e-1)<i}});var lt=e.ImageOverlay.extend({onAdd:function(t){this._topLeft=t.getPixelBounds().min,e.ImageOverlay.prototype.onAdd.call(this,t)},_reset:function(){this._map.options.crs===e.CRS.EPSG3857?e.ImageOverlay.prototype._reset.call(this):e.DomUtil.setPosition(this._image,this._topLeft.subtract(this._map.getPixelOrigin()))}}),ht=e.Layer.extend({options:{opacity:1,position:"front",f:"image",useCors:i,attribution:null,interactive:!1,alt:""},onAdd:function(t){D(t),this.options.zIndex&&(this.options.position=null),this._update=e.Util.throttle(this._update,this.options.updateInterval,this),t.on("moveend",this._update,this),this._currentImage&&this._currentImage._bounds.equals(this._map.getBounds())?t.addLayer(this._currentImage):this._currentImage&&(this._map.removeLayer(this._currentImage),this._currentImage=null),this._update(),this._popup&&(this._map.on("click",this._getPopupData,this),this._map.on("dblclick",this._resetPopupState,this)),this.metadata(function(e,i){!e&&!this.options.attribution&&t.attributionControl&&i.copyrightText&&(this.options.attribution=i.copyrightText,t.attributionControl.addAttribution(this.getAttribution()))},this)},onRemove:function(t){this._currentImage&&this._map.removeLayer(this._currentImage),this._popup&&(this._map.off("click",this._getPopupData,this),this._map.off("dblclick",this._resetPopupState,this)),this._map.off("moveend",this._update,this)},bindPopup:function(t,i){return this._shouldRenderPopup=!1,this._lastClick=!1,this._popup=e.popup(i),this._popupFunction=t,this._map&&(this._map.on("click",this._getPopupData,this),this._map.on("dblclick",this._resetPopupState,this)),this},unbindPopup:function(){return this._map&&(this._map.closePopup(this._popup),this._map.off("click",this._getPopupData,this),this._map.off("dblclick",this._resetPopupState,this)),this._popup=!1,this},bringToFront:function(){return this.options.position="front",this._currentImage&&(this._currentImage.bringToFront(),this._setAutoZIndex(Math.max)),this},bringToBack:function(){return this.options.position="back",this._currentImage&&(this._currentImage.bringToBack(),this._setAutoZIndex(Math.min)),this},setZIndex:function(t){return this.options.zIndex=t,this._currentImage&&this._currentImage.setZIndex(t),this},_setAutoZIndex:function(t){if(this._currentImage){for(var e,i=this._currentImage.getPane().children,s=-t(-1/0,1/0),r=0,n=i.length;r<n;r++)e=i[r].style.zIndex,i[r]!==this._currentImage._image&&e&&(s=t(s,+e));isFinite(s)&&(this.options.zIndex=s+t(-1,1),this.setZIndex(this.options.zIndex))}},getAttribution:function(){return this.options.attribution},getOpacity:function(){return this.options.opacity},setOpacity:function(t){return this.options.opacity=t,this._currentImage&&this._currentImage.setOpacity(t),this},getTimeRange:function(){return[this.options.from,this.options.to]},setTimeRange:function(t,e){return this.options.from=t,this.options.to=e,this._update(),this},metadata:function(t,e){return this.service.metadata(t,e),this},authenticate:function(t){return this.service.authenticate(t),this},redraw:function(){this._update()},_renderImage:function(t,e,i){if(this._map){if(i&&(t="data:"+i+";base64,"+t),!t)return;var s=new lt(t,e,{opacity:0,crossOrigin:this.options.useCors,alt:this.options.alt,pane:this.options.pane||this.getPane(),interactive:this.options.interactive}).addTo(this._map),r=function(t){if(s.off("error",r,this),this._map){var i=t.target,n=this._currentImage;i._bounds.equals(e)&&i._bounds.equals(this._map.getBounds())?(this._currentImage=i,"front"===this.options.position?this.bringToFront():"back"===this.options.position&&this.bringToBack(),this.options.zIndex&&this.setZIndex(this.options.zIndex),this._map&&this._currentImage._map?this._currentImage.setOpacity(this.options.opacity):this._currentImage._map.removeLayer(this._currentImage),n&&this._map&&this._map.removeLayer(n),n&&n._map&&n._map.removeLayer(n)):this._map.removeLayer(i)}this.fire("load",{bounds:e})};s.once("error",function(){this._map.removeLayer(s),this.fire("error"),s.off("load",r,this)},this),s.once("load",r,this),this.fire("loading",{bounds:e})}},_update:function(){if(this._map){var t=this._map.getZoom(),i=this._map.getBounds();if(!(this._animatingZoom||this._map._panTransition&&this._map._panTransition._inProgress))if(t>this.options.maxZoom||t<this.options.minZoom)this._currentImage&&(this._currentImage._map.removeLayer(this._currentImage),this._currentImage=null);else{var s=this._buildExportParams();e.Util.extend(s,this.options.requestParams),s?this._requestExport(s,i):this._currentImage&&(this._currentImage._map.removeLayer(this._currentImage),this._currentImage=null)}}},_renderPopup:function(t,i,s,r){if(t=e.latLng(t),this._shouldRenderPopup&&this._lastClick.equals(t)){var n=this._popupFunction(i,s,r);n&&this._popup.setLatLng(t).setContent(n).openOn(this._map)}},_resetPopupState:function(t){this._shouldRenderPopup=!1,this._lastClick=t.latlng},_calculateBbox:function(){var t=this._map.getPixelBounds(),i=this._map.unproject(t.getBottomLeft()),s=this._map.unproject(t.getTopRight()),r=this._map.options.crs.project(s),n=this._map.options.crs.project(i),o=e.bounds(r,n);return[o.getBottomLeft().x,o.getBottomLeft().y,o.getTopRight().x,o.getTopRight().y].join(",")},_calculateImageSize:function(){var t=this._map.getPixelBounds(),e=this._map.getSize(),i=this._map.unproject(t.getBottomLeft()),s=this._map.unproject(t.getTopRight()),r=this._map.latLngToLayerPoint(s).y,n=this._map.latLngToLayerPoint(i).y;return(r>0||n<e.y)&&(e.y=n-r),e.x+","+e.y}}),ct=ht.extend({options:{updateInterval:150,format:"jpgpng",transparent:!0,f:"image"},query:function(){return this.service.query()},identify:function(){return this.service.identify()},initialize:function(t){t=k(t),this.service=st(t),this.service.addEventParent(this),e.Util.setOptions(this,t)},setPixelType:function(t){return this.options.pixelType=t,this._update(),this},getPixelType:function(){return this.options.pixelType},setBandIds:function(t){return e.Util.isArray(t)?this.options.bandIds=t.join(","):this.options.bandIds=t.toString(),this._update(),this},getBandIds:function(){return this.options.bandIds},setNoData:function(t,i){return e.Util.isArray(t)?this.options.noData=t.join(","):this.options.noData=t.toString(),i&&(this.options.noDataInterpretation=i),this._update(),this},getNoData:function(){return this.options.noData},getNoDataInterpretation:function(){return this.options.noDataInterpretation},setRenderingRule:function(t){this.options.renderingRule=t,this._update()},getRenderingRule:function(){return this.options.renderingRule},setMosaicRule:function(t){this.options.mosaicRule=t,this._update()},getMosaicRule:function(){return this.options.mosaicRule},_getPopupData:function(t){var i=e.Util.bind(function(i,s,r){i||setTimeout(e.Util.bind(function(){this._renderPopup(t.latlng,i,s,r)},this),300)},this),s=this.identify().at(t.latlng);this.options.mosaicRule&&s.setMosaicRule(this.options.mosaicRule),s.run(i),this._shouldRenderPopup=!0,this._lastClick=t.latlng},_buildExportParams:function(){var t=parseInt(this._map.options.crs.code.split(":")[1],10),e={bbox:this._calculateBbox(),size:this._calculateImageSize(),format:this.options.format,transparent:this.options.transparent,bboxSR:t,imageSR:t};return this.options.from&&this.options.to&&(e.time=this.options.from.valueOf()+","+this.options.to.valueOf()),this.options.pixelType&&(e.pixelType=this.options.pixelType),this.options.interpolation&&(e.interpolation=this.options.interpolation),this.options.compressionQuality&&(e.compressionQuality=this.options.compressionQuality),this.options.bandIds&&(e.bandIds=this.options.bandIds),(0===this.options.noData||this.options.noData)&&(e.noData=this.options.noData),this.options.noDataInterpretation&&(e.noDataInterpretation=this.options.noDataInterpretation),this.service.options.token&&(e.token=this.service.options.token),this.options.renderingRule&&(e.renderingRule=JSON.stringify(this.options.renderingRule)),this.options.mosaicRule&&(e.mosaicRule=JSON.stringify(this.options.mosaicRule)),e},_requestExport:function(t,i){"json"===this.options.f?this.service.request("exportImage",t,function(t,e){t||(this.options.token&&(e.href+="?token="+this.options.token),this.options.proxy&&(e.href=this.options.proxy+"?"+e.href),this._renderImage(e.href,i))},this):(t.f="image",this._renderImage(this.options.url+"exportImage"+e.Util.getParamString(t),i))}});var pt=ht.extend({options:{updateInterval:150,layers:!1,layerDefs:!1,timeOptions:!1,format:"png24",transparent:!0,f:"json"},initialize:function(t){t=k(t),this.service=et(t),this.service.addEventParent(this),(t.proxy||t.token)&&"json"!==t.f&&(t.f="json"),e.Util.setOptions(this,t)},getDynamicLayers:function(){return this.options.dynamicLayers},setDynamicLayers:function(t){return this.options.dynamicLayers=t,this._update(),this},getLayers:function(){return this.options.layers},setLayers:function(t){return this.options.layers=t,this._update(),this},getLayerDefs:function(){return this.options.layerDefs},setLayerDefs:function(t){return this.options.layerDefs=t,this._update(),this},getTimeOptions:function(){return this.options.timeOptions},setTimeOptions:function(t){return this.options.timeOptions=t,this._update(),this},query:function(){return this.service.query()},identify:function(){return this.service.identify()},find:function(){return this.service.find()},_getPopupData:function(t){var i,s=e.Util.bind(function(i,s,r){i||setTimeout(e.Util.bind(function(){this._renderPopup(t.latlng,i,s,r)},this),300)},this);if((i=this.options.popup?this.options.popup.on(this._map).at(t.latlng):this.identify().on(this._map).at(t.latlng)).params.maxAllowableOffset||i.simplify(this._map,.5),this.options.popup&&this.options.popup.params&&this.options.popup.params.layers||(this.options.layers?i.layers("visible:"+this.options.layers.join(",")):i.layers("visible")),this.options.layerDefs&&"string"!=typeof this.options.layerDefs&&!i.params.layerDefs)for(var r in this.options.layerDefs)this.options.layerDefs.hasOwnProperty(r)&&i.layerDef(r,this.options.layerDefs[r]);i.run(s),this._shouldRenderPopup=!0,this._lastClick=t.latlng},_buildExportParams:function(){var t=parseInt(this._map.options.crs.code.split(":")[1],10),e={bbox:this._calculateBbox(),size:this._calculateImageSize(),dpi:96,format:this.options.format,transparent:this.options.transparent,bboxSR:t,imageSR:t};if(this.options.dynamicLayers&&(e.dynamicLayers=this.options.dynamicLayers),this.options.layers){if(0===this.options.layers.length)return;e.layers="show:"+this.options.layers.join(",")}return this.options.layerDefs&&(e.layerDefs="string"==typeof this.options.layerDefs?this.options.layerDefs:JSON.stringify(this.options.layerDefs)),this.options.timeOptions&&(e.timeOptions=JSON.stringify(this.options.timeOptions)),this.options.from&&this.options.to&&(e.time=this.options.from.valueOf()+","+this.options.to.valueOf()),this.service.options.token&&(e.token=this.service.options.token),this.options.proxy&&(e.proxy=this.options.proxy),this.options.disableCache&&(e._ts=Date.now()),e},_requestExport:function(t,i){"json"===this.options.f?this.service.request("export",t,function(t,e){t||(this.options.token&&(e.href+="?token="+this.options.token),this.options.proxy&&(e.href=this.options.proxy+"?"+e.href),e.href?this._renderImage(e.href,i):this._renderImage(e.imageData,i,e.contentType))},this):(t.f="image",this._renderImage(this.options.url+"export"+e.Util.getParamString(t),i))}});var dt=e.Layer.extend({options:{cellSize:512,updateInterval:150},initialize:function(t){t=e.setOptions(this,t),this._zooming=!1},onAdd:function(t){this._map=t,this._update=e.Util.throttle(this._update,this.options.updateInterval,this),this._reset(),this._update()},onRemove:function(){this._map.removeEventListener(this.getEvents(),this),this._removeCells()},getEvents:function(){return{moveend:this._update,zoomstart:this._zoomstart,zoomend:this._reset}},addTo:function(t){return t.addLayer(this),this},removeFrom:function(t){return t.removeLayer(this),this},_zoomstart:function(){this._zooming=!0},_reset:function(){this._removeCells(),this._cells={},this._activeCells={},this._cellsToLoad=0,this._cellsTotal=0,this._cellNumBounds=this._getCellNumBounds(),this._resetWrap(),this._zooming=!1},_resetWrap:function(){var t=this._map,e=t.options.crs;if(!e.infinite){var i=this._getCellSize();e.wrapLng&&(this._wrapLng=[Math.floor(t.project([0,e.wrapLng[0]]).x/i),Math.ceil(t.project([0,e.wrapLng[1]]).x/i)]),e.wrapLat&&(this._wrapLat=[Math.floor(t.project([e.wrapLat[0],0]).y/i),Math.ceil(t.project([e.wrapLat[1],0]).y/i)])}},_getCellSize:function(){return this.options.cellSize},_update:function(){if(this._map){var t=this._map.getPixelBounds(),i=this._getCellSize(),s=e.bounds(t.min.divideBy(i).floor(),t.max.divideBy(i).floor());this._removeOtherCells(s),this._addCells(s),this.fire("cellsupdated")}},_addCells:function(t){var i,s,r,n=[],o=t.getCenter(),a=this._map.getZoom();for(i=t.min.y;i<=t.max.y;i++)for(s=t.min.x;s<=t.max.x;s++)(r=e.point(s,i)).z=a,this._isValidCell(r)&&n.push(r);var u=n.length;if(0!==u)for(this._cellsToLoad+=u,this._cellsTotal+=u,n.sort(function(t,e){return t.distanceTo(o)-e.distanceTo(o)}),s=0;s<u;s++)this._addCell(n[s])},_isValidCell:function(t){var i=this._map.options.crs;if(!i.infinite){var s=this._cellNumBounds;if(!i.wrapLng&&(t.x<s.min.x||t.x>s.max.x)||!i.wrapLat&&(t.y<s.min.y||t.y>s.max.y))return!1}if(!this.options.bounds)return!0;var r=this._cellCoordsToBounds(t);return e.latLngBounds(this.options.bounds).intersects(r)},_cellCoordsToBounds:function(t){var i=this._map,s=this.options.cellSize,r=t.multiplyBy(s),n=r.add([s,s]),o=i.wrapLatLng(i.unproject(r,t.z)),a=i.wrapLatLng(i.unproject(n,t.z));return e.latLngBounds(o,a)},_cellCoordsToKey:function(t){return t.x+":"+t.y},_keyToCellCoords:function(t){var i=t.split(":"),s=parseInt(i[0],10),r=parseInt(i[1],10);return e.point(s,r)},_removeOtherCells:function(t){for(var e in this._cells)t.contains(this._keyToCellCoords(e))||this._removeCell(e)},_removeCell:function(t){var e=this._activeCells[t];e&&(delete this._activeCells[t],this.cellLeave&&this.cellLeave(e.bounds,e.coords),this.fire("cellleave",{bounds:e.bounds,coords:e.coords}))},_removeCells:function(){for(var t in this._cells){var e=this._cells[t].bounds,i=this._cells[t].coords;this.cellLeave&&this.cellLeave(e,i),this.fire("cellleave",{bounds:e,coords:i})}},_addCell:function(t){this._wrapCoords(t);var e=this._cellCoordsToKey(t),i=this._cells[e];i&&!this._activeCells[e]&&(this.cellEnter&&this.cellEnter(i.bounds,t),this.fire("cellenter",{bounds:i.bounds,coords:t}),this._activeCells[e]=i),i||(i={coords:t,bounds:this._cellCoordsToBounds(t)},this._cells[e]=i,this._activeCells[e]=i,this.createCell&&this.createCell(i.bounds,t),this.fire("cellcreate",{bounds:i.bounds,coords:t}))},_wrapCoords:function(t){t.x=this._wrapLng?e.Util.wrapNum(t.x,this._wrapLng):t.x,t.y=this._wrapLat?e.Util.wrapNum(t.y,this._wrapLat):t.y},_getCellNumBounds:function(){var t=this._map.getPixelWorldBounds(),i=this._getCellSize();return t?e.bounds(t.min.divideBy(i).floor(),t.max.divideBy(i).ceil().subtract([1,1])):null}});function mt(t){this.values=[].concat(t||[])}mt.prototype.query=function(t){var e=this.getIndex(t);return this.values[e]},mt.prototype.getIndex=function(t){this.dirty&&this.sort();for(var e,i,s=0,r=this.values.length-1;s<=r;)if(e=(s+r)/2|0,+(i=this.values[Math.round(e)]).value<+t)s=e+1;else{if(!(+i.value>+t))return e;r=e-1}return Math.abs(~r)},mt.prototype.between=function(t,e){var i=this.getIndex(t),s=this.getIndex(e);if(0===i&&0===s)return[];for(;this.values[i-1]&&this.values[i-1].value===t;)i--;for(;this.values[s+1]&&this.values[s+1].value===e;)s++;return this.values[s]&&this.values[s].value===e&&this.values[s+1]&&s++,this.values.slice(i,s)},mt.prototype.insert=function(t){return this.values.splice(this.getIndex(t.value),0,t),this},mt.prototype.bulkAdd=function(t,e){return this.values=this.values.concat([].concat(t||[])),e?this.sort():this.dirty=!0,this},mt.prototype.sort=function(){return this.values.sort(function(t,e){return+e.value-+t.value}).reverse(),this.dirty=!1,this};var ft=dt.extend({options:{attribution:null,where:"1=1",fields:["*"],from:!1,to:!1,timeField:!1,timeFilterMode:"server",simplifyFactor:0,precision:6},initialize:function(t){if(dt.prototype.initialize.call(this,t),t=k(t),t=e.Util.setOptions(this,t),this.service=nt(t),this.service.addEventParent(this),"*"!==this.options.fields[0]){for(var i=!1,s=0;s<this.options.fields.length;s++)this.options.fields[s].match(/^(OBJECTID|FID|OID|ID)$/i)&&(i=!0);!1===i&&M("no known esriFieldTypeOID field detected in fields Array.  Please add an attribute field containing unique IDs to ensure the layer can be drawn correctly.")}this.options.timeField.start&&this.options.timeField.end?(this._startTimeIndex=new mt,this._endTimeIndex=new mt):this.options.timeField&&(this._timeIndex=new mt),this._cache={},this._currentSnapshot=[],this._activeRequests=0},onAdd:function(t){return D(t),this.service.metadata(function(e,i){if(!e){var s=i.supportedQueryFormats,r=!1;!1===this.service.options.isModern&&(r=!0),!r&&s&&-1!==s.indexOf("geoJSON")&&(this.service.options.isModern=!0),i.objectIdField&&(this.service.options.idAttribute=i.objectIdField),!this.options.attribution&&t.attributionControl&&i.copyrightText&&(this.options.attribution=i.copyrightText,t.attributionControl.addAttribution(this.getAttribution()))}},this),t.on("zoomend",this._handleZoomChange,this),dt.prototype.onAdd.call(this,t)},onRemove:function(t){return t.off("zoomend",this._handleZoomChange,this),dt.prototype.onRemove.call(this,t)},getAttribution:function(){return this.options.attribution},createCell:function(t,e){this._visibleZoom()&&this._requestFeatures(t,e)},_requestFeatures:function(t,i,s){return this._activeRequests++,1===this._activeRequests&&this.fire("loading",{bounds:t},!0),this._buildQuery(t).run(function(r,n,o){o&&o.exceededTransferLimit&&this.fire("drawlimitexceeded"),!r&&n&&n.features.length&&e.Util.requestAnimFrame(e.Util.bind(function(){this._addFeatures(n.features,i),this._postProcessFeatures(t)},this)),r||!n||n.features.length||this._postProcessFeatures(t),r&&this._postProcessFeatures(t),s&&s.call(this,r,n)},this)},_postProcessFeatures:function(t){this._activeRequests--,this._activeRequests<=0&&this.fire("load",{bounds:t})},_cacheKey:function(t){return t.z+":"+t.x+":"+t.y},_addFeatures:function(t,e){var i=this._cacheKey(e);this._cache[i]=this._cache[i]||[];for(var s=t.length-1;s>=0;s--){var r=t[s].id;-1===this._currentSnapshot.indexOf(r)&&this._currentSnapshot.push(r),-1===this._cache[i].indexOf(r)&&this._cache[i].push(r)}this.options.timeField&&this._buildTimeIndexes(t),this.createLayers(t)},_buildQuery:function(t){var i=this.service.query().intersects(t).where(this.options.where).fields(this.options.fields).precision(this.options.precision);return this.options.requestParams&&e.Util.extend(i.params,this.options.requestParams),this.options.simplifyFactor&&i.simplify(this._map,this.options.simplifyFactor),"server"===this.options.timeFilterMode&&this.options.from&&this.options.to&&i.between(this.options.from,this.options.to),i},setWhere:function(t,i,s){this.options.where=t&&t.length?t:"1=1";for(var r=[],n=[],o=0,a=null,u=e.Util.bind(function(t,u){if(t&&(a=t),u)for(var l=u.features.length-1;l>=0;l--)n.push(u.features[l].id);--o<=0&&this._visibleZoom()&&(this._currentSnapshot=n,e.Util.requestAnimFrame(e.Util.bind(function(){this.removeLayers(r),this.addLayers(n),i&&i.call(s,a)},this)))},this),l=this._currentSnapshot.length-1;l>=0;l--)r.push(this._currentSnapshot[l]);for(var h in this._activeCells){o++;var c=this._keyToCellCoords(h),p=this._cellCoordsToBounds(c);this._requestFeatures(p,h,u)}return this},getWhere:function(){return this.options.where},getTimeRange:function(){return[this.options.from,this.options.to]},setTimeRange:function(t,i,s,r){var n=this.options.from,o=this.options.to,a=0,u=null,l=e.Util.bind(function(e){e&&(u=e),this._filterExistingFeatures(n,o,t,i),a--,s&&a<=0&&s.call(r,u)},this);if(this.options.from=t,this.options.to=i,this._filterExistingFeatures(n,o,t,i),"server"===this.options.timeFilterMode)for(var h in this._activeCells){a++;var c=this._keyToCellCoords(h),p=this._cellCoordsToBounds(c);this._requestFeatures(p,h,l)}return this},refresh:function(){for(var t in this._activeCells){var e=this._keyToCellCoords(t),i=this._cellCoordsToBounds(e);this._requestFeatures(i,t)}this.redraw&&this.once("load",function(){this.eachFeature(function(t){this._redraw(t.feature.id)},this)},this)},_filterExistingFeatures:function(t,i,s,r){var n=t&&i?this._getFeaturesInTimeRange(t,i):this._currentSnapshot,o=this._getFeaturesInTimeRange(s,r);if(o.indexOf)for(var a=0;a<o.length;a++){var u=n.indexOf(o[a]);u>=0&&n.splice(u,1)}e.Util.requestAnimFrame(e.Util.bind(function(){this.removeLayers(n),this.addLayers(o)},this))},_getFeaturesInTimeRange:function(t,e){var i,s=[];if(this.options.timeField.start&&this.options.timeField.end){var r=this._startTimeIndex.between(t,e),n=this._endTimeIndex.between(t,e);i=r.concat(n)}else i=this._timeIndex.between(t,e);for(var o=i.length-1;o>=0;o--)s.push(i[o].id);return s},_buildTimeIndexes:function(t){var e,i;if(this.options.timeField.start&&this.options.timeField.end){var s=[],r=[];for(e=t.length-1;e>=0;e--)i=t[e],s.push({id:i.id,value:new Date(i.properties[this.options.timeField.start])}),r.push({id:i.id,value:new Date(i.properties[this.options.timeField.end])});this._startTimeIndex.bulkAdd(s),this._endTimeIndex.bulkAdd(r)}else{var n=[];for(e=t.length-1;e>=0;e--)i=t[e],n.push({id:i.id,value:new Date(i.properties[this.options.timeField])});this._timeIndex.bulkAdd(n)}},_featureWithinTimeRange:function(t){if(!this.options.from||!this.options.to)return!0;var e=+this.options.from.valueOf(),i=+this.options.to.valueOf();if("string"==typeof this.options.timeField){var s=+t.properties[this.options.timeField];return s>=e&&s<=i}if(this.options.timeField.start&&this.options.timeField.end){var r=+t.properties[this.options.timeField.start],n=+t.properties[this.options.timeField.end];return r>=e&&r<=i||n>=e&&n<=i}},_visibleZoom:function(){if(!this._map)return!1;var t=this._map.getZoom();return!(t>this.options.maxZoom||t<this.options.minZoom)},_handleZoomChange:function(){if(this._visibleZoom())for(var t in this._activeCells){var e=this._activeCells[t].coords,i=this._cacheKey(e);this._cache[i]&&this.addLayers(this._cache[i])}else this.removeLayers(this._currentSnapshot),this._currentSnapshot=[]},authenticate:function(t){return this.service.authenticate(t),this},metadata:function(t,e){return this.service.metadata(t,e),this},query:function(){return this.service.query()},_getMetadata:function(t){this._metadata?t(void 0,this._metadata):this.metadata(e.Util.bind(function(e,i){this._metadata=i,t(e,this._metadata)},this))},addFeature:function(t,e,i){this.addFeatures(t,e,i)},addFeatures:function(t,i,s){this._getMetadata(e.Util.bind(function(r,n){if(r)i&&i.call(this,r,null);else{var o=t.features?t.features:[t];this.service.addFeatures(t,e.Util.bind(function(t,e){if(!t){for(var r=o.length-1;r>=0;r--)o[r].properties[n.objectIdField]=o.length>1?e[r].objectId:e.objectId,o[r].id=o.length>1?e[r].objectId:e.objectId;this.createLayers(o)}i&&i.call(s,t,e)},this))}},this))},updateFeature:function(t,e,i){this.updateFeatures(t,e,i)},updateFeatures:function(t,e,i){var s=t.features?t.features:[t];this.service.updateFeatures(t,function(t,r){if(!t){for(var n=s.length-1;n>=0;n--)this.removeLayers([s[n].id],!0);this.createLayers(s)}e&&e.call(i,t,r)},this)},deleteFeature:function(t,e,i){this.deleteFeatures(t,e,i)},deleteFeatures:function(t,e,i){return this.service.deleteFeatures(t,function(t,s){var r=s.length?s:[s];if(!t&&r.length>0)for(var n=r.length-1;n>=0;n--)this.removeLayers([r[n].objectId],!0);e&&e.call(i,t,s)},this)}}),yt=ft.extend({options:{cacheLayers:!0},initialize:function(t){ft.prototype.initialize.call(this,t),this._originalStyle=this.options.style,this._layers={}},onRemove:function(t){for(var e in this._layers)t.removeLayer(this._layers[e]),this.fire("removefeature",{feature:this._layers[e].feature,permanent:!1},!0);return ft.prototype.onRemove.call(this,t)},createNewLayer:function(t){var i=e.GeoJSON.geometryToLayer(t,this.options);return i&&(i.defaultOptions=i.options),i},_updateLayer:function(t,i){var s=[],r=this.options.coordsToLatLng||e.GeoJSON.coordsToLatLng;switch(i.properties&&(t.feature.properties=i.properties),i.geometry.type){case"Point":s=e.GeoJSON.coordsToLatLng(i.geometry.coordinates),t.setLatLng(s);break;case"LineString":s=e.GeoJSON.coordsToLatLngs(i.geometry.coordinates,0,r),t.setLatLngs(s);break;case"MultiLineString":case"Polygon":s=e.GeoJSON.coordsToLatLngs(i.geometry.coordinates,1,r),t.setLatLngs(s);break;case"MultiPolygon":s=e.GeoJSON.coordsToLatLngs(i.geometry.coordinates,2,r),t.setLatLngs(s)}},createLayers:function(t){for(var e=t.length-1;e>=0;e--){var i,s=t[e],r=this._layers[s.id];this._visibleZoom()&&r&&!this._map.hasLayer(r)&&(this._map.addLayer(r),this.fire("addfeature",{feature:r.feature},!0)),r&&this.options.simplifyFactor>0&&(r.setLatLngs||r.setLatLng)&&this._updateLayer(r,s),r||((i=this.createNewLayer(s))?(i.feature=s,i.addEventParent(this),this.options.onEachFeature&&this.options.onEachFeature(i.feature,i),this._layers[i.feature.id]=i,this.setFeatureStyle(i.feature.id,this.options.style),this.fire("createfeature",{feature:i.feature},!0),this._visibleZoom()&&(!this.options.timeField||this.options.timeField&&this._featureWithinTimeRange(s))&&this._map.addLayer(i)):M("invalid GeoJSON encountered"))}},addLayers:function(t){for(var e=t.length-1;e>=0;e--){var i=this._layers[t[e]];i&&this._map.addLayer(i)}},removeLayers:function(t,e){for(var i=t.length-1;i>=0;i--){var s=t[i],r=this._layers[s];r&&(this.fire("removefeature",{feature:r.feature,permanent:e},!0),this._map.removeLayer(r)),r&&e&&delete this._layers[s]}},cellEnter:function(t,i){this._visibleZoom()&&!this._zooming&&this._map&&e.Util.requestAnimFrame(e.Util.bind(function(){var t=this._cacheKey(i),e=this._cellCoordsToKey(i),s=this._cache[t];this._activeCells[e]&&s&&this.addLayers(s)},this))},cellLeave:function(t,i){this._zooming||e.Util.requestAnimFrame(e.Util.bind(function(){if(this._map){var t=this._cacheKey(i),e=this._cellCoordsToKey(i),s=this._cache[t],r=this._map.getBounds();if(!this._activeCells[e]&&s){for(var n=!0,o=0;o<s.length;o++){var a=this._layers[s[o]];a&&a.getBounds&&r.intersects(a.getBounds())&&(n=!1)}n&&this.removeLayers(s,!this.options.cacheLayers),!this.options.cacheLayers&&n&&(delete this._cache[t],delete this._cells[e],delete this._activeCells[e])}}},this))},resetStyle:function(){return this.options.style=this._originalStyle,this.eachFeature(function(t){this.resetFeatureStyle(t.feature.id)},this),this},setStyle:function(t){return this.options.style=t,this.eachFeature(function(e){this.setFeatureStyle(e.feature.id,t)},this),this},resetFeatureStyle:function(t){var i=this._layers[t],s=this._originalStyle||e.Path.prototype.options;return i&&(e.Util.extend(i.options,i.defaultOptions),this.setFeatureStyle(t,s)),this},setFeatureStyle:function(t,e){var i=this._layers[t];return"function"==typeof e&&(e=e(i.feature)),i.setStyle&&i.setStyle(e),this},eachActiveFeature:function(t,e){if(this._map){var i=this._map.getBounds();for(var s in this._layers)-1!==this._currentSnapshot.indexOf(this._layers[s].feature.id)&&("function"==typeof this._layers[s].getLatLng&&i.contains(this._layers[s].getLatLng())?t.call(e,this._layers[s]):"function"==typeof this._layers[s].getBounds&&i.intersects(this._layers[s].getBounds())&&t.call(e,this._layers[s]))}return this},eachFeature:function(t,e){for(var i in this._layers)t.call(e,this._layers[i]);return this},getFeature:function(t){return this._layers[t]},bringToBack:function(){this.eachFeature(function(t){t.bringToBack&&t.bringToBack()})},bringToFront:function(){this.eachFeature(function(t){t.bringToFront&&t.bringToFront()})},redraw:function(t){return t&&this._redraw(t),this},_redraw:function(t){var i=this._layers[t],s=i.feature;if(i&&i.setIcon&&this.options.pointToLayer&&this.options.pointToLayer){var r=this.options.pointToLayer(s,e.latLng(s.geometry.coordinates[1],s.geometry.coordinates[0])).options.icon;i.setIcon(r)}if(i&&i.setStyle&&this.options.pointToLayer){var n=this.options.pointToLayer(s,e.latLng(s.geometry.coordinates[1],s.geometry.coordinates[0])).options;this.setFeatureStyle(s.id,n)}i&&i.setStyle&&this.options.style&&this.resetStyle(s.id)}});t.VERSION="2.2.3",t.Support=r,t.options=n,t.Util=N,t.get=d,t.post=l,t.request=c,t.Task=Z,t.task=function(t){return t=k(t),new Z(t)},t.Query=j,t.query=W,t.Find=J,t.find=Q,t.Identify=V,t.identify=function(t){return new V(t)},t.IdentifyFeatures=H,t.identifyFeatures=K,t.IdentifyImage=X,t.identifyImage=$,t.Service=Y,t.service=function(t){return t=k(t),new Y(t)},t.MapService=tt,t.mapService=et,t.ImageService=it,t.imageService=st,t.FeatureLayerService=rt,t.featureLayerService=nt,t.BasemapLayer=at,t.basemapLayer=function(t,e){return new at(t,e)},t.TiledMapLayer=ut,t.tiledMapLayer=function(t,e){return new ut(t,e)},t.RasterLayer=ht,t.ImageMapLayer=ct,t.imageMapLayer=function(t,e){return new ct(t,e)},t.DynamicMapLayer=pt,t.dynamicMapLayer=function(t,e){return new pt(t,e)},t.FeatureManager=ft,t.FeatureLayer=yt,t.featureLayer=function(t){return new yt(t)},Object.defineProperty(t,"__esModule",{value:!0})});
+//# sourceMappingURL=esri-leaflet.js.map
diff --git a/static/leaflet-bing-layer.min.js b/static/leaflet-bing-layer.min.js
new file mode 100644
index 0000000..c45dc88
--- /dev/null
+++ b/static/leaflet-bing-layer.min.js
@@ -0,0 +1 @@
+!function t(e,n,i){function o(a,s){if(!n[a]){if(!e[a]){var u="function"==typeof require&&require;if(!s&&u)return u(a,!0);if(r)return r(a,!0);var l=new Error("Cannot find module '"+a+"'");throw l.code="MODULE_NOT_FOUND",l}var c=n[a]={exports:{}};e[a][0].call(c.exports,function(t){var n=e[a][1][t];return o(n?n:t)},c,c.exports,t,e,n,i)}return n[a].exports}for(var r="function"==typeof require&&require,a=0;a<i.length;a++)o(i[a]);return o}({1:[function(t,e,n){(function(n){function i(t,e,n){for(var i="",o=n;o>0;o--){var r=0,a=1<<o-1;0!==(t&a)&&r++,0!==(e&a)&&(r+=2),i+=r.toString()}return i}function o(t){var e=t.split(",");return[e[1],e[0],e[3],e[2]]}var r="undefined"!=typeof window?window.L:"undefined"!=typeof n?n.L:null,a=t("fetch-jsonp"),s=t("bbox-intersect"),u=["Aerial","AerialWithLabels","AerialWithLabelsOnDemand","Road","RoadOnDemand","CanvasLight","CanvasDark","CanvasGray","OrdnanceSurvey"],l=["AerialWithLabelsOnDemand","RoadOnDemand"];r.TileLayer.Bing=r.TileLayer.extend({options:{bingMapsKey:null,imagerySet:"Aerial",culture:"en-US",minZoom:1,minNativeZoom:1,maxNativeZoom:19},statics:{METADATA_URL:"https://dev.virtualearth.net/REST/v1/Imagery/Metadata/{imagerySet}?key={bingMapsKey}&include=ImageryProviders&uriScheme=https",POINT_METADATA_URL:"https://dev.virtualearth.net/REST/v1/Imagery/Metadata/{imagerySet}/{lat},{lng}?zl={z}&key={bingMapsKey}&uriScheme=https"},initialize:function(t){if("string"==typeof t&&(t={bingMapsKey:t}),t&&t.BingMapsKey&&(t.bingMapsKey=t.BingMapsKey,console.warn("use options.bingMapsKey instead of options.BingMapsKey")),!t||!t.bingMapsKey)throw new Error("Must supply options.BingMapsKey");if(t=r.setOptions(this,t),u.indexOf(t.imagerySet)<0)throw new Error("'"+t.imagerySet+"' is an invalid imagerySet, see https://github.com/digidem/leaflet-bing-layer#parameters");t&&t.style&&l.indexOf(t.imagerySet)<0&&console.warn("Dynamic styles will only work with these imagerySet choices: "+l.join(", "));var e=r.Util.template(r.TileLayer.Bing.METADATA_URL,{bingMapsKey:this.options.bingMapsKey,imagerySet:this.options.imagerySet});this._imageryProviders=[],this._attributions=[],this._fetch=a(e,{jsonpCallback:"jsonp"}).then(function(t){return t.json()}).then(this._metaDataOnLoad.bind(this))["catch"](console.error.bind(console)),r.Browser.android||this.on("tileunload",this._onTileRemove)},createTile:function(t,e){var n=document.createElement("img");return r.DomEvent.on(n,"load",r.bind(this._tileOnLoad,this,e,n)),r.DomEvent.on(n,"error",r.bind(this._tileOnError,this,e,n)),this.options.crossOrigin&&(n.crossOrigin=""),n.alt="",this._url?n.src=this.getTileUrl(t):this._fetch.then(function(){n.src=this.getTileUrl(t)}.bind(this))["catch"](function(t){console.error(t),e(t)}),n},getTileUrl:function(t){var e=i(t.x,t.y,t.z),n=r.Util.template(this._url,{quadkey:e,subdomain:this._getSubdomain(t),culture:this.options.culture});return"string"==typeof this.options.style&&(n+="&st="+this.options.style),n},onAdd:function(t){t.on("moveend",this._updateAttribution,this),r.TileLayer.prototype.onAdd.call(this,t),this._attributions.forEach(function(e){t.attributionControl.addAttribution(e)})},onRemove:function(t){t.off("moveend",this._updateAttribution,this),this._attributions.forEach(function(e){t.attributionControl.removeAttribution(e)}),r.TileLayer.prototype.onRemove.call(this,t)},getMetaData:function(t,e){if(!(this._map||t&&e))return Promise.reject(new Error("If layer is not attached to map, you must provide LatLng and zoom"));t=t||this._map.getCenter(),e=e||this._map.getZoom();var n=r.Util.template(r.TileLayer.Bing.POINT_METADATA_URL,{bingMapsKey:this.options.bingMapsKey,imagerySet:this.options.imagerySet,z:e,lat:t.lat,lng:t.lng});return a(n,{jsonpCallback:"jsonp"}).then(function(t){return t.json()})["catch"](console.error.bind(console))},_metaDataOnLoad:function(t){if(200!==t.statusCode)throw new Error("Bing Imagery Metadata error: \n"+JSON.stringify(t,null,"  "));var e=t.resourceSets[0].resources[0];return this._url=e.imageUrl,this._imageryProviders=e.imageryProviders||[],this.options.subdomains=e.imageUrlSubdomains,this._updateAttribution(),Promise.resolve()},_updateAttribution:function(){var t=this._map;if(t&&t.attributionControl){var e=t.getZoom(),n=o(t.getBounds().toBBoxString());this._fetch.then(function(){var i=this._getAttributions(n,e),o=this._attributions;i.forEach(function(e){o.indexOf(e)>-1||t.attributionControl.addAttribution(e)}),o.filter(function(e){i.indexOf(e)>-1||t.attributionControl.removeAttribution(e)}),this._attributions=i}.bind(this))}},_getAttributions:function(t,e){return this._imageryProviders.reduce(function(n,i){for(var o=0;o<i.coverageAreas.length;o++)if(s(t,i.coverageAreas[o].bbox)&&e>=i.coverageAreas[o].zoomMin&&e<=i.coverageAreas[o].zoomMax)return n.push(i.attribution),n;return n},[])}}),r.tileLayer.bing=function(t){return new r.TileLayer.Bing(t)},e.exports=r.TileLayer.Bing}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"bbox-intersect":2,"fetch-jsonp":3}],2:[function(t,e,n){e.exports=function(t,e){return t[0]>e[2]||t[2]<e[0]||t[3]<e[1]||t[1]>e[3]?!1:!0}},{}],3:[function(t,e,n){!function(t,i){if("function"==typeof define&&define.amd)define(["exports","module"],i);else if("undefined"!=typeof n&&"undefined"!=typeof e)i(n,e);else{var o={exports:{}};i(o.exports,o),t.fetchJsonp=o.exports}}(this,function(t,e){"use strict";function n(){return"jsonp_"+Date.now()+"_"+Math.ceil(1e5*Math.random())}function i(t){try{delete window[t]}catch(e){window[t]=void 0}}function o(t){var e=document.getElementById(t);document.getElementsByTagName("head")[0].removeChild(e)}var r={timeout:5e3,jsonpCallback:"callback",jsonpCallbackFunction:null},a=function(t){var e=void 0===arguments[1]?{}:arguments[1],a=null!=e.timeout?e.timeout:r.timeout,s=null!=e.jsonpCallback?e.jsonpCallback:r.jsonpCallback,u=void 0;return new Promise(function(r,l){var c=e.jsonpCallbackFunction||n();window[c]=function(t){r({ok:!0,json:function(){return Promise.resolve(t)}}),u&&clearTimeout(u),o(s+"_"+c),i(c)},t+=-1===t.indexOf("?")?"?":"&";var d=document.createElement("script");d.setAttribute("src",t+s+"="+c),d.id=s+"_"+c,document.getElementsByTagName("head")[0].appendChild(d),u=setTimeout(function(){l(new Error("JSONP request to "+t+" timed out")),i(c),o(s+"_"+c)},a)})};e.exports=a})},{}]},{},[1]);
\ No newline at end of file
diff --git a/static/leaflet-measure/assets/cancel.png b/static/leaflet-measure/assets/cancel.png
new file mode 100755
index 0000000000000000000000000000000000000000..a4e7c492ef6361dfcc8d2584c8b6b72212d8e9e8
GIT binary patch
literal 397
zcmV;80doF{P)<h;3K|Lk000e1NJLTq000aC000aK1^@s6R&`wG00004b3#c}2nYxW
zd<bNS00009a7bBm000ie000ie0hKEb8vp<SFG)l}R49>!kTFgIQ4~eb9Y&Z*6xo3t
ziO^xR#}0cM&=A2!tyl|*+93wkU`c4Gq%yMt7eGib42k*AVgOA<edT}WzMT8TYO3vV
z7|zqTK+UiMfTYN<fw!FB^?KzPKmfJo<iPjcGw6^lV-TfMuJU+)@}_Eg9ER^Zli%R)
zp<E_=<RuzwSWUwQ8_0MvbFGz1aTd>Re4zFPxYJO&jKP^<p}1P0?q)CQzF`F=RgiQZ
zg9Xq+u)w-P^>sj|g7?GKFo5Ya(6%nVqzEXjof8e~2DycWBznNb>RjX-HV`T$4{o$T
ziH0BsbFz_VS_RZsqcIFzX75E%{O4O=bD8Y1*XxzzRLWHhqQ7A0KF&Iw{Bl#Q(HI7n
r-n}+am#MIJ2KD!Y>_exMUjlprupxbFzN5i;00000NkvXXu0mjf1P-X}

literal 0
HcmV?d00001

diff --git a/static/leaflet-measure/assets/cancel.svg b/static/leaflet-measure/assets/cancel.svg
new file mode 100755
index 0000000..081c4fd
--- /dev/null
+++ b/static/leaflet-measure/assets/cancel.svg
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generated by IcoMoon.io -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">
+<path d="M12,0C5.37,0 4.44089e-16,5.37 4.44089e-16,12C4.44089e-16,18.63 5.37,24 12,24C18.63,24 24,18.63 24,12C24,5.37 18.63,0 12,0ZM18,16.302L16.302,18L12,13.698L7.698,18L6,16.302L10.302,12L6,7.698L7.698,6L12,10.302L16.302,6L18,7.698L13.698,12Z" fill="#5E66CC"></path>
+</svg>
diff --git a/static/leaflet-measure/assets/cancel_@2X.png b/static/leaflet-measure/assets/cancel_@2X.png
new file mode 100755
index 0000000000000000000000000000000000000000..dcc72f0c191f021818a99133bd298c558cca57ce
GIT binary patch
literal 762
zcmV<W0tNkvP)<h;3K|Lk000e1NJLTq000;O000;W1^@s6;CDUv00004b3#c}2nYxW
zd<bNS00009a7bBm000ie000ie0hKEb8vp<ToJmAMR7i=fmc36}Q5eRb=WtC*VQjh@
z9mT;$VmjEEx~W?m3{hyJQH+jls)_%B{sE?<F%b~8c7~0_wuA8_aZu-KI_W5gvE1`^
z04>}PgtpK4o^yWBd+vSCJ(sAXvFZJG(^O#quK@%Ecvc>fD}rYb<fuHG>&q{GxH0Hd
zj7;pck;Wn*Z%C?oO^ApF@x?5u+4NfX`J)EW$^9s(J`s3Y5A0x7pyt&2YH*{vTGQRT
z*ufmB63xQ_fId-3MPr8_YO2+plPb|X*e(G^lks5s!5}iR*G6TW{9Wfx4w4r#kc<Z}
z6aXk?EZE>8d59ha@VyRdw>(D*HC572U;zNs*z|t8h`hC~BvmM}(vvM3PX++_<^<O_
z#!zCVCkv5~eG@V~GJe#mOjCuOqA1Ywp_vo^&QfQ-Xm|%LCcFB^7)qtO3Za=3Kd9#I
z4N@6~4l9%ok%RckTPkKEkz?P^QfFS@v<!&IS1a6Gy3GRUbs`AZuK)y`4az3;{>nrm
z$G%jmt02Xe!A9W#K%j%s*x?<47Izb%x@!Pv1YX(0UER;X|BwRY>XA7$&-~AecTHE7
zc&P}UH468ZZnNG}F;gd97RjlCAlE1yKyRIN*`x(IMdjHP5p6fu3+`#DO&3)8)LLYc
z+#&!(V+Y#=hb;~Th=eMK$Sp0qLRqBXGeDnZES-o4M-2clOKR3I^ib_2`aot}!1wB-
zu+O%6;9Bd_98kFr(rex4)SP+*)`U2@vHJ4og8=}nuLd_D`1sFkk@v}X_x6L8bvzn7
z9HGcENPkmY;2Pj$H5{;9nE;TC2h&0Z0Bkv?%Ptc@+T+myD;#k7tGL(5_))82=&*qO
s1UdkDURibt$f*|ONNy$L!3#IWZz+CGCOrV=;s5{u07*qoM6N<$f~%rcF8}}l

literal 0
HcmV?d00001

diff --git a/static/leaflet-measure/assets/check.png b/static/leaflet-measure/assets/check.png
new file mode 100755
index 0000000000000000000000000000000000000000..55f274b1d85c7930ebcc253cbca86aaf358fb76e
GIT binary patch
literal 387
zcmV-}0et?6P)<h;3K|Lk000e1NJLTq000aC000aK1^@s6R&`wG00004b3#c}2nYxW
zd<bNS00009a7bBm000ie000ie0hKEb8vp<SB}qg<R49>kkTFXF0T_m#_wLj?DDxk*
z3E5`Y(vl5<?Ji0jv{jRHzaa>OYE00rt)bB-r<~+|L2HX(p>*EYkitRUJAORh_rC8Z
zR%&)eK`_f-11-ZU0FolZ2F_x3-|N-q00L-TjCVaRc?IpUK?afQCXJ_u!w)q(qagUo
zjkDnNQmIfpaQ<Rs!)81id<*uc^XZiXw6f3IT_8dr0x;2b)&*DkOvAo(Gsj*8H2|3^
zPRjbt{c$P=lQaxENt=3-BA_a99Ostjxp;BpdH!+}3>JBY4TP!yLbtJ3$i>*{e;7c0
zh2hXo3fu33{mk-!!K73u)|_6iK6l-uVXIGM!ATOIb-U$-*26Fy`j+3iG|`r+vd#?Z
h@A$>XZnwMu_ysFna@?3hyu<(i002ovPDHLkV1fVxrO*HX

literal 0
HcmV?d00001

diff --git a/static/leaflet-measure/assets/check.svg b/static/leaflet-measure/assets/check.svg
new file mode 100755
index 0000000..e0efc03
--- /dev/null
+++ b/static/leaflet-measure/assets/check.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">
+<path d="M12,0C5.37,0 4.44089e-16,5.37 4.44089e-16,12C4.44089e-16,18.63 5.37,24 12,24C18.63,24 24,18.63 24,12C24,5.37 18.63,0 12,0ZM9.66667,17.7846L5,13.1179L6.65083,11.4671L9.66667,14.4829L17.3492,6.80042L19,8.45125Z" fill="#5E66CC"/>
+</svg>
diff --git a/static/leaflet-measure/assets/check_@2X.png b/static/leaflet-measure/assets/check_@2X.png
new file mode 100755
index 0000000000000000000000000000000000000000..df8032e49651d82a009edfaf0ef29badc9c7b7f6
GIT binary patch
literal 692
zcmV;l0!#ggP)<h;3K|Lk000e1NJLTq000;O000;W1^@s6;CDUv00004b3#c}2nYxW
zd<bNS00009a7bBm000ie000ie0hKEb8vp<TR!KxbR7i=XmcLI^Q5c4w_q3BT8lo-+
z77d*YmxRPgHdhCOKrtXK>8cT8;vkC&{spvFlokpk`~xNiS5m5zu($|ef)R1*y`KXG
z`r}e^>pQ;ZyU+W5C+Fl`(MA)Qa<A{ZVc;Q<Ft~BLVn;%|7@Kmj)urtH-<L5IW{yp5
z^+@seV2>rac1@UBfY|V>Zl<)@zjtLoGF46@w;;II4jdA7qCnG2d2glOZRl=1y*(?r
zLUcHQuA5^ynXbHSaO*plTp>ERRR*KQoL4#z7@OMak&FNAtn;u0`(sj~nDh1>fOGNr
z|A8C)Z7`%R!90K_GUeWCRllw}Ep4>q2h}$*#lIr%UJPM@@4H^-`);^%xP9)q)jzqC
zA3Q*08i$aJ$Ae+V=_TqA?meHIQ}8TZxo1YHr2-8(AQ2gD_Ng8o7~dprHrEOI+{N{8
z!F<7}hQWJpdsA1zYt`MMdvA~}<h(~Xds-h74Sp&IcGPO>2gnN9fsM0}PT-(JC$!r-
zL9j5Mu1o>cLLNki1K5tnQ<c|<cOi=wh}3d+;NzJS4Gw|XtdonanpqGso}BR^nJQ0q
z0tb9aYXV57x7UT9gx8sw=`E0n00$@)a^9!|@T+bH>?FKSl9-DEH#qi#>MYdWgVJLE
zo&rrr=<W(BwUQq^I1d0=%6lsqul}2D_M({UUq6p(UQebgBQnb(bw%RBF(_3Jho&bJ
zpqTSYCMAHi@YB^IA1K9QL82KBm;6<nX=L*Iop?MLHZ&yY1M9ARb_li;7@LyTiaBrp
aGR8lpc^AfTNkCHo0000<MNUMnLSTabl`@Y2

literal 0
HcmV?d00001

diff --git a/static/leaflet-measure/assets/focus.png b/static/leaflet-measure/assets/focus.png
new file mode 100755
index 0000000000000000000000000000000000000000..5a87d2433dc7eebdfcca9c0189171e87a4cdedd8
GIT binary patch
literal 326
zcmeAS@N?(olHy`uVBq!ia0vp^JRr=$1|-8uW1a&kmSQK*5Dp-y;YjHK@;M7UB8wRq
z_>O=u<5X=vX`tW>PZ!4!jfqny8s;@S2)N!~(;&R$q^-|>(b%pjnmOi->kb++tyAin
zBDQq*+w0<;Q-l*XPCk^dHb*^hS#AA)o3n@P-5KImJ$B}rx+?A1gL}8{Fy>_EJ0Ive
zQPK2nadfR@gNW9GA4_-4Fjiq$HH&fG{inWjW|{9SeJQQ5+s1%xdyCon<LNH<1p-Ca
z{x*|O(!0LfeChuqA5<pKP<ZqE?kmG*&%W_2GU}YEa%YokW_0y#i`5xxm8uUm1jT)3
zQDAu!^Wc}6e1l?MZ)MT834$8emgd*}VDB#4p)q%X_j%r%w)s<>rH*~m`<=ay@wZ*H
UQ<S7d0MO42p00i_>zopr05^1kr2qf`

literal 0
HcmV?d00001

diff --git a/static/leaflet-measure/assets/focus.svg b/static/leaflet-measure/assets/focus.svg
new file mode 100755
index 0000000..1761ea6
--- /dev/null
+++ b/static/leaflet-measure/assets/focus.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">
+<path fill="#5E66CC" d="M5 15h-2v4c0 1.105 0.895 2 2 2h4v-2h-4v-4zM5 5h4v-2h-4c-1.105 0-2 0.895-2 2v4h2v-4zM19 3h-4v2h4v4h2v-4c0-1.105-0.895-2-2-2zM19 19h-4v2h4c1.105 0 2-0.895 2-2v-4h-2v4zM12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zM12 14c-1.105 0-2-0.895-2-2s0.895-2 2-2 2 0.895 2 2-0.895 2-2 2z"></path>
+</svg>
diff --git a/static/leaflet-measure/assets/focus_@2X.png b/static/leaflet-measure/assets/focus_@2X.png
new file mode 100755
index 0000000000000000000000000000000000000000..1eb7dd4cef4cd2eacd5738c37f37d5a14fdb4177
GIT binary patch
literal 462
zcmV;<0WtoGP)<h;3K|Lk000e1NJLTq000;O000;W1^@s6;CDUv00004b3#c}2nYxW
zd<bNS00009a7bBm000ie000ie0hKEb8vp<Sa7jc#R7i>KmA@_oQ5431=k5>{)p`h}
ztk{-bL`}A`vz~xw;0YKKL7@}WqSb6fDV_i;5s5@G>wbzwX2+j9$ZGhybMk%XJLk-u
zd*L4eST?B5H)k-dVm6%3ZzmPw9n|8cvawJLqrS5?cJPvO-F9z_f2~_9n<vTUqHac~
z_(vV*k>}Oort%GTPtXJO+#m{5V775O;^bF=2}430o7v)4QaKN4gS(z>oQ{;dKfxHx
z<^^{Ssv(o$ik$ok#vsyO3guGjh7kt_Lmrlc`Vaw_07%UmyGi9{b91!iOHmA9(&Uc~
z3<+Q$b+7Aerw@gWF%<d8;uvG<G4ktk3ukdVeXxEPt#{n*C?pS0V74f@!<cryebry;
zyToh?=~n)6=}QK+xT*a8vXxZM9aIH}NcTwhz`o?GI~(H{A$_6$;Q1&{7vX+7K`-#T
zSA|f^uyTHnMc;#GTxEmYdq5rO`g^^0ihHd71N~pb6Qv=FLkg!K=l}o!07*qoM6N<$
Ef@_`1RR910

literal 0
HcmV?d00001

diff --git a/static/leaflet-measure/assets/leaflet-measure.png b/static/leaflet-measure/assets/leaflet-measure.png
new file mode 100644
index 0000000000000000000000000000000000000000..73258b1cb08427c0f7f0bea4611c3619057d1a36
GIT binary patch
literal 609197
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%0Aw)zX%aCZFI+D$E6*07l$Dh&Z<j-|K~Au-M4
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%0Ab=2DGLT#sJC1)S>TFI^Uonm
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%0D`Gd_KH={XHU7p9&hQ4)+tEHxipJ*Xr)2
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
N002ovPDHLkV1iBrq8$JL

literal 0
HcmV?d00001

diff --git a/static/leaflet-measure/assets/rulers.png b/static/leaflet-measure/assets/rulers.png
new file mode 100755
index 0000000000000000000000000000000000000000..5d6339d9d69f24a7cfcf9ee3b7b1c1421fa59e9e
GIT binary patch
literal 192
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>4nJ
z@ErkR#;MwT(m=r^PZ!4!i{9jfganJT2M&CY=QK7jFtBkJKHO?=xPa5ccmmr$W2Kv1
z%sopa4zwJZs2FH`$86P3hG$)k#RoZfo85VMo-B8=aPYrxU|5;-^99?9$%l@Mv8gbs
gv9YyH7I|UM#4zEtW%wM+Xpn6Tp00i_>zopr05<kGiU0rr

literal 0
HcmV?d00001

diff --git a/static/leaflet-measure/assets/rulers.svg b/static/leaflet-measure/assets/rulers.svg
new file mode 100755
index 0000000..a08da9f
--- /dev/null
+++ b/static/leaflet-measure/assets/rulers.svg
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 width="32px" height="32px" viewBox="0 0 32 32">
+<path d="M31.703,0.297C31.9,0.495,32,0.729,32,1v20c0,0.271-0.1,0.505-0.297,0.703C31.505,21.9,31.271,22,31,22s-0.505-0.1-0.703-0.297C30.1,21.505,30,21.271,30,21V2H11c-0.271,0-0.505-0.1-0.703-0.297C10.099,1.505,10,1.271,10,1s0.099-0.505,0.297-0.703C10.495,0.1,10.729,0,11,0h20C31.271,0,31.505,0.1,31.703,0.297z M30,24h2v6c0,0.541-0.199,1.01-0.594,1.406C31.011,31.802,30.542,32,30,32H2c-0.542,0-1.01-0.199-1.406-0.594C0.198,31.011,0,30.542,0,30V2c0-0.563,0.199-1.037,0.594-1.422C0.989,0.192,1.458,0,2,0h6v2H7C6.729,2,6.495,2.1,6.297,2.297C6.099,2.495,6,2.729,6,3s0.099,0.505,0.297,0.703C6.495,3.9,6.729,4,7,4h1v2H5C4.729,6,4.495,6.1,4.297,6.297C4.099,6.495,4,6.729,4,7s0.099,0.505,0.297,0.703C4.495,7.9,4.729,8,5,8h3v2H7c-0.271,0-0.505,0.1-0.703,0.297C6.099,10.495,6,10.729,6,11s0.099,0.505,0.297,0.703C6.495,11.899,6.729,12,7,12h1v2H5c-0.271,0-0.505,0.101-0.703,0.297C4.099,14.495,4,14.729,4,15s0.099,0.505,0.297,0.703C4.495,15.901,4.729,16,5,16h3v2H7c-0.271,0-0.505,0.1-0.703,0.297C6.099,18.495,6,18.729,6,19s0.099,0.505,0.297,0.703C6.495,19.9,6.729,20,7,20h1v1v1H5c-0.271,0-0.505,0.1-0.703,0.297C4.099,22.495,4,22.729,4,23s0.099,0.505,0.297,0.703C4.495,23.9,4.729,24,5,24h3v3c0,0.271,0.099,0.505,0.297,0.703C8.495,27.9,8.729,28,9,28s0.505-0.1,0.703-0.297C9.901,27.505,10,27.271,10,27v-3h1h1v1c0,0.271,0.099,0.505,0.297,0.703C12.495,25.9,12.729,26,13,26s0.505-0.1,0.703-0.297C13.901,25.505,14,25.271,14,25v-1h2v3c0,0.271,0.099,0.505,0.297,0.703C16.495,27.9,16.729,28,17,28s0.505-0.1,0.703-0.297C17.9,27.505,18,27.271,18,27v-3h2v1c0,0.271,0.1,0.505,0.297,0.703C20.495,25.9,20.729,26,21,26s0.505-0.1,0.703-0.297C21.9,25.505,22,25.271,22,25v-1h2v3c0,0.271,0.1,0.505,0.297,0.703C24.495,27.9,24.729,28,25,28s0.505-0.1,0.703-0.297C25.9,27.505,26,27.271,26,27v-3h2v1c0,0.271,0.1,0.505,0.297,0.703C28.495,25.9,28.729,26,29,26s0.505-0.1,0.703-0.297C29.9,25.505,30,25.271,30,25V24z"/>
+</svg>
\ No newline at end of file
diff --git a/static/leaflet-measure/assets/rulers_@2X.png b/static/leaflet-measure/assets/rulers_@2X.png
new file mode 100755
index 0000000000000000000000000000000000000000..7247a0c9d16b7b6bbf8a272614eb56089823dc46
GIT binary patch
literal 277
zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmSQK*5Dp-y;YjHK@;M7UB8wRq
z_>O=u<5X=vX`tYCPZ!6Kh}O5$9k~uU@VL%j<R0{aLocTCC70ZhRpteP;<H@4dsAnm
zh<sAGFv+3*lK(A63#M=fH784H)1?;~@9Y!NoZHNB&?D!AD?_9dt9CjggN{UB<*H-M
zj2qMh4yiLn$Hiv1aC20C_o_M|v>+}+P2sx($4>T3%sbg<RV!TisO)#Zd8*4lZoVI@
zZ58CctKNOrP`b9}B+II2&wUnT9Z!Ddb71QHA7Xc;?e?=<?9sRJ+ZPto@K?B{w^7qg
S=t3IM3k;sFelF{r5}E)$l3z>!

literal 0
HcmV?d00001

diff --git a/static/leaflet-measure/assets/start.png b/static/leaflet-measure/assets/start.png
new file mode 100755
index 0000000000000000000000000000000000000000..b8ca942b5d4c953be6afbed03e750a8d53909588
GIT binary patch
literal 491
zcmV<H0Tlj;P)<h;3K|Lk000e1NJLTq000aC000aK1^@s6R&`wG00004b3#c}2nYxW
zd<bNS00009a7bBm000XU000XU0RWnu7ytkPjY&j7R49>skiSn80UX8O_siwlUc3qk
zn=#_z(1`>QWOJ06ffVDJi_{>Mq<@LS5i#f>dL8(&GqRBK!!}GEoE&s>FeL5S#@_on
z)Jq!&KjX`LFYo&m{AH!qD0m%r6F`~95&$UBHkG>eJ8$;(9`yh~0H7SU?l?|*Ou|*s
z$V4uOHMStY7J<Z>;NuTF55CDttx@p0P7B1B#2=K8UN8N^7?n!X>w)`(-kr)7=hW-C
zn<U)K9K5)i37)s+vcT@{{e+3Ts-%D2yMCzv$|@RV%`{G%rj4iTpQ~9Yj%T~3x=pb)
zrLi>HoS`m6q9^Ok!?joE#o@7Xq12M%KZqFr)f@%d23r7dmWd?$DpLFOZhmKE<wF2%
zHI=#mTa`-F1AugZ9}}>}k7MRAJoN#oLL`<TILW6uzp3C?Chlq+&vwTrgyE_GTXP41
z-I^>+&I<rM+qk?vNcC7r-&D5+axt1ARU>~AT&}-g{4QBj5S--Ay|FQTotB2GwILGU
h%opEA(Y-zZ`~laIr}6x~ZR7v|002ovPDHLkV1jU2-Bthq

literal 0
HcmV?d00001

diff --git a/static/leaflet-measure/assets/start.svg b/static/leaflet-measure/assets/start.svg
new file mode 100755
index 0000000..36a391c
--- /dev/null
+++ b/static/leaflet-measure/assets/start.svg
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generated by IcoMoon.io -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">
+<path d="M9.6,17.4L16.8,12L9.6,6.6ZM12,0C5.37,0 4.44089e-16,5.37 4.44089e-16,12C4.44089e-16,18.63 5.37,24 12,24C18.63,24 24,18.63 24,12C24,5.37 18.63,0 12,0ZM12,21.6C6.708,21.6 2.4,17.292 2.4,12C2.4,6.708 6.708,2.4 12,2.4C17.292,2.4 21.6,6.708 21.6,12C21.6,17.292 17.292,21.6 12,21.6Z" fill="#5E66CC"></path>
+</svg>
diff --git a/static/leaflet-measure/assets/start_@2X.png b/static/leaflet-measure/assets/start_@2X.png
new file mode 100755
index 0000000000000000000000000000000000000000..01da494c809064869254a0eb0ec9789b19563964
GIT binary patch
literal 1003
zcmV<H0~Gv;P)<h;3K|Lk000e1NJLTq000;O000;W1^@s6;CDUv00004b3#c}2nYxW
zd<bNS00009a7bBm000XU000XU0RWnu7ytkRjY&j7R7i=9l}~6?R}{v7=X-Ay#HENt
zsF<Y|s%DZDY6-e&m*PTF%|smXPwB=sXp4Jk)V4ywCK=JjiBX|YT-0UiB8r(zN*3zI
zP5o19O?OtXnR(}SF_Sc;Gn0Iq_ujqdeBZf`^W9@Kz_H_n<|I)kun+g04x0c>%o}=4
zVA2%b7#rFBTRje|wb<43U^^C{Bltl{YE*=~yUBh`$~rZ1rRC|W0-4@ICIp5hZKx8I
zWV#z*8u$aij3%Jn-8&?us#0&v)jxJQeZ8(gci+ruu&)3d-dYIX#O3JX)vJ5vYo2sq
zZnMe@Cml{oS`QFH7|iEdzy6;<rnitW(=~wL;fY7lf$JlC9yj_u{|Ob|wM4hgXs(JJ
z$>&-pmIS(b9&86al(ZpucoO2&-tpmGuhv4oh@&T_w|FVKXGSybe+Ox2el-0|08%_8
zX@kRCkD>!B$+OwnCI~efVi9AP+Fu6gAov2(MuQ;$J9fO#Tq^NIl0pb)^SRbDE0Z&Q
zGXq9AP(ocdM$>;a66)?LTtNEV-Q7KER+6YwlH9!%m!pgIQ}t2gVeUvz@xw*}wk})%
z5=n|<?-Z~PK&HF(x@Ad1wlxyJboUm&toO^tF15b|rU2Z-e&N0opxWnaL4<KO(^I_j
zNndeO&4>^Rm4dWGi}t5#qP4<gA4eYMGJVCpHFkfmJbiP+YhX1<7FLZhF%L`jUpoSK
zLMqvnA5Bly*xXvBe-#^g43)cOO~g*wEu0z8rO!j{6L_Fq2H=lGU=qOHJGutuHaFxB
zJa_Ys@m%Y<dgR&cY?EXkRN`$?rs#&dyQGxL3n%N52lt<CU9x*T*LJ^A5v4c`0uhjy
z*-Zn;^v&Ed?2x<vLri*nxb5Ncq@yRMw~SqC`?Frvi^vQVc84<4l2W)&T)W(ML;y)y
zr@-GxT5pMNA3ZU>WqD%7JdMe-+1Vy@ev*`Oc%9&<0R%8{rRAx)`T@*n_EL1OtN+*c
z8WFCnyc{R@LE8Wf>%D&Y{TG$@W$5lL4q}|IeE9;-ceXBEsM^0~)ulKL2KP^wCR+%f
zUCXt8yBJerWX>G65Jr$TR+kcBs$%~|hlZ^lXs>ol1mN)6u-^P=%dO>nH7~48U-2D-
zA$LEt+Rz6Q+;1tx7e9R8_I%}L!y$4wJG(88z0*DHm$U=C>Jz;Jf8@a?&Fp4=H2tg|
Z$G;w}gww(;|K0!q002ovPDHLkV1hTc*t`G$

literal 0
HcmV?d00001

diff --git a/static/leaflet-measure/assets/trash.png b/static/leaflet-measure/assets/trash.png
new file mode 100755
index 0000000000000000000000000000000000000000..7ff478a456103bbf4b4d6334c8a63a5012172b51
GIT binary patch
literal 279
zcmeAS@N?(olHy`uVBq!ia0vp^+(693!3HF^taP6Tq*#ibJVQ8upoSx*1IXtr@Q5r1
zsuKobMuu5)B!GfDJzX3_G$tmeI4~7vE`M%pV4!y3$N&F-XK$|Pi`42lpAo-*ersc6
zqvJcy`C7`4?>pbG_<v&U%k979f+~6@Kh{3&EaoQm`nQn$d!SYWgJVnP{5p8#$dPjn
z0)Kw9ZvA(rzUEZIC!Z5d8&@u0z44+!!=f1zCvIew?hQ3mbkINgUvkxkOCDMhk1zTC
z_4c+t+<JD)k|oM}3N_Q~K*ntV;(zH07PimXnGY}DvBg-T>%T+JjAI859AIG3tg#ok
Tr1ob$&=U-vu6{1-oD!M<I|gsA

literal 0
HcmV?d00001

diff --git a/static/leaflet-measure/assets/trash.svg b/static/leaflet-measure/assets/trash.svg
new file mode 100644
index 0000000..a859615
--- /dev/null
+++ b/static/leaflet-measure/assets/trash.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg width="22px" height="24px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 22 24">
+  <path fill="#5E66CC" d="M8,9.5L8,18.5C8,18.646 7.953,18.7657 7.859,18.859C7.765,18.9523 7.64533,18.9993 7.5,19L6.5,19C6.354,19 6.23433,18.953 6.141,18.859C6.04767,18.765 6.00067,18.6453 6,18.5L6,9.5C6,9.354 6.047,9.23433 6.141,9.141C6.235,9.04767 6.35467,9.00067 6.5,9L7.5,9C7.646,9 7.76567,9.047 7.859,9.141C7.95233,9.235 7.99933,9.35467 8,9.5ZM12,9.5L12,18.5C12,18.646 11.953,18.7657 11.859,18.859C11.765,18.9523 11.6453,18.9993 11.5,19L10.5,19C10.354,19 10.2343,18.953 10.141,18.859C10.0477,18.765 10.0007,18.6453 10,18.5L10,9.5C10,9.354 10.047,9.23433 10.141,9.141C10.235,9.04767 10.3547,9.00067 10.5,9L11.5,9C11.646,9 11.7657,9.047 11.859,9.141C11.9523,9.235 11.9993,9.35467 12,9.5ZM16,9.5L16,18.5C16,18.646 15.953,18.7657 15.859,18.859C15.765,18.9523 15.6453,18.9993 15.5,19L14.5,19C14.354,19 14.2343,18.953 14.141,18.859C14.0477,18.765 14.0007,18.6453 14,18.5L14,9.5C14,9.354 14.047,9.23433 14.141,9.141C14.235,9.04767 14.3547,9.00067 14.5,9L15.5,9C15.646,9 15.7657,9.047 15.859,9.141C15.9523,9.235 15.9993,9.35467 16,9.5ZM18,20.813L18,6.001L4,6.001L4,20.813C4,21.0423 4.03633,21.2533 4.109,21.446C4.18167,21.6387 4.25733,21.7793 4.336,21.868C4.41467,21.9567 4.46933,22.001 4.5,22.001L17.5,22.001C17.5313,22.001 17.586,21.9567 17.664,21.868C17.742,21.7793 17.8177,21.6387 17.891,21.446C17.9643,21.2533 18.0007,21.0423 18,20.813ZM7.5,4L14.5,4L13.75,2.172C13.6773,2.078 13.5887,2.02067 13.484,2L8.531,2C8.427,2.02067 8.33833,2.078 8.265,2.172ZM22,4.5L22,5.5C22,5.646 21.953,5.76567 21.859,5.859C21.765,5.95233 21.6453,5.99933 21.5,6L20,6L20,20.812C20,21.6767 19.7553,22.424 19.266,23.054C18.7767,23.684 18.188,23.999 17.5,23.999L4.5,23.999C3.81267,23.999 3.224,23.6943 2.734,23.085C2.244,22.4757 1.99933,21.7387 2,20.874L2,5.999L0.5,5.999C0.354,5.999 0.234333,5.952 0.141,5.858C0.0476667,5.764 0.000666667,5.64433 2.77556e-17,5.499L2.77556e-17,4.499C2.77556e-17,4.353 0.047,4.23333 0.141,4.14C0.235,4.04667 0.354667,3.99967 0.5,3.999L5.328,3.999L6.422,1.39C6.578,1.00467 6.85933,0.676667 7.266,0.406C7.67267,0.135333 8.084,0 8.5,0L13.5,0C13.9167,0 14.328,0.135333 14.734,0.406C15.14,0.676667 15.4213,1.00467 15.578,1.39L16.672,3.999L21.5,3.999C21.646,3.999 21.7657,4.046 21.859,4.14C21.9523,4.234 21.9993,4.35367 22,4.499Z"/>
+</svg>
\ No newline at end of file
diff --git a/static/leaflet-measure/assets/trash_@2X.png b/static/leaflet-measure/assets/trash_@2X.png
new file mode 100755
index 0000000000000000000000000000000000000000..fea11a8c45611873f568e4ec76ddabc2983a87f3
GIT binary patch
literal 460
zcmV;-0W<!IP)<h;3K|Lk000e1NJLTq000&M000;W1^@s6{=N-M00004b3#c}2nYxW
zd<bNS00009a7bBm000XU000XU0RWnu7ytkPZb?KzR7i>KmAgs<VGxDSKWh>dtwaR{
z8xcgXi~0f)LF<6Ux=k*vrD$m-q_#0uNg>);so)C;W=WYwEVQujf}ln)ml=yBve}F5
zCSsM-of+nv`G;Xw!9(kbtMM>}@=zQDNVR8K09;l<`q4r3*{z<uz+o+vfx@yA3N&K0
z5)$lr)w>imr`5E303nE)$z>OAt$8C=n1+%YW>i!}CiDACFAi`#exg0jjkYzIdKlVP
zO6@{$p36qp+?pFH^9%~B5bWGdyl1SrvC@+$BWZquFyQs1&ctOBLIptmFR=ou{TL%{
zijg*@Q<%Np^D4U4|AY19by-iFZ+^X9eV!eO27`Ft6L+f~xCeI1^Nzv%Aw+fG-Y+<J
zxHufd+tpl!SU&XP`d9f~&Kk>(xeNdsiQ;TftdS_rHxT^ViZxfEgr#sw3cAvyWTefY
z6E`t*Yy$%ku5Ny5;Sn&$h$zstFf%Kn3+}INwPN4M=!UE@YX5ft0000<MNUMnLSTZO
C=fZRV

literal 0
HcmV?d00001

diff --git a/static/leaflet-measure/leaflet-measure.css b/static/leaflet-measure/leaflet-measure.css
new file mode 100644
index 0000000..4cc768f
--- /dev/null
+++ b/static/leaflet-measure/leaflet-measure.css
@@ -0,0 +1 @@
+.leaflet-control-measure h3,.leaflet-measure-resultpopup h3{margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid #ddd}.leaflet-control-measure p,.leaflet-measure-resultpopup p{margin:10px 0 0;line-height:1.5em}.leaflet-control-measure p:first-child,.leaflet-measure-resultpopup p:first-child{margin-top:0}.leaflet-control-measure .tasks,.leaflet-measure-resultpopup .tasks{margin:12px 0 0;padding:10px 0 0;border-top:1px solid #ddd;text-align:right;list-style:none;list-style-image:none}.leaflet-control-measure .tasks li,.leaflet-measure-resultpopup .tasks li{display:inline;margin:0 10px 0 0}.leaflet-control-measure .tasks li:last-child,.leaflet-measure-resultpopup .tasks li:last-child{margin-right:0}.leaflet-control-measure .coorddivider,.leaflet-measure-resultpopup .coorddivider{color:#999}.leaflet-control-measure{max-width:280px;background:#fff}.leaflet-control-measure .leaflet-control-measure-toggle,.leaflet-control-measure .leaflet-control-measure-toggle:hover{background-size:14px 14px;background-image:url(assets/rulers.png);border:0;border-radius:4px;text-indent:100%;white-space:nowrap;overflow:hidden}.leaflet-touch .leaflet-control-measure .leaflet-control-measure-toggle,.leaflet-touch .leaflet-control-measure .leaflet-control-measure-toggle:hover{border-radius:2px}.leaflet-retina .leaflet-control-measure .leaflet-control-measure-toggle,.leaflet-retina .leaflet-control-measure .leaflet-control-measure-toggle:hover{background-image:url(assets/rulers_@2X.png)}.leaflet-touch .leaflet-control-measure .leaflet-control-measure-toggle,.leaflet-touch .leaflet-control-measure .leaflet-control-measure-toggle:hover{background-size:16px 16px}.leaflet-control-measure .startprompt h3{margin-bottom:10px}.leaflet-control-measure .startprompt .tasks{margin-top:0;padding-top:0;border-top:0;text-align:left}.leaflet-control-measure .leaflet-control-measure-interaction{padding:10px 12px}.leaflet-control-measure .results .group{margin-top:10px;padding-top:10px;border-top:1px dotted #eaeaea}.leaflet-control-measure .results .group:first-child{margin-top:0;padding-top:0;border-top:0}.leaflet-control-measure .results .heading{margin-right:5px;color:#999}.leaflet-control-measure a.start{display:inline;width:auto;height:auto;padding-left:20px;margin-right:4px;line-height:1em;border:0;text-align:left;background-image:url("assets/start.png");background-repeat:no-repeat;background-position:0 50%;background-size:12px 12px;color:#5e66cc;text-decoration:none}.leaflet-control-measure a.start,.leaflet-control-measure a.start:hover{background-color:transparent}.leaflet-retina .leaflet-control-measure a.start{background-image:url("assets/start_@2X.png")}.leaflet-control-measure a.start:hover{opacity:.5;text-decoration:none}.leaflet-control-measure a.cancel{display:inline;width:auto;height:auto;padding-left:20px;margin-right:4px;line-height:1em;border:0;text-align:left;background-image:url("assets/cancel.png");background-repeat:no-repeat;background-position:0 50%;background-size:12px 12px;color:#5e66cc;text-decoration:none}.leaflet-control-measure a.cancel,.leaflet-control-measure a.cancel:hover{background-color:transparent}.leaflet-retina .leaflet-control-measure a.cancel{background-image:url("assets/cancel_@2X.png")}.leaflet-control-measure a.cancel:hover{opacity:.5;text-decoration:none}.leaflet-control-measure a.finish{display:inline;width:auto;height:auto;padding-left:20px;margin-right:4px;line-height:1em;border:0;text-align:left;background-image:url("assets/check.png");background-repeat:no-repeat;background-position:0 50%;background-size:12px 12px;color:#5e66cc;text-decoration:none}.leaflet-control-measure a.finish,.leaflet-control-measure a.finish:hover{background-color:transparent}.leaflet-retina .leaflet-control-measure a.finish{background-image:url("assets/check_@2X.png")}.leaflet-control-measure a.finish:hover{opacity:.5;text-decoration:none}.leaflet-measure-resultpopup a.zoomto{display:inline;width:auto;height:auto;padding-left:20px;margin-right:4px;line-height:1em;border:0;text-align:left;background-image:url("assets/focus.png");background-repeat:no-repeat;background-position:0 50%;background-size:12px 12px;color:#5e66cc;text-decoration:none}.leaflet-measure-resultpopup a.zoomto,.leaflet-measure-resultpopup a.zoomto:hover{background-color:transparent}.leaflet-retina .leaflet-measure-resultpopup a.zoomto{background-image:url("assets/focus_@2X.png")}.leaflet-measure-resultpopup a.zoomto:hover{opacity:.5;text-decoration:none}.leaflet-measure-resultpopup a.deletemarkup{display:inline;width:auto;height:auto;padding-left:20px;margin-right:4px;line-height:1em;border:0;text-align:left;background-image:url("assets/trash.png");background-repeat:no-repeat;background-position:0 50%;background-size:12px 12px;color:#5e66cc;text-decoration:none}.leaflet-measure-resultpopup a.deletemarkup,.leaflet-measure-resultpopup a.deletemarkup:hover{background-color:transparent}.leaflet-retina .leaflet-measure-resultpopup a.deletemarkup{background-image:url("assets/trash_@2X.png")}.leaflet-measure-resultpopup a.deletemarkup:hover{opacity:.5;text-decoration:none}
\ No newline at end of file
diff --git a/static/leaflet-measure/leaflet-measure.js b/static/leaflet-measure/leaflet-measure.js
new file mode 100644
index 0000000..d88e170
--- /dev/null
+++ b/static/leaflet-measure/leaflet-measure.js
@@ -0,0 +1 @@
+!function(e){function t(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var r={};t.m=e,t.c=r,t.d=function(e,r,n){t.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:n})},t.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(r,"a",r),r},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="/dist/",t(t.s=28)}([function(e,t,r){function n(e){return null==e?void 0===e?u:a:l&&l in Object(e)?i(e):s(e)}var o=r(4),i=r(38),s=r(39),a="[object Null]",u="[object Undefined]",l=o?o.toStringTag:void 0;e.exports=n},function(e,t){function r(e){return null!=e&&"object"==typeof e}e.exports=r},function(e,t){function r(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}e.exports=r},function(e,t,r){"use strict";function n(e,t,r){if(r=r||{},!h(r))throw new Error("options is invalid");var n=r.bbox,o=r.id;if(void 0===e)throw new Error("geometry is required");if(t&&t.constructor!==Object)throw new Error("properties must be an Object");n&&d(n),o&&m(o);var i={type:"Feature"};return o&&(i.id=o),n&&(i.bbox=n),i.properties=t||{},i.geometry=e,i}function o(e,t,r){if(!e)throw new Error("coordinates is required");if(!Array.isArray(e))throw new Error("coordinates must be an Array");if(e.length<2)throw new Error("coordinates must be at least 2 numbers long");if(!p(e[0])||!p(e[1]))throw new Error("coordinates must contain numbers");return n({type:"Point",coordinates:e},t,r)}function i(e,t,r){if(!e)throw new Error("coordinates is required");for(var o=0;o<e.length;o++){var i=e[o];if(i.length<4)throw new Error("Each LinearRing of a Polygon must have 4 or more Positions.");for(var s=0;s<i[i.length-1].length;s++){if(0===o&&0===s&&!p(i[0][0])||!p(i[0][1]))throw new Error("coordinates must contain numbers");if(i[i.length-1][s]!==i[0][s])throw new Error("First and last Position are not equivalent.")}}return n({type:"Polygon",coordinates:e},t,r)}function s(e,t,r){if(!e)throw new Error("coordinates is required");if(e.length<2)throw new Error("coordinates must be an array of two or more positions");if(!p(e[0][1])||!p(e[0][1]))throw new Error("coordinates must contain numbers");return n({type:"LineString",coordinates:e},t,r)}function a(e,t,r){if(!e)throw new Error("coordinates is required");return n({type:"MultiLineString",coordinates:e},t,r)}function u(e,t,r){if(!e)throw new Error("coordinates is required");return n({type:"MultiPoint",coordinates:e},t,r)}function l(e,t,r){if(!e)throw new Error("coordinates is required");return n({type:"MultiPolygon",coordinates:e},t,r)}function c(e,t){if(void 0===e||null===e)throw new Error("radians is required");if(t&&"string"!=typeof t)throw new Error("units must be a string");var r=y[t||"kilometers"];if(!r)throw new Error(t+" units is invalid");return e*r}function f(e){if(null===e||void 0===e)throw new Error("degrees is required");return e%360*Math.PI/180}function p(e){return!isNaN(e)&&null!==e&&!Array.isArray(e)}function h(e){return!!e&&e.constructor===Object}function d(e){if(!e)throw new Error("bbox is required");if(!Array.isArray(e))throw new Error("bbox must be an Array");if(4!==e.length&&6!==e.length)throw new Error("bbox must be an Array of 4 or 6 numbers");e.forEach(function(e){if(!p(e))throw new Error("bbox must only contain numbers")})}function m(e){if(!e)throw new Error("id is required");if(-1===["string","number"].indexOf(typeof e))throw new Error("id must be a number or a string")}r.d(t,"b",function(){return n}),r.d(t,"f",function(){return o}),r.d(t,"e",function(){return s}),r.d(t,"g",function(){return c}),r.d(t,"a",function(){return f}),r.d(t,"c",function(){return p}),r.d(t,"d",function(){return h});var y={meters:6371008.8,metres:6371008.8,millimeters:6371008800,millimetres:6371008800,centimeters:637100880,centimetres:637100880,kilometers:6371.0088,kilometres:6371.0088,miles:3958.761333810546,nauticalmiles:6371008.8/1852,inches:6371008.8*39.37,yards:6371008.8/1.0936,feet:20902260.511392,radians:1,degrees:6371008.8/111325}},function(e,t,r){var n=r(5),o=n.Symbol;e.exports=o},function(e,t,r){var n=r(11),o="object"==typeof self&&self&&self.Object===Object&&self,i=n||o||Function("return this")();e.exports=i},function(e,t){function r(e,t){return e===t||e!==e&&t!==t}e.exports=r},function(e,t,r){function n(e){return null!=e&&i(e.length)&&!o(e)}var o=r(10),i=r(16);e.exports=n},function(e,t,r){function n(e,t,r){"__proto__"==t&&o?o(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}var o=r(9);e.exports=n},function(e,t,r){var n=r(35),o=function(){try{var e=n(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();e.exports=o},function(e,t,r){function n(e){if(!i(e))return!1;var t=o(e);return t==a||t==u||t==s||t==l}var o=r(0),i=r(2),s="[object AsyncFunction]",a="[object Function]",u="[object GeneratorFunction]",l="[object Proxy]";e.exports=n},function(e,t,r){(function(t){var r="object"==typeof t&&t&&t.Object===Object&&t;e.exports=r}).call(t,r(37))},function(e,t,r){function n(e,t){return s(i(e,t,o),e+"")}var o=r(13),i=r(45),s=r(46);e.exports=n},function(e,t){function r(e){return e}e.exports=r},function(e,t){function r(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)}e.exports=r},function(e,t,r){function n(e,t,r){if(!a(r))return!1;var n=typeof t;return!!("number"==n?i(r)&&s(t,r.length):"string"==n&&t in r)&&o(r[t],e)}var o=r(6),i=r(7),s=r(17),a=r(2);e.exports=n},function(e,t){function r(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=n}var n=9007199254740991;e.exports=r},function(e,t){function r(e,t){var r=typeof e;return!!(t=null==t?n:t)&&("number"==r||"symbol"!=r&&o.test(e))&&e>-1&&e%1==0&&e<t}var n=9007199254740991,o=/^(?:0|[1-9]\d*)$/;e.exports=r},function(e,t,r){function n(e,t){var r=s(e),n=!r&&i(e),c=!r&&!n&&a(e),p=!r&&!n&&!c&&l(e),h=r||n||c||p,d=h?o(e.length,String):[],m=d.length;for(var y in e)!t&&!f.call(e,y)||h&&("length"==y||c&&("offset"==y||"parent"==y)||p&&("buffer"==y||"byteLength"==y||"byteOffset"==y)||u(y,m))||d.push(y);return d}var o=r(51),i=r(52),s=r(19),a=r(54),u=r(17),l=r(56),c=Object.prototype,f=c.hasOwnProperty;e.exports=n},function(e,t){var r=Array.isArray;e.exports=r},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},function(e,t){function r(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||n)}var n=Object.prototype;e.exports=r},function(e,t,r){function n(e){if(!i(e))return!1;var t=o(e);return t==u||t==a||"string"==typeof e.message&&"string"==typeof e.name&&!s(e)}var o=r(0),i=r(1),s=r(63),a="[object DOMException]",u="[object Error]";e.exports=n},function(e,t){function r(e,t){return function(r){return e(t(r))}}e.exports=r},function(e,t){function r(e,t){for(var r=-1,n=null==e?0:e.length,o=Array(n);++r<n;)o[r]=t(e[r],r,e);return o}e.exports=r},function(e,t){var r=/<%=([\s\S]+?)%>/g;e.exports=r},function(e,t,r){function n(e){return null==e?"":o(e)}var o=r(75);e.exports=n},function(e,t,r){"use strict";function n(e,t,r){if(null!==e)for(var o,i,s,a,u,l,c,f,p=0,h=0,d=e.type,m="FeatureCollection"===d,y="Feature"===d,v=m?e.features.length:1,g=0;g<v;g++){c=m?e.features[g].geometry:y?e.geometry:e,f=!!c&&"GeometryCollection"===c.type,u=f?c.geometries.length:1;for(var b=0;b<u;b++){var _=0,j=0;if(null!==(a=f?c.geometries[b]:c)){l=a.coordinates;var x=a.type;switch(p=!r||"Polygon"!==x&&"MultiPolygon"!==x?0:1,x){case null:break;case"Point":if(!1===t(l,h,g,_,j))return!1;h++,_++;break;case"LineString":case"MultiPoint":for(o=0;o<l.length;o++){if(!1===t(l[o],h,g,_,j))return!1;h++,"MultiPoint"===x&&_++}"LineString"===x&&_++;break;case"Polygon":case"MultiLineString":for(o=0;o<l.length;o++){for(i=0;i<l[o].length-p;i++){if(!1===t(l[o][i],h,g,_,j))return!1;h++}"MultiLineString"===x&&_++,"Polygon"===x&&j++}"Polygon"===x&&_++;break;case"MultiPolygon":for(o=0;o<l.length;o++){for("MultiPolygon"===x&&(j=0),i=0;i<l[o].length;i++){for(s=0;s<l[o][i].length-p;s++){if(!1===t(l[o][i][s],h,g,_,j))return!1;h++}j++}_++}break;case"GeometryCollection":for(o=0;o<a.geometries.length;o++)if(!1===n(a.geometries[o],t,r))return!1;break;default:throw new Error("Unknown Geometry Type")}}}}}function o(e,t){var r,n,o,i,s,a,u,l,c,f,p=0,h="FeatureCollection"===e.type,d="Feature"===e.type,m=h?e.features.length:1;for(r=0;r<m;r++){for(a=h?e.features[r].geometry:d?e.geometry:e,l=h?e.features[r].properties:d?e.properties:{},c=h?e.features[r].bbox:d?e.bbox:void 0,f=h?e.features[r].id:d?e.id:void 0,u=!!a&&"GeometryCollection"===a.type,s=u?a.geometries.length:1,o=0;o<s;o++)if(null!==(i=u?a.geometries[o]:a))switch(i.type){case"Point":case"LineString":case"MultiPoint":case"Polygon":case"MultiLineString":case"MultiPolygon":if(!1===t(i,p,l,c,f))return!1;break;case"GeometryCollection":for(n=0;n<i.geometries.length;n++)if(!1===t(i.geometries[n],p,l,c,f))return!1;break;default:throw new Error("Unknown Geometry Type")}else if(!1===t(null,p,l,c,f))return!1;p++}}function i(e,t,r){var n=r;return o(e,function(e,o,i,s,a){n=0===o&&void 0===r?e:t(n,e,o,i,s,a)}),n}function s(e,t){o(e,function(e,r,n,o,i){var s=null===e?null:e.type;switch(s){case null:case"Point":case"LineString":case"Polygon":if(!1===t(Object(l.b)(e,n,{bbox:o,id:i}),r,0))return!1;return}var a;switch(s){case"MultiPoint":a="Point";break;case"MultiLineString":a="LineString";break;case"MultiPolygon":a="Polygon"}for(var u=0;u<e.coordinates.length;u++){var c=e.coordinates[u],f={type:a,coordinates:c};if(!1===t(Object(l.b)(f,n),r,u))return!1}})}function a(e,t){s(e,function(e,r,o){var i=0;if(e.geometry){var s=e.geometry.type;if("Point"!==s&&"MultiPoint"!==s){var a;return!1!==n(e,function(n,s,u,c,f){if(void 0===a)return void(a=n);var p=Object(l.e)([a,n],e.properties);if(!1===t(p,r,o,f,i))return!1;i++,a=n})&&void 0}}})}function u(e,t,r){var n=r,o=!1;return a(e,function(e,i,s,a,u){n=!1===o&&void 0===r?e:t(n,e,i,s,a,u),o=!0}),n}r.d(t,"a",function(){return i}),r.d(t,"b",function(){return u});var l=r(3)},function(e,t,r){e.exports=r(29)},function(e,t,r){"use strict";function n(e){return e&&e.__esModule?e:{default:e}}r(30);var o=r(31),i=n(o),s=r(79),a=n(s),u=r(80),l=n(u),c=r(85),f=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t}(c),p=r(86),h=n(p),d=r(87),m=r(88),y={imports:{numberFormat:d.numberFormat},interpolate:/{{([\s\S]+?)}}/g},v=(0,i.default)(m.controlTemplate,y),g=(0,i.default)(m.resultsTemplate,y),b=(0,i.default)(m.pointPopupTemplate,y),_=(0,i.default)(m.linePopupTemplate,y),j=(0,i.default)(m.areaPopupTemplate,y);L.Control.Measure=L.Control.extend({_className:"leaflet-control-measure",options:{units:{},position:"topright",primaryLengthUnit:"feet",secondaryLengthUnit:"miles",primaryAreaUnit:"acres",activeColor:"#ABE67E",completedColor:"#C8F2BE",captureZIndex:1e4,popupOptions:{className:"leaflet-measure-resultpopup",autoPanPadding:[10,10]}},initialize:function(e){L.setOptions(this,e);var t=this.options,r=t.activeColor,n=t.completedColor;this._symbols=new h.default({activeColor:r,completedColor:n}),this.options.units=L.extend({},a.default,this.options.units)},onAdd:function(e){return this._map=e,this._latlngs=[],this._initLayout(),e.on("click",this._collapse,this),this._layer=L.layerGroup().addTo(e),this._container},onRemove:function(e){e.off("click",this._collapse,this),e.removeLayer(this._layer)},_initLayout:function(){var e=this._className,t=this._container=L.DomUtil.create("div",e+" leaflet-bar");t.innerHTML=v({model:{className:e}}),t.setAttribute("aria-haspopup",!0),L.DomEvent.disableClickPropagation(t),L.DomEvent.disableScrollPropagation(t);var r=this.$toggle=(0,c.selectOne)(".js-toggle",t);this.$interaction=(0,c.selectOne)(".js-interaction",t);var n=(0,c.selectOne)(".js-start",t),o=(0,c.selectOne)(".js-cancel",t),i=(0,c.selectOne)(".js-finish",t);this.$startPrompt=(0,c.selectOne)(".js-startprompt",t),this.$measuringPrompt=(0,c.selectOne)(".js-measuringprompt",t),this.$startHelp=(0,c.selectOne)(".js-starthelp",t),this.$results=(0,c.selectOne)(".js-results",t),this.$measureTasks=(0,c.selectOne)(".js-measuretasks",t),this._collapse(),this._updateMeasureNotStarted(),L.Browser.android||(L.DomEvent.on(t,"mouseenter",this._expand,this),L.DomEvent.on(t,"mouseleave",this._collapse,this)),L.DomEvent.on(r,"click",L.DomEvent.stop),L.Browser.touch?L.DomEvent.on(r,"click",this._expand,this):L.DomEvent.on(r,"focus",this._expand,this),L.DomEvent.on(n,"click",L.DomEvent.stop),L.DomEvent.on(n,"click",this._startMeasure,this),L.DomEvent.on(o,"click",L.DomEvent.stop),L.DomEvent.on(o,"click",this._finishMeasure,this),L.DomEvent.on(i,"click",L.DomEvent.stop),L.DomEvent.on(i,"click",this._handleMeasureDoubleClick,this)},_expand:function(){f.hide(this.$toggle),f.show(this.$interaction)},_collapse:function(){this._locked||(f.hide(this.$interaction),f.show(this.$toggle))},_updateMeasureNotStarted:function(){f.hide(this.$startHelp),f.hide(this.$results),f.hide(this.$measureTasks),f.hide(this.$measuringPrompt),f.show(this.$startPrompt)},_updateMeasureStartedNoPoints:function(){f.hide(this.$results),f.show(this.$startHelp),f.show(this.$measureTasks),f.hide(this.$startPrompt),f.show(this.$measuringPrompt)},_updateMeasureStartedWithPoints:function(){f.hide(this.$startHelp),f.show(this.$results),f.show(this.$measureTasks),f.hide(this.$startPrompt),f.show(this.$measuringPrompt)},_startMeasure:function(){this._locked=!0,this._measureVertexes=L.featureGroup().addTo(this._layer),this._captureMarker=L.marker(this._map.getCenter(),{clickable:!0,zIndexOffset:this.options.captureZIndex,opacity:0}).addTo(this._layer),this._setCaptureMarkerIcon(),this._captureMarker.on("mouseout",this._handleMapMouseOut,this).on("dblclick",this._handleMeasureDoubleClick,this).on("click",this._handleMeasureClick,this),this._map.on("mousemove",this._handleMeasureMove,this).on("mouseout",this._handleMapMouseOut,this).on("move",this._centerCaptureMarker,this).on("resize",this._setCaptureMarkerIcon,this),L.DomEvent.on(this._container,"mouseenter",this._handleMapMouseOut,this),this._updateMeasureStartedNoPoints(),this._map.fire("measurestart",null,!1)},_finishMeasure:function(){var e=L.extend({},this._resultsModel,{points:this._latlngs});this._locked=!1,L.DomEvent.off(this._container,"mouseover",this._handleMapMouseOut,this),this._clearMeasure(),this._captureMarker.off("mouseout",this._handleMapMouseOut,this).off("dblclick",this._handleMeasureDoubleClick,this).off("click",this._handleMeasureClick,this),this._map.off("mousemove",this._handleMeasureMove,this).off("mouseout",this._handleMapMouseOut,this).off("move",this._centerCaptureMarker,this).off("resize",this._setCaptureMarkerIcon,this),this._layer.removeLayer(this._measureVertexes).removeLayer(this._captureMarker),this._measureVertexes=null,this._updateMeasureNotStarted(),this._collapse(),this._map.fire("measurefinish",e,!1)},_clearMeasure:function(){this._latlngs=[],this._resultsModel=null,this._measureVertexes.clearLayers(),this._measureDrag&&this._layer.removeLayer(this._measureDrag),this._measureArea&&this._layer.removeLayer(this._measureArea),this._measureBoundary&&this._layer.removeLayer(this._measureBoundary),this._measureDrag=null,this._measureArea=null,this._measureBoundary=null},_centerCaptureMarker:function(){this._captureMarker.setLatLng(this._map.getCenter())},_setCaptureMarkerIcon:function(){this._captureMarker.setIcon(L.divIcon({iconSize:this._map.getSize().multiplyBy(2)}))},_getMeasurementDisplayStrings:function(e){function t(e,t,o,i,s){if(t&&n[t]){var a=r(e,n[t],i,s);if(o&&n[o]){a=a+" ("+r(e,n[o],i,s)+")"}return a}return r(e,null,i,s)}function r(e,t,r,n){var o={acres:"Acres",feet:"Feet",kilometers:"Kilometers",hectares:"Hectares",meters:"Meters",miles:"Miles",sqfeet:"Sq Feet",sqmeters:"Sq Meters",sqmiles:"Sq Miles"},i=L.extend({factor:1,decimals:0},t);return[(0,d.numberFormat)(e*i.factor,i.decimals,r||".",n||","),o[i.display]||i.display].join(" ")}var n=this.options.units;return{lengthDisplay:t(e.length,this.options.primaryLengthUnit,this.options.secondaryLengthUnit,this.options.decPoint,this.options.thousandsSep),areaDisplay:t(e.area,this.options.primaryAreaUnit,this.options.secondaryAreaUnit,this.options.decPoint,this.options.thousandsSep)}},_updateResults:function(){var e=(0,l.default)(this._latlngs),t=this._resultsModel=L.extend({},e,this._getMeasurementDisplayStrings(e),{pointCount:this._latlngs.length});this.$results.innerHTML=g({model:t})},_handleMeasureMove:function(e){this._measureDrag?this._measureDrag.setLatLng(e.latlng):this._measureDrag=L.circleMarker(e.latlng,this._symbols.getSymbol("measureDrag")).addTo(this._layer),this._measureDrag.bringToFront()},_handleMeasureDoubleClick:function(){var e=this._latlngs,t=void 0,r=void 0;if(this._finishMeasure(),e.length){e.length>2&&e.push(e[0]);var n=(0,l.default)(e);1===e.length?(t=L.circleMarker(e[0],this._symbols.getSymbol("resultPoint")),r=b({model:n})):2===e.length?(t=L.polyline(e,this._symbols.getSymbol("resultLine")),r=_({model:L.extend({},n,this._getMeasurementDisplayStrings(n))})):(t=L.polygon(e,this._symbols.getSymbol("resultArea")),r=j({model:L.extend({},n,this._getMeasurementDisplayStrings(n))}));var o=L.DomUtil.create("div","");o.innerHTML=r;var i=(0,c.selectOne)(".js-zoomto",o);i&&(L.DomEvent.on(i,"click",L.DomEvent.stop),L.DomEvent.on(i,"click",function(){t.getBounds?this._map.fitBounds(t.getBounds(),{padding:[20,20],maxZoom:17}):t.getLatLng&&this._map.panTo(t.getLatLng())},this));var s=(0,c.selectOne)(".js-deletemarkup",o);s&&(L.DomEvent.on(s,"click",L.DomEvent.stop),L.DomEvent.on(s,"click",function(){this._layer.removeLayer(t)},this)),t.addTo(this._layer),t.bindPopup(o,this.options.popupOptions),t.getBounds?t.openPopup(t.getBounds().getCenter()):t.getLatLng&&t.openPopup(t.getLatLng())}},_handleMeasureClick:function(e){var t=this._map.mouseEventToLatLng(e.originalEvent),r=this._latlngs[this._latlngs.length-1],n=this._symbols.getSymbol("measureVertex");r&&t.equals(r)||(this._latlngs.push(t),this._addMeasureArea(this._latlngs),this._addMeasureBoundary(this._latlngs),this._measureVertexes.eachLayer(function(e){e.setStyle(n),e._path.setAttribute("class",n.className)}),this._addNewVertex(t),this._measureBoundary&&this._measureBoundary.bringToFront(),this._measureVertexes.bringToFront()),this._updateResults(),this._updateMeasureStartedWithPoints()},_handleMapMouseOut:function(){this._measureDrag&&(this._layer.removeLayer(this._measureDrag),this._measureDrag=null)},_addNewVertex:function(e){L.circleMarker(e,this._symbols.getSymbol("measureVertexActive")).addTo(this._measureVertexes)},_addMeasureArea:function(e){if(e.length<3)return void(this._measureArea&&(this._layer.removeLayer(this._measureArea),this._measureArea=null));this._measureArea?this._measureArea.setLatLngs(e):this._measureArea=L.polygon(e,this._symbols.getSymbol("measureArea")).addTo(this._layer)},_addMeasureBoundary:function(e){if(e.length<2)return void(this._measureBoundary&&(this._layer.removeLayer(this._measureBoundary),this._measureBoundary=null));this._measureBoundary?this._measureBoundary.setLatLngs(e):this._measureBoundary=L.polyline(e,this._symbols.getSymbol("measureBoundary")).addTo(this._layer)}}),L.Map.mergeOptions({measureControl:!1}),L.Map.addInitHook(function(){this.options.measureControl&&(this.measureControl=(new L.Control.Measure).addTo(this))}),L.control.measure=function(e){return new L.Control.Measure(e)}},function(e,t){},function(e,t,r){function n(e,t,r){var n=h.imports._.templateSettings||h;r&&c(e,t,r)&&(t=void 0),e=d(e),t=o({},t,n,a);var j,x,M=o({},t.imports,n.imports,a),w=f(M),L=s(M,w),O=0,P=t.interpolate||b,k="__p += '",C=RegExp((t.escape||b).source+"|"+P.source+"|"+(P===p?g:b).source+"|"+(t.evaluate||b).source+"|$","g"),E="sourceURL"in t?"//# sourceURL="+t.sourceURL+"\n":"";e.replace(C,function(t,r,n,o,i,s){return n||(n=o),k+=e.slice(O,s).replace(_,u),r&&(j=!0,k+="' +\n__e("+r+") +\n'"),i&&(x=!0,k+="';\n"+i+";\n__p += '"),n&&(k+="' +\n((__t = ("+n+")) == null ? '' : __t) +\n'"),O=s+t.length,t}),k+="';\n";var S=t.variable;S||(k="with (obj) {\n"+k+"\n}\n"),k=(x?k.replace(m,""):k).replace(y,"$1").replace(v,"$1;"),k="function("+(S||"obj")+") {\n"+(S?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(j?", __e = _.escape":"")+(x?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+k+"return __p\n}";var A=i(function(){return Function(w,E+"return "+k).apply(void 0,L)});if(A.source=k,l(A))throw A;return A}var o=r(32),i=r(62),s=r(65),a=r(66),u=r(67),l=r(22),c=r(15),f=r(68),p=r(25),h=r(71),d=r(26),m=/\b__p \+= '';/g,y=/\b(__p \+=) '' \+/g,v=/(__e\(.*?\)|\b__t\)) \+\n'';/g,g=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,b=/($^)/,_=/['\n\r\u2028\u2029\\]/g;e.exports=n},function(e,t,r){var n=r(33),o=r(44),i=r(50),s=o(function(e,t,r,o){n(t,i(t),e,o)});e.exports=s},function(e,t,r){function n(e,t,r,n){var s=!r;r||(r={});for(var a=-1,u=t.length;++a<u;){var l=t[a],c=n?n(r[l],e[l],l,r,e):void 0;void 0===c&&(c=e[l]),s?i(r,l,c):o(r,l,c)}return r}var o=r(34),i=r(8);e.exports=n},function(e,t,r){function n(e,t,r){var n=e[t];a.call(e,t)&&i(n,r)&&(void 0!==r||t in e)||o(e,t,r)}var o=r(8),i=r(6),s=Object.prototype,a=s.hasOwnProperty;e.exports=n},function(e,t,r){function n(e,t){var r=i(e,t);return o(r)?r:void 0}var o=r(36),i=r(43);e.exports=n},function(e,t,r){function n(e){return!(!s(e)||i(e))&&(o(e)?d:l).test(a(e))}var o=r(10),i=r(40),s=r(2),a=r(42),u=/[\\^$.*+?()[\]{}|]/g,l=/^\[object .+?Constructor\]$/,c=Function.prototype,f=Object.prototype,p=c.toString,h=f.hasOwnProperty,d=RegExp("^"+p.call(h).replace(u,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=n},function(e,t){var r;r=function(){return this}();try{r=r||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(r=window)}e.exports=r},function(e,t,r){function n(e){var t=s.call(e,u),r=e[u];try{e[u]=void 0;var n=!0}catch(e){}var o=a.call(e);return n&&(t?e[u]=r:delete e[u]),o}var o=r(4),i=Object.prototype,s=i.hasOwnProperty,a=i.toString,u=o?o.toStringTag:void 0;e.exports=n},function(e,t){function r(e){return o.call(e)}var n=Object.prototype,o=n.toString;e.exports=r},function(e,t,r){function n(e){return!!i&&i in e}var o=r(41),i=function(){var e=/[^.]+$/.exec(o&&o.keys&&o.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();e.exports=n},function(e,t,r){var n=r(5),o=n["__core-js_shared__"];e.exports=o},function(e,t){function r(e){if(null!=e){try{return o.call(e)}catch(e){}try{return e+""}catch(e){}}return""}var n=Function.prototype,o=n.toString;e.exports=r},function(e,t){function r(e,t){return null==e?void 0:e[t]}e.exports=r},function(e,t,r){function n(e){return o(function(t,r){var n=-1,o=r.length,s=o>1?r[o-1]:void 0,a=o>2?r[2]:void 0;for(s=e.length>3&&"function"==typeof s?(o--,s):void 0,a&&i(r[0],r[1],a)&&(s=o<3?void 0:s,o=1),t=Object(t);++n<o;){var u=r[n];u&&e(t,u,n,s)}return t})}var o=r(12),i=r(15);e.exports=n},function(e,t,r){function n(e,t,r){return t=i(void 0===t?e.length-1:t,0),function(){for(var n=arguments,s=-1,a=i(n.length-t,0),u=Array(a);++s<a;)u[s]=n[t+s];s=-1;for(var l=Array(t+1);++s<t;)l[s]=n[s];return l[t]=r(u),o(e,this,l)}}var o=r(14),i=Math.max;e.exports=n},function(e,t,r){var n=r(47),o=r(49),i=o(n);e.exports=i},function(e,t,r){var n=r(48),o=r(9),i=r(13),s=o?function(e,t){return o(e,"toString",{configurable:!0,enumerable:!1,value:n(t),writable:!0})}:i;e.exports=s},function(e,t){function r(e){return function(){return e}}e.exports=r},function(e,t){function r(e){var t=0,r=0;return function(){var s=i(),a=o-(s-r);if(r=s,a>0){if(++t>=n)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}var n=800,o=16,i=Date.now;e.exports=r},function(e,t,r){function n(e){return s(e)?o(e,!0):i(e)}var o=r(18),i=r(60),s=r(7);e.exports=n},function(e,t){function r(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}e.exports=r},function(e,t,r){var n=r(53),o=r(1),i=Object.prototype,s=i.hasOwnProperty,a=i.propertyIsEnumerable,u=n(function(){return arguments}())?n:function(e){return o(e)&&s.call(e,"callee")&&!a.call(e,"callee")};e.exports=u},function(e,t,r){function n(e){return i(e)&&o(e)==s}var o=r(0),i=r(1),s="[object Arguments]";e.exports=n},function(e,t,r){(function(e){var n=r(5),o=r(55),i="object"==typeof t&&t&&!t.nodeType&&t,s=i&&"object"==typeof e&&e&&!e.nodeType&&e,a=s&&s.exports===i,u=a?n.Buffer:void 0,l=u?u.isBuffer:void 0,c=l||o;e.exports=c}).call(t,r(20)(e))},function(e,t){function r(){return!1}e.exports=r},function(e,t,r){var n=r(57),o=r(58),i=r(59),s=i&&i.isTypedArray,a=s?o(s):n;e.exports=a},function(e,t,r){function n(e){return s(e)&&i(e.length)&&!!a[o(e)]}var o=r(0),i=r(16),s=r(1),a={};a["[object Float32Array]"]=a["[object Float64Array]"]=a["[object Int8Array]"]=a["[object Int16Array]"]=a["[object Int32Array]"]=a["[object Uint8Array]"]=a["[object Uint8ClampedArray]"]=a["[object Uint16Array]"]=a["[object Uint32Array]"]=!0,a["[object Arguments]"]=a["[object Array]"]=a["[object ArrayBuffer]"]=a["[object Boolean]"]=a["[object DataView]"]=a["[object Date]"]=a["[object Error]"]=a["[object Function]"]=a["[object Map]"]=a["[object Number]"]=a["[object Object]"]=a["[object RegExp]"]=a["[object Set]"]=a["[object String]"]=a["[object WeakMap]"]=!1,e.exports=n},function(e,t){function r(e){return function(t){return e(t)}}e.exports=r},function(e,t,r){(function(e){var n=r(11),o="object"==typeof t&&t&&!t.nodeType&&t,i=o&&"object"==typeof e&&e&&!e.nodeType&&e,s=i&&i.exports===o,a=s&&n.process,u=function(){try{return a&&a.binding&&a.binding("util")}catch(e){}}();e.exports=u}).call(t,r(20)(e))},function(e,t,r){function n(e){if(!o(e))return s(e);var t=i(e),r=[];for(var n in e)("constructor"!=n||!t&&u.call(e,n))&&r.push(n);return r}var o=r(2),i=r(21),s=r(61),a=Object.prototype,u=a.hasOwnProperty;e.exports=n},function(e,t){function r(e){var t=[];if(null!=e)for(var r in Object(e))t.push(r);return t}e.exports=r},function(e,t,r){var n=r(14),o=r(12),i=r(22),s=o(function(e,t){try{return n(e,void 0,t)}catch(e){return i(e)?e:new Error(e)}});e.exports=s},function(e,t,r){function n(e){if(!s(e)||o(e)!=a)return!1;var t=i(e);if(null===t)return!0;var r=f.call(t,"constructor")&&t.constructor;return"function"==typeof r&&r instanceof r&&c.call(r)==p}var o=r(0),i=r(64),s=r(1),a="[object Object]",u=Function.prototype,l=Object.prototype,c=u.toString,f=l.hasOwnProperty,p=c.call(Object);e.exports=n},function(e,t,r){var n=r(23),o=n(Object.getPrototypeOf,Object);e.exports=o},function(e,t,r){function n(e,t){return o(t,function(t){return e[t]})}var o=r(24);e.exports=n},function(e,t,r){function n(e,t,r,n){return void 0===e||o(e,i[r])&&!s.call(n,r)?t:e}var o=r(6),i=Object.prototype,s=i.hasOwnProperty;e.exports=n},function(e,t){function r(e){return"\\"+n[e]}var n={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"};e.exports=r},function(e,t,r){function n(e){return s(e)?o(e):i(e)}var o=r(18),i=r(69),s=r(7);e.exports=n},function(e,t,r){function n(e){if(!o(e))return i(e);var t=[];for(var r in Object(e))a.call(e,r)&&"constructor"!=r&&t.push(r);return t}var o=r(21),i=r(70),s=Object.prototype,a=s.hasOwnProperty;e.exports=n},function(e,t,r){var n=r(23),o=n(Object.keys,Object);e.exports=o},function(e,t,r){var n=r(72),o=r(77),i=r(78),s=r(25),a={escape:o,evaluate:i,interpolate:s,variable:"",imports:{_:{escape:n}}};e.exports=a},function(e,t,r){function n(e){return e=i(e),e&&a.test(e)?e.replace(s,o):e}var o=r(73),i=r(26),s=/[&<>"']/g,a=RegExp(s.source);e.exports=n},function(e,t,r){var n=r(74),o={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},i=n(o);e.exports=i},function(e,t){function r(e){return function(t){return null==e?void 0:e[t]}}e.exports=r},function(e,t,r){function n(e){if("string"==typeof e)return e;if(s(e))return i(e,n)+"";if(a(e))return c?c.call(e):"";var t=e+"";return"0"==t&&1/e==-u?"-0":t}var o=r(4),i=r(24),s=r(19),a=r(76),u=1/0,l=o?o.prototype:void 0,c=l?l.toString:void 0;e.exports=n},function(e,t,r){function n(e){return"symbol"==typeof e||i(e)&&o(e)==s}var o=r(0),i=r(1),s="[object Symbol]";e.exports=n},function(e,t){var r=/<%-([\s\S]+?)%>/g;e.exports=r},function(e,t){var r=/<%([\s\S]+?)%>/g;e.exports=r},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={acres:{factor:24711e-8,display:"acres",decimals:2},feet:{factor:3.2808,display:"feet",decimals:0},kilometers:{factor:.001,display:"kilometers",decimals:2},hectares:{factor:1e-4,display:"hectares",decimals:2},meters:{factor:1,display:"meters",decimals:0},miles:{factor:3.2808/5280,display:"miles",decimals:2},sqfeet:{factor:10.7639,display:"sqfeet",decimals:0},sqmeters:{factor:1,display:"sqmeters",decimals:0},sqmiles:{factor:3.86102e-7,display:"sqmiles",decimals:2}}},function(e,t,r){"use strict";function n(e){return e&&e.__esModule?e:{default:e}}function o(e){return e<10?"0"+e.toString():e.toString()}function i(e,t,r){var n=Math.abs(e),i=Math.floor(n),s=Math.floor(60*(n-i)),a=Math.round(3600*(n-i-s/60)*100)/100,u=n===e?t:r;return o(i)+"&deg; "+o(s)+"' "+o(a)+'" '+u}function s(e){var t=e[e.length-1],r=e.map(function(e){return[e.lat,e.lng]}),n=L.polyline(r),o=L.polygon(r),s=1e3*(0,u.default)(n.toGeoJSON(),{units:"kilometers"}),a=(0,c.default)(o.toGeoJSON());return{lastCoord:{dd:{x:t.lng,y:t.lat},dms:{x:i(t.lng,"E","W"),y:i(t.lat,"N","S")}},length:s,area:a}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=s;var a=r(81),u=n(a),l=r(84),c=n(l)},function(e,t,r){"use strict";function n(e,t){if(t=t||{},!Object(s.d)(t))throw new Error("options is invalid");if(!e)throw new Error("geojson is required");return Object(i.b)(e,function(e,r){var n=r.geometry.coordinates;return e+Object(o.a)(n[0],n[1],t)},0)}Object.defineProperty(t,"__esModule",{value:!0});var o=r(82),i=r(27),s=r(3);t.default=n},function(e,t,r){"use strict";function n(e,t,r){if(r=r||{},!Object(i.d)(r))throw new Error("options is invalid");var n=r.units,s=Object(o.a)(e),a=Object(o.a)(t),u=Object(i.a)(a[1]-s[1]),l=Object(i.a)(a[0]-s[0]),c=Object(i.a)(s[1]),f=Object(i.a)(a[1]),p=Math.pow(Math.sin(u/2),2)+Math.pow(Math.sin(l/2),2)*Math.cos(c)*Math.cos(f);return Object(i.g)(2*Math.atan2(Math.sqrt(p),Math.sqrt(1-p)),n)}var o=r(83),i=r(3);t.a=n},function(e,t,r){"use strict";function n(e){if(!e)throw new Error("coord is required");if("Feature"===e.type&&null!==e.geometry&&"Point"===e.geometry.type)return e.geometry.coordinates;if("Point"===e.type)return e.coordinates;if(Array.isArray(e)&&e.length>=2&&void 0===e[0].length&&void 0===e[1].length)return e;throw new Error("coord must be GeoJSON Point or an Array of numbers")}r.d(t,"a",function(){return n});r(3)},function(e,t,r){"use strict";function n(e){return Object(u.a)(e,function(e,t){return e+o(t)},0)}function o(e){var t,r=0;switch(e.type){case"Polygon":return i(e.coordinates);case"MultiPolygon":for(t=0;t<e.coordinates.length;t++)r+=i(e.coordinates[t]);return r;case"Point":case"MultiPoint":case"LineString":case"MultiLineString":return 0;case"GeometryCollection":for(t=0;t<e.geometries.length;t++)r+=o(e.geometries[t]);return r}}function i(e){var t=0;if(e&&e.length>0){t+=Math.abs(s(e[0]));for(var r=1;r<e.length;r++)t-=Math.abs(s(e[r]))}return t}function s(e){var t,r,n,o,i,s,u,c=0,f=e.length;if(f>2){for(u=0;u<f;u++)u===f-2?(o=f-2,i=f-1,s=0):u===f-1?(o=f-1,i=0,s=1):(o=u,i=u+1,s=u+2),t=e[o],r=e[i],n=e[s],c+=(a(n[0])-a(t[0]))*Math.sin(a(r[1]));c=c*l*l/2}return c}function a(e){return e*Math.PI/180}Object.defineProperty(t,"__esModule",{value:!0});var u=r(27),l=6378137;t.default=n},function(e,t,r){"use strict";function n(e,t){return t||(t=document),t.querySelector(e)}function o(e,t){return t||(t=document),Array.prototype.slice.call(t.querySelectorAll(e))}function i(e){if(e)return e.setAttribute("style","display:none;"),e}function s(e){if(e)return e.removeAttribute("style"),e}Object.defineProperty(t,"__esModule",{value:!0}),t.selectOne=n,t.selectAll=o,t.hide=i,t.show=s},function(e,t,r){"use strict";function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0});var o=function(){function e(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(t,r,n){return r&&e(t.prototype,r),n&&e(t,n),t}}(),i={activeColor:"#ABE67E",completedColor:"#C8F2BE"},s=function(){function e(t){n(this,e),this._options=L.extend({},i,this._options,t)}return o(e,[{key:"getSymbol",value:function(e){return{measureDrag:{clickable:!1,radius:4,color:this._options.activeColor,weight:2,opacity:.7,fillColor:this._options.activeColor,fillOpacity:.5,className:"layer-measuredrag"},measureArea:{clickable:!1,stroke:!1,fillColor:this._options.activeColor,fillOpacity:.2,className:"layer-measurearea"},measureBoundary:{clickable:!1,color:this._options.activeColor,weight:2,opacity:.9,fill:!1,className:"layer-measureboundary"},measureVertex:{clickable:!1,radius:4,color:this._options.activeColor,weight:2,opacity:1,fillColor:this._options.activeColor,fillOpacity:.7,className:"layer-measurevertex"},measureVertexActive:{clickable:!1,radius:4,color:this._options.activeColor,weight:2,opacity:1,fillColor:this._options.activeColor,fillOpacity:1,className:"layer-measurevertex active"},resultArea:{clickable:!0,color:this._options.completedColor,weight:2,opacity:.9,fillColor:this._options.completedColor,fillOpacity:.2,className:"layer-measure-resultarea"},resultLine:{clickable:!0,color:this._options.completedColor,weight:3,opacity:.9,fill:!1,className:"layer-measure-resultline"},resultPoint:{clickable:!0,radius:4,color:this._options.completedColor,weight:2,opacity:1,fillColor:this._options.completedColor,fillOpacity:.7,className:"layer-measure-resultpoint"}}[e]}}]),e}();t.default=s},function(e,t,r){"use strict";function n(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:".",n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:",",o=e<0?"-":"",i=Math.abs(+e||0),s=parseInt(i.toFixed(t),10)+"",a=s.length>3?s.length%3:0;return[o,a?s.substr(0,a)+n:"",s.substr(a).replace(/(\d{3})(?=\d)/g,"$1"+n),t?""+r+Math.abs(i-s).toFixed(t).slice(2):""].join("")}Object.defineProperty(t,"__esModule",{value:!0}),t.numberFormat=n},function(e,t,r){"use strict";function n(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var o=r(89);Object.defineProperty(t,"controlTemplate",{enumerable:!0,get:function(){return n(o).default}});var i=r(90);Object.defineProperty(t,"resultsTemplate",{enumerable:!0,get:function(){return n(i).default}});var s=r(91);Object.defineProperty(t,"pointPopupTemplate",{enumerable:!0,get:function(){return n(s).default}});var a=r(92);Object.defineProperty(t,"linePopupTemplate",{enumerable:!0,get:function(){return n(a).default}});var u=r(93);Object.defineProperty(t,"areaPopupTemplate",{enumerable:!0,get:function(){return n(u).default}})},function(e,t,r){e.exports='<a class="{{ model.className }}-toggle js-toggle" href=# title="Measure distances and areas">Measure</a> <div class="{{ model.className }}-interaction js-interaction"> <div class="js-startprompt startprompt"> <h3>Measure distances and areas</h3> <ul class=tasks> <a href=# class="js-start start">Create a new measurement</a> </ul> </div> <div class=js-measuringprompt> <h3>Measure distances and areas</h3> <p class=js-starthelp>Start creating a measurement by adding points to the map</p> <div class="js-results results"></div> <ul class="js-measuretasks tasks"> <li><a href=# class="js-cancel cancel">Cancel</a></li> <li><a href=# class="js-finish finish">Finish measurement</a></li> </ul> </div> </div> '},function(e,t,r){e.exports='<div class=group> <p class="lastpoint heading">Last point</p> <p>{{ model.lastCoord.dms.y }} <span class=coorddivider>/</span> {{ model.lastCoord.dms.x }}</p> <p>{{ numberFormat(model.lastCoord.dd.y, 6) }} <span class=coorddivider>/</span> {{ numberFormat(model.lastCoord.dd.x, 6) }}</p> </div> <% if (model.pointCount > 1) { %> <div class=group> <p><span class=heading>Path distance</span> {{ model.lengthDisplay }}</p> </div> <% } %> <% if (model.pointCount > 2) { %> <div class=group> <p><span class=heading>Area</span> {{ model.areaDisplay }}</p> </div> <% } %> '},function(e,t,r){e.exports='<h3>Point location</h3> <p>{{ model.lastCoord.dms.y }} <span class=coorddivider>/</span> {{ model.lastCoord.dms.x }}</p> <p>{{ numberFormat(model.lastCoord.dd.y, 6) }} <span class=coorddivider>/</span> {{ numberFormat(model.lastCoord.dd.x, 6) }}</p> <ul class=tasks> <li><a href=# class="js-zoomto zoomto">Center on this location</a></li> <li><a href=# class="js-deletemarkup deletemarkup">Delete</a></li> </ul> '},function(e,t,r){e.exports='<h3>Linear measurement</h3> <p>{{ model.lengthDisplay }}</p> <ul class=tasks> <li><a href=# class="js-zoomto zoomto">Center on this line</a></li> <li><a href=# class="js-deletemarkup deletemarkup">Delete</a></li> </ul> '},function(e,t,r){e.exports='<h3>Area measurement</h3> <p>{{ model.areaDisplay }}</p> <p>{{ model.lengthDisplay }} Perimeter</p> <ul class=tasks> <li><a href=# class="js-zoomto zoomto">Center on this area</a></li> <li><a href=# class="js-deletemarkup deletemarkup">Delete</a></li> </ul> '}]);
\ No newline at end of file
diff --git a/static/leaflet/images/layers-2x.png b/static/leaflet/images/layers-2x.png
new file mode 100644
index 0000000000000000000000000000000000000000..200c333dca9652ac4cba004d609e5af4eee168c1
GIT binary patch
literal 1259
zcmV<H1Qh#;P)<h;3K|Lk000e1NJLTq001-q001-y1ONa4Z*kLL000ECNkl<ZcmZPg
zPbWx*mP*!2RytTT!**9cp!TwWZ5xfFc#fHw1joz_VokJ(v4Z0}(cwSkj+x7$awTV&
zbx?4b>FhCYNy;#0irRPomHqW|G1C*;4?@4#E?jH>?v@U%cy?3dQAc-DchXVErpOh~
z-jbon+tNbnl6hoEb;)TVk+%hTDDi_G%i3*RZ&15!$Fjr^f;Ke&A@|?=`2&+{zr+3a
z{D*=t<eFKYAeM_NPjJng)==y#IrII(dy&iU$eADe%2bA!maN}&yS!E|-JbOu6E?Xa
z+jr{Pu4GwVm!o-S^Uf}Z^jxyK)@DMOl$MQAeY8l_mg~FVg%`dHZMjkh6Sgr*Mwo<_
zTARG0Gt=+$Vpx7(XQtd)YZD0*h7vy9zPw#NV{57P-SEOF-;I{qZmGZBwtacRhq582
zMfqo+Qx@Ww$A8)jx%{WwJ@V8(r}7UIW*l<PDoZr^z*3tIisho34tA!>(`AXyS%X7N
z%a#RZw6vD^t_rnM`L4E>m=U&R!A-&}nZIi$BOPvkhrCuUe@BN~-lRD)f44;J%TwgE
zcze8<q<Z9p<tY*SECjl?r1(IpgqA5uB<w)yl480>u!PQ_<Al)GG*6dE%j6{x)|Hgz
z32i0N@z5C-SmxbJ^LZ1|jpf-QEt8T!Sb27IBY~Ue&%1Z%=l$>NR7?o(NylLXVTfDO
zxs5=@|GsYEsNo4M#nT%N!UE(?dnS)t2+{ELYAFp*3=iF=|EQnTp`#vlSXuGVraYo?
z+RCzXo6h3qA8{KG?S4nE(lM+;Eb4nT3XV;7gcAxUi5m)`k5tv}cPy()8ZR3TLW3I-
zAS^}cq-IJvL7a4RgR!yk@~RT%$lA7{L5ES*hyx)M4(yxI$Ub(4f)K|^v1>zvwQY!_
zIrWw8q9GS^!Dp~}+?mbnB6jDF8mVlbQ!jFKDY;w=7;XO{9bq7>LXGK24WA`;rL)_Z
z)&j}pbV<t5oNJ?BQyEtFeexL+!VdG%2oO8UF#7YD6OeGEKCZeld!t}Q9BM~}JP-*p
z&?5S|A&#4(kO|eJzBFP;{XspcLPaiOL5PGR{B8uoL|P2epl}0mQ!Y2ME~=#7$wTVf
zYK4knZNxl*1d%W|D|$@NJZ@1(YLEK0Wudy`jNu>(;6gY;VMhbxgvn`X;6x}VUEE-7
z%)7j-%t8S=ZL3yc)HbXDAqJZvBTPoiW_A-+a8m3_Z?v{DN7Tnr#O_VUMT0UBt$;p`
zDh6JbGHN8JJ*JN%y2%msb97@_S>9!%Egwk;?PEkU9ntz&3uR}%Fj5d$JHQbQb3}a{
zSzFT^#n<G)5|MiG--8_<h&g3%*bxG^8aV0`g-{oN0QEWTVki>=VInPpcAS}CNxj?_
zVscANk5Cfz(51EI1pz};AWWb|kgbYNb4wCEGUn3+eMUMV?1-{=I4TlmLJMot@rd07
zZuo2hk1ccu{YmGkcYdWAVdk{Z4Nm?^cTD&}jGm+Q1SYIXMwmG*oO*83&#>l%nbR`G
zhh=lZ%xIb7kU3#;TBbfECrnC9P=-XpL|TG2BoZdj61*XiFbW8?1Z_wp%#;>${SUIy
V$8qr;L*)Pf002ovPDHLkV1hYLS~36t

literal 0
HcmV?d00001

diff --git a/static/leaflet/images/layers.png b/static/leaflet/images/layers.png
new file mode 100644
index 0000000000000000000000000000000000000000..1a72e5784b2b456eac5d7670738db80697af3377
GIT binary patch
literal 696
zcmV;p0!RIcP)<h;3K|Lk000e1NJLTq000^Q000^Y1ONa414D#G0007iNkl<Zcma)6
zGk7Ec6y81C-Jv{JDbK1-UD{KXI&Wf|lRd_^t=Yq@;w)oN&bBe{-a1aczj^Q1cqBLv
ze55|o`LucH;(Z<d9sb4pmK<W&^H(SCy&_E9<FB&omk_Ex*&9s(2YREcPc9hB-PH;&
z$T%G@?zKYht~o<-tK_bux9!H4nZlqj_%hSJkKUHM#;uwWs&LVVIlG_m<3Go6499;y
z;hn5Ltir_+O4*@ydy;6Eo|jC#pnwAtFP@h;$`aLXDLW|CaAA;joK)(hVeB7Sr{mwG
z;bp4bGsrevkodK>*@&l2<6p=!C&s@#ZL+%BQvF&b?w6S%wp=I>1QHj7AP5C)IWy#b
znXXB;g;j=$a-tW89K%FbDceHVq&unY*Wx3L#=EGWH=rjqnp|4c_Ulec!ql3#G-5ZF
zVlbBA@XP=)C8U&+Lrc)S4O5%1$&{(;7R^K(CSnvSr$v;+B$8q&7Bf|h$#PARo1^%M
zf1H^nG-EiXVXr07OH(*8R)xa|F<PCljjoA1%9%K<ATi0_hj|!+)r1h5tS8k*YB;$#
z<c7F&k|0&>D;lXUlg_-%)~ZGsL2cX0NXaAzN2q%jqLRR6ruVk8`Jb7n#{`T;o@`F=
z#3YcynIR^s83UNF3D!f5m#Mg)NJ24&Qfrqb&_z=yF;=B)#9Iq7u-@^O!(mW{D;qvr
zPc)gVb%aowtS8m@ElL4A9G>w#ffQ~q{i&_i)*6f^)Sz|C?C>zb4Uo?H<-&Hz@a?J;
z$ml@zGygWofb9$ZBj6aLjpLhsT2AzjOu=-*u_gSCU<G)3^yO*`OrA#YgcVEv@4+6Z
ehAP-IxB4G8DWV6`-5rhq0000<MNUMnLSTaQ*iP;M

literal 0
HcmV?d00001

diff --git a/static/leaflet/images/marker-icon-2x.png b/static/leaflet/images/marker-icon-2x.png
new file mode 100644
index 0000000000000000000000000000000000000000..88f9e501888c9c6cb29ad340d9a888627dd1b6d8
GIT binary patch
literal 2464
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

literal 0
HcmV?d00001

diff --git a/static/leaflet/images/marker-icon.png b/static/leaflet/images/marker-icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..950edf24677ded147df13b26f91baa2b0fa70513
GIT binary patch
literal 1466
zcmV;r1x5OaP)<h;3K|Lk000e1NJLTq000>P001cn1^@s6z>|W`000GnNkl<Zcmb_f
z1CV1`6wTU&we8*5X`5@?-nJb~+YH)cvo*HjWNq8Zc<%o5tM=Ds+UfpPr(V7H?mg!`
zC%oj>GNuHDcIX17Zdjl&3`L?0sTjIws<{((Dh&g-s0<@jYQyl?D*X^?%13;ml^gy>
ziMrY_^1WI=(g@LMizu=zCoA>C`6|QEq1eV92k*7m>G65*&@&6)<M8DCx9R>aC&e}G
zI)pf-Za|N`DT&Cn1J|o`19mumxW~hiKiKyc-P`S@q)rdTo84@QI@;0yXrG%9uhI>A
zG5QHb6s4=<6xy{1<C=CHW}WuDMe!y##Z3alAwHpb=Mm&HJok+$f`w%|f4|pcqeuJS
zp#-ysVvO!71M$ei)GA8X{H-opcg1LtlGOvzwVMt;+V?iaw7V#JG|-NbP1w)o*KIw>
z@NMxEkryp{LS44%z$3lP^cX!9+2-;CTt3wM4(k*#C{aiIiLuB>jJj;KPhPzIC00bL
zU3a#;aJld94lCW=`4&aAy8M7PY=HQ>O%$YEP4c4UY#CRxfgbE~(|uiI=YS8q;O9y6
zmIkXzR`}p7ti|PrM3a}WMnR=3NVnWdAAR>b9X@)DKL6=YsvmH%?I24wdq?Gh54_;#
z$?_LvgjEdspdQlf<N!wxb~7&Ltfju~@6lM_fa5a?)vd(t!c_U?gAcsmXGXGkRdn4p
zb}oaPoE)%Y5}S9^y)^@L?D%mS?|Zs+J;gO_AC-?fc)`z;<}Ug!sm)4Jt!~mZI5{MA
zcqyu8GnKE{PZNE{^&X0<9KqE3<%18r;OB|6=ly|7c(aSt^$rdYL2}ceV?vR>t#4CQ
z`2Zyvy?*)N1Ftw|{_hakhG9WjS?Az@I@+IZ8JbWewR<x~R&An~HqV&(;O7am`V1lZ
zfx~g_9#YggIAF-h9WGK8ETHZ0d^x6o=d&M4nKz$t?7(9C<%2I+KX^!#-K*t^)4K0g
z<SqOg!<E(8{}0ZMGIuU5+x;H9eeq!<j5t3bP5uI`8%8lI7ku*Eg@1|CyOMbPH!YWn
z(mRhOwll672hu7#2YEH?h+-P{u!Q1_E=tfZC23|4D;!n36KjV!zdZ1OPn6bm6#VS9
zB24SvA6mYV!kgSAuC)6>!XUK4&6346+d#~gsE0SY(LX8&JfY>Aj)RxGy96nwhs2rv
zzW6pTn<T0j8;WWt1=YDwjvI$|@Q5<{e8LpdeVoYc8C|CfQp~@F*X$&9os$IRwt#_r
z@bFX2Kj5Y0L;%4X#&TR}k<A{ubB-+_KqR__*#voueGFgrsP_a5#7x`4@S45sbljo0
zO&iDyt=diCx%G{<3r-N>MpFkDSkT*a*6Dx|u@ds6ISVn0@^RmIsKZ5Y<t~y{I_Xxe
zb;`gtMxNkJ^WT!!I?fwc1Q5Py)Jw7#`mk-0d~@04Kpf)5S@V2?H%$eT{v?76xY3mF
zAW6A{ZYs4-3XB@@{1nq4$e&aMfE&09u63~_Hx%z57wAVE&Kb9(rXq6t3tea7+$eQh
zNj%3%*B9*{7Z@$#m~-(9@}?{T2vUrxaHpwpF^;WtZQ=e=Ks)+zx|z|xKJ6dexCL-(
z<=V|8G}!5yf_<ZacJw0-@zWFG4rs^AqO@M0s>;bazbc;tTSq(kg(=481ODrPyNB6n
z-$+U}(w$m6U6H$w17Bw+wDaFIe~GvNMYvnw31MpY0eQKT9l>SU``8k7w4)z!GZKMI
z#_cEKq7k~i%nlK@6c-K?+R;B#5$?T#YpKD`t_4bAs^#E+@5QW$@OX3*<N95=$GH&|
z3>`;(#{U^d-vY)&xEE>n5lYl&T?Am<I|XUI$5Em_%Oc!pA{h|MSr!?6c}_RyUp2En
U8Uiq3+yDRo07*qoM6N<$g8DDw*Z=?k

literal 0
HcmV?d00001

diff --git a/static/leaflet/images/marker-shadow.png b/static/leaflet/images/marker-shadow.png
new file mode 100644
index 0000000000000000000000000000000000000000..9fd2979532a19a15b824ce763c76e04a8dafadfb
GIT binary patch
literal 618
zcmV-w0+s!VP)<h;3K|Lk000e1NJLTq001cf001cn1ONa40%^#70006pNkl<ZcmeIw
zg^uGu5CqT)GyVU69WyhA4Rfv1l&qHB$KsvZaQsx;oqodqP9OjM+>ke9$Lam@{1K@O
ze*LXqlKQHiv=gx+V^Cbb2?z@ISBQ*3amF;9UJ3SBg(N|710TLamQmYZ&Qjn2LuO<*
zCZlB4n%@pc&7NNnY1}x+NWpHlq`OJEo|`aYN9<`RBUB+79g;>dgb6YlfN#kGL?lO_
z!6~M^7s<Gunku4}oCz-(lbU68)PP!;P_>OnbsUkKk<@Ysie&`G>ruxH&Mgy&8;i=A
zB9OO!xR{AyODw>DS-q5YM<tr&0OJhK)KQ42rl<PpbdcQi3@gi=Q)DY%>{0ExFEAzt
zm>RdS+ssW(-8|?xr0(?$vBVB*%(xDLtq3Hf0I5yFm<_g=W2`QWAax{1rWVH=I!VrP
zs(rTFX@W#t$hXNvbgX`gK&^w_YD;CQ!B@e0QbLIWaKAXQe2-kkloo;{iF#6}z!4=W
zi$giRj1{<MQYafm<N;SepyTR{T`X5iA(Wqm8yCrb?x#{3bi&bc!kMT@fkDfJv!SI>
zt;2w`VSCF#WE&*ev7jpsC=6175@(~nTE2;7M-L((0bH@yG}-TB$R~WXd?tA$s3|%y
zA`9$sA(>F%J3ioz<-LJl*^o1|w84l>HBR`>3l9c8$5Xr@xCiIQ7{x$fMCzOk_-M=%
z+{a_Q#;42`#KfUte@$NT77uaTz?b-fBe)1s5XE$yA79fm?KqM^VgLXD07*qoM6N<$
Ef<_J(9smFU

literal 0
HcmV?d00001

diff --git a/static/leaflet/leaflet-src.esm.js b/static/leaflet/leaflet-src.esm.js
new file mode 100644
index 0000000..8a93660
--- /dev/null
+++ b/static/leaflet/leaflet-src.esm.js
@@ -0,0 +1,13838 @@
+/* @preserve
+ * Leaflet 1.4.0+Detached: 3337f36d2a2d2b33946779057619b31f674ff5dc.3337f36, a JS library for interactive maps. http://leafletjs.com
+ * (c) 2010-2018 Vladimir Agafonkin, (c) 2010-2011 CloudMade
+ */
+
+var version = "1.4.0+HEAD.3337f36";
+
+/*
+ * @namespace Util
+ *
+ * Various utility functions, used by Leaflet internally.
+ */
+
+var freeze = Object.freeze;
+Object.freeze = function (obj) { return obj; };
+
+// @function extend(dest: Object, src?: Object): Object
+// Merges the properties of the `src` object (or multiple objects) into `dest` object and returns the latter. Has an `L.extend` shortcut.
+function extend(dest) {
+	var i, j, len, src;
+
+	for (j = 1, len = arguments.length; j < len; j++) {
+		src = arguments[j];
+		for (i in src) {
+			dest[i] = src[i];
+		}
+	}
+	return dest;
+}
+
+// @function create(proto: Object, properties?: Object): Object
+// Compatibility polyfill for [Object.create](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object/create)
+var create = Object.create || (function () {
+	function F() {}
+	return function (proto) {
+		F.prototype = proto;
+		return new F();
+	};
+})();
+
+// @function bind(fn: Function, …): Function
+// Returns a new function bound to the arguments passed, like [Function.prototype.bind](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Function/bind).
+// Has a `L.bind()` shortcut.
+function bind(fn, obj) {
+	var slice = Array.prototype.slice;
+
+	if (fn.bind) {
+		return fn.bind.apply(fn, slice.call(arguments, 1));
+	}
+
+	var args = slice.call(arguments, 2);
+
+	return function () {
+		return fn.apply(obj, args.length ? args.concat(slice.call(arguments)) : arguments);
+	};
+}
+
+// @property lastId: Number
+// Last unique ID used by [`stamp()`](#util-stamp)
+var lastId = 0;
+
+// @function stamp(obj: Object): Number
+// Returns the unique ID of an object, assigning it one if it doesn't have it.
+function stamp(obj) {
+	/*eslint-disable */
+	obj._leaflet_id = obj._leaflet_id || ++lastId;
+	return obj._leaflet_id;
+	/* eslint-enable */
+}
+
+// @function throttle(fn: Function, time: Number, context: Object): Function
+// Returns a function which executes function `fn` with the given scope `context`
+// (so that the `this` keyword refers to `context` inside `fn`'s code). The function
+// `fn` will be called no more than one time per given amount of `time`. The arguments
+// received by the bound function will be any arguments passed when binding the
+// function, followed by any arguments passed when invoking the bound function.
+// Has an `L.throttle` shortcut.
+function throttle(fn, time, context) {
+	var lock, args, wrapperFn, later;
+
+	later = function () {
+		// reset lock and call if queued
+		lock = false;
+		if (args) {
+			wrapperFn.apply(context, args);
+			args = false;
+		}
+	};
+
+	wrapperFn = function () {
+		if (lock) {
+			// called too soon, queue to call later
+			args = arguments;
+
+		} else {
+			// call and lock until later
+			fn.apply(context, arguments);
+			setTimeout(later, time);
+			lock = true;
+		}
+	};
+
+	return wrapperFn;
+}
+
+// @function wrapNum(num: Number, range: Number[], includeMax?: Boolean): Number
+// Returns the number `num` modulo `range` in such a way so it lies within
+// `range[0]` and `range[1]`. The returned value will be always smaller than
+// `range[1]` unless `includeMax` is set to `true`.
+function wrapNum(x, range, includeMax) {
+	var max = range[1],
+	    min = range[0],
+	    d = max - min;
+	return x === max && includeMax ? x : ((x - min) % d + d) % d + min;
+}
+
+// @function falseFn(): Function
+// Returns a function which always returns `false`.
+function falseFn() { return false; }
+
+// @function formatNum(num: Number, digits?: Number): Number
+// Returns the number `num` rounded to `digits` decimals, or to 6 decimals by default.
+function formatNum(num, digits) {
+	var pow = Math.pow(10, (digits === undefined ? 6 : digits));
+	return Math.round(num * pow) / pow;
+}
+
+// @function trim(str: String): String
+// Compatibility polyfill for [String.prototype.trim](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String/Trim)
+function trim(str) {
+	return str.trim ? str.trim() : str.replace(/^\s+|\s+$/g, '');
+}
+
+// @function splitWords(str: String): String[]
+// Trims and splits the string on whitespace and returns the array of parts.
+function splitWords(str) {
+	return trim(str).split(/\s+/);
+}
+
+// @function setOptions(obj: Object, options: Object): Object
+// Merges the given properties to the `options` of the `obj` object, returning the resulting options. See `Class options`. Has an `L.setOptions` shortcut.
+function setOptions(obj, options) {
+	if (!obj.hasOwnProperty('options')) {
+		obj.options = obj.options ? create(obj.options) : {};
+	}
+	for (var i in options) {
+		obj.options[i] = options[i];
+	}
+	return obj.options;
+}
+
+// @function getParamString(obj: Object, existingUrl?: String, uppercase?: Boolean): String
+// Converts an object into a parameter URL string, e.g. `{a: "foo", b: "bar"}`
+// translates to `'?a=foo&b=bar'`. If `existingUrl` is set, the parameters will
+// be appended at the end. If `uppercase` is `true`, the parameter names will
+// be uppercased (e.g. `'?A=foo&B=bar'`)
+function getParamString(obj, existingUrl, uppercase) {
+	var params = [];
+	for (var i in obj) {
+		params.push(encodeURIComponent(uppercase ? i.toUpperCase() : i) + '=' + encodeURIComponent(obj[i]));
+	}
+	return ((!existingUrl || existingUrl.indexOf('?') === -1) ? '?' : '&') + params.join('&');
+}
+
+var templateRe = /\{ *([\w_-]+) *\}/g;
+
+// @function template(str: String, data: Object): String
+// Simple templating facility, accepts a template string of the form `'Hello {a}, {b}'`
+// and a data object like `{a: 'foo', b: 'bar'}`, returns evaluated string
+// `('Hello foo, bar')`. You can also specify functions instead of strings for
+// data values — they will be evaluated passing `data` as an argument.
+function template(str, data) {
+	return str.replace(templateRe, function (str, key) {
+		var value = data[key];
+
+		if (value === undefined) {
+			throw new Error('No value provided for variable ' + str);
+
+		} else if (typeof value === 'function') {
+			value = value(data);
+		}
+		return value;
+	});
+}
+
+// @function isArray(obj): Boolean
+// Compatibility polyfill for [Array.isArray](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray)
+var isArray = Array.isArray || function (obj) {
+	return (Object.prototype.toString.call(obj) === '[object Array]');
+};
+
+// @function indexOf(array: Array, el: Object): Number
+// Compatibility polyfill for [Array.prototype.indexOf](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf)
+function indexOf(array, el) {
+	for (var i = 0; i < array.length; i++) {
+		if (array[i] === el) { return i; }
+	}
+	return -1;
+}
+
+// @property emptyImageUrl: String
+// Data URI string containing a base64-encoded empty GIF image.
+// Used as a hack to free memory from unused images on WebKit-powered
+// mobile devices (by setting image `src` to this string).
+var emptyImageUrl = 'data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=';
+
+// inspired by http://paulirish.com/2011/requestanimationframe-for-smart-animating/
+
+function getPrefixed(name) {
+	return window['webkit' + name] || window['moz' + name] || window['ms' + name];
+}
+
+var lastTime = 0;
+
+// fallback for IE 7-8
+function timeoutDefer(fn) {
+	var time = +new Date(),
+	    timeToCall = Math.max(0, 16 - (time - lastTime));
+
+	lastTime = time + timeToCall;
+	return window.setTimeout(fn, timeToCall);
+}
+
+var requestFn = window.requestAnimationFrame || getPrefixed('RequestAnimationFrame') || timeoutDefer;
+var cancelFn = window.cancelAnimationFrame || getPrefixed('CancelAnimationFrame') ||
+		getPrefixed('CancelRequestAnimationFrame') || function (id) { window.clearTimeout(id); };
+
+// @function requestAnimFrame(fn: Function, context?: Object, immediate?: Boolean): Number
+// Schedules `fn` to be executed when the browser repaints. `fn` is bound to
+// `context` if given. When `immediate` is set, `fn` is called immediately if
+// the browser doesn't have native support for
+// [`window.requestAnimationFrame`](https://developer.mozilla.org/docs/Web/API/window/requestAnimationFrame),
+// otherwise it's delayed. Returns a request ID that can be used to cancel the request.
+function requestAnimFrame(fn, context, immediate) {
+	if (immediate && requestFn === timeoutDefer) {
+		fn.call(context);
+	} else {
+		return requestFn.call(window, bind(fn, context));
+	}
+}
+
+// @function cancelAnimFrame(id: Number): undefined
+// Cancels a previous `requestAnimFrame`. See also [window.cancelAnimationFrame](https://developer.mozilla.org/docs/Web/API/window/cancelAnimationFrame).
+function cancelAnimFrame(id) {
+	if (id) {
+		cancelFn.call(window, id);
+	}
+}
+
+
+var Util = (Object.freeze || Object)({
+	freeze: freeze,
+	extend: extend,
+	create: create,
+	bind: bind,
+	lastId: lastId,
+	stamp: stamp,
+	throttle: throttle,
+	wrapNum: wrapNum,
+	falseFn: falseFn,
+	formatNum: formatNum,
+	trim: trim,
+	splitWords: splitWords,
+	setOptions: setOptions,
+	getParamString: getParamString,
+	template: template,
+	isArray: isArray,
+	indexOf: indexOf,
+	emptyImageUrl: emptyImageUrl,
+	requestFn: requestFn,
+	cancelFn: cancelFn,
+	requestAnimFrame: requestAnimFrame,
+	cancelAnimFrame: cancelAnimFrame
+});
+
+// @class Class
+// @aka L.Class
+
+// @section
+// @uninheritable
+
+// Thanks to John Resig and Dean Edwards for inspiration!
+
+function Class() {}
+
+Class.extend = function (props) {
+
+	// @function extend(props: Object): Function
+	// [Extends the current class](#class-inheritance) given the properties to be included.
+	// Returns a Javascript function that is a class constructor (to be called with `new`).
+	var NewClass = function () {
+
+		// call the constructor
+		if (this.initialize) {
+			this.initialize.apply(this, arguments);
+		}
+
+		// call all constructor hooks
+		this.callInitHooks();
+	};
+
+	var parentProto = NewClass.__super__ = this.prototype;
+
+	var proto = create(parentProto);
+	proto.constructor = NewClass;
+
+	NewClass.prototype = proto;
+
+	// inherit parent's statics
+	for (var i in this) {
+		if (this.hasOwnProperty(i) && i !== 'prototype' && i !== '__super__') {
+			NewClass[i] = this[i];
+		}
+	}
+
+	// mix static properties into the class
+	if (props.statics) {
+		extend(NewClass, props.statics);
+		delete props.statics;
+	}
+
+	// mix includes into the prototype
+	if (props.includes) {
+		checkDeprecatedMixinEvents(props.includes);
+		extend.apply(null, [proto].concat(props.includes));
+		delete props.includes;
+	}
+
+	// merge options
+	if (proto.options) {
+		props.options = extend(create(proto.options), props.options);
+	}
+
+	// mix given properties into the prototype
+	extend(proto, props);
+
+	proto._initHooks = [];
+
+	// add method for calling all hooks
+	proto.callInitHooks = function () {
+
+		if (this._initHooksCalled) { return; }
+
+		if (parentProto.callInitHooks) {
+			parentProto.callInitHooks.call(this);
+		}
+
+		this._initHooksCalled = true;
+
+		for (var i = 0, len = proto._initHooks.length; i < len; i++) {
+			proto._initHooks[i].call(this);
+		}
+	};
+
+	return NewClass;
+};
+
+
+// @function include(properties: Object): this
+// [Includes a mixin](#class-includes) into the current class.
+Class.include = function (props) {
+	extend(this.prototype, props);
+	return this;
+};
+
+// @function mergeOptions(options: Object): this
+// [Merges `options`](#class-options) into the defaults of the class.
+Class.mergeOptions = function (options) {
+	extend(this.prototype.options, options);
+	return this;
+};
+
+// @function addInitHook(fn: Function): this
+// Adds a [constructor hook](#class-constructor-hooks) to the class.
+Class.addInitHook = function (fn) { // (Function) || (String, args...)
+	var args = Array.prototype.slice.call(arguments, 1);
+
+	var init = typeof fn === 'function' ? fn : function () {
+		this[fn].apply(this, args);
+	};
+
+	this.prototype._initHooks = this.prototype._initHooks || [];
+	this.prototype._initHooks.push(init);
+	return this;
+};
+
+function checkDeprecatedMixinEvents(includes) {
+	if (typeof L === 'undefined' || !L || !L.Mixin) { return; }
+
+	includes = isArray(includes) ? includes : [includes];
+
+	for (var i = 0; i < includes.length; i++) {
+		if (includes[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);
+		}
+	}
+}
+
+/*
+ * @class Evented
+ * @aka L.Evented
+ * @inherits Class
+ *
+ * A set of methods shared between event-powered classes (like `Map` and `Marker`). Generally, events allow you to execute some function when something happens with an object (e.g. the user clicks on the map, causing the map to fire `'click'` event).
+ *
+ * @example
+ *
+ * ```js
+ * map.on('click', function(e) {
+ * 	alert(e.latlng);
+ * } );
+ * ```
+ *
+ * Leaflet deals with event listeners by reference, so if you want to add a listener and then remove it, define it as a function:
+ *
+ * ```js
+ * function onClick(e) { ... }
+ *
+ * map.on('click', onClick);
+ * map.off('click', onClick);
+ * ```
+ */
+
+var Events = {
+	/* @method on(type: String, fn: Function, context?: Object): this
+	 * Adds a listener function (`fn`) to a particular event type of the object. You can optionally specify the context of the listener (object the this keyword will point to). You can also pass several space-separated types (e.g. `'click dblclick'`).
+	 *
+	 * @alternative
+	 * @method on(eventMap: Object): this
+	 * Adds a set of type/listener pairs, e.g. `{click: onClick, mousemove: onMouseMove}`
+	 */
+	on: function (types, fn, context) {
+
+		// types can be a map of types/handlers
+		if (typeof types === 'object') {
+			for (var type in types) {
+				// we don't process space-separated events here for performance;
+				// it's a hot path since Layer uses the on(obj) syntax
+				this._on(type, types[type], fn);
+			}
+
+		} else {
+			// types can be a string of space-separated words
+			types = splitWords(types);
+
+			for (var i = 0, len = types.length; i < len; i++) {
+				this._on(types[i], fn, context);
+			}
+		}
+
+		return this;
+	},
+
+	/* @method off(type: String, fn?: Function, context?: Object): this
+	 * Removes a previously added listener function. If no function is specified, it will remove all the listeners of that particular event from the object. Note that if you passed a custom context to `on`, you must pass the same context to `off` in order to remove the listener.
+	 *
+	 * @alternative
+	 * @method off(eventMap: Object): this
+	 * Removes a set of type/listener pairs.
+	 *
+	 * @alternative
+	 * @method off: this
+	 * Removes all listeners to all events on the object.
+	 */
+	off: function (types, fn, context) {
+
+		if (!types) {
+			// clear all listeners if called without arguments
+			delete this._events;
+
+		} else if (typeof types === 'object') {
+			for (var type in types) {
+				this._off(type, types[type], fn);
+			}
+
+		} else {
+			types = splitWords(types);
+
+			for (var i = 0, len = types.length; i < len; i++) {
+				this._off(types[i], fn, context);
+			}
+		}
+
+		return this;
+	},
+
+	// attach listener (without syntactic sugar now)
+	_on: function (type, fn, context) {
+		this._events = this._events || {};
+
+		/* get/init listeners for type */
+		var typeListeners = this._events[type];
+		if (!typeListeners) {
+			typeListeners = [];
+			this._events[type] = typeListeners;
+		}
+
+		if (context === this) {
+			// Less memory footprint.
+			context = undefined;
+		}
+		var newListener = {fn: fn, ctx: context},
+		    listeners = typeListeners;
+
+		// check if fn already there
+		for (var i = 0, len = listeners.length; i < len; i++) {
+			if (listeners[i].fn === fn && listeners[i].ctx === context) {
+				return;
+			}
+		}
+
+		listeners.push(newListener);
+	},
+
+	_off: function (type, fn, context) {
+		var listeners,
+		    i,
+		    len;
+
+		if (!this._events) { return; }
+
+		listeners = this._events[type];
+
+		if (!listeners) {
+			return;
+		}
+
+		if (!fn) {
+			// Set all removed listeners to noop so they are not called if remove happens in fire
+			for (i = 0, len = listeners.length; i < len; i++) {
+				listeners[i].fn = falseFn;
+			}
+			// clear all listeners for a type if function isn't specified
+			delete this._events[type];
+			return;
+		}
+
+		if (context === this) {
+			context = undefined;
+		}
+
+		if (listeners) {
+
+			// find fn and remove it
+			for (i = 0, len = listeners.length; i < len; i++) {
+				var l = listeners[i];
+				if (l.ctx !== context) { continue; }
+				if (l.fn === fn) {
+
+					// set the removed listener to noop so that's not called if remove happens in fire
+					l.fn = falseFn;
+
+					if (this._firingCount) {
+						/* copy array in case events are being fired */
+						this._events[type] = listeners = listeners.slice();
+					}
+					listeners.splice(i, 1);
+
+					return;
+				}
+			}
+		}
+	},
+
+	// @method fire(type: String, data?: Object, propagate?: Boolean): this
+	// Fires an event of the specified type. You can optionally provide an data
+	// object — the first argument of the listener function will contain its
+	// properties. The event can optionally be propagated to event parents.
+	fire: function (type, data, propagate) {
+		if (!this.listens(type, propagate)) { return this; }
+
+		var event = extend({}, data, {
+			type: type,
+			target: this,
+			sourceTarget: data && data.sourceTarget || this
+		});
+
+		if (this._events) {
+			var listeners = this._events[type];
+
+			if (listeners) {
+				this._firingCount = (this._firingCount + 1) || 1;
+				for (var i = 0, len = listeners.length; i < len; i++) {
+					var l = listeners[i];
+					l.fn.call(l.ctx || this, event);
+				}
+
+				this._firingCount--;
+			}
+		}
+
+		if (propagate) {
+			// propagate the event to parents (set with addEventParent)
+			this._propagateEvent(event);
+		}
+
+		return this;
+	},
+
+	// @method listens(type: String): Boolean
+	// Returns `true` if a particular event type has any listeners attached to it.
+	listens: function (type, propagate) {
+		var listeners = this._events && this._events[type];
+		if (listeners && listeners.length) { return true; }
+
+		if (propagate) {
+			// also check parents for listeners if event propagates
+			for (var id in this._eventParents) {
+				if (this._eventParents[id].listens(type, propagate)) { return true; }
+			}
+		}
+		return false;
+	},
+
+	// @method once(…): this
+	// Behaves as [`on(…)`](#evented-on), except the listener will only get fired once and then removed.
+	once: function (types, fn, context) {
+
+		if (typeof types === 'object') {
+			for (var type in types) {
+				this.once(type, types[type], fn);
+			}
+			return this;
+		}
+
+		var handler = bind(function () {
+			this
+			    .off(types, fn, context)
+			    .off(types, handler, context);
+		}, this);
+
+		// add a listener that's executed once and removed after that
+		return this
+		    .on(types, fn, context)
+		    .on(types, handler, context);
+	},
+
+	// @method addEventParent(obj: Evented): this
+	// Adds an event parent - an `Evented` that will receive propagated events
+	addEventParent: function (obj) {
+		this._eventParents = this._eventParents || {};
+		this._eventParents[stamp(obj)] = obj;
+		return this;
+	},
+
+	// @method removeEventParent(obj: Evented): this
+	// Removes an event parent, so it will stop receiving propagated events
+	removeEventParent: function (obj) {
+		if (this._eventParents) {
+			delete this._eventParents[stamp(obj)];
+		}
+		return this;
+	},
+
+	_propagateEvent: function (e) {
+		for (var id in this._eventParents) {
+			this._eventParents[id].fire(e.type, extend({
+				layer: e.target,
+				propagatedFrom: e.target
+			}, e), true);
+		}
+	}
+};
+
+// aliases; we should ditch those eventually
+
+// @method addEventListener(…): this
+// Alias to [`on(…)`](#evented-on)
+Events.addEventListener = Events.on;
+
+// @method removeEventListener(…): this
+// Alias to [`off(…)`](#evented-off)
+
+// @method clearAllEventListeners(…): this
+// Alias to [`off()`](#evented-off)
+Events.removeEventListener = Events.clearAllEventListeners = Events.off;
+
+// @method addOneTimeEventListener(…): this
+// Alias to [`once(…)`](#evented-once)
+Events.addOneTimeEventListener = Events.once;
+
+// @method fireEvent(…): this
+// Alias to [`fire(…)`](#evented-fire)
+Events.fireEvent = Events.fire;
+
+// @method hasEventListeners(…): Boolean
+// Alias to [`listens(…)`](#evented-listens)
+Events.hasEventListeners = Events.listens;
+
+var Evented = Class.extend(Events);
+
+/*
+ * @class Point
+ * @aka L.Point
+ *
+ * Represents a point with `x` and `y` coordinates in pixels.
+ *
+ * @example
+ *
+ * ```js
+ * var point = L.point(200, 300);
+ * ```
+ *
+ * All Leaflet methods and options that accept `Point` objects also accept them in a simple Array form (unless noted otherwise), so these lines are equivalent:
+ *
+ * ```js
+ * map.panBy([200, 300]);
+ * map.panBy(L.point(200, 300));
+ * ```
+ *
+ * Note that `Point` does not inherit from Leafet's `Class` object,
+ * which means new classes can't inherit from it, and new methods
+ * can't be added to it with the `include` function.
+ */
+
+function Point(x, y, round) {
+	// @property x: Number; The `x` coordinate of the point
+	this.x = (round ? Math.round(x) : x);
+	// @property y: Number; The `y` coordinate of the point
+	this.y = (round ? Math.round(y) : y);
+}
+
+var trunc = Math.trunc || function (v) {
+	return v > 0 ? Math.floor(v) : Math.ceil(v);
+};
+
+Point.prototype = {
+
+	// @method clone(): Point
+	// Returns a copy of the current point.
+	clone: function () {
+		return new Point(this.x, this.y);
+	},
+
+	// @method add(otherPoint: Point): Point
+	// Returns the result of addition of the current and the given points.
+	add: function (point) {
+		// non-destructive, returns a new point
+		return this.clone()._add(toPoint(point));
+	},
+
+	_add: function (point) {
+		// destructive, used directly for performance in situations where it's safe to modify existing point
+		this.x += point.x;
+		this.y += point.y;
+		return this;
+	},
+
+	// @method subtract(otherPoint: Point): Point
+	// Returns the result of subtraction of the given point from the current.
+	subtract: function (point) {
+		return this.clone()._subtract(toPoint(point));
+	},
+
+	_subtract: function (point) {
+		this.x -= point.x;
+		this.y -= point.y;
+		return this;
+	},
+
+	// @method divideBy(num: Number): Point
+	// Returns the result of division of the current point by the given number.
+	divideBy: function (num) {
+		return this.clone()._divideBy(num);
+	},
+
+	_divideBy: function (num) {
+		this.x /= num;
+		this.y /= num;
+		return this;
+	},
+
+	// @method multiplyBy(num: Number): Point
+	// Returns the result of multiplication of the current point by the given number.
+	multiplyBy: function (num) {
+		return this.clone()._multiplyBy(num);
+	},
+
+	_multiplyBy: function (num) {
+		this.x *= num;
+		this.y *= num;
+		return this;
+	},
+
+	// @method scaleBy(scale: Point): Point
+	// Multiply each coordinate of the current point by each coordinate of
+	// `scale`. In linear algebra terms, multiply the point by the
+	// [scaling matrix](https://en.wikipedia.org/wiki/Scaling_%28geometry%29#Matrix_representation)
+	// defined by `scale`.
+	scaleBy: function (point) {
+		return new Point(this.x * point.x, this.y * point.y);
+	},
+
+	// @method unscaleBy(scale: Point): Point
+	// Inverse of `scaleBy`. Divide each coordinate of the current point by
+	// each coordinate of `scale`.
+	unscaleBy: function (point) {
+		return new Point(this.x / point.x, this.y / point.y);
+	},
+
+	// @method round(): Point
+	// Returns a copy of the current point with rounded coordinates.
+	round: function () {
+		return this.clone()._round();
+	},
+
+	_round: function () {
+		this.x = Math.round(this.x);
+		this.y = Math.round(this.y);
+		return this;
+	},
+
+	// @method floor(): Point
+	// Returns a copy of the current point with floored coordinates (rounded down).
+	floor: function () {
+		return this.clone()._floor();
+	},
+
+	_floor: function () {
+		this.x = Math.floor(this.x);
+		this.y = Math.floor(this.y);
+		return this;
+	},
+
+	// @method ceil(): Point
+	// Returns a copy of the current point with ceiled coordinates (rounded up).
+	ceil: function () {
+		return this.clone()._ceil();
+	},
+
+	_ceil: function () {
+		this.x = Math.ceil(this.x);
+		this.y = Math.ceil(this.y);
+		return this;
+	},
+
+	// @method trunc(): Point
+	// Returns a copy of the current point with truncated coordinates (rounded towards zero).
+	trunc: function () {
+		return this.clone()._trunc();
+	},
+
+	_trunc: function () {
+		this.x = trunc(this.x);
+		this.y = trunc(this.y);
+		return this;
+	},
+
+	// @method distanceTo(otherPoint: Point): Number
+	// Returns the cartesian distance between the current and the given points.
+	distanceTo: function (point) {
+		point = toPoint(point);
+
+		var x = point.x - this.x,
+		    y = point.y - this.y;
+
+		return Math.sqrt(x * x + y * y);
+	},
+
+	// @method equals(otherPoint: Point): Boolean
+	// Returns `true` if the given point has the same coordinates.
+	equals: function (point) {
+		point = toPoint(point);
+
+		return point.x === this.x &&
+		       point.y === this.y;
+	},
+
+	// @method contains(otherPoint: Point): Boolean
+	// Returns `true` if both coordinates of the given point are less than the corresponding current point coordinates (in absolute values).
+	contains: function (point) {
+		point = toPoint(point);
+
+		return Math.abs(point.x) <= Math.abs(this.x) &&
+		       Math.abs(point.y) <= Math.abs(this.y);
+	},
+
+	// @method toString(): String
+	// Returns a string representation of the point for debugging purposes.
+	toString: function () {
+		return 'Point(' +
+		        formatNum(this.x) + ', ' +
+		        formatNum(this.y) + ')';
+	}
+};
+
+// @factory L.point(x: Number, y: Number, round?: Boolean)
+// Creates a Point object with the given `x` and `y` coordinates. If optional `round` is set to true, rounds the `x` and `y` values.
+
+// @alternative
+// @factory L.point(coords: Number[])
+// Expects an array of the form `[x, y]` instead.
+
+// @alternative
+// @factory L.point(coords: Object)
+// Expects a plain object of the form `{x: Number, y: Number}` instead.
+function toPoint(x, y, round) {
+	if (x instanceof Point) {
+		return x;
+	}
+	if (isArray(x)) {
+		return new Point(x[0], x[1]);
+	}
+	if (x === undefined || x === null) {
+		return x;
+	}
+	if (typeof x === 'object' && 'x' in x && 'y' in x) {
+		return new Point(x.x, x.y);
+	}
+	return new Point(x, y, round);
+}
+
+/*
+ * @class Bounds
+ * @aka L.Bounds
+ *
+ * Represents a rectangular area in pixel coordinates.
+ *
+ * @example
+ *
+ * ```js
+ * var p1 = L.point(10, 10),
+ * p2 = L.point(40, 60),
+ * bounds = L.bounds(p1, p2);
+ * ```
+ *
+ * All Leaflet methods that accept `Bounds` objects also accept them in a simple Array form (unless noted otherwise), so the bounds example above can be passed like this:
+ *
+ * ```js
+ * otherBounds.intersects([[10, 10], [40, 60]]);
+ * ```
+ *
+ * Note that `Bounds` does not inherit from Leafet's `Class` object,
+ * which means new classes can't inherit from it, and new methods
+ * can't be added to it with the `include` function.
+ */
+
+function Bounds(a, b) {
+	if (!a) { return; }
+
+	var points = b ? [a, b] : a;
+
+	for (var i = 0, len = points.length; i < len; i++) {
+		this.extend(points[i]);
+	}
+}
+
+Bounds.prototype = {
+	// @method extend(point: Point): this
+	// Extends the bounds to contain the given point.
+	extend: function (point) { // (Point)
+		point = toPoint(point);
+
+		// @property min: Point
+		// The top left corner of the rectangle.
+		// @property max: Point
+		// The bottom right corner of the rectangle.
+		if (!this.min && !this.max) {
+			this.min = point.clone();
+			this.max = point.clone();
+		} else {
+			this.min.x = Math.min(point.x, this.min.x);
+			this.max.x = Math.max(point.x, this.max.x);
+			this.min.y = Math.min(point.y, this.min.y);
+			this.max.y = Math.max(point.y, this.max.y);
+		}
+		return this;
+	},
+
+	// @method getCenter(round?: Boolean): Point
+	// Returns the center point of the bounds.
+	getCenter: function (round) {
+		return new Point(
+		        (this.min.x + this.max.x) / 2,
+		        (this.min.y + this.max.y) / 2, round);
+	},
+
+	// @method getBottomLeft(): Point
+	// Returns the bottom-left point of the bounds.
+	getBottomLeft: function () {
+		return new Point(this.min.x, this.max.y);
+	},
+
+	// @method getTopRight(): Point
+	// Returns the top-right point of the bounds.
+	getTopRight: function () { // -> Point
+		return new Point(this.max.x, this.min.y);
+	},
+
+	// @method getTopLeft(): Point
+	// Returns the top-left point of the bounds (i.e. [`this.min`](#bounds-min)).
+	getTopLeft: function () {
+		return this.min; // left, top
+	},
+
+	// @method getBottomRight(): Point
+	// Returns the bottom-right point of the bounds (i.e. [`this.max`](#bounds-max)).
+	getBottomRight: function () {
+		return this.max; // right, bottom
+	},
+
+	// @method getSize(): Point
+	// Returns the size of the given bounds
+	getSize: function () {
+		return this.max.subtract(this.min);
+	},
+
+	// @method contains(otherBounds: Bounds): Boolean
+	// Returns `true` if the rectangle contains the given one.
+	// @alternative
+	// @method contains(point: Point): Boolean
+	// Returns `true` if the rectangle contains the given point.
+	contains: function (obj) {
+		var min, max;
+
+		if (typeof obj[0] === 'number' || obj instanceof Point) {
+			obj = toPoint(obj);
+		} else {
+			obj = toBounds(obj);
+		}
+
+		if (obj instanceof Bounds) {
+			min = obj.min;
+			max = obj.max;
+		} else {
+			min = max = obj;
+		}
+
+		return (min.x >= this.min.x) &&
+		       (max.x <= this.max.x) &&
+		       (min.y >= this.min.y) &&
+		       (max.y <= this.max.y);
+	},
+
+	// @method intersects(otherBounds: Bounds): Boolean
+	// Returns `true` if the rectangle intersects the given bounds. Two bounds
+	// intersect if they have at least one point in common.
+	intersects: function (bounds) { // (Bounds) -> Boolean
+		bounds = toBounds(bounds);
+
+		var min = this.min,
+		    max = this.max,
+		    min2 = bounds.min,
+		    max2 = bounds.max,
+		    xIntersects = (max2.x >= min.x) && (min2.x <= max.x),
+		    yIntersects = (max2.y >= min.y) && (min2.y <= max.y);
+
+		return xIntersects && yIntersects;
+	},
+
+	// @method overlaps(otherBounds: Bounds): Boolean
+	// Returns `true` if the rectangle overlaps the given bounds. Two bounds
+	// overlap if their intersection is an area.
+	overlaps: function (bounds) { // (Bounds) -> Boolean
+		bounds = toBounds(bounds);
+
+		var min = this.min,
+		    max = this.max,
+		    min2 = bounds.min,
+		    max2 = bounds.max,
+		    xOverlaps = (max2.x > min.x) && (min2.x < max.x),
+		    yOverlaps = (max2.y > min.y) && (min2.y < max.y);
+
+		return xOverlaps && yOverlaps;
+	},
+
+	isValid: function () {
+		return !!(this.min && this.max);
+	}
+};
+
+
+// @factory L.bounds(corner1: Point, corner2: Point)
+// Creates a Bounds object from two corners coordinate pairs.
+// @alternative
+// @factory L.bounds(points: Point[])
+// Creates a Bounds object from the given array of points.
+function toBounds(a, b) {
+	if (!a || a instanceof Bounds) {
+		return a;
+	}
+	return new Bounds(a, b);
+}
+
+/*
+ * @class LatLngBounds
+ * @aka L.LatLngBounds
+ *
+ * Represents a rectangular geographical area on a map.
+ *
+ * @example
+ *
+ * ```js
+ * var corner1 = L.latLng(40.712, -74.227),
+ * corner2 = L.latLng(40.774, -74.125),
+ * bounds = L.latLngBounds(corner1, corner2);
+ * ```
+ *
+ * All Leaflet methods that accept LatLngBounds objects also accept them in a simple Array form (unless noted otherwise), so the bounds example above can be passed like this:
+ *
+ * ```js
+ * map.fitBounds([
+ * 	[40.712, -74.227],
+ * 	[40.774, -74.125]
+ * ]);
+ * ```
+ *
+ * Caution: if the area crosses the antimeridian (often confused with the International Date Line), you must specify corners _outside_ the [-180, 180] degrees longitude range.
+ *
+ * Note that `LatLngBounds` does not inherit from Leafet's `Class` object,
+ * which means new classes can't inherit from it, and new methods
+ * can't be added to it with the `include` function.
+ */
+
+function LatLngBounds(corner1, corner2) { // (LatLng, LatLng) or (LatLng[])
+	if (!corner1) { return; }
+
+	var latlngs = corner2 ? [corner1, corner2] : corner1;
+
+	for (var i = 0, len = latlngs.length; i < len; i++) {
+		this.extend(latlngs[i]);
+	}
+}
+
+LatLngBounds.prototype = {
+
+	// @method extend(latlng: LatLng): this
+	// Extend the bounds to contain the given point
+
+	// @alternative
+	// @method extend(otherBounds: LatLngBounds): this
+	// Extend the bounds to contain the given bounds
+	extend: function (obj) {
+		var sw = this._southWest,
+		    ne = this._northEast,
+		    sw2, ne2;
+
+		if (obj instanceof LatLng) {
+			sw2 = obj;
+			ne2 = obj;
+
+		} else if (obj instanceof LatLngBounds) {
+			sw2 = obj._southWest;
+			ne2 = obj._northEast;
+
+			if (!sw2 || !ne2) { return this; }
+
+		} else {
+			return obj ? this.extend(toLatLng(obj) || toLatLngBounds(obj)) : this;
+		}
+
+		if (!sw && !ne) {
+			this._southWest = new LatLng(sw2.lat, sw2.lng);
+			this._northEast = new LatLng(ne2.lat, ne2.lng);
+		} else {
+			sw.lat = Math.min(sw2.lat, sw.lat);
+			sw.lng = Math.min(sw2.lng, sw.lng);
+			ne.lat = Math.max(ne2.lat, ne.lat);
+			ne.lng = Math.max(ne2.lng, ne.lng);
+		}
+
+		return this;
+	},
+
+	// @method pad(bufferRatio: Number): LatLngBounds
+	// Returns bounds created by extending or retracting the current bounds by a given ratio in each direction.
+	// For example, a ratio of 0.5 extends the bounds by 50% in each direction.
+	// Negative values will retract the bounds.
+	pad: function (bufferRatio) {
+		var sw = this._southWest,
+		    ne = this._northEast,
+		    heightBuffer = Math.abs(sw.lat - ne.lat) * bufferRatio,
+		    widthBuffer = Math.abs(sw.lng - ne.lng) * bufferRatio;
+
+		return new LatLngBounds(
+		        new LatLng(sw.lat - heightBuffer, sw.lng - widthBuffer),
+		        new LatLng(ne.lat + heightBuffer, ne.lng + widthBuffer));
+	},
+
+	// @method getCenter(): LatLng
+	// Returns the center point of the bounds.
+	getCenter: function () {
+		return new LatLng(
+		        (this._southWest.lat + this._northEast.lat) / 2,
+		        (this._southWest.lng + this._northEast.lng) / 2);
+	},
+
+	// @method getSouthWest(): LatLng
+	// Returns the south-west point of the bounds.
+	getSouthWest: function () {
+		return this._southWest;
+	},
+
+	// @method getNorthEast(): LatLng
+	// Returns the north-east point of the bounds.
+	getNorthEast: function () {
+		return this._northEast;
+	},
+
+	// @method getNorthWest(): LatLng
+	// Returns the north-west point of the bounds.
+	getNorthWest: function () {
+		return new LatLng(this.getNorth(), this.getWest());
+	},
+
+	// @method getSouthEast(): LatLng
+	// Returns the south-east point of the bounds.
+	getSouthEast: function () {
+		return new LatLng(this.getSouth(), this.getEast());
+	},
+
+	// @method getWest(): Number
+	// Returns the west longitude of the bounds
+	getWest: function () {
+		return this._southWest.lng;
+	},
+
+	// @method getSouth(): Number
+	// Returns the south latitude of the bounds
+	getSouth: function () {
+		return this._southWest.lat;
+	},
+
+	// @method getEast(): Number
+	// Returns the east longitude of the bounds
+	getEast: function () {
+		return this._northEast.lng;
+	},
+
+	// @method getNorth(): Number
+	// Returns the north latitude of the bounds
+	getNorth: function () {
+		return this._northEast.lat;
+	},
+
+	// @method contains(otherBounds: LatLngBounds): Boolean
+	// Returns `true` if the rectangle contains the given one.
+
+	// @alternative
+	// @method contains (latlng: LatLng): Boolean
+	// Returns `true` if the rectangle contains the given point.
+	contains: function (obj) { // (LatLngBounds) or (LatLng) -> Boolean
+		if (typeof obj[0] === 'number' || obj instanceof LatLng || 'lat' in obj) {
+			obj = toLatLng(obj);
+		} else {
+			obj = toLatLngBounds(obj);
+		}
+
+		var sw = this._southWest,
+		    ne = this._northEast,
+		    sw2, ne2;
+
+		if (obj instanceof LatLngBounds) {
+			sw2 = obj.getSouthWest();
+			ne2 = obj.getNorthEast();
+		} else {
+			sw2 = ne2 = obj;
+		}
+
+		return (sw2.lat >= sw.lat) && (ne2.lat <= ne.lat) &&
+		       (sw2.lng >= sw.lng) && (ne2.lng <= ne.lng);
+	},
+
+	// @method intersects(otherBounds: LatLngBounds): Boolean
+	// Returns `true` if the rectangle intersects the given bounds. Two bounds intersect if they have at least one point in common.
+	intersects: function (bounds) {
+		bounds = toLatLngBounds(bounds);
+
+		var sw = this._southWest,
+		    ne = this._northEast,
+		    sw2 = bounds.getSouthWest(),
+		    ne2 = bounds.getNorthEast(),
+
+		    latIntersects = (ne2.lat >= sw.lat) && (sw2.lat <= ne.lat),
+		    lngIntersects = (ne2.lng >= sw.lng) && (sw2.lng <= ne.lng);
+
+		return latIntersects && lngIntersects;
+	},
+
+	// @method overlaps(otherBounds: Bounds): Boolean
+	// Returns `true` if the rectangle overlaps the given bounds. Two bounds overlap if their intersection is an area.
+	overlaps: function (bounds) {
+		bounds = toLatLngBounds(bounds);
+
+		var sw = this._southWest,
+		    ne = this._northEast,
+		    sw2 = bounds.getSouthWest(),
+		    ne2 = bounds.getNorthEast(),
+
+		    latOverlaps = (ne2.lat > sw.lat) && (sw2.lat < ne.lat),
+		    lngOverlaps = (ne2.lng > sw.lng) && (sw2.lng < ne.lng);
+
+		return latOverlaps && lngOverlaps;
+	},
+
+	// @method toBBoxString(): String
+	// Returns a string with bounding box coordinates in a 'southwest_lng,southwest_lat,northeast_lng,northeast_lat' format. Useful for sending requests to web services that return geo data.
+	toBBoxString: function () {
+		return [this.getWest(), this.getSouth(), this.getEast(), this.getNorth()].join(',');
+	},
+
+	// @method equals(otherBounds: LatLngBounds, maxMargin?: Number): Boolean
+	// Returns `true` if the rectangle is equivalent (within a small margin of error) to the given bounds. The margin of error can be overridden by setting `maxMargin` to a small number.
+	equals: function (bounds, maxMargin) {
+		if (!bounds) { return false; }
+
+		bounds = toLatLngBounds(bounds);
+
+		return this._southWest.equals(bounds.getSouthWest(), maxMargin) &&
+		       this._northEast.equals(bounds.getNorthEast(), maxMargin);
+	},
+
+	// @method isValid(): Boolean
+	// Returns `true` if the bounds are properly initialized.
+	isValid: function () {
+		return !!(this._southWest && this._northEast);
+	}
+};
+
+// TODO International date line?
+
+// @factory L.latLngBounds(corner1: LatLng, corner2: LatLng)
+// Creates a `LatLngBounds` object by defining two diagonally opposite corners of the rectangle.
+
+// @alternative
+// @factory L.latLngBounds(latlngs: LatLng[])
+// Creates a `LatLngBounds` object defined by the geographical points it contains. Very useful for zooming the map to fit a particular set of locations with [`fitBounds`](#map-fitbounds).
+function toLatLngBounds(a, b) {
+	if (a instanceof LatLngBounds) {
+		return a;
+	}
+	return new LatLngBounds(a, b);
+}
+
+/* @class LatLng
+ * @aka L.LatLng
+ *
+ * Represents a geographical point with a certain latitude and longitude.
+ *
+ * @example
+ *
+ * ```
+ * var latlng = L.latLng(50.5, 30.5);
+ * ```
+ *
+ * All Leaflet methods that accept LatLng objects also accept them in a simple Array form and simple object form (unless noted otherwise), so these lines are equivalent:
+ *
+ * ```
+ * map.panTo([50, 30]);
+ * map.panTo({lon: 30, lat: 50});
+ * map.panTo({lat: 50, lng: 30});
+ * map.panTo(L.latLng(50, 30));
+ * ```
+ *
+ * Note that `LatLng` does not inherit from Leaflet's `Class` object,
+ * which means new classes can't inherit from it, and new methods
+ * can't be added to it with the `include` function.
+ */
+
+function LatLng(lat, lng, alt) {
+	if (isNaN(lat) || isNaN(lng)) {
+		throw new Error('Invalid LatLng object: (' + lat + ', ' + lng + ')');
+	}
+
+	// @property lat: Number
+	// Latitude in degrees
+	this.lat = +lat;
+
+	// @property lng: Number
+	// Longitude in degrees
+	this.lng = +lng;
+
+	// @property alt: Number
+	// Altitude in meters (optional)
+	if (alt !== undefined) {
+		this.alt = +alt;
+	}
+}
+
+LatLng.prototype = {
+	// @method equals(otherLatLng: LatLng, maxMargin?: Number): Boolean
+	// Returns `true` if the given `LatLng` point is at the same position (within a small margin of error). The margin of error can be overridden by setting `maxMargin` to a small number.
+	equals: function (obj, maxMargin) {
+		if (!obj) { return false; }
+
+		obj = toLatLng(obj);
+
+		var margin = Math.max(
+		        Math.abs(this.lat - obj.lat),
+		        Math.abs(this.lng - obj.lng));
+
+		return margin <= (maxMargin === undefined ? 1.0E-9 : maxMargin);
+	},
+
+	// @method toString(): String
+	// Returns a string representation of the point (for debugging purposes).
+	toString: function (precision) {
+		return 'LatLng(' +
+		        formatNum(this.lat, precision) + ', ' +
+		        formatNum(this.lng, precision) + ')';
+	},
+
+	// @method distanceTo(otherLatLng: LatLng): Number
+	// Returns the distance (in meters) to the given `LatLng` calculated using the [Spherical Law of Cosines](https://en.wikipedia.org/wiki/Spherical_law_of_cosines).
+	distanceTo: function (other) {
+		return Earth.distance(this, toLatLng(other));
+	},
+
+	// @method wrap(): LatLng
+	// Returns a new `LatLng` object with the longitude wrapped so it's always between -180 and +180 degrees.
+	wrap: function () {
+		return Earth.wrapLatLng(this);
+	},
+
+	// @method toBounds(sizeInMeters: Number): LatLngBounds
+	// Returns a new `LatLngBounds` object in which each boundary is `sizeInMeters/2` meters apart from the `LatLng`.
+	toBounds: function (sizeInMeters) {
+		var latAccuracy = 180 * sizeInMeters / 40075017,
+		    lngAccuracy = latAccuracy / Math.cos((Math.PI / 180) * this.lat);
+
+		return toLatLngBounds(
+		        [this.lat - latAccuracy, this.lng - lngAccuracy],
+		        [this.lat + latAccuracy, this.lng + lngAccuracy]);
+	},
+
+	clone: function () {
+		return new LatLng(this.lat, this.lng, this.alt);
+	}
+};
+
+
+
+// @factory L.latLng(latitude: Number, longitude: Number, altitude?: Number): LatLng
+// Creates an object representing a geographical point with the given latitude and longitude (and optionally altitude).
+
+// @alternative
+// @factory L.latLng(coords: Array): LatLng
+// Expects an array of the form `[Number, Number]` or `[Number, Number, Number]` instead.
+
+// @alternative
+// @factory L.latLng(coords: Object): LatLng
+// Expects an plain object of the form `{lat: Number, lng: Number}` or `{lat: Number, lng: Number, alt: Number}` instead.
+
+function toLatLng(a, b, c) {
+	if (a instanceof LatLng) {
+		return a;
+	}
+	if (isArray(a) && typeof a[0] !== 'object') {
+		if (a.length === 3) {
+			return new LatLng(a[0], a[1], a[2]);
+		}
+		if (a.length === 2) {
+			return new LatLng(a[0], a[1]);
+		}
+		return null;
+	}
+	if (a === undefined || a === null) {
+		return a;
+	}
+	if (typeof a === 'object' && 'lat' in a) {
+		return new LatLng(a.lat, 'lng' in a ? a.lng : a.lon, a.alt);
+	}
+	if (b === undefined) {
+		return null;
+	}
+	return new LatLng(a, b, c);
+}
+
+/*
+ * @namespace CRS
+ * @crs L.CRS.Base
+ * Object that defines coordinate reference systems for projecting
+ * geographical points into pixel (screen) coordinates and back (and to
+ * coordinates in other units for [WMS](https://en.wikipedia.org/wiki/Web_Map_Service) services). See
+ * [spatial reference system](http://en.wikipedia.org/wiki/Coordinate_reference_system).
+ *
+ * Leaflet defines the most usual CRSs by default. If you want to use a
+ * CRS not defined by default, take a look at the
+ * [Proj4Leaflet](https://github.com/kartena/Proj4Leaflet) plugin.
+ *
+ * Note that the CRS instances do not inherit from Leafet's `Class` object,
+ * and can't be instantiated. Also, new classes can't inherit from them,
+ * and methods can't be added to them with the `include` function.
+ */
+
+var CRS = {
+	// @method latLngToPoint(latlng: LatLng, zoom: Number): Point
+	// Projects geographical coordinates into pixel coordinates for a given zoom.
+	latLngToPoint: function (latlng, zoom) {
+		var projectedPoint = this.projection.project(latlng),
+		    scale = this.scale(zoom);
+
+		return this.transformation._transform(projectedPoint, scale);
+	},
+
+	// @method pointToLatLng(point: Point, zoom: Number): LatLng
+	// The inverse of `latLngToPoint`. Projects pixel coordinates on a given
+	// zoom into geographical coordinates.
+	pointToLatLng: function (point, zoom) {
+		var scale = this.scale(zoom),
+		    untransformedPoint = this.transformation.untransform(point, scale);
+
+		return this.projection.unproject(untransformedPoint);
+	},
+
+	// @method project(latlng: LatLng): Point
+	// Projects geographical coordinates into coordinates in units accepted for
+	// this CRS (e.g. meters for EPSG:3857, for passing it to WMS services).
+	project: function (latlng) {
+		return this.projection.project(latlng);
+	},
+
+	// @method unproject(point: Point): LatLng
+	// Given a projected coordinate returns the corresponding LatLng.
+	// The inverse of `project`.
+	unproject: function (point) {
+		return this.projection.unproject(point);
+	},
+
+	// @method scale(zoom: Number): Number
+	// Returns the scale used when transforming projected coordinates into
+	// pixel coordinates for a particular zoom. For example, it returns
+	// `256 * 2^zoom` for Mercator-based CRS.
+	scale: function (zoom) {
+		return 256 * Math.pow(2, zoom);
+	},
+
+	// @method zoom(scale: Number): Number
+	// Inverse of `scale()`, returns the zoom level corresponding to a scale
+	// factor of `scale`.
+	zoom: function (scale) {
+		return Math.log(scale / 256) / Math.LN2;
+	},
+
+	// @method getProjectedBounds(zoom: Number): Bounds
+	// Returns the projection's bounds scaled and transformed for the provided `zoom`.
+	getProjectedBounds: function (zoom) {
+		if (this.infinite) { return null; }
+
+		var b = this.projection.bounds,
+		    s = this.scale(zoom),
+		    min = this.transformation.transform(b.min, s),
+		    max = this.transformation.transform(b.max, s);
+
+		return new Bounds(min, max);
+	},
+
+	// @method distance(latlng1: LatLng, latlng2: LatLng): Number
+	// Returns the distance between two geographical coordinates.
+
+	// @property code: String
+	// Standard code name of the CRS passed into WMS services (e.g. `'EPSG:3857'`)
+	//
+	// @property wrapLng: Number[]
+	// An array of two numbers defining whether the longitude (horizontal) coordinate
+	// axis wraps around a given range and how. Defaults to `[-180, 180]` in most
+	// geographical CRSs. If `undefined`, the longitude axis does not wrap around.
+	//
+	// @property wrapLat: Number[]
+	// Like `wrapLng`, but for the latitude (vertical) axis.
+
+	// wrapLng: [min, max],
+	// wrapLat: [min, max],
+
+	// @property infinite: Boolean
+	// If true, the coordinate space will be unbounded (infinite in both axes)
+	infinite: false,
+
+	// @method wrapLatLng(latlng: LatLng): LatLng
+	// Returns a `LatLng` where lat and lng has been wrapped according to the
+	// CRS's `wrapLat` and `wrapLng` properties, if they are outside the CRS's bounds.
+	wrapLatLng: function (latlng) {
+		var lng = this.wrapLng ? wrapNum(latlng.lng, this.wrapLng, true) : latlng.lng,
+		    lat = this.wrapLat ? wrapNum(latlng.lat, this.wrapLat, true) : latlng.lat,
+		    alt = latlng.alt;
+
+		return new LatLng(lat, lng, alt);
+	},
+
+	// @method wrapLatLngBounds(bounds: LatLngBounds): LatLngBounds
+	// Returns a `LatLngBounds` with the same size as the given one, ensuring
+	// that its center is within the CRS's bounds.
+	// Only accepts actual `L.LatLngBounds` instances, not arrays.
+	wrapLatLngBounds: function (bounds) {
+		var center = bounds.getCenter(),
+		    newCenter = this.wrapLatLng(center),
+		    latShift = center.lat - newCenter.lat,
+		    lngShift = center.lng - newCenter.lng;
+
+		if (latShift === 0 && lngShift === 0) {
+			return bounds;
+		}
+
+		var sw = bounds.getSouthWest(),
+		    ne = bounds.getNorthEast(),
+		    newSw = new LatLng(sw.lat - latShift, sw.lng - lngShift),
+		    newNe = new LatLng(ne.lat - latShift, ne.lng - lngShift);
+
+		return new LatLngBounds(newSw, newNe);
+	}
+};
+
+/*
+ * @namespace CRS
+ * @crs L.CRS.Earth
+ *
+ * Serves as the base for CRS that are global such that they cover the earth.
+ * Can only be used as the base for other CRS and cannot be used directly,
+ * since it does not have a `code`, `projection` or `transformation`. `distance()` returns
+ * meters.
+ */
+
+var Earth = extend({}, CRS, {
+	wrapLng: [-180, 180],
+
+	// Mean Earth Radius, as recommended for use by
+	// the International Union of Geodesy and Geophysics,
+	// see http://rosettacode.org/wiki/Haversine_formula
+	R: 6371000,
+
+	// distance between two geographical points using spherical law of cosines approximation
+	distance: function (latlng1, latlng2) {
+		var rad = Math.PI / 180,
+		    lat1 = latlng1.lat * rad,
+		    lat2 = latlng2.lat * rad,
+		    sinDLat = Math.sin((latlng2.lat - latlng1.lat) * rad / 2),
+		    sinDLon = Math.sin((latlng2.lng - latlng1.lng) * rad / 2),
+		    a = sinDLat * sinDLat + Math.cos(lat1) * Math.cos(lat2) * sinDLon * sinDLon,
+		    c = 2 * Math.atan2(Math.sqrt(a), Math.sqrt(1 - a));
+		return this.R * c;
+	}
+});
+
+/*
+ * @namespace Projection
+ * @projection L.Projection.SphericalMercator
+ *
+ * Spherical Mercator projection — the most common projection for online maps,
+ * used by almost all free and commercial tile providers. Assumes that Earth is
+ * a sphere. Used by the `EPSG:3857` CRS.
+ */
+
+var SphericalMercator = {
+
+	R: 6378137,
+	MAX_LATITUDE: 85.0511287798,
+
+	project: function (latlng) {
+		var d = Math.PI / 180,
+		    max = this.MAX_LATITUDE,
+		    lat = Math.max(Math.min(max, latlng.lat), -max),
+		    sin = Math.sin(lat * d);
+
+		return new Point(
+			this.R * latlng.lng * d,
+			this.R * Math.log((1 + sin) / (1 - sin)) / 2);
+	},
+
+	unproject: function (point) {
+		var d = 180 / Math.PI;
+
+		return new LatLng(
+			(2 * Math.atan(Math.exp(point.y / this.R)) - (Math.PI / 2)) * d,
+			point.x * d / this.R);
+	},
+
+	bounds: (function () {
+		var d = 6378137 * Math.PI;
+		return new Bounds([-d, -d], [d, d]);
+	})()
+};
+
+/*
+ * @class Transformation
+ * @aka L.Transformation
+ *
+ * Represents an affine transformation: a set of coefficients `a`, `b`, `c`, `d`
+ * for transforming a point of a form `(x, y)` into `(a*x + b, c*y + d)` and doing
+ * the reverse. Used by Leaflet in its projections code.
+ *
+ * @example
+ *
+ * ```js
+ * var transformation = L.transformation(2, 5, -1, 10),
+ * 	p = L.point(1, 2),
+ * 	p2 = transformation.transform(p), //  L.point(7, 8)
+ * 	p3 = transformation.untransform(p2); //  L.point(1, 2)
+ * ```
+ */
+
+
+// factory new L.Transformation(a: Number, b: Number, c: Number, d: Number)
+// Creates a `Transformation` object with the given coefficients.
+function Transformation(a, b, c, d) {
+	if (isArray(a)) {
+		// use array properties
+		this._a = a[0];
+		this._b = a[1];
+		this._c = a[2];
+		this._d = a[3];
+		return;
+	}
+	this._a = a;
+	this._b = b;
+	this._c = c;
+	this._d = d;
+}
+
+Transformation.prototype = {
+	// @method transform(point: Point, scale?: Number): Point
+	// Returns a transformed point, optionally multiplied by the given scale.
+	// Only accepts actual `L.Point` instances, not arrays.
+	transform: function (point, scale) { // (Point, Number) -> Point
+		return this._transform(point.clone(), scale);
+	},
+
+	// destructive transform (faster)
+	_transform: function (point, scale) {
+		scale = scale || 1;
+		point.x = scale * (this._a * point.x + this._b);
+		point.y = scale * (this._c * point.y + this._d);
+		return point;
+	},
+
+	// @method untransform(point: Point, scale?: Number): Point
+	// Returns the reverse transformation of the given point, optionally divided
+	// by the given scale. Only accepts actual `L.Point` instances, not arrays.
+	untransform: function (point, scale) {
+		scale = scale || 1;
+		return new Point(
+		        (point.x / scale - this._b) / this._a,
+		        (point.y / scale - this._d) / this._c);
+	}
+};
+
+// factory L.transformation(a: Number, b: Number, c: Number, d: Number)
+
+// @factory L.transformation(a: Number, b: Number, c: Number, d: Number)
+// Instantiates a Transformation object with the given coefficients.
+
+// @alternative
+// @factory L.transformation(coefficients: Array): Transformation
+// Expects an coefficients array of the form
+// `[a: Number, b: Number, c: Number, d: Number]`.
+
+function toTransformation(a, b, c, d) {
+	return new Transformation(a, b, c, d);
+}
+
+/*
+ * @namespace CRS
+ * @crs L.CRS.EPSG3857
+ *
+ * The most common CRS for online maps, used by almost all free and commercial
+ * tile providers. Uses Spherical Mercator projection. Set in by default in
+ * Map's `crs` option.
+ */
+
+var EPSG3857 = extend({}, Earth, {
+	code: 'EPSG:3857',
+	projection: SphericalMercator,
+
+	transformation: (function () {
+		var scale = 0.5 / (Math.PI * SphericalMercator.R);
+		return toTransformation(scale, 0.5, -scale, 0.5);
+	}())
+});
+
+var EPSG900913 = extend({}, EPSG3857, {
+	code: 'EPSG:900913'
+});
+
+// @namespace SVG; @section
+// There are several static functions which can be called without instantiating L.SVG:
+
+// @function create(name: String): SVGElement
+// Returns a instance of [SVGElement](https://developer.mozilla.org/docs/Web/API/SVGElement),
+// corresponding to the class name passed. For example, using 'line' will return
+// an instance of [SVGLineElement](https://developer.mozilla.org/docs/Web/API/SVGLineElement).
+function svgCreate(name) {
+	return document.createElementNS('http://www.w3.org/2000/svg', name);
+}
+
+// @function pointsToPath(rings: Point[], closed: Boolean): String
+// Generates a SVG path string for multiple rings, with each ring turning
+// into "M..L..L.." instructions
+function pointsToPath(rings, closed) {
+	var str = '',
+	i, j, len, len2, points, p;
+
+	for (i = 0, len = rings.length; i < len; i++) {
+		points = rings[i];
+
+		for (j = 0, len2 = points.length; j < len2; j++) {
+			p = points[j];
+			str += (j ? 'L' : 'M') + p.x + ' ' + p.y;
+		}
+
+		// closes the ring for polygons; "x" is VML syntax
+		str += closed ? (svg ? 'z' : 'x') : '';
+	}
+
+	// SVG complains about empty path strings
+	return str || 'M0 0';
+}
+
+/*
+ * @namespace Browser
+ * @aka L.Browser
+ *
+ * A namespace with static properties for browser/feature detection used by Leaflet internally.
+ *
+ * @example
+ *
+ * ```js
+ * if (L.Browser.ielt9) {
+ *   alert('Upgrade your browser, dude!');
+ * }
+ * ```
+ */
+
+var style$1 = document.documentElement.style;
+
+// @property ie: Boolean; `true` for all Internet Explorer versions (not Edge).
+var ie = 'ActiveXObject' in window;
+
+// @property ielt9: Boolean; `true` for Internet Explorer versions less than 9.
+var ielt9 = ie && !document.addEventListener;
+
+// @property edge: Boolean; `true` for the Edge web browser.
+var edge = 'msLaunchUri' in navigator && !('documentMode' in document);
+
+// @property webkit: Boolean;
+// `true` for webkit-based browsers like Chrome and Safari (including mobile versions).
+var webkit = userAgentContains('webkit');
+
+// @property android: Boolean
+// `true` for any browser running on an Android platform.
+var android = userAgentContains('android');
+
+// @property android23: Boolean; `true` for browsers running on Android 2 or Android 3.
+var android23 = userAgentContains('android 2') || userAgentContains('android 3');
+
+/* See https://stackoverflow.com/a/17961266 for details on detecting stock Android */
+var webkitVer = parseInt(/WebKit\/([0-9]+)|$/.exec(navigator.userAgent)[1], 10); // also matches AppleWebKit
+// @property androidStock: Boolean; `true` for the Android stock browser (i.e. not Chrome)
+var androidStock = android && userAgentContains('Google') && webkitVer < 537 && !('AudioNode' in window);
+
+// @property opera: Boolean; `true` for the Opera browser
+var opera = !!window.opera;
+
+// @property chrome: Boolean; `true` for the Chrome browser.
+var chrome = userAgentContains('chrome');
+
+// @property gecko: Boolean; `true` for gecko-based browsers like Firefox.
+var gecko = userAgentContains('gecko') && !webkit && !opera && !ie;
+
+// @property safari: Boolean; `true` for the Safari browser.
+var safari = !chrome && userAgentContains('safari');
+
+var phantom = userAgentContains('phantom');
+
+// @property opera12: Boolean
+// `true` for the Opera browser supporting CSS transforms (version 12 or later).
+var opera12 = 'OTransition' in style$1;
+
+// @property win: Boolean; `true` when the browser is running in a Windows platform
+var win = navigator.platform.indexOf('Win') === 0;
+
+// @property ie3d: Boolean; `true` for all Internet Explorer versions supporting CSS transforms.
+var ie3d = ie && ('transition' in style$1);
+
+// @property webkit3d: Boolean; `true` for webkit-based browsers supporting CSS transforms.
+var webkit3d = ('WebKitCSSMatrix' in window) && ('m11' in new window.WebKitCSSMatrix()) && !android23;
+
+// @property gecko3d: Boolean; `true` for gecko-based browsers supporting CSS transforms.
+var gecko3d = 'MozPerspective' in style$1;
+
+// @property any3d: Boolean
+// `true` for all browsers supporting CSS transforms.
+var any3d = !window.L_DISABLE_3D && (ie3d || webkit3d || gecko3d) && !opera12 && !phantom;
+
+// @property mobile: Boolean; `true` for all browsers running in a mobile device.
+var mobile = typeof orientation !== 'undefined' || userAgentContains('mobile');
+
+// @property mobileWebkit: Boolean; `true` for all webkit-based browsers in a mobile device.
+var mobileWebkit = mobile && webkit;
+
+// @property mobileWebkit3d: Boolean
+// `true` for all webkit-based browsers in a mobile device supporting CSS transforms.
+var mobileWebkit3d = mobile && webkit3d;
+
+// @property msPointer: Boolean
+// `true` for browsers implementing the Microsoft touch events model (notably IE10).
+var msPointer = !window.PointerEvent && window.MSPointerEvent;
+
+// @property pointer: Boolean
+// `true` for all browsers supporting [pointer events](https://msdn.microsoft.com/en-us/library/dn433244%28v=vs.85%29.aspx).
+var pointer = !!(window.PointerEvent || msPointer);
+
+// @property touch: Boolean
+// `true` for all browsers supporting [touch events](https://developer.mozilla.org/docs/Web/API/Touch_events).
+// This does not necessarily mean that the browser is running in a computer with
+// a touchscreen, it only means that the browser is capable of understanding
+// touch events.
+var touch = !window.L_NO_TOUCH && (pointer || 'ontouchstart' in window ||
+		(window.DocumentTouch && document instanceof window.DocumentTouch));
+
+// @property mobileOpera: Boolean; `true` for the Opera browser in a mobile device.
+var mobileOpera = mobile && opera;
+
+// @property mobileGecko: Boolean
+// `true` for gecko-based browsers running in a mobile device.
+var mobileGecko = mobile && gecko;
+
+// @property retina: Boolean
+// `true` for browsers on a high-resolution "retina" screen or on any screen when browser's display zoom is more than 100%.
+var retina = (window.devicePixelRatio || (window.screen.deviceXDPI / window.screen.logicalXDPI)) > 1;
+
+
+// @property canvas: Boolean
+// `true` when the browser supports [`<canvas>`](https://developer.mozilla.org/docs/Web/API/Canvas_API).
+var canvas = (function () {
+	return !!document.createElement('canvas').getContext;
+}());
+
+// @property svg: Boolean
+// `true` when the browser supports [SVG](https://developer.mozilla.org/docs/Web/SVG).
+var svg = !!(document.createElementNS && svgCreate('svg').createSVGRect);
+
+// @property vml: Boolean
+// `true` if the browser supports [VML](https://en.wikipedia.org/wiki/Vector_Markup_Language).
+var vml = !svg && (function () {
+	try {
+		var div = document.createElement('div');
+		div.innerHTML = '<v:shape adj="1"/>';
+
+		var shape = div.firstChild;
+		shape.style.behavior = 'url(#default#VML)';
+
+		return shape && (typeof shape.adj === 'object');
+
+	} catch (e) {
+		return false;
+	}
+}());
+
+
+function userAgentContains(str) {
+	return navigator.userAgent.toLowerCase().indexOf(str) >= 0;
+}
+
+
+var Browser = (Object.freeze || Object)({
+	ie: ie,
+	ielt9: ielt9,
+	edge: edge,
+	webkit: webkit,
+	android: android,
+	android23: android23,
+	androidStock: androidStock,
+	opera: opera,
+	chrome: chrome,
+	gecko: gecko,
+	safari: safari,
+	phantom: phantom,
+	opera12: opera12,
+	win: win,
+	ie3d: ie3d,
+	webkit3d: webkit3d,
+	gecko3d: gecko3d,
+	any3d: any3d,
+	mobile: mobile,
+	mobileWebkit: mobileWebkit,
+	mobileWebkit3d: mobileWebkit3d,
+	msPointer: msPointer,
+	pointer: pointer,
+	touch: touch,
+	mobileOpera: mobileOpera,
+	mobileGecko: mobileGecko,
+	retina: retina,
+	canvas: canvas,
+	svg: svg,
+	vml: vml
+});
+
+/*
+ * Extends L.DomEvent to provide touch support for Internet Explorer and Windows-based devices.
+ */
+
+
+var POINTER_DOWN =   msPointer ? 'MSPointerDown'   : 'pointerdown';
+var POINTER_MOVE =   msPointer ? 'MSPointerMove'   : 'pointermove';
+var POINTER_UP =     msPointer ? 'MSPointerUp'     : 'pointerup';
+var POINTER_CANCEL = msPointer ? 'MSPointerCancel' : 'pointercancel';
+var TAG_WHITE_LIST = ['INPUT', 'SELECT', 'OPTION'];
+
+var _pointers = {};
+var _pointerDocListener = false;
+
+// DomEvent.DoubleTap needs to know about this
+var _pointersCount = 0;
+
+// Provides a touch events wrapper for (ms)pointer events.
+// ref http://www.w3.org/TR/pointerevents/ https://www.w3.org/Bugs/Public/show_bug.cgi?id=22890
+
+function addPointerListener(obj, type, handler, id) {
+	if (type === 'touchstart') {
+		_addPointerStart(obj, handler, id);
+
+	} else if (type === 'touchmove') {
+		_addPointerMove(obj, handler, id);
+
+	} else if (type === 'touchend') {
+		_addPointerEnd(obj, handler, id);
+	}
+
+	return this;
+}
+
+function removePointerListener(obj, type, id) {
+	var handler = obj['_leaflet_' + type + id];
+
+	if (type === 'touchstart') {
+		obj.removeEventListener(POINTER_DOWN, handler, false);
+
+	} else if (type === 'touchmove') {
+		obj.removeEventListener(POINTER_MOVE, handler, false);
+
+	} else if (type === 'touchend') {
+		obj.removeEventListener(POINTER_UP, handler, false);
+		obj.removeEventListener(POINTER_CANCEL, handler, false);
+	}
+
+	return this;
+}
+
+function _addPointerStart(obj, handler, id) {
+	var onDown = bind(function (e) {
+		if (e.pointerType !== 'mouse' && e.MSPOINTER_TYPE_MOUSE && e.pointerType !== e.MSPOINTER_TYPE_MOUSE) {
+			// In IE11, some touch events needs to fire for form controls, or
+			// the controls will stop working. We keep a whitelist of tag names that
+			// need these events. For other target tags, we prevent default on the event.
+			if (TAG_WHITE_LIST.indexOf(e.target.tagName) < 0) {
+				preventDefault(e);
+			} else {
+				return;
+			}
+		}
+
+		_handlePointer(e, handler);
+	});
+
+	obj['_leaflet_touchstart' + id] = onDown;
+	obj.addEventListener(POINTER_DOWN, onDown, false);
+
+	// need to keep track of what pointers and how many are active to provide e.touches emulation
+	if (!_pointerDocListener) {
+		// we listen documentElement as any drags that end by moving the touch off the screen get fired there
+		document.documentElement.addEventListener(POINTER_DOWN, _globalPointerDown, true);
+		document.documentElement.addEventListener(POINTER_MOVE, _globalPointerMove, true);
+		document.documentElement.addEventListener(POINTER_UP, _globalPointerUp, true);
+		document.documentElement.addEventListener(POINTER_CANCEL, _globalPointerUp, true);
+
+		_pointerDocListener = true;
+	}
+}
+
+function _globalPointerDown(e) {
+	_pointers[e.pointerId] = e;
+	_pointersCount++;
+}
+
+function _globalPointerMove(e) {
+	if (_pointers[e.pointerId]) {
+		_pointers[e.pointerId] = e;
+	}
+}
+
+function _globalPointerUp(e) {
+	delete _pointers[e.pointerId];
+	_pointersCount--;
+}
+
+function _handlePointer(e, handler) {
+	e.touches = [];
+	for (var i in _pointers) {
+		e.touches.push(_pointers[i]);
+	}
+	e.changedTouches = [e];
+
+	handler(e);
+}
+
+function _addPointerMove(obj, handler, id) {
+	var onMove = function (e) {
+		// don't fire touch moves when mouse isn't down
+		if ((e.pointerType === e.MSPOINTER_TYPE_MOUSE || e.pointerType === 'mouse') && e.buttons === 0) { return; }
+
+		_handlePointer(e, handler);
+	};
+
+	obj['_leaflet_touchmove' + id] = onMove;
+	obj.addEventListener(POINTER_MOVE, onMove, false);
+}
+
+function _addPointerEnd(obj, handler, id) {
+	var onUp = function (e) {
+		_handlePointer(e, handler);
+	};
+
+	obj['_leaflet_touchend' + id] = onUp;
+	obj.addEventListener(POINTER_UP, onUp, false);
+	obj.addEventListener(POINTER_CANCEL, onUp, false);
+}
+
+/*
+ * Extends the event handling code with double tap support for mobile browsers.
+ */
+
+var _touchstart = msPointer ? 'MSPointerDown' : pointer ? 'pointerdown' : 'touchstart';
+var _touchend = msPointer ? 'MSPointerUp' : pointer ? 'pointerup' : 'touchend';
+var _pre = '_leaflet_';
+
+// inspired by Zepto touch code by Thomas Fuchs
+function addDoubleTapListener(obj, handler, id) {
+	var last, touch$$1,
+	    doubleTap = false,
+	    delay = 250;
+
+	function onTouchStart(e) {
+		var count;
+
+		if (pointer) {
+			if ((!edge) || e.pointerType === 'mouse') { return; }
+			count = _pointersCount;
+		} else {
+			count = e.touches.length;
+		}
+
+		if (count > 1) { return; }
+
+		var now = Date.now(),
+		    delta = now - (last || now);
+
+		touch$$1 = e.touches ? e.touches[0] : e;
+		doubleTap = (delta > 0 && delta <= delay);
+		last = now;
+	}
+
+	function onTouchEnd(e) {
+		if (doubleTap && !touch$$1.cancelBubble) {
+			if (pointer) {
+				if ((!edge) || e.pointerType === 'mouse') { return; }
+				// work around .type being readonly with MSPointer* events
+				var newTouch = {},
+				    prop, i;
+
+				for (i in touch$$1) {
+					prop = touch$$1[i];
+					newTouch[i] = prop && prop.bind ? prop.bind(touch$$1) : prop;
+				}
+				touch$$1 = newTouch;
+			}
+			touch$$1.type = 'dblclick';
+			handler(touch$$1);
+			last = null;
+		}
+	}
+
+	obj[_pre + _touchstart + id] = onTouchStart;
+	obj[_pre + _touchend + id] = onTouchEnd;
+	obj[_pre + 'dblclick' + id] = handler;
+
+	obj.addEventListener(_touchstart, onTouchStart, false);
+	obj.addEventListener(_touchend, onTouchEnd, false);
+
+	// On some platforms (notably, chrome<55 on win10 + touchscreen + mouse),
+	// the browser doesn't fire touchend/pointerup events but does fire
+	// native dblclicks. See #4127.
+	// Edge 14 also fires native dblclicks, but only for pointerType mouse, see #5180.
+	obj.addEventListener('dblclick', handler, false);
+
+	return this;
+}
+
+function removeDoubleTapListener(obj, id) {
+	var touchstart = obj[_pre + _touchstart + id],
+	    touchend = obj[_pre + _touchend + id],
+	    dblclick = obj[_pre + 'dblclick' + id];
+
+	obj.removeEventListener(_touchstart, touchstart, false);
+	obj.removeEventListener(_touchend, touchend, false);
+	if (!edge) {
+		obj.removeEventListener('dblclick', dblclick, false);
+	}
+
+	return this;
+}
+
+/*
+ * @namespace DomUtil
+ *
+ * Utility functions to work with the [DOM](https://developer.mozilla.org/docs/Web/API/Document_Object_Model)
+ * tree, used by Leaflet internally.
+ *
+ * Most functions expecting or returning a `HTMLElement` also work for
+ * SVG elements. The only difference is that classes refer to CSS classes
+ * in HTML and SVG classes in SVG.
+ */
+
+
+// @property TRANSFORM: String
+// Vendor-prefixed transform style name (e.g. `'webkitTransform'` for WebKit).
+var TRANSFORM = testProp(
+	['transform', 'webkitTransform', 'OTransform', 'MozTransform', 'msTransform']);
+
+// webkitTransition comes first because some browser versions that drop vendor prefix don't do
+// the same for the transitionend event, in particular the Android 4.1 stock browser
+
+// @property TRANSITION: String
+// Vendor-prefixed transition style name.
+var TRANSITION = testProp(
+	['webkitTransition', 'transition', 'OTransition', 'MozTransition', 'msTransition']);
+
+// @property TRANSITION_END: String
+// Vendor-prefixed transitionend event name.
+var TRANSITION_END =
+	TRANSITION === 'webkitTransition' || TRANSITION === 'OTransition' ? TRANSITION + 'End' : 'transitionend';
+
+
+// @function get(id: String|HTMLElement): HTMLElement
+// Returns an element given its DOM id, or returns the element itself
+// if it was passed directly.
+function get(id) {
+	return typeof id === 'string' ? document.getElementById(id) : id;
+}
+
+// @function getStyle(el: HTMLElement, styleAttrib: String): String
+// Returns the value for a certain style attribute on an element,
+// including computed values or values set through CSS.
+function getStyle(el, style) {
+	var value = el.style[style] || (el.currentStyle && el.currentStyle[style]);
+
+	if ((!value || value === 'auto') && document.defaultView) {
+		var css = document.defaultView.getComputedStyle(el, null);
+		value = css ? css[style] : null;
+	}
+	return value === 'auto' ? null : value;
+}
+
+// @function create(tagName: String, className?: String, container?: HTMLElement): HTMLElement
+// Creates an HTML element with `tagName`, sets its class to `className`, and optionally appends it to `container` element.
+function create$1(tagName, className, container) {
+	var el = document.createElement(tagName);
+	el.className = className || '';
+
+	if (container) {
+		container.appendChild(el);
+	}
+	return el;
+}
+
+// @function remove(el: HTMLElement)
+// Removes `el` from its parent element
+function remove(el) {
+	var parent = el.parentNode;
+	if (parent) {
+		parent.removeChild(el);
+	}
+}
+
+// @function empty(el: HTMLElement)
+// Removes all of `el`'s children elements from `el`
+function empty(el) {
+	while (el.firstChild) {
+		el.removeChild(el.firstChild);
+	}
+}
+
+// @function toFront(el: HTMLElement)
+// Makes `el` the last child of its parent, so it renders in front of the other children.
+function toFront(el) {
+	var parent = el.parentNode;
+	if (parent && parent.lastChild !== el) {
+		parent.appendChild(el);
+	}
+}
+
+// @function toBack(el: HTMLElement)
+// Makes `el` the first child of its parent, so it renders behind the other children.
+function toBack(el) {
+	var parent = el.parentNode;
+	if (parent && parent.firstChild !== el) {
+		parent.insertBefore(el, parent.firstChild);
+	}
+}
+
+// @function hasClass(el: HTMLElement, name: String): Boolean
+// Returns `true` if the element's class attribute contains `name`.
+function hasClass(el, name) {
+	if (el.classList !== undefined) {
+		return el.classList.contains(name);
+	}
+	var className = getClass(el);
+	return className.length > 0 && new RegExp('(^|\\s)' + name + '(\\s|$)').test(className);
+}
+
+// @function addClass(el: HTMLElement, name: String)
+// Adds `name` to the element's class attribute.
+function addClass(el, name) {
+	if (el.classList !== undefined) {
+		var classes = splitWords(name);
+		for (var i = 0, len = classes.length; i < len; i++) {
+			el.classList.add(classes[i]);
+		}
+	} else if (!hasClass(el, name)) {
+		var className = getClass(el);
+		setClass(el, (className ? className + ' ' : '') + name);
+	}
+}
+
+// @function removeClass(el: HTMLElement, name: String)
+// Removes `name` from the element's class attribute.
+function removeClass(el, name) {
+	if (el.classList !== undefined) {
+		el.classList.remove(name);
+	} else {
+		setClass(el, trim((' ' + getClass(el) + ' ').replace(' ' + name + ' ', ' ')));
+	}
+}
+
+// @function setClass(el: HTMLElement, name: String)
+// Sets the element's class.
+function setClass(el, name) {
+	if (el.className.baseVal === undefined) {
+		el.className = name;
+	} else {
+		// in case of SVG element
+		el.className.baseVal = name;
+	}
+}
+
+// @function getClass(el: HTMLElement): String
+// Returns the element's class.
+function getClass(el) {
+	// Check if the element is an SVGElementInstance and use the correspondingElement instead
+	// (Required for linked SVG elements in IE11.)
+	if (el.correspondingElement) {
+		el = el.correspondingElement;
+	}
+	return el.className.baseVal === undefined ? el.className : el.className.baseVal;
+}
+
+// @function setOpacity(el: HTMLElement, opacity: Number)
+// Set the opacity of an element (including old IE support).
+// `opacity` must be a number from `0` to `1`.
+function setOpacity(el, value) {
+	if ('opacity' in el.style) {
+		el.style.opacity = value;
+	} else if ('filter' in el.style) {
+		_setOpacityIE(el, value);
+	}
+}
+
+function _setOpacityIE(el, value) {
+	var filter = false,
+	    filterName = 'DXImageTransform.Microsoft.Alpha';
+
+	// filters collection throws an error if we try to retrieve a filter that doesn't exist
+	try {
+		filter = el.filters.item(filterName);
+	} catch (e) {
+		// don't set opacity to 1 if we haven't already set an opacity,
+		// it isn't needed and breaks transparent pngs.
+		if (value === 1) { return; }
+	}
+
+	value = Math.round(value * 100);
+
+	if (filter) {
+		filter.Enabled = (value !== 100);
+		filter.Opacity = value;
+	} else {
+		el.style.filter += ' progid:' + filterName + '(opacity=' + value + ')';
+	}
+}
+
+// @function testProp(props: String[]): String|false
+// Goes through the array of style names and returns the first name
+// that is a valid style name for an element. If no such name is found,
+// it returns false. Useful for vendor-prefixed styles like `transform`.
+function testProp(props) {
+	var style = document.documentElement.style;
+
+	for (var i = 0; i < props.length; i++) {
+		if (props[i] in style) {
+			return props[i];
+		}
+	}
+	return false;
+}
+
+// @function setTransform(el: HTMLElement, offset: Point, scale?: Number)
+// Resets the 3D CSS transform of `el` so it is translated by `offset` pixels
+// and optionally scaled by `scale`. Does not have an effect if the
+// browser doesn't support 3D CSS transforms.
+function setTransform(el, offset, scale) {
+	var pos = offset || new Point(0, 0);
+
+	el.style[TRANSFORM] =
+		(ie3d ?
+			'translate(' + pos.x + 'px,' + pos.y + 'px)' :
+			'translate3d(' + pos.x + 'px,' + pos.y + 'px,0)') +
+		(scale ? ' scale(' + scale + ')' : '');
+}
+
+// @function setPosition(el: HTMLElement, position: Point)
+// Sets the position of `el` to coordinates specified by `position`,
+// using CSS translate or top/left positioning depending on the browser
+// (used by Leaflet internally to position its layers).
+function setPosition(el, point) {
+
+	/*eslint-disable */
+	el._leaflet_pos = point;
+	/* eslint-enable */
+
+	if (any3d) {
+		setTransform(el, point);
+	} else {
+		el.style.left = point.x + 'px';
+		el.style.top = point.y + 'px';
+	}
+}
+
+// @function getPosition(el: HTMLElement): Point
+// Returns the coordinates of an element previously positioned with setPosition.
+function getPosition(el) {
+	// this method is only used for elements previously positioned using setPosition,
+	// so it's safe to cache the position for performance
+
+	return el._leaflet_pos || new Point(0, 0);
+}
+
+// @function disableTextSelection()
+// Prevents the user from generating `selectstart` DOM events, usually generated
+// when the user drags the mouse through a page with text. Used internally
+// by Leaflet to override the behaviour of any click-and-drag interaction on
+// the map. Affects drag interactions on the whole document.
+
+// @function enableTextSelection()
+// Cancels the effects of a previous [`L.DomUtil.disableTextSelection`](#domutil-disabletextselection).
+var disableTextSelection;
+var enableTextSelection;
+var _userSelect;
+if ('onselectstart' in document) {
+	disableTextSelection = function () {
+		on(window, 'selectstart', preventDefault);
+	};
+	enableTextSelection = function () {
+		off(window, 'selectstart', preventDefault);
+	};
+} else {
+	var userSelectProperty = testProp(
+		['userSelect', 'WebkitUserSelect', 'OUserSelect', 'MozUserSelect', 'msUserSelect']);
+
+	disableTextSelection = function () {
+		if (userSelectProperty) {
+			var style = document.documentElement.style;
+			_userSelect = style[userSelectProperty];
+			style[userSelectProperty] = 'none';
+		}
+	};
+	enableTextSelection = function () {
+		if (userSelectProperty) {
+			document.documentElement.style[userSelectProperty] = _userSelect;
+			_userSelect = undefined;
+		}
+	};
+}
+
+// @function disableImageDrag()
+// As [`L.DomUtil.disableTextSelection`](#domutil-disabletextselection), but
+// for `dragstart` DOM events, usually generated when the user drags an image.
+function disableImageDrag() {
+	on(window, 'dragstart', preventDefault);
+}
+
+// @function enableImageDrag()
+// Cancels the effects of a previous [`L.DomUtil.disableImageDrag`](#domutil-disabletextselection).
+function enableImageDrag() {
+	off(window, 'dragstart', preventDefault);
+}
+
+var _outlineElement;
+var _outlineStyle;
+// @function preventOutline(el: HTMLElement)
+// Makes the [outline](https://developer.mozilla.org/docs/Web/CSS/outline)
+// of the element `el` invisible. Used internally by Leaflet to prevent
+// focusable elements from displaying an outline when the user performs a
+// drag interaction on them.
+function preventOutline(element) {
+	while (element.tabIndex === -1) {
+		element = element.parentNode;
+	}
+	if (!element.style) { return; }
+	restoreOutline();
+	_outlineElement = element;
+	_outlineStyle = element.style.outline;
+	element.style.outline = 'none';
+	on(window, 'keydown', restoreOutline);
+}
+
+// @function restoreOutline()
+// Cancels the effects of a previous [`L.DomUtil.preventOutline`]().
+function restoreOutline() {
+	if (!_outlineElement) { return; }
+	_outlineElement.style.outline = _outlineStyle;
+	_outlineElement = undefined;
+	_outlineStyle = undefined;
+	off(window, 'keydown', restoreOutline);
+}
+
+// @function getSizedParentNode(el: HTMLElement): HTMLElement
+// Finds the closest parent node which size (width and height) is not null.
+function getSizedParentNode(element) {
+	do {
+		element = element.parentNode;
+	} while ((!element.offsetWidth || !element.offsetHeight) && element !== document.body);
+	return element;
+}
+
+// @function getScale(el: HTMLElement): Object
+// Computes the CSS scale currently applied on the element.
+// Returns an object with `x` and `y` members as horizontal and vertical scales respectively,
+// and `boundingClientRect` as the result of [`getBoundingClientRect()`](https://developer.mozilla.org/en-US/docs/Web/API/Element/getBoundingClientRect).
+function getScale(element) {
+	var rect = element.getBoundingClientRect(); // Read-only in old browsers.
+
+	return {
+		x: rect.width / element.offsetWidth || 1,
+		y: rect.height / element.offsetHeight || 1,
+		boundingClientRect: rect
+	};
+}
+
+
+var DomUtil = (Object.freeze || Object)({
+	TRANSFORM: TRANSFORM,
+	TRANSITION: TRANSITION,
+	TRANSITION_END: TRANSITION_END,
+	get: get,
+	getStyle: getStyle,
+	create: create$1,
+	remove: remove,
+	empty: empty,
+	toFront: toFront,
+	toBack: toBack,
+	hasClass: hasClass,
+	addClass: addClass,
+	removeClass: removeClass,
+	setClass: setClass,
+	getClass: getClass,
+	setOpacity: setOpacity,
+	testProp: testProp,
+	setTransform: setTransform,
+	setPosition: setPosition,
+	getPosition: getPosition,
+	disableTextSelection: disableTextSelection,
+	enableTextSelection: enableTextSelection,
+	disableImageDrag: disableImageDrag,
+	enableImageDrag: enableImageDrag,
+	preventOutline: preventOutline,
+	restoreOutline: restoreOutline,
+	getSizedParentNode: getSizedParentNode,
+	getScale: getScale
+});
+
+/*
+ * @namespace DomEvent
+ * Utility functions to work with the [DOM events](https://developer.mozilla.org/docs/Web/API/Event), used by Leaflet internally.
+ */
+
+// Inspired by John Resig, Dean Edwards and YUI addEvent implementations.
+
+// @function on(el: HTMLElement, types: String, fn: Function, context?: Object): this
+// Adds a listener function (`fn`) to a particular DOM event type of the
+// element `el`. You can optionally specify the context of the listener
+// (object the `this` keyword will point to). You can also pass several
+// space-separated types (e.g. `'click dblclick'`).
+
+// @alternative
+// @function on(el: HTMLElement, eventMap: Object, context?: Object): this
+// Adds a set of type/listener pairs, e.g. `{click: onClick, mousemove: onMouseMove}`
+function on(obj, types, fn, context) {
+
+	if (typeof types === 'object') {
+		for (var type in types) {
+			addOne(obj, type, types[type], fn);
+		}
+	} else {
+		types = splitWords(types);
+
+		for (var i = 0, len = types.length; i < len; i++) {
+			addOne(obj, types[i], fn, context);
+		}
+	}
+
+	return this;
+}
+
+var eventsKey = '_leaflet_events';
+
+// @function off(el: HTMLElement, types: String, fn: Function, context?: Object): this
+// Removes a previously added listener function.
+// Note that if you passed a custom context to on, you must pass the same
+// context to `off` in order to remove the listener.
+
+// @alternative
+// @function off(el: HTMLElement, eventMap: Object, context?: Object): this
+// Removes a set of type/listener pairs, e.g. `{click: onClick, mousemove: onMouseMove}`
+function off(obj, types, fn, context) {
+
+	if (typeof types === 'object') {
+		for (var type in types) {
+			removeOne(obj, type, types[type], fn);
+		}
+	} else if (types) {
+		types = splitWords(types);
+
+		for (var i = 0, len = types.length; i < len; i++) {
+			removeOne(obj, types[i], fn, context);
+		}
+	} else {
+		for (var j in obj[eventsKey]) {
+			removeOne(obj, j, obj[eventsKey][j]);
+		}
+		delete obj[eventsKey];
+	}
+
+	return this;
+}
+
+function addOne(obj, type, fn, context) {
+	var id = type + stamp(fn) + (context ? '_' + stamp(context) : '');
+
+	if (obj[eventsKey] && obj[eventsKey][id]) { return this; }
+
+	var handler = function (e) {
+		return fn.call(context || obj, e || window.event);
+	};
+
+	var originalHandler = handler;
+
+	if (pointer && type.indexOf('touch') === 0) {
+		// Needs DomEvent.Pointer.js
+		addPointerListener(obj, type, handler, id);
+
+	} else if (touch && (type === 'dblclick') && addDoubleTapListener &&
+	           !(pointer && chrome)) {
+		// Chrome >55 does not need the synthetic dblclicks from addDoubleTapListener
+		// See #5180
+		addDoubleTapListener(obj, handler, id);
+
+	} else if ('addEventListener' in obj) {
+
+		if (type === 'mousewheel') {
+			obj.addEventListener('onwheel' in obj ? 'wheel' : 'mousewheel', handler, false);
+
+		} else if ((type === 'mouseenter') || (type === 'mouseleave')) {
+			handler = function (e) {
+				e = e || window.event;
+				if (isExternalTarget(obj, e)) {
+					originalHandler(e);
+				}
+			};
+			obj.addEventListener(type === 'mouseenter' ? 'mouseover' : 'mouseout', handler, false);
+
+		} else {
+			if (type === 'click' && android) {
+				handler = function (e) {
+					filterClick(e, originalHandler);
+				};
+			}
+			obj.addEventListener(type, handler, false);
+		}
+
+	} else if ('attachEvent' in obj) {
+		obj.attachEvent('on' + type, handler);
+	}
+
+	obj[eventsKey] = obj[eventsKey] || {};
+	obj[eventsKey][id] = handler;
+}
+
+function removeOne(obj, type, fn, context) {
+
+	var id = type + stamp(fn) + (context ? '_' + stamp(context) : ''),
+	    handler = obj[eventsKey] && obj[eventsKey][id];
+
+	if (!handler) { return this; }
+
+	if (pointer && type.indexOf('touch') === 0) {
+		removePointerListener(obj, type, id);
+
+	} else if (touch && (type === 'dblclick') && removeDoubleTapListener &&
+	           !(pointer && chrome)) {
+		removeDoubleTapListener(obj, id);
+
+	} else if ('removeEventListener' in obj) {
+
+		if (type === 'mousewheel') {
+			obj.removeEventListener('onwheel' in obj ? 'wheel' : 'mousewheel', handler, false);
+
+		} else {
+			obj.removeEventListener(
+				type === 'mouseenter' ? 'mouseover' :
+				type === 'mouseleave' ? 'mouseout' : type, handler, false);
+		}
+
+	} else if ('detachEvent' in obj) {
+		obj.detachEvent('on' + type, handler);
+	}
+
+	obj[eventsKey][id] = null;
+}
+
+// @function stopPropagation(ev: DOMEvent): this
+// Stop the given event from propagation to parent elements. Used inside the listener functions:
+// ```js
+// L.DomEvent.on(div, 'click', function (ev) {
+// 	L.DomEvent.stopPropagation(ev);
+// });
+// ```
+function stopPropagation(e) {
+
+	if (e.stopPropagation) {
+		e.stopPropagation();
+	} else if (e.originalEvent) {  // In case of Leaflet event.
+		e.originalEvent._stopped = true;
+	} else {
+		e.cancelBubble = true;
+	}
+	skipped(e);
+
+	return this;
+}
+
+// @function disableScrollPropagation(el: HTMLElement): this
+// Adds `stopPropagation` to the element's `'mousewheel'` events (plus browser variants).
+function disableScrollPropagation(el) {
+	addOne(el, 'mousewheel', stopPropagation);
+	return this;
+}
+
+// @function disableClickPropagation(el: HTMLElement): this
+// Adds `stopPropagation` to the element's `'click'`, `'doubleclick'`,
+// `'mousedown'` and `'touchstart'` events (plus browser variants).
+function disableClickPropagation(el) {
+	on(el, 'mousedown touchstart dblclick', stopPropagation);
+	addOne(el, 'click', fakeStop);
+	return this;
+}
+
+// @function preventDefault(ev: DOMEvent): this
+// Prevents the default action of the DOM Event `ev` from happening (such as
+// following a link in the href of the a element, or doing a POST request
+// with page reload when a `<form>` is submitted).
+// Use it inside listener functions.
+function preventDefault(e) {
+	if (e.preventDefault) {
+		e.preventDefault();
+	} else {
+		e.returnValue = false;
+	}
+	return this;
+}
+
+// @function stop(ev: DOMEvent): this
+// Does `stopPropagation` and `preventDefault` at the same time.
+function stop(e) {
+	preventDefault(e);
+	stopPropagation(e);
+	return this;
+}
+
+// @function getMousePosition(ev: DOMEvent, container?: HTMLElement): Point
+// Gets normalized mouse position from a DOM event relative to the
+// `container` (border excluded) or to the whole page if not specified.
+function getMousePosition(e, container) {
+	if (!container) {
+		return new Point(e.clientX, e.clientY);
+	}
+
+	var scale = getScale(container),
+	    offset = scale.boundingClientRect; // left and top  values are in page scale (like the event clientX/Y)
+
+	return new Point(
+		// offset.left/top values are in page scale (like clientX/Y),
+		// whereas clientLeft/Top (border width) values are the original values (before CSS scale applies).
+		(e.clientX - offset.left) / scale.x - container.clientLeft,
+		(e.clientY - offset.top) / scale.y - container.clientTop
+	);
+}
+
+// Chrome on Win scrolls double the pixels as in other platforms (see #4538),
+// and Firefox scrolls device pixels, not CSS pixels
+var wheelPxFactor =
+	(win && chrome) ? 2 * window.devicePixelRatio :
+	gecko ? window.devicePixelRatio : 1;
+
+// @function getWheelDelta(ev: DOMEvent): Number
+// Gets normalized wheel delta from a mousewheel DOM event, in vertical
+// pixels scrolled (negative if scrolling down).
+// Events from pointing devices without precise scrolling are mapped to
+// a best guess of 60 pixels.
+function getWheelDelta(e) {
+	return (edge) ? e.wheelDeltaY / 2 : // Don't trust window-geometry-based delta
+	       (e.deltaY && e.deltaMode === 0) ? -e.deltaY / wheelPxFactor : // Pixels
+	       (e.deltaY && e.deltaMode === 1) ? -e.deltaY * 20 : // Lines
+	       (e.deltaY && e.deltaMode === 2) ? -e.deltaY * 60 : // Pages
+	       (e.deltaX || e.deltaZ) ? 0 :	// Skip horizontal/depth wheel events
+	       e.wheelDelta ? (e.wheelDeltaY || e.wheelDelta) / 2 : // Legacy IE pixels
+	       (e.detail && Math.abs(e.detail) < 32765) ? -e.detail * 20 : // Legacy Moz lines
+	       e.detail ? e.detail / -32765 * 60 : // Legacy Moz pages
+	       0;
+}
+
+var skipEvents = {};
+
+function fakeStop(e) {
+	// fakes stopPropagation by setting a special event flag, checked/reset with skipped(e)
+	skipEvents[e.type] = true;
+}
+
+function skipped(e) {
+	var events = skipEvents[e.type];
+	// reset when checking, as it's only used in map container and propagates outside of the map
+	skipEvents[e.type] = false;
+	return events;
+}
+
+// check if element really left/entered the event target (for mouseenter/mouseleave)
+function isExternalTarget(el, e) {
+
+	var related = e.relatedTarget;
+
+	if (!related) { return true; }
+
+	try {
+		while (related && (related !== el)) {
+			related = related.parentNode;
+		}
+	} catch (err) {
+		return false;
+	}
+	return (related !== el);
+}
+
+var lastClick;
+
+// this is a horrible workaround for a bug in Android where a single touch triggers two click events
+function filterClick(e, handler) {
+	var timeStamp = (e.timeStamp || (e.originalEvent && e.originalEvent.timeStamp)),
+	    elapsed = lastClick && (timeStamp - lastClick);
+
+	// are they closer together than 500ms yet more than 100ms?
+	// Android typically triggers them ~300ms apart while multiple listeners
+	// on the same event should be triggered far faster;
+	// or check if click is simulated on the element, and if it is, reject any non-simulated events
+
+	if ((elapsed && elapsed > 100 && elapsed < 500) || (e.target._simulatedClick && !e._simulated)) {
+		stop(e);
+		return;
+	}
+	lastClick = timeStamp;
+
+	handler(e);
+}
+
+
+
+
+var DomEvent = (Object.freeze || Object)({
+	on: on,
+	off: off,
+	stopPropagation: stopPropagation,
+	disableScrollPropagation: disableScrollPropagation,
+	disableClickPropagation: disableClickPropagation,
+	preventDefault: preventDefault,
+	stop: stop,
+	getMousePosition: getMousePosition,
+	getWheelDelta: getWheelDelta,
+	fakeStop: fakeStop,
+	skipped: skipped,
+	isExternalTarget: isExternalTarget,
+	addListener: on,
+	removeListener: off
+});
+
+/*
+ * @class PosAnimation
+ * @aka L.PosAnimation
+ * @inherits Evented
+ * Used internally for panning animations, utilizing CSS3 Transitions for modern browsers and a timer fallback for IE6-9.
+ *
+ * @example
+ * ```js
+ * var fx = new L.PosAnimation();
+ * fx.run(el, [300, 500], 0.5);
+ * ```
+ *
+ * @constructor L.PosAnimation()
+ * Creates a `PosAnimation` object.
+ *
+ */
+
+var PosAnimation = Evented.extend({
+
+	// @method run(el: HTMLElement, newPos: Point, duration?: Number, easeLinearity?: Number)
+	// Run an animation of a given element to a new position, optionally setting
+	// duration in seconds (`0.25` by default) and easing linearity factor (3rd
+	// argument of the [cubic bezier curve](http://cubic-bezier.com/#0,0,.5,1),
+	// `0.5` by default).
+	run: function (el, newPos, duration, easeLinearity) {
+		this.stop();
+
+		this._el = el;
+		this._inProgress = true;
+		this._duration = duration || 0.25;
+		this._easeOutPower = 1 / Math.max(easeLinearity || 0.5, 0.2);
+
+		this._startPos = getPosition(el);
+		this._offset = newPos.subtract(this._startPos);
+		this._startTime = +new Date();
+
+		// @event start: Event
+		// Fired when the animation starts
+		this.fire('start');
+
+		this._animate();
+	},
+
+	// @method stop()
+	// Stops the animation (if currently running).
+	stop: function () {
+		if (!this._inProgress) { return; }
+
+		this._step(true);
+		this._complete();
+	},
+
+	_animate: function () {
+		// animation loop
+		this._animId = requestAnimFrame(this._animate, this);
+		this._step();
+	},
+
+	_step: function (round) {
+		var elapsed = (+new Date()) - this._startTime,
+		    duration = this._duration * 1000;
+
+		if (elapsed < duration) {
+			this._runFrame(this._easeOut(elapsed / duration), round);
+		} else {
+			this._runFrame(1);
+			this._complete();
+		}
+	},
+
+	_runFrame: function (progress, round) {
+		var pos = this._startPos.add(this._offset.multiplyBy(progress));
+		if (round) {
+			pos._round();
+		}
+		setPosition(this._el, pos);
+
+		// @event step: Event
+		// Fired continuously during the animation.
+		this.fire('step');
+	},
+
+	_complete: function () {
+		cancelAnimFrame(this._animId);
+
+		this._inProgress = false;
+		// @event end: Event
+		// Fired when the animation ends.
+		this.fire('end');
+	},
+
+	_easeOut: function (t) {
+		return 1 - Math.pow(1 - t, this._easeOutPower);
+	}
+});
+
+/*
+ * @class Map
+ * @aka L.Map
+ * @inherits Evented
+ *
+ * The central class of the API — it is used to create a map on a page and manipulate it.
+ *
+ * @example
+ *
+ * ```js
+ * // initialize the map on the "map" div with a given center and zoom
+ * var map = L.map('map', {
+ * 	center: [51.505, -0.09],
+ * 	zoom: 13
+ * });
+ * ```
+ *
+ */
+
+var Map = Evented.extend({
+
+	options: {
+		// @section Map State Options
+		// @option crs: CRS = L.CRS.EPSG3857
+		// The [Coordinate Reference System](#crs) to use. Don't change this if you're not
+		// sure what it means.
+		crs: EPSG3857,
+
+		// @option center: LatLng = undefined
+		// Initial geographic center of the map
+		center: undefined,
+
+		// @option zoom: Number = undefined
+		// Initial map zoom level
+		zoom: undefined,
+
+		// @option minZoom: Number = *
+		// Minimum zoom level of the map.
+		// If not specified and at least one `GridLayer` or `TileLayer` is in the map,
+		// the lowest of their `minZoom` options will be used instead.
+		minZoom: undefined,
+
+		// @option maxZoom: Number = *
+		// Maximum zoom level of the map.
+		// If not specified and at least one `GridLayer` or `TileLayer` is in the map,
+		// the highest of their `maxZoom` options will be used instead.
+		maxZoom: undefined,
+
+		// @option layers: Layer[] = []
+		// Array of layers that will be added to the map initially
+		layers: [],
+
+		// @option maxBounds: LatLngBounds = null
+		// When this option is set, the map restricts the view to the given
+		// geographical bounds, bouncing the user back if the user tries to pan
+		// outside the view. To set the restriction dynamically, use
+		// [`setMaxBounds`](#map-setmaxbounds) method.
+		maxBounds: undefined,
+
+		// @option renderer: Renderer = *
+		// The default method for drawing vector layers on the map. `L.SVG`
+		// or `L.Canvas` by default depending on browser support.
+		renderer: undefined,
+
+
+		// @section Animation Options
+		// @option zoomAnimation: Boolean = true
+		// Whether the map zoom animation is enabled. By default it's enabled
+		// in all browsers that support CSS3 Transitions except Android.
+		zoomAnimation: true,
+
+		// @option zoomAnimationThreshold: Number = 4
+		// Won't animate zoom if the zoom difference exceeds this value.
+		zoomAnimationThreshold: 4,
+
+		// @option fadeAnimation: Boolean = true
+		// Whether the tile fade animation is enabled. By default it's enabled
+		// in all browsers that support CSS3 Transitions except Android.
+		fadeAnimation: true,
+
+		// @option markerZoomAnimation: Boolean = true
+		// Whether markers animate their zoom with the zoom animation, if disabled
+		// they will disappear for the length of the animation. By default it's
+		// enabled in all browsers that support CSS3 Transitions except Android.
+		markerZoomAnimation: true,
+
+		// @option transform3DLimit: Number = 2^23
+		// Defines the maximum size of a CSS translation transform. The default
+		// value should not be changed unless a web browser positions layers in
+		// the wrong place after doing a large `panBy`.
+		transform3DLimit: 8388608, // Precision limit of a 32-bit float
+
+		// @section Interaction Options
+		// @option zoomSnap: Number = 1
+		// Forces the map's zoom level to always be a multiple of this, particularly
+		// right after a [`fitBounds()`](#map-fitbounds) or a pinch-zoom.
+		// By default, the zoom level snaps to the nearest integer; lower values
+		// (e.g. `0.5` or `0.1`) allow for greater granularity. A value of `0`
+		// means the zoom level will not be snapped after `fitBounds` or a pinch-zoom.
+		zoomSnap: 1,
+
+		// @option zoomDelta: Number = 1
+		// Controls how much the map's zoom level will change after a
+		// [`zoomIn()`](#map-zoomin), [`zoomOut()`](#map-zoomout), pressing `+`
+		// or `-` on the keyboard, or using the [zoom controls](#control-zoom).
+		// Values smaller than `1` (e.g. `0.5`) allow for greater granularity.
+		zoomDelta: 1,
+
+		// @option trackResize: Boolean = true
+		// Whether the map automatically handles browser window resize to update itself.
+		trackResize: true
+	},
+
+	initialize: function (id, options) { // (HTMLElement or String, Object)
+		options = setOptions(this, options);
+
+		// Make sure to assign internal flags at the beginning,
+		// to avoid inconsistent state in some edge cases.
+		this._handlers = [];
+		this._layers = {};
+		this._zoomBoundLayers = {};
+		this._sizeChanged = true;
+
+		this._initContainer(id);
+		this._initLayout();
+
+		// hack for https://github.com/Leaflet/Leaflet/issues/1980
+		this._onResize = bind(this._onResize, this);
+
+		this._initEvents();
+
+		if (options.maxBounds) {
+			this.setMaxBounds(options.maxBounds);
+		}
+
+		if (options.zoom !== undefined) {
+			this._zoom = this._limitZoom(options.zoom);
+		}
+
+		if (options.center && options.zoom !== undefined) {
+			this.setView(toLatLng(options.center), options.zoom, {reset: true});
+		}
+
+		this.callInitHooks();
+
+		// don't animate on browsers without hardware-accelerated transitions or old Android/Opera
+		this._zoomAnimated = TRANSITION && any3d && !mobileOpera &&
+				this.options.zoomAnimation;
+
+		// zoom transitions run with the same duration for all layers, so if one of transitionend events
+		// happens after starting zoom animation (propagating to the map pane), we know that it ended globally
+		if (this._zoomAnimated) {
+			this._createAnimProxy();
+			on(this._proxy, TRANSITION_END, this._catchTransitionEnd, this);
+		}
+
+		this._addLayers(this.options.layers);
+	},
+
+
+	// @section Methods for modifying map state
+
+	// @method setView(center: LatLng, zoom: Number, options?: Zoom/pan options): this
+	// Sets the view of the map (geographical center and zoom) with the given
+	// animation options.
+	setView: function (center, zoom, options) {
+
+		zoom = zoom === undefined ? this._zoom : this._limitZoom(zoom);
+		center = this._limitCenter(toLatLng(center), zoom, this.options.maxBounds);
+		options = options || {};
+
+		this._stop();
+
+		if (this._loaded && !options.reset && options !== true) {
+
+			if (options.animate !== undefined) {
+				options.zoom = extend({animate: options.animate}, options.zoom);
+				options.pan = extend({animate: options.animate, duration: options.duration}, options.pan);
+			}
+
+			// try animating pan or zoom
+			var moved = (this._zoom !== zoom) ?
+				this._tryAnimatedZoom && this._tryAnimatedZoom(center, zoom, options.zoom) :
+				this._tryAnimatedPan(center, options.pan);
+
+			if (moved) {
+				// prevent resize handler call, the view will refresh after animation anyway
+				clearTimeout(this._sizeTimer);
+				return this;
+			}
+		}
+
+		// animation didn't start, just reset the map view
+		this._resetView(center, zoom);
+
+		return this;
+	},
+
+	// @method setZoom(zoom: Number, options?: Zoom/pan options): this
+	// Sets the zoom of the map.
+	setZoom: function (zoom, options) {
+		if (!this._loaded) {
+			this._zoom = zoom;
+			return this;
+		}
+		return this.setView(this.getCenter(), zoom, {zoom: options});
+	},
+
+	// @method zoomIn(delta?: Number, options?: Zoom options): this
+	// Increases the zoom of the map by `delta` ([`zoomDelta`](#map-zoomdelta) by default).
+	zoomIn: function (delta, options) {
+		delta = delta || (any3d ? this.options.zoomDelta : 1);
+		return this.setZoom(this._zoom + delta, options);
+	},
+
+	// @method zoomOut(delta?: Number, options?: Zoom options): this
+	// Decreases the zoom of the map by `delta` ([`zoomDelta`](#map-zoomdelta) by default).
+	zoomOut: function (delta, options) {
+		delta = delta || (any3d ? this.options.zoomDelta : 1);
+		return this.setZoom(this._zoom - delta, options);
+	},
+
+	// @method setZoomAround(latlng: LatLng, zoom: Number, options: Zoom options): this
+	// Zooms the map while keeping a specified geographical point on the map
+	// stationary (e.g. used internally for scroll zoom and double-click zoom).
+	// @alternative
+	// @method setZoomAround(offset: Point, zoom: Number, options: Zoom options): this
+	// Zooms the map while keeping a specified pixel on the map (relative to the top-left corner) stationary.
+	setZoomAround: function (latlng, zoom, options) {
+		var scale = this.getZoomScale(zoom),
+		    viewHalf = this.getSize().divideBy(2),
+		    containerPoint = latlng instanceof Point ? latlng : this.latLngToContainerPoint(latlng),
+
+		    centerOffset = containerPoint.subtract(viewHalf).multiplyBy(1 - 1 / scale),
+		    newCenter = this.containerPointToLatLng(viewHalf.add(centerOffset));
+
+		return this.setView(newCenter, zoom, {zoom: options});
+	},
+
+	_getBoundsCenterZoom: function (bounds, options) {
+
+		options = options || {};
+		bounds = bounds.getBounds ? bounds.getBounds() : toLatLngBounds(bounds);
+
+		var paddingTL = toPoint(options.paddingTopLeft || options.padding || [0, 0]),
+		    paddingBR = toPoint(options.paddingBottomRight || options.padding || [0, 0]),
+
+		    zoom = this.getBoundsZoom(bounds, false, paddingTL.add(paddingBR));
+
+		zoom = (typeof options.maxZoom === 'number') ? Math.min(options.maxZoom, zoom) : zoom;
+
+		if (zoom === Infinity) {
+			return {
+				center: bounds.getCenter(),
+				zoom: zoom
+			};
+		}
+
+		var paddingOffset = paddingBR.subtract(paddingTL).divideBy(2),
+
+		    swPoint = this.project(bounds.getSouthWest(), zoom),
+		    nePoint = this.project(bounds.getNorthEast(), zoom),
+		    center = this.unproject(swPoint.add(nePoint).divideBy(2).add(paddingOffset), zoom);
+
+		return {
+			center: center,
+			zoom: zoom
+		};
+	},
+
+	// @method fitBounds(bounds: LatLngBounds, options?: fitBounds options): this
+	// Sets a map view that contains the given geographical bounds with the
+	// maximum zoom level possible.
+	fitBounds: function (bounds, options) {
+
+		bounds = toLatLngBounds(bounds);
+
+		if (!bounds.isValid()) {
+			throw new Error('Bounds are not valid.');
+		}
+
+		var target = this._getBoundsCenterZoom(bounds, options);
+		return this.setView(target.center, target.zoom, options);
+	},
+
+	// @method fitWorld(options?: fitBounds options): this
+	// Sets a map view that mostly contains the whole world with the maximum
+	// zoom level possible.
+	fitWorld: function (options) {
+		return this.fitBounds([[-90, -180], [90, 180]], options);
+	},
+
+	// @method panTo(latlng: LatLng, options?: Pan options): this
+	// Pans the map to a given center.
+	panTo: function (center, options) { // (LatLng)
+		return this.setView(center, this._zoom, {pan: options});
+	},
+
+	// @method panBy(offset: Point, options?: Pan options): this
+	// Pans the map by a given number of pixels (animated).
+	panBy: function (offset, options) {
+		offset = toPoint(offset).round();
+		options = options || {};
+
+		if (!offset.x && !offset.y) {
+			return this.fire('moveend');
+		}
+		// If we pan too far, Chrome gets issues with tiles
+		// and makes them disappear or appear in the wrong place (slightly offset) #2602
+		if (options.animate !== true && !this.getSize().contains(offset)) {
+			this._resetView(this.unproject(this.project(this.getCenter()).add(offset)), this.getZoom());
+			return this;
+		}
+
+		if (!this._panAnim) {
+			this._panAnim = new PosAnimation();
+
+			this._panAnim.on({
+				'step': this._onPanTransitionStep,
+				'end': this._onPanTransitionEnd
+			}, this);
+		}
+
+		// don't fire movestart if animating inertia
+		if (!options.noMoveStart) {
+			this.fire('movestart');
+		}
+
+		// animate pan unless animate: false specified
+		if (options.animate !== false) {
+			addClass(this._mapPane, 'leaflet-pan-anim');
+
+			var newPos = this._getMapPanePos().subtract(offset).round();
+			this._panAnim.run(this._mapPane, newPos, options.duration || 0.25, options.easeLinearity);
+		} else {
+			this._rawPanBy(offset);
+			this.fire('move').fire('moveend');
+		}
+
+		return this;
+	},
+
+	// @method flyTo(latlng: LatLng, zoom?: Number, options?: Zoom/pan options): this
+	// Sets the view of the map (geographical center and zoom) performing a smooth
+	// pan-zoom animation.
+	flyTo: function (targetCenter, targetZoom, options) {
+
+		options = options || {};
+		if (options.animate === false || !any3d) {
+			return this.setView(targetCenter, targetZoom, options);
+		}
+
+		this._stop();
+
+		var from = this.project(this.getCenter()),
+		    to = this.project(targetCenter),
+		    size = this.getSize(),
+		    startZoom = this._zoom;
+
+		targetCenter = toLatLng(targetCenter);
+		targetZoom = targetZoom === undefined ? startZoom : targetZoom;
+
+		var w0 = Math.max(size.x, size.y),
+		    w1 = w0 * this.getZoomScale(startZoom, targetZoom),
+		    u1 = (to.distanceTo(from)) || 1,
+		    rho = 1.42,
+		    rho2 = rho * rho;
+
+		function r(i) {
+			var s1 = i ? -1 : 1,
+			    s2 = i ? w1 : w0,
+			    t1 = w1 * w1 - w0 * w0 + s1 * rho2 * rho2 * u1 * u1,
+			    b1 = 2 * s2 * rho2 * u1,
+			    b = t1 / b1,
+			    sq = Math.sqrt(b * b + 1) - b;
+
+			    // workaround for floating point precision bug when sq = 0, log = -Infinite,
+			    // thus triggering an infinite loop in flyTo
+			    var log = sq < 0.000000001 ? -18 : Math.log(sq);
+
+			return log;
+		}
+
+		function sinh(n) { return (Math.exp(n) - Math.exp(-n)) / 2; }
+		function cosh(n) { return (Math.exp(n) + Math.exp(-n)) / 2; }
+		function tanh(n) { return sinh(n) / cosh(n); }
+
+		var r0 = r(0);
+
+		function w(s) { return w0 * (cosh(r0) / cosh(r0 + rho * s)); }
+		function u(s) { return w0 * (cosh(r0) * tanh(r0 + rho * s) - sinh(r0)) / rho2; }
+
+		function easeOut(t) { return 1 - Math.pow(1 - t, 1.5); }
+
+		var start = Date.now(),
+		    S = (r(1) - r0) / rho,
+		    duration = options.duration ? 1000 * options.duration : 1000 * S * 0.8;
+
+		function frame() {
+			var t = (Date.now() - start) / duration,
+			    s = easeOut(t) * S;
+
+			if (t <= 1) {
+				this._flyToFrame = requestAnimFrame(frame, this);
+
+				this._move(
+					this.unproject(from.add(to.subtract(from).multiplyBy(u(s) / u1)), startZoom),
+					this.getScaleZoom(w0 / w(s), startZoom),
+					{flyTo: true});
+
+			} else {
+				this
+					._move(targetCenter, targetZoom)
+					._moveEnd(true);
+			}
+		}
+
+		this._moveStart(true, options.noMoveStart);
+
+		frame.call(this);
+		return this;
+	},
+
+	// @method flyToBounds(bounds: LatLngBounds, options?: fitBounds options): this
+	// Sets the view of the map with a smooth animation like [`flyTo`](#map-flyto),
+	// but takes a bounds parameter like [`fitBounds`](#map-fitbounds).
+	flyToBounds: function (bounds, options) {
+		var target = this._getBoundsCenterZoom(bounds, options);
+		return this.flyTo(target.center, target.zoom, options);
+	},
+
+	// @method setMaxBounds(bounds: Bounds): this
+	// Restricts the map view to the given bounds (see the [maxBounds](#map-maxbounds) option).
+	setMaxBounds: function (bounds) {
+		bounds = toLatLngBounds(bounds);
+
+		if (!bounds.isValid()) {
+			this.options.maxBounds = null;
+			return this.off('moveend', this._panInsideMaxBounds);
+		} else if (this.options.maxBounds) {
+			this.off('moveend', this._panInsideMaxBounds);
+		}
+
+		this.options.maxBounds = bounds;
+
+		if (this._loaded) {
+			this._panInsideMaxBounds();
+		}
+
+		return this.on('moveend', this._panInsideMaxBounds);
+	},
+
+	// @method setMinZoom(zoom: Number): this
+	// Sets the lower limit for the available zoom levels (see the [minZoom](#map-minzoom) option).
+	setMinZoom: function (zoom) {
+		var oldZoom = this.options.minZoom;
+		this.options.minZoom = zoom;
+
+		if (this._loaded && oldZoom !== zoom) {
+			this.fire('zoomlevelschange');
+
+			if (this.getZoom() < this.options.minZoom) {
+				return this.setZoom(zoom);
+			}
+		}
+
+		return this;
+	},
+
+	// @method setMaxZoom(zoom: Number): this
+	// Sets the upper limit for the available zoom levels (see the [maxZoom](#map-maxzoom) option).
+	setMaxZoom: function (zoom) {
+		var oldZoom = this.options.maxZoom;
+		this.options.maxZoom = zoom;
+
+		if (this._loaded && oldZoom !== zoom) {
+			this.fire('zoomlevelschange');
+
+			if (this.getZoom() > this.options.maxZoom) {
+				return this.setZoom(zoom);
+			}
+		}
+
+		return this;
+	},
+
+	// @method panInsideBounds(bounds: LatLngBounds, options?: Pan options): this
+	// Pans the map to the closest view that would lie inside the given bounds (if it's not already), controlling the animation using the options specific, if any.
+	panInsideBounds: function (bounds, options) {
+		this._enforcingBounds = true;
+		var center = this.getCenter(),
+		    newCenter = this._limitCenter(center, this._zoom, toLatLngBounds(bounds));
+
+		if (!center.equals(newCenter)) {
+			this.panTo(newCenter, options);
+		}
+
+		this._enforcingBounds = false;
+		return this;
+	},
+
+	// @method panInside(latlng: LatLng, options?: options): this
+	// Pans the map the minimum amount to make the `latlng` visible. Use
+	// `padding`, `paddingTopLeft` and `paddingTopRight` options to fit
+	// the display to more restricted bounds, like [`fitBounds`](#map-fitbounds).
+	// If `latlng` is already within the (optionally padded) display bounds,
+	// the map will not be panned.
+	panInside: function (latlng, options) {
+		options = options || {};
+
+		var paddingTL = toPoint(options.paddingTopLeft || options.padding || [0, 0]),
+		    paddingBR = toPoint(options.paddingBottomRight || options.padding || [0, 0]),
+		    center = this.getCenter(),
+		    pixelCenter = this.project(center),
+		    pixelPoint = this.project(latlng),
+		    pixelBounds = this.getPixelBounds(),
+		    halfPixelBounds = pixelBounds.getSize().divideBy(2),
+		    paddedBounds = toBounds([pixelBounds.min.add(paddingTL), pixelBounds.max.subtract(paddingBR)]);
+
+		if (!paddedBounds.contains(pixelPoint)) {
+			this._enforcingBounds = true;
+			var diff = pixelCenter.subtract(pixelPoint),
+			    newCenter = toPoint(pixelPoint.x + diff.x, pixelPoint.y + diff.y);
+
+			if (pixelPoint.x < paddedBounds.min.x || pixelPoint.x > paddedBounds.max.x) {
+				newCenter.x = pixelCenter.x - diff.x;
+				if (diff.x > 0) {
+					newCenter.x += halfPixelBounds.x - paddingTL.x;
+				} else {
+					newCenter.x -= halfPixelBounds.x - paddingBR.x;
+				}
+			}
+			if (pixelPoint.y < paddedBounds.min.y || pixelPoint.y > paddedBounds.max.y) {
+				newCenter.y = pixelCenter.y - diff.y;
+				if (diff.y > 0) {
+					newCenter.y += halfPixelBounds.y - paddingTL.y;
+				} else {
+					newCenter.y -= halfPixelBounds.y - paddingBR.y;
+				}
+			}
+			this.panTo(this.unproject(newCenter), options);
+			this._enforcingBounds = false;
+		}
+		return this;
+	},
+
+	// @method invalidateSize(options: Zoom/pan options): this
+	// Checks if the map container size changed and updates the map if so —
+	// call it after you've changed the map size dynamically, also animating
+	// pan by default. If `options.pan` is `false`, panning will not occur.
+	// If `options.debounceMoveend` is `true`, it will delay `moveend` event so
+	// that it doesn't happen often even if the method is called many
+	// times in a row.
+
+	// @alternative
+	// @method invalidateSize(animate: Boolean): this
+	// Checks if the map container size changed and updates the map if so —
+	// call it after you've changed the map size dynamically, also animating
+	// pan by default.
+	invalidateSize: function (options) {
+		if (!this._loaded) { return this; }
+
+		options = extend({
+			animate: false,
+			pan: true
+		}, options === true ? {animate: true} : options);
+
+		var oldSize = this.getSize();
+		this._sizeChanged = true;
+		this._lastCenter = null;
+
+		var newSize = this.getSize(),
+		    oldCenter = oldSize.divideBy(2).round(),
+		    newCenter = newSize.divideBy(2).round(),
+		    offset = oldCenter.subtract(newCenter);
+
+		if (!offset.x && !offset.y) { return this; }
+
+		if (options.animate && options.pan) {
+			this.panBy(offset);
+
+		} else {
+			if (options.pan) {
+				this._rawPanBy(offset);
+			}
+
+			this.fire('move');
+
+			if (options.debounceMoveend) {
+				clearTimeout(this._sizeTimer);
+				this._sizeTimer = setTimeout(bind(this.fire, this, 'moveend'), 200);
+			} else {
+				this.fire('moveend');
+			}
+		}
+
+		// @section Map state change events
+		// @event resize: ResizeEvent
+		// Fired when the map is resized.
+		return this.fire('resize', {
+			oldSize: oldSize,
+			newSize: newSize
+		});
+	},
+
+	// @section Methods for modifying map state
+	// @method stop(): this
+	// Stops the currently running `panTo` or `flyTo` animation, if any.
+	stop: function () {
+		this.setZoom(this._limitZoom(this._zoom));
+		if (!this.options.zoomSnap) {
+			this.fire('viewreset');
+		}
+		return this._stop();
+	},
+
+	// @section Geolocation methods
+	// @method locate(options?: Locate options): this
+	// Tries to locate the user using the Geolocation API, firing a [`locationfound`](#map-locationfound)
+	// event with location data on success or a [`locationerror`](#map-locationerror) event on failure,
+	// and optionally sets the map view to the user's location with respect to
+	// detection accuracy (or to the world view if geolocation failed).
+	// Note that, if your page doesn't use HTTPS, this method will fail in
+	// modern browsers ([Chrome 50 and newer](https://sites.google.com/a/chromium.org/dev/Home/chromium-security/deprecating-powerful-features-on-insecure-origins))
+	// See `Locate options` for more details.
+	locate: function (options) {
+
+		options = this._locateOptions = extend({
+			timeout: 10000,
+			watch: false
+			// setView: false
+			// maxZoom: <Number>
+			// maximumAge: 0
+			// enableHighAccuracy: false
+		}, options);
+
+		if (!('geolocation' in navigator)) {
+			this._handleGeolocationError({
+				code: 0,
+				message: 'Geolocation not supported.'
+			});
+			return this;
+		}
+
+		var onResponse = bind(this._handleGeolocationResponse, this),
+		    onError = bind(this._handleGeolocationError, this);
+
+		if (options.watch) {
+			this._locationWatchId =
+			        navigator.geolocation.watchPosition(onResponse, onError, options);
+		} else {
+			navigator.geolocation.getCurrentPosition(onResponse, onError, options);
+		}
+		return this;
+	},
+
+	// @method stopLocate(): this
+	// Stops watching location previously initiated by `map.locate({watch: true})`
+	// and aborts resetting the map view if map.locate was called with
+	// `{setView: true}`.
+	stopLocate: function () {
+		if (navigator.geolocation && navigator.geolocation.clearWatch) {
+			navigator.geolocation.clearWatch(this._locationWatchId);
+		}
+		if (this._locateOptions) {
+			this._locateOptions.setView = false;
+		}
+		return this;
+	},
+
+	_handleGeolocationError: function (error) {
+		var c = error.code,
+		    message = error.message ||
+		            (c === 1 ? 'permission denied' :
+		            (c === 2 ? 'position unavailable' : 'timeout'));
+
+		if (this._locateOptions.setView && !this._loaded) {
+			this.fitWorld();
+		}
+
+		// @section Location events
+		// @event locationerror: ErrorEvent
+		// Fired when geolocation (using the [`locate`](#map-locate) method) failed.
+		this.fire('locationerror', {
+			code: c,
+			message: 'Geolocation error: ' + message + '.'
+		});
+	},
+
+	_handleGeolocationResponse: function (pos) {
+		var lat = pos.coords.latitude,
+		    lng = pos.coords.longitude,
+		    latlng = new LatLng(lat, lng),
+		    bounds = latlng.toBounds(pos.coords.accuracy * 2),
+		    options = this._locateOptions;
+
+		if (options.setView) {
+			var zoom = this.getBoundsZoom(bounds);
+			this.setView(latlng, options.maxZoom ? Math.min(zoom, options.maxZoom) : zoom);
+		}
+
+		var data = {
+			latlng: latlng,
+			bounds: bounds,
+			timestamp: pos.timestamp
+		};
+
+		for (var i in pos.coords) {
+			if (typeof pos.coords[i] === 'number') {
+				data[i] = pos.coords[i];
+			}
+		}
+
+		// @event locationfound: LocationEvent
+		// Fired when geolocation (using the [`locate`](#map-locate) method)
+		// went successfully.
+		this.fire('locationfound', data);
+	},
+
+	// TODO Appropriate docs section?
+	// @section Other Methods
+	// @method addHandler(name: String, HandlerClass: Function): this
+	// Adds a new `Handler` to the map, given its name and constructor function.
+	addHandler: function (name, HandlerClass) {
+		if (!HandlerClass) { return this; }
+
+		var handler = this[name] = new HandlerClass(this);
+
+		this._handlers.push(handler);
+
+		if (this.options[name]) {
+			handler.enable();
+		}
+
+		return this;
+	},
+
+	// @method remove(): this
+	// Destroys the map and clears all related event listeners.
+	remove: function () {
+
+		this._initEvents(true);
+
+		if (this._containerId !== this._container._leaflet_id) {
+			throw new Error('Map container is being reused by another instance');
+		}
+
+		try {
+			// throws error in IE6-8
+			delete this._container._leaflet_id;
+			delete this._containerId;
+		} catch (e) {
+			/*eslint-disable */
+			this._container._leaflet_id = undefined;
+			/* eslint-enable */
+			this._containerId = undefined;
+		}
+
+		if (this._locationWatchId !== undefined) {
+			this.stopLocate();
+		}
+
+		this._stop();
+
+		remove(this._mapPane);
+
+		if (this._clearControlPos) {
+			this._clearControlPos();
+		}
+		if (this._resizeRequest) {
+			cancelAnimFrame(this._resizeRequest);
+			this._resizeRequest = null;
+		}
+
+		this._clearHandlers();
+
+		if (this._loaded) {
+			// @section Map state change events
+			// @event unload: Event
+			// Fired when the map is destroyed with [remove](#map-remove) method.
+			this.fire('unload');
+		}
+
+		var i;
+		for (i in this._layers) {
+			this._layers[i].remove();
+		}
+		for (i in this._panes) {
+			remove(this._panes[i]);
+		}
+
+		this._layers = [];
+		this._panes = [];
+		delete this._mapPane;
+		delete this._renderer;
+
+		return this;
+	},
+
+	// @section Other Methods
+	// @method createPane(name: String, container?: HTMLElement): HTMLElement
+	// Creates a new [map pane](#map-pane) with the given name if it doesn't exist already,
+	// then returns it. The pane is created as a child of `container`, or
+	// as a child of the main map pane if not set.
+	createPane: function (name, container) {
+		var className = 'leaflet-pane' + (name ? ' leaflet-' + name.replace('Pane', '') + '-pane' : ''),
+		    pane = create$1('div', className, container || this._mapPane);
+
+		if (name) {
+			this._panes[name] = pane;
+		}
+		return pane;
+	},
+
+	// @section Methods for Getting Map State
+
+	// @method getCenter(): LatLng
+	// Returns the geographical center of the map view
+	getCenter: function () {
+		this._checkIfLoaded();
+
+		if (this._lastCenter && !this._moved()) {
+			return this._lastCenter;
+		}
+		return this.layerPointToLatLng(this._getCenterLayerPoint());
+	},
+
+	// @method getZoom(): Number
+	// Returns the current zoom level of the map view
+	getZoom: function () {
+		return this._zoom;
+	},
+
+	// @method getBounds(): LatLngBounds
+	// Returns the geographical bounds visible in the current map view
+	getBounds: function () {
+		var bounds = this.getPixelBounds(),
+		    sw = this.unproject(bounds.getBottomLeft()),
+		    ne = this.unproject(bounds.getTopRight());
+
+		return new LatLngBounds(sw, ne);
+	},
+
+	// @method getMinZoom(): Number
+	// Returns the minimum zoom level of the map (if set in the `minZoom` option of the map or of any layers), or `0` by default.
+	getMinZoom: function () {
+		return this.options.minZoom === undefined ? this._layersMinZoom || 0 : this.options.minZoom;
+	},
+
+	// @method getMaxZoom(): Number
+	// Returns the maximum zoom level of the map (if set in the `maxZoom` option of the map or of any layers).
+	getMaxZoom: function () {
+		return this.options.maxZoom === undefined ?
+			(this._layersMaxZoom === undefined ? Infinity : this._layersMaxZoom) :
+			this.options.maxZoom;
+	},
+
+	// @method getBoundsZoom(bounds: LatLngBounds, inside?: Boolean, padding?: Point): Number
+	// Returns the maximum zoom level on which the given bounds fit to the map
+	// view in its entirety. If `inside` (optional) is set to `true`, the method
+	// instead returns the minimum zoom level on which the map view fits into
+	// the given bounds in its entirety.
+	getBoundsZoom: function (bounds, inside, padding) { // (LatLngBounds[, Boolean, Point]) -> Number
+		bounds = toLatLngBounds(bounds);
+		padding = toPoint(padding || [0, 0]);
+
+		var zoom = this.getZoom() || 0,
+		    min = this.getMinZoom(),
+		    max = this.getMaxZoom(),
+		    nw = bounds.getNorthWest(),
+		    se = bounds.getSouthEast(),
+		    size = this.getSize().subtract(padding),
+		    boundsSize = toBounds(this.project(se, zoom), this.project(nw, zoom)).getSize(),
+		    snap = any3d ? this.options.zoomSnap : 1,
+		    scalex = size.x / boundsSize.x,
+		    scaley = size.y / boundsSize.y,
+		    scale = inside ? Math.max(scalex, scaley) : Math.min(scalex, scaley);
+
+		zoom = this.getScaleZoom(scale, zoom);
+
+		if (snap) {
+			zoom = Math.round(zoom / (snap / 100)) * (snap / 100); // don't jump if within 1% of a snap level
+			zoom = inside ? Math.ceil(zoom / snap) * snap : Math.floor(zoom / snap) * snap;
+		}
+
+		return Math.max(min, Math.min(max, zoom));
+	},
+
+	// @method getSize(): Point
+	// Returns the current size of the map container (in pixels).
+	getSize: function () {
+		if (!this._size || this._sizeChanged) {
+			this._size = new Point(
+				this._container.clientWidth || 0,
+				this._container.clientHeight || 0);
+
+			this._sizeChanged = false;
+		}
+		return this._size.clone();
+	},
+
+	// @method getPixelBounds(): Bounds
+	// Returns the bounds of the current map view in projected pixel
+	// coordinates (sometimes useful in layer and overlay implementations).
+	getPixelBounds: function (center, zoom) {
+		var topLeftPoint = this._getTopLeftPoint(center, zoom);
+		return new Bounds(topLeftPoint, topLeftPoint.add(this.getSize()));
+	},
+
+	// TODO: Check semantics - isn't the pixel origin the 0,0 coord relative to
+	// the map pane? "left point of the map layer" can be confusing, specially
+	// since there can be negative offsets.
+	// @method getPixelOrigin(): Point
+	// Returns the projected pixel coordinates of the top left point of
+	// the map layer (useful in custom layer and overlay implementations).
+	getPixelOrigin: function () {
+		this._checkIfLoaded();
+		return this._pixelOrigin;
+	},
+
+	// @method getPixelWorldBounds(zoom?: Number): Bounds
+	// Returns the world's bounds in pixel coordinates for zoom level `zoom`.
+	// If `zoom` is omitted, the map's current zoom level is used.
+	getPixelWorldBounds: function (zoom) {
+		return this.options.crs.getProjectedBounds(zoom === undefined ? this.getZoom() : zoom);
+	},
+
+	// @section Other Methods
+
+	// @method getPane(pane: String|HTMLElement): HTMLElement
+	// Returns a [map pane](#map-pane), given its name or its HTML element (its identity).
+	getPane: function (pane) {
+		return typeof pane === 'string' ? this._panes[pane] : pane;
+	},
+
+	// @method getPanes(): Object
+	// Returns a plain object containing the names of all [panes](#map-pane) as keys and
+	// the panes as values.
+	getPanes: function () {
+		return this._panes;
+	},
+
+	// @method getContainer: HTMLElement
+	// Returns the HTML element that contains the map.
+	getContainer: function () {
+		return this._container;
+	},
+
+
+	// @section Conversion Methods
+
+	// @method getZoomScale(toZoom: Number, fromZoom: Number): Number
+	// Returns the scale factor to be applied to a map transition from zoom level
+	// `fromZoom` to `toZoom`. Used internally to help with zoom animations.
+	getZoomScale: function (toZoom, fromZoom) {
+		// TODO replace with universal implementation after refactoring projections
+		var crs = this.options.crs;
+		fromZoom = fromZoom === undefined ? this._zoom : fromZoom;
+		return crs.scale(toZoom) / crs.scale(fromZoom);
+	},
+
+	// @method getScaleZoom(scale: Number, fromZoom: Number): Number
+	// Returns the zoom level that the map would end up at, if it is at `fromZoom`
+	// level and everything is scaled by a factor of `scale`. Inverse of
+	// [`getZoomScale`](#map-getZoomScale).
+	getScaleZoom: function (scale, fromZoom) {
+		var crs = this.options.crs;
+		fromZoom = fromZoom === undefined ? this._zoom : fromZoom;
+		var zoom = crs.zoom(scale * crs.scale(fromZoom));
+		return isNaN(zoom) ? Infinity : zoom;
+	},
+
+	// @method project(latlng: LatLng, zoom: Number): Point
+	// Projects a geographical coordinate `LatLng` according to the projection
+	// of the map's CRS, then scales it according to `zoom` and the CRS's
+	// `Transformation`. The result is pixel coordinate relative to
+	// the CRS origin.
+	project: function (latlng, zoom) {
+		zoom = zoom === undefined ? this._zoom : zoom;
+		return this.options.crs.latLngToPoint(toLatLng(latlng), zoom);
+	},
+
+	// @method unproject(point: Point, zoom: Number): LatLng
+	// Inverse of [`project`](#map-project).
+	unproject: function (point, zoom) {
+		zoom = zoom === undefined ? this._zoom : zoom;
+		return this.options.crs.pointToLatLng(toPoint(point), zoom);
+	},
+
+	// @method layerPointToLatLng(point: Point): LatLng
+	// Given a pixel coordinate relative to the [origin pixel](#map-getpixelorigin),
+	// returns the corresponding geographical coordinate (for the current zoom level).
+	layerPointToLatLng: function (point) {
+		var projectedPoint = toPoint(point).add(this.getPixelOrigin());
+		return this.unproject(projectedPoint);
+	},
+
+	// @method latLngToLayerPoint(latlng: LatLng): Point
+	// Given a geographical coordinate, returns the corresponding pixel coordinate
+	// relative to the [origin pixel](#map-getpixelorigin).
+	latLngToLayerPoint: function (latlng) {
+		var projectedPoint = this.project(toLatLng(latlng))._round();
+		return projectedPoint._subtract(this.getPixelOrigin());
+	},
+
+	// @method wrapLatLng(latlng: LatLng): LatLng
+	// Returns a `LatLng` where `lat` and `lng` has been wrapped according to the
+	// map's CRS's `wrapLat` and `wrapLng` properties, if they are outside the
+	// CRS's bounds.
+	// By default this means longitude is wrapped around the dateline so its
+	// value is between -180 and +180 degrees.
+	wrapLatLng: function (latlng) {
+		return this.options.crs.wrapLatLng(toLatLng(latlng));
+	},
+
+	// @method wrapLatLngBounds(bounds: LatLngBounds): LatLngBounds
+	// Returns a `LatLngBounds` with the same size as the given one, ensuring that
+	// its center is within the CRS's bounds.
+	// By default this means the center longitude is wrapped around the dateline so its
+	// value is between -180 and +180 degrees, and the majority of the bounds
+	// overlaps the CRS's bounds.
+	wrapLatLngBounds: function (latlng) {
+		return this.options.crs.wrapLatLngBounds(toLatLngBounds(latlng));
+	},
+
+	// @method distance(latlng1: LatLng, latlng2: LatLng): Number
+	// Returns the distance between two geographical coordinates according to
+	// the map's CRS. By default this measures distance in meters.
+	distance: function (latlng1, latlng2) {
+		return this.options.crs.distance(toLatLng(latlng1), toLatLng(latlng2));
+	},
+
+	// @method containerPointToLayerPoint(point: Point): Point
+	// Given a pixel coordinate relative to the map container, returns the corresponding
+	// pixel coordinate relative to the [origin pixel](#map-getpixelorigin).
+	containerPointToLayerPoint: function (point) { // (Point)
+		return toPoint(point).subtract(this._getMapPanePos());
+	},
+
+	// @method layerPointToContainerPoint(point: Point): Point
+	// Given a pixel coordinate relative to the [origin pixel](#map-getpixelorigin),
+	// returns the corresponding pixel coordinate relative to the map container.
+	layerPointToContainerPoint: function (point) { // (Point)
+		return toPoint(point).add(this._getMapPanePos());
+	},
+
+	// @method containerPointToLatLng(point: Point): LatLng
+	// Given a pixel coordinate relative to the map container, returns
+	// the corresponding geographical coordinate (for the current zoom level).
+	containerPointToLatLng: function (point) {
+		var layerPoint = this.containerPointToLayerPoint(toPoint(point));
+		return this.layerPointToLatLng(layerPoint);
+	},
+
+	// @method latLngToContainerPoint(latlng: LatLng): Point
+	// Given a geographical coordinate, returns the corresponding pixel coordinate
+	// relative to the map container.
+	latLngToContainerPoint: function (latlng) {
+		return this.layerPointToContainerPoint(this.latLngToLayerPoint(toLatLng(latlng)));
+	},
+
+	// @method mouseEventToContainerPoint(ev: MouseEvent): Point
+	// Given a MouseEvent object, returns the pixel coordinate relative to the
+	// map container where the event took place.
+	mouseEventToContainerPoint: function (e) {
+		return getMousePosition(e, this._container);
+	},
+
+	// @method mouseEventToLayerPoint(ev: MouseEvent): Point
+	// Given a MouseEvent object, returns the pixel coordinate relative to
+	// the [origin pixel](#map-getpixelorigin) where the event took place.
+	mouseEventToLayerPoint: function (e) {
+		return this.containerPointToLayerPoint(this.mouseEventToContainerPoint(e));
+	},
+
+	// @method mouseEventToLatLng(ev: MouseEvent): LatLng
+	// Given a MouseEvent object, returns geographical coordinate where the
+	// event took place.
+	mouseEventToLatLng: function (e) { // (MouseEvent)
+		return this.layerPointToLatLng(this.mouseEventToLayerPoint(e));
+	},
+
+
+	// map initialization methods
+
+	_initContainer: function (id) {
+		var container = this._container = get(id);
+
+		if (!container) {
+			throw new Error('Map container not found.');
+		} else if (container._leaflet_id) {
+			throw new Error('Map container is already initialized.');
+		}
+
+		on(container, 'scroll', this._onScroll, this);
+		this._containerId = stamp(container);
+	},
+
+	_initLayout: function () {
+		var container = this._container;
+
+		this._fadeAnimated = this.options.fadeAnimation && any3d;
+
+		addClass(container, 'leaflet-container' +
+			(touch ? ' leaflet-touch' : '') +
+			(retina ? ' leaflet-retina' : '') +
+			(ielt9 ? ' leaflet-oldie' : '') +
+			(safari ? ' leaflet-safari' : '') +
+			(this._fadeAnimated ? ' leaflet-fade-anim' : ''));
+
+		var position = getStyle(container, 'position');
+
+		if (position !== 'absolute' && position !== 'relative' && position !== 'fixed') {
+			container.style.position = 'relative';
+		}
+
+		this._initPanes();
+
+		if (this._initControlPos) {
+			this._initControlPos();
+		}
+	},
+
+	_initPanes: function () {
+		var panes = this._panes = {};
+		this._paneRenderers = {};
+
+		// @section
+		//
+		// Panes are DOM elements used to control the ordering of layers on the map. You
+		// can access panes with [`map.getPane`](#map-getpane) or
+		// [`map.getPanes`](#map-getpanes) methods. New panes can be created with the
+		// [`map.createPane`](#map-createpane) method.
+		//
+		// Every map has the following default panes that differ only in zIndex.
+		//
+		// @pane mapPane: HTMLElement = 'auto'
+		// Pane that contains all other map panes
+
+		this._mapPane = this.createPane('mapPane', this._container);
+		setPosition(this._mapPane, new Point(0, 0));
+
+		// @pane tilePane: HTMLElement = 200
+		// Pane for `GridLayer`s and `TileLayer`s
+		this.createPane('tilePane');
+		// @pane overlayPane: HTMLElement = 400
+		// Pane for vectors (`Path`s, like `Polyline`s and `Polygon`s), `ImageOverlay`s and `VideoOverlay`s
+		this.createPane('shadowPane');
+		// @pane shadowPane: HTMLElement = 500
+		// Pane for overlay shadows (e.g. `Marker` shadows)
+		this.createPane('overlayPane');
+		// @pane markerPane: HTMLElement = 600
+		// Pane for `Icon`s of `Marker`s
+		this.createPane('markerPane');
+		// @pane tooltipPane: HTMLElement = 650
+		// Pane for `Tooltip`s.
+		this.createPane('tooltipPane');
+		// @pane popupPane: HTMLElement = 700
+		// Pane for `Popup`s.
+		this.createPane('popupPane');
+
+		if (!this.options.markerZoomAnimation) {
+			addClass(panes.markerPane, 'leaflet-zoom-hide');
+			addClass(panes.shadowPane, 'leaflet-zoom-hide');
+		}
+	},
+
+
+	// private methods that modify map state
+
+	// @section Map state change events
+	_resetView: function (center, zoom) {
+		setPosition(this._mapPane, new Point(0, 0));
+
+		var loading = !this._loaded;
+		this._loaded = true;
+		zoom = this._limitZoom(zoom);
+
+		this.fire('viewprereset');
+
+		var zoomChanged = this._zoom !== zoom;
+		this
+			._moveStart(zoomChanged, false)
+			._move(center, zoom)
+			._moveEnd(zoomChanged);
+
+		// @event viewreset: Event
+		// Fired when the map needs to redraw its content (this usually happens
+		// on map zoom or load). Very useful for creating custom overlays.
+		this.fire('viewreset');
+
+		// @event load: Event
+		// Fired when the map is initialized (when its center and zoom are set
+		// for the first time).
+		if (loading) {
+			this.fire('load');
+		}
+	},
+
+	_moveStart: function (zoomChanged, noMoveStart) {
+		// @event zoomstart: Event
+		// Fired when the map zoom is about to change (e.g. before zoom animation).
+		// @event movestart: Event
+		// Fired when the view of the map starts changing (e.g. user starts dragging the map).
+		if (zoomChanged) {
+			this.fire('zoomstart');
+		}
+		if (!noMoveStart) {
+			this.fire('movestart');
+		}
+		return this;
+	},
+
+	_move: function (center, zoom, data) {
+		if (zoom === undefined) {
+			zoom = this._zoom;
+		}
+		var zoomChanged = this._zoom !== zoom;
+
+		this._zoom = zoom;
+		this._lastCenter = center;
+		this._pixelOrigin = this._getNewPixelOrigin(center);
+
+		// @event zoom: Event
+		// Fired repeatedly during any change in zoom level, including zoom
+		// and fly animations.
+		if (zoomChanged || (data && data.pinch)) {	// Always fire 'zoom' if pinching because #3530
+			this.fire('zoom', data);
+		}
+
+		// @event move: Event
+		// Fired repeatedly during any movement of the map, including pan and
+		// fly animations.
+		return this.fire('move', data);
+	},
+
+	_moveEnd: function (zoomChanged) {
+		// @event zoomend: Event
+		// Fired when the map has changed, after any animations.
+		if (zoomChanged) {
+			this.fire('zoomend');
+		}
+
+		// @event moveend: Event
+		// Fired when the center of the map stops changing (e.g. user stopped
+		// dragging the map).
+		return this.fire('moveend');
+	},
+
+	_stop: function () {
+		cancelAnimFrame(this._flyToFrame);
+		if (this._panAnim) {
+			this._panAnim.stop();
+		}
+		return this;
+	},
+
+	_rawPanBy: function (offset) {
+		setPosition(this._mapPane, this._getMapPanePos().subtract(offset));
+	},
+
+	_getZoomSpan: function () {
+		return this.getMaxZoom() - this.getMinZoom();
+	},
+
+	_panInsideMaxBounds: function () {
+		if (!this._enforcingBounds) {
+			this.panInsideBounds(this.options.maxBounds);
+		}
+	},
+
+	_checkIfLoaded: function () {
+		if (!this._loaded) {
+			throw new Error('Set map center and zoom first.');
+		}
+	},
+
+	// DOM event handling
+
+	// @section Interaction events
+	_initEvents: function (remove$$1) {
+		this._targets = {};
+		this._targets[stamp(this._container)] = this;
+
+		var onOff = remove$$1 ? off : on;
+
+		// @event click: MouseEvent
+		// Fired when the user clicks (or taps) the map.
+		// @event dblclick: MouseEvent
+		// Fired when the user double-clicks (or double-taps) the map.
+		// @event mousedown: MouseEvent
+		// Fired when the user pushes the mouse button on the map.
+		// @event mouseup: MouseEvent
+		// Fired when the user releases the mouse button on the map.
+		// @event mouseover: MouseEvent
+		// Fired when the mouse enters the map.
+		// @event mouseout: MouseEvent
+		// Fired when the mouse leaves the map.
+		// @event mousemove: MouseEvent
+		// Fired while the mouse moves over the map.
+		// @event contextmenu: MouseEvent
+		// Fired when the user pushes the right mouse button on the map, prevents
+		// default browser context menu from showing if there are listeners on
+		// this event. Also fired on mobile when the user holds a single touch
+		// for a second (also called long press).
+		// @event keypress: KeyboardEvent
+		// Fired when the user presses a key from the keyboard while the map is focused.
+		onOff(this._container, 'click dblclick mousedown mouseup ' +
+			'mouseover mouseout mousemove contextmenu keypress', this._handleDOMEvent, this);
+
+		if (this.options.trackResize) {
+			onOff(window, 'resize', this._onResize, this);
+		}
+
+		if (any3d && this.options.transform3DLimit) {
+			(remove$$1 ? this.off : this.on).call(this, 'moveend', this._onMoveEnd);
+		}
+	},
+
+	_onResize: function () {
+		cancelAnimFrame(this._resizeRequest);
+		this._resizeRequest = requestAnimFrame(
+		        function () { this.invalidateSize({debounceMoveend: true}); }, this);
+	},
+
+	_onScroll: function () {
+		this._container.scrollTop  = 0;
+		this._container.scrollLeft = 0;
+	},
+
+	_onMoveEnd: function () {
+		var pos = this._getMapPanePos();
+		if (Math.max(Math.abs(pos.x), Math.abs(pos.y)) >= this.options.transform3DLimit) {
+			// https://bugzilla.mozilla.org/show_bug.cgi?id=1203873 but Webkit also have
+			// a pixel offset on very high values, see: http://jsfiddle.net/dg6r5hhb/
+			this._resetView(this.getCenter(), this.getZoom());
+		}
+	},
+
+	_findEventTargets: function (e, type) {
+		var targets = [],
+		    target,
+		    isHover = type === 'mouseout' || type === 'mouseover',
+		    src = e.target || e.srcElement,
+		    dragging = false;
+
+		while (src) {
+			target = this._targets[stamp(src)];
+			if (target && (type === 'click' || type === 'preclick') && !e._simulated && this._draggableMoved(target)) {
+				// Prevent firing click after you just dragged an object.
+				dragging = true;
+				break;
+			}
+			if (target && target.listens(type, true)) {
+				if (isHover && !isExternalTarget(src, e)) { break; }
+				targets.push(target);
+				if (isHover) { break; }
+			}
+			if (src === this._container) { break; }
+			src = src.parentNode;
+		}
+		if (!targets.length && !dragging && !isHover && isExternalTarget(src, e)) {
+			targets = [this];
+		}
+		return targets;
+	},
+
+	_handleDOMEvent: function (e) {
+		if (!this._loaded || skipped(e)) { return; }
+
+		var type = e.type;
+
+		if (type === 'mousedown' || type === 'keypress') {
+			// prevents outline when clicking on keyboard-focusable element
+			preventOutline(e.target || e.srcElement);
+		}
+
+		this._fireDOMEvent(e, type);
+	},
+
+	_mouseEvents: ['click', 'dblclick', 'mouseover', 'mouseout', 'contextmenu'],
+
+	_fireDOMEvent: function (e, type, targets) {
+
+		if (e.type === 'click') {
+			// Fire a synthetic 'preclick' event which propagates up (mainly for closing popups).
+			// @event preclick: MouseEvent
+			// Fired before mouse click on the map (sometimes useful when you
+			// want something to happen on click before any existing click
+			// handlers start running).
+			var synth = extend({}, e);
+			synth.type = 'preclick';
+			this._fireDOMEvent(synth, synth.type, targets);
+		}
+
+		if (e._stopped) { return; }
+
+		// Find the layer the event is propagating from and its parents.
+		targets = (targets || []).concat(this._findEventTargets(e, type));
+
+		if (!targets.length) { return; }
+
+		var target = targets[0];
+		if (type === 'contextmenu' && target.listens(type, true)) {
+			preventDefault(e);
+		}
+
+		var data = {
+			originalEvent: e
+		};
+
+		if (e.type !== 'keypress') {
+			var isMarker = target.getLatLng && (!target._radius || target._radius <= 10);
+			data.containerPoint = isMarker ?
+				this.latLngToContainerPoint(target.getLatLng()) : this.mouseEventToContainerPoint(e);
+			data.layerPoint = this.containerPointToLayerPoint(data.containerPoint);
+			data.latlng = isMarker ? target.getLatLng() : this.layerPointToLatLng(data.layerPoint);
+		}
+
+		for (var i = 0; i < targets.length; i++) {
+			targets[i].fire(type, data, true);
+			if (data.originalEvent._stopped ||
+				(targets[i].options.bubblingMouseEvents === false && indexOf(this._mouseEvents, type) !== -1)) { return; }
+		}
+	},
+
+	_draggableMoved: function (obj) {
+		obj = obj.dragging && obj.dragging.enabled() ? obj : this;
+		return (obj.dragging && obj.dragging.moved()) || (this.boxZoom && this.boxZoom.moved());
+	},
+
+	_clearHandlers: function () {
+		for (var i = 0, len = this._handlers.length; i < len; i++) {
+			this._handlers[i].disable();
+		}
+	},
+
+	// @section Other Methods
+
+	// @method whenReady(fn: Function, context?: Object): this
+	// Runs the given function `fn` when the map gets initialized with
+	// a view (center and zoom) and at least one layer, or immediately
+	// if it's already initialized, optionally passing a function context.
+	whenReady: function (callback, context) {
+		if (this._loaded) {
+			callback.call(context || this, {target: this});
+		} else {
+			this.on('load', callback, context);
+		}
+		return this;
+	},
+
+
+	// private methods for getting map state
+
+	_getMapPanePos: function () {
+		return getPosition(this._mapPane) || new Point(0, 0);
+	},
+
+	_moved: function () {
+		var pos = this._getMapPanePos();
+		return pos && !pos.equals([0, 0]);
+	},
+
+	_getTopLeftPoint: function (center, zoom) {
+		var pixelOrigin = center && zoom !== undefined ?
+			this._getNewPixelOrigin(center, zoom) :
+			this.getPixelOrigin();
+		return pixelOrigin.subtract(this._getMapPanePos());
+	},
+
+	_getNewPixelOrigin: function (center, zoom) {
+		var viewHalf = this.getSize()._divideBy(2);
+		return this.project(center, zoom)._subtract(viewHalf)._add(this._getMapPanePos())._round();
+	},
+
+	_latLngToNewLayerPoint: function (latlng, zoom, center) {
+		var topLeft = this._getNewPixelOrigin(center, zoom);
+		return this.project(latlng, zoom)._subtract(topLeft);
+	},
+
+	_latLngBoundsToNewLayerBounds: function (latLngBounds, zoom, center) {
+		var topLeft = this._getNewPixelOrigin(center, zoom);
+		return toBounds([
+			this.project(latLngBounds.getSouthWest(), zoom)._subtract(topLeft),
+			this.project(latLngBounds.getNorthWest(), zoom)._subtract(topLeft),
+			this.project(latLngBounds.getSouthEast(), zoom)._subtract(topLeft),
+			this.project(latLngBounds.getNorthEast(), zoom)._subtract(topLeft)
+		]);
+	},
+
+	// layer point of the current center
+	_getCenterLayerPoint: function () {
+		return this.containerPointToLayerPoint(this.getSize()._divideBy(2));
+	},
+
+	// offset of the specified place to the current center in pixels
+	_getCenterOffset: function (latlng) {
+		return this.latLngToLayerPoint(latlng).subtract(this._getCenterLayerPoint());
+	},
+
+	// adjust center for view to get inside bounds
+	_limitCenter: function (center, zoom, bounds) {
+
+		if (!bounds) { return center; }
+
+		var centerPoint = this.project(center, zoom),
+		    viewHalf = this.getSize().divideBy(2),
+		    viewBounds = new Bounds(centerPoint.subtract(viewHalf), centerPoint.add(viewHalf)),
+		    offset = this._getBoundsOffset(viewBounds, bounds, zoom);
+
+		// If offset is less than a pixel, ignore.
+		// This prevents unstable projections from getting into
+		// an infinite loop of tiny offsets.
+		if (offset.round().equals([0, 0])) {
+			return center;
+		}
+
+		return this.unproject(centerPoint.add(offset), zoom);
+	},
+
+	// adjust offset for view to get inside bounds
+	_limitOffset: function (offset, bounds) {
+		if (!bounds) { return offset; }
+
+		var viewBounds = this.getPixelBounds(),
+		    newBounds = new Bounds(viewBounds.min.add(offset), viewBounds.max.add(offset));
+
+		return offset.add(this._getBoundsOffset(newBounds, bounds));
+	},
+
+	// returns offset needed for pxBounds to get inside maxBounds at a specified zoom
+	_getBoundsOffset: function (pxBounds, maxBounds, zoom) {
+		var projectedMaxBounds = toBounds(
+		        this.project(maxBounds.getNorthEast(), zoom),
+		        this.project(maxBounds.getSouthWest(), zoom)
+		    ),
+		    minOffset = projectedMaxBounds.min.subtract(pxBounds.min),
+		    maxOffset = projectedMaxBounds.max.subtract(pxBounds.max),
+
+		    dx = this._rebound(minOffset.x, -maxOffset.x),
+		    dy = this._rebound(minOffset.y, -maxOffset.y);
+
+		return new Point(dx, dy);
+	},
+
+	_rebound: function (left, right) {
+		return left + right > 0 ?
+			Math.round(left - right) / 2 :
+			Math.max(0, Math.ceil(left)) - Math.max(0, Math.floor(right));
+	},
+
+	_limitZoom: function (zoom) {
+		var min = this.getMinZoom(),
+		    max = this.getMaxZoom(),
+		    snap = any3d ? this.options.zoomSnap : 1;
+		if (snap) {
+			zoom = Math.round(zoom / snap) * snap;
+		}
+		return Math.max(min, Math.min(max, zoom));
+	},
+
+	_onPanTransitionStep: function () {
+		this.fire('move');
+	},
+
+	_onPanTransitionEnd: function () {
+		removeClass(this._mapPane, 'leaflet-pan-anim');
+		this.fire('moveend');
+	},
+
+	_tryAnimatedPan: function (center, options) {
+		// difference between the new and current centers in pixels
+		var offset = this._getCenterOffset(center)._trunc();
+
+		// don't animate too far unless animate: true specified in options
+		if ((options && options.animate) !== true && !this.getSize().contains(offset)) { return false; }
+
+		this.panBy(offset, options);
+
+		return true;
+	},
+
+	_createAnimProxy: function () {
+
+		var proxy = this._proxy = create$1('div', 'leaflet-proxy leaflet-zoom-animated');
+		this._panes.mapPane.appendChild(proxy);
+
+		this.on('zoomanim', function (e) {
+			var prop = TRANSFORM,
+			    transform = this._proxy.style[prop];
+
+			setTransform(this._proxy, this.project(e.center, e.zoom), this.getZoomScale(e.zoom, 1));
+
+			// workaround for case when transform is the same and so transitionend event is not fired
+			if (transform === this._proxy.style[prop] && this._animatingZoom) {
+				this._onZoomTransitionEnd();
+			}
+		}, this);
+
+		this.on('load moveend', function () {
+			var c = this.getCenter(),
+			    z = this.getZoom();
+			setTransform(this._proxy, this.project(c, z), this.getZoomScale(z, 1));
+		}, this);
+
+		this._on('unload', this._destroyAnimProxy, this);
+	},
+
+	_destroyAnimProxy: function () {
+		remove(this._proxy);
+		delete this._proxy;
+	},
+
+	_catchTransitionEnd: function (e) {
+		if (this._animatingZoom && e.propertyName.indexOf('transform') >= 0) {
+			this._onZoomTransitionEnd();
+		}
+	},
+
+	_nothingToAnimate: function () {
+		return !this._container.getElementsByClassName('leaflet-zoom-animated').length;
+	},
+
+	_tryAnimatedZoom: function (center, zoom, options) {
+
+		if (this._animatingZoom) { return true; }
+
+		options = options || {};
+
+		// don't animate if disabled, not supported or zoom difference is too large
+		if (!this._zoomAnimated || options.animate === false || this._nothingToAnimate() ||
+		        Math.abs(zoom - this._zoom) > this.options.zoomAnimationThreshold) { return false; }
+
+		// offset is the pixel coords of the zoom origin relative to the current center
+		var scale = this.getZoomScale(zoom),
+		    offset = this._getCenterOffset(center)._divideBy(1 - 1 / scale);
+
+		// don't animate if the zoom origin isn't within one screen from the current center, unless forced
+		if (options.animate !== true && !this.getSize().contains(offset)) { return false; }
+
+		requestAnimFrame(function () {
+			this
+			    ._moveStart(true, false)
+			    ._animateZoom(center, zoom, true);
+		}, this);
+
+		return true;
+	},
+
+	_animateZoom: function (center, zoom, startAnim, noUpdate) {
+		if (!this._mapPane) { return; }
+
+		if (startAnim) {
+			this._animatingZoom = true;
+
+			// remember what center/zoom to set after animation
+			this._animateToCenter = center;
+			this._animateToZoom = zoom;
+
+			addClass(this._mapPane, 'leaflet-zoom-anim');
+		}
+
+		// @event zoomanim: ZoomAnimEvent
+		// Fired at least once per zoom animation. For continous zoom, like pinch zooming, fired once per frame during zoom.
+		this.fire('zoomanim', {
+			center: center,
+			zoom: zoom,
+			noUpdate: noUpdate
+		});
+
+		// Work around webkit not firing 'transitionend', see https://github.com/Leaflet/Leaflet/issues/3689, 2693
+		setTimeout(bind(this._onZoomTransitionEnd, this), 250);
+	},
+
+	_onZoomTransitionEnd: function () {
+		if (!this._animatingZoom) { return; }
+
+		if (this._mapPane) {
+			removeClass(this._mapPane, 'leaflet-zoom-anim');
+		}
+
+		this._animatingZoom = false;
+
+		this._move(this._animateToCenter, this._animateToZoom);
+
+		// This anim frame should prevent an obscure iOS webkit tile loading race condition.
+		requestAnimFrame(function () {
+			this._moveEnd(true);
+		}, this);
+	}
+});
+
+// @section
+
+// @factory L.map(id: String, options?: Map options)
+// Instantiates a map object given the DOM ID of a `<div>` element
+// and optionally an object literal with `Map options`.
+//
+// @alternative
+// @factory L.map(el: HTMLElement, options?: Map options)
+// Instantiates a map object given an instance of a `<div>` HTML element
+// and optionally an object literal with `Map options`.
+function createMap(id, options) {
+	return new Map(id, options);
+}
+
+/*
+ * @class Control
+ * @aka L.Control
+ * @inherits Class
+ *
+ * L.Control is a base class for implementing map controls. Handles positioning.
+ * All other controls extend from this class.
+ */
+
+var Control = Class.extend({
+	// @section
+	// @aka Control options
+	options: {
+		// @option position: String = 'topright'
+		// The position of the control (one of the map corners). Possible values are `'topleft'`,
+		// `'topright'`, `'bottomleft'` or `'bottomright'`
+		position: 'topright'
+	},
+
+	initialize: function (options) {
+		setOptions(this, options);
+	},
+
+	/* @section
+	 * Classes extending L.Control will inherit the following methods:
+	 *
+	 * @method getPosition: string
+	 * Returns the position of the control.
+	 */
+	getPosition: function () {
+		return this.options.position;
+	},
+
+	// @method setPosition(position: string): this
+	// Sets the position of the control.
+	setPosition: function (position) {
+		var map = this._map;
+
+		if (map) {
+			map.removeControl(this);
+		}
+
+		this.options.position = position;
+
+		if (map) {
+			map.addControl(this);
+		}
+
+		return this;
+	},
+
+	// @method getContainer: HTMLElement
+	// Returns the HTMLElement that contains the control.
+	getContainer: function () {
+		return this._container;
+	},
+
+	// @method addTo(map: Map): this
+	// Adds the control to the given map.
+	addTo: function (map) {
+		this.remove();
+		this._map = map;
+
+		var container = this._container = this.onAdd(map),
+		    pos = this.getPosition(),
+		    corner = map._controlCorners[pos];
+
+		addClass(container, 'leaflet-control');
+
+		if (pos.indexOf('bottom') !== -1) {
+			corner.insertBefore(container, corner.firstChild);
+		} else {
+			corner.appendChild(container);
+		}
+
+		return this;
+	},
+
+	// @method remove: this
+	// Removes the control from the map it is currently active on.
+	remove: function () {
+		if (!this._map) {
+			return this;
+		}
+
+		remove(this._container);
+
+		if (this.onRemove) {
+			this.onRemove(this._map);
+		}
+
+		this._map = null;
+
+		return this;
+	},
+
+	_refocusOnMap: function (e) {
+		// if map exists and event is not a keyboard event
+		if (this._map && e && e.screenX > 0 && e.screenY > 0) {
+			this._map.getContainer().focus();
+		}
+	}
+});
+
+var control = function (options) {
+	return new Control(options);
+};
+
+/* @section Extension methods
+ * @uninheritable
+ *
+ * Every control should extend from `L.Control` and (re-)implement the following methods.
+ *
+ * @method onAdd(map: Map): HTMLElement
+ * Should return the container DOM element for the control and add listeners on relevant map events. Called on [`control.addTo(map)`](#control-addTo).
+ *
+ * @method onRemove(map: Map)
+ * Optional method. Should contain all clean up code that removes the listeners previously added in [`onAdd`](#control-onadd). Called on [`control.remove()`](#control-remove).
+ */
+
+/* @namespace Map
+ * @section Methods for Layers and Controls
+ */
+Map.include({
+	// @method addControl(control: Control): this
+	// Adds the given control to the map
+	addControl: function (control) {
+		control.addTo(this);
+		return this;
+	},
+
+	// @method removeControl(control: Control): this
+	// Removes the given control from the map
+	removeControl: function (control) {
+		control.remove();
+		return this;
+	},
+
+	_initControlPos: function () {
+		var corners = this._controlCorners = {},
+		    l = 'leaflet-',
+		    container = this._controlContainer =
+		            create$1('div', l + 'control-container', this._container);
+
+		function createCorner(vSide, hSide) {
+			var className = l + vSide + ' ' + l + hSide;
+
+			corners[vSide + hSide] = create$1('div', className, container);
+		}
+
+		createCorner('top', 'left');
+		createCorner('top', 'right');
+		createCorner('bottom', 'left');
+		createCorner('bottom', 'right');
+	},
+
+	_clearControlPos: function () {
+		for (var i in this._controlCorners) {
+			remove(this._controlCorners[i]);
+		}
+		remove(this._controlContainer);
+		delete this._controlCorners;
+		delete this._controlContainer;
+	}
+});
+
+/*
+ * @class Control.Layers
+ * @aka L.Control.Layers
+ * @inherits Control
+ *
+ * The layers control gives users the ability to switch between different base layers and switch overlays on/off (check out the [detailed example](http://leafletjs.com/examples/layers-control/)). Extends `Control`.
+ *
+ * @example
+ *
+ * ```js
+ * var baseLayers = {
+ * 	"Mapbox": mapbox,
+ * 	"OpenStreetMap": osm
+ * };
+ *
+ * var overlays = {
+ * 	"Marker": marker,
+ * 	"Roads": roadsLayer
+ * };
+ *
+ * L.control.layers(baseLayers, overlays).addTo(map);
+ * ```
+ *
+ * The `baseLayers` and `overlays` parameters are object literals with layer names as keys and `Layer` objects as values:
+ *
+ * ```js
+ * {
+ *     "<someName1>": layer1,
+ *     "<someName2>": layer2
+ * }
+ * ```
+ *
+ * The layer names can contain HTML, which allows you to add additional styling to the items:
+ *
+ * ```js
+ * {"<img src='my-layer-icon' /> <span class='my-layer-item'>My Layer</span>": myLayer}
+ * ```
+ */
+
+var Layers = Control.extend({
+	// @section
+	// @aka Control.Layers options
+	options: {
+		// @option collapsed: Boolean = true
+		// If `true`, the control will be collapsed into an icon and expanded on mouse hover or touch.
+		collapsed: true,
+		position: 'topright',
+
+		// @option autoZIndex: Boolean = true
+		// If `true`, the control will assign zIndexes in increasing order to all of its layers so that the order is preserved when switching them on/off.
+		autoZIndex: true,
+
+		// @option hideSingleBase: Boolean = false
+		// If `true`, the base layers in the control will be hidden when there is only one.
+		hideSingleBase: false,
+
+		// @option sortLayers: Boolean = false
+		// Whether to sort the layers. When `false`, layers will keep the order
+		// in which they were added to the control.
+		sortLayers: false,
+
+		// @option sortFunction: Function = *
+		// A [compare function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/sort)
+		// that will be used for sorting the layers, when `sortLayers` is `true`.
+		// The function receives both the `L.Layer` instances and their names, as in
+		// `sortFunction(layerA, layerB, nameA, nameB)`.
+		// By default, it sorts layers alphabetically by their name.
+		sortFunction: function (layerA, layerB, nameA, nameB) {
+			return nameA < nameB ? -1 : (nameB < nameA ? 1 : 0);
+		}
+	},
+
+	initialize: function (baseLayers, overlays, options) {
+		setOptions(this, options);
+
+		this._layerControlInputs = [];
+		this._layers = [];
+		this._lastZIndex = 0;
+		this._handlingClick = false;
+
+		for (var i in baseLayers) {
+			this._addLayer(baseLayers[i], i);
+		}
+
+		for (i in overlays) {
+			this._addLayer(overlays[i], i, true);
+		}
+	},
+
+	onAdd: function (map) {
+		this._initLayout();
+		this._update();
+
+		this._map = map;
+		map.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 (map) {
+		Control.prototype.addTo.call(this, map);
+		// Trigger expand after Layers Control has been inserted into DOM so that is now has an actual height.
+		return this._expandIfNotCollapsed();
+	},
+
+	onRemove: function () {
+		this._map.off('zoomend', this._checkDisabledLayers, this);
+
+		for (var i = 0; i < this._layers.length; i++) {
+			this._layers[i].layer.off('add remove', this._onLayerChange, this);
+		}
+	},
+
+	// @method addBaseLayer(layer: Layer, name: String): this
+	// Adds a base layer (radio button entry) with the given name to the control.
+	addBaseLayer: function (layer, name) {
+		this._addLayer(layer, name);
+		return (this._map) ? this._update() : this;
+	},
+
+	// @method addOverlay(layer: Layer, name: String): this
+	// Adds an overlay (checkbox entry) with the given name to the control.
+	addOverlay: function (layer, name) {
+		this._addLayer(layer, name, true);
+		return (this._map) ? this._update() : this;
+	},
+
+	// @method removeLayer(layer: Layer): this
+	// Remove the given layer from the control.
+	removeLayer: function (layer) {
+		layer.off('add remove', this._onLayerChange, this);
+
+		var obj = this._getLayer(stamp(layer));
+		if (obj) {
+			this._layers.splice(this._layers.indexOf(obj), 1);
+		}
+		return (this._map) ? this._update() : this;
+	},
+
+	// @method expand(): this
+	// Expand the control container if collapsed.
+	expand: function () {
+		addClass(this._container, 'leaflet-control-layers-expanded');
+		this._section.style.height = null;
+		var acceptableHeight = this._map.getSize().y - (this._container.offsetTop + 50);
+		if (acceptableHeight < this._section.clientHeight) {
+			addClass(this._section, 'leaflet-control-layers-scrollbar');
+			this._section.style.height = acceptableHeight + 'px';
+		} else {
+			removeClass(this._section, 'leaflet-control-layers-scrollbar');
+		}
+		this._checkDisabledLayers();
+		return this;
+	},
+
+	// @method collapse(): this
+	// Collapse the control container if expanded.
+	collapse: function () {
+		removeClass(this._container, 'leaflet-control-layers-expanded');
+		return this;
+	},
+
+	_initLayout: function () {
+		var className = 'leaflet-control-layers',
+		    container = this._container = create$1('div', className),
+		    collapsed = this.options.collapsed;
+
+		// makes this work on IE touch devices by stopping it from firing a mouseout event when the touch is released
+		container.setAttribute('aria-haspopup', true);
+
+		disableClickPropagation(container);
+		disableScrollPropagation(container);
+
+		var section = this._section = create$1('section', className + '-list');
+
+		if (collapsed) {
+			this._map.on('click', this.collapse, this);
+
+			if (!android) {
+				on(container, {
+					mouseenter: this.expand,
+					mouseleave: this.collapse
+				}, this);
+			}
+		}
+
+		var link = this._layersLink = create$1('a', className + '-toggle', container);
+		link.href = '#';
+		link.title = 'Layers';
+
+		if (touch) {
+			on(link, 'click', stop);
+			on(link, 'click', this.expand, this);
+		} else {
+			on(link, 'focus', this.expand, this);
+		}
+
+		if (!collapsed) {
+			this.expand();
+		}
+
+		this._baseLayersList = create$1('div', className + '-base', section);
+		this._separator = create$1('div', className + '-separator', section);
+		this._overlaysList = create$1('div', className + '-overlays', section);
+
+		container.appendChild(section);
+	},
+
+	_getLayer: function (id) {
+		for (var i = 0; i < this._layers.length; i++) {
+
+			if (this._layers[i] && stamp(this._layers[i].layer) === id) {
+				return this._layers[i];
+			}
+		}
+	},
+
+	_addLayer: function (layer, name, overlay) {
+		if (this._map) {
+			layer.on('add remove', this._onLayerChange, this);
+		}
+
+		this._layers.push({
+			layer: layer,
+			name: name,
+			overlay: overlay
+		});
+
+		if (this.options.sortLayers) {
+			this._layers.sort(bind(function (a, b) {
+				return this.options.sortFunction(a.layer, b.layer, a.name, b.name);
+			}, this));
+		}
+
+		if (this.options.autoZIndex && layer.setZIndex) {
+			this._lastZIndex++;
+			layer.setZIndex(this._lastZIndex);
+		}
+
+		this._expandIfNotCollapsed();
+	},
+
+	_update: function () {
+		if (!this._container) { return this; }
+
+		empty(this._baseLayersList);
+		empty(this._overlaysList);
+
+		this._layerControlInputs = [];
+		var baseLayersPresent, overlaysPresent, i, obj, baseLayersCount = 0;
+
+		for (i = 0; i < this._layers.length; i++) {
+			obj = this._layers[i];
+			this._addItem(obj);
+			overlaysPresent = overlaysPresent || obj.overlay;
+			baseLayersPresent = baseLayersPresent || !obj.overlay;
+			baseLayersCount += !obj.overlay ? 1 : 0;
+		}
+
+		// Hide base layers section if there's only one layer.
+		if (this.options.hideSingleBase) {
+			baseLayersPresent = baseLayersPresent && baseLayersCount > 1;
+			this._baseLayersList.style.display = baseLayersPresent ? '' : 'none';
+		}
+
+		this._separator.style.display = overlaysPresent && baseLayersPresent ? '' : 'none';
+
+		return this;
+	},
+
+	_onLayerChange: function (e) {
+		if (!this._handlingClick) {
+			this._update();
+		}
+
+		var obj = this._getLayer(stamp(e.target));
+
+		// @namespace Map
+		// @section Layer events
+		// @event baselayerchange: LayersControlEvent
+		// Fired when the base layer is changed through the [layer control](#control-layers).
+		// @event overlayadd: LayersControlEvent
+		// Fired when an overlay is selected through the [layer control](#control-layers).
+		// @event overlayremove: LayersControlEvent
+		// Fired when an overlay is deselected through the [layer control](#control-layers).
+		// @namespace Control.Layers
+		var type = obj.overlay ?
+			(e.type === 'add' ? 'overlayadd' : 'overlayremove') :
+			(e.type === 'add' ? 'baselayerchange' : null);
+
+		if (type) {
+			this._map.fire(type, obj);
+		}
+	},
+
+	// IE7 bugs out if you create a radio dynamically, so you have to do it this hacky way (see http://bit.ly/PqYLBe)
+	_createRadioElement: function (name, checked) {
+
+		var radioHtml = '<input type="radio" class="leaflet-control-layers-selector" name="' +
+				name + '"' + (checked ? ' checked="checked"' : '') + '/>';
+
+		var radioFragment = document.createElement('div');
+		radioFragment.innerHTML = radioHtml;
+
+		return radioFragment.firstChild;
+	},
+
+	_addItem: function (obj) {
+		var label = document.createElement('label'),
+		    checked = this._map.hasLayer(obj.layer),
+		    input;
+
+		if (obj.overlay) {
+			input = document.createElement('input');
+			input.type = 'checkbox';
+			input.className = 'leaflet-control-layers-selector';
+			input.defaultChecked = checked;
+		} else {
+			input = this._createRadioElement('leaflet-base-layers', checked);
+		}
+
+		this._layerControlInputs.push(input);
+		input.layerId = stamp(obj.layer);
+
+		on(input, 'click', this._onInputClick, this);
+
+		var name = document.createElement('span');
+		name.innerHTML = ' ' + obj.name;
+
+		// Helps from preventing layer control flicker when checkboxes are disabled
+		// https://github.com/Leaflet/Leaflet/issues/2771
+		var holder = document.createElement('div');
+
+		label.appendChild(holder);
+		holder.appendChild(input);
+		holder.appendChild(name);
+
+		var container = obj.overlay ? this._overlaysList : this._baseLayersList;
+		container.appendChild(label);
+
+		this._checkDisabledLayers();
+		return label;
+	},
+
+	_onInputClick: function () {
+		var inputs = this._layerControlInputs,
+		    input, layer;
+		var addedLayers = [],
+		    removedLayers = [];
+
+		this._handlingClick = true;
+
+		for (var i = inputs.length - 1; i >= 0; i--) {
+			input = inputs[i];
+			layer = this._getLayer(input.layerId).layer;
+
+			if (input.checked) {
+				addedLayers.push(layer);
+			} else if (!input.checked) {
+				removedLayers.push(layer);
+			}
+		}
+
+		// Bugfix issue 2318: Should remove all old layers before readding new ones
+		for (i = 0; i < removedLayers.length; i++) {
+			if (this._map.hasLayer(removedLayers[i])) {
+				this._map.removeLayer(removedLayers[i]);
+			}
+		}
+		for (i = 0; i < addedLayers.length; i++) {
+			if (!this._map.hasLayer(addedLayers[i])) {
+				this._map.addLayer(addedLayers[i]);
+			}
+		}
+
+		this._handlingClick = false;
+
+		this._refocusOnMap();
+	},
+
+	_checkDisabledLayers: function () {
+		var inputs = this._layerControlInputs,
+		    input,
+		    layer,
+		    zoom = this._map.getZoom();
+
+		for (var i = inputs.length - 1; i >= 0; i--) {
+			input = inputs[i];
+			layer = this._getLayer(input.layerId).layer;
+			input.disabled = (layer.options.minZoom !== undefined && zoom < layer.options.minZoom) ||
+			                 (layer.options.maxZoom !== undefined && zoom > layer.options.maxZoom);
+
+		}
+	},
+
+	_expandIfNotCollapsed: function () {
+		if (this._map && !this.options.collapsed) {
+			this.expand();
+		}
+		return this;
+	},
+
+	_expand: function () {
+		// Backward compatibility, remove me in 1.1.
+		return this.expand();
+	},
+
+	_collapse: function () {
+		// Backward compatibility, remove me in 1.1.
+		return this.collapse();
+	}
+
+});
+
+
+// @factory L.control.layers(baselayers?: Object, overlays?: Object, options?: Control.Layers options)
+// Creates an attribution control with the given layers. Base layers will be switched with radio buttons, while overlays will be switched with checkboxes. Note that all base layers should be passed in the base layers object, but only one should be added to the map during map instantiation.
+var layers = function (baseLayers, overlays, options) {
+	return new Layers(baseLayers, overlays, options);
+};
+
+/*
+ * @class Control.Zoom
+ * @aka L.Control.Zoom
+ * @inherits Control
+ *
+ * A basic zoom control with two buttons (zoom in and zoom out). It is put on the map by default unless you set its [`zoomControl` option](#map-zoomcontrol) to `false`. Extends `Control`.
+ */
+
+var Zoom = Control.extend({
+	// @section
+	// @aka Control.Zoom options
+	options: {
+		position: 'topleft',
+
+		// @option zoomInText: String = '+'
+		// The text set on the 'zoom in' button.
+		zoomInText: '+',
+
+		// @option zoomInTitle: String = 'Zoom in'
+		// The title set on the 'zoom in' button.
+		zoomInTitle: 'Zoom in',
+
+		// @option zoomOutText: String = '&#x2212;'
+		// The text set on the 'zoom out' button.
+		zoomOutText: '&#x2212;',
+
+		// @option zoomOutTitle: String = 'Zoom out'
+		// The title set on the 'zoom out' button.
+		zoomOutTitle: 'Zoom out'
+	},
+
+	onAdd: function (map) {
+		var zoomName = 'leaflet-control-zoom',
+		    container = create$1('div', zoomName + ' leaflet-bar'),
+		    options = this.options;
+
+		this._zoomInButton  = this._createButton(options.zoomInText, options.zoomInTitle,
+		        zoomName + '-in',  container, this._zoomIn);
+		this._zoomOutButton = this._createButton(options.zoomOutText, options.zoomOutTitle,
+		        zoomName + '-out', container, this._zoomOut);
+
+		this._updateDisabled();
+		map.on('zoomend zoomlevelschange', this._updateDisabled, this);
+
+		return container;
+	},
+
+	onRemove: function (map) {
+		map.off('zoomend zoomlevelschange', this._updateDisabled, this);
+	},
+
+	disable: function () {
+		this._disabled = true;
+		this._updateDisabled();
+		return this;
+	},
+
+	enable: function () {
+		this._disabled = false;
+		this._updateDisabled();
+		return this;
+	},
+
+	_zoomIn: function (e) {
+		if (!this._disabled && this._map._zoom < this._map.getMaxZoom()) {
+			this._map.zoomIn(this._map.options.zoomDelta * (e.shiftKey ? 3 : 1));
+		}
+	},
+
+	_zoomOut: function (e) {
+		if (!this._disabled && this._map._zoom > this._map.getMinZoom()) {
+			this._map.zoomOut(this._map.options.zoomDelta * (e.shiftKey ? 3 : 1));
+		}
+	},
+
+	_createButton: function (html, title, className, container, fn) {
+		var link = create$1('a', className, container);
+		link.innerHTML = html;
+		link.href = '#';
+		link.title = title;
+
+		/*
+		 * Will force screen readers like VoiceOver to read this as "Zoom in - button"
+		 */
+		link.setAttribute('role', 'button');
+		link.setAttribute('aria-label', title);
+
+		disableClickPropagation(link);
+		on(link, 'click', stop);
+		on(link, 'click', fn, this);
+		on(link, 'click', this._refocusOnMap, this);
+
+		return link;
+	},
+
+	_updateDisabled: function () {
+		var map = this._map,
+		    className = 'leaflet-disabled';
+
+		removeClass(this._zoomInButton, className);
+		removeClass(this._zoomOutButton, className);
+
+		if (this._disabled || map._zoom === map.getMinZoom()) {
+			addClass(this._zoomOutButton, className);
+		}
+		if (this._disabled || map._zoom === map.getMaxZoom()) {
+			addClass(this._zoomInButton, className);
+		}
+	}
+});
+
+// @namespace Map
+// @section Control options
+// @option zoomControl: Boolean = true
+// Whether a [zoom control](#control-zoom) is added to the map by default.
+Map.mergeOptions({
+	zoomControl: true
+});
+
+Map.addInitHook(function () {
+	if (this.options.zoomControl) {
+		// @section Controls
+		// @property zoomControl: Control.Zoom
+		// The default zoom control (only available if the
+		// [`zoomControl` option](#map-zoomcontrol) was `true` when creating the map).
+		this.zoomControl = new Zoom();
+		this.addControl(this.zoomControl);
+	}
+});
+
+// @namespace Control.Zoom
+// @factory L.control.zoom(options: Control.Zoom options)
+// Creates a zoom control
+var zoom = function (options) {
+	return new Zoom(options);
+};
+
+/*
+ * @class Control.Scale
+ * @aka L.Control.Scale
+ * @inherits Control
+ *
+ * A simple scale control that shows the scale of the current center of screen in metric (m/km) and imperial (mi/ft) systems. Extends `Control`.
+ *
+ * @example
+ *
+ * ```js
+ * L.control.scale().addTo(map);
+ * ```
+ */
+
+var Scale = Control.extend({
+	// @section
+	// @aka Control.Scale options
+	options: {
+		position: 'bottomleft',
+
+		// @option maxWidth: Number = 100
+		// Maximum width of the control in pixels. The width is set dynamically to show round values (e.g. 100, 200, 500).
+		maxWidth: 100,
+
+		// @option metric: Boolean = True
+		// Whether to show the metric scale line (m/km).
+		metric: true,
+
+		// @option imperial: Boolean = True
+		// Whether to show the imperial scale line (mi/ft).
+		imperial: true
+
+		// @option updateWhenIdle: Boolean = false
+		// If `true`, the control is updated on [`moveend`](#map-moveend), otherwise it's always up-to-date (updated on [`move`](#map-move)).
+	},
+
+	onAdd: function (map) {
+		var className = 'leaflet-control-scale',
+		    container = create$1('div', className),
+		    options = this.options;
+
+		this._addScales(options, className + '-line', container);
+
+		map.on(options.updateWhenIdle ? 'moveend' : 'move', this._update, this);
+		map.whenReady(this._update, this);
+
+		return container;
+	},
+
+	onRemove: function (map) {
+		map.off(this.options.updateWhenIdle ? 'moveend' : 'move', this._update, this);
+	},
+
+	_addScales: function (options, className, container) {
+		if (options.metric) {
+			this._mScale = create$1('div', className, container);
+		}
+		if (options.imperial) {
+			this._iScale = create$1('div', className, container);
+		}
+	},
+
+	_update: function () {
+		var map = this._map,
+		    y = map.getSize().y / 2;
+
+		var maxMeters = map.distance(
+			map.containerPointToLatLng([0, y]),
+			map.containerPointToLatLng([this.options.maxWidth, y]));
+
+		this._updateScales(maxMeters);
+	},
+
+	_updateScales: function (maxMeters) {
+		if (this.options.metric && maxMeters) {
+			this._updateMetric(maxMeters);
+		}
+		if (this.options.imperial && maxMeters) {
+			this._updateImperial(maxMeters);
+		}
+	},
+
+	_updateMetric: function (maxMeters) {
+		var meters = this._getRoundNum(maxMeters),
+		    label = meters < 1000 ? meters + ' m' : (meters / 1000) + ' km';
+
+		this._updateScale(this._mScale, label, meters / maxMeters);
+	},
+
+	_updateImperial: function (maxMeters) {
+		var maxFeet = maxMeters * 3.2808399,
+		    maxMiles, miles, feet;
+
+		if (maxFeet > 5280) {
+			maxMiles = maxFeet / 5280;
+			miles = this._getRoundNum(maxMiles);
+			this._updateScale(this._iScale, miles + ' mi', miles / maxMiles);
+
+		} else {
+			feet = this._getRoundNum(maxFeet);
+			this._updateScale(this._iScale, feet + ' ft', feet / maxFeet);
+		}
+	},
+
+	_updateScale: function (scale, text, ratio) {
+		scale.style.width = Math.round(this.options.maxWidth * ratio) + 'px';
+		scale.innerHTML = text;
+	},
+
+	_getRoundNum: function (num) {
+		var pow10 = Math.pow(10, (Math.floor(num) + '').length - 1),
+		    d = num / pow10;
+
+		d = d >= 10 ? 10 :
+		    d >= 5 ? 5 :
+		    d >= 3 ? 3 :
+		    d >= 2 ? 2 : 1;
+
+		return pow10 * d;
+	}
+});
+
+
+// @factory L.control.scale(options?: Control.Scale options)
+// Creates an scale control with the given options.
+var scale = function (options) {
+	return new Scale(options);
+};
+
+/*
+ * @class Control.Attribution
+ * @aka L.Control.Attribution
+ * @inherits Control
+ *
+ * The attribution control allows you to display attribution data in a small text box on a map. It is put on the map by default unless you set its [`attributionControl` option](#map-attributioncontrol) to `false`, and it fetches attribution texts from layers with the [`getAttribution` method](#layer-getattribution) automatically. Extends Control.
+ */
+
+var Attribution = Control.extend({
+	// @section
+	// @aka Control.Attribution options
+	options: {
+		position: 'bottomright',
+
+		// @option prefix: String = 'Leaflet'
+		// The HTML text shown before the attributions. Pass `false` to disable.
+		prefix: '<a href="http://leafletjs.com" title="A JS library for interactive maps">Leaflet</a>'
+	},
+
+	initialize: function (options) {
+		setOptions(this, options);
+
+		this._attributions = {};
+	},
+
+	onAdd: function (map) {
+		map.attributionControl = this;
+		this._container = create$1('div', 'leaflet-control-attribution');
+		disableClickPropagation(this._container);
+
+		// TODO ugly, refactor
+		for (var i in map._layers) {
+			if (map._layers[i].getAttribution) {
+				this.addAttribution(map._layers[i].getAttribution());
+			}
+		}
+
+		this._update();
+
+		return this._container;
+	},
+
+	// @method setPrefix(prefix: String): this
+	// Sets the text before the attributions.
+	setPrefix: function (prefix) {
+		this.options.prefix = prefix;
+		this._update();
+		return this;
+	},
+
+	// @method addAttribution(text: String): this
+	// Adds an attribution text (e.g. `'Vector data &copy; Mapbox'`).
+	addAttribution: function (text) {
+		if (!text) { return this; }
+
+		if (!this._attributions[text]) {
+			this._attributions[text] = 0;
+		}
+		this._attributions[text]++;
+
+		this._update();
+
+		return this;
+	},
+
+	// @method removeAttribution(text: String): this
+	// Removes an attribution text.
+	removeAttribution: function (text) {
+		if (!text) { return this; }
+
+		if (this._attributions[text]) {
+			this._attributions[text]--;
+			this._update();
+		}
+
+		return this;
+	},
+
+	_update: function () {
+		if (!this._map) { return; }
+
+		var attribs = [];
+
+		for (var i in this._attributions) {
+			if (this._attributions[i]) {
+				attribs.push(i);
+			}
+		}
+
+		var prefixAndAttribs = [];
+
+		if (this.options.prefix) {
+			prefixAndAttribs.push(this.options.prefix);
+		}
+		if (attribs.length) {
+			prefixAndAttribs.push(attribs.join(', '));
+		}
+
+		this._container.innerHTML = prefixAndAttribs.join(' | ');
+	}
+});
+
+// @namespace Map
+// @section Control options
+// @option attributionControl: Boolean = true
+// Whether a [attribution control](#control-attribution) is added to the map by default.
+Map.mergeOptions({
+	attributionControl: true
+});
+
+Map.addInitHook(function () {
+	if (this.options.attributionControl) {
+		new Attribution().addTo(this);
+	}
+});
+
+// @namespace Control.Attribution
+// @factory L.control.attribution(options: Control.Attribution options)
+// Creates an attribution control.
+var attribution = function (options) {
+	return new Attribution(options);
+};
+
+Control.Layers = Layers;
+Control.Zoom = Zoom;
+Control.Scale = Scale;
+Control.Attribution = Attribution;
+
+control.layers = layers;
+control.zoom = zoom;
+control.scale = scale;
+control.attribution = attribution;
+
+/*
+	L.Handler is a base class for handler classes that are used internally to inject
+	interaction features like dragging to classes like Map and Marker.
+*/
+
+// @class Handler
+// @aka L.Handler
+// Abstract class for map interaction handlers
+
+var Handler = Class.extend({
+	initialize: function (map) {
+		this._map = map;
+	},
+
+	// @method enable(): this
+	// Enables the handler
+	enable: function () {
+		if (this._enabled) { return this; }
+
+		this._enabled = true;
+		this.addHooks();
+		return this;
+	},
+
+	// @method disable(): this
+	// Disables the handler
+	disable: function () {
+		if (!this._enabled) { return this; }
+
+		this._enabled = false;
+		this.removeHooks();
+		return this;
+	},
+
+	// @method enabled(): Boolean
+	// Returns `true` if the handler is enabled
+	enabled: function () {
+		return !!this._enabled;
+	}
+
+	// @section Extension methods
+	// Classes inheriting from `Handler` must implement the two following methods:
+	// @method addHooks()
+	// Called when the handler is enabled, should add event hooks.
+	// @method removeHooks()
+	// Called when the handler is disabled, should remove the event hooks added previously.
+});
+
+// @section There is static function which can be called without instantiating L.Handler:
+// @function addTo(map: Map, name: String): this
+// Adds a new Handler to the given map with the given name.
+Handler.addTo = function (map, name) {
+	map.addHandler(name, this);
+	return this;
+};
+
+var Mixin = {Events: Events};
+
+/*
+ * @class Draggable
+ * @aka L.Draggable
+ * @inherits Evented
+ *
+ * A class for making DOM elements draggable (including touch support).
+ * Used internally for map and marker dragging. Only works for elements
+ * that were positioned with [`L.DomUtil.setPosition`](#domutil-setposition).
+ *
+ * @example
+ * ```js
+ * var draggable = new L.Draggable(elementToDrag);
+ * draggable.enable();
+ * ```
+ */
+
+var START = touch ? 'touchstart mousedown' : 'mousedown';
+var END = {
+	mousedown: 'mouseup',
+	touchstart: 'touchend',
+	pointerdown: 'touchend',
+	MSPointerDown: 'touchend'
+};
+var MOVE = {
+	mousedown: 'mousemove',
+	touchstart: 'touchmove',
+	pointerdown: 'touchmove',
+	MSPointerDown: 'touchmove'
+};
+
+
+var Draggable = Evented.extend({
+
+	options: {
+		// @section
+		// @aka Draggable options
+		// @option clickTolerance: Number = 3
+		// The max number of pixels a user can shift the mouse pointer during a click
+		// for it to be considered a valid click (as opposed to a mouse drag).
+		clickTolerance: 3
+	},
+
+	// @constructor L.Draggable(el: HTMLElement, dragHandle?: HTMLElement, preventOutline?: Boolean, options?: Draggable options)
+	// Creates a `Draggable` object for moving `el` when you start dragging the `dragHandle` element (equals `el` itself by default).
+	initialize: function (element, dragStartTarget, preventOutline$$1, options) {
+		setOptions(this, options);
+
+		this._element = element;
+		this._dragStartTarget = dragStartTarget || element;
+		this._preventOutline = preventOutline$$1;
+	},
+
+	// @method enable()
+	// Enables the dragging ability
+	enable: function () {
+		if (this._enabled) { return; }
+
+		on(this._dragStartTarget, START, this._onDown, this);
+
+		this._enabled = true;
+	},
+
+	// @method disable()
+	// Disables the dragging ability
+	disable: function () {
+		if (!this._enabled) { return; }
+
+		// If we're currently dragging this draggable,
+		// disabling it counts as first ending the drag.
+		if (Draggable._dragging === this) {
+			this.finishDrag();
+		}
+
+		off(this._dragStartTarget, START, this._onDown, this);
+
+		this._enabled = false;
+		this._moved = false;
+	},
+
+	_onDown: function (e) {
+		// Ignore simulated events, since we handle both touch and
+		// mouse explicitly; otherwise we risk getting duplicates of
+		// touch events, see #4315.
+		// Also ignore the event if disabled; this happens in IE11
+		// under some circumstances, see #3666.
+		if (e._simulated || !this._enabled) { return; }
+
+		this._moved = false;
+
+		if (hasClass(this._element, 'leaflet-zoom-anim')) { return; }
+
+		if (Draggable._dragging || e.shiftKey || ((e.which !== 1) && (e.button !== 1) && !e.touches)) { return; }
+		Draggable._dragging = this;  // Prevent dragging multiple objects at once.
+
+		if (this._preventOutline) {
+			preventOutline(this._element);
+		}
+
+		disableImageDrag();
+		disableTextSelection();
+
+		if (this._moving) { return; }
+
+		// @event down: Event
+		// Fired when a drag is about to start.
+		this.fire('down');
+
+		var first = e.touches ? e.touches[0] : e,
+		    sizedParent = getSizedParentNode(this._element);
+
+		this._startPoint = new Point(first.clientX, first.clientY);
+
+		// Cache the scale, so that we can continuously compensate for it during drag (_onMove).
+		this._parentScale = getScale(sizedParent);
+
+		on(document, MOVE[e.type], this._onMove, this);
+		on(document, END[e.type], this._onUp, this);
+	},
+
+	_onMove: function (e) {
+		// Ignore simulated events, since we handle both touch and
+		// mouse explicitly; otherwise we risk getting duplicates of
+		// touch events, see #4315.
+		// Also ignore the event if disabled; this happens in IE11
+		// under some circumstances, see #3666.
+		if (e._simulated || !this._enabled) { return; }
+
+		if (e.touches && e.touches.length > 1) {
+			this._moved = true;
+			return;
+		}
+
+		var first = (e.touches && e.touches.length === 1 ? e.touches[0] : e),
+		    offset = new Point(first.clientX, first.clientY)._subtract(this._startPoint);
+
+		if (!offset.x && !offset.y) { return; }
+		if (Math.abs(offset.x) + Math.abs(offset.y) < this.options.clickTolerance) { return; }
+
+		// We assume that the parent container's position, border and scale do not change for the duration of the drag.
+		// Therefore there is no need to account for the position and border (they are eliminated by the subtraction)
+		// and we can use the cached value for the scale.
+		offset.x /= this._parentScale.x;
+		offset.y /= this._parentScale.y;
+
+		preventDefault(e);
+
+		if (!this._moved) {
+			// @event dragstart: Event
+			// Fired when a drag starts
+			this.fire('dragstart');
+
+			this._moved = true;
+			this._startPos = getPosition(this._element).subtract(offset);
+
+			addClass(document.body, 'leaflet-dragging');
+
+			this._lastTarget = e.target || e.srcElement;
+			// IE and Edge do not give the <use> element, so fetch it
+			// if necessary
+			if ((window.SVGElementInstance) && (this._lastTarget instanceof SVGElementInstance)) {
+				this._lastTarget = this._lastTarget.correspondingUseElement;
+			}
+			addClass(this._lastTarget, 'leaflet-drag-target');
+		}
+
+		this._newPos = this._startPos.add(offset);
+		this._moving = true;
+
+		cancelAnimFrame(this._animRequest);
+		this._lastEvent = e;
+		this._animRequest = requestAnimFrame(this._updatePosition, this, true);
+	},
+
+	_updatePosition: function () {
+		var e = {originalEvent: this._lastEvent};
+
+		// @event predrag: Event
+		// Fired continuously during dragging *before* each corresponding
+		// update of the element's position.
+		this.fire('predrag', e);
+		setPosition(this._element, this._newPos);
+
+		// @event drag: Event
+		// Fired continuously during dragging.
+		this.fire('drag', e);
+	},
+
+	_onUp: function (e) {
+		// Ignore simulated events, since we handle both touch and
+		// mouse explicitly; otherwise we risk getting duplicates of
+		// touch events, see #4315.
+		// Also ignore the event if disabled; this happens in IE11
+		// under some circumstances, see #3666.
+		if (e._simulated || !this._enabled) { return; }
+		this.finishDrag();
+	},
+
+	finishDrag: function () {
+		removeClass(document.body, 'leaflet-dragging');
+
+		if (this._lastTarget) {
+			removeClass(this._lastTarget, 'leaflet-drag-target');
+			this._lastTarget = null;
+		}
+
+		for (var i in MOVE) {
+			off(document, MOVE[i], this._onMove, this);
+			off(document, END[i], this._onUp, this);
+		}
+
+		enableImageDrag();
+		enableTextSelection();
+
+		if (this._moved && this._moving) {
+			// ensure drag is not fired after dragend
+			cancelAnimFrame(this._animRequest);
+
+			// @event dragend: DragEndEvent
+			// Fired when the drag ends.
+			this.fire('dragend', {
+				distance: this._newPos.distanceTo(this._startPos)
+			});
+		}
+
+		this._moving = false;
+		Draggable._dragging = false;
+	}
+
+});
+
+/*
+ * @namespace LineUtil
+ *
+ * Various utility functions for polyline points processing, used by Leaflet internally to make polylines lightning-fast.
+ */
+
+// Simplify polyline with vertex reduction and Douglas-Peucker simplification.
+// Improves rendering performance dramatically by lessening the number of points to draw.
+
+// @function simplify(points: Point[], tolerance: Number): Point[]
+// Dramatically reduces the number of points in a polyline while retaining
+// its shape and returns a new array of simplified points, using the
+// [Douglas-Peucker algorithm](http://en.wikipedia.org/wiki/Douglas-Peucker_algorithm).
+// Used for a huge performance boost when processing/displaying Leaflet polylines for
+// each zoom level and also reducing visual noise. tolerance affects the amount of
+// simplification (lesser value means higher quality but slower and with more points).
+// Also released as a separated micro-library [Simplify.js](http://mourner.github.com/simplify-js/).
+function simplify(points, tolerance) {
+	if (!tolerance || !points.length) {
+		return points.slice();
+	}
+
+	var sqTolerance = tolerance * tolerance;
+
+	    // stage 1: vertex reduction
+	    points = _reducePoints(points, sqTolerance);
+
+	    // stage 2: Douglas-Peucker simplification
+	    points = _simplifyDP(points, sqTolerance);
+
+	return points;
+}
+
+// @function pointToSegmentDistance(p: Point, p1: Point, p2: Point): Number
+// Returns the distance between point `p` and segment `p1` to `p2`.
+function pointToSegmentDistance(p, p1, p2) {
+	return Math.sqrt(_sqClosestPointOnSegment(p, p1, p2, true));
+}
+
+// @function closestPointOnSegment(p: Point, p1: Point, p2: Point): Number
+// Returns the closest point from a point `p` on a segment `p1` to `p2`.
+function closestPointOnSegment(p, p1, p2) {
+	return _sqClosestPointOnSegment(p, p1, p2);
+}
+
+// Douglas-Peucker simplification, see http://en.wikipedia.org/wiki/Douglas-Peucker_algorithm
+function _simplifyDP(points, sqTolerance) {
+
+	var len = points.length,
+	    ArrayConstructor = typeof Uint8Array !== undefined + '' ? Uint8Array : Array,
+	    markers = new ArrayConstructor(len);
+
+	    markers[0] = markers[len - 1] = 1;
+
+	_simplifyDPStep(points, markers, sqTolerance, 0, len - 1);
+
+	var i,
+	    newPoints = [];
+
+	for (i = 0; i < len; i++) {
+		if (markers[i]) {
+			newPoints.push(points[i]);
+		}
+	}
+
+	return newPoints;
+}
+
+function _simplifyDPStep(points, markers, sqTolerance, first, last) {
+
+	var maxSqDist = 0,
+	index, i, sqDist;
+
+	for (i = first + 1; i <= last - 1; i++) {
+		sqDist = _sqClosestPointOnSegment(points[i], points[first], points[last], true);
+
+		if (sqDist > maxSqDist) {
+			index = i;
+			maxSqDist = sqDist;
+		}
+	}
+
+	if (maxSqDist > sqTolerance) {
+		markers[index] = 1;
+
+		_simplifyDPStep(points, markers, sqTolerance, first, index);
+		_simplifyDPStep(points, markers, sqTolerance, index, last);
+	}
+}
+
+// reduce points that are too close to each other to a single point
+function _reducePoints(points, sqTolerance) {
+	var reducedPoints = [points[0]];
+
+	for (var i = 1, prev = 0, len = points.length; i < len; i++) {
+		if (_sqDist(points[i], points[prev]) > sqTolerance) {
+			reducedPoints.push(points[i]);
+			prev = i;
+		}
+	}
+	if (prev < len - 1) {
+		reducedPoints.push(points[len - 1]);
+	}
+	return reducedPoints;
+}
+
+var _lastCode;
+
+// @function clipSegment(a: Point, b: Point, bounds: Bounds, useLastCode?: Boolean, round?: Boolean): Point[]|Boolean
+// Clips the segment a to b by rectangular bounds with the
+// [Cohen-Sutherland algorithm](https://en.wikipedia.org/wiki/Cohen%E2%80%93Sutherland_algorithm)
+// (modifying the segment points directly!). Used by Leaflet to only show polyline
+// points that are on the screen or near, increasing performance.
+function clipSegment(a, b, bounds, useLastCode, round) {
+	var codeA = useLastCode ? _lastCode : _getBitCode(a, bounds),
+	    codeB = _getBitCode(b, bounds),
+
+	    codeOut, p, newCode;
+
+	    // save 2nd code to avoid calculating it on the next segment
+	    _lastCode = codeB;
+
+	while (true) {
+		// if a,b is inside the clip window (trivial accept)
+		if (!(codeA | codeB)) {
+			return [a, b];
+		}
+
+		// if a,b is outside the clip window (trivial reject)
+		if (codeA & codeB) {
+			return false;
+		}
+
+		// other cases
+		codeOut = codeA || codeB;
+		p = _getEdgeIntersection(a, b, codeOut, bounds, round);
+		newCode = _getBitCode(p, bounds);
+
+		if (codeOut === codeA) {
+			a = p;
+			codeA = newCode;
+		} else {
+			b = p;
+			codeB = newCode;
+		}
+	}
+}
+
+function _getEdgeIntersection(a, b, code, bounds, round) {
+	var dx = b.x - a.x,
+	    dy = b.y - a.y,
+	    min = bounds.min,
+	    max = bounds.max,
+	    x, y;
+
+	if (code & 8) { // top
+		x = a.x + dx * (max.y - a.y) / dy;
+		y = max.y;
+
+	} else if (code & 4) { // bottom
+		x = a.x + dx * (min.y - a.y) / dy;
+		y = min.y;
+
+	} else if (code & 2) { // right
+		x = max.x;
+		y = a.y + dy * (max.x - a.x) / dx;
+
+	} else if (code & 1) { // left
+		x = min.x;
+		y = a.y + dy * (min.x - a.x) / dx;
+	}
+
+	return new Point(x, y, round);
+}
+
+function _getBitCode(p, bounds) {
+	var code = 0;
+
+	if (p.x < bounds.min.x) { // left
+		code |= 1;
+	} else if (p.x > bounds.max.x) { // right
+		code |= 2;
+	}
+
+	if (p.y < bounds.min.y) { // bottom
+		code |= 4;
+	} else if (p.y > bounds.max.y) { // top
+		code |= 8;
+	}
+
+	return code;
+}
+
+// square distance (to avoid unnecessary Math.sqrt calls)
+function _sqDist(p1, p2) {
+	var dx = p2.x - p1.x,
+	    dy = p2.y - p1.y;
+	return dx * dx + dy * dy;
+}
+
+// return closest point on segment or distance to that point
+function _sqClosestPointOnSegment(p, p1, p2, sqDist) {
+	var x = p1.x,
+	    y = p1.y,
+	    dx = p2.x - x,
+	    dy = p2.y - y,
+	    dot = dx * dx + dy * dy,
+	    t;
+
+	if (dot > 0) {
+		t = ((p.x - x) * dx + (p.y - y) * dy) / dot;
+
+		if (t > 1) {
+			x = p2.x;
+			y = p2.y;
+		} else if (t > 0) {
+			x += dx * t;
+			y += dy * t;
+		}
+	}
+
+	dx = p.x - x;
+	dy = p.y - y;
+
+	return sqDist ? dx * dx + dy * dy : new Point(x, y);
+}
+
+
+// @function isFlat(latlngs: LatLng[]): Boolean
+// Returns true if `latlngs` is a flat array, false is nested.
+function isFlat(latlngs) {
+	return !isArray(latlngs[0]) || (typeof latlngs[0][0] !== 'object' && typeof latlngs[0][0] !== 'undefined');
+}
+
+function _flat(latlngs) {
+	console.warn('Deprecated use of _flat, please use L.LineUtil.isFlat instead.');
+	return isFlat(latlngs);
+}
+
+
+var LineUtil = (Object.freeze || Object)({
+	simplify: simplify,
+	pointToSegmentDistance: pointToSegmentDistance,
+	closestPointOnSegment: closestPointOnSegment,
+	clipSegment: clipSegment,
+	_getEdgeIntersection: _getEdgeIntersection,
+	_getBitCode: _getBitCode,
+	_sqClosestPointOnSegment: _sqClosestPointOnSegment,
+	isFlat: isFlat,
+	_flat: _flat
+});
+
+/*
+ * @namespace PolyUtil
+ * Various utility functions for polygon geometries.
+ */
+
+/* @function clipPolygon(points: Point[], bounds: Bounds, round?: Boolean): Point[]
+ * Clips the polygon geometry defined by the given `points` by the given bounds (using the [Sutherland-Hodgman algorithm](https://en.wikipedia.org/wiki/Sutherland%E2%80%93Hodgman_algorithm)).
+ * Used by Leaflet to only show polygon points that are on the screen or near, increasing
+ * performance. Note that polygon points needs different algorithm for clipping
+ * than polyline, so there's a separate method for it.
+ */
+function clipPolygon(points, bounds, round) {
+	var clippedPoints,
+	    edges = [1, 4, 2, 8],
+	    i, j, k,
+	    a, b,
+	    len, edge, p;
+
+	for (i = 0, len = points.length; i < len; i++) {
+		points[i]._code = _getBitCode(points[i], bounds);
+	}
+
+	// for each edge (left, bottom, right, top)
+	for (k = 0; k < 4; k++) {
+		edge = edges[k];
+		clippedPoints = [];
+
+		for (i = 0, len = points.length, j = len - 1; i < len; j = i++) {
+			a = points[i];
+			b = points[j];
+
+			// if a is inside the clip window
+			if (!(a._code & edge)) {
+				// if b is outside the clip window (a->b goes out of screen)
+				if (b._code & edge) {
+					p = _getEdgeIntersection(b, a, edge, bounds, round);
+					p._code = _getBitCode(p, bounds);
+					clippedPoints.push(p);
+				}
+				clippedPoints.push(a);
+
+			// else if b is inside the clip window (a->b enters the screen)
+			} else if (!(b._code & edge)) {
+				p = _getEdgeIntersection(b, a, edge, bounds, round);
+				p._code = _getBitCode(p, bounds);
+				clippedPoints.push(p);
+			}
+		}
+		points = clippedPoints;
+	}
+
+	return points;
+}
+
+
+var PolyUtil = (Object.freeze || Object)({
+	clipPolygon: clipPolygon
+});
+
+/*
+ * @namespace Projection
+ * @section
+ * Leaflet comes with a set of already defined Projections out of the box:
+ *
+ * @projection L.Projection.LonLat
+ *
+ * Equirectangular, or Plate Carree projection — the most simple projection,
+ * mostly used by GIS enthusiasts. Directly maps `x` as longitude, and `y` as
+ * latitude. Also suitable for flat worlds, e.g. game maps. Used by the
+ * `EPSG:4326` and `Simple` CRS.
+ */
+
+var LonLat = {
+	project: function (latlng) {
+		return new Point(latlng.lng, latlng.lat);
+	},
+
+	unproject: function (point) {
+		return new LatLng(point.y, point.x);
+	},
+
+	bounds: new Bounds([-180, -90], [180, 90])
+};
+
+/*
+ * @namespace Projection
+ * @projection L.Projection.Mercator
+ *
+ * Elliptical Mercator projection — more complex than Spherical Mercator. Takes into account that Earth is a geoid, not a perfect sphere. Used by the EPSG:3395 CRS.
+ */
+
+var Mercator = {
+	R: 6378137,
+	R_MINOR: 6356752.314245179,
+
+	bounds: new Bounds([-20037508.34279, -15496570.73972], [20037508.34279, 18764656.23138]),
+
+	project: function (latlng) {
+		var d = Math.PI / 180,
+		    r = this.R,
+		    y = latlng.lat * d,
+		    tmp = this.R_MINOR / r,
+		    e = Math.sqrt(1 - tmp * tmp),
+		    con = e * Math.sin(y);
+
+		var ts = Math.tan(Math.PI / 4 - y / 2) / Math.pow((1 - con) / (1 + con), e / 2);
+		y = -r * Math.log(Math.max(ts, 1E-10));
+
+		return new Point(latlng.lng * d * r, y);
+	},
+
+	unproject: function (point) {
+		var d = 180 / Math.PI,
+		    r = this.R,
+		    tmp = this.R_MINOR / r,
+		    e = Math.sqrt(1 - tmp * tmp),
+		    ts = Math.exp(-point.y / r),
+		    phi = Math.PI / 2 - 2 * Math.atan(ts);
+
+		for (var i = 0, dphi = 0.1, con; i < 15 && Math.abs(dphi) > 1e-7; i++) {
+			con = e * Math.sin(phi);
+			con = Math.pow((1 - con) / (1 + con), e / 2);
+			dphi = Math.PI / 2 - 2 * Math.atan(ts * con) - phi;
+			phi += dphi;
+		}
+
+		return new LatLng(phi * d, point.x * d / r);
+	}
+};
+
+/*
+ * @class Projection
+
+ * An object with methods for projecting geographical coordinates of the world onto
+ * a flat surface (and back). See [Map projection](http://en.wikipedia.org/wiki/Map_projection).
+
+ * @property bounds: Bounds
+ * The bounds (specified in CRS units) where the projection is valid
+
+ * @method project(latlng: LatLng): Point
+ * Projects geographical coordinates into a 2D point.
+ * Only accepts actual `L.LatLng` instances, not arrays.
+
+ * @method unproject(point: Point): LatLng
+ * The inverse of `project`. Projects a 2D point into a geographical location.
+ * Only accepts actual `L.Point` instances, not arrays.
+
+ * Note that the projection instances do not inherit from Leafet's `Class` object,
+ * and can't be instantiated. Also, new classes can't inherit from them,
+ * and methods can't be added to them with the `include` function.
+
+ */
+
+
+
+
+var index = (Object.freeze || Object)({
+	LonLat: LonLat,
+	Mercator: Mercator,
+	SphericalMercator: SphericalMercator
+});
+
+/*
+ * @namespace CRS
+ * @crs L.CRS.EPSG3395
+ *
+ * Rarely used by some commercial tile providers. Uses Elliptical Mercator projection.
+ */
+var EPSG3395 = extend({}, Earth, {
+	code: 'EPSG:3395',
+	projection: Mercator,
+
+	transformation: (function () {
+		var scale = 0.5 / (Math.PI * Mercator.R);
+		return toTransformation(scale, 0.5, -scale, 0.5);
+	}())
+});
+
+/*
+ * @namespace CRS
+ * @crs L.CRS.EPSG4326
+ *
+ * A common CRS among GIS enthusiasts. Uses simple Equirectangular projection.
+ *
+ * Leaflet 1.0.x complies with the [TMS coordinate scheme for EPSG:4326](https://wiki.osgeo.org/wiki/Tile_Map_Service_Specification#global-geodetic),
+ * which is a breaking change from 0.7.x behaviour.  If you are using a `TileLayer`
+ * with this CRS, ensure that there are two 256x256 pixel tiles covering the
+ * whole earth at zoom level zero, and that the tile coordinate origin is (-180,+90),
+ * or (-180,-90) for `TileLayer`s with [the `tms` option](#tilelayer-tms) set.
+ */
+
+var EPSG4326 = extend({}, Earth, {
+	code: 'EPSG:4326',
+	projection: LonLat,
+	transformation: toTransformation(1 / 180, 1, -1 / 180, 0.5)
+});
+
+/*
+ * @namespace CRS
+ * @crs L.CRS.Simple
+ *
+ * A simple CRS that maps longitude and latitude into `x` and `y` directly.
+ * May be used for maps of flat surfaces (e.g. game maps). Note that the `y`
+ * axis should still be inverted (going from bottom to top). `distance()` returns
+ * simple euclidean distance.
+ */
+
+var Simple = extend({}, CRS, {
+	projection: LonLat,
+	transformation: toTransformation(1, 0, -1, 0),
+
+	scale: function (zoom) {
+		return Math.pow(2, zoom);
+	},
+
+	zoom: function (scale) {
+		return Math.log(scale) / Math.LN2;
+	},
+
+	distance: function (latlng1, latlng2) {
+		var dx = latlng2.lng - latlng1.lng,
+		    dy = latlng2.lat - latlng1.lat;
+
+		return Math.sqrt(dx * dx + dy * dy);
+	},
+
+	infinite: true
+});
+
+CRS.Earth = Earth;
+CRS.EPSG3395 = EPSG3395;
+CRS.EPSG3857 = EPSG3857;
+CRS.EPSG900913 = EPSG900913;
+CRS.EPSG4326 = EPSG4326;
+CRS.Simple = Simple;
+
+/*
+ * @class Layer
+ * @inherits Evented
+ * @aka L.Layer
+ * @aka ILayer
+ *
+ * A set of methods from the Layer base class that all Leaflet layers use.
+ * Inherits all methods, options and events from `L.Evented`.
+ *
+ * @example
+ *
+ * ```js
+ * var layer = L.Marker(latlng).addTo(map);
+ * layer.addTo(map);
+ * layer.remove();
+ * ```
+ *
+ * @event add: Event
+ * Fired after the layer is added to a map
+ *
+ * @event remove: Event
+ * Fired after the layer is removed from a map
+ */
+
+
+var Layer = Evented.extend({
+
+	// Classes extending `L.Layer` will inherit the following options:
+	options: {
+		// @option pane: String = 'overlayPane'
+		// By default the layer will be added to the map's [overlay pane](#map-overlaypane). Overriding this option will cause the layer to be placed on another pane by default.
+		pane: 'overlayPane',
+
+		// @option attribution: String = null
+		// String to be shown in the attribution control, e.g. "© OpenStreetMap contributors". It describes the layer data and is often a legal obligation towards copyright holders and tile providers.
+		attribution: null,
+
+		bubblingMouseEvents: true
+	},
+
+	/* @section
+	 * Classes extending `L.Layer` will inherit the following methods:
+	 *
+	 * @method addTo(map: Map|LayerGroup): this
+	 * Adds the layer to the given map or layer group.
+	 */
+	addTo: function (map) {
+		map.addLayer(this);
+		return this;
+	},
+
+	// @method remove: this
+	// Removes the layer from the map it is currently active on.
+	remove: function () {
+		return this.removeFrom(this._map || this._mapToAdd);
+	},
+
+	// @method removeFrom(map: Map): this
+	// Removes the layer from the given map
+	removeFrom: function (obj) {
+		if (obj) {
+			obj.removeLayer(this);
+		}
+		return this;
+	},
+
+	// @method getPane(name? : String): HTMLElement
+	// Returns the `HTMLElement` representing the named pane on the map. If `name` is omitted, returns the pane for this layer.
+	getPane: function (name) {
+		return this._map.getPane(name ? (this.options[name] || name) : this.options.pane);
+	},
+
+	addInteractiveTarget: function (targetEl) {
+		this._map._targets[stamp(targetEl)] = this;
+		return this;
+	},
+
+	removeInteractiveTarget: function (targetEl) {
+		delete this._map._targets[stamp(targetEl)];
+		return this;
+	},
+
+	// @method getAttribution: String
+	// Used by the `attribution control`, returns the [attribution option](#gridlayer-attribution).
+	getAttribution: function () {
+		return this.options.attribution;
+	},
+
+	_layerAdd: function (e) {
+		var map = e.target;
+
+		// check in case layer gets added and then removed before the map is ready
+		if (!map.hasLayer(this)) { return; }
+
+		this._map = map;
+		this._zoomAnimated = map._zoomAnimated;
+
+		if (this.getEvents) {
+			var events = this.getEvents();
+			map.on(events, this);
+			this.once('remove', function () {
+				map.off(events, this);
+			}, this);
+		}
+
+		this.onAdd(map);
+
+		if (this.getAttribution && map.attributionControl) {
+			map.attributionControl.addAttribution(this.getAttribution());
+		}
+
+		this.fire('add');
+		map.fire('layeradd', {layer: this});
+	}
+});
+
+/* @section Extension methods
+ * @uninheritable
+ *
+ * Every layer should extend from `L.Layer` and (re-)implement the following methods.
+ *
+ * @method onAdd(map: Map): this
+ * Should contain code that creates DOM elements for the layer, adds them to `map panes` where they should belong and puts listeners on relevant map events. Called on [`map.addLayer(layer)`](#map-addlayer).
+ *
+ * @method onRemove(map: Map): this
+ * Should contain all clean up code that removes the layer's elements from the DOM and removes listeners previously added in [`onAdd`](#layer-onadd). Called on [`map.removeLayer(layer)`](#map-removelayer).
+ *
+ * @method getEvents(): Object
+ * This optional method should return an object like `{ viewreset: this._reset }` for [`addEventListener`](#evented-addeventlistener). The event handlers in this object will be automatically added and removed from the map with your layer.
+ *
+ * @method getAttribution(): String
+ * This optional method should return a string containing HTML to be shown on the `Attribution control` whenever the layer is visible.
+ *
+ * @method beforeAdd(map: Map): this
+ * Optional method. Called on [`map.addLayer(layer)`](#map-addlayer), before the layer is added to the map, before events are initialized, without waiting until the map is in a usable state. Use for early initialization only.
+ */
+
+
+/* @namespace Map
+ * @section Layer events
+ *
+ * @event layeradd: LayerEvent
+ * Fired when a new layer is added to the map.
+ *
+ * @event layerremove: LayerEvent
+ * Fired when some layer is removed from the map
+ *
+ * @section Methods for Layers and Controls
+ */
+Map.include({
+	// @method addLayer(layer: Layer): this
+	// Adds the given layer to the map
+	addLayer: function (layer) {
+		if (!layer._layerAdd) {
+			throw new Error('The provided object is not a Layer.');
+		}
+
+		var id = stamp(layer);
+		if (this._layers[id]) { return this; }
+		this._layers[id] = layer;
+
+		layer._mapToAdd = this;
+
+		if (layer.beforeAdd) {
+			layer.beforeAdd(this);
+		}
+
+		this.whenReady(layer._layerAdd, layer);
+
+		return this;
+	},
+
+	// @method removeLayer(layer: Layer): this
+	// Removes the given layer from the map.
+	removeLayer: function (layer) {
+		var id = stamp(layer);
+
+		if (!this._layers[id]) { return this; }
+
+		if (this._loaded) {
+			layer.onRemove(this);
+		}
+
+		if (layer.getAttribution && this.attributionControl) {
+			this.attributionControl.removeAttribution(layer.getAttribution());
+		}
+
+		delete this._layers[id];
+
+		if (this._loaded) {
+			this.fire('layerremove', {layer: layer});
+			layer.fire('remove');
+		}
+
+		layer._map = layer._mapToAdd = null;
+
+		return this;
+	},
+
+	// @method hasLayer(layer: Layer): Boolean
+	// Returns `true` if the given layer is currently added to the map
+	hasLayer: function (layer) {
+		return !!layer && (stamp(layer) in this._layers);
+	},
+
+	/* @method eachLayer(fn: Function, context?: Object): this
+	 * Iterates over the layers of the map, optionally specifying context of the iterator function.
+	 * ```
+	 * map.eachLayer(function(layer){
+	 *     layer.bindPopup('Hello');
+	 * });
+	 * ```
+	 */
+	eachLayer: function (method, context) {
+		for (var i in this._layers) {
+			method.call(context, this._layers[i]);
+		}
+		return this;
+	},
+
+	_addLayers: function (layers) {
+		layers = layers ? (isArray(layers) ? layers : [layers]) : [];
+
+		for (var i = 0, len = layers.length; i < len; i++) {
+			this.addLayer(layers[i]);
+		}
+	},
+
+	_addZoomLimit: function (layer) {
+		if (isNaN(layer.options.maxZoom) || !isNaN(layer.options.minZoom)) {
+			this._zoomBoundLayers[stamp(layer)] = layer;
+			this._updateZoomLevels();
+		}
+	},
+
+	_removeZoomLimit: function (layer) {
+		var id = stamp(layer);
+
+		if (this._zoomBoundLayers[id]) {
+			delete this._zoomBoundLayers[id];
+			this._updateZoomLevels();
+		}
+	},
+
+	_updateZoomLevels: function () {
+		var minZoom = Infinity,
+		    maxZoom = -Infinity,
+		    oldZoomSpan = this._getZoomSpan();
+
+		for (var i in this._zoomBoundLayers) {
+			var options = this._zoomBoundLayers[i].options;
+
+			minZoom = options.minZoom === undefined ? minZoom : Math.min(minZoom, options.minZoom);
+			maxZoom = options.maxZoom === undefined ? maxZoom : Math.max(maxZoom, options.maxZoom);
+		}
+
+		this._layersMaxZoom = maxZoom === -Infinity ? undefined : maxZoom;
+		this._layersMinZoom = minZoom === Infinity ? undefined : minZoom;
+
+		// @section Map state change events
+		// @event zoomlevelschange: Event
+		// Fired when the number of zoomlevels on the map is changed due
+		// to adding or removing a layer.
+		if (oldZoomSpan !== this._getZoomSpan()) {
+			this.fire('zoomlevelschange');
+		}
+
+		if (this.options.maxZoom === undefined && this._layersMaxZoom && this.getZoom() > this._layersMaxZoom) {
+			this.setZoom(this._layersMaxZoom);
+		}
+		if (this.options.minZoom === undefined && this._layersMinZoom && this.getZoom() < this._layersMinZoom) {
+			this.setZoom(this._layersMinZoom);
+		}
+	}
+});
+
+/*
+ * @class LayerGroup
+ * @aka L.LayerGroup
+ * @inherits Layer
+ *
+ * Used to group several layers and handle them as one. If you add it to the map,
+ * any layers added or removed from the group will be added/removed on the map as
+ * well. Extends `Layer`.
+ *
+ * @example
+ *
+ * ```js
+ * L.layerGroup([marker1, marker2])
+ * 	.addLayer(polyline)
+ * 	.addTo(map);
+ * ```
+ */
+
+var LayerGroup = Layer.extend({
+
+	initialize: function (layers, options) {
+		setOptions(this, options);
+
+		this._layers = {};
+
+		var i, len;
+
+		if (layers) {
+			for (i = 0, len = layers.length; i < len; i++) {
+				this.addLayer(layers[i]);
+			}
+		}
+	},
+
+	// @method addLayer(layer: Layer): this
+	// Adds the given layer to the group.
+	addLayer: function (layer) {
+		var id = this.getLayerId(layer);
+
+		this._layers[id] = layer;
+
+		if (this._map) {
+			this._map.addLayer(layer);
+		}
+
+		return this;
+	},
+
+	// @method removeLayer(layer: Layer): this
+	// Removes the given layer from the group.
+	// @alternative
+	// @method removeLayer(id: Number): this
+	// Removes the layer with the given internal ID from the group.
+	removeLayer: function (layer) {
+		var id = layer in this._layers ? layer : this.getLayerId(layer);
+
+		if (this._map && this._layers[id]) {
+			this._map.removeLayer(this._layers[id]);
+		}
+
+		delete this._layers[id];
+
+		return this;
+	},
+
+	// @method hasLayer(layer: Layer): Boolean
+	// Returns `true` if the given layer is currently added to the group.
+	// @alternative
+	// @method hasLayer(id: Number): Boolean
+	// Returns `true` if the given internal ID is currently added to the group.
+	hasLayer: function (layer) {
+		return !!layer && (layer in this._layers || this.getLayerId(layer) in this._layers);
+	},
+
+	// @method clearLayers(): this
+	// Removes all the layers from the group.
+	clearLayers: function () {
+		return this.eachLayer(this.removeLayer, this);
+	},
+
+	// @method invoke(methodName: String, …): this
+	// Calls `methodName` on every layer contained in this group, passing any
+	// additional parameters. Has no effect if the layers contained do not
+	// implement `methodName`.
+	invoke: function (methodName) {
+		var args = Array.prototype.slice.call(arguments, 1),
+		    i, layer;
+
+		for (i in this._layers) {
+			layer = this._layers[i];
+
+			if (layer[methodName]) {
+				layer[methodName].apply(layer, args);
+			}
+		}
+
+		return this;
+	},
+
+	onAdd: function (map) {
+		this.eachLayer(map.addLayer, map);
+	},
+
+	onRemove: function (map) {
+		this.eachLayer(map.removeLayer, map);
+	},
+
+	// @method eachLayer(fn: Function, context?: Object): this
+	// Iterates over the layers of the group, optionally specifying context of the iterator function.
+	// ```js
+	// group.eachLayer(function (layer) {
+	// 	layer.bindPopup('Hello');
+	// });
+	// ```
+	eachLayer: function (method, context) {
+		for (var i in this._layers) {
+			method.call(context, this._layers[i]);
+		}
+		return this;
+	},
+
+	// @method getLayer(id: Number): Layer
+	// Returns the layer with the given internal ID.
+	getLayer: function (id) {
+		return this._layers[id];
+	},
+
+	// @method getLayers(): Layer[]
+	// Returns an array of all the layers added to the group.
+	getLayers: function () {
+		var layers = [];
+		this.eachLayer(layers.push, layers);
+		return layers;
+	},
+
+	// @method setZIndex(zIndex: Number): this
+	// Calls `setZIndex` on every layer contained in this group, passing the z-index.
+	setZIndex: function (zIndex) {
+		return this.invoke('setZIndex', zIndex);
+	},
+
+	// @method getLayerId(layer: Layer): Number
+	// Returns the internal ID for a layer
+	getLayerId: function (layer) {
+		return stamp(layer);
+	}
+});
+
+
+// @factory L.layerGroup(layers?: Layer[], options?: Object)
+// Create a layer group, optionally given an initial set of layers and an `options` object.
+var layerGroup = function (layers, options) {
+	return new LayerGroup(layers, options);
+};
+
+/*
+ * @class FeatureGroup
+ * @aka L.FeatureGroup
+ * @inherits LayerGroup
+ *
+ * Extended `LayerGroup` that makes it easier to do the same thing to all its member layers:
+ *  * [`bindPopup`](#layer-bindpopup) binds a popup to all of the layers at once (likewise with [`bindTooltip`](#layer-bindtooltip))
+ *  * Events are propagated to the `FeatureGroup`, so if the group has an event
+ * handler, it will handle events from any of the layers. This includes mouse events
+ * and custom events.
+ *  * Has `layeradd` and `layerremove` events
+ *
+ * @example
+ *
+ * ```js
+ * L.featureGroup([marker1, marker2, polyline])
+ * 	.bindPopup('Hello world!')
+ * 	.on('click', function() { alert('Clicked on a member of the group!'); })
+ * 	.addTo(map);
+ * ```
+ */
+
+var FeatureGroup = LayerGroup.extend({
+
+	addLayer: function (layer) {
+		if (this.hasLayer(layer)) {
+			return this;
+		}
+
+		layer.addEventParent(this);
+
+		LayerGroup.prototype.addLayer.call(this, layer);
+
+		// @event layeradd: LayerEvent
+		// Fired when a layer is added to this `FeatureGroup`
+		return this.fire('layeradd', {layer: layer});
+	},
+
+	removeLayer: function (layer) {
+		if (!this.hasLayer(layer)) {
+			return this;
+		}
+		if (layer in this._layers) {
+			layer = this._layers[layer];
+		}
+
+		layer.removeEventParent(this);
+
+		LayerGroup.prototype.removeLayer.call(this, layer);
+
+		// @event layerremove: LayerEvent
+		// Fired when a layer is removed from this `FeatureGroup`
+		return this.fire('layerremove', {layer: layer});
+	},
+
+	// @method setStyle(style: Path options): this
+	// Sets the given path options to each layer of the group that has a `setStyle` method.
+	setStyle: function (style) {
+		return this.invoke('setStyle', style);
+	},
+
+	// @method bringToFront(): this
+	// Brings the layer group to the top of all other layers
+	bringToFront: function () {
+		return this.invoke('bringToFront');
+	},
+
+	// @method bringToBack(): this
+	// Brings the layer group to the back of all other layers
+	bringToBack: function () {
+		return this.invoke('bringToBack');
+	},
+
+	// @method getBounds(): LatLngBounds
+	// Returns the LatLngBounds of the Feature Group (created from bounds and coordinates of its children).
+	getBounds: function () {
+		var bounds = new LatLngBounds();
+
+		for (var id in this._layers) {
+			var layer = this._layers[id];
+			bounds.extend(layer.getBounds ? layer.getBounds() : layer.getLatLng());
+		}
+		return bounds;
+	}
+});
+
+// @factory L.featureGroup(layers: Layer[])
+// Create a feature group, optionally given an initial set of layers.
+var featureGroup = function (layers) {
+	return new FeatureGroup(layers);
+};
+
+/*
+ * @class Icon
+ * @aka L.Icon
+ *
+ * Represents an icon to provide when creating a marker.
+ *
+ * @example
+ *
+ * ```js
+ * var myIcon = L.icon({
+ *     iconUrl: 'my-icon.png',
+ *     iconRetinaUrl: 'my-icon@2x.png',
+ *     iconSize: [38, 95],
+ *     iconAnchor: [22, 94],
+ *     popupAnchor: [-3, -76],
+ *     shadowUrl: 'my-icon-shadow.png',
+ *     shadowRetinaUrl: 'my-icon-shadow@2x.png',
+ *     shadowSize: [68, 95],
+ *     shadowAnchor: [22, 94]
+ * });
+ *
+ * L.marker([50.505, 30.57], {icon: myIcon}).addTo(map);
+ * ```
+ *
+ * `L.Icon.Default` extends `L.Icon` and is the blue icon Leaflet uses for markers by default.
+ *
+ */
+
+var Icon = Class.extend({
+
+	/* @section
+	 * @aka Icon options
+	 *
+	 * @option iconUrl: String = null
+	 * **(required)** The URL to the icon image (absolute or relative to your script path).
+	 *
+	 * @option iconRetinaUrl: String = null
+	 * The URL to a retina sized version of the icon image (absolute or relative to your
+	 * script path). Used for Retina screen devices.
+	 *
+	 * @option iconSize: Point = null
+	 * Size of the icon image in pixels.
+	 *
+	 * @option iconAnchor: Point = null
+	 * The coordinates of the "tip" of the icon (relative to its top left corner). The icon
+	 * will be aligned so that this point is at the marker's geographical location. Centered
+	 * by default if size is specified, also can be set in CSS with negative margins.
+	 *
+	 * @option popupAnchor: Point = [0, 0]
+	 * The coordinates of the point from which popups will "open", relative to the icon anchor.
+	 *
+	 * @option tooltipAnchor: Point = [0, 0]
+	 * The coordinates of the point from which tooltips will "open", relative to the icon anchor.
+	 *
+	 * @option shadowUrl: String = null
+	 * The URL to the icon shadow image. If not specified, no shadow image will be created.
+	 *
+	 * @option shadowRetinaUrl: String = null
+	 *
+	 * @option shadowSize: Point = null
+	 * Size of the shadow image in pixels.
+	 *
+	 * @option shadowAnchor: Point = null
+	 * The coordinates of the "tip" of the shadow (relative to its top left corner) (the same
+	 * as iconAnchor if not specified).
+	 *
+	 * @option className: String = ''
+	 * A custom class name to assign to both icon and shadow images. Empty by default.
+	 */
+
+	options: {
+		popupAnchor: [0, 0],
+		tooltipAnchor: [0, 0]
+	},
+
+	initialize: function (options) {
+		setOptions(this, options);
+	},
+
+	// @method createIcon(oldIcon?: HTMLElement): HTMLElement
+	// Called internally when the icon has to be shown, returns a `<img>` HTML element
+	// styled according to the options.
+	createIcon: function (oldIcon) {
+		return this._createIcon('icon', oldIcon);
+	},
+
+	// @method createShadow(oldIcon?: HTMLElement): HTMLElement
+	// As `createIcon`, but for the shadow beneath it.
+	createShadow: function (oldIcon) {
+		return this._createIcon('shadow', oldIcon);
+	},
+
+	_createIcon: function (name, oldIcon) {
+		var src = this._getIconUrl(name);
+
+		if (!src) {
+			if (name === 'icon') {
+				throw new Error('iconUrl not set in Icon options (see the docs).');
+			}
+			return null;
+		}
+
+		var img = this._createImg(src, oldIcon && oldIcon.tagName === 'IMG' ? oldIcon : null);
+		this._setIconStyles(img, name);
+
+		return img;
+	},
+
+	_setIconStyles: function (img, name) {
+		var options = this.options;
+		var sizeOption = options[name + 'Size'];
+
+		if (typeof sizeOption === 'number') {
+			sizeOption = [sizeOption, sizeOption];
+		}
+
+		var size = toPoint(sizeOption),
+		    anchor = toPoint(name === 'shadow' && options.shadowAnchor || options.iconAnchor ||
+		            size && size.divideBy(2, true));
+
+		img.className = 'leaflet-marker-' + name + ' ' + (options.className || '');
+
+		if (anchor) {
+			img.style.marginLeft = (-anchor.x) + 'px';
+			img.style.marginTop  = (-anchor.y) + 'px';
+		}
+
+		if (size) {
+			img.style.width  = size.x + 'px';
+			img.style.height = size.y + 'px';
+		}
+	},
+
+	_createImg: function (src, el) {
+		el = el || document.createElement('img');
+		el.src = src;
+		return el;
+	},
+
+	_getIconUrl: function (name) {
+		return retina && this.options[name + 'RetinaUrl'] || this.options[name + 'Url'];
+	}
+});
+
+
+// @factory L.icon(options: Icon options)
+// Creates an icon instance with the given options.
+function icon(options) {
+	return new Icon(options);
+}
+
+/*
+ * @miniclass Icon.Default (Icon)
+ * @aka L.Icon.Default
+ * @section
+ *
+ * A trivial subclass of `Icon`, represents the icon to use in `Marker`s when
+ * no icon is specified. Points to the blue marker image distributed with Leaflet
+ * releases.
+ *
+ * In order to customize the default icon, just change the properties of `L.Icon.Default.prototype.options`
+ * (which is a set of `Icon options`).
+ *
+ * If you want to _completely_ replace the default icon, override the
+ * `L.Marker.prototype.options.icon` with your own icon instead.
+ */
+
+var IconDefault = Icon.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 (name) {
+		if (!IconDefault.imagePath) {	// Deprecated, backwards-compatibility only
+			IconDefault.imagePath = this._detectIconPath();
+		}
+
+		// @option imagePath: String
+		// `Icon.Default` will try to auto-detect the location of the
+		// blue icon images. If you are placing these images in a non-standard
+		// way, set this option to point to the right path.
+		return (this.options.imagePath || IconDefault.imagePath) + Icon.prototype._getIconUrl.call(this, name);
+	},
+
+	_detectIconPath: function () {
+		var el = create$1('div',  'leaflet-default-icon-path', document.body);
+		var path = getStyle(el, 'background-image') ||
+		           getStyle(el, 'backgroundImage');	// IE8
+
+		document.body.removeChild(el);
+
+		if (path === null || path.indexOf('url') !== 0) {
+			path = '';
+		} else {
+			path = path.replace(/^url\(["']?/, '').replace(/marker-icon\.png["']?\)$/, '');
+		}
+
+		return path;
+	}
+});
+
+/*
+ * L.Handler.MarkerDrag is used internally by L.Marker to make the markers draggable.
+ */
+
+
+/* @namespace Marker
+ * @section Interaction handlers
+ *
+ * Interaction handlers are properties of a marker instance that allow you to control interaction behavior in runtime, enabling or disabling certain features such as dragging (see `Handler` methods). Example:
+ *
+ * ```js
+ * marker.dragging.disable();
+ * ```
+ *
+ * @property dragging: Handler
+ * Marker dragging handler (by both mouse and touch). Only valid when the marker is on the map (Otherwise set [`marker.options.draggable`](#marker-draggable)).
+ */
+
+var MarkerDrag = Handler.extend({
+	initialize: function (marker) {
+		this._marker = marker;
+	},
+
+	addHooks: function () {
+		var icon = this._marker._icon;
+
+		if (!this._draggable) {
+			this._draggable = new Draggable(icon, icon, true);
+		}
+
+		this._draggable.on({
+			dragstart: this._onDragStart,
+			predrag: this._onPreDrag,
+			drag: this._onDrag,
+			dragend: this._onDragEnd
+		}, this).enable();
+
+		addClass(icon, 'leaflet-marker-draggable');
+	},
+
+	removeHooks: function () {
+		this._draggable.off({
+			dragstart: this._onDragStart,
+			predrag: this._onPreDrag,
+			drag: this._onDrag,
+			dragend: this._onDragEnd
+		}, this).disable();
+
+		if (this._marker._icon) {
+			removeClass(this._marker._icon, 'leaflet-marker-draggable');
+		}
+	},
+
+	moved: function () {
+		return this._draggable && this._draggable._moved;
+	},
+
+	_adjustPan: function (e) {
+		var marker = this._marker,
+		    map = marker._map,
+		    speed = this._marker.options.autoPanSpeed,
+		    padding = this._marker.options.autoPanPadding,
+		    iconPos = getPosition(marker._icon),
+		    bounds = map.getPixelBounds(),
+		    origin = map.getPixelOrigin();
+
+		var panBounds = toBounds(
+			bounds.min._subtract(origin).add(padding),
+			bounds.max._subtract(origin).subtract(padding)
+		);
+
+		if (!panBounds.contains(iconPos)) {
+			// Compute incremental movement
+			var movement = toPoint(
+				(Math.max(panBounds.max.x, iconPos.x) - panBounds.max.x) / (bounds.max.x - panBounds.max.x) -
+				(Math.min(panBounds.min.x, iconPos.x) - panBounds.min.x) / (bounds.min.x - panBounds.min.x),
+
+				(Math.max(panBounds.max.y, iconPos.y) - panBounds.max.y) / (bounds.max.y - panBounds.max.y) -
+				(Math.min(panBounds.min.y, iconPos.y) - panBounds.min.y) / (bounds.min.y - panBounds.min.y)
+			).multiplyBy(speed);
+
+			map.panBy(movement, {animate: false});
+
+			this._draggable._newPos._add(movement);
+			this._draggable._startPos._add(movement);
+
+			setPosition(marker._icon, this._draggable._newPos);
+			this._onDrag(e);
+
+			this._panRequest = requestAnimFrame(this._adjustPan.bind(this, e));
+		}
+	},
+
+	_onDragStart: function () {
+		// @section Dragging events
+		// @event dragstart: Event
+		// Fired when the user starts dragging the marker.
+
+		// @event movestart: Event
+		// Fired when the marker starts moving (because of dragging).
+
+		this._oldLatLng = this._marker.getLatLng();
+		this._marker
+		    .closePopup()
+		    .fire('movestart')
+		    .fire('dragstart');
+	},
+
+	_onPreDrag: function (e) {
+		if (this._marker.options.autoPan) {
+			cancelAnimFrame(this._panRequest);
+			this._panRequest = requestAnimFrame(this._adjustPan.bind(this, e));
+		}
+	},
+
+	_onDrag: function (e) {
+		var marker = this._marker,
+		    shadow = marker._shadow,
+		    iconPos = getPosition(marker._icon),
+		    latlng = marker._map.layerPointToLatLng(iconPos);
+
+		// update shadow position
+		if (shadow) {
+			setPosition(shadow, iconPos);
+		}
+
+		marker._latlng = latlng;
+		e.latlng = latlng;
+		e.oldLatLng = this._oldLatLng;
+
+		// @event drag: Event
+		// Fired repeatedly while the user drags the marker.
+		marker
+		    .fire('move', e)
+		    .fire('drag', e);
+	},
+
+	_onDragEnd: function (e) {
+		// @event dragend: DragEndEvent
+		// Fired when the user stops dragging the marker.
+
+		 cancelAnimFrame(this._panRequest);
+
+		// @event moveend: Event
+		// Fired when the marker stops moving (because of dragging).
+		delete this._oldLatLng;
+		this._marker
+		    .fire('moveend')
+		    .fire('dragend', e);
+	}
+});
+
+/*
+ * @class Marker
+ * @inherits Interactive layer
+ * @aka L.Marker
+ * L.Marker is used to display clickable/draggable icons on the map. Extends `Layer`.
+ *
+ * @example
+ *
+ * ```js
+ * L.marker([50.5, 30.5]).addTo(map);
+ * ```
+ */
+
+var Marker = Layer.extend({
+
+	// @section
+	// @aka Marker options
+	options: {
+		// @option icon: Icon = *
+		// Icon instance to use for rendering the marker.
+		// See [Icon documentation](#L.Icon) for details on how to customize the marker icon.
+		// If not specified, a common instance of `L.Icon.Default` is used.
+		icon: new IconDefault(),
+
+		// Option inherited from "Interactive layer" abstract class
+		interactive: true,
+
+		// @option keyboard: Boolean = true
+		// Whether the marker can be tabbed to with a keyboard and clicked by pressing enter.
+		keyboard: true,
+
+		// @option title: String = ''
+		// Text for the browser tooltip that appear on marker hover (no tooltip by default).
+		title: '',
+
+		// @option alt: String = ''
+		// Text for the `alt` attribute of the icon image (useful for accessibility).
+		alt: '',
+
+		// @option zIndexOffset: Number = 0
+		// By default, marker images zIndex is set automatically based on its latitude. Use this option if you want to put the marker on top of all others (or below), specifying a high value like `1000` (or high negative value, respectively).
+		zIndexOffset: 0,
+
+		// @option opacity: Number = 1.0
+		// The opacity of the marker.
+		opacity: 1,
+
+		// @option riseOnHover: Boolean = false
+		// If `true`, the marker will get on top of others when you hover the mouse over it.
+		riseOnHover: false,
+
+		// @option riseOffset: Number = 250
+		// The z-index offset used for the `riseOnHover` feature.
+		riseOffset: 250,
+
+		// @option pane: String = 'markerPane'
+		// `Map pane` where the markers icon will be added.
+		pane: 'markerPane',
+
+		// @option bubblingMouseEvents: Boolean = false
+		// When `true`, a mouse event on this marker will trigger the same event on the map
+		// (unless [`L.DomEvent.stopPropagation`](#domevent-stoppropagation) is used).
+		bubblingMouseEvents: false,
+
+		// @section Draggable marker options
+		// @option draggable: Boolean = false
+		// Whether the marker is draggable with mouse/touch or not.
+		draggable: false,
+
+		// @option autoPan: Boolean = false
+		// Whether to pan the map when dragging this marker near its edge or not.
+		autoPan: false,
+
+		// @option autoPanPadding: Point = Point(50, 50)
+		// Distance (in pixels to the left/right and to the top/bottom) of the
+		// map edge to start panning the map.
+		autoPanPadding: [50, 50],
+
+		// @option autoPanSpeed: Number = 10
+		// Number of pixels the map should pan by.
+		autoPanSpeed: 10
+	},
+
+	/* @section
+	 *
+	 * In addition to [shared layer methods](#Layer) like `addTo()` and `remove()` and [popup methods](#Popup) like bindPopup() you can also use the following methods:
+	 */
+
+	initialize: function (latlng, options) {
+		setOptions(this, options);
+		this._latlng = toLatLng(latlng);
+	},
+
+	onAdd: function (map) {
+		this._zoomAnimated = this._zoomAnimated && map.options.markerZoomAnimation;
+
+		if (this._zoomAnimated) {
+			map.on('zoomanim', this._animateZoom, this);
+		}
+
+		this._initIcon();
+		this.update();
+	},
+
+	onRemove: function (map) {
+		if (this.dragging && this.dragging.enabled()) {
+			this.options.draggable = true;
+			this.dragging.removeHooks();
+		}
+		delete this.dragging;
+
+		if (this._zoomAnimated) {
+			map.off('zoomanim', this._animateZoom, this);
+		}
+
+		this._removeIcon();
+		this._removeShadow();
+	},
+
+	getEvents: function () {
+		return {
+			zoom: this.update,
+			viewreset: this.update
+		};
+	},
+
+	// @method getLatLng: LatLng
+	// Returns the current geographical position of the marker.
+	getLatLng: function () {
+		return this._latlng;
+	},
+
+	// @method setLatLng(latlng: LatLng): this
+	// Changes the marker position to the given point.
+	setLatLng: function (latlng) {
+		var oldLatLng = this._latlng;
+		this._latlng = toLatLng(latlng);
+		this.update();
+
+		// @event move: Event
+		// Fired when the marker is moved via [`setLatLng`](#marker-setlatlng) or by [dragging](#marker-dragging). Old and new coordinates are included in event arguments as `oldLatLng`, `latlng`.
+		return this.fire('move', {oldLatLng: oldLatLng, latlng: this._latlng});
+	},
+
+	// @method setZIndexOffset(offset: Number): this
+	// Changes the [zIndex offset](#marker-zindexoffset) of the marker.
+	setZIndexOffset: function (offset) {
+		this.options.zIndexOffset = offset;
+		return this.update();
+	},
+
+	// @method setIcon(icon: Icon): this
+	// Changes the marker icon.
+	setIcon: function (icon) {
+
+		this.options.icon = icon;
+
+		if (this._map) {
+			this._initIcon();
+			this.update();
+		}
+
+		if (this._popup) {
+			this.bindPopup(this._popup, this._popup.options);
+		}
+
+		return this;
+	},
+
+	getElement: function () {
+		return this._icon;
+	},
+
+	update: function () {
+
+		if (this._icon && this._map) {
+			var pos = this._map.latLngToLayerPoint(this._latlng).round();
+			this._setPos(pos);
+		}
+
+		return this;
+	},
+
+	_initIcon: function () {
+		var options = this.options,
+		    classToAdd = 'leaflet-zoom-' + (this._zoomAnimated ? 'animated' : 'hide');
+
+		var icon = options.icon.createIcon(this._icon),
+		    addIcon = false;
+
+		// if we're not reusing the icon, remove the old one and init new one
+		if (icon !== this._icon) {
+			if (this._icon) {
+				this._removeIcon();
+			}
+			addIcon = true;
+
+			if (options.title) {
+				icon.title = options.title;
+			}
+
+			if (icon.tagName === 'IMG') {
+				icon.alt = options.alt || '';
+			}
+		}
+
+		addClass(icon, classToAdd);
+
+		if (options.keyboard) {
+			icon.tabIndex = '0';
+		}
+
+		this._icon = icon;
+
+		if (options.riseOnHover) {
+			this.on({
+				mouseover: this._bringToFront,
+				mouseout: this._resetZIndex
+			});
+		}
+
+		var newShadow = options.icon.createShadow(this._shadow),
+		    addShadow = false;
+
+		if (newShadow !== this._shadow) {
+			this._removeShadow();
+			addShadow = true;
+		}
+
+		if (newShadow) {
+			addClass(newShadow, classToAdd);
+			newShadow.alt = '';
+		}
+		this._shadow = newShadow;
+
+
+		if (options.opacity < 1) {
+			this._updateOpacity();
+		}
+
+
+		if (addIcon) {
+			this.getPane().appendChild(this._icon);
+		}
+		this._initInteraction();
+		if (newShadow && addShadow) {
+			this.getPane('shadowPane').appendChild(this._shadow);
+		}
+	},
+
+	_removeIcon: function () {
+		if (this.options.riseOnHover) {
+			this.off({
+				mouseover: this._bringToFront,
+				mouseout: this._resetZIndex
+			});
+		}
+
+		remove(this._icon);
+		this.removeInteractiveTarget(this._icon);
+
+		this._icon = null;
+	},
+
+	_removeShadow: function () {
+		if (this._shadow) {
+			remove(this._shadow);
+		}
+		this._shadow = null;
+	},
+
+	_setPos: function (pos) {
+		setPosition(this._icon, pos);
+
+		if (this._shadow) {
+			setPosition(this._shadow, pos);
+		}
+
+		this._zIndex = pos.y + this.options.zIndexOffset;
+
+		this._resetZIndex();
+	},
+
+	_updateZIndex: function (offset) {
+		this._icon.style.zIndex = this._zIndex + offset;
+	},
+
+	_animateZoom: function (opt) {
+		var pos = this._map._latLngToNewLayerPoint(this._latlng, opt.zoom, opt.center).round();
+
+		this._setPos(pos);
+	},
+
+	_initInteraction: function () {
+
+		if (!this.options.interactive) { return; }
+
+		addClass(this._icon, 'leaflet-interactive');
+
+		this.addInteractiveTarget(this._icon);
+
+		if (MarkerDrag) {
+			var draggable = this.options.draggable;
+			if (this.dragging) {
+				draggable = this.dragging.enabled();
+				this.dragging.disable();
+			}
+
+			this.dragging = new MarkerDrag(this);
+
+			if (draggable) {
+				this.dragging.enable();
+			}
+		}
+	},
+
+	// @method setOpacity(opacity: Number): this
+	// Changes the opacity of the marker.
+	setOpacity: function (opacity) {
+		this.options.opacity = opacity;
+		if (this._map) {
+			this._updateOpacity();
+		}
+
+		return this;
+	},
+
+	_updateOpacity: function () {
+		var opacity = this.options.opacity;
+
+		setOpacity(this._icon, opacity);
+
+		if (this._shadow) {
+			setOpacity(this._shadow, opacity);
+		}
+	},
+
+	_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;
+	}
+});
+
+
+// factory L.marker(latlng: LatLng, options? : Marker options)
+
+// @factory L.marker(latlng: LatLng, options? : Marker options)
+// Instantiates a Marker object given a geographical point and optionally an options object.
+function marker(latlng, options) {
+	return new Marker(latlng, options);
+}
+
+/*
+ * @class Path
+ * @aka L.Path
+ * @inherits Interactive layer
+ *
+ * An abstract class that contains options and constants shared between vector
+ * overlays (Polygon, Polyline, Circle). Do not use it directly. Extends `Layer`.
+ */
+
+var Path = Layer.extend({
+
+	// @section
+	// @aka Path options
+	options: {
+		// @option stroke: Boolean = true
+		// Whether to draw stroke along the path. Set it to `false` to disable borders on polygons or circles.
+		stroke: true,
+
+		// @option color: String = '#3388ff'
+		// Stroke color
+		color: '#3388ff',
+
+		// @option weight: Number = 3
+		// Stroke width in pixels
+		weight: 3,
+
+		// @option opacity: Number = 1.0
+		// Stroke opacity
+		opacity: 1,
+
+		// @option lineCap: String= 'round'
+		// A string that defines [shape to be used at the end](https://developer.mozilla.org/docs/Web/SVG/Attribute/stroke-linecap) of the stroke.
+		lineCap: 'round',
+
+		// @option lineJoin: String = 'round'
+		// A string that defines [shape to be used at the corners](https://developer.mozilla.org/docs/Web/SVG/Attribute/stroke-linejoin) of the stroke.
+		lineJoin: 'round',
+
+		// @option dashArray: String = null
+		// A string that defines the stroke [dash pattern](https://developer.mozilla.org/docs/Web/SVG/Attribute/stroke-dasharray). Doesn't work on `Canvas`-powered layers in [some old browsers](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/setLineDash#Browser_compatibility).
+		dashArray: null,
+
+		// @option dashOffset: String = null
+		// A string that defines the [distance into the dash pattern to start the dash](https://developer.mozilla.org/docs/Web/SVG/Attribute/stroke-dashoffset). Doesn't work on `Canvas`-powered layers in [some old browsers](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/setLineDash#Browser_compatibility).
+		dashOffset: null,
+
+		// @option fill: Boolean = depends
+		// Whether to fill the path with color. Set it to `false` to disable filling on polygons or circles.
+		fill: false,
+
+		// @option fillColor: String = *
+		// Fill color. Defaults to the value of the [`color`](#path-color) option
+		fillColor: null,
+
+		// @option fillOpacity: Number = 0.2
+		// Fill opacity.
+		fillOpacity: 0.2,
+
+		// @option fillRule: String = 'evenodd'
+		// A string that defines [how the inside of a shape](https://developer.mozilla.org/docs/Web/SVG/Attribute/fill-rule) is determined.
+		fillRule: 'evenodd',
+
+		// className: '',
+
+		// Option inherited from "Interactive layer" abstract class
+		interactive: true,
+
+		// @option bubblingMouseEvents: Boolean = true
+		// When `true`, a mouse event on this path will trigger the same event on the map
+		// (unless [`L.DomEvent.stopPropagation`](#domevent-stoppropagation) is used).
+		bubblingMouseEvents: true
+	},
+
+	beforeAdd: function (map) {
+		// Renderer is set here because we need to call renderer.getEvents
+		// before this.getEvents.
+		this._renderer = map.getRenderer(this);
+	},
+
+	onAdd: function () {
+		this._renderer._initPath(this);
+		this._reset();
+		this._renderer._addPath(this);
+	},
+
+	onRemove: function () {
+		this._renderer._removePath(this);
+	},
+
+	// @method redraw(): this
+	// Redraws the layer. Sometimes useful after you changed the coordinates that the path uses.
+	redraw: function () {
+		if (this._map) {
+			this._renderer._updatePath(this);
+		}
+		return this;
+	},
+
+	// @method setStyle(style: Path options): this
+	// Changes the appearance of a Path based on the options in the `Path options` object.
+	setStyle: function (style) {
+		setOptions(this, style);
+		if (this._renderer) {
+			this._renderer._updateStyle(this);
+		}
+		return this;
+	},
+
+	// @method bringToFront(): this
+	// Brings the layer to the top of all path layers.
+	bringToFront: function () {
+		if (this._renderer) {
+			this._renderer._bringToFront(this);
+		}
+		return this;
+	},
+
+	// @method bringToBack(): this
+	// Brings the layer to the bottom of all path layers.
+	bringToBack: function () {
+		if (this._renderer) {
+			this._renderer._bringToBack(this);
+		}
+		return this;
+	},
+
+	getElement: function () {
+		return this._path;
+	},
+
+	_reset: function () {
+		// defined in child classes
+		this._project();
+		this._update();
+	},
+
+	_clickTolerance: function () {
+		// used when doing hit detection for Canvas layers
+		return (this.options.stroke ? this.options.weight / 2 : 0) + this._renderer.options.tolerance;
+	}
+});
+
+/*
+ * @class CircleMarker
+ * @aka L.CircleMarker
+ * @inherits Path
+ *
+ * A circle of a fixed size with radius specified in pixels. Extends `Path`.
+ */
+
+var CircleMarker = Path.extend({
+
+	// @section
+	// @aka CircleMarker options
+	options: {
+		fill: true,
+
+		// @option radius: Number = 10
+		// Radius of the circle marker, in pixels
+		radius: 10
+	},
+
+	initialize: function (latlng, options) {
+		setOptions(this, options);
+		this._latlng = toLatLng(latlng);
+		this._radius = this.options.radius;
+	},
+
+	// @method setLatLng(latLng: LatLng): this
+	// Sets the position of a circle marker to a new location.
+	setLatLng: function (latlng) {
+		this._latlng = toLatLng(latlng);
+		this.redraw();
+		return this.fire('move', {latlng: this._latlng});
+	},
+
+	// @method getLatLng(): LatLng
+	// Returns the current geographical position of the circle marker
+	getLatLng: function () {
+		return this._latlng;
+	},
+
+	// @method setRadius(radius: Number): this
+	// Sets the radius of a circle marker. Units are in pixels.
+	setRadius: function (radius) {
+		this.options.radius = this._radius = radius;
+		return this.redraw();
+	},
+
+	// @method getRadius(): Number
+	// Returns the current radius of the circle
+	getRadius: function () {
+		return this._radius;
+	},
+
+	setStyle : function (options) {
+		var radius = options && options.radius || this._radius;
+		Path.prototype.setStyle.call(this, options);
+		this.setRadius(radius);
+		return this;
+	},
+
+	_project: function () {
+		this._point = this._map.latLngToLayerPoint(this._latlng);
+		this._updateBounds();
+	},
+
+	_updateBounds: function () {
+		var r = this._radius,
+		    r2 = this._radiusY || r,
+		    w = this._clickTolerance(),
+		    p = [r + w, r2 + w];
+		this._pxBounds = new Bounds(this._point.subtract(p), this._point.add(p));
+	},
+
+	_update: function () {
+		if (this._map) {
+			this._updatePath();
+		}
+	},
+
+	_updatePath: function () {
+		this._renderer._updateCircle(this);
+	},
+
+	_empty: function () {
+		return this._radius && !this._renderer._bounds.intersects(this._pxBounds);
+	},
+
+	// Needed by the `Canvas` renderer for interactivity
+	_containsPoint: function (p) {
+		return p.distanceTo(this._point) <= this._radius + this._clickTolerance();
+	}
+});
+
+
+// @factory L.circleMarker(latlng: LatLng, options?: CircleMarker options)
+// Instantiates a circle marker object given a geographical point, and an optional options object.
+function circleMarker(latlng, options) {
+	return new CircleMarker(latlng, options);
+}
+
+/*
+ * @class Circle
+ * @aka L.Circle
+ * @inherits CircleMarker
+ *
+ * A class for drawing circle overlays on a map. Extends `CircleMarker`.
+ *
+ * It's an approximation and starts to diverge from a real circle closer to poles (due to projection distortion).
+ *
+ * @example
+ *
+ * ```js
+ * L.circle([50.5, 30.5], {radius: 200}).addTo(map);
+ * ```
+ */
+
+var Circle = CircleMarker.extend({
+
+	initialize: function (latlng, options, legacyOptions) {
+		if (typeof options === 'number') {
+			// Backwards compatibility with 0.7.x factory (latlng, radius, options?)
+			options = extend({}, legacyOptions, {radius: options});
+		}
+		setOptions(this, options);
+		this._latlng = toLatLng(latlng);
+
+		if (isNaN(this.options.radius)) { throw new Error('Circle radius cannot be NaN'); }
+
+		// @section
+		// @aka Circle options
+		// @option radius: Number; Radius of the circle, in meters.
+		this._mRadius = this.options.radius;
+	},
+
+	// @method setRadius(radius: Number): this
+	// Sets the radius of a circle. Units are in meters.
+	setRadius: function (radius) {
+		this._mRadius = radius;
+		return this.redraw();
+	},
+
+	// @method getRadius(): Number
+	// Returns the current radius of a circle. Units are in meters.
+	getRadius: function () {
+		return this._mRadius;
+	},
+
+	// @method getBounds(): LatLngBounds
+	// Returns the `LatLngBounds` of the path.
+	getBounds: function () {
+		var half = [this._radius, this._radiusY || this._radius];
+
+		return new LatLngBounds(
+			this._map.layerPointToLatLng(this._point.subtract(half)),
+			this._map.layerPointToLatLng(this._point.add(half)));
+	},
+
+	setStyle: Path.prototype.setStyle,
+
+	_project: function () {
+
+		var lng = this._latlng.lng,
+		    lat = this._latlng.lat,
+		    map = this._map,
+		    crs = map.options.crs;
+
+		if (crs.distance === Earth.distance) {
+			var d = Math.PI / 180,
+			    latR = (this._mRadius / Earth.R) / d,
+			    top = map.project([lat + latR, lng]),
+			    bottom = map.project([lat - latR, lng]),
+			    p = top.add(bottom).divideBy(2),
+			    lat2 = map.unproject(p).lat,
+			    lngR = Math.acos((Math.cos(latR * d) - Math.sin(lat * d) * Math.sin(lat2 * d)) /
+			            (Math.cos(lat * d) * Math.cos(lat2 * d))) / d;
+
+			if (isNaN(lngR) || lngR === 0) {
+				lngR = latR / Math.cos(Math.PI / 180 * lat); // Fallback for edge case, #2425
+			}
+
+			this._point = p.subtract(map.getPixelOrigin());
+			this._radius = isNaN(lngR) ? 0 : p.x - map.project([lat2, lng - lngR]).x;
+			this._radiusY = p.y - top.y;
+
+		} else {
+			var latlng2 = crs.unproject(crs.project(this._latlng).subtract([this._mRadius, 0]));
+
+			this._point = map.latLngToLayerPoint(this._latlng);
+			this._radius = this._point.x - map.latLngToLayerPoint(latlng2).x;
+		}
+
+		this._updateBounds();
+	}
+});
+
+// @factory L.circle(latlng: LatLng, options?: Circle options)
+// Instantiates a circle object given a geographical point, and an options object
+// which contains the circle radius.
+// @alternative
+// @factory L.circle(latlng: LatLng, radius: Number, options?: Circle options)
+// Obsolete way of instantiating a circle, for compatibility with 0.7.x code.
+// Do not use in new applications or plugins.
+function circle(latlng, options, legacyOptions) {
+	return new Circle(latlng, options, legacyOptions);
+}
+
+/*
+ * @class Polyline
+ * @aka L.Polyline
+ * @inherits Path
+ *
+ * A class for drawing polyline overlays on a map. Extends `Path`.
+ *
+ * @example
+ *
+ * ```js
+ * // create a red polyline from an array of LatLng points
+ * var latlngs = [
+ * 	[45.51, -122.68],
+ * 	[37.77, -122.43],
+ * 	[34.04, -118.2]
+ * ];
+ *
+ * var polyline = L.polyline(latlngs, {color: 'red'}).addTo(map);
+ *
+ * // zoom the map to the polyline
+ * map.fitBounds(polyline.getBounds());
+ * ```
+ *
+ * You can also pass a multi-dimensional array to represent a `MultiPolyline` shape:
+ *
+ * ```js
+ * // create a red polyline from an array of arrays of LatLng points
+ * var latlngs = [
+ * 	[[45.51, -122.68],
+ * 	 [37.77, -122.43],
+ * 	 [34.04, -118.2]],
+ * 	[[40.78, -73.91],
+ * 	 [41.83, -87.62],
+ * 	 [32.76, -96.72]]
+ * ];
+ * ```
+ */
+
+
+var Polyline = Path.extend({
+
+	// @section
+	// @aka Polyline options
+	options: {
+		// @option smoothFactor: Number = 1.0
+		// How much to simplify the polyline on each zoom level. More means
+		// better performance and smoother look, and less means more accurate representation.
+		smoothFactor: 1.0,
+
+		// @option noClip: Boolean = false
+		// Disable polyline clipping.
+		noClip: false
+	},
+
+	initialize: function (latlngs, options) {
+		setOptions(this, options);
+		this._setLatLngs(latlngs);
+	},
+
+	// @method getLatLngs(): LatLng[]
+	// Returns an array of the points in the path, or nested arrays of points in case of multi-polyline.
+	getLatLngs: function () {
+		return this._latlngs;
+	},
+
+	// @method setLatLngs(latlngs: LatLng[]): this
+	// Replaces all the points in the polyline with the given array of geographical points.
+	setLatLngs: function (latlngs) {
+		this._setLatLngs(latlngs);
+		return this.redraw();
+	},
+
+	// @method isEmpty(): Boolean
+	// Returns `true` if the Polyline has no LatLngs.
+	isEmpty: function () {
+		return !this._latlngs.length;
+	},
+
+	// @method closestLayerPoint(p: Point): Point
+	// Returns the point closest to `p` on the Polyline.
+	closestLayerPoint: function (p) {
+		var minDistance = Infinity,
+		    minPoint = null,
+		    closest = _sqClosestPointOnSegment,
+		    p1, p2;
+
+		for (var j = 0, jLen = this._parts.length; j < jLen; j++) {
+			var points = this._parts[j];
+
+			for (var i = 1, len = points.length; i < len; i++) {
+				p1 = points[i - 1];
+				p2 = points[i];
+
+				var sqDist = closest(p, p1, p2, true);
+
+				if (sqDist < minDistance) {
+					minDistance = sqDist;
+					minPoint = closest(p, p1, p2);
+				}
+			}
+		}
+		if (minPoint) {
+			minPoint.distance = Math.sqrt(minDistance);
+		}
+		return minPoint;
+	},
+
+	// @method getCenter(): LatLng
+	// Returns the center ([centroid](http://en.wikipedia.org/wiki/Centroid)) of the polyline.
+	getCenter: function () {
+		// throws error when not yet added to map as this center calculation requires projected coordinates
+		if (!this._map) {
+			throw new Error('Must add layer to map before using getCenter()');
+		}
+
+		var i, halfDist, segDist, dist, p1, p2, ratio,
+		    points = this._rings[0],
+		    len = points.length;
+
+		if (!len) { return null; }
+
+		// polyline centroid algorithm; only uses the first ring if there are multiple
+
+		for (i = 0, halfDist = 0; i < len - 1; i++) {
+			halfDist += points[i].distanceTo(points[i + 1]) / 2;
+		}
+
+		// The line is so small in the current view that all points are on the same pixel.
+		if (halfDist === 0) {
+			return this._map.layerPointToLatLng(points[0]);
+		}
+
+		for (i = 0, dist = 0; i < len - 1; i++) {
+			p1 = points[i];
+			p2 = points[i + 1];
+			segDist = p1.distanceTo(p2);
+			dist += segDist;
+
+			if (dist > halfDist) {
+				ratio = (dist - halfDist) / segDist;
+				return this._map.layerPointToLatLng([
+					p2.x - ratio * (p2.x - p1.x),
+					p2.y - ratio * (p2.y - p1.y)
+				]);
+			}
+		}
+	},
+
+	// @method getBounds(): LatLngBounds
+	// Returns the `LatLngBounds` of the path.
+	getBounds: function () {
+		return this._bounds;
+	},
+
+	// @method addLatLng(latlng: LatLng, latlngs? LatLng[]): this
+	// Adds a given point to the polyline. By default, adds to the first ring of
+	// the polyline in case of a multi-polyline, but can be overridden by passing
+	// a specific ring as a LatLng array (that you can earlier access with [`getLatLngs`](#polyline-getlatlngs)).
+	addLatLng: function (latlng, latlngs) {
+		latlngs = latlngs || this._defaultShape();
+		latlng = toLatLng(latlng);
+		latlngs.push(latlng);
+		this._bounds.extend(latlng);
+		return this.redraw();
+	},
+
+	_setLatLngs: function (latlngs) {
+		this._bounds = new LatLngBounds();
+		this._latlngs = this._convertLatLngs(latlngs);
+	},
+
+	_defaultShape: function () {
+		return isFlat(this._latlngs) ? this._latlngs : this._latlngs[0];
+	},
+
+	// recursively convert latlngs input into actual LatLng instances; calculate bounds along the way
+	_convertLatLngs: function (latlngs) {
+		var result = [],
+		    flat = isFlat(latlngs);
+
+		for (var i = 0, len = latlngs.length; i < len; i++) {
+			if (flat) {
+				result[i] = toLatLng(latlngs[i]);
+				this._bounds.extend(result[i]);
+			} else {
+				result[i] = this._convertLatLngs(latlngs[i]);
+			}
+		}
+
+		return result;
+	},
+
+	_project: function () {
+		var pxBounds = new Bounds();
+		this._rings = [];
+		this._projectLatlngs(this._latlngs, this._rings, pxBounds);
+
+		var w = this._clickTolerance(),
+		    p = new Point(w, w);
+
+		if (this._bounds.isValid() && pxBounds.isValid()) {
+			pxBounds.min._subtract(p);
+			pxBounds.max._add(p);
+			this._pxBounds = pxBounds;
+		}
+	},
+
+	// recursively turns latlngs into a set of rings with projected coordinates
+	_projectLatlngs: function (latlngs, result, projectedBounds) {
+		var flat = latlngs[0] instanceof LatLng,
+		    len = latlngs.length,
+		    i, ring;
+
+		if (flat) {
+			ring = [];
+			for (i = 0; i < len; i++) {
+				ring[i] = this._map.latLngToLayerPoint(latlngs[i]);
+				projectedBounds.extend(ring[i]);
+			}
+			result.push(ring);
+		} else {
+			for (i = 0; i < len; i++) {
+				this._projectLatlngs(latlngs[i], result, projectedBounds);
+			}
+		}
+	},
+
+	// clip polyline by renderer bounds so that we have less to render for performance
+	_clipPoints: function () {
+		var bounds = this._renderer._bounds;
+
+		this._parts = [];
+		if (!this._pxBounds || !this._pxBounds.intersects(bounds)) {
+			return;
+		}
+
+		if (this.options.noClip) {
+			this._parts = this._rings;
+			return;
+		}
+
+		var parts = this._parts,
+		    i, j, k, len, len2, segment, points;
+
+		for (i = 0, k = 0, len = this._rings.length; i < len; i++) {
+			points = this._rings[i];
+
+			for (j = 0, len2 = points.length; j < len2 - 1; j++) {
+				segment = clipSegment(points[j], points[j + 1], bounds, j, true);
+
+				if (!segment) { continue; }
+
+				parts[k] = parts[k] || [];
+				parts[k].push(segment[0]);
+
+				// if segment goes out of screen, or it's the last one, it's the end of the line part
+				if ((segment[1] !== points[j + 1]) || (j === len2 - 2)) {
+					parts[k].push(segment[1]);
+					k++;
+				}
+			}
+		}
+	},
+
+	// simplify each clipped part of the polyline for performance
+	_simplifyPoints: function () {
+		var parts = this._parts,
+		    tolerance = this.options.smoothFactor;
+
+		for (var i = 0, len = parts.length; i < len; i++) {
+			parts[i] = simplify(parts[i], tolerance);
+		}
+	},
+
+	_update: function () {
+		if (!this._map) { return; }
+
+		this._clipPoints();
+		this._simplifyPoints();
+		this._updatePath();
+	},
+
+	_updatePath: function () {
+		this._renderer._updatePoly(this);
+	},
+
+	// Needed by the `Canvas` renderer for interactivity
+	_containsPoint: function (p, closed) {
+		var i, j, k, len, len2, part,
+		    w = this._clickTolerance();
+
+		if (!this._pxBounds || !this._pxBounds.contains(p)) { return false; }
+
+		// hit detection for polylines
+		for (i = 0, len = this._parts.length; i < len; i++) {
+			part = this._parts[i];
+
+			for (j = 0, len2 = part.length, k = len2 - 1; j < len2; k = j++) {
+				if (!closed && (j === 0)) { continue; }
+
+				if (pointToSegmentDistance(p, part[k], part[j]) <= w) {
+					return true;
+				}
+			}
+		}
+		return false;
+	}
+});
+
+// @factory L.polyline(latlngs: LatLng[], options?: Polyline options)
+// Instantiates a polyline object given an array of geographical points and
+// optionally an options object. You can create a `Polyline` object with
+// multiple separate lines (`MultiPolyline`) by passing an array of arrays
+// of geographic points.
+function polyline(latlngs, options) {
+	return new Polyline(latlngs, options);
+}
+
+// Retrocompat. Allow plugins to support Leaflet versions before and after 1.1.
+Polyline._flat = _flat;
+
+/*
+ * @class Polygon
+ * @aka L.Polygon
+ * @inherits Polyline
+ *
+ * A class for drawing polygon overlays on a map. Extends `Polyline`.
+ *
+ * Note that points you pass when creating a polygon shouldn't have an additional last point equal to the first one — it's better to filter out such points.
+ *
+ *
+ * @example
+ *
+ * ```js
+ * // create a red polygon from an array of LatLng points
+ * var latlngs = [[37, -109.05],[41, -109.03],[41, -102.05],[37, -102.04]];
+ *
+ * var polygon = L.polygon(latlngs, {color: 'red'}).addTo(map);
+ *
+ * // zoom the map to the polygon
+ * map.fitBounds(polygon.getBounds());
+ * ```
+ *
+ * You can also pass an array of arrays of latlngs, with the first array representing the outer shape and the other arrays representing holes in the outer shape:
+ *
+ * ```js
+ * var latlngs = [
+ *   [[37, -109.05],[41, -109.03],[41, -102.05],[37, -102.04]], // outer ring
+ *   [[37.29, -108.58],[40.71, -108.58],[40.71, -102.50],[37.29, -102.50]] // hole
+ * ];
+ * ```
+ *
+ * Additionally, you can pass a multi-dimensional array to represent a MultiPolygon shape.
+ *
+ * ```js
+ * var latlngs = [
+ *   [ // first polygon
+ *     [[37, -109.05],[41, -109.03],[41, -102.05],[37, -102.04]], // outer ring
+ *     [[37.29, -108.58],[40.71, -108.58],[40.71, -102.50],[37.29, -102.50]] // hole
+ *   ],
+ *   [ // second polygon
+ *     [[41, -111.03],[45, -111.04],[45, -104.05],[41, -104.05]]
+ *   ]
+ * ];
+ * ```
+ */
+
+var Polygon = Polyline.extend({
+
+	options: {
+		fill: true
+	},
+
+	isEmpty: function () {
+		return !this._latlngs.length || !this._latlngs[0].length;
+	},
+
+	getCenter: function () {
+		// throws error when not yet added to map as this center calculation requires projected coordinates
+		if (!this._map) {
+			throw new Error('Must add layer to map before using getCenter()');
+		}
+
+		var i, j, p1, p2, f, area, x, y, center,
+		    points = this._rings[0],
+		    len = points.length;
+
+		if (!len) { return null; }
+
+		// polygon centroid algorithm; only uses the first ring if there are multiple
+
+		area = x = y = 0;
+
+		for (i = 0, j = len - 1; i < len; j = i++) {
+			p1 = points[i];
+			p2 = points[j];
+
+			f = p1.y * p2.x - p2.y * p1.x;
+			x += (p1.x + p2.x) * f;
+			y += (p1.y + p2.y) * f;
+			area += f * 3;
+		}
+
+		if (area === 0) {
+			// Polygon is so small that all points are on same pixel.
+			center = points[0];
+		} else {
+			center = [x / area, y / area];
+		}
+		return this._map.layerPointToLatLng(center);
+	},
+
+	_convertLatLngs: function (latlngs) {
+		var result = Polyline.prototype._convertLatLngs.call(this, latlngs),
+		    len = result.length;
+
+		// remove last point if it equals first one
+		if (len >= 2 && result[0] instanceof LatLng && result[0].equals(result[len - 1])) {
+			result.pop();
+		}
+		return result;
+	},
+
+	_setLatLngs: function (latlngs) {
+		Polyline.prototype._setLatLngs.call(this, latlngs);
+		if (isFlat(this._latlngs)) {
+			this._latlngs = [this._latlngs];
+		}
+	},
+
+	_defaultShape: function () {
+		return isFlat(this._latlngs[0]) ? this._latlngs[0] : this._latlngs[0][0];
+	},
+
+	_clipPoints: function () {
+		// polygons need a different clipping algorithm so we redefine that
+
+		var bounds = this._renderer._bounds,
+		    w = this.options.weight,
+		    p = new Point(w, w);
+
+		// increase clip padding by stroke width to avoid stroke on clip edges
+		bounds = new Bounds(bounds.min.subtract(p), bounds.max.add(p));
+
+		this._parts = [];
+		if (!this._pxBounds || !this._pxBounds.intersects(bounds)) {
+			return;
+		}
+
+		if (this.options.noClip) {
+			this._parts = this._rings;
+			return;
+		}
+
+		for (var i = 0, len = this._rings.length, clipped; i < len; i++) {
+			clipped = clipPolygon(this._rings[i], bounds, true);
+			if (clipped.length) {
+				this._parts.push(clipped);
+			}
+		}
+	},
+
+	_updatePath: function () {
+		this._renderer._updatePoly(this, true);
+	},
+
+	// Needed by the `Canvas` renderer for interactivity
+	_containsPoint: function (p) {
+		var inside = false,
+		    part, p1, p2, i, j, k, len, len2;
+
+		if (!this._pxBounds || !this._pxBounds.contains(p)) { return false; }
+
+		// ray casting algorithm for detecting if point is in polygon
+		for (i = 0, len = this._parts.length; i < len; i++) {
+			part = this._parts[i];
+
+			for (j = 0, len2 = part.length, k = len2 - 1; j < len2; k = j++) {
+				p1 = part[j];
+				p2 = part[k];
+
+				if (((p1.y > p.y) !== (p2.y > p.y)) && (p.x < (p2.x - p1.x) * (p.y - p1.y) / (p2.y - p1.y) + p1.x)) {
+					inside = !inside;
+				}
+			}
+		}
+
+		// also check if it's on polygon stroke
+		return inside || Polyline.prototype._containsPoint.call(this, p, true);
+	}
+
+});
+
+
+// @factory L.polygon(latlngs: LatLng[], options?: Polyline options)
+function polygon(latlngs, options) {
+	return new Polygon(latlngs, options);
+}
+
+/*
+ * @class GeoJSON
+ * @aka L.GeoJSON
+ * @inherits FeatureGroup
+ *
+ * Represents a GeoJSON object or an array of GeoJSON objects. Allows you to parse
+ * GeoJSON data and display it on the map. Extends `FeatureGroup`.
+ *
+ * @example
+ *
+ * ```js
+ * L.geoJSON(data, {
+ * 	style: function (feature) {
+ * 		return {color: feature.properties.color};
+ * 	}
+ * }).bindPopup(function (layer) {
+ * 	return layer.feature.properties.description;
+ * }).addTo(map);
+ * ```
+ */
+
+var GeoJSON = FeatureGroup.extend({
+
+	/* @section
+	 * @aka GeoJSON options
+	 *
+	 * @option pointToLayer: Function = *
+	 * A `Function` defining how GeoJSON points spawn Leaflet layers. It is internally
+	 * called when data is added, passing the GeoJSON point feature and its `LatLng`.
+	 * The default is to spawn a default `Marker`:
+	 * ```js
+	 * function(geoJsonPoint, latlng) {
+	 * 	return L.marker(latlng);
+	 * }
+	 * ```
+	 *
+	 * @option style: Function = *
+	 * A `Function` defining the `Path options` for styling GeoJSON lines and polygons,
+	 * called internally when data is added.
+	 * The default value is to not override any defaults:
+	 * ```js
+	 * function (geoJsonFeature) {
+	 * 	return {}
+	 * }
+	 * ```
+	 *
+	 * @option onEachFeature: Function = *
+	 * A `Function` that will be called once for each created `Feature`, after it has
+	 * been created and styled. Useful for attaching events and popups to features.
+	 * The default is to do nothing with the newly created layers:
+	 * ```js
+	 * function (feature, layer) {}
+	 * ```
+	 *
+	 * @option filter: Function = *
+	 * A `Function` that will be used to decide whether to include a feature or not.
+	 * The default is to include all features:
+	 * ```js
+	 * function (geoJsonFeature) {
+	 * 	return true;
+	 * }
+	 * ```
+	 * Note: dynamically changing the `filter` option will have effect only on newly
+	 * added data. It will _not_ re-evaluate already included features.
+	 *
+	 * @option coordsToLatLng: Function = *
+	 * A `Function` that will be used for converting GeoJSON coordinates to `LatLng`s.
+	 * The default is the `coordsToLatLng` static method.
+	 */
+
+	initialize: function (geojson, options) {
+		setOptions(this, options);
+
+		this._layers = {};
+
+		if (geojson) {
+			this.addData(geojson);
+		}
+	},
+
+	// @method addData( <GeoJSON> data ): this
+	// Adds a GeoJSON object to the layer.
+	addData: function (geojson) {
+		var features = isArray(geojson) ? geojson : geojson.features,
+		    i, len, feature;
+
+		if (features) {
+			for (i = 0, len = features.length; i < len; i++) {
+				// only add this if geometry or geometries are set and not null
+				feature = features[i];
+				if (feature.geometries || feature.geometry || feature.features || feature.coordinates) {
+					this.addData(feature);
+				}
+			}
+			return this;
+		}
+
+		var options = this.options;
+
+		if (options.filter && !options.filter(geojson)) { return this; }
+
+		var layer = geometryToLayer(geojson, options);
+		if (!layer) {
+			return this;
+		}
+		layer.feature = asFeature(geojson);
+
+		layer.defaultOptions = layer.options;
+		this.resetStyle(layer);
+
+		if (options.onEachFeature) {
+			options.onEachFeature(geojson, layer);
+		}
+
+		return this.addLayer(layer);
+	},
+
+	// @method resetStyle( <Path> layer ): this
+	// Resets the given vector layer's style to the original GeoJSON style, useful for resetting style after hover events.
+	resetStyle: function (layer) {
+		// reset any custom styles
+		layer.options = extend({}, layer.defaultOptions);
+		this._setLayerStyle(layer, this.options.style);
+		return this;
+	},
+
+	// @method setStyle( <Function> style ): this
+	// Changes styles of GeoJSON vector layers with the given style function.
+	setStyle: function (style) {
+		return this.eachLayer(function (layer) {
+			this._setLayerStyle(layer, style);
+		}, this);
+	},
+
+	_setLayerStyle: function (layer, style) {
+		if (typeof style === 'function') {
+			style = style(layer.feature);
+		}
+		if (layer.setStyle) {
+			layer.setStyle(style);
+		}
+	}
+});
+
+// @section
+// There are several static functions which can be called without instantiating L.GeoJSON:
+
+// @function geometryToLayer(featureData: Object, options?: GeoJSON options): Layer
+// Creates a `Layer` from a given GeoJSON feature. Can use a custom
+// [`pointToLayer`](#geojson-pointtolayer) and/or [`coordsToLatLng`](#geojson-coordstolatlng)
+// functions if provided as options.
+function geometryToLayer(geojson, options) {
+
+	var geometry = geojson.type === 'Feature' ? geojson.geometry : geojson,
+	    coords = geometry ? geometry.coordinates : null,
+	    layers = [],
+	    pointToLayer = options && options.pointToLayer,
+	    _coordsToLatLng = options && options.coordsToLatLng || coordsToLatLng,
+	    latlng, latlngs, i, len;
+
+	if (!coords && !geometry) {
+		return null;
+	}
+
+	switch (geometry.type) {
+	case 'Point':
+		latlng = _coordsToLatLng(coords);
+		return pointToLayer ? pointToLayer(geojson, latlng) : new Marker(latlng);
+
+	case 'MultiPoint':
+		for (i = 0, len = coords.length; i < len; i++) {
+			latlng = _coordsToLatLng(coords[i]);
+			layers.push(pointToLayer ? pointToLayer(geojson, latlng) : new Marker(latlng));
+		}
+		return new FeatureGroup(layers);
+
+	case 'LineString':
+	case 'MultiLineString':
+		latlngs = coordsToLatLngs(coords, geometry.type === 'LineString' ? 0 : 1, _coordsToLatLng);
+		return new Polyline(latlngs, options);
+
+	case 'Polygon':
+	case 'MultiPolygon':
+		latlngs = coordsToLatLngs(coords, geometry.type === 'Polygon' ? 1 : 2, _coordsToLatLng);
+		return new Polygon(latlngs, options);
+
+	case 'GeometryCollection':
+		for (i = 0, len = geometry.geometries.length; i < len; i++) {
+			var layer = geometryToLayer({
+				geometry: geometry.geometries[i],
+				type: 'Feature',
+				properties: geojson.properties
+			}, options);
+
+			if (layer) {
+				layers.push(layer);
+			}
+		}
+		return new FeatureGroup(layers);
+
+	default:
+		throw new Error('Invalid GeoJSON object.');
+	}
+}
+
+// @function coordsToLatLng(coords: Array): LatLng
+// Creates a `LatLng` object from an array of 2 numbers (longitude, latitude)
+// or 3 numbers (longitude, latitude, altitude) used in GeoJSON for points.
+function coordsToLatLng(coords) {
+	return new LatLng(coords[1], coords[0], coords[2]);
+}
+
+// @function coordsToLatLngs(coords: Array, levelsDeep?: Number, coordsToLatLng?: Function): Array
+// Creates a multidimensional array of `LatLng`s from a GeoJSON coordinates array.
+// `levelsDeep` specifies the nesting level (0 is for an array of points, 1 for an array of arrays of points, etc., 0 by default).
+// Can use a custom [`coordsToLatLng`](#geojson-coordstolatlng) function.
+function coordsToLatLngs(coords, levelsDeep, _coordsToLatLng) {
+	var latlngs = [];
+
+	for (var i = 0, len = coords.length, latlng; i < len; i++) {
+		latlng = levelsDeep ?
+			coordsToLatLngs(coords[i], levelsDeep - 1, _coordsToLatLng) :
+			(_coordsToLatLng || coordsToLatLng)(coords[i]);
+
+		latlngs.push(latlng);
+	}
+
+	return latlngs;
+}
+
+// @function latLngToCoords(latlng: LatLng, precision?: Number): Array
+// Reverse of [`coordsToLatLng`](#geojson-coordstolatlng)
+function latLngToCoords(latlng, precision) {
+	precision = typeof precision === 'number' ? precision : 6;
+	return latlng.alt !== undefined ?
+		[formatNum(latlng.lng, precision), formatNum(latlng.lat, precision), formatNum(latlng.alt, precision)] :
+		[formatNum(latlng.lng, precision), formatNum(latlng.lat, precision)];
+}
+
+// @function latLngsToCoords(latlngs: Array, levelsDeep?: Number, closed?: Boolean): Array
+// Reverse of [`coordsToLatLngs`](#geojson-coordstolatlngs)
+// `closed` determines whether the first point should be appended to the end of the array to close the feature, only used when `levelsDeep` is 0. False by default.
+function latLngsToCoords(latlngs, levelsDeep, closed, precision) {
+	var coords = [];
+
+	for (var i = 0, len = latlngs.length; i < len; i++) {
+		coords.push(levelsDeep ?
+			latLngsToCoords(latlngs[i], levelsDeep - 1, closed, precision) :
+			latLngToCoords(latlngs[i], precision));
+	}
+
+	if (!levelsDeep && closed) {
+		coords.push(coords[0]);
+	}
+
+	return coords;
+}
+
+function getFeature(layer, newGeometry) {
+	return layer.feature ?
+		extend({}, layer.feature, {geometry: newGeometry}) :
+		asFeature(newGeometry);
+}
+
+// @function asFeature(geojson: Object): Object
+// Normalize GeoJSON geometries/features into GeoJSON features.
+function asFeature(geojson) {
+	if (geojson.type === 'Feature' || geojson.type === 'FeatureCollection') {
+		return geojson;
+	}
+
+	return {
+		type: 'Feature',
+		properties: {},
+		geometry: geojson
+	};
+}
+
+var PointToGeoJSON = {
+	toGeoJSON: function (precision) {
+		return getFeature(this, {
+			type: 'Point',
+			coordinates: latLngToCoords(this.getLatLng(), precision)
+		});
+	}
+};
+
+// @namespace Marker
+// @method toGeoJSON(): Object
+// Returns a [`GeoJSON`](http://en.wikipedia.org/wiki/GeoJSON) representation of the marker (as a GeoJSON `Point` Feature).
+Marker.include(PointToGeoJSON);
+
+// @namespace CircleMarker
+// @method toGeoJSON(): Object
+// Returns a [`GeoJSON`](http://en.wikipedia.org/wiki/GeoJSON) representation of the circle marker (as a GeoJSON `Point` Feature).
+Circle.include(PointToGeoJSON);
+CircleMarker.include(PointToGeoJSON);
+
+
+// @namespace Polyline
+// @method toGeoJSON(): Object
+// Returns a [`GeoJSON`](http://en.wikipedia.org/wiki/GeoJSON) representation of the polyline (as a GeoJSON `LineString` or `MultiLineString` Feature).
+Polyline.include({
+	toGeoJSON: function (precision) {
+		var multi = !isFlat(this._latlngs);
+
+		var coords = latLngsToCoords(this._latlngs, multi ? 1 : 0, false, precision);
+
+		return getFeature(this, {
+			type: (multi ? 'Multi' : '') + 'LineString',
+			coordinates: coords
+		});
+	}
+});
+
+// @namespace Polygon
+// @method toGeoJSON(): Object
+// Returns a [`GeoJSON`](http://en.wikipedia.org/wiki/GeoJSON) representation of the polygon (as a GeoJSON `Polygon` or `MultiPolygon` Feature).
+Polygon.include({
+	toGeoJSON: function (precision) {
+		var holes = !isFlat(this._latlngs),
+		    multi = holes && !isFlat(this._latlngs[0]);
+
+		var coords = latLngsToCoords(this._latlngs, multi ? 2 : holes ? 1 : 0, true, precision);
+
+		if (!holes) {
+			coords = [coords];
+		}
+
+		return getFeature(this, {
+			type: (multi ? 'Multi' : '') + 'Polygon',
+			coordinates: coords
+		});
+	}
+});
+
+
+// @namespace LayerGroup
+LayerGroup.include({
+	toMultiPoint: function (precision) {
+		var coords = [];
+
+		this.eachLayer(function (layer) {
+			coords.push(layer.toGeoJSON(precision).geometry.coordinates);
+		});
+
+		return getFeature(this, {
+			type: 'MultiPoint',
+			coordinates: coords
+		});
+	},
+
+	// @method toGeoJSON(): Object
+	// Returns a [`GeoJSON`](http://en.wikipedia.org/wiki/GeoJSON) representation of the layer group (as a GeoJSON `FeatureCollection`, `GeometryCollection`, or `MultiPoint`).
+	toGeoJSON: function (precision) {
+
+		var type = this.feature && this.feature.geometry && this.feature.geometry.type;
+
+		if (type === 'MultiPoint') {
+			return this.toMultiPoint(precision);
+		}
+
+		var isGeometryCollection = type === 'GeometryCollection',
+		    jsons = [];
+
+		this.eachLayer(function (layer) {
+			if (layer.toGeoJSON) {
+				var json = layer.toGeoJSON(precision);
+				if (isGeometryCollection) {
+					jsons.push(json.geometry);
+				} else {
+					var feature = asFeature(json);
+					// Squash nested feature collections
+					if (feature.type === 'FeatureCollection') {
+						jsons.push.apply(jsons, feature.features);
+					} else {
+						jsons.push(feature);
+					}
+				}
+			}
+		});
+
+		if (isGeometryCollection) {
+			return getFeature(this, {
+				geometries: jsons,
+				type: 'GeometryCollection'
+			});
+		}
+
+		return {
+			type: 'FeatureCollection',
+			features: jsons
+		};
+	}
+});
+
+// @namespace GeoJSON
+// @factory L.geoJSON(geojson?: Object, options?: GeoJSON options)
+// Creates a GeoJSON layer. Optionally accepts an object in
+// [GeoJSON format](https://tools.ietf.org/html/rfc7946) to display on the map
+// (you can alternatively add it later with `addData` method) and an `options` object.
+function geoJSON(geojson, options) {
+	return new GeoJSON(geojson, options);
+}
+
+// Backward compatibility.
+var geoJson = geoJSON;
+
+/*
+ * @class ImageOverlay
+ * @aka L.ImageOverlay
+ * @inherits Interactive layer
+ *
+ * Used to load and display a single image over specific bounds of the map. Extends `Layer`.
+ *
+ * @example
+ *
+ * ```js
+ * var imageUrl = 'http://www.lib.utexas.edu/maps/historical/newark_nj_1922.jpg',
+ * 	imageBounds = [[40.712216, -74.22655], [40.773941, -74.12544]];
+ * L.imageOverlay(imageUrl, imageBounds).addTo(map);
+ * ```
+ */
+
+var ImageOverlay = Layer.extend({
+
+	// @section
+	// @aka ImageOverlay options
+	options: {
+		// @option opacity: Number = 1.0
+		// The opacity of the image overlay.
+		opacity: 1,
+
+		// @option alt: String = ''
+		// Text for the `alt` attribute of the image (useful for accessibility).
+		alt: '',
+
+		// @option interactive: Boolean = false
+		// If `true`, the image overlay will emit [mouse events](#interactive-layer) when clicked or hovered.
+		interactive: false,
+
+		// @option crossOrigin: Boolean|String = false
+		// Whether the crossOrigin attribute will be added to the image.
+		// If a String is provided, the image will have its crossOrigin attribute set to the String provided. This is needed if you want to access image pixel data.
+		// Refer to [CORS Settings](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes) for valid String values.
+		crossOrigin: false,
+
+		// @option errorOverlayUrl: String = ''
+		// URL to the overlay image to show in place of the overlay that failed to load.
+		errorOverlayUrl: '',
+
+		// @option zIndex: Number = 1
+		// The explicit [zIndex](https://developer.mozilla.org/docs/Web/CSS/CSS_Positioning/Understanding_z_index) of the overlay layer.
+		zIndex: 1,
+
+		// @option className: String = ''
+		// A custom class name to assign to the image. Empty by default.
+		className: ''
+	},
+
+	initialize: function (url, bounds, options) { // (String, LatLngBounds, Object)
+		this._url = url;
+		this._bounds = toLatLngBounds(bounds);
+
+		setOptions(this, options);
+	},
+
+	onAdd: function () {
+		if (!this._image) {
+			this._initImage();
+
+			if (this.options.opacity < 1) {
+				this._updateOpacity();
+			}
+		}
+
+		if (this.options.interactive) {
+			addClass(this._image, 'leaflet-interactive');
+			this.addInteractiveTarget(this._image);
+		}
+
+		this.getPane().appendChild(this._image);
+		this._reset();
+	},
+
+	onRemove: function () {
+		remove(this._image);
+		if (this.options.interactive) {
+			this.removeInteractiveTarget(this._image);
+		}
+	},
+
+	// @method setOpacity(opacity: Number): this
+	// Sets the opacity of the overlay.
+	setOpacity: function (opacity) {
+		this.options.opacity = opacity;
+
+		if (this._image) {
+			this._updateOpacity();
+		}
+		return this;
+	},
+
+	setStyle: function (styleOpts) {
+		if (styleOpts.opacity) {
+			this.setOpacity(styleOpts.opacity);
+		}
+		return this;
+	},
+
+	// @method bringToFront(): this
+	// Brings the layer to the top of all overlays.
+	bringToFront: function () {
+		if (this._map) {
+			toFront(this._image);
+		}
+		return this;
+	},
+
+	// @method bringToBack(): this
+	// Brings the layer to the bottom of all overlays.
+	bringToBack: function () {
+		if (this._map) {
+			toBack(this._image);
+		}
+		return this;
+	},
+
+	// @method setUrl(url: String): this
+	// Changes the URL of the image.
+	setUrl: function (url) {
+		this._url = url;
+
+		if (this._image) {
+			this._image.src = url;
+		}
+		return this;
+	},
+
+	// @method setBounds(bounds: LatLngBounds): this
+	// Update the bounds that this ImageOverlay covers
+	setBounds: function (bounds) {
+		this._bounds = toLatLngBounds(bounds);
+
+		if (this._map) {
+			this._reset();
+		}
+		return this;
+	},
+
+	getEvents: function () {
+		var events = {
+			zoom: this._reset,
+			viewreset: this._reset
+		};
+
+		if (this._zoomAnimated) {
+			events.zoomanim = this._animateZoom;
+		}
+
+		return events;
+	},
+
+	// @method setZIndex(value: Number): this
+	// Changes the [zIndex](#imageoverlay-zindex) of the image overlay.
+	setZIndex: function (value) {
+		this.options.zIndex = value;
+		this._updateZIndex();
+		return this;
+	},
+
+	// @method getBounds(): LatLngBounds
+	// Get the bounds that this ImageOverlay covers
+	getBounds: function () {
+		return this._bounds;
+	},
+
+	// @method getElement(): HTMLElement
+	// Returns the instance of [`HTMLImageElement`](https://developer.mozilla.org/docs/Web/API/HTMLImageElement)
+	// used by this overlay.
+	getElement: function () {
+		return this._image;
+	},
+
+	_initImage: function () {
+		var wasElementSupplied = this._url.tagName === 'IMG';
+		var img = this._image = wasElementSupplied ? this._url : create$1('img');
+
+		addClass(img, 'leaflet-image-layer');
+		if (this._zoomAnimated) { addClass(img, 'leaflet-zoom-animated'); }
+		if (this.options.className) { addClass(img, this.options.className); }
+
+		img.onselectstart = falseFn;
+		img.onmousemove = falseFn;
+
+		// @event load: Event
+		// Fired when the ImageOverlay layer has loaded its image
+		img.onload = bind(this.fire, this, 'load');
+		img.onerror = bind(this._overlayOnError, this, 'error');
+
+		if (this.options.crossOrigin || this.options.crossOrigin === '') {
+			img.crossOrigin = this.options.crossOrigin === true ? '' : this.options.crossOrigin;
+		}
+
+		if (this.options.zIndex) {
+			this._updateZIndex();
+		}
+
+		if (wasElementSupplied) {
+			this._url = img.src;
+			return;
+		}
+
+		img.src = this._url;
+		img.alt = this.options.alt;
+	},
+
+	_animateZoom: function (e) {
+		var scale = this._map.getZoomScale(e.zoom),
+		    offset = this._map._latLngBoundsToNewLayerBounds(this._bounds, e.zoom, e.center).min;
+
+		setTransform(this._image, offset, scale);
+	},
+
+	_reset: function () {
+		var image = this._image,
+		    bounds = new Bounds(
+		        this._map.latLngToLayerPoint(this._bounds.getNorthWest()),
+		        this._map.latLngToLayerPoint(this._bounds.getSouthEast())),
+		    size = bounds.getSize();
+
+		setPosition(image, bounds.min);
+
+		image.style.width  = size.x + 'px';
+		image.style.height = size.y + 'px';
+	},
+
+	_updateOpacity: function () {
+		setOpacity(this._image, this.options.opacity);
+	},
+
+	_updateZIndex: function () {
+		if (this._image && this.options.zIndex !== undefined && this.options.zIndex !== null) {
+			this._image.style.zIndex = this.options.zIndex;
+		}
+	},
+
+	_overlayOnError: function () {
+		// @event error: Event
+		// Fired when the ImageOverlay layer fails to load its image
+		this.fire('error');
+
+		var errorUrl = this.options.errorOverlayUrl;
+		if (errorUrl && this._url !== errorUrl) {
+			this._url = errorUrl;
+			this._image.src = errorUrl;
+		}
+	}
+});
+
+// @factory L.imageOverlay(imageUrl: String, bounds: LatLngBounds, options?: ImageOverlay options)
+// Instantiates an image overlay object given the URL of the image and the
+// geographical bounds it is tied to.
+var imageOverlay = function (url, bounds, options) {
+	return new ImageOverlay(url, bounds, options);
+};
+
+/*
+ * @class VideoOverlay
+ * @aka L.VideoOverlay
+ * @inherits ImageOverlay
+ *
+ * Used to load and display a video player over specific bounds of the map. Extends `ImageOverlay`.
+ *
+ * A video overlay uses the [`<video>`](https://developer.mozilla.org/docs/Web/HTML/Element/video)
+ * HTML5 element.
+ *
+ * @example
+ *
+ * ```js
+ * var videoUrl = 'https://www.mapbox.com/bites/00188/patricia_nasa.webm',
+ * 	videoBounds = [[ 32, -130], [ 13, -100]];
+ * L.videoOverlay(videoUrl, videoBounds ).addTo(map);
+ * ```
+ */
+
+var VideoOverlay = ImageOverlay.extend({
+
+	// @section
+	// @aka VideoOverlay options
+	options: {
+		// @option autoplay: Boolean = true
+		// Whether the video starts playing automatically when loaded.
+		autoplay: true,
+
+		// @option loop: Boolean = true
+		// Whether the video will loop back to the beginning when played.
+		loop: true
+	},
+
+	_initImage: function () {
+		var wasElementSupplied = this._url.tagName === 'VIDEO';
+		var vid = this._image = wasElementSupplied ? this._url : create$1('video');
+
+		addClass(vid, 'leaflet-image-layer');
+		if (this._zoomAnimated) { addClass(vid, 'leaflet-zoom-animated'); }
+
+		vid.onselectstart = falseFn;
+		vid.onmousemove = falseFn;
+
+		// @event load: Event
+		// Fired when the video has finished loading the first frame
+		vid.onloadeddata = bind(this.fire, this, 'load');
+
+		if (wasElementSupplied) {
+			var sourceElements = vid.getElementsByTagName('source');
+			var sources = [];
+			for (var j = 0; j < sourceElements.length; j++) {
+				sources.push(sourceElements[j].src);
+			}
+
+			this._url = (sourceElements.length > 0) ? sources : [vid.src];
+			return;
+		}
+
+		if (!isArray(this._url)) { this._url = [this._url]; }
+
+		vid.autoplay = !!this.options.autoplay;
+		vid.loop = !!this.options.loop;
+		for (var i = 0; i < this._url.length; i++) {
+			var source = create$1('source');
+			source.src = this._url[i];
+			vid.appendChild(source);
+		}
+	}
+
+	// @method getElement(): HTMLVideoElement
+	// Returns the instance of [`HTMLVideoElement`](https://developer.mozilla.org/docs/Web/API/HTMLVideoElement)
+	// used by this overlay.
+});
+
+
+// @factory L.videoOverlay(video: String|Array|HTMLVideoElement, bounds: LatLngBounds, options?: VideoOverlay options)
+// Instantiates an image overlay object given the URL of the video (or array of URLs, or even a video element) and the
+// geographical bounds it is tied to.
+
+function videoOverlay(video, bounds, options) {
+	return new VideoOverlay(video, bounds, options);
+}
+
+/*
+ * @class DivOverlay
+ * @inherits Layer
+ * @aka L.DivOverlay
+ * Base model for L.Popup and L.Tooltip. Inherit from it for custom popup like plugins.
+ */
+
+// @namespace DivOverlay
+var DivOverlay = Layer.extend({
+
+	// @section
+	// @aka DivOverlay options
+	options: {
+		// @option offset: Point = Point(0, 7)
+		// The offset of the popup position. Useful to control the anchor
+		// of the popup when opening it on some overlays.
+		offset: [0, 7],
+
+		// @option className: String = ''
+		// A custom CSS class name to assign to the popup.
+		className: '',
+
+		// @option pane: String = 'popupPane'
+		// `Map pane` where the popup will be added.
+		pane: 'popupPane'
+	},
+
+	initialize: function (options, source) {
+		setOptions(this, options);
+
+		this._source = source;
+	},
+
+	onAdd: function (map) {
+		this._zoomAnimated = map._zoomAnimated;
+
+		if (!this._container) {
+			this._initLayout();
+		}
+
+		if (map._fadeAnimated) {
+			setOpacity(this._container, 0);
+		}
+
+		clearTimeout(this._removeTimeout);
+		this.getPane().appendChild(this._container);
+		this.update();
+
+		if (map._fadeAnimated) {
+			setOpacity(this._container, 1);
+		}
+
+		this.bringToFront();
+	},
+
+	onRemove: function (map) {
+		if (map._fadeAnimated) {
+			setOpacity(this._container, 0);
+			this._removeTimeout = setTimeout(bind(remove, undefined, this._container), 200);
+		} else {
+			remove(this._container);
+		}
+	},
+
+	// @namespace Popup
+	// @method getLatLng: LatLng
+	// Returns the geographical point of popup.
+	getLatLng: function () {
+		return this._latlng;
+	},
+
+	// @method setLatLng(latlng: LatLng): this
+	// Sets the geographical point where the popup will open.
+	setLatLng: function (latlng) {
+		this._latlng = toLatLng(latlng);
+		if (this._map) {
+			this._updatePosition();
+			this._adjustPan();
+		}
+		return this;
+	},
+
+	// @method getContent: String|HTMLElement
+	// Returns the content of the popup.
+	getContent: function () {
+		return this._content;
+	},
+
+	// @method setContent(htmlContent: String|HTMLElement|Function): this
+	// Sets the HTML content of the popup. If a function is passed the source layer will be passed to the function. The function should return a `String` or `HTMLElement` to be used in the popup.
+	setContent: function (content) {
+		this._content = content;
+		this.update();
+		return this;
+	},
+
+	// @method getElement: String|HTMLElement
+	// Alias for [getContent()](#popup-getcontent)
+	getElement: function () {
+		return this._container;
+	},
+
+	// @method update: null
+	// Updates the popup content, layout and position. Useful for updating the popup after something inside changed, e.g. image loaded.
+	update: function () {
+		if (!this._map) { return; }
+
+		this._container.style.visibility = 'hidden';
+
+		this._updateContent();
+		this._updateLayout();
+		this._updatePosition();
+
+		this._container.style.visibility = '';
+
+		this._adjustPan();
+	},
+
+	getEvents: function () {
+		var events = {
+			zoom: this._updatePosition,
+			viewreset: this._updatePosition
+		};
+
+		if (this._zoomAnimated) {
+			events.zoomanim = this._animateZoom;
+		}
+		return events;
+	},
+
+	// @method isOpen: Boolean
+	// Returns `true` when the popup is visible on the map.
+	isOpen: function () {
+		return !!this._map && this._map.hasLayer(this);
+	},
+
+	// @method bringToFront: this
+	// Brings this popup in front of other popups (in the same map pane).
+	bringToFront: function () {
+		if (this._map) {
+			toFront(this._container);
+		}
+		return this;
+	},
+
+	// @method bringToBack: this
+	// Brings this popup to the back of other popups (in the same map pane).
+	bringToBack: function () {
+		if (this._map) {
+			toBack(this._container);
+		}
+		return this;
+	},
+
+	_updateContent: function () {
+		if (!this._content) { return; }
+
+		var node = this._contentNode;
+		var content = (typeof this._content === 'function') ? this._content(this._source || this) : this._content;
+
+		if (typeof content === 'string') {
+			node.innerHTML = content;
+		} else {
+			while (node.hasChildNodes()) {
+				node.removeChild(node.firstChild);
+			}
+			node.appendChild(content);
+		}
+		this.fire('contentupdate');
+	},
+
+	_updatePosition: function () {
+		if (!this._map) { return; }
+
+		var pos = this._map.latLngToLayerPoint(this._latlng),
+		    offset = toPoint(this.options.offset),
+		    anchor = this._getAnchor();
+
+		if (this._zoomAnimated) {
+			setPosition(this._container, pos.add(anchor));
+		} else {
+			offset = offset.add(pos).add(anchor);
+		}
+
+		var bottom = this._containerBottom = -offset.y,
+		    left = this._containerLeft = -Math.round(this._containerWidth / 2) + offset.x;
+
+		// bottom position the popup in case the height of the popup changes (images loading etc)
+		this._container.style.bottom = bottom + 'px';
+		this._container.style.left = left + 'px';
+	},
+
+	_getAnchor: function () {
+		return [0, 0];
+	}
+
+});
+
+/*
+ * @class Popup
+ * @inherits DivOverlay
+ * @aka L.Popup
+ * Used to open popups in certain places of the map. Use [Map.openPopup](#map-openpopup) to
+ * open popups while making sure that only one popup is open at one time
+ * (recommended for usability), or use [Map.addLayer](#map-addlayer) to open as many as you want.
+ *
+ * @example
+ *
+ * If you want to just bind a popup to marker click and then open it, it's really easy:
+ *
+ * ```js
+ * marker.bindPopup(popupContent).openPopup();
+ * ```
+ * Path overlays like polylines also have a `bindPopup` method.
+ * Here's a more complicated way to open a popup on a map:
+ *
+ * ```js
+ * var popup = L.popup()
+ * 	.setLatLng(latlng)
+ * 	.setContent('<p>Hello world!<br />This is a nice popup.</p>')
+ * 	.openOn(map);
+ * ```
+ */
+
+
+// @namespace Popup
+var Popup = DivOverlay.extend({
+
+	// @section
+	// @aka Popup options
+	options: {
+		// @option maxWidth: Number = 300
+		// Max width of the popup, in pixels.
+		maxWidth: 300,
+
+		// @option minWidth: Number = 50
+		// Min width of the popup, in pixels.
+		minWidth: 50,
+
+		// @option maxHeight: Number = null
+		// If set, creates a scrollable container of the given height
+		// inside a popup if its content exceeds it.
+		maxHeight: null,
+
+		// @option autoPan: Boolean = true
+		// Set it to `false` if you don't want the map to do panning animation
+		// to fit the opened popup.
+		autoPan: true,
+
+		// @option autoPanPaddingTopLeft: Point = null
+		// The margin between the popup and the top left corner of the map
+		// view after autopanning was performed.
+		autoPanPaddingTopLeft: null,
+
+		// @option autoPanPaddingBottomRight: Point = null
+		// The margin between the popup and the bottom right corner of the map
+		// view after autopanning was performed.
+		autoPanPaddingBottomRight: null,
+
+		// @option autoPanPadding: Point = Point(5, 5)
+		// Equivalent of setting both top left and bottom right autopan padding to the same value.
+		autoPanPadding: [5, 5],
+
+		// @option keepInView: Boolean = false
+		// Set it to `true` if you want to prevent users from panning the popup
+		// off of the screen while it is open.
+		keepInView: false,
+
+		// @option closeButton: Boolean = true
+		// Controls the presence of a close button in the popup.
+		closeButton: true,
+
+		// @option autoClose: Boolean = true
+		// Set it to `false` if you want to override the default behavior of
+		// the popup closing when another popup is opened.
+		autoClose: true,
+
+		// @option closeOnEscapeKey: Boolean = true
+		// Set it to `false` if you want to override the default behavior of
+		// the ESC key for closing of the popup.
+		closeOnEscapeKey: true,
+
+		// @option closeOnClick: Boolean = *
+		// Set it if you want to override the default behavior of the popup closing when user clicks
+		// on the map. Defaults to the map's [`closePopupOnClick`](#map-closepopuponclick) option.
+
+		// @option className: String = ''
+		// A custom CSS class name to assign to the popup.
+		className: ''
+	},
+
+	// @namespace Popup
+	// @method openOn(map: Map): this
+	// Adds the popup to the map and closes the previous one. The same as `map.openPopup(popup)`.
+	openOn: function (map) {
+		map.openPopup(this);
+		return this;
+	},
+
+	onAdd: function (map) {
+		DivOverlay.prototype.onAdd.call(this, map);
+
+		// @namespace Map
+		// @section Popup events
+		// @event popupopen: PopupEvent
+		// Fired when a popup is opened in the map
+		map.fire('popupopen', {popup: this});
+
+		if (this._source) {
+			// @namespace Layer
+			// @section Popup events
+			// @event popupopen: PopupEvent
+			// Fired when a popup bound to this layer is opened
+			this._source.fire('popupopen', {popup: this}, true);
+			// For non-path layers, we toggle the popup when clicking
+			// again the layer, so prevent the map to reopen it.
+			if (!(this._source instanceof Path)) {
+				this._source.on('preclick', stopPropagation);
+			}
+		}
+	},
+
+	onRemove: function (map) {
+		DivOverlay.prototype.onRemove.call(this, map);
+
+		// @namespace Map
+		// @section Popup events
+		// @event popupclose: PopupEvent
+		// Fired when a popup in the map is closed
+		map.fire('popupclose', {popup: this});
+
+		if (this._source) {
+			// @namespace Layer
+			// @section Popup events
+			// @event popupclose: PopupEvent
+			// Fired when a popup bound to this layer is closed
+			this._source.fire('popupclose', {popup: this}, true);
+			if (!(this._source instanceof Path)) {
+				this._source.off('preclick', stopPropagation);
+			}
+		}
+	},
+
+	getEvents: function () {
+		var events = DivOverlay.prototype.getEvents.call(this);
+
+		if (this.options.closeOnClick !== undefined ? this.options.closeOnClick : this._map.options.closePopupOnClick) {
+			events.preclick = this._close;
+		}
+
+		if (this.options.keepInView) {
+			events.moveend = this._adjustPan;
+		}
+
+		return events;
+	},
+
+	_close: function () {
+		if (this._map) {
+			this._map.closePopup(this);
+		}
+	},
+
+	_initLayout: function () {
+		var prefix = 'leaflet-popup',
+		    container = this._container = create$1('div',
+			prefix + ' ' + (this.options.className || '') +
+			' leaflet-zoom-animated');
+
+		var wrapper = this._wrapper = create$1('div', prefix + '-content-wrapper', container);
+		this._contentNode = create$1('div', prefix + '-content', wrapper);
+
+		disableClickPropagation(wrapper);
+		disableScrollPropagation(this._contentNode);
+		on(wrapper, 'contextmenu', stopPropagation);
+
+		this._tipContainer = create$1('div', prefix + '-tip-container', container);
+		this._tip = create$1('div', prefix + '-tip', this._tipContainer);
+
+		if (this.options.closeButton) {
+			var closeButton = this._closeButton = create$1('a', prefix + '-close-button', container);
+			closeButton.href = '#close';
+			closeButton.innerHTML = '&#215;';
+
+			on(closeButton, 'click', this._onCloseButtonClick, this);
+		}
+	},
+
+	_updateLayout: function () {
+		var container = this._contentNode,
+		    style = container.style;
+
+		style.width = '';
+		style.whiteSpace = 'nowrap';
+
+		var width = container.offsetWidth;
+		width = Math.min(width, this.options.maxWidth);
+		width = Math.max(width, this.options.minWidth);
+
+		style.width = (width + 1) + 'px';
+		style.whiteSpace = '';
+
+		style.height = '';
+
+		var height = container.offsetHeight,
+		    maxHeight = this.options.maxHeight,
+		    scrolledClass = 'leaflet-popup-scrolled';
+
+		if (maxHeight && height > maxHeight) {
+			style.height = maxHeight + 'px';
+			addClass(container, scrolledClass);
+		} else {
+			removeClass(container, scrolledClass);
+		}
+
+		this._containerWidth = this._container.offsetWidth;
+	},
+
+	_animateZoom: function (e) {
+		var pos = this._map._latLngToNewLayerPoint(this._latlng, e.zoom, e.center),
+		    anchor = this._getAnchor();
+		setPosition(this._container, pos.add(anchor));
+	},
+
+	_adjustPan: function () {
+		if (!this.options.autoPan) { return; }
+		if (this._map._panAnim) { this._map._panAnim.stop(); }
+
+		var map = this._map,
+		    marginBottom = parseInt(getStyle(this._container, 'marginBottom'), 10) || 0,
+		    containerHeight = this._container.offsetHeight + marginBottom,
+		    containerWidth = this._containerWidth,
+		    layerPos = new Point(this._containerLeft, -containerHeight - this._containerBottom);
+
+		layerPos._add(getPosition(this._container));
+
+		var containerPos = map.layerPointToContainerPoint(layerPos),
+		    padding = toPoint(this.options.autoPanPadding),
+		    paddingTL = toPoint(this.options.autoPanPaddingTopLeft || padding),
+		    paddingBR = toPoint(this.options.autoPanPaddingBottomRight || padding),
+		    size = map.getSize(),
+		    dx = 0,
+		    dy = 0;
+
+		if (containerPos.x + containerWidth + paddingBR.x > size.x) { // right
+			dx = containerPos.x + containerWidth - size.x + paddingBR.x;
+		}
+		if (containerPos.x - dx - paddingTL.x < 0) { // left
+			dx = containerPos.x - paddingTL.x;
+		}
+		if (containerPos.y + containerHeight + paddingBR.y > size.y) { // bottom
+			dy = containerPos.y + containerHeight - size.y + paddingBR.y;
+		}
+		if (containerPos.y - dy - paddingTL.y < 0) { // top
+			dy = containerPos.y - paddingTL.y;
+		}
+
+		// @namespace Map
+		// @section Popup events
+		// @event autopanstart: Event
+		// Fired when the map starts autopanning when opening a popup.
+		if (dx || dy) {
+			map
+			    .fire('autopanstart')
+			    .panBy([dx, dy]);
+		}
+	},
+
+	_onCloseButtonClick: function (e) {
+		this._close();
+		stop(e);
+	},
+
+	_getAnchor: function () {
+		// Where should we anchor the popup on the source layer?
+		return toPoint(this._source && this._source._getPopupAnchor ? this._source._getPopupAnchor() : [0, 0]);
+	}
+
+});
+
+// @namespace Popup
+// @factory L.popup(options?: Popup options, source?: Layer)
+// Instantiates a `Popup` object given an optional `options` object that describes its appearance and location and an optional `source` object that is used to tag the popup with a reference to the Layer to which it refers.
+var popup = function (options, source) {
+	return new Popup(options, source);
+};
+
+
+/* @namespace Map
+ * @section Interaction Options
+ * @option closePopupOnClick: Boolean = true
+ * Set it to `false` if you don't want popups to close when user clicks the map.
+ */
+Map.mergeOptions({
+	closePopupOnClick: true
+});
+
+
+// @namespace Map
+// @section Methods for Layers and Controls
+Map.include({
+	// @method openPopup(popup: Popup): this
+	// Opens the specified popup while closing the previously opened (to make sure only one is opened at one time for usability).
+	// @alternative
+	// @method openPopup(content: String|HTMLElement, latlng: LatLng, options?: Popup options): this
+	// Creates a popup with the specified content and options and opens it in the given point on a map.
+	openPopup: function (popup, latlng, options) {
+		if (!(popup instanceof Popup)) {
+			popup = new Popup(options).setContent(popup);
+		}
+
+		if (latlng) {
+			popup.setLatLng(latlng);
+		}
+
+		if (this.hasLayer(popup)) {
+			return this;
+		}
+
+		if (this._popup && this._popup.options.autoClose) {
+			this.closePopup();
+		}
+
+		this._popup = popup;
+		return this.addLayer(popup);
+	},
+
+	// @method closePopup(popup?: Popup): this
+	// Closes the popup previously opened with [openPopup](#map-openpopup) (or the given one).
+	closePopup: function (popup) {
+		if (!popup || popup === this._popup) {
+			popup = this._popup;
+			this._popup = null;
+		}
+		if (popup) {
+			this.removeLayer(popup);
+		}
+		return this;
+	}
+});
+
+/*
+ * @namespace Layer
+ * @section Popup methods example
+ *
+ * All layers share a set of methods convenient for binding popups to it.
+ *
+ * ```js
+ * var layer = L.Polygon(latlngs).bindPopup('Hi There!').addTo(map);
+ * layer.openPopup();
+ * layer.closePopup();
+ * ```
+ *
+ * Popups will also be automatically opened when the layer is clicked on and closed when the layer is removed from the map or another popup is opened.
+ */
+
+// @section Popup methods
+Layer.include({
+
+	// @method bindPopup(content: String|HTMLElement|Function|Popup, options?: Popup options): this
+	// Binds a popup to the layer with the passed `content` and sets up the
+	// necessary event listeners. If a `Function` is passed it will receive
+	// the layer as the first argument and should return a `String` or `HTMLElement`.
+	bindPopup: function (content, options) {
+
+		if (content instanceof Popup) {
+			setOptions(content, options);
+			this._popup = content;
+			content._source = this;
+		} else {
+			if (!this._popup || options) {
+				this._popup = new Popup(options, this);
+			}
+			this._popup.setContent(content);
+		}
+
+		if (!this._popupHandlersAdded) {
+			this.on({
+				click: this._openPopup,
+				keypress: this._onKeyPress,
+				remove: this.closePopup,
+				move: this._movePopup
+			});
+			this._popupHandlersAdded = true;
+		}
+
+		return this;
+	},
+
+	// @method unbindPopup(): this
+	// Removes the popup previously bound with `bindPopup`.
+	unbindPopup: function () {
+		if (this._popup) {
+			this.off({
+				click: this._openPopup,
+				keypress: this._onKeyPress,
+				remove: this.closePopup,
+				move: this._movePopup
+			});
+			this._popupHandlersAdded = false;
+			this._popup = null;
+		}
+		return this;
+	},
+
+	// @method openPopup(latlng?: LatLng): this
+	// Opens the bound popup at the specified `latlng` or at the default popup anchor if no `latlng` is passed.
+	openPopup: function (layer, latlng) {
+		if (!(layer instanceof Layer)) {
+			latlng = layer;
+			layer = this;
+		}
+
+		if (layer instanceof FeatureGroup) {
+			for (var id in this._layers) {
+				layer = this._layers[id];
+				break;
+			}
+		}
+
+		if (!latlng) {
+			latlng = layer.getCenter ? layer.getCenter() : layer.getLatLng();
+		}
+
+		if (this._popup && this._map) {
+			// set popup source to this layer
+			this._popup._source = layer;
+
+			// update the popup (content, layout, ect...)
+			this._popup.update();
+
+			// open the popup on the map
+			this._map.openPopup(this._popup, latlng);
+		}
+
+		return this;
+	},
+
+	// @method closePopup(): this
+	// Closes the popup bound to this layer if it is open.
+	closePopup: function () {
+		if (this._popup) {
+			this._popup._close();
+		}
+		return this;
+	},
+
+	// @method togglePopup(): this
+	// Opens or closes the popup bound to this layer depending on its current state.
+	togglePopup: function (target) {
+		if (this._popup) {
+			if (this._popup._map) {
+				this.closePopup();
+			} else {
+				this.openPopup(target);
+			}
+		}
+		return this;
+	},
+
+	// @method isPopupOpen(): boolean
+	// Returns `true` if the popup bound to this layer is currently open.
+	isPopupOpen: function () {
+		return (this._popup ? this._popup.isOpen() : false);
+	},
+
+	// @method setPopupContent(content: String|HTMLElement|Popup): this
+	// Sets the content of the popup bound to this layer.
+	setPopupContent: function (content) {
+		if (this._popup) {
+			this._popup.setContent(content);
+		}
+		return this;
+	},
+
+	// @method getPopup(): Popup
+	// Returns the popup bound to this layer.
+	getPopup: function () {
+		return this._popup;
+	},
+
+	_openPopup: function (e) {
+		var layer = e.layer || e.target;
+
+		if (!this._popup) {
+			return;
+		}
+
+		if (!this._map) {
+			return;
+		}
+
+		// prevent map click
+		stop(e);
+
+		// if this inherits from Path its a vector and we can just
+		// open the popup at the new location
+		if (layer instanceof Path) {
+			this.openPopup(e.layer || e.target, e.latlng);
+			return;
+		}
+
+		// otherwise treat it like a marker and figure out
+		// if we should toggle it open/closed
+		if (this._map.hasLayer(this._popup) && this._popup._source === layer) {
+			this.closePopup();
+		} else {
+			this.openPopup(layer, e.latlng);
+		}
+	},
+
+	_movePopup: function (e) {
+		this._popup.setLatLng(e.latlng);
+	},
+
+	_onKeyPress: function (e) {
+		if (e.originalEvent.keyCode === 13) {
+			this._openPopup(e);
+		}
+	}
+});
+
+/*
+ * @class Tooltip
+ * @inherits DivOverlay
+ * @aka L.Tooltip
+ * Used to display small texts on top of map layers.
+ *
+ * @example
+ *
+ * ```js
+ * marker.bindTooltip("my tooltip text").openTooltip();
+ * ```
+ * Note about tooltip offset. Leaflet takes two options in consideration
+ * for computing tooltip offsetting:
+ * - the `offset` Tooltip option: it defaults to [0, 0], and it's specific to one tooltip.
+ *   Add a positive x offset to move the tooltip to the right, and a positive y offset to
+ *   move it to the bottom. Negatives will move to the left and top.
+ * - the `tooltipAnchor` Icon option: this will only be considered for Marker. You
+ *   should adapt this value if you use a custom icon.
+ */
+
+
+// @namespace Tooltip
+var Tooltip = DivOverlay.extend({
+
+	// @section
+	// @aka Tooltip options
+	options: {
+		// @option pane: String = 'tooltipPane'
+		// `Map pane` where the tooltip will be added.
+		pane: 'tooltipPane',
+
+		// @option offset: Point = Point(0, 0)
+		// Optional offset of the tooltip position.
+		offset: [0, 0],
+
+		// @option direction: String = 'auto'
+		// Direction where to open the tooltip. Possible values are: `right`, `left`,
+		// `top`, `bottom`, `center`, `auto`.
+		// `auto` will dynamically switch between `right` and `left` according to the tooltip
+		// position on the map.
+		direction: 'auto',
+
+		// @option permanent: Boolean = false
+		// Whether to open the tooltip permanently or only on mouseover.
+		permanent: false,
+
+		// @option sticky: Boolean = false
+		// If true, the tooltip will follow the mouse instead of being fixed at the feature center.
+		sticky: false,
+
+		// @option interactive: Boolean = false
+		// If true, the tooltip will listen to the feature events.
+		interactive: false,
+
+		// @option opacity: Number = 0.9
+		// Tooltip container opacity.
+		opacity: 0.9
+	},
+
+	onAdd: function (map) {
+		DivOverlay.prototype.onAdd.call(this, map);
+		this.setOpacity(this.options.opacity);
+
+		// @namespace Map
+		// @section Tooltip events
+		// @event tooltipopen: TooltipEvent
+		// Fired when a tooltip is opened in the map.
+		map.fire('tooltipopen', {tooltip: this});
+
+		if (this._source) {
+			// @namespace Layer
+			// @section Tooltip events
+			// @event tooltipopen: TooltipEvent
+			// Fired when a tooltip bound to this layer is opened.
+			this._source.fire('tooltipopen', {tooltip: this}, true);
+		}
+	},
+
+	onRemove: function (map) {
+		DivOverlay.prototype.onRemove.call(this, map);
+
+		// @namespace Map
+		// @section Tooltip events
+		// @event tooltipclose: TooltipEvent
+		// Fired when a tooltip in the map is closed.
+		map.fire('tooltipclose', {tooltip: this});
+
+		if (this._source) {
+			// @namespace Layer
+			// @section Tooltip events
+			// @event tooltipclose: TooltipEvent
+			// Fired when a tooltip bound to this layer is closed.
+			this._source.fire('tooltipclose', {tooltip: this}, true);
+		}
+	},
+
+	getEvents: function () {
+		var events = DivOverlay.prototype.getEvents.call(this);
+
+		if (touch && !this.options.permanent) {
+			events.preclick = this._close;
+		}
+
+		return events;
+	},
+
+	_close: function () {
+		if (this._map) {
+			this._map.closeTooltip(this);
+		}
+	},
+
+	_initLayout: function () {
+		var prefix = 'leaflet-tooltip',
+		    className = prefix + ' ' + (this.options.className || '') + ' leaflet-zoom-' + (this._zoomAnimated ? 'animated' : 'hide');
+
+		this._contentNode = this._container = create$1('div', className);
+	},
+
+	_updateLayout: function () {},
+
+	_adjustPan: function () {},
+
+	_setPosition: function (pos) {
+		var map = this._map,
+		    container = this._container,
+		    centerPoint = map.latLngToContainerPoint(map.getCenter()),
+		    tooltipPoint = map.layerPointToContainerPoint(pos),
+		    direction = this.options.direction,
+		    tooltipWidth = container.offsetWidth,
+		    tooltipHeight = container.offsetHeight,
+		    offset = toPoint(this.options.offset),
+		    anchor = this._getAnchor();
+
+		if (direction === 'top') {
+			pos = pos.add(toPoint(-tooltipWidth / 2 + offset.x, -tooltipHeight + offset.y + anchor.y, true));
+		} else if (direction === 'bottom') {
+			pos = pos.subtract(toPoint(tooltipWidth / 2 - offset.x, -offset.y, true));
+		} else if (direction === 'center') {
+			pos = pos.subtract(toPoint(tooltipWidth / 2 + offset.x, tooltipHeight / 2 - anchor.y + offset.y, true));
+		} else if (direction === 'right' || direction === 'auto' && tooltipPoint.x < centerPoint.x) {
+			direction = 'right';
+			pos = pos.add(toPoint(offset.x + anchor.x, anchor.y - tooltipHeight / 2 + offset.y, true));
+		} else {
+			direction = 'left';
+			pos = pos.subtract(toPoint(tooltipWidth + anchor.x - offset.x, tooltipHeight / 2 - anchor.y - offset.y, true));
+		}
+
+		removeClass(container, 'leaflet-tooltip-right');
+		removeClass(container, 'leaflet-tooltip-left');
+		removeClass(container, 'leaflet-tooltip-top');
+		removeClass(container, 'leaflet-tooltip-bottom');
+		addClass(container, 'leaflet-tooltip-' + direction);
+		setPosition(container, pos);
+	},
+
+	_updatePosition: function () {
+		var pos = this._map.latLngToLayerPoint(this._latlng);
+		this._setPosition(pos);
+	},
+
+	setOpacity: function (opacity) {
+		this.options.opacity = opacity;
+
+		if (this._container) {
+			setOpacity(this._container, opacity);
+		}
+	},
+
+	_animateZoom: function (e) {
+		var pos = this._map._latLngToNewLayerPoint(this._latlng, e.zoom, e.center);
+		this._setPosition(pos);
+	},
+
+	_getAnchor: function () {
+		// Where should we anchor the tooltip on the source layer?
+		return toPoint(this._source && this._source._getTooltipAnchor && !this.options.sticky ? this._source._getTooltipAnchor() : [0, 0]);
+	}
+
+});
+
+// @namespace Tooltip
+// @factory L.tooltip(options?: Tooltip options, source?: Layer)
+// Instantiates a Tooltip object given an optional `options` object that describes its appearance and location and an optional `source` object that is used to tag the tooltip with a reference to the Layer to which it refers.
+var tooltip = function (options, source) {
+	return new Tooltip(options, source);
+};
+
+// @namespace Map
+// @section Methods for Layers and Controls
+Map.include({
+
+	// @method openTooltip(tooltip: Tooltip): this
+	// Opens the specified tooltip.
+	// @alternative
+	// @method openTooltip(content: String|HTMLElement, latlng: LatLng, options?: Tooltip options): this
+	// Creates a tooltip with the specified content and options and open it.
+	openTooltip: function (tooltip, latlng, options) {
+		if (!(tooltip instanceof Tooltip)) {
+			tooltip = new Tooltip(options).setContent(tooltip);
+		}
+
+		if (latlng) {
+			tooltip.setLatLng(latlng);
+		}
+
+		if (this.hasLayer(tooltip)) {
+			return this;
+		}
+
+		return this.addLayer(tooltip);
+	},
+
+	// @method closeTooltip(tooltip?: Tooltip): this
+	// Closes the tooltip given as parameter.
+	closeTooltip: function (tooltip) {
+		if (tooltip) {
+			this.removeLayer(tooltip);
+		}
+		return this;
+	}
+
+});
+
+/*
+ * @namespace Layer
+ * @section Tooltip methods example
+ *
+ * All layers share a set of methods convenient for binding tooltips to it.
+ *
+ * ```js
+ * var layer = L.Polygon(latlngs).bindTooltip('Hi There!').addTo(map);
+ * layer.openTooltip();
+ * layer.closeTooltip();
+ * ```
+ */
+
+// @section Tooltip methods
+Layer.include({
+
+	// @method bindTooltip(content: String|HTMLElement|Function|Tooltip, options?: Tooltip options): this
+	// Binds a tooltip to the layer with the passed `content` and sets up the
+	// necessary event listeners. If a `Function` is passed it will receive
+	// the layer as the first argument and should return a `String` or `HTMLElement`.
+	bindTooltip: function (content, options) {
+
+		if (content instanceof Tooltip) {
+			setOptions(content, options);
+			this._tooltip = content;
+			content._source = this;
+		} else {
+			if (!this._tooltip || options) {
+				this._tooltip = new Tooltip(options, this);
+			}
+			this._tooltip.setContent(content);
+
+		}
+
+		this._initTooltipInteractions();
+
+		if (this._tooltip.options.permanent && this._map && this._map.hasLayer(this)) {
+			this.openTooltip();
+		}
+
+		return this;
+	},
+
+	// @method unbindTooltip(): this
+	// Removes the tooltip previously bound with `bindTooltip`.
+	unbindTooltip: function () {
+		if (this._tooltip) {
+			this._initTooltipInteractions(true);
+			this.closeTooltip();
+			this._tooltip = null;
+		}
+		return this;
+	},
+
+	_initTooltipInteractions: function (remove$$1) {
+		if (!remove$$1 && this._tooltipHandlersAdded) { return; }
+		var onOff = remove$$1 ? 'off' : 'on',
+		    events = {
+			remove: this.closeTooltip,
+			move: this._moveTooltip
+		    };
+		if (!this._tooltip.options.permanent) {
+			events.mouseover = this._openTooltip;
+			events.mouseout = this.closeTooltip;
+			if (this._tooltip.options.sticky) {
+				events.mousemove = this._moveTooltip;
+			}
+			if (touch) {
+				events.click = this._openTooltip;
+			}
+		} else {
+			events.add = this._openTooltip;
+		}
+		this[onOff](events);
+		this._tooltipHandlersAdded = !remove$$1;
+	},
+
+	// @method openTooltip(latlng?: LatLng): this
+	// Opens the bound tooltip at the specified `latlng` or at the default tooltip anchor if no `latlng` is passed.
+	openTooltip: function (layer, latlng) {
+		if (!(layer instanceof Layer)) {
+			latlng = layer;
+			layer = this;
+		}
+
+		if (layer instanceof FeatureGroup) {
+			for (var id in this._layers) {
+				layer = this._layers[id];
+				break;
+			}
+		}
+
+		if (!latlng) {
+			latlng = layer.getCenter ? layer.getCenter() : layer.getLatLng();
+		}
+
+		if (this._tooltip && this._map) {
+
+			// set tooltip source to this layer
+			this._tooltip._source = layer;
+
+			// update the tooltip (content, layout, ect...)
+			this._tooltip.update();
+
+			// open the tooltip on the map
+			this._map.openTooltip(this._tooltip, latlng);
+
+			// Tooltip container may not be defined if not permanent and never
+			// opened.
+			if (this._tooltip.options.interactive && this._tooltip._container) {
+				addClass(this._tooltip._container, 'leaflet-clickable');
+				this.addInteractiveTarget(this._tooltip._container);
+			}
+		}
+
+		return this;
+	},
+
+	// @method closeTooltip(): this
+	// Closes the tooltip bound to this layer if it is open.
+	closeTooltip: function () {
+		if (this._tooltip) {
+			this._tooltip._close();
+			if (this._tooltip.options.interactive && this._tooltip._container) {
+				removeClass(this._tooltip._container, 'leaflet-clickable');
+				this.removeInteractiveTarget(this._tooltip._container);
+			}
+		}
+		return this;
+	},
+
+	// @method toggleTooltip(): this
+	// Opens or closes the tooltip bound to this layer depending on its current state.
+	toggleTooltip: function (target) {
+		if (this._tooltip) {
+			if (this._tooltip._map) {
+				this.closeTooltip();
+			} else {
+				this.openTooltip(target);
+			}
+		}
+		return this;
+	},
+
+	// @method isTooltipOpen(): boolean
+	// Returns `true` if the tooltip bound to this layer is currently open.
+	isTooltipOpen: function () {
+		return this._tooltip.isOpen();
+	},
+
+	// @method setTooltipContent(content: String|HTMLElement|Tooltip): this
+	// Sets the content of the tooltip bound to this layer.
+	setTooltipContent: function (content) {
+		if (this._tooltip) {
+			this._tooltip.setContent(content);
+		}
+		return this;
+	},
+
+	// @method getTooltip(): Tooltip
+	// Returns the tooltip bound to this layer.
+	getTooltip: function () {
+		return this._tooltip;
+	},
+
+	_openTooltip: function (e) {
+		var layer = e.layer || e.target;
+
+		if (!this._tooltip || !this._map) {
+			return;
+		}
+		this.openTooltip(layer, this._tooltip.options.sticky ? e.latlng : undefined);
+	},
+
+	_moveTooltip: function (e) {
+		var latlng = e.latlng, containerPoint, layerPoint;
+		if (this._tooltip.options.sticky && e.originalEvent) {
+			containerPoint = this._map.mouseEventToContainerPoint(e.originalEvent);
+			layerPoint = this._map.containerPointToLayerPoint(containerPoint);
+			latlng = this._map.layerPointToLatLng(layerPoint);
+		}
+		this._tooltip.setLatLng(latlng);
+	}
+});
+
+/*
+ * @class DivIcon
+ * @aka L.DivIcon
+ * @inherits Icon
+ *
+ * Represents a lightweight icon for markers that uses a simple `<div>`
+ * element instead of an image. Inherits from `Icon` but ignores the `iconUrl` and shadow options.
+ *
+ * @example
+ * ```js
+ * var myIcon = L.divIcon({className: 'my-div-icon'});
+ * // you can set .my-div-icon styles in CSS
+ *
+ * L.marker([50.505, 30.57], {icon: myIcon}).addTo(map);
+ * ```
+ *
+ * By default, it has a 'leaflet-div-icon' CSS class and is styled as a little white square with a shadow.
+ */
+
+var DivIcon = Icon.extend({
+	options: {
+		// @section
+		// @aka DivIcon options
+		iconSize: [12, 12], // also can be set through CSS
+
+		// iconAnchor: (Point),
+		// popupAnchor: (Point),
+
+		// @option html: String = ''
+		// Custom HTML code to put inside the div element, empty by default.
+		html: false,
+
+		// @option bgPos: Point = [0, 0]
+		// Optional relative position of the background, in pixels
+		bgPos: null,
+
+		className: 'leaflet-div-icon'
+	},
+
+	createIcon: function (oldIcon) {
+		var div = (oldIcon && oldIcon.tagName === 'DIV') ? oldIcon : document.createElement('div'),
+		    options = this.options;
+
+		div.innerHTML = options.html !== false ? options.html : '';
+
+		if (options.bgPos) {
+			var bgPos = toPoint(options.bgPos);
+			div.style.backgroundPosition = (-bgPos.x) + 'px ' + (-bgPos.y) + 'px';
+		}
+		this._setIconStyles(div, 'icon');
+
+		return div;
+	},
+
+	createShadow: function () {
+		return null;
+	}
+});
+
+// @factory L.divIcon(options: DivIcon options)
+// Creates a `DivIcon` instance with the given options.
+function divIcon(options) {
+	return new DivIcon(options);
+}
+
+Icon.Default = IconDefault;
+
+/*
+ * @class GridLayer
+ * @inherits Layer
+ * @aka L.GridLayer
+ *
+ * Generic class for handling a tiled grid of HTML elements. This is the base class for all tile layers and replaces `TileLayer.Canvas`.
+ * GridLayer can be extended to create a tiled grid of HTML elements like `<canvas>`, `<img>` or `<div>`. GridLayer will handle creating and animating these DOM elements for you.
+ *
+ *
+ * @section Synchronous usage
+ * @example
+ *
+ * To create a custom layer, extend GridLayer and implement the `createTile()` method, which will be passed a `Point` object with the `x`, `y`, and `z` (zoom level) coordinates to draw your tile.
+ *
+ * ```js
+ * var CanvasLayer = L.GridLayer.extend({
+ *     createTile: function(coords){
+ *         // create a <canvas> element for drawing
+ *         var tile = L.DomUtil.create('canvas', 'leaflet-tile');
+ *
+ *         // setup tile width and height according to the options
+ *         var size = this.getTileSize();
+ *         tile.width = size.x;
+ *         tile.height = size.y;
+ *
+ *         // get a canvas context and draw something on it using coords.x, coords.y and coords.z
+ *         var ctx = tile.getContext('2d');
+ *
+ *         // return the tile so it can be rendered on screen
+ *         return tile;
+ *     }
+ * });
+ * ```
+ *
+ * @section Asynchronous usage
+ * @example
+ *
+ * Tile creation can also be asynchronous, this is useful when using a third-party drawing library. Once the tile is finished drawing it can be passed to the `done()` callback.
+ *
+ * ```js
+ * var CanvasLayer = L.GridLayer.extend({
+ *     createTile: function(coords, done){
+ *         var error;
+ *
+ *         // create a <canvas> element for drawing
+ *         var tile = L.DomUtil.create('canvas', 'leaflet-tile');
+ *
+ *         // setup tile width and height according to the options
+ *         var size = this.getTileSize();
+ *         tile.width = size.x;
+ *         tile.height = size.y;
+ *
+ *         // draw something asynchronously and pass the tile to the done() callback
+ *         setTimeout(function() {
+ *             done(error, tile);
+ *         }, 1000);
+ *
+ *         return tile;
+ *     }
+ * });
+ * ```
+ *
+ * @section
+ */
+
+
+var GridLayer = Layer.extend({
+
+	// @section
+	// @aka GridLayer options
+	options: {
+		// @option tileSize: Number|Point = 256
+		// Width and height of tiles in the grid. Use a number if width and height are equal, or `L.point(width, height)` otherwise.
+		tileSize: 256,
+
+		// @option opacity: Number = 1.0
+		// Opacity of the tiles. Can be used in the `createTile()` function.
+		opacity: 1,
+
+		// @option updateWhenIdle: Boolean = (depends)
+		// Load new tiles only when panning ends.
+		// `true` by default on mobile browsers, in order to avoid too many requests and keep smooth navigation.
+		// `false` otherwise in order to display new tiles _during_ panning, since it is easy to pan outside the
+		// [`keepBuffer`](#gridlayer-keepbuffer) option in desktop browsers.
+		updateWhenIdle: mobile,
+
+		// @option updateWhenZooming: Boolean = true
+		// By default, a smooth zoom animation (during a [touch zoom](#map-touchzoom) or a [`flyTo()`](#map-flyto)) will update grid layers every integer zoom level. Setting this option to `false` will update the grid layer only when the smooth animation ends.
+		updateWhenZooming: true,
+
+		// @option updateInterval: Number = 200
+		// Tiles will not update more than once every `updateInterval` milliseconds when panning.
+		updateInterval: 200,
+
+		// @option zIndex: Number = 1
+		// The explicit zIndex of the tile layer.
+		zIndex: 1,
+
+		// @option bounds: LatLngBounds = undefined
+		// If set, tiles will only be loaded inside the set `LatLngBounds`.
+		bounds: null,
+
+		// @option minZoom: Number = 0
+		// The minimum zoom level down to which this layer will be displayed (inclusive).
+		minZoom: 0,
+
+		// @option maxZoom: Number = undefined
+		// The maximum zoom level up to which this layer will be displayed (inclusive).
+		maxZoom: undefined,
+
+		// @option maxNativeZoom: Number = undefined
+		// Maximum zoom number the tile source has available. If it is specified,
+		// the tiles on all zoom levels higher than `maxNativeZoom` will be loaded
+		// from `maxNativeZoom` level and auto-scaled.
+		maxNativeZoom: undefined,
+
+		// @option minNativeZoom: Number = undefined
+		// Minimum zoom number the tile source has available. If it is specified,
+		// the tiles on all zoom levels lower than `minNativeZoom` will be loaded
+		// from `minNativeZoom` level and auto-scaled.
+		minNativeZoom: undefined,
+
+		// @option noWrap: Boolean = false
+		// Whether the layer is wrapped around the antimeridian. If `true`, the
+		// GridLayer will only be displayed once at low zoom levels. Has no
+		// effect when the [map CRS](#map-crs) doesn't wrap around. Can be used
+		// in combination with [`bounds`](#gridlayer-bounds) to prevent requesting
+		// tiles outside the CRS limits.
+		noWrap: false,
+
+		// @option pane: String = 'tilePane'
+		// `Map pane` where the grid layer will be added.
+		pane: 'tilePane',
+
+		// @option className: String = ''
+		// A custom class name to assign to the tile layer. Empty by default.
+		className: '',
+
+		// @option keepBuffer: Number = 2
+		// When panning the map, keep this many rows and columns of tiles before unloading them.
+		keepBuffer: 2
+	},
+
+	initialize: function (options) {
+		setOptions(this, options);
+	},
+
+	onAdd: function () {
+		this._initContainer();
+
+		this._levels = {};
+		this._tiles = {};
+
+		this._resetView();
+		this._update();
+	},
+
+	beforeAdd: function (map) {
+		map._addZoomLimit(this);
+	},
+
+	onRemove: function (map) {
+		this._removeAllTiles();
+		remove(this._container);
+		map._removeZoomLimit(this);
+		this._container = null;
+		this._tileZoom = undefined;
+	},
+
+	// @method bringToFront: this
+	// Brings the tile layer to the top of all tile layers.
+	bringToFront: function () {
+		if (this._map) {
+			toFront(this._container);
+			this._setAutoZIndex(Math.max);
+		}
+		return this;
+	},
+
+	// @method bringToBack: this
+	// Brings the tile layer to the bottom of all tile layers.
+	bringToBack: function () {
+		if (this._map) {
+			toBack(this._container);
+			this._setAutoZIndex(Math.min);
+		}
+		return this;
+	},
+
+	// @method getContainer: HTMLElement
+	// Returns the HTML element that contains the tiles for this layer.
+	getContainer: function () {
+		return this._container;
+	},
+
+	// @method setOpacity(opacity: Number): this
+	// Changes the [opacity](#gridlayer-opacity) of the grid layer.
+	setOpacity: function (opacity) {
+		this.options.opacity = opacity;
+		this._updateOpacity();
+		return this;
+	},
+
+	// @method setZIndex(zIndex: Number): this
+	// Changes the [zIndex](#gridlayer-zindex) of the grid layer.
+	setZIndex: function (zIndex) {
+		this.options.zIndex = zIndex;
+		this._updateZIndex();
+
+		return this;
+	},
+
+	// @method isLoading: Boolean
+	// Returns `true` if any tile in the grid layer has not finished loading.
+	isLoading: function () {
+		return this._loading;
+	},
+
+	// @method redraw: this
+	// Causes the layer to clear all the tiles and request them again.
+	redraw: function () {
+		if (this._map) {
+			this._removeAllTiles();
+			this._update();
+		}
+		return this;
+	},
+
+	getEvents: function () {
+		var events = {
+			viewprereset: this._invalidateAll,
+			viewreset: this._resetView,
+			zoom: this._resetView,
+			moveend: this._onMoveEnd
+		};
+
+		if (!this.options.updateWhenIdle) {
+			// update tiles on move, but not more often than once per given interval
+			if (!this._onMove) {
+				this._onMove = throttle(this._onMoveEnd, this.options.updateInterval, this);
+			}
+
+			events.move = this._onMove;
+		}
+
+		if (this._zoomAnimated) {
+			events.zoomanim = this._animateZoom;
+		}
+
+		return events;
+	},
+
+	// @section Extension methods
+	// Layers extending `GridLayer` shall reimplement the following method.
+	// @method createTile(coords: Object, done?: Function): HTMLElement
+	// Called only internally, must be overridden by classes extending `GridLayer`.
+	// Returns the `HTMLElement` corresponding to the given `coords`. If the `done` callback
+	// is specified, it must be called when the tile has finished loading and drawing.
+	createTile: function () {
+		return document.createElement('div');
+	},
+
+	// @section
+	// @method getTileSize: Point
+	// Normalizes the [tileSize option](#gridlayer-tilesize) into a point. Used by the `createTile()` method.
+	getTileSize: function () {
+		var s = this.options.tileSize;
+		return s instanceof Point ? s : new Point(s, s);
+	},
+
+	_updateZIndex: function () {
+		if (this._container && this.options.zIndex !== undefined && this.options.zIndex !== null) {
+			this._container.style.zIndex = this.options.zIndex;
+		}
+	},
+
+	_setAutoZIndex: function (compare) {
+		// go through all other layers of the same pane, set zIndex to max + 1 (front) or min - 1 (back)
+
+		var layers = this.getPane().children,
+		    edgeZIndex = -compare(-Infinity, Infinity); // -Infinity for max, Infinity for min
+
+		for (var i = 0, len = layers.length, zIndex; i < len; i++) {
+
+			zIndex = layers[i].style.zIndex;
+
+			if (layers[i] !== this._container && zIndex) {
+				edgeZIndex = compare(edgeZIndex, +zIndex);
+			}
+		}
+
+		if (isFinite(edgeZIndex)) {
+			this.options.zIndex = edgeZIndex + compare(-1, 1);
+			this._updateZIndex();
+		}
+	},
+
+	_updateOpacity: function () {
+		if (!this._map) { return; }
+
+		// IE doesn't inherit filter opacity properly, so we're forced to set it on tiles
+		if (ielt9) { return; }
+
+		setOpacity(this._container, this.options.opacity);
+
+		var now = +new Date(),
+		    nextFrame = false,
+		    willPrune = false;
+
+		for (var key in this._tiles) {
+			var tile = this._tiles[key];
+			if (!tile.current || !tile.loaded) { continue; }
+
+			var fade = Math.min(1, (now - tile.loaded) / 200);
+
+			setOpacity(tile.el, fade);
+			if (fade < 1) {
+				nextFrame = true;
+			} else {
+				if (tile.active) {
+					willPrune = true;
+				} else {
+					this._onOpaqueTile(tile);
+				}
+				tile.active = true;
+			}
+		}
+
+		if (willPrune && !this._noPrune) { this._pruneTiles(); }
+
+		if (nextFrame) {
+			cancelAnimFrame(this._fadeFrame);
+			this._fadeFrame = requestAnimFrame(this._updateOpacity, this);
+		}
+	},
+
+	_onOpaqueTile: falseFn,
+
+	_initContainer: function () {
+		if (this._container) { return; }
+
+		this._container = create$1('div', 'leaflet-layer ' + (this.options.className || ''));
+		this._updateZIndex();
+
+		if (this.options.opacity < 1) {
+			this._updateOpacity();
+		}
+
+		this.getPane().appendChild(this._container);
+	},
+
+	_updateLevels: function () {
+
+		var zoom = this._tileZoom,
+		    maxZoom = this.options.maxZoom;
+
+		if (zoom === undefined) { return undefined; }
+
+		for (var z in this._levels) {
+			if (this._levels[z].el.children.length || z === zoom) {
+				this._levels[z].el.style.zIndex = maxZoom - Math.abs(zoom - z);
+				this._onUpdateLevel(z);
+			} else {
+				remove(this._levels[z].el);
+				this._removeTilesAtZoom(z);
+				this._onRemoveLevel(z);
+				delete this._levels[z];
+			}
+		}
+
+		var level = this._levels[zoom],
+		    map = this._map;
+
+		if (!level) {
+			level = this._levels[zoom] = {};
+
+			level.el = create$1('div', 'leaflet-tile-container leaflet-zoom-animated', this._container);
+			level.el.style.zIndex = maxZoom;
+
+			level.origin = map.project(map.unproject(map.getPixelOrigin()), zoom).round();
+			level.zoom = zoom;
+
+			this._setZoomTransform(level, map.getCenter(), map.getZoom());
+
+			// force the browser to consider the newly added element for transition
+			falseFn(level.el.offsetWidth);
+
+			this._onCreateLevel(level);
+		}
+
+		this._level = level;
+
+		return level;
+	},
+
+	_onUpdateLevel: falseFn,
+
+	_onRemoveLevel: falseFn,
+
+	_onCreateLevel: falseFn,
+
+	_pruneTiles: function () {
+		if (!this._map) {
+			return;
+		}
+
+		var key, tile;
+
+		var zoom = this._map.getZoom();
+		if (zoom > this.options.maxZoom ||
+			zoom < this.options.minZoom) {
+			this._removeAllTiles();
+			return;
+		}
+
+		for (key in this._tiles) {
+			tile = this._tiles[key];
+			tile.retain = tile.current;
+		}
+
+		for (key in this._tiles) {
+			tile = this._tiles[key];
+			if (tile.current && !tile.active) {
+				var coords = tile.coords;
+				if (!this._retainParent(coords.x, coords.y, coords.z, coords.z - 5)) {
+					this._retainChildren(coords.x, coords.y, coords.z, coords.z + 2);
+				}
+			}
+		}
+
+		for (key in this._tiles) {
+			if (!this._tiles[key].retain) {
+				this._removeTile(key);
+			}
+		}
+	},
+
+	_removeTilesAtZoom: function (zoom) {
+		for (var key in this._tiles) {
+			if (this._tiles[key].coords.z !== zoom) {
+				continue;
+			}
+			this._removeTile(key);
+		}
+	},
+
+	_removeAllTiles: function () {
+		for (var key in this._tiles) {
+			this._removeTile(key);
+		}
+	},
+
+	_invalidateAll: function () {
+		for (var z in this._levels) {
+			remove(this._levels[z].el);
+			this._onRemoveLevel(z);
+			delete this._levels[z];
+		}
+		this._removeAllTiles();
+
+		this._tileZoom = undefined;
+	},
+
+	_retainParent: function (x, y, z, minZoom) {
+		var x2 = Math.floor(x / 2),
+		    y2 = Math.floor(y / 2),
+		    z2 = z - 1,
+		    coords2 = new Point(+x2, +y2);
+		coords2.z = +z2;
+
+		var key = this._tileCoordsToKey(coords2),
+		    tile = this._tiles[key];
+
+		if (tile && tile.active) {
+			tile.retain = true;
+			return true;
+
+		} else if (tile && tile.loaded) {
+			tile.retain = true;
+		}
+
+		if (z2 > minZoom) {
+			return this._retainParent(x2, y2, z2, minZoom);
+		}
+
+		return false;
+	},
+
+	_retainChildren: function (x, y, z, maxZoom) {
+
+		for (var i = 2 * x; i < 2 * x + 2; i++) {
+			for (var j = 2 * y; j < 2 * y + 2; j++) {
+
+				var coords = new Point(i, j);
+				coords.z = z + 1;
+
+				var key = this._tileCoordsToKey(coords),
+				    tile = this._tiles[key];
+
+				if (tile && tile.active) {
+					tile.retain = true;
+					continue;
+
+				} else if (tile && tile.loaded) {
+					tile.retain = true;
+				}
+
+				if (z + 1 < maxZoom) {
+					this._retainChildren(i, j, z + 1, maxZoom);
+				}
+			}
+		}
+	},
+
+	_resetView: function (e) {
+		var animating = e && (e.pinch || e.flyTo);
+		this._setView(this._map.getCenter(), this._map.getZoom(), animating, animating);
+	},
+
+	_animateZoom: function (e) {
+		this._setView(e.center, e.zoom, true, e.noUpdate);
+	},
+
+	_clampZoom: function (zoom) {
+		var options = this.options;
+
+		if (undefined !== options.minNativeZoom && zoom < options.minNativeZoom) {
+			return options.minNativeZoom;
+		}
+
+		if (undefined !== options.maxNativeZoom && options.maxNativeZoom < zoom) {
+			return options.maxNativeZoom;
+		}
+
+		return zoom;
+	},
+
+	_setView: function (center, zoom, noPrune, noUpdate) {
+		var tileZoom = this._clampZoom(Math.round(zoom));
+		if ((this.options.maxZoom !== undefined && tileZoom > this.options.maxZoom) ||
+		    (this.options.minZoom !== undefined && tileZoom < this.options.minZoom)) {
+			tileZoom = undefined;
+		}
+
+		var tileZoomChanged = this.options.updateWhenZooming && (tileZoom !== this._tileZoom);
+
+		if (!noUpdate || tileZoomChanged) {
+
+			this._tileZoom = tileZoom;
+
+			if (this._abortLoading) {
+				this._abortLoading();
+			}
+
+			this._updateLevels();
+			this._resetGrid();
+
+			if (tileZoom !== undefined) {
+				this._update(center);
+			}
+
+			if (!noPrune) {
+				this._pruneTiles();
+			}
+
+			// Flag to prevent _updateOpacity from pruning tiles during
+			// a zoom anim or a pinch gesture
+			this._noPrune = !!noPrune;
+		}
+
+		this._setZoomTransforms(center, zoom);
+	},
+
+	_setZoomTransforms: function (center, zoom) {
+		for (var i in this._levels) {
+			this._setZoomTransform(this._levels[i], center, zoom);
+		}
+	},
+
+	_setZoomTransform: function (level, center, zoom) {
+		var scale = this._map.getZoomScale(zoom, level.zoom),
+		    translate = level.origin.multiplyBy(scale)
+		        .subtract(this._map._getNewPixelOrigin(center, zoom)).round();
+
+		if (any3d) {
+			setTransform(level.el, translate, scale);
+		} else {
+			setPosition(level.el, translate);
+		}
+	},
+
+	_resetGrid: function () {
+		var map = this._map,
+		    crs = map.options.crs,
+		    tileSize = this._tileSize = this.getTileSize(),
+		    tileZoom = this._tileZoom;
+
+		var bounds = this._map.getPixelWorldBounds(this._tileZoom);
+		if (bounds) {
+			this._globalTileRange = this._pxBoundsToTileRange(bounds);
+		}
+
+		this._wrapX = crs.wrapLng && !this.options.noWrap && [
+			Math.floor(map.project([0, crs.wrapLng[0]], tileZoom).x / tileSize.x),
+			Math.ceil(map.project([0, crs.wrapLng[1]], tileZoom).x / tileSize.y)
+		];
+		this._wrapY = crs.wrapLat && !this.options.noWrap && [
+			Math.floor(map.project([crs.wrapLat[0], 0], tileZoom).y / tileSize.x),
+			Math.ceil(map.project([crs.wrapLat[1], 0], tileZoom).y / tileSize.y)
+		];
+	},
+
+	_onMoveEnd: function () {
+		if (!this._map || this._map._animatingZoom) { return; }
+
+		this._update();
+	},
+
+	_getTiledPixelBounds: function (center) {
+		var map = this._map,
+		    mapZoom = map._animatingZoom ? Math.max(map._animateToZoom, map.getZoom()) : map.getZoom(),
+		    scale = map.getZoomScale(mapZoom, this._tileZoom),
+		    pixelCenter = map.project(center, this._tileZoom).floor(),
+		    halfSize = map.getSize().divideBy(scale * 2);
+
+		return new Bounds(pixelCenter.subtract(halfSize), pixelCenter.add(halfSize));
+	},
+
+	// Private method to load tiles in the grid's active zoom level according to map bounds
+	_update: function (center) {
+		var map = this._map;
+		if (!map) { return; }
+		var zoom = this._clampZoom(map.getZoom());
+
+		if (center === undefined) { center = map.getCenter(); }
+		if (this._tileZoom === undefined) { return; }	// if out of minzoom/maxzoom
+
+		var pixelBounds = this._getTiledPixelBounds(center),
+		    tileRange = this._pxBoundsToTileRange(pixelBounds),
+		    tileCenter = tileRange.getCenter(),
+		    queue = [],
+		    margin = this.options.keepBuffer,
+		    noPruneRange = new Bounds(tileRange.getBottomLeft().subtract([margin, -margin]),
+		                              tileRange.getTopRight().add([margin, -margin]));
+
+		// Sanity check: panic if the tile range contains Infinity somewhere.
+		if (!(isFinite(tileRange.min.x) &&
+		      isFinite(tileRange.min.y) &&
+		      isFinite(tileRange.max.x) &&
+		      isFinite(tileRange.max.y))) { throw new Error('Attempted to load an infinite number of tiles'); }
+
+		for (var key in this._tiles) {
+			var c = this._tiles[key].coords;
+			if (c.z !== this._tileZoom || !noPruneRange.contains(new Point(c.x, c.y))) {
+				this._tiles[key].current = false;
+			}
+		}
+
+		// _update just loads more tiles. If the tile zoom level differs too much
+		// from the map's, let _setView reset levels and prune old tiles.
+		if (Math.abs(zoom - this._tileZoom) > 1) { this._setView(center, zoom); return; }
+
+		// create a queue of coordinates to load tiles from
+		for (var j = tileRange.min.y; j <= tileRange.max.y; j++) {
+			for (var i = tileRange.min.x; i <= tileRange.max.x; i++) {
+				var coords = new Point(i, j);
+				coords.z = this._tileZoom;
+
+				if (!this._isValidTile(coords)) { continue; }
+
+				var tile = this._tiles[this._tileCoordsToKey(coords)];
+				if (tile) {
+					tile.current = true;
+				} else {
+					queue.push(coords);
+				}
+			}
+		}
+
+		// sort tile queue to load tiles in order of their distance to center
+		queue.sort(function (a, b) {
+			return a.distanceTo(tileCenter) - b.distanceTo(tileCenter);
+		});
+
+		if (queue.length !== 0) {
+			// if it's the first batch of tiles to load
+			if (!this._loading) {
+				this._loading = true;
+				// @event loading: Event
+				// Fired when the grid layer starts loading tiles.
+				this.fire('loading');
+			}
+
+			// create DOM fragment to append tiles in one batch
+			var fragment = document.createDocumentFragment();
+
+			for (i = 0; i < queue.length; i++) {
+				this._addTile(queue[i], fragment);
+			}
+
+			this._level.el.appendChild(fragment);
+		}
+	},
+
+	_isValidTile: function (coords) {
+		var crs = this._map.options.crs;
+
+		if (!crs.infinite) {
+			// don't load tile if it's out of bounds and not wrapped
+			var bounds = this._globalTileRange;
+			if ((!crs.wrapLng && (coords.x < bounds.min.x || coords.x > bounds.max.x)) ||
+			    (!crs.wrapLat && (coords.y < bounds.min.y || coords.y > bounds.max.y))) { return false; }
+		}
+
+		if (!this.options.bounds) { return true; }
+
+		// don't load tile if it doesn't intersect the bounds in options
+		var tileBounds = this._tileCoordsToBounds(coords);
+		return toLatLngBounds(this.options.bounds).overlaps(tileBounds);
+	},
+
+	_keyToBounds: function (key) {
+		return this._tileCoordsToBounds(this._keyToTileCoords(key));
+	},
+
+	_tileCoordsToNwSe: function (coords) {
+		var map = this._map,
+		    tileSize = this.getTileSize(),
+		    nwPoint = coords.scaleBy(tileSize),
+		    sePoint = nwPoint.add(tileSize),
+		    nw = map.unproject(nwPoint, coords.z),
+		    se = map.unproject(sePoint, coords.z);
+		return [nw, se];
+	},
+
+	// converts tile coordinates to its geographical bounds
+	_tileCoordsToBounds: function (coords) {
+		var bp = this._tileCoordsToNwSe(coords),
+		    bounds = new LatLngBounds(bp[0], bp[1]);
+
+		if (!this.options.noWrap) {
+			bounds = this._map.wrapLatLngBounds(bounds);
+		}
+		return bounds;
+	},
+	// converts tile coordinates to key for the tile cache
+	_tileCoordsToKey: function (coords) {
+		return coords.x + ':' + coords.y + ':' + coords.z;
+	},
+
+	// converts tile cache key to coordinates
+	_keyToTileCoords: function (key) {
+		var k = key.split(':'),
+		    coords = new Point(+k[0], +k[1]);
+		coords.z = +k[2];
+		return coords;
+	},
+
+	_removeTile: function (key) {
+		var tile = this._tiles[key];
+		if (!tile) { return; }
+
+		remove(tile.el);
+
+		delete this._tiles[key];
+
+		// @event tileunload: TileEvent
+		// Fired when a tile is removed (e.g. when a tile goes off the screen).
+		this.fire('tileunload', {
+			tile: tile.el,
+			coords: this._keyToTileCoords(key)
+		});
+	},
+
+	_initTile: function (tile) {
+		addClass(tile, 'leaflet-tile');
+
+		var tileSize = this.getTileSize();
+		tile.style.width = tileSize.x + 'px';
+		tile.style.height = tileSize.y + 'px';
+
+		tile.onselectstart = falseFn;
+		tile.onmousemove = falseFn;
+
+		// update opacity on tiles in IE7-8 because of filter inheritance problems
+		if (ielt9 && this.options.opacity < 1) {
+			setOpacity(tile, this.options.opacity);
+		}
+
+		// without this hack, tiles disappear after zoom on Chrome for Android
+		// https://github.com/Leaflet/Leaflet/issues/2078
+		if (android && !android23) {
+			tile.style.WebkitBackfaceVisibility = 'hidden';
+		}
+	},
+
+	_addTile: function (coords, container) {
+		var tilePos = this._getTilePos(coords),
+		    key = this._tileCoordsToKey(coords);
+
+		var tile = this.createTile(this._wrapCoords(coords), bind(this._tileReady, this, coords));
+
+		this._initTile(tile);
+
+		// if createTile is defined with a second argument ("done" callback),
+		// we know that tile is async and will be ready later; otherwise
+		if (this.createTile.length < 2) {
+			// mark tile as ready, but delay one frame for opacity animation to happen
+			requestAnimFrame(bind(this._tileReady, this, coords, null, tile));
+		}
+
+		setPosition(tile, tilePos);
+
+		// save tile in cache
+		this._tiles[key] = {
+			el: tile,
+			coords: coords,
+			current: true
+		};
+
+		container.appendChild(tile);
+		// @event tileloadstart: TileEvent
+		// Fired when a tile is requested and starts loading.
+		this.fire('tileloadstart', {
+			tile: tile,
+			coords: coords
+		});
+	},
+
+	_tileReady: function (coords, err, tile) {
+		if (err) {
+			// @event tileerror: TileErrorEvent
+			// Fired when there is an error loading a tile.
+			this.fire('tileerror', {
+				error: err,
+				tile: tile,
+				coords: coords
+			});
+		}
+
+		var key = this._tileCoordsToKey(coords);
+
+		tile = this._tiles[key];
+		if (!tile) { return; }
+
+		tile.loaded = +new Date();
+		if (this._map._fadeAnimated) {
+			setOpacity(tile.el, 0);
+			cancelAnimFrame(this._fadeFrame);
+			this._fadeFrame = requestAnimFrame(this._updateOpacity, this);
+		} else {
+			tile.active = true;
+			this._pruneTiles();
+		}
+
+		if (!err) {
+			addClass(tile.el, 'leaflet-tile-loaded');
+
+			// @event tileload: TileEvent
+			// Fired when a tile loads.
+			this.fire('tileload', {
+				tile: tile.el,
+				coords: coords
+			});
+		}
+
+		if (this._noTilesToLoad()) {
+			this._loading = false;
+			// @event load: Event
+			// Fired when the grid layer loaded all visible tiles.
+			this.fire('load');
+
+			if (ielt9 || !this._map._fadeAnimated) {
+				requestAnimFrame(this._pruneTiles, this);
+			} else {
+				// Wait a bit more than 0.2 secs (the duration of the tile fade-in)
+				// to trigger a pruning.
+				setTimeout(bind(this._pruneTiles, this), 250);
+			}
+		}
+	},
+
+	_getTilePos: function (coords) {
+		return coords.scaleBy(this.getTileSize()).subtract(this._level.origin);
+	},
+
+	_wrapCoords: function (coords) {
+		var newCoords = new Point(
+			this._wrapX ? wrapNum(coords.x, this._wrapX) : coords.x,
+			this._wrapY ? wrapNum(coords.y, this._wrapY) : coords.y);
+		newCoords.z = coords.z;
+		return newCoords;
+	},
+
+	_pxBoundsToTileRange: function (bounds) {
+		var tileSize = this.getTileSize();
+		return new Bounds(
+			bounds.min.unscaleBy(tileSize).floor(),
+			bounds.max.unscaleBy(tileSize).ceil().subtract([1, 1]));
+	},
+
+	_noTilesToLoad: function () {
+		for (var key in this._tiles) {
+			if (!this._tiles[key].loaded) { return false; }
+		}
+		return true;
+	}
+});
+
+// @factory L.gridLayer(options?: GridLayer options)
+// Creates a new instance of GridLayer with the supplied options.
+function gridLayer(options) {
+	return new GridLayer(options);
+}
+
+/*
+ * @class TileLayer
+ * @inherits GridLayer
+ * @aka L.TileLayer
+ * Used to load and display tile layers on the map. Note that most tile servers require attribution, which you can set under `Layer`. Extends `GridLayer`.
+ *
+ * @example
+ *
+ * ```js
+ * L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png?{foo}', {foo: 'bar', attribution: 'Map data &copy; <a href="https://www.openstreetmap.org/">OpenStreetMap</a> contributors, <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>'}).addTo(map);
+ * ```
+ *
+ * @section URL template
+ * @example
+ *
+ * A string of the following form:
+ *
+ * ```
+ * 'http://{s}.somedomain.com/blabla/{z}/{x}/{y}{r}.png'
+ * ```
+ *
+ * `{s}` means one of the available subdomains (used sequentially to help with browser parallel requests per domain limitation; subdomain values are specified in options; `a`, `b` or `c` by default, can be omitted), `{z}` — zoom level, `{x}` and `{y}` — tile coordinates. `{r}` can be used to add "&commat;2x" to the URL to load retina tiles.
+ *
+ * You can use custom keys in the template, which will be [evaluated](#util-template) from TileLayer options, like this:
+ *
+ * ```
+ * L.tileLayer('http://{s}.somedomain.com/{foo}/{z}/{x}/{y}.png', {foo: 'bar'});
+ * ```
+ */
+
+
+var TileLayer = GridLayer.extend({
+
+	// @section
+	// @aka TileLayer options
+	options: {
+		// @option minZoom: Number = 0
+		// The minimum zoom level down to which this layer will be displayed (inclusive).
+		minZoom: 0,
+
+		// @option maxZoom: Number = 18
+		// The maximum zoom level up to which this layer will be displayed (inclusive).
+		maxZoom: 18,
+
+		// @option subdomains: String|String[] = 'abc'
+		// Subdomains of the tile service. Can be passed in the form of one string (where each letter is a subdomain name) or an array of strings.
+		subdomains: 'abc',
+
+		// @option errorTileUrl: String = ''
+		// URL to the tile image to show in place of the tile that failed to load.
+		errorTileUrl: '',
+
+		// @option zoomOffset: Number = 0
+		// The zoom number used in tile URLs will be offset with this value.
+		zoomOffset: 0,
+
+		// @option tms: Boolean = false
+		// If `true`, inverses Y axis numbering for tiles (turn this on for [TMS](https://en.wikipedia.org/wiki/Tile_Map_Service) services).
+		tms: false,
+
+		// @option zoomReverse: Boolean = false
+		// If set to true, the zoom number used in tile URLs will be reversed (`maxZoom - zoom` instead of `zoom`)
+		zoomReverse: false,
+
+		// @option detectRetina: Boolean = false
+		// If `true` and user is on a retina display, it will request four tiles of half the specified size and a bigger zoom level in place of one to utilize the high resolution.
+		detectRetina: false,
+
+		// @option crossOrigin: Boolean|String = false
+		// Whether the crossOrigin attribute will be added to the tiles.
+		// If a String is provided, all tiles will have their crossOrigin attribute set to the String provided. This is needed if you want to access tile pixel data.
+		// Refer to [CORS Settings](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes) for valid String values.
+		crossOrigin: false
+	},
+
+	initialize: function (url, options) {
+
+		this._url = url;
+
+		options = setOptions(this, options);
+
+		// detecting retina displays, adjusting tileSize and zoom levels
+		if (options.detectRetina && retina && options.maxZoom > 0) {
+
+			options.tileSize = Math.floor(options.tileSize / 2);
+
+			if (!options.zoomReverse) {
+				options.zoomOffset++;
+				options.maxZoom--;
+			} else {
+				options.zoomOffset--;
+				options.minZoom++;
+			}
+
+			options.minZoom = Math.max(0, options.minZoom);
+		}
+
+		if (typeof options.subdomains === 'string') {
+			options.subdomains = options.subdomains.split('');
+		}
+
+		// for https://github.com/Leaflet/Leaflet/issues/137
+		if (!android) {
+			this.on('tileunload', this._onTileRemove);
+		}
+	},
+
+	// @method setUrl(url: String, noRedraw?: Boolean): this
+	// Updates the layer's URL template and redraws it (unless `noRedraw` is set to `true`).
+	// If the URL does not change, the layer will not be redrawn unless
+	// the noRedraw parameter is set to false.
+	setUrl: function (url, noRedraw) {
+		if (this._url === url && noRedraw === undefined) {
+			noRedraw = true;
+		}
+
+		this._url = url;
+
+		if (!noRedraw) {
+			this.redraw();
+		}
+		return this;
+	},
+
+	// @method createTile(coords: Object, done?: Function): HTMLElement
+	// Called only internally, overrides GridLayer's [`createTile()`](#gridlayer-createtile)
+	// to return an `<img>` HTML element with the appropriate image URL given `coords`. The `done`
+	// callback is called when the tile has been loaded.
+	createTile: function (coords, done) {
+		var tile = document.createElement('img');
+
+		on(tile, 'load', bind(this._tileOnLoad, this, done, tile));
+		on(tile, 'error', bind(this._tileOnError, this, done, tile));
+
+		if (this.options.crossOrigin || this.options.crossOrigin === '') {
+			tile.crossOrigin = this.options.crossOrigin === true ? '' : this.options.crossOrigin;
+		}
+
+		/*
+		 Alt tag is set to empty string to keep screen readers from reading URL and for compliance reasons
+		 http://www.w3.org/TR/WCAG20-TECHS/H67
+		*/
+		tile.alt = '';
+
+		/*
+		 Set role="presentation" to force screen readers to ignore this
+		 https://www.w3.org/TR/wai-aria/roles#textalternativecomputation
+		*/
+		tile.setAttribute('role', 'presentation');
+
+		tile.src = this.getTileUrl(coords);
+
+		return tile;
+	},
+
+	// @section Extension methods
+	// @uninheritable
+	// Layers extending `TileLayer` might reimplement the following method.
+	// @method getTileUrl(coords: Object): String
+	// Called only internally, returns the URL for a tile given its coordinates.
+	// Classes extending `TileLayer` can override this function to provide custom tile URL naming schemes.
+	getTileUrl: function (coords) {
+		var data = {
+			r: retina ? '@2x' : '',
+			s: this._getSubdomain(coords),
+			x: coords.x,
+			y: coords.y,
+			z: this._getZoomForUrl()
+		};
+		if (this._map && !this._map.options.crs.infinite) {
+			var invertedY = this._globalTileRange.max.y - coords.y;
+			if (this.options.tms) {
+				data['y'] = invertedY;
+			}
+			data['-y'] = invertedY;
+		}
+
+		return template(this._url, extend(data, this.options));
+	},
+
+	_tileOnLoad: function (done, tile) {
+		// For https://github.com/Leaflet/Leaflet/issues/3332
+		if (ielt9) {
+			setTimeout(bind(done, this, null, tile), 0);
+		} else {
+			done(null, tile);
+		}
+	},
+
+	_tileOnError: function (done, tile, e) {
+		var errorUrl = this.options.errorTileUrl;
+		if (errorUrl && tile.getAttribute('src') !== errorUrl) {
+			tile.src = errorUrl;
+		}
+		done(e, tile);
+	},
+
+	_onTileRemove: function (e) {
+		e.tile.onload = null;
+	},
+
+	_getZoomForUrl: function () {
+		var zoom = this._tileZoom,
+		maxZoom = this.options.maxZoom,
+		zoomReverse = this.options.zoomReverse,
+		zoomOffset = this.options.zoomOffset;
+
+		if (zoomReverse) {
+			zoom = maxZoom - zoom;
+		}
+
+		return zoom + zoomOffset;
+	},
+
+	_getSubdomain: function (tilePoint) {
+		var index = Math.abs(tilePoint.x + tilePoint.y) % this.options.subdomains.length;
+		return this.options.subdomains[index];
+	},
+
+	// stops loading all tiles in the background layer
+	_abortLoading: function () {
+		var i, tile;
+		for (i in this._tiles) {
+			if (this._tiles[i].coords.z !== this._tileZoom) {
+				tile = this._tiles[i].el;
+
+				tile.onload = falseFn;
+				tile.onerror = falseFn;
+
+				if (!tile.complete) {
+					tile.src = emptyImageUrl;
+					remove(tile);
+					delete this._tiles[i];
+				}
+			}
+		}
+	},
+
+	_removeTile: function (key) {
+		var tile = this._tiles[key];
+		if (!tile) { return; }
+
+		// Cancels any pending http requests associated with the tile
+		// unless we're on Android's stock browser,
+		// see https://github.com/Leaflet/Leaflet/issues/137
+		if (!androidStock) {
+			tile.el.setAttribute('src', emptyImageUrl);
+		}
+
+		return GridLayer.prototype._removeTile.call(this, key);
+	},
+
+	_tileReady: function (coords, err, tile) {
+		if (!this._map || (tile && tile.getAttribute('src') === emptyImageUrl)) {
+			return;
+		}
+
+		return GridLayer.prototype._tileReady.call(this, coords, err, tile);
+	}
+});
+
+
+// @factory L.tilelayer(urlTemplate: String, options?: TileLayer options)
+// Instantiates a tile layer object given a `URL template` and optionally an options object.
+
+function tileLayer(url, options) {
+	return new TileLayer(url, options);
+}
+
+/*
+ * @class TileLayer.WMS
+ * @inherits TileLayer
+ * @aka L.TileLayer.WMS
+ * Used to display [WMS](https://en.wikipedia.org/wiki/Web_Map_Service) services as tile layers on the map. Extends `TileLayer`.
+ *
+ * @example
+ *
+ * ```js
+ * var nexrad = L.tileLayer.wms("http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cgi", {
+ * 	layers: 'nexrad-n0r-900913',
+ * 	format: 'image/png',
+ * 	transparent: true,
+ * 	attribution: "Weather data © 2012 IEM Nexrad"
+ * });
+ * ```
+ */
+
+var TileLayerWMS = TileLayer.extend({
+
+	// @section
+	// @aka TileLayer.WMS options
+	// If any custom options not documented here are used, they will be sent to the
+	// WMS server as extra parameters in each request URL. This can be useful for
+	// [non-standard vendor WMS parameters](http://docs.geoserver.org/stable/en/user/services/wms/vendor.html).
+	defaultWmsParams: {
+		service: 'WMS',
+		request: 'GetMap',
+
+		// @option layers: String = ''
+		// **(required)** Comma-separated list of WMS layers to show.
+		layers: '',
+
+		// @option styles: String = ''
+		// Comma-separated list of WMS styles.
+		styles: '',
+
+		// @option format: String = 'image/jpeg'
+		// WMS image format (use `'image/png'` for layers with transparency).
+		format: 'image/jpeg',
+
+		// @option transparent: Boolean = false
+		// If `true`, the WMS service will return images with transparency.
+		transparent: false,
+
+		// @option version: String = '1.1.1'
+		// Version of the WMS service to use
+		version: '1.1.1'
+	},
+
+	options: {
+		// @option crs: CRS = null
+		// Coordinate Reference System to use for the WMS requests, defaults to
+		// map CRS. Don't change this if you're not sure what it means.
+		crs: null,
+
+		// @option uppercase: Boolean = false
+		// If `true`, WMS request parameter keys will be uppercase.
+		uppercase: false
+	},
+
+	initialize: function (url, options) {
+
+		this._url = url;
+
+		var wmsParams = extend({}, this.defaultWmsParams);
+
+		// all keys that are not TileLayer options go to WMS params
+		for (var i in options) {
+			if (!(i in this.options)) {
+				wmsParams[i] = options[i];
+			}
+		}
+
+		options = setOptions(this, options);
+
+		var realRetina = options.detectRetina && retina ? 2 : 1;
+		var tileSize = this.getTileSize();
+		wmsParams.width = tileSize.x * realRetina;
+		wmsParams.height = tileSize.y * realRetina;
+
+		this.wmsParams = wmsParams;
+	},
+
+	onAdd: function (map) {
+
+		this._crs = this.options.crs || map.options.crs;
+		this._wmsVersion = parseFloat(this.wmsParams.version);
+
+		var projectionKey = this._wmsVersion >= 1.3 ? 'crs' : 'srs';
+		this.wmsParams[projectionKey] = this._crs.code;
+
+		TileLayer.prototype.onAdd.call(this, map);
+	},
+
+	getTileUrl: function (coords) {
+
+		var tileBounds = this._tileCoordsToNwSe(coords),
+		    crs = this._crs,
+		    bounds = toBounds(crs.project(tileBounds[0]), crs.project(tileBounds[1])),
+		    min = bounds.min,
+		    max = bounds.max,
+		    bbox = (this._wmsVersion >= 1.3 && this._crs === EPSG4326 ?
+		    [min.y, min.x, max.y, max.x] :
+		    [min.x, min.y, max.x, max.y]).join(','),
+		    url = TileLayer.prototype.getTileUrl.call(this, coords);
+		return url +
+			getParamString(this.wmsParams, url, this.options.uppercase) +
+			(this.options.uppercase ? '&BBOX=' : '&bbox=') + bbox;
+	},
+
+	// @method setParams(params: Object, noRedraw?: Boolean): this
+	// Merges an object with the new parameters and re-requests tiles on the current screen (unless `noRedraw` was set to true).
+	setParams: function (params, noRedraw) {
+
+		extend(this.wmsParams, params);
+
+		if (!noRedraw) {
+			this.redraw();
+		}
+
+		return this;
+	}
+});
+
+
+// @factory L.tileLayer.wms(baseUrl: String, options: TileLayer.WMS options)
+// Instantiates a WMS tile layer object given a base URL of the WMS service and a WMS parameters/options object.
+function tileLayerWMS(url, options) {
+	return new TileLayerWMS(url, options);
+}
+
+TileLayer.WMS = TileLayerWMS;
+tileLayer.wms = tileLayerWMS;
+
+/*
+ * @class Renderer
+ * @inherits Layer
+ * @aka L.Renderer
+ *
+ * Base class for vector renderer implementations (`SVG`, `Canvas`). Handles the
+ * DOM container of the renderer, its bounds, and its zoom animation.
+ *
+ * A `Renderer` works as an implicit layer group for all `Path`s - the renderer
+ * itself can be added or removed to the map. All paths use a renderer, which can
+ * be implicit (the map will decide the type of renderer and use it automatically)
+ * or explicit (using the [`renderer`](#path-renderer) option of the path).
+ *
+ * Do not use this class directly, use `SVG` and `Canvas` instead.
+ *
+ * @event update: Event
+ * Fired when the renderer updates its bounds, center and zoom, for example when
+ * its map has moved
+ */
+
+var Renderer = Layer.extend({
+
+	// @section
+	// @aka Renderer options
+	options: {
+		// @option padding: Number = 0.1
+		// How much to extend the clip area around the map view (relative to its size)
+		// e.g. 0.1 would be 10% of map view in each direction
+		padding: 0.1,
+
+		// @option tolerance: Number = 0
+		// How much to extend click tolerance round a path/object on the map
+		tolerance : 0
+	},
+
+	initialize: function (options) {
+		setOptions(this, options);
+		stamp(this);
+		this._layers = this._layers || {};
+	},
+
+	onAdd: function () {
+		if (!this._container) {
+			this._initContainer(); // defined by renderer implementations
+
+			if (this._zoomAnimated) {
+				addClass(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 events = {
+			viewreset: this._reset,
+			zoom: this._onZoom,
+			moveend: this._update,
+			zoomend: this._onZoomEnd
+		};
+		if (this._zoomAnimated) {
+			events.zoomanim = this._onAnimZoom;
+		}
+		return events;
+	},
+
+	_onAnimZoom: function (ev) {
+		this._updateTransform(ev.center, ev.zoom);
+	},
+
+	_onZoom: function () {
+		this._updateTransform(this._map.getCenter(), this._map.getZoom());
+	},
+
+	_updateTransform: function (center, zoom) {
+		var scale = this._map.getZoomScale(zoom, this._zoom),
+		    position = getPosition(this._container),
+		    viewHalf = this._map.getSize().multiplyBy(0.5 + this.options.padding),
+		    currentCenterPoint = this._map.project(this._center, zoom),
+		    destCenterPoint = this._map.project(center, zoom),
+		    centerOffset = destCenterPoint.subtract(currentCenterPoint),
+
+		    topLeftOffset = viewHalf.multiplyBy(-scale).add(position).add(viewHalf).subtract(centerOffset);
+
+		if (any3d) {
+			setTransform(this._container, topLeftOffset, scale);
+		} else {
+			setPosition(this._container, topLeftOffset);
+		}
+	},
+
+	_reset: function () {
+		this._update();
+		this._updateTransform(this._center, this._zoom);
+
+		for (var id in this._layers) {
+			this._layers[id]._reset();
+		}
+	},
+
+	_onZoomEnd: function () {
+		for (var id in this._layers) {
+			this._layers[id]._project();
+		}
+	},
+
+	_updatePaths: function () {
+		for (var id in this._layers) {
+			this._layers[id]._update();
+		}
+	},
+
+	_update: function () {
+		// Update pixel bounds of renderer container (for positioning/sizing/clipping later)
+		// Subclasses are responsible of firing the 'update' event.
+		var p = this.options.padding,
+		    size = this._map.getSize(),
+		    min = this._map.containerPointToLayerPoint(size.multiplyBy(-p)).round();
+
+		this._bounds = new Bounds(min, min.add(size.multiplyBy(1 + p * 2)).round());
+
+		this._center = this._map.getCenter();
+		this._zoom = this._map.getZoom();
+	}
+});
+
+/*
+ * @class Canvas
+ * @inherits Renderer
+ * @aka L.Canvas
+ *
+ * Allows vector layers to be displayed with [`<canvas>`](https://developer.mozilla.org/docs/Web/API/Canvas_API).
+ * Inherits `Renderer`.
+ *
+ * Due to [technical limitations](http://caniuse.com/#search=canvas), Canvas is not
+ * available in all web browsers, notably IE8, and overlapping geometries might
+ * not display properly in some edge cases.
+ *
+ * @example
+ *
+ * Use Canvas by default for all paths in the map:
+ *
+ * ```js
+ * var map = L.map('map', {
+ * 	renderer: L.canvas()
+ * });
+ * ```
+ *
+ * Use a Canvas renderer with extra padding for specific vector geometries:
+ *
+ * ```js
+ * var map = L.map('map');
+ * var myRenderer = L.canvas({ padding: 0.5 });
+ * var line = L.polyline( coordinates, { renderer: myRenderer } );
+ * var circle = L.circle( center, { renderer: myRenderer } );
+ * ```
+ */
+
+var Canvas = Renderer.extend({
+	getEvents: function () {
+		var events = Renderer.prototype.getEvents.call(this);
+		events.viewprereset = this._onViewPreReset;
+		return events;
+	},
+
+	_onViewPreReset: function () {
+		// Set a flag so that a viewprereset+moveend+viewreset only updates&redraws once
+		this._postponeUpdatePaths = true;
+	},
+
+	onAdd: function () {
+		Renderer.prototype.onAdd.call(this);
+
+		// Redraw vectors since canvas is cleared upon removal,
+		// in case of removing the renderer itself from the map.
+		this._draw();
+	},
+
+	_initContainer: function () {
+		var container = this._container = document.createElement('canvas');
+
+		on(container, 'mousemove', throttle(this._onMouseMove, 32, this), this);
+		on(container, 'click dblclick mousedown mouseup contextmenu', this._onClick, this);
+		on(container, 'mouseout', this._handleMouseOut, this);
+
+		this._ctx = container.getContext('2d');
+	},
+
+	_destroyContainer: function () {
+		cancelAnimFrame(this._redrawRequest);
+		delete this._ctx;
+		remove(this._container);
+		off(this._container);
+		delete this._container;
+	},
+
+	_updatePaths: function () {
+		if (this._postponeUpdatePaths) { return; }
+
+		var layer;
+		this._redrawBounds = null;
+		for (var id in this._layers) {
+			layer = this._layers[id];
+			layer._update();
+		}
+		this._redraw();
+	},
+
+	_update: function () {
+		if (this._map._animatingZoom && this._bounds) { return; }
+
+		Renderer.prototype._update.call(this);
+
+		var b = this._bounds,
+		    container = this._container,
+		    size = b.getSize(),
+		    m = retina ? 2 : 1;
+
+		setPosition(container, b.min);
+
+		// set canvas size (also clearing it); use double size on retina
+		container.width = m * size.x;
+		container.height = m * size.y;
+		container.style.width = size.x + 'px';
+		container.style.height = size.y + 'px';
+
+		if (retina) {
+			this._ctx.scale(2, 2);
+		}
+
+		// translate so we use the same path coordinates after canvas element moves
+		this._ctx.translate(-b.min.x, -b.min.y);
+
+		// Tell paths to redraw themselves
+		this.fire('update');
+	},
+
+	_reset: function () {
+		Renderer.prototype._reset.call(this);
+
+		if (this._postponeUpdatePaths) {
+			this._postponeUpdatePaths = false;
+			this._updatePaths();
+		}
+	},
+
+	_initPath: function (layer) {
+		this._updateDashArray(layer);
+		this._layers[stamp(layer)] = layer;
+
+		var order = layer._order = {
+			layer: layer,
+			prev: this._drawLast,
+			next: null
+		};
+		if (this._drawLast) { this._drawLast.next = order; }
+		this._drawLast = order;
+		this._drawFirst = this._drawFirst || this._drawLast;
+	},
+
+	_addPath: function (layer) {
+		this._requestRedraw(layer);
+	},
+
+	_removePath: function (layer) {
+		var order = layer._order;
+		var next = order.next;
+		var prev = order.prev;
+
+		if (next) {
+			next.prev = prev;
+		} else {
+			this._drawLast = prev;
+		}
+		if (prev) {
+			prev.next = next;
+		} else {
+			this._drawFirst = next;
+		}
+
+		delete layer._order;
+
+		delete this._layers[stamp(layer)];
+
+		this._requestRedraw(layer);
+	},
+
+	_updatePath: function (layer) {
+		// Redraw the union of the layer's old pixel
+		// bounds and the new pixel bounds.
+		this._extendRedrawBounds(layer);
+		layer._project();
+		layer._update();
+		// The redraw will extend the redraw bounds
+		// with the new pixel bounds.
+		this._requestRedraw(layer);
+	},
+
+	_updateStyle: function (layer) {
+		this._updateDashArray(layer);
+		this._requestRedraw(layer);
+	},
+
+	_updateDashArray: function (layer) {
+		if (typeof layer.options.dashArray === 'string') {
+			var parts = layer.options.dashArray.split(/[, ]+/),
+			    dashArray = [],
+			    dashValue,
+			    i;
+			for (i = 0; i < parts.length; i++) {
+				dashValue = Number(parts[i]);
+				// Ignore dash array containing invalid lengths
+				if (isNaN(dashValue)) { return; }
+				dashArray.push(dashValue);
+			}
+			layer.options._dashArray = dashArray;
+		} else {
+			layer.options._dashArray = layer.options.dashArray;
+		}
+	},
+
+	_requestRedraw: function (layer) {
+		if (!this._map) { return; }
+
+		this._extendRedrawBounds(layer);
+		this._redrawRequest = this._redrawRequest || requestAnimFrame(this._redraw, this);
+	},
+
+	_extendRedrawBounds: function (layer) {
+		if (layer._pxBounds) {
+			var padding = (layer.options.weight || 0) + 1;
+			this._redrawBounds = this._redrawBounds || new Bounds();
+			this._redrawBounds.extend(layer._pxBounds.min.subtract([padding, padding]));
+			this._redrawBounds.extend(layer._pxBounds.max.add([padding, padding]));
+		}
+	},
+
+	_redraw: function () {
+		this._redrawRequest = null;
+
+		if (this._redrawBounds) {
+			this._redrawBounds.min._floor();
+			this._redrawBounds.max._ceil();
+		}
+
+		this._clear(); // clear layers in redraw bounds
+		this._draw(); // draw layers
+
+		this._redrawBounds = null;
+	},
+
+	_clear: function () {
+		var bounds = this._redrawBounds;
+		if (bounds) {
+			var size = bounds.getSize();
+			this._ctx.clearRect(bounds.min.x, bounds.min.y, size.x, size.y);
+		} else {
+			this._ctx.clearRect(0, 0, this._container.width, this._container.height);
+		}
+	},
+
+	_draw: function () {
+		var layer, bounds = this._redrawBounds;
+		this._ctx.save();
+		if (bounds) {
+			var size = bounds.getSize();
+			this._ctx.beginPath();
+			this._ctx.rect(bounds.min.x, bounds.min.y, size.x, size.y);
+			this._ctx.clip();
+		}
+
+		this._drawing = true;
+
+		for (var order = this._drawFirst; order; order = order.next) {
+			layer = order.layer;
+			if (!bounds || (layer._pxBounds && layer._pxBounds.intersects(bounds))) {
+				layer._updatePath();
+			}
+		}
+
+		this._drawing = false;
+
+		this._ctx.restore();  // Restore state before clipping.
+	},
+
+	_updatePoly: function (layer, closed) {
+		if (!this._drawing) { return; }
+
+		var i, j, len2, p,
+		    parts = layer._parts,
+		    len = parts.length,
+		    ctx = this._ctx;
+
+		if (!len) { return; }
+
+		ctx.beginPath();
+
+		for (i = 0; i < len; i++) {
+			for (j = 0, len2 = parts[i].length; j < len2; j++) {
+				p = parts[i][j];
+				ctx[j ? 'lineTo' : 'moveTo'](p.x, p.y);
+			}
+			if (closed) {
+				ctx.closePath();
+			}
+		}
+
+		this._fillStroke(ctx, layer);
+
+		// TODO optimization: 1 fill/stroke for all features with equal style instead of 1 for each feature
+	},
+
+	_updateCircle: function (layer) {
+
+		if (!this._drawing || layer._empty()) { return; }
+
+		var p = layer._point,
+		    ctx = this._ctx,
+		    r = Math.max(Math.round(layer._radius), 1),
+		    s = (Math.max(Math.round(layer._radiusY), 1) || r) / r;
+
+		if (s !== 1) {
+			ctx.save();
+			ctx.scale(1, s);
+		}
+
+		ctx.beginPath();
+		ctx.arc(p.x, p.y / s, r, 0, Math.PI * 2, false);
+
+		if (s !== 1) {
+			ctx.restore();
+		}
+
+		this._fillStroke(ctx, layer);
+	},
+
+	_fillStroke: function (ctx, layer) {
+		var options = layer.options;
+
+		if (options.fill) {
+			ctx.globalAlpha = options.fillOpacity;
+			ctx.fillStyle = options.fillColor || options.color;
+			ctx.fill(options.fillRule || 'evenodd');
+		}
+
+		if (options.stroke && options.weight !== 0) {
+			if (ctx.setLineDash) {
+				ctx.setLineDash(layer.options && layer.options._dashArray || []);
+			}
+			ctx.globalAlpha = options.opacity;
+			ctx.lineWidth = options.weight;
+			ctx.strokeStyle = options.color;
+			ctx.lineCap = options.lineCap;
+			ctx.lineJoin = options.lineJoin;
+			ctx.stroke();
+		}
+	},
+
+	// Canvas obviously doesn't have mouse events for individual drawn objects,
+	// so we emulate that by calculating what's under the mouse on mousemove/click manually
+
+	_onClick: function (e) {
+		var point = this._map.mouseEventToLayerPoint(e), layer, clickedLayer;
+
+		for (var order = this._drawFirst; order; order = order.next) {
+			layer = order.layer;
+			if (layer.options.interactive && layer._containsPoint(point) && !this._map._draggableMoved(layer)) {
+				clickedLayer = layer;
+			}
+		}
+		if (clickedLayer)  {
+			fakeStop(e);
+			this._fireEvent([clickedLayer], e);
+		}
+	},
+
+	_onMouseMove: function (e) {
+		if (!this._map || this._map.dragging.moving() || this._map._animatingZoom) { return; }
+
+		var point = this._map.mouseEventToLayerPoint(e);
+		this._handleMouseHover(e, point);
+	},
+
+
+	_handleMouseOut: function (e) {
+		var layer = this._hoveredLayer;
+		if (layer) {
+			// if we're leaving the layer, fire mouseout
+			removeClass(this._container, 'leaflet-interactive');
+			this._fireEvent([layer], e, 'mouseout');
+			this._hoveredLayer = null;
+		}
+	},
+
+	_handleMouseHover: function (e, point) {
+		var layer, candidateHoveredLayer;
+
+		for (var order = this._drawFirst; order; order = order.next) {
+			layer = order.layer;
+			if (layer.options.interactive && layer._containsPoint(point)) {
+				candidateHoveredLayer = layer;
+			}
+		}
+
+		if (candidateHoveredLayer !== this._hoveredLayer) {
+			this._handleMouseOut(e);
+
+			if (candidateHoveredLayer) {
+				addClass(this._container, 'leaflet-interactive'); // change cursor
+				this._fireEvent([candidateHoveredLayer], e, 'mouseover');
+				this._hoveredLayer = candidateHoveredLayer;
+			}
+		}
+
+		if (this._hoveredLayer) {
+			this._fireEvent([this._hoveredLayer], e);
+		}
+	},
+
+	_fireEvent: function (layers, e, type) {
+		this._map._fireDOMEvent(e, type || e.type, layers);
+	},
+
+	_bringToFront: function (layer) {
+		var order = layer._order;
+
+		if (!order) { return; }
+
+		var next = order.next;
+		var prev = order.prev;
+
+		if (next) {
+			next.prev = prev;
+		} else {
+			// Already last
+			return;
+		}
+		if (prev) {
+			prev.next = next;
+		} else if (next) {
+			// Update first entry unless this is the
+			// single entry
+			this._drawFirst = next;
+		}
+
+		order.prev = this._drawLast;
+		this._drawLast.next = order;
+
+		order.next = null;
+		this._drawLast = order;
+
+		this._requestRedraw(layer);
+	},
+
+	_bringToBack: function (layer) {
+		var order = layer._order;
+
+		if (!order) { return; }
+
+		var next = order.next;
+		var prev = order.prev;
+
+		if (prev) {
+			prev.next = next;
+		} else {
+			// Already first
+			return;
+		}
+		if (next) {
+			next.prev = prev;
+		} else if (prev) {
+			// Update last entry unless this is the
+			// single entry
+			this._drawLast = prev;
+		}
+
+		order.prev = null;
+
+		order.next = this._drawFirst;
+		this._drawFirst.prev = order;
+		this._drawFirst = order;
+
+		this._requestRedraw(layer);
+	}
+});
+
+// @factory L.canvas(options?: Renderer options)
+// Creates a Canvas renderer with the given options.
+function canvas$1(options) {
+	return canvas ? new Canvas(options) : null;
+}
+
+/*
+ * Thanks to Dmitry Baranovsky and his Raphael library for inspiration!
+ */
+
+
+var vmlCreate = (function () {
+	try {
+		document.namespaces.add('lvml', 'urn:schemas-microsoft-com:vml');
+		return function (name) {
+			return document.createElement('<lvml:' + name + ' class="lvml">');
+		};
+	} catch (e) {
+		return function (name) {
+			return document.createElement('<' + name + ' xmlns="urn:schemas-microsoft.com:vml" class="lvml">');
+		};
+	}
+})();
+
+
+/*
+ * @class SVG
+ *
+ *
+ * VML was deprecated in 2012, which means VML functionality exists only for backwards compatibility
+ * with old versions of Internet Explorer.
+ */
+
+// mixin to redefine some SVG methods to handle VML syntax which is similar but with some differences
+var vmlMixin = {
+
+	_initContainer: function () {
+		this._container = create$1('div', 'leaflet-vml-container');
+	},
+
+	_update: function () {
+		if (this._map._animatingZoom) { return; }
+		Renderer.prototype._update.call(this);
+		this.fire('update');
+	},
+
+	_initPath: function (layer) {
+		var container = layer._container = vmlCreate('shape');
+
+		addClass(container, 'leaflet-vml-shape ' + (this.options.className || ''));
+
+		container.coordsize = '1 1';
+
+		layer._path = vmlCreate('path');
+		container.appendChild(layer._path);
+
+		this._updateStyle(layer);
+		this._layers[stamp(layer)] = layer;
+	},
+
+	_addPath: function (layer) {
+		var container = layer._container;
+		this._container.appendChild(container);
+
+		if (layer.options.interactive) {
+			layer.addInteractiveTarget(container);
+		}
+	},
+
+	_removePath: function (layer) {
+		var container = layer._container;
+		remove(container);
+		layer.removeInteractiveTarget(container);
+		delete this._layers[stamp(layer)];
+	},
+
+	_updateStyle: function (layer) {
+		var stroke = layer._stroke,
+		    fill = layer._fill,
+		    options = layer.options,
+		    container = layer._container;
+
+		container.stroked = !!options.stroke;
+		container.filled = !!options.fill;
+
+		if (options.stroke) {
+			if (!stroke) {
+				stroke = layer._stroke = vmlCreate('stroke');
+			}
+			container.appendChild(stroke);
+			stroke.weight = options.weight + 'px';
+			stroke.color = options.color;
+			stroke.opacity = options.opacity;
+
+			if (options.dashArray) {
+				stroke.dashStyle = isArray(options.dashArray) ?
+				    options.dashArray.join(' ') :
+				    options.dashArray.replace(/( *, *)/g, ' ');
+			} else {
+				stroke.dashStyle = '';
+			}
+			stroke.endcap = options.lineCap.replace('butt', 'flat');
+			stroke.joinstyle = options.lineJoin;
+
+		} else if (stroke) {
+			container.removeChild(stroke);
+			layer._stroke = null;
+		}
+
+		if (options.fill) {
+			if (!fill) {
+				fill = layer._fill = vmlCreate('fill');
+			}
+			container.appendChild(fill);
+			fill.color = options.fillColor || options.color;
+			fill.opacity = options.fillOpacity;
+
+		} else if (fill) {
+			container.removeChild(fill);
+			layer._fill = null;
+		}
+	},
+
+	_updateCircle: function (layer) {
+		var p = layer._point.round(),
+		    r = Math.round(layer._radius),
+		    r2 = Math.round(layer._radiusY || r);
+
+		this._setPath(layer, layer._empty() ? 'M0 0' :
+			'AL ' + p.x + ',' + p.y + ' ' + r + ',' + r2 + ' 0,' + (65535 * 360));
+	},
+
+	_setPath: function (layer, path) {
+		layer._path.v = path;
+	},
+
+	_bringToFront: function (layer) {
+		toFront(layer._container);
+	},
+
+	_bringToBack: function (layer) {
+		toBack(layer._container);
+	}
+};
+
+var create$2 = vml ? vmlCreate : svgCreate;
+
+/*
+ * @class SVG
+ * @inherits Renderer
+ * @aka L.SVG
+ *
+ * Allows vector layers to be displayed with [SVG](https://developer.mozilla.org/docs/Web/SVG).
+ * Inherits `Renderer`.
+ *
+ * Due to [technical limitations](http://caniuse.com/#search=svg), SVG is not
+ * available in all web browsers, notably Android 2.x and 3.x.
+ *
+ * Although SVG is not available on IE7 and IE8, these browsers support
+ * [VML](https://en.wikipedia.org/wiki/Vector_Markup_Language)
+ * (a now deprecated technology), and the SVG renderer will fall back to VML in
+ * this case.
+ *
+ * @example
+ *
+ * Use SVG by default for all paths in the map:
+ *
+ * ```js
+ * var map = L.map('map', {
+ * 	renderer: L.svg()
+ * });
+ * ```
+ *
+ * Use a SVG renderer with extra padding for specific vector geometries:
+ *
+ * ```js
+ * var map = L.map('map');
+ * var myRenderer = L.svg({ padding: 0.5 });
+ * var line = L.polyline( coordinates, { renderer: myRenderer } );
+ * var circle = L.circle( center, { renderer: myRenderer } );
+ * ```
+ */
+
+var SVG = Renderer.extend({
+
+	getEvents: function () {
+		var events = Renderer.prototype.getEvents.call(this);
+		events.zoomstart = this._onZoomStart;
+		return events;
+	},
+
+	_initContainer: function () {
+		this._container = create$2('svg');
+
+		// makes it possible to click through svg root; we'll reset it back in individual paths
+		this._container.setAttribute('pointer-events', 'none');
+
+		this._rootGroup = create$2('g');
+		this._container.appendChild(this._rootGroup);
+	},
+
+	_destroyContainer: function () {
+		remove(this._container);
+		off(this._container);
+		delete this._container;
+		delete this._rootGroup;
+		delete this._svgSize;
+	},
+
+	_onZoomStart: function () {
+		// Drag-then-pinch interactions might mess up the center and zoom.
+		// In this case, the easiest way to prevent this is re-do the renderer
+		//   bounds and padding when the zooming starts.
+		this._update();
+	},
+
+	_update: function () {
+		if (this._map._animatingZoom && this._bounds) { return; }
+
+		Renderer.prototype._update.call(this);
+
+		var b = this._bounds,
+		    size = b.getSize(),
+		    container = this._container;
+
+		// set size of svg-container if changed
+		if (!this._svgSize || !this._svgSize.equals(size)) {
+			this._svgSize = size;
+			container.setAttribute('width', size.x);
+			container.setAttribute('height', size.y);
+		}
+
+		// movement: update container viewBox so that we don't have to change coordinates of individual layers
+		setPosition(container, b.min);
+		container.setAttribute('viewBox', [b.min.x, b.min.y, size.x, size.y].join(' '));
+
+		this.fire('update');
+	},
+
+	// methods below are called by vector layers implementations
+
+	_initPath: function (layer) {
+		var path = layer._path = create$2('path');
+
+		// @namespace Path
+		// @option className: String = null
+		// Custom class name set on an element. Only for SVG renderer.
+		if (layer.options.className) {
+			addClass(path, layer.options.className);
+		}
+
+		if (layer.options.interactive) {
+			addClass(path, 'leaflet-interactive');
+		}
+
+		this._updateStyle(layer);
+		this._layers[stamp(layer)] = layer;
+	},
+
+	_addPath: function (layer) {
+		if (!this._rootGroup) { this._initContainer(); }
+		this._rootGroup.appendChild(layer._path);
+		layer.addInteractiveTarget(layer._path);
+	},
+
+	_removePath: function (layer) {
+		remove(layer._path);
+		layer.removeInteractiveTarget(layer._path);
+		delete this._layers[stamp(layer)];
+	},
+
+	_updatePath: function (layer) {
+		layer._project();
+		layer._update();
+	},
+
+	_updateStyle: function (layer) {
+		var path = layer._path,
+		    options = layer.options;
+
+		if (!path) { return; }
+
+		if (options.stroke) {
+			path.setAttribute('stroke', options.color);
+			path.setAttribute('stroke-opacity', options.opacity);
+			path.setAttribute('stroke-width', options.weight);
+			path.setAttribute('stroke-linecap', options.lineCap);
+			path.setAttribute('stroke-linejoin', options.lineJoin);
+
+			if (options.dashArray) {
+				path.setAttribute('stroke-dasharray', options.dashArray);
+			} else {
+				path.removeAttribute('stroke-dasharray');
+			}
+
+			if (options.dashOffset) {
+				path.setAttribute('stroke-dashoffset', options.dashOffset);
+			} else {
+				path.removeAttribute('stroke-dashoffset');
+			}
+		} else {
+			path.setAttribute('stroke', 'none');
+		}
+
+		if (options.fill) {
+			path.setAttribute('fill', options.fillColor || options.color);
+			path.setAttribute('fill-opacity', options.fillOpacity);
+			path.setAttribute('fill-rule', options.fillRule || 'evenodd');
+		} else {
+			path.setAttribute('fill', 'none');
+		}
+	},
+
+	_updatePoly: function (layer, closed) {
+		this._setPath(layer, pointsToPath(layer._parts, closed));
+	},
+
+	_updateCircle: function (layer) {
+		var p = layer._point,
+		    r = Math.max(Math.round(layer._radius), 1),
+		    r2 = Math.max(Math.round(layer._radiusY), 1) || r,
+		    arc = 'a' + r + ',' + r2 + ' 0 1,0 ';
+
+		// drawing a circle with two half-arcs
+		var d = layer._empty() ? 'M0 0' :
+			'M' + (p.x - r) + ',' + p.y +
+			arc + (r * 2) + ',0 ' +
+			arc + (-r * 2) + ',0 ';
+
+		this._setPath(layer, d);
+	},
+
+	_setPath: function (layer, path) {
+		layer._path.setAttribute('d', path);
+	},
+
+	// SVG does not have the concept of zIndex so we resort to changing the DOM order of elements
+	_bringToFront: function (layer) {
+		toFront(layer._path);
+	},
+
+	_bringToBack: function (layer) {
+		toBack(layer._path);
+	}
+});
+
+if (vml) {
+	SVG.include(vmlMixin);
+}
+
+// @namespace SVG
+// @factory L.svg(options?: Renderer options)
+// Creates a SVG renderer with the given options.
+function svg$1(options) {
+	return svg || vml ? new SVG(options) : null;
+}
+
+Map.include({
+	// @namespace Map; @method getRenderer(layer: Path): Renderer
+	// Returns the instance of `Renderer` that should be used to render the given
+	// `Path`. It will ensure that the `renderer` options of the map and paths
+	// are respected, and that the renderers do exist on the map.
+	getRenderer: function (layer) {
+		// @namespace Path; @option renderer: Renderer
+		// Use this specific instance of `Renderer` for this path. Takes
+		// precedence over the map's [default renderer](#map-renderer).
+		var renderer = layer.options.renderer || this._getPaneRenderer(layer.options.pane) || this.options.renderer || this._renderer;
+
+		if (!renderer) {
+			renderer = this._renderer = this._createRenderer();
+		}
+
+		if (!this.hasLayer(renderer)) {
+			this.addLayer(renderer);
+		}
+		return renderer;
+	},
+
+	_getPaneRenderer: function (name) {
+		if (name === 'overlayPane' || name === undefined) {
+			return false;
+		}
+
+		var renderer = this._paneRenderers[name];
+		if (renderer === undefined) {
+			renderer = this._createRenderer({pane: name});
+			this._paneRenderers[name] = renderer;
+		}
+		return renderer;
+	},
+
+	_createRenderer: function (options) {
+		// @namespace Map; @option preferCanvas: Boolean = false
+		// Whether `Path`s should be rendered on a `Canvas` renderer.
+		// By default, all `Path`s are rendered in a `SVG` renderer.
+		return (this.options.preferCanvas && canvas$1(options)) || svg$1(options);
+	}
+});
+
+/*
+ * L.Rectangle extends Polygon and creates a rectangle when passed a LatLngBounds object.
+ */
+
+/*
+ * @class Rectangle
+ * @aka L.Rectangle
+ * @inherits Polygon
+ *
+ * A class for drawing rectangle overlays on a map. Extends `Polygon`.
+ *
+ * @example
+ *
+ * ```js
+ * // define rectangle geographical bounds
+ * var bounds = [[54.559322, -5.767822], [56.1210604, -3.021240]];
+ *
+ * // create an orange rectangle
+ * L.rectangle(bounds, {color: "#ff7800", weight: 1}).addTo(map);
+ *
+ * // zoom the map to the rectangle bounds
+ * map.fitBounds(bounds);
+ * ```
+ *
+ */
+
+
+var Rectangle = Polygon.extend({
+	initialize: function (latLngBounds, options) {
+		Polygon.prototype.initialize.call(this, this._boundsToLatLngs(latLngBounds), options);
+	},
+
+	// @method setBounds(latLngBounds: LatLngBounds): this
+	// Redraws the rectangle with the passed bounds.
+	setBounds: function (latLngBounds) {
+		return this.setLatLngs(this._boundsToLatLngs(latLngBounds));
+	},
+
+	_boundsToLatLngs: function (latLngBounds) {
+		latLngBounds = toLatLngBounds(latLngBounds);
+		return [
+			latLngBounds.getSouthWest(),
+			latLngBounds.getNorthWest(),
+			latLngBounds.getNorthEast(),
+			latLngBounds.getSouthEast()
+		];
+	}
+});
+
+
+// @factory L.rectangle(latLngBounds: LatLngBounds, options?: Polyline options)
+function rectangle(latLngBounds, options) {
+	return new Rectangle(latLngBounds, options);
+}
+
+SVG.create = create$2;
+SVG.pointsToPath = pointsToPath;
+
+GeoJSON.geometryToLayer = geometryToLayer;
+GeoJSON.coordsToLatLng = coordsToLatLng;
+GeoJSON.coordsToLatLngs = coordsToLatLngs;
+GeoJSON.latLngToCoords = latLngToCoords;
+GeoJSON.latLngsToCoords = latLngsToCoords;
+GeoJSON.getFeature = getFeature;
+GeoJSON.asFeature = asFeature;
+
+/*
+ * L.Handler.BoxZoom is used to add shift-drag zoom interaction to the map
+ * (zoom to a selected bounding box), enabled by default.
+ */
+
+// @namespace Map
+// @section Interaction Options
+Map.mergeOptions({
+	// @option boxZoom: Boolean = true
+	// Whether the map can be zoomed to a rectangular area specified by
+	// dragging the mouse while pressing the shift key.
+	boxZoom: true
+});
+
+var BoxZoom = Handler.extend({
+	initialize: function (map) {
+		this._map = map;
+		this._container = map._container;
+		this._pane = map._panes.overlayPane;
+		this._resetStateTimeout = 0;
+		map.on('unload', this._destroy, this);
+	},
+
+	addHooks: function () {
+		on(this._container, 'mousedown', this._onMouseDown, this);
+	},
+
+	removeHooks: function () {
+		off(this._container, 'mousedown', this._onMouseDown, this);
+	},
+
+	moved: function () {
+		return this._moved;
+	},
+
+	_destroy: function () {
+		remove(this._pane);
+		delete this._pane;
+	},
+
+	_resetState: function () {
+		this._resetStateTimeout = 0;
+		this._moved = false;
+	},
+
+	_clearDeferredResetState: function () {
+		if (this._resetStateTimeout !== 0) {
+			clearTimeout(this._resetStateTimeout);
+			this._resetStateTimeout = 0;
+		}
+	},
+
+	_onMouseDown: function (e) {
+		if (!e.shiftKey || ((e.which !== 1) && (e.button !== 1))) { return false; }
+
+		// Clear the deferred resetState if it hasn't executed yet, otherwise it
+		// will interrupt the interaction and orphan a box element in the container.
+		this._clearDeferredResetState();
+		this._resetState();
+
+		disableTextSelection();
+		disableImageDrag();
+
+		this._startPoint = this._map.mouseEventToContainerPoint(e);
+
+		on(document, {
+			contextmenu: stop,
+			mousemove: this._onMouseMove,
+			mouseup: this._onMouseUp,
+			keydown: this._onKeyDown
+		}, this);
+	},
+
+	_onMouseMove: function (e) {
+		if (!this._moved) {
+			this._moved = true;
+
+			this._box = create$1('div', 'leaflet-zoom-box', this._container);
+			addClass(this._container, 'leaflet-crosshair');
+
+			this._map.fire('boxzoomstart');
+		}
+
+		this._point = this._map.mouseEventToContainerPoint(e);
+
+		var bounds = new Bounds(this._point, this._startPoint),
+		    size = bounds.getSize();
+
+		setPosition(this._box, bounds.min);
+
+		this._box.style.width  = size.x + 'px';
+		this._box.style.height = size.y + 'px';
+	},
+
+	_finish: function () {
+		if (this._moved) {
+			remove(this._box);
+			removeClass(this._container, 'leaflet-crosshair');
+		}
+
+		enableTextSelection();
+		enableImageDrag();
+
+		off(document, {
+			contextmenu: stop,
+			mousemove: this._onMouseMove,
+			mouseup: this._onMouseUp,
+			keydown: this._onKeyDown
+		}, this);
+	},
+
+	_onMouseUp: function (e) {
+		if ((e.which !== 1) && (e.button !== 1)) { return; }
+
+		this._finish();
+
+		if (!this._moved) { return; }
+		// Postpone to next JS tick so internal click event handling
+		// still see it as "moved".
+		this._clearDeferredResetState();
+		this._resetStateTimeout = setTimeout(bind(this._resetState, this), 0);
+
+		var bounds = new LatLngBounds(
+		        this._map.containerPointToLatLng(this._startPoint),
+		        this._map.containerPointToLatLng(this._point));
+
+		this._map
+			.fitBounds(bounds)
+			.fire('boxzoomend', {boxZoomBounds: bounds});
+	},
+
+	_onKeyDown: function (e) {
+		if (e.keyCode === 27) {
+			this._finish();
+		}
+	}
+});
+
+// @section Handlers
+// @property boxZoom: Handler
+// Box (shift-drag with mouse) zoom handler.
+Map.addInitHook('addHandler', 'boxZoom', BoxZoom);
+
+/*
+ * L.Handler.DoubleClickZoom is used to handle double-click zoom on the map, enabled by default.
+ */
+
+// @namespace Map
+// @section Interaction Options
+
+Map.mergeOptions({
+	// @option doubleClickZoom: Boolean|String = true
+	// Whether the map can be zoomed in by double clicking on it and
+	// zoomed out by double clicking while holding shift. If passed
+	// `'center'`, double-click zoom will zoom to the center of the
+	//  view regardless of where the mouse was.
+	doubleClickZoom: true
+});
+
+var DoubleClickZoom = Handler.extend({
+	addHooks: function () {
+		this._map.on('dblclick', this._onDoubleClick, this);
+	},
+
+	removeHooks: function () {
+		this._map.off('dblclick', this._onDoubleClick, this);
+	},
+
+	_onDoubleClick: function (e) {
+		var map = this._map,
+		    oldZoom = map.getZoom(),
+		    delta = map.options.zoomDelta,
+		    zoom = e.originalEvent.shiftKey ? oldZoom - delta : oldZoom + delta;
+
+		if (map.options.doubleClickZoom === 'center') {
+			map.setZoom(zoom);
+		} else {
+			map.setZoomAround(e.containerPoint, zoom);
+		}
+	}
+});
+
+// @section Handlers
+//
+// Map properties include interaction handlers that allow you to control
+// interaction behavior in runtime, enabling or disabling certain features such
+// as dragging or touch zoom (see `Handler` methods). For example:
+//
+// ```js
+// map.doubleClickZoom.disable();
+// ```
+//
+// @property doubleClickZoom: Handler
+// Double click zoom handler.
+Map.addInitHook('addHandler', 'doubleClickZoom', DoubleClickZoom);
+
+/*
+ * L.Handler.MapDrag is used to make the map draggable (with panning inertia), enabled by default.
+ */
+
+// @namespace Map
+// @section Interaction Options
+Map.mergeOptions({
+	// @option dragging: Boolean = true
+	// Whether the map be draggable with mouse/touch or not.
+	dragging: true,
+
+	// @section Panning Inertia Options
+	// @option inertia: Boolean = *
+	// If enabled, panning of the map will have an inertia effect where
+	// the map builds momentum while dragging and continues moving in
+	// the same direction for some time. Feels especially nice on touch
+	// devices. Enabled by default unless running on old Android devices.
+	inertia: !android23,
+
+	// @option inertiaDeceleration: Number = 3000
+	// The rate with which the inertial movement slows down, in pixels/second².
+	inertiaDeceleration: 3400, // px/s^2
+
+	// @option inertiaMaxSpeed: Number = Infinity
+	// Max speed of the inertial movement, in pixels/second.
+	inertiaMaxSpeed: Infinity, // px/s
+
+	// @option easeLinearity: Number = 0.2
+	easeLinearity: 0.2,
+
+	// TODO refactor, move to CRS
+	// @option worldCopyJump: Boolean = false
+	// With this option enabled, the map tracks when you pan to another "copy"
+	// of the world and seamlessly jumps to the original one so that all overlays
+	// like markers and vector layers are still visible.
+	worldCopyJump: false,
+
+	// @option maxBoundsViscosity: Number = 0.0
+	// If `maxBounds` is set, this option will control how solid the bounds
+	// are when dragging the map around. The default value of `0.0` allows the
+	// user to drag outside the bounds at normal speed, higher values will
+	// slow down map dragging outside bounds, and `1.0` makes the bounds fully
+	// solid, preventing the user from dragging outside the bounds.
+	maxBoundsViscosity: 0.0
+});
+
+var Drag = Handler.extend({
+	addHooks: function () {
+		if (!this._draggable) {
+			var map = this._map;
+
+			this._draggable = new Draggable(map._mapPane, map._container);
+
+			this._draggable.on({
+				dragstart: this._onDragStart,
+				drag: this._onDrag,
+				dragend: this._onDragEnd
+			}, this);
+
+			this._draggable.on('predrag', this._onPreDragLimit, this);
+			if (map.options.worldCopyJump) {
+				this._draggable.on('predrag', this._onPreDragWrap, this);
+				map.on('zoomend', this._onZoomEnd, this);
+
+				map.whenReady(this._onZoomEnd, this);
+			}
+		}
+		addClass(this._map._container, 'leaflet-grab leaflet-touch-drag');
+		this._draggable.enable();
+		this._positions = [];
+		this._times = [];
+	},
+
+	removeHooks: function () {
+		removeClass(this._map._container, 'leaflet-grab');
+		removeClass(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 map = this._map;
+
+		map._stop();
+		if (this._map.options.maxBounds && this._map.options.maxBoundsViscosity) {
+			var bounds = toLatLngBounds(this._map.options.maxBounds);
+
+			this._offsetLimit = toBounds(
+				this._map.latLngToContainerPoint(bounds.getNorthWest()).multiplyBy(-1),
+				this._map.latLngToContainerPoint(bounds.getSouthEast()).multiplyBy(-1)
+					.add(this._map.getSize()));
+
+			this._viscosity = Math.min(1.0, Math.max(0.0, this._map.options.maxBoundsViscosity));
+		} else {
+			this._offsetLimit = null;
+		}
+
+		map
+		    .fire('movestart')
+		    .fire('dragstart');
+
+		if (map.options.inertia) {
+			this._positions = [];
+			this._times = [];
+		}
+	},
+
+	_onDrag: function (e) {
+		if (this._map.options.inertia) {
+			var time = this._lastTime = +new Date(),
+			    pos = this._lastPos = this._draggable._absPos || this._draggable._newPos;
+
+			this._positions.push(pos);
+			this._times.push(time);
+
+			this._prunePositions(time);
+		}
+
+		this._map
+		    .fire('move', e)
+		    .fire('drag', e);
+	},
+
+	_prunePositions: function (time) {
+		while (this._positions.length > 1 && time - this._times[0] > 50) {
+			this._positions.shift();
+			this._times.shift();
+		}
+	},
+
+	_onZoomEnd: function () {
+		var pxCenter = this._map.getSize().divideBy(2),
+		    pxWorldCenter = this._map.latLngToLayerPoint([0, 0]);
+
+		this._initialWorldOffset = pxWorldCenter.subtract(pxCenter).x;
+		this._worldWidth = this._map.getPixelWorldBounds().getSize().x;
+	},
+
+	_viscousLimit: function (value, threshold) {
+		return value - (value - threshold) * this._viscosity;
+	},
+
+	_onPreDragLimit: function () {
+		if (!this._viscosity || !this._offsetLimit) { return; }
+
+		var offset = this._draggable._newPos.subtract(this._draggable._startPos);
+
+		var limit = this._offsetLimit;
+		if (offset.x < limit.min.x) { offset.x = this._viscousLimit(offset.x, limit.min.x); }
+		if (offset.y < limit.min.y) { offset.y = this._viscousLimit(offset.y, limit.min.y); }
+		if (offset.x > limit.max.x) { offset.x = this._viscousLimit(offset.x, limit.max.x); }
+		if (offset.y > limit.max.y) { offset.y = this._viscousLimit(offset.y, limit.max.y); }
+
+		this._draggable._newPos = this._draggable._startPos.add(offset);
+	},
+
+	_onPreDragWrap: function () {
+		// TODO refactor to be able to adjust map pane position after zoom
+		var worldWidth = this._worldWidth,
+		    halfWidth = Math.round(worldWidth / 2),
+		    dx = this._initialWorldOffset,
+		    x = this._draggable._newPos.x,
+		    newX1 = (x - halfWidth + dx) % worldWidth + halfWidth - dx,
+		    newX2 = (x + halfWidth + dx) % worldWidth - halfWidth - dx,
+		    newX = Math.abs(newX1 + dx) < Math.abs(newX2 + dx) ? newX1 : newX2;
+
+		this._draggable._absPos = this._draggable._newPos.clone();
+		this._draggable._newPos.x = newX;
+	},
+
+	_onDragEnd: function (e) {
+		var map = this._map,
+		    options = map.options,
+
+		    noInertia = !options.inertia || this._times.length < 2;
+
+		map.fire('dragend', e);
+
+		if (noInertia) {
+			map.fire('moveend');
+
+		} else {
+			this._prunePositions(+new Date());
+
+			var direction = this._lastPos.subtract(this._positions[0]),
+			    duration = (this._lastTime - this._times[0]) / 1000,
+			    ease = options.easeLinearity,
+
+			    speedVector = direction.multiplyBy(ease / duration),
+			    speed = speedVector.distanceTo([0, 0]),
+
+			    limitedSpeed = Math.min(options.inertiaMaxSpeed, speed),
+			    limitedSpeedVector = speedVector.multiplyBy(limitedSpeed / speed),
+
+			    decelerationDuration = limitedSpeed / (options.inertiaDeceleration * ease),
+			    offset = limitedSpeedVector.multiplyBy(-decelerationDuration / 2).round();
+
+			if (!offset.x && !offset.y) {
+				map.fire('moveend');
+
+			} else {
+				offset = map._limitOffset(offset, map.options.maxBounds);
+
+				requestAnimFrame(function () {
+					map.panBy(offset, {
+						duration: decelerationDuration,
+						easeLinearity: ease,
+						noMoveStart: true,
+						animate: true
+					});
+				});
+			}
+		}
+	}
+});
+
+// @section Handlers
+// @property dragging: Handler
+// Map dragging handler (by both mouse and touch).
+Map.addInitHook('addHandler', 'dragging', Drag);
+
+/*
+ * L.Map.Keyboard is handling keyboard interaction with the map, enabled by default.
+ */
+
+// @namespace Map
+// @section Keyboard Navigation Options
+Map.mergeOptions({
+	// @option keyboard: Boolean = true
+	// Makes the map focusable and allows users to navigate the map with keyboard
+	// arrows and `+`/`-` keys.
+	keyboard: true,
+
+	// @option keyboardPanDelta: Number = 80
+	// Amount of pixels to pan when pressing an arrow key.
+	keyboardPanDelta: 80
+});
+
+var Keyboard = Handler.extend({
+
+	keyCodes: {
+		left:    [37],
+		right:   [39],
+		down:    [40],
+		up:      [38],
+		zoomIn:  [187, 107, 61, 171],
+		zoomOut: [189, 109, 54, 173]
+	},
+
+	initialize: function (map) {
+		this._map = map;
+
+		this._setPanDelta(map.options.keyboardPanDelta);
+		this._setZoomDelta(map.options.zoomDelta);
+	},
+
+	addHooks: function () {
+		var container = this._map._container;
+
+		// make the container focusable by tabbing
+		if (container.tabIndex <= 0) {
+			container.tabIndex = '0';
+		}
+
+		on(container, {
+			focus: this._onFocus,
+			blur: this._onBlur,
+			mousedown: this._onMouseDown
+		}, this);
+
+		this._map.on({
+			focus: this._addHooks,
+			blur: this._removeHooks
+		}, this);
+	},
+
+	removeHooks: function () {
+		this._removeHooks();
+
+		off(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) { return; }
+
+		var body = document.body,
+		    docEl = document.documentElement,
+		    top = body.scrollTop || docEl.scrollTop,
+		    left = body.scrollLeft || docEl.scrollLeft;
+
+		this._map._container.focus();
+
+		window.scrollTo(left, top);
+	},
+
+	_onFocus: function () {
+		this._focused = true;
+		this._map.fire('focus');
+	},
+
+	_onBlur: function () {
+		this._focused = false;
+		this._map.fire('blur');
+	},
+
+	_setPanDelta: function (panDelta) {
+		var keys = this._panKeys = {},
+		    codes = this.keyCodes,
+		    i, len;
+
+		for (i = 0, len = codes.left.length; i < len; i++) {
+			keys[codes.left[i]] = [-1 * panDelta, 0];
+		}
+		for (i = 0, len = codes.right.length; i < len; i++) {
+			keys[codes.right[i]] = [panDelta, 0];
+		}
+		for (i = 0, len = codes.down.length; i < len; i++) {
+			keys[codes.down[i]] = [0, panDelta];
+		}
+		for (i = 0, len = codes.up.length; i < len; i++) {
+			keys[codes.up[i]] = [0, -1 * panDelta];
+		}
+	},
+
+	_setZoomDelta: function (zoomDelta) {
+		var keys = this._zoomKeys = {},
+		    codes = this.keyCodes,
+		    i, len;
+
+		for (i = 0, len = codes.zoomIn.length; i < len; i++) {
+			keys[codes.zoomIn[i]] = zoomDelta;
+		}
+		for (i = 0, len = codes.zoomOut.length; i < len; i++) {
+			keys[codes.zoomOut[i]] = -zoomDelta;
+		}
+	},
+
+	_addHooks: function () {
+		on(document, 'keydown', this._onKeyDown, this);
+	},
+
+	_removeHooks: function () {
+		off(document, 'keydown', this._onKeyDown, this);
+	},
+
+	_onKeyDown: function (e) {
+		if (e.altKey || e.ctrlKey || e.metaKey) { return; }
+
+		var key = e.keyCode,
+		    map = this._map,
+		    offset;
+
+		if (key in this._panKeys) {
+			if (!map._panAnim || !map._panAnim._inProgress) {
+				offset = this._panKeys[key];
+				if (e.shiftKey) {
+					offset = toPoint(offset).multiplyBy(3);
+				}
+
+				map.panBy(offset);
+
+				if (map.options.maxBounds) {
+					map.panInsideBounds(map.options.maxBounds);
+				}
+			}
+		} else if (key in this._zoomKeys) {
+			map.setZoom(map.getZoom() + (e.shiftKey ? 3 : 1) * this._zoomKeys[key]);
+
+		} else if (key === 27 && map._popup && map._popup.options.closeOnEscapeKey) {
+			map.closePopup();
+
+		} else {
+			return;
+		}
+
+		stop(e);
+	}
+});
+
+// @section Handlers
+// @section Handlers
+// @property keyboard: Handler
+// Keyboard navigation handler.
+Map.addInitHook('addHandler', 'keyboard', Keyboard);
+
+/*
+ * L.Handler.ScrollWheelZoom is used by L.Map to enable mouse scroll wheel zoom on the map.
+ */
+
+// @namespace Map
+// @section Interaction Options
+Map.mergeOptions({
+	// @section Mousewheel options
+	// @option scrollWheelZoom: Boolean|String = true
+	// Whether the map can be zoomed by using the mouse wheel. If passed `'center'`,
+	// it will zoom to the center of the view regardless of where the mouse was.
+	scrollWheelZoom: true,
+
+	// @option wheelDebounceTime: Number = 40
+	// Limits the rate at which a wheel can fire (in milliseconds). By default
+	// user can't zoom via wheel more often than once per 40 ms.
+	wheelDebounceTime: 40,
+
+	// @option wheelPxPerZoomLevel: Number = 60
+	// How many scroll pixels (as reported by [L.DomEvent.getWheelDelta](#domevent-getwheeldelta))
+	// mean a change of one full zoom level. Smaller values will make wheel-zooming
+	// faster (and vice versa).
+	wheelPxPerZoomLevel: 60
+});
+
+var ScrollWheelZoom = Handler.extend({
+	addHooks: function () {
+		on(this._map._container, 'mousewheel', this._onWheelScroll, this);
+
+		this._delta = 0;
+	},
+
+	removeHooks: function () {
+		off(this._map._container, 'mousewheel', this._onWheelScroll, this);
+	},
+
+	_onWheelScroll: function (e) {
+		var delta = getWheelDelta(e);
+
+		var debounce = this._map.options.wheelDebounceTime;
+
+		this._delta += delta;
+		this._lastMousePos = this._map.mouseEventToContainerPoint(e);
+
+		if (!this._startTime) {
+			this._startTime = +new Date();
+		}
+
+		var left = Math.max(debounce - (+new Date() - this._startTime), 0);
+
+		clearTimeout(this._timer);
+		this._timer = setTimeout(bind(this._performZoom, this), left);
+
+		stop(e);
+	},
+
+	_performZoom: function () {
+		var map = this._map,
+		    zoom = map.getZoom(),
+		    snap = this._map.options.zoomSnap || 0;
+
+		map._stop(); // stop panning and fly animations if any
+
+		// map the delta with a sigmoid function to -4..4 range leaning on -1..1
+		var d2 = this._delta / (this._map.options.wheelPxPerZoomLevel * 4),
+		    d3 = 4 * Math.log(2 / (1 + Math.exp(-Math.abs(d2)))) / Math.LN2,
+		    d4 = snap ? Math.ceil(d3 / snap) * snap : d3,
+		    delta = map._limitZoom(zoom + (this._delta > 0 ? d4 : -d4)) - zoom;
+
+		this._delta = 0;
+		this._startTime = null;
+
+		if (!delta) { return; }
+
+		if (map.options.scrollWheelZoom === 'center') {
+			map.setZoom(zoom + delta);
+		} else {
+			map.setZoomAround(this._lastMousePos, zoom + delta);
+		}
+	}
+});
+
+// @section Handlers
+// @property scrollWheelZoom: Handler
+// Scroll wheel zoom handler.
+Map.addInitHook('addHandler', 'scrollWheelZoom', ScrollWheelZoom);
+
+/*
+ * L.Map.Tap is used to enable mobile hacks like quick taps and long hold.
+ */
+
+// @namespace Map
+// @section Interaction Options
+Map.mergeOptions({
+	// @section Touch interaction options
+	// @option tap: Boolean = true
+	// Enables mobile hacks for supporting instant taps (fixing 200ms click
+	// delay on iOS/Android) and touch holds (fired as `contextmenu` events).
+	tap: true,
+
+	// @option tapTolerance: Number = 15
+	// The max number of pixels a user can shift his finger during touch
+	// for it to be considered a valid tap.
+	tapTolerance: 15
+});
+
+var Tap = Handler.extend({
+	addHooks: function () {
+		on(this._map._container, 'touchstart', this._onDown, this);
+	},
+
+	removeHooks: function () {
+		off(this._map._container, 'touchstart', this._onDown, this);
+	},
+
+	_onDown: function (e) {
+		if (!e.touches) { return; }
+
+		preventDefault(e);
+
+		this._fireClick = true;
+
+		// don't simulate click or track longpress if more than 1 touch
+		if (e.touches.length > 1) {
+			this._fireClick = false;
+			clearTimeout(this._holdTimeout);
+			return;
+		}
+
+		var first = e.touches[0],
+		    el = first.target;
+
+		this._startPos = this._newPos = new Point(first.clientX, first.clientY);
+
+		// if touching a link, highlight it
+		if (el.tagName && el.tagName.toLowerCase() === 'a') {
+			addClass(el, 'leaflet-active');
+		}
+
+		// simulate long hold but setting a timeout
+		this._holdTimeout = setTimeout(bind(function () {
+			if (this._isTapValid()) {
+				this._fireClick = false;
+				this._onUp();
+				this._simulateEvent('contextmenu', first);
+			}
+		}, this), 1000);
+
+		this._simulateEvent('mousedown', first);
+
+		on(document, {
+			touchmove: this._onMove,
+			touchend: this._onUp
+		}, this);
+	},
+
+	_onUp: function (e) {
+		clearTimeout(this._holdTimeout);
+
+		off(document, {
+			touchmove: this._onMove,
+			touchend: this._onUp
+		}, this);
+
+		if (this._fireClick && e && e.changedTouches) {
+
+			var first = e.changedTouches[0],
+			    el = first.target;
+
+			if (el && el.tagName && el.tagName.toLowerCase() === 'a') {
+				removeClass(el, 'leaflet-active');
+			}
+
+			this._simulateEvent('mouseup', first);
+
+			// simulate click if the touch didn't move too much
+			if (this._isTapValid()) {
+				this._simulateEvent('click', first);
+			}
+		}
+	},
+
+	_isTapValid: function () {
+		return this._newPos.distanceTo(this._startPos) <= this._map.options.tapTolerance;
+	},
+
+	_onMove: function (e) {
+		var first = e.touches[0];
+		this._newPos = new Point(first.clientX, first.clientY);
+		this._simulateEvent('mousemove', first);
+	},
+
+	_simulateEvent: function (type, e) {
+		var simulatedEvent = document.createEvent('MouseEvents');
+
+		simulatedEvent._simulated = true;
+		e.target._simulatedClick = true;
+
+		simulatedEvent.initMouseEvent(
+		        type, true, true, window, 1,
+		        e.screenX, e.screenY,
+		        e.clientX, e.clientY,
+		        false, false, false, false, 0, null);
+
+		e.target.dispatchEvent(simulatedEvent);
+	}
+});
+
+// @section Handlers
+// @property tap: Handler
+// Mobile touch hacks (quick tap and touch hold) handler.
+if (touch && !pointer) {
+	Map.addInitHook('addHandler', 'tap', Tap);
+}
+
+/*
+ * L.Handler.TouchZoom is used by L.Map to add pinch zoom on supported mobile browsers.
+ */
+
+// @namespace Map
+// @section Interaction Options
+Map.mergeOptions({
+	// @section Touch interaction options
+	// @option touchZoom: Boolean|String = *
+	// Whether the map can be zoomed by touch-dragging with two fingers. If
+	// passed `'center'`, it will zoom to the center of the view regardless of
+	// where the touch events (fingers) were. Enabled for touch-capable web
+	// browsers except for old Androids.
+	touchZoom: touch && !android23,
+
+	// @option bounceAtZoomLimits: Boolean = true
+	// Set it to false if you don't want the map to zoom beyond min/max zoom
+	// and then bounce back when pinch-zooming.
+	bounceAtZoomLimits: true
+});
+
+var TouchZoom = Handler.extend({
+	addHooks: function () {
+		addClass(this._map._container, 'leaflet-touch-zoom');
+		on(this._map._container, 'touchstart', this._onTouchStart, this);
+	},
+
+	removeHooks: function () {
+		removeClass(this._map._container, 'leaflet-touch-zoom');
+		off(this._map._container, 'touchstart', this._onTouchStart, this);
+	},
+
+	_onTouchStart: function (e) {
+		var map = this._map;
+		if (!e.touches || e.touches.length !== 2 || map._animatingZoom || this._zooming) { return; }
+
+		var p1 = map.mouseEventToContainerPoint(e.touches[0]),
+		    p2 = map.mouseEventToContainerPoint(e.touches[1]);
+
+		this._centerPoint = map.getSize()._divideBy(2);
+		this._startLatLng = map.containerPointToLatLng(this._centerPoint);
+		if (map.options.touchZoom !== 'center') {
+			this._pinchStartLatLng = map.containerPointToLatLng(p1.add(p2)._divideBy(2));
+		}
+
+		this._startDist = p1.distanceTo(p2);
+		this._startZoom = map.getZoom();
+
+		this._moved = false;
+		this._zooming = true;
+
+		map._stop();
+
+		on(document, 'touchmove', this._onTouchMove, this);
+		on(document, 'touchend', this._onTouchEnd, this);
+
+		preventDefault(e);
+	},
+
+	_onTouchMove: function (e) {
+		if (!e.touches || e.touches.length !== 2 || !this._zooming) { return; }
+
+		var map = this._map,
+		    p1 = map.mouseEventToContainerPoint(e.touches[0]),
+		    p2 = map.mouseEventToContainerPoint(e.touches[1]),
+		    scale = p1.distanceTo(p2) / this._startDist;
+
+		this._zoom = map.getScaleZoom(scale, this._startZoom);
+
+		if (!map.options.bounceAtZoomLimits && (
+			(this._zoom < map.getMinZoom() && scale < 1) ||
+			(this._zoom > map.getMaxZoom() && scale > 1))) {
+			this._zoom = map._limitZoom(this._zoom);
+		}
+
+		if (map.options.touchZoom === 'center') {
+			this._center = this._startLatLng;
+			if (scale === 1) { return; }
+		} else {
+			// Get delta from pinch to center, so centerLatLng is delta applied to initial pinchLatLng
+			var delta = p1._add(p2)._divideBy(2)._subtract(this._centerPoint);
+			if (scale === 1 && delta.x === 0 && delta.y === 0) { return; }
+			this._center = map.unproject(map.project(this._pinchStartLatLng, this._zoom).subtract(delta), this._zoom);
+		}
+
+		if (!this._moved) {
+			map._moveStart(true, false);
+			this._moved = true;
+		}
+
+		cancelAnimFrame(this._animRequest);
+
+		var moveFn = bind(map._move, map, this._center, this._zoom, {pinch: true, round: false});
+		this._animRequest = requestAnimFrame(moveFn, this, true);
+
+		preventDefault(e);
+	},
+
+	_onTouchEnd: function () {
+		if (!this._moved || !this._zooming) {
+			this._zooming = false;
+			return;
+		}
+
+		this._zooming = false;
+		cancelAnimFrame(this._animRequest);
+
+		off(document, 'touchmove', this._onTouchMove);
+		off(document, 'touchend', this._onTouchEnd);
+
+		// Pinch updates GridLayers' levels only when zoomSnap is off, so zoomSnap becomes noUpdate.
+		if (this._map.options.zoomAnimation) {
+			this._map._animateZoom(this._center, this._map._limitZoom(this._zoom), true, this._map.options.zoomSnap);
+		} else {
+			this._map._resetView(this._center, this._map._limitZoom(this._zoom));
+		}
+	}
+});
+
+// @section Handlers
+// @property touchZoom: Handler
+// Touch zoom handler.
+Map.addInitHook('addHandler', 'touchZoom', TouchZoom);
+
+Map.BoxZoom = BoxZoom;
+Map.DoubleClickZoom = DoubleClickZoom;
+Map.Drag = Drag;
+Map.Keyboard = Keyboard;
+Map.ScrollWheelZoom = ScrollWheelZoom;
+Map.Tap = Tap;
+Map.TouchZoom = TouchZoom;
+
+Object.freeze = freeze;
+
+export { version, Control, control, Browser, Evented, Mixin, Util, Class, Handler, extend, bind, stamp, setOptions, DomEvent, DomUtil, PosAnimation, Draggable, LineUtil, PolyUtil, Point, toPoint as point, Bounds, toBounds as bounds, Transformation, toTransformation as transformation, index as Projection, LatLng, toLatLng as latLng, LatLngBounds, toLatLngBounds as latLngBounds, CRS, GeoJSON, geoJSON, geoJson, Layer, LayerGroup, layerGroup, FeatureGroup, featureGroup, ImageOverlay, imageOverlay, VideoOverlay, videoOverlay, DivOverlay, Popup, popup, Tooltip, tooltip, Icon, icon, DivIcon, divIcon, Marker, marker, TileLayer, tileLayer, GridLayer, gridLayer, SVG, svg$1 as svg, Renderer, Canvas, canvas$1 as canvas, Path, CircleMarker, circleMarker, Circle, circle, Polyline, polyline, Polygon, polygon, Rectangle, rectangle, Map, createMap as map };
+//# sourceMappingURL=leaflet-src.esm.js.map
diff --git a/static/leaflet/leaflet-src.esm.js.map b/static/leaflet/leaflet-src.esm.js.map
new file mode 100644
index 0000000..3da3da3
--- /dev/null
+++ b/static/leaflet/leaflet-src.esm.js.map
@@ -0,0 +1 @@
+{"version":3,"file":"leaflet-src.esm.js","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/crs/CRS.Earth.js","../src/geo/projection/Projection.SphericalMercator.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/dom/Draggable.js","../src/geometry/LineUtil.js","../src/geometry/PolyUtil.js","../src/geo/projection/Projection.LonLat.js","../src/geo/projection/Projection.Mercator.js","../src/geo/projection/index.js","../src/geo/crs/CRS.EPSG3395.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/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","../src/Leaflet.js"],"sourcesContent":["/*\r\n * @namespace Util\r\n *\r\n * Various utility functions, used by Leaflet internally.\r\n */\r\n\r\nexport var freeze = Object.freeze;\r\nObject.freeze = function (obj) { return obj; };\r\n\r\n// @function extend(dest: Object, src?: Object): Object\r\n// Merges the properties of the `src` object (or multiple objects) into `dest` object and returns the latter. Has an `L.extend` shortcut.\r\nexport function extend(dest) {\r\n\tvar i, j, len, src;\r\n\r\n\tfor (j = 1, len = arguments.length; j < len; j++) {\r\n\t\tsrc = arguments[j];\r\n\t\tfor (i in src) {\r\n\t\t\tdest[i] = src[i];\r\n\t\t}\r\n\t}\r\n\treturn dest;\r\n}\r\n\r\n// @function create(proto: Object, properties?: Object): Object\r\n// Compatibility polyfill for [Object.create](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object/create)\r\nexport var create = Object.create || (function () {\r\n\tfunction F() {}\r\n\treturn function (proto) {\r\n\t\tF.prototype = proto;\r\n\t\treturn new F();\r\n\t};\r\n})();\r\n\r\n// @function bind(fn: Function, …): Function\r\n// Returns a new function bound to the arguments passed, like [Function.prototype.bind](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Function/bind).\r\n// Has a `L.bind()` shortcut.\r\nexport function bind(fn, obj) {\r\n\tvar slice = Array.prototype.slice;\r\n\r\n\tif (fn.bind) {\r\n\t\treturn fn.bind.apply(fn, slice.call(arguments, 1));\r\n\t}\r\n\r\n\tvar args = slice.call(arguments, 2);\r\n\r\n\treturn function () {\r\n\t\treturn fn.apply(obj, args.length ? args.concat(slice.call(arguments)) : arguments);\r\n\t};\r\n}\r\n\r\n// @property lastId: Number\r\n// Last unique ID used by [`stamp()`](#util-stamp)\r\nexport var lastId = 0;\r\n\r\n// @function stamp(obj: Object): Number\r\n// Returns the unique ID of an object, assigning it one if it doesn't have it.\r\nexport function stamp(obj) {\r\n\t/*eslint-disable */\r\n\tobj._leaflet_id = obj._leaflet_id || ++lastId;\r\n\treturn obj._leaflet_id;\r\n\t/* eslint-enable */\r\n}\r\n\r\n// @function throttle(fn: Function, time: Number, context: Object): Function\r\n// Returns a function which executes function `fn` with the given scope `context`\r\n// (so that the `this` keyword refers to `context` inside `fn`'s code). The function\r\n// `fn` will be called no more than one time per given amount of `time`. The arguments\r\n// received by the bound function will be any arguments passed when binding the\r\n// function, followed by any arguments passed when invoking the bound function.\r\n// Has an `L.throttle` shortcut.\r\nexport function throttle(fn, time, context) {\r\n\tvar lock, args, wrapperFn, later;\r\n\r\n\tlater = function () {\r\n\t\t// reset lock and call if queued\r\n\t\tlock = false;\r\n\t\tif (args) {\r\n\t\t\twrapperFn.apply(context, args);\r\n\t\t\targs = false;\r\n\t\t}\r\n\t};\r\n\r\n\twrapperFn = function () {\r\n\t\tif (lock) {\r\n\t\t\t// called too soon, queue to call later\r\n\t\t\targs = arguments;\r\n\r\n\t\t} else {\r\n\t\t\t// call and lock until later\r\n\t\t\tfn.apply(context, arguments);\r\n\t\t\tsetTimeout(later, time);\r\n\t\t\tlock = true;\r\n\t\t}\r\n\t};\r\n\r\n\treturn wrapperFn;\r\n}\r\n\r\n// @function wrapNum(num: Number, range: Number[], includeMax?: Boolean): Number\r\n// Returns the number `num` modulo `range` in such a way so it lies within\r\n// `range[0]` and `range[1]`. The returned value will be always smaller than\r\n// `range[1]` unless `includeMax` is set to `true`.\r\nexport function wrapNum(x, range, includeMax) {\r\n\tvar max = range[1],\r\n\t    min = range[0],\r\n\t    d = max - min;\r\n\treturn x === max && includeMax ? x : ((x - min) % d + d) % d + min;\r\n}\r\n\r\n// @function falseFn(): Function\r\n// Returns a function which always returns `false`.\r\nexport function falseFn() { return false; }\r\n\r\n// @function formatNum(num: Number, digits?: Number): Number\r\n// Returns the number `num` rounded to `digits` decimals, or to 6 decimals by default.\r\nexport function formatNum(num, digits) {\r\n\tvar pow = Math.pow(10, (digits === undefined ? 6 : digits));\r\n\treturn Math.round(num * pow) / pow;\r\n}\r\n\r\n// @function trim(str: String): String\r\n// Compatibility polyfill for [String.prototype.trim](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String/Trim)\r\nexport function trim(str) {\r\n\treturn str.trim ? str.trim() : str.replace(/^\\s+|\\s+$/g, '');\r\n}\r\n\r\n// @function splitWords(str: String): String[]\r\n// Trims and splits the string on whitespace and returns the array of parts.\r\nexport function splitWords(str) {\r\n\treturn trim(str).split(/\\s+/);\r\n}\r\n\r\n// @function setOptions(obj: Object, options: Object): Object\r\n// Merges the given properties to the `options` of the `obj` object, returning the resulting options. See `Class options`. Has an `L.setOptions` shortcut.\r\nexport function setOptions(obj, options) {\r\n\tif (!obj.hasOwnProperty('options')) {\r\n\t\tobj.options = obj.options ? create(obj.options) : {};\r\n\t}\r\n\tfor (var i in options) {\r\n\t\tobj.options[i] = options[i];\r\n\t}\r\n\treturn obj.options;\r\n}\r\n\r\n// @function getParamString(obj: Object, existingUrl?: String, uppercase?: Boolean): String\r\n// Converts an object into a parameter URL string, e.g. `{a: \"foo\", b: \"bar\"}`\r\n// translates to `'?a=foo&b=bar'`. If `existingUrl` is set, the parameters will\r\n// be appended at the end. If `uppercase` is `true`, the parameter names will\r\n// be uppercased (e.g. `'?A=foo&B=bar'`)\r\nexport function getParamString(obj, existingUrl, uppercase) {\r\n\tvar params = [];\r\n\tfor (var i in obj) {\r\n\t\tparams.push(encodeURIComponent(uppercase ? i.toUpperCase() : i) + '=' + encodeURIComponent(obj[i]));\r\n\t}\r\n\treturn ((!existingUrl || existingUrl.indexOf('?') === -1) ? '?' : '&') + params.join('&');\r\n}\r\n\r\nvar templateRe = /\\{ *([\\w_-]+) *\\}/g;\r\n\r\n// @function template(str: String, data: Object): String\r\n// Simple templating facility, accepts a template string of the form `'Hello {a}, {b}'`\r\n// and a data object like `{a: 'foo', b: 'bar'}`, returns evaluated string\r\n// `('Hello foo, bar')`. You can also specify functions instead of strings for\r\n// data values — they will be evaluated passing `data` as an argument.\r\nexport function template(str, data) {\r\n\treturn str.replace(templateRe, function (str, key) {\r\n\t\tvar value = data[key];\r\n\r\n\t\tif (value === undefined) {\r\n\t\t\tthrow new Error('No value provided for variable ' + str);\r\n\r\n\t\t} else if (typeof value === 'function') {\r\n\t\t\tvalue = value(data);\r\n\t\t}\r\n\t\treturn value;\r\n\t});\r\n}\r\n\r\n// @function isArray(obj): Boolean\r\n// Compatibility polyfill for [Array.isArray](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray)\r\nexport var isArray = Array.isArray || function (obj) {\r\n\treturn (Object.prototype.toString.call(obj) === '[object Array]');\r\n};\r\n\r\n// @function indexOf(array: Array, el: Object): Number\r\n// Compatibility polyfill for [Array.prototype.indexOf](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf)\r\nexport function indexOf(array, el) {\r\n\tfor (var i = 0; i < array.length; i++) {\r\n\t\tif (array[i] === el) { return i; }\r\n\t}\r\n\treturn -1;\r\n}\r\n\r\n// @property emptyImageUrl: String\r\n// Data URI string containing a base64-encoded empty GIF image.\r\n// Used as a hack to free memory from unused images on WebKit-powered\r\n// mobile devices (by setting image `src` to this string).\r\nexport var emptyImageUrl = 'data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=';\r\n\r\n// inspired by http://paulirish.com/2011/requestanimationframe-for-smart-animating/\r\n\r\nfunction getPrefixed(name) {\r\n\treturn window['webkit' + name] || window['moz' + name] || window['ms' + name];\r\n}\r\n\r\nvar lastTime = 0;\r\n\r\n// fallback for IE 7-8\r\nfunction timeoutDefer(fn) {\r\n\tvar time = +new Date(),\r\n\t    timeToCall = Math.max(0, 16 - (time - lastTime));\r\n\r\n\tlastTime = time + timeToCall;\r\n\treturn window.setTimeout(fn, timeToCall);\r\n}\r\n\r\nexport var requestFn = window.requestAnimationFrame || getPrefixed('RequestAnimationFrame') || timeoutDefer;\r\nexport var cancelFn = window.cancelAnimationFrame || getPrefixed('CancelAnimationFrame') ||\r\n\t\tgetPrefixed('CancelRequestAnimationFrame') || function (id) { window.clearTimeout(id); };\r\n\r\n// @function requestAnimFrame(fn: Function, context?: Object, immediate?: Boolean): Number\r\n// Schedules `fn` to be executed when the browser repaints. `fn` is bound to\r\n// `context` if given. When `immediate` is set, `fn` is called immediately if\r\n// the browser doesn't have native support for\r\n// [`window.requestAnimationFrame`](https://developer.mozilla.org/docs/Web/API/window/requestAnimationFrame),\r\n// otherwise it's delayed. Returns a request ID that can be used to cancel the request.\r\nexport function requestAnimFrame(fn, context, immediate) {\r\n\tif (immediate && requestFn === timeoutDefer) {\r\n\t\tfn.call(context);\r\n\t} else {\r\n\t\treturn requestFn.call(window, bind(fn, context));\r\n\t}\r\n}\r\n\r\n// @function cancelAnimFrame(id: Number): undefined\r\n// Cancels a previous `requestAnimFrame`. See also [window.cancelAnimationFrame](https://developer.mozilla.org/docs/Web/API/window/cancelAnimationFrame).\r\nexport function cancelAnimFrame(id) {\r\n\tif (id) {\r\n\t\tcancelFn.call(window, id);\r\n\t}\r\n}\r\n","import * as Util from './Util';\r\n\r\n// @class Class\r\n// @aka L.Class\r\n\r\n// @section\r\n// @uninheritable\r\n\r\n// Thanks to John Resig and Dean Edwards for inspiration!\r\n\r\nexport function Class() {}\r\n\r\nClass.extend = function (props) {\r\n\r\n\t// @function extend(props: Object): Function\r\n\t// [Extends the current class](#class-inheritance) given the properties to be included.\r\n\t// Returns a Javascript function that is a class constructor (to be called with `new`).\r\n\tvar NewClass = function () {\r\n\r\n\t\t// call the constructor\r\n\t\tif (this.initialize) {\r\n\t\t\tthis.initialize.apply(this, arguments);\r\n\t\t}\r\n\r\n\t\t// call all constructor hooks\r\n\t\tthis.callInitHooks();\r\n\t};\r\n\r\n\tvar parentProto = NewClass.__super__ = this.prototype;\r\n\r\n\tvar proto = Util.create(parentProto);\r\n\tproto.constructor = NewClass;\r\n\r\n\tNewClass.prototype = proto;\r\n\r\n\t// inherit parent's statics\r\n\tfor (var i in this) {\r\n\t\tif (this.hasOwnProperty(i) && i !== 'prototype' && i !== '__super__') {\r\n\t\t\tNewClass[i] = this[i];\r\n\t\t}\r\n\t}\r\n\r\n\t// mix static properties into the class\r\n\tif (props.statics) {\r\n\t\tUtil.extend(NewClass, props.statics);\r\n\t\tdelete props.statics;\r\n\t}\r\n\r\n\t// mix includes into the prototype\r\n\tif (props.includes) {\r\n\t\tcheckDeprecatedMixinEvents(props.includes);\r\n\t\tUtil.extend.apply(null, [proto].concat(props.includes));\r\n\t\tdelete props.includes;\r\n\t}\r\n\r\n\t// merge options\r\n\tif (proto.options) {\r\n\t\tprops.options = Util.extend(Util.create(proto.options), props.options);\r\n\t}\r\n\r\n\t// mix given properties into the prototype\r\n\tUtil.extend(proto, props);\r\n\r\n\tproto._initHooks = [];\r\n\r\n\t// add method for calling all hooks\r\n\tproto.callInitHooks = function () {\r\n\r\n\t\tif (this._initHooksCalled) { return; }\r\n\r\n\t\tif (parentProto.callInitHooks) {\r\n\t\t\tparentProto.callInitHooks.call(this);\r\n\t\t}\r\n\r\n\t\tthis._initHooksCalled = true;\r\n\r\n\t\tfor (var i = 0, len = proto._initHooks.length; i < len; i++) {\r\n\t\t\tproto._initHooks[i].call(this);\r\n\t\t}\r\n\t};\r\n\r\n\treturn NewClass;\r\n};\r\n\r\n\r\n// @function include(properties: Object): this\r\n// [Includes a mixin](#class-includes) into the current class.\r\nClass.include = function (props) {\r\n\tUtil.extend(this.prototype, props);\r\n\treturn this;\r\n};\r\n\r\n// @function mergeOptions(options: Object): this\r\n// [Merges `options`](#class-options) into the defaults of the class.\r\nClass.mergeOptions = function (options) {\r\n\tUtil.extend(this.prototype.options, options);\r\n\treturn this;\r\n};\r\n\r\n// @function addInitHook(fn: Function): this\r\n// Adds a [constructor hook](#class-constructor-hooks) to the class.\r\nClass.addInitHook = function (fn) { // (Function) || (String, args...)\r\n\tvar args = Array.prototype.slice.call(arguments, 1);\r\n\r\n\tvar init = typeof fn === 'function' ? fn : function () {\r\n\t\tthis[fn].apply(this, args);\r\n\t};\r\n\r\n\tthis.prototype._initHooks = this.prototype._initHooks || [];\r\n\tthis.prototype._initHooks.push(init);\r\n\treturn this;\r\n};\r\n\r\nfunction checkDeprecatedMixinEvents(includes) {\r\n\tif (typeof L === 'undefined' || !L || !L.Mixin) { return; }\r\n\r\n\tincludes = Util.isArray(includes) ? includes : [includes];\r\n\r\n\tfor (var i = 0; i < includes.length; i++) {\r\n\t\tif (includes[i] === L.Mixin.Events) {\r\n\t\t\tconsole.warn('Deprecated include of L.Mixin.Events: ' +\r\n\t\t\t\t'this property will be removed in future releases, ' +\r\n\t\t\t\t'please inherit from L.Evented instead.', new Error().stack);\r\n\t\t}\r\n\t}\r\n}\r\n","import {Class} from './Class';\r\nimport * as Util from './Util';\r\n\r\n/*\r\n * @class Evented\r\n * @aka L.Evented\r\n * @inherits Class\r\n *\r\n * A set of methods shared between event-powered classes (like `Map` and `Marker`). Generally, events allow you to execute some function when something happens with an object (e.g. the user clicks on the map, causing the map to fire `'click'` event).\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * map.on('click', function(e) {\r\n * \talert(e.latlng);\r\n * } );\r\n * ```\r\n *\r\n * Leaflet deals with event listeners by reference, so if you want to add a listener and then remove it, define it as a function:\r\n *\r\n * ```js\r\n * function onClick(e) { ... }\r\n *\r\n * map.on('click', onClick);\r\n * map.off('click', onClick);\r\n * ```\r\n */\r\n\r\nexport var Events = {\r\n\t/* @method on(type: String, fn: Function, context?: Object): this\r\n\t * Adds a listener function (`fn`) to a particular event type of the object. You can optionally specify the context of the listener (object the this keyword will point to). You can also pass several space-separated types (e.g. `'click dblclick'`).\r\n\t *\r\n\t * @alternative\r\n\t * @method on(eventMap: Object): this\r\n\t * Adds a set of type/listener pairs, e.g. `{click: onClick, mousemove: onMouseMove}`\r\n\t */\r\n\ton: function (types, fn, context) {\r\n\r\n\t\t// types can be a map of types/handlers\r\n\t\tif (typeof types === 'object') {\r\n\t\t\tfor (var type in types) {\r\n\t\t\t\t// we don't process space-separated events here for performance;\r\n\t\t\t\t// it's a hot path since Layer uses the on(obj) syntax\r\n\t\t\t\tthis._on(type, types[type], fn);\r\n\t\t\t}\r\n\r\n\t\t} else {\r\n\t\t\t// types can be a string of space-separated words\r\n\t\t\ttypes = Util.splitWords(types);\r\n\r\n\t\t\tfor (var i = 0, len = types.length; i < len; i++) {\r\n\t\t\t\tthis._on(types[i], fn, context);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t/* @method off(type: String, fn?: Function, context?: Object): this\r\n\t * Removes a previously added listener function. If no function is specified, it will remove all the listeners of that particular event from the object. Note that if you passed a custom context to `on`, you must pass the same context to `off` in order to remove the listener.\r\n\t *\r\n\t * @alternative\r\n\t * @method off(eventMap: Object): this\r\n\t * Removes a set of type/listener pairs.\r\n\t *\r\n\t * @alternative\r\n\t * @method off: this\r\n\t * Removes all listeners to all events on the object.\r\n\t */\r\n\toff: function (types, fn, context) {\r\n\r\n\t\tif (!types) {\r\n\t\t\t// clear all listeners if called without arguments\r\n\t\t\tdelete this._events;\r\n\r\n\t\t} else if (typeof types === 'object') {\r\n\t\t\tfor (var type in types) {\r\n\t\t\t\tthis._off(type, types[type], fn);\r\n\t\t\t}\r\n\r\n\t\t} else {\r\n\t\t\ttypes = Util.splitWords(types);\r\n\r\n\t\t\tfor (var i = 0, len = types.length; i < len; i++) {\r\n\t\t\t\tthis._off(types[i], fn, context);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// attach listener (without syntactic sugar now)\r\n\t_on: function (type, fn, context) {\r\n\t\tthis._events = this._events || {};\r\n\r\n\t\t/* get/init listeners for type */\r\n\t\tvar typeListeners = this._events[type];\r\n\t\tif (!typeListeners) {\r\n\t\t\ttypeListeners = [];\r\n\t\t\tthis._events[type] = typeListeners;\r\n\t\t}\r\n\r\n\t\tif (context === this) {\r\n\t\t\t// Less memory footprint.\r\n\t\t\tcontext = undefined;\r\n\t\t}\r\n\t\tvar newListener = {fn: fn, ctx: context},\r\n\t\t    listeners = typeListeners;\r\n\r\n\t\t// check if fn already there\r\n\t\tfor (var i = 0, len = listeners.length; i < len; i++) {\r\n\t\t\tif (listeners[i].fn === fn && listeners[i].ctx === context) {\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tlisteners.push(newListener);\r\n\t},\r\n\r\n\t_off: function (type, fn, context) {\r\n\t\tvar listeners,\r\n\t\t    i,\r\n\t\t    len;\r\n\r\n\t\tif (!this._events) { return; }\r\n\r\n\t\tlisteners = this._events[type];\r\n\r\n\t\tif (!listeners) {\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\tif (!fn) {\r\n\t\t\t// Set all removed listeners to noop so they are not called if remove happens in fire\r\n\t\t\tfor (i = 0, len = listeners.length; i < len; i++) {\r\n\t\t\t\tlisteners[i].fn = Util.falseFn;\r\n\t\t\t}\r\n\t\t\t// clear all listeners for a type if function isn't specified\r\n\t\t\tdelete this._events[type];\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\tif (context === this) {\r\n\t\t\tcontext = undefined;\r\n\t\t}\r\n\r\n\t\tif (listeners) {\r\n\r\n\t\t\t// find fn and remove it\r\n\t\t\tfor (i = 0, len = listeners.length; i < len; i++) {\r\n\t\t\t\tvar l = listeners[i];\r\n\t\t\t\tif (l.ctx !== context) { continue; }\r\n\t\t\t\tif (l.fn === fn) {\r\n\r\n\t\t\t\t\t// set the removed listener to noop so that's not called if remove happens in fire\r\n\t\t\t\t\tl.fn = Util.falseFn;\r\n\r\n\t\t\t\t\tif (this._firingCount) {\r\n\t\t\t\t\t\t/* copy array in case events are being fired */\r\n\t\t\t\t\t\tthis._events[type] = listeners = listeners.slice();\r\n\t\t\t\t\t}\r\n\t\t\t\t\tlisteners.splice(i, 1);\r\n\r\n\t\t\t\t\treturn;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\r\n\t// @method fire(type: String, data?: Object, propagate?: Boolean): this\r\n\t// Fires an event of the specified type. You can optionally provide an data\r\n\t// object — the first argument of the listener function will contain its\r\n\t// properties. The event can optionally be propagated to event parents.\r\n\tfire: function (type, data, propagate) {\r\n\t\tif (!this.listens(type, propagate)) { return this; }\r\n\r\n\t\tvar event = Util.extend({}, data, {\r\n\t\t\ttype: type,\r\n\t\t\ttarget: this,\r\n\t\t\tsourceTarget: data && data.sourceTarget || this\r\n\t\t});\r\n\r\n\t\tif (this._events) {\r\n\t\t\tvar listeners = this._events[type];\r\n\r\n\t\t\tif (listeners) {\r\n\t\t\t\tthis._firingCount = (this._firingCount + 1) || 1;\r\n\t\t\t\tfor (var i = 0, len = listeners.length; i < len; i++) {\r\n\t\t\t\t\tvar l = listeners[i];\r\n\t\t\t\t\tl.fn.call(l.ctx || this, event);\r\n\t\t\t\t}\r\n\r\n\t\t\t\tthis._firingCount--;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tif (propagate) {\r\n\t\t\t// propagate the event to parents (set with addEventParent)\r\n\t\t\tthis._propagateEvent(event);\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method listens(type: String): Boolean\r\n\t// Returns `true` if a particular event type has any listeners attached to it.\r\n\tlistens: function (type, propagate) {\r\n\t\tvar listeners = this._events && this._events[type];\r\n\t\tif (listeners && listeners.length) { return true; }\r\n\r\n\t\tif (propagate) {\r\n\t\t\t// also check parents for listeners if event propagates\r\n\t\t\tfor (var id in this._eventParents) {\r\n\t\t\t\tif (this._eventParents[id].listens(type, propagate)) { return true; }\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn false;\r\n\t},\r\n\r\n\t// @method once(…): this\r\n\t// Behaves as [`on(…)`](#evented-on), except the listener will only get fired once and then removed.\r\n\tonce: function (types, fn, context) {\r\n\r\n\t\tif (typeof types === 'object') {\r\n\t\t\tfor (var type in types) {\r\n\t\t\t\tthis.once(type, types[type], fn);\r\n\t\t\t}\r\n\t\t\treturn this;\r\n\t\t}\r\n\r\n\t\tvar handler = Util.bind(function () {\r\n\t\t\tthis\r\n\t\t\t    .off(types, fn, context)\r\n\t\t\t    .off(types, handler, context);\r\n\t\t}, this);\r\n\r\n\t\t// add a listener that's executed once and removed after that\r\n\t\treturn this\r\n\t\t    .on(types, fn, context)\r\n\t\t    .on(types, handler, context);\r\n\t},\r\n\r\n\t// @method addEventParent(obj: Evented): this\r\n\t// Adds an event parent - an `Evented` that will receive propagated events\r\n\taddEventParent: function (obj) {\r\n\t\tthis._eventParents = this._eventParents || {};\r\n\t\tthis._eventParents[Util.stamp(obj)] = obj;\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method removeEventParent(obj: Evented): this\r\n\t// Removes an event parent, so it will stop receiving propagated events\r\n\tremoveEventParent: function (obj) {\r\n\t\tif (this._eventParents) {\r\n\t\t\tdelete this._eventParents[Util.stamp(obj)];\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_propagateEvent: function (e) {\r\n\t\tfor (var id in this._eventParents) {\r\n\t\t\tthis._eventParents[id].fire(e.type, Util.extend({\r\n\t\t\t\tlayer: e.target,\r\n\t\t\t\tpropagatedFrom: e.target\r\n\t\t\t}, e), true);\r\n\t\t}\r\n\t}\r\n};\r\n\r\n// aliases; we should ditch those eventually\r\n\r\n// @method addEventListener(…): this\r\n// Alias to [`on(…)`](#evented-on)\r\nEvents.addEventListener = Events.on;\r\n\r\n// @method removeEventListener(…): this\r\n// Alias to [`off(…)`](#evented-off)\r\n\r\n// @method clearAllEventListeners(…): this\r\n// Alias to [`off()`](#evented-off)\r\nEvents.removeEventListener = Events.clearAllEventListeners = Events.off;\r\n\r\n// @method addOneTimeEventListener(…): this\r\n// Alias to [`once(…)`](#evented-once)\r\nEvents.addOneTimeEventListener = Events.once;\r\n\r\n// @method fireEvent(…): this\r\n// Alias to [`fire(…)`](#evented-fire)\r\nEvents.fireEvent = Events.fire;\r\n\r\n// @method hasEventListeners(…): Boolean\r\n// Alias to [`listens(…)`](#evented-listens)\r\nEvents.hasEventListeners = Events.listens;\r\n\r\nexport var Evented = Class.extend(Events);\r\n","import {isArray, formatNum} from '../core/Util';\r\n\r\n/*\r\n * @class Point\r\n * @aka L.Point\r\n *\r\n * Represents a point with `x` and `y` coordinates in pixels.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * var point = L.point(200, 300);\r\n * ```\r\n *\r\n * All Leaflet methods and options that accept `Point` objects also accept them in a simple Array form (unless noted otherwise), so these lines are equivalent:\r\n *\r\n * ```js\r\n * map.panBy([200, 300]);\r\n * map.panBy(L.point(200, 300));\r\n * ```\r\n *\r\n * Note that `Point` does not inherit from Leafet's `Class` object,\r\n * which means new classes can't inherit from it, and new methods\r\n * can't be added to it with the `include` function.\r\n */\r\n\r\nexport function Point(x, y, round) {\r\n\t// @property x: Number; The `x` coordinate of the point\r\n\tthis.x = (round ? Math.round(x) : x);\r\n\t// @property y: Number; The `y` coordinate of the point\r\n\tthis.y = (round ? Math.round(y) : y);\r\n}\r\n\r\nvar trunc = Math.trunc || function (v) {\r\n\treturn v > 0 ? Math.floor(v) : Math.ceil(v);\r\n};\r\n\r\nPoint.prototype = {\r\n\r\n\t// @method clone(): Point\r\n\t// Returns a copy of the current point.\r\n\tclone: function () {\r\n\t\treturn new Point(this.x, this.y);\r\n\t},\r\n\r\n\t// @method add(otherPoint: Point): Point\r\n\t// Returns the result of addition of the current and the given points.\r\n\tadd: function (point) {\r\n\t\t// non-destructive, returns a new point\r\n\t\treturn this.clone()._add(toPoint(point));\r\n\t},\r\n\r\n\t_add: function (point) {\r\n\t\t// destructive, used directly for performance in situations where it's safe to modify existing point\r\n\t\tthis.x += point.x;\r\n\t\tthis.y += point.y;\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method subtract(otherPoint: Point): Point\r\n\t// Returns the result of subtraction of the given point from the current.\r\n\tsubtract: function (point) {\r\n\t\treturn this.clone()._subtract(toPoint(point));\r\n\t},\r\n\r\n\t_subtract: function (point) {\r\n\t\tthis.x -= point.x;\r\n\t\tthis.y -= point.y;\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method divideBy(num: Number): Point\r\n\t// Returns the result of division of the current point by the given number.\r\n\tdivideBy: function (num) {\r\n\t\treturn this.clone()._divideBy(num);\r\n\t},\r\n\r\n\t_divideBy: function (num) {\r\n\t\tthis.x /= num;\r\n\t\tthis.y /= num;\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method multiplyBy(num: Number): Point\r\n\t// Returns the result of multiplication of the current point by the given number.\r\n\tmultiplyBy: function (num) {\r\n\t\treturn this.clone()._multiplyBy(num);\r\n\t},\r\n\r\n\t_multiplyBy: function (num) {\r\n\t\tthis.x *= num;\r\n\t\tthis.y *= num;\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method scaleBy(scale: Point): Point\r\n\t// Multiply each coordinate of the current point by each coordinate of\r\n\t// `scale`. In linear algebra terms, multiply the point by the\r\n\t// [scaling matrix](https://en.wikipedia.org/wiki/Scaling_%28geometry%29#Matrix_representation)\r\n\t// defined by `scale`.\r\n\tscaleBy: function (point) {\r\n\t\treturn new Point(this.x * point.x, this.y * point.y);\r\n\t},\r\n\r\n\t// @method unscaleBy(scale: Point): Point\r\n\t// Inverse of `scaleBy`. Divide each coordinate of the current point by\r\n\t// each coordinate of `scale`.\r\n\tunscaleBy: function (point) {\r\n\t\treturn new Point(this.x / point.x, this.y / point.y);\r\n\t},\r\n\r\n\t// @method round(): Point\r\n\t// Returns a copy of the current point with rounded coordinates.\r\n\tround: function () {\r\n\t\treturn this.clone()._round();\r\n\t},\r\n\r\n\t_round: function () {\r\n\t\tthis.x = Math.round(this.x);\r\n\t\tthis.y = Math.round(this.y);\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method floor(): Point\r\n\t// Returns a copy of the current point with floored coordinates (rounded down).\r\n\tfloor: function () {\r\n\t\treturn this.clone()._floor();\r\n\t},\r\n\r\n\t_floor: function () {\r\n\t\tthis.x = Math.floor(this.x);\r\n\t\tthis.y = Math.floor(this.y);\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method ceil(): Point\r\n\t// Returns a copy of the current point with ceiled coordinates (rounded up).\r\n\tceil: function () {\r\n\t\treturn this.clone()._ceil();\r\n\t},\r\n\r\n\t_ceil: function () {\r\n\t\tthis.x = Math.ceil(this.x);\r\n\t\tthis.y = Math.ceil(this.y);\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method trunc(): Point\r\n\t// Returns a copy of the current point with truncated coordinates (rounded towards zero).\r\n\ttrunc: function () {\r\n\t\treturn this.clone()._trunc();\r\n\t},\r\n\r\n\t_trunc: function () {\r\n\t\tthis.x = trunc(this.x);\r\n\t\tthis.y = trunc(this.y);\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method distanceTo(otherPoint: Point): Number\r\n\t// Returns the cartesian distance between the current and the given points.\r\n\tdistanceTo: function (point) {\r\n\t\tpoint = toPoint(point);\r\n\r\n\t\tvar x = point.x - this.x,\r\n\t\t    y = point.y - this.y;\r\n\r\n\t\treturn Math.sqrt(x * x + y * y);\r\n\t},\r\n\r\n\t// @method equals(otherPoint: Point): Boolean\r\n\t// Returns `true` if the given point has the same coordinates.\r\n\tequals: function (point) {\r\n\t\tpoint = toPoint(point);\r\n\r\n\t\treturn point.x === this.x &&\r\n\t\t       point.y === this.y;\r\n\t},\r\n\r\n\t// @method contains(otherPoint: Point): Boolean\r\n\t// Returns `true` if both coordinates of the given point are less than the corresponding current point coordinates (in absolute values).\r\n\tcontains: function (point) {\r\n\t\tpoint = toPoint(point);\r\n\r\n\t\treturn Math.abs(point.x) <= Math.abs(this.x) &&\r\n\t\t       Math.abs(point.y) <= Math.abs(this.y);\r\n\t},\r\n\r\n\t// @method toString(): String\r\n\t// Returns a string representation of the point for debugging purposes.\r\n\ttoString: function () {\r\n\t\treturn 'Point(' +\r\n\t\t        formatNum(this.x) + ', ' +\r\n\t\t        formatNum(this.y) + ')';\r\n\t}\r\n};\r\n\r\n// @factory L.point(x: Number, y: Number, round?: Boolean)\r\n// Creates a Point object with the given `x` and `y` coordinates. If optional `round` is set to true, rounds the `x` and `y` values.\r\n\r\n// @alternative\r\n// @factory L.point(coords: Number[])\r\n// Expects an array of the form `[x, y]` instead.\r\n\r\n// @alternative\r\n// @factory L.point(coords: Object)\r\n// Expects a plain object of the form `{x: Number, y: Number}` instead.\r\nexport function toPoint(x, y, round) {\r\n\tif (x instanceof Point) {\r\n\t\treturn x;\r\n\t}\r\n\tif (isArray(x)) {\r\n\t\treturn new Point(x[0], x[1]);\r\n\t}\r\n\tif (x === undefined || x === null) {\r\n\t\treturn x;\r\n\t}\r\n\tif (typeof x === 'object' && 'x' in x && 'y' in x) {\r\n\t\treturn new Point(x.x, x.y);\r\n\t}\r\n\treturn new Point(x, y, round);\r\n}\r\n","import {Point, toPoint} from './Point';\r\n\r\n/*\r\n * @class Bounds\r\n * @aka L.Bounds\r\n *\r\n * Represents a rectangular area in pixel coordinates.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * var p1 = L.point(10, 10),\r\n * p2 = L.point(40, 60),\r\n * bounds = L.bounds(p1, p2);\r\n * ```\r\n *\r\n * All Leaflet methods that accept `Bounds` objects also accept them in a simple Array form (unless noted otherwise), so the bounds example above can be passed like this:\r\n *\r\n * ```js\r\n * otherBounds.intersects([[10, 10], [40, 60]]);\r\n * ```\r\n *\r\n * Note that `Bounds` does not inherit from Leafet's `Class` object,\r\n * which means new classes can't inherit from it, and new methods\r\n * can't be added to it with the `include` function.\r\n */\r\n\r\nexport function Bounds(a, b) {\r\n\tif (!a) { return; }\r\n\r\n\tvar points = b ? [a, b] : a;\r\n\r\n\tfor (var i = 0, len = points.length; i < len; i++) {\r\n\t\tthis.extend(points[i]);\r\n\t}\r\n}\r\n\r\nBounds.prototype = {\r\n\t// @method extend(point: Point): this\r\n\t// Extends the bounds to contain the given point.\r\n\textend: function (point) { // (Point)\r\n\t\tpoint = toPoint(point);\r\n\r\n\t\t// @property min: Point\r\n\t\t// The top left corner of the rectangle.\r\n\t\t// @property max: Point\r\n\t\t// The bottom right corner of the rectangle.\r\n\t\tif (!this.min && !this.max) {\r\n\t\t\tthis.min = point.clone();\r\n\t\t\tthis.max = point.clone();\r\n\t\t} else {\r\n\t\t\tthis.min.x = Math.min(point.x, this.min.x);\r\n\t\t\tthis.max.x = Math.max(point.x, this.max.x);\r\n\t\t\tthis.min.y = Math.min(point.y, this.min.y);\r\n\t\t\tthis.max.y = Math.max(point.y, this.max.y);\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method getCenter(round?: Boolean): Point\r\n\t// Returns the center point of the bounds.\r\n\tgetCenter: function (round) {\r\n\t\treturn new Point(\r\n\t\t        (this.min.x + this.max.x) / 2,\r\n\t\t        (this.min.y + this.max.y) / 2, round);\r\n\t},\r\n\r\n\t// @method getBottomLeft(): Point\r\n\t// Returns the bottom-left point of the bounds.\r\n\tgetBottomLeft: function () {\r\n\t\treturn new Point(this.min.x, this.max.y);\r\n\t},\r\n\r\n\t// @method getTopRight(): Point\r\n\t// Returns the top-right point of the bounds.\r\n\tgetTopRight: function () { // -> Point\r\n\t\treturn new Point(this.max.x, this.min.y);\r\n\t},\r\n\r\n\t// @method getTopLeft(): Point\r\n\t// Returns the top-left point of the bounds (i.e. [`this.min`](#bounds-min)).\r\n\tgetTopLeft: function () {\r\n\t\treturn this.min; // left, top\r\n\t},\r\n\r\n\t// @method getBottomRight(): Point\r\n\t// Returns the bottom-right point of the bounds (i.e. [`this.max`](#bounds-max)).\r\n\tgetBottomRight: function () {\r\n\t\treturn this.max; // right, bottom\r\n\t},\r\n\r\n\t// @method getSize(): Point\r\n\t// Returns the size of the given bounds\r\n\tgetSize: function () {\r\n\t\treturn this.max.subtract(this.min);\r\n\t},\r\n\r\n\t// @method contains(otherBounds: Bounds): Boolean\r\n\t// Returns `true` if the rectangle contains the given one.\r\n\t// @alternative\r\n\t// @method contains(point: Point): Boolean\r\n\t// Returns `true` if the rectangle contains the given point.\r\n\tcontains: function (obj) {\r\n\t\tvar min, max;\r\n\r\n\t\tif (typeof obj[0] === 'number' || obj instanceof Point) {\r\n\t\t\tobj = toPoint(obj);\r\n\t\t} else {\r\n\t\t\tobj = toBounds(obj);\r\n\t\t}\r\n\r\n\t\tif (obj instanceof Bounds) {\r\n\t\t\tmin = obj.min;\r\n\t\t\tmax = obj.max;\r\n\t\t} else {\r\n\t\t\tmin = max = obj;\r\n\t\t}\r\n\r\n\t\treturn (min.x >= this.min.x) &&\r\n\t\t       (max.x <= this.max.x) &&\r\n\t\t       (min.y >= this.min.y) &&\r\n\t\t       (max.y <= this.max.y);\r\n\t},\r\n\r\n\t// @method intersects(otherBounds: Bounds): Boolean\r\n\t// Returns `true` if the rectangle intersects the given bounds. Two bounds\r\n\t// intersect if they have at least one point in common.\r\n\tintersects: function (bounds) { // (Bounds) -> Boolean\r\n\t\tbounds = toBounds(bounds);\r\n\r\n\t\tvar min = this.min,\r\n\t\t    max = this.max,\r\n\t\t    min2 = bounds.min,\r\n\t\t    max2 = bounds.max,\r\n\t\t    xIntersects = (max2.x >= min.x) && (min2.x <= max.x),\r\n\t\t    yIntersects = (max2.y >= min.y) && (min2.y <= max.y);\r\n\r\n\t\treturn xIntersects && yIntersects;\r\n\t},\r\n\r\n\t// @method overlaps(otherBounds: Bounds): Boolean\r\n\t// Returns `true` if the rectangle overlaps the given bounds. Two bounds\r\n\t// overlap if their intersection is an area.\r\n\toverlaps: function (bounds) { // (Bounds) -> Boolean\r\n\t\tbounds = toBounds(bounds);\r\n\r\n\t\tvar min = this.min,\r\n\t\t    max = this.max,\r\n\t\t    min2 = bounds.min,\r\n\t\t    max2 = bounds.max,\r\n\t\t    xOverlaps = (max2.x > min.x) && (min2.x < max.x),\r\n\t\t    yOverlaps = (max2.y > min.y) && (min2.y < max.y);\r\n\r\n\t\treturn xOverlaps && yOverlaps;\r\n\t},\r\n\r\n\tisValid: function () {\r\n\t\treturn !!(this.min && this.max);\r\n\t}\r\n};\r\n\r\n\r\n// @factory L.bounds(corner1: Point, corner2: Point)\r\n// Creates a Bounds object from two corners coordinate pairs.\r\n// @alternative\r\n// @factory L.bounds(points: Point[])\r\n// Creates a Bounds object from the given array of points.\r\nexport function toBounds(a, b) {\r\n\tif (!a || a instanceof Bounds) {\r\n\t\treturn a;\r\n\t}\r\n\treturn new Bounds(a, b);\r\n}\r\n","import {LatLng, toLatLng} from './LatLng';\r\n\r\n/*\r\n * @class LatLngBounds\r\n * @aka L.LatLngBounds\r\n *\r\n * Represents a rectangular geographical area on a map.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * var corner1 = L.latLng(40.712, -74.227),\r\n * corner2 = L.latLng(40.774, -74.125),\r\n * bounds = L.latLngBounds(corner1, corner2);\r\n * ```\r\n *\r\n * All Leaflet methods that accept LatLngBounds objects also accept them in a simple Array form (unless noted otherwise), so the bounds example above can be passed like this:\r\n *\r\n * ```js\r\n * map.fitBounds([\r\n * \t[40.712, -74.227],\r\n * \t[40.774, -74.125]\r\n * ]);\r\n * ```\r\n *\r\n * Caution: if the area crosses the antimeridian (often confused with the International Date Line), you must specify corners _outside_ the [-180, 180] degrees longitude range.\r\n *\r\n * Note that `LatLngBounds` does not inherit from Leafet's `Class` object,\r\n * which means new classes can't inherit from it, and new methods\r\n * can't be added to it with the `include` function.\r\n */\r\n\r\nexport function LatLngBounds(corner1, corner2) { // (LatLng, LatLng) or (LatLng[])\r\n\tif (!corner1) { return; }\r\n\r\n\tvar latlngs = corner2 ? [corner1, corner2] : corner1;\r\n\r\n\tfor (var i = 0, len = latlngs.length; i < len; i++) {\r\n\t\tthis.extend(latlngs[i]);\r\n\t}\r\n}\r\n\r\nLatLngBounds.prototype = {\r\n\r\n\t// @method extend(latlng: LatLng): this\r\n\t// Extend the bounds to contain the given point\r\n\r\n\t// @alternative\r\n\t// @method extend(otherBounds: LatLngBounds): this\r\n\t// Extend the bounds to contain the given bounds\r\n\textend: function (obj) {\r\n\t\tvar sw = this._southWest,\r\n\t\t    ne = this._northEast,\r\n\t\t    sw2, ne2;\r\n\r\n\t\tif (obj instanceof LatLng) {\r\n\t\t\tsw2 = obj;\r\n\t\t\tne2 = obj;\r\n\r\n\t\t} else if (obj instanceof LatLngBounds) {\r\n\t\t\tsw2 = obj._southWest;\r\n\t\t\tne2 = obj._northEast;\r\n\r\n\t\t\tif (!sw2 || !ne2) { return this; }\r\n\r\n\t\t} else {\r\n\t\t\treturn obj ? this.extend(toLatLng(obj) || toLatLngBounds(obj)) : this;\r\n\t\t}\r\n\r\n\t\tif (!sw && !ne) {\r\n\t\t\tthis._southWest = new LatLng(sw2.lat, sw2.lng);\r\n\t\t\tthis._northEast = new LatLng(ne2.lat, ne2.lng);\r\n\t\t} else {\r\n\t\t\tsw.lat = Math.min(sw2.lat, sw.lat);\r\n\t\t\tsw.lng = Math.min(sw2.lng, sw.lng);\r\n\t\t\tne.lat = Math.max(ne2.lat, ne.lat);\r\n\t\t\tne.lng = Math.max(ne2.lng, ne.lng);\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method pad(bufferRatio: Number): LatLngBounds\r\n\t// Returns bounds created by extending or retracting the current bounds by a given ratio in each direction.\r\n\t// For example, a ratio of 0.5 extends the bounds by 50% in each direction.\r\n\t// Negative values will retract the bounds.\r\n\tpad: function (bufferRatio) {\r\n\t\tvar sw = this._southWest,\r\n\t\t    ne = this._northEast,\r\n\t\t    heightBuffer = Math.abs(sw.lat - ne.lat) * bufferRatio,\r\n\t\t    widthBuffer = Math.abs(sw.lng - ne.lng) * bufferRatio;\r\n\r\n\t\treturn new LatLngBounds(\r\n\t\t        new LatLng(sw.lat - heightBuffer, sw.lng - widthBuffer),\r\n\t\t        new LatLng(ne.lat + heightBuffer, ne.lng + widthBuffer));\r\n\t},\r\n\r\n\t// @method getCenter(): LatLng\r\n\t// Returns the center point of the bounds.\r\n\tgetCenter: function () {\r\n\t\treturn new LatLng(\r\n\t\t        (this._southWest.lat + this._northEast.lat) / 2,\r\n\t\t        (this._southWest.lng + this._northEast.lng) / 2);\r\n\t},\r\n\r\n\t// @method getSouthWest(): LatLng\r\n\t// Returns the south-west point of the bounds.\r\n\tgetSouthWest: function () {\r\n\t\treturn this._southWest;\r\n\t},\r\n\r\n\t// @method getNorthEast(): LatLng\r\n\t// Returns the north-east point of the bounds.\r\n\tgetNorthEast: function () {\r\n\t\treturn this._northEast;\r\n\t},\r\n\r\n\t// @method getNorthWest(): LatLng\r\n\t// Returns the north-west point of the bounds.\r\n\tgetNorthWest: function () {\r\n\t\treturn new LatLng(this.getNorth(), this.getWest());\r\n\t},\r\n\r\n\t// @method getSouthEast(): LatLng\r\n\t// Returns the south-east point of the bounds.\r\n\tgetSouthEast: function () {\r\n\t\treturn new LatLng(this.getSouth(), this.getEast());\r\n\t},\r\n\r\n\t// @method getWest(): Number\r\n\t// Returns the west longitude of the bounds\r\n\tgetWest: function () {\r\n\t\treturn this._southWest.lng;\r\n\t},\r\n\r\n\t// @method getSouth(): Number\r\n\t// Returns the south latitude of the bounds\r\n\tgetSouth: function () {\r\n\t\treturn this._southWest.lat;\r\n\t},\r\n\r\n\t// @method getEast(): Number\r\n\t// Returns the east longitude of the bounds\r\n\tgetEast: function () {\r\n\t\treturn this._northEast.lng;\r\n\t},\r\n\r\n\t// @method getNorth(): Number\r\n\t// Returns the north latitude of the bounds\r\n\tgetNorth: function () {\r\n\t\treturn this._northEast.lat;\r\n\t},\r\n\r\n\t// @method contains(otherBounds: LatLngBounds): Boolean\r\n\t// Returns `true` if the rectangle contains the given one.\r\n\r\n\t// @alternative\r\n\t// @method contains (latlng: LatLng): Boolean\r\n\t// Returns `true` if the rectangle contains the given point.\r\n\tcontains: function (obj) { // (LatLngBounds) or (LatLng) -> Boolean\r\n\t\tif (typeof obj[0] === 'number' || obj instanceof LatLng || 'lat' in obj) {\r\n\t\t\tobj = toLatLng(obj);\r\n\t\t} else {\r\n\t\t\tobj = toLatLngBounds(obj);\r\n\t\t}\r\n\r\n\t\tvar sw = this._southWest,\r\n\t\t    ne = this._northEast,\r\n\t\t    sw2, ne2;\r\n\r\n\t\tif (obj instanceof LatLngBounds) {\r\n\t\t\tsw2 = obj.getSouthWest();\r\n\t\t\tne2 = obj.getNorthEast();\r\n\t\t} else {\r\n\t\t\tsw2 = ne2 = obj;\r\n\t\t}\r\n\r\n\t\treturn (sw2.lat >= sw.lat) && (ne2.lat <= ne.lat) &&\r\n\t\t       (sw2.lng >= sw.lng) && (ne2.lng <= ne.lng);\r\n\t},\r\n\r\n\t// @method intersects(otherBounds: LatLngBounds): Boolean\r\n\t// Returns `true` if the rectangle intersects the given bounds. Two bounds intersect if they have at least one point in common.\r\n\tintersects: function (bounds) {\r\n\t\tbounds = toLatLngBounds(bounds);\r\n\r\n\t\tvar sw = this._southWest,\r\n\t\t    ne = this._northEast,\r\n\t\t    sw2 = bounds.getSouthWest(),\r\n\t\t    ne2 = bounds.getNorthEast(),\r\n\r\n\t\t    latIntersects = (ne2.lat >= sw.lat) && (sw2.lat <= ne.lat),\r\n\t\t    lngIntersects = (ne2.lng >= sw.lng) && (sw2.lng <= ne.lng);\r\n\r\n\t\treturn latIntersects && lngIntersects;\r\n\t},\r\n\r\n\t// @method overlaps(otherBounds: Bounds): Boolean\r\n\t// Returns `true` if the rectangle overlaps the given bounds. Two bounds overlap if their intersection is an area.\r\n\toverlaps: function (bounds) {\r\n\t\tbounds = toLatLngBounds(bounds);\r\n\r\n\t\tvar sw = this._southWest,\r\n\t\t    ne = this._northEast,\r\n\t\t    sw2 = bounds.getSouthWest(),\r\n\t\t    ne2 = bounds.getNorthEast(),\r\n\r\n\t\t    latOverlaps = (ne2.lat > sw.lat) && (sw2.lat < ne.lat),\r\n\t\t    lngOverlaps = (ne2.lng > sw.lng) && (sw2.lng < ne.lng);\r\n\r\n\t\treturn latOverlaps && lngOverlaps;\r\n\t},\r\n\r\n\t// @method toBBoxString(): String\r\n\t// Returns a string with bounding box coordinates in a 'southwest_lng,southwest_lat,northeast_lng,northeast_lat' format. Useful for sending requests to web services that return geo data.\r\n\ttoBBoxString: function () {\r\n\t\treturn [this.getWest(), this.getSouth(), this.getEast(), this.getNorth()].join(',');\r\n\t},\r\n\r\n\t// @method equals(otherBounds: LatLngBounds, maxMargin?: Number): Boolean\r\n\t// Returns `true` if the rectangle is equivalent (within a small margin of error) to the given bounds. The margin of error can be overridden by setting `maxMargin` to a small number.\r\n\tequals: function (bounds, maxMargin) {\r\n\t\tif (!bounds) { return false; }\r\n\r\n\t\tbounds = toLatLngBounds(bounds);\r\n\r\n\t\treturn this._southWest.equals(bounds.getSouthWest(), maxMargin) &&\r\n\t\t       this._northEast.equals(bounds.getNorthEast(), maxMargin);\r\n\t},\r\n\r\n\t// @method isValid(): Boolean\r\n\t// Returns `true` if the bounds are properly initialized.\r\n\tisValid: function () {\r\n\t\treturn !!(this._southWest && this._northEast);\r\n\t}\r\n};\r\n\r\n// TODO International date line?\r\n\r\n// @factory L.latLngBounds(corner1: LatLng, corner2: LatLng)\r\n// Creates a `LatLngBounds` object by defining two diagonally opposite corners of the rectangle.\r\n\r\n// @alternative\r\n// @factory L.latLngBounds(latlngs: LatLng[])\r\n// Creates a `LatLngBounds` object defined by the geographical points it contains. Very useful for zooming the map to fit a particular set of locations with [`fitBounds`](#map-fitbounds).\r\nexport function toLatLngBounds(a, b) {\r\n\tif (a instanceof LatLngBounds) {\r\n\t\treturn a;\r\n\t}\r\n\treturn new LatLngBounds(a, b);\r\n}\r\n","import * as Util from '../core/Util';\r\nimport {Earth} from './crs/CRS.Earth';\r\nimport {toLatLngBounds} from './LatLngBounds';\r\n\r\n/* @class LatLng\r\n * @aka L.LatLng\r\n *\r\n * Represents a geographical point with a certain latitude and longitude.\r\n *\r\n * @example\r\n *\r\n * ```\r\n * var latlng = L.latLng(50.5, 30.5);\r\n * ```\r\n *\r\n * All Leaflet methods that accept LatLng objects also accept them in a simple Array form and simple object form (unless noted otherwise), so these lines are equivalent:\r\n *\r\n * ```\r\n * map.panTo([50, 30]);\r\n * map.panTo({lon: 30, lat: 50});\r\n * map.panTo({lat: 50, lng: 30});\r\n * map.panTo(L.latLng(50, 30));\r\n * ```\r\n *\r\n * Note that `LatLng` does not inherit from Leaflet's `Class` object,\r\n * which means new classes can't inherit from it, and new methods\r\n * can't be added to it with the `include` function.\r\n */\r\n\r\nexport function LatLng(lat, lng, alt) {\r\n\tif (isNaN(lat) || isNaN(lng)) {\r\n\t\tthrow new Error('Invalid LatLng object: (' + lat + ', ' + lng + ')');\r\n\t}\r\n\r\n\t// @property lat: Number\r\n\t// Latitude in degrees\r\n\tthis.lat = +lat;\r\n\r\n\t// @property lng: Number\r\n\t// Longitude in degrees\r\n\tthis.lng = +lng;\r\n\r\n\t// @property alt: Number\r\n\t// Altitude in meters (optional)\r\n\tif (alt !== undefined) {\r\n\t\tthis.alt = +alt;\r\n\t}\r\n}\r\n\r\nLatLng.prototype = {\r\n\t// @method equals(otherLatLng: LatLng, maxMargin?: Number): Boolean\r\n\t// Returns `true` if the given `LatLng` point is at the same position (within a small margin of error). The margin of error can be overridden by setting `maxMargin` to a small number.\r\n\tequals: function (obj, maxMargin) {\r\n\t\tif (!obj) { return false; }\r\n\r\n\t\tobj = toLatLng(obj);\r\n\r\n\t\tvar margin = Math.max(\r\n\t\t        Math.abs(this.lat - obj.lat),\r\n\t\t        Math.abs(this.lng - obj.lng));\r\n\r\n\t\treturn margin <= (maxMargin === undefined ? 1.0E-9 : maxMargin);\r\n\t},\r\n\r\n\t// @method toString(): String\r\n\t// Returns a string representation of the point (for debugging purposes).\r\n\ttoString: function (precision) {\r\n\t\treturn 'LatLng(' +\r\n\t\t        Util.formatNum(this.lat, precision) + ', ' +\r\n\t\t        Util.formatNum(this.lng, precision) + ')';\r\n\t},\r\n\r\n\t// @method distanceTo(otherLatLng: LatLng): Number\r\n\t// Returns the distance (in meters) to the given `LatLng` calculated using the [Spherical Law of Cosines](https://en.wikipedia.org/wiki/Spherical_law_of_cosines).\r\n\tdistanceTo: function (other) {\r\n\t\treturn Earth.distance(this, toLatLng(other));\r\n\t},\r\n\r\n\t// @method wrap(): LatLng\r\n\t// Returns a new `LatLng` object with the longitude wrapped so it's always between -180 and +180 degrees.\r\n\twrap: function () {\r\n\t\treturn Earth.wrapLatLng(this);\r\n\t},\r\n\r\n\t// @method toBounds(sizeInMeters: Number): LatLngBounds\r\n\t// Returns a new `LatLngBounds` object in which each boundary is `sizeInMeters/2` meters apart from the `LatLng`.\r\n\ttoBounds: function (sizeInMeters) {\r\n\t\tvar latAccuracy = 180 * sizeInMeters / 40075017,\r\n\t\t    lngAccuracy = latAccuracy / Math.cos((Math.PI / 180) * this.lat);\r\n\r\n\t\treturn toLatLngBounds(\r\n\t\t        [this.lat - latAccuracy, this.lng - lngAccuracy],\r\n\t\t        [this.lat + latAccuracy, this.lng + lngAccuracy]);\r\n\t},\r\n\r\n\tclone: function () {\r\n\t\treturn new LatLng(this.lat, this.lng, this.alt);\r\n\t}\r\n};\r\n\r\n\r\n\r\n// @factory L.latLng(latitude: Number, longitude: Number, altitude?: Number): LatLng\r\n// Creates an object representing a geographical point with the given latitude and longitude (and optionally altitude).\r\n\r\n// @alternative\r\n// @factory L.latLng(coords: Array): LatLng\r\n// Expects an array of the form `[Number, Number]` or `[Number, Number, Number]` instead.\r\n\r\n// @alternative\r\n// @factory L.latLng(coords: Object): LatLng\r\n// Expects an plain object of the form `{lat: Number, lng: Number}` or `{lat: Number, lng: Number, alt: Number}` instead.\r\n\r\nexport function toLatLng(a, b, c) {\r\n\tif (a instanceof LatLng) {\r\n\t\treturn a;\r\n\t}\r\n\tif (Util.isArray(a) && typeof a[0] !== 'object') {\r\n\t\tif (a.length === 3) {\r\n\t\t\treturn new LatLng(a[0], a[1], a[2]);\r\n\t\t}\r\n\t\tif (a.length === 2) {\r\n\t\t\treturn new LatLng(a[0], a[1]);\r\n\t\t}\r\n\t\treturn null;\r\n\t}\r\n\tif (a === undefined || a === null) {\r\n\t\treturn a;\r\n\t}\r\n\tif (typeof a === 'object' && 'lat' in a) {\r\n\t\treturn new LatLng(a.lat, 'lng' in a ? a.lng : a.lon, a.alt);\r\n\t}\r\n\tif (b === undefined) {\r\n\t\treturn null;\r\n\t}\r\n\treturn new LatLng(a, b, c);\r\n}\r\n","\r\nimport {Bounds} from '../../geometry/Bounds';\r\nimport {LatLng} from '../LatLng';\r\nimport {LatLngBounds} from '../LatLngBounds';\r\nimport * as Util from '../../core/Util';\r\n\r\n/*\r\n * @namespace CRS\r\n * @crs L.CRS.Base\r\n * Object that defines coordinate reference systems for projecting\r\n * geographical points into pixel (screen) coordinates and back (and to\r\n * coordinates in other units for [WMS](https://en.wikipedia.org/wiki/Web_Map_Service) services). See\r\n * [spatial reference system](http://en.wikipedia.org/wiki/Coordinate_reference_system).\r\n *\r\n * Leaflet defines the most usual CRSs by default. If you want to use a\r\n * CRS not defined by default, take a look at the\r\n * [Proj4Leaflet](https://github.com/kartena/Proj4Leaflet) plugin.\r\n *\r\n * Note that the CRS instances do not inherit from Leafet's `Class` object,\r\n * and can't be instantiated. Also, new classes can't inherit from them,\r\n * and methods can't be added to them with the `include` function.\r\n */\r\n\r\nexport var CRS = {\r\n\t// @method latLngToPoint(latlng: LatLng, zoom: Number): Point\r\n\t// Projects geographical coordinates into pixel coordinates for a given zoom.\r\n\tlatLngToPoint: function (latlng, zoom) {\r\n\t\tvar projectedPoint = this.projection.project(latlng),\r\n\t\t    scale = this.scale(zoom);\r\n\r\n\t\treturn this.transformation._transform(projectedPoint, scale);\r\n\t},\r\n\r\n\t// @method pointToLatLng(point: Point, zoom: Number): LatLng\r\n\t// The inverse of `latLngToPoint`. Projects pixel coordinates on a given\r\n\t// zoom into geographical coordinates.\r\n\tpointToLatLng: function (point, zoom) {\r\n\t\tvar scale = this.scale(zoom),\r\n\t\t    untransformedPoint = this.transformation.untransform(point, scale);\r\n\r\n\t\treturn this.projection.unproject(untransformedPoint);\r\n\t},\r\n\r\n\t// @method project(latlng: LatLng): Point\r\n\t// Projects geographical coordinates into coordinates in units accepted for\r\n\t// this CRS (e.g. meters for EPSG:3857, for passing it to WMS services).\r\n\tproject: function (latlng) {\r\n\t\treturn this.projection.project(latlng);\r\n\t},\r\n\r\n\t// @method unproject(point: Point): LatLng\r\n\t// Given a projected coordinate returns the corresponding LatLng.\r\n\t// The inverse of `project`.\r\n\tunproject: function (point) {\r\n\t\treturn this.projection.unproject(point);\r\n\t},\r\n\r\n\t// @method scale(zoom: Number): Number\r\n\t// Returns the scale used when transforming projected coordinates into\r\n\t// pixel coordinates for a particular zoom. For example, it returns\r\n\t// `256 * 2^zoom` for Mercator-based CRS.\r\n\tscale: function (zoom) {\r\n\t\treturn 256 * Math.pow(2, zoom);\r\n\t},\r\n\r\n\t// @method zoom(scale: Number): Number\r\n\t// Inverse of `scale()`, returns the zoom level corresponding to a scale\r\n\t// factor of `scale`.\r\n\tzoom: function (scale) {\r\n\t\treturn Math.log(scale / 256) / Math.LN2;\r\n\t},\r\n\r\n\t// @method getProjectedBounds(zoom: Number): Bounds\r\n\t// Returns the projection's bounds scaled and transformed for the provided `zoom`.\r\n\tgetProjectedBounds: function (zoom) {\r\n\t\tif (this.infinite) { return null; }\r\n\r\n\t\tvar b = this.projection.bounds,\r\n\t\t    s = this.scale(zoom),\r\n\t\t    min = this.transformation.transform(b.min, s),\r\n\t\t    max = this.transformation.transform(b.max, s);\r\n\r\n\t\treturn new Bounds(min, max);\r\n\t},\r\n\r\n\t// @method distance(latlng1: LatLng, latlng2: LatLng): Number\r\n\t// Returns the distance between two geographical coordinates.\r\n\r\n\t// @property code: String\r\n\t// Standard code name of the CRS passed into WMS services (e.g. `'EPSG:3857'`)\r\n\t//\r\n\t// @property wrapLng: Number[]\r\n\t// An array of two numbers defining whether the longitude (horizontal) coordinate\r\n\t// axis wraps around a given range and how. Defaults to `[-180, 180]` in most\r\n\t// geographical CRSs. If `undefined`, the longitude axis does not wrap around.\r\n\t//\r\n\t// @property wrapLat: Number[]\r\n\t// Like `wrapLng`, but for the latitude (vertical) axis.\r\n\r\n\t// wrapLng: [min, max],\r\n\t// wrapLat: [min, max],\r\n\r\n\t// @property infinite: Boolean\r\n\t// If true, the coordinate space will be unbounded (infinite in both axes)\r\n\tinfinite: false,\r\n\r\n\t// @method wrapLatLng(latlng: LatLng): LatLng\r\n\t// Returns a `LatLng` where lat and lng has been wrapped according to the\r\n\t// CRS's `wrapLat` and `wrapLng` properties, if they are outside the CRS's bounds.\r\n\twrapLatLng: function (latlng) {\r\n\t\tvar lng = this.wrapLng ? Util.wrapNum(latlng.lng, this.wrapLng, true) : latlng.lng,\r\n\t\t    lat = this.wrapLat ? Util.wrapNum(latlng.lat, this.wrapLat, true) : latlng.lat,\r\n\t\t    alt = latlng.alt;\r\n\r\n\t\treturn new LatLng(lat, lng, alt);\r\n\t},\r\n\r\n\t// @method wrapLatLngBounds(bounds: LatLngBounds): LatLngBounds\r\n\t// Returns a `LatLngBounds` with the same size as the given one, ensuring\r\n\t// that its center is within the CRS's bounds.\r\n\t// Only accepts actual `L.LatLngBounds` instances, not arrays.\r\n\twrapLatLngBounds: function (bounds) {\r\n\t\tvar center = bounds.getCenter(),\r\n\t\t    newCenter = this.wrapLatLng(center),\r\n\t\t    latShift = center.lat - newCenter.lat,\r\n\t\t    lngShift = center.lng - newCenter.lng;\r\n\r\n\t\tif (latShift === 0 && lngShift === 0) {\r\n\t\t\treturn bounds;\r\n\t\t}\r\n\r\n\t\tvar sw = bounds.getSouthWest(),\r\n\t\t    ne = bounds.getNorthEast(),\r\n\t\t    newSw = new LatLng(sw.lat - latShift, sw.lng - lngShift),\r\n\t\t    newNe = new LatLng(ne.lat - latShift, ne.lng - lngShift);\r\n\r\n\t\treturn new LatLngBounds(newSw, newNe);\r\n\t}\r\n};\r\n","import {CRS} from './CRS';\nimport * as Util from '../../core/Util';\n\n/*\n * @namespace CRS\n * @crs L.CRS.Earth\n *\n * Serves as the base for CRS that are global such that they cover the earth.\n * Can only be used as the base for other CRS and cannot be used directly,\n * since it does not have a `code`, `projection` or `transformation`. `distance()` returns\n * meters.\n */\n\nexport var Earth = Util.extend({}, CRS, {\n\twrapLng: [-180, 180],\n\n\t// Mean Earth Radius, as recommended for use by\n\t// the International Union of Geodesy and Geophysics,\n\t// see http://rosettacode.org/wiki/Haversine_formula\n\tR: 6371000,\n\n\t// distance between two geographical points using spherical law of cosines approximation\n\tdistance: function (latlng1, latlng2) {\n\t\tvar rad = Math.PI / 180,\n\t\t    lat1 = latlng1.lat * rad,\n\t\t    lat2 = latlng2.lat * rad,\n\t\t    sinDLat = Math.sin((latlng2.lat - latlng1.lat) * rad / 2),\n\t\t    sinDLon = Math.sin((latlng2.lng - latlng1.lng) * rad / 2),\n\t\t    a = sinDLat * sinDLat + Math.cos(lat1) * Math.cos(lat2) * sinDLon * sinDLon,\n\t\t    c = 2 * Math.atan2(Math.sqrt(a), Math.sqrt(1 - a));\n\t\treturn this.R * c;\n\t}\n});\n","import {LatLng} from '../LatLng';\r\nimport {Bounds} from '../../geometry/Bounds';\r\nimport {Point} from '../../geometry/Point';\r\n\r\n/*\r\n * @namespace Projection\r\n * @projection L.Projection.SphericalMercator\r\n *\r\n * Spherical Mercator projection — the most common projection for online maps,\r\n * used by almost all free and commercial tile providers. Assumes that Earth is\r\n * a sphere. Used by the `EPSG:3857` CRS.\r\n */\r\n\r\nexport var SphericalMercator = {\r\n\r\n\tR: 6378137,\r\n\tMAX_LATITUDE: 85.0511287798,\r\n\r\n\tproject: function (latlng) {\r\n\t\tvar d = Math.PI / 180,\r\n\t\t    max = this.MAX_LATITUDE,\r\n\t\t    lat = Math.max(Math.min(max, latlng.lat), -max),\r\n\t\t    sin = Math.sin(lat * d);\r\n\r\n\t\treturn new Point(\r\n\t\t\tthis.R * latlng.lng * d,\r\n\t\t\tthis.R * Math.log((1 + sin) / (1 - sin)) / 2);\r\n\t},\r\n\r\n\tunproject: function (point) {\r\n\t\tvar d = 180 / Math.PI;\r\n\r\n\t\treturn new LatLng(\r\n\t\t\t(2 * Math.atan(Math.exp(point.y / this.R)) - (Math.PI / 2)) * d,\r\n\t\t\tpoint.x * d / this.R);\r\n\t},\r\n\r\n\tbounds: (function () {\r\n\t\tvar d = 6378137 * Math.PI;\r\n\t\treturn new Bounds([-d, -d], [d, d]);\r\n\t})()\r\n};\r\n","import {Point} from './Point';\r\nimport * as Util from '../core/Util';\r\n\r\n/*\r\n * @class Transformation\r\n * @aka L.Transformation\r\n *\r\n * Represents an affine transformation: a set of coefficients `a`, `b`, `c`, `d`\r\n * for transforming a point of a form `(x, y)` into `(a*x + b, c*y + d)` and doing\r\n * the reverse. Used by Leaflet in its projections code.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * var transformation = L.transformation(2, 5, -1, 10),\r\n * \tp = L.point(1, 2),\r\n * \tp2 = transformation.transform(p), //  L.point(7, 8)\r\n * \tp3 = transformation.untransform(p2); //  L.point(1, 2)\r\n * ```\r\n */\r\n\r\n\r\n// factory new L.Transformation(a: Number, b: Number, c: Number, d: Number)\r\n// Creates a `Transformation` object with the given coefficients.\r\nexport function Transformation(a, b, c, d) {\r\n\tif (Util.isArray(a)) {\r\n\t\t// use array properties\r\n\t\tthis._a = a[0];\r\n\t\tthis._b = a[1];\r\n\t\tthis._c = a[2];\r\n\t\tthis._d = a[3];\r\n\t\treturn;\r\n\t}\r\n\tthis._a = a;\r\n\tthis._b = b;\r\n\tthis._c = c;\r\n\tthis._d = d;\r\n}\r\n\r\nTransformation.prototype = {\r\n\t// @method transform(point: Point, scale?: Number): Point\r\n\t// Returns a transformed point, optionally multiplied by the given scale.\r\n\t// Only accepts actual `L.Point` instances, not arrays.\r\n\ttransform: function (point, scale) { // (Point, Number) -> Point\r\n\t\treturn this._transform(point.clone(), scale);\r\n\t},\r\n\r\n\t// destructive transform (faster)\r\n\t_transform: function (point, scale) {\r\n\t\tscale = scale || 1;\r\n\t\tpoint.x = scale * (this._a * point.x + this._b);\r\n\t\tpoint.y = scale * (this._c * point.y + this._d);\r\n\t\treturn point;\r\n\t},\r\n\r\n\t// @method untransform(point: Point, scale?: Number): Point\r\n\t// Returns the reverse transformation of the given point, optionally divided\r\n\t// by the given scale. Only accepts actual `L.Point` instances, not arrays.\r\n\tuntransform: function (point, scale) {\r\n\t\tscale = scale || 1;\r\n\t\treturn new Point(\r\n\t\t        (point.x / scale - this._b) / this._a,\r\n\t\t        (point.y / scale - this._d) / this._c);\r\n\t}\r\n};\r\n\r\n// factory L.transformation(a: Number, b: Number, c: Number, d: Number)\r\n\r\n// @factory L.transformation(a: Number, b: Number, c: Number, d: Number)\r\n// Instantiates a Transformation object with the given coefficients.\r\n\r\n// @alternative\r\n// @factory L.transformation(coefficients: Array): Transformation\r\n// Expects an coefficients array of the form\r\n// `[a: Number, b: Number, c: Number, d: Number]`.\r\n\r\nexport function toTransformation(a, b, c, d) {\r\n\treturn new Transformation(a, b, c, d);\r\n}\r\n","import {Earth} from './CRS.Earth';\r\nimport {SphericalMercator} from '../projection/Projection.SphericalMercator';\r\nimport {toTransformation} from '../../geometry/Transformation';\r\nimport * as Util from '../../core/Util';\r\n\r\n/*\r\n * @namespace CRS\r\n * @crs L.CRS.EPSG3857\r\n *\r\n * The most common CRS for online maps, used by almost all free and commercial\r\n * tile providers. Uses Spherical Mercator projection. Set in by default in\r\n * Map's `crs` option.\r\n */\r\n\r\nexport var EPSG3857 = Util.extend({}, Earth, {\r\n\tcode: 'EPSG:3857',\r\n\tprojection: SphericalMercator,\r\n\r\n\ttransformation: (function () {\r\n\t\tvar scale = 0.5 / (Math.PI * SphericalMercator.R);\r\n\t\treturn toTransformation(scale, 0.5, -scale, 0.5);\r\n\t}())\r\n});\r\n\r\nexport var EPSG900913 = Util.extend({}, EPSG3857, {\r\n\tcode: 'EPSG:900913'\r\n});\r\n","import * as Browser from '../../core/Browser';\n\n// @namespace SVG; @section\n// There are several static functions which can be called without instantiating L.SVG:\n\n// @function create(name: String): SVGElement\n// Returns a instance of [SVGElement](https://developer.mozilla.org/docs/Web/API/SVGElement),\n// corresponding to the class name passed. For example, using 'line' will return\n// an instance of [SVGLineElement](https://developer.mozilla.org/docs/Web/API/SVGLineElement).\nexport function svgCreate(name) {\n\treturn document.createElementNS('http://www.w3.org/2000/svg', name);\n}\n\n// @function pointsToPath(rings: Point[], closed: Boolean): String\n// Generates a SVG path string for multiple rings, with each ring turning\n// into \"M..L..L..\" instructions\nexport function pointsToPath(rings, closed) {\n\tvar str = '',\n\ti, j, len, len2, points, p;\n\n\tfor (i = 0, len = rings.length; i < len; i++) {\n\t\tpoints = rings[i];\n\n\t\tfor (j = 0, len2 = points.length; j < len2; j++) {\n\t\t\tp = points[j];\n\t\t\tstr += (j ? 'L' : 'M') + p.x + ' ' + p.y;\n\t\t}\n\n\t\t// closes the ring for polygons; \"x\" is VML syntax\n\t\tstr += closed ? (Browser.svg ? 'z' : 'x') : '';\n\t}\n\n\t// SVG complains about empty path strings\n\treturn str || 'M0 0';\n}\n\n\n\n\n","import {svgCreate} from '../layer/vector/SVG.Util';\r\n\r\n/*\r\n * @namespace Browser\r\n * @aka L.Browser\r\n *\r\n * A namespace with static properties for browser/feature detection used by Leaflet internally.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * if (L.Browser.ielt9) {\r\n *   alert('Upgrade your browser, dude!');\r\n * }\r\n * ```\r\n */\r\n\r\nvar style = document.documentElement.style;\r\n\r\n// @property ie: Boolean; `true` for all Internet Explorer versions (not Edge).\r\nexport var ie = 'ActiveXObject' in window;\r\n\r\n// @property ielt9: Boolean; `true` for Internet Explorer versions less than 9.\r\nexport var ielt9 = ie && !document.addEventListener;\r\n\r\n// @property edge: Boolean; `true` for the Edge web browser.\r\nexport var edge = 'msLaunchUri' in navigator && !('documentMode' in document);\r\n\r\n// @property webkit: Boolean;\r\n// `true` for webkit-based browsers like Chrome and Safari (including mobile versions).\r\nexport var webkit = userAgentContains('webkit');\r\n\r\n// @property android: Boolean\r\n// `true` for any browser running on an Android platform.\r\nexport var android = userAgentContains('android');\r\n\r\n// @property android23: Boolean; `true` for browsers running on Android 2 or Android 3.\r\nexport var android23 = userAgentContains('android 2') || userAgentContains('android 3');\r\n\r\n/* See https://stackoverflow.com/a/17961266 for details on detecting stock Android */\r\nvar webkitVer = parseInt(/WebKit\\/([0-9]+)|$/.exec(navigator.userAgent)[1], 10); // also matches AppleWebKit\r\n// @property androidStock: Boolean; `true` for the Android stock browser (i.e. not Chrome)\r\nexport var androidStock = android && userAgentContains('Google') && webkitVer < 537 && !('AudioNode' in window);\r\n\r\n// @property opera: Boolean; `true` for the Opera browser\r\nexport var opera = !!window.opera;\r\n\r\n// @property chrome: Boolean; `true` for the Chrome browser.\r\nexport var chrome = userAgentContains('chrome');\r\n\r\n// @property gecko: Boolean; `true` for gecko-based browsers like Firefox.\r\nexport var gecko = userAgentContains('gecko') && !webkit && !opera && !ie;\r\n\r\n// @property safari: Boolean; `true` for the Safari browser.\r\nexport var safari = !chrome && userAgentContains('safari');\r\n\r\nexport var phantom = userAgentContains('phantom');\r\n\r\n// @property opera12: Boolean\r\n// `true` for the Opera browser supporting CSS transforms (version 12 or later).\r\nexport var opera12 = 'OTransition' in style;\r\n\r\n// @property win: Boolean; `true` when the browser is running in a Windows platform\r\nexport var win = navigator.platform.indexOf('Win') === 0;\r\n\r\n// @property ie3d: Boolean; `true` for all Internet Explorer versions supporting CSS transforms.\r\nexport var ie3d = ie && ('transition' in style);\r\n\r\n// @property webkit3d: Boolean; `true` for webkit-based browsers supporting CSS transforms.\r\nexport var webkit3d = ('WebKitCSSMatrix' in window) && ('m11' in new window.WebKitCSSMatrix()) && !android23;\r\n\r\n// @property gecko3d: Boolean; `true` for gecko-based browsers supporting CSS transforms.\r\nexport var gecko3d = 'MozPerspective' in style;\r\n\r\n// @property any3d: Boolean\r\n// `true` for all browsers supporting CSS transforms.\r\nexport var any3d = !window.L_DISABLE_3D && (ie3d || webkit3d || gecko3d) && !opera12 && !phantom;\r\n\r\n// @property mobile: Boolean; `true` for all browsers running in a mobile device.\r\nexport var mobile = typeof orientation !== 'undefined' || userAgentContains('mobile');\r\n\r\n// @property mobileWebkit: Boolean; `true` for all webkit-based browsers in a mobile device.\r\nexport var mobileWebkit = mobile && webkit;\r\n\r\n// @property mobileWebkit3d: Boolean\r\n// `true` for all webkit-based browsers in a mobile device supporting CSS transforms.\r\nexport var mobileWebkit3d = mobile && webkit3d;\r\n\r\n// @property msPointer: Boolean\r\n// `true` for browsers implementing the Microsoft touch events model (notably IE10).\r\nexport var msPointer = !window.PointerEvent && window.MSPointerEvent;\r\n\r\n// @property pointer: Boolean\r\n// `true` for all browsers supporting [pointer events](https://msdn.microsoft.com/en-us/library/dn433244%28v=vs.85%29.aspx).\r\nexport var pointer = !!(window.PointerEvent || msPointer);\r\n\r\n// @property touch: Boolean\r\n// `true` for all browsers supporting [touch events](https://developer.mozilla.org/docs/Web/API/Touch_events).\r\n// This does not necessarily mean that the browser is running in a computer with\r\n// a touchscreen, it only means that the browser is capable of understanding\r\n// touch events.\r\nexport var touch = !window.L_NO_TOUCH && (pointer || 'ontouchstart' in window ||\r\n\t\t(window.DocumentTouch && document instanceof window.DocumentTouch));\r\n\r\n// @property mobileOpera: Boolean; `true` for the Opera browser in a mobile device.\r\nexport var mobileOpera = mobile && opera;\r\n\r\n// @property mobileGecko: Boolean\r\n// `true` for gecko-based browsers running in a mobile device.\r\nexport var mobileGecko = mobile && gecko;\r\n\r\n// @property retina: Boolean\r\n// `true` for browsers on a high-resolution \"retina\" screen or on any screen when browser's display zoom is more than 100%.\r\nexport var retina = (window.devicePixelRatio || (window.screen.deviceXDPI / window.screen.logicalXDPI)) > 1;\r\n\r\n\r\n// @property canvas: Boolean\r\n// `true` when the browser supports [`<canvas>`](https://developer.mozilla.org/docs/Web/API/Canvas_API).\r\nexport var canvas = (function () {\r\n\treturn !!document.createElement('canvas').getContext;\r\n}());\r\n\r\n// @property svg: Boolean\r\n// `true` when the browser supports [SVG](https://developer.mozilla.org/docs/Web/SVG).\r\nexport var svg = !!(document.createElementNS && svgCreate('svg').createSVGRect);\r\n\r\n// @property vml: Boolean\r\n// `true` if the browser supports [VML](https://en.wikipedia.org/wiki/Vector_Markup_Language).\r\nexport var vml = !svg && (function () {\r\n\ttry {\r\n\t\tvar div = document.createElement('div');\r\n\t\tdiv.innerHTML = '<v:shape adj=\"1\"/>';\r\n\r\n\t\tvar shape = div.firstChild;\r\n\t\tshape.style.behavior = 'url(#default#VML)';\r\n\r\n\t\treturn shape && (typeof shape.adj === 'object');\r\n\r\n\t} catch (e) {\r\n\t\treturn false;\r\n\t}\r\n}());\r\n\r\n\r\nfunction userAgentContains(str) {\r\n\treturn navigator.userAgent.toLowerCase().indexOf(str) >= 0;\r\n}\r\n","import * as DomEvent from './DomEvent';\nimport * as Util from '../core/Util';\nimport * as Browser from '../core/Browser';\n\n/*\n * Extends L.DomEvent to provide touch support for Internet Explorer and Windows-based devices.\n */\n\n\nvar POINTER_DOWN =   Browser.msPointer ? 'MSPointerDown'   : 'pointerdown';\nvar POINTER_MOVE =   Browser.msPointer ? 'MSPointerMove'   : 'pointermove';\nvar POINTER_UP =     Browser.msPointer ? 'MSPointerUp'     : 'pointerup';\nvar POINTER_CANCEL = Browser.msPointer ? 'MSPointerCancel' : 'pointercancel';\nvar TAG_WHITE_LIST = ['INPUT', 'SELECT', 'OPTION'];\n\nvar _pointers = {};\nvar _pointerDocListener = false;\n\n// DomEvent.DoubleTap needs to know about this\nexport var _pointersCount = 0;\n\n// Provides a touch events wrapper for (ms)pointer events.\n// ref http://www.w3.org/TR/pointerevents/ https://www.w3.org/Bugs/Public/show_bug.cgi?id=22890\n\nexport function addPointerListener(obj, type, handler, id) {\n\tif (type === 'touchstart') {\n\t\t_addPointerStart(obj, handler, id);\n\n\t} else if (type === 'touchmove') {\n\t\t_addPointerMove(obj, handler, id);\n\n\t} else if (type === 'touchend') {\n\t\t_addPointerEnd(obj, handler, id);\n\t}\n\n\treturn this;\n}\n\nexport function removePointerListener(obj, type, id) {\n\tvar handler = obj['_leaflet_' + type + id];\n\n\tif (type === 'touchstart') {\n\t\tobj.removeEventListener(POINTER_DOWN, handler, false);\n\n\t} else if (type === 'touchmove') {\n\t\tobj.removeEventListener(POINTER_MOVE, handler, false);\n\n\t} else if (type === 'touchend') {\n\t\tobj.removeEventListener(POINTER_UP, handler, false);\n\t\tobj.removeEventListener(POINTER_CANCEL, handler, false);\n\t}\n\n\treturn this;\n}\n\nfunction _addPointerStart(obj, handler, id) {\n\tvar onDown = Util.bind(function (e) {\n\t\tif (e.pointerType !== 'mouse' && e.MSPOINTER_TYPE_MOUSE && e.pointerType !== e.MSPOINTER_TYPE_MOUSE) {\n\t\t\t// In IE11, some touch events needs to fire for form controls, or\n\t\t\t// the controls will stop working. We keep a whitelist of tag names that\n\t\t\t// need these events. For other target tags, we prevent default on the event.\n\t\t\tif (TAG_WHITE_LIST.indexOf(e.target.tagName) < 0) {\n\t\t\t\tDomEvent.preventDefault(e);\n\t\t\t} else {\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\n\t\t_handlePointer(e, handler);\n\t});\n\n\tobj['_leaflet_touchstart' + id] = onDown;\n\tobj.addEventListener(POINTER_DOWN, onDown, false);\n\n\t// need to keep track of what pointers and how many are active to provide e.touches emulation\n\tif (!_pointerDocListener) {\n\t\t// we listen documentElement as any drags that end by moving the touch off the screen get fired there\n\t\tdocument.documentElement.addEventListener(POINTER_DOWN, _globalPointerDown, true);\n\t\tdocument.documentElement.addEventListener(POINTER_MOVE, _globalPointerMove, true);\n\t\tdocument.documentElement.addEventListener(POINTER_UP, _globalPointerUp, true);\n\t\tdocument.documentElement.addEventListener(POINTER_CANCEL, _globalPointerUp, true);\n\n\t\t_pointerDocListener = true;\n\t}\n}\n\nfunction _globalPointerDown(e) {\n\t_pointers[e.pointerId] = e;\n\t_pointersCount++;\n}\n\nfunction _globalPointerMove(e) {\n\tif (_pointers[e.pointerId]) {\n\t\t_pointers[e.pointerId] = e;\n\t}\n}\n\nfunction _globalPointerUp(e) {\n\tdelete _pointers[e.pointerId];\n\t_pointersCount--;\n}\n\nfunction _handlePointer(e, handler) {\n\te.touches = [];\n\tfor (var i in _pointers) {\n\t\te.touches.push(_pointers[i]);\n\t}\n\te.changedTouches = [e];\n\n\thandler(e);\n}\n\nfunction _addPointerMove(obj, handler, id) {\n\tvar onMove = function (e) {\n\t\t// don't fire touch moves when mouse isn't down\n\t\tif ((e.pointerType === e.MSPOINTER_TYPE_MOUSE || e.pointerType === 'mouse') && e.buttons === 0) { return; }\n\n\t\t_handlePointer(e, handler);\n\t};\n\n\tobj['_leaflet_touchmove' + id] = onMove;\n\tobj.addEventListener(POINTER_MOVE, onMove, false);\n}\n\nfunction _addPointerEnd(obj, handler, id) {\n\tvar onUp = function (e) {\n\t\t_handlePointer(e, handler);\n\t};\n\n\tobj['_leaflet_touchend' + id] = onUp;\n\tobj.addEventListener(POINTER_UP, onUp, false);\n\tobj.addEventListener(POINTER_CANCEL, onUp, false);\n}\n\n","import * as Browser from '../core/Browser';\r\nimport {_pointersCount} from './DomEvent.Pointer';\r\n\r\n/*\r\n * Extends the event handling code with double tap support for mobile browsers.\r\n */\r\n\r\nvar _touchstart = Browser.msPointer ? 'MSPointerDown' : Browser.pointer ? 'pointerdown' : 'touchstart';\r\nvar _touchend = Browser.msPointer ? 'MSPointerUp' : Browser.pointer ? 'pointerup' : 'touchend';\r\nvar _pre = '_leaflet_';\r\n\r\n// inspired by Zepto touch code by Thomas Fuchs\r\nexport function addDoubleTapListener(obj, handler, id) {\r\n\tvar last, touch,\r\n\t    doubleTap = false,\r\n\t    delay = 250;\r\n\r\n\tfunction onTouchStart(e) {\r\n\t\tvar count;\r\n\r\n\t\tif (Browser.pointer) {\r\n\t\t\tif ((!Browser.edge) || e.pointerType === 'mouse') { return; }\r\n\t\t\tcount = _pointersCount;\r\n\t\t} else {\r\n\t\t\tcount = e.touches.length;\r\n\t\t}\r\n\r\n\t\tif (count > 1) { return; }\r\n\r\n\t\tvar now = Date.now(),\r\n\t\t    delta = now - (last || now);\r\n\r\n\t\ttouch = e.touches ? e.touches[0] : e;\r\n\t\tdoubleTap = (delta > 0 && delta <= delay);\r\n\t\tlast = now;\r\n\t}\r\n\r\n\tfunction onTouchEnd(e) {\r\n\t\tif (doubleTap && !touch.cancelBubble) {\r\n\t\t\tif (Browser.pointer) {\r\n\t\t\t\tif ((!Browser.edge) || e.pointerType === 'mouse') { return; }\r\n\t\t\t\t// work around .type being readonly with MSPointer* events\r\n\t\t\t\tvar newTouch = {},\r\n\t\t\t\t    prop, i;\r\n\r\n\t\t\t\tfor (i in touch) {\r\n\t\t\t\t\tprop = touch[i];\r\n\t\t\t\t\tnewTouch[i] = prop && prop.bind ? prop.bind(touch) : prop;\r\n\t\t\t\t}\r\n\t\t\t\ttouch = newTouch;\r\n\t\t\t}\r\n\t\t\ttouch.type = 'dblclick';\r\n\t\t\thandler(touch);\r\n\t\t\tlast = null;\r\n\t\t}\r\n\t}\r\n\r\n\tobj[_pre + _touchstart + id] = onTouchStart;\r\n\tobj[_pre + _touchend + id] = onTouchEnd;\r\n\tobj[_pre + 'dblclick' + id] = handler;\r\n\r\n\tobj.addEventListener(_touchstart, onTouchStart, false);\r\n\tobj.addEventListener(_touchend, onTouchEnd, false);\r\n\r\n\t// On some platforms (notably, chrome<55 on win10 + touchscreen + mouse),\r\n\t// the browser doesn't fire touchend/pointerup events but does fire\r\n\t// native dblclicks. See #4127.\r\n\t// Edge 14 also fires native dblclicks, but only for pointerType mouse, see #5180.\r\n\tobj.addEventListener('dblclick', handler, false);\r\n\r\n\treturn this;\r\n}\r\n\r\nexport function removeDoubleTapListener(obj, id) {\r\n\tvar touchstart = obj[_pre + _touchstart + id],\r\n\t    touchend = obj[_pre + _touchend + id],\r\n\t    dblclick = obj[_pre + 'dblclick' + id];\r\n\r\n\tobj.removeEventListener(_touchstart, touchstart, false);\r\n\tobj.removeEventListener(_touchend, touchend, false);\r\n\tif (!Browser.edge) {\r\n\t\tobj.removeEventListener('dblclick', dblclick, false);\r\n\t}\r\n\r\n\treturn this;\r\n}\r\n","import * as DomEvent from './DomEvent';\r\nimport * as Util from '../core/Util';\r\nimport {Point} from '../geometry/Point';\r\nimport * as Browser from '../core/Browser';\r\n\r\n/*\r\n * @namespace DomUtil\r\n *\r\n * Utility functions to work with the [DOM](https://developer.mozilla.org/docs/Web/API/Document_Object_Model)\r\n * tree, used by Leaflet internally.\r\n *\r\n * Most functions expecting or returning a `HTMLElement` also work for\r\n * SVG elements. The only difference is that classes refer to CSS classes\r\n * in HTML and SVG classes in SVG.\r\n */\r\n\r\n\r\n// @property TRANSFORM: String\r\n// Vendor-prefixed transform style name (e.g. `'webkitTransform'` for WebKit).\r\nexport var TRANSFORM = testProp(\r\n\t['transform', 'webkitTransform', 'OTransform', 'MozTransform', 'msTransform']);\r\n\r\n// webkitTransition comes first because some browser versions that drop vendor prefix don't do\r\n// the same for the transitionend event, in particular the Android 4.1 stock browser\r\n\r\n// @property TRANSITION: String\r\n// Vendor-prefixed transition style name.\r\nexport var TRANSITION = testProp(\r\n\t['webkitTransition', 'transition', 'OTransition', 'MozTransition', 'msTransition']);\r\n\r\n// @property TRANSITION_END: String\r\n// Vendor-prefixed transitionend event name.\r\nexport var TRANSITION_END =\r\n\tTRANSITION === 'webkitTransition' || TRANSITION === 'OTransition' ? TRANSITION + 'End' : 'transitionend';\r\n\r\n\r\n// @function get(id: String|HTMLElement): HTMLElement\r\n// Returns an element given its DOM id, or returns the element itself\r\n// if it was passed directly.\r\nexport function get(id) {\r\n\treturn typeof id === 'string' ? document.getElementById(id) : id;\r\n}\r\n\r\n// @function getStyle(el: HTMLElement, styleAttrib: String): String\r\n// Returns the value for a certain style attribute on an element,\r\n// including computed values or values set through CSS.\r\nexport function getStyle(el, style) {\r\n\tvar value = el.style[style] || (el.currentStyle && el.currentStyle[style]);\r\n\r\n\tif ((!value || value === 'auto') && document.defaultView) {\r\n\t\tvar css = document.defaultView.getComputedStyle(el, null);\r\n\t\tvalue = css ? css[style] : null;\r\n\t}\r\n\treturn value === 'auto' ? null : value;\r\n}\r\n\r\n// @function create(tagName: String, className?: String, container?: HTMLElement): HTMLElement\r\n// Creates an HTML element with `tagName`, sets its class to `className`, and optionally appends it to `container` element.\r\nexport function create(tagName, className, container) {\r\n\tvar el = document.createElement(tagName);\r\n\tel.className = className || '';\r\n\r\n\tif (container) {\r\n\t\tcontainer.appendChild(el);\r\n\t}\r\n\treturn el;\r\n}\r\n\r\n// @function remove(el: HTMLElement)\r\n// Removes `el` from its parent element\r\nexport function remove(el) {\r\n\tvar parent = el.parentNode;\r\n\tif (parent) {\r\n\t\tparent.removeChild(el);\r\n\t}\r\n}\r\n\r\n// @function empty(el: HTMLElement)\r\n// Removes all of `el`'s children elements from `el`\r\nexport function empty(el) {\r\n\twhile (el.firstChild) {\r\n\t\tel.removeChild(el.firstChild);\r\n\t}\r\n}\r\n\r\n// @function toFront(el: HTMLElement)\r\n// Makes `el` the last child of its parent, so it renders in front of the other children.\r\nexport function toFront(el) {\r\n\tvar parent = el.parentNode;\r\n\tif (parent && parent.lastChild !== el) {\r\n\t\tparent.appendChild(el);\r\n\t}\r\n}\r\n\r\n// @function toBack(el: HTMLElement)\r\n// Makes `el` the first child of its parent, so it renders behind the other children.\r\nexport function toBack(el) {\r\n\tvar parent = el.parentNode;\r\n\tif (parent && parent.firstChild !== el) {\r\n\t\tparent.insertBefore(el, parent.firstChild);\r\n\t}\r\n}\r\n\r\n// @function hasClass(el: HTMLElement, name: String): Boolean\r\n// Returns `true` if the element's class attribute contains `name`.\r\nexport function hasClass(el, name) {\r\n\tif (el.classList !== undefined) {\r\n\t\treturn el.classList.contains(name);\r\n\t}\r\n\tvar className = getClass(el);\r\n\treturn className.length > 0 && new RegExp('(^|\\\\s)' + name + '(\\\\s|$)').test(className);\r\n}\r\n\r\n// @function addClass(el: HTMLElement, name: String)\r\n// Adds `name` to the element's class attribute.\r\nexport function addClass(el, name) {\r\n\tif (el.classList !== undefined) {\r\n\t\tvar classes = Util.splitWords(name);\r\n\t\tfor (var i = 0, len = classes.length; i < len; i++) {\r\n\t\t\tel.classList.add(classes[i]);\r\n\t\t}\r\n\t} else if (!hasClass(el, name)) {\r\n\t\tvar className = getClass(el);\r\n\t\tsetClass(el, (className ? className + ' ' : '') + name);\r\n\t}\r\n}\r\n\r\n// @function removeClass(el: HTMLElement, name: String)\r\n// Removes `name` from the element's class attribute.\r\nexport function removeClass(el, name) {\r\n\tif (el.classList !== undefined) {\r\n\t\tel.classList.remove(name);\r\n\t} else {\r\n\t\tsetClass(el, Util.trim((' ' + getClass(el) + ' ').replace(' ' + name + ' ', ' ')));\r\n\t}\r\n}\r\n\r\n// @function setClass(el: HTMLElement, name: String)\r\n// Sets the element's class.\r\nexport function setClass(el, name) {\r\n\tif (el.className.baseVal === undefined) {\r\n\t\tel.className = name;\r\n\t} else {\r\n\t\t// in case of SVG element\r\n\t\tel.className.baseVal = name;\r\n\t}\r\n}\r\n\r\n// @function getClass(el: HTMLElement): String\r\n// Returns the element's class.\r\nexport function getClass(el) {\r\n\t// Check if the element is an SVGElementInstance and use the correspondingElement instead\r\n\t// (Required for linked SVG elements in IE11.)\r\n\tif (el.correspondingElement) {\r\n\t\tel = el.correspondingElement;\r\n\t}\r\n\treturn el.className.baseVal === undefined ? el.className : el.className.baseVal;\r\n}\r\n\r\n// @function setOpacity(el: HTMLElement, opacity: Number)\r\n// Set the opacity of an element (including old IE support).\r\n// `opacity` must be a number from `0` to `1`.\r\nexport function setOpacity(el, value) {\r\n\tif ('opacity' in el.style) {\r\n\t\tel.style.opacity = value;\r\n\t} else if ('filter' in el.style) {\r\n\t\t_setOpacityIE(el, value);\r\n\t}\r\n}\r\n\r\nfunction _setOpacityIE(el, value) {\r\n\tvar filter = false,\r\n\t    filterName = 'DXImageTransform.Microsoft.Alpha';\r\n\r\n\t// filters collection throws an error if we try to retrieve a filter that doesn't exist\r\n\ttry {\r\n\t\tfilter = el.filters.item(filterName);\r\n\t} catch (e) {\r\n\t\t// don't set opacity to 1 if we haven't already set an opacity,\r\n\t\t// it isn't needed and breaks transparent pngs.\r\n\t\tif (value === 1) { return; }\r\n\t}\r\n\r\n\tvalue = Math.round(value * 100);\r\n\r\n\tif (filter) {\r\n\t\tfilter.Enabled = (value !== 100);\r\n\t\tfilter.Opacity = value;\r\n\t} else {\r\n\t\tel.style.filter += ' progid:' + filterName + '(opacity=' + value + ')';\r\n\t}\r\n}\r\n\r\n// @function testProp(props: String[]): String|false\r\n// Goes through the array of style names and returns the first name\r\n// that is a valid style name for an element. If no such name is found,\r\n// it returns false. Useful for vendor-prefixed styles like `transform`.\r\nexport function testProp(props) {\r\n\tvar style = document.documentElement.style;\r\n\r\n\tfor (var i = 0; i < props.length; i++) {\r\n\t\tif (props[i] in style) {\r\n\t\t\treturn props[i];\r\n\t\t}\r\n\t}\r\n\treturn false;\r\n}\r\n\r\n// @function setTransform(el: HTMLElement, offset: Point, scale?: Number)\r\n// Resets the 3D CSS transform of `el` so it is translated by `offset` pixels\r\n// and optionally scaled by `scale`. Does not have an effect if the\r\n// browser doesn't support 3D CSS transforms.\r\nexport function setTransform(el, offset, scale) {\r\n\tvar pos = offset || new Point(0, 0);\r\n\r\n\tel.style[TRANSFORM] =\r\n\t\t(Browser.ie3d ?\r\n\t\t\t'translate(' + pos.x + 'px,' + pos.y + 'px)' :\r\n\t\t\t'translate3d(' + pos.x + 'px,' + pos.y + 'px,0)') +\r\n\t\t(scale ? ' scale(' + scale + ')' : '');\r\n}\r\n\r\n// @function setPosition(el: HTMLElement, position: Point)\r\n// Sets the position of `el` to coordinates specified by `position`,\r\n// using CSS translate or top/left positioning depending on the browser\r\n// (used by Leaflet internally to position its layers).\r\nexport function setPosition(el, point) {\r\n\r\n\t/*eslint-disable */\r\n\tel._leaflet_pos = point;\r\n\t/* eslint-enable */\r\n\r\n\tif (Browser.any3d) {\r\n\t\tsetTransform(el, point);\r\n\t} else {\r\n\t\tel.style.left = point.x + 'px';\r\n\t\tel.style.top = point.y + 'px';\r\n\t}\r\n}\r\n\r\n// @function getPosition(el: HTMLElement): Point\r\n// Returns the coordinates of an element previously positioned with setPosition.\r\nexport function getPosition(el) {\r\n\t// this method is only used for elements previously positioned using setPosition,\r\n\t// so it's safe to cache the position for performance\r\n\r\n\treturn el._leaflet_pos || new Point(0, 0);\r\n}\r\n\r\n// @function disableTextSelection()\r\n// Prevents the user from generating `selectstart` DOM events, usually generated\r\n// when the user drags the mouse through a page with text. Used internally\r\n// by Leaflet to override the behaviour of any click-and-drag interaction on\r\n// the map. Affects drag interactions on the whole document.\r\n\r\n// @function enableTextSelection()\r\n// Cancels the effects of a previous [`L.DomUtil.disableTextSelection`](#domutil-disabletextselection).\r\nexport var disableTextSelection;\r\nexport var enableTextSelection;\r\nvar _userSelect;\r\nif ('onselectstart' in document) {\r\n\tdisableTextSelection = function () {\r\n\t\tDomEvent.on(window, 'selectstart', DomEvent.preventDefault);\r\n\t};\r\n\tenableTextSelection = function () {\r\n\t\tDomEvent.off(window, 'selectstart', DomEvent.preventDefault);\r\n\t};\r\n} else {\r\n\tvar userSelectProperty = testProp(\r\n\t\t['userSelect', 'WebkitUserSelect', 'OUserSelect', 'MozUserSelect', 'msUserSelect']);\r\n\r\n\tdisableTextSelection = function () {\r\n\t\tif (userSelectProperty) {\r\n\t\t\tvar style = document.documentElement.style;\r\n\t\t\t_userSelect = style[userSelectProperty];\r\n\t\t\tstyle[userSelectProperty] = 'none';\r\n\t\t}\r\n\t};\r\n\tenableTextSelection = function () {\r\n\t\tif (userSelectProperty) {\r\n\t\t\tdocument.documentElement.style[userSelectProperty] = _userSelect;\r\n\t\t\t_userSelect = undefined;\r\n\t\t}\r\n\t};\r\n}\r\n\r\n// @function disableImageDrag()\r\n// As [`L.DomUtil.disableTextSelection`](#domutil-disabletextselection), but\r\n// for `dragstart` DOM events, usually generated when the user drags an image.\r\nexport function disableImageDrag() {\r\n\tDomEvent.on(window, 'dragstart', DomEvent.preventDefault);\r\n}\r\n\r\n// @function enableImageDrag()\r\n// Cancels the effects of a previous [`L.DomUtil.disableImageDrag`](#domutil-disabletextselection).\r\nexport function enableImageDrag() {\r\n\tDomEvent.off(window, 'dragstart', DomEvent.preventDefault);\r\n}\r\n\r\nvar _outlineElement, _outlineStyle;\r\n// @function preventOutline(el: HTMLElement)\r\n// Makes the [outline](https://developer.mozilla.org/docs/Web/CSS/outline)\r\n// of the element `el` invisible. Used internally by Leaflet to prevent\r\n// focusable elements from displaying an outline when the user performs a\r\n// drag interaction on them.\r\nexport function preventOutline(element) {\r\n\twhile (element.tabIndex === -1) {\r\n\t\telement = element.parentNode;\r\n\t}\r\n\tif (!element.style) { return; }\r\n\trestoreOutline();\r\n\t_outlineElement = element;\r\n\t_outlineStyle = element.style.outline;\r\n\telement.style.outline = 'none';\r\n\tDomEvent.on(window, 'keydown', restoreOutline);\r\n}\r\n\r\n// @function restoreOutline()\r\n// Cancels the effects of a previous [`L.DomUtil.preventOutline`]().\r\nexport function restoreOutline() {\r\n\tif (!_outlineElement) { return; }\r\n\t_outlineElement.style.outline = _outlineStyle;\r\n\t_outlineElement = undefined;\r\n\t_outlineStyle = undefined;\r\n\tDomEvent.off(window, 'keydown', restoreOutline);\r\n}\r\n\r\n// @function getSizedParentNode(el: HTMLElement): HTMLElement\r\n// Finds the closest parent node which size (width and height) is not null.\r\nexport function getSizedParentNode(element) {\r\n\tdo {\r\n\t\telement = element.parentNode;\r\n\t} while ((!element.offsetWidth || !element.offsetHeight) && element !== document.body);\r\n\treturn element;\r\n}\r\n\r\n// @function getScale(el: HTMLElement): Object\r\n// Computes the CSS scale currently applied on the element.\r\n// Returns an object with `x` and `y` members as horizontal and vertical scales respectively,\r\n// and `boundingClientRect` as the result of [`getBoundingClientRect()`](https://developer.mozilla.org/en-US/docs/Web/API/Element/getBoundingClientRect).\r\nexport function getScale(element) {\r\n\tvar rect = element.getBoundingClientRect(); // Read-only in old browsers.\r\n\r\n\treturn {\r\n\t\tx: rect.width / element.offsetWidth || 1,\r\n\t\ty: rect.height / element.offsetHeight || 1,\r\n\t\tboundingClientRect: rect\r\n\t};\r\n}\r\n","import {Point} from '../geometry/Point';\r\nimport * as Util from '../core/Util';\r\nimport * as Browser from '../core/Browser';\r\nimport {addPointerListener, removePointerListener} from './DomEvent.Pointer';\r\nimport {addDoubleTapListener, removeDoubleTapListener} from './DomEvent.DoubleTap';\r\nimport {getScale} from './DomUtil';\r\n\r\n/*\r\n * @namespace DomEvent\r\n * Utility functions to work with the [DOM events](https://developer.mozilla.org/docs/Web/API/Event), used by Leaflet internally.\r\n */\r\n\r\n// Inspired by John Resig, Dean Edwards and YUI addEvent implementations.\r\n\r\n// @function on(el: HTMLElement, types: String, fn: Function, context?: Object): this\r\n// Adds a listener function (`fn`) to a particular DOM event type of the\r\n// element `el`. You can optionally specify the context of the listener\r\n// (object the `this` keyword will point to). You can also pass several\r\n// space-separated types (e.g. `'click dblclick'`).\r\n\r\n// @alternative\r\n// @function on(el: HTMLElement, eventMap: Object, context?: Object): this\r\n// Adds a set of type/listener pairs, e.g. `{click: onClick, mousemove: onMouseMove}`\r\nexport function on(obj, types, fn, context) {\r\n\r\n\tif (typeof types === 'object') {\r\n\t\tfor (var type in types) {\r\n\t\t\taddOne(obj, type, types[type], fn);\r\n\t\t}\r\n\t} else {\r\n\t\ttypes = Util.splitWords(types);\r\n\r\n\t\tfor (var i = 0, len = types.length; i < len; i++) {\r\n\t\t\taddOne(obj, types[i], fn, context);\r\n\t\t}\r\n\t}\r\n\r\n\treturn this;\r\n}\r\n\r\nvar eventsKey = '_leaflet_events';\r\n\r\n// @function off(el: HTMLElement, types: String, fn: Function, context?: Object): this\r\n// Removes a previously added listener function.\r\n// Note that if you passed a custom context to on, you must pass the same\r\n// context to `off` in order to remove the listener.\r\n\r\n// @alternative\r\n// @function off(el: HTMLElement, eventMap: Object, context?: Object): this\r\n// Removes a set of type/listener pairs, e.g. `{click: onClick, mousemove: onMouseMove}`\r\nexport function off(obj, types, fn, context) {\r\n\r\n\tif (typeof types === 'object') {\r\n\t\tfor (var type in types) {\r\n\t\t\tremoveOne(obj, type, types[type], fn);\r\n\t\t}\r\n\t} else if (types) {\r\n\t\ttypes = Util.splitWords(types);\r\n\r\n\t\tfor (var i = 0, len = types.length; i < len; i++) {\r\n\t\t\tremoveOne(obj, types[i], fn, context);\r\n\t\t}\r\n\t} else {\r\n\t\tfor (var j in obj[eventsKey]) {\r\n\t\t\tremoveOne(obj, j, obj[eventsKey][j]);\r\n\t\t}\r\n\t\tdelete obj[eventsKey];\r\n\t}\r\n\r\n\treturn this;\r\n}\r\n\r\nfunction addOne(obj, type, fn, context) {\r\n\tvar id = type + Util.stamp(fn) + (context ? '_' + Util.stamp(context) : '');\r\n\r\n\tif (obj[eventsKey] && obj[eventsKey][id]) { return this; }\r\n\r\n\tvar handler = function (e) {\r\n\t\treturn fn.call(context || obj, e || window.event);\r\n\t};\r\n\r\n\tvar originalHandler = handler;\r\n\r\n\tif (Browser.pointer && type.indexOf('touch') === 0) {\r\n\t\t// Needs DomEvent.Pointer.js\r\n\t\taddPointerListener(obj, type, handler, id);\r\n\r\n\t} else if (Browser.touch && (type === 'dblclick') && addDoubleTapListener &&\r\n\t           !(Browser.pointer && Browser.chrome)) {\r\n\t\t// Chrome >55 does not need the synthetic dblclicks from addDoubleTapListener\r\n\t\t// See #5180\r\n\t\taddDoubleTapListener(obj, handler, id);\r\n\r\n\t} else if ('addEventListener' in obj) {\r\n\r\n\t\tif (type === 'mousewheel') {\r\n\t\t\tobj.addEventListener('onwheel' in obj ? 'wheel' : 'mousewheel', handler, false);\r\n\r\n\t\t} else if ((type === 'mouseenter') || (type === 'mouseleave')) {\r\n\t\t\thandler = function (e) {\r\n\t\t\t\te = e || window.event;\r\n\t\t\t\tif (isExternalTarget(obj, e)) {\r\n\t\t\t\t\toriginalHandler(e);\r\n\t\t\t\t}\r\n\t\t\t};\r\n\t\t\tobj.addEventListener(type === 'mouseenter' ? 'mouseover' : 'mouseout', handler, false);\r\n\r\n\t\t} else {\r\n\t\t\tif (type === 'click' && Browser.android) {\r\n\t\t\t\thandler = function (e) {\r\n\t\t\t\t\tfilterClick(e, originalHandler);\r\n\t\t\t\t};\r\n\t\t\t}\r\n\t\t\tobj.addEventListener(type, handler, false);\r\n\t\t}\r\n\r\n\t} else if ('attachEvent' in obj) {\r\n\t\tobj.attachEvent('on' + type, handler);\r\n\t}\r\n\r\n\tobj[eventsKey] = obj[eventsKey] || {};\r\n\tobj[eventsKey][id] = handler;\r\n}\r\n\r\nfunction removeOne(obj, type, fn, context) {\r\n\r\n\tvar id = type + Util.stamp(fn) + (context ? '_' + Util.stamp(context) : ''),\r\n\t    handler = obj[eventsKey] && obj[eventsKey][id];\r\n\r\n\tif (!handler) { return this; }\r\n\r\n\tif (Browser.pointer && type.indexOf('touch') === 0) {\r\n\t\tremovePointerListener(obj, type, id);\r\n\r\n\t} else if (Browser.touch && (type === 'dblclick') && removeDoubleTapListener &&\r\n\t           !(Browser.pointer && Browser.chrome)) {\r\n\t\tremoveDoubleTapListener(obj, id);\r\n\r\n\t} else if ('removeEventListener' in obj) {\r\n\r\n\t\tif (type === 'mousewheel') {\r\n\t\t\tobj.removeEventListener('onwheel' in obj ? 'wheel' : 'mousewheel', handler, false);\r\n\r\n\t\t} else {\r\n\t\t\tobj.removeEventListener(\r\n\t\t\t\ttype === 'mouseenter' ? 'mouseover' :\r\n\t\t\t\ttype === 'mouseleave' ? 'mouseout' : type, handler, false);\r\n\t\t}\r\n\r\n\t} else if ('detachEvent' in obj) {\r\n\t\tobj.detachEvent('on' + type, handler);\r\n\t}\r\n\r\n\tobj[eventsKey][id] = null;\r\n}\r\n\r\n// @function stopPropagation(ev: DOMEvent): this\r\n// Stop the given event from propagation to parent elements. Used inside the listener functions:\r\n// ```js\r\n// L.DomEvent.on(div, 'click', function (ev) {\r\n// \tL.DomEvent.stopPropagation(ev);\r\n// });\r\n// ```\r\nexport function stopPropagation(e) {\r\n\r\n\tif (e.stopPropagation) {\r\n\t\te.stopPropagation();\r\n\t} else if (e.originalEvent) {  // In case of Leaflet event.\r\n\t\te.originalEvent._stopped = true;\r\n\t} else {\r\n\t\te.cancelBubble = true;\r\n\t}\r\n\tskipped(e);\r\n\r\n\treturn this;\r\n}\r\n\r\n// @function disableScrollPropagation(el: HTMLElement): this\r\n// Adds `stopPropagation` to the element's `'mousewheel'` events (plus browser variants).\r\nexport function disableScrollPropagation(el) {\r\n\taddOne(el, 'mousewheel', stopPropagation);\r\n\treturn this;\r\n}\r\n\r\n// @function disableClickPropagation(el: HTMLElement): this\r\n// Adds `stopPropagation` to the element's `'click'`, `'doubleclick'`,\r\n// `'mousedown'` and `'touchstart'` events (plus browser variants).\r\nexport function disableClickPropagation(el) {\r\n\ton(el, 'mousedown touchstart dblclick', stopPropagation);\r\n\taddOne(el, 'click', fakeStop);\r\n\treturn this;\r\n}\r\n\r\n// @function preventDefault(ev: DOMEvent): this\r\n// Prevents the default action of the DOM Event `ev` from happening (such as\r\n// following a link in the href of the a element, or doing a POST request\r\n// with page reload when a `<form>` is submitted).\r\n// Use it inside listener functions.\r\nexport function preventDefault(e) {\r\n\tif (e.preventDefault) {\r\n\t\te.preventDefault();\r\n\t} else {\r\n\t\te.returnValue = false;\r\n\t}\r\n\treturn this;\r\n}\r\n\r\n// @function stop(ev: DOMEvent): this\r\n// Does `stopPropagation` and `preventDefault` at the same time.\r\nexport function stop(e) {\r\n\tpreventDefault(e);\r\n\tstopPropagation(e);\r\n\treturn this;\r\n}\r\n\r\n// @function getMousePosition(ev: DOMEvent, container?: HTMLElement): Point\r\n// Gets normalized mouse position from a DOM event relative to the\r\n// `container` (border excluded) or to the whole page if not specified.\r\nexport function getMousePosition(e, container) {\r\n\tif (!container) {\r\n\t\treturn new Point(e.clientX, e.clientY);\r\n\t}\r\n\r\n\tvar scale = getScale(container),\r\n\t    offset = scale.boundingClientRect; // left and top  values are in page scale (like the event clientX/Y)\r\n\r\n\treturn new Point(\r\n\t\t// offset.left/top values are in page scale (like clientX/Y),\r\n\t\t// whereas clientLeft/Top (border width) values are the original values (before CSS scale applies).\r\n\t\t(e.clientX - offset.left) / scale.x - container.clientLeft,\r\n\t\t(e.clientY - offset.top) / scale.y - container.clientTop\r\n\t);\r\n}\r\n\r\n// Chrome on Win scrolls double the pixels as in other platforms (see #4538),\r\n// and Firefox scrolls device pixels, not CSS pixels\r\nvar wheelPxFactor =\r\n\t(Browser.win && Browser.chrome) ? 2 * window.devicePixelRatio :\r\n\tBrowser.gecko ? window.devicePixelRatio : 1;\r\n\r\n// @function getWheelDelta(ev: DOMEvent): Number\r\n// Gets normalized wheel delta from a mousewheel DOM event, in vertical\r\n// pixels scrolled (negative if scrolling down).\r\n// Events from pointing devices without precise scrolling are mapped to\r\n// a best guess of 60 pixels.\r\nexport function getWheelDelta(e) {\r\n\treturn (Browser.edge) ? e.wheelDeltaY / 2 : // Don't trust window-geometry-based delta\r\n\t       (e.deltaY && e.deltaMode === 0) ? -e.deltaY / wheelPxFactor : // Pixels\r\n\t       (e.deltaY && e.deltaMode === 1) ? -e.deltaY * 20 : // Lines\r\n\t       (e.deltaY && e.deltaMode === 2) ? -e.deltaY * 60 : // Pages\r\n\t       (e.deltaX || e.deltaZ) ? 0 :\t// Skip horizontal/depth wheel events\r\n\t       e.wheelDelta ? (e.wheelDeltaY || e.wheelDelta) / 2 : // Legacy IE pixels\r\n\t       (e.detail && Math.abs(e.detail) < 32765) ? -e.detail * 20 : // Legacy Moz lines\r\n\t       e.detail ? e.detail / -32765 * 60 : // Legacy Moz pages\r\n\t       0;\r\n}\r\n\r\nvar skipEvents = {};\r\n\r\nexport function fakeStop(e) {\r\n\t// fakes stopPropagation by setting a special event flag, checked/reset with skipped(e)\r\n\tskipEvents[e.type] = true;\r\n}\r\n\r\nexport function skipped(e) {\r\n\tvar events = skipEvents[e.type];\r\n\t// reset when checking, as it's only used in map container and propagates outside of the map\r\n\tskipEvents[e.type] = false;\r\n\treturn events;\r\n}\r\n\r\n// check if element really left/entered the event target (for mouseenter/mouseleave)\r\nexport function isExternalTarget(el, e) {\r\n\r\n\tvar related = e.relatedTarget;\r\n\r\n\tif (!related) { return true; }\r\n\r\n\ttry {\r\n\t\twhile (related && (related !== el)) {\r\n\t\t\trelated = related.parentNode;\r\n\t\t}\r\n\t} catch (err) {\r\n\t\treturn false;\r\n\t}\r\n\treturn (related !== el);\r\n}\r\n\r\nvar lastClick;\r\n\r\n// this is a horrible workaround for a bug in Android where a single touch triggers two click events\r\nfunction filterClick(e, handler) {\r\n\tvar timeStamp = (e.timeStamp || (e.originalEvent && e.originalEvent.timeStamp)),\r\n\t    elapsed = lastClick && (timeStamp - lastClick);\r\n\r\n\t// are they closer together than 500ms yet more than 100ms?\r\n\t// Android typically triggers them ~300ms apart while multiple listeners\r\n\t// on the same event should be triggered far faster;\r\n\t// or check if click is simulated on the element, and if it is, reject any non-simulated events\r\n\r\n\tif ((elapsed && elapsed > 100 && elapsed < 500) || (e.target._simulatedClick && !e._simulated)) {\r\n\t\tstop(e);\r\n\t\treturn;\r\n\t}\r\n\tlastClick = timeStamp;\r\n\r\n\thandler(e);\r\n}\r\n\r\n// @function addListener(…): this\r\n// Alias to [`L.DomEvent.on`](#domevent-on)\r\nexport {on as addListener};\r\n\r\n// @function removeListener(…): this\r\n// Alias to [`L.DomEvent.off`](#domevent-off)\r\nexport {off as removeListener};\r\n","import * as Util from '../core/Util';\nimport {Evented} from '../core/Events';\nimport * as DomUtil from '../dom/DomUtil';\n\n\n/*\n * @class PosAnimation\n * @aka L.PosAnimation\n * @inherits Evented\n * Used internally for panning animations, utilizing CSS3 Transitions for modern browsers and a timer fallback for IE6-9.\n *\n * @example\n * ```js\n * var fx = new L.PosAnimation();\n * fx.run(el, [300, 500], 0.5);\n * ```\n *\n * @constructor L.PosAnimation()\n * Creates a `PosAnimation` object.\n *\n */\n\nexport var PosAnimation = Evented.extend({\n\n\t// @method run(el: HTMLElement, newPos: Point, duration?: Number, easeLinearity?: Number)\n\t// Run an animation of a given element to a new position, optionally setting\n\t// duration in seconds (`0.25` by default) and easing linearity factor (3rd\n\t// argument of the [cubic bezier curve](http://cubic-bezier.com/#0,0,.5,1),\n\t// `0.5` by default).\n\trun: function (el, newPos, duration, easeLinearity) {\n\t\tthis.stop();\n\n\t\tthis._el = el;\n\t\tthis._inProgress = true;\n\t\tthis._duration = duration || 0.25;\n\t\tthis._easeOutPower = 1 / Math.max(easeLinearity || 0.5, 0.2);\n\n\t\tthis._startPos = DomUtil.getPosition(el);\n\t\tthis._offset = newPos.subtract(this._startPos);\n\t\tthis._startTime = +new Date();\n\n\t\t// @event start: Event\n\t\t// Fired when the animation starts\n\t\tthis.fire('start');\n\n\t\tthis._animate();\n\t},\n\n\t// @method stop()\n\t// Stops the animation (if currently running).\n\tstop: function () {\n\t\tif (!this._inProgress) { return; }\n\n\t\tthis._step(true);\n\t\tthis._complete();\n\t},\n\n\t_animate: function () {\n\t\t// animation loop\n\t\tthis._animId = Util.requestAnimFrame(this._animate, this);\n\t\tthis._step();\n\t},\n\n\t_step: function (round) {\n\t\tvar elapsed = (+new Date()) - this._startTime,\n\t\t    duration = this._duration * 1000;\n\n\t\tif (elapsed < duration) {\n\t\t\tthis._runFrame(this._easeOut(elapsed / duration), round);\n\t\t} else {\n\t\t\tthis._runFrame(1);\n\t\t\tthis._complete();\n\t\t}\n\t},\n\n\t_runFrame: function (progress, round) {\n\t\tvar pos = this._startPos.add(this._offset.multiplyBy(progress));\n\t\tif (round) {\n\t\t\tpos._round();\n\t\t}\n\t\tDomUtil.setPosition(this._el, pos);\n\n\t\t// @event step: Event\n\t\t// Fired continuously during the animation.\n\t\tthis.fire('step');\n\t},\n\n\t_complete: function () {\n\t\tUtil.cancelAnimFrame(this._animId);\n\n\t\tthis._inProgress = false;\n\t\t// @event end: Event\n\t\t// Fired when the animation ends.\n\t\tthis.fire('end');\n\t},\n\n\t_easeOut: function (t) {\n\t\treturn 1 - Math.pow(1 - t, this._easeOutPower);\n\t}\n});\n","import * as Util from '../core/Util';\r\nimport {Evented} from '../core/Events';\r\nimport {EPSG3857} from '../geo/crs/CRS.EPSG3857';\r\nimport {Point, toPoint} from '../geometry/Point';\r\nimport {Bounds, toBounds} from '../geometry/Bounds';\r\nimport {LatLng, toLatLng} from '../geo/LatLng';\r\nimport {LatLngBounds, toLatLngBounds} from '../geo/LatLngBounds';\r\nimport * as Browser from '../core/Browser';\r\nimport * as DomEvent from '../dom/DomEvent';\r\nimport * as DomUtil from '../dom/DomUtil';\r\nimport {PosAnimation} from '../dom/PosAnimation';\r\n\r\n/*\r\n * @class Map\r\n * @aka L.Map\r\n * @inherits Evented\r\n *\r\n * The central class of the API — it is used to create a map on a page and manipulate it.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * // initialize the map on the \"map\" div with a given center and zoom\r\n * var map = L.map('map', {\r\n * \tcenter: [51.505, -0.09],\r\n * \tzoom: 13\r\n * });\r\n * ```\r\n *\r\n */\r\n\r\nexport var Map = Evented.extend({\r\n\r\n\toptions: {\r\n\t\t// @section Map State Options\r\n\t\t// @option crs: CRS = L.CRS.EPSG3857\r\n\t\t// The [Coordinate Reference System](#crs) to use. Don't change this if you're not\r\n\t\t// sure what it means.\r\n\t\tcrs: EPSG3857,\r\n\r\n\t\t// @option center: LatLng = undefined\r\n\t\t// Initial geographic center of the map\r\n\t\tcenter: undefined,\r\n\r\n\t\t// @option zoom: Number = undefined\r\n\t\t// Initial map zoom level\r\n\t\tzoom: undefined,\r\n\r\n\t\t// @option minZoom: Number = *\r\n\t\t// Minimum zoom level of the map.\r\n\t\t// If not specified and at least one `GridLayer` or `TileLayer` is in the map,\r\n\t\t// the lowest of their `minZoom` options will be used instead.\r\n\t\tminZoom: undefined,\r\n\r\n\t\t// @option maxZoom: Number = *\r\n\t\t// Maximum zoom level of the map.\r\n\t\t// If not specified and at least one `GridLayer` or `TileLayer` is in the map,\r\n\t\t// the highest of their `maxZoom` options will be used instead.\r\n\t\tmaxZoom: undefined,\r\n\r\n\t\t// @option layers: Layer[] = []\r\n\t\t// Array of layers that will be added to the map initially\r\n\t\tlayers: [],\r\n\r\n\t\t// @option maxBounds: LatLngBounds = null\r\n\t\t// When this option is set, the map restricts the view to the given\r\n\t\t// geographical bounds, bouncing the user back if the user tries to pan\r\n\t\t// outside the view. To set the restriction dynamically, use\r\n\t\t// [`setMaxBounds`](#map-setmaxbounds) method.\r\n\t\tmaxBounds: undefined,\r\n\r\n\t\t// @option renderer: Renderer = *\r\n\t\t// The default method for drawing vector layers on the map. `L.SVG`\r\n\t\t// or `L.Canvas` by default depending on browser support.\r\n\t\trenderer: undefined,\r\n\r\n\r\n\t\t// @section Animation Options\r\n\t\t// @option zoomAnimation: Boolean = true\r\n\t\t// Whether the map zoom animation is enabled. By default it's enabled\r\n\t\t// in all browsers that support CSS3 Transitions except Android.\r\n\t\tzoomAnimation: true,\r\n\r\n\t\t// @option zoomAnimationThreshold: Number = 4\r\n\t\t// Won't animate zoom if the zoom difference exceeds this value.\r\n\t\tzoomAnimationThreshold: 4,\r\n\r\n\t\t// @option fadeAnimation: Boolean = true\r\n\t\t// Whether the tile fade animation is enabled. By default it's enabled\r\n\t\t// in all browsers that support CSS3 Transitions except Android.\r\n\t\tfadeAnimation: true,\r\n\r\n\t\t// @option markerZoomAnimation: Boolean = true\r\n\t\t// Whether markers animate their zoom with the zoom animation, if disabled\r\n\t\t// they will disappear for the length of the animation. By default it's\r\n\t\t// enabled in all browsers that support CSS3 Transitions except Android.\r\n\t\tmarkerZoomAnimation: true,\r\n\r\n\t\t// @option transform3DLimit: Number = 2^23\r\n\t\t// Defines the maximum size of a CSS translation transform. The default\r\n\t\t// value should not be changed unless a web browser positions layers in\r\n\t\t// the wrong place after doing a large `panBy`.\r\n\t\ttransform3DLimit: 8388608, // Precision limit of a 32-bit float\r\n\r\n\t\t// @section Interaction Options\r\n\t\t// @option zoomSnap: Number = 1\r\n\t\t// Forces the map's zoom level to always be a multiple of this, particularly\r\n\t\t// right after a [`fitBounds()`](#map-fitbounds) or a pinch-zoom.\r\n\t\t// By default, the zoom level snaps to the nearest integer; lower values\r\n\t\t// (e.g. `0.5` or `0.1`) allow for greater granularity. A value of `0`\r\n\t\t// means the zoom level will not be snapped after `fitBounds` or a pinch-zoom.\r\n\t\tzoomSnap: 1,\r\n\r\n\t\t// @option zoomDelta: Number = 1\r\n\t\t// Controls how much the map's zoom level will change after a\r\n\t\t// [`zoomIn()`](#map-zoomin), [`zoomOut()`](#map-zoomout), pressing `+`\r\n\t\t// or `-` on the keyboard, or using the [zoom controls](#control-zoom).\r\n\t\t// Values smaller than `1` (e.g. `0.5`) allow for greater granularity.\r\n\t\tzoomDelta: 1,\r\n\r\n\t\t// @option trackResize: Boolean = true\r\n\t\t// Whether the map automatically handles browser window resize to update itself.\r\n\t\ttrackResize: true\r\n\t},\r\n\r\n\tinitialize: function (id, options) { // (HTMLElement or String, Object)\r\n\t\toptions = Util.setOptions(this, options);\r\n\r\n\t\t// Make sure to assign internal flags at the beginning,\r\n\t\t// to avoid inconsistent state in some edge cases.\r\n\t\tthis._handlers = [];\r\n\t\tthis._layers = {};\r\n\t\tthis._zoomBoundLayers = {};\r\n\t\tthis._sizeChanged = true;\r\n\r\n\t\tthis._initContainer(id);\r\n\t\tthis._initLayout();\r\n\r\n\t\t// hack for https://github.com/Leaflet/Leaflet/issues/1980\r\n\t\tthis._onResize = Util.bind(this._onResize, this);\r\n\r\n\t\tthis._initEvents();\r\n\r\n\t\tif (options.maxBounds) {\r\n\t\t\tthis.setMaxBounds(options.maxBounds);\r\n\t\t}\r\n\r\n\t\tif (options.zoom !== undefined) {\r\n\t\t\tthis._zoom = this._limitZoom(options.zoom);\r\n\t\t}\r\n\r\n\t\tif (options.center && options.zoom !== undefined) {\r\n\t\t\tthis.setView(toLatLng(options.center), options.zoom, {reset: true});\r\n\t\t}\r\n\r\n\t\tthis.callInitHooks();\r\n\r\n\t\t// don't animate on browsers without hardware-accelerated transitions or old Android/Opera\r\n\t\tthis._zoomAnimated = DomUtil.TRANSITION && Browser.any3d && !Browser.mobileOpera &&\r\n\t\t\t\tthis.options.zoomAnimation;\r\n\r\n\t\t// zoom transitions run with the same duration for all layers, so if one of transitionend events\r\n\t\t// happens after starting zoom animation (propagating to the map pane), we know that it ended globally\r\n\t\tif (this._zoomAnimated) {\r\n\t\t\tthis._createAnimProxy();\r\n\t\t\tDomEvent.on(this._proxy, DomUtil.TRANSITION_END, this._catchTransitionEnd, this);\r\n\t\t}\r\n\r\n\t\tthis._addLayers(this.options.layers);\r\n\t},\r\n\r\n\r\n\t// @section Methods for modifying map state\r\n\r\n\t// @method setView(center: LatLng, zoom: Number, options?: Zoom/pan options): this\r\n\t// Sets the view of the map (geographical center and zoom) with the given\r\n\t// animation options.\r\n\tsetView: function (center, zoom, options) {\r\n\r\n\t\tzoom = zoom === undefined ? this._zoom : this._limitZoom(zoom);\r\n\t\tcenter = this._limitCenter(toLatLng(center), zoom, this.options.maxBounds);\r\n\t\toptions = options || {};\r\n\r\n\t\tthis._stop();\r\n\r\n\t\tif (this._loaded && !options.reset && options !== true) {\r\n\r\n\t\t\tif (options.animate !== undefined) {\r\n\t\t\t\toptions.zoom = Util.extend({animate: options.animate}, options.zoom);\r\n\t\t\t\toptions.pan = Util.extend({animate: options.animate, duration: options.duration}, options.pan);\r\n\t\t\t}\r\n\r\n\t\t\t// try animating pan or zoom\r\n\t\t\tvar moved = (this._zoom !== zoom) ?\r\n\t\t\t\tthis._tryAnimatedZoom && this._tryAnimatedZoom(center, zoom, options.zoom) :\r\n\t\t\t\tthis._tryAnimatedPan(center, options.pan);\r\n\r\n\t\t\tif (moved) {\r\n\t\t\t\t// prevent resize handler call, the view will refresh after animation anyway\r\n\t\t\t\tclearTimeout(this._sizeTimer);\r\n\t\t\t\treturn this;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t// animation didn't start, just reset the map view\r\n\t\tthis._resetView(center, zoom);\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method setZoom(zoom: Number, options?: Zoom/pan options): this\r\n\t// Sets the zoom of the map.\r\n\tsetZoom: function (zoom, options) {\r\n\t\tif (!this._loaded) {\r\n\t\t\tthis._zoom = zoom;\r\n\t\t\treturn this;\r\n\t\t}\r\n\t\treturn this.setView(this.getCenter(), zoom, {zoom: options});\r\n\t},\r\n\r\n\t// @method zoomIn(delta?: Number, options?: Zoom options): this\r\n\t// Increases the zoom of the map by `delta` ([`zoomDelta`](#map-zoomdelta) by default).\r\n\tzoomIn: function (delta, options) {\r\n\t\tdelta = delta || (Browser.any3d ? this.options.zoomDelta : 1);\r\n\t\treturn this.setZoom(this._zoom + delta, options);\r\n\t},\r\n\r\n\t// @method zoomOut(delta?: Number, options?: Zoom options): this\r\n\t// Decreases the zoom of the map by `delta` ([`zoomDelta`](#map-zoomdelta) by default).\r\n\tzoomOut: function (delta, options) {\r\n\t\tdelta = delta || (Browser.any3d ? this.options.zoomDelta : 1);\r\n\t\treturn this.setZoom(this._zoom - delta, options);\r\n\t},\r\n\r\n\t// @method setZoomAround(latlng: LatLng, zoom: Number, options: Zoom options): this\r\n\t// Zooms the map while keeping a specified geographical point on the map\r\n\t// stationary (e.g. used internally for scroll zoom and double-click zoom).\r\n\t// @alternative\r\n\t// @method setZoomAround(offset: Point, zoom: Number, options: Zoom options): this\r\n\t// Zooms the map while keeping a specified pixel on the map (relative to the top-left corner) stationary.\r\n\tsetZoomAround: function (latlng, zoom, options) {\r\n\t\tvar scale = this.getZoomScale(zoom),\r\n\t\t    viewHalf = this.getSize().divideBy(2),\r\n\t\t    containerPoint = latlng instanceof Point ? latlng : this.latLngToContainerPoint(latlng),\r\n\r\n\t\t    centerOffset = containerPoint.subtract(viewHalf).multiplyBy(1 - 1 / scale),\r\n\t\t    newCenter = this.containerPointToLatLng(viewHalf.add(centerOffset));\r\n\r\n\t\treturn this.setView(newCenter, zoom, {zoom: options});\r\n\t},\r\n\r\n\t_getBoundsCenterZoom: function (bounds, options) {\r\n\r\n\t\toptions = options || {};\r\n\t\tbounds = bounds.getBounds ? bounds.getBounds() : toLatLngBounds(bounds);\r\n\r\n\t\tvar paddingTL = toPoint(options.paddingTopLeft || options.padding || [0, 0]),\r\n\t\t    paddingBR = toPoint(options.paddingBottomRight || options.padding || [0, 0]),\r\n\r\n\t\t    zoom = this.getBoundsZoom(bounds, false, paddingTL.add(paddingBR));\r\n\r\n\t\tzoom = (typeof options.maxZoom === 'number') ? Math.min(options.maxZoom, zoom) : zoom;\r\n\r\n\t\tif (zoom === Infinity) {\r\n\t\t\treturn {\r\n\t\t\t\tcenter: bounds.getCenter(),\r\n\t\t\t\tzoom: zoom\r\n\t\t\t};\r\n\t\t}\r\n\r\n\t\tvar paddingOffset = paddingBR.subtract(paddingTL).divideBy(2),\r\n\r\n\t\t    swPoint = this.project(bounds.getSouthWest(), zoom),\r\n\t\t    nePoint = this.project(bounds.getNorthEast(), zoom),\r\n\t\t    center = this.unproject(swPoint.add(nePoint).divideBy(2).add(paddingOffset), zoom);\r\n\r\n\t\treturn {\r\n\t\t\tcenter: center,\r\n\t\t\tzoom: zoom\r\n\t\t};\r\n\t},\r\n\r\n\t// @method fitBounds(bounds: LatLngBounds, options?: fitBounds options): this\r\n\t// Sets a map view that contains the given geographical bounds with the\r\n\t// maximum zoom level possible.\r\n\tfitBounds: function (bounds, options) {\r\n\r\n\t\tbounds = toLatLngBounds(bounds);\r\n\r\n\t\tif (!bounds.isValid()) {\r\n\t\t\tthrow new Error('Bounds are not valid.');\r\n\t\t}\r\n\r\n\t\tvar target = this._getBoundsCenterZoom(bounds, options);\r\n\t\treturn this.setView(target.center, target.zoom, options);\r\n\t},\r\n\r\n\t// @method fitWorld(options?: fitBounds options): this\r\n\t// Sets a map view that mostly contains the whole world with the maximum\r\n\t// zoom level possible.\r\n\tfitWorld: function (options) {\r\n\t\treturn this.fitBounds([[-90, -180], [90, 180]], options);\r\n\t},\r\n\r\n\t// @method panTo(latlng: LatLng, options?: Pan options): this\r\n\t// Pans the map to a given center.\r\n\tpanTo: function (center, options) { // (LatLng)\r\n\t\treturn this.setView(center, this._zoom, {pan: options});\r\n\t},\r\n\r\n\t// @method panBy(offset: Point, options?: Pan options): this\r\n\t// Pans the map by a given number of pixels (animated).\r\n\tpanBy: function (offset, options) {\r\n\t\toffset = toPoint(offset).round();\r\n\t\toptions = options || {};\r\n\r\n\t\tif (!offset.x && !offset.y) {\r\n\t\t\treturn this.fire('moveend');\r\n\t\t}\r\n\t\t// If we pan too far, Chrome gets issues with tiles\r\n\t\t// and makes them disappear or appear in the wrong place (slightly offset) #2602\r\n\t\tif (options.animate !== true && !this.getSize().contains(offset)) {\r\n\t\t\tthis._resetView(this.unproject(this.project(this.getCenter()).add(offset)), this.getZoom());\r\n\t\t\treturn this;\r\n\t\t}\r\n\r\n\t\tif (!this._panAnim) {\r\n\t\t\tthis._panAnim = new PosAnimation();\r\n\r\n\t\t\tthis._panAnim.on({\r\n\t\t\t\t'step': this._onPanTransitionStep,\r\n\t\t\t\t'end': this._onPanTransitionEnd\r\n\t\t\t}, this);\r\n\t\t}\r\n\r\n\t\t// don't fire movestart if animating inertia\r\n\t\tif (!options.noMoveStart) {\r\n\t\t\tthis.fire('movestart');\r\n\t\t}\r\n\r\n\t\t// animate pan unless animate: false specified\r\n\t\tif (options.animate !== false) {\r\n\t\t\tDomUtil.addClass(this._mapPane, 'leaflet-pan-anim');\r\n\r\n\t\t\tvar newPos = this._getMapPanePos().subtract(offset).round();\r\n\t\t\tthis._panAnim.run(this._mapPane, newPos, options.duration || 0.25, options.easeLinearity);\r\n\t\t} else {\r\n\t\t\tthis._rawPanBy(offset);\r\n\t\t\tthis.fire('move').fire('moveend');\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method flyTo(latlng: LatLng, zoom?: Number, options?: Zoom/pan options): this\r\n\t// Sets the view of the map (geographical center and zoom) performing a smooth\r\n\t// pan-zoom animation.\r\n\tflyTo: function (targetCenter, targetZoom, options) {\r\n\r\n\t\toptions = options || {};\r\n\t\tif (options.animate === false || !Browser.any3d) {\r\n\t\t\treturn this.setView(targetCenter, targetZoom, options);\r\n\t\t}\r\n\r\n\t\tthis._stop();\r\n\r\n\t\tvar from = this.project(this.getCenter()),\r\n\t\t    to = this.project(targetCenter),\r\n\t\t    size = this.getSize(),\r\n\t\t    startZoom = this._zoom;\r\n\r\n\t\ttargetCenter = toLatLng(targetCenter);\r\n\t\ttargetZoom = targetZoom === undefined ? startZoom : targetZoom;\r\n\r\n\t\tvar w0 = Math.max(size.x, size.y),\r\n\t\t    w1 = w0 * this.getZoomScale(startZoom, targetZoom),\r\n\t\t    u1 = (to.distanceTo(from)) || 1,\r\n\t\t    rho = 1.42,\r\n\t\t    rho2 = rho * rho;\r\n\r\n\t\tfunction r(i) {\r\n\t\t\tvar s1 = i ? -1 : 1,\r\n\t\t\t    s2 = i ? w1 : w0,\r\n\t\t\t    t1 = w1 * w1 - w0 * w0 + s1 * rho2 * rho2 * u1 * u1,\r\n\t\t\t    b1 = 2 * s2 * rho2 * u1,\r\n\t\t\t    b = t1 / b1,\r\n\t\t\t    sq = Math.sqrt(b * b + 1) - b;\r\n\r\n\t\t\t    // workaround for floating point precision bug when sq = 0, log = -Infinite,\r\n\t\t\t    // thus triggering an infinite loop in flyTo\r\n\t\t\t    var log = sq < 0.000000001 ? -18 : Math.log(sq);\r\n\r\n\t\t\treturn log;\r\n\t\t}\r\n\r\n\t\tfunction sinh(n) { return (Math.exp(n) - Math.exp(-n)) / 2; }\r\n\t\tfunction cosh(n) { return (Math.exp(n) + Math.exp(-n)) / 2; }\r\n\t\tfunction tanh(n) { return sinh(n) / cosh(n); }\r\n\r\n\t\tvar r0 = r(0);\r\n\r\n\t\tfunction w(s) { return w0 * (cosh(r0) / cosh(r0 + rho * s)); }\r\n\t\tfunction u(s) { return w0 * (cosh(r0) * tanh(r0 + rho * s) - sinh(r0)) / rho2; }\r\n\r\n\t\tfunction easeOut(t) { return 1 - Math.pow(1 - t, 1.5); }\r\n\r\n\t\tvar start = Date.now(),\r\n\t\t    S = (r(1) - r0) / rho,\r\n\t\t    duration = options.duration ? 1000 * options.duration : 1000 * S * 0.8;\r\n\r\n\t\tfunction frame() {\r\n\t\t\tvar t = (Date.now() - start) / duration,\r\n\t\t\t    s = easeOut(t) * S;\r\n\r\n\t\t\tif (t <= 1) {\r\n\t\t\t\tthis._flyToFrame = Util.requestAnimFrame(frame, this);\r\n\r\n\t\t\t\tthis._move(\r\n\t\t\t\t\tthis.unproject(from.add(to.subtract(from).multiplyBy(u(s) / u1)), startZoom),\r\n\t\t\t\t\tthis.getScaleZoom(w0 / w(s), startZoom),\r\n\t\t\t\t\t{flyTo: true});\r\n\r\n\t\t\t} else {\r\n\t\t\t\tthis\r\n\t\t\t\t\t._move(targetCenter, targetZoom)\r\n\t\t\t\t\t._moveEnd(true);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tthis._moveStart(true, options.noMoveStart);\r\n\r\n\t\tframe.call(this);\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method flyToBounds(bounds: LatLngBounds, options?: fitBounds options): this\r\n\t// Sets the view of the map with a smooth animation like [`flyTo`](#map-flyto),\r\n\t// but takes a bounds parameter like [`fitBounds`](#map-fitbounds).\r\n\tflyToBounds: function (bounds, options) {\r\n\t\tvar target = this._getBoundsCenterZoom(bounds, options);\r\n\t\treturn this.flyTo(target.center, target.zoom, options);\r\n\t},\r\n\r\n\t// @method setMaxBounds(bounds: Bounds): this\r\n\t// Restricts the map view to the given bounds (see the [maxBounds](#map-maxbounds) option).\r\n\tsetMaxBounds: function (bounds) {\r\n\t\tbounds = toLatLngBounds(bounds);\r\n\r\n\t\tif (!bounds.isValid()) {\r\n\t\t\tthis.options.maxBounds = null;\r\n\t\t\treturn this.off('moveend', this._panInsideMaxBounds);\r\n\t\t} else if (this.options.maxBounds) {\r\n\t\t\tthis.off('moveend', this._panInsideMaxBounds);\r\n\t\t}\r\n\r\n\t\tthis.options.maxBounds = bounds;\r\n\r\n\t\tif (this._loaded) {\r\n\t\t\tthis._panInsideMaxBounds();\r\n\t\t}\r\n\r\n\t\treturn this.on('moveend', this._panInsideMaxBounds);\r\n\t},\r\n\r\n\t// @method setMinZoom(zoom: Number): this\r\n\t// Sets the lower limit for the available zoom levels (see the [minZoom](#map-minzoom) option).\r\n\tsetMinZoom: function (zoom) {\r\n\t\tvar oldZoom = this.options.minZoom;\r\n\t\tthis.options.minZoom = zoom;\r\n\r\n\t\tif (this._loaded && oldZoom !== zoom) {\r\n\t\t\tthis.fire('zoomlevelschange');\r\n\r\n\t\t\tif (this.getZoom() < this.options.minZoom) {\r\n\t\t\t\treturn this.setZoom(zoom);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method setMaxZoom(zoom: Number): this\r\n\t// Sets the upper limit for the available zoom levels (see the [maxZoom](#map-maxzoom) option).\r\n\tsetMaxZoom: function (zoom) {\r\n\t\tvar oldZoom = this.options.maxZoom;\r\n\t\tthis.options.maxZoom = zoom;\r\n\r\n\t\tif (this._loaded && oldZoom !== zoom) {\r\n\t\t\tthis.fire('zoomlevelschange');\r\n\r\n\t\t\tif (this.getZoom() > this.options.maxZoom) {\r\n\t\t\t\treturn this.setZoom(zoom);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method panInsideBounds(bounds: LatLngBounds, options?: Pan options): this\r\n\t// Pans the map to the closest view that would lie inside the given bounds (if it's not already), controlling the animation using the options specific, if any.\r\n\tpanInsideBounds: function (bounds, options) {\r\n\t\tthis._enforcingBounds = true;\r\n\t\tvar center = this.getCenter(),\r\n\t\t    newCenter = this._limitCenter(center, this._zoom, toLatLngBounds(bounds));\r\n\r\n\t\tif (!center.equals(newCenter)) {\r\n\t\t\tthis.panTo(newCenter, options);\r\n\t\t}\r\n\r\n\t\tthis._enforcingBounds = false;\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method panInside(latlng: LatLng, options?: options): this\r\n\t// Pans the map the minimum amount to make the `latlng` visible. Use\r\n\t// `padding`, `paddingTopLeft` and `paddingTopRight` options to fit\r\n\t// the display to more restricted bounds, like [`fitBounds`](#map-fitbounds).\r\n\t// If `latlng` is already within the (optionally padded) display bounds,\r\n\t// the map will not be panned.\r\n\tpanInside: function (latlng, options) {\r\n\t\toptions = options || {};\r\n\r\n\t\tvar paddingTL = toPoint(options.paddingTopLeft || options.padding || [0, 0]),\r\n\t\t    paddingBR = toPoint(options.paddingBottomRight || options.padding || [0, 0]),\r\n\t\t    center = this.getCenter(),\r\n\t\t    pixelCenter = this.project(center),\r\n\t\t    pixelPoint = this.project(latlng),\r\n\t\t    pixelBounds = this.getPixelBounds(),\r\n\t\t    halfPixelBounds = pixelBounds.getSize().divideBy(2),\r\n\t\t    paddedBounds = toBounds([pixelBounds.min.add(paddingTL), pixelBounds.max.subtract(paddingBR)]);\r\n\r\n\t\tif (!paddedBounds.contains(pixelPoint)) {\r\n\t\t\tthis._enforcingBounds = true;\r\n\t\t\tvar diff = pixelCenter.subtract(pixelPoint),\r\n\t\t\t    newCenter = toPoint(pixelPoint.x + diff.x, pixelPoint.y + diff.y);\r\n\r\n\t\t\tif (pixelPoint.x < paddedBounds.min.x || pixelPoint.x > paddedBounds.max.x) {\r\n\t\t\t\tnewCenter.x = pixelCenter.x - diff.x;\r\n\t\t\t\tif (diff.x > 0) {\r\n\t\t\t\t\tnewCenter.x += halfPixelBounds.x - paddingTL.x;\r\n\t\t\t\t} else {\r\n\t\t\t\t\tnewCenter.x -= halfPixelBounds.x - paddingBR.x;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\tif (pixelPoint.y < paddedBounds.min.y || pixelPoint.y > paddedBounds.max.y) {\r\n\t\t\t\tnewCenter.y = pixelCenter.y - diff.y;\r\n\t\t\t\tif (diff.y > 0) {\r\n\t\t\t\t\tnewCenter.y += halfPixelBounds.y - paddingTL.y;\r\n\t\t\t\t} else {\r\n\t\t\t\t\tnewCenter.y -= halfPixelBounds.y - paddingBR.y;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\tthis.panTo(this.unproject(newCenter), options);\r\n\t\t\tthis._enforcingBounds = false;\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method invalidateSize(options: Zoom/pan options): this\r\n\t// Checks if the map container size changed and updates the map if so —\r\n\t// call it after you've changed the map size dynamically, also animating\r\n\t// pan by default. If `options.pan` is `false`, panning will not occur.\r\n\t// If `options.debounceMoveend` is `true`, it will delay `moveend` event so\r\n\t// that it doesn't happen often even if the method is called many\r\n\t// times in a row.\r\n\r\n\t// @alternative\r\n\t// @method invalidateSize(animate: Boolean): this\r\n\t// Checks if the map container size changed and updates the map if so —\r\n\t// call it after you've changed the map size dynamically, also animating\r\n\t// pan by default.\r\n\tinvalidateSize: function (options) {\r\n\t\tif (!this._loaded) { return this; }\r\n\r\n\t\toptions = Util.extend({\r\n\t\t\tanimate: false,\r\n\t\t\tpan: true\r\n\t\t}, options === true ? {animate: true} : options);\r\n\r\n\t\tvar oldSize = this.getSize();\r\n\t\tthis._sizeChanged = true;\r\n\t\tthis._lastCenter = null;\r\n\r\n\t\tvar newSize = this.getSize(),\r\n\t\t    oldCenter = oldSize.divideBy(2).round(),\r\n\t\t    newCenter = newSize.divideBy(2).round(),\r\n\t\t    offset = oldCenter.subtract(newCenter);\r\n\r\n\t\tif (!offset.x && !offset.y) { return this; }\r\n\r\n\t\tif (options.animate && options.pan) {\r\n\t\t\tthis.panBy(offset);\r\n\r\n\t\t} else {\r\n\t\t\tif (options.pan) {\r\n\t\t\t\tthis._rawPanBy(offset);\r\n\t\t\t}\r\n\r\n\t\t\tthis.fire('move');\r\n\r\n\t\t\tif (options.debounceMoveend) {\r\n\t\t\t\tclearTimeout(this._sizeTimer);\r\n\t\t\t\tthis._sizeTimer = setTimeout(Util.bind(this.fire, this, 'moveend'), 200);\r\n\t\t\t} else {\r\n\t\t\t\tthis.fire('moveend');\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t// @section Map state change events\r\n\t\t// @event resize: ResizeEvent\r\n\t\t// Fired when the map is resized.\r\n\t\treturn this.fire('resize', {\r\n\t\t\toldSize: oldSize,\r\n\t\t\tnewSize: newSize\r\n\t\t});\r\n\t},\r\n\r\n\t// @section Methods for modifying map state\r\n\t// @method stop(): this\r\n\t// Stops the currently running `panTo` or `flyTo` animation, if any.\r\n\tstop: function () {\r\n\t\tthis.setZoom(this._limitZoom(this._zoom));\r\n\t\tif (!this.options.zoomSnap) {\r\n\t\t\tthis.fire('viewreset');\r\n\t\t}\r\n\t\treturn this._stop();\r\n\t},\r\n\r\n\t// @section Geolocation methods\r\n\t// @method locate(options?: Locate options): this\r\n\t// Tries to locate the user using the Geolocation API, firing a [`locationfound`](#map-locationfound)\r\n\t// event with location data on success or a [`locationerror`](#map-locationerror) event on failure,\r\n\t// and optionally sets the map view to the user's location with respect to\r\n\t// detection accuracy (or to the world view if geolocation failed).\r\n\t// Note that, if your page doesn't use HTTPS, this method will fail in\r\n\t// modern browsers ([Chrome 50 and newer](https://sites.google.com/a/chromium.org/dev/Home/chromium-security/deprecating-powerful-features-on-insecure-origins))\r\n\t// See `Locate options` for more details.\r\n\tlocate: function (options) {\r\n\r\n\t\toptions = this._locateOptions = Util.extend({\r\n\t\t\ttimeout: 10000,\r\n\t\t\twatch: false\r\n\t\t\t// setView: false\r\n\t\t\t// maxZoom: <Number>\r\n\t\t\t// maximumAge: 0\r\n\t\t\t// enableHighAccuracy: false\r\n\t\t}, options);\r\n\r\n\t\tif (!('geolocation' in navigator)) {\r\n\t\t\tthis._handleGeolocationError({\r\n\t\t\t\tcode: 0,\r\n\t\t\t\tmessage: 'Geolocation not supported.'\r\n\t\t\t});\r\n\t\t\treturn this;\r\n\t\t}\r\n\r\n\t\tvar onResponse = Util.bind(this._handleGeolocationResponse, this),\r\n\t\t    onError = Util.bind(this._handleGeolocationError, this);\r\n\r\n\t\tif (options.watch) {\r\n\t\t\tthis._locationWatchId =\r\n\t\t\t        navigator.geolocation.watchPosition(onResponse, onError, options);\r\n\t\t} else {\r\n\t\t\tnavigator.geolocation.getCurrentPosition(onResponse, onError, options);\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method stopLocate(): this\r\n\t// Stops watching location previously initiated by `map.locate({watch: true})`\r\n\t// and aborts resetting the map view if map.locate was called with\r\n\t// `{setView: true}`.\r\n\tstopLocate: function () {\r\n\t\tif (navigator.geolocation && navigator.geolocation.clearWatch) {\r\n\t\t\tnavigator.geolocation.clearWatch(this._locationWatchId);\r\n\t\t}\r\n\t\tif (this._locateOptions) {\r\n\t\t\tthis._locateOptions.setView = false;\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_handleGeolocationError: function (error) {\r\n\t\tvar c = error.code,\r\n\t\t    message = error.message ||\r\n\t\t            (c === 1 ? 'permission denied' :\r\n\t\t            (c === 2 ? 'position unavailable' : 'timeout'));\r\n\r\n\t\tif (this._locateOptions.setView && !this._loaded) {\r\n\t\t\tthis.fitWorld();\r\n\t\t}\r\n\r\n\t\t// @section Location events\r\n\t\t// @event locationerror: ErrorEvent\r\n\t\t// Fired when geolocation (using the [`locate`](#map-locate) method) failed.\r\n\t\tthis.fire('locationerror', {\r\n\t\t\tcode: c,\r\n\t\t\tmessage: 'Geolocation error: ' + message + '.'\r\n\t\t});\r\n\t},\r\n\r\n\t_handleGeolocationResponse: function (pos) {\r\n\t\tvar lat = pos.coords.latitude,\r\n\t\t    lng = pos.coords.longitude,\r\n\t\t    latlng = new LatLng(lat, lng),\r\n\t\t    bounds = latlng.toBounds(pos.coords.accuracy * 2),\r\n\t\t    options = this._locateOptions;\r\n\r\n\t\tif (options.setView) {\r\n\t\t\tvar zoom = this.getBoundsZoom(bounds);\r\n\t\t\tthis.setView(latlng, options.maxZoom ? Math.min(zoom, options.maxZoom) : zoom);\r\n\t\t}\r\n\r\n\t\tvar data = {\r\n\t\t\tlatlng: latlng,\r\n\t\t\tbounds: bounds,\r\n\t\t\ttimestamp: pos.timestamp\r\n\t\t};\r\n\r\n\t\tfor (var i in pos.coords) {\r\n\t\t\tif (typeof pos.coords[i] === 'number') {\r\n\t\t\t\tdata[i] = pos.coords[i];\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t// @event locationfound: LocationEvent\r\n\t\t// Fired when geolocation (using the [`locate`](#map-locate) method)\r\n\t\t// went successfully.\r\n\t\tthis.fire('locationfound', data);\r\n\t},\r\n\r\n\t// TODO Appropriate docs section?\r\n\t// @section Other Methods\r\n\t// @method addHandler(name: String, HandlerClass: Function): this\r\n\t// Adds a new `Handler` to the map, given its name and constructor function.\r\n\taddHandler: function (name, HandlerClass) {\r\n\t\tif (!HandlerClass) { return this; }\r\n\r\n\t\tvar handler = this[name] = new HandlerClass(this);\r\n\r\n\t\tthis._handlers.push(handler);\r\n\r\n\t\tif (this.options[name]) {\r\n\t\t\thandler.enable();\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method remove(): this\r\n\t// Destroys the map and clears all related event listeners.\r\n\tremove: function () {\r\n\r\n\t\tthis._initEvents(true);\r\n\r\n\t\tif (this._containerId !== this._container._leaflet_id) {\r\n\t\t\tthrow new Error('Map container is being reused by another instance');\r\n\t\t}\r\n\r\n\t\ttry {\r\n\t\t\t// throws error in IE6-8\r\n\t\t\tdelete this._container._leaflet_id;\r\n\t\t\tdelete this._containerId;\r\n\t\t} catch (e) {\r\n\t\t\t/*eslint-disable */\r\n\t\t\tthis._container._leaflet_id = undefined;\r\n\t\t\t/* eslint-enable */\r\n\t\t\tthis._containerId = undefined;\r\n\t\t}\r\n\r\n\t\tif (this._locationWatchId !== undefined) {\r\n\t\t\tthis.stopLocate();\r\n\t\t}\r\n\r\n\t\tthis._stop();\r\n\r\n\t\tDomUtil.remove(this._mapPane);\r\n\r\n\t\tif (this._clearControlPos) {\r\n\t\t\tthis._clearControlPos();\r\n\t\t}\r\n\t\tif (this._resizeRequest) {\r\n\t\t\tUtil.cancelAnimFrame(this._resizeRequest);\r\n\t\t\tthis._resizeRequest = null;\r\n\t\t}\r\n\r\n\t\tthis._clearHandlers();\r\n\r\n\t\tif (this._loaded) {\r\n\t\t\t// @section Map state change events\r\n\t\t\t// @event unload: Event\r\n\t\t\t// Fired when the map is destroyed with [remove](#map-remove) method.\r\n\t\t\tthis.fire('unload');\r\n\t\t}\r\n\r\n\t\tvar i;\r\n\t\tfor (i in this._layers) {\r\n\t\t\tthis._layers[i].remove();\r\n\t\t}\r\n\t\tfor (i in this._panes) {\r\n\t\t\tDomUtil.remove(this._panes[i]);\r\n\t\t}\r\n\r\n\t\tthis._layers = [];\r\n\t\tthis._panes = [];\r\n\t\tdelete this._mapPane;\r\n\t\tdelete this._renderer;\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @section Other Methods\r\n\t// @method createPane(name: String, container?: HTMLElement): HTMLElement\r\n\t// Creates a new [map pane](#map-pane) with the given name if it doesn't exist already,\r\n\t// then returns it. The pane is created as a child of `container`, or\r\n\t// as a child of the main map pane if not set.\r\n\tcreatePane: function (name, container) {\r\n\t\tvar className = 'leaflet-pane' + (name ? ' leaflet-' + name.replace('Pane', '') + '-pane' : ''),\r\n\t\t    pane = DomUtil.create('div', className, container || this._mapPane);\r\n\r\n\t\tif (name) {\r\n\t\t\tthis._panes[name] = pane;\r\n\t\t}\r\n\t\treturn pane;\r\n\t},\r\n\r\n\t// @section Methods for Getting Map State\r\n\r\n\t// @method getCenter(): LatLng\r\n\t// Returns the geographical center of the map view\r\n\tgetCenter: function () {\r\n\t\tthis._checkIfLoaded();\r\n\r\n\t\tif (this._lastCenter && !this._moved()) {\r\n\t\t\treturn this._lastCenter;\r\n\t\t}\r\n\t\treturn this.layerPointToLatLng(this._getCenterLayerPoint());\r\n\t},\r\n\r\n\t// @method getZoom(): Number\r\n\t// Returns the current zoom level of the map view\r\n\tgetZoom: function () {\r\n\t\treturn this._zoom;\r\n\t},\r\n\r\n\t// @method getBounds(): LatLngBounds\r\n\t// Returns the geographical bounds visible in the current map view\r\n\tgetBounds: function () {\r\n\t\tvar bounds = this.getPixelBounds(),\r\n\t\t    sw = this.unproject(bounds.getBottomLeft()),\r\n\t\t    ne = this.unproject(bounds.getTopRight());\r\n\r\n\t\treturn new LatLngBounds(sw, ne);\r\n\t},\r\n\r\n\t// @method getMinZoom(): Number\r\n\t// Returns the minimum zoom level of the map (if set in the `minZoom` option of the map or of any layers), or `0` by default.\r\n\tgetMinZoom: function () {\r\n\t\treturn this.options.minZoom === undefined ? this._layersMinZoom || 0 : this.options.minZoom;\r\n\t},\r\n\r\n\t// @method getMaxZoom(): Number\r\n\t// Returns the maximum zoom level of the map (if set in the `maxZoom` option of the map or of any layers).\r\n\tgetMaxZoom: function () {\r\n\t\treturn this.options.maxZoom === undefined ?\r\n\t\t\t(this._layersMaxZoom === undefined ? Infinity : this._layersMaxZoom) :\r\n\t\t\tthis.options.maxZoom;\r\n\t},\r\n\r\n\t// @method getBoundsZoom(bounds: LatLngBounds, inside?: Boolean, padding?: Point): Number\r\n\t// Returns the maximum zoom level on which the given bounds fit to the map\r\n\t// view in its entirety. If `inside` (optional) is set to `true`, the method\r\n\t// instead returns the minimum zoom level on which the map view fits into\r\n\t// the given bounds in its entirety.\r\n\tgetBoundsZoom: function (bounds, inside, padding) { // (LatLngBounds[, Boolean, Point]) -> Number\r\n\t\tbounds = toLatLngBounds(bounds);\r\n\t\tpadding = toPoint(padding || [0, 0]);\r\n\r\n\t\tvar zoom = this.getZoom() || 0,\r\n\t\t    min = this.getMinZoom(),\r\n\t\t    max = this.getMaxZoom(),\r\n\t\t    nw = bounds.getNorthWest(),\r\n\t\t    se = bounds.getSouthEast(),\r\n\t\t    size = this.getSize().subtract(padding),\r\n\t\t    boundsSize = toBounds(this.project(se, zoom), this.project(nw, zoom)).getSize(),\r\n\t\t    snap = Browser.any3d ? this.options.zoomSnap : 1,\r\n\t\t    scalex = size.x / boundsSize.x,\r\n\t\t    scaley = size.y / boundsSize.y,\r\n\t\t    scale = inside ? Math.max(scalex, scaley) : Math.min(scalex, scaley);\r\n\r\n\t\tzoom = this.getScaleZoom(scale, zoom);\r\n\r\n\t\tif (snap) {\r\n\t\t\tzoom = Math.round(zoom / (snap / 100)) * (snap / 100); // don't jump if within 1% of a snap level\r\n\t\t\tzoom = inside ? Math.ceil(zoom / snap) * snap : Math.floor(zoom / snap) * snap;\r\n\t\t}\r\n\r\n\t\treturn Math.max(min, Math.min(max, zoom));\r\n\t},\r\n\r\n\t// @method getSize(): Point\r\n\t// Returns the current size of the map container (in pixels).\r\n\tgetSize: function () {\r\n\t\tif (!this._size || this._sizeChanged) {\r\n\t\t\tthis._size = new Point(\r\n\t\t\t\tthis._container.clientWidth || 0,\r\n\t\t\t\tthis._container.clientHeight || 0);\r\n\r\n\t\t\tthis._sizeChanged = false;\r\n\t\t}\r\n\t\treturn this._size.clone();\r\n\t},\r\n\r\n\t// @method getPixelBounds(): Bounds\r\n\t// Returns the bounds of the current map view in projected pixel\r\n\t// coordinates (sometimes useful in layer and overlay implementations).\r\n\tgetPixelBounds: function (center, zoom) {\r\n\t\tvar topLeftPoint = this._getTopLeftPoint(center, zoom);\r\n\t\treturn new Bounds(topLeftPoint, topLeftPoint.add(this.getSize()));\r\n\t},\r\n\r\n\t// TODO: Check semantics - isn't the pixel origin the 0,0 coord relative to\r\n\t// the map pane? \"left point of the map layer\" can be confusing, specially\r\n\t// since there can be negative offsets.\r\n\t// @method getPixelOrigin(): Point\r\n\t// Returns the projected pixel coordinates of the top left point of\r\n\t// the map layer (useful in custom layer and overlay implementations).\r\n\tgetPixelOrigin: function () {\r\n\t\tthis._checkIfLoaded();\r\n\t\treturn this._pixelOrigin;\r\n\t},\r\n\r\n\t// @method getPixelWorldBounds(zoom?: Number): Bounds\r\n\t// Returns the world's bounds in pixel coordinates for zoom level `zoom`.\r\n\t// If `zoom` is omitted, the map's current zoom level is used.\r\n\tgetPixelWorldBounds: function (zoom) {\r\n\t\treturn this.options.crs.getProjectedBounds(zoom === undefined ? this.getZoom() : zoom);\r\n\t},\r\n\r\n\t// @section Other Methods\r\n\r\n\t// @method getPane(pane: String|HTMLElement): HTMLElement\r\n\t// Returns a [map pane](#map-pane), given its name or its HTML element (its identity).\r\n\tgetPane: function (pane) {\r\n\t\treturn typeof pane === 'string' ? this._panes[pane] : pane;\r\n\t},\r\n\r\n\t// @method getPanes(): Object\r\n\t// Returns a plain object containing the names of all [panes](#map-pane) as keys and\r\n\t// the panes as values.\r\n\tgetPanes: function () {\r\n\t\treturn this._panes;\r\n\t},\r\n\r\n\t// @method getContainer: HTMLElement\r\n\t// Returns the HTML element that contains the map.\r\n\tgetContainer: function () {\r\n\t\treturn this._container;\r\n\t},\r\n\r\n\r\n\t// @section Conversion Methods\r\n\r\n\t// @method getZoomScale(toZoom: Number, fromZoom: Number): Number\r\n\t// Returns the scale factor to be applied to a map transition from zoom level\r\n\t// `fromZoom` to `toZoom`. Used internally to help with zoom animations.\r\n\tgetZoomScale: function (toZoom, fromZoom) {\r\n\t\t// TODO replace with universal implementation after refactoring projections\r\n\t\tvar crs = this.options.crs;\r\n\t\tfromZoom = fromZoom === undefined ? this._zoom : fromZoom;\r\n\t\treturn crs.scale(toZoom) / crs.scale(fromZoom);\r\n\t},\r\n\r\n\t// @method getScaleZoom(scale: Number, fromZoom: Number): Number\r\n\t// Returns the zoom level that the map would end up at, if it is at `fromZoom`\r\n\t// level and everything is scaled by a factor of `scale`. Inverse of\r\n\t// [`getZoomScale`](#map-getZoomScale).\r\n\tgetScaleZoom: function (scale, fromZoom) {\r\n\t\tvar crs = this.options.crs;\r\n\t\tfromZoom = fromZoom === undefined ? this._zoom : fromZoom;\r\n\t\tvar zoom = crs.zoom(scale * crs.scale(fromZoom));\r\n\t\treturn isNaN(zoom) ? Infinity : zoom;\r\n\t},\r\n\r\n\t// @method project(latlng: LatLng, zoom: Number): Point\r\n\t// Projects a geographical coordinate `LatLng` according to the projection\r\n\t// of the map's CRS, then scales it according to `zoom` and the CRS's\r\n\t// `Transformation`. The result is pixel coordinate relative to\r\n\t// the CRS origin.\r\n\tproject: function (latlng, zoom) {\r\n\t\tzoom = zoom === undefined ? this._zoom : zoom;\r\n\t\treturn this.options.crs.latLngToPoint(toLatLng(latlng), zoom);\r\n\t},\r\n\r\n\t// @method unproject(point: Point, zoom: Number): LatLng\r\n\t// Inverse of [`project`](#map-project).\r\n\tunproject: function (point, zoom) {\r\n\t\tzoom = zoom === undefined ? this._zoom : zoom;\r\n\t\treturn this.options.crs.pointToLatLng(toPoint(point), zoom);\r\n\t},\r\n\r\n\t// @method layerPointToLatLng(point: Point): LatLng\r\n\t// Given a pixel coordinate relative to the [origin pixel](#map-getpixelorigin),\r\n\t// returns the corresponding geographical coordinate (for the current zoom level).\r\n\tlayerPointToLatLng: function (point) {\r\n\t\tvar projectedPoint = toPoint(point).add(this.getPixelOrigin());\r\n\t\treturn this.unproject(projectedPoint);\r\n\t},\r\n\r\n\t// @method latLngToLayerPoint(latlng: LatLng): Point\r\n\t// Given a geographical coordinate, returns the corresponding pixel coordinate\r\n\t// relative to the [origin pixel](#map-getpixelorigin).\r\n\tlatLngToLayerPoint: function (latlng) {\r\n\t\tvar projectedPoint = this.project(toLatLng(latlng))._round();\r\n\t\treturn projectedPoint._subtract(this.getPixelOrigin());\r\n\t},\r\n\r\n\t// @method wrapLatLng(latlng: LatLng): LatLng\r\n\t// Returns a `LatLng` where `lat` and `lng` has been wrapped according to the\r\n\t// map's CRS's `wrapLat` and `wrapLng` properties, if they are outside the\r\n\t// CRS's bounds.\r\n\t// By default this means longitude is wrapped around the dateline so its\r\n\t// value is between -180 and +180 degrees.\r\n\twrapLatLng: function (latlng) {\r\n\t\treturn this.options.crs.wrapLatLng(toLatLng(latlng));\r\n\t},\r\n\r\n\t// @method wrapLatLngBounds(bounds: LatLngBounds): LatLngBounds\r\n\t// Returns a `LatLngBounds` with the same size as the given one, ensuring that\r\n\t// its center is within the CRS's bounds.\r\n\t// By default this means the center longitude is wrapped around the dateline so its\r\n\t// value is between -180 and +180 degrees, and the majority of the bounds\r\n\t// overlaps the CRS's bounds.\r\n\twrapLatLngBounds: function (latlng) {\r\n\t\treturn this.options.crs.wrapLatLngBounds(toLatLngBounds(latlng));\r\n\t},\r\n\r\n\t// @method distance(latlng1: LatLng, latlng2: LatLng): Number\r\n\t// Returns the distance between two geographical coordinates according to\r\n\t// the map's CRS. By default this measures distance in meters.\r\n\tdistance: function (latlng1, latlng2) {\r\n\t\treturn this.options.crs.distance(toLatLng(latlng1), toLatLng(latlng2));\r\n\t},\r\n\r\n\t// @method containerPointToLayerPoint(point: Point): Point\r\n\t// Given a pixel coordinate relative to the map container, returns the corresponding\r\n\t// pixel coordinate relative to the [origin pixel](#map-getpixelorigin).\r\n\tcontainerPointToLayerPoint: function (point) { // (Point)\r\n\t\treturn toPoint(point).subtract(this._getMapPanePos());\r\n\t},\r\n\r\n\t// @method layerPointToContainerPoint(point: Point): Point\r\n\t// Given a pixel coordinate relative to the [origin pixel](#map-getpixelorigin),\r\n\t// returns the corresponding pixel coordinate relative to the map container.\r\n\tlayerPointToContainerPoint: function (point) { // (Point)\r\n\t\treturn toPoint(point).add(this._getMapPanePos());\r\n\t},\r\n\r\n\t// @method containerPointToLatLng(point: Point): LatLng\r\n\t// Given a pixel coordinate relative to the map container, returns\r\n\t// the corresponding geographical coordinate (for the current zoom level).\r\n\tcontainerPointToLatLng: function (point) {\r\n\t\tvar layerPoint = this.containerPointToLayerPoint(toPoint(point));\r\n\t\treturn this.layerPointToLatLng(layerPoint);\r\n\t},\r\n\r\n\t// @method latLngToContainerPoint(latlng: LatLng): Point\r\n\t// Given a geographical coordinate, returns the corresponding pixel coordinate\r\n\t// relative to the map container.\r\n\tlatLngToContainerPoint: function (latlng) {\r\n\t\treturn this.layerPointToContainerPoint(this.latLngToLayerPoint(toLatLng(latlng)));\r\n\t},\r\n\r\n\t// @method mouseEventToContainerPoint(ev: MouseEvent): Point\r\n\t// Given a MouseEvent object, returns the pixel coordinate relative to the\r\n\t// map container where the event took place.\r\n\tmouseEventToContainerPoint: function (e) {\r\n\t\treturn DomEvent.getMousePosition(e, this._container);\r\n\t},\r\n\r\n\t// @method mouseEventToLayerPoint(ev: MouseEvent): Point\r\n\t// Given a MouseEvent object, returns the pixel coordinate relative to\r\n\t// the [origin pixel](#map-getpixelorigin) where the event took place.\r\n\tmouseEventToLayerPoint: function (e) {\r\n\t\treturn this.containerPointToLayerPoint(this.mouseEventToContainerPoint(e));\r\n\t},\r\n\r\n\t// @method mouseEventToLatLng(ev: MouseEvent): LatLng\r\n\t// Given a MouseEvent object, returns geographical coordinate where the\r\n\t// event took place.\r\n\tmouseEventToLatLng: function (e) { // (MouseEvent)\r\n\t\treturn this.layerPointToLatLng(this.mouseEventToLayerPoint(e));\r\n\t},\r\n\r\n\r\n\t// map initialization methods\r\n\r\n\t_initContainer: function (id) {\r\n\t\tvar container = this._container = DomUtil.get(id);\r\n\r\n\t\tif (!container) {\r\n\t\t\tthrow new Error('Map container not found.');\r\n\t\t} else if (container._leaflet_id) {\r\n\t\t\tthrow new Error('Map container is already initialized.');\r\n\t\t}\r\n\r\n\t\tDomEvent.on(container, 'scroll', this._onScroll, this);\r\n\t\tthis._containerId = Util.stamp(container);\r\n\t},\r\n\r\n\t_initLayout: function () {\r\n\t\tvar container = this._container;\r\n\r\n\t\tthis._fadeAnimated = this.options.fadeAnimation && Browser.any3d;\r\n\r\n\t\tDomUtil.addClass(container, 'leaflet-container' +\r\n\t\t\t(Browser.touch ? ' leaflet-touch' : '') +\r\n\t\t\t(Browser.retina ? ' leaflet-retina' : '') +\r\n\t\t\t(Browser.ielt9 ? ' leaflet-oldie' : '') +\r\n\t\t\t(Browser.safari ? ' leaflet-safari' : '') +\r\n\t\t\t(this._fadeAnimated ? ' leaflet-fade-anim' : ''));\r\n\r\n\t\tvar position = DomUtil.getStyle(container, 'position');\r\n\r\n\t\tif (position !== 'absolute' && position !== 'relative' && position !== 'fixed') {\r\n\t\t\tcontainer.style.position = 'relative';\r\n\t\t}\r\n\r\n\t\tthis._initPanes();\r\n\r\n\t\tif (this._initControlPos) {\r\n\t\t\tthis._initControlPos();\r\n\t\t}\r\n\t},\r\n\r\n\t_initPanes: function () {\r\n\t\tvar panes = this._panes = {};\r\n\t\tthis._paneRenderers = {};\r\n\r\n\t\t// @section\r\n\t\t//\r\n\t\t// Panes are DOM elements used to control the ordering of layers on the map. You\r\n\t\t// can access panes with [`map.getPane`](#map-getpane) or\r\n\t\t// [`map.getPanes`](#map-getpanes) methods. New panes can be created with the\r\n\t\t// [`map.createPane`](#map-createpane) method.\r\n\t\t//\r\n\t\t// Every map has the following default panes that differ only in zIndex.\r\n\t\t//\r\n\t\t// @pane mapPane: HTMLElement = 'auto'\r\n\t\t// Pane that contains all other map panes\r\n\r\n\t\tthis._mapPane = this.createPane('mapPane', this._container);\r\n\t\tDomUtil.setPosition(this._mapPane, new Point(0, 0));\r\n\r\n\t\t// @pane tilePane: HTMLElement = 200\r\n\t\t// Pane for `GridLayer`s and `TileLayer`s\r\n\t\tthis.createPane('tilePane');\r\n\t\t// @pane overlayPane: HTMLElement = 400\r\n\t\t// Pane for vectors (`Path`s, like `Polyline`s and `Polygon`s), `ImageOverlay`s and `VideoOverlay`s\r\n\t\tthis.createPane('shadowPane');\r\n\t\t// @pane shadowPane: HTMLElement = 500\r\n\t\t// Pane for overlay shadows (e.g. `Marker` shadows)\r\n\t\tthis.createPane('overlayPane');\r\n\t\t// @pane markerPane: HTMLElement = 600\r\n\t\t// Pane for `Icon`s of `Marker`s\r\n\t\tthis.createPane('markerPane');\r\n\t\t// @pane tooltipPane: HTMLElement = 650\r\n\t\t// Pane for `Tooltip`s.\r\n\t\tthis.createPane('tooltipPane');\r\n\t\t// @pane popupPane: HTMLElement = 700\r\n\t\t// Pane for `Popup`s.\r\n\t\tthis.createPane('popupPane');\r\n\r\n\t\tif (!this.options.markerZoomAnimation) {\r\n\t\t\tDomUtil.addClass(panes.markerPane, 'leaflet-zoom-hide');\r\n\t\t\tDomUtil.addClass(panes.shadowPane, 'leaflet-zoom-hide');\r\n\t\t}\r\n\t},\r\n\r\n\r\n\t// private methods that modify map state\r\n\r\n\t// @section Map state change events\r\n\t_resetView: function (center, zoom) {\r\n\t\tDomUtil.setPosition(this._mapPane, new Point(0, 0));\r\n\r\n\t\tvar loading = !this._loaded;\r\n\t\tthis._loaded = true;\r\n\t\tzoom = this._limitZoom(zoom);\r\n\r\n\t\tthis.fire('viewprereset');\r\n\r\n\t\tvar zoomChanged = this._zoom !== zoom;\r\n\t\tthis\r\n\t\t\t._moveStart(zoomChanged, false)\r\n\t\t\t._move(center, zoom)\r\n\t\t\t._moveEnd(zoomChanged);\r\n\r\n\t\t// @event viewreset: Event\r\n\t\t// Fired when the map needs to redraw its content (this usually happens\r\n\t\t// on map zoom or load). Very useful for creating custom overlays.\r\n\t\tthis.fire('viewreset');\r\n\r\n\t\t// @event load: Event\r\n\t\t// Fired when the map is initialized (when its center and zoom are set\r\n\t\t// for the first time).\r\n\t\tif (loading) {\r\n\t\t\tthis.fire('load');\r\n\t\t}\r\n\t},\r\n\r\n\t_moveStart: function (zoomChanged, noMoveStart) {\r\n\t\t// @event zoomstart: Event\r\n\t\t// Fired when the map zoom is about to change (e.g. before zoom animation).\r\n\t\t// @event movestart: Event\r\n\t\t// Fired when the view of the map starts changing (e.g. user starts dragging the map).\r\n\t\tif (zoomChanged) {\r\n\t\t\tthis.fire('zoomstart');\r\n\t\t}\r\n\t\tif (!noMoveStart) {\r\n\t\t\tthis.fire('movestart');\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_move: function (center, zoom, data) {\r\n\t\tif (zoom === undefined) {\r\n\t\t\tzoom = this._zoom;\r\n\t\t}\r\n\t\tvar zoomChanged = this._zoom !== zoom;\r\n\r\n\t\tthis._zoom = zoom;\r\n\t\tthis._lastCenter = center;\r\n\t\tthis._pixelOrigin = this._getNewPixelOrigin(center);\r\n\r\n\t\t// @event zoom: Event\r\n\t\t// Fired repeatedly during any change in zoom level, including zoom\r\n\t\t// and fly animations.\r\n\t\tif (zoomChanged || (data && data.pinch)) {\t// Always fire 'zoom' if pinching because #3530\r\n\t\t\tthis.fire('zoom', data);\r\n\t\t}\r\n\r\n\t\t// @event move: Event\r\n\t\t// Fired repeatedly during any movement of the map, including pan and\r\n\t\t// fly animations.\r\n\t\treturn this.fire('move', data);\r\n\t},\r\n\r\n\t_moveEnd: function (zoomChanged) {\r\n\t\t// @event zoomend: Event\r\n\t\t// Fired when the map has changed, after any animations.\r\n\t\tif (zoomChanged) {\r\n\t\t\tthis.fire('zoomend');\r\n\t\t}\r\n\r\n\t\t// @event moveend: Event\r\n\t\t// Fired when the center of the map stops changing (e.g. user stopped\r\n\t\t// dragging the map).\r\n\t\treturn this.fire('moveend');\r\n\t},\r\n\r\n\t_stop: function () {\r\n\t\tUtil.cancelAnimFrame(this._flyToFrame);\r\n\t\tif (this._panAnim) {\r\n\t\t\tthis._panAnim.stop();\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_rawPanBy: function (offset) {\r\n\t\tDomUtil.setPosition(this._mapPane, this._getMapPanePos().subtract(offset));\r\n\t},\r\n\r\n\t_getZoomSpan: function () {\r\n\t\treturn this.getMaxZoom() - this.getMinZoom();\r\n\t},\r\n\r\n\t_panInsideMaxBounds: function () {\r\n\t\tif (!this._enforcingBounds) {\r\n\t\t\tthis.panInsideBounds(this.options.maxBounds);\r\n\t\t}\r\n\t},\r\n\r\n\t_checkIfLoaded: function () {\r\n\t\tif (!this._loaded) {\r\n\t\t\tthrow new Error('Set map center and zoom first.');\r\n\t\t}\r\n\t},\r\n\r\n\t// DOM event handling\r\n\r\n\t// @section Interaction events\r\n\t_initEvents: function (remove) {\r\n\t\tthis._targets = {};\r\n\t\tthis._targets[Util.stamp(this._container)] = this;\r\n\r\n\t\tvar onOff = remove ? DomEvent.off : DomEvent.on;\r\n\r\n\t\t// @event click: MouseEvent\r\n\t\t// Fired when the user clicks (or taps) the map.\r\n\t\t// @event dblclick: MouseEvent\r\n\t\t// Fired when the user double-clicks (or double-taps) the map.\r\n\t\t// @event mousedown: MouseEvent\r\n\t\t// Fired when the user pushes the mouse button on the map.\r\n\t\t// @event mouseup: MouseEvent\r\n\t\t// Fired when the user releases the mouse button on the map.\r\n\t\t// @event mouseover: MouseEvent\r\n\t\t// Fired when the mouse enters the map.\r\n\t\t// @event mouseout: MouseEvent\r\n\t\t// Fired when the mouse leaves the map.\r\n\t\t// @event mousemove: MouseEvent\r\n\t\t// Fired while the mouse moves over the map.\r\n\t\t// @event contextmenu: MouseEvent\r\n\t\t// Fired when the user pushes the right mouse button on the map, prevents\r\n\t\t// default browser context menu from showing if there are listeners on\r\n\t\t// this event. Also fired on mobile when the user holds a single touch\r\n\t\t// for a second (also called long press).\r\n\t\t// @event keypress: KeyboardEvent\r\n\t\t// Fired when the user presses a key from the keyboard while the map is focused.\r\n\t\tonOff(this._container, 'click dblclick mousedown mouseup ' +\r\n\t\t\t'mouseover mouseout mousemove contextmenu keypress', this._handleDOMEvent, this);\r\n\r\n\t\tif (this.options.trackResize) {\r\n\t\t\tonOff(window, 'resize', this._onResize, this);\r\n\t\t}\r\n\r\n\t\tif (Browser.any3d && this.options.transform3DLimit) {\r\n\t\t\t(remove ? this.off : this.on).call(this, 'moveend', this._onMoveEnd);\r\n\t\t}\r\n\t},\r\n\r\n\t_onResize: function () {\r\n\t\tUtil.cancelAnimFrame(this._resizeRequest);\r\n\t\tthis._resizeRequest = Util.requestAnimFrame(\r\n\t\t        function () { this.invalidateSize({debounceMoveend: true}); }, this);\r\n\t},\r\n\r\n\t_onScroll: function () {\r\n\t\tthis._container.scrollTop  = 0;\r\n\t\tthis._container.scrollLeft = 0;\r\n\t},\r\n\r\n\t_onMoveEnd: function () {\r\n\t\tvar pos = this._getMapPanePos();\r\n\t\tif (Math.max(Math.abs(pos.x), Math.abs(pos.y)) >= this.options.transform3DLimit) {\r\n\t\t\t// https://bugzilla.mozilla.org/show_bug.cgi?id=1203873 but Webkit also have\r\n\t\t\t// a pixel offset on very high values, see: http://jsfiddle.net/dg6r5hhb/\r\n\t\t\tthis._resetView(this.getCenter(), this.getZoom());\r\n\t\t}\r\n\t},\r\n\r\n\t_findEventTargets: function (e, type) {\r\n\t\tvar targets = [],\r\n\t\t    target,\r\n\t\t    isHover = type === 'mouseout' || type === 'mouseover',\r\n\t\t    src = e.target || e.srcElement,\r\n\t\t    dragging = false;\r\n\r\n\t\twhile (src) {\r\n\t\t\ttarget = this._targets[Util.stamp(src)];\r\n\t\t\tif (target && (type === 'click' || type === 'preclick') && !e._simulated && this._draggableMoved(target)) {\r\n\t\t\t\t// Prevent firing click after you just dragged an object.\r\n\t\t\t\tdragging = true;\r\n\t\t\t\tbreak;\r\n\t\t\t}\r\n\t\t\tif (target && target.listens(type, true)) {\r\n\t\t\t\tif (isHover && !DomEvent.isExternalTarget(src, e)) { break; }\r\n\t\t\t\ttargets.push(target);\r\n\t\t\t\tif (isHover) { break; }\r\n\t\t\t}\r\n\t\t\tif (src === this._container) { break; }\r\n\t\t\tsrc = src.parentNode;\r\n\t\t}\r\n\t\tif (!targets.length && !dragging && !isHover && DomEvent.isExternalTarget(src, e)) {\r\n\t\t\ttargets = [this];\r\n\t\t}\r\n\t\treturn targets;\r\n\t},\r\n\r\n\t_handleDOMEvent: function (e) {\r\n\t\tif (!this._loaded || DomEvent.skipped(e)) { return; }\r\n\r\n\t\tvar type = e.type;\r\n\r\n\t\tif (type === 'mousedown' || type === 'keypress') {\r\n\t\t\t// prevents outline when clicking on keyboard-focusable element\r\n\t\t\tDomUtil.preventOutline(e.target || e.srcElement);\r\n\t\t}\r\n\r\n\t\tthis._fireDOMEvent(e, type);\r\n\t},\r\n\r\n\t_mouseEvents: ['click', 'dblclick', 'mouseover', 'mouseout', 'contextmenu'],\r\n\r\n\t_fireDOMEvent: function (e, type, targets) {\r\n\r\n\t\tif (e.type === 'click') {\r\n\t\t\t// Fire a synthetic 'preclick' event which propagates up (mainly for closing popups).\r\n\t\t\t// @event preclick: MouseEvent\r\n\t\t\t// Fired before mouse click on the map (sometimes useful when you\r\n\t\t\t// want something to happen on click before any existing click\r\n\t\t\t// handlers start running).\r\n\t\t\tvar synth = Util.extend({}, e);\r\n\t\t\tsynth.type = 'preclick';\r\n\t\t\tthis._fireDOMEvent(synth, synth.type, targets);\r\n\t\t}\r\n\r\n\t\tif (e._stopped) { return; }\r\n\r\n\t\t// Find the layer the event is propagating from and its parents.\r\n\t\ttargets = (targets || []).concat(this._findEventTargets(e, type));\r\n\r\n\t\tif (!targets.length) { return; }\r\n\r\n\t\tvar target = targets[0];\r\n\t\tif (type === 'contextmenu' && target.listens(type, true)) {\r\n\t\t\tDomEvent.preventDefault(e);\r\n\t\t}\r\n\r\n\t\tvar data = {\r\n\t\t\toriginalEvent: e\r\n\t\t};\r\n\r\n\t\tif (e.type !== 'keypress') {\r\n\t\t\tvar isMarker = target.getLatLng && (!target._radius || target._radius <= 10);\r\n\t\t\tdata.containerPoint = isMarker ?\r\n\t\t\t\tthis.latLngToContainerPoint(target.getLatLng()) : this.mouseEventToContainerPoint(e);\r\n\t\t\tdata.layerPoint = this.containerPointToLayerPoint(data.containerPoint);\r\n\t\t\tdata.latlng = isMarker ? target.getLatLng() : this.layerPointToLatLng(data.layerPoint);\r\n\t\t}\r\n\r\n\t\tfor (var i = 0; i < targets.length; i++) {\r\n\t\t\ttargets[i].fire(type, data, true);\r\n\t\t\tif (data.originalEvent._stopped ||\r\n\t\t\t\t(targets[i].options.bubblingMouseEvents === false && Util.indexOf(this._mouseEvents, type) !== -1)) { return; }\r\n\t\t}\r\n\t},\r\n\r\n\t_draggableMoved: function (obj) {\r\n\t\tobj = obj.dragging && obj.dragging.enabled() ? obj : this;\r\n\t\treturn (obj.dragging && obj.dragging.moved()) || (this.boxZoom && this.boxZoom.moved());\r\n\t},\r\n\r\n\t_clearHandlers: function () {\r\n\t\tfor (var i = 0, len = this._handlers.length; i < len; i++) {\r\n\t\t\tthis._handlers[i].disable();\r\n\t\t}\r\n\t},\r\n\r\n\t// @section Other Methods\r\n\r\n\t// @method whenReady(fn: Function, context?: Object): this\r\n\t// Runs the given function `fn` when the map gets initialized with\r\n\t// a view (center and zoom) and at least one layer, or immediately\r\n\t// if it's already initialized, optionally passing a function context.\r\n\twhenReady: function (callback, context) {\r\n\t\tif (this._loaded) {\r\n\t\t\tcallback.call(context || this, {target: this});\r\n\t\t} else {\r\n\t\t\tthis.on('load', callback, context);\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\r\n\t// private methods for getting map state\r\n\r\n\t_getMapPanePos: function () {\r\n\t\treturn DomUtil.getPosition(this._mapPane) || new Point(0, 0);\r\n\t},\r\n\r\n\t_moved: function () {\r\n\t\tvar pos = this._getMapPanePos();\r\n\t\treturn pos && !pos.equals([0, 0]);\r\n\t},\r\n\r\n\t_getTopLeftPoint: function (center, zoom) {\r\n\t\tvar pixelOrigin = center && zoom !== undefined ?\r\n\t\t\tthis._getNewPixelOrigin(center, zoom) :\r\n\t\t\tthis.getPixelOrigin();\r\n\t\treturn pixelOrigin.subtract(this._getMapPanePos());\r\n\t},\r\n\r\n\t_getNewPixelOrigin: function (center, zoom) {\r\n\t\tvar viewHalf = this.getSize()._divideBy(2);\r\n\t\treturn this.project(center, zoom)._subtract(viewHalf)._add(this._getMapPanePos())._round();\r\n\t},\r\n\r\n\t_latLngToNewLayerPoint: function (latlng, zoom, center) {\r\n\t\tvar topLeft = this._getNewPixelOrigin(center, zoom);\r\n\t\treturn this.project(latlng, zoom)._subtract(topLeft);\r\n\t},\r\n\r\n\t_latLngBoundsToNewLayerBounds: function (latLngBounds, zoom, center) {\r\n\t\tvar topLeft = this._getNewPixelOrigin(center, zoom);\r\n\t\treturn toBounds([\r\n\t\t\tthis.project(latLngBounds.getSouthWest(), zoom)._subtract(topLeft),\r\n\t\t\tthis.project(latLngBounds.getNorthWest(), zoom)._subtract(topLeft),\r\n\t\t\tthis.project(latLngBounds.getSouthEast(), zoom)._subtract(topLeft),\r\n\t\t\tthis.project(latLngBounds.getNorthEast(), zoom)._subtract(topLeft)\r\n\t\t]);\r\n\t},\r\n\r\n\t// layer point of the current center\r\n\t_getCenterLayerPoint: function () {\r\n\t\treturn this.containerPointToLayerPoint(this.getSize()._divideBy(2));\r\n\t},\r\n\r\n\t// offset of the specified place to the current center in pixels\r\n\t_getCenterOffset: function (latlng) {\r\n\t\treturn this.latLngToLayerPoint(latlng).subtract(this._getCenterLayerPoint());\r\n\t},\r\n\r\n\t// adjust center for view to get inside bounds\r\n\t_limitCenter: function (center, zoom, bounds) {\r\n\r\n\t\tif (!bounds) { return center; }\r\n\r\n\t\tvar centerPoint = this.project(center, zoom),\r\n\t\t    viewHalf = this.getSize().divideBy(2),\r\n\t\t    viewBounds = new Bounds(centerPoint.subtract(viewHalf), centerPoint.add(viewHalf)),\r\n\t\t    offset = this._getBoundsOffset(viewBounds, bounds, zoom);\r\n\r\n\t\t// If offset is less than a pixel, ignore.\r\n\t\t// This prevents unstable projections from getting into\r\n\t\t// an infinite loop of tiny offsets.\r\n\t\tif (offset.round().equals([0, 0])) {\r\n\t\t\treturn center;\r\n\t\t}\r\n\r\n\t\treturn this.unproject(centerPoint.add(offset), zoom);\r\n\t},\r\n\r\n\t// adjust offset for view to get inside bounds\r\n\t_limitOffset: function (offset, bounds) {\r\n\t\tif (!bounds) { return offset; }\r\n\r\n\t\tvar viewBounds = this.getPixelBounds(),\r\n\t\t    newBounds = new Bounds(viewBounds.min.add(offset), viewBounds.max.add(offset));\r\n\r\n\t\treturn offset.add(this._getBoundsOffset(newBounds, bounds));\r\n\t},\r\n\r\n\t// returns offset needed for pxBounds to get inside maxBounds at a specified zoom\r\n\t_getBoundsOffset: function (pxBounds, maxBounds, zoom) {\r\n\t\tvar projectedMaxBounds = toBounds(\r\n\t\t        this.project(maxBounds.getNorthEast(), zoom),\r\n\t\t        this.project(maxBounds.getSouthWest(), zoom)\r\n\t\t    ),\r\n\t\t    minOffset = projectedMaxBounds.min.subtract(pxBounds.min),\r\n\t\t    maxOffset = projectedMaxBounds.max.subtract(pxBounds.max),\r\n\r\n\t\t    dx = this._rebound(minOffset.x, -maxOffset.x),\r\n\t\t    dy = this._rebound(minOffset.y, -maxOffset.y);\r\n\r\n\t\treturn new Point(dx, dy);\r\n\t},\r\n\r\n\t_rebound: function (left, right) {\r\n\t\treturn left + right > 0 ?\r\n\t\t\tMath.round(left - right) / 2 :\r\n\t\t\tMath.max(0, Math.ceil(left)) - Math.max(0, Math.floor(right));\r\n\t},\r\n\r\n\t_limitZoom: function (zoom) {\r\n\t\tvar min = this.getMinZoom(),\r\n\t\t    max = this.getMaxZoom(),\r\n\t\t    snap = Browser.any3d ? this.options.zoomSnap : 1;\r\n\t\tif (snap) {\r\n\t\t\tzoom = Math.round(zoom / snap) * snap;\r\n\t\t}\r\n\t\treturn Math.max(min, Math.min(max, zoom));\r\n\t},\r\n\r\n\t_onPanTransitionStep: function () {\r\n\t\tthis.fire('move');\r\n\t},\r\n\r\n\t_onPanTransitionEnd: function () {\r\n\t\tDomUtil.removeClass(this._mapPane, 'leaflet-pan-anim');\r\n\t\tthis.fire('moveend');\r\n\t},\r\n\r\n\t_tryAnimatedPan: function (center, options) {\r\n\t\t// difference between the new and current centers in pixels\r\n\t\tvar offset = this._getCenterOffset(center)._trunc();\r\n\r\n\t\t// don't animate too far unless animate: true specified in options\r\n\t\tif ((options && options.animate) !== true && !this.getSize().contains(offset)) { return false; }\r\n\r\n\t\tthis.panBy(offset, options);\r\n\r\n\t\treturn true;\r\n\t},\r\n\r\n\t_createAnimProxy: function () {\r\n\r\n\t\tvar proxy = this._proxy = DomUtil.create('div', 'leaflet-proxy leaflet-zoom-animated');\r\n\t\tthis._panes.mapPane.appendChild(proxy);\r\n\r\n\t\tthis.on('zoomanim', function (e) {\r\n\t\t\tvar prop = DomUtil.TRANSFORM,\r\n\t\t\t    transform = this._proxy.style[prop];\r\n\r\n\t\t\tDomUtil.setTransform(this._proxy, this.project(e.center, e.zoom), this.getZoomScale(e.zoom, 1));\r\n\r\n\t\t\t// workaround for case when transform is the same and so transitionend event is not fired\r\n\t\t\tif (transform === this._proxy.style[prop] && this._animatingZoom) {\r\n\t\t\t\tthis._onZoomTransitionEnd();\r\n\t\t\t}\r\n\t\t}, this);\r\n\r\n\t\tthis.on('load moveend', function () {\r\n\t\t\tvar c = this.getCenter(),\r\n\t\t\t    z = this.getZoom();\r\n\t\t\tDomUtil.setTransform(this._proxy, this.project(c, z), this.getZoomScale(z, 1));\r\n\t\t}, this);\r\n\r\n\t\tthis._on('unload', this._destroyAnimProxy, this);\r\n\t},\r\n\r\n\t_destroyAnimProxy: function () {\r\n\t\tDomUtil.remove(this._proxy);\r\n\t\tdelete this._proxy;\r\n\t},\r\n\r\n\t_catchTransitionEnd: function (e) {\r\n\t\tif (this._animatingZoom && e.propertyName.indexOf('transform') >= 0) {\r\n\t\t\tthis._onZoomTransitionEnd();\r\n\t\t}\r\n\t},\r\n\r\n\t_nothingToAnimate: function () {\r\n\t\treturn !this._container.getElementsByClassName('leaflet-zoom-animated').length;\r\n\t},\r\n\r\n\t_tryAnimatedZoom: function (center, zoom, options) {\r\n\r\n\t\tif (this._animatingZoom) { return true; }\r\n\r\n\t\toptions = options || {};\r\n\r\n\t\t// don't animate if disabled, not supported or zoom difference is too large\r\n\t\tif (!this._zoomAnimated || options.animate === false || this._nothingToAnimate() ||\r\n\t\t        Math.abs(zoom - this._zoom) > this.options.zoomAnimationThreshold) { return false; }\r\n\r\n\t\t// offset is the pixel coords of the zoom origin relative to the current center\r\n\t\tvar scale = this.getZoomScale(zoom),\r\n\t\t    offset = this._getCenterOffset(center)._divideBy(1 - 1 / scale);\r\n\r\n\t\t// don't animate if the zoom origin isn't within one screen from the current center, unless forced\r\n\t\tif (options.animate !== true && !this.getSize().contains(offset)) { return false; }\r\n\r\n\t\tUtil.requestAnimFrame(function () {\r\n\t\t\tthis\r\n\t\t\t    ._moveStart(true, false)\r\n\t\t\t    ._animateZoom(center, zoom, true);\r\n\t\t}, this);\r\n\r\n\t\treturn true;\r\n\t},\r\n\r\n\t_animateZoom: function (center, zoom, startAnim, noUpdate) {\r\n\t\tif (!this._mapPane) { return; }\r\n\r\n\t\tif (startAnim) {\r\n\t\t\tthis._animatingZoom = true;\r\n\r\n\t\t\t// remember what center/zoom to set after animation\r\n\t\t\tthis._animateToCenter = center;\r\n\t\t\tthis._animateToZoom = zoom;\r\n\r\n\t\t\tDomUtil.addClass(this._mapPane, 'leaflet-zoom-anim');\r\n\t\t}\r\n\r\n\t\t// @event zoomanim: ZoomAnimEvent\r\n\t\t// Fired at least once per zoom animation. For continous zoom, like pinch zooming, fired once per frame during zoom.\r\n\t\tthis.fire('zoomanim', {\r\n\t\t\tcenter: center,\r\n\t\t\tzoom: zoom,\r\n\t\t\tnoUpdate: noUpdate\r\n\t\t});\r\n\r\n\t\t// Work around webkit not firing 'transitionend', see https://github.com/Leaflet/Leaflet/issues/3689, 2693\r\n\t\tsetTimeout(Util.bind(this._onZoomTransitionEnd, this), 250);\r\n\t},\r\n\r\n\t_onZoomTransitionEnd: function () {\r\n\t\tif (!this._animatingZoom) { return; }\r\n\r\n\t\tif (this._mapPane) {\r\n\t\t\tDomUtil.removeClass(this._mapPane, 'leaflet-zoom-anim');\r\n\t\t}\r\n\r\n\t\tthis._animatingZoom = false;\r\n\r\n\t\tthis._move(this._animateToCenter, this._animateToZoom);\r\n\r\n\t\t// This anim frame should prevent an obscure iOS webkit tile loading race condition.\r\n\t\tUtil.requestAnimFrame(function () {\r\n\t\t\tthis._moveEnd(true);\r\n\t\t}, this);\r\n\t}\r\n});\r\n\r\n// @section\r\n\r\n// @factory L.map(id: String, options?: Map options)\r\n// Instantiates a map object given the DOM ID of a `<div>` element\r\n// and optionally an object literal with `Map options`.\r\n//\r\n// @alternative\r\n// @factory L.map(el: HTMLElement, options?: Map options)\r\n// Instantiates a map object given an instance of a `<div>` HTML element\r\n// and optionally an object literal with `Map options`.\r\nexport function createMap(id, options) {\r\n\treturn new Map(id, options);\r\n}\r\n","\r\nimport {Class} from '../core/Class';\r\nimport {Map} from '../map/Map';\r\nimport * as Util from '../core/Util';\r\nimport * as DomUtil from '../dom/DomUtil';\r\n\r\n/*\r\n * @class Control\r\n * @aka L.Control\r\n * @inherits Class\r\n *\r\n * L.Control is a base class for implementing map controls. Handles positioning.\r\n * All other controls extend from this class.\r\n */\r\n\r\nexport var Control = Class.extend({\r\n\t// @section\r\n\t// @aka Control options\r\n\toptions: {\r\n\t\t// @option position: String = 'topright'\r\n\t\t// The position of the control (one of the map corners). Possible values are `'topleft'`,\r\n\t\t// `'topright'`, `'bottomleft'` or `'bottomright'`\r\n\t\tposition: 'topright'\r\n\t},\r\n\r\n\tinitialize: function (options) {\r\n\t\tUtil.setOptions(this, options);\r\n\t},\r\n\r\n\t/* @section\r\n\t * Classes extending L.Control will inherit the following methods:\r\n\t *\r\n\t * @method getPosition: string\r\n\t * Returns the position of the control.\r\n\t */\r\n\tgetPosition: function () {\r\n\t\treturn this.options.position;\r\n\t},\r\n\r\n\t// @method setPosition(position: string): this\r\n\t// Sets the position of the control.\r\n\tsetPosition: function (position) {\r\n\t\tvar map = this._map;\r\n\r\n\t\tif (map) {\r\n\t\t\tmap.removeControl(this);\r\n\t\t}\r\n\r\n\t\tthis.options.position = position;\r\n\r\n\t\tif (map) {\r\n\t\t\tmap.addControl(this);\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method getContainer: HTMLElement\r\n\t// Returns the HTMLElement that contains the control.\r\n\tgetContainer: function () {\r\n\t\treturn this._container;\r\n\t},\r\n\r\n\t// @method addTo(map: Map): this\r\n\t// Adds the control to the given map.\r\n\taddTo: function (map) {\r\n\t\tthis.remove();\r\n\t\tthis._map = map;\r\n\r\n\t\tvar container = this._container = this.onAdd(map),\r\n\t\t    pos = this.getPosition(),\r\n\t\t    corner = map._controlCorners[pos];\r\n\r\n\t\tDomUtil.addClass(container, 'leaflet-control');\r\n\r\n\t\tif (pos.indexOf('bottom') !== -1) {\r\n\t\t\tcorner.insertBefore(container, corner.firstChild);\r\n\t\t} else {\r\n\t\t\tcorner.appendChild(container);\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method remove: this\r\n\t// Removes the control from the map it is currently active on.\r\n\tremove: function () {\r\n\t\tif (!this._map) {\r\n\t\t\treturn this;\r\n\t\t}\r\n\r\n\t\tDomUtil.remove(this._container);\r\n\r\n\t\tif (this.onRemove) {\r\n\t\t\tthis.onRemove(this._map);\r\n\t\t}\r\n\r\n\t\tthis._map = null;\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_refocusOnMap: function (e) {\r\n\t\t// if map exists and event is not a keyboard event\r\n\t\tif (this._map && e && e.screenX > 0 && e.screenY > 0) {\r\n\t\t\tthis._map.getContainer().focus();\r\n\t\t}\r\n\t}\r\n});\r\n\r\nexport var control = function (options) {\r\n\treturn new Control(options);\r\n};\r\n\r\n/* @section Extension methods\r\n * @uninheritable\r\n *\r\n * Every control should extend from `L.Control` and (re-)implement the following methods.\r\n *\r\n * @method onAdd(map: Map): HTMLElement\r\n * Should return the container DOM element for the control and add listeners on relevant map events. Called on [`control.addTo(map)`](#control-addTo).\r\n *\r\n * @method onRemove(map: Map)\r\n * Optional method. Should contain all clean up code that removes the listeners previously added in [`onAdd`](#control-onadd). Called on [`control.remove()`](#control-remove).\r\n */\r\n\r\n/* @namespace Map\r\n * @section Methods for Layers and Controls\r\n */\r\nMap.include({\r\n\t// @method addControl(control: Control): this\r\n\t// Adds the given control to the map\r\n\taddControl: function (control) {\r\n\t\tcontrol.addTo(this);\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method removeControl(control: Control): this\r\n\t// Removes the given control from the map\r\n\tremoveControl: function (control) {\r\n\t\tcontrol.remove();\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_initControlPos: function () {\r\n\t\tvar corners = this._controlCorners = {},\r\n\t\t    l = 'leaflet-',\r\n\t\t    container = this._controlContainer =\r\n\t\t            DomUtil.create('div', l + 'control-container', this._container);\r\n\r\n\t\tfunction createCorner(vSide, hSide) {\r\n\t\t\tvar className = l + vSide + ' ' + l + hSide;\r\n\r\n\t\t\tcorners[vSide + hSide] = DomUtil.create('div', className, container);\r\n\t\t}\r\n\r\n\t\tcreateCorner('top', 'left');\r\n\t\tcreateCorner('top', 'right');\r\n\t\tcreateCorner('bottom', 'left');\r\n\t\tcreateCorner('bottom', 'right');\r\n\t},\r\n\r\n\t_clearControlPos: function () {\r\n\t\tfor (var i in this._controlCorners) {\r\n\t\t\tDomUtil.remove(this._controlCorners[i]);\r\n\t\t}\r\n\t\tDomUtil.remove(this._controlContainer);\r\n\t\tdelete this._controlCorners;\r\n\t\tdelete this._controlContainer;\r\n\t}\r\n});\r\n","\r\nimport {Control} from './Control';\r\nimport * as Util from '../core/Util';\r\nimport * as Browser from '../core/Browser';\r\nimport * as DomEvent from '../dom/DomEvent';\r\nimport * as DomUtil from '../dom/DomUtil';\r\n\r\n/*\r\n * @class Control.Layers\r\n * @aka L.Control.Layers\r\n * @inherits Control\r\n *\r\n * The layers control gives users the ability to switch between different base layers and switch overlays on/off (check out the [detailed example](http://leafletjs.com/examples/layers-control/)). Extends `Control`.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * var baseLayers = {\r\n * \t\"Mapbox\": mapbox,\r\n * \t\"OpenStreetMap\": osm\r\n * };\r\n *\r\n * var overlays = {\r\n * \t\"Marker\": marker,\r\n * \t\"Roads\": roadsLayer\r\n * };\r\n *\r\n * L.control.layers(baseLayers, overlays).addTo(map);\r\n * ```\r\n *\r\n * The `baseLayers` and `overlays` parameters are object literals with layer names as keys and `Layer` objects as values:\r\n *\r\n * ```js\r\n * {\r\n *     \"<someName1>\": layer1,\r\n *     \"<someName2>\": layer2\r\n * }\r\n * ```\r\n *\r\n * The layer names can contain HTML, which allows you to add additional styling to the items:\r\n *\r\n * ```js\r\n * {\"<img src='my-layer-icon' /> <span class='my-layer-item'>My Layer</span>\": myLayer}\r\n * ```\r\n */\r\n\r\nexport var Layers = Control.extend({\r\n\t// @section\r\n\t// @aka Control.Layers options\r\n\toptions: {\r\n\t\t// @option collapsed: Boolean = true\r\n\t\t// If `true`, the control will be collapsed into an icon and expanded on mouse hover or touch.\r\n\t\tcollapsed: true,\r\n\t\tposition: 'topright',\r\n\r\n\t\t// @option autoZIndex: Boolean = true\r\n\t\t// If `true`, the control will assign zIndexes in increasing order to all of its layers so that the order is preserved when switching them on/off.\r\n\t\tautoZIndex: true,\r\n\r\n\t\t// @option hideSingleBase: Boolean = false\r\n\t\t// If `true`, the base layers in the control will be hidden when there is only one.\r\n\t\thideSingleBase: false,\r\n\r\n\t\t// @option sortLayers: Boolean = false\r\n\t\t// Whether to sort the layers. When `false`, layers will keep the order\r\n\t\t// in which they were added to the control.\r\n\t\tsortLayers: false,\r\n\r\n\t\t// @option sortFunction: Function = *\r\n\t\t// A [compare function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/sort)\r\n\t\t// that will be used for sorting the layers, when `sortLayers` is `true`.\r\n\t\t// The function receives both the `L.Layer` instances and their names, as in\r\n\t\t// `sortFunction(layerA, layerB, nameA, nameB)`.\r\n\t\t// By default, it sorts layers alphabetically by their name.\r\n\t\tsortFunction: function (layerA, layerB, nameA, nameB) {\r\n\t\t\treturn nameA < nameB ? -1 : (nameB < nameA ? 1 : 0);\r\n\t\t}\r\n\t},\r\n\r\n\tinitialize: function (baseLayers, overlays, options) {\r\n\t\tUtil.setOptions(this, options);\r\n\r\n\t\tthis._layerControlInputs = [];\r\n\t\tthis._layers = [];\r\n\t\tthis._lastZIndex = 0;\r\n\t\tthis._handlingClick = false;\r\n\r\n\t\tfor (var i in baseLayers) {\r\n\t\t\tthis._addLayer(baseLayers[i], i);\r\n\t\t}\r\n\r\n\t\tfor (i in overlays) {\r\n\t\t\tthis._addLayer(overlays[i], i, true);\r\n\t\t}\r\n\t},\r\n\r\n\tonAdd: function (map) {\r\n\t\tthis._initLayout();\r\n\t\tthis._update();\r\n\r\n\t\tthis._map = map;\r\n\t\tmap.on('zoomend', this._checkDisabledLayers, this);\r\n\r\n\t\tfor (var i = 0; i < this._layers.length; i++) {\r\n\t\t\tthis._layers[i].layer.on('add remove', this._onLayerChange, this);\r\n\t\t}\r\n\r\n\t\treturn this._container;\r\n\t},\r\n\r\n\taddTo: function (map) {\r\n\t\tControl.prototype.addTo.call(this, map);\r\n\t\t// Trigger expand after Layers Control has been inserted into DOM so that is now has an actual height.\r\n\t\treturn this._expandIfNotCollapsed();\r\n\t},\r\n\r\n\tonRemove: function () {\r\n\t\tthis._map.off('zoomend', this._checkDisabledLayers, this);\r\n\r\n\t\tfor (var i = 0; i < this._layers.length; i++) {\r\n\t\t\tthis._layers[i].layer.off('add remove', this._onLayerChange, this);\r\n\t\t}\r\n\t},\r\n\r\n\t// @method addBaseLayer(layer: Layer, name: String): this\r\n\t// Adds a base layer (radio button entry) with the given name to the control.\r\n\taddBaseLayer: function (layer, name) {\r\n\t\tthis._addLayer(layer, name);\r\n\t\treturn (this._map) ? this._update() : this;\r\n\t},\r\n\r\n\t// @method addOverlay(layer: Layer, name: String): this\r\n\t// Adds an overlay (checkbox entry) with the given name to the control.\r\n\taddOverlay: function (layer, name) {\r\n\t\tthis._addLayer(layer, name, true);\r\n\t\treturn (this._map) ? this._update() : this;\r\n\t},\r\n\r\n\t// @method removeLayer(layer: Layer): this\r\n\t// Remove the given layer from the control.\r\n\tremoveLayer: function (layer) {\r\n\t\tlayer.off('add remove', this._onLayerChange, this);\r\n\r\n\t\tvar obj = this._getLayer(Util.stamp(layer));\r\n\t\tif (obj) {\r\n\t\t\tthis._layers.splice(this._layers.indexOf(obj), 1);\r\n\t\t}\r\n\t\treturn (this._map) ? this._update() : this;\r\n\t},\r\n\r\n\t// @method expand(): this\r\n\t// Expand the control container if collapsed.\r\n\texpand: function () {\r\n\t\tDomUtil.addClass(this._container, 'leaflet-control-layers-expanded');\r\n\t\tthis._section.style.height = null;\r\n\t\tvar acceptableHeight = this._map.getSize().y - (this._container.offsetTop + 50);\r\n\t\tif (acceptableHeight < this._section.clientHeight) {\r\n\t\t\tDomUtil.addClass(this._section, 'leaflet-control-layers-scrollbar');\r\n\t\t\tthis._section.style.height = acceptableHeight + 'px';\r\n\t\t} else {\r\n\t\t\tDomUtil.removeClass(this._section, 'leaflet-control-layers-scrollbar');\r\n\t\t}\r\n\t\tthis._checkDisabledLayers();\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method collapse(): this\r\n\t// Collapse the control container if expanded.\r\n\tcollapse: function () {\r\n\t\tDomUtil.removeClass(this._container, 'leaflet-control-layers-expanded');\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_initLayout: function () {\r\n\t\tvar className = 'leaflet-control-layers',\r\n\t\t    container = this._container = DomUtil.create('div', className),\r\n\t\t    collapsed = this.options.collapsed;\r\n\r\n\t\t// makes this work on IE touch devices by stopping it from firing a mouseout event when the touch is released\r\n\t\tcontainer.setAttribute('aria-haspopup', true);\r\n\r\n\t\tDomEvent.disableClickPropagation(container);\r\n\t\tDomEvent.disableScrollPropagation(container);\r\n\r\n\t\tvar section = this._section = DomUtil.create('section', className + '-list');\r\n\r\n\t\tif (collapsed) {\r\n\t\t\tthis._map.on('click', this.collapse, this);\r\n\r\n\t\t\tif (!Browser.android) {\r\n\t\t\t\tDomEvent.on(container, {\r\n\t\t\t\t\tmouseenter: this.expand,\r\n\t\t\t\t\tmouseleave: this.collapse\r\n\t\t\t\t}, this);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tvar link = this._layersLink = DomUtil.create('a', className + '-toggle', container);\r\n\t\tlink.href = '#';\r\n\t\tlink.title = 'Layers';\r\n\r\n\t\tif (Browser.touch) {\r\n\t\t\tDomEvent.on(link, 'click', DomEvent.stop);\r\n\t\t\tDomEvent.on(link, 'click', this.expand, this);\r\n\t\t} else {\r\n\t\t\tDomEvent.on(link, 'focus', this.expand, this);\r\n\t\t}\r\n\r\n\t\tif (!collapsed) {\r\n\t\t\tthis.expand();\r\n\t\t}\r\n\r\n\t\tthis._baseLayersList = DomUtil.create('div', className + '-base', section);\r\n\t\tthis._separator = DomUtil.create('div', className + '-separator', section);\r\n\t\tthis._overlaysList = DomUtil.create('div', className + '-overlays', section);\r\n\r\n\t\tcontainer.appendChild(section);\r\n\t},\r\n\r\n\t_getLayer: function (id) {\r\n\t\tfor (var i = 0; i < this._layers.length; i++) {\r\n\r\n\t\t\tif (this._layers[i] && Util.stamp(this._layers[i].layer) === id) {\r\n\t\t\t\treturn this._layers[i];\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\r\n\t_addLayer: function (layer, name, overlay) {\r\n\t\tif (this._map) {\r\n\t\t\tlayer.on('add remove', this._onLayerChange, this);\r\n\t\t}\r\n\r\n\t\tthis._layers.push({\r\n\t\t\tlayer: layer,\r\n\t\t\tname: name,\r\n\t\t\toverlay: overlay\r\n\t\t});\r\n\r\n\t\tif (this.options.sortLayers) {\r\n\t\t\tthis._layers.sort(Util.bind(function (a, b) {\r\n\t\t\t\treturn this.options.sortFunction(a.layer, b.layer, a.name, b.name);\r\n\t\t\t}, this));\r\n\t\t}\r\n\r\n\t\tif (this.options.autoZIndex && layer.setZIndex) {\r\n\t\t\tthis._lastZIndex++;\r\n\t\t\tlayer.setZIndex(this._lastZIndex);\r\n\t\t}\r\n\r\n\t\tthis._expandIfNotCollapsed();\r\n\t},\r\n\r\n\t_update: function () {\r\n\t\tif (!this._container) { return this; }\r\n\r\n\t\tDomUtil.empty(this._baseLayersList);\r\n\t\tDomUtil.empty(this._overlaysList);\r\n\r\n\t\tthis._layerControlInputs = [];\r\n\t\tvar baseLayersPresent, overlaysPresent, i, obj, baseLayersCount = 0;\r\n\r\n\t\tfor (i = 0; i < this._layers.length; i++) {\r\n\t\t\tobj = this._layers[i];\r\n\t\t\tthis._addItem(obj);\r\n\t\t\toverlaysPresent = overlaysPresent || obj.overlay;\r\n\t\t\tbaseLayersPresent = baseLayersPresent || !obj.overlay;\r\n\t\t\tbaseLayersCount += !obj.overlay ? 1 : 0;\r\n\t\t}\r\n\r\n\t\t// Hide base layers section if there's only one layer.\r\n\t\tif (this.options.hideSingleBase) {\r\n\t\t\tbaseLayersPresent = baseLayersPresent && baseLayersCount > 1;\r\n\t\t\tthis._baseLayersList.style.display = baseLayersPresent ? '' : 'none';\r\n\t\t}\r\n\r\n\t\tthis._separator.style.display = overlaysPresent && baseLayersPresent ? '' : 'none';\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_onLayerChange: function (e) {\r\n\t\tif (!this._handlingClick) {\r\n\t\t\tthis._update();\r\n\t\t}\r\n\r\n\t\tvar obj = this._getLayer(Util.stamp(e.target));\r\n\r\n\t\t// @namespace Map\r\n\t\t// @section Layer events\r\n\t\t// @event baselayerchange: LayersControlEvent\r\n\t\t// Fired when the base layer is changed through the [layer control](#control-layers).\r\n\t\t// @event overlayadd: LayersControlEvent\r\n\t\t// Fired when an overlay is selected through the [layer control](#control-layers).\r\n\t\t// @event overlayremove: LayersControlEvent\r\n\t\t// Fired when an overlay is deselected through the [layer control](#control-layers).\r\n\t\t// @namespace Control.Layers\r\n\t\tvar type = obj.overlay ?\r\n\t\t\t(e.type === 'add' ? 'overlayadd' : 'overlayremove') :\r\n\t\t\t(e.type === 'add' ? 'baselayerchange' : null);\r\n\r\n\t\tif (type) {\r\n\t\t\tthis._map.fire(type, obj);\r\n\t\t}\r\n\t},\r\n\r\n\t// IE7 bugs out if you create a radio dynamically, so you have to do it this hacky way (see http://bit.ly/PqYLBe)\r\n\t_createRadioElement: function (name, checked) {\r\n\r\n\t\tvar radioHtml = '<input type=\"radio\" class=\"leaflet-control-layers-selector\" name=\"' +\r\n\t\t\t\tname + '\"' + (checked ? ' checked=\"checked\"' : '') + '/>';\r\n\r\n\t\tvar radioFragment = document.createElement('div');\r\n\t\tradioFragment.innerHTML = radioHtml;\r\n\r\n\t\treturn radioFragment.firstChild;\r\n\t},\r\n\r\n\t_addItem: function (obj) {\r\n\t\tvar label = document.createElement('label'),\r\n\t\t    checked = this._map.hasLayer(obj.layer),\r\n\t\t    input;\r\n\r\n\t\tif (obj.overlay) {\r\n\t\t\tinput = document.createElement('input');\r\n\t\t\tinput.type = 'checkbox';\r\n\t\t\tinput.className = 'leaflet-control-layers-selector';\r\n\t\t\tinput.defaultChecked = checked;\r\n\t\t} else {\r\n\t\t\tinput = this._createRadioElement('leaflet-base-layers', checked);\r\n\t\t}\r\n\r\n\t\tthis._layerControlInputs.push(input);\r\n\t\tinput.layerId = Util.stamp(obj.layer);\r\n\r\n\t\tDomEvent.on(input, 'click', this._onInputClick, this);\r\n\r\n\t\tvar name = document.createElement('span');\r\n\t\tname.innerHTML = ' ' + obj.name;\r\n\r\n\t\t// Helps from preventing layer control flicker when checkboxes are disabled\r\n\t\t// https://github.com/Leaflet/Leaflet/issues/2771\r\n\t\tvar holder = document.createElement('div');\r\n\r\n\t\tlabel.appendChild(holder);\r\n\t\tholder.appendChild(input);\r\n\t\tholder.appendChild(name);\r\n\r\n\t\tvar container = obj.overlay ? this._overlaysList : this._baseLayersList;\r\n\t\tcontainer.appendChild(label);\r\n\r\n\t\tthis._checkDisabledLayers();\r\n\t\treturn label;\r\n\t},\r\n\r\n\t_onInputClick: function () {\r\n\t\tvar inputs = this._layerControlInputs,\r\n\t\t    input, layer;\r\n\t\tvar addedLayers = [],\r\n\t\t    removedLayers = [];\r\n\r\n\t\tthis._handlingClick = true;\r\n\r\n\t\tfor (var i = inputs.length - 1; i >= 0; i--) {\r\n\t\t\tinput = inputs[i];\r\n\t\t\tlayer = this._getLayer(input.layerId).layer;\r\n\r\n\t\t\tif (input.checked) {\r\n\t\t\t\taddedLayers.push(layer);\r\n\t\t\t} else if (!input.checked) {\r\n\t\t\t\tremovedLayers.push(layer);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t// Bugfix issue 2318: Should remove all old layers before readding new ones\r\n\t\tfor (i = 0; i < removedLayers.length; i++) {\r\n\t\t\tif (this._map.hasLayer(removedLayers[i])) {\r\n\t\t\t\tthis._map.removeLayer(removedLayers[i]);\r\n\t\t\t}\r\n\t\t}\r\n\t\tfor (i = 0; i < addedLayers.length; i++) {\r\n\t\t\tif (!this._map.hasLayer(addedLayers[i])) {\r\n\t\t\t\tthis._map.addLayer(addedLayers[i]);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tthis._handlingClick = false;\r\n\r\n\t\tthis._refocusOnMap();\r\n\t},\r\n\r\n\t_checkDisabledLayers: function () {\r\n\t\tvar inputs = this._layerControlInputs,\r\n\t\t    input,\r\n\t\t    layer,\r\n\t\t    zoom = this._map.getZoom();\r\n\r\n\t\tfor (var i = inputs.length - 1; i >= 0; i--) {\r\n\t\t\tinput = inputs[i];\r\n\t\t\tlayer = this._getLayer(input.layerId).layer;\r\n\t\t\tinput.disabled = (layer.options.minZoom !== undefined && zoom < layer.options.minZoom) ||\r\n\t\t\t                 (layer.options.maxZoom !== undefined && zoom > layer.options.maxZoom);\r\n\r\n\t\t}\r\n\t},\r\n\r\n\t_expandIfNotCollapsed: function () {\r\n\t\tif (this._map && !this.options.collapsed) {\r\n\t\t\tthis.expand();\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_expand: function () {\r\n\t\t// Backward compatibility, remove me in 1.1.\r\n\t\treturn this.expand();\r\n\t},\r\n\r\n\t_collapse: function () {\r\n\t\t// Backward compatibility, remove me in 1.1.\r\n\t\treturn this.collapse();\r\n\t}\r\n\r\n});\r\n\r\n\r\n// @factory L.control.layers(baselayers?: Object, overlays?: Object, options?: Control.Layers options)\r\n// Creates an attribution control with the given layers. Base layers will be switched with radio buttons, while overlays will be switched with checkboxes. Note that all base layers should be passed in the base layers object, but only one should be added to the map during map instantiation.\r\nexport var layers = function (baseLayers, overlays, options) {\r\n\treturn new Layers(baseLayers, overlays, options);\r\n};\r\n","\r\nimport {Control} from './Control';\r\nimport {Map} from '../map/Map';\r\nimport * as DomUtil from '../dom/DomUtil';\r\nimport * as DomEvent from '../dom/DomEvent';\r\n\r\n/*\r\n * @class Control.Zoom\r\n * @aka L.Control.Zoom\r\n * @inherits Control\r\n *\r\n * A basic zoom control with two buttons (zoom in and zoom out). It is put on the map by default unless you set its [`zoomControl` option](#map-zoomcontrol) to `false`. Extends `Control`.\r\n */\r\n\r\nexport var Zoom = Control.extend({\r\n\t// @section\r\n\t// @aka Control.Zoom options\r\n\toptions: {\r\n\t\tposition: 'topleft',\r\n\r\n\t\t// @option zoomInText: String = '+'\r\n\t\t// The text set on the 'zoom in' button.\r\n\t\tzoomInText: '+',\r\n\r\n\t\t// @option zoomInTitle: String = 'Zoom in'\r\n\t\t// The title set on the 'zoom in' button.\r\n\t\tzoomInTitle: 'Zoom in',\r\n\r\n\t\t// @option zoomOutText: String = '&#x2212;'\r\n\t\t// The text set on the 'zoom out' button.\r\n\t\tzoomOutText: '&#x2212;',\r\n\r\n\t\t// @option zoomOutTitle: String = 'Zoom out'\r\n\t\t// The title set on the 'zoom out' button.\r\n\t\tzoomOutTitle: 'Zoom out'\r\n\t},\r\n\r\n\tonAdd: function (map) {\r\n\t\tvar zoomName = 'leaflet-control-zoom',\r\n\t\t    container = DomUtil.create('div', zoomName + ' leaflet-bar'),\r\n\t\t    options = this.options;\r\n\r\n\t\tthis._zoomInButton  = this._createButton(options.zoomInText, options.zoomInTitle,\r\n\t\t        zoomName + '-in',  container, this._zoomIn);\r\n\t\tthis._zoomOutButton = this._createButton(options.zoomOutText, options.zoomOutTitle,\r\n\t\t        zoomName + '-out', container, this._zoomOut);\r\n\r\n\t\tthis._updateDisabled();\r\n\t\tmap.on('zoomend zoomlevelschange', this._updateDisabled, this);\r\n\r\n\t\treturn container;\r\n\t},\r\n\r\n\tonRemove: function (map) {\r\n\t\tmap.off('zoomend zoomlevelschange', this._updateDisabled, this);\r\n\t},\r\n\r\n\tdisable: function () {\r\n\t\tthis._disabled = true;\r\n\t\tthis._updateDisabled();\r\n\t\treturn this;\r\n\t},\r\n\r\n\tenable: function () {\r\n\t\tthis._disabled = false;\r\n\t\tthis._updateDisabled();\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_zoomIn: function (e) {\r\n\t\tif (!this._disabled && this._map._zoom < this._map.getMaxZoom()) {\r\n\t\t\tthis._map.zoomIn(this._map.options.zoomDelta * (e.shiftKey ? 3 : 1));\r\n\t\t}\r\n\t},\r\n\r\n\t_zoomOut: function (e) {\r\n\t\tif (!this._disabled && this._map._zoom > this._map.getMinZoom()) {\r\n\t\t\tthis._map.zoomOut(this._map.options.zoomDelta * (e.shiftKey ? 3 : 1));\r\n\t\t}\r\n\t},\r\n\r\n\t_createButton: function (html, title, className, container, fn) {\r\n\t\tvar link = DomUtil.create('a', className, container);\r\n\t\tlink.innerHTML = html;\r\n\t\tlink.href = '#';\r\n\t\tlink.title = title;\r\n\r\n\t\t/*\r\n\t\t * Will force screen readers like VoiceOver to read this as \"Zoom in - button\"\r\n\t\t */\r\n\t\tlink.setAttribute('role', 'button');\r\n\t\tlink.setAttribute('aria-label', title);\r\n\r\n\t\tDomEvent.disableClickPropagation(link);\r\n\t\tDomEvent.on(link, 'click', DomEvent.stop);\r\n\t\tDomEvent.on(link, 'click', fn, this);\r\n\t\tDomEvent.on(link, 'click', this._refocusOnMap, this);\r\n\r\n\t\treturn link;\r\n\t},\r\n\r\n\t_updateDisabled: function () {\r\n\t\tvar map = this._map,\r\n\t\t    className = 'leaflet-disabled';\r\n\r\n\t\tDomUtil.removeClass(this._zoomInButton, className);\r\n\t\tDomUtil.removeClass(this._zoomOutButton, className);\r\n\r\n\t\tif (this._disabled || map._zoom === map.getMinZoom()) {\r\n\t\t\tDomUtil.addClass(this._zoomOutButton, className);\r\n\t\t}\r\n\t\tif (this._disabled || map._zoom === map.getMaxZoom()) {\r\n\t\t\tDomUtil.addClass(this._zoomInButton, className);\r\n\t\t}\r\n\t}\r\n});\r\n\r\n// @namespace Map\r\n// @section Control options\r\n// @option zoomControl: Boolean = true\r\n// Whether a [zoom control](#control-zoom) is added to the map by default.\r\nMap.mergeOptions({\r\n\tzoomControl: true\r\n});\r\n\r\nMap.addInitHook(function () {\r\n\tif (this.options.zoomControl) {\r\n\t\t// @section Controls\r\n\t\t// @property zoomControl: Control.Zoom\r\n\t\t// The default zoom control (only available if the\r\n\t\t// [`zoomControl` option](#map-zoomcontrol) was `true` when creating the map).\r\n\t\tthis.zoomControl = new Zoom();\r\n\t\tthis.addControl(this.zoomControl);\r\n\t}\r\n});\r\n\r\n// @namespace Control.Zoom\r\n// @factory L.control.zoom(options: Control.Zoom options)\r\n// Creates a zoom control\r\nexport var zoom = function (options) {\r\n\treturn new Zoom(options);\r\n};\r\n","\nimport {Control} from './Control';\nimport * as DomUtil from '../dom/DomUtil';\n\n/*\n * @class Control.Scale\n * @aka L.Control.Scale\n * @inherits Control\n *\n * A simple scale control that shows the scale of the current center of screen in metric (m/km) and imperial (mi/ft) systems. Extends `Control`.\n *\n * @example\n *\n * ```js\n * L.control.scale().addTo(map);\n * ```\n */\n\nexport var Scale = Control.extend({\n\t// @section\n\t// @aka Control.Scale options\n\toptions: {\n\t\tposition: 'bottomleft',\n\n\t\t// @option maxWidth: Number = 100\n\t\t// Maximum width of the control in pixels. The width is set dynamically to show round values (e.g. 100, 200, 500).\n\t\tmaxWidth: 100,\n\n\t\t// @option metric: Boolean = True\n\t\t// Whether to show the metric scale line (m/km).\n\t\tmetric: true,\n\n\t\t// @option imperial: Boolean = True\n\t\t// Whether to show the imperial scale line (mi/ft).\n\t\timperial: true\n\n\t\t// @option updateWhenIdle: Boolean = false\n\t\t// If `true`, the control is updated on [`moveend`](#map-moveend), otherwise it's always up-to-date (updated on [`move`](#map-move)).\n\t},\n\n\tonAdd: function (map) {\n\t\tvar className = 'leaflet-control-scale',\n\t\t    container = DomUtil.create('div', className),\n\t\t    options = this.options;\n\n\t\tthis._addScales(options, className + '-line', container);\n\n\t\tmap.on(options.updateWhenIdle ? 'moveend' : 'move', this._update, this);\n\t\tmap.whenReady(this._update, this);\n\n\t\treturn container;\n\t},\n\n\tonRemove: function (map) {\n\t\tmap.off(this.options.updateWhenIdle ? 'moveend' : 'move', this._update, this);\n\t},\n\n\t_addScales: function (options, className, container) {\n\t\tif (options.metric) {\n\t\t\tthis._mScale = DomUtil.create('div', className, container);\n\t\t}\n\t\tif (options.imperial) {\n\t\t\tthis._iScale = DomUtil.create('div', className, container);\n\t\t}\n\t},\n\n\t_update: function () {\n\t\tvar map = this._map,\n\t\t    y = map.getSize().y / 2;\n\n\t\tvar maxMeters = map.distance(\n\t\t\tmap.containerPointToLatLng([0, y]),\n\t\t\tmap.containerPointToLatLng([this.options.maxWidth, y]));\n\n\t\tthis._updateScales(maxMeters);\n\t},\n\n\t_updateScales: function (maxMeters) {\n\t\tif (this.options.metric && maxMeters) {\n\t\t\tthis._updateMetric(maxMeters);\n\t\t}\n\t\tif (this.options.imperial && maxMeters) {\n\t\t\tthis._updateImperial(maxMeters);\n\t\t}\n\t},\n\n\t_updateMetric: function (maxMeters) {\n\t\tvar meters = this._getRoundNum(maxMeters),\n\t\t    label = meters < 1000 ? meters + ' m' : (meters / 1000) + ' km';\n\n\t\tthis._updateScale(this._mScale, label, meters / maxMeters);\n\t},\n\n\t_updateImperial: function (maxMeters) {\n\t\tvar maxFeet = maxMeters * 3.2808399,\n\t\t    maxMiles, miles, feet;\n\n\t\tif (maxFeet > 5280) {\n\t\t\tmaxMiles = maxFeet / 5280;\n\t\t\tmiles = this._getRoundNum(maxMiles);\n\t\t\tthis._updateScale(this._iScale, miles + ' mi', miles / maxMiles);\n\n\t\t} else {\n\t\t\tfeet = this._getRoundNum(maxFeet);\n\t\t\tthis._updateScale(this._iScale, feet + ' ft', feet / maxFeet);\n\t\t}\n\t},\n\n\t_updateScale: function (scale, text, ratio) {\n\t\tscale.style.width = Math.round(this.options.maxWidth * ratio) + 'px';\n\t\tscale.innerHTML = text;\n\t},\n\n\t_getRoundNum: function (num) {\n\t\tvar pow10 = Math.pow(10, (Math.floor(num) + '').length - 1),\n\t\t    d = num / pow10;\n\n\t\td = d >= 10 ? 10 :\n\t\t    d >= 5 ? 5 :\n\t\t    d >= 3 ? 3 :\n\t\t    d >= 2 ? 2 : 1;\n\n\t\treturn pow10 * d;\n\t}\n});\n\n\n// @factory L.control.scale(options?: Control.Scale options)\n// Creates an scale control with the given options.\nexport var scale = function (options) {\n\treturn new Scale(options);\n};\n","\r\nimport {Control} from './Control';\r\nimport {Map} from '../map/Map';\r\nimport * as Util from '../core/Util';\r\nimport * as DomEvent from '../dom/DomEvent';\r\nimport * as DomUtil from '../dom/DomUtil';\r\n\r\n/*\r\n * @class Control.Attribution\r\n * @aka L.Control.Attribution\r\n * @inherits Control\r\n *\r\n * The attribution control allows you to display attribution data in a small text box on a map. It is put on the map by default unless you set its [`attributionControl` option](#map-attributioncontrol) to `false`, and it fetches attribution texts from layers with the [`getAttribution` method](#layer-getattribution) automatically. Extends Control.\r\n */\r\n\r\nexport var Attribution = Control.extend({\r\n\t// @section\r\n\t// @aka Control.Attribution options\r\n\toptions: {\r\n\t\tposition: 'bottomright',\r\n\r\n\t\t// @option prefix: String = 'Leaflet'\r\n\t\t// The HTML text shown before the attributions. Pass `false` to disable.\r\n\t\tprefix: '<a href=\"http://leafletjs.com\" title=\"A JS library for interactive maps\">Leaflet</a>'\r\n\t},\r\n\r\n\tinitialize: function (options) {\r\n\t\tUtil.setOptions(this, options);\r\n\r\n\t\tthis._attributions = {};\r\n\t},\r\n\r\n\tonAdd: function (map) {\r\n\t\tmap.attributionControl = this;\r\n\t\tthis._container = DomUtil.create('div', 'leaflet-control-attribution');\r\n\t\tDomEvent.disableClickPropagation(this._container);\r\n\r\n\t\t// TODO ugly, refactor\r\n\t\tfor (var i in map._layers) {\r\n\t\t\tif (map._layers[i].getAttribution) {\r\n\t\t\t\tthis.addAttribution(map._layers[i].getAttribution());\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tthis._update();\r\n\r\n\t\treturn this._container;\r\n\t},\r\n\r\n\t// @method setPrefix(prefix: String): this\r\n\t// Sets the text before the attributions.\r\n\tsetPrefix: function (prefix) {\r\n\t\tthis.options.prefix = prefix;\r\n\t\tthis._update();\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method addAttribution(text: String): this\r\n\t// Adds an attribution text (e.g. `'Vector data &copy; Mapbox'`).\r\n\taddAttribution: function (text) {\r\n\t\tif (!text) { return this; }\r\n\r\n\t\tif (!this._attributions[text]) {\r\n\t\t\tthis._attributions[text] = 0;\r\n\t\t}\r\n\t\tthis._attributions[text]++;\r\n\r\n\t\tthis._update();\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method removeAttribution(text: String): this\r\n\t// Removes an attribution text.\r\n\tremoveAttribution: function (text) {\r\n\t\tif (!text) { return this; }\r\n\r\n\t\tif (this._attributions[text]) {\r\n\t\t\tthis._attributions[text]--;\r\n\t\t\tthis._update();\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_update: function () {\r\n\t\tif (!this._map) { return; }\r\n\r\n\t\tvar attribs = [];\r\n\r\n\t\tfor (var i in this._attributions) {\r\n\t\t\tif (this._attributions[i]) {\r\n\t\t\t\tattribs.push(i);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tvar prefixAndAttribs = [];\r\n\r\n\t\tif (this.options.prefix) {\r\n\t\t\tprefixAndAttribs.push(this.options.prefix);\r\n\t\t}\r\n\t\tif (attribs.length) {\r\n\t\t\tprefixAndAttribs.push(attribs.join(', '));\r\n\t\t}\r\n\r\n\t\tthis._container.innerHTML = prefixAndAttribs.join(' | ');\r\n\t}\r\n});\r\n\r\n// @namespace Map\r\n// @section Control options\r\n// @option attributionControl: Boolean = true\r\n// Whether a [attribution control](#control-attribution) is added to the map by default.\r\nMap.mergeOptions({\r\n\tattributionControl: true\r\n});\r\n\r\nMap.addInitHook(function () {\r\n\tif (this.options.attributionControl) {\r\n\t\tnew Attribution().addTo(this);\r\n\t}\r\n});\r\n\r\n// @namespace Control.Attribution\r\n// @factory L.control.attribution(options: Control.Attribution options)\r\n// Creates an attribution control.\r\nexport var attribution = function (options) {\r\n\treturn new Attribution(options);\r\n};\r\n","import {Control, control} from './Control';\nimport {Layers, layers} from './Control.Layers';\nimport {Zoom, zoom} from './Control.Zoom';\nimport {Scale, scale} from './Control.Scale';\nimport {Attribution, attribution} from './Control.Attribution';\n\nControl.Layers = Layers;\nControl.Zoom = Zoom;\nControl.Scale = Scale;\nControl.Attribution = Attribution;\n\ncontrol.layers = layers;\ncontrol.zoom = zoom;\ncontrol.scale = scale;\ncontrol.attribution = attribution;\n\nexport {Control, control};\n","import {Class} from './Class';\n\n/*\n\tL.Handler is a base class for handler classes that are used internally to inject\n\tinteraction features like dragging to classes like Map and Marker.\n*/\n\n// @class Handler\n// @aka L.Handler\n// Abstract class for map interaction handlers\n\nexport var Handler = Class.extend({\n\tinitialize: function (map) {\n\t\tthis._map = map;\n\t},\n\n\t// @method enable(): this\n\t// Enables the handler\n\tenable: function () {\n\t\tif (this._enabled) { return this; }\n\n\t\tthis._enabled = true;\n\t\tthis.addHooks();\n\t\treturn this;\n\t},\n\n\t// @method disable(): this\n\t// Disables the handler\n\tdisable: function () {\n\t\tif (!this._enabled) { return this; }\n\n\t\tthis._enabled = false;\n\t\tthis.removeHooks();\n\t\treturn this;\n\t},\n\n\t// @method enabled(): Boolean\n\t// Returns `true` if the handler is enabled\n\tenabled: function () {\n\t\treturn !!this._enabled;\n\t}\n\n\t// @section Extension methods\n\t// Classes inheriting from `Handler` must implement the two following methods:\n\t// @method addHooks()\n\t// Called when the handler is enabled, should add event hooks.\n\t// @method removeHooks()\n\t// Called when the handler is disabled, should remove the event hooks added previously.\n});\n\n// @section There is static function which can be called without instantiating L.Handler:\n// @function addTo(map: Map, name: String): this\n// Adds a new Handler to the given map with the given name.\nHandler.addTo = function (map, name) {\n\tmap.addHandler(name, this);\n\treturn this;\n};\n","import * as Browser from './Browser';\nexport {Browser};\n\nexport {Class} from './Class';\n\nimport {Evented} from './Events';\nimport {Events} from './Events';\nexport {Evented};\nexport var Mixin = {Events: Events};\n\nexport {Handler} from './Handler';\n\nimport * as Util from './Util';\nexport {Util};\nexport {extend, bind, stamp, setOptions} from './Util';\n","import {Evented} from '../core/Events';\r\nimport * as Browser from '../core/Browser';\r\nimport * as DomEvent from './DomEvent';\r\nimport * as DomUtil from './DomUtil';\r\nimport * as Util from '../core/Util';\r\nimport {Point} from '../geometry/Point';\r\n\r\n/*\r\n * @class Draggable\r\n * @aka L.Draggable\r\n * @inherits Evented\r\n *\r\n * A class for making DOM elements draggable (including touch support).\r\n * Used internally for map and marker dragging. Only works for elements\r\n * that were positioned with [`L.DomUtil.setPosition`](#domutil-setposition).\r\n *\r\n * @example\r\n * ```js\r\n * var draggable = new L.Draggable(elementToDrag);\r\n * draggable.enable();\r\n * ```\r\n */\r\n\r\nvar START = Browser.touch ? 'touchstart mousedown' : 'mousedown';\r\nvar END = {\r\n\tmousedown: 'mouseup',\r\n\ttouchstart: 'touchend',\r\n\tpointerdown: 'touchend',\r\n\tMSPointerDown: 'touchend'\r\n};\r\nvar MOVE = {\r\n\tmousedown: 'mousemove',\r\n\ttouchstart: 'touchmove',\r\n\tpointerdown: 'touchmove',\r\n\tMSPointerDown: 'touchmove'\r\n};\r\n\r\n\r\nexport var Draggable = Evented.extend({\r\n\r\n\toptions: {\r\n\t\t// @section\r\n\t\t// @aka Draggable options\r\n\t\t// @option clickTolerance: Number = 3\r\n\t\t// The max number of pixels a user can shift the mouse pointer during a click\r\n\t\t// for it to be considered a valid click (as opposed to a mouse drag).\r\n\t\tclickTolerance: 3\r\n\t},\r\n\r\n\t// @constructor L.Draggable(el: HTMLElement, dragHandle?: HTMLElement, preventOutline?: Boolean, options?: Draggable options)\r\n\t// Creates a `Draggable` object for moving `el` when you start dragging the `dragHandle` element (equals `el` itself by default).\r\n\tinitialize: function (element, dragStartTarget, preventOutline, options) {\r\n\t\tUtil.setOptions(this, options);\r\n\r\n\t\tthis._element = element;\r\n\t\tthis._dragStartTarget = dragStartTarget || element;\r\n\t\tthis._preventOutline = preventOutline;\r\n\t},\r\n\r\n\t// @method enable()\r\n\t// Enables the dragging ability\r\n\tenable: function () {\r\n\t\tif (this._enabled) { return; }\r\n\r\n\t\tDomEvent.on(this._dragStartTarget, START, this._onDown, this);\r\n\r\n\t\tthis._enabled = true;\r\n\t},\r\n\r\n\t// @method disable()\r\n\t// Disables the dragging ability\r\n\tdisable: function () {\r\n\t\tif (!this._enabled) { return; }\r\n\r\n\t\t// If we're currently dragging this draggable,\r\n\t\t// disabling it counts as first ending the drag.\r\n\t\tif (Draggable._dragging === this) {\r\n\t\t\tthis.finishDrag();\r\n\t\t}\r\n\r\n\t\tDomEvent.off(this._dragStartTarget, START, this._onDown, this);\r\n\r\n\t\tthis._enabled = false;\r\n\t\tthis._moved = false;\r\n\t},\r\n\r\n\t_onDown: function (e) {\r\n\t\t// Ignore simulated events, since we handle both touch and\r\n\t\t// mouse explicitly; otherwise we risk getting duplicates of\r\n\t\t// touch events, see #4315.\r\n\t\t// Also ignore the event if disabled; this happens in IE11\r\n\t\t// under some circumstances, see #3666.\r\n\t\tif (e._simulated || !this._enabled) { return; }\r\n\r\n\t\tthis._moved = false;\r\n\r\n\t\tif (DomUtil.hasClass(this._element, 'leaflet-zoom-anim')) { return; }\r\n\r\n\t\tif (Draggable._dragging || e.shiftKey || ((e.which !== 1) && (e.button !== 1) && !e.touches)) { return; }\r\n\t\tDraggable._dragging = this;  // Prevent dragging multiple objects at once.\r\n\r\n\t\tif (this._preventOutline) {\r\n\t\t\tDomUtil.preventOutline(this._element);\r\n\t\t}\r\n\r\n\t\tDomUtil.disableImageDrag();\r\n\t\tDomUtil.disableTextSelection();\r\n\r\n\t\tif (this._moving) { return; }\r\n\r\n\t\t// @event down: Event\r\n\t\t// Fired when a drag is about to start.\r\n\t\tthis.fire('down');\r\n\r\n\t\tvar first = e.touches ? e.touches[0] : e,\r\n\t\t    sizedParent = DomUtil.getSizedParentNode(this._element);\r\n\r\n\t\tthis._startPoint = new Point(first.clientX, first.clientY);\r\n\r\n\t\t// Cache the scale, so that we can continuously compensate for it during drag (_onMove).\r\n\t\tthis._parentScale = DomUtil.getScale(sizedParent);\r\n\r\n\t\tDomEvent.on(document, MOVE[e.type], this._onMove, this);\r\n\t\tDomEvent.on(document, END[e.type], this._onUp, this);\r\n\t},\r\n\r\n\t_onMove: function (e) {\r\n\t\t// Ignore simulated events, since we handle both touch and\r\n\t\t// mouse explicitly; otherwise we risk getting duplicates of\r\n\t\t// touch events, see #4315.\r\n\t\t// Also ignore the event if disabled; this happens in IE11\r\n\t\t// under some circumstances, see #3666.\r\n\t\tif (e._simulated || !this._enabled) { return; }\r\n\r\n\t\tif (e.touches && e.touches.length > 1) {\r\n\t\t\tthis._moved = true;\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\tvar first = (e.touches && e.touches.length === 1 ? e.touches[0] : e),\r\n\t\t    offset = new Point(first.clientX, first.clientY)._subtract(this._startPoint);\r\n\r\n\t\tif (!offset.x && !offset.y) { return; }\r\n\t\tif (Math.abs(offset.x) + Math.abs(offset.y) < this.options.clickTolerance) { return; }\r\n\r\n\t\t// We assume that the parent container's position, border and scale do not change for the duration of the drag.\r\n\t\t// Therefore there is no need to account for the position and border (they are eliminated by the subtraction)\r\n\t\t// and we can use the cached value for the scale.\r\n\t\toffset.x /= this._parentScale.x;\r\n\t\toffset.y /= this._parentScale.y;\r\n\r\n\t\tDomEvent.preventDefault(e);\r\n\r\n\t\tif (!this._moved) {\r\n\t\t\t// @event dragstart: Event\r\n\t\t\t// Fired when a drag starts\r\n\t\t\tthis.fire('dragstart');\r\n\r\n\t\t\tthis._moved = true;\r\n\t\t\tthis._startPos = DomUtil.getPosition(this._element).subtract(offset);\r\n\r\n\t\t\tDomUtil.addClass(document.body, 'leaflet-dragging');\r\n\r\n\t\t\tthis._lastTarget = e.target || e.srcElement;\r\n\t\t\t// IE and Edge do not give the <use> element, so fetch it\r\n\t\t\t// if necessary\r\n\t\t\tif ((window.SVGElementInstance) && (this._lastTarget instanceof SVGElementInstance)) {\r\n\t\t\t\tthis._lastTarget = this._lastTarget.correspondingUseElement;\r\n\t\t\t}\r\n\t\t\tDomUtil.addClass(this._lastTarget, 'leaflet-drag-target');\r\n\t\t}\r\n\r\n\t\tthis._newPos = this._startPos.add(offset);\r\n\t\tthis._moving = true;\r\n\r\n\t\tUtil.cancelAnimFrame(this._animRequest);\r\n\t\tthis._lastEvent = e;\r\n\t\tthis._animRequest = Util.requestAnimFrame(this._updatePosition, this, true);\r\n\t},\r\n\r\n\t_updatePosition: function () {\r\n\t\tvar e = {originalEvent: this._lastEvent};\r\n\r\n\t\t// @event predrag: Event\r\n\t\t// Fired continuously during dragging *before* each corresponding\r\n\t\t// update of the element's position.\r\n\t\tthis.fire('predrag', e);\r\n\t\tDomUtil.setPosition(this._element, this._newPos);\r\n\r\n\t\t// @event drag: Event\r\n\t\t// Fired continuously during dragging.\r\n\t\tthis.fire('drag', e);\r\n\t},\r\n\r\n\t_onUp: function (e) {\r\n\t\t// Ignore simulated events, since we handle both touch and\r\n\t\t// mouse explicitly; otherwise we risk getting duplicates of\r\n\t\t// touch events, see #4315.\r\n\t\t// Also ignore the event if disabled; this happens in IE11\r\n\t\t// under some circumstances, see #3666.\r\n\t\tif (e._simulated || !this._enabled) { return; }\r\n\t\tthis.finishDrag();\r\n\t},\r\n\r\n\tfinishDrag: function () {\r\n\t\tDomUtil.removeClass(document.body, 'leaflet-dragging');\r\n\r\n\t\tif (this._lastTarget) {\r\n\t\t\tDomUtil.removeClass(this._lastTarget, 'leaflet-drag-target');\r\n\t\t\tthis._lastTarget = null;\r\n\t\t}\r\n\r\n\t\tfor (var i in MOVE) {\r\n\t\t\tDomEvent.off(document, MOVE[i], this._onMove, this);\r\n\t\t\tDomEvent.off(document, END[i], this._onUp, this);\r\n\t\t}\r\n\r\n\t\tDomUtil.enableImageDrag();\r\n\t\tDomUtil.enableTextSelection();\r\n\r\n\t\tif (this._moved && this._moving) {\r\n\t\t\t// ensure drag is not fired after dragend\r\n\t\t\tUtil.cancelAnimFrame(this._animRequest);\r\n\r\n\t\t\t// @event dragend: DragEndEvent\r\n\t\t\t// Fired when the drag ends.\r\n\t\t\tthis.fire('dragend', {\r\n\t\t\t\tdistance: this._newPos.distanceTo(this._startPos)\r\n\t\t\t});\r\n\t\t}\r\n\r\n\t\tthis._moving = false;\r\n\t\tDraggable._dragging = false;\r\n\t}\r\n\r\n});\r\n","import {Point} from './Point';\r\nimport * as Util from '../core/Util';\r\n\r\n\r\n/*\r\n * @namespace LineUtil\r\n *\r\n * Various utility functions for polyline points processing, used by Leaflet internally to make polylines lightning-fast.\r\n */\r\n\r\n// Simplify polyline with vertex reduction and Douglas-Peucker simplification.\r\n// Improves rendering performance dramatically by lessening the number of points to draw.\r\n\r\n// @function simplify(points: Point[], tolerance: Number): Point[]\r\n// Dramatically reduces the number of points in a polyline while retaining\r\n// its shape and returns a new array of simplified points, using the\r\n// [Douglas-Peucker algorithm](http://en.wikipedia.org/wiki/Douglas-Peucker_algorithm).\r\n// Used for a huge performance boost when processing/displaying Leaflet polylines for\r\n// each zoom level and also reducing visual noise. tolerance affects the amount of\r\n// simplification (lesser value means higher quality but slower and with more points).\r\n// Also released as a separated micro-library [Simplify.js](http://mourner.github.com/simplify-js/).\r\nexport function simplify(points, tolerance) {\r\n\tif (!tolerance || !points.length) {\r\n\t\treturn points.slice();\r\n\t}\r\n\r\n\tvar sqTolerance = tolerance * tolerance;\r\n\r\n\t    // stage 1: vertex reduction\r\n\t    points = _reducePoints(points, sqTolerance);\r\n\r\n\t    // stage 2: Douglas-Peucker simplification\r\n\t    points = _simplifyDP(points, sqTolerance);\r\n\r\n\treturn points;\r\n}\r\n\r\n// @function pointToSegmentDistance(p: Point, p1: Point, p2: Point): Number\r\n// Returns the distance between point `p` and segment `p1` to `p2`.\r\nexport function pointToSegmentDistance(p, p1, p2) {\r\n\treturn Math.sqrt(_sqClosestPointOnSegment(p, p1, p2, true));\r\n}\r\n\r\n// @function closestPointOnSegment(p: Point, p1: Point, p2: Point): Number\r\n// Returns the closest point from a point `p` on a segment `p1` to `p2`.\r\nexport function closestPointOnSegment(p, p1, p2) {\r\n\treturn _sqClosestPointOnSegment(p, p1, p2);\r\n}\r\n\r\n// Douglas-Peucker simplification, see http://en.wikipedia.org/wiki/Douglas-Peucker_algorithm\r\nfunction _simplifyDP(points, sqTolerance) {\r\n\r\n\tvar len = points.length,\r\n\t    ArrayConstructor = typeof Uint8Array !== undefined + '' ? Uint8Array : Array,\r\n\t    markers = new ArrayConstructor(len);\r\n\r\n\t    markers[0] = markers[len - 1] = 1;\r\n\r\n\t_simplifyDPStep(points, markers, sqTolerance, 0, len - 1);\r\n\r\n\tvar i,\r\n\t    newPoints = [];\r\n\r\n\tfor (i = 0; i < len; i++) {\r\n\t\tif (markers[i]) {\r\n\t\t\tnewPoints.push(points[i]);\r\n\t\t}\r\n\t}\r\n\r\n\treturn newPoints;\r\n}\r\n\r\nfunction _simplifyDPStep(points, markers, sqTolerance, first, last) {\r\n\r\n\tvar maxSqDist = 0,\r\n\tindex, i, sqDist;\r\n\r\n\tfor (i = first + 1; i <= last - 1; i++) {\r\n\t\tsqDist = _sqClosestPointOnSegment(points[i], points[first], points[last], true);\r\n\r\n\t\tif (sqDist > maxSqDist) {\r\n\t\t\tindex = i;\r\n\t\t\tmaxSqDist = sqDist;\r\n\t\t}\r\n\t}\r\n\r\n\tif (maxSqDist > sqTolerance) {\r\n\t\tmarkers[index] = 1;\r\n\r\n\t\t_simplifyDPStep(points, markers, sqTolerance, first, index);\r\n\t\t_simplifyDPStep(points, markers, sqTolerance, index, last);\r\n\t}\r\n}\r\n\r\n// reduce points that are too close to each other to a single point\r\nfunction _reducePoints(points, sqTolerance) {\r\n\tvar reducedPoints = [points[0]];\r\n\r\n\tfor (var i = 1, prev = 0, len = points.length; i < len; i++) {\r\n\t\tif (_sqDist(points[i], points[prev]) > sqTolerance) {\r\n\t\t\treducedPoints.push(points[i]);\r\n\t\t\tprev = i;\r\n\t\t}\r\n\t}\r\n\tif (prev < len - 1) {\r\n\t\treducedPoints.push(points[len - 1]);\r\n\t}\r\n\treturn reducedPoints;\r\n}\r\n\r\nvar _lastCode;\r\n\r\n// @function clipSegment(a: Point, b: Point, bounds: Bounds, useLastCode?: Boolean, round?: Boolean): Point[]|Boolean\r\n// Clips the segment a to b by rectangular bounds with the\r\n// [Cohen-Sutherland algorithm](https://en.wikipedia.org/wiki/Cohen%E2%80%93Sutherland_algorithm)\r\n// (modifying the segment points directly!). Used by Leaflet to only show polyline\r\n// points that are on the screen or near, increasing performance.\r\nexport function clipSegment(a, b, bounds, useLastCode, round) {\r\n\tvar codeA = useLastCode ? _lastCode : _getBitCode(a, bounds),\r\n\t    codeB = _getBitCode(b, bounds),\r\n\r\n\t    codeOut, p, newCode;\r\n\r\n\t    // save 2nd code to avoid calculating it on the next segment\r\n\t    _lastCode = codeB;\r\n\r\n\twhile (true) {\r\n\t\t// if a,b is inside the clip window (trivial accept)\r\n\t\tif (!(codeA | codeB)) {\r\n\t\t\treturn [a, b];\r\n\t\t}\r\n\r\n\t\t// if a,b is outside the clip window (trivial reject)\r\n\t\tif (codeA & codeB) {\r\n\t\t\treturn false;\r\n\t\t}\r\n\r\n\t\t// other cases\r\n\t\tcodeOut = codeA || codeB;\r\n\t\tp = _getEdgeIntersection(a, b, codeOut, bounds, round);\r\n\t\tnewCode = _getBitCode(p, bounds);\r\n\r\n\t\tif (codeOut === codeA) {\r\n\t\t\ta = p;\r\n\t\t\tcodeA = newCode;\r\n\t\t} else {\r\n\t\t\tb = p;\r\n\t\t\tcodeB = newCode;\r\n\t\t}\r\n\t}\r\n}\r\n\r\nexport function _getEdgeIntersection(a, b, code, bounds, round) {\r\n\tvar dx = b.x - a.x,\r\n\t    dy = b.y - a.y,\r\n\t    min = bounds.min,\r\n\t    max = bounds.max,\r\n\t    x, y;\r\n\r\n\tif (code & 8) { // top\r\n\t\tx = a.x + dx * (max.y - a.y) / dy;\r\n\t\ty = max.y;\r\n\r\n\t} else if (code & 4) { // bottom\r\n\t\tx = a.x + dx * (min.y - a.y) / dy;\r\n\t\ty = min.y;\r\n\r\n\t} else if (code & 2) { // right\r\n\t\tx = max.x;\r\n\t\ty = a.y + dy * (max.x - a.x) / dx;\r\n\r\n\t} else if (code & 1) { // left\r\n\t\tx = min.x;\r\n\t\ty = a.y + dy * (min.x - a.x) / dx;\r\n\t}\r\n\r\n\treturn new Point(x, y, round);\r\n}\r\n\r\nexport function _getBitCode(p, bounds) {\r\n\tvar code = 0;\r\n\r\n\tif (p.x < bounds.min.x) { // left\r\n\t\tcode |= 1;\r\n\t} else if (p.x > bounds.max.x) { // right\r\n\t\tcode |= 2;\r\n\t}\r\n\r\n\tif (p.y < bounds.min.y) { // bottom\r\n\t\tcode |= 4;\r\n\t} else if (p.y > bounds.max.y) { // top\r\n\t\tcode |= 8;\r\n\t}\r\n\r\n\treturn code;\r\n}\r\n\r\n// square distance (to avoid unnecessary Math.sqrt calls)\r\nfunction _sqDist(p1, p2) {\r\n\tvar dx = p2.x - p1.x,\r\n\t    dy = p2.y - p1.y;\r\n\treturn dx * dx + dy * dy;\r\n}\r\n\r\n// return closest point on segment or distance to that point\r\nexport function _sqClosestPointOnSegment(p, p1, p2, sqDist) {\r\n\tvar x = p1.x,\r\n\t    y = p1.y,\r\n\t    dx = p2.x - x,\r\n\t    dy = p2.y - y,\r\n\t    dot = dx * dx + dy * dy,\r\n\t    t;\r\n\r\n\tif (dot > 0) {\r\n\t\tt = ((p.x - x) * dx + (p.y - y) * dy) / dot;\r\n\r\n\t\tif (t > 1) {\r\n\t\t\tx = p2.x;\r\n\t\t\ty = p2.y;\r\n\t\t} else if (t > 0) {\r\n\t\t\tx += dx * t;\r\n\t\t\ty += dy * t;\r\n\t\t}\r\n\t}\r\n\r\n\tdx = p.x - x;\r\n\tdy = p.y - y;\r\n\r\n\treturn sqDist ? dx * dx + dy * dy : new Point(x, y);\r\n}\r\n\r\n\r\n// @function isFlat(latlngs: LatLng[]): Boolean\r\n// Returns true if `latlngs` is a flat array, false is nested.\r\nexport function isFlat(latlngs) {\r\n\treturn !Util.isArray(latlngs[0]) || (typeof latlngs[0][0] !== 'object' && typeof latlngs[0][0] !== 'undefined');\r\n}\r\n\r\nexport function _flat(latlngs) {\r\n\tconsole.warn('Deprecated use of _flat, please use L.LineUtil.isFlat instead.');\r\n\treturn isFlat(latlngs);\r\n}\r\n","import * as LineUtil from './LineUtil';\r\n\r\n/*\r\n * @namespace PolyUtil\r\n * Various utility functions for polygon geometries.\r\n */\r\n\r\n/* @function clipPolygon(points: Point[], bounds: Bounds, round?: Boolean): Point[]\r\n * Clips the polygon geometry defined by the given `points` by the given bounds (using the [Sutherland-Hodgman algorithm](https://en.wikipedia.org/wiki/Sutherland%E2%80%93Hodgman_algorithm)).\r\n * Used by Leaflet to only show polygon points that are on the screen or near, increasing\r\n * performance. Note that polygon points needs different algorithm for clipping\r\n * than polyline, so there's a separate method for it.\r\n */\r\nexport function clipPolygon(points, bounds, round) {\r\n\tvar clippedPoints,\r\n\t    edges = [1, 4, 2, 8],\r\n\t    i, j, k,\r\n\t    a, b,\r\n\t    len, edge, p;\r\n\r\n\tfor (i = 0, len = points.length; i < len; i++) {\r\n\t\tpoints[i]._code = LineUtil._getBitCode(points[i], bounds);\r\n\t}\r\n\r\n\t// for each edge (left, bottom, right, top)\r\n\tfor (k = 0; k < 4; k++) {\r\n\t\tedge = edges[k];\r\n\t\tclippedPoints = [];\r\n\r\n\t\tfor (i = 0, len = points.length, j = len - 1; i < len; j = i++) {\r\n\t\t\ta = points[i];\r\n\t\t\tb = points[j];\r\n\r\n\t\t\t// if a is inside the clip window\r\n\t\t\tif (!(a._code & edge)) {\r\n\t\t\t\t// if b is outside the clip window (a->b goes out of screen)\r\n\t\t\t\tif (b._code & edge) {\r\n\t\t\t\t\tp = LineUtil._getEdgeIntersection(b, a, edge, bounds, round);\r\n\t\t\t\t\tp._code = LineUtil._getBitCode(p, bounds);\r\n\t\t\t\t\tclippedPoints.push(p);\r\n\t\t\t\t}\r\n\t\t\t\tclippedPoints.push(a);\r\n\r\n\t\t\t// else if b is inside the clip window (a->b enters the screen)\r\n\t\t\t} else if (!(b._code & edge)) {\r\n\t\t\t\tp = LineUtil._getEdgeIntersection(b, a, edge, bounds, round);\r\n\t\t\t\tp._code = LineUtil._getBitCode(p, bounds);\r\n\t\t\t\tclippedPoints.push(p);\r\n\t\t\t}\r\n\t\t}\r\n\t\tpoints = clippedPoints;\r\n\t}\r\n\r\n\treturn points;\r\n}\r\n","import {LatLng} from '../LatLng';\r\nimport {Bounds} from '../../geometry/Bounds';\r\nimport {Point} from '../../geometry/Point';\r\n\r\n/*\r\n * @namespace Projection\r\n * @section\r\n * Leaflet comes with a set of already defined Projections out of the box:\r\n *\r\n * @projection L.Projection.LonLat\r\n *\r\n * Equirectangular, or Plate Carree projection — the most simple projection,\r\n * mostly used by GIS enthusiasts. Directly maps `x` as longitude, and `y` as\r\n * latitude. Also suitable for flat worlds, e.g. game maps. Used by the\r\n * `EPSG:4326` and `Simple` CRS.\r\n */\r\n\r\nexport var LonLat = {\r\n\tproject: function (latlng) {\r\n\t\treturn new Point(latlng.lng, latlng.lat);\r\n\t},\r\n\r\n\tunproject: function (point) {\r\n\t\treturn new LatLng(point.y, point.x);\r\n\t},\r\n\r\n\tbounds: new Bounds([-180, -90], [180, 90])\r\n};\r\n","import {LatLng} from '../LatLng';\r\nimport {Bounds} from '../../geometry/Bounds';\r\nimport {Point} from '../../geometry/Point';\r\n\r\n/*\r\n * @namespace Projection\r\n * @projection L.Projection.Mercator\r\n *\r\n * Elliptical Mercator projection — more complex than Spherical Mercator. Takes into account that Earth is a geoid, not a perfect sphere. Used by the EPSG:3395 CRS.\r\n */\r\n\r\nexport var Mercator = {\r\n\tR: 6378137,\r\n\tR_MINOR: 6356752.314245179,\r\n\r\n\tbounds: new Bounds([-20037508.34279, -15496570.73972], [20037508.34279, 18764656.23138]),\r\n\r\n\tproject: function (latlng) {\r\n\t\tvar d = Math.PI / 180,\r\n\t\t    r = this.R,\r\n\t\t    y = latlng.lat * d,\r\n\t\t    tmp = this.R_MINOR / r,\r\n\t\t    e = Math.sqrt(1 - tmp * tmp),\r\n\t\t    con = e * Math.sin(y);\r\n\r\n\t\tvar ts = Math.tan(Math.PI / 4 - y / 2) / Math.pow((1 - con) / (1 + con), e / 2);\r\n\t\ty = -r * Math.log(Math.max(ts, 1E-10));\r\n\r\n\t\treturn new Point(latlng.lng * d * r, y);\r\n\t},\r\n\r\n\tunproject: function (point) {\r\n\t\tvar d = 180 / Math.PI,\r\n\t\t    r = this.R,\r\n\t\t    tmp = this.R_MINOR / r,\r\n\t\t    e = Math.sqrt(1 - tmp * tmp),\r\n\t\t    ts = Math.exp(-point.y / r),\r\n\t\t    phi = Math.PI / 2 - 2 * Math.atan(ts);\r\n\r\n\t\tfor (var i = 0, dphi = 0.1, con; i < 15 && Math.abs(dphi) > 1e-7; i++) {\r\n\t\t\tcon = e * Math.sin(phi);\r\n\t\t\tcon = Math.pow((1 - con) / (1 + con), e / 2);\r\n\t\t\tdphi = Math.PI / 2 - 2 * Math.atan(ts * con) - phi;\r\n\t\t\tphi += dphi;\r\n\t\t}\r\n\r\n\t\treturn new LatLng(phi * d, point.x * d / r);\r\n\t}\r\n};\r\n","/*\n * @class Projection\n\n * An object with methods for projecting geographical coordinates of the world onto\n * a flat surface (and back). See [Map projection](http://en.wikipedia.org/wiki/Map_projection).\n\n * @property bounds: Bounds\n * The bounds (specified in CRS units) where the projection is valid\n\n * @method project(latlng: LatLng): Point\n * Projects geographical coordinates into a 2D point.\n * Only accepts actual `L.LatLng` instances, not arrays.\n\n * @method unproject(point: Point): LatLng\n * The inverse of `project`. Projects a 2D point into a geographical location.\n * Only accepts actual `L.Point` instances, not arrays.\n\n * Note that the projection instances do not inherit from Leafet's `Class` object,\n * and can't be instantiated. Also, new classes can't inherit from them,\n * and methods can't be added to them with the `include` function.\n\n */\n\nexport {LonLat} from './Projection.LonLat';\nexport {Mercator} from './Projection.Mercator';\nexport {SphericalMercator} from './Projection.SphericalMercator';\n","import {Earth} from './CRS.Earth';\r\nimport {Mercator} from '../projection/Projection.Mercator';\r\nimport {toTransformation} from '../../geometry/Transformation';\r\nimport * as Util from '../../core/Util';\r\n\r\n/*\r\n * @namespace CRS\r\n * @crs L.CRS.EPSG3395\r\n *\r\n * Rarely used by some commercial tile providers. Uses Elliptical Mercator projection.\r\n */\r\nexport var EPSG3395 = Util.extend({}, Earth, {\r\n\tcode: 'EPSG:3395',\r\n\tprojection: Mercator,\r\n\r\n\ttransformation: (function () {\r\n\t\tvar scale = 0.5 / (Math.PI * Mercator.R);\r\n\t\treturn toTransformation(scale, 0.5, -scale, 0.5);\r\n\t}())\r\n});\r\n","import {Earth} from './CRS.Earth';\r\nimport {LonLat} from '../projection/Projection.LonLat';\r\nimport {toTransformation} from '../../geometry/Transformation';\r\nimport * as Util from '../../core/Util';\r\n\r\n/*\r\n * @namespace CRS\r\n * @crs L.CRS.EPSG4326\r\n *\r\n * A common CRS among GIS enthusiasts. Uses simple Equirectangular projection.\r\n *\r\n * Leaflet 1.0.x complies with the [TMS coordinate scheme for EPSG:4326](https://wiki.osgeo.org/wiki/Tile_Map_Service_Specification#global-geodetic),\r\n * which is a breaking change from 0.7.x behaviour.  If you are using a `TileLayer`\r\n * with this CRS, ensure that there are two 256x256 pixel tiles covering the\r\n * whole earth at zoom level zero, and that the tile coordinate origin is (-180,+90),\r\n * or (-180,-90) for `TileLayer`s with [the `tms` option](#tilelayer-tms) set.\r\n */\r\n\r\nexport var EPSG4326 = Util.extend({}, Earth, {\r\n\tcode: 'EPSG:4326',\r\n\tprojection: LonLat,\r\n\ttransformation: toTransformation(1 / 180, 1, -1 / 180, 0.5)\r\n});\r\n","import {CRS} from './CRS';\nimport {LonLat} from '../projection/Projection.LonLat';\nimport {toTransformation} from '../../geometry/Transformation';\nimport * as Util from '../../core/Util';\n\n/*\n * @namespace CRS\n * @crs L.CRS.Simple\n *\n * A simple CRS that maps longitude and latitude into `x` and `y` directly.\n * May be used for maps of flat surfaces (e.g. game maps). Note that the `y`\n * axis should still be inverted (going from bottom to top). `distance()` returns\n * simple euclidean distance.\n */\n\nexport var Simple = Util.extend({}, CRS, {\n\tprojection: LonLat,\n\ttransformation: toTransformation(1, 0, -1, 0),\n\n\tscale: function (zoom) {\n\t\treturn Math.pow(2, zoom);\n\t},\n\n\tzoom: function (scale) {\n\t\treturn Math.log(scale) / Math.LN2;\n\t},\n\n\tdistance: function (latlng1, latlng2) {\n\t\tvar dx = latlng2.lng - latlng1.lng,\n\t\t    dy = latlng2.lat - latlng1.lat;\n\n\t\treturn Math.sqrt(dx * dx + dy * dy);\n\t},\n\n\tinfinite: true\n});\n","import {CRS} from './CRS';\nimport {Earth} from './CRS.Earth';\nimport {EPSG3395} from './CRS.EPSG3395';\nimport {EPSG3857, EPSG900913} from './CRS.EPSG3857';\nimport {EPSG4326} from './CRS.EPSG4326';\nimport {Simple} from './CRS.Simple';\n\nCRS.Earth = Earth;\nCRS.EPSG3395 = EPSG3395;\nCRS.EPSG3857 = EPSG3857;\nCRS.EPSG900913 = EPSG900913;\nCRS.EPSG4326 = EPSG4326;\nCRS.Simple = Simple;\n\nexport {CRS};\n","import {Evented} from '../core/Events';\nimport {Map} from '../map/Map';\nimport * as Util from '../core/Util';\n\n/*\n * @class Layer\n * @inherits Evented\n * @aka L.Layer\n * @aka ILayer\n *\n * A set of methods from the Layer base class that all Leaflet layers use.\n * Inherits all methods, options and events from `L.Evented`.\n *\n * @example\n *\n * ```js\n * var layer = L.Marker(latlng).addTo(map);\n * layer.addTo(map);\n * layer.remove();\n * ```\n *\n * @event add: Event\n * Fired after the layer is added to a map\n *\n * @event remove: Event\n * Fired after the layer is removed from a map\n */\n\n\nexport var Layer = Evented.extend({\n\n\t// Classes extending `L.Layer` will inherit the following options:\n\toptions: {\n\t\t// @option pane: String = 'overlayPane'\n\t\t// By default the layer will be added to the map's [overlay pane](#map-overlaypane). Overriding this option will cause the layer to be placed on another pane by default.\n\t\tpane: 'overlayPane',\n\n\t\t// @option attribution: String = null\n\t\t// String to be shown in the attribution control, e.g. \"© OpenStreetMap contributors\". It describes the layer data and is often a legal obligation towards copyright holders and tile providers.\n\t\tattribution: null,\n\n\t\tbubblingMouseEvents: true\n\t},\n\n\t/* @section\n\t * Classes extending `L.Layer` will inherit the following methods:\n\t *\n\t * @method addTo(map: Map|LayerGroup): this\n\t * Adds the layer to the given map or layer group.\n\t */\n\taddTo: function (map) {\n\t\tmap.addLayer(this);\n\t\treturn this;\n\t},\n\n\t// @method remove: this\n\t// Removes the layer from the map it is currently active on.\n\tremove: function () {\n\t\treturn this.removeFrom(this._map || this._mapToAdd);\n\t},\n\n\t// @method removeFrom(map: Map): this\n\t// Removes the layer from the given map\n\tremoveFrom: function (obj) {\n\t\tif (obj) {\n\t\t\tobj.removeLayer(this);\n\t\t}\n\t\treturn this;\n\t},\n\n\t// @method getPane(name? : String): HTMLElement\n\t// Returns the `HTMLElement` representing the named pane on the map. If `name` is omitted, returns the pane for this layer.\n\tgetPane: function (name) {\n\t\treturn this._map.getPane(name ? (this.options[name] || name) : this.options.pane);\n\t},\n\n\taddInteractiveTarget: function (targetEl) {\n\t\tthis._map._targets[Util.stamp(targetEl)] = this;\n\t\treturn this;\n\t},\n\n\tremoveInteractiveTarget: function (targetEl) {\n\t\tdelete this._map._targets[Util.stamp(targetEl)];\n\t\treturn this;\n\t},\n\n\t// @method getAttribution: String\n\t// Used by the `attribution control`, returns the [attribution option](#gridlayer-attribution).\n\tgetAttribution: function () {\n\t\treturn this.options.attribution;\n\t},\n\n\t_layerAdd: function (e) {\n\t\tvar map = e.target;\n\n\t\t// check in case layer gets added and then removed before the map is ready\n\t\tif (!map.hasLayer(this)) { return; }\n\n\t\tthis._map = map;\n\t\tthis._zoomAnimated = map._zoomAnimated;\n\n\t\tif (this.getEvents) {\n\t\t\tvar events = this.getEvents();\n\t\t\tmap.on(events, this);\n\t\t\tthis.once('remove', function () {\n\t\t\t\tmap.off(events, this);\n\t\t\t}, this);\n\t\t}\n\n\t\tthis.onAdd(map);\n\n\t\tif (this.getAttribution && map.attributionControl) {\n\t\t\tmap.attributionControl.addAttribution(this.getAttribution());\n\t\t}\n\n\t\tthis.fire('add');\n\t\tmap.fire('layeradd', {layer: this});\n\t}\n});\n\n/* @section Extension methods\n * @uninheritable\n *\n * Every layer should extend from `L.Layer` and (re-)implement the following methods.\n *\n * @method onAdd(map: Map): this\n * Should contain code that creates DOM elements for the layer, adds them to `map panes` where they should belong and puts listeners on relevant map events. Called on [`map.addLayer(layer)`](#map-addlayer).\n *\n * @method onRemove(map: Map): this\n * Should contain all clean up code that removes the layer's elements from the DOM and removes listeners previously added in [`onAdd`](#layer-onadd). Called on [`map.removeLayer(layer)`](#map-removelayer).\n *\n * @method getEvents(): Object\n * This optional method should return an object like `{ viewreset: this._reset }` for [`addEventListener`](#evented-addeventlistener). The event handlers in this object will be automatically added and removed from the map with your layer.\n *\n * @method getAttribution(): String\n * This optional method should return a string containing HTML to be shown on the `Attribution control` whenever the layer is visible.\n *\n * @method beforeAdd(map: Map): this\n * Optional method. Called on [`map.addLayer(layer)`](#map-addlayer), before the layer is added to the map, before events are initialized, without waiting until the map is in a usable state. Use for early initialization only.\n */\n\n\n/* @namespace Map\n * @section Layer events\n *\n * @event layeradd: LayerEvent\n * Fired when a new layer is added to the map.\n *\n * @event layerremove: LayerEvent\n * Fired when some layer is removed from the map\n *\n * @section Methods for Layers and Controls\n */\nMap.include({\n\t// @method addLayer(layer: Layer): this\n\t// Adds the given layer to the map\n\taddLayer: function (layer) {\n\t\tif (!layer._layerAdd) {\n\t\t\tthrow new Error('The provided object is not a Layer.');\n\t\t}\n\n\t\tvar id = Util.stamp(layer);\n\t\tif (this._layers[id]) { return this; }\n\t\tthis._layers[id] = layer;\n\n\t\tlayer._mapToAdd = this;\n\n\t\tif (layer.beforeAdd) {\n\t\t\tlayer.beforeAdd(this);\n\t\t}\n\n\t\tthis.whenReady(layer._layerAdd, layer);\n\n\t\treturn this;\n\t},\n\n\t// @method removeLayer(layer: Layer): this\n\t// Removes the given layer from the map.\n\tremoveLayer: function (layer) {\n\t\tvar id = Util.stamp(layer);\n\n\t\tif (!this._layers[id]) { return this; }\n\n\t\tif (this._loaded) {\n\t\t\tlayer.onRemove(this);\n\t\t}\n\n\t\tif (layer.getAttribution && this.attributionControl) {\n\t\t\tthis.attributionControl.removeAttribution(layer.getAttribution());\n\t\t}\n\n\t\tdelete this._layers[id];\n\n\t\tif (this._loaded) {\n\t\t\tthis.fire('layerremove', {layer: layer});\n\t\t\tlayer.fire('remove');\n\t\t}\n\n\t\tlayer._map = layer._mapToAdd = null;\n\n\t\treturn this;\n\t},\n\n\t// @method hasLayer(layer: Layer): Boolean\n\t// Returns `true` if the given layer is currently added to the map\n\thasLayer: function (layer) {\n\t\treturn !!layer && (Util.stamp(layer) in this._layers);\n\t},\n\n\t/* @method eachLayer(fn: Function, context?: Object): this\n\t * Iterates over the layers of the map, optionally specifying context of the iterator function.\n\t * ```\n\t * map.eachLayer(function(layer){\n\t *     layer.bindPopup('Hello');\n\t * });\n\t * ```\n\t */\n\teachLayer: function (method, context) {\n\t\tfor (var i in this._layers) {\n\t\t\tmethod.call(context, this._layers[i]);\n\t\t}\n\t\treturn this;\n\t},\n\n\t_addLayers: function (layers) {\n\t\tlayers = layers ? (Util.isArray(layers) ? layers : [layers]) : [];\n\n\t\tfor (var i = 0, len = layers.length; i < len; i++) {\n\t\t\tthis.addLayer(layers[i]);\n\t\t}\n\t},\n\n\t_addZoomLimit: function (layer) {\n\t\tif (isNaN(layer.options.maxZoom) || !isNaN(layer.options.minZoom)) {\n\t\t\tthis._zoomBoundLayers[Util.stamp(layer)] = layer;\n\t\t\tthis._updateZoomLevels();\n\t\t}\n\t},\n\n\t_removeZoomLimit: function (layer) {\n\t\tvar id = Util.stamp(layer);\n\n\t\tif (this._zoomBoundLayers[id]) {\n\t\t\tdelete this._zoomBoundLayers[id];\n\t\t\tthis._updateZoomLevels();\n\t\t}\n\t},\n\n\t_updateZoomLevels: function () {\n\t\tvar minZoom = Infinity,\n\t\t    maxZoom = -Infinity,\n\t\t    oldZoomSpan = this._getZoomSpan();\n\n\t\tfor (var i in this._zoomBoundLayers) {\n\t\t\tvar options = this._zoomBoundLayers[i].options;\n\n\t\t\tminZoom = options.minZoom === undefined ? minZoom : Math.min(minZoom, options.minZoom);\n\t\t\tmaxZoom = options.maxZoom === undefined ? maxZoom : Math.max(maxZoom, options.maxZoom);\n\t\t}\n\n\t\tthis._layersMaxZoom = maxZoom === -Infinity ? undefined : maxZoom;\n\t\tthis._layersMinZoom = minZoom === Infinity ? undefined : minZoom;\n\n\t\t// @section Map state change events\n\t\t// @event zoomlevelschange: Event\n\t\t// Fired when the number of zoomlevels on the map is changed due\n\t\t// to adding or removing a layer.\n\t\tif (oldZoomSpan !== this._getZoomSpan()) {\n\t\t\tthis.fire('zoomlevelschange');\n\t\t}\n\n\t\tif (this.options.maxZoom === undefined && this._layersMaxZoom && this.getZoom() > this._layersMaxZoom) {\n\t\t\tthis.setZoom(this._layersMaxZoom);\n\t\t}\n\t\tif (this.options.minZoom === undefined && this._layersMinZoom && this.getZoom() < this._layersMinZoom) {\n\t\t\tthis.setZoom(this._layersMinZoom);\n\t\t}\n\t}\n});\n","\r\nimport {Layer} from './Layer';\r\nimport * as Util from '../core/Util';\r\n\r\n/*\r\n * @class LayerGroup\r\n * @aka L.LayerGroup\r\n * @inherits Layer\r\n *\r\n * Used to group several layers and handle them as one. If you add it to the map,\r\n * any layers added or removed from the group will be added/removed on the map as\r\n * well. Extends `Layer`.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * L.layerGroup([marker1, marker2])\r\n * \t.addLayer(polyline)\r\n * \t.addTo(map);\r\n * ```\r\n */\r\n\r\nexport var LayerGroup = Layer.extend({\r\n\r\n\tinitialize: function (layers, options) {\r\n\t\tUtil.setOptions(this, options);\r\n\r\n\t\tthis._layers = {};\r\n\r\n\t\tvar i, len;\r\n\r\n\t\tif (layers) {\r\n\t\t\tfor (i = 0, len = layers.length; i < len; i++) {\r\n\t\t\t\tthis.addLayer(layers[i]);\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\r\n\t// @method addLayer(layer: Layer): this\r\n\t// Adds the given layer to the group.\r\n\taddLayer: function (layer) {\r\n\t\tvar id = this.getLayerId(layer);\r\n\r\n\t\tthis._layers[id] = layer;\r\n\r\n\t\tif (this._map) {\r\n\t\t\tthis._map.addLayer(layer);\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method removeLayer(layer: Layer): this\r\n\t// Removes the given layer from the group.\r\n\t// @alternative\r\n\t// @method removeLayer(id: Number): this\r\n\t// Removes the layer with the given internal ID from the group.\r\n\tremoveLayer: function (layer) {\r\n\t\tvar id = layer in this._layers ? layer : this.getLayerId(layer);\r\n\r\n\t\tif (this._map && this._layers[id]) {\r\n\t\t\tthis._map.removeLayer(this._layers[id]);\r\n\t\t}\r\n\r\n\t\tdelete this._layers[id];\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method hasLayer(layer: Layer): Boolean\r\n\t// Returns `true` if the given layer is currently added to the group.\r\n\t// @alternative\r\n\t// @method hasLayer(id: Number): Boolean\r\n\t// Returns `true` if the given internal ID is currently added to the group.\r\n\thasLayer: function (layer) {\r\n\t\treturn !!layer && (layer in this._layers || this.getLayerId(layer) in this._layers);\r\n\t},\r\n\r\n\t// @method clearLayers(): this\r\n\t// Removes all the layers from the group.\r\n\tclearLayers: function () {\r\n\t\treturn this.eachLayer(this.removeLayer, this);\r\n\t},\r\n\r\n\t// @method invoke(methodName: String, …): this\r\n\t// Calls `methodName` on every layer contained in this group, passing any\r\n\t// additional parameters. Has no effect if the layers contained do not\r\n\t// implement `methodName`.\r\n\tinvoke: function (methodName) {\r\n\t\tvar args = Array.prototype.slice.call(arguments, 1),\r\n\t\t    i, layer;\r\n\r\n\t\tfor (i in this._layers) {\r\n\t\t\tlayer = this._layers[i];\r\n\r\n\t\t\tif (layer[methodName]) {\r\n\t\t\t\tlayer[methodName].apply(layer, args);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\tonAdd: function (map) {\r\n\t\tthis.eachLayer(map.addLayer, map);\r\n\t},\r\n\r\n\tonRemove: function (map) {\r\n\t\tthis.eachLayer(map.removeLayer, map);\r\n\t},\r\n\r\n\t// @method eachLayer(fn: Function, context?: Object): this\r\n\t// Iterates over the layers of the group, optionally specifying context of the iterator function.\r\n\t// ```js\r\n\t// group.eachLayer(function (layer) {\r\n\t// \tlayer.bindPopup('Hello');\r\n\t// });\r\n\t// ```\r\n\teachLayer: function (method, context) {\r\n\t\tfor (var i in this._layers) {\r\n\t\t\tmethod.call(context, this._layers[i]);\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method getLayer(id: Number): Layer\r\n\t// Returns the layer with the given internal ID.\r\n\tgetLayer: function (id) {\r\n\t\treturn this._layers[id];\r\n\t},\r\n\r\n\t// @method getLayers(): Layer[]\r\n\t// Returns an array of all the layers added to the group.\r\n\tgetLayers: function () {\r\n\t\tvar layers = [];\r\n\t\tthis.eachLayer(layers.push, layers);\r\n\t\treturn layers;\r\n\t},\r\n\r\n\t// @method setZIndex(zIndex: Number): this\r\n\t// Calls `setZIndex` on every layer contained in this group, passing the z-index.\r\n\tsetZIndex: function (zIndex) {\r\n\t\treturn this.invoke('setZIndex', zIndex);\r\n\t},\r\n\r\n\t// @method getLayerId(layer: Layer): Number\r\n\t// Returns the internal ID for a layer\r\n\tgetLayerId: function (layer) {\r\n\t\treturn Util.stamp(layer);\r\n\t}\r\n});\r\n\r\n\r\n// @factory L.layerGroup(layers?: Layer[], options?: Object)\r\n// Create a layer group, optionally given an initial set of layers and an `options` object.\r\nexport var layerGroup = function (layers, options) {\r\n\treturn new LayerGroup(layers, options);\r\n};\r\n","import {LayerGroup} from './LayerGroup';\r\nimport {LatLngBounds} from '../geo/LatLngBounds';\r\n\r\n/*\r\n * @class FeatureGroup\r\n * @aka L.FeatureGroup\r\n * @inherits LayerGroup\r\n *\r\n * Extended `LayerGroup` that makes it easier to do the same thing to all its member layers:\r\n *  * [`bindPopup`](#layer-bindpopup) binds a popup to all of the layers at once (likewise with [`bindTooltip`](#layer-bindtooltip))\r\n *  * Events are propagated to the `FeatureGroup`, so if the group has an event\r\n * handler, it will handle events from any of the layers. This includes mouse events\r\n * and custom events.\r\n *  * Has `layeradd` and `layerremove` events\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * L.featureGroup([marker1, marker2, polyline])\r\n * \t.bindPopup('Hello world!')\r\n * \t.on('click', function() { alert('Clicked on a member of the group!'); })\r\n * \t.addTo(map);\r\n * ```\r\n */\r\n\r\nexport var FeatureGroup = LayerGroup.extend({\r\n\r\n\taddLayer: function (layer) {\r\n\t\tif (this.hasLayer(layer)) {\r\n\t\t\treturn this;\r\n\t\t}\r\n\r\n\t\tlayer.addEventParent(this);\r\n\r\n\t\tLayerGroup.prototype.addLayer.call(this, layer);\r\n\r\n\t\t// @event layeradd: LayerEvent\r\n\t\t// Fired when a layer is added to this `FeatureGroup`\r\n\t\treturn this.fire('layeradd', {layer: layer});\r\n\t},\r\n\r\n\tremoveLayer: function (layer) {\r\n\t\tif (!this.hasLayer(layer)) {\r\n\t\t\treturn this;\r\n\t\t}\r\n\t\tif (layer in this._layers) {\r\n\t\t\tlayer = this._layers[layer];\r\n\t\t}\r\n\r\n\t\tlayer.removeEventParent(this);\r\n\r\n\t\tLayerGroup.prototype.removeLayer.call(this, layer);\r\n\r\n\t\t// @event layerremove: LayerEvent\r\n\t\t// Fired when a layer is removed from this `FeatureGroup`\r\n\t\treturn this.fire('layerremove', {layer: layer});\r\n\t},\r\n\r\n\t// @method setStyle(style: Path options): this\r\n\t// Sets the given path options to each layer of the group that has a `setStyle` method.\r\n\tsetStyle: function (style) {\r\n\t\treturn this.invoke('setStyle', style);\r\n\t},\r\n\r\n\t// @method bringToFront(): this\r\n\t// Brings the layer group to the top of all other layers\r\n\tbringToFront: function () {\r\n\t\treturn this.invoke('bringToFront');\r\n\t},\r\n\r\n\t// @method bringToBack(): this\r\n\t// Brings the layer group to the back of all other layers\r\n\tbringToBack: function () {\r\n\t\treturn this.invoke('bringToBack');\r\n\t},\r\n\r\n\t// @method getBounds(): LatLngBounds\r\n\t// Returns the LatLngBounds of the Feature Group (created from bounds and coordinates of its children).\r\n\tgetBounds: function () {\r\n\t\tvar bounds = new LatLngBounds();\r\n\r\n\t\tfor (var id in this._layers) {\r\n\t\t\tvar layer = this._layers[id];\r\n\t\t\tbounds.extend(layer.getBounds ? layer.getBounds() : layer.getLatLng());\r\n\t\t}\r\n\t\treturn bounds;\r\n\t}\r\n});\r\n\r\n// @factory L.featureGroup(layers: Layer[])\r\n// Create a feature group, optionally given an initial set of layers.\r\nexport var featureGroup = function (layers) {\r\n\treturn new FeatureGroup(layers);\r\n};\r\n","import {Class} from '../../core/Class';\r\nimport {setOptions} from '../../core/Util';\r\nimport {toPoint as point} from '../../geometry/Point';\r\nimport {retina} from '../../core/Browser';\r\n\r\n/*\r\n * @class Icon\r\n * @aka L.Icon\r\n *\r\n * Represents an icon to provide when creating a marker.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * var myIcon = L.icon({\r\n *     iconUrl: 'my-icon.png',\r\n *     iconRetinaUrl: 'my-icon@2x.png',\r\n *     iconSize: [38, 95],\r\n *     iconAnchor: [22, 94],\r\n *     popupAnchor: [-3, -76],\r\n *     shadowUrl: 'my-icon-shadow.png',\r\n *     shadowRetinaUrl: 'my-icon-shadow@2x.png',\r\n *     shadowSize: [68, 95],\r\n *     shadowAnchor: [22, 94]\r\n * });\r\n *\r\n * L.marker([50.505, 30.57], {icon: myIcon}).addTo(map);\r\n * ```\r\n *\r\n * `L.Icon.Default` extends `L.Icon` and is the blue icon Leaflet uses for markers by default.\r\n *\r\n */\r\n\r\nexport var Icon = Class.extend({\r\n\r\n\t/* @section\r\n\t * @aka Icon options\r\n\t *\r\n\t * @option iconUrl: String = null\r\n\t * **(required)** The URL to the icon image (absolute or relative to your script path).\r\n\t *\r\n\t * @option iconRetinaUrl: String = null\r\n\t * The URL to a retina sized version of the icon image (absolute or relative to your\r\n\t * script path). Used for Retina screen devices.\r\n\t *\r\n\t * @option iconSize: Point = null\r\n\t * Size of the icon image in pixels.\r\n\t *\r\n\t * @option iconAnchor: Point = null\r\n\t * The coordinates of the \"tip\" of the icon (relative to its top left corner). The icon\r\n\t * will be aligned so that this point is at the marker's geographical location. Centered\r\n\t * by default if size is specified, also can be set in CSS with negative margins.\r\n\t *\r\n\t * @option popupAnchor: Point = [0, 0]\r\n\t * The coordinates of the point from which popups will \"open\", relative to the icon anchor.\r\n\t *\r\n\t * @option tooltipAnchor: Point = [0, 0]\r\n\t * The coordinates of the point from which tooltips will \"open\", relative to the icon anchor.\r\n\t *\r\n\t * @option shadowUrl: String = null\r\n\t * The URL to the icon shadow image. If not specified, no shadow image will be created.\r\n\t *\r\n\t * @option shadowRetinaUrl: String = null\r\n\t *\r\n\t * @option shadowSize: Point = null\r\n\t * Size of the shadow image in pixels.\r\n\t *\r\n\t * @option shadowAnchor: Point = null\r\n\t * The coordinates of the \"tip\" of the shadow (relative to its top left corner) (the same\r\n\t * as iconAnchor if not specified).\r\n\t *\r\n\t * @option className: String = ''\r\n\t * A custom class name to assign to both icon and shadow images. Empty by default.\r\n\t */\r\n\r\n\toptions: {\r\n\t\tpopupAnchor: [0, 0],\r\n\t\ttooltipAnchor: [0, 0]\r\n\t},\r\n\r\n\tinitialize: function (options) {\r\n\t\tsetOptions(this, options);\r\n\t},\r\n\r\n\t// @method createIcon(oldIcon?: HTMLElement): HTMLElement\r\n\t// Called internally when the icon has to be shown, returns a `<img>` HTML element\r\n\t// styled according to the options.\r\n\tcreateIcon: function (oldIcon) {\r\n\t\treturn this._createIcon('icon', oldIcon);\r\n\t},\r\n\r\n\t// @method createShadow(oldIcon?: HTMLElement): HTMLElement\r\n\t// As `createIcon`, but for the shadow beneath it.\r\n\tcreateShadow: function (oldIcon) {\r\n\t\treturn this._createIcon('shadow', oldIcon);\r\n\t},\r\n\r\n\t_createIcon: function (name, oldIcon) {\r\n\t\tvar src = this._getIconUrl(name);\r\n\r\n\t\tif (!src) {\r\n\t\t\tif (name === 'icon') {\r\n\t\t\t\tthrow new Error('iconUrl not set in Icon options (see the docs).');\r\n\t\t\t}\r\n\t\t\treturn null;\r\n\t\t}\r\n\r\n\t\tvar img = this._createImg(src, oldIcon && oldIcon.tagName === 'IMG' ? oldIcon : null);\r\n\t\tthis._setIconStyles(img, name);\r\n\r\n\t\treturn img;\r\n\t},\r\n\r\n\t_setIconStyles: function (img, name) {\r\n\t\tvar options = this.options;\r\n\t\tvar sizeOption = options[name + 'Size'];\r\n\r\n\t\tif (typeof sizeOption === 'number') {\r\n\t\t\tsizeOption = [sizeOption, sizeOption];\r\n\t\t}\r\n\r\n\t\tvar size = point(sizeOption),\r\n\t\t    anchor = point(name === 'shadow' && options.shadowAnchor || options.iconAnchor ||\r\n\t\t            size && size.divideBy(2, true));\r\n\r\n\t\timg.className = 'leaflet-marker-' + name + ' ' + (options.className || '');\r\n\r\n\t\tif (anchor) {\r\n\t\t\timg.style.marginLeft = (-anchor.x) + 'px';\r\n\t\t\timg.style.marginTop  = (-anchor.y) + 'px';\r\n\t\t}\r\n\r\n\t\tif (size) {\r\n\t\t\timg.style.width  = size.x + 'px';\r\n\t\t\timg.style.height = size.y + 'px';\r\n\t\t}\r\n\t},\r\n\r\n\t_createImg: function (src, el) {\r\n\t\tel = el || document.createElement('img');\r\n\t\tel.src = src;\r\n\t\treturn el;\r\n\t},\r\n\r\n\t_getIconUrl: function (name) {\r\n\t\treturn retina && this.options[name + 'RetinaUrl'] || this.options[name + 'Url'];\r\n\t}\r\n});\r\n\r\n\r\n// @factory L.icon(options: Icon options)\r\n// Creates an icon instance with the given options.\r\nexport function icon(options) {\r\n\treturn new Icon(options);\r\n}\r\n","import {Icon} from './Icon';\nimport * as DomUtil from '../../dom/DomUtil';\n\n/*\n * @miniclass Icon.Default (Icon)\n * @aka L.Icon.Default\n * @section\n *\n * A trivial subclass of `Icon`, represents the icon to use in `Marker`s when\n * no icon is specified. Points to the blue marker image distributed with Leaflet\n * releases.\n *\n * In order to customize the default icon, just change the properties of `L.Icon.Default.prototype.options`\n * (which is a set of `Icon options`).\n *\n * If you want to _completely_ replace the default icon, override the\n * `L.Marker.prototype.options.icon` with your own icon instead.\n */\n\nexport var IconDefault = Icon.extend({\n\n\toptions: {\n\t\ticonUrl:       'marker-icon.png',\n\t\ticonRetinaUrl: 'marker-icon-2x.png',\n\t\tshadowUrl:     'marker-shadow.png',\n\t\ticonSize:    [25, 41],\n\t\ticonAnchor:  [12, 41],\n\t\tpopupAnchor: [1, -34],\n\t\ttooltipAnchor: [16, -28],\n\t\tshadowSize:  [41, 41]\n\t},\n\n\t_getIconUrl: function (name) {\n\t\tif (!IconDefault.imagePath) {\t// Deprecated, backwards-compatibility only\n\t\t\tIconDefault.imagePath = this._detectIconPath();\n\t\t}\n\n\t\t// @option imagePath: String\n\t\t// `Icon.Default` will try to auto-detect the location of the\n\t\t// blue icon images. If you are placing these images in a non-standard\n\t\t// way, set this option to point to the right path.\n\t\treturn (this.options.imagePath || IconDefault.imagePath) + Icon.prototype._getIconUrl.call(this, name);\n\t},\n\n\t_detectIconPath: function () {\n\t\tvar el = DomUtil.create('div',  'leaflet-default-icon-path', document.body);\n\t\tvar path = DomUtil.getStyle(el, 'background-image') ||\n\t\t           DomUtil.getStyle(el, 'backgroundImage');\t// IE8\n\n\t\tdocument.body.removeChild(el);\n\n\t\tif (path === null || path.indexOf('url') !== 0) {\n\t\t\tpath = '';\n\t\t} else {\n\t\t\tpath = path.replace(/^url\\([\"']?/, '').replace(/marker-icon\\.png[\"']?\\)$/, '');\n\t\t}\n\n\t\treturn path;\n\t}\n});\n","import {Handler} from '../../core/Handler';\nimport * as DomUtil from '../../dom/DomUtil';\nimport {Draggable} from '../../dom/Draggable';\nimport {toBounds} from '../../geometry/Bounds';\nimport {toPoint} from '../../geometry/Point';\nimport {requestAnimFrame, cancelAnimFrame} from '../../core/Util';\n\n/*\n * L.Handler.MarkerDrag is used internally by L.Marker to make the markers draggable.\n */\n\n\n/* @namespace Marker\n * @section Interaction handlers\n *\n * Interaction handlers are properties of a marker instance that allow you to control interaction behavior in runtime, enabling or disabling certain features such as dragging (see `Handler` methods). Example:\n *\n * ```js\n * marker.dragging.disable();\n * ```\n *\n * @property dragging: Handler\n * Marker dragging handler (by both mouse and touch). Only valid when the marker is on the map (Otherwise set [`marker.options.draggable`](#marker-draggable)).\n */\n\nexport var MarkerDrag = Handler.extend({\n\tinitialize: function (marker) {\n\t\tthis._marker = marker;\n\t},\n\n\taddHooks: function () {\n\t\tvar icon = this._marker._icon;\n\n\t\tif (!this._draggable) {\n\t\t\tthis._draggable = new Draggable(icon, icon, true);\n\t\t}\n\n\t\tthis._draggable.on({\n\t\t\tdragstart: this._onDragStart,\n\t\t\tpredrag: this._onPreDrag,\n\t\t\tdrag: this._onDrag,\n\t\t\tdragend: this._onDragEnd\n\t\t}, this).enable();\n\n\t\tDomUtil.addClass(icon, 'leaflet-marker-draggable');\n\t},\n\n\tremoveHooks: function () {\n\t\tthis._draggable.off({\n\t\t\tdragstart: this._onDragStart,\n\t\t\tpredrag: this._onPreDrag,\n\t\t\tdrag: this._onDrag,\n\t\t\tdragend: this._onDragEnd\n\t\t}, this).disable();\n\n\t\tif (this._marker._icon) {\n\t\t\tDomUtil.removeClass(this._marker._icon, 'leaflet-marker-draggable');\n\t\t}\n\t},\n\n\tmoved: function () {\n\t\treturn this._draggable && this._draggable._moved;\n\t},\n\n\t_adjustPan: function (e) {\n\t\tvar marker = this._marker,\n\t\t    map = marker._map,\n\t\t    speed = this._marker.options.autoPanSpeed,\n\t\t    padding = this._marker.options.autoPanPadding,\n\t\t    iconPos = DomUtil.getPosition(marker._icon),\n\t\t    bounds = map.getPixelBounds(),\n\t\t    origin = map.getPixelOrigin();\n\n\t\tvar panBounds = toBounds(\n\t\t\tbounds.min._subtract(origin).add(padding),\n\t\t\tbounds.max._subtract(origin).subtract(padding)\n\t\t);\n\n\t\tif (!panBounds.contains(iconPos)) {\n\t\t\t// Compute incremental movement\n\t\t\tvar movement = toPoint(\n\t\t\t\t(Math.max(panBounds.max.x, iconPos.x) - panBounds.max.x) / (bounds.max.x - panBounds.max.x) -\n\t\t\t\t(Math.min(panBounds.min.x, iconPos.x) - panBounds.min.x) / (bounds.min.x - panBounds.min.x),\n\n\t\t\t\t(Math.max(panBounds.max.y, iconPos.y) - panBounds.max.y) / (bounds.max.y - panBounds.max.y) -\n\t\t\t\t(Math.min(panBounds.min.y, iconPos.y) - panBounds.min.y) / (bounds.min.y - panBounds.min.y)\n\t\t\t).multiplyBy(speed);\n\n\t\t\tmap.panBy(movement, {animate: false});\n\n\t\t\tthis._draggable._newPos._add(movement);\n\t\t\tthis._draggable._startPos._add(movement);\n\n\t\t\tDomUtil.setPosition(marker._icon, this._draggable._newPos);\n\t\t\tthis._onDrag(e);\n\n\t\t\tthis._panRequest = requestAnimFrame(this._adjustPan.bind(this, e));\n\t\t}\n\t},\n\n\t_onDragStart: function () {\n\t\t// @section Dragging events\n\t\t// @event dragstart: Event\n\t\t// Fired when the user starts dragging the marker.\n\n\t\t// @event movestart: Event\n\t\t// Fired when the marker starts moving (because of dragging).\n\n\t\tthis._oldLatLng = this._marker.getLatLng();\n\t\tthis._marker\n\t\t    .closePopup()\n\t\t    .fire('movestart')\n\t\t    .fire('dragstart');\n\t},\n\n\t_onPreDrag: function (e) {\n\t\tif (this._marker.options.autoPan) {\n\t\t\tcancelAnimFrame(this._panRequest);\n\t\t\tthis._panRequest = requestAnimFrame(this._adjustPan.bind(this, e));\n\t\t}\n\t},\n\n\t_onDrag: function (e) {\n\t\tvar marker = this._marker,\n\t\t    shadow = marker._shadow,\n\t\t    iconPos = DomUtil.getPosition(marker._icon),\n\t\t    latlng = marker._map.layerPointToLatLng(iconPos);\n\n\t\t// update shadow position\n\t\tif (shadow) {\n\t\t\tDomUtil.setPosition(shadow, iconPos);\n\t\t}\n\n\t\tmarker._latlng = latlng;\n\t\te.latlng = latlng;\n\t\te.oldLatLng = this._oldLatLng;\n\n\t\t// @event drag: Event\n\t\t// Fired repeatedly while the user drags the marker.\n\t\tmarker\n\t\t    .fire('move', e)\n\t\t    .fire('drag', e);\n\t},\n\n\t_onDragEnd: function (e) {\n\t\t// @event dragend: DragEndEvent\n\t\t// Fired when the user stops dragging the marker.\n\n\t\t cancelAnimFrame(this._panRequest);\n\n\t\t// @event moveend: Event\n\t\t// Fired when the marker stops moving (because of dragging).\n\t\tdelete this._oldLatLng;\n\t\tthis._marker\n\t\t    .fire('moveend')\n\t\t    .fire('dragend', e);\n\t}\n});\n","import {Layer} from '../Layer';\r\nimport {IconDefault} from './Icon.Default';\r\nimport * as Util from '../../core/Util';\r\nimport {toLatLng as latLng} from '../../geo/LatLng';\r\nimport * as DomUtil from '../../dom/DomUtil';\r\nimport {MarkerDrag} from './Marker.Drag';\r\n\r\n/*\r\n * @class Marker\r\n * @inherits Interactive layer\r\n * @aka L.Marker\r\n * L.Marker is used to display clickable/draggable icons on the map. Extends `Layer`.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * L.marker([50.5, 30.5]).addTo(map);\r\n * ```\r\n */\r\n\r\nexport var Marker = Layer.extend({\r\n\r\n\t// @section\r\n\t// @aka Marker options\r\n\toptions: {\r\n\t\t// @option icon: Icon = *\r\n\t\t// Icon instance to use for rendering the marker.\r\n\t\t// See [Icon documentation](#L.Icon) for details on how to customize the marker icon.\r\n\t\t// If not specified, a common instance of `L.Icon.Default` is used.\r\n\t\ticon: new IconDefault(),\r\n\r\n\t\t// Option inherited from \"Interactive layer\" abstract class\r\n\t\tinteractive: true,\r\n\r\n\t\t// @option keyboard: Boolean = true\r\n\t\t// Whether the marker can be tabbed to with a keyboard and clicked by pressing enter.\r\n\t\tkeyboard: true,\r\n\r\n\t\t// @option title: String = ''\r\n\t\t// Text for the browser tooltip that appear on marker hover (no tooltip by default).\r\n\t\ttitle: '',\r\n\r\n\t\t// @option alt: String = ''\r\n\t\t// Text for the `alt` attribute of the icon image (useful for accessibility).\r\n\t\talt: '',\r\n\r\n\t\t// @option zIndexOffset: Number = 0\r\n\t\t// By default, marker images zIndex is set automatically based on its latitude. Use this option if you want to put the marker on top of all others (or below), specifying a high value like `1000` (or high negative value, respectively).\r\n\t\tzIndexOffset: 0,\r\n\r\n\t\t// @option opacity: Number = 1.0\r\n\t\t// The opacity of the marker.\r\n\t\topacity: 1,\r\n\r\n\t\t// @option riseOnHover: Boolean = false\r\n\t\t// If `true`, the marker will get on top of others when you hover the mouse over it.\r\n\t\triseOnHover: false,\r\n\r\n\t\t// @option riseOffset: Number = 250\r\n\t\t// The z-index offset used for the `riseOnHover` feature.\r\n\t\triseOffset: 250,\r\n\r\n\t\t// @option pane: String = 'markerPane'\r\n\t\t// `Map pane` where the markers icon will be added.\r\n\t\tpane: 'markerPane',\r\n\r\n\t\t// @option bubblingMouseEvents: Boolean = false\r\n\t\t// When `true`, a mouse event on this marker will trigger the same event on the map\r\n\t\t// (unless [`L.DomEvent.stopPropagation`](#domevent-stoppropagation) is used).\r\n\t\tbubblingMouseEvents: false,\r\n\r\n\t\t// @section Draggable marker options\r\n\t\t// @option draggable: Boolean = false\r\n\t\t// Whether the marker is draggable with mouse/touch or not.\r\n\t\tdraggable: false,\r\n\r\n\t\t// @option autoPan: Boolean = false\r\n\t\t// Whether to pan the map when dragging this marker near its edge or not.\r\n\t\tautoPan: false,\r\n\r\n\t\t// @option autoPanPadding: Point = Point(50, 50)\r\n\t\t// Distance (in pixels to the left/right and to the top/bottom) of the\r\n\t\t// map edge to start panning the map.\r\n\t\tautoPanPadding: [50, 50],\r\n\r\n\t\t// @option autoPanSpeed: Number = 10\r\n\t\t// Number of pixels the map should pan by.\r\n\t\tautoPanSpeed: 10\r\n\t},\r\n\r\n\t/* @section\r\n\t *\r\n\t * In addition to [shared layer methods](#Layer) like `addTo()` and `remove()` and [popup methods](#Popup) like bindPopup() you can also use the following methods:\r\n\t */\r\n\r\n\tinitialize: function (latlng, options) {\r\n\t\tUtil.setOptions(this, options);\r\n\t\tthis._latlng = latLng(latlng);\r\n\t},\r\n\r\n\tonAdd: function (map) {\r\n\t\tthis._zoomAnimated = this._zoomAnimated && map.options.markerZoomAnimation;\r\n\r\n\t\tif (this._zoomAnimated) {\r\n\t\t\tmap.on('zoomanim', this._animateZoom, this);\r\n\t\t}\r\n\r\n\t\tthis._initIcon();\r\n\t\tthis.update();\r\n\t},\r\n\r\n\tonRemove: function (map) {\r\n\t\tif (this.dragging && this.dragging.enabled()) {\r\n\t\t\tthis.options.draggable = true;\r\n\t\t\tthis.dragging.removeHooks();\r\n\t\t}\r\n\t\tdelete this.dragging;\r\n\r\n\t\tif (this._zoomAnimated) {\r\n\t\t\tmap.off('zoomanim', this._animateZoom, this);\r\n\t\t}\r\n\r\n\t\tthis._removeIcon();\r\n\t\tthis._removeShadow();\r\n\t},\r\n\r\n\tgetEvents: function () {\r\n\t\treturn {\r\n\t\t\tzoom: this.update,\r\n\t\t\tviewreset: this.update\r\n\t\t};\r\n\t},\r\n\r\n\t// @method getLatLng: LatLng\r\n\t// Returns the current geographical position of the marker.\r\n\tgetLatLng: function () {\r\n\t\treturn this._latlng;\r\n\t},\r\n\r\n\t// @method setLatLng(latlng: LatLng): this\r\n\t// Changes the marker position to the given point.\r\n\tsetLatLng: function (latlng) {\r\n\t\tvar oldLatLng = this._latlng;\r\n\t\tthis._latlng = latLng(latlng);\r\n\t\tthis.update();\r\n\r\n\t\t// @event move: Event\r\n\t\t// Fired when the marker is moved via [`setLatLng`](#marker-setlatlng) or by [dragging](#marker-dragging). Old and new coordinates are included in event arguments as `oldLatLng`, `latlng`.\r\n\t\treturn this.fire('move', {oldLatLng: oldLatLng, latlng: this._latlng});\r\n\t},\r\n\r\n\t// @method setZIndexOffset(offset: Number): this\r\n\t// Changes the [zIndex offset](#marker-zindexoffset) of the marker.\r\n\tsetZIndexOffset: function (offset) {\r\n\t\tthis.options.zIndexOffset = offset;\r\n\t\treturn this.update();\r\n\t},\r\n\r\n\t// @method setIcon(icon: Icon): this\r\n\t// Changes the marker icon.\r\n\tsetIcon: function (icon) {\r\n\r\n\t\tthis.options.icon = icon;\r\n\r\n\t\tif (this._map) {\r\n\t\t\tthis._initIcon();\r\n\t\t\tthis.update();\r\n\t\t}\r\n\r\n\t\tif (this._popup) {\r\n\t\t\tthis.bindPopup(this._popup, this._popup.options);\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\tgetElement: function () {\r\n\t\treturn this._icon;\r\n\t},\r\n\r\n\tupdate: function () {\r\n\r\n\t\tif (this._icon && this._map) {\r\n\t\t\tvar pos = this._map.latLngToLayerPoint(this._latlng).round();\r\n\t\t\tthis._setPos(pos);\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_initIcon: function () {\r\n\t\tvar options = this.options,\r\n\t\t    classToAdd = 'leaflet-zoom-' + (this._zoomAnimated ? 'animated' : 'hide');\r\n\r\n\t\tvar icon = options.icon.createIcon(this._icon),\r\n\t\t    addIcon = false;\r\n\r\n\t\t// if we're not reusing the icon, remove the old one and init new one\r\n\t\tif (icon !== this._icon) {\r\n\t\t\tif (this._icon) {\r\n\t\t\t\tthis._removeIcon();\r\n\t\t\t}\r\n\t\t\taddIcon = true;\r\n\r\n\t\t\tif (options.title) {\r\n\t\t\t\ticon.title = options.title;\r\n\t\t\t}\r\n\r\n\t\t\tif (icon.tagName === 'IMG') {\r\n\t\t\t\ticon.alt = options.alt || '';\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tDomUtil.addClass(icon, classToAdd);\r\n\r\n\t\tif (options.keyboard) {\r\n\t\t\ticon.tabIndex = '0';\r\n\t\t}\r\n\r\n\t\tthis._icon = icon;\r\n\r\n\t\tif (options.riseOnHover) {\r\n\t\t\tthis.on({\r\n\t\t\t\tmouseover: this._bringToFront,\r\n\t\t\t\tmouseout: this._resetZIndex\r\n\t\t\t});\r\n\t\t}\r\n\r\n\t\tvar newShadow = options.icon.createShadow(this._shadow),\r\n\t\t    addShadow = false;\r\n\r\n\t\tif (newShadow !== this._shadow) {\r\n\t\t\tthis._removeShadow();\r\n\t\t\taddShadow = true;\r\n\t\t}\r\n\r\n\t\tif (newShadow) {\r\n\t\t\tDomUtil.addClass(newShadow, classToAdd);\r\n\t\t\tnewShadow.alt = '';\r\n\t\t}\r\n\t\tthis._shadow = newShadow;\r\n\r\n\r\n\t\tif (options.opacity < 1) {\r\n\t\t\tthis._updateOpacity();\r\n\t\t}\r\n\r\n\r\n\t\tif (addIcon) {\r\n\t\t\tthis.getPane().appendChild(this._icon);\r\n\t\t}\r\n\t\tthis._initInteraction();\r\n\t\tif (newShadow && addShadow) {\r\n\t\t\tthis.getPane('shadowPane').appendChild(this._shadow);\r\n\t\t}\r\n\t},\r\n\r\n\t_removeIcon: function () {\r\n\t\tif (this.options.riseOnHover) {\r\n\t\t\tthis.off({\r\n\t\t\t\tmouseover: this._bringToFront,\r\n\t\t\t\tmouseout: this._resetZIndex\r\n\t\t\t});\r\n\t\t}\r\n\r\n\t\tDomUtil.remove(this._icon);\r\n\t\tthis.removeInteractiveTarget(this._icon);\r\n\r\n\t\tthis._icon = null;\r\n\t},\r\n\r\n\t_removeShadow: function () {\r\n\t\tif (this._shadow) {\r\n\t\t\tDomUtil.remove(this._shadow);\r\n\t\t}\r\n\t\tthis._shadow = null;\r\n\t},\r\n\r\n\t_setPos: function (pos) {\r\n\t\tDomUtil.setPosition(this._icon, pos);\r\n\r\n\t\tif (this._shadow) {\r\n\t\t\tDomUtil.setPosition(this._shadow, pos);\r\n\t\t}\r\n\r\n\t\tthis._zIndex = pos.y + this.options.zIndexOffset;\r\n\r\n\t\tthis._resetZIndex();\r\n\t},\r\n\r\n\t_updateZIndex: function (offset) {\r\n\t\tthis._icon.style.zIndex = this._zIndex + offset;\r\n\t},\r\n\r\n\t_animateZoom: function (opt) {\r\n\t\tvar pos = this._map._latLngToNewLayerPoint(this._latlng, opt.zoom, opt.center).round();\r\n\r\n\t\tthis._setPos(pos);\r\n\t},\r\n\r\n\t_initInteraction: function () {\r\n\r\n\t\tif (!this.options.interactive) { return; }\r\n\r\n\t\tDomUtil.addClass(this._icon, 'leaflet-interactive');\r\n\r\n\t\tthis.addInteractiveTarget(this._icon);\r\n\r\n\t\tif (MarkerDrag) {\r\n\t\t\tvar draggable = this.options.draggable;\r\n\t\t\tif (this.dragging) {\r\n\t\t\t\tdraggable = this.dragging.enabled();\r\n\t\t\t\tthis.dragging.disable();\r\n\t\t\t}\r\n\r\n\t\t\tthis.dragging = new MarkerDrag(this);\r\n\r\n\t\t\tif (draggable) {\r\n\t\t\t\tthis.dragging.enable();\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\r\n\t// @method setOpacity(opacity: Number): this\r\n\t// Changes the opacity of the marker.\r\n\tsetOpacity: function (opacity) {\r\n\t\tthis.options.opacity = opacity;\r\n\t\tif (this._map) {\r\n\t\t\tthis._updateOpacity();\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_updateOpacity: function () {\r\n\t\tvar opacity = this.options.opacity;\r\n\r\n\t\tDomUtil.setOpacity(this._icon, opacity);\r\n\r\n\t\tif (this._shadow) {\r\n\t\t\tDomUtil.setOpacity(this._shadow, opacity);\r\n\t\t}\r\n\t},\r\n\r\n\t_bringToFront: function () {\r\n\t\tthis._updateZIndex(this.options.riseOffset);\r\n\t},\r\n\r\n\t_resetZIndex: function () {\r\n\t\tthis._updateZIndex(0);\r\n\t},\r\n\r\n\t_getPopupAnchor: function () {\r\n\t\treturn this.options.icon.options.popupAnchor;\r\n\t},\r\n\r\n\t_getTooltipAnchor: function () {\r\n\t\treturn this.options.icon.options.tooltipAnchor;\r\n\t}\r\n});\r\n\r\n\r\n// factory L.marker(latlng: LatLng, options? : Marker options)\r\n\r\n// @factory L.marker(latlng: LatLng, options? : Marker options)\r\n// Instantiates a Marker object given a geographical point and optionally an options object.\r\nexport function marker(latlng, options) {\r\n\treturn new Marker(latlng, options);\r\n}\r\n","import {Layer} from '../Layer';\nimport * as Util from '../../core/Util';\n\n/*\n * @class Path\n * @aka L.Path\n * @inherits Interactive layer\n *\n * An abstract class that contains options and constants shared between vector\n * overlays (Polygon, Polyline, Circle). Do not use it directly. Extends `Layer`.\n */\n\nexport var Path = Layer.extend({\n\n\t// @section\n\t// @aka Path options\n\toptions: {\n\t\t// @option stroke: Boolean = true\n\t\t// Whether to draw stroke along the path. Set it to `false` to disable borders on polygons or circles.\n\t\tstroke: true,\n\n\t\t// @option color: String = '#3388ff'\n\t\t// Stroke color\n\t\tcolor: '#3388ff',\n\n\t\t// @option weight: Number = 3\n\t\t// Stroke width in pixels\n\t\tweight: 3,\n\n\t\t// @option opacity: Number = 1.0\n\t\t// Stroke opacity\n\t\topacity: 1,\n\n\t\t// @option lineCap: String= 'round'\n\t\t// A string that defines [shape to be used at the end](https://developer.mozilla.org/docs/Web/SVG/Attribute/stroke-linecap) of the stroke.\n\t\tlineCap: 'round',\n\n\t\t// @option lineJoin: String = 'round'\n\t\t// A string that defines [shape to be used at the corners](https://developer.mozilla.org/docs/Web/SVG/Attribute/stroke-linejoin) of the stroke.\n\t\tlineJoin: 'round',\n\n\t\t// @option dashArray: String = null\n\t\t// A string that defines the stroke [dash pattern](https://developer.mozilla.org/docs/Web/SVG/Attribute/stroke-dasharray). Doesn't work on `Canvas`-powered layers in [some old browsers](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/setLineDash#Browser_compatibility).\n\t\tdashArray: null,\n\n\t\t// @option dashOffset: String = null\n\t\t// A string that defines the [distance into the dash pattern to start the dash](https://developer.mozilla.org/docs/Web/SVG/Attribute/stroke-dashoffset). Doesn't work on `Canvas`-powered layers in [some old browsers](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/setLineDash#Browser_compatibility).\n\t\tdashOffset: null,\n\n\t\t// @option fill: Boolean = depends\n\t\t// Whether to fill the path with color. Set it to `false` to disable filling on polygons or circles.\n\t\tfill: false,\n\n\t\t// @option fillColor: String = *\n\t\t// Fill color. Defaults to the value of the [`color`](#path-color) option\n\t\tfillColor: null,\n\n\t\t// @option fillOpacity: Number = 0.2\n\t\t// Fill opacity.\n\t\tfillOpacity: 0.2,\n\n\t\t// @option fillRule: String = 'evenodd'\n\t\t// A string that defines [how the inside of a shape](https://developer.mozilla.org/docs/Web/SVG/Attribute/fill-rule) is determined.\n\t\tfillRule: 'evenodd',\n\n\t\t// className: '',\n\n\t\t// Option inherited from \"Interactive layer\" abstract class\n\t\tinteractive: true,\n\n\t\t// @option bubblingMouseEvents: Boolean = true\n\t\t// When `true`, a mouse event on this path will trigger the same event on the map\n\t\t// (unless [`L.DomEvent.stopPropagation`](#domevent-stoppropagation) is used).\n\t\tbubblingMouseEvents: true\n\t},\n\n\tbeforeAdd: function (map) {\n\t\t// Renderer is set here because we need to call renderer.getEvents\n\t\t// before this.getEvents.\n\t\tthis._renderer = map.getRenderer(this);\n\t},\n\n\tonAdd: function () {\n\t\tthis._renderer._initPath(this);\n\t\tthis._reset();\n\t\tthis._renderer._addPath(this);\n\t},\n\n\tonRemove: function () {\n\t\tthis._renderer._removePath(this);\n\t},\n\n\t// @method redraw(): this\n\t// Redraws the layer. Sometimes useful after you changed the coordinates that the path uses.\n\tredraw: function () {\n\t\tif (this._map) {\n\t\t\tthis._renderer._updatePath(this);\n\t\t}\n\t\treturn this;\n\t},\n\n\t// @method setStyle(style: Path options): this\n\t// Changes the appearance of a Path based on the options in the `Path options` object.\n\tsetStyle: function (style) {\n\t\tUtil.setOptions(this, style);\n\t\tif (this._renderer) {\n\t\t\tthis._renderer._updateStyle(this);\n\t\t}\n\t\treturn this;\n\t},\n\n\t// @method bringToFront(): this\n\t// Brings the layer to the top of all path layers.\n\tbringToFront: function () {\n\t\tif (this._renderer) {\n\t\t\tthis._renderer._bringToFront(this);\n\t\t}\n\t\treturn this;\n\t},\n\n\t// @method bringToBack(): this\n\t// Brings the layer to the bottom of all path layers.\n\tbringToBack: function () {\n\t\tif (this._renderer) {\n\t\t\tthis._renderer._bringToBack(this);\n\t\t}\n\t\treturn this;\n\t},\n\n\tgetElement: function () {\n\t\treturn this._path;\n\t},\n\n\t_reset: function () {\n\t\t// defined in child classes\n\t\tthis._project();\n\t\tthis._update();\n\t},\n\n\t_clickTolerance: function () {\n\t\t// used when doing hit detection for Canvas layers\n\t\treturn (this.options.stroke ? this.options.weight / 2 : 0) + this._renderer.options.tolerance;\n\t}\n});\n","import {Path} from './Path';\nimport * as Util from '../../core/Util';\nimport {toLatLng} from '../../geo/LatLng';\nimport {Bounds} from '../../geometry/Bounds';\n\n\n/*\n * @class CircleMarker\n * @aka L.CircleMarker\n * @inherits Path\n *\n * A circle of a fixed size with radius specified in pixels. Extends `Path`.\n */\n\nexport var CircleMarker = Path.extend({\n\n\t// @section\n\t// @aka CircleMarker options\n\toptions: {\n\t\tfill: true,\n\n\t\t// @option radius: Number = 10\n\t\t// Radius of the circle marker, in pixels\n\t\tradius: 10\n\t},\n\n\tinitialize: function (latlng, options) {\n\t\tUtil.setOptions(this, options);\n\t\tthis._latlng = toLatLng(latlng);\n\t\tthis._radius = this.options.radius;\n\t},\n\n\t// @method setLatLng(latLng: LatLng): this\n\t// Sets the position of a circle marker to a new location.\n\tsetLatLng: function (latlng) {\n\t\tthis._latlng = toLatLng(latlng);\n\t\tthis.redraw();\n\t\treturn this.fire('move', {latlng: this._latlng});\n\t},\n\n\t// @method getLatLng(): LatLng\n\t// Returns the current geographical position of the circle marker\n\tgetLatLng: function () {\n\t\treturn this._latlng;\n\t},\n\n\t// @method setRadius(radius: Number): this\n\t// Sets the radius of a circle marker. Units are in pixels.\n\tsetRadius: function (radius) {\n\t\tthis.options.radius = this._radius = radius;\n\t\treturn this.redraw();\n\t},\n\n\t// @method getRadius(): Number\n\t// Returns the current radius of the circle\n\tgetRadius: function () {\n\t\treturn this._radius;\n\t},\n\n\tsetStyle : function (options) {\n\t\tvar radius = options && options.radius || this._radius;\n\t\tPath.prototype.setStyle.call(this, options);\n\t\tthis.setRadius(radius);\n\t\treturn this;\n\t},\n\n\t_project: function () {\n\t\tthis._point = this._map.latLngToLayerPoint(this._latlng);\n\t\tthis._updateBounds();\n\t},\n\n\t_updateBounds: function () {\n\t\tvar r = this._radius,\n\t\t    r2 = this._radiusY || r,\n\t\t    w = this._clickTolerance(),\n\t\t    p = [r + w, r2 + w];\n\t\tthis._pxBounds = new Bounds(this._point.subtract(p), this._point.add(p));\n\t},\n\n\t_update: function () {\n\t\tif (this._map) {\n\t\t\tthis._updatePath();\n\t\t}\n\t},\n\n\t_updatePath: function () {\n\t\tthis._renderer._updateCircle(this);\n\t},\n\n\t_empty: function () {\n\t\treturn this._radius && !this._renderer._bounds.intersects(this._pxBounds);\n\t},\n\n\t// Needed by the `Canvas` renderer for interactivity\n\t_containsPoint: function (p) {\n\t\treturn p.distanceTo(this._point) <= this._radius + this._clickTolerance();\n\t}\n});\n\n\n// @factory L.circleMarker(latlng: LatLng, options?: CircleMarker options)\n// Instantiates a circle marker object given a geographical point, and an optional options object.\nexport function circleMarker(latlng, options) {\n\treturn new CircleMarker(latlng, options);\n}\n","import {CircleMarker} from './CircleMarker';\nimport {Path} from './Path';\nimport * as Util from '../../core/Util';\nimport {toLatLng} from '../../geo/LatLng';\nimport {LatLngBounds} from '../../geo/LatLngBounds';\nimport {Earth} from '../../geo/crs/CRS.Earth';\n\n\n/*\n * @class Circle\n * @aka L.Circle\n * @inherits CircleMarker\n *\n * A class for drawing circle overlays on a map. Extends `CircleMarker`.\n *\n * It's an approximation and starts to diverge from a real circle closer to poles (due to projection distortion).\n *\n * @example\n *\n * ```js\n * L.circle([50.5, 30.5], {radius: 200}).addTo(map);\n * ```\n */\n\nexport var Circle = CircleMarker.extend({\n\n\tinitialize: function (latlng, options, legacyOptions) {\n\t\tif (typeof options === 'number') {\n\t\t\t// Backwards compatibility with 0.7.x factory (latlng, radius, options?)\n\t\t\toptions = Util.extend({}, legacyOptions, {radius: options});\n\t\t}\n\t\tUtil.setOptions(this, options);\n\t\tthis._latlng = toLatLng(latlng);\n\n\t\tif (isNaN(this.options.radius)) { throw new Error('Circle radius cannot be NaN'); }\n\n\t\t// @section\n\t\t// @aka Circle options\n\t\t// @option radius: Number; Radius of the circle, in meters.\n\t\tthis._mRadius = this.options.radius;\n\t},\n\n\t// @method setRadius(radius: Number): this\n\t// Sets the radius of a circle. Units are in meters.\n\tsetRadius: function (radius) {\n\t\tthis._mRadius = radius;\n\t\treturn this.redraw();\n\t},\n\n\t// @method getRadius(): Number\n\t// Returns the current radius of a circle. Units are in meters.\n\tgetRadius: function () {\n\t\treturn this._mRadius;\n\t},\n\n\t// @method getBounds(): LatLngBounds\n\t// Returns the `LatLngBounds` of the path.\n\tgetBounds: function () {\n\t\tvar half = [this._radius, this._radiusY || this._radius];\n\n\t\treturn new LatLngBounds(\n\t\t\tthis._map.layerPointToLatLng(this._point.subtract(half)),\n\t\t\tthis._map.layerPointToLatLng(this._point.add(half)));\n\t},\n\n\tsetStyle: Path.prototype.setStyle,\n\n\t_project: function () {\n\n\t\tvar lng = this._latlng.lng,\n\t\t    lat = this._latlng.lat,\n\t\t    map = this._map,\n\t\t    crs = map.options.crs;\n\n\t\tif (crs.distance === Earth.distance) {\n\t\t\tvar d = Math.PI / 180,\n\t\t\t    latR = (this._mRadius / Earth.R) / d,\n\t\t\t    top = map.project([lat + latR, lng]),\n\t\t\t    bottom = map.project([lat - latR, lng]),\n\t\t\t    p = top.add(bottom).divideBy(2),\n\t\t\t    lat2 = map.unproject(p).lat,\n\t\t\t    lngR = Math.acos((Math.cos(latR * d) - Math.sin(lat * d) * Math.sin(lat2 * d)) /\n\t\t\t            (Math.cos(lat * d) * Math.cos(lat2 * d))) / d;\n\n\t\t\tif (isNaN(lngR) || lngR === 0) {\n\t\t\t\tlngR = latR / Math.cos(Math.PI / 180 * lat); // Fallback for edge case, #2425\n\t\t\t}\n\n\t\t\tthis._point = p.subtract(map.getPixelOrigin());\n\t\t\tthis._radius = isNaN(lngR) ? 0 : p.x - map.project([lat2, lng - lngR]).x;\n\t\t\tthis._radiusY = p.y - top.y;\n\n\t\t} else {\n\t\t\tvar latlng2 = crs.unproject(crs.project(this._latlng).subtract([this._mRadius, 0]));\n\n\t\t\tthis._point = map.latLngToLayerPoint(this._latlng);\n\t\t\tthis._radius = this._point.x - map.latLngToLayerPoint(latlng2).x;\n\t\t}\n\n\t\tthis._updateBounds();\n\t}\n});\n\n// @factory L.circle(latlng: LatLng, options?: Circle options)\n// Instantiates a circle object given a geographical point, and an options object\n// which contains the circle radius.\n// @alternative\n// @factory L.circle(latlng: LatLng, radius: Number, options?: Circle options)\n// Obsolete way of instantiating a circle, for compatibility with 0.7.x code.\n// Do not use in new applications or plugins.\nexport function circle(latlng, options, legacyOptions) {\n\treturn new Circle(latlng, options, legacyOptions);\n}\n","import {Path} from './Path';\nimport * as Util from '../../core/Util';\nimport * as LineUtil from '../../geometry/LineUtil';\nimport {LatLng, toLatLng} from '../../geo/LatLng';\nimport {LatLngBounds} from '../../geo/LatLngBounds';\nimport {Bounds} from '../../geometry/Bounds';\nimport {Point} from '../../geometry/Point';\n\n/*\n * @class Polyline\n * @aka L.Polyline\n * @inherits Path\n *\n * A class for drawing polyline overlays on a map. Extends `Path`.\n *\n * @example\n *\n * ```js\n * // create a red polyline from an array of LatLng points\n * var latlngs = [\n * \t[45.51, -122.68],\n * \t[37.77, -122.43],\n * \t[34.04, -118.2]\n * ];\n *\n * var polyline = L.polyline(latlngs, {color: 'red'}).addTo(map);\n *\n * // zoom the map to the polyline\n * map.fitBounds(polyline.getBounds());\n * ```\n *\n * You can also pass a multi-dimensional array to represent a `MultiPolyline` shape:\n *\n * ```js\n * // create a red polyline from an array of arrays of LatLng points\n * var latlngs = [\n * \t[[45.51, -122.68],\n * \t [37.77, -122.43],\n * \t [34.04, -118.2]],\n * \t[[40.78, -73.91],\n * \t [41.83, -87.62],\n * \t [32.76, -96.72]]\n * ];\n * ```\n */\n\n\nexport var Polyline = Path.extend({\n\n\t// @section\n\t// @aka Polyline options\n\toptions: {\n\t\t// @option smoothFactor: Number = 1.0\n\t\t// How much to simplify the polyline on each zoom level. More means\n\t\t// better performance and smoother look, and less means more accurate representation.\n\t\tsmoothFactor: 1.0,\n\n\t\t// @option noClip: Boolean = false\n\t\t// Disable polyline clipping.\n\t\tnoClip: false\n\t},\n\n\tinitialize: function (latlngs, options) {\n\t\tUtil.setOptions(this, options);\n\t\tthis._setLatLngs(latlngs);\n\t},\n\n\t// @method getLatLngs(): LatLng[]\n\t// Returns an array of the points in the path, or nested arrays of points in case of multi-polyline.\n\tgetLatLngs: function () {\n\t\treturn this._latlngs;\n\t},\n\n\t// @method setLatLngs(latlngs: LatLng[]): this\n\t// Replaces all the points in the polyline with the given array of geographical points.\n\tsetLatLngs: function (latlngs) {\n\t\tthis._setLatLngs(latlngs);\n\t\treturn this.redraw();\n\t},\n\n\t// @method isEmpty(): Boolean\n\t// Returns `true` if the Polyline has no LatLngs.\n\tisEmpty: function () {\n\t\treturn !this._latlngs.length;\n\t},\n\n\t// @method closestLayerPoint(p: Point): Point\n\t// Returns the point closest to `p` on the Polyline.\n\tclosestLayerPoint: function (p) {\n\t\tvar minDistance = Infinity,\n\t\t    minPoint = null,\n\t\t    closest = LineUtil._sqClosestPointOnSegment,\n\t\t    p1, p2;\n\n\t\tfor (var j = 0, jLen = this._parts.length; j < jLen; j++) {\n\t\t\tvar points = this._parts[j];\n\n\t\t\tfor (var i = 1, len = points.length; i < len; i++) {\n\t\t\t\tp1 = points[i - 1];\n\t\t\t\tp2 = points[i];\n\n\t\t\t\tvar sqDist = closest(p, p1, p2, true);\n\n\t\t\t\tif (sqDist < minDistance) {\n\t\t\t\t\tminDistance = sqDist;\n\t\t\t\t\tminPoint = closest(p, p1, p2);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif (minPoint) {\n\t\t\tminPoint.distance = Math.sqrt(minDistance);\n\t\t}\n\t\treturn minPoint;\n\t},\n\n\t// @method getCenter(): LatLng\n\t// Returns the center ([centroid](http://en.wikipedia.org/wiki/Centroid)) of the polyline.\n\tgetCenter: function () {\n\t\t// throws error when not yet added to map as this center calculation requires projected coordinates\n\t\tif (!this._map) {\n\t\t\tthrow new Error('Must add layer to map before using getCenter()');\n\t\t}\n\n\t\tvar i, halfDist, segDist, dist, p1, p2, ratio,\n\t\t    points = this._rings[0],\n\t\t    len = points.length;\n\n\t\tif (!len) { return null; }\n\n\t\t// polyline centroid algorithm; only uses the first ring if there are multiple\n\n\t\tfor (i = 0, halfDist = 0; i < len - 1; i++) {\n\t\t\thalfDist += points[i].distanceTo(points[i + 1]) / 2;\n\t\t}\n\n\t\t// The line is so small in the current view that all points are on the same pixel.\n\t\tif (halfDist === 0) {\n\t\t\treturn this._map.layerPointToLatLng(points[0]);\n\t\t}\n\n\t\tfor (i = 0, dist = 0; i < len - 1; i++) {\n\t\t\tp1 = points[i];\n\t\t\tp2 = points[i + 1];\n\t\t\tsegDist = p1.distanceTo(p2);\n\t\t\tdist += segDist;\n\n\t\t\tif (dist > halfDist) {\n\t\t\t\tratio = (dist - halfDist) / segDist;\n\t\t\t\treturn this._map.layerPointToLatLng([\n\t\t\t\t\tp2.x - ratio * (p2.x - p1.x),\n\t\t\t\t\tp2.y - ratio * (p2.y - p1.y)\n\t\t\t\t]);\n\t\t\t}\n\t\t}\n\t},\n\n\t// @method getBounds(): LatLngBounds\n\t// Returns the `LatLngBounds` of the path.\n\tgetBounds: function () {\n\t\treturn this._bounds;\n\t},\n\n\t// @method addLatLng(latlng: LatLng, latlngs? LatLng[]): this\n\t// Adds a given point to the polyline. By default, adds to the first ring of\n\t// the polyline in case of a multi-polyline, but can be overridden by passing\n\t// a specific ring as a LatLng array (that you can earlier access with [`getLatLngs`](#polyline-getlatlngs)).\n\taddLatLng: function (latlng, latlngs) {\n\t\tlatlngs = latlngs || this._defaultShape();\n\t\tlatlng = toLatLng(latlng);\n\t\tlatlngs.push(latlng);\n\t\tthis._bounds.extend(latlng);\n\t\treturn this.redraw();\n\t},\n\n\t_setLatLngs: function (latlngs) {\n\t\tthis._bounds = new LatLngBounds();\n\t\tthis._latlngs = this._convertLatLngs(latlngs);\n\t},\n\n\t_defaultShape: function () {\n\t\treturn LineUtil.isFlat(this._latlngs) ? this._latlngs : this._latlngs[0];\n\t},\n\n\t// recursively convert latlngs input into actual LatLng instances; calculate bounds along the way\n\t_convertLatLngs: function (latlngs) {\n\t\tvar result = [],\n\t\t    flat = LineUtil.isFlat(latlngs);\n\n\t\tfor (var i = 0, len = latlngs.length; i < len; i++) {\n\t\t\tif (flat) {\n\t\t\t\tresult[i] = toLatLng(latlngs[i]);\n\t\t\t\tthis._bounds.extend(result[i]);\n\t\t\t} else {\n\t\t\t\tresult[i] = this._convertLatLngs(latlngs[i]);\n\t\t\t}\n\t\t}\n\n\t\treturn result;\n\t},\n\n\t_project: function () {\n\t\tvar pxBounds = new Bounds();\n\t\tthis._rings = [];\n\t\tthis._projectLatlngs(this._latlngs, this._rings, pxBounds);\n\n\t\tvar w = this._clickTolerance(),\n\t\t    p = new Point(w, w);\n\n\t\tif (this._bounds.isValid() && pxBounds.isValid()) {\n\t\t\tpxBounds.min._subtract(p);\n\t\t\tpxBounds.max._add(p);\n\t\t\tthis._pxBounds = pxBounds;\n\t\t}\n\t},\n\n\t// recursively turns latlngs into a set of rings with projected coordinates\n\t_projectLatlngs: function (latlngs, result, projectedBounds) {\n\t\tvar flat = latlngs[0] instanceof LatLng,\n\t\t    len = latlngs.length,\n\t\t    i, ring;\n\n\t\tif (flat) {\n\t\t\tring = [];\n\t\t\tfor (i = 0; i < len; i++) {\n\t\t\t\tring[i] = this._map.latLngToLayerPoint(latlngs[i]);\n\t\t\t\tprojectedBounds.extend(ring[i]);\n\t\t\t}\n\t\t\tresult.push(ring);\n\t\t} else {\n\t\t\tfor (i = 0; i < len; i++) {\n\t\t\t\tthis._projectLatlngs(latlngs[i], result, projectedBounds);\n\t\t\t}\n\t\t}\n\t},\n\n\t// clip polyline by renderer bounds so that we have less to render for performance\n\t_clipPoints: function () {\n\t\tvar bounds = this._renderer._bounds;\n\n\t\tthis._parts = [];\n\t\tif (!this._pxBounds || !this._pxBounds.intersects(bounds)) {\n\t\t\treturn;\n\t\t}\n\n\t\tif (this.options.noClip) {\n\t\t\tthis._parts = this._rings;\n\t\t\treturn;\n\t\t}\n\n\t\tvar parts = this._parts,\n\t\t    i, j, k, len, len2, segment, points;\n\n\t\tfor (i = 0, k = 0, len = this._rings.length; i < len; i++) {\n\t\t\tpoints = this._rings[i];\n\n\t\t\tfor (j = 0, len2 = points.length; j < len2 - 1; j++) {\n\t\t\t\tsegment = LineUtil.clipSegment(points[j], points[j + 1], bounds, j, true);\n\n\t\t\t\tif (!segment) { continue; }\n\n\t\t\t\tparts[k] = parts[k] || [];\n\t\t\t\tparts[k].push(segment[0]);\n\n\t\t\t\t// if segment goes out of screen, or it's the last one, it's the end of the line part\n\t\t\t\tif ((segment[1] !== points[j + 1]) || (j === len2 - 2)) {\n\t\t\t\t\tparts[k].push(segment[1]);\n\t\t\t\t\tk++;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\t// simplify each clipped part of the polyline for performance\n\t_simplifyPoints: function () {\n\t\tvar parts = this._parts,\n\t\t    tolerance = this.options.smoothFactor;\n\n\t\tfor (var i = 0, len = parts.length; i < len; i++) {\n\t\t\tparts[i] = LineUtil.simplify(parts[i], tolerance);\n\t\t}\n\t},\n\n\t_update: function () {\n\t\tif (!this._map) { return; }\n\n\t\tthis._clipPoints();\n\t\tthis._simplifyPoints();\n\t\tthis._updatePath();\n\t},\n\n\t_updatePath: function () {\n\t\tthis._renderer._updatePoly(this);\n\t},\n\n\t// Needed by the `Canvas` renderer for interactivity\n\t_containsPoint: function (p, closed) {\n\t\tvar i, j, k, len, len2, part,\n\t\t    w = this._clickTolerance();\n\n\t\tif (!this._pxBounds || !this._pxBounds.contains(p)) { return false; }\n\n\t\t// hit detection for polylines\n\t\tfor (i = 0, len = this._parts.length; i < len; i++) {\n\t\t\tpart = this._parts[i];\n\n\t\t\tfor (j = 0, len2 = part.length, k = len2 - 1; j < len2; k = j++) {\n\t\t\t\tif (!closed && (j === 0)) { continue; }\n\n\t\t\t\tif (LineUtil.pointToSegmentDistance(p, part[k], part[j]) <= w) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn false;\n\t}\n});\n\n// @factory L.polyline(latlngs: LatLng[], options?: Polyline options)\n// Instantiates a polyline object given an array of geographical points and\n// optionally an options object. You can create a `Polyline` object with\n// multiple separate lines (`MultiPolyline`) by passing an array of arrays\n// of geographic points.\nexport function polyline(latlngs, options) {\n\treturn new Polyline(latlngs, options);\n}\n\n// Retrocompat. Allow plugins to support Leaflet versions before and after 1.1.\nPolyline._flat = LineUtil._flat;\n","import {Polyline} from './Polyline';\nimport {LatLng} from '../../geo/LatLng';\nimport * as LineUtil from '../../geometry/LineUtil';\nimport {Point} from '../../geometry/Point';\nimport {Bounds} from '../../geometry/Bounds';\nimport * as PolyUtil from '../../geometry/PolyUtil';\n\n/*\n * @class Polygon\n * @aka L.Polygon\n * @inherits Polyline\n *\n * A class for drawing polygon overlays on a map. Extends `Polyline`.\n *\n * Note that points you pass when creating a polygon shouldn't have an additional last point equal to the first one — it's better to filter out such points.\n *\n *\n * @example\n *\n * ```js\n * // create a red polygon from an array of LatLng points\n * var latlngs = [[37, -109.05],[41, -109.03],[41, -102.05],[37, -102.04]];\n *\n * var polygon = L.polygon(latlngs, {color: 'red'}).addTo(map);\n *\n * // zoom the map to the polygon\n * map.fitBounds(polygon.getBounds());\n * ```\n *\n * You can also pass an array of arrays of latlngs, with the first array representing the outer shape and the other arrays representing holes in the outer shape:\n *\n * ```js\n * var latlngs = [\n *   [[37, -109.05],[41, -109.03],[41, -102.05],[37, -102.04]], // outer ring\n *   [[37.29, -108.58],[40.71, -108.58],[40.71, -102.50],[37.29, -102.50]] // hole\n * ];\n * ```\n *\n * Additionally, you can pass a multi-dimensional array to represent a MultiPolygon shape.\n *\n * ```js\n * var latlngs = [\n *   [ // first polygon\n *     [[37, -109.05],[41, -109.03],[41, -102.05],[37, -102.04]], // outer ring\n *     [[37.29, -108.58],[40.71, -108.58],[40.71, -102.50],[37.29, -102.50]] // hole\n *   ],\n *   [ // second polygon\n *     [[41, -111.03],[45, -111.04],[45, -104.05],[41, -104.05]]\n *   ]\n * ];\n * ```\n */\n\nexport var Polygon = Polyline.extend({\n\n\toptions: {\n\t\tfill: true\n\t},\n\n\tisEmpty: function () {\n\t\treturn !this._latlngs.length || !this._latlngs[0].length;\n\t},\n\n\tgetCenter: function () {\n\t\t// throws error when not yet added to map as this center calculation requires projected coordinates\n\t\tif (!this._map) {\n\t\t\tthrow new Error('Must add layer to map before using getCenter()');\n\t\t}\n\n\t\tvar i, j, p1, p2, f, area, x, y, center,\n\t\t    points = this._rings[0],\n\t\t    len = points.length;\n\n\t\tif (!len) { return null; }\n\n\t\t// polygon centroid algorithm; only uses the first ring if there are multiple\n\n\t\tarea = x = y = 0;\n\n\t\tfor (i = 0, j = len - 1; i < len; j = i++) {\n\t\t\tp1 = points[i];\n\t\t\tp2 = points[j];\n\n\t\t\tf = p1.y * p2.x - p2.y * p1.x;\n\t\t\tx += (p1.x + p2.x) * f;\n\t\t\ty += (p1.y + p2.y) * f;\n\t\t\tarea += f * 3;\n\t\t}\n\n\t\tif (area === 0) {\n\t\t\t// Polygon is so small that all points are on same pixel.\n\t\t\tcenter = points[0];\n\t\t} else {\n\t\t\tcenter = [x / area, y / area];\n\t\t}\n\t\treturn this._map.layerPointToLatLng(center);\n\t},\n\n\t_convertLatLngs: function (latlngs) {\n\t\tvar result = Polyline.prototype._convertLatLngs.call(this, latlngs),\n\t\t    len = result.length;\n\n\t\t// remove last point if it equals first one\n\t\tif (len >= 2 && result[0] instanceof LatLng && result[0].equals(result[len - 1])) {\n\t\t\tresult.pop();\n\t\t}\n\t\treturn result;\n\t},\n\n\t_setLatLngs: function (latlngs) {\n\t\tPolyline.prototype._setLatLngs.call(this, latlngs);\n\t\tif (LineUtil.isFlat(this._latlngs)) {\n\t\t\tthis._latlngs = [this._latlngs];\n\t\t}\n\t},\n\n\t_defaultShape: function () {\n\t\treturn LineUtil.isFlat(this._latlngs[0]) ? this._latlngs[0] : this._latlngs[0][0];\n\t},\n\n\t_clipPoints: function () {\n\t\t// polygons need a different clipping algorithm so we redefine that\n\n\t\tvar bounds = this._renderer._bounds,\n\t\t    w = this.options.weight,\n\t\t    p = new Point(w, w);\n\n\t\t// increase clip padding by stroke width to avoid stroke on clip edges\n\t\tbounds = new Bounds(bounds.min.subtract(p), bounds.max.add(p));\n\n\t\tthis._parts = [];\n\t\tif (!this._pxBounds || !this._pxBounds.intersects(bounds)) {\n\t\t\treturn;\n\t\t}\n\n\t\tif (this.options.noClip) {\n\t\t\tthis._parts = this._rings;\n\t\t\treturn;\n\t\t}\n\n\t\tfor (var i = 0, len = this._rings.length, clipped; i < len; i++) {\n\t\t\tclipped = PolyUtil.clipPolygon(this._rings[i], bounds, true);\n\t\t\tif (clipped.length) {\n\t\t\t\tthis._parts.push(clipped);\n\t\t\t}\n\t\t}\n\t},\n\n\t_updatePath: function () {\n\t\tthis._renderer._updatePoly(this, true);\n\t},\n\n\t// Needed by the `Canvas` renderer for interactivity\n\t_containsPoint: function (p) {\n\t\tvar inside = false,\n\t\t    part, p1, p2, i, j, k, len, len2;\n\n\t\tif (!this._pxBounds || !this._pxBounds.contains(p)) { return false; }\n\n\t\t// ray casting algorithm for detecting if point is in polygon\n\t\tfor (i = 0, len = this._parts.length; i < len; i++) {\n\t\t\tpart = this._parts[i];\n\n\t\t\tfor (j = 0, len2 = part.length, k = len2 - 1; j < len2; k = j++) {\n\t\t\t\tp1 = part[j];\n\t\t\t\tp2 = part[k];\n\n\t\t\t\tif (((p1.y > p.y) !== (p2.y > p.y)) && (p.x < (p2.x - p1.x) * (p.y - p1.y) / (p2.y - p1.y) + p1.x)) {\n\t\t\t\t\tinside = !inside;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// also check if it's on polygon stroke\n\t\treturn inside || Polyline.prototype._containsPoint.call(this, p, true);\n\t}\n\n});\n\n\n// @factory L.polygon(latlngs: LatLng[], options?: Polyline options)\nexport function polygon(latlngs, options) {\n\treturn new Polygon(latlngs, options);\n}\n","import {LayerGroup} from './LayerGroup';\r\nimport {FeatureGroup} from './FeatureGroup';\r\nimport * as Util from '../core/Util';\r\nimport {Marker} from './marker/Marker';\r\nimport {Circle} from './vector/Circle';\r\nimport {CircleMarker} from './vector/CircleMarker';\r\nimport {Polyline} from './vector/Polyline';\r\nimport {Polygon} from './vector/Polygon';\r\nimport {LatLng} from '../geo/LatLng';\r\nimport * as LineUtil from '../geometry/LineUtil';\r\n\r\n\r\n/*\r\n * @class GeoJSON\r\n * @aka L.GeoJSON\r\n * @inherits FeatureGroup\r\n *\r\n * Represents a GeoJSON object or an array of GeoJSON objects. Allows you to parse\r\n * GeoJSON data and display it on the map. Extends `FeatureGroup`.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * L.geoJSON(data, {\r\n * \tstyle: function (feature) {\r\n * \t\treturn {color: feature.properties.color};\r\n * \t}\r\n * }).bindPopup(function (layer) {\r\n * \treturn layer.feature.properties.description;\r\n * }).addTo(map);\r\n * ```\r\n */\r\n\r\nexport var GeoJSON = FeatureGroup.extend({\r\n\r\n\t/* @section\r\n\t * @aka GeoJSON options\r\n\t *\r\n\t * @option pointToLayer: Function = *\r\n\t * A `Function` defining how GeoJSON points spawn Leaflet layers. It is internally\r\n\t * called when data is added, passing the GeoJSON point feature and its `LatLng`.\r\n\t * The default is to spawn a default `Marker`:\r\n\t * ```js\r\n\t * function(geoJsonPoint, latlng) {\r\n\t * \treturn L.marker(latlng);\r\n\t * }\r\n\t * ```\r\n\t *\r\n\t * @option style: Function = *\r\n\t * A `Function` defining the `Path options` for styling GeoJSON lines and polygons,\r\n\t * called internally when data is added.\r\n\t * The default value is to not override any defaults:\r\n\t * ```js\r\n\t * function (geoJsonFeature) {\r\n\t * \treturn {}\r\n\t * }\r\n\t * ```\r\n\t *\r\n\t * @option onEachFeature: Function = *\r\n\t * A `Function` that will be called once for each created `Feature`, after it has\r\n\t * been created and styled. Useful for attaching events and popups to features.\r\n\t * The default is to do nothing with the newly created layers:\r\n\t * ```js\r\n\t * function (feature, layer) {}\r\n\t * ```\r\n\t *\r\n\t * @option filter: Function = *\r\n\t * A `Function` that will be used to decide whether to include a feature or not.\r\n\t * The default is to include all features:\r\n\t * ```js\r\n\t * function (geoJsonFeature) {\r\n\t * \treturn true;\r\n\t * }\r\n\t * ```\r\n\t * Note: dynamically changing the `filter` option will have effect only on newly\r\n\t * added data. It will _not_ re-evaluate already included features.\r\n\t *\r\n\t * @option coordsToLatLng: Function = *\r\n\t * A `Function` that will be used for converting GeoJSON coordinates to `LatLng`s.\r\n\t * The default is the `coordsToLatLng` static method.\r\n\t */\r\n\r\n\tinitialize: function (geojson, options) {\r\n\t\tUtil.setOptions(this, options);\r\n\r\n\t\tthis._layers = {};\r\n\r\n\t\tif (geojson) {\r\n\t\t\tthis.addData(geojson);\r\n\t\t}\r\n\t},\r\n\r\n\t// @method addData( <GeoJSON> data ): this\r\n\t// Adds a GeoJSON object to the layer.\r\n\taddData: function (geojson) {\r\n\t\tvar features = Util.isArray(geojson) ? geojson : geojson.features,\r\n\t\t    i, len, feature;\r\n\r\n\t\tif (features) {\r\n\t\t\tfor (i = 0, len = features.length; i < len; i++) {\r\n\t\t\t\t// only add this if geometry or geometries are set and not null\r\n\t\t\t\tfeature = features[i];\r\n\t\t\t\tif (feature.geometries || feature.geometry || feature.features || feature.coordinates) {\r\n\t\t\t\t\tthis.addData(feature);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\treturn this;\r\n\t\t}\r\n\r\n\t\tvar options = this.options;\r\n\r\n\t\tif (options.filter && !options.filter(geojson)) { return this; }\r\n\r\n\t\tvar layer = geometryToLayer(geojson, options);\r\n\t\tif (!layer) {\r\n\t\t\treturn this;\r\n\t\t}\r\n\t\tlayer.feature = asFeature(geojson);\r\n\r\n\t\tlayer.defaultOptions = layer.options;\r\n\t\tthis.resetStyle(layer);\r\n\r\n\t\tif (options.onEachFeature) {\r\n\t\t\toptions.onEachFeature(geojson, layer);\r\n\t\t}\r\n\r\n\t\treturn this.addLayer(layer);\r\n\t},\r\n\r\n\t// @method resetStyle( <Path> layer ): this\r\n\t// Resets the given vector layer's style to the original GeoJSON style, useful for resetting style after hover events.\r\n\tresetStyle: function (layer) {\r\n\t\t// reset any custom styles\r\n\t\tlayer.options = Util.extend({}, layer.defaultOptions);\r\n\t\tthis._setLayerStyle(layer, this.options.style);\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method setStyle( <Function> style ): this\r\n\t// Changes styles of GeoJSON vector layers with the given style function.\r\n\tsetStyle: function (style) {\r\n\t\treturn this.eachLayer(function (layer) {\r\n\t\t\tthis._setLayerStyle(layer, style);\r\n\t\t}, this);\r\n\t},\r\n\r\n\t_setLayerStyle: function (layer, style) {\r\n\t\tif (typeof style === 'function') {\r\n\t\t\tstyle = style(layer.feature);\r\n\t\t}\r\n\t\tif (layer.setStyle) {\r\n\t\t\tlayer.setStyle(style);\r\n\t\t}\r\n\t}\r\n});\r\n\r\n// @section\r\n// There are several static functions which can be called without instantiating L.GeoJSON:\r\n\r\n// @function geometryToLayer(featureData: Object, options?: GeoJSON options): Layer\r\n// Creates a `Layer` from a given GeoJSON feature. Can use a custom\r\n// [`pointToLayer`](#geojson-pointtolayer) and/or [`coordsToLatLng`](#geojson-coordstolatlng)\r\n// functions if provided as options.\r\nexport function geometryToLayer(geojson, options) {\r\n\r\n\tvar geometry = geojson.type === 'Feature' ? geojson.geometry : geojson,\r\n\t    coords = geometry ? geometry.coordinates : null,\r\n\t    layers = [],\r\n\t    pointToLayer = options && options.pointToLayer,\r\n\t    _coordsToLatLng = options && options.coordsToLatLng || coordsToLatLng,\r\n\t    latlng, latlngs, i, len;\r\n\r\n\tif (!coords && !geometry) {\r\n\t\treturn null;\r\n\t}\r\n\r\n\tswitch (geometry.type) {\r\n\tcase 'Point':\r\n\t\tlatlng = _coordsToLatLng(coords);\r\n\t\treturn pointToLayer ? pointToLayer(geojson, latlng) : new Marker(latlng);\r\n\r\n\tcase 'MultiPoint':\r\n\t\tfor (i = 0, len = coords.length; i < len; i++) {\r\n\t\t\tlatlng = _coordsToLatLng(coords[i]);\r\n\t\t\tlayers.push(pointToLayer ? pointToLayer(geojson, latlng) : new Marker(latlng));\r\n\t\t}\r\n\t\treturn new FeatureGroup(layers);\r\n\r\n\tcase 'LineString':\r\n\tcase 'MultiLineString':\r\n\t\tlatlngs = coordsToLatLngs(coords, geometry.type === 'LineString' ? 0 : 1, _coordsToLatLng);\r\n\t\treturn new Polyline(latlngs, options);\r\n\r\n\tcase 'Polygon':\r\n\tcase 'MultiPolygon':\r\n\t\tlatlngs = coordsToLatLngs(coords, geometry.type === 'Polygon' ? 1 : 2, _coordsToLatLng);\r\n\t\treturn new Polygon(latlngs, options);\r\n\r\n\tcase 'GeometryCollection':\r\n\t\tfor (i = 0, len = geometry.geometries.length; i < len; i++) {\r\n\t\t\tvar layer = geometryToLayer({\r\n\t\t\t\tgeometry: geometry.geometries[i],\r\n\t\t\t\ttype: 'Feature',\r\n\t\t\t\tproperties: geojson.properties\r\n\t\t\t}, options);\r\n\r\n\t\t\tif (layer) {\r\n\t\t\t\tlayers.push(layer);\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn new FeatureGroup(layers);\r\n\r\n\tdefault:\r\n\t\tthrow new Error('Invalid GeoJSON object.');\r\n\t}\r\n}\r\n\r\n// @function coordsToLatLng(coords: Array): LatLng\r\n// Creates a `LatLng` object from an array of 2 numbers (longitude, latitude)\r\n// or 3 numbers (longitude, latitude, altitude) used in GeoJSON for points.\r\nexport function coordsToLatLng(coords) {\r\n\treturn new LatLng(coords[1], coords[0], coords[2]);\r\n}\r\n\r\n// @function coordsToLatLngs(coords: Array, levelsDeep?: Number, coordsToLatLng?: Function): Array\r\n// Creates a multidimensional array of `LatLng`s from a GeoJSON coordinates array.\r\n// `levelsDeep` specifies the nesting level (0 is for an array of points, 1 for an array of arrays of points, etc., 0 by default).\r\n// Can use a custom [`coordsToLatLng`](#geojson-coordstolatlng) function.\r\nexport function coordsToLatLngs(coords, levelsDeep, _coordsToLatLng) {\r\n\tvar latlngs = [];\r\n\r\n\tfor (var i = 0, len = coords.length, latlng; i < len; i++) {\r\n\t\tlatlng = levelsDeep ?\r\n\t\t\tcoordsToLatLngs(coords[i], levelsDeep - 1, _coordsToLatLng) :\r\n\t\t\t(_coordsToLatLng || coordsToLatLng)(coords[i]);\r\n\r\n\t\tlatlngs.push(latlng);\r\n\t}\r\n\r\n\treturn latlngs;\r\n}\r\n\r\n// @function latLngToCoords(latlng: LatLng, precision?: Number): Array\r\n// Reverse of [`coordsToLatLng`](#geojson-coordstolatlng)\r\nexport function latLngToCoords(latlng, precision) {\r\n\tprecision = typeof precision === 'number' ? precision : 6;\r\n\treturn latlng.alt !== undefined ?\r\n\t\t[Util.formatNum(latlng.lng, precision), Util.formatNum(latlng.lat, precision), Util.formatNum(latlng.alt, precision)] :\r\n\t\t[Util.formatNum(latlng.lng, precision), Util.formatNum(latlng.lat, precision)];\r\n}\r\n\r\n// @function latLngsToCoords(latlngs: Array, levelsDeep?: Number, closed?: Boolean): Array\r\n// Reverse of [`coordsToLatLngs`](#geojson-coordstolatlngs)\r\n// `closed` determines whether the first point should be appended to the end of the array to close the feature, only used when `levelsDeep` is 0. False by default.\r\nexport function latLngsToCoords(latlngs, levelsDeep, closed, precision) {\r\n\tvar coords = [];\r\n\r\n\tfor (var i = 0, len = latlngs.length; i < len; i++) {\r\n\t\tcoords.push(levelsDeep ?\r\n\t\t\tlatLngsToCoords(latlngs[i], levelsDeep - 1, closed, precision) :\r\n\t\t\tlatLngToCoords(latlngs[i], precision));\r\n\t}\r\n\r\n\tif (!levelsDeep && closed) {\r\n\t\tcoords.push(coords[0]);\r\n\t}\r\n\r\n\treturn coords;\r\n}\r\n\r\nexport function getFeature(layer, newGeometry) {\r\n\treturn layer.feature ?\r\n\t\tUtil.extend({}, layer.feature, {geometry: newGeometry}) :\r\n\t\tasFeature(newGeometry);\r\n}\r\n\r\n// @function asFeature(geojson: Object): Object\r\n// Normalize GeoJSON geometries/features into GeoJSON features.\r\nexport function asFeature(geojson) {\r\n\tif (geojson.type === 'Feature' || geojson.type === 'FeatureCollection') {\r\n\t\treturn geojson;\r\n\t}\r\n\r\n\treturn {\r\n\t\ttype: 'Feature',\r\n\t\tproperties: {},\r\n\t\tgeometry: geojson\r\n\t};\r\n}\r\n\r\nvar PointToGeoJSON = {\r\n\ttoGeoJSON: function (precision) {\r\n\t\treturn getFeature(this, {\r\n\t\t\ttype: 'Point',\r\n\t\t\tcoordinates: latLngToCoords(this.getLatLng(), precision)\r\n\t\t});\r\n\t}\r\n};\r\n\r\n// @namespace Marker\r\n// @method toGeoJSON(): Object\r\n// Returns a [`GeoJSON`](http://en.wikipedia.org/wiki/GeoJSON) representation of the marker (as a GeoJSON `Point` Feature).\r\nMarker.include(PointToGeoJSON);\r\n\r\n// @namespace CircleMarker\r\n// @method toGeoJSON(): Object\r\n// Returns a [`GeoJSON`](http://en.wikipedia.org/wiki/GeoJSON) representation of the circle marker (as a GeoJSON `Point` Feature).\r\nCircle.include(PointToGeoJSON);\r\nCircleMarker.include(PointToGeoJSON);\r\n\r\n\r\n// @namespace Polyline\r\n// @method toGeoJSON(): Object\r\n// Returns a [`GeoJSON`](http://en.wikipedia.org/wiki/GeoJSON) representation of the polyline (as a GeoJSON `LineString` or `MultiLineString` Feature).\r\nPolyline.include({\r\n\ttoGeoJSON: function (precision) {\r\n\t\tvar multi = !LineUtil.isFlat(this._latlngs);\r\n\r\n\t\tvar coords = latLngsToCoords(this._latlngs, multi ? 1 : 0, false, precision);\r\n\r\n\t\treturn getFeature(this, {\r\n\t\t\ttype: (multi ? 'Multi' : '') + 'LineString',\r\n\t\t\tcoordinates: coords\r\n\t\t});\r\n\t}\r\n});\r\n\r\n// @namespace Polygon\r\n// @method toGeoJSON(): Object\r\n// Returns a [`GeoJSON`](http://en.wikipedia.org/wiki/GeoJSON) representation of the polygon (as a GeoJSON `Polygon` or `MultiPolygon` Feature).\r\nPolygon.include({\r\n\ttoGeoJSON: function (precision) {\r\n\t\tvar holes = !LineUtil.isFlat(this._latlngs),\r\n\t\t    multi = holes && !LineUtil.isFlat(this._latlngs[0]);\r\n\r\n\t\tvar coords = latLngsToCoords(this._latlngs, multi ? 2 : holes ? 1 : 0, true, precision);\r\n\r\n\t\tif (!holes) {\r\n\t\t\tcoords = [coords];\r\n\t\t}\r\n\r\n\t\treturn getFeature(this, {\r\n\t\t\ttype: (multi ? 'Multi' : '') + 'Polygon',\r\n\t\t\tcoordinates: coords\r\n\t\t});\r\n\t}\r\n});\r\n\r\n\r\n// @namespace LayerGroup\r\nLayerGroup.include({\r\n\ttoMultiPoint: function (precision) {\r\n\t\tvar coords = [];\r\n\r\n\t\tthis.eachLayer(function (layer) {\r\n\t\t\tcoords.push(layer.toGeoJSON(precision).geometry.coordinates);\r\n\t\t});\r\n\r\n\t\treturn getFeature(this, {\r\n\t\t\ttype: 'MultiPoint',\r\n\t\t\tcoordinates: coords\r\n\t\t});\r\n\t},\r\n\r\n\t// @method toGeoJSON(): Object\r\n\t// Returns a [`GeoJSON`](http://en.wikipedia.org/wiki/GeoJSON) representation of the layer group (as a GeoJSON `FeatureCollection`, `GeometryCollection`, or `MultiPoint`).\r\n\ttoGeoJSON: function (precision) {\r\n\r\n\t\tvar type = this.feature && this.feature.geometry && this.feature.geometry.type;\r\n\r\n\t\tif (type === 'MultiPoint') {\r\n\t\t\treturn this.toMultiPoint(precision);\r\n\t\t}\r\n\r\n\t\tvar isGeometryCollection = type === 'GeometryCollection',\r\n\t\t    jsons = [];\r\n\r\n\t\tthis.eachLayer(function (layer) {\r\n\t\t\tif (layer.toGeoJSON) {\r\n\t\t\t\tvar json = layer.toGeoJSON(precision);\r\n\t\t\t\tif (isGeometryCollection) {\r\n\t\t\t\t\tjsons.push(json.geometry);\r\n\t\t\t\t} else {\r\n\t\t\t\t\tvar feature = asFeature(json);\r\n\t\t\t\t\t// Squash nested feature collections\r\n\t\t\t\t\tif (feature.type === 'FeatureCollection') {\r\n\t\t\t\t\t\tjsons.push.apply(jsons, feature.features);\r\n\t\t\t\t\t} else {\r\n\t\t\t\t\t\tjsons.push(feature);\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t});\r\n\r\n\t\tif (isGeometryCollection) {\r\n\t\t\treturn getFeature(this, {\r\n\t\t\t\tgeometries: jsons,\r\n\t\t\t\ttype: 'GeometryCollection'\r\n\t\t\t});\r\n\t\t}\r\n\r\n\t\treturn {\r\n\t\t\ttype: 'FeatureCollection',\r\n\t\t\tfeatures: jsons\r\n\t\t};\r\n\t}\r\n});\r\n\r\n// @namespace GeoJSON\r\n// @factory L.geoJSON(geojson?: Object, options?: GeoJSON options)\r\n// Creates a GeoJSON layer. Optionally accepts an object in\r\n// [GeoJSON format](https://tools.ietf.org/html/rfc7946) to display on the map\r\n// (you can alternatively add it later with `addData` method) and an `options` object.\r\nexport function geoJSON(geojson, options) {\r\n\treturn new GeoJSON(geojson, options);\r\n}\r\n\r\n// Backward compatibility.\r\nexport var geoJson = geoJSON;\r\n","import {Layer} from './Layer';\r\nimport * as Util from '../core/Util';\r\nimport {toLatLngBounds} from '../geo/LatLngBounds';\r\nimport {Bounds} from '../geometry/Bounds';\r\nimport * as DomUtil from '../dom/DomUtil';\r\n\r\n/*\r\n * @class ImageOverlay\r\n * @aka L.ImageOverlay\r\n * @inherits Interactive layer\r\n *\r\n * Used to load and display a single image over specific bounds of the map. Extends `Layer`.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * var imageUrl = 'http://www.lib.utexas.edu/maps/historical/newark_nj_1922.jpg',\r\n * \timageBounds = [[40.712216, -74.22655], [40.773941, -74.12544]];\r\n * L.imageOverlay(imageUrl, imageBounds).addTo(map);\r\n * ```\r\n */\r\n\r\nexport var ImageOverlay = Layer.extend({\r\n\r\n\t// @section\r\n\t// @aka ImageOverlay options\r\n\toptions: {\r\n\t\t// @option opacity: Number = 1.0\r\n\t\t// The opacity of the image overlay.\r\n\t\topacity: 1,\r\n\r\n\t\t// @option alt: String = ''\r\n\t\t// Text for the `alt` attribute of the image (useful for accessibility).\r\n\t\talt: '',\r\n\r\n\t\t// @option interactive: Boolean = false\r\n\t\t// If `true`, the image overlay will emit [mouse events](#interactive-layer) when clicked or hovered.\r\n\t\tinteractive: false,\r\n\r\n\t\t// @option crossOrigin: Boolean|String = false\r\n\t\t// Whether the crossOrigin attribute will be added to the image.\r\n\t\t// If a String is provided, the image will have its crossOrigin attribute set to the String provided. This is needed if you want to access image pixel data.\r\n\t\t// Refer to [CORS Settings](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes) for valid String values.\r\n\t\tcrossOrigin: false,\r\n\r\n\t\t// @option errorOverlayUrl: String = ''\r\n\t\t// URL to the overlay image to show in place of the overlay that failed to load.\r\n\t\terrorOverlayUrl: '',\r\n\r\n\t\t// @option zIndex: Number = 1\r\n\t\t// The explicit [zIndex](https://developer.mozilla.org/docs/Web/CSS/CSS_Positioning/Understanding_z_index) of the overlay layer.\r\n\t\tzIndex: 1,\r\n\r\n\t\t// @option className: String = ''\r\n\t\t// A custom class name to assign to the image. Empty by default.\r\n\t\tclassName: ''\r\n\t},\r\n\r\n\tinitialize: function (url, bounds, options) { // (String, LatLngBounds, Object)\r\n\t\tthis._url = url;\r\n\t\tthis._bounds = toLatLngBounds(bounds);\r\n\r\n\t\tUtil.setOptions(this, options);\r\n\t},\r\n\r\n\tonAdd: function () {\r\n\t\tif (!this._image) {\r\n\t\t\tthis._initImage();\r\n\r\n\t\t\tif (this.options.opacity < 1) {\r\n\t\t\t\tthis._updateOpacity();\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tif (this.options.interactive) {\r\n\t\t\tDomUtil.addClass(this._image, 'leaflet-interactive');\r\n\t\t\tthis.addInteractiveTarget(this._image);\r\n\t\t}\r\n\r\n\t\tthis.getPane().appendChild(this._image);\r\n\t\tthis._reset();\r\n\t},\r\n\r\n\tonRemove: function () {\r\n\t\tDomUtil.remove(this._image);\r\n\t\tif (this.options.interactive) {\r\n\t\t\tthis.removeInteractiveTarget(this._image);\r\n\t\t}\r\n\t},\r\n\r\n\t// @method setOpacity(opacity: Number): this\r\n\t// Sets the opacity of the overlay.\r\n\tsetOpacity: function (opacity) {\r\n\t\tthis.options.opacity = opacity;\r\n\r\n\t\tif (this._image) {\r\n\t\t\tthis._updateOpacity();\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\tsetStyle: function (styleOpts) {\r\n\t\tif (styleOpts.opacity) {\r\n\t\t\tthis.setOpacity(styleOpts.opacity);\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method bringToFront(): this\r\n\t// Brings the layer to the top of all overlays.\r\n\tbringToFront: function () {\r\n\t\tif (this._map) {\r\n\t\t\tDomUtil.toFront(this._image);\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method bringToBack(): this\r\n\t// Brings the layer to the bottom of all overlays.\r\n\tbringToBack: function () {\r\n\t\tif (this._map) {\r\n\t\t\tDomUtil.toBack(this._image);\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method setUrl(url: String): this\r\n\t// Changes the URL of the image.\r\n\tsetUrl: function (url) {\r\n\t\tthis._url = url;\r\n\r\n\t\tif (this._image) {\r\n\t\t\tthis._image.src = url;\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method setBounds(bounds: LatLngBounds): this\r\n\t// Update the bounds that this ImageOverlay covers\r\n\tsetBounds: function (bounds) {\r\n\t\tthis._bounds = toLatLngBounds(bounds);\r\n\r\n\t\tif (this._map) {\r\n\t\t\tthis._reset();\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\tgetEvents: function () {\r\n\t\tvar events = {\r\n\t\t\tzoom: this._reset,\r\n\t\t\tviewreset: this._reset\r\n\t\t};\r\n\r\n\t\tif (this._zoomAnimated) {\r\n\t\t\tevents.zoomanim = this._animateZoom;\r\n\t\t}\r\n\r\n\t\treturn events;\r\n\t},\r\n\r\n\t// @method setZIndex(value: Number): this\r\n\t// Changes the [zIndex](#imageoverlay-zindex) of the image overlay.\r\n\tsetZIndex: function (value) {\r\n\t\tthis.options.zIndex = value;\r\n\t\tthis._updateZIndex();\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method getBounds(): LatLngBounds\r\n\t// Get the bounds that this ImageOverlay covers\r\n\tgetBounds: function () {\r\n\t\treturn this._bounds;\r\n\t},\r\n\r\n\t// @method getElement(): HTMLElement\r\n\t// Returns the instance of [`HTMLImageElement`](https://developer.mozilla.org/docs/Web/API/HTMLImageElement)\r\n\t// used by this overlay.\r\n\tgetElement: function () {\r\n\t\treturn this._image;\r\n\t},\r\n\r\n\t_initImage: function () {\r\n\t\tvar wasElementSupplied = this._url.tagName === 'IMG';\r\n\t\tvar img = this._image = wasElementSupplied ? this._url : DomUtil.create('img');\r\n\r\n\t\tDomUtil.addClass(img, 'leaflet-image-layer');\r\n\t\tif (this._zoomAnimated) { DomUtil.addClass(img, 'leaflet-zoom-animated'); }\r\n\t\tif (this.options.className) { DomUtil.addClass(img, this.options.className); }\r\n\r\n\t\timg.onselectstart = Util.falseFn;\r\n\t\timg.onmousemove = Util.falseFn;\r\n\r\n\t\t// @event load: Event\r\n\t\t// Fired when the ImageOverlay layer has loaded its image\r\n\t\timg.onload = Util.bind(this.fire, this, 'load');\r\n\t\timg.onerror = Util.bind(this._overlayOnError, this, 'error');\r\n\r\n\t\tif (this.options.crossOrigin || this.options.crossOrigin === '') {\r\n\t\t\timg.crossOrigin = this.options.crossOrigin === true ? '' : this.options.crossOrigin;\r\n\t\t}\r\n\r\n\t\tif (this.options.zIndex) {\r\n\t\t\tthis._updateZIndex();\r\n\t\t}\r\n\r\n\t\tif (wasElementSupplied) {\r\n\t\t\tthis._url = img.src;\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\timg.src = this._url;\r\n\t\timg.alt = this.options.alt;\r\n\t},\r\n\r\n\t_animateZoom: function (e) {\r\n\t\tvar scale = this._map.getZoomScale(e.zoom),\r\n\t\t    offset = this._map._latLngBoundsToNewLayerBounds(this._bounds, e.zoom, e.center).min;\r\n\r\n\t\tDomUtil.setTransform(this._image, offset, scale);\r\n\t},\r\n\r\n\t_reset: function () {\r\n\t\tvar image = this._image,\r\n\t\t    bounds = new Bounds(\r\n\t\t        this._map.latLngToLayerPoint(this._bounds.getNorthWest()),\r\n\t\t        this._map.latLngToLayerPoint(this._bounds.getSouthEast())),\r\n\t\t    size = bounds.getSize();\r\n\r\n\t\tDomUtil.setPosition(image, bounds.min);\r\n\r\n\t\timage.style.width  = size.x + 'px';\r\n\t\timage.style.height = size.y + 'px';\r\n\t},\r\n\r\n\t_updateOpacity: function () {\r\n\t\tDomUtil.setOpacity(this._image, this.options.opacity);\r\n\t},\r\n\r\n\t_updateZIndex: function () {\r\n\t\tif (this._image && this.options.zIndex !== undefined && this.options.zIndex !== null) {\r\n\t\t\tthis._image.style.zIndex = this.options.zIndex;\r\n\t\t}\r\n\t},\r\n\r\n\t_overlayOnError: function () {\r\n\t\t// @event error: Event\r\n\t\t// Fired when the ImageOverlay layer fails to load its image\r\n\t\tthis.fire('error');\r\n\r\n\t\tvar errorUrl = this.options.errorOverlayUrl;\r\n\t\tif (errorUrl && this._url !== errorUrl) {\r\n\t\t\tthis._url = errorUrl;\r\n\t\t\tthis._image.src = errorUrl;\r\n\t\t}\r\n\t}\r\n});\r\n\r\n// @factory L.imageOverlay(imageUrl: String, bounds: LatLngBounds, options?: ImageOverlay options)\r\n// Instantiates an image overlay object given the URL of the image and the\r\n// geographical bounds it is tied to.\r\nexport var imageOverlay = function (url, bounds, options) {\r\n\treturn new ImageOverlay(url, bounds, options);\r\n};\r\n","import {ImageOverlay} from './ImageOverlay';\r\nimport * as DomUtil from '../dom/DomUtil';\r\nimport * as Util from '../core/Util';\r\n\r\n/*\r\n * @class VideoOverlay\r\n * @aka L.VideoOverlay\r\n * @inherits ImageOverlay\r\n *\r\n * Used to load and display a video player over specific bounds of the map. Extends `ImageOverlay`.\r\n *\r\n * A video overlay uses the [`<video>`](https://developer.mozilla.org/docs/Web/HTML/Element/video)\r\n * HTML5 element.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * var videoUrl = 'https://www.mapbox.com/bites/00188/patricia_nasa.webm',\r\n * \tvideoBounds = [[ 32, -130], [ 13, -100]];\r\n * L.videoOverlay(videoUrl, videoBounds ).addTo(map);\r\n * ```\r\n */\r\n\r\nexport var VideoOverlay = ImageOverlay.extend({\r\n\r\n\t// @section\r\n\t// @aka VideoOverlay options\r\n\toptions: {\r\n\t\t// @option autoplay: Boolean = true\r\n\t\t// Whether the video starts playing automatically when loaded.\r\n\t\tautoplay: true,\r\n\r\n\t\t// @option loop: Boolean = true\r\n\t\t// Whether the video will loop back to the beginning when played.\r\n\t\tloop: true\r\n\t},\r\n\r\n\t_initImage: function () {\r\n\t\tvar wasElementSupplied = this._url.tagName === 'VIDEO';\r\n\t\tvar vid = this._image = wasElementSupplied ? this._url : DomUtil.create('video');\r\n\r\n\t\tDomUtil.addClass(vid, 'leaflet-image-layer');\r\n\t\tif (this._zoomAnimated) { DomUtil.addClass(vid, 'leaflet-zoom-animated'); }\r\n\r\n\t\tvid.onselectstart = Util.falseFn;\r\n\t\tvid.onmousemove = Util.falseFn;\r\n\r\n\t\t// @event load: Event\r\n\t\t// Fired when the video has finished loading the first frame\r\n\t\tvid.onloadeddata = Util.bind(this.fire, this, 'load');\r\n\r\n\t\tif (wasElementSupplied) {\r\n\t\t\tvar sourceElements = vid.getElementsByTagName('source');\r\n\t\t\tvar sources = [];\r\n\t\t\tfor (var j = 0; j < sourceElements.length; j++) {\r\n\t\t\t\tsources.push(sourceElements[j].src);\r\n\t\t\t}\r\n\r\n\t\t\tthis._url = (sourceElements.length > 0) ? sources : [vid.src];\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\tif (!Util.isArray(this._url)) { this._url = [this._url]; }\r\n\r\n\t\tvid.autoplay = !!this.options.autoplay;\r\n\t\tvid.loop = !!this.options.loop;\r\n\t\tfor (var i = 0; i < this._url.length; i++) {\r\n\t\t\tvar source = DomUtil.create('source');\r\n\t\t\tsource.src = this._url[i];\r\n\t\t\tvid.appendChild(source);\r\n\t\t}\r\n\t}\r\n\r\n\t// @method getElement(): HTMLVideoElement\r\n\t// Returns the instance of [`HTMLVideoElement`](https://developer.mozilla.org/docs/Web/API/HTMLVideoElement)\r\n\t// used by this overlay.\r\n});\r\n\r\n\r\n// @factory L.videoOverlay(video: String|Array|HTMLVideoElement, bounds: LatLngBounds, options?: VideoOverlay options)\r\n// Instantiates an image overlay object given the URL of the video (or array of URLs, or even a video element) and the\r\n// geographical bounds it is tied to.\r\n\r\nexport function videoOverlay(video, bounds, options) {\r\n\treturn new VideoOverlay(video, bounds, options);\r\n}\r\n","import {Layer} from './Layer';\r\nimport * as Util from '../core/Util';\r\nimport {toLatLng} from '../geo/LatLng';\r\nimport {toPoint} from '../geometry/Point';\r\nimport * as DomUtil from '../dom/DomUtil';\r\n\r\n/*\r\n * @class DivOverlay\r\n * @inherits Layer\r\n * @aka L.DivOverlay\r\n * Base model for L.Popup and L.Tooltip. Inherit from it for custom popup like plugins.\r\n */\r\n\r\n// @namespace DivOverlay\r\nexport var DivOverlay = Layer.extend({\r\n\r\n\t// @section\r\n\t// @aka DivOverlay options\r\n\toptions: {\r\n\t\t// @option offset: Point = Point(0, 7)\r\n\t\t// The offset of the popup position. Useful to control the anchor\r\n\t\t// of the popup when opening it on some overlays.\r\n\t\toffset: [0, 7],\r\n\r\n\t\t// @option className: String = ''\r\n\t\t// A custom CSS class name to assign to the popup.\r\n\t\tclassName: '',\r\n\r\n\t\t// @option pane: String = 'popupPane'\r\n\t\t// `Map pane` where the popup will be added.\r\n\t\tpane: 'popupPane'\r\n\t},\r\n\r\n\tinitialize: function (options, source) {\r\n\t\tUtil.setOptions(this, options);\r\n\r\n\t\tthis._source = source;\r\n\t},\r\n\r\n\tonAdd: function (map) {\r\n\t\tthis._zoomAnimated = map._zoomAnimated;\r\n\r\n\t\tif (!this._container) {\r\n\t\t\tthis._initLayout();\r\n\t\t}\r\n\r\n\t\tif (map._fadeAnimated) {\r\n\t\t\tDomUtil.setOpacity(this._container, 0);\r\n\t\t}\r\n\r\n\t\tclearTimeout(this._removeTimeout);\r\n\t\tthis.getPane().appendChild(this._container);\r\n\t\tthis.update();\r\n\r\n\t\tif (map._fadeAnimated) {\r\n\t\t\tDomUtil.setOpacity(this._container, 1);\r\n\t\t}\r\n\r\n\t\tthis.bringToFront();\r\n\t},\r\n\r\n\tonRemove: function (map) {\r\n\t\tif (map._fadeAnimated) {\r\n\t\t\tDomUtil.setOpacity(this._container, 0);\r\n\t\t\tthis._removeTimeout = setTimeout(Util.bind(DomUtil.remove, undefined, this._container), 200);\r\n\t\t} else {\r\n\t\t\tDomUtil.remove(this._container);\r\n\t\t}\r\n\t},\r\n\r\n\t// @namespace Popup\r\n\t// @method getLatLng: LatLng\r\n\t// Returns the geographical point of popup.\r\n\tgetLatLng: function () {\r\n\t\treturn this._latlng;\r\n\t},\r\n\r\n\t// @method setLatLng(latlng: LatLng): this\r\n\t// Sets the geographical point where the popup will open.\r\n\tsetLatLng: function (latlng) {\r\n\t\tthis._latlng = toLatLng(latlng);\r\n\t\tif (this._map) {\r\n\t\t\tthis._updatePosition();\r\n\t\t\tthis._adjustPan();\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method getContent: String|HTMLElement\r\n\t// Returns the content of the popup.\r\n\tgetContent: function () {\r\n\t\treturn this._content;\r\n\t},\r\n\r\n\t// @method setContent(htmlContent: String|HTMLElement|Function): this\r\n\t// Sets the HTML content of the popup. If a function is passed the source layer will be passed to the function. The function should return a `String` or `HTMLElement` to be used in the popup.\r\n\tsetContent: function (content) {\r\n\t\tthis._content = content;\r\n\t\tthis.update();\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method getElement: String|HTMLElement\r\n\t// Alias for [getContent()](#popup-getcontent)\r\n\tgetElement: function () {\r\n\t\treturn this._container;\r\n\t},\r\n\r\n\t// @method update: null\r\n\t// Updates the popup content, layout and position. Useful for updating the popup after something inside changed, e.g. image loaded.\r\n\tupdate: function () {\r\n\t\tif (!this._map) { return; }\r\n\r\n\t\tthis._container.style.visibility = 'hidden';\r\n\r\n\t\tthis._updateContent();\r\n\t\tthis._updateLayout();\r\n\t\tthis._updatePosition();\r\n\r\n\t\tthis._container.style.visibility = '';\r\n\r\n\t\tthis._adjustPan();\r\n\t},\r\n\r\n\tgetEvents: function () {\r\n\t\tvar events = {\r\n\t\t\tzoom: this._updatePosition,\r\n\t\t\tviewreset: this._updatePosition\r\n\t\t};\r\n\r\n\t\tif (this._zoomAnimated) {\r\n\t\t\tevents.zoomanim = this._animateZoom;\r\n\t\t}\r\n\t\treturn events;\r\n\t},\r\n\r\n\t// @method isOpen: Boolean\r\n\t// Returns `true` when the popup is visible on the map.\r\n\tisOpen: function () {\r\n\t\treturn !!this._map && this._map.hasLayer(this);\r\n\t},\r\n\r\n\t// @method bringToFront: this\r\n\t// Brings this popup in front of other popups (in the same map pane).\r\n\tbringToFront: function () {\r\n\t\tif (this._map) {\r\n\t\t\tDomUtil.toFront(this._container);\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method bringToBack: this\r\n\t// Brings this popup to the back of other popups (in the same map pane).\r\n\tbringToBack: function () {\r\n\t\tif (this._map) {\r\n\t\t\tDomUtil.toBack(this._container);\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_updateContent: function () {\r\n\t\tif (!this._content) { return; }\r\n\r\n\t\tvar node = this._contentNode;\r\n\t\tvar content = (typeof this._content === 'function') ? this._content(this._source || this) : this._content;\r\n\r\n\t\tif (typeof content === 'string') {\r\n\t\t\tnode.innerHTML = content;\r\n\t\t} else {\r\n\t\t\twhile (node.hasChildNodes()) {\r\n\t\t\t\tnode.removeChild(node.firstChild);\r\n\t\t\t}\r\n\t\t\tnode.appendChild(content);\r\n\t\t}\r\n\t\tthis.fire('contentupdate');\r\n\t},\r\n\r\n\t_updatePosition: function () {\r\n\t\tif (!this._map) { return; }\r\n\r\n\t\tvar pos = this._map.latLngToLayerPoint(this._latlng),\r\n\t\t    offset = toPoint(this.options.offset),\r\n\t\t    anchor = this._getAnchor();\r\n\r\n\t\tif (this._zoomAnimated) {\r\n\t\t\tDomUtil.setPosition(this._container, pos.add(anchor));\r\n\t\t} else {\r\n\t\t\toffset = offset.add(pos).add(anchor);\r\n\t\t}\r\n\r\n\t\tvar bottom = this._containerBottom = -offset.y,\r\n\t\t    left = this._containerLeft = -Math.round(this._containerWidth / 2) + offset.x;\r\n\r\n\t\t// bottom position the popup in case the height of the popup changes (images loading etc)\r\n\t\tthis._container.style.bottom = bottom + 'px';\r\n\t\tthis._container.style.left = left + 'px';\r\n\t},\r\n\r\n\t_getAnchor: function () {\r\n\t\treturn [0, 0];\r\n\t}\r\n\r\n});\r\n","import {DivOverlay} from './DivOverlay';\r\nimport * as DomEvent from '../dom/DomEvent';\r\nimport * as DomUtil from '../dom/DomUtil';\r\nimport {Point, toPoint} from '../geometry/Point';\r\nimport {Map} from '../map/Map';\r\nimport {Layer} from './Layer';\r\nimport {FeatureGroup} from './FeatureGroup';\r\nimport * as Util from '../core/Util';\r\nimport {Path} from './vector/Path';\r\n\r\n/*\r\n * @class Popup\r\n * @inherits DivOverlay\r\n * @aka L.Popup\r\n * Used to open popups in certain places of the map. Use [Map.openPopup](#map-openpopup) to\r\n * open popups while making sure that only one popup is open at one time\r\n * (recommended for usability), or use [Map.addLayer](#map-addlayer) to open as many as you want.\r\n *\r\n * @example\r\n *\r\n * If you want to just bind a popup to marker click and then open it, it's really easy:\r\n *\r\n * ```js\r\n * marker.bindPopup(popupContent).openPopup();\r\n * ```\r\n * Path overlays like polylines also have a `bindPopup` method.\r\n * Here's a more complicated way to open a popup on a map:\r\n *\r\n * ```js\r\n * var popup = L.popup()\r\n * \t.setLatLng(latlng)\r\n * \t.setContent('<p>Hello world!<br />This is a nice popup.</p>')\r\n * \t.openOn(map);\r\n * ```\r\n */\r\n\r\n\r\n// @namespace Popup\r\nexport var Popup = DivOverlay.extend({\r\n\r\n\t// @section\r\n\t// @aka Popup options\r\n\toptions: {\r\n\t\t// @option maxWidth: Number = 300\r\n\t\t// Max width of the popup, in pixels.\r\n\t\tmaxWidth: 300,\r\n\r\n\t\t// @option minWidth: Number = 50\r\n\t\t// Min width of the popup, in pixels.\r\n\t\tminWidth: 50,\r\n\r\n\t\t// @option maxHeight: Number = null\r\n\t\t// If set, creates a scrollable container of the given height\r\n\t\t// inside a popup if its content exceeds it.\r\n\t\tmaxHeight: null,\r\n\r\n\t\t// @option autoPan: Boolean = true\r\n\t\t// Set it to `false` if you don't want the map to do panning animation\r\n\t\t// to fit the opened popup.\r\n\t\tautoPan: true,\r\n\r\n\t\t// @option autoPanPaddingTopLeft: Point = null\r\n\t\t// The margin between the popup and the top left corner of the map\r\n\t\t// view after autopanning was performed.\r\n\t\tautoPanPaddingTopLeft: null,\r\n\r\n\t\t// @option autoPanPaddingBottomRight: Point = null\r\n\t\t// The margin between the popup and the bottom right corner of the map\r\n\t\t// view after autopanning was performed.\r\n\t\tautoPanPaddingBottomRight: null,\r\n\r\n\t\t// @option autoPanPadding: Point = Point(5, 5)\r\n\t\t// Equivalent of setting both top left and bottom right autopan padding to the same value.\r\n\t\tautoPanPadding: [5, 5],\r\n\r\n\t\t// @option keepInView: Boolean = false\r\n\t\t// Set it to `true` if you want to prevent users from panning the popup\r\n\t\t// off of the screen while it is open.\r\n\t\tkeepInView: false,\r\n\r\n\t\t// @option closeButton: Boolean = true\r\n\t\t// Controls the presence of a close button in the popup.\r\n\t\tcloseButton: true,\r\n\r\n\t\t// @option autoClose: Boolean = true\r\n\t\t// Set it to `false` if you want to override the default behavior of\r\n\t\t// the popup closing when another popup is opened.\r\n\t\tautoClose: true,\r\n\r\n\t\t// @option closeOnEscapeKey: Boolean = true\r\n\t\t// Set it to `false` if you want to override the default behavior of\r\n\t\t// the ESC key for closing of the popup.\r\n\t\tcloseOnEscapeKey: true,\r\n\r\n\t\t// @option closeOnClick: Boolean = *\r\n\t\t// Set it if you want to override the default behavior of the popup closing when user clicks\r\n\t\t// on the map. Defaults to the map's [`closePopupOnClick`](#map-closepopuponclick) option.\r\n\r\n\t\t// @option className: String = ''\r\n\t\t// A custom CSS class name to assign to the popup.\r\n\t\tclassName: ''\r\n\t},\r\n\r\n\t// @namespace Popup\r\n\t// @method openOn(map: Map): this\r\n\t// Adds the popup to the map and closes the previous one. The same as `map.openPopup(popup)`.\r\n\topenOn: function (map) {\r\n\t\tmap.openPopup(this);\r\n\t\treturn this;\r\n\t},\r\n\r\n\tonAdd: function (map) {\r\n\t\tDivOverlay.prototype.onAdd.call(this, map);\r\n\r\n\t\t// @namespace Map\r\n\t\t// @section Popup events\r\n\t\t// @event popupopen: PopupEvent\r\n\t\t// Fired when a popup is opened in the map\r\n\t\tmap.fire('popupopen', {popup: this});\r\n\r\n\t\tif (this._source) {\r\n\t\t\t// @namespace Layer\r\n\t\t\t// @section Popup events\r\n\t\t\t// @event popupopen: PopupEvent\r\n\t\t\t// Fired when a popup bound to this layer is opened\r\n\t\t\tthis._source.fire('popupopen', {popup: this}, true);\r\n\t\t\t// For non-path layers, we toggle the popup when clicking\r\n\t\t\t// again the layer, so prevent the map to reopen it.\r\n\t\t\tif (!(this._source instanceof Path)) {\r\n\t\t\t\tthis._source.on('preclick', DomEvent.stopPropagation);\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\r\n\tonRemove: function (map) {\r\n\t\tDivOverlay.prototype.onRemove.call(this, map);\r\n\r\n\t\t// @namespace Map\r\n\t\t// @section Popup events\r\n\t\t// @event popupclose: PopupEvent\r\n\t\t// Fired when a popup in the map is closed\r\n\t\tmap.fire('popupclose', {popup: this});\r\n\r\n\t\tif (this._source) {\r\n\t\t\t// @namespace Layer\r\n\t\t\t// @section Popup events\r\n\t\t\t// @event popupclose: PopupEvent\r\n\t\t\t// Fired when a popup bound to this layer is closed\r\n\t\t\tthis._source.fire('popupclose', {popup: this}, true);\r\n\t\t\tif (!(this._source instanceof Path)) {\r\n\t\t\t\tthis._source.off('preclick', DomEvent.stopPropagation);\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\r\n\tgetEvents: function () {\r\n\t\tvar events = DivOverlay.prototype.getEvents.call(this);\r\n\r\n\t\tif (this.options.closeOnClick !== undefined ? this.options.closeOnClick : this._map.options.closePopupOnClick) {\r\n\t\t\tevents.preclick = this._close;\r\n\t\t}\r\n\r\n\t\tif (this.options.keepInView) {\r\n\t\t\tevents.moveend = this._adjustPan;\r\n\t\t}\r\n\r\n\t\treturn events;\r\n\t},\r\n\r\n\t_close: function () {\r\n\t\tif (this._map) {\r\n\t\t\tthis._map.closePopup(this);\r\n\t\t}\r\n\t},\r\n\r\n\t_initLayout: function () {\r\n\t\tvar prefix = 'leaflet-popup',\r\n\t\t    container = this._container = DomUtil.create('div',\r\n\t\t\tprefix + ' ' + (this.options.className || '') +\r\n\t\t\t' leaflet-zoom-animated');\r\n\r\n\t\tvar wrapper = this._wrapper = DomUtil.create('div', prefix + '-content-wrapper', container);\r\n\t\tthis._contentNode = DomUtil.create('div', prefix + '-content', wrapper);\r\n\r\n\t\tDomEvent.disableClickPropagation(wrapper);\r\n\t\tDomEvent.disableScrollPropagation(this._contentNode);\r\n\t\tDomEvent.on(wrapper, 'contextmenu', DomEvent.stopPropagation);\r\n\r\n\t\tthis._tipContainer = DomUtil.create('div', prefix + '-tip-container', container);\r\n\t\tthis._tip = DomUtil.create('div', prefix + '-tip', this._tipContainer);\r\n\r\n\t\tif (this.options.closeButton) {\r\n\t\t\tvar closeButton = this._closeButton = DomUtil.create('a', prefix + '-close-button', container);\r\n\t\t\tcloseButton.href = '#close';\r\n\t\t\tcloseButton.innerHTML = '&#215;';\r\n\r\n\t\t\tDomEvent.on(closeButton, 'click', this._onCloseButtonClick, this);\r\n\t\t}\r\n\t},\r\n\r\n\t_updateLayout: function () {\r\n\t\tvar container = this._contentNode,\r\n\t\t    style = container.style;\r\n\r\n\t\tstyle.width = '';\r\n\t\tstyle.whiteSpace = 'nowrap';\r\n\r\n\t\tvar width = container.offsetWidth;\r\n\t\twidth = Math.min(width, this.options.maxWidth);\r\n\t\twidth = Math.max(width, this.options.minWidth);\r\n\r\n\t\tstyle.width = (width + 1) + 'px';\r\n\t\tstyle.whiteSpace = '';\r\n\r\n\t\tstyle.height = '';\r\n\r\n\t\tvar height = container.offsetHeight,\r\n\t\t    maxHeight = this.options.maxHeight,\r\n\t\t    scrolledClass = 'leaflet-popup-scrolled';\r\n\r\n\t\tif (maxHeight && height > maxHeight) {\r\n\t\t\tstyle.height = maxHeight + 'px';\r\n\t\t\tDomUtil.addClass(container, scrolledClass);\r\n\t\t} else {\r\n\t\t\tDomUtil.removeClass(container, scrolledClass);\r\n\t\t}\r\n\r\n\t\tthis._containerWidth = this._container.offsetWidth;\r\n\t},\r\n\r\n\t_animateZoom: function (e) {\r\n\t\tvar pos = this._map._latLngToNewLayerPoint(this._latlng, e.zoom, e.center),\r\n\t\t    anchor = this._getAnchor();\r\n\t\tDomUtil.setPosition(this._container, pos.add(anchor));\r\n\t},\r\n\r\n\t_adjustPan: function () {\r\n\t\tif (!this.options.autoPan) { return; }\r\n\t\tif (this._map._panAnim) { this._map._panAnim.stop(); }\r\n\r\n\t\tvar map = this._map,\r\n\t\t    marginBottom = parseInt(DomUtil.getStyle(this._container, 'marginBottom'), 10) || 0,\r\n\t\t    containerHeight = this._container.offsetHeight + marginBottom,\r\n\t\t    containerWidth = this._containerWidth,\r\n\t\t    layerPos = new Point(this._containerLeft, -containerHeight - this._containerBottom);\r\n\r\n\t\tlayerPos._add(DomUtil.getPosition(this._container));\r\n\r\n\t\tvar containerPos = map.layerPointToContainerPoint(layerPos),\r\n\t\t    padding = toPoint(this.options.autoPanPadding),\r\n\t\t    paddingTL = toPoint(this.options.autoPanPaddingTopLeft || padding),\r\n\t\t    paddingBR = toPoint(this.options.autoPanPaddingBottomRight || padding),\r\n\t\t    size = map.getSize(),\r\n\t\t    dx = 0,\r\n\t\t    dy = 0;\r\n\r\n\t\tif (containerPos.x + containerWidth + paddingBR.x > size.x) { // right\r\n\t\t\tdx = containerPos.x + containerWidth - size.x + paddingBR.x;\r\n\t\t}\r\n\t\tif (containerPos.x - dx - paddingTL.x < 0) { // left\r\n\t\t\tdx = containerPos.x - paddingTL.x;\r\n\t\t}\r\n\t\tif (containerPos.y + containerHeight + paddingBR.y > size.y) { // bottom\r\n\t\t\tdy = containerPos.y + containerHeight - size.y + paddingBR.y;\r\n\t\t}\r\n\t\tif (containerPos.y - dy - paddingTL.y < 0) { // top\r\n\t\t\tdy = containerPos.y - paddingTL.y;\r\n\t\t}\r\n\r\n\t\t// @namespace Map\r\n\t\t// @section Popup events\r\n\t\t// @event autopanstart: Event\r\n\t\t// Fired when the map starts autopanning when opening a popup.\r\n\t\tif (dx || dy) {\r\n\t\t\tmap\r\n\t\t\t    .fire('autopanstart')\r\n\t\t\t    .panBy([dx, dy]);\r\n\t\t}\r\n\t},\r\n\r\n\t_onCloseButtonClick: function (e) {\r\n\t\tthis._close();\r\n\t\tDomEvent.stop(e);\r\n\t},\r\n\r\n\t_getAnchor: function () {\r\n\t\t// Where should we anchor the popup on the source layer?\r\n\t\treturn toPoint(this._source && this._source._getPopupAnchor ? this._source._getPopupAnchor() : [0, 0]);\r\n\t}\r\n\r\n});\r\n\r\n// @namespace Popup\r\n// @factory L.popup(options?: Popup options, source?: Layer)\r\n// Instantiates a `Popup` object given an optional `options` object that describes its appearance and location and an optional `source` object that is used to tag the popup with a reference to the Layer to which it refers.\r\nexport var popup = function (options, source) {\r\n\treturn new Popup(options, source);\r\n};\r\n\r\n\r\n/* @namespace Map\r\n * @section Interaction Options\r\n * @option closePopupOnClick: Boolean = true\r\n * Set it to `false` if you don't want popups to close when user clicks the map.\r\n */\r\nMap.mergeOptions({\r\n\tclosePopupOnClick: true\r\n});\r\n\r\n\r\n// @namespace Map\r\n// @section Methods for Layers and Controls\r\nMap.include({\r\n\t// @method openPopup(popup: Popup): this\r\n\t// Opens the specified popup while closing the previously opened (to make sure only one is opened at one time for usability).\r\n\t// @alternative\r\n\t// @method openPopup(content: String|HTMLElement, latlng: LatLng, options?: Popup options): this\r\n\t// Creates a popup with the specified content and options and opens it in the given point on a map.\r\n\topenPopup: function (popup, latlng, options) {\r\n\t\tif (!(popup instanceof Popup)) {\r\n\t\t\tpopup = new Popup(options).setContent(popup);\r\n\t\t}\r\n\r\n\t\tif (latlng) {\r\n\t\t\tpopup.setLatLng(latlng);\r\n\t\t}\r\n\r\n\t\tif (this.hasLayer(popup)) {\r\n\t\t\treturn this;\r\n\t\t}\r\n\r\n\t\tif (this._popup && this._popup.options.autoClose) {\r\n\t\t\tthis.closePopup();\r\n\t\t}\r\n\r\n\t\tthis._popup = popup;\r\n\t\treturn this.addLayer(popup);\r\n\t},\r\n\r\n\t// @method closePopup(popup?: Popup): this\r\n\t// Closes the popup previously opened with [openPopup](#map-openpopup) (or the given one).\r\n\tclosePopup: function (popup) {\r\n\t\tif (!popup || popup === this._popup) {\r\n\t\t\tpopup = this._popup;\r\n\t\t\tthis._popup = null;\r\n\t\t}\r\n\t\tif (popup) {\r\n\t\t\tthis.removeLayer(popup);\r\n\t\t}\r\n\t\treturn this;\r\n\t}\r\n});\r\n\r\n/*\r\n * @namespace Layer\r\n * @section Popup methods example\r\n *\r\n * All layers share a set of methods convenient for binding popups to it.\r\n *\r\n * ```js\r\n * var layer = L.Polygon(latlngs).bindPopup('Hi There!').addTo(map);\r\n * layer.openPopup();\r\n * layer.closePopup();\r\n * ```\r\n *\r\n * Popups will also be automatically opened when the layer is clicked on and closed when the layer is removed from the map or another popup is opened.\r\n */\r\n\r\n// @section Popup methods\r\nLayer.include({\r\n\r\n\t// @method bindPopup(content: String|HTMLElement|Function|Popup, options?: Popup options): this\r\n\t// Binds a popup to the layer with the passed `content` and sets up the\r\n\t// necessary event listeners. If a `Function` is passed it will receive\r\n\t// the layer as the first argument and should return a `String` or `HTMLElement`.\r\n\tbindPopup: function (content, options) {\r\n\r\n\t\tif (content instanceof Popup) {\r\n\t\t\tUtil.setOptions(content, options);\r\n\t\t\tthis._popup = content;\r\n\t\t\tcontent._source = this;\r\n\t\t} else {\r\n\t\t\tif (!this._popup || options) {\r\n\t\t\t\tthis._popup = new Popup(options, this);\r\n\t\t\t}\r\n\t\t\tthis._popup.setContent(content);\r\n\t\t}\r\n\r\n\t\tif (!this._popupHandlersAdded) {\r\n\t\t\tthis.on({\r\n\t\t\t\tclick: this._openPopup,\r\n\t\t\t\tkeypress: this._onKeyPress,\r\n\t\t\t\tremove: this.closePopup,\r\n\t\t\t\tmove: this._movePopup\r\n\t\t\t});\r\n\t\t\tthis._popupHandlersAdded = true;\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method unbindPopup(): this\r\n\t// Removes the popup previously bound with `bindPopup`.\r\n\tunbindPopup: function () {\r\n\t\tif (this._popup) {\r\n\t\t\tthis.off({\r\n\t\t\t\tclick: this._openPopup,\r\n\t\t\t\tkeypress: this._onKeyPress,\r\n\t\t\t\tremove: this.closePopup,\r\n\t\t\t\tmove: this._movePopup\r\n\t\t\t});\r\n\t\t\tthis._popupHandlersAdded = false;\r\n\t\t\tthis._popup = null;\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method openPopup(latlng?: LatLng): this\r\n\t// Opens the bound popup at the specified `latlng` or at the default popup anchor if no `latlng` is passed.\r\n\topenPopup: function (layer, latlng) {\r\n\t\tif (!(layer instanceof Layer)) {\r\n\t\t\tlatlng = layer;\r\n\t\t\tlayer = this;\r\n\t\t}\r\n\r\n\t\tif (layer instanceof FeatureGroup) {\r\n\t\t\tfor (var id in this._layers) {\r\n\t\t\t\tlayer = this._layers[id];\r\n\t\t\t\tbreak;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tif (!latlng) {\r\n\t\t\tlatlng = layer.getCenter ? layer.getCenter() : layer.getLatLng();\r\n\t\t}\r\n\r\n\t\tif (this._popup && this._map) {\r\n\t\t\t// set popup source to this layer\r\n\t\t\tthis._popup._source = layer;\r\n\r\n\t\t\t// update the popup (content, layout, ect...)\r\n\t\t\tthis._popup.update();\r\n\r\n\t\t\t// open the popup on the map\r\n\t\t\tthis._map.openPopup(this._popup, latlng);\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method closePopup(): this\r\n\t// Closes the popup bound to this layer if it is open.\r\n\tclosePopup: function () {\r\n\t\tif (this._popup) {\r\n\t\t\tthis._popup._close();\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method togglePopup(): this\r\n\t// Opens or closes the popup bound to this layer depending on its current state.\r\n\ttogglePopup: function (target) {\r\n\t\tif (this._popup) {\r\n\t\t\tif (this._popup._map) {\r\n\t\t\t\tthis.closePopup();\r\n\t\t\t} else {\r\n\t\t\t\tthis.openPopup(target);\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method isPopupOpen(): boolean\r\n\t// Returns `true` if the popup bound to this layer is currently open.\r\n\tisPopupOpen: function () {\r\n\t\treturn (this._popup ? this._popup.isOpen() : false);\r\n\t},\r\n\r\n\t// @method setPopupContent(content: String|HTMLElement|Popup): this\r\n\t// Sets the content of the popup bound to this layer.\r\n\tsetPopupContent: function (content) {\r\n\t\tif (this._popup) {\r\n\t\t\tthis._popup.setContent(content);\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method getPopup(): Popup\r\n\t// Returns the popup bound to this layer.\r\n\tgetPopup: function () {\r\n\t\treturn this._popup;\r\n\t},\r\n\r\n\t_openPopup: function (e) {\r\n\t\tvar layer = e.layer || e.target;\r\n\r\n\t\tif (!this._popup) {\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\tif (!this._map) {\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\t// prevent map click\r\n\t\tDomEvent.stop(e);\r\n\r\n\t\t// if this inherits from Path its a vector and we can just\r\n\t\t// open the popup at the new location\r\n\t\tif (layer instanceof Path) {\r\n\t\t\tthis.openPopup(e.layer || e.target, e.latlng);\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\t// otherwise treat it like a marker and figure out\r\n\t\t// if we should toggle it open/closed\r\n\t\tif (this._map.hasLayer(this._popup) && this._popup._source === layer) {\r\n\t\t\tthis.closePopup();\r\n\t\t} else {\r\n\t\t\tthis.openPopup(layer, e.latlng);\r\n\t\t}\r\n\t},\r\n\r\n\t_movePopup: function (e) {\r\n\t\tthis._popup.setLatLng(e.latlng);\r\n\t},\r\n\r\n\t_onKeyPress: function (e) {\r\n\t\tif (e.originalEvent.keyCode === 13) {\r\n\t\t\tthis._openPopup(e);\r\n\t\t}\r\n\t}\r\n});\r\n","\nimport * as Browser from '../core/Browser';\nimport {DivOverlay} from './DivOverlay';\nimport {toPoint} from '../geometry/Point';\nimport {Map} from '../map/Map';\nimport {Layer} from './Layer';\nimport {FeatureGroup} from './FeatureGroup';\nimport * as Util from '../core/Util';\nimport * as DomUtil from '../dom/DomUtil';\n\n/*\n * @class Tooltip\n * @inherits DivOverlay\n * @aka L.Tooltip\n * Used to display small texts on top of map layers.\n *\n * @example\n *\n * ```js\n * marker.bindTooltip(\"my tooltip text\").openTooltip();\n * ```\n * Note about tooltip offset. Leaflet takes two options in consideration\n * for computing tooltip offsetting:\n * - the `offset` Tooltip option: it defaults to [0, 0], and it's specific to one tooltip.\n *   Add a positive x offset to move the tooltip to the right, and a positive y offset to\n *   move it to the bottom. Negatives will move to the left and top.\n * - the `tooltipAnchor` Icon option: this will only be considered for Marker. You\n *   should adapt this value if you use a custom icon.\n */\n\n\n// @namespace Tooltip\nexport var Tooltip = DivOverlay.extend({\n\n\t// @section\n\t// @aka Tooltip options\n\toptions: {\n\t\t// @option pane: String = 'tooltipPane'\n\t\t// `Map pane` where the tooltip will be added.\n\t\tpane: 'tooltipPane',\n\n\t\t// @option offset: Point = Point(0, 0)\n\t\t// Optional offset of the tooltip position.\n\t\toffset: [0, 0],\n\n\t\t// @option direction: String = 'auto'\n\t\t// Direction where to open the tooltip. Possible values are: `right`, `left`,\n\t\t// `top`, `bottom`, `center`, `auto`.\n\t\t// `auto` will dynamically switch between `right` and `left` according to the tooltip\n\t\t// position on the map.\n\t\tdirection: 'auto',\n\n\t\t// @option permanent: Boolean = false\n\t\t// Whether to open the tooltip permanently or only on mouseover.\n\t\tpermanent: false,\n\n\t\t// @option sticky: Boolean = false\n\t\t// If true, the tooltip will follow the mouse instead of being fixed at the feature center.\n\t\tsticky: false,\n\n\t\t// @option interactive: Boolean = false\n\t\t// If true, the tooltip will listen to the feature events.\n\t\tinteractive: false,\n\n\t\t// @option opacity: Number = 0.9\n\t\t// Tooltip container opacity.\n\t\topacity: 0.9\n\t},\n\n\tonAdd: function (map) {\n\t\tDivOverlay.prototype.onAdd.call(this, map);\n\t\tthis.setOpacity(this.options.opacity);\n\n\t\t// @namespace Map\n\t\t// @section Tooltip events\n\t\t// @event tooltipopen: TooltipEvent\n\t\t// Fired when a tooltip is opened in the map.\n\t\tmap.fire('tooltipopen', {tooltip: this});\n\n\t\tif (this._source) {\n\t\t\t// @namespace Layer\n\t\t\t// @section Tooltip events\n\t\t\t// @event tooltipopen: TooltipEvent\n\t\t\t// Fired when a tooltip bound to this layer is opened.\n\t\t\tthis._source.fire('tooltipopen', {tooltip: this}, true);\n\t\t}\n\t},\n\n\tonRemove: function (map) {\n\t\tDivOverlay.prototype.onRemove.call(this, map);\n\n\t\t// @namespace Map\n\t\t// @section Tooltip events\n\t\t// @event tooltipclose: TooltipEvent\n\t\t// Fired when a tooltip in the map is closed.\n\t\tmap.fire('tooltipclose', {tooltip: this});\n\n\t\tif (this._source) {\n\t\t\t// @namespace Layer\n\t\t\t// @section Tooltip events\n\t\t\t// @event tooltipclose: TooltipEvent\n\t\t\t// Fired when a tooltip bound to this layer is closed.\n\t\t\tthis._source.fire('tooltipclose', {tooltip: this}, true);\n\t\t}\n\t},\n\n\tgetEvents: function () {\n\t\tvar events = DivOverlay.prototype.getEvents.call(this);\n\n\t\tif (Browser.touch && !this.options.permanent) {\n\t\t\tevents.preclick = this._close;\n\t\t}\n\n\t\treturn events;\n\t},\n\n\t_close: function () {\n\t\tif (this._map) {\n\t\t\tthis._map.closeTooltip(this);\n\t\t}\n\t},\n\n\t_initLayout: function () {\n\t\tvar prefix = 'leaflet-tooltip',\n\t\t    className = prefix + ' ' + (this.options.className || '') + ' leaflet-zoom-' + (this._zoomAnimated ? 'animated' : 'hide');\n\n\t\tthis._contentNode = this._container = DomUtil.create('div', className);\n\t},\n\n\t_updateLayout: function () {},\n\n\t_adjustPan: function () {},\n\n\t_setPosition: function (pos) {\n\t\tvar map = this._map,\n\t\t    container = this._container,\n\t\t    centerPoint = map.latLngToContainerPoint(map.getCenter()),\n\t\t    tooltipPoint = map.layerPointToContainerPoint(pos),\n\t\t    direction = this.options.direction,\n\t\t    tooltipWidth = container.offsetWidth,\n\t\t    tooltipHeight = container.offsetHeight,\n\t\t    offset = toPoint(this.options.offset),\n\t\t    anchor = this._getAnchor();\n\n\t\tif (direction === 'top') {\n\t\t\tpos = pos.add(toPoint(-tooltipWidth / 2 + offset.x, -tooltipHeight + offset.y + anchor.y, true));\n\t\t} else if (direction === 'bottom') {\n\t\t\tpos = pos.subtract(toPoint(tooltipWidth / 2 - offset.x, -offset.y, true));\n\t\t} else if (direction === 'center') {\n\t\t\tpos = pos.subtract(toPoint(tooltipWidth / 2 + offset.x, tooltipHeight / 2 - anchor.y + offset.y, true));\n\t\t} else if (direction === 'right' || direction === 'auto' && tooltipPoint.x < centerPoint.x) {\n\t\t\tdirection = 'right';\n\t\t\tpos = pos.add(toPoint(offset.x + anchor.x, anchor.y - tooltipHeight / 2 + offset.y, true));\n\t\t} else {\n\t\t\tdirection = 'left';\n\t\t\tpos = pos.subtract(toPoint(tooltipWidth + anchor.x - offset.x, tooltipHeight / 2 - anchor.y - offset.y, true));\n\t\t}\n\n\t\tDomUtil.removeClass(container, 'leaflet-tooltip-right');\n\t\tDomUtil.removeClass(container, 'leaflet-tooltip-left');\n\t\tDomUtil.removeClass(container, 'leaflet-tooltip-top');\n\t\tDomUtil.removeClass(container, 'leaflet-tooltip-bottom');\n\t\tDomUtil.addClass(container, 'leaflet-tooltip-' + direction);\n\t\tDomUtil.setPosition(container, pos);\n\t},\n\n\t_updatePosition: function () {\n\t\tvar pos = this._map.latLngToLayerPoint(this._latlng);\n\t\tthis._setPosition(pos);\n\t},\n\n\tsetOpacity: function (opacity) {\n\t\tthis.options.opacity = opacity;\n\n\t\tif (this._container) {\n\t\t\tDomUtil.setOpacity(this._container, opacity);\n\t\t}\n\t},\n\n\t_animateZoom: function (e) {\n\t\tvar pos = this._map._latLngToNewLayerPoint(this._latlng, e.zoom, e.center);\n\t\tthis._setPosition(pos);\n\t},\n\n\t_getAnchor: function () {\n\t\t// Where should we anchor the tooltip on the source layer?\n\t\treturn toPoint(this._source && this._source._getTooltipAnchor && !this.options.sticky ? this._source._getTooltipAnchor() : [0, 0]);\n\t}\n\n});\n\n// @namespace Tooltip\n// @factory L.tooltip(options?: Tooltip options, source?: Layer)\n// Instantiates a Tooltip object given an optional `options` object that describes its appearance and location and an optional `source` object that is used to tag the tooltip with a reference to the Layer to which it refers.\nexport var tooltip = function (options, source) {\n\treturn new Tooltip(options, source);\n};\n\n// @namespace Map\n// @section Methods for Layers and Controls\nMap.include({\n\n\t// @method openTooltip(tooltip: Tooltip): this\n\t// Opens the specified tooltip.\n\t// @alternative\n\t// @method openTooltip(content: String|HTMLElement, latlng: LatLng, options?: Tooltip options): this\n\t// Creates a tooltip with the specified content and options and open it.\n\topenTooltip: function (tooltip, latlng, options) {\n\t\tif (!(tooltip instanceof Tooltip)) {\n\t\t\ttooltip = new Tooltip(options).setContent(tooltip);\n\t\t}\n\n\t\tif (latlng) {\n\t\t\ttooltip.setLatLng(latlng);\n\t\t}\n\n\t\tif (this.hasLayer(tooltip)) {\n\t\t\treturn this;\n\t\t}\n\n\t\treturn this.addLayer(tooltip);\n\t},\n\n\t// @method closeTooltip(tooltip?: Tooltip): this\n\t// Closes the tooltip given as parameter.\n\tcloseTooltip: function (tooltip) {\n\t\tif (tooltip) {\n\t\t\tthis.removeLayer(tooltip);\n\t\t}\n\t\treturn this;\n\t}\n\n});\n\n/*\n * @namespace Layer\n * @section Tooltip methods example\n *\n * All layers share a set of methods convenient for binding tooltips to it.\n *\n * ```js\n * var layer = L.Polygon(latlngs).bindTooltip('Hi There!').addTo(map);\n * layer.openTooltip();\n * layer.closeTooltip();\n * ```\n */\n\n// @section Tooltip methods\nLayer.include({\n\n\t// @method bindTooltip(content: String|HTMLElement|Function|Tooltip, options?: Tooltip options): this\n\t// Binds a tooltip to the layer with the passed `content` and sets up the\n\t// necessary event listeners. If a `Function` is passed it will receive\n\t// the layer as the first argument and should return a `String` or `HTMLElement`.\n\tbindTooltip: function (content, options) {\n\n\t\tif (content instanceof Tooltip) {\n\t\t\tUtil.setOptions(content, options);\n\t\t\tthis._tooltip = content;\n\t\t\tcontent._source = this;\n\t\t} else {\n\t\t\tif (!this._tooltip || options) {\n\t\t\t\tthis._tooltip = new Tooltip(options, this);\n\t\t\t}\n\t\t\tthis._tooltip.setContent(content);\n\n\t\t}\n\n\t\tthis._initTooltipInteractions();\n\n\t\tif (this._tooltip.options.permanent && this._map && this._map.hasLayer(this)) {\n\t\t\tthis.openTooltip();\n\t\t}\n\n\t\treturn this;\n\t},\n\n\t// @method unbindTooltip(): this\n\t// Removes the tooltip previously bound with `bindTooltip`.\n\tunbindTooltip: function () {\n\t\tif (this._tooltip) {\n\t\t\tthis._initTooltipInteractions(true);\n\t\t\tthis.closeTooltip();\n\t\t\tthis._tooltip = null;\n\t\t}\n\t\treturn this;\n\t},\n\n\t_initTooltipInteractions: function (remove) {\n\t\tif (!remove && this._tooltipHandlersAdded) { return; }\n\t\tvar onOff = remove ? 'off' : 'on',\n\t\t    events = {\n\t\t\tremove: this.closeTooltip,\n\t\t\tmove: this._moveTooltip\n\t\t    };\n\t\tif (!this._tooltip.options.permanent) {\n\t\t\tevents.mouseover = this._openTooltip;\n\t\t\tevents.mouseout = this.closeTooltip;\n\t\t\tif (this._tooltip.options.sticky) {\n\t\t\t\tevents.mousemove = this._moveTooltip;\n\t\t\t}\n\t\t\tif (Browser.touch) {\n\t\t\t\tevents.click = this._openTooltip;\n\t\t\t}\n\t\t} else {\n\t\t\tevents.add = this._openTooltip;\n\t\t}\n\t\tthis[onOff](events);\n\t\tthis._tooltipHandlersAdded = !remove;\n\t},\n\n\t// @method openTooltip(latlng?: LatLng): this\n\t// Opens the bound tooltip at the specified `latlng` or at the default tooltip anchor if no `latlng` is passed.\n\topenTooltip: function (layer, latlng) {\n\t\tif (!(layer instanceof Layer)) {\n\t\t\tlatlng = layer;\n\t\t\tlayer = this;\n\t\t}\n\n\t\tif (layer instanceof FeatureGroup) {\n\t\t\tfor (var id in this._layers) {\n\t\t\t\tlayer = this._layers[id];\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tif (!latlng) {\n\t\t\tlatlng = layer.getCenter ? layer.getCenter() : layer.getLatLng();\n\t\t}\n\n\t\tif (this._tooltip && this._map) {\n\n\t\t\t// set tooltip source to this layer\n\t\t\tthis._tooltip._source = layer;\n\n\t\t\t// update the tooltip (content, layout, ect...)\n\t\t\tthis._tooltip.update();\n\n\t\t\t// open the tooltip on the map\n\t\t\tthis._map.openTooltip(this._tooltip, latlng);\n\n\t\t\t// Tooltip container may not be defined if not permanent and never\n\t\t\t// opened.\n\t\t\tif (this._tooltip.options.interactive && this._tooltip._container) {\n\t\t\t\tDomUtil.addClass(this._tooltip._container, 'leaflet-clickable');\n\t\t\t\tthis.addInteractiveTarget(this._tooltip._container);\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\t// @method closeTooltip(): this\n\t// Closes the tooltip bound to this layer if it is open.\n\tcloseTooltip: function () {\n\t\tif (this._tooltip) {\n\t\t\tthis._tooltip._close();\n\t\t\tif (this._tooltip.options.interactive && this._tooltip._container) {\n\t\t\t\tDomUtil.removeClass(this._tooltip._container, 'leaflet-clickable');\n\t\t\t\tthis.removeInteractiveTarget(this._tooltip._container);\n\t\t\t}\n\t\t}\n\t\treturn this;\n\t},\n\n\t// @method toggleTooltip(): this\n\t// Opens or closes the tooltip bound to this layer depending on its current state.\n\ttoggleTooltip: function (target) {\n\t\tif (this._tooltip) {\n\t\t\tif (this._tooltip._map) {\n\t\t\t\tthis.closeTooltip();\n\t\t\t} else {\n\t\t\t\tthis.openTooltip(target);\n\t\t\t}\n\t\t}\n\t\treturn this;\n\t},\n\n\t// @method isTooltipOpen(): boolean\n\t// Returns `true` if the tooltip bound to this layer is currently open.\n\tisTooltipOpen: function () {\n\t\treturn this._tooltip.isOpen();\n\t},\n\n\t// @method setTooltipContent(content: String|HTMLElement|Tooltip): this\n\t// Sets the content of the tooltip bound to this layer.\n\tsetTooltipContent: function (content) {\n\t\tif (this._tooltip) {\n\t\t\tthis._tooltip.setContent(content);\n\t\t}\n\t\treturn this;\n\t},\n\n\t// @method getTooltip(): Tooltip\n\t// Returns the tooltip bound to this layer.\n\tgetTooltip: function () {\n\t\treturn this._tooltip;\n\t},\n\n\t_openTooltip: function (e) {\n\t\tvar layer = e.layer || e.target;\n\n\t\tif (!this._tooltip || !this._map) {\n\t\t\treturn;\n\t\t}\n\t\tthis.openTooltip(layer, this._tooltip.options.sticky ? e.latlng : undefined);\n\t},\n\n\t_moveTooltip: function (e) {\n\t\tvar latlng = e.latlng, containerPoint, layerPoint;\n\t\tif (this._tooltip.options.sticky && e.originalEvent) {\n\t\t\tcontainerPoint = this._map.mouseEventToContainerPoint(e.originalEvent);\n\t\t\tlayerPoint = this._map.containerPointToLayerPoint(containerPoint);\n\t\t\tlatlng = this._map.layerPointToLatLng(layerPoint);\n\t\t}\n\t\tthis._tooltip.setLatLng(latlng);\n\t}\n});\n","import {Icon} from './Icon';\nimport {toPoint as point} from '../../geometry/Point';\n\n/*\n * @class DivIcon\n * @aka L.DivIcon\n * @inherits Icon\n *\n * Represents a lightweight icon for markers that uses a simple `<div>`\n * element instead of an image. Inherits from `Icon` but ignores the `iconUrl` and shadow options.\n *\n * @example\n * ```js\n * var myIcon = L.divIcon({className: 'my-div-icon'});\n * // you can set .my-div-icon styles in CSS\n *\n * L.marker([50.505, 30.57], {icon: myIcon}).addTo(map);\n * ```\n *\n * By default, it has a 'leaflet-div-icon' CSS class and is styled as a little white square with a shadow.\n */\n\nexport var DivIcon = Icon.extend({\n\toptions: {\n\t\t// @section\n\t\t// @aka DivIcon options\n\t\ticonSize: [12, 12], // also can be set through CSS\n\n\t\t// iconAnchor: (Point),\n\t\t// popupAnchor: (Point),\n\n\t\t// @option html: String = ''\n\t\t// Custom HTML code to put inside the div element, empty by default.\n\t\thtml: false,\n\n\t\t// @option bgPos: Point = [0, 0]\n\t\t// Optional relative position of the background, in pixels\n\t\tbgPos: null,\n\n\t\tclassName: 'leaflet-div-icon'\n\t},\n\n\tcreateIcon: function (oldIcon) {\n\t\tvar div = (oldIcon && oldIcon.tagName === 'DIV') ? oldIcon : document.createElement('div'),\n\t\t    options = this.options;\n\n\t\tdiv.innerHTML = options.html !== false ? options.html : '';\n\n\t\tif (options.bgPos) {\n\t\t\tvar bgPos = point(options.bgPos);\n\t\t\tdiv.style.backgroundPosition = (-bgPos.x) + 'px ' + (-bgPos.y) + 'px';\n\t\t}\n\t\tthis._setIconStyles(div, 'icon');\n\n\t\treturn div;\n\t},\n\n\tcreateShadow: function () {\n\t\treturn null;\n\t}\n});\n\n// @factory L.divIcon(options: DivIcon options)\n// Creates a `DivIcon` instance with the given options.\nexport function divIcon(options) {\n\treturn new DivIcon(options);\n}\n","import {Icon} from './Icon';\nexport {icon} from './Icon';\nimport {IconDefault} from './Icon.Default';\nIcon.Default = IconDefault;\nexport {Icon};\n\nexport {DivIcon, divIcon} from './DivIcon';\nexport {Marker, marker} from './Marker';\n","import {Layer} from '../Layer';\nimport * as Browser from '../../core/Browser';\nimport * as Util from '../../core/Util';\nimport * as DomUtil from '../../dom/DomUtil';\nimport {Point} from '../../geometry/Point';\nimport {Bounds} from '../../geometry/Bounds';\nimport {LatLngBounds, toLatLngBounds as latLngBounds} from '../../geo/LatLngBounds';\n\n/*\n * @class GridLayer\n * @inherits Layer\n * @aka L.GridLayer\n *\n * Generic class for handling a tiled grid of HTML elements. This is the base class for all tile layers and replaces `TileLayer.Canvas`.\n * GridLayer can be extended to create a tiled grid of HTML elements like `<canvas>`, `<img>` or `<div>`. GridLayer will handle creating and animating these DOM elements for you.\n *\n *\n * @section Synchronous usage\n * @example\n *\n * To create a custom layer, extend GridLayer and implement the `createTile()` method, which will be passed a `Point` object with the `x`, `y`, and `z` (zoom level) coordinates to draw your tile.\n *\n * ```js\n * var CanvasLayer = L.GridLayer.extend({\n *     createTile: function(coords){\n *         // create a <canvas> element for drawing\n *         var tile = L.DomUtil.create('canvas', 'leaflet-tile');\n *\n *         // setup tile width and height according to the options\n *         var size = this.getTileSize();\n *         tile.width = size.x;\n *         tile.height = size.y;\n *\n *         // get a canvas context and draw something on it using coords.x, coords.y and coords.z\n *         var ctx = tile.getContext('2d');\n *\n *         // return the tile so it can be rendered on screen\n *         return tile;\n *     }\n * });\n * ```\n *\n * @section Asynchronous usage\n * @example\n *\n * Tile creation can also be asynchronous, this is useful when using a third-party drawing library. Once the tile is finished drawing it can be passed to the `done()` callback.\n *\n * ```js\n * var CanvasLayer = L.GridLayer.extend({\n *     createTile: function(coords, done){\n *         var error;\n *\n *         // create a <canvas> element for drawing\n *         var tile = L.DomUtil.create('canvas', 'leaflet-tile');\n *\n *         // setup tile width and height according to the options\n *         var size = this.getTileSize();\n *         tile.width = size.x;\n *         tile.height = size.y;\n *\n *         // draw something asynchronously and pass the tile to the done() callback\n *         setTimeout(function() {\n *             done(error, tile);\n *         }, 1000);\n *\n *         return tile;\n *     }\n * });\n * ```\n *\n * @section\n */\n\n\nexport var GridLayer = Layer.extend({\n\n\t// @section\n\t// @aka GridLayer options\n\toptions: {\n\t\t// @option tileSize: Number|Point = 256\n\t\t// Width and height of tiles in the grid. Use a number if width and height are equal, or `L.point(width, height)` otherwise.\n\t\ttileSize: 256,\n\n\t\t// @option opacity: Number = 1.0\n\t\t// Opacity of the tiles. Can be used in the `createTile()` function.\n\t\topacity: 1,\n\n\t\t// @option updateWhenIdle: Boolean = (depends)\n\t\t// Load new tiles only when panning ends.\n\t\t// `true` by default on mobile browsers, in order to avoid too many requests and keep smooth navigation.\n\t\t// `false` otherwise in order to display new tiles _during_ panning, since it is easy to pan outside the\n\t\t// [`keepBuffer`](#gridlayer-keepbuffer) option in desktop browsers.\n\t\tupdateWhenIdle: Browser.mobile,\n\n\t\t// @option updateWhenZooming: Boolean = true\n\t\t// By default, a smooth zoom animation (during a [touch zoom](#map-touchzoom) or a [`flyTo()`](#map-flyto)) will update grid layers every integer zoom level. Setting this option to `false` will update the grid layer only when the smooth animation ends.\n\t\tupdateWhenZooming: true,\n\n\t\t// @option updateInterval: Number = 200\n\t\t// Tiles will not update more than once every `updateInterval` milliseconds when panning.\n\t\tupdateInterval: 200,\n\n\t\t// @option zIndex: Number = 1\n\t\t// The explicit zIndex of the tile layer.\n\t\tzIndex: 1,\n\n\t\t// @option bounds: LatLngBounds = undefined\n\t\t// If set, tiles will only be loaded inside the set `LatLngBounds`.\n\t\tbounds: null,\n\n\t\t// @option minZoom: Number = 0\n\t\t// The minimum zoom level down to which this layer will be displayed (inclusive).\n\t\tminZoom: 0,\n\n\t\t// @option maxZoom: Number = undefined\n\t\t// The maximum zoom level up to which this layer will be displayed (inclusive).\n\t\tmaxZoom: undefined,\n\n\t\t// @option maxNativeZoom: Number = undefined\n\t\t// Maximum zoom number the tile source has available. If it is specified,\n\t\t// the tiles on all zoom levels higher than `maxNativeZoom` will be loaded\n\t\t// from `maxNativeZoom` level and auto-scaled.\n\t\tmaxNativeZoom: undefined,\n\n\t\t// @option minNativeZoom: Number = undefined\n\t\t// Minimum zoom number the tile source has available. If it is specified,\n\t\t// the tiles on all zoom levels lower than `minNativeZoom` will be loaded\n\t\t// from `minNativeZoom` level and auto-scaled.\n\t\tminNativeZoom: undefined,\n\n\t\t// @option noWrap: Boolean = false\n\t\t// Whether the layer is wrapped around the antimeridian. If `true`, the\n\t\t// GridLayer will only be displayed once at low zoom levels. Has no\n\t\t// effect when the [map CRS](#map-crs) doesn't wrap around. Can be used\n\t\t// in combination with [`bounds`](#gridlayer-bounds) to prevent requesting\n\t\t// tiles outside the CRS limits.\n\t\tnoWrap: false,\n\n\t\t// @option pane: String = 'tilePane'\n\t\t// `Map pane` where the grid layer will be added.\n\t\tpane: 'tilePane',\n\n\t\t// @option className: String = ''\n\t\t// A custom class name to assign to the tile layer. Empty by default.\n\t\tclassName: '',\n\n\t\t// @option keepBuffer: Number = 2\n\t\t// When panning the map, keep this many rows and columns of tiles before unloading them.\n\t\tkeepBuffer: 2\n\t},\n\n\tinitialize: function (options) {\n\t\tUtil.setOptions(this, options);\n\t},\n\n\tonAdd: function () {\n\t\tthis._initContainer();\n\n\t\tthis._levels = {};\n\t\tthis._tiles = {};\n\n\t\tthis._resetView();\n\t\tthis._update();\n\t},\n\n\tbeforeAdd: function (map) {\n\t\tmap._addZoomLimit(this);\n\t},\n\n\tonRemove: function (map) {\n\t\tthis._removeAllTiles();\n\t\tDomUtil.remove(this._container);\n\t\tmap._removeZoomLimit(this);\n\t\tthis._container = null;\n\t\tthis._tileZoom = undefined;\n\t},\n\n\t// @method bringToFront: this\n\t// Brings the tile layer to the top of all tile layers.\n\tbringToFront: function () {\n\t\tif (this._map) {\n\t\t\tDomUtil.toFront(this._container);\n\t\t\tthis._setAutoZIndex(Math.max);\n\t\t}\n\t\treturn this;\n\t},\n\n\t// @method bringToBack: this\n\t// Brings the tile layer to the bottom of all tile layers.\n\tbringToBack: function () {\n\t\tif (this._map) {\n\t\t\tDomUtil.toBack(this._container);\n\t\t\tthis._setAutoZIndex(Math.min);\n\t\t}\n\t\treturn this;\n\t},\n\n\t// @method getContainer: HTMLElement\n\t// Returns the HTML element that contains the tiles for this layer.\n\tgetContainer: function () {\n\t\treturn this._container;\n\t},\n\n\t// @method setOpacity(opacity: Number): this\n\t// Changes the [opacity](#gridlayer-opacity) of the grid layer.\n\tsetOpacity: function (opacity) {\n\t\tthis.options.opacity = opacity;\n\t\tthis._updateOpacity();\n\t\treturn this;\n\t},\n\n\t// @method setZIndex(zIndex: Number): this\n\t// Changes the [zIndex](#gridlayer-zindex) of the grid layer.\n\tsetZIndex: function (zIndex) {\n\t\tthis.options.zIndex = zIndex;\n\t\tthis._updateZIndex();\n\n\t\treturn this;\n\t},\n\n\t// @method isLoading: Boolean\n\t// Returns `true` if any tile in the grid layer has not finished loading.\n\tisLoading: function () {\n\t\treturn this._loading;\n\t},\n\n\t// @method redraw: this\n\t// Causes the layer to clear all the tiles and request them again.\n\tredraw: function () {\n\t\tif (this._map) {\n\t\t\tthis._removeAllTiles();\n\t\t\tthis._update();\n\t\t}\n\t\treturn this;\n\t},\n\n\tgetEvents: function () {\n\t\tvar events = {\n\t\t\tviewprereset: this._invalidateAll,\n\t\t\tviewreset: this._resetView,\n\t\t\tzoom: this._resetView,\n\t\t\tmoveend: this._onMoveEnd\n\t\t};\n\n\t\tif (!this.options.updateWhenIdle) {\n\t\t\t// update tiles on move, but not more often than once per given interval\n\t\t\tif (!this._onMove) {\n\t\t\t\tthis._onMove = Util.throttle(this._onMoveEnd, this.options.updateInterval, this);\n\t\t\t}\n\n\t\t\tevents.move = this._onMove;\n\t\t}\n\n\t\tif (this._zoomAnimated) {\n\t\t\tevents.zoomanim = this._animateZoom;\n\t\t}\n\n\t\treturn events;\n\t},\n\n\t// @section Extension methods\n\t// Layers extending `GridLayer` shall reimplement the following method.\n\t// @method createTile(coords: Object, done?: Function): HTMLElement\n\t// Called only internally, must be overridden by classes extending `GridLayer`.\n\t// Returns the `HTMLElement` corresponding to the given `coords`. If the `done` callback\n\t// is specified, it must be called when the tile has finished loading and drawing.\n\tcreateTile: function () {\n\t\treturn document.createElement('div');\n\t},\n\n\t// @section\n\t// @method getTileSize: Point\n\t// Normalizes the [tileSize option](#gridlayer-tilesize) into a point. Used by the `createTile()` method.\n\tgetTileSize: function () {\n\t\tvar s = this.options.tileSize;\n\t\treturn s instanceof Point ? s : new Point(s, s);\n\t},\n\n\t_updateZIndex: function () {\n\t\tif (this._container && this.options.zIndex !== undefined && this.options.zIndex !== null) {\n\t\t\tthis._container.style.zIndex = this.options.zIndex;\n\t\t}\n\t},\n\n\t_setAutoZIndex: function (compare) {\n\t\t// go through all other layers of the same pane, set zIndex to max + 1 (front) or min - 1 (back)\n\n\t\tvar layers = this.getPane().children,\n\t\t    edgeZIndex = -compare(-Infinity, Infinity); // -Infinity for max, Infinity for min\n\n\t\tfor (var i = 0, len = layers.length, zIndex; i < len; i++) {\n\n\t\t\tzIndex = layers[i].style.zIndex;\n\n\t\t\tif (layers[i] !== this._container && zIndex) {\n\t\t\t\tedgeZIndex = compare(edgeZIndex, +zIndex);\n\t\t\t}\n\t\t}\n\n\t\tif (isFinite(edgeZIndex)) {\n\t\t\tthis.options.zIndex = edgeZIndex + compare(-1, 1);\n\t\t\tthis._updateZIndex();\n\t\t}\n\t},\n\n\t_updateOpacity: function () {\n\t\tif (!this._map) { return; }\n\n\t\t// IE doesn't inherit filter opacity properly, so we're forced to set it on tiles\n\t\tif (Browser.ielt9) { return; }\n\n\t\tDomUtil.setOpacity(this._container, this.options.opacity);\n\n\t\tvar now = +new Date(),\n\t\t    nextFrame = false,\n\t\t    willPrune = false;\n\n\t\tfor (var key in this._tiles) {\n\t\t\tvar tile = this._tiles[key];\n\t\t\tif (!tile.current || !tile.loaded) { continue; }\n\n\t\t\tvar fade = Math.min(1, (now - tile.loaded) / 200);\n\n\t\t\tDomUtil.setOpacity(tile.el, fade);\n\t\t\tif (fade < 1) {\n\t\t\t\tnextFrame = true;\n\t\t\t} else {\n\t\t\t\tif (tile.active) {\n\t\t\t\t\twillPrune = true;\n\t\t\t\t} else {\n\t\t\t\t\tthis._onOpaqueTile(tile);\n\t\t\t\t}\n\t\t\t\ttile.active = true;\n\t\t\t}\n\t\t}\n\n\t\tif (willPrune && !this._noPrune) { this._pruneTiles(); }\n\n\t\tif (nextFrame) {\n\t\t\tUtil.cancelAnimFrame(this._fadeFrame);\n\t\t\tthis._fadeFrame = Util.requestAnimFrame(this._updateOpacity, this);\n\t\t}\n\t},\n\n\t_onOpaqueTile: Util.falseFn,\n\n\t_initContainer: function () {\n\t\tif (this._container) { return; }\n\n\t\tthis._container = DomUtil.create('div', 'leaflet-layer ' + (this.options.className || ''));\n\t\tthis._updateZIndex();\n\n\t\tif (this.options.opacity < 1) {\n\t\t\tthis._updateOpacity();\n\t\t}\n\n\t\tthis.getPane().appendChild(this._container);\n\t},\n\n\t_updateLevels: function () {\n\n\t\tvar zoom = this._tileZoom,\n\t\t    maxZoom = this.options.maxZoom;\n\n\t\tif (zoom === undefined) { return undefined; }\n\n\t\tfor (var z in this._levels) {\n\t\t\tif (this._levels[z].el.children.length || z === zoom) {\n\t\t\t\tthis._levels[z].el.style.zIndex = maxZoom - Math.abs(zoom - z);\n\t\t\t\tthis._onUpdateLevel(z);\n\t\t\t} else {\n\t\t\t\tDomUtil.remove(this._levels[z].el);\n\t\t\t\tthis._removeTilesAtZoom(z);\n\t\t\t\tthis._onRemoveLevel(z);\n\t\t\t\tdelete this._levels[z];\n\t\t\t}\n\t\t}\n\n\t\tvar level = this._levels[zoom],\n\t\t    map = this._map;\n\n\t\tif (!level) {\n\t\t\tlevel = this._levels[zoom] = {};\n\n\t\t\tlevel.el = DomUtil.create('div', 'leaflet-tile-container leaflet-zoom-animated', this._container);\n\t\t\tlevel.el.style.zIndex = maxZoom;\n\n\t\t\tlevel.origin = map.project(map.unproject(map.getPixelOrigin()), zoom).round();\n\t\t\tlevel.zoom = zoom;\n\n\t\t\tthis._setZoomTransform(level, map.getCenter(), map.getZoom());\n\n\t\t\t// force the browser to consider the newly added element for transition\n\t\t\tUtil.falseFn(level.el.offsetWidth);\n\n\t\t\tthis._onCreateLevel(level);\n\t\t}\n\n\t\tthis._level = level;\n\n\t\treturn level;\n\t},\n\n\t_onUpdateLevel: Util.falseFn,\n\n\t_onRemoveLevel: Util.falseFn,\n\n\t_onCreateLevel: Util.falseFn,\n\n\t_pruneTiles: function () {\n\t\tif (!this._map) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar key, tile;\n\n\t\tvar zoom = this._map.getZoom();\n\t\tif (zoom > this.options.maxZoom ||\n\t\t\tzoom < this.options.minZoom) {\n\t\t\tthis._removeAllTiles();\n\t\t\treturn;\n\t\t}\n\n\t\tfor (key in this._tiles) {\n\t\t\ttile = this._tiles[key];\n\t\t\ttile.retain = tile.current;\n\t\t}\n\n\t\tfor (key in this._tiles) {\n\t\t\ttile = this._tiles[key];\n\t\t\tif (tile.current && !tile.active) {\n\t\t\t\tvar coords = tile.coords;\n\t\t\t\tif (!this._retainParent(coords.x, coords.y, coords.z, coords.z - 5)) {\n\t\t\t\t\tthis._retainChildren(coords.x, coords.y, coords.z, coords.z + 2);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tfor (key in this._tiles) {\n\t\t\tif (!this._tiles[key].retain) {\n\t\t\t\tthis._removeTile(key);\n\t\t\t}\n\t\t}\n\t},\n\n\t_removeTilesAtZoom: function (zoom) {\n\t\tfor (var key in this._tiles) {\n\t\t\tif (this._tiles[key].coords.z !== zoom) {\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tthis._removeTile(key);\n\t\t}\n\t},\n\n\t_removeAllTiles: function () {\n\t\tfor (var key in this._tiles) {\n\t\t\tthis._removeTile(key);\n\t\t}\n\t},\n\n\t_invalidateAll: function () {\n\t\tfor (var z in this._levels) {\n\t\t\tDomUtil.remove(this._levels[z].el);\n\t\t\tthis._onRemoveLevel(z);\n\t\t\tdelete this._levels[z];\n\t\t}\n\t\tthis._removeAllTiles();\n\n\t\tthis._tileZoom = undefined;\n\t},\n\n\t_retainParent: function (x, y, z, minZoom) {\n\t\tvar x2 = Math.floor(x / 2),\n\t\t    y2 = Math.floor(y / 2),\n\t\t    z2 = z - 1,\n\t\t    coords2 = new Point(+x2, +y2);\n\t\tcoords2.z = +z2;\n\n\t\tvar key = this._tileCoordsToKey(coords2),\n\t\t    tile = this._tiles[key];\n\n\t\tif (tile && tile.active) {\n\t\t\ttile.retain = true;\n\t\t\treturn true;\n\n\t\t} else if (tile && tile.loaded) {\n\t\t\ttile.retain = true;\n\t\t}\n\n\t\tif (z2 > minZoom) {\n\t\t\treturn this._retainParent(x2, y2, z2, minZoom);\n\t\t}\n\n\t\treturn false;\n\t},\n\n\t_retainChildren: function (x, y, z, maxZoom) {\n\n\t\tfor (var i = 2 * x; i < 2 * x + 2; i++) {\n\t\t\tfor (var j = 2 * y; j < 2 * y + 2; j++) {\n\n\t\t\t\tvar coords = new Point(i, j);\n\t\t\t\tcoords.z = z + 1;\n\n\t\t\t\tvar key = this._tileCoordsToKey(coords),\n\t\t\t\t    tile = this._tiles[key];\n\n\t\t\t\tif (tile && tile.active) {\n\t\t\t\t\ttile.retain = true;\n\t\t\t\t\tcontinue;\n\n\t\t\t\t} else if (tile && tile.loaded) {\n\t\t\t\t\ttile.retain = true;\n\t\t\t\t}\n\n\t\t\t\tif (z + 1 < maxZoom) {\n\t\t\t\t\tthis._retainChildren(i, j, z + 1, maxZoom);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\t_resetView: function (e) {\n\t\tvar animating = e && (e.pinch || e.flyTo);\n\t\tthis._setView(this._map.getCenter(), this._map.getZoom(), animating, animating);\n\t},\n\n\t_animateZoom: function (e) {\n\t\tthis._setView(e.center, e.zoom, true, e.noUpdate);\n\t},\n\n\t_clampZoom: function (zoom) {\n\t\tvar options = this.options;\n\n\t\tif (undefined !== options.minNativeZoom && zoom < options.minNativeZoom) {\n\t\t\treturn options.minNativeZoom;\n\t\t}\n\n\t\tif (undefined !== options.maxNativeZoom && options.maxNativeZoom < zoom) {\n\t\t\treturn options.maxNativeZoom;\n\t\t}\n\n\t\treturn zoom;\n\t},\n\n\t_setView: function (center, zoom, noPrune, noUpdate) {\n\t\tvar tileZoom = this._clampZoom(Math.round(zoom));\n\t\tif ((this.options.maxZoom !== undefined && tileZoom > this.options.maxZoom) ||\n\t\t    (this.options.minZoom !== undefined && tileZoom < this.options.minZoom)) {\n\t\t\ttileZoom = undefined;\n\t\t}\n\n\t\tvar tileZoomChanged = this.options.updateWhenZooming && (tileZoom !== this._tileZoom);\n\n\t\tif (!noUpdate || tileZoomChanged) {\n\n\t\t\tthis._tileZoom = tileZoom;\n\n\t\t\tif (this._abortLoading) {\n\t\t\t\tthis._abortLoading();\n\t\t\t}\n\n\t\t\tthis._updateLevels();\n\t\t\tthis._resetGrid();\n\n\t\t\tif (tileZoom !== undefined) {\n\t\t\t\tthis._update(center);\n\t\t\t}\n\n\t\t\tif (!noPrune) {\n\t\t\t\tthis._pruneTiles();\n\t\t\t}\n\n\t\t\t// Flag to prevent _updateOpacity from pruning tiles during\n\t\t\t// a zoom anim or a pinch gesture\n\t\t\tthis._noPrune = !!noPrune;\n\t\t}\n\n\t\tthis._setZoomTransforms(center, zoom);\n\t},\n\n\t_setZoomTransforms: function (center, zoom) {\n\t\tfor (var i in this._levels) {\n\t\t\tthis._setZoomTransform(this._levels[i], center, zoom);\n\t\t}\n\t},\n\n\t_setZoomTransform: function (level, center, zoom) {\n\t\tvar scale = this._map.getZoomScale(zoom, level.zoom),\n\t\t    translate = level.origin.multiplyBy(scale)\n\t\t        .subtract(this._map._getNewPixelOrigin(center, zoom)).round();\n\n\t\tif (Browser.any3d) {\n\t\t\tDomUtil.setTransform(level.el, translate, scale);\n\t\t} else {\n\t\t\tDomUtil.setPosition(level.el, translate);\n\t\t}\n\t},\n\n\t_resetGrid: function () {\n\t\tvar map = this._map,\n\t\t    crs = map.options.crs,\n\t\t    tileSize = this._tileSize = this.getTileSize(),\n\t\t    tileZoom = this._tileZoom;\n\n\t\tvar bounds = this._map.getPixelWorldBounds(this._tileZoom);\n\t\tif (bounds) {\n\t\t\tthis._globalTileRange = this._pxBoundsToTileRange(bounds);\n\t\t}\n\n\t\tthis._wrapX = crs.wrapLng && !this.options.noWrap && [\n\t\t\tMath.floor(map.project([0, crs.wrapLng[0]], tileZoom).x / tileSize.x),\n\t\t\tMath.ceil(map.project([0, crs.wrapLng[1]], tileZoom).x / tileSize.y)\n\t\t];\n\t\tthis._wrapY = crs.wrapLat && !this.options.noWrap && [\n\t\t\tMath.floor(map.project([crs.wrapLat[0], 0], tileZoom).y / tileSize.x),\n\t\t\tMath.ceil(map.project([crs.wrapLat[1], 0], tileZoom).y / tileSize.y)\n\t\t];\n\t},\n\n\t_onMoveEnd: function () {\n\t\tif (!this._map || this._map._animatingZoom) { return; }\n\n\t\tthis._update();\n\t},\n\n\t_getTiledPixelBounds: function (center) {\n\t\tvar map = this._map,\n\t\t    mapZoom = map._animatingZoom ? Math.max(map._animateToZoom, map.getZoom()) : map.getZoom(),\n\t\t    scale = map.getZoomScale(mapZoom, this._tileZoom),\n\t\t    pixelCenter = map.project(center, this._tileZoom).floor(),\n\t\t    halfSize = map.getSize().divideBy(scale * 2);\n\n\t\treturn new Bounds(pixelCenter.subtract(halfSize), pixelCenter.add(halfSize));\n\t},\n\n\t// Private method to load tiles in the grid's active zoom level according to map bounds\n\t_update: function (center) {\n\t\tvar map = this._map;\n\t\tif (!map) { return; }\n\t\tvar zoom = this._clampZoom(map.getZoom());\n\n\t\tif (center === undefined) { center = map.getCenter(); }\n\t\tif (this._tileZoom === undefined) { return; }\t// if out of minzoom/maxzoom\n\n\t\tvar pixelBounds = this._getTiledPixelBounds(center),\n\t\t    tileRange = this._pxBoundsToTileRange(pixelBounds),\n\t\t    tileCenter = tileRange.getCenter(),\n\t\t    queue = [],\n\t\t    margin = this.options.keepBuffer,\n\t\t    noPruneRange = new Bounds(tileRange.getBottomLeft().subtract([margin, -margin]),\n\t\t                              tileRange.getTopRight().add([margin, -margin]));\n\n\t\t// Sanity check: panic if the tile range contains Infinity somewhere.\n\t\tif (!(isFinite(tileRange.min.x) &&\n\t\t      isFinite(tileRange.min.y) &&\n\t\t      isFinite(tileRange.max.x) &&\n\t\t      isFinite(tileRange.max.y))) { throw new Error('Attempted to load an infinite number of tiles'); }\n\n\t\tfor (var key in this._tiles) {\n\t\t\tvar c = this._tiles[key].coords;\n\t\t\tif (c.z !== this._tileZoom || !noPruneRange.contains(new Point(c.x, c.y))) {\n\t\t\t\tthis._tiles[key].current = false;\n\t\t\t}\n\t\t}\n\n\t\t// _update just loads more tiles. If the tile zoom level differs too much\n\t\t// from the map's, let _setView reset levels and prune old tiles.\n\t\tif (Math.abs(zoom - this._tileZoom) > 1) { this._setView(center, zoom); return; }\n\n\t\t// create a queue of coordinates to load tiles from\n\t\tfor (var j = tileRange.min.y; j <= tileRange.max.y; j++) {\n\t\t\tfor (var i = tileRange.min.x; i <= tileRange.max.x; i++) {\n\t\t\t\tvar coords = new Point(i, j);\n\t\t\t\tcoords.z = this._tileZoom;\n\n\t\t\t\tif (!this._isValidTile(coords)) { continue; }\n\n\t\t\t\tvar tile = this._tiles[this._tileCoordsToKey(coords)];\n\t\t\t\tif (tile) {\n\t\t\t\t\ttile.current = true;\n\t\t\t\t} else {\n\t\t\t\t\tqueue.push(coords);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// sort tile queue to load tiles in order of their distance to center\n\t\tqueue.sort(function (a, b) {\n\t\t\treturn a.distanceTo(tileCenter) - b.distanceTo(tileCenter);\n\t\t});\n\n\t\tif (queue.length !== 0) {\n\t\t\t// if it's the first batch of tiles to load\n\t\t\tif (!this._loading) {\n\t\t\t\tthis._loading = true;\n\t\t\t\t// @event loading: Event\n\t\t\t\t// Fired when the grid layer starts loading tiles.\n\t\t\t\tthis.fire('loading');\n\t\t\t}\n\n\t\t\t// create DOM fragment to append tiles in one batch\n\t\t\tvar fragment = document.createDocumentFragment();\n\n\t\t\tfor (i = 0; i < queue.length; i++) {\n\t\t\t\tthis._addTile(queue[i], fragment);\n\t\t\t}\n\n\t\t\tthis._level.el.appendChild(fragment);\n\t\t}\n\t},\n\n\t_isValidTile: function (coords) {\n\t\tvar crs = this._map.options.crs;\n\n\t\tif (!crs.infinite) {\n\t\t\t// don't load tile if it's out of bounds and not wrapped\n\t\t\tvar bounds = this._globalTileRange;\n\t\t\tif ((!crs.wrapLng && (coords.x < bounds.min.x || coords.x > bounds.max.x)) ||\n\t\t\t    (!crs.wrapLat && (coords.y < bounds.min.y || coords.y > bounds.max.y))) { return false; }\n\t\t}\n\n\t\tif (!this.options.bounds) { return true; }\n\n\t\t// don't load tile if it doesn't intersect the bounds in options\n\t\tvar tileBounds = this._tileCoordsToBounds(coords);\n\t\treturn latLngBounds(this.options.bounds).overlaps(tileBounds);\n\t},\n\n\t_keyToBounds: function (key) {\n\t\treturn this._tileCoordsToBounds(this._keyToTileCoords(key));\n\t},\n\n\t_tileCoordsToNwSe: function (coords) {\n\t\tvar map = this._map,\n\t\t    tileSize = this.getTileSize(),\n\t\t    nwPoint = coords.scaleBy(tileSize),\n\t\t    sePoint = nwPoint.add(tileSize),\n\t\t    nw = map.unproject(nwPoint, coords.z),\n\t\t    se = map.unproject(sePoint, coords.z);\n\t\treturn [nw, se];\n\t},\n\n\t// converts tile coordinates to its geographical bounds\n\t_tileCoordsToBounds: function (coords) {\n\t\tvar bp = this._tileCoordsToNwSe(coords),\n\t\t    bounds = new LatLngBounds(bp[0], bp[1]);\n\n\t\tif (!this.options.noWrap) {\n\t\t\tbounds = this._map.wrapLatLngBounds(bounds);\n\t\t}\n\t\treturn bounds;\n\t},\n\t// converts tile coordinates to key for the tile cache\n\t_tileCoordsToKey: function (coords) {\n\t\treturn coords.x + ':' + coords.y + ':' + coords.z;\n\t},\n\n\t// converts tile cache key to coordinates\n\t_keyToTileCoords: function (key) {\n\t\tvar k = key.split(':'),\n\t\t    coords = new Point(+k[0], +k[1]);\n\t\tcoords.z = +k[2];\n\t\treturn coords;\n\t},\n\n\t_removeTile: function (key) {\n\t\tvar tile = this._tiles[key];\n\t\tif (!tile) { return; }\n\n\t\tDomUtil.remove(tile.el);\n\n\t\tdelete this._tiles[key];\n\n\t\t// @event tileunload: TileEvent\n\t\t// Fired when a tile is removed (e.g. when a tile goes off the screen).\n\t\tthis.fire('tileunload', {\n\t\t\ttile: tile.el,\n\t\t\tcoords: this._keyToTileCoords(key)\n\t\t});\n\t},\n\n\t_initTile: function (tile) {\n\t\tDomUtil.addClass(tile, 'leaflet-tile');\n\n\t\tvar tileSize = this.getTileSize();\n\t\ttile.style.width = tileSize.x + 'px';\n\t\ttile.style.height = tileSize.y + 'px';\n\n\t\ttile.onselectstart = Util.falseFn;\n\t\ttile.onmousemove = Util.falseFn;\n\n\t\t// update opacity on tiles in IE7-8 because of filter inheritance problems\n\t\tif (Browser.ielt9 && this.options.opacity < 1) {\n\t\t\tDomUtil.setOpacity(tile, this.options.opacity);\n\t\t}\n\n\t\t// without this hack, tiles disappear after zoom on Chrome for Android\n\t\t// https://github.com/Leaflet/Leaflet/issues/2078\n\t\tif (Browser.android && !Browser.android23) {\n\t\t\ttile.style.WebkitBackfaceVisibility = 'hidden';\n\t\t}\n\t},\n\n\t_addTile: function (coords, container) {\n\t\tvar tilePos = this._getTilePos(coords),\n\t\t    key = this._tileCoordsToKey(coords);\n\n\t\tvar tile = this.createTile(this._wrapCoords(coords), Util.bind(this._tileReady, this, coords));\n\n\t\tthis._initTile(tile);\n\n\t\t// if createTile is defined with a second argument (\"done\" callback),\n\t\t// we know that tile is async and will be ready later; otherwise\n\t\tif (this.createTile.length < 2) {\n\t\t\t// mark tile as ready, but delay one frame for opacity animation to happen\n\t\t\tUtil.requestAnimFrame(Util.bind(this._tileReady, this, coords, null, tile));\n\t\t}\n\n\t\tDomUtil.setPosition(tile, tilePos);\n\n\t\t// save tile in cache\n\t\tthis._tiles[key] = {\n\t\t\tel: tile,\n\t\t\tcoords: coords,\n\t\t\tcurrent: true\n\t\t};\n\n\t\tcontainer.appendChild(tile);\n\t\t// @event tileloadstart: TileEvent\n\t\t// Fired when a tile is requested and starts loading.\n\t\tthis.fire('tileloadstart', {\n\t\t\ttile: tile,\n\t\t\tcoords: coords\n\t\t});\n\t},\n\n\t_tileReady: function (coords, err, tile) {\n\t\tif (err) {\n\t\t\t// @event tileerror: TileErrorEvent\n\t\t\t// Fired when there is an error loading a tile.\n\t\t\tthis.fire('tileerror', {\n\t\t\t\terror: err,\n\t\t\t\ttile: tile,\n\t\t\t\tcoords: coords\n\t\t\t});\n\t\t}\n\n\t\tvar key = this._tileCoordsToKey(coords);\n\n\t\ttile = this._tiles[key];\n\t\tif (!tile) { return; }\n\n\t\ttile.loaded = +new Date();\n\t\tif (this._map._fadeAnimated) {\n\t\t\tDomUtil.setOpacity(tile.el, 0);\n\t\t\tUtil.cancelAnimFrame(this._fadeFrame);\n\t\t\tthis._fadeFrame = Util.requestAnimFrame(this._updateOpacity, this);\n\t\t} else {\n\t\t\ttile.active = true;\n\t\t\tthis._pruneTiles();\n\t\t}\n\n\t\tif (!err) {\n\t\t\tDomUtil.addClass(tile.el, 'leaflet-tile-loaded');\n\n\t\t\t// @event tileload: TileEvent\n\t\t\t// Fired when a tile loads.\n\t\t\tthis.fire('tileload', {\n\t\t\t\ttile: tile.el,\n\t\t\t\tcoords: coords\n\t\t\t});\n\t\t}\n\n\t\tif (this._noTilesToLoad()) {\n\t\t\tthis._loading = false;\n\t\t\t// @event load: Event\n\t\t\t// Fired when the grid layer loaded all visible tiles.\n\t\t\tthis.fire('load');\n\n\t\t\tif (Browser.ielt9 || !this._map._fadeAnimated) {\n\t\t\t\tUtil.requestAnimFrame(this._pruneTiles, this);\n\t\t\t} else {\n\t\t\t\t// Wait a bit more than 0.2 secs (the duration of the tile fade-in)\n\t\t\t\t// to trigger a pruning.\n\t\t\t\tsetTimeout(Util.bind(this._pruneTiles, this), 250);\n\t\t\t}\n\t\t}\n\t},\n\n\t_getTilePos: function (coords) {\n\t\treturn coords.scaleBy(this.getTileSize()).subtract(this._level.origin);\n\t},\n\n\t_wrapCoords: function (coords) {\n\t\tvar newCoords = new Point(\n\t\t\tthis._wrapX ? Util.wrapNum(coords.x, this._wrapX) : coords.x,\n\t\t\tthis._wrapY ? Util.wrapNum(coords.y, this._wrapY) : coords.y);\n\t\tnewCoords.z = coords.z;\n\t\treturn newCoords;\n\t},\n\n\t_pxBoundsToTileRange: function (bounds) {\n\t\tvar tileSize = this.getTileSize();\n\t\treturn new Bounds(\n\t\t\tbounds.min.unscaleBy(tileSize).floor(),\n\t\t\tbounds.max.unscaleBy(tileSize).ceil().subtract([1, 1]));\n\t},\n\n\t_noTilesToLoad: function () {\n\t\tfor (var key in this._tiles) {\n\t\t\tif (!this._tiles[key].loaded) { return false; }\n\t\t}\n\t\treturn true;\n\t}\n});\n\n// @factory L.gridLayer(options?: GridLayer options)\n// Creates a new instance of GridLayer with the supplied options.\nexport function gridLayer(options) {\n\treturn new GridLayer(options);\n}\n","import {GridLayer} from './GridLayer';\r\nimport * as Browser from '../../core/Browser';\r\nimport * as Util from '../../core/Util';\r\nimport * as DomEvent from '../../dom/DomEvent';\r\nimport * as DomUtil from '../../dom/DomUtil';\r\n\r\n\r\n/*\r\n * @class TileLayer\r\n * @inherits GridLayer\r\n * @aka L.TileLayer\r\n * Used to load and display tile layers on the map. Note that most tile servers require attribution, which you can set under `Layer`. Extends `GridLayer`.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png?{foo}', {foo: 'bar', attribution: 'Map data &copy; <a href=\"https://www.openstreetmap.org/\">OpenStreetMap</a> contributors, <a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">CC-BY-SA</a>'}).addTo(map);\r\n * ```\r\n *\r\n * @section URL template\r\n * @example\r\n *\r\n * A string of the following form:\r\n *\r\n * ```\r\n * 'http://{s}.somedomain.com/blabla/{z}/{x}/{y}{r}.png'\r\n * ```\r\n *\r\n * `{s}` means one of the available subdomains (used sequentially to help with browser parallel requests per domain limitation; subdomain values are specified in options; `a`, `b` or `c` by default, can be omitted), `{z}` — zoom level, `{x}` and `{y}` — tile coordinates. `{r}` can be used to add \"&commat;2x\" to the URL to load retina tiles.\r\n *\r\n * You can use custom keys in the template, which will be [evaluated](#util-template) from TileLayer options, like this:\r\n *\r\n * ```\r\n * L.tileLayer('http://{s}.somedomain.com/{foo}/{z}/{x}/{y}.png', {foo: 'bar'});\r\n * ```\r\n */\r\n\r\n\r\nexport var TileLayer = GridLayer.extend({\r\n\r\n\t// @section\r\n\t// @aka TileLayer options\r\n\toptions: {\r\n\t\t// @option minZoom: Number = 0\r\n\t\t// The minimum zoom level down to which this layer will be displayed (inclusive).\r\n\t\tminZoom: 0,\r\n\r\n\t\t// @option maxZoom: Number = 18\r\n\t\t// The maximum zoom level up to which this layer will be displayed (inclusive).\r\n\t\tmaxZoom: 18,\r\n\r\n\t\t// @option subdomains: String|String[] = 'abc'\r\n\t\t// Subdomains of the tile service. Can be passed in the form of one string (where each letter is a subdomain name) or an array of strings.\r\n\t\tsubdomains: 'abc',\r\n\r\n\t\t// @option errorTileUrl: String = ''\r\n\t\t// URL to the tile image to show in place of the tile that failed to load.\r\n\t\terrorTileUrl: '',\r\n\r\n\t\t// @option zoomOffset: Number = 0\r\n\t\t// The zoom number used in tile URLs will be offset with this value.\r\n\t\tzoomOffset: 0,\r\n\r\n\t\t// @option tms: Boolean = false\r\n\t\t// If `true`, inverses Y axis numbering for tiles (turn this on for [TMS](https://en.wikipedia.org/wiki/Tile_Map_Service) services).\r\n\t\ttms: false,\r\n\r\n\t\t// @option zoomReverse: Boolean = false\r\n\t\t// If set to true, the zoom number used in tile URLs will be reversed (`maxZoom - zoom` instead of `zoom`)\r\n\t\tzoomReverse: false,\r\n\r\n\t\t// @option detectRetina: Boolean = false\r\n\t\t// If `true` and user is on a retina display, it will request four tiles of half the specified size and a bigger zoom level in place of one to utilize the high resolution.\r\n\t\tdetectRetina: false,\r\n\r\n\t\t// @option crossOrigin: Boolean|String = false\r\n\t\t// Whether the crossOrigin attribute will be added to the tiles.\r\n\t\t// If a String is provided, all tiles will have their crossOrigin attribute set to the String provided. This is needed if you want to access tile pixel data.\r\n\t\t// Refer to [CORS Settings](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes) for valid String values.\r\n\t\tcrossOrigin: false\r\n\t},\r\n\r\n\tinitialize: function (url, options) {\r\n\r\n\t\tthis._url = url;\r\n\r\n\t\toptions = Util.setOptions(this, options);\r\n\r\n\t\t// detecting retina displays, adjusting tileSize and zoom levels\r\n\t\tif (options.detectRetina && Browser.retina && options.maxZoom > 0) {\r\n\r\n\t\t\toptions.tileSize = Math.floor(options.tileSize / 2);\r\n\r\n\t\t\tif (!options.zoomReverse) {\r\n\t\t\t\toptions.zoomOffset++;\r\n\t\t\t\toptions.maxZoom--;\r\n\t\t\t} else {\r\n\t\t\t\toptions.zoomOffset--;\r\n\t\t\t\toptions.minZoom++;\r\n\t\t\t}\r\n\r\n\t\t\toptions.minZoom = Math.max(0, options.minZoom);\r\n\t\t}\r\n\r\n\t\tif (typeof options.subdomains === 'string') {\r\n\t\t\toptions.subdomains = options.subdomains.split('');\r\n\t\t}\r\n\r\n\t\t// for https://github.com/Leaflet/Leaflet/issues/137\r\n\t\tif (!Browser.android) {\r\n\t\t\tthis.on('tileunload', this._onTileRemove);\r\n\t\t}\r\n\t},\r\n\r\n\t// @method setUrl(url: String, noRedraw?: Boolean): this\r\n\t// Updates the layer's URL template and redraws it (unless `noRedraw` is set to `true`).\r\n\t// If the URL does not change, the layer will not be redrawn unless\r\n\t// the noRedraw parameter is set to false.\r\n\tsetUrl: function (url, noRedraw) {\r\n\t\tif (this._url === url && noRedraw === undefined) {\r\n\t\t\tnoRedraw = true;\r\n\t\t}\r\n\r\n\t\tthis._url = url;\r\n\r\n\t\tif (!noRedraw) {\r\n\t\t\tthis.redraw();\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method createTile(coords: Object, done?: Function): HTMLElement\r\n\t// Called only internally, overrides GridLayer's [`createTile()`](#gridlayer-createtile)\r\n\t// to return an `<img>` HTML element with the appropriate image URL given `coords`. The `done`\r\n\t// callback is called when the tile has been loaded.\r\n\tcreateTile: function (coords, done) {\r\n\t\tvar tile = document.createElement('img');\r\n\r\n\t\tDomEvent.on(tile, 'load', Util.bind(this._tileOnLoad, this, done, tile));\r\n\t\tDomEvent.on(tile, 'error', Util.bind(this._tileOnError, this, done, tile));\r\n\r\n\t\tif (this.options.crossOrigin || this.options.crossOrigin === '') {\r\n\t\t\ttile.crossOrigin = this.options.crossOrigin === true ? '' : this.options.crossOrigin;\r\n\t\t}\r\n\r\n\t\t/*\r\n\t\t Alt tag is set to empty string to keep screen readers from reading URL and for compliance reasons\r\n\t\t http://www.w3.org/TR/WCAG20-TECHS/H67\r\n\t\t*/\r\n\t\ttile.alt = '';\r\n\r\n\t\t/*\r\n\t\t Set role=\"presentation\" to force screen readers to ignore this\r\n\t\t https://www.w3.org/TR/wai-aria/roles#textalternativecomputation\r\n\t\t*/\r\n\t\ttile.setAttribute('role', 'presentation');\r\n\r\n\t\ttile.src = this.getTileUrl(coords);\r\n\r\n\t\treturn tile;\r\n\t},\r\n\r\n\t// @section Extension methods\r\n\t// @uninheritable\r\n\t// Layers extending `TileLayer` might reimplement the following method.\r\n\t// @method getTileUrl(coords: Object): String\r\n\t// Called only internally, returns the URL for a tile given its coordinates.\r\n\t// Classes extending `TileLayer` can override this function to provide custom tile URL naming schemes.\r\n\tgetTileUrl: function (coords) {\r\n\t\tvar data = {\r\n\t\t\tr: Browser.retina ? '@2x' : '',\r\n\t\t\ts: this._getSubdomain(coords),\r\n\t\t\tx: coords.x,\r\n\t\t\ty: coords.y,\r\n\t\t\tz: this._getZoomForUrl()\r\n\t\t};\r\n\t\tif (this._map && !this._map.options.crs.infinite) {\r\n\t\t\tvar invertedY = this._globalTileRange.max.y - coords.y;\r\n\t\t\tif (this.options.tms) {\r\n\t\t\t\tdata['y'] = invertedY;\r\n\t\t\t}\r\n\t\t\tdata['-y'] = invertedY;\r\n\t\t}\r\n\r\n\t\treturn Util.template(this._url, Util.extend(data, this.options));\r\n\t},\r\n\r\n\t_tileOnLoad: function (done, tile) {\r\n\t\t// For https://github.com/Leaflet/Leaflet/issues/3332\r\n\t\tif (Browser.ielt9) {\r\n\t\t\tsetTimeout(Util.bind(done, this, null, tile), 0);\r\n\t\t} else {\r\n\t\t\tdone(null, tile);\r\n\t\t}\r\n\t},\r\n\r\n\t_tileOnError: function (done, tile, e) {\r\n\t\tvar errorUrl = this.options.errorTileUrl;\r\n\t\tif (errorUrl && tile.getAttribute('src') !== errorUrl) {\r\n\t\t\ttile.src = errorUrl;\r\n\t\t}\r\n\t\tdone(e, tile);\r\n\t},\r\n\r\n\t_onTileRemove: function (e) {\r\n\t\te.tile.onload = null;\r\n\t},\r\n\r\n\t_getZoomForUrl: function () {\r\n\t\tvar zoom = this._tileZoom,\r\n\t\tmaxZoom = this.options.maxZoom,\r\n\t\tzoomReverse = this.options.zoomReverse,\r\n\t\tzoomOffset = this.options.zoomOffset;\r\n\r\n\t\tif (zoomReverse) {\r\n\t\t\tzoom = maxZoom - zoom;\r\n\t\t}\r\n\r\n\t\treturn zoom + zoomOffset;\r\n\t},\r\n\r\n\t_getSubdomain: function (tilePoint) {\r\n\t\tvar index = Math.abs(tilePoint.x + tilePoint.y) % this.options.subdomains.length;\r\n\t\treturn this.options.subdomains[index];\r\n\t},\r\n\r\n\t// stops loading all tiles in the background layer\r\n\t_abortLoading: function () {\r\n\t\tvar i, tile;\r\n\t\tfor (i in this._tiles) {\r\n\t\t\tif (this._tiles[i].coords.z !== this._tileZoom) {\r\n\t\t\t\ttile = this._tiles[i].el;\r\n\r\n\t\t\t\ttile.onload = Util.falseFn;\r\n\t\t\t\ttile.onerror = Util.falseFn;\r\n\r\n\t\t\t\tif (!tile.complete) {\r\n\t\t\t\t\ttile.src = Util.emptyImageUrl;\r\n\t\t\t\t\tDomUtil.remove(tile);\r\n\t\t\t\t\tdelete this._tiles[i];\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\r\n\t_removeTile: function (key) {\r\n\t\tvar tile = this._tiles[key];\r\n\t\tif (!tile) { return; }\r\n\r\n\t\t// Cancels any pending http requests associated with the tile\r\n\t\t// unless we're on Android's stock browser,\r\n\t\t// see https://github.com/Leaflet/Leaflet/issues/137\r\n\t\tif (!Browser.androidStock) {\r\n\t\t\ttile.el.setAttribute('src', Util.emptyImageUrl);\r\n\t\t}\r\n\r\n\t\treturn GridLayer.prototype._removeTile.call(this, key);\r\n\t},\r\n\r\n\t_tileReady: function (coords, err, tile) {\r\n\t\tif (!this._map || (tile && tile.getAttribute('src') === Util.emptyImageUrl)) {\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\treturn GridLayer.prototype._tileReady.call(this, coords, err, tile);\r\n\t}\r\n});\r\n\r\n\r\n// @factory L.tilelayer(urlTemplate: String, options?: TileLayer options)\r\n// Instantiates a tile layer object given a `URL template` and optionally an options object.\r\n\r\nexport function tileLayer(url, options) {\r\n\treturn new TileLayer(url, options);\r\n}\r\n","import {TileLayer} from './TileLayer';\r\nimport {extend, setOptions, getParamString} from '../../core/Util';\r\nimport {retina} from '../../core/Browser';\r\nimport {EPSG4326} from '../../geo/crs/CRS.EPSG4326';\r\nimport {toBounds} from '../../geometry/Bounds';\r\n\r\n/*\r\n * @class TileLayer.WMS\r\n * @inherits TileLayer\r\n * @aka L.TileLayer.WMS\r\n * Used to display [WMS](https://en.wikipedia.org/wiki/Web_Map_Service) services as tile layers on the map. Extends `TileLayer`.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * var nexrad = L.tileLayer.wms(\"http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cgi\", {\r\n * \tlayers: 'nexrad-n0r-900913',\r\n * \tformat: 'image/png',\r\n * \ttransparent: true,\r\n * \tattribution: \"Weather data © 2012 IEM Nexrad\"\r\n * });\r\n * ```\r\n */\r\n\r\nexport var TileLayerWMS = TileLayer.extend({\r\n\r\n\t// @section\r\n\t// @aka TileLayer.WMS options\r\n\t// If any custom options not documented here are used, they will be sent to the\r\n\t// WMS server as extra parameters in each request URL. This can be useful for\r\n\t// [non-standard vendor WMS parameters](http://docs.geoserver.org/stable/en/user/services/wms/vendor.html).\r\n\tdefaultWmsParams: {\r\n\t\tservice: 'WMS',\r\n\t\trequest: 'GetMap',\r\n\r\n\t\t// @option layers: String = ''\r\n\t\t// **(required)** Comma-separated list of WMS layers to show.\r\n\t\tlayers: '',\r\n\r\n\t\t// @option styles: String = ''\r\n\t\t// Comma-separated list of WMS styles.\r\n\t\tstyles: '',\r\n\r\n\t\t// @option format: String = 'image/jpeg'\r\n\t\t// WMS image format (use `'image/png'` for layers with transparency).\r\n\t\tformat: 'image/jpeg',\r\n\r\n\t\t// @option transparent: Boolean = false\r\n\t\t// If `true`, the WMS service will return images with transparency.\r\n\t\ttransparent: false,\r\n\r\n\t\t// @option version: String = '1.1.1'\r\n\t\t// Version of the WMS service to use\r\n\t\tversion: '1.1.1'\r\n\t},\r\n\r\n\toptions: {\r\n\t\t// @option crs: CRS = null\r\n\t\t// Coordinate Reference System to use for the WMS requests, defaults to\r\n\t\t// map CRS. Don't change this if you're not sure what it means.\r\n\t\tcrs: null,\r\n\r\n\t\t// @option uppercase: Boolean = false\r\n\t\t// If `true`, WMS request parameter keys will be uppercase.\r\n\t\tuppercase: false\r\n\t},\r\n\r\n\tinitialize: function (url, options) {\r\n\r\n\t\tthis._url = url;\r\n\r\n\t\tvar wmsParams = extend({}, this.defaultWmsParams);\r\n\r\n\t\t// all keys that are not TileLayer options go to WMS params\r\n\t\tfor (var i in options) {\r\n\t\t\tif (!(i in this.options)) {\r\n\t\t\t\twmsParams[i] = options[i];\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\toptions = setOptions(this, options);\r\n\r\n\t\tvar realRetina = options.detectRetina && retina ? 2 : 1;\r\n\t\tvar tileSize = this.getTileSize();\r\n\t\twmsParams.width = tileSize.x * realRetina;\r\n\t\twmsParams.height = tileSize.y * realRetina;\r\n\r\n\t\tthis.wmsParams = wmsParams;\r\n\t},\r\n\r\n\tonAdd: function (map) {\r\n\r\n\t\tthis._crs = this.options.crs || map.options.crs;\r\n\t\tthis._wmsVersion = parseFloat(this.wmsParams.version);\r\n\r\n\t\tvar projectionKey = this._wmsVersion >= 1.3 ? 'crs' : 'srs';\r\n\t\tthis.wmsParams[projectionKey] = this._crs.code;\r\n\r\n\t\tTileLayer.prototype.onAdd.call(this, map);\r\n\t},\r\n\r\n\tgetTileUrl: function (coords) {\r\n\r\n\t\tvar tileBounds = this._tileCoordsToNwSe(coords),\r\n\t\t    crs = this._crs,\r\n\t\t    bounds = toBounds(crs.project(tileBounds[0]), crs.project(tileBounds[1])),\r\n\t\t    min = bounds.min,\r\n\t\t    max = bounds.max,\r\n\t\t    bbox = (this._wmsVersion >= 1.3 && this._crs === EPSG4326 ?\r\n\t\t    [min.y, min.x, max.y, max.x] :\r\n\t\t    [min.x, min.y, max.x, max.y]).join(','),\r\n\t\t    url = TileLayer.prototype.getTileUrl.call(this, coords);\r\n\t\treturn url +\r\n\t\t\tgetParamString(this.wmsParams, url, this.options.uppercase) +\r\n\t\t\t(this.options.uppercase ? '&BBOX=' : '&bbox=') + bbox;\r\n\t},\r\n\r\n\t// @method setParams(params: Object, noRedraw?: Boolean): this\r\n\t// Merges an object with the new parameters and re-requests tiles on the current screen (unless `noRedraw` was set to true).\r\n\tsetParams: function (params, noRedraw) {\r\n\r\n\t\textend(this.wmsParams, params);\r\n\r\n\t\tif (!noRedraw) {\r\n\t\t\tthis.redraw();\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t}\r\n});\r\n\r\n\r\n// @factory L.tileLayer.wms(baseUrl: String, options: TileLayer.WMS options)\r\n// Instantiates a WMS tile layer object given a base URL of the WMS service and a WMS parameters/options object.\r\nexport function tileLayerWMS(url, options) {\r\n\treturn new TileLayerWMS(url, options);\r\n}\r\n","export {GridLayer, gridLayer} from './GridLayer';\nimport {TileLayer, tileLayer} from './TileLayer';\nimport {TileLayerWMS, tileLayerWMS} from './TileLayer.WMS';\nTileLayer.WMS = TileLayerWMS;\ntileLayer.wms = tileLayerWMS;\nexport {TileLayer, tileLayer};\n","import {Layer} from '../Layer';\nimport * as DomUtil from '../../dom/DomUtil';\nimport * as Util from '../../core/Util';\nimport * as Browser from '../../core/Browser';\nimport {Bounds} from '../../geometry/Bounds';\n\n\n\n/*\n * @class Renderer\n * @inherits Layer\n * @aka L.Renderer\n *\n * Base class for vector renderer implementations (`SVG`, `Canvas`). Handles the\n * DOM container of the renderer, its bounds, and its zoom animation.\n *\n * A `Renderer` works as an implicit layer group for all `Path`s - the renderer\n * itself can be added or removed to the map. All paths use a renderer, which can\n * be implicit (the map will decide the type of renderer and use it automatically)\n * or explicit (using the [`renderer`](#path-renderer) option of the path).\n *\n * Do not use this class directly, use `SVG` and `Canvas` instead.\n *\n * @event update: Event\n * Fired when the renderer updates its bounds, center and zoom, for example when\n * its map has moved\n */\n\nexport var Renderer = Layer.extend({\n\n\t// @section\n\t// @aka Renderer options\n\toptions: {\n\t\t// @option padding: Number = 0.1\n\t\t// How much to extend the clip area around the map view (relative to its size)\n\t\t// e.g. 0.1 would be 10% of map view in each direction\n\t\tpadding: 0.1,\n\n\t\t// @option tolerance: Number = 0\n\t\t// How much to extend click tolerance round a path/object on the map\n\t\ttolerance : 0\n\t},\n\n\tinitialize: function (options) {\n\t\tUtil.setOptions(this, options);\n\t\tUtil.stamp(this);\n\t\tthis._layers = this._layers || {};\n\t},\n\n\tonAdd: function () {\n\t\tif (!this._container) {\n\t\t\tthis._initContainer(); // defined by renderer implementations\n\n\t\t\tif (this._zoomAnimated) {\n\t\t\t\tDomUtil.addClass(this._container, 'leaflet-zoom-animated');\n\t\t\t}\n\t\t}\n\n\t\tthis.getPane().appendChild(this._container);\n\t\tthis._update();\n\t\tthis.on('update', this._updatePaths, this);\n\t},\n\n\tonRemove: function () {\n\t\tthis.off('update', this._updatePaths, this);\n\t\tthis._destroyContainer();\n\t},\n\n\tgetEvents: function () {\n\t\tvar events = {\n\t\t\tviewreset: this._reset,\n\t\t\tzoom: this._onZoom,\n\t\t\tmoveend: this._update,\n\t\t\tzoomend: this._onZoomEnd\n\t\t};\n\t\tif (this._zoomAnimated) {\n\t\t\tevents.zoomanim = this._onAnimZoom;\n\t\t}\n\t\treturn events;\n\t},\n\n\t_onAnimZoom: function (ev) {\n\t\tthis._updateTransform(ev.center, ev.zoom);\n\t},\n\n\t_onZoom: function () {\n\t\tthis._updateTransform(this._map.getCenter(), this._map.getZoom());\n\t},\n\n\t_updateTransform: function (center, zoom) {\n\t\tvar scale = this._map.getZoomScale(zoom, this._zoom),\n\t\t    position = DomUtil.getPosition(this._container),\n\t\t    viewHalf = this._map.getSize().multiplyBy(0.5 + this.options.padding),\n\t\t    currentCenterPoint = this._map.project(this._center, zoom),\n\t\t    destCenterPoint = this._map.project(center, zoom),\n\t\t    centerOffset = destCenterPoint.subtract(currentCenterPoint),\n\n\t\t    topLeftOffset = viewHalf.multiplyBy(-scale).add(position).add(viewHalf).subtract(centerOffset);\n\n\t\tif (Browser.any3d) {\n\t\t\tDomUtil.setTransform(this._container, topLeftOffset, scale);\n\t\t} else {\n\t\t\tDomUtil.setPosition(this._container, topLeftOffset);\n\t\t}\n\t},\n\n\t_reset: function () {\n\t\tthis._update();\n\t\tthis._updateTransform(this._center, this._zoom);\n\n\t\tfor (var id in this._layers) {\n\t\t\tthis._layers[id]._reset();\n\t\t}\n\t},\n\n\t_onZoomEnd: function () {\n\t\tfor (var id in this._layers) {\n\t\t\tthis._layers[id]._project();\n\t\t}\n\t},\n\n\t_updatePaths: function () {\n\t\tfor (var id in this._layers) {\n\t\t\tthis._layers[id]._update();\n\t\t}\n\t},\n\n\t_update: function () {\n\t\t// Update pixel bounds of renderer container (for positioning/sizing/clipping later)\n\t\t// Subclasses are responsible of firing the 'update' event.\n\t\tvar p = this.options.padding,\n\t\t    size = this._map.getSize(),\n\t\t    min = this._map.containerPointToLayerPoint(size.multiplyBy(-p)).round();\n\n\t\tthis._bounds = new Bounds(min, min.add(size.multiplyBy(1 + p * 2)).round());\n\n\t\tthis._center = this._map.getCenter();\n\t\tthis._zoom = this._map.getZoom();\n\t}\n});\n","import {Renderer} from './Renderer';\nimport * as DomUtil from '../../dom/DomUtil';\nimport * as DomEvent from '../../dom/DomEvent';\nimport * as Browser from '../../core/Browser';\nimport * as Util from '../../core/Util';\nimport {Bounds} from '../../geometry/Bounds';\n\n/*\n * @class Canvas\n * @inherits Renderer\n * @aka L.Canvas\n *\n * Allows vector layers to be displayed with [`<canvas>`](https://developer.mozilla.org/docs/Web/API/Canvas_API).\n * Inherits `Renderer`.\n *\n * Due to [technical limitations](http://caniuse.com/#search=canvas), Canvas is not\n * available in all web browsers, notably IE8, and overlapping geometries might\n * not display properly in some edge cases.\n *\n * @example\n *\n * Use Canvas by default for all paths in the map:\n *\n * ```js\n * var map = L.map('map', {\n * \trenderer: L.canvas()\n * });\n * ```\n *\n * Use a Canvas renderer with extra padding for specific vector geometries:\n *\n * ```js\n * var map = L.map('map');\n * var myRenderer = L.canvas({ padding: 0.5 });\n * var line = L.polyline( coordinates, { renderer: myRenderer } );\n * var circle = L.circle( center, { renderer: myRenderer } );\n * ```\n */\n\nexport var Canvas = Renderer.extend({\n\tgetEvents: function () {\n\t\tvar events = Renderer.prototype.getEvents.call(this);\n\t\tevents.viewprereset = this._onViewPreReset;\n\t\treturn events;\n\t},\n\n\t_onViewPreReset: function () {\n\t\t// Set a flag so that a viewprereset+moveend+viewreset only updates&redraws once\n\t\tthis._postponeUpdatePaths = true;\n\t},\n\n\tonAdd: function () {\n\t\tRenderer.prototype.onAdd.call(this);\n\n\t\t// Redraw vectors since canvas is cleared upon removal,\n\t\t// in case of removing the renderer itself from the map.\n\t\tthis._draw();\n\t},\n\n\t_initContainer: function () {\n\t\tvar container = this._container = document.createElement('canvas');\n\n\t\tDomEvent.on(container, 'mousemove', Util.throttle(this._onMouseMove, 32, this), this);\n\t\tDomEvent.on(container, 'click dblclick mousedown mouseup contextmenu', this._onClick, this);\n\t\tDomEvent.on(container, 'mouseout', this._handleMouseOut, this);\n\n\t\tthis._ctx = container.getContext('2d');\n\t},\n\n\t_destroyContainer: function () {\n\t\tUtil.cancelAnimFrame(this._redrawRequest);\n\t\tdelete this._ctx;\n\t\tDomUtil.remove(this._container);\n\t\tDomEvent.off(this._container);\n\t\tdelete this._container;\n\t},\n\n\t_updatePaths: function () {\n\t\tif (this._postponeUpdatePaths) { return; }\n\n\t\tvar layer;\n\t\tthis._redrawBounds = null;\n\t\tfor (var id in this._layers) {\n\t\t\tlayer = this._layers[id];\n\t\t\tlayer._update();\n\t\t}\n\t\tthis._redraw();\n\t},\n\n\t_update: function () {\n\t\tif (this._map._animatingZoom && this._bounds) { return; }\n\n\t\tRenderer.prototype._update.call(this);\n\n\t\tvar b = this._bounds,\n\t\t    container = this._container,\n\t\t    size = b.getSize(),\n\t\t    m = Browser.retina ? 2 : 1;\n\n\t\tDomUtil.setPosition(container, b.min);\n\n\t\t// set canvas size (also clearing it); use double size on retina\n\t\tcontainer.width = m * size.x;\n\t\tcontainer.height = m * size.y;\n\t\tcontainer.style.width = size.x + 'px';\n\t\tcontainer.style.height = size.y + 'px';\n\n\t\tif (Browser.retina) {\n\t\t\tthis._ctx.scale(2, 2);\n\t\t}\n\n\t\t// translate so we use the same path coordinates after canvas element moves\n\t\tthis._ctx.translate(-b.min.x, -b.min.y);\n\n\t\t// Tell paths to redraw themselves\n\t\tthis.fire('update');\n\t},\n\n\t_reset: function () {\n\t\tRenderer.prototype._reset.call(this);\n\n\t\tif (this._postponeUpdatePaths) {\n\t\t\tthis._postponeUpdatePaths = false;\n\t\t\tthis._updatePaths();\n\t\t}\n\t},\n\n\t_initPath: function (layer) {\n\t\tthis._updateDashArray(layer);\n\t\tthis._layers[Util.stamp(layer)] = layer;\n\n\t\tvar order = layer._order = {\n\t\t\tlayer: layer,\n\t\t\tprev: this._drawLast,\n\t\t\tnext: null\n\t\t};\n\t\tif (this._drawLast) { this._drawLast.next = order; }\n\t\tthis._drawLast = order;\n\t\tthis._drawFirst = this._drawFirst || this._drawLast;\n\t},\n\n\t_addPath: function (layer) {\n\t\tthis._requestRedraw(layer);\n\t},\n\n\t_removePath: function (layer) {\n\t\tvar order = layer._order;\n\t\tvar next = order.next;\n\t\tvar prev = order.prev;\n\n\t\tif (next) {\n\t\t\tnext.prev = prev;\n\t\t} else {\n\t\t\tthis._drawLast = prev;\n\t\t}\n\t\tif (prev) {\n\t\t\tprev.next = next;\n\t\t} else {\n\t\t\tthis._drawFirst = next;\n\t\t}\n\n\t\tdelete layer._order;\n\n\t\tdelete this._layers[Util.stamp(layer)];\n\n\t\tthis._requestRedraw(layer);\n\t},\n\n\t_updatePath: function (layer) {\n\t\t// Redraw the union of the layer's old pixel\n\t\t// bounds and the new pixel bounds.\n\t\tthis._extendRedrawBounds(layer);\n\t\tlayer._project();\n\t\tlayer._update();\n\t\t// The redraw will extend the redraw bounds\n\t\t// with the new pixel bounds.\n\t\tthis._requestRedraw(layer);\n\t},\n\n\t_updateStyle: function (layer) {\n\t\tthis._updateDashArray(layer);\n\t\tthis._requestRedraw(layer);\n\t},\n\n\t_updateDashArray: function (layer) {\n\t\tif (typeof layer.options.dashArray === 'string') {\n\t\t\tvar parts = layer.options.dashArray.split(/[, ]+/),\n\t\t\t    dashArray = [],\n\t\t\t    dashValue,\n\t\t\t    i;\n\t\t\tfor (i = 0; i < parts.length; i++) {\n\t\t\t\tdashValue = Number(parts[i]);\n\t\t\t\t// Ignore dash array containing invalid lengths\n\t\t\t\tif (isNaN(dashValue)) { return; }\n\t\t\t\tdashArray.push(dashValue);\n\t\t\t}\n\t\t\tlayer.options._dashArray = dashArray;\n\t\t} else {\n\t\t\tlayer.options._dashArray = layer.options.dashArray;\n\t\t}\n\t},\n\n\t_requestRedraw: function (layer) {\n\t\tif (!this._map) { return; }\n\n\t\tthis._extendRedrawBounds(layer);\n\t\tthis._redrawRequest = this._redrawRequest || Util.requestAnimFrame(this._redraw, this);\n\t},\n\n\t_extendRedrawBounds: function (layer) {\n\t\tif (layer._pxBounds) {\n\t\t\tvar padding = (layer.options.weight || 0) + 1;\n\t\t\tthis._redrawBounds = this._redrawBounds || new Bounds();\n\t\t\tthis._redrawBounds.extend(layer._pxBounds.min.subtract([padding, padding]));\n\t\t\tthis._redrawBounds.extend(layer._pxBounds.max.add([padding, padding]));\n\t\t}\n\t},\n\n\t_redraw: function () {\n\t\tthis._redrawRequest = null;\n\n\t\tif (this._redrawBounds) {\n\t\t\tthis._redrawBounds.min._floor();\n\t\t\tthis._redrawBounds.max._ceil();\n\t\t}\n\n\t\tthis._clear(); // clear layers in redraw bounds\n\t\tthis._draw(); // draw layers\n\n\t\tthis._redrawBounds = null;\n\t},\n\n\t_clear: function () {\n\t\tvar bounds = this._redrawBounds;\n\t\tif (bounds) {\n\t\t\tvar size = bounds.getSize();\n\t\t\tthis._ctx.clearRect(bounds.min.x, bounds.min.y, size.x, size.y);\n\t\t} else {\n\t\t\tthis._ctx.clearRect(0, 0, this._container.width, this._container.height);\n\t\t}\n\t},\n\n\t_draw: function () {\n\t\tvar layer, bounds = this._redrawBounds;\n\t\tthis._ctx.save();\n\t\tif (bounds) {\n\t\t\tvar size = bounds.getSize();\n\t\t\tthis._ctx.beginPath();\n\t\t\tthis._ctx.rect(bounds.min.x, bounds.min.y, size.x, size.y);\n\t\t\tthis._ctx.clip();\n\t\t}\n\n\t\tthis._drawing = true;\n\n\t\tfor (var order = this._drawFirst; order; order = order.next) {\n\t\t\tlayer = order.layer;\n\t\t\tif (!bounds || (layer._pxBounds && layer._pxBounds.intersects(bounds))) {\n\t\t\t\tlayer._updatePath();\n\t\t\t}\n\t\t}\n\n\t\tthis._drawing = false;\n\n\t\tthis._ctx.restore();  // Restore state before clipping.\n\t},\n\n\t_updatePoly: function (layer, closed) {\n\t\tif (!this._drawing) { return; }\n\n\t\tvar i, j, len2, p,\n\t\t    parts = layer._parts,\n\t\t    len = parts.length,\n\t\t    ctx = this._ctx;\n\n\t\tif (!len) { return; }\n\n\t\tctx.beginPath();\n\n\t\tfor (i = 0; i < len; i++) {\n\t\t\tfor (j = 0, len2 = parts[i].length; j < len2; j++) {\n\t\t\t\tp = parts[i][j];\n\t\t\t\tctx[j ? 'lineTo' : 'moveTo'](p.x, p.y);\n\t\t\t}\n\t\t\tif (closed) {\n\t\t\t\tctx.closePath();\n\t\t\t}\n\t\t}\n\n\t\tthis._fillStroke(ctx, layer);\n\n\t\t// TODO optimization: 1 fill/stroke for all features with equal style instead of 1 for each feature\n\t},\n\n\t_updateCircle: function (layer) {\n\n\t\tif (!this._drawing || layer._empty()) { return; }\n\n\t\tvar p = layer._point,\n\t\t    ctx = this._ctx,\n\t\t    r = Math.max(Math.round(layer._radius), 1),\n\t\t    s = (Math.max(Math.round(layer._radiusY), 1) || r) / r;\n\n\t\tif (s !== 1) {\n\t\t\tctx.save();\n\t\t\tctx.scale(1, s);\n\t\t}\n\n\t\tctx.beginPath();\n\t\tctx.arc(p.x, p.y / s, r, 0, Math.PI * 2, false);\n\n\t\tif (s !== 1) {\n\t\t\tctx.restore();\n\t\t}\n\n\t\tthis._fillStroke(ctx, layer);\n\t},\n\n\t_fillStroke: function (ctx, layer) {\n\t\tvar options = layer.options;\n\n\t\tif (options.fill) {\n\t\t\tctx.globalAlpha = options.fillOpacity;\n\t\t\tctx.fillStyle = options.fillColor || options.color;\n\t\t\tctx.fill(options.fillRule || 'evenodd');\n\t\t}\n\n\t\tif (options.stroke && options.weight !== 0) {\n\t\t\tif (ctx.setLineDash) {\n\t\t\t\tctx.setLineDash(layer.options && layer.options._dashArray || []);\n\t\t\t}\n\t\t\tctx.globalAlpha = options.opacity;\n\t\t\tctx.lineWidth = options.weight;\n\t\t\tctx.strokeStyle = options.color;\n\t\t\tctx.lineCap = options.lineCap;\n\t\t\tctx.lineJoin = options.lineJoin;\n\t\t\tctx.stroke();\n\t\t}\n\t},\n\n\t// Canvas obviously doesn't have mouse events for individual drawn objects,\n\t// so we emulate that by calculating what's under the mouse on mousemove/click manually\n\n\t_onClick: function (e) {\n\t\tvar point = this._map.mouseEventToLayerPoint(e), layer, clickedLayer;\n\n\t\tfor (var order = this._drawFirst; order; order = order.next) {\n\t\t\tlayer = order.layer;\n\t\t\tif (layer.options.interactive && layer._containsPoint(point) && !this._map._draggableMoved(layer)) {\n\t\t\t\tclickedLayer = layer;\n\t\t\t}\n\t\t}\n\t\tif (clickedLayer)  {\n\t\t\tDomEvent.fakeStop(e);\n\t\t\tthis._fireEvent([clickedLayer], e);\n\t\t}\n\t},\n\n\t_onMouseMove: function (e) {\n\t\tif (!this._map || this._map.dragging.moving() || this._map._animatingZoom) { return; }\n\n\t\tvar point = this._map.mouseEventToLayerPoint(e);\n\t\tthis._handleMouseHover(e, point);\n\t},\n\n\n\t_handleMouseOut: function (e) {\n\t\tvar layer = this._hoveredLayer;\n\t\tif (layer) {\n\t\t\t// if we're leaving the layer, fire mouseout\n\t\t\tDomUtil.removeClass(this._container, 'leaflet-interactive');\n\t\t\tthis._fireEvent([layer], e, 'mouseout');\n\t\t\tthis._hoveredLayer = null;\n\t\t}\n\t},\n\n\t_handleMouseHover: function (e, point) {\n\t\tvar layer, candidateHoveredLayer;\n\n\t\tfor (var order = this._drawFirst; order; order = order.next) {\n\t\t\tlayer = order.layer;\n\t\t\tif (layer.options.interactive && layer._containsPoint(point)) {\n\t\t\t\tcandidateHoveredLayer = layer;\n\t\t\t}\n\t\t}\n\n\t\tif (candidateHoveredLayer !== this._hoveredLayer) {\n\t\t\tthis._handleMouseOut(e);\n\n\t\t\tif (candidateHoveredLayer) {\n\t\t\t\tDomUtil.addClass(this._container, 'leaflet-interactive'); // change cursor\n\t\t\t\tthis._fireEvent([candidateHoveredLayer], e, 'mouseover');\n\t\t\t\tthis._hoveredLayer = candidateHoveredLayer;\n\t\t\t}\n\t\t}\n\n\t\tif (this._hoveredLayer) {\n\t\t\tthis._fireEvent([this._hoveredLayer], e);\n\t\t}\n\t},\n\n\t_fireEvent: function (layers, e, type) {\n\t\tthis._map._fireDOMEvent(e, type || e.type, layers);\n\t},\n\n\t_bringToFront: function (layer) {\n\t\tvar order = layer._order;\n\n\t\tif (!order) { return; }\n\n\t\tvar next = order.next;\n\t\tvar prev = order.prev;\n\n\t\tif (next) {\n\t\t\tnext.prev = prev;\n\t\t} else {\n\t\t\t// Already last\n\t\t\treturn;\n\t\t}\n\t\tif (prev) {\n\t\t\tprev.next = next;\n\t\t} else if (next) {\n\t\t\t// Update first entry unless this is the\n\t\t\t// single entry\n\t\t\tthis._drawFirst = next;\n\t\t}\n\n\t\torder.prev = this._drawLast;\n\t\tthis._drawLast.next = order;\n\n\t\torder.next = null;\n\t\tthis._drawLast = order;\n\n\t\tthis._requestRedraw(layer);\n\t},\n\n\t_bringToBack: function (layer) {\n\t\tvar order = layer._order;\n\n\t\tif (!order) { return; }\n\n\t\tvar next = order.next;\n\t\tvar prev = order.prev;\n\n\t\tif (prev) {\n\t\t\tprev.next = next;\n\t\t} else {\n\t\t\t// Already first\n\t\t\treturn;\n\t\t}\n\t\tif (next) {\n\t\t\tnext.prev = prev;\n\t\t} else if (prev) {\n\t\t\t// Update last entry unless this is the\n\t\t\t// single entry\n\t\t\tthis._drawLast = prev;\n\t\t}\n\n\t\torder.prev = null;\n\n\t\torder.next = this._drawFirst;\n\t\tthis._drawFirst.prev = order;\n\t\tthis._drawFirst = order;\n\n\t\tthis._requestRedraw(layer);\n\t}\n});\n\n// @factory L.canvas(options?: Renderer options)\n// Creates a Canvas renderer with the given options.\nexport function canvas(options) {\n\treturn Browser.canvas ? new Canvas(options) : null;\n}\n","import * as DomUtil from '../../dom/DomUtil';\nimport * as Util from '../../core/Util';\nimport {Renderer} from './Renderer';\n\n/*\n * Thanks to Dmitry Baranovsky and his Raphael library for inspiration!\n */\n\n\nexport var vmlCreate = (function () {\n\ttry {\n\t\tdocument.namespaces.add('lvml', 'urn:schemas-microsoft-com:vml');\n\t\treturn function (name) {\n\t\t\treturn document.createElement('<lvml:' + name + ' class=\"lvml\">');\n\t\t};\n\t} catch (e) {\n\t\treturn function (name) {\n\t\t\treturn document.createElement('<' + name + ' xmlns=\"urn:schemas-microsoft.com:vml\" class=\"lvml\">');\n\t\t};\n\t}\n})();\n\n\n/*\n * @class SVG\n *\n *\n * VML was deprecated in 2012, which means VML functionality exists only for backwards compatibility\n * with old versions of Internet Explorer.\n */\n\n// mixin to redefine some SVG methods to handle VML syntax which is similar but with some differences\nexport var vmlMixin = {\n\n\t_initContainer: function () {\n\t\tthis._container = DomUtil.create('div', 'leaflet-vml-container');\n\t},\n\n\t_update: function () {\n\t\tif (this._map._animatingZoom) { return; }\n\t\tRenderer.prototype._update.call(this);\n\t\tthis.fire('update');\n\t},\n\n\t_initPath: function (layer) {\n\t\tvar container = layer._container = vmlCreate('shape');\n\n\t\tDomUtil.addClass(container, 'leaflet-vml-shape ' + (this.options.className || ''));\n\n\t\tcontainer.coordsize = '1 1';\n\n\t\tlayer._path = vmlCreate('path');\n\t\tcontainer.appendChild(layer._path);\n\n\t\tthis._updateStyle(layer);\n\t\tthis._layers[Util.stamp(layer)] = layer;\n\t},\n\n\t_addPath: function (layer) {\n\t\tvar container = layer._container;\n\t\tthis._container.appendChild(container);\n\n\t\tif (layer.options.interactive) {\n\t\t\tlayer.addInteractiveTarget(container);\n\t\t}\n\t},\n\n\t_removePath: function (layer) {\n\t\tvar container = layer._container;\n\t\tDomUtil.remove(container);\n\t\tlayer.removeInteractiveTarget(container);\n\t\tdelete this._layers[Util.stamp(layer)];\n\t},\n\n\t_updateStyle: function (layer) {\n\t\tvar stroke = layer._stroke,\n\t\t    fill = layer._fill,\n\t\t    options = layer.options,\n\t\t    container = layer._container;\n\n\t\tcontainer.stroked = !!options.stroke;\n\t\tcontainer.filled = !!options.fill;\n\n\t\tif (options.stroke) {\n\t\t\tif (!stroke) {\n\t\t\t\tstroke = layer._stroke = vmlCreate('stroke');\n\t\t\t}\n\t\t\tcontainer.appendChild(stroke);\n\t\t\tstroke.weight = options.weight + 'px';\n\t\t\tstroke.color = options.color;\n\t\t\tstroke.opacity = options.opacity;\n\n\t\t\tif (options.dashArray) {\n\t\t\t\tstroke.dashStyle = Util.isArray(options.dashArray) ?\n\t\t\t\t    options.dashArray.join(' ') :\n\t\t\t\t    options.dashArray.replace(/( *, *)/g, ' ');\n\t\t\t} else {\n\t\t\t\tstroke.dashStyle = '';\n\t\t\t}\n\t\t\tstroke.endcap = options.lineCap.replace('butt', 'flat');\n\t\t\tstroke.joinstyle = options.lineJoin;\n\n\t\t} else if (stroke) {\n\t\t\tcontainer.removeChild(stroke);\n\t\t\tlayer._stroke = null;\n\t\t}\n\n\t\tif (options.fill) {\n\t\t\tif (!fill) {\n\t\t\t\tfill = layer._fill = vmlCreate('fill');\n\t\t\t}\n\t\t\tcontainer.appendChild(fill);\n\t\t\tfill.color = options.fillColor || options.color;\n\t\t\tfill.opacity = options.fillOpacity;\n\n\t\t} else if (fill) {\n\t\t\tcontainer.removeChild(fill);\n\t\t\tlayer._fill = null;\n\t\t}\n\t},\n\n\t_updateCircle: function (layer) {\n\t\tvar p = layer._point.round(),\n\t\t    r = Math.round(layer._radius),\n\t\t    r2 = Math.round(layer._radiusY || r);\n\n\t\tthis._setPath(layer, layer._empty() ? 'M0 0' :\n\t\t\t'AL ' + p.x + ',' + p.y + ' ' + r + ',' + r2 + ' 0,' + (65535 * 360));\n\t},\n\n\t_setPath: function (layer, path) {\n\t\tlayer._path.v = path;\n\t},\n\n\t_bringToFront: function (layer) {\n\t\tDomUtil.toFront(layer._container);\n\t},\n\n\t_bringToBack: function (layer) {\n\t\tDomUtil.toBack(layer._container);\n\t}\n};\n","import {Renderer} from './Renderer';\nimport * as DomUtil from '../../dom/DomUtil';\nimport * as DomEvent from '../../dom/DomEvent';\nimport * as Browser from '../../core/Browser';\nimport {stamp} from '../../core/Util';\nimport {svgCreate, pointsToPath} from './SVG.Util';\nexport {pointsToPath};\nimport {vmlMixin, vmlCreate} from './SVG.VML';\n\nexport var create = Browser.vml ? vmlCreate : svgCreate;\n\n/*\n * @class SVG\n * @inherits Renderer\n * @aka L.SVG\n *\n * Allows vector layers to be displayed with [SVG](https://developer.mozilla.org/docs/Web/SVG).\n * Inherits `Renderer`.\n *\n * Due to [technical limitations](http://caniuse.com/#search=svg), SVG is not\n * available in all web browsers, notably Android 2.x and 3.x.\n *\n * Although SVG is not available on IE7 and IE8, these browsers support\n * [VML](https://en.wikipedia.org/wiki/Vector_Markup_Language)\n * (a now deprecated technology), and the SVG renderer will fall back to VML in\n * this case.\n *\n * @example\n *\n * Use SVG by default for all paths in the map:\n *\n * ```js\n * var map = L.map('map', {\n * \trenderer: L.svg()\n * });\n * ```\n *\n * Use a SVG renderer with extra padding for specific vector geometries:\n *\n * ```js\n * var map = L.map('map');\n * var myRenderer = L.svg({ padding: 0.5 });\n * var line = L.polyline( coordinates, { renderer: myRenderer } );\n * var circle = L.circle( center, { renderer: myRenderer } );\n * ```\n */\n\nexport var SVG = Renderer.extend({\n\n\tgetEvents: function () {\n\t\tvar events = Renderer.prototype.getEvents.call(this);\n\t\tevents.zoomstart = this._onZoomStart;\n\t\treturn events;\n\t},\n\n\t_initContainer: function () {\n\t\tthis._container = create('svg');\n\n\t\t// makes it possible to click through svg root; we'll reset it back in individual paths\n\t\tthis._container.setAttribute('pointer-events', 'none');\n\n\t\tthis._rootGroup = create('g');\n\t\tthis._container.appendChild(this._rootGroup);\n\t},\n\n\t_destroyContainer: function () {\n\t\tDomUtil.remove(this._container);\n\t\tDomEvent.off(this._container);\n\t\tdelete this._container;\n\t\tdelete this._rootGroup;\n\t\tdelete this._svgSize;\n\t},\n\n\t_onZoomStart: function () {\n\t\t// Drag-then-pinch interactions might mess up the center and zoom.\n\t\t// In this case, the easiest way to prevent this is re-do the renderer\n\t\t//   bounds and padding when the zooming starts.\n\t\tthis._update();\n\t},\n\n\t_update: function () {\n\t\tif (this._map._animatingZoom && this._bounds) { return; }\n\n\t\tRenderer.prototype._update.call(this);\n\n\t\tvar b = this._bounds,\n\t\t    size = b.getSize(),\n\t\t    container = this._container;\n\n\t\t// set size of svg-container if changed\n\t\tif (!this._svgSize || !this._svgSize.equals(size)) {\n\t\t\tthis._svgSize = size;\n\t\t\tcontainer.setAttribute('width', size.x);\n\t\t\tcontainer.setAttribute('height', size.y);\n\t\t}\n\n\t\t// movement: update container viewBox so that we don't have to change coordinates of individual layers\n\t\tDomUtil.setPosition(container, b.min);\n\t\tcontainer.setAttribute('viewBox', [b.min.x, b.min.y, size.x, size.y].join(' '));\n\n\t\tthis.fire('update');\n\t},\n\n\t// methods below are called by vector layers implementations\n\n\t_initPath: function (layer) {\n\t\tvar path = layer._path = create('path');\n\n\t\t// @namespace Path\n\t\t// @option className: String = null\n\t\t// Custom class name set on an element. Only for SVG renderer.\n\t\tif (layer.options.className) {\n\t\t\tDomUtil.addClass(path, layer.options.className);\n\t\t}\n\n\t\tif (layer.options.interactive) {\n\t\t\tDomUtil.addClass(path, 'leaflet-interactive');\n\t\t}\n\n\t\tthis._updateStyle(layer);\n\t\tthis._layers[stamp(layer)] = layer;\n\t},\n\n\t_addPath: function (layer) {\n\t\tif (!this._rootGroup) { this._initContainer(); }\n\t\tthis._rootGroup.appendChild(layer._path);\n\t\tlayer.addInteractiveTarget(layer._path);\n\t},\n\n\t_removePath: function (layer) {\n\t\tDomUtil.remove(layer._path);\n\t\tlayer.removeInteractiveTarget(layer._path);\n\t\tdelete this._layers[stamp(layer)];\n\t},\n\n\t_updatePath: function (layer) {\n\t\tlayer._project();\n\t\tlayer._update();\n\t},\n\n\t_updateStyle: function (layer) {\n\t\tvar path = layer._path,\n\t\t    options = layer.options;\n\n\t\tif (!path) { return; }\n\n\t\tif (options.stroke) {\n\t\t\tpath.setAttribute('stroke', options.color);\n\t\t\tpath.setAttribute('stroke-opacity', options.opacity);\n\t\t\tpath.setAttribute('stroke-width', options.weight);\n\t\t\tpath.setAttribute('stroke-linecap', options.lineCap);\n\t\t\tpath.setAttribute('stroke-linejoin', options.lineJoin);\n\n\t\t\tif (options.dashArray) {\n\t\t\t\tpath.setAttribute('stroke-dasharray', options.dashArray);\n\t\t\t} else {\n\t\t\t\tpath.removeAttribute('stroke-dasharray');\n\t\t\t}\n\n\t\t\tif (options.dashOffset) {\n\t\t\t\tpath.setAttribute('stroke-dashoffset', options.dashOffset);\n\t\t\t} else {\n\t\t\t\tpath.removeAttribute('stroke-dashoffset');\n\t\t\t}\n\t\t} else {\n\t\t\tpath.setAttribute('stroke', 'none');\n\t\t}\n\n\t\tif (options.fill) {\n\t\t\tpath.setAttribute('fill', options.fillColor || options.color);\n\t\t\tpath.setAttribute('fill-opacity', options.fillOpacity);\n\t\t\tpath.setAttribute('fill-rule', options.fillRule || 'evenodd');\n\t\t} else {\n\t\t\tpath.setAttribute('fill', 'none');\n\t\t}\n\t},\n\n\t_updatePoly: function (layer, closed) {\n\t\tthis._setPath(layer, pointsToPath(layer._parts, closed));\n\t},\n\n\t_updateCircle: function (layer) {\n\t\tvar p = layer._point,\n\t\t    r = Math.max(Math.round(layer._radius), 1),\n\t\t    r2 = Math.max(Math.round(layer._radiusY), 1) || r,\n\t\t    arc = 'a' + r + ',' + r2 + ' 0 1,0 ';\n\n\t\t// drawing a circle with two half-arcs\n\t\tvar d = layer._empty() ? 'M0 0' :\n\t\t\t'M' + (p.x - r) + ',' + p.y +\n\t\t\tarc + (r * 2) + ',0 ' +\n\t\t\tarc + (-r * 2) + ',0 ';\n\n\t\tthis._setPath(layer, d);\n\t},\n\n\t_setPath: function (layer, path) {\n\t\tlayer._path.setAttribute('d', path);\n\t},\n\n\t// SVG does not have the concept of zIndex so we resort to changing the DOM order of elements\n\t_bringToFront: function (layer) {\n\t\tDomUtil.toFront(layer._path);\n\t},\n\n\t_bringToBack: function (layer) {\n\t\tDomUtil.toBack(layer._path);\n\t}\n});\n\nif (Browser.vml) {\n\tSVG.include(vmlMixin);\n}\n\n// @namespace SVG\n// @factory L.svg(options?: Renderer options)\n// Creates a SVG renderer with the given options.\nexport function svg(options) {\n\treturn Browser.svg || Browser.vml ? new SVG(options) : null;\n}\n","import {Map} from '../../map/Map';\nimport {canvas} from './Canvas';\nimport {svg} from './SVG';\n\nMap.include({\n\t// @namespace Map; @method getRenderer(layer: Path): Renderer\n\t// Returns the instance of `Renderer` that should be used to render the given\n\t// `Path`. It will ensure that the `renderer` options of the map and paths\n\t// are respected, and that the renderers do exist on the map.\n\tgetRenderer: function (layer) {\n\t\t// @namespace Path; @option renderer: Renderer\n\t\t// Use this specific instance of `Renderer` for this path. Takes\n\t\t// precedence over the map's [default renderer](#map-renderer).\n\t\tvar renderer = layer.options.renderer || this._getPaneRenderer(layer.options.pane) || this.options.renderer || this._renderer;\n\n\t\tif (!renderer) {\n\t\t\trenderer = this._renderer = this._createRenderer();\n\t\t}\n\n\t\tif (!this.hasLayer(renderer)) {\n\t\t\tthis.addLayer(renderer);\n\t\t}\n\t\treturn renderer;\n\t},\n\n\t_getPaneRenderer: function (name) {\n\t\tif (name === 'overlayPane' || name === undefined) {\n\t\t\treturn false;\n\t\t}\n\n\t\tvar renderer = this._paneRenderers[name];\n\t\tif (renderer === undefined) {\n\t\t\trenderer = this._createRenderer({pane: name});\n\t\t\tthis._paneRenderers[name] = renderer;\n\t\t}\n\t\treturn renderer;\n\t},\n\n\t_createRenderer: function (options) {\n\t\t// @namespace Map; @option preferCanvas: Boolean = false\n\t\t// Whether `Path`s should be rendered on a `Canvas` renderer.\n\t\t// By default, all `Path`s are rendered in a `SVG` renderer.\n\t\treturn (this.options.preferCanvas && canvas(options)) || svg(options);\n\t}\n});\n","import {Polygon} from './Polygon';\nimport {toLatLngBounds} from '../../geo/LatLngBounds';\n\n/*\n * L.Rectangle extends Polygon and creates a rectangle when passed a LatLngBounds object.\n */\n\n/*\n * @class Rectangle\n * @aka L.Rectangle\n * @inherits Polygon\n *\n * A class for drawing rectangle overlays on a map. Extends `Polygon`.\n *\n * @example\n *\n * ```js\n * // define rectangle geographical bounds\n * var bounds = [[54.559322, -5.767822], [56.1210604, -3.021240]];\n *\n * // create an orange rectangle\n * L.rectangle(bounds, {color: \"#ff7800\", weight: 1}).addTo(map);\n *\n * // zoom the map to the rectangle bounds\n * map.fitBounds(bounds);\n * ```\n *\n */\n\n\nexport var Rectangle = Polygon.extend({\n\tinitialize: function (latLngBounds, options) {\n\t\tPolygon.prototype.initialize.call(this, this._boundsToLatLngs(latLngBounds), options);\n\t},\n\n\t// @method setBounds(latLngBounds: LatLngBounds): this\n\t// Redraws the rectangle with the passed bounds.\n\tsetBounds: function (latLngBounds) {\n\t\treturn this.setLatLngs(this._boundsToLatLngs(latLngBounds));\n\t},\n\n\t_boundsToLatLngs: function (latLngBounds) {\n\t\tlatLngBounds = toLatLngBounds(latLngBounds);\n\t\treturn [\n\t\t\tlatLngBounds.getSouthWest(),\n\t\t\tlatLngBounds.getNorthWest(),\n\t\t\tlatLngBounds.getNorthEast(),\n\t\t\tlatLngBounds.getSouthEast()\n\t\t];\n\t}\n});\n\n\n// @factory L.rectangle(latLngBounds: LatLngBounds, options?: Polyline options)\nexport function rectangle(latLngBounds, options) {\n\treturn new Rectangle(latLngBounds, options);\n}\n","export {Renderer} from './Renderer';\nexport {Canvas, canvas} from './Canvas';\nimport {SVG, create, pointsToPath, svg} from './SVG';\nSVG.create = create;\nSVG.pointsToPath = pointsToPath;\nexport {SVG, svg};\nimport './Renderer.getRenderer';\t// This is a bit of a hack, but needed because circular dependencies\n\nexport {Path} from './Path';\nexport {CircleMarker, circleMarker} from './CircleMarker';\nexport {Circle, circle} from './Circle';\nexport {Polyline, polyline} from './Polyline';\nexport {Polygon, polygon} from './Polygon';\nexport {Rectangle, rectangle} from './Rectangle';\n","export {Layer} from './Layer';\nexport {LayerGroup, layerGroup} from './LayerGroup';\nexport {FeatureGroup, featureGroup} from './FeatureGroup';\nimport {GeoJSON, geoJSON, geoJson, geometryToLayer, coordsToLatLng, coordsToLatLngs, latLngToCoords, latLngsToCoords, getFeature, asFeature} from './GeoJSON';\nGeoJSON.geometryToLayer = geometryToLayer;\nGeoJSON.coordsToLatLng = coordsToLatLng;\nGeoJSON.coordsToLatLngs = coordsToLatLngs;\nGeoJSON.latLngToCoords = latLngToCoords;\nGeoJSON.latLngsToCoords = latLngsToCoords;\nGeoJSON.getFeature = getFeature;\nGeoJSON.asFeature = asFeature;\nexport {GeoJSON, geoJSON, geoJson};\n\nexport {ImageOverlay, imageOverlay} from './ImageOverlay';\nexport {VideoOverlay, videoOverlay} from './VideoOverlay';\n\nexport {DivOverlay} from './DivOverlay';\nexport {Popup, popup} from './Popup';\nexport {Tooltip, tooltip} from './Tooltip';\n\nexport * from './marker/index';\nexport * from './tile/index';\nexport * from './vector/index';\n","import {Map} from '../Map';\nimport {Handler} from '../../core/Handler';\nimport * as Util from '../../core/Util';\nimport * as DomUtil from '../../dom/DomUtil';\nimport * as DomEvent from '../../dom/DomEvent';\nimport {LatLngBounds} from '../../geo/LatLngBounds';\nimport {Bounds} from '../../geometry/Bounds';\n\n/*\n * L.Handler.BoxZoom is used to add shift-drag zoom interaction to the map\n * (zoom to a selected bounding box), enabled by default.\n */\n\n// @namespace Map\n// @section Interaction Options\nMap.mergeOptions({\n\t// @option boxZoom: Boolean = true\n\t// Whether the map can be zoomed to a rectangular area specified by\n\t// dragging the mouse while pressing the shift key.\n\tboxZoom: true\n});\n\nexport var BoxZoom = Handler.extend({\n\tinitialize: function (map) {\n\t\tthis._map = map;\n\t\tthis._container = map._container;\n\t\tthis._pane = map._panes.overlayPane;\n\t\tthis._resetStateTimeout = 0;\n\t\tmap.on('unload', this._destroy, this);\n\t},\n\n\taddHooks: function () {\n\t\tDomEvent.on(this._container, 'mousedown', this._onMouseDown, this);\n\t},\n\n\tremoveHooks: function () {\n\t\tDomEvent.off(this._container, 'mousedown', this._onMouseDown, this);\n\t},\n\n\tmoved: function () {\n\t\treturn this._moved;\n\t},\n\n\t_destroy: function () {\n\t\tDomUtil.remove(this._pane);\n\t\tdelete this._pane;\n\t},\n\n\t_resetState: function () {\n\t\tthis._resetStateTimeout = 0;\n\t\tthis._moved = false;\n\t},\n\n\t_clearDeferredResetState: function () {\n\t\tif (this._resetStateTimeout !== 0) {\n\t\t\tclearTimeout(this._resetStateTimeout);\n\t\t\tthis._resetStateTimeout = 0;\n\t\t}\n\t},\n\n\t_onMouseDown: function (e) {\n\t\tif (!e.shiftKey || ((e.which !== 1) && (e.button !== 1))) { return false; }\n\n\t\t// Clear the deferred resetState if it hasn't executed yet, otherwise it\n\t\t// will interrupt the interaction and orphan a box element in the container.\n\t\tthis._clearDeferredResetState();\n\t\tthis._resetState();\n\n\t\tDomUtil.disableTextSelection();\n\t\tDomUtil.disableImageDrag();\n\n\t\tthis._startPoint = this._map.mouseEventToContainerPoint(e);\n\n\t\tDomEvent.on(document, {\n\t\t\tcontextmenu: DomEvent.stop,\n\t\t\tmousemove: this._onMouseMove,\n\t\t\tmouseup: this._onMouseUp,\n\t\t\tkeydown: this._onKeyDown\n\t\t}, this);\n\t},\n\n\t_onMouseMove: function (e) {\n\t\tif (!this._moved) {\n\t\t\tthis._moved = true;\n\n\t\t\tthis._box = DomUtil.create('div', 'leaflet-zoom-box', this._container);\n\t\t\tDomUtil.addClass(this._container, 'leaflet-crosshair');\n\n\t\t\tthis._map.fire('boxzoomstart');\n\t\t}\n\n\t\tthis._point = this._map.mouseEventToContainerPoint(e);\n\n\t\tvar bounds = new Bounds(this._point, this._startPoint),\n\t\t    size = bounds.getSize();\n\n\t\tDomUtil.setPosition(this._box, bounds.min);\n\n\t\tthis._box.style.width  = size.x + 'px';\n\t\tthis._box.style.height = size.y + 'px';\n\t},\n\n\t_finish: function () {\n\t\tif (this._moved) {\n\t\t\tDomUtil.remove(this._box);\n\t\t\tDomUtil.removeClass(this._container, 'leaflet-crosshair');\n\t\t}\n\n\t\tDomUtil.enableTextSelection();\n\t\tDomUtil.enableImageDrag();\n\n\t\tDomEvent.off(document, {\n\t\t\tcontextmenu: DomEvent.stop,\n\t\t\tmousemove: this._onMouseMove,\n\t\t\tmouseup: this._onMouseUp,\n\t\t\tkeydown: this._onKeyDown\n\t\t}, this);\n\t},\n\n\t_onMouseUp: function (e) {\n\t\tif ((e.which !== 1) && (e.button !== 1)) { return; }\n\n\t\tthis._finish();\n\n\t\tif (!this._moved) { return; }\n\t\t// Postpone to next JS tick so internal click event handling\n\t\t// still see it as \"moved\".\n\t\tthis._clearDeferredResetState();\n\t\tthis._resetStateTimeout = setTimeout(Util.bind(this._resetState, this), 0);\n\n\t\tvar bounds = new LatLngBounds(\n\t\t        this._map.containerPointToLatLng(this._startPoint),\n\t\t        this._map.containerPointToLatLng(this._point));\n\n\t\tthis._map\n\t\t\t.fitBounds(bounds)\n\t\t\t.fire('boxzoomend', {boxZoomBounds: bounds});\n\t},\n\n\t_onKeyDown: function (e) {\n\t\tif (e.keyCode === 27) {\n\t\t\tthis._finish();\n\t\t}\n\t}\n});\n\n// @section Handlers\n// @property boxZoom: Handler\n// Box (shift-drag with mouse) zoom handler.\nMap.addInitHook('addHandler', 'boxZoom', BoxZoom);\n","import {Map} from '../Map';\nimport {Handler} from '../../core/Handler';\n\n/*\n * L.Handler.DoubleClickZoom is used to handle double-click zoom on the map, enabled by default.\n */\n\n// @namespace Map\n// @section Interaction Options\n\nMap.mergeOptions({\n\t// @option doubleClickZoom: Boolean|String = true\n\t// Whether the map can be zoomed in by double clicking on it and\n\t// zoomed out by double clicking while holding shift. If passed\n\t// `'center'`, double-click zoom will zoom to the center of the\n\t//  view regardless of where the mouse was.\n\tdoubleClickZoom: true\n});\n\nexport var DoubleClickZoom = Handler.extend({\n\taddHooks: function () {\n\t\tthis._map.on('dblclick', this._onDoubleClick, this);\n\t},\n\n\tremoveHooks: function () {\n\t\tthis._map.off('dblclick', this._onDoubleClick, this);\n\t},\n\n\t_onDoubleClick: function (e) {\n\t\tvar map = this._map,\n\t\t    oldZoom = map.getZoom(),\n\t\t    delta = map.options.zoomDelta,\n\t\t    zoom = e.originalEvent.shiftKey ? oldZoom - delta : oldZoom + delta;\n\n\t\tif (map.options.doubleClickZoom === 'center') {\n\t\t\tmap.setZoom(zoom);\n\t\t} else {\n\t\t\tmap.setZoomAround(e.containerPoint, zoom);\n\t\t}\n\t}\n});\n\n// @section Handlers\n//\n// Map properties include interaction handlers that allow you to control\n// interaction behavior in runtime, enabling or disabling certain features such\n// as dragging or touch zoom (see `Handler` methods). For example:\n//\n// ```js\n// map.doubleClickZoom.disable();\n// ```\n//\n// @property doubleClickZoom: Handler\n// Double click zoom handler.\nMap.addInitHook('addHandler', 'doubleClickZoom', DoubleClickZoom);\n","import {Map} from '../Map';\nimport * as Browser from '../../core/Browser';\nimport {Handler} from '../../core/Handler';\nimport {Draggable} from '../../dom/Draggable';\nimport * as Util from '../../core/Util';\nimport * as DomUtil from '../../dom/DomUtil';\nimport {toLatLngBounds as latLngBounds} from '../../geo/LatLngBounds';\nimport {toBounds} from '../../geometry/Bounds';\n\n/*\n * L.Handler.MapDrag is used to make the map draggable (with panning inertia), enabled by default.\n */\n\n// @namespace Map\n// @section Interaction Options\nMap.mergeOptions({\n\t// @option dragging: Boolean = true\n\t// Whether the map be draggable with mouse/touch or not.\n\tdragging: true,\n\n\t// @section Panning Inertia Options\n\t// @option inertia: Boolean = *\n\t// If enabled, panning of the map will have an inertia effect where\n\t// the map builds momentum while dragging and continues moving in\n\t// the same direction for some time. Feels especially nice on touch\n\t// devices. Enabled by default unless running on old Android devices.\n\tinertia: !Browser.android23,\n\n\t// @option inertiaDeceleration: Number = 3000\n\t// The rate with which the inertial movement slows down, in pixels/second².\n\tinertiaDeceleration: 3400, // px/s^2\n\n\t// @option inertiaMaxSpeed: Number = Infinity\n\t// Max speed of the inertial movement, in pixels/second.\n\tinertiaMaxSpeed: Infinity, // px/s\n\n\t// @option easeLinearity: Number = 0.2\n\teaseLinearity: 0.2,\n\n\t// TODO refactor, move to CRS\n\t// @option worldCopyJump: Boolean = false\n\t// With this option enabled, the map tracks when you pan to another \"copy\"\n\t// of the world and seamlessly jumps to the original one so that all overlays\n\t// like markers and vector layers are still visible.\n\tworldCopyJump: false,\n\n\t// @option maxBoundsViscosity: Number = 0.0\n\t// If `maxBounds` is set, this option will control how solid the bounds\n\t// are when dragging the map around. The default value of `0.0` allows the\n\t// user to drag outside the bounds at normal speed, higher values will\n\t// slow down map dragging outside bounds, and `1.0` makes the bounds fully\n\t// solid, preventing the user from dragging outside the bounds.\n\tmaxBoundsViscosity: 0.0\n});\n\nexport var Drag = Handler.extend({\n\taddHooks: function () {\n\t\tif (!this._draggable) {\n\t\t\tvar map = this._map;\n\n\t\t\tthis._draggable = new Draggable(map._mapPane, map._container);\n\n\t\t\tthis._draggable.on({\n\t\t\t\tdragstart: this._onDragStart,\n\t\t\t\tdrag: this._onDrag,\n\t\t\t\tdragend: this._onDragEnd\n\t\t\t}, this);\n\n\t\t\tthis._draggable.on('predrag', this._onPreDragLimit, this);\n\t\t\tif (map.options.worldCopyJump) {\n\t\t\t\tthis._draggable.on('predrag', this._onPreDragWrap, this);\n\t\t\t\tmap.on('zoomend', this._onZoomEnd, this);\n\n\t\t\t\tmap.whenReady(this._onZoomEnd, this);\n\t\t\t}\n\t\t}\n\t\tDomUtil.addClass(this._map._container, 'leaflet-grab leaflet-touch-drag');\n\t\tthis._draggable.enable();\n\t\tthis._positions = [];\n\t\tthis._times = [];\n\t},\n\n\tremoveHooks: function () {\n\t\tDomUtil.removeClass(this._map._container, 'leaflet-grab');\n\t\tDomUtil.removeClass(this._map._container, 'leaflet-touch-drag');\n\t\tthis._draggable.disable();\n\t},\n\n\tmoved: function () {\n\t\treturn this._draggable && this._draggable._moved;\n\t},\n\n\tmoving: function () {\n\t\treturn this._draggable && this._draggable._moving;\n\t},\n\n\t_onDragStart: function () {\n\t\tvar map = this._map;\n\n\t\tmap._stop();\n\t\tif (this._map.options.maxBounds && this._map.options.maxBoundsViscosity) {\n\t\t\tvar bounds = latLngBounds(this._map.options.maxBounds);\n\n\t\t\tthis._offsetLimit = toBounds(\n\t\t\t\tthis._map.latLngToContainerPoint(bounds.getNorthWest()).multiplyBy(-1),\n\t\t\t\tthis._map.latLngToContainerPoint(bounds.getSouthEast()).multiplyBy(-1)\n\t\t\t\t\t.add(this._map.getSize()));\n\n\t\t\tthis._viscosity = Math.min(1.0, Math.max(0.0, this._map.options.maxBoundsViscosity));\n\t\t} else {\n\t\t\tthis._offsetLimit = null;\n\t\t}\n\n\t\tmap\n\t\t    .fire('movestart')\n\t\t    .fire('dragstart');\n\n\t\tif (map.options.inertia) {\n\t\t\tthis._positions = [];\n\t\t\tthis._times = [];\n\t\t}\n\t},\n\n\t_onDrag: function (e) {\n\t\tif (this._map.options.inertia) {\n\t\t\tvar time = this._lastTime = +new Date(),\n\t\t\t    pos = this._lastPos = this._draggable._absPos || this._draggable._newPos;\n\n\t\t\tthis._positions.push(pos);\n\t\t\tthis._times.push(time);\n\n\t\t\tthis._prunePositions(time);\n\t\t}\n\n\t\tthis._map\n\t\t    .fire('move', e)\n\t\t    .fire('drag', e);\n\t},\n\n\t_prunePositions: function (time) {\n\t\twhile (this._positions.length > 1 && time - this._times[0] > 50) {\n\t\t\tthis._positions.shift();\n\t\t\tthis._times.shift();\n\t\t}\n\t},\n\n\t_onZoomEnd: function () {\n\t\tvar pxCenter = this._map.getSize().divideBy(2),\n\t\t    pxWorldCenter = this._map.latLngToLayerPoint([0, 0]);\n\n\t\tthis._initialWorldOffset = pxWorldCenter.subtract(pxCenter).x;\n\t\tthis._worldWidth = this._map.getPixelWorldBounds().getSize().x;\n\t},\n\n\t_viscousLimit: function (value, threshold) {\n\t\treturn value - (value - threshold) * this._viscosity;\n\t},\n\n\t_onPreDragLimit: function () {\n\t\tif (!this._viscosity || !this._offsetLimit) { return; }\n\n\t\tvar offset = this._draggable._newPos.subtract(this._draggable._startPos);\n\n\t\tvar limit = this._offsetLimit;\n\t\tif (offset.x < limit.min.x) { offset.x = this._viscousLimit(offset.x, limit.min.x); }\n\t\tif (offset.y < limit.min.y) { offset.y = this._viscousLimit(offset.y, limit.min.y); }\n\t\tif (offset.x > limit.max.x) { offset.x = this._viscousLimit(offset.x, limit.max.x); }\n\t\tif (offset.y > limit.max.y) { offset.y = this._viscousLimit(offset.y, limit.max.y); }\n\n\t\tthis._draggable._newPos = this._draggable._startPos.add(offset);\n\t},\n\n\t_onPreDragWrap: function () {\n\t\t// TODO refactor to be able to adjust map pane position after zoom\n\t\tvar worldWidth = this._worldWidth,\n\t\t    halfWidth = Math.round(worldWidth / 2),\n\t\t    dx = this._initialWorldOffset,\n\t\t    x = this._draggable._newPos.x,\n\t\t    newX1 = (x - halfWidth + dx) % worldWidth + halfWidth - dx,\n\t\t    newX2 = (x + halfWidth + dx) % worldWidth - halfWidth - dx,\n\t\t    newX = Math.abs(newX1 + dx) < Math.abs(newX2 + dx) ? newX1 : newX2;\n\n\t\tthis._draggable._absPos = this._draggable._newPos.clone();\n\t\tthis._draggable._newPos.x = newX;\n\t},\n\n\t_onDragEnd: function (e) {\n\t\tvar map = this._map,\n\t\t    options = map.options,\n\n\t\t    noInertia = !options.inertia || this._times.length < 2;\n\n\t\tmap.fire('dragend', e);\n\n\t\tif (noInertia) {\n\t\t\tmap.fire('moveend');\n\n\t\t} else {\n\t\t\tthis._prunePositions(+new Date());\n\n\t\t\tvar direction = this._lastPos.subtract(this._positions[0]),\n\t\t\t    duration = (this._lastTime - this._times[0]) / 1000,\n\t\t\t    ease = options.easeLinearity,\n\n\t\t\t    speedVector = direction.multiplyBy(ease / duration),\n\t\t\t    speed = speedVector.distanceTo([0, 0]),\n\n\t\t\t    limitedSpeed = Math.min(options.inertiaMaxSpeed, speed),\n\t\t\t    limitedSpeedVector = speedVector.multiplyBy(limitedSpeed / speed),\n\n\t\t\t    decelerationDuration = limitedSpeed / (options.inertiaDeceleration * ease),\n\t\t\t    offset = limitedSpeedVector.multiplyBy(-decelerationDuration / 2).round();\n\n\t\t\tif (!offset.x && !offset.y) {\n\t\t\t\tmap.fire('moveend');\n\n\t\t\t} else {\n\t\t\t\toffset = map._limitOffset(offset, map.options.maxBounds);\n\n\t\t\t\tUtil.requestAnimFrame(function () {\n\t\t\t\t\tmap.panBy(offset, {\n\t\t\t\t\t\tduration: decelerationDuration,\n\t\t\t\t\t\teaseLinearity: ease,\n\t\t\t\t\t\tnoMoveStart: true,\n\t\t\t\t\t\tanimate: true\n\t\t\t\t\t});\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\t}\n});\n\n// @section Handlers\n// @property dragging: Handler\n// Map dragging handler (by both mouse and touch).\nMap.addInitHook('addHandler', 'dragging', Drag);\n","import {Map} from '../Map';\nimport {Handler} from '../../core/Handler';\nimport {on, off, stop} from '../../dom/DomEvent';\nimport {toPoint} from '../../geometry/Point';\n\n\n/*\n * L.Map.Keyboard is handling keyboard interaction with the map, enabled by default.\n */\n\n// @namespace Map\n// @section Keyboard Navigation Options\nMap.mergeOptions({\n\t// @option keyboard: Boolean = true\n\t// Makes the map focusable and allows users to navigate the map with keyboard\n\t// arrows and `+`/`-` keys.\n\tkeyboard: true,\n\n\t// @option keyboardPanDelta: Number = 80\n\t// Amount of pixels to pan when pressing an arrow key.\n\tkeyboardPanDelta: 80\n});\n\nexport var Keyboard = Handler.extend({\n\n\tkeyCodes: {\n\t\tleft:    [37],\n\t\tright:   [39],\n\t\tdown:    [40],\n\t\tup:      [38],\n\t\tzoomIn:  [187, 107, 61, 171],\n\t\tzoomOut: [189, 109, 54, 173]\n\t},\n\n\tinitialize: function (map) {\n\t\tthis._map = map;\n\n\t\tthis._setPanDelta(map.options.keyboardPanDelta);\n\t\tthis._setZoomDelta(map.options.zoomDelta);\n\t},\n\n\taddHooks: function () {\n\t\tvar container = this._map._container;\n\n\t\t// make the container focusable by tabbing\n\t\tif (container.tabIndex <= 0) {\n\t\t\tcontainer.tabIndex = '0';\n\t\t}\n\n\t\ton(container, {\n\t\t\tfocus: this._onFocus,\n\t\t\tblur: this._onBlur,\n\t\t\tmousedown: this._onMouseDown\n\t\t}, this);\n\n\t\tthis._map.on({\n\t\t\tfocus: this._addHooks,\n\t\t\tblur: this._removeHooks\n\t\t}, this);\n\t},\n\n\tremoveHooks: function () {\n\t\tthis._removeHooks();\n\n\t\toff(this._map._container, {\n\t\t\tfocus: this._onFocus,\n\t\t\tblur: this._onBlur,\n\t\t\tmousedown: this._onMouseDown\n\t\t}, this);\n\n\t\tthis._map.off({\n\t\t\tfocus: this._addHooks,\n\t\t\tblur: this._removeHooks\n\t\t}, this);\n\t},\n\n\t_onMouseDown: function () {\n\t\tif (this._focused) { return; }\n\n\t\tvar body = document.body,\n\t\t    docEl = document.documentElement,\n\t\t    top = body.scrollTop || docEl.scrollTop,\n\t\t    left = body.scrollLeft || docEl.scrollLeft;\n\n\t\tthis._map._container.focus();\n\n\t\twindow.scrollTo(left, top);\n\t},\n\n\t_onFocus: function () {\n\t\tthis._focused = true;\n\t\tthis._map.fire('focus');\n\t},\n\n\t_onBlur: function () {\n\t\tthis._focused = false;\n\t\tthis._map.fire('blur');\n\t},\n\n\t_setPanDelta: function (panDelta) {\n\t\tvar keys = this._panKeys = {},\n\t\t    codes = this.keyCodes,\n\t\t    i, len;\n\n\t\tfor (i = 0, len = codes.left.length; i < len; i++) {\n\t\t\tkeys[codes.left[i]] = [-1 * panDelta, 0];\n\t\t}\n\t\tfor (i = 0, len = codes.right.length; i < len; i++) {\n\t\t\tkeys[codes.right[i]] = [panDelta, 0];\n\t\t}\n\t\tfor (i = 0, len = codes.down.length; i < len; i++) {\n\t\t\tkeys[codes.down[i]] = [0, panDelta];\n\t\t}\n\t\tfor (i = 0, len = codes.up.length; i < len; i++) {\n\t\t\tkeys[codes.up[i]] = [0, -1 * panDelta];\n\t\t}\n\t},\n\n\t_setZoomDelta: function (zoomDelta) {\n\t\tvar keys = this._zoomKeys = {},\n\t\t    codes = this.keyCodes,\n\t\t    i, len;\n\n\t\tfor (i = 0, len = codes.zoomIn.length; i < len; i++) {\n\t\t\tkeys[codes.zoomIn[i]] = zoomDelta;\n\t\t}\n\t\tfor (i = 0, len = codes.zoomOut.length; i < len; i++) {\n\t\t\tkeys[codes.zoomOut[i]] = -zoomDelta;\n\t\t}\n\t},\n\n\t_addHooks: function () {\n\t\ton(document, 'keydown', this._onKeyDown, this);\n\t},\n\n\t_removeHooks: function () {\n\t\toff(document, 'keydown', this._onKeyDown, this);\n\t},\n\n\t_onKeyDown: function (e) {\n\t\tif (e.altKey || e.ctrlKey || e.metaKey) { return; }\n\n\t\tvar key = e.keyCode,\n\t\t    map = this._map,\n\t\t    offset;\n\n\t\tif (key in this._panKeys) {\n\t\t\tif (!map._panAnim || !map._panAnim._inProgress) {\n\t\t\t\toffset = this._panKeys[key];\n\t\t\t\tif (e.shiftKey) {\n\t\t\t\t\toffset = toPoint(offset).multiplyBy(3);\n\t\t\t\t}\n\n\t\t\t\tmap.panBy(offset);\n\n\t\t\t\tif (map.options.maxBounds) {\n\t\t\t\t\tmap.panInsideBounds(map.options.maxBounds);\n\t\t\t\t}\n\t\t\t}\n\t\t} else if (key in this._zoomKeys) {\n\t\t\tmap.setZoom(map.getZoom() + (e.shiftKey ? 3 : 1) * this._zoomKeys[key]);\n\n\t\t} else if (key === 27 && map._popup && map._popup.options.closeOnEscapeKey) {\n\t\t\tmap.closePopup();\n\n\t\t} else {\n\t\t\treturn;\n\t\t}\n\n\t\tstop(e);\n\t}\n});\n\n// @section Handlers\n// @section Handlers\n// @property keyboard: Handler\n// Keyboard navigation handler.\nMap.addInitHook('addHandler', 'keyboard', Keyboard);\n","import {Map} from '../Map';\nimport {Handler} from '../../core/Handler';\nimport * as DomEvent from '../../dom/DomEvent';\nimport * as Util from '../../core/Util';\n\n/*\n * L.Handler.ScrollWheelZoom is used by L.Map to enable mouse scroll wheel zoom on the map.\n */\n\n// @namespace Map\n// @section Interaction Options\nMap.mergeOptions({\n\t// @section Mousewheel options\n\t// @option scrollWheelZoom: Boolean|String = true\n\t// Whether the map can be zoomed by using the mouse wheel. If passed `'center'`,\n\t// it will zoom to the center of the view regardless of where the mouse was.\n\tscrollWheelZoom: true,\n\n\t// @option wheelDebounceTime: Number = 40\n\t// Limits the rate at which a wheel can fire (in milliseconds). By default\n\t// user can't zoom via wheel more often than once per 40 ms.\n\twheelDebounceTime: 40,\n\n\t// @option wheelPxPerZoomLevel: Number = 60\n\t// How many scroll pixels (as reported by [L.DomEvent.getWheelDelta](#domevent-getwheeldelta))\n\t// mean a change of one full zoom level. Smaller values will make wheel-zooming\n\t// faster (and vice versa).\n\twheelPxPerZoomLevel: 60\n});\n\nexport var ScrollWheelZoom = Handler.extend({\n\taddHooks: function () {\n\t\tDomEvent.on(this._map._container, 'mousewheel', this._onWheelScroll, this);\n\n\t\tthis._delta = 0;\n\t},\n\n\tremoveHooks: function () {\n\t\tDomEvent.off(this._map._container, 'mousewheel', this._onWheelScroll, this);\n\t},\n\n\t_onWheelScroll: function (e) {\n\t\tvar delta = DomEvent.getWheelDelta(e);\n\n\t\tvar debounce = this._map.options.wheelDebounceTime;\n\n\t\tthis._delta += delta;\n\t\tthis._lastMousePos = this._map.mouseEventToContainerPoint(e);\n\n\t\tif (!this._startTime) {\n\t\t\tthis._startTime = +new Date();\n\t\t}\n\n\t\tvar left = Math.max(debounce - (+new Date() - this._startTime), 0);\n\n\t\tclearTimeout(this._timer);\n\t\tthis._timer = setTimeout(Util.bind(this._performZoom, this), left);\n\n\t\tDomEvent.stop(e);\n\t},\n\n\t_performZoom: function () {\n\t\tvar map = this._map,\n\t\t    zoom = map.getZoom(),\n\t\t    snap = this._map.options.zoomSnap || 0;\n\n\t\tmap._stop(); // stop panning and fly animations if any\n\n\t\t// map the delta with a sigmoid function to -4..4 range leaning on -1..1\n\t\tvar d2 = this._delta / (this._map.options.wheelPxPerZoomLevel * 4),\n\t\t    d3 = 4 * Math.log(2 / (1 + Math.exp(-Math.abs(d2)))) / Math.LN2,\n\t\t    d4 = snap ? Math.ceil(d3 / snap) * snap : d3,\n\t\t    delta = map._limitZoom(zoom + (this._delta > 0 ? d4 : -d4)) - zoom;\n\n\t\tthis._delta = 0;\n\t\tthis._startTime = null;\n\n\t\tif (!delta) { return; }\n\n\t\tif (map.options.scrollWheelZoom === 'center') {\n\t\t\tmap.setZoom(zoom + delta);\n\t\t} else {\n\t\t\tmap.setZoomAround(this._lastMousePos, zoom + delta);\n\t\t}\n\t}\n});\n\n// @section Handlers\n// @property scrollWheelZoom: Handler\n// Scroll wheel zoom handler.\nMap.addInitHook('addHandler', 'scrollWheelZoom', ScrollWheelZoom);\n","import {Map} from '../Map';\nimport {Handler} from '../../core/Handler';\nimport * as DomEvent from '../../dom/DomEvent';\nimport {Point} from '../../geometry/Point';\nimport * as Util from '../../core/Util';\nimport * as DomUtil from '../../dom/DomUtil';\nimport * as Browser from '../../core/Browser';\n\n\n/*\n * L.Map.Tap is used to enable mobile hacks like quick taps and long hold.\n */\n\n// @namespace Map\n// @section Interaction Options\nMap.mergeOptions({\n\t// @section Touch interaction options\n\t// @option tap: Boolean = true\n\t// Enables mobile hacks for supporting instant taps (fixing 200ms click\n\t// delay on iOS/Android) and touch holds (fired as `contextmenu` events).\n\ttap: true,\n\n\t// @option tapTolerance: Number = 15\n\t// The max number of pixels a user can shift his finger during touch\n\t// for it to be considered a valid tap.\n\ttapTolerance: 15\n});\n\nexport var Tap = Handler.extend({\n\taddHooks: function () {\n\t\tDomEvent.on(this._map._container, 'touchstart', this._onDown, this);\n\t},\n\n\tremoveHooks: function () {\n\t\tDomEvent.off(this._map._container, 'touchstart', this._onDown, this);\n\t},\n\n\t_onDown: function (e) {\n\t\tif (!e.touches) { return; }\n\n\t\tDomEvent.preventDefault(e);\n\n\t\tthis._fireClick = true;\n\n\t\t// don't simulate click or track longpress if more than 1 touch\n\t\tif (e.touches.length > 1) {\n\t\t\tthis._fireClick = false;\n\t\t\tclearTimeout(this._holdTimeout);\n\t\t\treturn;\n\t\t}\n\n\t\tvar first = e.touches[0],\n\t\t    el = first.target;\n\n\t\tthis._startPos = this._newPos = new Point(first.clientX, first.clientY);\n\n\t\t// if touching a link, highlight it\n\t\tif (el.tagName && el.tagName.toLowerCase() === 'a') {\n\t\t\tDomUtil.addClass(el, 'leaflet-active');\n\t\t}\n\n\t\t// simulate long hold but setting a timeout\n\t\tthis._holdTimeout = setTimeout(Util.bind(function () {\n\t\t\tif (this._isTapValid()) {\n\t\t\t\tthis._fireClick = false;\n\t\t\t\tthis._onUp();\n\t\t\t\tthis._simulateEvent('contextmenu', first);\n\t\t\t}\n\t\t}, this), 1000);\n\n\t\tthis._simulateEvent('mousedown', first);\n\n\t\tDomEvent.on(document, {\n\t\t\ttouchmove: this._onMove,\n\t\t\ttouchend: this._onUp\n\t\t}, this);\n\t},\n\n\t_onUp: function (e) {\n\t\tclearTimeout(this._holdTimeout);\n\n\t\tDomEvent.off(document, {\n\t\t\ttouchmove: this._onMove,\n\t\t\ttouchend: this._onUp\n\t\t}, this);\n\n\t\tif (this._fireClick && e && e.changedTouches) {\n\n\t\t\tvar first = e.changedTouches[0],\n\t\t\t    el = first.target;\n\n\t\t\tif (el && el.tagName && el.tagName.toLowerCase() === 'a') {\n\t\t\t\tDomUtil.removeClass(el, 'leaflet-active');\n\t\t\t}\n\n\t\t\tthis._simulateEvent('mouseup', first);\n\n\t\t\t// simulate click if the touch didn't move too much\n\t\t\tif (this._isTapValid()) {\n\t\t\t\tthis._simulateEvent('click', first);\n\t\t\t}\n\t\t}\n\t},\n\n\t_isTapValid: function () {\n\t\treturn this._newPos.distanceTo(this._startPos) <= this._map.options.tapTolerance;\n\t},\n\n\t_onMove: function (e) {\n\t\tvar first = e.touches[0];\n\t\tthis._newPos = new Point(first.clientX, first.clientY);\n\t\tthis._simulateEvent('mousemove', first);\n\t},\n\n\t_simulateEvent: function (type, e) {\n\t\tvar simulatedEvent = document.createEvent('MouseEvents');\n\n\t\tsimulatedEvent._simulated = true;\n\t\te.target._simulatedClick = true;\n\n\t\tsimulatedEvent.initMouseEvent(\n\t\t        type, true, true, window, 1,\n\t\t        e.screenX, e.screenY,\n\t\t        e.clientX, e.clientY,\n\t\t        false, false, false, false, 0, null);\n\n\t\te.target.dispatchEvent(simulatedEvent);\n\t}\n});\n\n// @section Handlers\n// @property tap: Handler\n// Mobile touch hacks (quick tap and touch hold) handler.\nif (Browser.touch && !Browser.pointer) {\n\tMap.addInitHook('addHandler', 'tap', Tap);\n}\n","import {Map} from '../Map';\nimport {Handler} from '../../core/Handler';\nimport * as DomEvent from '../../dom/DomEvent';\nimport * as Util from '../../core/Util';\nimport * as DomUtil from '../../dom/DomUtil';\nimport * as Browser from '../../core/Browser';\n\n/*\n * L.Handler.TouchZoom is used by L.Map to add pinch zoom on supported mobile browsers.\n */\n\n// @namespace Map\n// @section Interaction Options\nMap.mergeOptions({\n\t// @section Touch interaction options\n\t// @option touchZoom: Boolean|String = *\n\t// Whether the map can be zoomed by touch-dragging with two fingers. If\n\t// passed `'center'`, it will zoom to the center of the view regardless of\n\t// where the touch events (fingers) were. Enabled for touch-capable web\n\t// browsers except for old Androids.\n\ttouchZoom: Browser.touch && !Browser.android23,\n\n\t// @option bounceAtZoomLimits: Boolean = true\n\t// Set it to false if you don't want the map to zoom beyond min/max zoom\n\t// and then bounce back when pinch-zooming.\n\tbounceAtZoomLimits: true\n});\n\nexport var TouchZoom = Handler.extend({\n\taddHooks: function () {\n\t\tDomUtil.addClass(this._map._container, 'leaflet-touch-zoom');\n\t\tDomEvent.on(this._map._container, 'touchstart', this._onTouchStart, this);\n\t},\n\n\tremoveHooks: function () {\n\t\tDomUtil.removeClass(this._map._container, 'leaflet-touch-zoom');\n\t\tDomEvent.off(this._map._container, 'touchstart', this._onTouchStart, this);\n\t},\n\n\t_onTouchStart: function (e) {\n\t\tvar map = this._map;\n\t\tif (!e.touches || e.touches.length !== 2 || map._animatingZoom || this._zooming) { return; }\n\n\t\tvar p1 = map.mouseEventToContainerPoint(e.touches[0]),\n\t\t    p2 = map.mouseEventToContainerPoint(e.touches[1]);\n\n\t\tthis._centerPoint = map.getSize()._divideBy(2);\n\t\tthis._startLatLng = map.containerPointToLatLng(this._centerPoint);\n\t\tif (map.options.touchZoom !== 'center') {\n\t\t\tthis._pinchStartLatLng = map.containerPointToLatLng(p1.add(p2)._divideBy(2));\n\t\t}\n\n\t\tthis._startDist = p1.distanceTo(p2);\n\t\tthis._startZoom = map.getZoom();\n\n\t\tthis._moved = false;\n\t\tthis._zooming = true;\n\n\t\tmap._stop();\n\n\t\tDomEvent.on(document, 'touchmove', this._onTouchMove, this);\n\t\tDomEvent.on(document, 'touchend', this._onTouchEnd, this);\n\n\t\tDomEvent.preventDefault(e);\n\t},\n\n\t_onTouchMove: function (e) {\n\t\tif (!e.touches || e.touches.length !== 2 || !this._zooming) { return; }\n\n\t\tvar map = this._map,\n\t\t    p1 = map.mouseEventToContainerPoint(e.touches[0]),\n\t\t    p2 = map.mouseEventToContainerPoint(e.touches[1]),\n\t\t    scale = p1.distanceTo(p2) / this._startDist;\n\n\t\tthis._zoom = map.getScaleZoom(scale, this._startZoom);\n\n\t\tif (!map.options.bounceAtZoomLimits && (\n\t\t\t(this._zoom < map.getMinZoom() && scale < 1) ||\n\t\t\t(this._zoom > map.getMaxZoom() && scale > 1))) {\n\t\t\tthis._zoom = map._limitZoom(this._zoom);\n\t\t}\n\n\t\tif (map.options.touchZoom === 'center') {\n\t\t\tthis._center = this._startLatLng;\n\t\t\tif (scale === 1) { return; }\n\t\t} else {\n\t\t\t// Get delta from pinch to center, so centerLatLng is delta applied to initial pinchLatLng\n\t\t\tvar delta = p1._add(p2)._divideBy(2)._subtract(this._centerPoint);\n\t\t\tif (scale === 1 && delta.x === 0 && delta.y === 0) { return; }\n\t\t\tthis._center = map.unproject(map.project(this._pinchStartLatLng, this._zoom).subtract(delta), this._zoom);\n\t\t}\n\n\t\tif (!this._moved) {\n\t\t\tmap._moveStart(true, false);\n\t\t\tthis._moved = true;\n\t\t}\n\n\t\tUtil.cancelAnimFrame(this._animRequest);\n\n\t\tvar moveFn = Util.bind(map._move, map, this._center, this._zoom, {pinch: true, round: false});\n\t\tthis._animRequest = Util.requestAnimFrame(moveFn, this, true);\n\n\t\tDomEvent.preventDefault(e);\n\t},\n\n\t_onTouchEnd: function () {\n\t\tif (!this._moved || !this._zooming) {\n\t\t\tthis._zooming = false;\n\t\t\treturn;\n\t\t}\n\n\t\tthis._zooming = false;\n\t\tUtil.cancelAnimFrame(this._animRequest);\n\n\t\tDomEvent.off(document, 'touchmove', this._onTouchMove);\n\t\tDomEvent.off(document, 'touchend', this._onTouchEnd);\n\n\t\t// Pinch updates GridLayers' levels only when zoomSnap is off, so zoomSnap becomes noUpdate.\n\t\tif (this._map.options.zoomAnimation) {\n\t\t\tthis._map._animateZoom(this._center, this._map._limitZoom(this._zoom), true, this._map.options.zoomSnap);\n\t\t} else {\n\t\t\tthis._map._resetView(this._center, this._map._limitZoom(this._zoom));\n\t\t}\n\t}\n});\n\n// @section Handlers\n// @property touchZoom: Handler\n// Touch zoom handler.\nMap.addInitHook('addHandler', 'touchZoom', TouchZoom);\n","import {Map} from './Map';\nimport {BoxZoom} from './handler/Map.BoxZoom';\nMap.BoxZoom = BoxZoom;\nimport {DoubleClickZoom} from './handler/Map.DoubleClickZoom';\nMap.DoubleClickZoom = DoubleClickZoom;\nimport {Drag} from './handler/Map.Drag';\nMap.Drag = Drag;\nimport {Keyboard} from './handler/Map.Keyboard';\nMap.Keyboard = Keyboard;\nimport {ScrollWheelZoom} from './handler/Map.ScrollWheelZoom';\nMap.ScrollWheelZoom = ScrollWheelZoom;\nimport {Tap} from './handler/Map.Tap';\nMap.Tap = Tap;\nimport {TouchZoom} from './handler/Map.TouchZoom';\nMap.TouchZoom = TouchZoom;\n\nexport {Map, createMap as map} from './Map';\n","\r\nimport {version} from '../package.json';\r\nexport {version};\r\n\r\n// control\r\nexport * from './control/index';\r\n\r\n// core\r\nexport * from './core/index';\r\n\r\n// dom\r\nexport * from './dom/index';\r\n\r\n// geometry\r\nexport * from './geometry/index';\r\n\r\n// geo\r\nexport * from './geo/index';\r\n\r\n// layer\r\nexport * from './layer/index';\r\n\r\n// map\r\nexport * from './map/index';\r\n\r\nimport {freeze} from './core/Util';\r\nObject.freeze = freeze;\r\n"],"names":["Util.create","Util.extend","Util.isArray","Util.splitWords","Util.falseFn","Util.bind","Util.stamp","Util.formatNum","Util.wrapNum","Browser.svg","style","Browser.msPointer","DomEvent.preventDefault","Browser.pointer","touch","Browser.edge","create","Util.trim","Browser.ie3d","Browser.any3d","DomEvent.on","DomEvent.off","Browser.touch","Browser.chrome","Browser.android","Browser.win","Browser.gecko","DomUtil.getPosition","Util.requestAnimFrame","DomUtil.setPosition","Util.cancelAnimFrame","Util.setOptions","DomUtil.TRANSITION","Browser.mobileOpera","DomUtil.TRANSITION_END","DomUtil.addClass","DomUtil.remove","DomUtil.create","DomEvent.getMousePosition","DomUtil.get","Browser.retina","Browser.ielt9","Browser.safari","DomUtil.getStyle","remove","DomEvent.isExternalTarget","DomEvent.skipped","DomUtil.preventOutline","Util.indexOf","DomUtil.removeClass","DomUtil.TRANSFORM","DomUtil.setTransform","DomEvent.disableClickPropagation","DomEvent.disableScrollPropagation","DomEvent.stop","DomUtil.empty","preventOutline","DomUtil.hasClass","DomUtil.disableImageDrag","DomUtil.disableTextSelection","DomUtil.getSizedParentNode","DomUtil.getScale","DomUtil.enableImageDrag","DomUtil.enableTextSelection","LineUtil._getBitCode","LineUtil._getEdgeIntersection","point","latLng","DomUtil.setOpacity","LineUtil._sqClosestPointOnSegment","LineUtil.isFlat","LineUtil.clipSegment","LineUtil.simplify","LineUtil.pointToSegmentDistance","LineUtil._flat","PolyUtil.clipPolygon","DomUtil.toFront","DomUtil.toBack","DomEvent.stopPropagation","Browser.mobile","Util.throttle","latLngBounds","Browser.android23","Util.template","Util.emptyImageUrl","Browser.androidStock","DomEvent.fakeStop","canvas","Browser.canvas","Browser.vml","svg","DomEvent.getWheelDelta"],"mappings":"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"}
\ No newline at end of file
diff --git a/static/leaflet/leaflet-src.js b/static/leaflet/leaflet-src.js
new file mode 100644
index 0000000..f7adaf0
--- /dev/null
+++ b/static/leaflet/leaflet-src.js
@@ -0,0 +1,13930 @@
+/* @preserve
+ * Leaflet 1.4.0+Detached: 3337f36d2a2d2b33946779057619b31f674ff5dc.3337f36, a JS library for interactive maps. http://leafletjs.com
+ * (c) 2010-2018 Vladimir Agafonkin, (c) 2010-2011 CloudMade
+ */
+
+(function (global, factory) {
+	typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
+	typeof define === 'function' && define.amd ? define(['exports'], factory) :
+	(factory((global.L = {})));
+}(this, (function (exports) { 'use strict';
+
+var version = "1.4.0+HEAD.3337f36";
+
+/*
+ * @namespace Util
+ *
+ * Various utility functions, used by Leaflet internally.
+ */
+
+var freeze = Object.freeze;
+Object.freeze = function (obj) { return obj; };
+
+// @function extend(dest: Object, src?: Object): Object
+// Merges the properties of the `src` object (or multiple objects) into `dest` object and returns the latter. Has an `L.extend` shortcut.
+function extend(dest) {
+	var i, j, len, src;
+
+	for (j = 1, len = arguments.length; j < len; j++) {
+		src = arguments[j];
+		for (i in src) {
+			dest[i] = src[i];
+		}
+	}
+	return dest;
+}
+
+// @function create(proto: Object, properties?: Object): Object
+// Compatibility polyfill for [Object.create](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object/create)
+var create = Object.create || (function () {
+	function F() {}
+	return function (proto) {
+		F.prototype = proto;
+		return new F();
+	};
+})();
+
+// @function bind(fn: Function, …): Function
+// Returns a new function bound to the arguments passed, like [Function.prototype.bind](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Function/bind).
+// Has a `L.bind()` shortcut.
+function bind(fn, obj) {
+	var slice = Array.prototype.slice;
+
+	if (fn.bind) {
+		return fn.bind.apply(fn, slice.call(arguments, 1));
+	}
+
+	var args = slice.call(arguments, 2);
+
+	return function () {
+		return fn.apply(obj, args.length ? args.concat(slice.call(arguments)) : arguments);
+	};
+}
+
+// @property lastId: Number
+// Last unique ID used by [`stamp()`](#util-stamp)
+var lastId = 0;
+
+// @function stamp(obj: Object): Number
+// Returns the unique ID of an object, assigning it one if it doesn't have it.
+function stamp(obj) {
+	/*eslint-disable */
+	obj._leaflet_id = obj._leaflet_id || ++lastId;
+	return obj._leaflet_id;
+	/* eslint-enable */
+}
+
+// @function throttle(fn: Function, time: Number, context: Object): Function
+// Returns a function which executes function `fn` with the given scope `context`
+// (so that the `this` keyword refers to `context` inside `fn`'s code). The function
+// `fn` will be called no more than one time per given amount of `time`. The arguments
+// received by the bound function will be any arguments passed when binding the
+// function, followed by any arguments passed when invoking the bound function.
+// Has an `L.throttle` shortcut.
+function throttle(fn, time, context) {
+	var lock, args, wrapperFn, later;
+
+	later = function () {
+		// reset lock and call if queued
+		lock = false;
+		if (args) {
+			wrapperFn.apply(context, args);
+			args = false;
+		}
+	};
+
+	wrapperFn = function () {
+		if (lock) {
+			// called too soon, queue to call later
+			args = arguments;
+
+		} else {
+			// call and lock until later
+			fn.apply(context, arguments);
+			setTimeout(later, time);
+			lock = true;
+		}
+	};
+
+	return wrapperFn;
+}
+
+// @function wrapNum(num: Number, range: Number[], includeMax?: Boolean): Number
+// Returns the number `num` modulo `range` in such a way so it lies within
+// `range[0]` and `range[1]`. The returned value will be always smaller than
+// `range[1]` unless `includeMax` is set to `true`.
+function wrapNum(x, range, includeMax) {
+	var max = range[1],
+	    min = range[0],
+	    d = max - min;
+	return x === max && includeMax ? x : ((x - min) % d + d) % d + min;
+}
+
+// @function falseFn(): Function
+// Returns a function which always returns `false`.
+function falseFn() { return false; }
+
+// @function formatNum(num: Number, digits?: Number): Number
+// Returns the number `num` rounded to `digits` decimals, or to 6 decimals by default.
+function formatNum(num, digits) {
+	var pow = Math.pow(10, (digits === undefined ? 6 : digits));
+	return Math.round(num * pow) / pow;
+}
+
+// @function trim(str: String): String
+// Compatibility polyfill for [String.prototype.trim](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String/Trim)
+function trim(str) {
+	return str.trim ? str.trim() : str.replace(/^\s+|\s+$/g, '');
+}
+
+// @function splitWords(str: String): String[]
+// Trims and splits the string on whitespace and returns the array of parts.
+function splitWords(str) {
+	return trim(str).split(/\s+/);
+}
+
+// @function setOptions(obj: Object, options: Object): Object
+// Merges the given properties to the `options` of the `obj` object, returning the resulting options. See `Class options`. Has an `L.setOptions` shortcut.
+function setOptions(obj, options) {
+	if (!obj.hasOwnProperty('options')) {
+		obj.options = obj.options ? create(obj.options) : {};
+	}
+	for (var i in options) {
+		obj.options[i] = options[i];
+	}
+	return obj.options;
+}
+
+// @function getParamString(obj: Object, existingUrl?: String, uppercase?: Boolean): String
+// Converts an object into a parameter URL string, e.g. `{a: "foo", b: "bar"}`
+// translates to `'?a=foo&b=bar'`. If `existingUrl` is set, the parameters will
+// be appended at the end. If `uppercase` is `true`, the parameter names will
+// be uppercased (e.g. `'?A=foo&B=bar'`)
+function getParamString(obj, existingUrl, uppercase) {
+	var params = [];
+	for (var i in obj) {
+		params.push(encodeURIComponent(uppercase ? i.toUpperCase() : i) + '=' + encodeURIComponent(obj[i]));
+	}
+	return ((!existingUrl || existingUrl.indexOf('?') === -1) ? '?' : '&') + params.join('&');
+}
+
+var templateRe = /\{ *([\w_-]+) *\}/g;
+
+// @function template(str: String, data: Object): String
+// Simple templating facility, accepts a template string of the form `'Hello {a}, {b}'`
+// and a data object like `{a: 'foo', b: 'bar'}`, returns evaluated string
+// `('Hello foo, bar')`. You can also specify functions instead of strings for
+// data values — they will be evaluated passing `data` as an argument.
+function template(str, data) {
+	return str.replace(templateRe, function (str, key) {
+		var value = data[key];
+
+		if (value === undefined) {
+			throw new Error('No value provided for variable ' + str);
+
+		} else if (typeof value === 'function') {
+			value = value(data);
+		}
+		return value;
+	});
+}
+
+// @function isArray(obj): Boolean
+// Compatibility polyfill for [Array.isArray](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray)
+var isArray = Array.isArray || function (obj) {
+	return (Object.prototype.toString.call(obj) === '[object Array]');
+};
+
+// @function indexOf(array: Array, el: Object): Number
+// Compatibility polyfill for [Array.prototype.indexOf](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf)
+function indexOf(array, el) {
+	for (var i = 0; i < array.length; i++) {
+		if (array[i] === el) { return i; }
+	}
+	return -1;
+}
+
+// @property emptyImageUrl: String
+// Data URI string containing a base64-encoded empty GIF image.
+// Used as a hack to free memory from unused images on WebKit-powered
+// mobile devices (by setting image `src` to this string).
+var emptyImageUrl = 'data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=';
+
+// inspired by http://paulirish.com/2011/requestanimationframe-for-smart-animating/
+
+function getPrefixed(name) {
+	return window['webkit' + name] || window['moz' + name] || window['ms' + name];
+}
+
+var lastTime = 0;
+
+// fallback for IE 7-8
+function timeoutDefer(fn) {
+	var time = +new Date(),
+	    timeToCall = Math.max(0, 16 - (time - lastTime));
+
+	lastTime = time + timeToCall;
+	return window.setTimeout(fn, timeToCall);
+}
+
+var requestFn = window.requestAnimationFrame || getPrefixed('RequestAnimationFrame') || timeoutDefer;
+var cancelFn = window.cancelAnimationFrame || getPrefixed('CancelAnimationFrame') ||
+		getPrefixed('CancelRequestAnimationFrame') || function (id) { window.clearTimeout(id); };
+
+// @function requestAnimFrame(fn: Function, context?: Object, immediate?: Boolean): Number
+// Schedules `fn` to be executed when the browser repaints. `fn` is bound to
+// `context` if given. When `immediate` is set, `fn` is called immediately if
+// the browser doesn't have native support for
+// [`window.requestAnimationFrame`](https://developer.mozilla.org/docs/Web/API/window/requestAnimationFrame),
+// otherwise it's delayed. Returns a request ID that can be used to cancel the request.
+function requestAnimFrame(fn, context, immediate) {
+	if (immediate && requestFn === timeoutDefer) {
+		fn.call(context);
+	} else {
+		return requestFn.call(window, bind(fn, context));
+	}
+}
+
+// @function cancelAnimFrame(id: Number): undefined
+// Cancels a previous `requestAnimFrame`. See also [window.cancelAnimationFrame](https://developer.mozilla.org/docs/Web/API/window/cancelAnimationFrame).
+function cancelAnimFrame(id) {
+	if (id) {
+		cancelFn.call(window, id);
+	}
+}
+
+
+var Util = (Object.freeze || Object)({
+	freeze: freeze,
+	extend: extend,
+	create: create,
+	bind: bind,
+	lastId: lastId,
+	stamp: stamp,
+	throttle: throttle,
+	wrapNum: wrapNum,
+	falseFn: falseFn,
+	formatNum: formatNum,
+	trim: trim,
+	splitWords: splitWords,
+	setOptions: setOptions,
+	getParamString: getParamString,
+	template: template,
+	isArray: isArray,
+	indexOf: indexOf,
+	emptyImageUrl: emptyImageUrl,
+	requestFn: requestFn,
+	cancelFn: cancelFn,
+	requestAnimFrame: requestAnimFrame,
+	cancelAnimFrame: cancelAnimFrame
+});
+
+// @class Class
+// @aka L.Class
+
+// @section
+// @uninheritable
+
+// Thanks to John Resig and Dean Edwards for inspiration!
+
+function Class() {}
+
+Class.extend = function (props) {
+
+	// @function extend(props: Object): Function
+	// [Extends the current class](#class-inheritance) given the properties to be included.
+	// Returns a Javascript function that is a class constructor (to be called with `new`).
+	var NewClass = function () {
+
+		// call the constructor
+		if (this.initialize) {
+			this.initialize.apply(this, arguments);
+		}
+
+		// call all constructor hooks
+		this.callInitHooks();
+	};
+
+	var parentProto = NewClass.__super__ = this.prototype;
+
+	var proto = create(parentProto);
+	proto.constructor = NewClass;
+
+	NewClass.prototype = proto;
+
+	// inherit parent's statics
+	for (var i in this) {
+		if (this.hasOwnProperty(i) && i !== 'prototype' && i !== '__super__') {
+			NewClass[i] = this[i];
+		}
+	}
+
+	// mix static properties into the class
+	if (props.statics) {
+		extend(NewClass, props.statics);
+		delete props.statics;
+	}
+
+	// mix includes into the prototype
+	if (props.includes) {
+		checkDeprecatedMixinEvents(props.includes);
+		extend.apply(null, [proto].concat(props.includes));
+		delete props.includes;
+	}
+
+	// merge options
+	if (proto.options) {
+		props.options = extend(create(proto.options), props.options);
+	}
+
+	// mix given properties into the prototype
+	extend(proto, props);
+
+	proto._initHooks = [];
+
+	// add method for calling all hooks
+	proto.callInitHooks = function () {
+
+		if (this._initHooksCalled) { return; }
+
+		if (parentProto.callInitHooks) {
+			parentProto.callInitHooks.call(this);
+		}
+
+		this._initHooksCalled = true;
+
+		for (var i = 0, len = proto._initHooks.length; i < len; i++) {
+			proto._initHooks[i].call(this);
+		}
+	};
+
+	return NewClass;
+};
+
+
+// @function include(properties: Object): this
+// [Includes a mixin](#class-includes) into the current class.
+Class.include = function (props) {
+	extend(this.prototype, props);
+	return this;
+};
+
+// @function mergeOptions(options: Object): this
+// [Merges `options`](#class-options) into the defaults of the class.
+Class.mergeOptions = function (options) {
+	extend(this.prototype.options, options);
+	return this;
+};
+
+// @function addInitHook(fn: Function): this
+// Adds a [constructor hook](#class-constructor-hooks) to the class.
+Class.addInitHook = function (fn) { // (Function) || (String, args...)
+	var args = Array.prototype.slice.call(arguments, 1);
+
+	var init = typeof fn === 'function' ? fn : function () {
+		this[fn].apply(this, args);
+	};
+
+	this.prototype._initHooks = this.prototype._initHooks || [];
+	this.prototype._initHooks.push(init);
+	return this;
+};
+
+function checkDeprecatedMixinEvents(includes) {
+	if (typeof L === 'undefined' || !L || !L.Mixin) { return; }
+
+	includes = isArray(includes) ? includes : [includes];
+
+	for (var i = 0; i < includes.length; i++) {
+		if (includes[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);
+		}
+	}
+}
+
+/*
+ * @class Evented
+ * @aka L.Evented
+ * @inherits Class
+ *
+ * A set of methods shared between event-powered classes (like `Map` and `Marker`). Generally, events allow you to execute some function when something happens with an object (e.g. the user clicks on the map, causing the map to fire `'click'` event).
+ *
+ * @example
+ *
+ * ```js
+ * map.on('click', function(e) {
+ * 	alert(e.latlng);
+ * } );
+ * ```
+ *
+ * Leaflet deals with event listeners by reference, so if you want to add a listener and then remove it, define it as a function:
+ *
+ * ```js
+ * function onClick(e) { ... }
+ *
+ * map.on('click', onClick);
+ * map.off('click', onClick);
+ * ```
+ */
+
+var Events = {
+	/* @method on(type: String, fn: Function, context?: Object): this
+	 * Adds a listener function (`fn`) to a particular event type of the object. You can optionally specify the context of the listener (object the this keyword will point to). You can also pass several space-separated types (e.g. `'click dblclick'`).
+	 *
+	 * @alternative
+	 * @method on(eventMap: Object): this
+	 * Adds a set of type/listener pairs, e.g. `{click: onClick, mousemove: onMouseMove}`
+	 */
+	on: function (types, fn, context) {
+
+		// types can be a map of types/handlers
+		if (typeof types === 'object') {
+			for (var type in types) {
+				// we don't process space-separated events here for performance;
+				// it's a hot path since Layer uses the on(obj) syntax
+				this._on(type, types[type], fn);
+			}
+
+		} else {
+			// types can be a string of space-separated words
+			types = splitWords(types);
+
+			for (var i = 0, len = types.length; i < len; i++) {
+				this._on(types[i], fn, context);
+			}
+		}
+
+		return this;
+	},
+
+	/* @method off(type: String, fn?: Function, context?: Object): this
+	 * Removes a previously added listener function. If no function is specified, it will remove all the listeners of that particular event from the object. Note that if you passed a custom context to `on`, you must pass the same context to `off` in order to remove the listener.
+	 *
+	 * @alternative
+	 * @method off(eventMap: Object): this
+	 * Removes a set of type/listener pairs.
+	 *
+	 * @alternative
+	 * @method off: this
+	 * Removes all listeners to all events on the object.
+	 */
+	off: function (types, fn, context) {
+
+		if (!types) {
+			// clear all listeners if called without arguments
+			delete this._events;
+
+		} else if (typeof types === 'object') {
+			for (var type in types) {
+				this._off(type, types[type], fn);
+			}
+
+		} else {
+			types = splitWords(types);
+
+			for (var i = 0, len = types.length; i < len; i++) {
+				this._off(types[i], fn, context);
+			}
+		}
+
+		return this;
+	},
+
+	// attach listener (without syntactic sugar now)
+	_on: function (type, fn, context) {
+		this._events = this._events || {};
+
+		/* get/init listeners for type */
+		var typeListeners = this._events[type];
+		if (!typeListeners) {
+			typeListeners = [];
+			this._events[type] = typeListeners;
+		}
+
+		if (context === this) {
+			// Less memory footprint.
+			context = undefined;
+		}
+		var newListener = {fn: fn, ctx: context},
+		    listeners = typeListeners;
+
+		// check if fn already there
+		for (var i = 0, len = listeners.length; i < len; i++) {
+			if (listeners[i].fn === fn && listeners[i].ctx === context) {
+				return;
+			}
+		}
+
+		listeners.push(newListener);
+	},
+
+	_off: function (type, fn, context) {
+		var listeners,
+		    i,
+		    len;
+
+		if (!this._events) { return; }
+
+		listeners = this._events[type];
+
+		if (!listeners) {
+			return;
+		}
+
+		if (!fn) {
+			// Set all removed listeners to noop so they are not called if remove happens in fire
+			for (i = 0, len = listeners.length; i < len; i++) {
+				listeners[i].fn = falseFn;
+			}
+			// clear all listeners for a type if function isn't specified
+			delete this._events[type];
+			return;
+		}
+
+		if (context === this) {
+			context = undefined;
+		}
+
+		if (listeners) {
+
+			// find fn and remove it
+			for (i = 0, len = listeners.length; i < len; i++) {
+				var l = listeners[i];
+				if (l.ctx !== context) { continue; }
+				if (l.fn === fn) {
+
+					// set the removed listener to noop so that's not called if remove happens in fire
+					l.fn = falseFn;
+
+					if (this._firingCount) {
+						/* copy array in case events are being fired */
+						this._events[type] = listeners = listeners.slice();
+					}
+					listeners.splice(i, 1);
+
+					return;
+				}
+			}
+		}
+	},
+
+	// @method fire(type: String, data?: Object, propagate?: Boolean): this
+	// Fires an event of the specified type. You can optionally provide an data
+	// object — the first argument of the listener function will contain its
+	// properties. The event can optionally be propagated to event parents.
+	fire: function (type, data, propagate) {
+		if (!this.listens(type, propagate)) { return this; }
+
+		var event = extend({}, data, {
+			type: type,
+			target: this,
+			sourceTarget: data && data.sourceTarget || this
+		});
+
+		if (this._events) {
+			var listeners = this._events[type];
+
+			if (listeners) {
+				this._firingCount = (this._firingCount + 1) || 1;
+				for (var i = 0, len = listeners.length; i < len; i++) {
+					var l = listeners[i];
+					l.fn.call(l.ctx || this, event);
+				}
+
+				this._firingCount--;
+			}
+		}
+
+		if (propagate) {
+			// propagate the event to parents (set with addEventParent)
+			this._propagateEvent(event);
+		}
+
+		return this;
+	},
+
+	// @method listens(type: String): Boolean
+	// Returns `true` if a particular event type has any listeners attached to it.
+	listens: function (type, propagate) {
+		var listeners = this._events && this._events[type];
+		if (listeners && listeners.length) { return true; }
+
+		if (propagate) {
+			// also check parents for listeners if event propagates
+			for (var id in this._eventParents) {
+				if (this._eventParents[id].listens(type, propagate)) { return true; }
+			}
+		}
+		return false;
+	},
+
+	// @method once(…): this
+	// Behaves as [`on(…)`](#evented-on), except the listener will only get fired once and then removed.
+	once: function (types, fn, context) {
+
+		if (typeof types === 'object') {
+			for (var type in types) {
+				this.once(type, types[type], fn);
+			}
+			return this;
+		}
+
+		var handler = bind(function () {
+			this
+			    .off(types, fn, context)
+			    .off(types, handler, context);
+		}, this);
+
+		// add a listener that's executed once and removed after that
+		return this
+		    .on(types, fn, context)
+		    .on(types, handler, context);
+	},
+
+	// @method addEventParent(obj: Evented): this
+	// Adds an event parent - an `Evented` that will receive propagated events
+	addEventParent: function (obj) {
+		this._eventParents = this._eventParents || {};
+		this._eventParents[stamp(obj)] = obj;
+		return this;
+	},
+
+	// @method removeEventParent(obj: Evented): this
+	// Removes an event parent, so it will stop receiving propagated events
+	removeEventParent: function (obj) {
+		if (this._eventParents) {
+			delete this._eventParents[stamp(obj)];
+		}
+		return this;
+	},
+
+	_propagateEvent: function (e) {
+		for (var id in this._eventParents) {
+			this._eventParents[id].fire(e.type, extend({
+				layer: e.target,
+				propagatedFrom: e.target
+			}, e), true);
+		}
+	}
+};
+
+// aliases; we should ditch those eventually
+
+// @method addEventListener(…): this
+// Alias to [`on(…)`](#evented-on)
+Events.addEventListener = Events.on;
+
+// @method removeEventListener(…): this
+// Alias to [`off(…)`](#evented-off)
+
+// @method clearAllEventListeners(…): this
+// Alias to [`off()`](#evented-off)
+Events.removeEventListener = Events.clearAllEventListeners = Events.off;
+
+// @method addOneTimeEventListener(…): this
+// Alias to [`once(…)`](#evented-once)
+Events.addOneTimeEventListener = Events.once;
+
+// @method fireEvent(…): this
+// Alias to [`fire(…)`](#evented-fire)
+Events.fireEvent = Events.fire;
+
+// @method hasEventListeners(…): Boolean
+// Alias to [`listens(…)`](#evented-listens)
+Events.hasEventListeners = Events.listens;
+
+var Evented = Class.extend(Events);
+
+/*
+ * @class Point
+ * @aka L.Point
+ *
+ * Represents a point with `x` and `y` coordinates in pixels.
+ *
+ * @example
+ *
+ * ```js
+ * var point = L.point(200, 300);
+ * ```
+ *
+ * All Leaflet methods and options that accept `Point` objects also accept them in a simple Array form (unless noted otherwise), so these lines are equivalent:
+ *
+ * ```js
+ * map.panBy([200, 300]);
+ * map.panBy(L.point(200, 300));
+ * ```
+ *
+ * Note that `Point` does not inherit from Leafet's `Class` object,
+ * which means new classes can't inherit from it, and new methods
+ * can't be added to it with the `include` function.
+ */
+
+function Point(x, y, round) {
+	// @property x: Number; The `x` coordinate of the point
+	this.x = (round ? Math.round(x) : x);
+	// @property y: Number; The `y` coordinate of the point
+	this.y = (round ? Math.round(y) : y);
+}
+
+var trunc = Math.trunc || function (v) {
+	return v > 0 ? Math.floor(v) : Math.ceil(v);
+};
+
+Point.prototype = {
+
+	// @method clone(): Point
+	// Returns a copy of the current point.
+	clone: function () {
+		return new Point(this.x, this.y);
+	},
+
+	// @method add(otherPoint: Point): Point
+	// Returns the result of addition of the current and the given points.
+	add: function (point) {
+		// non-destructive, returns a new point
+		return this.clone()._add(toPoint(point));
+	},
+
+	_add: function (point) {
+		// destructive, used directly for performance in situations where it's safe to modify existing point
+		this.x += point.x;
+		this.y += point.y;
+		return this;
+	},
+
+	// @method subtract(otherPoint: Point): Point
+	// Returns the result of subtraction of the given point from the current.
+	subtract: function (point) {
+		return this.clone()._subtract(toPoint(point));
+	},
+
+	_subtract: function (point) {
+		this.x -= point.x;
+		this.y -= point.y;
+		return this;
+	},
+
+	// @method divideBy(num: Number): Point
+	// Returns the result of division of the current point by the given number.
+	divideBy: function (num) {
+		return this.clone()._divideBy(num);
+	},
+
+	_divideBy: function (num) {
+		this.x /= num;
+		this.y /= num;
+		return this;
+	},
+
+	// @method multiplyBy(num: Number): Point
+	// Returns the result of multiplication of the current point by the given number.
+	multiplyBy: function (num) {
+		return this.clone()._multiplyBy(num);
+	},
+
+	_multiplyBy: function (num) {
+		this.x *= num;
+		this.y *= num;
+		return this;
+	},
+
+	// @method scaleBy(scale: Point): Point
+	// Multiply each coordinate of the current point by each coordinate of
+	// `scale`. In linear algebra terms, multiply the point by the
+	// [scaling matrix](https://en.wikipedia.org/wiki/Scaling_%28geometry%29#Matrix_representation)
+	// defined by `scale`.
+	scaleBy: function (point) {
+		return new Point(this.x * point.x, this.y * point.y);
+	},
+
+	// @method unscaleBy(scale: Point): Point
+	// Inverse of `scaleBy`. Divide each coordinate of the current point by
+	// each coordinate of `scale`.
+	unscaleBy: function (point) {
+		return new Point(this.x / point.x, this.y / point.y);
+	},
+
+	// @method round(): Point
+	// Returns a copy of the current point with rounded coordinates.
+	round: function () {
+		return this.clone()._round();
+	},
+
+	_round: function () {
+		this.x = Math.round(this.x);
+		this.y = Math.round(this.y);
+		return this;
+	},
+
+	// @method floor(): Point
+	// Returns a copy of the current point with floored coordinates (rounded down).
+	floor: function () {
+		return this.clone()._floor();
+	},
+
+	_floor: function () {
+		this.x = Math.floor(this.x);
+		this.y = Math.floor(this.y);
+		return this;
+	},
+
+	// @method ceil(): Point
+	// Returns a copy of the current point with ceiled coordinates (rounded up).
+	ceil: function () {
+		return this.clone()._ceil();
+	},
+
+	_ceil: function () {
+		this.x = Math.ceil(this.x);
+		this.y = Math.ceil(this.y);
+		return this;
+	},
+
+	// @method trunc(): Point
+	// Returns a copy of the current point with truncated coordinates (rounded towards zero).
+	trunc: function () {
+		return this.clone()._trunc();
+	},
+
+	_trunc: function () {
+		this.x = trunc(this.x);
+		this.y = trunc(this.y);
+		return this;
+	},
+
+	// @method distanceTo(otherPoint: Point): Number
+	// Returns the cartesian distance between the current and the given points.
+	distanceTo: function (point) {
+		point = toPoint(point);
+
+		var x = point.x - this.x,
+		    y = point.y - this.y;
+
+		return Math.sqrt(x * x + y * y);
+	},
+
+	// @method equals(otherPoint: Point): Boolean
+	// Returns `true` if the given point has the same coordinates.
+	equals: function (point) {
+		point = toPoint(point);
+
+		return point.x === this.x &&
+		       point.y === this.y;
+	},
+
+	// @method contains(otherPoint: Point): Boolean
+	// Returns `true` if both coordinates of the given point are less than the corresponding current point coordinates (in absolute values).
+	contains: function (point) {
+		point = toPoint(point);
+
+		return Math.abs(point.x) <= Math.abs(this.x) &&
+		       Math.abs(point.y) <= Math.abs(this.y);
+	},
+
+	// @method toString(): String
+	// Returns a string representation of the point for debugging purposes.
+	toString: function () {
+		return 'Point(' +
+		        formatNum(this.x) + ', ' +
+		        formatNum(this.y) + ')';
+	}
+};
+
+// @factory L.point(x: Number, y: Number, round?: Boolean)
+// Creates a Point object with the given `x` and `y` coordinates. If optional `round` is set to true, rounds the `x` and `y` values.
+
+// @alternative
+// @factory L.point(coords: Number[])
+// Expects an array of the form `[x, y]` instead.
+
+// @alternative
+// @factory L.point(coords: Object)
+// Expects a plain object of the form `{x: Number, y: Number}` instead.
+function toPoint(x, y, round) {
+	if (x instanceof Point) {
+		return x;
+	}
+	if (isArray(x)) {
+		return new Point(x[0], x[1]);
+	}
+	if (x === undefined || x === null) {
+		return x;
+	}
+	if (typeof x === 'object' && 'x' in x && 'y' in x) {
+		return new Point(x.x, x.y);
+	}
+	return new Point(x, y, round);
+}
+
+/*
+ * @class Bounds
+ * @aka L.Bounds
+ *
+ * Represents a rectangular area in pixel coordinates.
+ *
+ * @example
+ *
+ * ```js
+ * var p1 = L.point(10, 10),
+ * p2 = L.point(40, 60),
+ * bounds = L.bounds(p1, p2);
+ * ```
+ *
+ * All Leaflet methods that accept `Bounds` objects also accept them in a simple Array form (unless noted otherwise), so the bounds example above can be passed like this:
+ *
+ * ```js
+ * otherBounds.intersects([[10, 10], [40, 60]]);
+ * ```
+ *
+ * Note that `Bounds` does not inherit from Leafet's `Class` object,
+ * which means new classes can't inherit from it, and new methods
+ * can't be added to it with the `include` function.
+ */
+
+function Bounds(a, b) {
+	if (!a) { return; }
+
+	var points = b ? [a, b] : a;
+
+	for (var i = 0, len = points.length; i < len; i++) {
+		this.extend(points[i]);
+	}
+}
+
+Bounds.prototype = {
+	// @method extend(point: Point): this
+	// Extends the bounds to contain the given point.
+	extend: function (point) { // (Point)
+		point = toPoint(point);
+
+		// @property min: Point
+		// The top left corner of the rectangle.
+		// @property max: Point
+		// The bottom right corner of the rectangle.
+		if (!this.min && !this.max) {
+			this.min = point.clone();
+			this.max = point.clone();
+		} else {
+			this.min.x = Math.min(point.x, this.min.x);
+			this.max.x = Math.max(point.x, this.max.x);
+			this.min.y = Math.min(point.y, this.min.y);
+			this.max.y = Math.max(point.y, this.max.y);
+		}
+		return this;
+	},
+
+	// @method getCenter(round?: Boolean): Point
+	// Returns the center point of the bounds.
+	getCenter: function (round) {
+		return new Point(
+		        (this.min.x + this.max.x) / 2,
+		        (this.min.y + this.max.y) / 2, round);
+	},
+
+	// @method getBottomLeft(): Point
+	// Returns the bottom-left point of the bounds.
+	getBottomLeft: function () {
+		return new Point(this.min.x, this.max.y);
+	},
+
+	// @method getTopRight(): Point
+	// Returns the top-right point of the bounds.
+	getTopRight: function () { // -> Point
+		return new Point(this.max.x, this.min.y);
+	},
+
+	// @method getTopLeft(): Point
+	// Returns the top-left point of the bounds (i.e. [`this.min`](#bounds-min)).
+	getTopLeft: function () {
+		return this.min; // left, top
+	},
+
+	// @method getBottomRight(): Point
+	// Returns the bottom-right point of the bounds (i.e. [`this.max`](#bounds-max)).
+	getBottomRight: function () {
+		return this.max; // right, bottom
+	},
+
+	// @method getSize(): Point
+	// Returns the size of the given bounds
+	getSize: function () {
+		return this.max.subtract(this.min);
+	},
+
+	// @method contains(otherBounds: Bounds): Boolean
+	// Returns `true` if the rectangle contains the given one.
+	// @alternative
+	// @method contains(point: Point): Boolean
+	// Returns `true` if the rectangle contains the given point.
+	contains: function (obj) {
+		var min, max;
+
+		if (typeof obj[0] === 'number' || obj instanceof Point) {
+			obj = toPoint(obj);
+		} else {
+			obj = toBounds(obj);
+		}
+
+		if (obj instanceof Bounds) {
+			min = obj.min;
+			max = obj.max;
+		} else {
+			min = max = obj;
+		}
+
+		return (min.x >= this.min.x) &&
+		       (max.x <= this.max.x) &&
+		       (min.y >= this.min.y) &&
+		       (max.y <= this.max.y);
+	},
+
+	// @method intersects(otherBounds: Bounds): Boolean
+	// Returns `true` if the rectangle intersects the given bounds. Two bounds
+	// intersect if they have at least one point in common.
+	intersects: function (bounds) { // (Bounds) -> Boolean
+		bounds = toBounds(bounds);
+
+		var min = this.min,
+		    max = this.max,
+		    min2 = bounds.min,
+		    max2 = bounds.max,
+		    xIntersects = (max2.x >= min.x) && (min2.x <= max.x),
+		    yIntersects = (max2.y >= min.y) && (min2.y <= max.y);
+
+		return xIntersects && yIntersects;
+	},
+
+	// @method overlaps(otherBounds: Bounds): Boolean
+	// Returns `true` if the rectangle overlaps the given bounds. Two bounds
+	// overlap if their intersection is an area.
+	overlaps: function (bounds) { // (Bounds) -> Boolean
+		bounds = toBounds(bounds);
+
+		var min = this.min,
+		    max = this.max,
+		    min2 = bounds.min,
+		    max2 = bounds.max,
+		    xOverlaps = (max2.x > min.x) && (min2.x < max.x),
+		    yOverlaps = (max2.y > min.y) && (min2.y < max.y);
+
+		return xOverlaps && yOverlaps;
+	},
+
+	isValid: function () {
+		return !!(this.min && this.max);
+	}
+};
+
+
+// @factory L.bounds(corner1: Point, corner2: Point)
+// Creates a Bounds object from two corners coordinate pairs.
+// @alternative
+// @factory L.bounds(points: Point[])
+// Creates a Bounds object from the given array of points.
+function toBounds(a, b) {
+	if (!a || a instanceof Bounds) {
+		return a;
+	}
+	return new Bounds(a, b);
+}
+
+/*
+ * @class LatLngBounds
+ * @aka L.LatLngBounds
+ *
+ * Represents a rectangular geographical area on a map.
+ *
+ * @example
+ *
+ * ```js
+ * var corner1 = L.latLng(40.712, -74.227),
+ * corner2 = L.latLng(40.774, -74.125),
+ * bounds = L.latLngBounds(corner1, corner2);
+ * ```
+ *
+ * All Leaflet methods that accept LatLngBounds objects also accept them in a simple Array form (unless noted otherwise), so the bounds example above can be passed like this:
+ *
+ * ```js
+ * map.fitBounds([
+ * 	[40.712, -74.227],
+ * 	[40.774, -74.125]
+ * ]);
+ * ```
+ *
+ * Caution: if the area crosses the antimeridian (often confused with the International Date Line), you must specify corners _outside_ the [-180, 180] degrees longitude range.
+ *
+ * Note that `LatLngBounds` does not inherit from Leafet's `Class` object,
+ * which means new classes can't inherit from it, and new methods
+ * can't be added to it with the `include` function.
+ */
+
+function LatLngBounds(corner1, corner2) { // (LatLng, LatLng) or (LatLng[])
+	if (!corner1) { return; }
+
+	var latlngs = corner2 ? [corner1, corner2] : corner1;
+
+	for (var i = 0, len = latlngs.length; i < len; i++) {
+		this.extend(latlngs[i]);
+	}
+}
+
+LatLngBounds.prototype = {
+
+	// @method extend(latlng: LatLng): this
+	// Extend the bounds to contain the given point
+
+	// @alternative
+	// @method extend(otherBounds: LatLngBounds): this
+	// Extend the bounds to contain the given bounds
+	extend: function (obj) {
+		var sw = this._southWest,
+		    ne = this._northEast,
+		    sw2, ne2;
+
+		if (obj instanceof LatLng) {
+			sw2 = obj;
+			ne2 = obj;
+
+		} else if (obj instanceof LatLngBounds) {
+			sw2 = obj._southWest;
+			ne2 = obj._northEast;
+
+			if (!sw2 || !ne2) { return this; }
+
+		} else {
+			return obj ? this.extend(toLatLng(obj) || toLatLngBounds(obj)) : this;
+		}
+
+		if (!sw && !ne) {
+			this._southWest = new LatLng(sw2.lat, sw2.lng);
+			this._northEast = new LatLng(ne2.lat, ne2.lng);
+		} else {
+			sw.lat = Math.min(sw2.lat, sw.lat);
+			sw.lng = Math.min(sw2.lng, sw.lng);
+			ne.lat = Math.max(ne2.lat, ne.lat);
+			ne.lng = Math.max(ne2.lng, ne.lng);
+		}
+
+		return this;
+	},
+
+	// @method pad(bufferRatio: Number): LatLngBounds
+	// Returns bounds created by extending or retracting the current bounds by a given ratio in each direction.
+	// For example, a ratio of 0.5 extends the bounds by 50% in each direction.
+	// Negative values will retract the bounds.
+	pad: function (bufferRatio) {
+		var sw = this._southWest,
+		    ne = this._northEast,
+		    heightBuffer = Math.abs(sw.lat - ne.lat) * bufferRatio,
+		    widthBuffer = Math.abs(sw.lng - ne.lng) * bufferRatio;
+
+		return new LatLngBounds(
+		        new LatLng(sw.lat - heightBuffer, sw.lng - widthBuffer),
+		        new LatLng(ne.lat + heightBuffer, ne.lng + widthBuffer));
+	},
+
+	// @method getCenter(): LatLng
+	// Returns the center point of the bounds.
+	getCenter: function () {
+		return new LatLng(
+		        (this._southWest.lat + this._northEast.lat) / 2,
+		        (this._southWest.lng + this._northEast.lng) / 2);
+	},
+
+	// @method getSouthWest(): LatLng
+	// Returns the south-west point of the bounds.
+	getSouthWest: function () {
+		return this._southWest;
+	},
+
+	// @method getNorthEast(): LatLng
+	// Returns the north-east point of the bounds.
+	getNorthEast: function () {
+		return this._northEast;
+	},
+
+	// @method getNorthWest(): LatLng
+	// Returns the north-west point of the bounds.
+	getNorthWest: function () {
+		return new LatLng(this.getNorth(), this.getWest());
+	},
+
+	// @method getSouthEast(): LatLng
+	// Returns the south-east point of the bounds.
+	getSouthEast: function () {
+		return new LatLng(this.getSouth(), this.getEast());
+	},
+
+	// @method getWest(): Number
+	// Returns the west longitude of the bounds
+	getWest: function () {
+		return this._southWest.lng;
+	},
+
+	// @method getSouth(): Number
+	// Returns the south latitude of the bounds
+	getSouth: function () {
+		return this._southWest.lat;
+	},
+
+	// @method getEast(): Number
+	// Returns the east longitude of the bounds
+	getEast: function () {
+		return this._northEast.lng;
+	},
+
+	// @method getNorth(): Number
+	// Returns the north latitude of the bounds
+	getNorth: function () {
+		return this._northEast.lat;
+	},
+
+	// @method contains(otherBounds: LatLngBounds): Boolean
+	// Returns `true` if the rectangle contains the given one.
+
+	// @alternative
+	// @method contains (latlng: LatLng): Boolean
+	// Returns `true` if the rectangle contains the given point.
+	contains: function (obj) { // (LatLngBounds) or (LatLng) -> Boolean
+		if (typeof obj[0] === 'number' || obj instanceof LatLng || 'lat' in obj) {
+			obj = toLatLng(obj);
+		} else {
+			obj = toLatLngBounds(obj);
+		}
+
+		var sw = this._southWest,
+		    ne = this._northEast,
+		    sw2, ne2;
+
+		if (obj instanceof LatLngBounds) {
+			sw2 = obj.getSouthWest();
+			ne2 = obj.getNorthEast();
+		} else {
+			sw2 = ne2 = obj;
+		}
+
+		return (sw2.lat >= sw.lat) && (ne2.lat <= ne.lat) &&
+		       (sw2.lng >= sw.lng) && (ne2.lng <= ne.lng);
+	},
+
+	// @method intersects(otherBounds: LatLngBounds): Boolean
+	// Returns `true` if the rectangle intersects the given bounds. Two bounds intersect if they have at least one point in common.
+	intersects: function (bounds) {
+		bounds = toLatLngBounds(bounds);
+
+		var sw = this._southWest,
+		    ne = this._northEast,
+		    sw2 = bounds.getSouthWest(),
+		    ne2 = bounds.getNorthEast(),
+
+		    latIntersects = (ne2.lat >= sw.lat) && (sw2.lat <= ne.lat),
+		    lngIntersects = (ne2.lng >= sw.lng) && (sw2.lng <= ne.lng);
+
+		return latIntersects && lngIntersects;
+	},
+
+	// @method overlaps(otherBounds: Bounds): Boolean
+	// Returns `true` if the rectangle overlaps the given bounds. Two bounds overlap if their intersection is an area.
+	overlaps: function (bounds) {
+		bounds = toLatLngBounds(bounds);
+
+		var sw = this._southWest,
+		    ne = this._northEast,
+		    sw2 = bounds.getSouthWest(),
+		    ne2 = bounds.getNorthEast(),
+
+		    latOverlaps = (ne2.lat > sw.lat) && (sw2.lat < ne.lat),
+		    lngOverlaps = (ne2.lng > sw.lng) && (sw2.lng < ne.lng);
+
+		return latOverlaps && lngOverlaps;
+	},
+
+	// @method toBBoxString(): String
+	// Returns a string with bounding box coordinates in a 'southwest_lng,southwest_lat,northeast_lng,northeast_lat' format. Useful for sending requests to web services that return geo data.
+	toBBoxString: function () {
+		return [this.getWest(), this.getSouth(), this.getEast(), this.getNorth()].join(',');
+	},
+
+	// @method equals(otherBounds: LatLngBounds, maxMargin?: Number): Boolean
+	// Returns `true` if the rectangle is equivalent (within a small margin of error) to the given bounds. The margin of error can be overridden by setting `maxMargin` to a small number.
+	equals: function (bounds, maxMargin) {
+		if (!bounds) { return false; }
+
+		bounds = toLatLngBounds(bounds);
+
+		return this._southWest.equals(bounds.getSouthWest(), maxMargin) &&
+		       this._northEast.equals(bounds.getNorthEast(), maxMargin);
+	},
+
+	// @method isValid(): Boolean
+	// Returns `true` if the bounds are properly initialized.
+	isValid: function () {
+		return !!(this._southWest && this._northEast);
+	}
+};
+
+// TODO International date line?
+
+// @factory L.latLngBounds(corner1: LatLng, corner2: LatLng)
+// Creates a `LatLngBounds` object by defining two diagonally opposite corners of the rectangle.
+
+// @alternative
+// @factory L.latLngBounds(latlngs: LatLng[])
+// Creates a `LatLngBounds` object defined by the geographical points it contains. Very useful for zooming the map to fit a particular set of locations with [`fitBounds`](#map-fitbounds).
+function toLatLngBounds(a, b) {
+	if (a instanceof LatLngBounds) {
+		return a;
+	}
+	return new LatLngBounds(a, b);
+}
+
+/* @class LatLng
+ * @aka L.LatLng
+ *
+ * Represents a geographical point with a certain latitude and longitude.
+ *
+ * @example
+ *
+ * ```
+ * var latlng = L.latLng(50.5, 30.5);
+ * ```
+ *
+ * All Leaflet methods that accept LatLng objects also accept them in a simple Array form and simple object form (unless noted otherwise), so these lines are equivalent:
+ *
+ * ```
+ * map.panTo([50, 30]);
+ * map.panTo({lon: 30, lat: 50});
+ * map.panTo({lat: 50, lng: 30});
+ * map.panTo(L.latLng(50, 30));
+ * ```
+ *
+ * Note that `LatLng` does not inherit from Leaflet's `Class` object,
+ * which means new classes can't inherit from it, and new methods
+ * can't be added to it with the `include` function.
+ */
+
+function LatLng(lat, lng, alt) {
+	if (isNaN(lat) || isNaN(lng)) {
+		throw new Error('Invalid LatLng object: (' + lat + ', ' + lng + ')');
+	}
+
+	// @property lat: Number
+	// Latitude in degrees
+	this.lat = +lat;
+
+	// @property lng: Number
+	// Longitude in degrees
+	this.lng = +lng;
+
+	// @property alt: Number
+	// Altitude in meters (optional)
+	if (alt !== undefined) {
+		this.alt = +alt;
+	}
+}
+
+LatLng.prototype = {
+	// @method equals(otherLatLng: LatLng, maxMargin?: Number): Boolean
+	// Returns `true` if the given `LatLng` point is at the same position (within a small margin of error). The margin of error can be overridden by setting `maxMargin` to a small number.
+	equals: function (obj, maxMargin) {
+		if (!obj) { return false; }
+
+		obj = toLatLng(obj);
+
+		var margin = Math.max(
+		        Math.abs(this.lat - obj.lat),
+		        Math.abs(this.lng - obj.lng));
+
+		return margin <= (maxMargin === undefined ? 1.0E-9 : maxMargin);
+	},
+
+	// @method toString(): String
+	// Returns a string representation of the point (for debugging purposes).
+	toString: function (precision) {
+		return 'LatLng(' +
+		        formatNum(this.lat, precision) + ', ' +
+		        formatNum(this.lng, precision) + ')';
+	},
+
+	// @method distanceTo(otherLatLng: LatLng): Number
+	// Returns the distance (in meters) to the given `LatLng` calculated using the [Spherical Law of Cosines](https://en.wikipedia.org/wiki/Spherical_law_of_cosines).
+	distanceTo: function (other) {
+		return Earth.distance(this, toLatLng(other));
+	},
+
+	// @method wrap(): LatLng
+	// Returns a new `LatLng` object with the longitude wrapped so it's always between -180 and +180 degrees.
+	wrap: function () {
+		return Earth.wrapLatLng(this);
+	},
+
+	// @method toBounds(sizeInMeters: Number): LatLngBounds
+	// Returns a new `LatLngBounds` object in which each boundary is `sizeInMeters/2` meters apart from the `LatLng`.
+	toBounds: function (sizeInMeters) {
+		var latAccuracy = 180 * sizeInMeters / 40075017,
+		    lngAccuracy = latAccuracy / Math.cos((Math.PI / 180) * this.lat);
+
+		return toLatLngBounds(
+		        [this.lat - latAccuracy, this.lng - lngAccuracy],
+		        [this.lat + latAccuracy, this.lng + lngAccuracy]);
+	},
+
+	clone: function () {
+		return new LatLng(this.lat, this.lng, this.alt);
+	}
+};
+
+
+
+// @factory L.latLng(latitude: Number, longitude: Number, altitude?: Number): LatLng
+// Creates an object representing a geographical point with the given latitude and longitude (and optionally altitude).
+
+// @alternative
+// @factory L.latLng(coords: Array): LatLng
+// Expects an array of the form `[Number, Number]` or `[Number, Number, Number]` instead.
+
+// @alternative
+// @factory L.latLng(coords: Object): LatLng
+// Expects an plain object of the form `{lat: Number, lng: Number}` or `{lat: Number, lng: Number, alt: Number}` instead.
+
+function toLatLng(a, b, c) {
+	if (a instanceof LatLng) {
+		return a;
+	}
+	if (isArray(a) && typeof a[0] !== 'object') {
+		if (a.length === 3) {
+			return new LatLng(a[0], a[1], a[2]);
+		}
+		if (a.length === 2) {
+			return new LatLng(a[0], a[1]);
+		}
+		return null;
+	}
+	if (a === undefined || a === null) {
+		return a;
+	}
+	if (typeof a === 'object' && 'lat' in a) {
+		return new LatLng(a.lat, 'lng' in a ? a.lng : a.lon, a.alt);
+	}
+	if (b === undefined) {
+		return null;
+	}
+	return new LatLng(a, b, c);
+}
+
+/*
+ * @namespace CRS
+ * @crs L.CRS.Base
+ * Object that defines coordinate reference systems for projecting
+ * geographical points into pixel (screen) coordinates and back (and to
+ * coordinates in other units for [WMS](https://en.wikipedia.org/wiki/Web_Map_Service) services). See
+ * [spatial reference system](http://en.wikipedia.org/wiki/Coordinate_reference_system).
+ *
+ * Leaflet defines the most usual CRSs by default. If you want to use a
+ * CRS not defined by default, take a look at the
+ * [Proj4Leaflet](https://github.com/kartena/Proj4Leaflet) plugin.
+ *
+ * Note that the CRS instances do not inherit from Leafet's `Class` object,
+ * and can't be instantiated. Also, new classes can't inherit from them,
+ * and methods can't be added to them with the `include` function.
+ */
+
+var CRS = {
+	// @method latLngToPoint(latlng: LatLng, zoom: Number): Point
+	// Projects geographical coordinates into pixel coordinates for a given zoom.
+	latLngToPoint: function (latlng, zoom) {
+		var projectedPoint = this.projection.project(latlng),
+		    scale = this.scale(zoom);
+
+		return this.transformation._transform(projectedPoint, scale);
+	},
+
+	// @method pointToLatLng(point: Point, zoom: Number): LatLng
+	// The inverse of `latLngToPoint`. Projects pixel coordinates on a given
+	// zoom into geographical coordinates.
+	pointToLatLng: function (point, zoom) {
+		var scale = this.scale(zoom),
+		    untransformedPoint = this.transformation.untransform(point, scale);
+
+		return this.projection.unproject(untransformedPoint);
+	},
+
+	// @method project(latlng: LatLng): Point
+	// Projects geographical coordinates into coordinates in units accepted for
+	// this CRS (e.g. meters for EPSG:3857, for passing it to WMS services).
+	project: function (latlng) {
+		return this.projection.project(latlng);
+	},
+
+	// @method unproject(point: Point): LatLng
+	// Given a projected coordinate returns the corresponding LatLng.
+	// The inverse of `project`.
+	unproject: function (point) {
+		return this.projection.unproject(point);
+	},
+
+	// @method scale(zoom: Number): Number
+	// Returns the scale used when transforming projected coordinates into
+	// pixel coordinates for a particular zoom. For example, it returns
+	// `256 * 2^zoom` for Mercator-based CRS.
+	scale: function (zoom) {
+		return 256 * Math.pow(2, zoom);
+	},
+
+	// @method zoom(scale: Number): Number
+	// Inverse of `scale()`, returns the zoom level corresponding to a scale
+	// factor of `scale`.
+	zoom: function (scale) {
+		return Math.log(scale / 256) / Math.LN2;
+	},
+
+	// @method getProjectedBounds(zoom: Number): Bounds
+	// Returns the projection's bounds scaled and transformed for the provided `zoom`.
+	getProjectedBounds: function (zoom) {
+		if (this.infinite) { return null; }
+
+		var b = this.projection.bounds,
+		    s = this.scale(zoom),
+		    min = this.transformation.transform(b.min, s),
+		    max = this.transformation.transform(b.max, s);
+
+		return new Bounds(min, max);
+	},
+
+	// @method distance(latlng1: LatLng, latlng2: LatLng): Number
+	// Returns the distance between two geographical coordinates.
+
+	// @property code: String
+	// Standard code name of the CRS passed into WMS services (e.g. `'EPSG:3857'`)
+	//
+	// @property wrapLng: Number[]
+	// An array of two numbers defining whether the longitude (horizontal) coordinate
+	// axis wraps around a given range and how. Defaults to `[-180, 180]` in most
+	// geographical CRSs. If `undefined`, the longitude axis does not wrap around.
+	//
+	// @property wrapLat: Number[]
+	// Like `wrapLng`, but for the latitude (vertical) axis.
+
+	// wrapLng: [min, max],
+	// wrapLat: [min, max],
+
+	// @property infinite: Boolean
+	// If true, the coordinate space will be unbounded (infinite in both axes)
+	infinite: false,
+
+	// @method wrapLatLng(latlng: LatLng): LatLng
+	// Returns a `LatLng` where lat and lng has been wrapped according to the
+	// CRS's `wrapLat` and `wrapLng` properties, if they are outside the CRS's bounds.
+	wrapLatLng: function (latlng) {
+		var lng = this.wrapLng ? wrapNum(latlng.lng, this.wrapLng, true) : latlng.lng,
+		    lat = this.wrapLat ? wrapNum(latlng.lat, this.wrapLat, true) : latlng.lat,
+		    alt = latlng.alt;
+
+		return new LatLng(lat, lng, alt);
+	},
+
+	// @method wrapLatLngBounds(bounds: LatLngBounds): LatLngBounds
+	// Returns a `LatLngBounds` with the same size as the given one, ensuring
+	// that its center is within the CRS's bounds.
+	// Only accepts actual `L.LatLngBounds` instances, not arrays.
+	wrapLatLngBounds: function (bounds) {
+		var center = bounds.getCenter(),
+		    newCenter = this.wrapLatLng(center),
+		    latShift = center.lat - newCenter.lat,
+		    lngShift = center.lng - newCenter.lng;
+
+		if (latShift === 0 && lngShift === 0) {
+			return bounds;
+		}
+
+		var sw = bounds.getSouthWest(),
+		    ne = bounds.getNorthEast(),
+		    newSw = new LatLng(sw.lat - latShift, sw.lng - lngShift),
+		    newNe = new LatLng(ne.lat - latShift, ne.lng - lngShift);
+
+		return new LatLngBounds(newSw, newNe);
+	}
+};
+
+/*
+ * @namespace CRS
+ * @crs L.CRS.Earth
+ *
+ * Serves as the base for CRS that are global such that they cover the earth.
+ * Can only be used as the base for other CRS and cannot be used directly,
+ * since it does not have a `code`, `projection` or `transformation`. `distance()` returns
+ * meters.
+ */
+
+var Earth = extend({}, CRS, {
+	wrapLng: [-180, 180],
+
+	// Mean Earth Radius, as recommended for use by
+	// the International Union of Geodesy and Geophysics,
+	// see http://rosettacode.org/wiki/Haversine_formula
+	R: 6371000,
+
+	// distance between two geographical points using spherical law of cosines approximation
+	distance: function (latlng1, latlng2) {
+		var rad = Math.PI / 180,
+		    lat1 = latlng1.lat * rad,
+		    lat2 = latlng2.lat * rad,
+		    sinDLat = Math.sin((latlng2.lat - latlng1.lat) * rad / 2),
+		    sinDLon = Math.sin((latlng2.lng - latlng1.lng) * rad / 2),
+		    a = sinDLat * sinDLat + Math.cos(lat1) * Math.cos(lat2) * sinDLon * sinDLon,
+		    c = 2 * Math.atan2(Math.sqrt(a), Math.sqrt(1 - a));
+		return this.R * c;
+	}
+});
+
+/*
+ * @namespace Projection
+ * @projection L.Projection.SphericalMercator
+ *
+ * Spherical Mercator projection — the most common projection for online maps,
+ * used by almost all free and commercial tile providers. Assumes that Earth is
+ * a sphere. Used by the `EPSG:3857` CRS.
+ */
+
+var SphericalMercator = {
+
+	R: 6378137,
+	MAX_LATITUDE: 85.0511287798,
+
+	project: function (latlng) {
+		var d = Math.PI / 180,
+		    max = this.MAX_LATITUDE,
+		    lat = Math.max(Math.min(max, latlng.lat), -max),
+		    sin = Math.sin(lat * d);
+
+		return new Point(
+			this.R * latlng.lng * d,
+			this.R * Math.log((1 + sin) / (1 - sin)) / 2);
+	},
+
+	unproject: function (point) {
+		var d = 180 / Math.PI;
+
+		return new LatLng(
+			(2 * Math.atan(Math.exp(point.y / this.R)) - (Math.PI / 2)) * d,
+			point.x * d / this.R);
+	},
+
+	bounds: (function () {
+		var d = 6378137 * Math.PI;
+		return new Bounds([-d, -d], [d, d]);
+	})()
+};
+
+/*
+ * @class Transformation
+ * @aka L.Transformation
+ *
+ * Represents an affine transformation: a set of coefficients `a`, `b`, `c`, `d`
+ * for transforming a point of a form `(x, y)` into `(a*x + b, c*y + d)` and doing
+ * the reverse. Used by Leaflet in its projections code.
+ *
+ * @example
+ *
+ * ```js
+ * var transformation = L.transformation(2, 5, -1, 10),
+ * 	p = L.point(1, 2),
+ * 	p2 = transformation.transform(p), //  L.point(7, 8)
+ * 	p3 = transformation.untransform(p2); //  L.point(1, 2)
+ * ```
+ */
+
+
+// factory new L.Transformation(a: Number, b: Number, c: Number, d: Number)
+// Creates a `Transformation` object with the given coefficients.
+function Transformation(a, b, c, d) {
+	if (isArray(a)) {
+		// use array properties
+		this._a = a[0];
+		this._b = a[1];
+		this._c = a[2];
+		this._d = a[3];
+		return;
+	}
+	this._a = a;
+	this._b = b;
+	this._c = c;
+	this._d = d;
+}
+
+Transformation.prototype = {
+	// @method transform(point: Point, scale?: Number): Point
+	// Returns a transformed point, optionally multiplied by the given scale.
+	// Only accepts actual `L.Point` instances, not arrays.
+	transform: function (point, scale) { // (Point, Number) -> Point
+		return this._transform(point.clone(), scale);
+	},
+
+	// destructive transform (faster)
+	_transform: function (point, scale) {
+		scale = scale || 1;
+		point.x = scale * (this._a * point.x + this._b);
+		point.y = scale * (this._c * point.y + this._d);
+		return point;
+	},
+
+	// @method untransform(point: Point, scale?: Number): Point
+	// Returns the reverse transformation of the given point, optionally divided
+	// by the given scale. Only accepts actual `L.Point` instances, not arrays.
+	untransform: function (point, scale) {
+		scale = scale || 1;
+		return new Point(
+		        (point.x / scale - this._b) / this._a,
+		        (point.y / scale - this._d) / this._c);
+	}
+};
+
+// factory L.transformation(a: Number, b: Number, c: Number, d: Number)
+
+// @factory L.transformation(a: Number, b: Number, c: Number, d: Number)
+// Instantiates a Transformation object with the given coefficients.
+
+// @alternative
+// @factory L.transformation(coefficients: Array): Transformation
+// Expects an coefficients array of the form
+// `[a: Number, b: Number, c: Number, d: Number]`.
+
+function toTransformation(a, b, c, d) {
+	return new Transformation(a, b, c, d);
+}
+
+/*
+ * @namespace CRS
+ * @crs L.CRS.EPSG3857
+ *
+ * The most common CRS for online maps, used by almost all free and commercial
+ * tile providers. Uses Spherical Mercator projection. Set in by default in
+ * Map's `crs` option.
+ */
+
+var EPSG3857 = extend({}, Earth, {
+	code: 'EPSG:3857',
+	projection: SphericalMercator,
+
+	transformation: (function () {
+		var scale = 0.5 / (Math.PI * SphericalMercator.R);
+		return toTransformation(scale, 0.5, -scale, 0.5);
+	}())
+});
+
+var EPSG900913 = extend({}, EPSG3857, {
+	code: 'EPSG:900913'
+});
+
+// @namespace SVG; @section
+// There are several static functions which can be called without instantiating L.SVG:
+
+// @function create(name: String): SVGElement
+// Returns a instance of [SVGElement](https://developer.mozilla.org/docs/Web/API/SVGElement),
+// corresponding to the class name passed. For example, using 'line' will return
+// an instance of [SVGLineElement](https://developer.mozilla.org/docs/Web/API/SVGLineElement).
+function svgCreate(name) {
+	return document.createElementNS('http://www.w3.org/2000/svg', name);
+}
+
+// @function pointsToPath(rings: Point[], closed: Boolean): String
+// Generates a SVG path string for multiple rings, with each ring turning
+// into "M..L..L.." instructions
+function pointsToPath(rings, closed) {
+	var str = '',
+	i, j, len, len2, points, p;
+
+	for (i = 0, len = rings.length; i < len; i++) {
+		points = rings[i];
+
+		for (j = 0, len2 = points.length; j < len2; j++) {
+			p = points[j];
+			str += (j ? 'L' : 'M') + p.x + ' ' + p.y;
+		}
+
+		// closes the ring for polygons; "x" is VML syntax
+		str += closed ? (svg ? 'z' : 'x') : '';
+	}
+
+	// SVG complains about empty path strings
+	return str || 'M0 0';
+}
+
+/*
+ * @namespace Browser
+ * @aka L.Browser
+ *
+ * A namespace with static properties for browser/feature detection used by Leaflet internally.
+ *
+ * @example
+ *
+ * ```js
+ * if (L.Browser.ielt9) {
+ *   alert('Upgrade your browser, dude!');
+ * }
+ * ```
+ */
+
+var style$1 = document.documentElement.style;
+
+// @property ie: Boolean; `true` for all Internet Explorer versions (not Edge).
+var ie = 'ActiveXObject' in window;
+
+// @property ielt9: Boolean; `true` for Internet Explorer versions less than 9.
+var ielt9 = ie && !document.addEventListener;
+
+// @property edge: Boolean; `true` for the Edge web browser.
+var edge = 'msLaunchUri' in navigator && !('documentMode' in document);
+
+// @property webkit: Boolean;
+// `true` for webkit-based browsers like Chrome and Safari (including mobile versions).
+var webkit = userAgentContains('webkit');
+
+// @property android: Boolean
+// `true` for any browser running on an Android platform.
+var android = userAgentContains('android');
+
+// @property android23: Boolean; `true` for browsers running on Android 2 or Android 3.
+var android23 = userAgentContains('android 2') || userAgentContains('android 3');
+
+/* See https://stackoverflow.com/a/17961266 for details on detecting stock Android */
+var webkitVer = parseInt(/WebKit\/([0-9]+)|$/.exec(navigator.userAgent)[1], 10); // also matches AppleWebKit
+// @property androidStock: Boolean; `true` for the Android stock browser (i.e. not Chrome)
+var androidStock = android && userAgentContains('Google') && webkitVer < 537 && !('AudioNode' in window);
+
+// @property opera: Boolean; `true` for the Opera browser
+var opera = !!window.opera;
+
+// @property chrome: Boolean; `true` for the Chrome browser.
+var chrome = userAgentContains('chrome');
+
+// @property gecko: Boolean; `true` for gecko-based browsers like Firefox.
+var gecko = userAgentContains('gecko') && !webkit && !opera && !ie;
+
+// @property safari: Boolean; `true` for the Safari browser.
+var safari = !chrome && userAgentContains('safari');
+
+var phantom = userAgentContains('phantom');
+
+// @property opera12: Boolean
+// `true` for the Opera browser supporting CSS transforms (version 12 or later).
+var opera12 = 'OTransition' in style$1;
+
+// @property win: Boolean; `true` when the browser is running in a Windows platform
+var win = navigator.platform.indexOf('Win') === 0;
+
+// @property ie3d: Boolean; `true` for all Internet Explorer versions supporting CSS transforms.
+var ie3d = ie && ('transition' in style$1);
+
+// @property webkit3d: Boolean; `true` for webkit-based browsers supporting CSS transforms.
+var webkit3d = ('WebKitCSSMatrix' in window) && ('m11' in new window.WebKitCSSMatrix()) && !android23;
+
+// @property gecko3d: Boolean; `true` for gecko-based browsers supporting CSS transforms.
+var gecko3d = 'MozPerspective' in style$1;
+
+// @property any3d: Boolean
+// `true` for all browsers supporting CSS transforms.
+var any3d = !window.L_DISABLE_3D && (ie3d || webkit3d || gecko3d) && !opera12 && !phantom;
+
+// @property mobile: Boolean; `true` for all browsers running in a mobile device.
+var mobile = typeof orientation !== 'undefined' || userAgentContains('mobile');
+
+// @property mobileWebkit: Boolean; `true` for all webkit-based browsers in a mobile device.
+var mobileWebkit = mobile && webkit;
+
+// @property mobileWebkit3d: Boolean
+// `true` for all webkit-based browsers in a mobile device supporting CSS transforms.
+var mobileWebkit3d = mobile && webkit3d;
+
+// @property msPointer: Boolean
+// `true` for browsers implementing the Microsoft touch events model (notably IE10).
+var msPointer = !window.PointerEvent && window.MSPointerEvent;
+
+// @property pointer: Boolean
+// `true` for all browsers supporting [pointer events](https://msdn.microsoft.com/en-us/library/dn433244%28v=vs.85%29.aspx).
+var pointer = !!(window.PointerEvent || msPointer);
+
+// @property touch: Boolean
+// `true` for all browsers supporting [touch events](https://developer.mozilla.org/docs/Web/API/Touch_events).
+// This does not necessarily mean that the browser is running in a computer with
+// a touchscreen, it only means that the browser is capable of understanding
+// touch events.
+var touch = !window.L_NO_TOUCH && (pointer || 'ontouchstart' in window ||
+		(window.DocumentTouch && document instanceof window.DocumentTouch));
+
+// @property mobileOpera: Boolean; `true` for the Opera browser in a mobile device.
+var mobileOpera = mobile && opera;
+
+// @property mobileGecko: Boolean
+// `true` for gecko-based browsers running in a mobile device.
+var mobileGecko = mobile && gecko;
+
+// @property retina: Boolean
+// `true` for browsers on a high-resolution "retina" screen or on any screen when browser's display zoom is more than 100%.
+var retina = (window.devicePixelRatio || (window.screen.deviceXDPI / window.screen.logicalXDPI)) > 1;
+
+
+// @property canvas: Boolean
+// `true` when the browser supports [`<canvas>`](https://developer.mozilla.org/docs/Web/API/Canvas_API).
+var canvas = (function () {
+	return !!document.createElement('canvas').getContext;
+}());
+
+// @property svg: Boolean
+// `true` when the browser supports [SVG](https://developer.mozilla.org/docs/Web/SVG).
+var svg = !!(document.createElementNS && svgCreate('svg').createSVGRect);
+
+// @property vml: Boolean
+// `true` if the browser supports [VML](https://en.wikipedia.org/wiki/Vector_Markup_Language).
+var vml = !svg && (function () {
+	try {
+		var div = document.createElement('div');
+		div.innerHTML = '<v:shape adj="1"/>';
+
+		var shape = div.firstChild;
+		shape.style.behavior = 'url(#default#VML)';
+
+		return shape && (typeof shape.adj === 'object');
+
+	} catch (e) {
+		return false;
+	}
+}());
+
+
+function userAgentContains(str) {
+	return navigator.userAgent.toLowerCase().indexOf(str) >= 0;
+}
+
+
+var Browser = (Object.freeze || Object)({
+	ie: ie,
+	ielt9: ielt9,
+	edge: edge,
+	webkit: webkit,
+	android: android,
+	android23: android23,
+	androidStock: androidStock,
+	opera: opera,
+	chrome: chrome,
+	gecko: gecko,
+	safari: safari,
+	phantom: phantom,
+	opera12: opera12,
+	win: win,
+	ie3d: ie3d,
+	webkit3d: webkit3d,
+	gecko3d: gecko3d,
+	any3d: any3d,
+	mobile: mobile,
+	mobileWebkit: mobileWebkit,
+	mobileWebkit3d: mobileWebkit3d,
+	msPointer: msPointer,
+	pointer: pointer,
+	touch: touch,
+	mobileOpera: mobileOpera,
+	mobileGecko: mobileGecko,
+	retina: retina,
+	canvas: canvas,
+	svg: svg,
+	vml: vml
+});
+
+/*
+ * Extends L.DomEvent to provide touch support for Internet Explorer and Windows-based devices.
+ */
+
+
+var POINTER_DOWN =   msPointer ? 'MSPointerDown'   : 'pointerdown';
+var POINTER_MOVE =   msPointer ? 'MSPointerMove'   : 'pointermove';
+var POINTER_UP =     msPointer ? 'MSPointerUp'     : 'pointerup';
+var POINTER_CANCEL = msPointer ? 'MSPointerCancel' : 'pointercancel';
+var TAG_WHITE_LIST = ['INPUT', 'SELECT', 'OPTION'];
+
+var _pointers = {};
+var _pointerDocListener = false;
+
+// DomEvent.DoubleTap needs to know about this
+var _pointersCount = 0;
+
+// Provides a touch events wrapper for (ms)pointer events.
+// ref http://www.w3.org/TR/pointerevents/ https://www.w3.org/Bugs/Public/show_bug.cgi?id=22890
+
+function addPointerListener(obj, type, handler, id) {
+	if (type === 'touchstart') {
+		_addPointerStart(obj, handler, id);
+
+	} else if (type === 'touchmove') {
+		_addPointerMove(obj, handler, id);
+
+	} else if (type === 'touchend') {
+		_addPointerEnd(obj, handler, id);
+	}
+
+	return this;
+}
+
+function removePointerListener(obj, type, id) {
+	var handler = obj['_leaflet_' + type + id];
+
+	if (type === 'touchstart') {
+		obj.removeEventListener(POINTER_DOWN, handler, false);
+
+	} else if (type === 'touchmove') {
+		obj.removeEventListener(POINTER_MOVE, handler, false);
+
+	} else if (type === 'touchend') {
+		obj.removeEventListener(POINTER_UP, handler, false);
+		obj.removeEventListener(POINTER_CANCEL, handler, false);
+	}
+
+	return this;
+}
+
+function _addPointerStart(obj, handler, id) {
+	var onDown = bind(function (e) {
+		if (e.pointerType !== 'mouse' && e.MSPOINTER_TYPE_MOUSE && e.pointerType !== e.MSPOINTER_TYPE_MOUSE) {
+			// In IE11, some touch events needs to fire for form controls, or
+			// the controls will stop working. We keep a whitelist of tag names that
+			// need these events. For other target tags, we prevent default on the event.
+			if (TAG_WHITE_LIST.indexOf(e.target.tagName) < 0) {
+				preventDefault(e);
+			} else {
+				return;
+			}
+		}
+
+		_handlePointer(e, handler);
+	});
+
+	obj['_leaflet_touchstart' + id] = onDown;
+	obj.addEventListener(POINTER_DOWN, onDown, false);
+
+	// need to keep track of what pointers and how many are active to provide e.touches emulation
+	if (!_pointerDocListener) {
+		// we listen documentElement as any drags that end by moving the touch off the screen get fired there
+		document.documentElement.addEventListener(POINTER_DOWN, _globalPointerDown, true);
+		document.documentElement.addEventListener(POINTER_MOVE, _globalPointerMove, true);
+		document.documentElement.addEventListener(POINTER_UP, _globalPointerUp, true);
+		document.documentElement.addEventListener(POINTER_CANCEL, _globalPointerUp, true);
+
+		_pointerDocListener = true;
+	}
+}
+
+function _globalPointerDown(e) {
+	_pointers[e.pointerId] = e;
+	_pointersCount++;
+}
+
+function _globalPointerMove(e) {
+	if (_pointers[e.pointerId]) {
+		_pointers[e.pointerId] = e;
+	}
+}
+
+function _globalPointerUp(e) {
+	delete _pointers[e.pointerId];
+	_pointersCount--;
+}
+
+function _handlePointer(e, handler) {
+	e.touches = [];
+	for (var i in _pointers) {
+		e.touches.push(_pointers[i]);
+	}
+	e.changedTouches = [e];
+
+	handler(e);
+}
+
+function _addPointerMove(obj, handler, id) {
+	var onMove = function (e) {
+		// don't fire touch moves when mouse isn't down
+		if ((e.pointerType === e.MSPOINTER_TYPE_MOUSE || e.pointerType === 'mouse') && e.buttons === 0) { return; }
+
+		_handlePointer(e, handler);
+	};
+
+	obj['_leaflet_touchmove' + id] = onMove;
+	obj.addEventListener(POINTER_MOVE, onMove, false);
+}
+
+function _addPointerEnd(obj, handler, id) {
+	var onUp = function (e) {
+		_handlePointer(e, handler);
+	};
+
+	obj['_leaflet_touchend' + id] = onUp;
+	obj.addEventListener(POINTER_UP, onUp, false);
+	obj.addEventListener(POINTER_CANCEL, onUp, false);
+}
+
+/*
+ * Extends the event handling code with double tap support for mobile browsers.
+ */
+
+var _touchstart = msPointer ? 'MSPointerDown' : pointer ? 'pointerdown' : 'touchstart';
+var _touchend = msPointer ? 'MSPointerUp' : pointer ? 'pointerup' : 'touchend';
+var _pre = '_leaflet_';
+
+// inspired by Zepto touch code by Thomas Fuchs
+function addDoubleTapListener(obj, handler, id) {
+	var last, touch$$1,
+	    doubleTap = false,
+	    delay = 250;
+
+	function onTouchStart(e) {
+		var count;
+
+		if (pointer) {
+			if ((!edge) || e.pointerType === 'mouse') { return; }
+			count = _pointersCount;
+		} else {
+			count = e.touches.length;
+		}
+
+		if (count > 1) { return; }
+
+		var now = Date.now(),
+		    delta = now - (last || now);
+
+		touch$$1 = e.touches ? e.touches[0] : e;
+		doubleTap = (delta > 0 && delta <= delay);
+		last = now;
+	}
+
+	function onTouchEnd(e) {
+		if (doubleTap && !touch$$1.cancelBubble) {
+			if (pointer) {
+				if ((!edge) || e.pointerType === 'mouse') { return; }
+				// work around .type being readonly with MSPointer* events
+				var newTouch = {},
+				    prop, i;
+
+				for (i in touch$$1) {
+					prop = touch$$1[i];
+					newTouch[i] = prop && prop.bind ? prop.bind(touch$$1) : prop;
+				}
+				touch$$1 = newTouch;
+			}
+			touch$$1.type = 'dblclick';
+			handler(touch$$1);
+			last = null;
+		}
+	}
+
+	obj[_pre + _touchstart + id] = onTouchStart;
+	obj[_pre + _touchend + id] = onTouchEnd;
+	obj[_pre + 'dblclick' + id] = handler;
+
+	obj.addEventListener(_touchstart, onTouchStart, false);
+	obj.addEventListener(_touchend, onTouchEnd, false);
+
+	// On some platforms (notably, chrome<55 on win10 + touchscreen + mouse),
+	// the browser doesn't fire touchend/pointerup events but does fire
+	// native dblclicks. See #4127.
+	// Edge 14 also fires native dblclicks, but only for pointerType mouse, see #5180.
+	obj.addEventListener('dblclick', handler, false);
+
+	return this;
+}
+
+function removeDoubleTapListener(obj, id) {
+	var touchstart = obj[_pre + _touchstart + id],
+	    touchend = obj[_pre + _touchend + id],
+	    dblclick = obj[_pre + 'dblclick' + id];
+
+	obj.removeEventListener(_touchstart, touchstart, false);
+	obj.removeEventListener(_touchend, touchend, false);
+	if (!edge) {
+		obj.removeEventListener('dblclick', dblclick, false);
+	}
+
+	return this;
+}
+
+/*
+ * @namespace DomUtil
+ *
+ * Utility functions to work with the [DOM](https://developer.mozilla.org/docs/Web/API/Document_Object_Model)
+ * tree, used by Leaflet internally.
+ *
+ * Most functions expecting or returning a `HTMLElement` also work for
+ * SVG elements. The only difference is that classes refer to CSS classes
+ * in HTML and SVG classes in SVG.
+ */
+
+
+// @property TRANSFORM: String
+// Vendor-prefixed transform style name (e.g. `'webkitTransform'` for WebKit).
+var TRANSFORM = testProp(
+	['transform', 'webkitTransform', 'OTransform', 'MozTransform', 'msTransform']);
+
+// webkitTransition comes first because some browser versions that drop vendor prefix don't do
+// the same for the transitionend event, in particular the Android 4.1 stock browser
+
+// @property TRANSITION: String
+// Vendor-prefixed transition style name.
+var TRANSITION = testProp(
+	['webkitTransition', 'transition', 'OTransition', 'MozTransition', 'msTransition']);
+
+// @property TRANSITION_END: String
+// Vendor-prefixed transitionend event name.
+var TRANSITION_END =
+	TRANSITION === 'webkitTransition' || TRANSITION === 'OTransition' ? TRANSITION + 'End' : 'transitionend';
+
+
+// @function get(id: String|HTMLElement): HTMLElement
+// Returns an element given its DOM id, or returns the element itself
+// if it was passed directly.
+function get(id) {
+	return typeof id === 'string' ? document.getElementById(id) : id;
+}
+
+// @function getStyle(el: HTMLElement, styleAttrib: String): String
+// Returns the value for a certain style attribute on an element,
+// including computed values or values set through CSS.
+function getStyle(el, style) {
+	var value = el.style[style] || (el.currentStyle && el.currentStyle[style]);
+
+	if ((!value || value === 'auto') && document.defaultView) {
+		var css = document.defaultView.getComputedStyle(el, null);
+		value = css ? css[style] : null;
+	}
+	return value === 'auto' ? null : value;
+}
+
+// @function create(tagName: String, className?: String, container?: HTMLElement): HTMLElement
+// Creates an HTML element with `tagName`, sets its class to `className`, and optionally appends it to `container` element.
+function create$1(tagName, className, container) {
+	var el = document.createElement(tagName);
+	el.className = className || '';
+
+	if (container) {
+		container.appendChild(el);
+	}
+	return el;
+}
+
+// @function remove(el: HTMLElement)
+// Removes `el` from its parent element
+function remove(el) {
+	var parent = el.parentNode;
+	if (parent) {
+		parent.removeChild(el);
+	}
+}
+
+// @function empty(el: HTMLElement)
+// Removes all of `el`'s children elements from `el`
+function empty(el) {
+	while (el.firstChild) {
+		el.removeChild(el.firstChild);
+	}
+}
+
+// @function toFront(el: HTMLElement)
+// Makes `el` the last child of its parent, so it renders in front of the other children.
+function toFront(el) {
+	var parent = el.parentNode;
+	if (parent && parent.lastChild !== el) {
+		parent.appendChild(el);
+	}
+}
+
+// @function toBack(el: HTMLElement)
+// Makes `el` the first child of its parent, so it renders behind the other children.
+function toBack(el) {
+	var parent = el.parentNode;
+	if (parent && parent.firstChild !== el) {
+		parent.insertBefore(el, parent.firstChild);
+	}
+}
+
+// @function hasClass(el: HTMLElement, name: String): Boolean
+// Returns `true` if the element's class attribute contains `name`.
+function hasClass(el, name) {
+	if (el.classList !== undefined) {
+		return el.classList.contains(name);
+	}
+	var className = getClass(el);
+	return className.length > 0 && new RegExp('(^|\\s)' + name + '(\\s|$)').test(className);
+}
+
+// @function addClass(el: HTMLElement, name: String)
+// Adds `name` to the element's class attribute.
+function addClass(el, name) {
+	if (el.classList !== undefined) {
+		var classes = splitWords(name);
+		for (var i = 0, len = classes.length; i < len; i++) {
+			el.classList.add(classes[i]);
+		}
+	} else if (!hasClass(el, name)) {
+		var className = getClass(el);
+		setClass(el, (className ? className + ' ' : '') + name);
+	}
+}
+
+// @function removeClass(el: HTMLElement, name: String)
+// Removes `name` from the element's class attribute.
+function removeClass(el, name) {
+	if (el.classList !== undefined) {
+		el.classList.remove(name);
+	} else {
+		setClass(el, trim((' ' + getClass(el) + ' ').replace(' ' + name + ' ', ' ')));
+	}
+}
+
+// @function setClass(el: HTMLElement, name: String)
+// Sets the element's class.
+function setClass(el, name) {
+	if (el.className.baseVal === undefined) {
+		el.className = name;
+	} else {
+		// in case of SVG element
+		el.className.baseVal = name;
+	}
+}
+
+// @function getClass(el: HTMLElement): String
+// Returns the element's class.
+function getClass(el) {
+	// Check if the element is an SVGElementInstance and use the correspondingElement instead
+	// (Required for linked SVG elements in IE11.)
+	if (el.correspondingElement) {
+		el = el.correspondingElement;
+	}
+	return el.className.baseVal === undefined ? el.className : el.className.baseVal;
+}
+
+// @function setOpacity(el: HTMLElement, opacity: Number)
+// Set the opacity of an element (including old IE support).
+// `opacity` must be a number from `0` to `1`.
+function setOpacity(el, value) {
+	if ('opacity' in el.style) {
+		el.style.opacity = value;
+	} else if ('filter' in el.style) {
+		_setOpacityIE(el, value);
+	}
+}
+
+function _setOpacityIE(el, value) {
+	var filter = false,
+	    filterName = 'DXImageTransform.Microsoft.Alpha';
+
+	// filters collection throws an error if we try to retrieve a filter that doesn't exist
+	try {
+		filter = el.filters.item(filterName);
+	} catch (e) {
+		// don't set opacity to 1 if we haven't already set an opacity,
+		// it isn't needed and breaks transparent pngs.
+		if (value === 1) { return; }
+	}
+
+	value = Math.round(value * 100);
+
+	if (filter) {
+		filter.Enabled = (value !== 100);
+		filter.Opacity = value;
+	} else {
+		el.style.filter += ' progid:' + filterName + '(opacity=' + value + ')';
+	}
+}
+
+// @function testProp(props: String[]): String|false
+// Goes through the array of style names and returns the first name
+// that is a valid style name for an element. If no such name is found,
+// it returns false. Useful for vendor-prefixed styles like `transform`.
+function testProp(props) {
+	var style = document.documentElement.style;
+
+	for (var i = 0; i < props.length; i++) {
+		if (props[i] in style) {
+			return props[i];
+		}
+	}
+	return false;
+}
+
+// @function setTransform(el: HTMLElement, offset: Point, scale?: Number)
+// Resets the 3D CSS transform of `el` so it is translated by `offset` pixels
+// and optionally scaled by `scale`. Does not have an effect if the
+// browser doesn't support 3D CSS transforms.
+function setTransform(el, offset, scale) {
+	var pos = offset || new Point(0, 0);
+
+	el.style[TRANSFORM] =
+		(ie3d ?
+			'translate(' + pos.x + 'px,' + pos.y + 'px)' :
+			'translate3d(' + pos.x + 'px,' + pos.y + 'px,0)') +
+		(scale ? ' scale(' + scale + ')' : '');
+}
+
+// @function setPosition(el: HTMLElement, position: Point)
+// Sets the position of `el` to coordinates specified by `position`,
+// using CSS translate or top/left positioning depending on the browser
+// (used by Leaflet internally to position its layers).
+function setPosition(el, point) {
+
+	/*eslint-disable */
+	el._leaflet_pos = point;
+	/* eslint-enable */
+
+	if (any3d) {
+		setTransform(el, point);
+	} else {
+		el.style.left = point.x + 'px';
+		el.style.top = point.y + 'px';
+	}
+}
+
+// @function getPosition(el: HTMLElement): Point
+// Returns the coordinates of an element previously positioned with setPosition.
+function getPosition(el) {
+	// this method is only used for elements previously positioned using setPosition,
+	// so it's safe to cache the position for performance
+
+	return el._leaflet_pos || new Point(0, 0);
+}
+
+// @function disableTextSelection()
+// Prevents the user from generating `selectstart` DOM events, usually generated
+// when the user drags the mouse through a page with text. Used internally
+// by Leaflet to override the behaviour of any click-and-drag interaction on
+// the map. Affects drag interactions on the whole document.
+
+// @function enableTextSelection()
+// Cancels the effects of a previous [`L.DomUtil.disableTextSelection`](#domutil-disabletextselection).
+var disableTextSelection;
+var enableTextSelection;
+var _userSelect;
+if ('onselectstart' in document) {
+	disableTextSelection = function () {
+		on(window, 'selectstart', preventDefault);
+	};
+	enableTextSelection = function () {
+		off(window, 'selectstart', preventDefault);
+	};
+} else {
+	var userSelectProperty = testProp(
+		['userSelect', 'WebkitUserSelect', 'OUserSelect', 'MozUserSelect', 'msUserSelect']);
+
+	disableTextSelection = function () {
+		if (userSelectProperty) {
+			var style = document.documentElement.style;
+			_userSelect = style[userSelectProperty];
+			style[userSelectProperty] = 'none';
+		}
+	};
+	enableTextSelection = function () {
+		if (userSelectProperty) {
+			document.documentElement.style[userSelectProperty] = _userSelect;
+			_userSelect = undefined;
+		}
+	};
+}
+
+// @function disableImageDrag()
+// As [`L.DomUtil.disableTextSelection`](#domutil-disabletextselection), but
+// for `dragstart` DOM events, usually generated when the user drags an image.
+function disableImageDrag() {
+	on(window, 'dragstart', preventDefault);
+}
+
+// @function enableImageDrag()
+// Cancels the effects of a previous [`L.DomUtil.disableImageDrag`](#domutil-disabletextselection).
+function enableImageDrag() {
+	off(window, 'dragstart', preventDefault);
+}
+
+var _outlineElement;
+var _outlineStyle;
+// @function preventOutline(el: HTMLElement)
+// Makes the [outline](https://developer.mozilla.org/docs/Web/CSS/outline)
+// of the element `el` invisible. Used internally by Leaflet to prevent
+// focusable elements from displaying an outline when the user performs a
+// drag interaction on them.
+function preventOutline(element) {
+	while (element.tabIndex === -1) {
+		element = element.parentNode;
+	}
+	if (!element.style) { return; }
+	restoreOutline();
+	_outlineElement = element;
+	_outlineStyle = element.style.outline;
+	element.style.outline = 'none';
+	on(window, 'keydown', restoreOutline);
+}
+
+// @function restoreOutline()
+// Cancels the effects of a previous [`L.DomUtil.preventOutline`]().
+function restoreOutline() {
+	if (!_outlineElement) { return; }
+	_outlineElement.style.outline = _outlineStyle;
+	_outlineElement = undefined;
+	_outlineStyle = undefined;
+	off(window, 'keydown', restoreOutline);
+}
+
+// @function getSizedParentNode(el: HTMLElement): HTMLElement
+// Finds the closest parent node which size (width and height) is not null.
+function getSizedParentNode(element) {
+	do {
+		element = element.parentNode;
+	} while ((!element.offsetWidth || !element.offsetHeight) && element !== document.body);
+	return element;
+}
+
+// @function getScale(el: HTMLElement): Object
+// Computes the CSS scale currently applied on the element.
+// Returns an object with `x` and `y` members as horizontal and vertical scales respectively,
+// and `boundingClientRect` as the result of [`getBoundingClientRect()`](https://developer.mozilla.org/en-US/docs/Web/API/Element/getBoundingClientRect).
+function getScale(element) {
+	var rect = element.getBoundingClientRect(); // Read-only in old browsers.
+
+	return {
+		x: rect.width / element.offsetWidth || 1,
+		y: rect.height / element.offsetHeight || 1,
+		boundingClientRect: rect
+	};
+}
+
+
+var DomUtil = (Object.freeze || Object)({
+	TRANSFORM: TRANSFORM,
+	TRANSITION: TRANSITION,
+	TRANSITION_END: TRANSITION_END,
+	get: get,
+	getStyle: getStyle,
+	create: create$1,
+	remove: remove,
+	empty: empty,
+	toFront: toFront,
+	toBack: toBack,
+	hasClass: hasClass,
+	addClass: addClass,
+	removeClass: removeClass,
+	setClass: setClass,
+	getClass: getClass,
+	setOpacity: setOpacity,
+	testProp: testProp,
+	setTransform: setTransform,
+	setPosition: setPosition,
+	getPosition: getPosition,
+	disableTextSelection: disableTextSelection,
+	enableTextSelection: enableTextSelection,
+	disableImageDrag: disableImageDrag,
+	enableImageDrag: enableImageDrag,
+	preventOutline: preventOutline,
+	restoreOutline: restoreOutline,
+	getSizedParentNode: getSizedParentNode,
+	getScale: getScale
+});
+
+/*
+ * @namespace DomEvent
+ * Utility functions to work with the [DOM events](https://developer.mozilla.org/docs/Web/API/Event), used by Leaflet internally.
+ */
+
+// Inspired by John Resig, Dean Edwards and YUI addEvent implementations.
+
+// @function on(el: HTMLElement, types: String, fn: Function, context?: Object): this
+// Adds a listener function (`fn`) to a particular DOM event type of the
+// element `el`. You can optionally specify the context of the listener
+// (object the `this` keyword will point to). You can also pass several
+// space-separated types (e.g. `'click dblclick'`).
+
+// @alternative
+// @function on(el: HTMLElement, eventMap: Object, context?: Object): this
+// Adds a set of type/listener pairs, e.g. `{click: onClick, mousemove: onMouseMove}`
+function on(obj, types, fn, context) {
+
+	if (typeof types === 'object') {
+		for (var type in types) {
+			addOne(obj, type, types[type], fn);
+		}
+	} else {
+		types = splitWords(types);
+
+		for (var i = 0, len = types.length; i < len; i++) {
+			addOne(obj, types[i], fn, context);
+		}
+	}
+
+	return this;
+}
+
+var eventsKey = '_leaflet_events';
+
+// @function off(el: HTMLElement, types: String, fn: Function, context?: Object): this
+// Removes a previously added listener function.
+// Note that if you passed a custom context to on, you must pass the same
+// context to `off` in order to remove the listener.
+
+// @alternative
+// @function off(el: HTMLElement, eventMap: Object, context?: Object): this
+// Removes a set of type/listener pairs, e.g. `{click: onClick, mousemove: onMouseMove}`
+function off(obj, types, fn, context) {
+
+	if (typeof types === 'object') {
+		for (var type in types) {
+			removeOne(obj, type, types[type], fn);
+		}
+	} else if (types) {
+		types = splitWords(types);
+
+		for (var i = 0, len = types.length; i < len; i++) {
+			removeOne(obj, types[i], fn, context);
+		}
+	} else {
+		for (var j in obj[eventsKey]) {
+			removeOne(obj, j, obj[eventsKey][j]);
+		}
+		delete obj[eventsKey];
+	}
+
+	return this;
+}
+
+function addOne(obj, type, fn, context) {
+	var id = type + stamp(fn) + (context ? '_' + stamp(context) : '');
+
+	if (obj[eventsKey] && obj[eventsKey][id]) { return this; }
+
+	var handler = function (e) {
+		return fn.call(context || obj, e || window.event);
+	};
+
+	var originalHandler = handler;
+
+	if (pointer && type.indexOf('touch') === 0) {
+		// Needs DomEvent.Pointer.js
+		addPointerListener(obj, type, handler, id);
+
+	} else if (touch && (type === 'dblclick') && addDoubleTapListener &&
+	           !(pointer && chrome)) {
+		// Chrome >55 does not need the synthetic dblclicks from addDoubleTapListener
+		// See #5180
+		addDoubleTapListener(obj, handler, id);
+
+	} else if ('addEventListener' in obj) {
+
+		if (type === 'mousewheel') {
+			obj.addEventListener('onwheel' in obj ? 'wheel' : 'mousewheel', handler, false);
+
+		} else if ((type === 'mouseenter') || (type === 'mouseleave')) {
+			handler = function (e) {
+				e = e || window.event;
+				if (isExternalTarget(obj, e)) {
+					originalHandler(e);
+				}
+			};
+			obj.addEventListener(type === 'mouseenter' ? 'mouseover' : 'mouseout', handler, false);
+
+		} else {
+			if (type === 'click' && android) {
+				handler = function (e) {
+					filterClick(e, originalHandler);
+				};
+			}
+			obj.addEventListener(type, handler, false);
+		}
+
+	} else if ('attachEvent' in obj) {
+		obj.attachEvent('on' + type, handler);
+	}
+
+	obj[eventsKey] = obj[eventsKey] || {};
+	obj[eventsKey][id] = handler;
+}
+
+function removeOne(obj, type, fn, context) {
+
+	var id = type + stamp(fn) + (context ? '_' + stamp(context) : ''),
+	    handler = obj[eventsKey] && obj[eventsKey][id];
+
+	if (!handler) { return this; }
+
+	if (pointer && type.indexOf('touch') === 0) {
+		removePointerListener(obj, type, id);
+
+	} else if (touch && (type === 'dblclick') && removeDoubleTapListener &&
+	           !(pointer && chrome)) {
+		removeDoubleTapListener(obj, id);
+
+	} else if ('removeEventListener' in obj) {
+
+		if (type === 'mousewheel') {
+			obj.removeEventListener('onwheel' in obj ? 'wheel' : 'mousewheel', handler, false);
+
+		} else {
+			obj.removeEventListener(
+				type === 'mouseenter' ? 'mouseover' :
+				type === 'mouseleave' ? 'mouseout' : type, handler, false);
+		}
+
+	} else if ('detachEvent' in obj) {
+		obj.detachEvent('on' + type, handler);
+	}
+
+	obj[eventsKey][id] = null;
+}
+
+// @function stopPropagation(ev: DOMEvent): this
+// Stop the given event from propagation to parent elements. Used inside the listener functions:
+// ```js
+// L.DomEvent.on(div, 'click', function (ev) {
+// 	L.DomEvent.stopPropagation(ev);
+// });
+// ```
+function stopPropagation(e) {
+
+	if (e.stopPropagation) {
+		e.stopPropagation();
+	} else if (e.originalEvent) {  // In case of Leaflet event.
+		e.originalEvent._stopped = true;
+	} else {
+		e.cancelBubble = true;
+	}
+	skipped(e);
+
+	return this;
+}
+
+// @function disableScrollPropagation(el: HTMLElement): this
+// Adds `stopPropagation` to the element's `'mousewheel'` events (plus browser variants).
+function disableScrollPropagation(el) {
+	addOne(el, 'mousewheel', stopPropagation);
+	return this;
+}
+
+// @function disableClickPropagation(el: HTMLElement): this
+// Adds `stopPropagation` to the element's `'click'`, `'doubleclick'`,
+// `'mousedown'` and `'touchstart'` events (plus browser variants).
+function disableClickPropagation(el) {
+	on(el, 'mousedown touchstart dblclick', stopPropagation);
+	addOne(el, 'click', fakeStop);
+	return this;
+}
+
+// @function preventDefault(ev: DOMEvent): this
+// Prevents the default action of the DOM Event `ev` from happening (such as
+// following a link in the href of the a element, or doing a POST request
+// with page reload when a `<form>` is submitted).
+// Use it inside listener functions.
+function preventDefault(e) {
+	if (e.preventDefault) {
+		e.preventDefault();
+	} else {
+		e.returnValue = false;
+	}
+	return this;
+}
+
+// @function stop(ev: DOMEvent): this
+// Does `stopPropagation` and `preventDefault` at the same time.
+function stop(e) {
+	preventDefault(e);
+	stopPropagation(e);
+	return this;
+}
+
+// @function getMousePosition(ev: DOMEvent, container?: HTMLElement): Point
+// Gets normalized mouse position from a DOM event relative to the
+// `container` (border excluded) or to the whole page if not specified.
+function getMousePosition(e, container) {
+	if (!container) {
+		return new Point(e.clientX, e.clientY);
+	}
+
+	var scale = getScale(container),
+	    offset = scale.boundingClientRect; // left and top  values are in page scale (like the event clientX/Y)
+
+	return new Point(
+		// offset.left/top values are in page scale (like clientX/Y),
+		// whereas clientLeft/Top (border width) values are the original values (before CSS scale applies).
+		(e.clientX - offset.left) / scale.x - container.clientLeft,
+		(e.clientY - offset.top) / scale.y - container.clientTop
+	);
+}
+
+// Chrome on Win scrolls double the pixels as in other platforms (see #4538),
+// and Firefox scrolls device pixels, not CSS pixels
+var wheelPxFactor =
+	(win && chrome) ? 2 * window.devicePixelRatio :
+	gecko ? window.devicePixelRatio : 1;
+
+// @function getWheelDelta(ev: DOMEvent): Number
+// Gets normalized wheel delta from a mousewheel DOM event, in vertical
+// pixels scrolled (negative if scrolling down).
+// Events from pointing devices without precise scrolling are mapped to
+// a best guess of 60 pixels.
+function getWheelDelta(e) {
+	return (edge) ? e.wheelDeltaY / 2 : // Don't trust window-geometry-based delta
+	       (e.deltaY && e.deltaMode === 0) ? -e.deltaY / wheelPxFactor : // Pixels
+	       (e.deltaY && e.deltaMode === 1) ? -e.deltaY * 20 : // Lines
+	       (e.deltaY && e.deltaMode === 2) ? -e.deltaY * 60 : // Pages
+	       (e.deltaX || e.deltaZ) ? 0 :	// Skip horizontal/depth wheel events
+	       e.wheelDelta ? (e.wheelDeltaY || e.wheelDelta) / 2 : // Legacy IE pixels
+	       (e.detail && Math.abs(e.detail) < 32765) ? -e.detail * 20 : // Legacy Moz lines
+	       e.detail ? e.detail / -32765 * 60 : // Legacy Moz pages
+	       0;
+}
+
+var skipEvents = {};
+
+function fakeStop(e) {
+	// fakes stopPropagation by setting a special event flag, checked/reset with skipped(e)
+	skipEvents[e.type] = true;
+}
+
+function skipped(e) {
+	var events = skipEvents[e.type];
+	// reset when checking, as it's only used in map container and propagates outside of the map
+	skipEvents[e.type] = false;
+	return events;
+}
+
+// check if element really left/entered the event target (for mouseenter/mouseleave)
+function isExternalTarget(el, e) {
+
+	var related = e.relatedTarget;
+
+	if (!related) { return true; }
+
+	try {
+		while (related && (related !== el)) {
+			related = related.parentNode;
+		}
+	} catch (err) {
+		return false;
+	}
+	return (related !== el);
+}
+
+var lastClick;
+
+// this is a horrible workaround for a bug in Android where a single touch triggers two click events
+function filterClick(e, handler) {
+	var timeStamp = (e.timeStamp || (e.originalEvent && e.originalEvent.timeStamp)),
+	    elapsed = lastClick && (timeStamp - lastClick);
+
+	// are they closer together than 500ms yet more than 100ms?
+	// Android typically triggers them ~300ms apart while multiple listeners
+	// on the same event should be triggered far faster;
+	// or check if click is simulated on the element, and if it is, reject any non-simulated events
+
+	if ((elapsed && elapsed > 100 && elapsed < 500) || (e.target._simulatedClick && !e._simulated)) {
+		stop(e);
+		return;
+	}
+	lastClick = timeStamp;
+
+	handler(e);
+}
+
+
+
+
+var DomEvent = (Object.freeze || Object)({
+	on: on,
+	off: off,
+	stopPropagation: stopPropagation,
+	disableScrollPropagation: disableScrollPropagation,
+	disableClickPropagation: disableClickPropagation,
+	preventDefault: preventDefault,
+	stop: stop,
+	getMousePosition: getMousePosition,
+	getWheelDelta: getWheelDelta,
+	fakeStop: fakeStop,
+	skipped: skipped,
+	isExternalTarget: isExternalTarget,
+	addListener: on,
+	removeListener: off
+});
+
+/*
+ * @class PosAnimation
+ * @aka L.PosAnimation
+ * @inherits Evented
+ * Used internally for panning animations, utilizing CSS3 Transitions for modern browsers and a timer fallback for IE6-9.
+ *
+ * @example
+ * ```js
+ * var fx = new L.PosAnimation();
+ * fx.run(el, [300, 500], 0.5);
+ * ```
+ *
+ * @constructor L.PosAnimation()
+ * Creates a `PosAnimation` object.
+ *
+ */
+
+var PosAnimation = Evented.extend({
+
+	// @method run(el: HTMLElement, newPos: Point, duration?: Number, easeLinearity?: Number)
+	// Run an animation of a given element to a new position, optionally setting
+	// duration in seconds (`0.25` by default) and easing linearity factor (3rd
+	// argument of the [cubic bezier curve](http://cubic-bezier.com/#0,0,.5,1),
+	// `0.5` by default).
+	run: function (el, newPos, duration, easeLinearity) {
+		this.stop();
+
+		this._el = el;
+		this._inProgress = true;
+		this._duration = duration || 0.25;
+		this._easeOutPower = 1 / Math.max(easeLinearity || 0.5, 0.2);
+
+		this._startPos = getPosition(el);
+		this._offset = newPos.subtract(this._startPos);
+		this._startTime = +new Date();
+
+		// @event start: Event
+		// Fired when the animation starts
+		this.fire('start');
+
+		this._animate();
+	},
+
+	// @method stop()
+	// Stops the animation (if currently running).
+	stop: function () {
+		if (!this._inProgress) { return; }
+
+		this._step(true);
+		this._complete();
+	},
+
+	_animate: function () {
+		// animation loop
+		this._animId = requestAnimFrame(this._animate, this);
+		this._step();
+	},
+
+	_step: function (round) {
+		var elapsed = (+new Date()) - this._startTime,
+		    duration = this._duration * 1000;
+
+		if (elapsed < duration) {
+			this._runFrame(this._easeOut(elapsed / duration), round);
+		} else {
+			this._runFrame(1);
+			this._complete();
+		}
+	},
+
+	_runFrame: function (progress, round) {
+		var pos = this._startPos.add(this._offset.multiplyBy(progress));
+		if (round) {
+			pos._round();
+		}
+		setPosition(this._el, pos);
+
+		// @event step: Event
+		// Fired continuously during the animation.
+		this.fire('step');
+	},
+
+	_complete: function () {
+		cancelAnimFrame(this._animId);
+
+		this._inProgress = false;
+		// @event end: Event
+		// Fired when the animation ends.
+		this.fire('end');
+	},
+
+	_easeOut: function (t) {
+		return 1 - Math.pow(1 - t, this._easeOutPower);
+	}
+});
+
+/*
+ * @class Map
+ * @aka L.Map
+ * @inherits Evented
+ *
+ * The central class of the API — it is used to create a map on a page and manipulate it.
+ *
+ * @example
+ *
+ * ```js
+ * // initialize the map on the "map" div with a given center and zoom
+ * var map = L.map('map', {
+ * 	center: [51.505, -0.09],
+ * 	zoom: 13
+ * });
+ * ```
+ *
+ */
+
+var Map = Evented.extend({
+
+	options: {
+		// @section Map State Options
+		// @option crs: CRS = L.CRS.EPSG3857
+		// The [Coordinate Reference System](#crs) to use. Don't change this if you're not
+		// sure what it means.
+		crs: EPSG3857,
+
+		// @option center: LatLng = undefined
+		// Initial geographic center of the map
+		center: undefined,
+
+		// @option zoom: Number = undefined
+		// Initial map zoom level
+		zoom: undefined,
+
+		// @option minZoom: Number = *
+		// Minimum zoom level of the map.
+		// If not specified and at least one `GridLayer` or `TileLayer` is in the map,
+		// the lowest of their `minZoom` options will be used instead.
+		minZoom: undefined,
+
+		// @option maxZoom: Number = *
+		// Maximum zoom level of the map.
+		// If not specified and at least one `GridLayer` or `TileLayer` is in the map,
+		// the highest of their `maxZoom` options will be used instead.
+		maxZoom: undefined,
+
+		// @option layers: Layer[] = []
+		// Array of layers that will be added to the map initially
+		layers: [],
+
+		// @option maxBounds: LatLngBounds = null
+		// When this option is set, the map restricts the view to the given
+		// geographical bounds, bouncing the user back if the user tries to pan
+		// outside the view. To set the restriction dynamically, use
+		// [`setMaxBounds`](#map-setmaxbounds) method.
+		maxBounds: undefined,
+
+		// @option renderer: Renderer = *
+		// The default method for drawing vector layers on the map. `L.SVG`
+		// or `L.Canvas` by default depending on browser support.
+		renderer: undefined,
+
+
+		// @section Animation Options
+		// @option zoomAnimation: Boolean = true
+		// Whether the map zoom animation is enabled. By default it's enabled
+		// in all browsers that support CSS3 Transitions except Android.
+		zoomAnimation: true,
+
+		// @option zoomAnimationThreshold: Number = 4
+		// Won't animate zoom if the zoom difference exceeds this value.
+		zoomAnimationThreshold: 4,
+
+		// @option fadeAnimation: Boolean = true
+		// Whether the tile fade animation is enabled. By default it's enabled
+		// in all browsers that support CSS3 Transitions except Android.
+		fadeAnimation: true,
+
+		// @option markerZoomAnimation: Boolean = true
+		// Whether markers animate their zoom with the zoom animation, if disabled
+		// they will disappear for the length of the animation. By default it's
+		// enabled in all browsers that support CSS3 Transitions except Android.
+		markerZoomAnimation: true,
+
+		// @option transform3DLimit: Number = 2^23
+		// Defines the maximum size of a CSS translation transform. The default
+		// value should not be changed unless a web browser positions layers in
+		// the wrong place after doing a large `panBy`.
+		transform3DLimit: 8388608, // Precision limit of a 32-bit float
+
+		// @section Interaction Options
+		// @option zoomSnap: Number = 1
+		// Forces the map's zoom level to always be a multiple of this, particularly
+		// right after a [`fitBounds()`](#map-fitbounds) or a pinch-zoom.
+		// By default, the zoom level snaps to the nearest integer; lower values
+		// (e.g. `0.5` or `0.1`) allow for greater granularity. A value of `0`
+		// means the zoom level will not be snapped after `fitBounds` or a pinch-zoom.
+		zoomSnap: 1,
+
+		// @option zoomDelta: Number = 1
+		// Controls how much the map's zoom level will change after a
+		// [`zoomIn()`](#map-zoomin), [`zoomOut()`](#map-zoomout), pressing `+`
+		// or `-` on the keyboard, or using the [zoom controls](#control-zoom).
+		// Values smaller than `1` (e.g. `0.5`) allow for greater granularity.
+		zoomDelta: 1,
+
+		// @option trackResize: Boolean = true
+		// Whether the map automatically handles browser window resize to update itself.
+		trackResize: true
+	},
+
+	initialize: function (id, options) { // (HTMLElement or String, Object)
+		options = setOptions(this, options);
+
+		// Make sure to assign internal flags at the beginning,
+		// to avoid inconsistent state in some edge cases.
+		this._handlers = [];
+		this._layers = {};
+		this._zoomBoundLayers = {};
+		this._sizeChanged = true;
+
+		this._initContainer(id);
+		this._initLayout();
+
+		// hack for https://github.com/Leaflet/Leaflet/issues/1980
+		this._onResize = bind(this._onResize, this);
+
+		this._initEvents();
+
+		if (options.maxBounds) {
+			this.setMaxBounds(options.maxBounds);
+		}
+
+		if (options.zoom !== undefined) {
+			this._zoom = this._limitZoom(options.zoom);
+		}
+
+		if (options.center && options.zoom !== undefined) {
+			this.setView(toLatLng(options.center), options.zoom, {reset: true});
+		}
+
+		this.callInitHooks();
+
+		// don't animate on browsers without hardware-accelerated transitions or old Android/Opera
+		this._zoomAnimated = TRANSITION && any3d && !mobileOpera &&
+				this.options.zoomAnimation;
+
+		// zoom transitions run with the same duration for all layers, so if one of transitionend events
+		// happens after starting zoom animation (propagating to the map pane), we know that it ended globally
+		if (this._zoomAnimated) {
+			this._createAnimProxy();
+			on(this._proxy, TRANSITION_END, this._catchTransitionEnd, this);
+		}
+
+		this._addLayers(this.options.layers);
+	},
+
+
+	// @section Methods for modifying map state
+
+	// @method setView(center: LatLng, zoom: Number, options?: Zoom/pan options): this
+	// Sets the view of the map (geographical center and zoom) with the given
+	// animation options.
+	setView: function (center, zoom, options) {
+
+		zoom = zoom === undefined ? this._zoom : this._limitZoom(zoom);
+		center = this._limitCenter(toLatLng(center), zoom, this.options.maxBounds);
+		options = options || {};
+
+		this._stop();
+
+		if (this._loaded && !options.reset && options !== true) {
+
+			if (options.animate !== undefined) {
+				options.zoom = extend({animate: options.animate}, options.zoom);
+				options.pan = extend({animate: options.animate, duration: options.duration}, options.pan);
+			}
+
+			// try animating pan or zoom
+			var moved = (this._zoom !== zoom) ?
+				this._tryAnimatedZoom && this._tryAnimatedZoom(center, zoom, options.zoom) :
+				this._tryAnimatedPan(center, options.pan);
+
+			if (moved) {
+				// prevent resize handler call, the view will refresh after animation anyway
+				clearTimeout(this._sizeTimer);
+				return this;
+			}
+		}
+
+		// animation didn't start, just reset the map view
+		this._resetView(center, zoom);
+
+		return this;
+	},
+
+	// @method setZoom(zoom: Number, options?: Zoom/pan options): this
+	// Sets the zoom of the map.
+	setZoom: function (zoom, options) {
+		if (!this._loaded) {
+			this._zoom = zoom;
+			return this;
+		}
+		return this.setView(this.getCenter(), zoom, {zoom: options});
+	},
+
+	// @method zoomIn(delta?: Number, options?: Zoom options): this
+	// Increases the zoom of the map by `delta` ([`zoomDelta`](#map-zoomdelta) by default).
+	zoomIn: function (delta, options) {
+		delta = delta || (any3d ? this.options.zoomDelta : 1);
+		return this.setZoom(this._zoom + delta, options);
+	},
+
+	// @method zoomOut(delta?: Number, options?: Zoom options): this
+	// Decreases the zoom of the map by `delta` ([`zoomDelta`](#map-zoomdelta) by default).
+	zoomOut: function (delta, options) {
+		delta = delta || (any3d ? this.options.zoomDelta : 1);
+		return this.setZoom(this._zoom - delta, options);
+	},
+
+	// @method setZoomAround(latlng: LatLng, zoom: Number, options: Zoom options): this
+	// Zooms the map while keeping a specified geographical point on the map
+	// stationary (e.g. used internally for scroll zoom and double-click zoom).
+	// @alternative
+	// @method setZoomAround(offset: Point, zoom: Number, options: Zoom options): this
+	// Zooms the map while keeping a specified pixel on the map (relative to the top-left corner) stationary.
+	setZoomAround: function (latlng, zoom, options) {
+		var scale = this.getZoomScale(zoom),
+		    viewHalf = this.getSize().divideBy(2),
+		    containerPoint = latlng instanceof Point ? latlng : this.latLngToContainerPoint(latlng),
+
+		    centerOffset = containerPoint.subtract(viewHalf).multiplyBy(1 - 1 / scale),
+		    newCenter = this.containerPointToLatLng(viewHalf.add(centerOffset));
+
+		return this.setView(newCenter, zoom, {zoom: options});
+	},
+
+	_getBoundsCenterZoom: function (bounds, options) {
+
+		options = options || {};
+		bounds = bounds.getBounds ? bounds.getBounds() : toLatLngBounds(bounds);
+
+		var paddingTL = toPoint(options.paddingTopLeft || options.padding || [0, 0]),
+		    paddingBR = toPoint(options.paddingBottomRight || options.padding || [0, 0]),
+
+		    zoom = this.getBoundsZoom(bounds, false, paddingTL.add(paddingBR));
+
+		zoom = (typeof options.maxZoom === 'number') ? Math.min(options.maxZoom, zoom) : zoom;
+
+		if (zoom === Infinity) {
+			return {
+				center: bounds.getCenter(),
+				zoom: zoom
+			};
+		}
+
+		var paddingOffset = paddingBR.subtract(paddingTL).divideBy(2),
+
+		    swPoint = this.project(bounds.getSouthWest(), zoom),
+		    nePoint = this.project(bounds.getNorthEast(), zoom),
+		    center = this.unproject(swPoint.add(nePoint).divideBy(2).add(paddingOffset), zoom);
+
+		return {
+			center: center,
+			zoom: zoom
+		};
+	},
+
+	// @method fitBounds(bounds: LatLngBounds, options?: fitBounds options): this
+	// Sets a map view that contains the given geographical bounds with the
+	// maximum zoom level possible.
+	fitBounds: function (bounds, options) {
+
+		bounds = toLatLngBounds(bounds);
+
+		if (!bounds.isValid()) {
+			throw new Error('Bounds are not valid.');
+		}
+
+		var target = this._getBoundsCenterZoom(bounds, options);
+		return this.setView(target.center, target.zoom, options);
+	},
+
+	// @method fitWorld(options?: fitBounds options): this
+	// Sets a map view that mostly contains the whole world with the maximum
+	// zoom level possible.
+	fitWorld: function (options) {
+		return this.fitBounds([[-90, -180], [90, 180]], options);
+	},
+
+	// @method panTo(latlng: LatLng, options?: Pan options): this
+	// Pans the map to a given center.
+	panTo: function (center, options) { // (LatLng)
+		return this.setView(center, this._zoom, {pan: options});
+	},
+
+	// @method panBy(offset: Point, options?: Pan options): this
+	// Pans the map by a given number of pixels (animated).
+	panBy: function (offset, options) {
+		offset = toPoint(offset).round();
+		options = options || {};
+
+		if (!offset.x && !offset.y) {
+			return this.fire('moveend');
+		}
+		// If we pan too far, Chrome gets issues with tiles
+		// and makes them disappear or appear in the wrong place (slightly offset) #2602
+		if (options.animate !== true && !this.getSize().contains(offset)) {
+			this._resetView(this.unproject(this.project(this.getCenter()).add(offset)), this.getZoom());
+			return this;
+		}
+
+		if (!this._panAnim) {
+			this._panAnim = new PosAnimation();
+
+			this._panAnim.on({
+				'step': this._onPanTransitionStep,
+				'end': this._onPanTransitionEnd
+			}, this);
+		}
+
+		// don't fire movestart if animating inertia
+		if (!options.noMoveStart) {
+			this.fire('movestart');
+		}
+
+		// animate pan unless animate: false specified
+		if (options.animate !== false) {
+			addClass(this._mapPane, 'leaflet-pan-anim');
+
+			var newPos = this._getMapPanePos().subtract(offset).round();
+			this._panAnim.run(this._mapPane, newPos, options.duration || 0.25, options.easeLinearity);
+		} else {
+			this._rawPanBy(offset);
+			this.fire('move').fire('moveend');
+		}
+
+		return this;
+	},
+
+	// @method flyTo(latlng: LatLng, zoom?: Number, options?: Zoom/pan options): this
+	// Sets the view of the map (geographical center and zoom) performing a smooth
+	// pan-zoom animation.
+	flyTo: function (targetCenter, targetZoom, options) {
+
+		options = options || {};
+		if (options.animate === false || !any3d) {
+			return this.setView(targetCenter, targetZoom, options);
+		}
+
+		this._stop();
+
+		var from = this.project(this.getCenter()),
+		    to = this.project(targetCenter),
+		    size = this.getSize(),
+		    startZoom = this._zoom;
+
+		targetCenter = toLatLng(targetCenter);
+		targetZoom = targetZoom === undefined ? startZoom : targetZoom;
+
+		var w0 = Math.max(size.x, size.y),
+		    w1 = w0 * this.getZoomScale(startZoom, targetZoom),
+		    u1 = (to.distanceTo(from)) || 1,
+		    rho = 1.42,
+		    rho2 = rho * rho;
+
+		function r(i) {
+			var s1 = i ? -1 : 1,
+			    s2 = i ? w1 : w0,
+			    t1 = w1 * w1 - w0 * w0 + s1 * rho2 * rho2 * u1 * u1,
+			    b1 = 2 * s2 * rho2 * u1,
+			    b = t1 / b1,
+			    sq = Math.sqrt(b * b + 1) - b;
+
+			    // workaround for floating point precision bug when sq = 0, log = -Infinite,
+			    // thus triggering an infinite loop in flyTo
+			    var log = sq < 0.000000001 ? -18 : Math.log(sq);
+
+			return log;
+		}
+
+		function sinh(n) { return (Math.exp(n) - Math.exp(-n)) / 2; }
+		function cosh(n) { return (Math.exp(n) + Math.exp(-n)) / 2; }
+		function tanh(n) { return sinh(n) / cosh(n); }
+
+		var r0 = r(0);
+
+		function w(s) { return w0 * (cosh(r0) / cosh(r0 + rho * s)); }
+		function u(s) { return w0 * (cosh(r0) * tanh(r0 + rho * s) - sinh(r0)) / rho2; }
+
+		function easeOut(t) { return 1 - Math.pow(1 - t, 1.5); }
+
+		var start = Date.now(),
+		    S = (r(1) - r0) / rho,
+		    duration = options.duration ? 1000 * options.duration : 1000 * S * 0.8;
+
+		function frame() {
+			var t = (Date.now() - start) / duration,
+			    s = easeOut(t) * S;
+
+			if (t <= 1) {
+				this._flyToFrame = requestAnimFrame(frame, this);
+
+				this._move(
+					this.unproject(from.add(to.subtract(from).multiplyBy(u(s) / u1)), startZoom),
+					this.getScaleZoom(w0 / w(s), startZoom),
+					{flyTo: true});
+
+			} else {
+				this
+					._move(targetCenter, targetZoom)
+					._moveEnd(true);
+			}
+		}
+
+		this._moveStart(true, options.noMoveStart);
+
+		frame.call(this);
+		return this;
+	},
+
+	// @method flyToBounds(bounds: LatLngBounds, options?: fitBounds options): this
+	// Sets the view of the map with a smooth animation like [`flyTo`](#map-flyto),
+	// but takes a bounds parameter like [`fitBounds`](#map-fitbounds).
+	flyToBounds: function (bounds, options) {
+		var target = this._getBoundsCenterZoom(bounds, options);
+		return this.flyTo(target.center, target.zoom, options);
+	},
+
+	// @method setMaxBounds(bounds: Bounds): this
+	// Restricts the map view to the given bounds (see the [maxBounds](#map-maxbounds) option).
+	setMaxBounds: function (bounds) {
+		bounds = toLatLngBounds(bounds);
+
+		if (!bounds.isValid()) {
+			this.options.maxBounds = null;
+			return this.off('moveend', this._panInsideMaxBounds);
+		} else if (this.options.maxBounds) {
+			this.off('moveend', this._panInsideMaxBounds);
+		}
+
+		this.options.maxBounds = bounds;
+
+		if (this._loaded) {
+			this._panInsideMaxBounds();
+		}
+
+		return this.on('moveend', this._panInsideMaxBounds);
+	},
+
+	// @method setMinZoom(zoom: Number): this
+	// Sets the lower limit for the available zoom levels (see the [minZoom](#map-minzoom) option).
+	setMinZoom: function (zoom) {
+		var oldZoom = this.options.minZoom;
+		this.options.minZoom = zoom;
+
+		if (this._loaded && oldZoom !== zoom) {
+			this.fire('zoomlevelschange');
+
+			if (this.getZoom() < this.options.minZoom) {
+				return this.setZoom(zoom);
+			}
+		}
+
+		return this;
+	},
+
+	// @method setMaxZoom(zoom: Number): this
+	// Sets the upper limit for the available zoom levels (see the [maxZoom](#map-maxzoom) option).
+	setMaxZoom: function (zoom) {
+		var oldZoom = this.options.maxZoom;
+		this.options.maxZoom = zoom;
+
+		if (this._loaded && oldZoom !== zoom) {
+			this.fire('zoomlevelschange');
+
+			if (this.getZoom() > this.options.maxZoom) {
+				return this.setZoom(zoom);
+			}
+		}
+
+		return this;
+	},
+
+	// @method panInsideBounds(bounds: LatLngBounds, options?: Pan options): this
+	// Pans the map to the closest view that would lie inside the given bounds (if it's not already), controlling the animation using the options specific, if any.
+	panInsideBounds: function (bounds, options) {
+		this._enforcingBounds = true;
+		var center = this.getCenter(),
+		    newCenter = this._limitCenter(center, this._zoom, toLatLngBounds(bounds));
+
+		if (!center.equals(newCenter)) {
+			this.panTo(newCenter, options);
+		}
+
+		this._enforcingBounds = false;
+		return this;
+	},
+
+	// @method panInside(latlng: LatLng, options?: options): this
+	// Pans the map the minimum amount to make the `latlng` visible. Use
+	// `padding`, `paddingTopLeft` and `paddingTopRight` options to fit
+	// the display to more restricted bounds, like [`fitBounds`](#map-fitbounds).
+	// If `latlng` is already within the (optionally padded) display bounds,
+	// the map will not be panned.
+	panInside: function (latlng, options) {
+		options = options || {};
+
+		var paddingTL = toPoint(options.paddingTopLeft || options.padding || [0, 0]),
+		    paddingBR = toPoint(options.paddingBottomRight || options.padding || [0, 0]),
+		    center = this.getCenter(),
+		    pixelCenter = this.project(center),
+		    pixelPoint = this.project(latlng),
+		    pixelBounds = this.getPixelBounds(),
+		    halfPixelBounds = pixelBounds.getSize().divideBy(2),
+		    paddedBounds = toBounds([pixelBounds.min.add(paddingTL), pixelBounds.max.subtract(paddingBR)]);
+
+		if (!paddedBounds.contains(pixelPoint)) {
+			this._enforcingBounds = true;
+			var diff = pixelCenter.subtract(pixelPoint),
+			    newCenter = toPoint(pixelPoint.x + diff.x, pixelPoint.y + diff.y);
+
+			if (pixelPoint.x < paddedBounds.min.x || pixelPoint.x > paddedBounds.max.x) {
+				newCenter.x = pixelCenter.x - diff.x;
+				if (diff.x > 0) {
+					newCenter.x += halfPixelBounds.x - paddingTL.x;
+				} else {
+					newCenter.x -= halfPixelBounds.x - paddingBR.x;
+				}
+			}
+			if (pixelPoint.y < paddedBounds.min.y || pixelPoint.y > paddedBounds.max.y) {
+				newCenter.y = pixelCenter.y - diff.y;
+				if (diff.y > 0) {
+					newCenter.y += halfPixelBounds.y - paddingTL.y;
+				} else {
+					newCenter.y -= halfPixelBounds.y - paddingBR.y;
+				}
+			}
+			this.panTo(this.unproject(newCenter), options);
+			this._enforcingBounds = false;
+		}
+		return this;
+	},
+
+	// @method invalidateSize(options: Zoom/pan options): this
+	// Checks if the map container size changed and updates the map if so —
+	// call it after you've changed the map size dynamically, also animating
+	// pan by default. If `options.pan` is `false`, panning will not occur.
+	// If `options.debounceMoveend` is `true`, it will delay `moveend` event so
+	// that it doesn't happen often even if the method is called many
+	// times in a row.
+
+	// @alternative
+	// @method invalidateSize(animate: Boolean): this
+	// Checks if the map container size changed and updates the map if so —
+	// call it after you've changed the map size dynamically, also animating
+	// pan by default.
+	invalidateSize: function (options) {
+		if (!this._loaded) { return this; }
+
+		options = extend({
+			animate: false,
+			pan: true
+		}, options === true ? {animate: true} : options);
+
+		var oldSize = this.getSize();
+		this._sizeChanged = true;
+		this._lastCenter = null;
+
+		var newSize = this.getSize(),
+		    oldCenter = oldSize.divideBy(2).round(),
+		    newCenter = newSize.divideBy(2).round(),
+		    offset = oldCenter.subtract(newCenter);
+
+		if (!offset.x && !offset.y) { return this; }
+
+		if (options.animate && options.pan) {
+			this.panBy(offset);
+
+		} else {
+			if (options.pan) {
+				this._rawPanBy(offset);
+			}
+
+			this.fire('move');
+
+			if (options.debounceMoveend) {
+				clearTimeout(this._sizeTimer);
+				this._sizeTimer = setTimeout(bind(this.fire, this, 'moveend'), 200);
+			} else {
+				this.fire('moveend');
+			}
+		}
+
+		// @section Map state change events
+		// @event resize: ResizeEvent
+		// Fired when the map is resized.
+		return this.fire('resize', {
+			oldSize: oldSize,
+			newSize: newSize
+		});
+	},
+
+	// @section Methods for modifying map state
+	// @method stop(): this
+	// Stops the currently running `panTo` or `flyTo` animation, if any.
+	stop: function () {
+		this.setZoom(this._limitZoom(this._zoom));
+		if (!this.options.zoomSnap) {
+			this.fire('viewreset');
+		}
+		return this._stop();
+	},
+
+	// @section Geolocation methods
+	// @method locate(options?: Locate options): this
+	// Tries to locate the user using the Geolocation API, firing a [`locationfound`](#map-locationfound)
+	// event with location data on success or a [`locationerror`](#map-locationerror) event on failure,
+	// and optionally sets the map view to the user's location with respect to
+	// detection accuracy (or to the world view if geolocation failed).
+	// Note that, if your page doesn't use HTTPS, this method will fail in
+	// modern browsers ([Chrome 50 and newer](https://sites.google.com/a/chromium.org/dev/Home/chromium-security/deprecating-powerful-features-on-insecure-origins))
+	// See `Locate options` for more details.
+	locate: function (options) {
+
+		options = this._locateOptions = extend({
+			timeout: 10000,
+			watch: false
+			// setView: false
+			// maxZoom: <Number>
+			// maximumAge: 0
+			// enableHighAccuracy: false
+		}, options);
+
+		if (!('geolocation' in navigator)) {
+			this._handleGeolocationError({
+				code: 0,
+				message: 'Geolocation not supported.'
+			});
+			return this;
+		}
+
+		var onResponse = bind(this._handleGeolocationResponse, this),
+		    onError = bind(this._handleGeolocationError, this);
+
+		if (options.watch) {
+			this._locationWatchId =
+			        navigator.geolocation.watchPosition(onResponse, onError, options);
+		} else {
+			navigator.geolocation.getCurrentPosition(onResponse, onError, options);
+		}
+		return this;
+	},
+
+	// @method stopLocate(): this
+	// Stops watching location previously initiated by `map.locate({watch: true})`
+	// and aborts resetting the map view if map.locate was called with
+	// `{setView: true}`.
+	stopLocate: function () {
+		if (navigator.geolocation && navigator.geolocation.clearWatch) {
+			navigator.geolocation.clearWatch(this._locationWatchId);
+		}
+		if (this._locateOptions) {
+			this._locateOptions.setView = false;
+		}
+		return this;
+	},
+
+	_handleGeolocationError: function (error) {
+		var c = error.code,
+		    message = error.message ||
+		            (c === 1 ? 'permission denied' :
+		            (c === 2 ? 'position unavailable' : 'timeout'));
+
+		if (this._locateOptions.setView && !this._loaded) {
+			this.fitWorld();
+		}
+
+		// @section Location events
+		// @event locationerror: ErrorEvent
+		// Fired when geolocation (using the [`locate`](#map-locate) method) failed.
+		this.fire('locationerror', {
+			code: c,
+			message: 'Geolocation error: ' + message + '.'
+		});
+	},
+
+	_handleGeolocationResponse: function (pos) {
+		var lat = pos.coords.latitude,
+		    lng = pos.coords.longitude,
+		    latlng = new LatLng(lat, lng),
+		    bounds = latlng.toBounds(pos.coords.accuracy * 2),
+		    options = this._locateOptions;
+
+		if (options.setView) {
+			var zoom = this.getBoundsZoom(bounds);
+			this.setView(latlng, options.maxZoom ? Math.min(zoom, options.maxZoom) : zoom);
+		}
+
+		var data = {
+			latlng: latlng,
+			bounds: bounds,
+			timestamp: pos.timestamp
+		};
+
+		for (var i in pos.coords) {
+			if (typeof pos.coords[i] === 'number') {
+				data[i] = pos.coords[i];
+			}
+		}
+
+		// @event locationfound: LocationEvent
+		// Fired when geolocation (using the [`locate`](#map-locate) method)
+		// went successfully.
+		this.fire('locationfound', data);
+	},
+
+	// TODO Appropriate docs section?
+	// @section Other Methods
+	// @method addHandler(name: String, HandlerClass: Function): this
+	// Adds a new `Handler` to the map, given its name and constructor function.
+	addHandler: function (name, HandlerClass) {
+		if (!HandlerClass) { return this; }
+
+		var handler = this[name] = new HandlerClass(this);
+
+		this._handlers.push(handler);
+
+		if (this.options[name]) {
+			handler.enable();
+		}
+
+		return this;
+	},
+
+	// @method remove(): this
+	// Destroys the map and clears all related event listeners.
+	remove: function () {
+
+		this._initEvents(true);
+
+		if (this._containerId !== this._container._leaflet_id) {
+			throw new Error('Map container is being reused by another instance');
+		}
+
+		try {
+			// throws error in IE6-8
+			delete this._container._leaflet_id;
+			delete this._containerId;
+		} catch (e) {
+			/*eslint-disable */
+			this._container._leaflet_id = undefined;
+			/* eslint-enable */
+			this._containerId = undefined;
+		}
+
+		if (this._locationWatchId !== undefined) {
+			this.stopLocate();
+		}
+
+		this._stop();
+
+		remove(this._mapPane);
+
+		if (this._clearControlPos) {
+			this._clearControlPos();
+		}
+		if (this._resizeRequest) {
+			cancelAnimFrame(this._resizeRequest);
+			this._resizeRequest = null;
+		}
+
+		this._clearHandlers();
+
+		if (this._loaded) {
+			// @section Map state change events
+			// @event unload: Event
+			// Fired when the map is destroyed with [remove](#map-remove) method.
+			this.fire('unload');
+		}
+
+		var i;
+		for (i in this._layers) {
+			this._layers[i].remove();
+		}
+		for (i in this._panes) {
+			remove(this._panes[i]);
+		}
+
+		this._layers = [];
+		this._panes = [];
+		delete this._mapPane;
+		delete this._renderer;
+
+		return this;
+	},
+
+	// @section Other Methods
+	// @method createPane(name: String, container?: HTMLElement): HTMLElement
+	// Creates a new [map pane](#map-pane) with the given name if it doesn't exist already,
+	// then returns it. The pane is created as a child of `container`, or
+	// as a child of the main map pane if not set.
+	createPane: function (name, container) {
+		var className = 'leaflet-pane' + (name ? ' leaflet-' + name.replace('Pane', '') + '-pane' : ''),
+		    pane = create$1('div', className, container || this._mapPane);
+
+		if (name) {
+			this._panes[name] = pane;
+		}
+		return pane;
+	},
+
+	// @section Methods for Getting Map State
+
+	// @method getCenter(): LatLng
+	// Returns the geographical center of the map view
+	getCenter: function () {
+		this._checkIfLoaded();
+
+		if (this._lastCenter && !this._moved()) {
+			return this._lastCenter;
+		}
+		return this.layerPointToLatLng(this._getCenterLayerPoint());
+	},
+
+	// @method getZoom(): Number
+	// Returns the current zoom level of the map view
+	getZoom: function () {
+		return this._zoom;
+	},
+
+	// @method getBounds(): LatLngBounds
+	// Returns the geographical bounds visible in the current map view
+	getBounds: function () {
+		var bounds = this.getPixelBounds(),
+		    sw = this.unproject(bounds.getBottomLeft()),
+		    ne = this.unproject(bounds.getTopRight());
+
+		return new LatLngBounds(sw, ne);
+	},
+
+	// @method getMinZoom(): Number
+	// Returns the minimum zoom level of the map (if set in the `minZoom` option of the map or of any layers), or `0` by default.
+	getMinZoom: function () {
+		return this.options.minZoom === undefined ? this._layersMinZoom || 0 : this.options.minZoom;
+	},
+
+	// @method getMaxZoom(): Number
+	// Returns the maximum zoom level of the map (if set in the `maxZoom` option of the map or of any layers).
+	getMaxZoom: function () {
+		return this.options.maxZoom === undefined ?
+			(this._layersMaxZoom === undefined ? Infinity : this._layersMaxZoom) :
+			this.options.maxZoom;
+	},
+
+	// @method getBoundsZoom(bounds: LatLngBounds, inside?: Boolean, padding?: Point): Number
+	// Returns the maximum zoom level on which the given bounds fit to the map
+	// view in its entirety. If `inside` (optional) is set to `true`, the method
+	// instead returns the minimum zoom level on which the map view fits into
+	// the given bounds in its entirety.
+	getBoundsZoom: function (bounds, inside, padding) { // (LatLngBounds[, Boolean, Point]) -> Number
+		bounds = toLatLngBounds(bounds);
+		padding = toPoint(padding || [0, 0]);
+
+		var zoom = this.getZoom() || 0,
+		    min = this.getMinZoom(),
+		    max = this.getMaxZoom(),
+		    nw = bounds.getNorthWest(),
+		    se = bounds.getSouthEast(),
+		    size = this.getSize().subtract(padding),
+		    boundsSize = toBounds(this.project(se, zoom), this.project(nw, zoom)).getSize(),
+		    snap = any3d ? this.options.zoomSnap : 1,
+		    scalex = size.x / boundsSize.x,
+		    scaley = size.y / boundsSize.y,
+		    scale = inside ? Math.max(scalex, scaley) : Math.min(scalex, scaley);
+
+		zoom = this.getScaleZoom(scale, zoom);
+
+		if (snap) {
+			zoom = Math.round(zoom / (snap / 100)) * (snap / 100); // don't jump if within 1% of a snap level
+			zoom = inside ? Math.ceil(zoom / snap) * snap : Math.floor(zoom / snap) * snap;
+		}
+
+		return Math.max(min, Math.min(max, zoom));
+	},
+
+	// @method getSize(): Point
+	// Returns the current size of the map container (in pixels).
+	getSize: function () {
+		if (!this._size || this._sizeChanged) {
+			this._size = new Point(
+				this._container.clientWidth || 0,
+				this._container.clientHeight || 0);
+
+			this._sizeChanged = false;
+		}
+		return this._size.clone();
+	},
+
+	// @method getPixelBounds(): Bounds
+	// Returns the bounds of the current map view in projected pixel
+	// coordinates (sometimes useful in layer and overlay implementations).
+	getPixelBounds: function (center, zoom) {
+		var topLeftPoint = this._getTopLeftPoint(center, zoom);
+		return new Bounds(topLeftPoint, topLeftPoint.add(this.getSize()));
+	},
+
+	// TODO: Check semantics - isn't the pixel origin the 0,0 coord relative to
+	// the map pane? "left point of the map layer" can be confusing, specially
+	// since there can be negative offsets.
+	// @method getPixelOrigin(): Point
+	// Returns the projected pixel coordinates of the top left point of
+	// the map layer (useful in custom layer and overlay implementations).
+	getPixelOrigin: function () {
+		this._checkIfLoaded();
+		return this._pixelOrigin;
+	},
+
+	// @method getPixelWorldBounds(zoom?: Number): Bounds
+	// Returns the world's bounds in pixel coordinates for zoom level `zoom`.
+	// If `zoom` is omitted, the map's current zoom level is used.
+	getPixelWorldBounds: function (zoom) {
+		return this.options.crs.getProjectedBounds(zoom === undefined ? this.getZoom() : zoom);
+	},
+
+	// @section Other Methods
+
+	// @method getPane(pane: String|HTMLElement): HTMLElement
+	// Returns a [map pane](#map-pane), given its name or its HTML element (its identity).
+	getPane: function (pane) {
+		return typeof pane === 'string' ? this._panes[pane] : pane;
+	},
+
+	// @method getPanes(): Object
+	// Returns a plain object containing the names of all [panes](#map-pane) as keys and
+	// the panes as values.
+	getPanes: function () {
+		return this._panes;
+	},
+
+	// @method getContainer: HTMLElement
+	// Returns the HTML element that contains the map.
+	getContainer: function () {
+		return this._container;
+	},
+
+
+	// @section Conversion Methods
+
+	// @method getZoomScale(toZoom: Number, fromZoom: Number): Number
+	// Returns the scale factor to be applied to a map transition from zoom level
+	// `fromZoom` to `toZoom`. Used internally to help with zoom animations.
+	getZoomScale: function (toZoom, fromZoom) {
+		// TODO replace with universal implementation after refactoring projections
+		var crs = this.options.crs;
+		fromZoom = fromZoom === undefined ? this._zoom : fromZoom;
+		return crs.scale(toZoom) / crs.scale(fromZoom);
+	},
+
+	// @method getScaleZoom(scale: Number, fromZoom: Number): Number
+	// Returns the zoom level that the map would end up at, if it is at `fromZoom`
+	// level and everything is scaled by a factor of `scale`. Inverse of
+	// [`getZoomScale`](#map-getZoomScale).
+	getScaleZoom: function (scale, fromZoom) {
+		var crs = this.options.crs;
+		fromZoom = fromZoom === undefined ? this._zoom : fromZoom;
+		var zoom = crs.zoom(scale * crs.scale(fromZoom));
+		return isNaN(zoom) ? Infinity : zoom;
+	},
+
+	// @method project(latlng: LatLng, zoom: Number): Point
+	// Projects a geographical coordinate `LatLng` according to the projection
+	// of the map's CRS, then scales it according to `zoom` and the CRS's
+	// `Transformation`. The result is pixel coordinate relative to
+	// the CRS origin.
+	project: function (latlng, zoom) {
+		zoom = zoom === undefined ? this._zoom : zoom;
+		return this.options.crs.latLngToPoint(toLatLng(latlng), zoom);
+	},
+
+	// @method unproject(point: Point, zoom: Number): LatLng
+	// Inverse of [`project`](#map-project).
+	unproject: function (point, zoom) {
+		zoom = zoom === undefined ? this._zoom : zoom;
+		return this.options.crs.pointToLatLng(toPoint(point), zoom);
+	},
+
+	// @method layerPointToLatLng(point: Point): LatLng
+	// Given a pixel coordinate relative to the [origin pixel](#map-getpixelorigin),
+	// returns the corresponding geographical coordinate (for the current zoom level).
+	layerPointToLatLng: function (point) {
+		var projectedPoint = toPoint(point).add(this.getPixelOrigin());
+		return this.unproject(projectedPoint);
+	},
+
+	// @method latLngToLayerPoint(latlng: LatLng): Point
+	// Given a geographical coordinate, returns the corresponding pixel coordinate
+	// relative to the [origin pixel](#map-getpixelorigin).
+	latLngToLayerPoint: function (latlng) {
+		var projectedPoint = this.project(toLatLng(latlng))._round();
+		return projectedPoint._subtract(this.getPixelOrigin());
+	},
+
+	// @method wrapLatLng(latlng: LatLng): LatLng
+	// Returns a `LatLng` where `lat` and `lng` has been wrapped according to the
+	// map's CRS's `wrapLat` and `wrapLng` properties, if they are outside the
+	// CRS's bounds.
+	// By default this means longitude is wrapped around the dateline so its
+	// value is between -180 and +180 degrees.
+	wrapLatLng: function (latlng) {
+		return this.options.crs.wrapLatLng(toLatLng(latlng));
+	},
+
+	// @method wrapLatLngBounds(bounds: LatLngBounds): LatLngBounds
+	// Returns a `LatLngBounds` with the same size as the given one, ensuring that
+	// its center is within the CRS's bounds.
+	// By default this means the center longitude is wrapped around the dateline so its
+	// value is between -180 and +180 degrees, and the majority of the bounds
+	// overlaps the CRS's bounds.
+	wrapLatLngBounds: function (latlng) {
+		return this.options.crs.wrapLatLngBounds(toLatLngBounds(latlng));
+	},
+
+	// @method distance(latlng1: LatLng, latlng2: LatLng): Number
+	// Returns the distance between two geographical coordinates according to
+	// the map's CRS. By default this measures distance in meters.
+	distance: function (latlng1, latlng2) {
+		return this.options.crs.distance(toLatLng(latlng1), toLatLng(latlng2));
+	},
+
+	// @method containerPointToLayerPoint(point: Point): Point
+	// Given a pixel coordinate relative to the map container, returns the corresponding
+	// pixel coordinate relative to the [origin pixel](#map-getpixelorigin).
+	containerPointToLayerPoint: function (point) { // (Point)
+		return toPoint(point).subtract(this._getMapPanePos());
+	},
+
+	// @method layerPointToContainerPoint(point: Point): Point
+	// Given a pixel coordinate relative to the [origin pixel](#map-getpixelorigin),
+	// returns the corresponding pixel coordinate relative to the map container.
+	layerPointToContainerPoint: function (point) { // (Point)
+		return toPoint(point).add(this._getMapPanePos());
+	},
+
+	// @method containerPointToLatLng(point: Point): LatLng
+	// Given a pixel coordinate relative to the map container, returns
+	// the corresponding geographical coordinate (for the current zoom level).
+	containerPointToLatLng: function (point) {
+		var layerPoint = this.containerPointToLayerPoint(toPoint(point));
+		return this.layerPointToLatLng(layerPoint);
+	},
+
+	// @method latLngToContainerPoint(latlng: LatLng): Point
+	// Given a geographical coordinate, returns the corresponding pixel coordinate
+	// relative to the map container.
+	latLngToContainerPoint: function (latlng) {
+		return this.layerPointToContainerPoint(this.latLngToLayerPoint(toLatLng(latlng)));
+	},
+
+	// @method mouseEventToContainerPoint(ev: MouseEvent): Point
+	// Given a MouseEvent object, returns the pixel coordinate relative to the
+	// map container where the event took place.
+	mouseEventToContainerPoint: function (e) {
+		return getMousePosition(e, this._container);
+	},
+
+	// @method mouseEventToLayerPoint(ev: MouseEvent): Point
+	// Given a MouseEvent object, returns the pixel coordinate relative to
+	// the [origin pixel](#map-getpixelorigin) where the event took place.
+	mouseEventToLayerPoint: function (e) {
+		return this.containerPointToLayerPoint(this.mouseEventToContainerPoint(e));
+	},
+
+	// @method mouseEventToLatLng(ev: MouseEvent): LatLng
+	// Given a MouseEvent object, returns geographical coordinate where the
+	// event took place.
+	mouseEventToLatLng: function (e) { // (MouseEvent)
+		return this.layerPointToLatLng(this.mouseEventToLayerPoint(e));
+	},
+
+
+	// map initialization methods
+
+	_initContainer: function (id) {
+		var container = this._container = get(id);
+
+		if (!container) {
+			throw new Error('Map container not found.');
+		} else if (container._leaflet_id) {
+			throw new Error('Map container is already initialized.');
+		}
+
+		on(container, 'scroll', this._onScroll, this);
+		this._containerId = stamp(container);
+	},
+
+	_initLayout: function () {
+		var container = this._container;
+
+		this._fadeAnimated = this.options.fadeAnimation && any3d;
+
+		addClass(container, 'leaflet-container' +
+			(touch ? ' leaflet-touch' : '') +
+			(retina ? ' leaflet-retina' : '') +
+			(ielt9 ? ' leaflet-oldie' : '') +
+			(safari ? ' leaflet-safari' : '') +
+			(this._fadeAnimated ? ' leaflet-fade-anim' : ''));
+
+		var position = getStyle(container, 'position');
+
+		if (position !== 'absolute' && position !== 'relative' && position !== 'fixed') {
+			container.style.position = 'relative';
+		}
+
+		this._initPanes();
+
+		if (this._initControlPos) {
+			this._initControlPos();
+		}
+	},
+
+	_initPanes: function () {
+		var panes = this._panes = {};
+		this._paneRenderers = {};
+
+		// @section
+		//
+		// Panes are DOM elements used to control the ordering of layers on the map. You
+		// can access panes with [`map.getPane`](#map-getpane) or
+		// [`map.getPanes`](#map-getpanes) methods. New panes can be created with the
+		// [`map.createPane`](#map-createpane) method.
+		//
+		// Every map has the following default panes that differ only in zIndex.
+		//
+		// @pane mapPane: HTMLElement = 'auto'
+		// Pane that contains all other map panes
+
+		this._mapPane = this.createPane('mapPane', this._container);
+		setPosition(this._mapPane, new Point(0, 0));
+
+		// @pane tilePane: HTMLElement = 200
+		// Pane for `GridLayer`s and `TileLayer`s
+		this.createPane('tilePane');
+		// @pane overlayPane: HTMLElement = 400
+		// Pane for vectors (`Path`s, like `Polyline`s and `Polygon`s), `ImageOverlay`s and `VideoOverlay`s
+		this.createPane('shadowPane');
+		// @pane shadowPane: HTMLElement = 500
+		// Pane for overlay shadows (e.g. `Marker` shadows)
+		this.createPane('overlayPane');
+		// @pane markerPane: HTMLElement = 600
+		// Pane for `Icon`s of `Marker`s
+		this.createPane('markerPane');
+		// @pane tooltipPane: HTMLElement = 650
+		// Pane for `Tooltip`s.
+		this.createPane('tooltipPane');
+		// @pane popupPane: HTMLElement = 700
+		// Pane for `Popup`s.
+		this.createPane('popupPane');
+
+		if (!this.options.markerZoomAnimation) {
+			addClass(panes.markerPane, 'leaflet-zoom-hide');
+			addClass(panes.shadowPane, 'leaflet-zoom-hide');
+		}
+	},
+
+
+	// private methods that modify map state
+
+	// @section Map state change events
+	_resetView: function (center, zoom) {
+		setPosition(this._mapPane, new Point(0, 0));
+
+		var loading = !this._loaded;
+		this._loaded = true;
+		zoom = this._limitZoom(zoom);
+
+		this.fire('viewprereset');
+
+		var zoomChanged = this._zoom !== zoom;
+		this
+			._moveStart(zoomChanged, false)
+			._move(center, zoom)
+			._moveEnd(zoomChanged);
+
+		// @event viewreset: Event
+		// Fired when the map needs to redraw its content (this usually happens
+		// on map zoom or load). Very useful for creating custom overlays.
+		this.fire('viewreset');
+
+		// @event load: Event
+		// Fired when the map is initialized (when its center and zoom are set
+		// for the first time).
+		if (loading) {
+			this.fire('load');
+		}
+	},
+
+	_moveStart: function (zoomChanged, noMoveStart) {
+		// @event zoomstart: Event
+		// Fired when the map zoom is about to change (e.g. before zoom animation).
+		// @event movestart: Event
+		// Fired when the view of the map starts changing (e.g. user starts dragging the map).
+		if (zoomChanged) {
+			this.fire('zoomstart');
+		}
+		if (!noMoveStart) {
+			this.fire('movestart');
+		}
+		return this;
+	},
+
+	_move: function (center, zoom, data) {
+		if (zoom === undefined) {
+			zoom = this._zoom;
+		}
+		var zoomChanged = this._zoom !== zoom;
+
+		this._zoom = zoom;
+		this._lastCenter = center;
+		this._pixelOrigin = this._getNewPixelOrigin(center);
+
+		// @event zoom: Event
+		// Fired repeatedly during any change in zoom level, including zoom
+		// and fly animations.
+		if (zoomChanged || (data && data.pinch)) {	// Always fire 'zoom' if pinching because #3530
+			this.fire('zoom', data);
+		}
+
+		// @event move: Event
+		// Fired repeatedly during any movement of the map, including pan and
+		// fly animations.
+		return this.fire('move', data);
+	},
+
+	_moveEnd: function (zoomChanged) {
+		// @event zoomend: Event
+		// Fired when the map has changed, after any animations.
+		if (zoomChanged) {
+			this.fire('zoomend');
+		}
+
+		// @event moveend: Event
+		// Fired when the center of the map stops changing (e.g. user stopped
+		// dragging the map).
+		return this.fire('moveend');
+	},
+
+	_stop: function () {
+		cancelAnimFrame(this._flyToFrame);
+		if (this._panAnim) {
+			this._panAnim.stop();
+		}
+		return this;
+	},
+
+	_rawPanBy: function (offset) {
+		setPosition(this._mapPane, this._getMapPanePos().subtract(offset));
+	},
+
+	_getZoomSpan: function () {
+		return this.getMaxZoom() - this.getMinZoom();
+	},
+
+	_panInsideMaxBounds: function () {
+		if (!this._enforcingBounds) {
+			this.panInsideBounds(this.options.maxBounds);
+		}
+	},
+
+	_checkIfLoaded: function () {
+		if (!this._loaded) {
+			throw new Error('Set map center and zoom first.');
+		}
+	},
+
+	// DOM event handling
+
+	// @section Interaction events
+	_initEvents: function (remove$$1) {
+		this._targets = {};
+		this._targets[stamp(this._container)] = this;
+
+		var onOff = remove$$1 ? off : on;
+
+		// @event click: MouseEvent
+		// Fired when the user clicks (or taps) the map.
+		// @event dblclick: MouseEvent
+		// Fired when the user double-clicks (or double-taps) the map.
+		// @event mousedown: MouseEvent
+		// Fired when the user pushes the mouse button on the map.
+		// @event mouseup: MouseEvent
+		// Fired when the user releases the mouse button on the map.
+		// @event mouseover: MouseEvent
+		// Fired when the mouse enters the map.
+		// @event mouseout: MouseEvent
+		// Fired when the mouse leaves the map.
+		// @event mousemove: MouseEvent
+		// Fired while the mouse moves over the map.
+		// @event contextmenu: MouseEvent
+		// Fired when the user pushes the right mouse button on the map, prevents
+		// default browser context menu from showing if there are listeners on
+		// this event. Also fired on mobile when the user holds a single touch
+		// for a second (also called long press).
+		// @event keypress: KeyboardEvent
+		// Fired when the user presses a key from the keyboard while the map is focused.
+		onOff(this._container, 'click dblclick mousedown mouseup ' +
+			'mouseover mouseout mousemove contextmenu keypress', this._handleDOMEvent, this);
+
+		if (this.options.trackResize) {
+			onOff(window, 'resize', this._onResize, this);
+		}
+
+		if (any3d && this.options.transform3DLimit) {
+			(remove$$1 ? this.off : this.on).call(this, 'moveend', this._onMoveEnd);
+		}
+	},
+
+	_onResize: function () {
+		cancelAnimFrame(this._resizeRequest);
+		this._resizeRequest = requestAnimFrame(
+		        function () { this.invalidateSize({debounceMoveend: true}); }, this);
+	},
+
+	_onScroll: function () {
+		this._container.scrollTop  = 0;
+		this._container.scrollLeft = 0;
+	},
+
+	_onMoveEnd: function () {
+		var pos = this._getMapPanePos();
+		if (Math.max(Math.abs(pos.x), Math.abs(pos.y)) >= this.options.transform3DLimit) {
+			// https://bugzilla.mozilla.org/show_bug.cgi?id=1203873 but Webkit also have
+			// a pixel offset on very high values, see: http://jsfiddle.net/dg6r5hhb/
+			this._resetView(this.getCenter(), this.getZoom());
+		}
+	},
+
+	_findEventTargets: function (e, type) {
+		var targets = [],
+		    target,
+		    isHover = type === 'mouseout' || type === 'mouseover',
+		    src = e.target || e.srcElement,
+		    dragging = false;
+
+		while (src) {
+			target = this._targets[stamp(src)];
+			if (target && (type === 'click' || type === 'preclick') && !e._simulated && this._draggableMoved(target)) {
+				// Prevent firing click after you just dragged an object.
+				dragging = true;
+				break;
+			}
+			if (target && target.listens(type, true)) {
+				if (isHover && !isExternalTarget(src, e)) { break; }
+				targets.push(target);
+				if (isHover) { break; }
+			}
+			if (src === this._container) { break; }
+			src = src.parentNode;
+		}
+		if (!targets.length && !dragging && !isHover && isExternalTarget(src, e)) {
+			targets = [this];
+		}
+		return targets;
+	},
+
+	_handleDOMEvent: function (e) {
+		if (!this._loaded || skipped(e)) { return; }
+
+		var type = e.type;
+
+		if (type === 'mousedown' || type === 'keypress') {
+			// prevents outline when clicking on keyboard-focusable element
+			preventOutline(e.target || e.srcElement);
+		}
+
+		this._fireDOMEvent(e, type);
+	},
+
+	_mouseEvents: ['click', 'dblclick', 'mouseover', 'mouseout', 'contextmenu'],
+
+	_fireDOMEvent: function (e, type, targets) {
+
+		if (e.type === 'click') {
+			// Fire a synthetic 'preclick' event which propagates up (mainly for closing popups).
+			// @event preclick: MouseEvent
+			// Fired before mouse click on the map (sometimes useful when you
+			// want something to happen on click before any existing click
+			// handlers start running).
+			var synth = extend({}, e);
+			synth.type = 'preclick';
+			this._fireDOMEvent(synth, synth.type, targets);
+		}
+
+		if (e._stopped) { return; }
+
+		// Find the layer the event is propagating from and its parents.
+		targets = (targets || []).concat(this._findEventTargets(e, type));
+
+		if (!targets.length) { return; }
+
+		var target = targets[0];
+		if (type === 'contextmenu' && target.listens(type, true)) {
+			preventDefault(e);
+		}
+
+		var data = {
+			originalEvent: e
+		};
+
+		if (e.type !== 'keypress') {
+			var isMarker = target.getLatLng && (!target._radius || target._radius <= 10);
+			data.containerPoint = isMarker ?
+				this.latLngToContainerPoint(target.getLatLng()) : this.mouseEventToContainerPoint(e);
+			data.layerPoint = this.containerPointToLayerPoint(data.containerPoint);
+			data.latlng = isMarker ? target.getLatLng() : this.layerPointToLatLng(data.layerPoint);
+		}
+
+		for (var i = 0; i < targets.length; i++) {
+			targets[i].fire(type, data, true);
+			if (data.originalEvent._stopped ||
+				(targets[i].options.bubblingMouseEvents === false && indexOf(this._mouseEvents, type) !== -1)) { return; }
+		}
+	},
+
+	_draggableMoved: function (obj) {
+		obj = obj.dragging && obj.dragging.enabled() ? obj : this;
+		return (obj.dragging && obj.dragging.moved()) || (this.boxZoom && this.boxZoom.moved());
+	},
+
+	_clearHandlers: function () {
+		for (var i = 0, len = this._handlers.length; i < len; i++) {
+			this._handlers[i].disable();
+		}
+	},
+
+	// @section Other Methods
+
+	// @method whenReady(fn: Function, context?: Object): this
+	// Runs the given function `fn` when the map gets initialized with
+	// a view (center and zoom) and at least one layer, or immediately
+	// if it's already initialized, optionally passing a function context.
+	whenReady: function (callback, context) {
+		if (this._loaded) {
+			callback.call(context || this, {target: this});
+		} else {
+			this.on('load', callback, context);
+		}
+		return this;
+	},
+
+
+	// private methods for getting map state
+
+	_getMapPanePos: function () {
+		return getPosition(this._mapPane) || new Point(0, 0);
+	},
+
+	_moved: function () {
+		var pos = this._getMapPanePos();
+		return pos && !pos.equals([0, 0]);
+	},
+
+	_getTopLeftPoint: function (center, zoom) {
+		var pixelOrigin = center && zoom !== undefined ?
+			this._getNewPixelOrigin(center, zoom) :
+			this.getPixelOrigin();
+		return pixelOrigin.subtract(this._getMapPanePos());
+	},
+
+	_getNewPixelOrigin: function (center, zoom) {
+		var viewHalf = this.getSize()._divideBy(2);
+		return this.project(center, zoom)._subtract(viewHalf)._add(this._getMapPanePos())._round();
+	},
+
+	_latLngToNewLayerPoint: function (latlng, zoom, center) {
+		var topLeft = this._getNewPixelOrigin(center, zoom);
+		return this.project(latlng, zoom)._subtract(topLeft);
+	},
+
+	_latLngBoundsToNewLayerBounds: function (latLngBounds, zoom, center) {
+		var topLeft = this._getNewPixelOrigin(center, zoom);
+		return toBounds([
+			this.project(latLngBounds.getSouthWest(), zoom)._subtract(topLeft),
+			this.project(latLngBounds.getNorthWest(), zoom)._subtract(topLeft),
+			this.project(latLngBounds.getSouthEast(), zoom)._subtract(topLeft),
+			this.project(latLngBounds.getNorthEast(), zoom)._subtract(topLeft)
+		]);
+	},
+
+	// layer point of the current center
+	_getCenterLayerPoint: function () {
+		return this.containerPointToLayerPoint(this.getSize()._divideBy(2));
+	},
+
+	// offset of the specified place to the current center in pixels
+	_getCenterOffset: function (latlng) {
+		return this.latLngToLayerPoint(latlng).subtract(this._getCenterLayerPoint());
+	},
+
+	// adjust center for view to get inside bounds
+	_limitCenter: function (center, zoom, bounds) {
+
+		if (!bounds) { return center; }
+
+		var centerPoint = this.project(center, zoom),
+		    viewHalf = this.getSize().divideBy(2),
+		    viewBounds = new Bounds(centerPoint.subtract(viewHalf), centerPoint.add(viewHalf)),
+		    offset = this._getBoundsOffset(viewBounds, bounds, zoom);
+
+		// If offset is less than a pixel, ignore.
+		// This prevents unstable projections from getting into
+		// an infinite loop of tiny offsets.
+		if (offset.round().equals([0, 0])) {
+			return center;
+		}
+
+		return this.unproject(centerPoint.add(offset), zoom);
+	},
+
+	// adjust offset for view to get inside bounds
+	_limitOffset: function (offset, bounds) {
+		if (!bounds) { return offset; }
+
+		var viewBounds = this.getPixelBounds(),
+		    newBounds = new Bounds(viewBounds.min.add(offset), viewBounds.max.add(offset));
+
+		return offset.add(this._getBoundsOffset(newBounds, bounds));
+	},
+
+	// returns offset needed for pxBounds to get inside maxBounds at a specified zoom
+	_getBoundsOffset: function (pxBounds, maxBounds, zoom) {
+		var projectedMaxBounds = toBounds(
+		        this.project(maxBounds.getNorthEast(), zoom),
+		        this.project(maxBounds.getSouthWest(), zoom)
+		    ),
+		    minOffset = projectedMaxBounds.min.subtract(pxBounds.min),
+		    maxOffset = projectedMaxBounds.max.subtract(pxBounds.max),
+
+		    dx = this._rebound(minOffset.x, -maxOffset.x),
+		    dy = this._rebound(minOffset.y, -maxOffset.y);
+
+		return new Point(dx, dy);
+	},
+
+	_rebound: function (left, right) {
+		return left + right > 0 ?
+			Math.round(left - right) / 2 :
+			Math.max(0, Math.ceil(left)) - Math.max(0, Math.floor(right));
+	},
+
+	_limitZoom: function (zoom) {
+		var min = this.getMinZoom(),
+		    max = this.getMaxZoom(),
+		    snap = any3d ? this.options.zoomSnap : 1;
+		if (snap) {
+			zoom = Math.round(zoom / snap) * snap;
+		}
+		return Math.max(min, Math.min(max, zoom));
+	},
+
+	_onPanTransitionStep: function () {
+		this.fire('move');
+	},
+
+	_onPanTransitionEnd: function () {
+		removeClass(this._mapPane, 'leaflet-pan-anim');
+		this.fire('moveend');
+	},
+
+	_tryAnimatedPan: function (center, options) {
+		// difference between the new and current centers in pixels
+		var offset = this._getCenterOffset(center)._trunc();
+
+		// don't animate too far unless animate: true specified in options
+		if ((options && options.animate) !== true && !this.getSize().contains(offset)) { return false; }
+
+		this.panBy(offset, options);
+
+		return true;
+	},
+
+	_createAnimProxy: function () {
+
+		var proxy = this._proxy = create$1('div', 'leaflet-proxy leaflet-zoom-animated');
+		this._panes.mapPane.appendChild(proxy);
+
+		this.on('zoomanim', function (e) {
+			var prop = TRANSFORM,
+			    transform = this._proxy.style[prop];
+
+			setTransform(this._proxy, this.project(e.center, e.zoom), this.getZoomScale(e.zoom, 1));
+
+			// workaround for case when transform is the same and so transitionend event is not fired
+			if (transform === this._proxy.style[prop] && this._animatingZoom) {
+				this._onZoomTransitionEnd();
+			}
+		}, this);
+
+		this.on('load moveend', function () {
+			var c = this.getCenter(),
+			    z = this.getZoom();
+			setTransform(this._proxy, this.project(c, z), this.getZoomScale(z, 1));
+		}, this);
+
+		this._on('unload', this._destroyAnimProxy, this);
+	},
+
+	_destroyAnimProxy: function () {
+		remove(this._proxy);
+		delete this._proxy;
+	},
+
+	_catchTransitionEnd: function (e) {
+		if (this._animatingZoom && e.propertyName.indexOf('transform') >= 0) {
+			this._onZoomTransitionEnd();
+		}
+	},
+
+	_nothingToAnimate: function () {
+		return !this._container.getElementsByClassName('leaflet-zoom-animated').length;
+	},
+
+	_tryAnimatedZoom: function (center, zoom, options) {
+
+		if (this._animatingZoom) { return true; }
+
+		options = options || {};
+
+		// don't animate if disabled, not supported or zoom difference is too large
+		if (!this._zoomAnimated || options.animate === false || this._nothingToAnimate() ||
+		        Math.abs(zoom - this._zoom) > this.options.zoomAnimationThreshold) { return false; }
+
+		// offset is the pixel coords of the zoom origin relative to the current center
+		var scale = this.getZoomScale(zoom),
+		    offset = this._getCenterOffset(center)._divideBy(1 - 1 / scale);
+
+		// don't animate if the zoom origin isn't within one screen from the current center, unless forced
+		if (options.animate !== true && !this.getSize().contains(offset)) { return false; }
+
+		requestAnimFrame(function () {
+			this
+			    ._moveStart(true, false)
+			    ._animateZoom(center, zoom, true);
+		}, this);
+
+		return true;
+	},
+
+	_animateZoom: function (center, zoom, startAnim, noUpdate) {
+		if (!this._mapPane) { return; }
+
+		if (startAnim) {
+			this._animatingZoom = true;
+
+			// remember what center/zoom to set after animation
+			this._animateToCenter = center;
+			this._animateToZoom = zoom;
+
+			addClass(this._mapPane, 'leaflet-zoom-anim');
+		}
+
+		// @event zoomanim: ZoomAnimEvent
+		// Fired at least once per zoom animation. For continous zoom, like pinch zooming, fired once per frame during zoom.
+		this.fire('zoomanim', {
+			center: center,
+			zoom: zoom,
+			noUpdate: noUpdate
+		});
+
+		// Work around webkit not firing 'transitionend', see https://github.com/Leaflet/Leaflet/issues/3689, 2693
+		setTimeout(bind(this._onZoomTransitionEnd, this), 250);
+	},
+
+	_onZoomTransitionEnd: function () {
+		if (!this._animatingZoom) { return; }
+
+		if (this._mapPane) {
+			removeClass(this._mapPane, 'leaflet-zoom-anim');
+		}
+
+		this._animatingZoom = false;
+
+		this._move(this._animateToCenter, this._animateToZoom);
+
+		// This anim frame should prevent an obscure iOS webkit tile loading race condition.
+		requestAnimFrame(function () {
+			this._moveEnd(true);
+		}, this);
+	}
+});
+
+// @section
+
+// @factory L.map(id: String, options?: Map options)
+// Instantiates a map object given the DOM ID of a `<div>` element
+// and optionally an object literal with `Map options`.
+//
+// @alternative
+// @factory L.map(el: HTMLElement, options?: Map options)
+// Instantiates a map object given an instance of a `<div>` HTML element
+// and optionally an object literal with `Map options`.
+function createMap(id, options) {
+	return new Map(id, options);
+}
+
+/*
+ * @class Control
+ * @aka L.Control
+ * @inherits Class
+ *
+ * L.Control is a base class for implementing map controls. Handles positioning.
+ * All other controls extend from this class.
+ */
+
+var Control = Class.extend({
+	// @section
+	// @aka Control options
+	options: {
+		// @option position: String = 'topright'
+		// The position of the control (one of the map corners). Possible values are `'topleft'`,
+		// `'topright'`, `'bottomleft'` or `'bottomright'`
+		position: 'topright'
+	},
+
+	initialize: function (options) {
+		setOptions(this, options);
+	},
+
+	/* @section
+	 * Classes extending L.Control will inherit the following methods:
+	 *
+	 * @method getPosition: string
+	 * Returns the position of the control.
+	 */
+	getPosition: function () {
+		return this.options.position;
+	},
+
+	// @method setPosition(position: string): this
+	// Sets the position of the control.
+	setPosition: function (position) {
+		var map = this._map;
+
+		if (map) {
+			map.removeControl(this);
+		}
+
+		this.options.position = position;
+
+		if (map) {
+			map.addControl(this);
+		}
+
+		return this;
+	},
+
+	// @method getContainer: HTMLElement
+	// Returns the HTMLElement that contains the control.
+	getContainer: function () {
+		return this._container;
+	},
+
+	// @method addTo(map: Map): this
+	// Adds the control to the given map.
+	addTo: function (map) {
+		this.remove();
+		this._map = map;
+
+		var container = this._container = this.onAdd(map),
+		    pos = this.getPosition(),
+		    corner = map._controlCorners[pos];
+
+		addClass(container, 'leaflet-control');
+
+		if (pos.indexOf('bottom') !== -1) {
+			corner.insertBefore(container, corner.firstChild);
+		} else {
+			corner.appendChild(container);
+		}
+
+		return this;
+	},
+
+	// @method remove: this
+	// Removes the control from the map it is currently active on.
+	remove: function () {
+		if (!this._map) {
+			return this;
+		}
+
+		remove(this._container);
+
+		if (this.onRemove) {
+			this.onRemove(this._map);
+		}
+
+		this._map = null;
+
+		return this;
+	},
+
+	_refocusOnMap: function (e) {
+		// if map exists and event is not a keyboard event
+		if (this._map && e && e.screenX > 0 && e.screenY > 0) {
+			this._map.getContainer().focus();
+		}
+	}
+});
+
+var control = function (options) {
+	return new Control(options);
+};
+
+/* @section Extension methods
+ * @uninheritable
+ *
+ * Every control should extend from `L.Control` and (re-)implement the following methods.
+ *
+ * @method onAdd(map: Map): HTMLElement
+ * Should return the container DOM element for the control and add listeners on relevant map events. Called on [`control.addTo(map)`](#control-addTo).
+ *
+ * @method onRemove(map: Map)
+ * Optional method. Should contain all clean up code that removes the listeners previously added in [`onAdd`](#control-onadd). Called on [`control.remove()`](#control-remove).
+ */
+
+/* @namespace Map
+ * @section Methods for Layers and Controls
+ */
+Map.include({
+	// @method addControl(control: Control): this
+	// Adds the given control to the map
+	addControl: function (control) {
+		control.addTo(this);
+		return this;
+	},
+
+	// @method removeControl(control: Control): this
+	// Removes the given control from the map
+	removeControl: function (control) {
+		control.remove();
+		return this;
+	},
+
+	_initControlPos: function () {
+		var corners = this._controlCorners = {},
+		    l = 'leaflet-',
+		    container = this._controlContainer =
+		            create$1('div', l + 'control-container', this._container);
+
+		function createCorner(vSide, hSide) {
+			var className = l + vSide + ' ' + l + hSide;
+
+			corners[vSide + hSide] = create$1('div', className, container);
+		}
+
+		createCorner('top', 'left');
+		createCorner('top', 'right');
+		createCorner('bottom', 'left');
+		createCorner('bottom', 'right');
+	},
+
+	_clearControlPos: function () {
+		for (var i in this._controlCorners) {
+			remove(this._controlCorners[i]);
+		}
+		remove(this._controlContainer);
+		delete this._controlCorners;
+		delete this._controlContainer;
+	}
+});
+
+/*
+ * @class Control.Layers
+ * @aka L.Control.Layers
+ * @inherits Control
+ *
+ * The layers control gives users the ability to switch between different base layers and switch overlays on/off (check out the [detailed example](http://leafletjs.com/examples/layers-control/)). Extends `Control`.
+ *
+ * @example
+ *
+ * ```js
+ * var baseLayers = {
+ * 	"Mapbox": mapbox,
+ * 	"OpenStreetMap": osm
+ * };
+ *
+ * var overlays = {
+ * 	"Marker": marker,
+ * 	"Roads": roadsLayer
+ * };
+ *
+ * L.control.layers(baseLayers, overlays).addTo(map);
+ * ```
+ *
+ * The `baseLayers` and `overlays` parameters are object literals with layer names as keys and `Layer` objects as values:
+ *
+ * ```js
+ * {
+ *     "<someName1>": layer1,
+ *     "<someName2>": layer2
+ * }
+ * ```
+ *
+ * The layer names can contain HTML, which allows you to add additional styling to the items:
+ *
+ * ```js
+ * {"<img src='my-layer-icon' /> <span class='my-layer-item'>My Layer</span>": myLayer}
+ * ```
+ */
+
+var Layers = Control.extend({
+	// @section
+	// @aka Control.Layers options
+	options: {
+		// @option collapsed: Boolean = true
+		// If `true`, the control will be collapsed into an icon and expanded on mouse hover or touch.
+		collapsed: true,
+		position: 'topright',
+
+		// @option autoZIndex: Boolean = true
+		// If `true`, the control will assign zIndexes in increasing order to all of its layers so that the order is preserved when switching them on/off.
+		autoZIndex: true,
+
+		// @option hideSingleBase: Boolean = false
+		// If `true`, the base layers in the control will be hidden when there is only one.
+		hideSingleBase: false,
+
+		// @option sortLayers: Boolean = false
+		// Whether to sort the layers. When `false`, layers will keep the order
+		// in which they were added to the control.
+		sortLayers: false,
+
+		// @option sortFunction: Function = *
+		// A [compare function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/sort)
+		// that will be used for sorting the layers, when `sortLayers` is `true`.
+		// The function receives both the `L.Layer` instances and their names, as in
+		// `sortFunction(layerA, layerB, nameA, nameB)`.
+		// By default, it sorts layers alphabetically by their name.
+		sortFunction: function (layerA, layerB, nameA, nameB) {
+			return nameA < nameB ? -1 : (nameB < nameA ? 1 : 0);
+		}
+	},
+
+	initialize: function (baseLayers, overlays, options) {
+		setOptions(this, options);
+
+		this._layerControlInputs = [];
+		this._layers = [];
+		this._lastZIndex = 0;
+		this._handlingClick = false;
+
+		for (var i in baseLayers) {
+			this._addLayer(baseLayers[i], i);
+		}
+
+		for (i in overlays) {
+			this._addLayer(overlays[i], i, true);
+		}
+	},
+
+	onAdd: function (map) {
+		this._initLayout();
+		this._update();
+
+		this._map = map;
+		map.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 (map) {
+		Control.prototype.addTo.call(this, map);
+		// Trigger expand after Layers Control has been inserted into DOM so that is now has an actual height.
+		return this._expandIfNotCollapsed();
+	},
+
+	onRemove: function () {
+		this._map.off('zoomend', this._checkDisabledLayers, this);
+
+		for (var i = 0; i < this._layers.length; i++) {
+			this._layers[i].layer.off('add remove', this._onLayerChange, this);
+		}
+	},
+
+	// @method addBaseLayer(layer: Layer, name: String): this
+	// Adds a base layer (radio button entry) with the given name to the control.
+	addBaseLayer: function (layer, name) {
+		this._addLayer(layer, name);
+		return (this._map) ? this._update() : this;
+	},
+
+	// @method addOverlay(layer: Layer, name: String): this
+	// Adds an overlay (checkbox entry) with the given name to the control.
+	addOverlay: function (layer, name) {
+		this._addLayer(layer, name, true);
+		return (this._map) ? this._update() : this;
+	},
+
+	// @method removeLayer(layer: Layer): this
+	// Remove the given layer from the control.
+	removeLayer: function (layer) {
+		layer.off('add remove', this._onLayerChange, this);
+
+		var obj = this._getLayer(stamp(layer));
+		if (obj) {
+			this._layers.splice(this._layers.indexOf(obj), 1);
+		}
+		return (this._map) ? this._update() : this;
+	},
+
+	// @method expand(): this
+	// Expand the control container if collapsed.
+	expand: function () {
+		addClass(this._container, 'leaflet-control-layers-expanded');
+		this._section.style.height = null;
+		var acceptableHeight = this._map.getSize().y - (this._container.offsetTop + 50);
+		if (acceptableHeight < this._section.clientHeight) {
+			addClass(this._section, 'leaflet-control-layers-scrollbar');
+			this._section.style.height = acceptableHeight + 'px';
+		} else {
+			removeClass(this._section, 'leaflet-control-layers-scrollbar');
+		}
+		this._checkDisabledLayers();
+		return this;
+	},
+
+	// @method collapse(): this
+	// Collapse the control container if expanded.
+	collapse: function () {
+		removeClass(this._container, 'leaflet-control-layers-expanded');
+		return this;
+	},
+
+	_initLayout: function () {
+		var className = 'leaflet-control-layers',
+		    container = this._container = create$1('div', className),
+		    collapsed = this.options.collapsed;
+
+		// makes this work on IE touch devices by stopping it from firing a mouseout event when the touch is released
+		container.setAttribute('aria-haspopup', true);
+
+		disableClickPropagation(container);
+		disableScrollPropagation(container);
+
+		var section = this._section = create$1('section', className + '-list');
+
+		if (collapsed) {
+			this._map.on('click', this.collapse, this);
+
+			if (!android) {
+				on(container, {
+					mouseenter: this.expand,
+					mouseleave: this.collapse
+				}, this);
+			}
+		}
+
+		var link = this._layersLink = create$1('a', className + '-toggle', container);
+		link.href = '#';
+		link.title = 'Layers';
+
+		if (touch) {
+			on(link, 'click', stop);
+			on(link, 'click', this.expand, this);
+		} else {
+			on(link, 'focus', this.expand, this);
+		}
+
+		if (!collapsed) {
+			this.expand();
+		}
+
+		this._baseLayersList = create$1('div', className + '-base', section);
+		this._separator = create$1('div', className + '-separator', section);
+		this._overlaysList = create$1('div', className + '-overlays', section);
+
+		container.appendChild(section);
+	},
+
+	_getLayer: function (id) {
+		for (var i = 0; i < this._layers.length; i++) {
+
+			if (this._layers[i] && stamp(this._layers[i].layer) === id) {
+				return this._layers[i];
+			}
+		}
+	},
+
+	_addLayer: function (layer, name, overlay) {
+		if (this._map) {
+			layer.on('add remove', this._onLayerChange, this);
+		}
+
+		this._layers.push({
+			layer: layer,
+			name: name,
+			overlay: overlay
+		});
+
+		if (this.options.sortLayers) {
+			this._layers.sort(bind(function (a, b) {
+				return this.options.sortFunction(a.layer, b.layer, a.name, b.name);
+			}, this));
+		}
+
+		if (this.options.autoZIndex && layer.setZIndex) {
+			this._lastZIndex++;
+			layer.setZIndex(this._lastZIndex);
+		}
+
+		this._expandIfNotCollapsed();
+	},
+
+	_update: function () {
+		if (!this._container) { return this; }
+
+		empty(this._baseLayersList);
+		empty(this._overlaysList);
+
+		this._layerControlInputs = [];
+		var baseLayersPresent, overlaysPresent, i, obj, baseLayersCount = 0;
+
+		for (i = 0; i < this._layers.length; i++) {
+			obj = this._layers[i];
+			this._addItem(obj);
+			overlaysPresent = overlaysPresent || obj.overlay;
+			baseLayersPresent = baseLayersPresent || !obj.overlay;
+			baseLayersCount += !obj.overlay ? 1 : 0;
+		}
+
+		// Hide base layers section if there's only one layer.
+		if (this.options.hideSingleBase) {
+			baseLayersPresent = baseLayersPresent && baseLayersCount > 1;
+			this._baseLayersList.style.display = baseLayersPresent ? '' : 'none';
+		}
+
+		this._separator.style.display = overlaysPresent && baseLayersPresent ? '' : 'none';
+
+		return this;
+	},
+
+	_onLayerChange: function (e) {
+		if (!this._handlingClick) {
+			this._update();
+		}
+
+		var obj = this._getLayer(stamp(e.target));
+
+		// @namespace Map
+		// @section Layer events
+		// @event baselayerchange: LayersControlEvent
+		// Fired when the base layer is changed through the [layer control](#control-layers).
+		// @event overlayadd: LayersControlEvent
+		// Fired when an overlay is selected through the [layer control](#control-layers).
+		// @event overlayremove: LayersControlEvent
+		// Fired when an overlay is deselected through the [layer control](#control-layers).
+		// @namespace Control.Layers
+		var type = obj.overlay ?
+			(e.type === 'add' ? 'overlayadd' : 'overlayremove') :
+			(e.type === 'add' ? 'baselayerchange' : null);
+
+		if (type) {
+			this._map.fire(type, obj);
+		}
+	},
+
+	// IE7 bugs out if you create a radio dynamically, so you have to do it this hacky way (see http://bit.ly/PqYLBe)
+	_createRadioElement: function (name, checked) {
+
+		var radioHtml = '<input type="radio" class="leaflet-control-layers-selector" name="' +
+				name + '"' + (checked ? ' checked="checked"' : '') + '/>';
+
+		var radioFragment = document.createElement('div');
+		radioFragment.innerHTML = radioHtml;
+
+		return radioFragment.firstChild;
+	},
+
+	_addItem: function (obj) {
+		var label = document.createElement('label'),
+		    checked = this._map.hasLayer(obj.layer),
+		    input;
+
+		if (obj.overlay) {
+			input = document.createElement('input');
+			input.type = 'checkbox';
+			input.className = 'leaflet-control-layers-selector';
+			input.defaultChecked = checked;
+		} else {
+			input = this._createRadioElement('leaflet-base-layers', checked);
+		}
+
+		this._layerControlInputs.push(input);
+		input.layerId = stamp(obj.layer);
+
+		on(input, 'click', this._onInputClick, this);
+
+		var name = document.createElement('span');
+		name.innerHTML = ' ' + obj.name;
+
+		// Helps from preventing layer control flicker when checkboxes are disabled
+		// https://github.com/Leaflet/Leaflet/issues/2771
+		var holder = document.createElement('div');
+
+		label.appendChild(holder);
+		holder.appendChild(input);
+		holder.appendChild(name);
+
+		var container = obj.overlay ? this._overlaysList : this._baseLayersList;
+		container.appendChild(label);
+
+		this._checkDisabledLayers();
+		return label;
+	},
+
+	_onInputClick: function () {
+		var inputs = this._layerControlInputs,
+		    input, layer;
+		var addedLayers = [],
+		    removedLayers = [];
+
+		this._handlingClick = true;
+
+		for (var i = inputs.length - 1; i >= 0; i--) {
+			input = inputs[i];
+			layer = this._getLayer(input.layerId).layer;
+
+			if (input.checked) {
+				addedLayers.push(layer);
+			} else if (!input.checked) {
+				removedLayers.push(layer);
+			}
+		}
+
+		// Bugfix issue 2318: Should remove all old layers before readding new ones
+		for (i = 0; i < removedLayers.length; i++) {
+			if (this._map.hasLayer(removedLayers[i])) {
+				this._map.removeLayer(removedLayers[i]);
+			}
+		}
+		for (i = 0; i < addedLayers.length; i++) {
+			if (!this._map.hasLayer(addedLayers[i])) {
+				this._map.addLayer(addedLayers[i]);
+			}
+		}
+
+		this._handlingClick = false;
+
+		this._refocusOnMap();
+	},
+
+	_checkDisabledLayers: function () {
+		var inputs = this._layerControlInputs,
+		    input,
+		    layer,
+		    zoom = this._map.getZoom();
+
+		for (var i = inputs.length - 1; i >= 0; i--) {
+			input = inputs[i];
+			layer = this._getLayer(input.layerId).layer;
+			input.disabled = (layer.options.minZoom !== undefined && zoom < layer.options.minZoom) ||
+			                 (layer.options.maxZoom !== undefined && zoom > layer.options.maxZoom);
+
+		}
+	},
+
+	_expandIfNotCollapsed: function () {
+		if (this._map && !this.options.collapsed) {
+			this.expand();
+		}
+		return this;
+	},
+
+	_expand: function () {
+		// Backward compatibility, remove me in 1.1.
+		return this.expand();
+	},
+
+	_collapse: function () {
+		// Backward compatibility, remove me in 1.1.
+		return this.collapse();
+	}
+
+});
+
+
+// @factory L.control.layers(baselayers?: Object, overlays?: Object, options?: Control.Layers options)
+// Creates an attribution control with the given layers. Base layers will be switched with radio buttons, while overlays will be switched with checkboxes. Note that all base layers should be passed in the base layers object, but only one should be added to the map during map instantiation.
+var layers = function (baseLayers, overlays, options) {
+	return new Layers(baseLayers, overlays, options);
+};
+
+/*
+ * @class Control.Zoom
+ * @aka L.Control.Zoom
+ * @inherits Control
+ *
+ * A basic zoom control with two buttons (zoom in and zoom out). It is put on the map by default unless you set its [`zoomControl` option](#map-zoomcontrol) to `false`. Extends `Control`.
+ */
+
+var Zoom = Control.extend({
+	// @section
+	// @aka Control.Zoom options
+	options: {
+		position: 'topleft',
+
+		// @option zoomInText: String = '+'
+		// The text set on the 'zoom in' button.
+		zoomInText: '+',
+
+		// @option zoomInTitle: String = 'Zoom in'
+		// The title set on the 'zoom in' button.
+		zoomInTitle: 'Zoom in',
+
+		// @option zoomOutText: String = '&#x2212;'
+		// The text set on the 'zoom out' button.
+		zoomOutText: '&#x2212;',
+
+		// @option zoomOutTitle: String = 'Zoom out'
+		// The title set on the 'zoom out' button.
+		zoomOutTitle: 'Zoom out'
+	},
+
+	onAdd: function (map) {
+		var zoomName = 'leaflet-control-zoom',
+		    container = create$1('div', zoomName + ' leaflet-bar'),
+		    options = this.options;
+
+		this._zoomInButton  = this._createButton(options.zoomInText, options.zoomInTitle,
+		        zoomName + '-in',  container, this._zoomIn);
+		this._zoomOutButton = this._createButton(options.zoomOutText, options.zoomOutTitle,
+		        zoomName + '-out', container, this._zoomOut);
+
+		this._updateDisabled();
+		map.on('zoomend zoomlevelschange', this._updateDisabled, this);
+
+		return container;
+	},
+
+	onRemove: function (map) {
+		map.off('zoomend zoomlevelschange', this._updateDisabled, this);
+	},
+
+	disable: function () {
+		this._disabled = true;
+		this._updateDisabled();
+		return this;
+	},
+
+	enable: function () {
+		this._disabled = false;
+		this._updateDisabled();
+		return this;
+	},
+
+	_zoomIn: function (e) {
+		if (!this._disabled && this._map._zoom < this._map.getMaxZoom()) {
+			this._map.zoomIn(this._map.options.zoomDelta * (e.shiftKey ? 3 : 1));
+		}
+	},
+
+	_zoomOut: function (e) {
+		if (!this._disabled && this._map._zoom > this._map.getMinZoom()) {
+			this._map.zoomOut(this._map.options.zoomDelta * (e.shiftKey ? 3 : 1));
+		}
+	},
+
+	_createButton: function (html, title, className, container, fn) {
+		var link = create$1('a', className, container);
+		link.innerHTML = html;
+		link.href = '#';
+		link.title = title;
+
+		/*
+		 * Will force screen readers like VoiceOver to read this as "Zoom in - button"
+		 */
+		link.setAttribute('role', 'button');
+		link.setAttribute('aria-label', title);
+
+		disableClickPropagation(link);
+		on(link, 'click', stop);
+		on(link, 'click', fn, this);
+		on(link, 'click', this._refocusOnMap, this);
+
+		return link;
+	},
+
+	_updateDisabled: function () {
+		var map = this._map,
+		    className = 'leaflet-disabled';
+
+		removeClass(this._zoomInButton, className);
+		removeClass(this._zoomOutButton, className);
+
+		if (this._disabled || map._zoom === map.getMinZoom()) {
+			addClass(this._zoomOutButton, className);
+		}
+		if (this._disabled || map._zoom === map.getMaxZoom()) {
+			addClass(this._zoomInButton, className);
+		}
+	}
+});
+
+// @namespace Map
+// @section Control options
+// @option zoomControl: Boolean = true
+// Whether a [zoom control](#control-zoom) is added to the map by default.
+Map.mergeOptions({
+	zoomControl: true
+});
+
+Map.addInitHook(function () {
+	if (this.options.zoomControl) {
+		// @section Controls
+		// @property zoomControl: Control.Zoom
+		// The default zoom control (only available if the
+		// [`zoomControl` option](#map-zoomcontrol) was `true` when creating the map).
+		this.zoomControl = new Zoom();
+		this.addControl(this.zoomControl);
+	}
+});
+
+// @namespace Control.Zoom
+// @factory L.control.zoom(options: Control.Zoom options)
+// Creates a zoom control
+var zoom = function (options) {
+	return new Zoom(options);
+};
+
+/*
+ * @class Control.Scale
+ * @aka L.Control.Scale
+ * @inherits Control
+ *
+ * A simple scale control that shows the scale of the current center of screen in metric (m/km) and imperial (mi/ft) systems. Extends `Control`.
+ *
+ * @example
+ *
+ * ```js
+ * L.control.scale().addTo(map);
+ * ```
+ */
+
+var Scale = Control.extend({
+	// @section
+	// @aka Control.Scale options
+	options: {
+		position: 'bottomleft',
+
+		// @option maxWidth: Number = 100
+		// Maximum width of the control in pixels. The width is set dynamically to show round values (e.g. 100, 200, 500).
+		maxWidth: 100,
+
+		// @option metric: Boolean = True
+		// Whether to show the metric scale line (m/km).
+		metric: true,
+
+		// @option imperial: Boolean = True
+		// Whether to show the imperial scale line (mi/ft).
+		imperial: true
+
+		// @option updateWhenIdle: Boolean = false
+		// If `true`, the control is updated on [`moveend`](#map-moveend), otherwise it's always up-to-date (updated on [`move`](#map-move)).
+	},
+
+	onAdd: function (map) {
+		var className = 'leaflet-control-scale',
+		    container = create$1('div', className),
+		    options = this.options;
+
+		this._addScales(options, className + '-line', container);
+
+		map.on(options.updateWhenIdle ? 'moveend' : 'move', this._update, this);
+		map.whenReady(this._update, this);
+
+		return container;
+	},
+
+	onRemove: function (map) {
+		map.off(this.options.updateWhenIdle ? 'moveend' : 'move', this._update, this);
+	},
+
+	_addScales: function (options, className, container) {
+		if (options.metric) {
+			this._mScale = create$1('div', className, container);
+		}
+		if (options.imperial) {
+			this._iScale = create$1('div', className, container);
+		}
+	},
+
+	_update: function () {
+		var map = this._map,
+		    y = map.getSize().y / 2;
+
+		var maxMeters = map.distance(
+			map.containerPointToLatLng([0, y]),
+			map.containerPointToLatLng([this.options.maxWidth, y]));
+
+		this._updateScales(maxMeters);
+	},
+
+	_updateScales: function (maxMeters) {
+		if (this.options.metric && maxMeters) {
+			this._updateMetric(maxMeters);
+		}
+		if (this.options.imperial && maxMeters) {
+			this._updateImperial(maxMeters);
+		}
+	},
+
+	_updateMetric: function (maxMeters) {
+		var meters = this._getRoundNum(maxMeters),
+		    label = meters < 1000 ? meters + ' m' : (meters / 1000) + ' km';
+
+		this._updateScale(this._mScale, label, meters / maxMeters);
+	},
+
+	_updateImperial: function (maxMeters) {
+		var maxFeet = maxMeters * 3.2808399,
+		    maxMiles, miles, feet;
+
+		if (maxFeet > 5280) {
+			maxMiles = maxFeet / 5280;
+			miles = this._getRoundNum(maxMiles);
+			this._updateScale(this._iScale, miles + ' mi', miles / maxMiles);
+
+		} else {
+			feet = this._getRoundNum(maxFeet);
+			this._updateScale(this._iScale, feet + ' ft', feet / maxFeet);
+		}
+	},
+
+	_updateScale: function (scale, text, ratio) {
+		scale.style.width = Math.round(this.options.maxWidth * ratio) + 'px';
+		scale.innerHTML = text;
+	},
+
+	_getRoundNum: function (num) {
+		var pow10 = Math.pow(10, (Math.floor(num) + '').length - 1),
+		    d = num / pow10;
+
+		d = d >= 10 ? 10 :
+		    d >= 5 ? 5 :
+		    d >= 3 ? 3 :
+		    d >= 2 ? 2 : 1;
+
+		return pow10 * d;
+	}
+});
+
+
+// @factory L.control.scale(options?: Control.Scale options)
+// Creates an scale control with the given options.
+var scale = function (options) {
+	return new Scale(options);
+};
+
+/*
+ * @class Control.Attribution
+ * @aka L.Control.Attribution
+ * @inherits Control
+ *
+ * The attribution control allows you to display attribution data in a small text box on a map. It is put on the map by default unless you set its [`attributionControl` option](#map-attributioncontrol) to `false`, and it fetches attribution texts from layers with the [`getAttribution` method](#layer-getattribution) automatically. Extends Control.
+ */
+
+var Attribution = Control.extend({
+	// @section
+	// @aka Control.Attribution options
+	options: {
+		position: 'bottomright',
+
+		// @option prefix: String = 'Leaflet'
+		// The HTML text shown before the attributions. Pass `false` to disable.
+		prefix: '<a href="http://leafletjs.com" title="A JS library for interactive maps">Leaflet</a>'
+	},
+
+	initialize: function (options) {
+		setOptions(this, options);
+
+		this._attributions = {};
+	},
+
+	onAdd: function (map) {
+		map.attributionControl = this;
+		this._container = create$1('div', 'leaflet-control-attribution');
+		disableClickPropagation(this._container);
+
+		// TODO ugly, refactor
+		for (var i in map._layers) {
+			if (map._layers[i].getAttribution) {
+				this.addAttribution(map._layers[i].getAttribution());
+			}
+		}
+
+		this._update();
+
+		return this._container;
+	},
+
+	// @method setPrefix(prefix: String): this
+	// Sets the text before the attributions.
+	setPrefix: function (prefix) {
+		this.options.prefix = prefix;
+		this._update();
+		return this;
+	},
+
+	// @method addAttribution(text: String): this
+	// Adds an attribution text (e.g. `'Vector data &copy; Mapbox'`).
+	addAttribution: function (text) {
+		if (!text) { return this; }
+
+		if (!this._attributions[text]) {
+			this._attributions[text] = 0;
+		}
+		this._attributions[text]++;
+
+		this._update();
+
+		return this;
+	},
+
+	// @method removeAttribution(text: String): this
+	// Removes an attribution text.
+	removeAttribution: function (text) {
+		if (!text) { return this; }
+
+		if (this._attributions[text]) {
+			this._attributions[text]--;
+			this._update();
+		}
+
+		return this;
+	},
+
+	_update: function () {
+		if (!this._map) { return; }
+
+		var attribs = [];
+
+		for (var i in this._attributions) {
+			if (this._attributions[i]) {
+				attribs.push(i);
+			}
+		}
+
+		var prefixAndAttribs = [];
+
+		if (this.options.prefix) {
+			prefixAndAttribs.push(this.options.prefix);
+		}
+		if (attribs.length) {
+			prefixAndAttribs.push(attribs.join(', '));
+		}
+
+		this._container.innerHTML = prefixAndAttribs.join(' | ');
+	}
+});
+
+// @namespace Map
+// @section Control options
+// @option attributionControl: Boolean = true
+// Whether a [attribution control](#control-attribution) is added to the map by default.
+Map.mergeOptions({
+	attributionControl: true
+});
+
+Map.addInitHook(function () {
+	if (this.options.attributionControl) {
+		new Attribution().addTo(this);
+	}
+});
+
+// @namespace Control.Attribution
+// @factory L.control.attribution(options: Control.Attribution options)
+// Creates an attribution control.
+var attribution = function (options) {
+	return new Attribution(options);
+};
+
+Control.Layers = Layers;
+Control.Zoom = Zoom;
+Control.Scale = Scale;
+Control.Attribution = Attribution;
+
+control.layers = layers;
+control.zoom = zoom;
+control.scale = scale;
+control.attribution = attribution;
+
+/*
+	L.Handler is a base class for handler classes that are used internally to inject
+	interaction features like dragging to classes like Map and Marker.
+*/
+
+// @class Handler
+// @aka L.Handler
+// Abstract class for map interaction handlers
+
+var Handler = Class.extend({
+	initialize: function (map) {
+		this._map = map;
+	},
+
+	// @method enable(): this
+	// Enables the handler
+	enable: function () {
+		if (this._enabled) { return this; }
+
+		this._enabled = true;
+		this.addHooks();
+		return this;
+	},
+
+	// @method disable(): this
+	// Disables the handler
+	disable: function () {
+		if (!this._enabled) { return this; }
+
+		this._enabled = false;
+		this.removeHooks();
+		return this;
+	},
+
+	// @method enabled(): Boolean
+	// Returns `true` if the handler is enabled
+	enabled: function () {
+		return !!this._enabled;
+	}
+
+	// @section Extension methods
+	// Classes inheriting from `Handler` must implement the two following methods:
+	// @method addHooks()
+	// Called when the handler is enabled, should add event hooks.
+	// @method removeHooks()
+	// Called when the handler is disabled, should remove the event hooks added previously.
+});
+
+// @section There is static function which can be called without instantiating L.Handler:
+// @function addTo(map: Map, name: String): this
+// Adds a new Handler to the given map with the given name.
+Handler.addTo = function (map, name) {
+	map.addHandler(name, this);
+	return this;
+};
+
+var Mixin = {Events: Events};
+
+/*
+ * @class Draggable
+ * @aka L.Draggable
+ * @inherits Evented
+ *
+ * A class for making DOM elements draggable (including touch support).
+ * Used internally for map and marker dragging. Only works for elements
+ * that were positioned with [`L.DomUtil.setPosition`](#domutil-setposition).
+ *
+ * @example
+ * ```js
+ * var draggable = new L.Draggable(elementToDrag);
+ * draggable.enable();
+ * ```
+ */
+
+var START = touch ? 'touchstart mousedown' : 'mousedown';
+var END = {
+	mousedown: 'mouseup',
+	touchstart: 'touchend',
+	pointerdown: 'touchend',
+	MSPointerDown: 'touchend'
+};
+var MOVE = {
+	mousedown: 'mousemove',
+	touchstart: 'touchmove',
+	pointerdown: 'touchmove',
+	MSPointerDown: 'touchmove'
+};
+
+
+var Draggable = Evented.extend({
+
+	options: {
+		// @section
+		// @aka Draggable options
+		// @option clickTolerance: Number = 3
+		// The max number of pixels a user can shift the mouse pointer during a click
+		// for it to be considered a valid click (as opposed to a mouse drag).
+		clickTolerance: 3
+	},
+
+	// @constructor L.Draggable(el: HTMLElement, dragHandle?: HTMLElement, preventOutline?: Boolean, options?: Draggable options)
+	// Creates a `Draggable` object for moving `el` when you start dragging the `dragHandle` element (equals `el` itself by default).
+	initialize: function (element, dragStartTarget, preventOutline$$1, options) {
+		setOptions(this, options);
+
+		this._element = element;
+		this._dragStartTarget = dragStartTarget || element;
+		this._preventOutline = preventOutline$$1;
+	},
+
+	// @method enable()
+	// Enables the dragging ability
+	enable: function () {
+		if (this._enabled) { return; }
+
+		on(this._dragStartTarget, START, this._onDown, this);
+
+		this._enabled = true;
+	},
+
+	// @method disable()
+	// Disables the dragging ability
+	disable: function () {
+		if (!this._enabled) { return; }
+
+		// If we're currently dragging this draggable,
+		// disabling it counts as first ending the drag.
+		if (Draggable._dragging === this) {
+			this.finishDrag();
+		}
+
+		off(this._dragStartTarget, START, this._onDown, this);
+
+		this._enabled = false;
+		this._moved = false;
+	},
+
+	_onDown: function (e) {
+		// Ignore simulated events, since we handle both touch and
+		// mouse explicitly; otherwise we risk getting duplicates of
+		// touch events, see #4315.
+		// Also ignore the event if disabled; this happens in IE11
+		// under some circumstances, see #3666.
+		if (e._simulated || !this._enabled) { return; }
+
+		this._moved = false;
+
+		if (hasClass(this._element, 'leaflet-zoom-anim')) { return; }
+
+		if (Draggable._dragging || e.shiftKey || ((e.which !== 1) && (e.button !== 1) && !e.touches)) { return; }
+		Draggable._dragging = this;  // Prevent dragging multiple objects at once.
+
+		if (this._preventOutline) {
+			preventOutline(this._element);
+		}
+
+		disableImageDrag();
+		disableTextSelection();
+
+		if (this._moving) { return; }
+
+		// @event down: Event
+		// Fired when a drag is about to start.
+		this.fire('down');
+
+		var first = e.touches ? e.touches[0] : e,
+		    sizedParent = getSizedParentNode(this._element);
+
+		this._startPoint = new Point(first.clientX, first.clientY);
+
+		// Cache the scale, so that we can continuously compensate for it during drag (_onMove).
+		this._parentScale = getScale(sizedParent);
+
+		on(document, MOVE[e.type], this._onMove, this);
+		on(document, END[e.type], this._onUp, this);
+	},
+
+	_onMove: function (e) {
+		// Ignore simulated events, since we handle both touch and
+		// mouse explicitly; otherwise we risk getting duplicates of
+		// touch events, see #4315.
+		// Also ignore the event if disabled; this happens in IE11
+		// under some circumstances, see #3666.
+		if (e._simulated || !this._enabled) { return; }
+
+		if (e.touches && e.touches.length > 1) {
+			this._moved = true;
+			return;
+		}
+
+		var first = (e.touches && e.touches.length === 1 ? e.touches[0] : e),
+		    offset = new Point(first.clientX, first.clientY)._subtract(this._startPoint);
+
+		if (!offset.x && !offset.y) { return; }
+		if (Math.abs(offset.x) + Math.abs(offset.y) < this.options.clickTolerance) { return; }
+
+		// We assume that the parent container's position, border and scale do not change for the duration of the drag.
+		// Therefore there is no need to account for the position and border (they are eliminated by the subtraction)
+		// and we can use the cached value for the scale.
+		offset.x /= this._parentScale.x;
+		offset.y /= this._parentScale.y;
+
+		preventDefault(e);
+
+		if (!this._moved) {
+			// @event dragstart: Event
+			// Fired when a drag starts
+			this.fire('dragstart');
+
+			this._moved = true;
+			this._startPos = getPosition(this._element).subtract(offset);
+
+			addClass(document.body, 'leaflet-dragging');
+
+			this._lastTarget = e.target || e.srcElement;
+			// IE and Edge do not give the <use> element, so fetch it
+			// if necessary
+			if ((window.SVGElementInstance) && (this._lastTarget instanceof SVGElementInstance)) {
+				this._lastTarget = this._lastTarget.correspondingUseElement;
+			}
+			addClass(this._lastTarget, 'leaflet-drag-target');
+		}
+
+		this._newPos = this._startPos.add(offset);
+		this._moving = true;
+
+		cancelAnimFrame(this._animRequest);
+		this._lastEvent = e;
+		this._animRequest = requestAnimFrame(this._updatePosition, this, true);
+	},
+
+	_updatePosition: function () {
+		var e = {originalEvent: this._lastEvent};
+
+		// @event predrag: Event
+		// Fired continuously during dragging *before* each corresponding
+		// update of the element's position.
+		this.fire('predrag', e);
+		setPosition(this._element, this._newPos);
+
+		// @event drag: Event
+		// Fired continuously during dragging.
+		this.fire('drag', e);
+	},
+
+	_onUp: function (e) {
+		// Ignore simulated events, since we handle both touch and
+		// mouse explicitly; otherwise we risk getting duplicates of
+		// touch events, see #4315.
+		// Also ignore the event if disabled; this happens in IE11
+		// under some circumstances, see #3666.
+		if (e._simulated || !this._enabled) { return; }
+		this.finishDrag();
+	},
+
+	finishDrag: function () {
+		removeClass(document.body, 'leaflet-dragging');
+
+		if (this._lastTarget) {
+			removeClass(this._lastTarget, 'leaflet-drag-target');
+			this._lastTarget = null;
+		}
+
+		for (var i in MOVE) {
+			off(document, MOVE[i], this._onMove, this);
+			off(document, END[i], this._onUp, this);
+		}
+
+		enableImageDrag();
+		enableTextSelection();
+
+		if (this._moved && this._moving) {
+			// ensure drag is not fired after dragend
+			cancelAnimFrame(this._animRequest);
+
+			// @event dragend: DragEndEvent
+			// Fired when the drag ends.
+			this.fire('dragend', {
+				distance: this._newPos.distanceTo(this._startPos)
+			});
+		}
+
+		this._moving = false;
+		Draggable._dragging = false;
+	}
+
+});
+
+/*
+ * @namespace LineUtil
+ *
+ * Various utility functions for polyline points processing, used by Leaflet internally to make polylines lightning-fast.
+ */
+
+// Simplify polyline with vertex reduction and Douglas-Peucker simplification.
+// Improves rendering performance dramatically by lessening the number of points to draw.
+
+// @function simplify(points: Point[], tolerance: Number): Point[]
+// Dramatically reduces the number of points in a polyline while retaining
+// its shape and returns a new array of simplified points, using the
+// [Douglas-Peucker algorithm](http://en.wikipedia.org/wiki/Douglas-Peucker_algorithm).
+// Used for a huge performance boost when processing/displaying Leaflet polylines for
+// each zoom level and also reducing visual noise. tolerance affects the amount of
+// simplification (lesser value means higher quality but slower and with more points).
+// Also released as a separated micro-library [Simplify.js](http://mourner.github.com/simplify-js/).
+function simplify(points, tolerance) {
+	if (!tolerance || !points.length) {
+		return points.slice();
+	}
+
+	var sqTolerance = tolerance * tolerance;
+
+	    // stage 1: vertex reduction
+	    points = _reducePoints(points, sqTolerance);
+
+	    // stage 2: Douglas-Peucker simplification
+	    points = _simplifyDP(points, sqTolerance);
+
+	return points;
+}
+
+// @function pointToSegmentDistance(p: Point, p1: Point, p2: Point): Number
+// Returns the distance between point `p` and segment `p1` to `p2`.
+function pointToSegmentDistance(p, p1, p2) {
+	return Math.sqrt(_sqClosestPointOnSegment(p, p1, p2, true));
+}
+
+// @function closestPointOnSegment(p: Point, p1: Point, p2: Point): Number
+// Returns the closest point from a point `p` on a segment `p1` to `p2`.
+function closestPointOnSegment(p, p1, p2) {
+	return _sqClosestPointOnSegment(p, p1, p2);
+}
+
+// Douglas-Peucker simplification, see http://en.wikipedia.org/wiki/Douglas-Peucker_algorithm
+function _simplifyDP(points, sqTolerance) {
+
+	var len = points.length,
+	    ArrayConstructor = typeof Uint8Array !== undefined + '' ? Uint8Array : Array,
+	    markers = new ArrayConstructor(len);
+
+	    markers[0] = markers[len - 1] = 1;
+
+	_simplifyDPStep(points, markers, sqTolerance, 0, len - 1);
+
+	var i,
+	    newPoints = [];
+
+	for (i = 0; i < len; i++) {
+		if (markers[i]) {
+			newPoints.push(points[i]);
+		}
+	}
+
+	return newPoints;
+}
+
+function _simplifyDPStep(points, markers, sqTolerance, first, last) {
+
+	var maxSqDist = 0,
+	index, i, sqDist;
+
+	for (i = first + 1; i <= last - 1; i++) {
+		sqDist = _sqClosestPointOnSegment(points[i], points[first], points[last], true);
+
+		if (sqDist > maxSqDist) {
+			index = i;
+			maxSqDist = sqDist;
+		}
+	}
+
+	if (maxSqDist > sqTolerance) {
+		markers[index] = 1;
+
+		_simplifyDPStep(points, markers, sqTolerance, first, index);
+		_simplifyDPStep(points, markers, sqTolerance, index, last);
+	}
+}
+
+// reduce points that are too close to each other to a single point
+function _reducePoints(points, sqTolerance) {
+	var reducedPoints = [points[0]];
+
+	for (var i = 1, prev = 0, len = points.length; i < len; i++) {
+		if (_sqDist(points[i], points[prev]) > sqTolerance) {
+			reducedPoints.push(points[i]);
+			prev = i;
+		}
+	}
+	if (prev < len - 1) {
+		reducedPoints.push(points[len - 1]);
+	}
+	return reducedPoints;
+}
+
+var _lastCode;
+
+// @function clipSegment(a: Point, b: Point, bounds: Bounds, useLastCode?: Boolean, round?: Boolean): Point[]|Boolean
+// Clips the segment a to b by rectangular bounds with the
+// [Cohen-Sutherland algorithm](https://en.wikipedia.org/wiki/Cohen%E2%80%93Sutherland_algorithm)
+// (modifying the segment points directly!). Used by Leaflet to only show polyline
+// points that are on the screen or near, increasing performance.
+function clipSegment(a, b, bounds, useLastCode, round) {
+	var codeA = useLastCode ? _lastCode : _getBitCode(a, bounds),
+	    codeB = _getBitCode(b, bounds),
+
+	    codeOut, p, newCode;
+
+	    // save 2nd code to avoid calculating it on the next segment
+	    _lastCode = codeB;
+
+	while (true) {
+		// if a,b is inside the clip window (trivial accept)
+		if (!(codeA | codeB)) {
+			return [a, b];
+		}
+
+		// if a,b is outside the clip window (trivial reject)
+		if (codeA & codeB) {
+			return false;
+		}
+
+		// other cases
+		codeOut = codeA || codeB;
+		p = _getEdgeIntersection(a, b, codeOut, bounds, round);
+		newCode = _getBitCode(p, bounds);
+
+		if (codeOut === codeA) {
+			a = p;
+			codeA = newCode;
+		} else {
+			b = p;
+			codeB = newCode;
+		}
+	}
+}
+
+function _getEdgeIntersection(a, b, code, bounds, round) {
+	var dx = b.x - a.x,
+	    dy = b.y - a.y,
+	    min = bounds.min,
+	    max = bounds.max,
+	    x, y;
+
+	if (code & 8) { // top
+		x = a.x + dx * (max.y - a.y) / dy;
+		y = max.y;
+
+	} else if (code & 4) { // bottom
+		x = a.x + dx * (min.y - a.y) / dy;
+		y = min.y;
+
+	} else if (code & 2) { // right
+		x = max.x;
+		y = a.y + dy * (max.x - a.x) / dx;
+
+	} else if (code & 1) { // left
+		x = min.x;
+		y = a.y + dy * (min.x - a.x) / dx;
+	}
+
+	return new Point(x, y, round);
+}
+
+function _getBitCode(p, bounds) {
+	var code = 0;
+
+	if (p.x < bounds.min.x) { // left
+		code |= 1;
+	} else if (p.x > bounds.max.x) { // right
+		code |= 2;
+	}
+
+	if (p.y < bounds.min.y) { // bottom
+		code |= 4;
+	} else if (p.y > bounds.max.y) { // top
+		code |= 8;
+	}
+
+	return code;
+}
+
+// square distance (to avoid unnecessary Math.sqrt calls)
+function _sqDist(p1, p2) {
+	var dx = p2.x - p1.x,
+	    dy = p2.y - p1.y;
+	return dx * dx + dy * dy;
+}
+
+// return closest point on segment or distance to that point
+function _sqClosestPointOnSegment(p, p1, p2, sqDist) {
+	var x = p1.x,
+	    y = p1.y,
+	    dx = p2.x - x,
+	    dy = p2.y - y,
+	    dot = dx * dx + dy * dy,
+	    t;
+
+	if (dot > 0) {
+		t = ((p.x - x) * dx + (p.y - y) * dy) / dot;
+
+		if (t > 1) {
+			x = p2.x;
+			y = p2.y;
+		} else if (t > 0) {
+			x += dx * t;
+			y += dy * t;
+		}
+	}
+
+	dx = p.x - x;
+	dy = p.y - y;
+
+	return sqDist ? dx * dx + dy * dy : new Point(x, y);
+}
+
+
+// @function isFlat(latlngs: LatLng[]): Boolean
+// Returns true if `latlngs` is a flat array, false is nested.
+function isFlat(latlngs) {
+	return !isArray(latlngs[0]) || (typeof latlngs[0][0] !== 'object' && typeof latlngs[0][0] !== 'undefined');
+}
+
+function _flat(latlngs) {
+	console.warn('Deprecated use of _flat, please use L.LineUtil.isFlat instead.');
+	return isFlat(latlngs);
+}
+
+
+var LineUtil = (Object.freeze || Object)({
+	simplify: simplify,
+	pointToSegmentDistance: pointToSegmentDistance,
+	closestPointOnSegment: closestPointOnSegment,
+	clipSegment: clipSegment,
+	_getEdgeIntersection: _getEdgeIntersection,
+	_getBitCode: _getBitCode,
+	_sqClosestPointOnSegment: _sqClosestPointOnSegment,
+	isFlat: isFlat,
+	_flat: _flat
+});
+
+/*
+ * @namespace PolyUtil
+ * Various utility functions for polygon geometries.
+ */
+
+/* @function clipPolygon(points: Point[], bounds: Bounds, round?: Boolean): Point[]
+ * Clips the polygon geometry defined by the given `points` by the given bounds (using the [Sutherland-Hodgman algorithm](https://en.wikipedia.org/wiki/Sutherland%E2%80%93Hodgman_algorithm)).
+ * Used by Leaflet to only show polygon points that are on the screen or near, increasing
+ * performance. Note that polygon points needs different algorithm for clipping
+ * than polyline, so there's a separate method for it.
+ */
+function clipPolygon(points, bounds, round) {
+	var clippedPoints,
+	    edges = [1, 4, 2, 8],
+	    i, j, k,
+	    a, b,
+	    len, edge, p;
+
+	for (i = 0, len = points.length; i < len; i++) {
+		points[i]._code = _getBitCode(points[i], bounds);
+	}
+
+	// for each edge (left, bottom, right, top)
+	for (k = 0; k < 4; k++) {
+		edge = edges[k];
+		clippedPoints = [];
+
+		for (i = 0, len = points.length, j = len - 1; i < len; j = i++) {
+			a = points[i];
+			b = points[j];
+
+			// if a is inside the clip window
+			if (!(a._code & edge)) {
+				// if b is outside the clip window (a->b goes out of screen)
+				if (b._code & edge) {
+					p = _getEdgeIntersection(b, a, edge, bounds, round);
+					p._code = _getBitCode(p, bounds);
+					clippedPoints.push(p);
+				}
+				clippedPoints.push(a);
+
+			// else if b is inside the clip window (a->b enters the screen)
+			} else if (!(b._code & edge)) {
+				p = _getEdgeIntersection(b, a, edge, bounds, round);
+				p._code = _getBitCode(p, bounds);
+				clippedPoints.push(p);
+			}
+		}
+		points = clippedPoints;
+	}
+
+	return points;
+}
+
+
+var PolyUtil = (Object.freeze || Object)({
+	clipPolygon: clipPolygon
+});
+
+/*
+ * @namespace Projection
+ * @section
+ * Leaflet comes with a set of already defined Projections out of the box:
+ *
+ * @projection L.Projection.LonLat
+ *
+ * Equirectangular, or Plate Carree projection — the most simple projection,
+ * mostly used by GIS enthusiasts. Directly maps `x` as longitude, and `y` as
+ * latitude. Also suitable for flat worlds, e.g. game maps. Used by the
+ * `EPSG:4326` and `Simple` CRS.
+ */
+
+var LonLat = {
+	project: function (latlng) {
+		return new Point(latlng.lng, latlng.lat);
+	},
+
+	unproject: function (point) {
+		return new LatLng(point.y, point.x);
+	},
+
+	bounds: new Bounds([-180, -90], [180, 90])
+};
+
+/*
+ * @namespace Projection
+ * @projection L.Projection.Mercator
+ *
+ * Elliptical Mercator projection — more complex than Spherical Mercator. Takes into account that Earth is a geoid, not a perfect sphere. Used by the EPSG:3395 CRS.
+ */
+
+var Mercator = {
+	R: 6378137,
+	R_MINOR: 6356752.314245179,
+
+	bounds: new Bounds([-20037508.34279, -15496570.73972], [20037508.34279, 18764656.23138]),
+
+	project: function (latlng) {
+		var d = Math.PI / 180,
+		    r = this.R,
+		    y = latlng.lat * d,
+		    tmp = this.R_MINOR / r,
+		    e = Math.sqrt(1 - tmp * tmp),
+		    con = e * Math.sin(y);
+
+		var ts = Math.tan(Math.PI / 4 - y / 2) / Math.pow((1 - con) / (1 + con), e / 2);
+		y = -r * Math.log(Math.max(ts, 1E-10));
+
+		return new Point(latlng.lng * d * r, y);
+	},
+
+	unproject: function (point) {
+		var d = 180 / Math.PI,
+		    r = this.R,
+		    tmp = this.R_MINOR / r,
+		    e = Math.sqrt(1 - tmp * tmp),
+		    ts = Math.exp(-point.y / r),
+		    phi = Math.PI / 2 - 2 * Math.atan(ts);
+
+		for (var i = 0, dphi = 0.1, con; i < 15 && Math.abs(dphi) > 1e-7; i++) {
+			con = e * Math.sin(phi);
+			con = Math.pow((1 - con) / (1 + con), e / 2);
+			dphi = Math.PI / 2 - 2 * Math.atan(ts * con) - phi;
+			phi += dphi;
+		}
+
+		return new LatLng(phi * d, point.x * d / r);
+	}
+};
+
+/*
+ * @class Projection
+
+ * An object with methods for projecting geographical coordinates of the world onto
+ * a flat surface (and back). See [Map projection](http://en.wikipedia.org/wiki/Map_projection).
+
+ * @property bounds: Bounds
+ * The bounds (specified in CRS units) where the projection is valid
+
+ * @method project(latlng: LatLng): Point
+ * Projects geographical coordinates into a 2D point.
+ * Only accepts actual `L.LatLng` instances, not arrays.
+
+ * @method unproject(point: Point): LatLng
+ * The inverse of `project`. Projects a 2D point into a geographical location.
+ * Only accepts actual `L.Point` instances, not arrays.
+
+ * Note that the projection instances do not inherit from Leafet's `Class` object,
+ * and can't be instantiated. Also, new classes can't inherit from them,
+ * and methods can't be added to them with the `include` function.
+
+ */
+
+
+
+
+var index = (Object.freeze || Object)({
+	LonLat: LonLat,
+	Mercator: Mercator,
+	SphericalMercator: SphericalMercator
+});
+
+/*
+ * @namespace CRS
+ * @crs L.CRS.EPSG3395
+ *
+ * Rarely used by some commercial tile providers. Uses Elliptical Mercator projection.
+ */
+var EPSG3395 = extend({}, Earth, {
+	code: 'EPSG:3395',
+	projection: Mercator,
+
+	transformation: (function () {
+		var scale = 0.5 / (Math.PI * Mercator.R);
+		return toTransformation(scale, 0.5, -scale, 0.5);
+	}())
+});
+
+/*
+ * @namespace CRS
+ * @crs L.CRS.EPSG4326
+ *
+ * A common CRS among GIS enthusiasts. Uses simple Equirectangular projection.
+ *
+ * Leaflet 1.0.x complies with the [TMS coordinate scheme for EPSG:4326](https://wiki.osgeo.org/wiki/Tile_Map_Service_Specification#global-geodetic),
+ * which is a breaking change from 0.7.x behaviour.  If you are using a `TileLayer`
+ * with this CRS, ensure that there are two 256x256 pixel tiles covering the
+ * whole earth at zoom level zero, and that the tile coordinate origin is (-180,+90),
+ * or (-180,-90) for `TileLayer`s with [the `tms` option](#tilelayer-tms) set.
+ */
+
+var EPSG4326 = extend({}, Earth, {
+	code: 'EPSG:4326',
+	projection: LonLat,
+	transformation: toTransformation(1 / 180, 1, -1 / 180, 0.5)
+});
+
+/*
+ * @namespace CRS
+ * @crs L.CRS.Simple
+ *
+ * A simple CRS that maps longitude and latitude into `x` and `y` directly.
+ * May be used for maps of flat surfaces (e.g. game maps). Note that the `y`
+ * axis should still be inverted (going from bottom to top). `distance()` returns
+ * simple euclidean distance.
+ */
+
+var Simple = extend({}, CRS, {
+	projection: LonLat,
+	transformation: toTransformation(1, 0, -1, 0),
+
+	scale: function (zoom) {
+		return Math.pow(2, zoom);
+	},
+
+	zoom: function (scale) {
+		return Math.log(scale) / Math.LN2;
+	},
+
+	distance: function (latlng1, latlng2) {
+		var dx = latlng2.lng - latlng1.lng,
+		    dy = latlng2.lat - latlng1.lat;
+
+		return Math.sqrt(dx * dx + dy * dy);
+	},
+
+	infinite: true
+});
+
+CRS.Earth = Earth;
+CRS.EPSG3395 = EPSG3395;
+CRS.EPSG3857 = EPSG3857;
+CRS.EPSG900913 = EPSG900913;
+CRS.EPSG4326 = EPSG4326;
+CRS.Simple = Simple;
+
+/*
+ * @class Layer
+ * @inherits Evented
+ * @aka L.Layer
+ * @aka ILayer
+ *
+ * A set of methods from the Layer base class that all Leaflet layers use.
+ * Inherits all methods, options and events from `L.Evented`.
+ *
+ * @example
+ *
+ * ```js
+ * var layer = L.Marker(latlng).addTo(map);
+ * layer.addTo(map);
+ * layer.remove();
+ * ```
+ *
+ * @event add: Event
+ * Fired after the layer is added to a map
+ *
+ * @event remove: Event
+ * Fired after the layer is removed from a map
+ */
+
+
+var Layer = Evented.extend({
+
+	// Classes extending `L.Layer` will inherit the following options:
+	options: {
+		// @option pane: String = 'overlayPane'
+		// By default the layer will be added to the map's [overlay pane](#map-overlaypane). Overriding this option will cause the layer to be placed on another pane by default.
+		pane: 'overlayPane',
+
+		// @option attribution: String = null
+		// String to be shown in the attribution control, e.g. "© OpenStreetMap contributors". It describes the layer data and is often a legal obligation towards copyright holders and tile providers.
+		attribution: null,
+
+		bubblingMouseEvents: true
+	},
+
+	/* @section
+	 * Classes extending `L.Layer` will inherit the following methods:
+	 *
+	 * @method addTo(map: Map|LayerGroup): this
+	 * Adds the layer to the given map or layer group.
+	 */
+	addTo: function (map) {
+		map.addLayer(this);
+		return this;
+	},
+
+	// @method remove: this
+	// Removes the layer from the map it is currently active on.
+	remove: function () {
+		return this.removeFrom(this._map || this._mapToAdd);
+	},
+
+	// @method removeFrom(map: Map): this
+	// Removes the layer from the given map
+	removeFrom: function (obj) {
+		if (obj) {
+			obj.removeLayer(this);
+		}
+		return this;
+	},
+
+	// @method getPane(name? : String): HTMLElement
+	// Returns the `HTMLElement` representing the named pane on the map. If `name` is omitted, returns the pane for this layer.
+	getPane: function (name) {
+		return this._map.getPane(name ? (this.options[name] || name) : this.options.pane);
+	},
+
+	addInteractiveTarget: function (targetEl) {
+		this._map._targets[stamp(targetEl)] = this;
+		return this;
+	},
+
+	removeInteractiveTarget: function (targetEl) {
+		delete this._map._targets[stamp(targetEl)];
+		return this;
+	},
+
+	// @method getAttribution: String
+	// Used by the `attribution control`, returns the [attribution option](#gridlayer-attribution).
+	getAttribution: function () {
+		return this.options.attribution;
+	},
+
+	_layerAdd: function (e) {
+		var map = e.target;
+
+		// check in case layer gets added and then removed before the map is ready
+		if (!map.hasLayer(this)) { return; }
+
+		this._map = map;
+		this._zoomAnimated = map._zoomAnimated;
+
+		if (this.getEvents) {
+			var events = this.getEvents();
+			map.on(events, this);
+			this.once('remove', function () {
+				map.off(events, this);
+			}, this);
+		}
+
+		this.onAdd(map);
+
+		if (this.getAttribution && map.attributionControl) {
+			map.attributionControl.addAttribution(this.getAttribution());
+		}
+
+		this.fire('add');
+		map.fire('layeradd', {layer: this});
+	}
+});
+
+/* @section Extension methods
+ * @uninheritable
+ *
+ * Every layer should extend from `L.Layer` and (re-)implement the following methods.
+ *
+ * @method onAdd(map: Map): this
+ * Should contain code that creates DOM elements for the layer, adds them to `map panes` where they should belong and puts listeners on relevant map events. Called on [`map.addLayer(layer)`](#map-addlayer).
+ *
+ * @method onRemove(map: Map): this
+ * Should contain all clean up code that removes the layer's elements from the DOM and removes listeners previously added in [`onAdd`](#layer-onadd). Called on [`map.removeLayer(layer)`](#map-removelayer).
+ *
+ * @method getEvents(): Object
+ * This optional method should return an object like `{ viewreset: this._reset }` for [`addEventListener`](#evented-addeventlistener). The event handlers in this object will be automatically added and removed from the map with your layer.
+ *
+ * @method getAttribution(): String
+ * This optional method should return a string containing HTML to be shown on the `Attribution control` whenever the layer is visible.
+ *
+ * @method beforeAdd(map: Map): this
+ * Optional method. Called on [`map.addLayer(layer)`](#map-addlayer), before the layer is added to the map, before events are initialized, without waiting until the map is in a usable state. Use for early initialization only.
+ */
+
+
+/* @namespace Map
+ * @section Layer events
+ *
+ * @event layeradd: LayerEvent
+ * Fired when a new layer is added to the map.
+ *
+ * @event layerremove: LayerEvent
+ * Fired when some layer is removed from the map
+ *
+ * @section Methods for Layers and Controls
+ */
+Map.include({
+	// @method addLayer(layer: Layer): this
+	// Adds the given layer to the map
+	addLayer: function (layer) {
+		if (!layer._layerAdd) {
+			throw new Error('The provided object is not a Layer.');
+		}
+
+		var id = stamp(layer);
+		if (this._layers[id]) { return this; }
+		this._layers[id] = layer;
+
+		layer._mapToAdd = this;
+
+		if (layer.beforeAdd) {
+			layer.beforeAdd(this);
+		}
+
+		this.whenReady(layer._layerAdd, layer);
+
+		return this;
+	},
+
+	// @method removeLayer(layer: Layer): this
+	// Removes the given layer from the map.
+	removeLayer: function (layer) {
+		var id = stamp(layer);
+
+		if (!this._layers[id]) { return this; }
+
+		if (this._loaded) {
+			layer.onRemove(this);
+		}
+
+		if (layer.getAttribution && this.attributionControl) {
+			this.attributionControl.removeAttribution(layer.getAttribution());
+		}
+
+		delete this._layers[id];
+
+		if (this._loaded) {
+			this.fire('layerremove', {layer: layer});
+			layer.fire('remove');
+		}
+
+		layer._map = layer._mapToAdd = null;
+
+		return this;
+	},
+
+	// @method hasLayer(layer: Layer): Boolean
+	// Returns `true` if the given layer is currently added to the map
+	hasLayer: function (layer) {
+		return !!layer && (stamp(layer) in this._layers);
+	},
+
+	/* @method eachLayer(fn: Function, context?: Object): this
+	 * Iterates over the layers of the map, optionally specifying context of the iterator function.
+	 * ```
+	 * map.eachLayer(function(layer){
+	 *     layer.bindPopup('Hello');
+	 * });
+	 * ```
+	 */
+	eachLayer: function (method, context) {
+		for (var i in this._layers) {
+			method.call(context, this._layers[i]);
+		}
+		return this;
+	},
+
+	_addLayers: function (layers) {
+		layers = layers ? (isArray(layers) ? layers : [layers]) : [];
+
+		for (var i = 0, len = layers.length; i < len; i++) {
+			this.addLayer(layers[i]);
+		}
+	},
+
+	_addZoomLimit: function (layer) {
+		if (isNaN(layer.options.maxZoom) || !isNaN(layer.options.minZoom)) {
+			this._zoomBoundLayers[stamp(layer)] = layer;
+			this._updateZoomLevels();
+		}
+	},
+
+	_removeZoomLimit: function (layer) {
+		var id = stamp(layer);
+
+		if (this._zoomBoundLayers[id]) {
+			delete this._zoomBoundLayers[id];
+			this._updateZoomLevels();
+		}
+	},
+
+	_updateZoomLevels: function () {
+		var minZoom = Infinity,
+		    maxZoom = -Infinity,
+		    oldZoomSpan = this._getZoomSpan();
+
+		for (var i in this._zoomBoundLayers) {
+			var options = this._zoomBoundLayers[i].options;
+
+			minZoom = options.minZoom === undefined ? minZoom : Math.min(minZoom, options.minZoom);
+			maxZoom = options.maxZoom === undefined ? maxZoom : Math.max(maxZoom, options.maxZoom);
+		}
+
+		this._layersMaxZoom = maxZoom === -Infinity ? undefined : maxZoom;
+		this._layersMinZoom = minZoom === Infinity ? undefined : minZoom;
+
+		// @section Map state change events
+		// @event zoomlevelschange: Event
+		// Fired when the number of zoomlevels on the map is changed due
+		// to adding or removing a layer.
+		if (oldZoomSpan !== this._getZoomSpan()) {
+			this.fire('zoomlevelschange');
+		}
+
+		if (this.options.maxZoom === undefined && this._layersMaxZoom && this.getZoom() > this._layersMaxZoom) {
+			this.setZoom(this._layersMaxZoom);
+		}
+		if (this.options.minZoom === undefined && this._layersMinZoom && this.getZoom() < this._layersMinZoom) {
+			this.setZoom(this._layersMinZoom);
+		}
+	}
+});
+
+/*
+ * @class LayerGroup
+ * @aka L.LayerGroup
+ * @inherits Layer
+ *
+ * Used to group several layers and handle them as one. If you add it to the map,
+ * any layers added or removed from the group will be added/removed on the map as
+ * well. Extends `Layer`.
+ *
+ * @example
+ *
+ * ```js
+ * L.layerGroup([marker1, marker2])
+ * 	.addLayer(polyline)
+ * 	.addTo(map);
+ * ```
+ */
+
+var LayerGroup = Layer.extend({
+
+	initialize: function (layers, options) {
+		setOptions(this, options);
+
+		this._layers = {};
+
+		var i, len;
+
+		if (layers) {
+			for (i = 0, len = layers.length; i < len; i++) {
+				this.addLayer(layers[i]);
+			}
+		}
+	},
+
+	// @method addLayer(layer: Layer): this
+	// Adds the given layer to the group.
+	addLayer: function (layer) {
+		var id = this.getLayerId(layer);
+
+		this._layers[id] = layer;
+
+		if (this._map) {
+			this._map.addLayer(layer);
+		}
+
+		return this;
+	},
+
+	// @method removeLayer(layer: Layer): this
+	// Removes the given layer from the group.
+	// @alternative
+	// @method removeLayer(id: Number): this
+	// Removes the layer with the given internal ID from the group.
+	removeLayer: function (layer) {
+		var id = layer in this._layers ? layer : this.getLayerId(layer);
+
+		if (this._map && this._layers[id]) {
+			this._map.removeLayer(this._layers[id]);
+		}
+
+		delete this._layers[id];
+
+		return this;
+	},
+
+	// @method hasLayer(layer: Layer): Boolean
+	// Returns `true` if the given layer is currently added to the group.
+	// @alternative
+	// @method hasLayer(id: Number): Boolean
+	// Returns `true` if the given internal ID is currently added to the group.
+	hasLayer: function (layer) {
+		return !!layer && (layer in this._layers || this.getLayerId(layer) in this._layers);
+	},
+
+	// @method clearLayers(): this
+	// Removes all the layers from the group.
+	clearLayers: function () {
+		return this.eachLayer(this.removeLayer, this);
+	},
+
+	// @method invoke(methodName: String, …): this
+	// Calls `methodName` on every layer contained in this group, passing any
+	// additional parameters. Has no effect if the layers contained do not
+	// implement `methodName`.
+	invoke: function (methodName) {
+		var args = Array.prototype.slice.call(arguments, 1),
+		    i, layer;
+
+		for (i in this._layers) {
+			layer = this._layers[i];
+
+			if (layer[methodName]) {
+				layer[methodName].apply(layer, args);
+			}
+		}
+
+		return this;
+	},
+
+	onAdd: function (map) {
+		this.eachLayer(map.addLayer, map);
+	},
+
+	onRemove: function (map) {
+		this.eachLayer(map.removeLayer, map);
+	},
+
+	// @method eachLayer(fn: Function, context?: Object): this
+	// Iterates over the layers of the group, optionally specifying context of the iterator function.
+	// ```js
+	// group.eachLayer(function (layer) {
+	// 	layer.bindPopup('Hello');
+	// });
+	// ```
+	eachLayer: function (method, context) {
+		for (var i in this._layers) {
+			method.call(context, this._layers[i]);
+		}
+		return this;
+	},
+
+	// @method getLayer(id: Number): Layer
+	// Returns the layer with the given internal ID.
+	getLayer: function (id) {
+		return this._layers[id];
+	},
+
+	// @method getLayers(): Layer[]
+	// Returns an array of all the layers added to the group.
+	getLayers: function () {
+		var layers = [];
+		this.eachLayer(layers.push, layers);
+		return layers;
+	},
+
+	// @method setZIndex(zIndex: Number): this
+	// Calls `setZIndex` on every layer contained in this group, passing the z-index.
+	setZIndex: function (zIndex) {
+		return this.invoke('setZIndex', zIndex);
+	},
+
+	// @method getLayerId(layer: Layer): Number
+	// Returns the internal ID for a layer
+	getLayerId: function (layer) {
+		return stamp(layer);
+	}
+});
+
+
+// @factory L.layerGroup(layers?: Layer[], options?: Object)
+// Create a layer group, optionally given an initial set of layers and an `options` object.
+var layerGroup = function (layers, options) {
+	return new LayerGroup(layers, options);
+};
+
+/*
+ * @class FeatureGroup
+ * @aka L.FeatureGroup
+ * @inherits LayerGroup
+ *
+ * Extended `LayerGroup` that makes it easier to do the same thing to all its member layers:
+ *  * [`bindPopup`](#layer-bindpopup) binds a popup to all of the layers at once (likewise with [`bindTooltip`](#layer-bindtooltip))
+ *  * Events are propagated to the `FeatureGroup`, so if the group has an event
+ * handler, it will handle events from any of the layers. This includes mouse events
+ * and custom events.
+ *  * Has `layeradd` and `layerremove` events
+ *
+ * @example
+ *
+ * ```js
+ * L.featureGroup([marker1, marker2, polyline])
+ * 	.bindPopup('Hello world!')
+ * 	.on('click', function() { alert('Clicked on a member of the group!'); })
+ * 	.addTo(map);
+ * ```
+ */
+
+var FeatureGroup = LayerGroup.extend({
+
+	addLayer: function (layer) {
+		if (this.hasLayer(layer)) {
+			return this;
+		}
+
+		layer.addEventParent(this);
+
+		LayerGroup.prototype.addLayer.call(this, layer);
+
+		// @event layeradd: LayerEvent
+		// Fired when a layer is added to this `FeatureGroup`
+		return this.fire('layeradd', {layer: layer});
+	},
+
+	removeLayer: function (layer) {
+		if (!this.hasLayer(layer)) {
+			return this;
+		}
+		if (layer in this._layers) {
+			layer = this._layers[layer];
+		}
+
+		layer.removeEventParent(this);
+
+		LayerGroup.prototype.removeLayer.call(this, layer);
+
+		// @event layerremove: LayerEvent
+		// Fired when a layer is removed from this `FeatureGroup`
+		return this.fire('layerremove', {layer: layer});
+	},
+
+	// @method setStyle(style: Path options): this
+	// Sets the given path options to each layer of the group that has a `setStyle` method.
+	setStyle: function (style) {
+		return this.invoke('setStyle', style);
+	},
+
+	// @method bringToFront(): this
+	// Brings the layer group to the top of all other layers
+	bringToFront: function () {
+		return this.invoke('bringToFront');
+	},
+
+	// @method bringToBack(): this
+	// Brings the layer group to the back of all other layers
+	bringToBack: function () {
+		return this.invoke('bringToBack');
+	},
+
+	// @method getBounds(): LatLngBounds
+	// Returns the LatLngBounds of the Feature Group (created from bounds and coordinates of its children).
+	getBounds: function () {
+		var bounds = new LatLngBounds();
+
+		for (var id in this._layers) {
+			var layer = this._layers[id];
+			bounds.extend(layer.getBounds ? layer.getBounds() : layer.getLatLng());
+		}
+		return bounds;
+	}
+});
+
+// @factory L.featureGroup(layers: Layer[])
+// Create a feature group, optionally given an initial set of layers.
+var featureGroup = function (layers) {
+	return new FeatureGroup(layers);
+};
+
+/*
+ * @class Icon
+ * @aka L.Icon
+ *
+ * Represents an icon to provide when creating a marker.
+ *
+ * @example
+ *
+ * ```js
+ * var myIcon = L.icon({
+ *     iconUrl: 'my-icon.png',
+ *     iconRetinaUrl: 'my-icon@2x.png',
+ *     iconSize: [38, 95],
+ *     iconAnchor: [22, 94],
+ *     popupAnchor: [-3, -76],
+ *     shadowUrl: 'my-icon-shadow.png',
+ *     shadowRetinaUrl: 'my-icon-shadow@2x.png',
+ *     shadowSize: [68, 95],
+ *     shadowAnchor: [22, 94]
+ * });
+ *
+ * L.marker([50.505, 30.57], {icon: myIcon}).addTo(map);
+ * ```
+ *
+ * `L.Icon.Default` extends `L.Icon` and is the blue icon Leaflet uses for markers by default.
+ *
+ */
+
+var Icon = Class.extend({
+
+	/* @section
+	 * @aka Icon options
+	 *
+	 * @option iconUrl: String = null
+	 * **(required)** The URL to the icon image (absolute or relative to your script path).
+	 *
+	 * @option iconRetinaUrl: String = null
+	 * The URL to a retina sized version of the icon image (absolute or relative to your
+	 * script path). Used for Retina screen devices.
+	 *
+	 * @option iconSize: Point = null
+	 * Size of the icon image in pixels.
+	 *
+	 * @option iconAnchor: Point = null
+	 * The coordinates of the "tip" of the icon (relative to its top left corner). The icon
+	 * will be aligned so that this point is at the marker's geographical location. Centered
+	 * by default if size is specified, also can be set in CSS with negative margins.
+	 *
+	 * @option popupAnchor: Point = [0, 0]
+	 * The coordinates of the point from which popups will "open", relative to the icon anchor.
+	 *
+	 * @option tooltipAnchor: Point = [0, 0]
+	 * The coordinates of the point from which tooltips will "open", relative to the icon anchor.
+	 *
+	 * @option shadowUrl: String = null
+	 * The URL to the icon shadow image. If not specified, no shadow image will be created.
+	 *
+	 * @option shadowRetinaUrl: String = null
+	 *
+	 * @option shadowSize: Point = null
+	 * Size of the shadow image in pixels.
+	 *
+	 * @option shadowAnchor: Point = null
+	 * The coordinates of the "tip" of the shadow (relative to its top left corner) (the same
+	 * as iconAnchor if not specified).
+	 *
+	 * @option className: String = ''
+	 * A custom class name to assign to both icon and shadow images. Empty by default.
+	 */
+
+	options: {
+		popupAnchor: [0, 0],
+		tooltipAnchor: [0, 0]
+	},
+
+	initialize: function (options) {
+		setOptions(this, options);
+	},
+
+	// @method createIcon(oldIcon?: HTMLElement): HTMLElement
+	// Called internally when the icon has to be shown, returns a `<img>` HTML element
+	// styled according to the options.
+	createIcon: function (oldIcon) {
+		return this._createIcon('icon', oldIcon);
+	},
+
+	// @method createShadow(oldIcon?: HTMLElement): HTMLElement
+	// As `createIcon`, but for the shadow beneath it.
+	createShadow: function (oldIcon) {
+		return this._createIcon('shadow', oldIcon);
+	},
+
+	_createIcon: function (name, oldIcon) {
+		var src = this._getIconUrl(name);
+
+		if (!src) {
+			if (name === 'icon') {
+				throw new Error('iconUrl not set in Icon options (see the docs).');
+			}
+			return null;
+		}
+
+		var img = this._createImg(src, oldIcon && oldIcon.tagName === 'IMG' ? oldIcon : null);
+		this._setIconStyles(img, name);
+
+		return img;
+	},
+
+	_setIconStyles: function (img, name) {
+		var options = this.options;
+		var sizeOption = options[name + 'Size'];
+
+		if (typeof sizeOption === 'number') {
+			sizeOption = [sizeOption, sizeOption];
+		}
+
+		var size = toPoint(sizeOption),
+		    anchor = toPoint(name === 'shadow' && options.shadowAnchor || options.iconAnchor ||
+		            size && size.divideBy(2, true));
+
+		img.className = 'leaflet-marker-' + name + ' ' + (options.className || '');
+
+		if (anchor) {
+			img.style.marginLeft = (-anchor.x) + 'px';
+			img.style.marginTop  = (-anchor.y) + 'px';
+		}
+
+		if (size) {
+			img.style.width  = size.x + 'px';
+			img.style.height = size.y + 'px';
+		}
+	},
+
+	_createImg: function (src, el) {
+		el = el || document.createElement('img');
+		el.src = src;
+		return el;
+	},
+
+	_getIconUrl: function (name) {
+		return retina && this.options[name + 'RetinaUrl'] || this.options[name + 'Url'];
+	}
+});
+
+
+// @factory L.icon(options: Icon options)
+// Creates an icon instance with the given options.
+function icon(options) {
+	return new Icon(options);
+}
+
+/*
+ * @miniclass Icon.Default (Icon)
+ * @aka L.Icon.Default
+ * @section
+ *
+ * A trivial subclass of `Icon`, represents the icon to use in `Marker`s when
+ * no icon is specified. Points to the blue marker image distributed with Leaflet
+ * releases.
+ *
+ * In order to customize the default icon, just change the properties of `L.Icon.Default.prototype.options`
+ * (which is a set of `Icon options`).
+ *
+ * If you want to _completely_ replace the default icon, override the
+ * `L.Marker.prototype.options.icon` with your own icon instead.
+ */
+
+var IconDefault = Icon.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 (name) {
+		if (!IconDefault.imagePath) {	// Deprecated, backwards-compatibility only
+			IconDefault.imagePath = this._detectIconPath();
+		}
+
+		// @option imagePath: String
+		// `Icon.Default` will try to auto-detect the location of the
+		// blue icon images. If you are placing these images in a non-standard
+		// way, set this option to point to the right path.
+		return (this.options.imagePath || IconDefault.imagePath) + Icon.prototype._getIconUrl.call(this, name);
+	},
+
+	_detectIconPath: function () {
+		var el = create$1('div',  'leaflet-default-icon-path', document.body);
+		var path = getStyle(el, 'background-image') ||
+		           getStyle(el, 'backgroundImage');	// IE8
+
+		document.body.removeChild(el);
+
+		if (path === null || path.indexOf('url') !== 0) {
+			path = '';
+		} else {
+			path = path.replace(/^url\(["']?/, '').replace(/marker-icon\.png["']?\)$/, '');
+		}
+
+		return path;
+	}
+});
+
+/*
+ * L.Handler.MarkerDrag is used internally by L.Marker to make the markers draggable.
+ */
+
+
+/* @namespace Marker
+ * @section Interaction handlers
+ *
+ * Interaction handlers are properties of a marker instance that allow you to control interaction behavior in runtime, enabling or disabling certain features such as dragging (see `Handler` methods). Example:
+ *
+ * ```js
+ * marker.dragging.disable();
+ * ```
+ *
+ * @property dragging: Handler
+ * Marker dragging handler (by both mouse and touch). Only valid when the marker is on the map (Otherwise set [`marker.options.draggable`](#marker-draggable)).
+ */
+
+var MarkerDrag = Handler.extend({
+	initialize: function (marker) {
+		this._marker = marker;
+	},
+
+	addHooks: function () {
+		var icon = this._marker._icon;
+
+		if (!this._draggable) {
+			this._draggable = new Draggable(icon, icon, true);
+		}
+
+		this._draggable.on({
+			dragstart: this._onDragStart,
+			predrag: this._onPreDrag,
+			drag: this._onDrag,
+			dragend: this._onDragEnd
+		}, this).enable();
+
+		addClass(icon, 'leaflet-marker-draggable');
+	},
+
+	removeHooks: function () {
+		this._draggable.off({
+			dragstart: this._onDragStart,
+			predrag: this._onPreDrag,
+			drag: this._onDrag,
+			dragend: this._onDragEnd
+		}, this).disable();
+
+		if (this._marker._icon) {
+			removeClass(this._marker._icon, 'leaflet-marker-draggable');
+		}
+	},
+
+	moved: function () {
+		return this._draggable && this._draggable._moved;
+	},
+
+	_adjustPan: function (e) {
+		var marker = this._marker,
+		    map = marker._map,
+		    speed = this._marker.options.autoPanSpeed,
+		    padding = this._marker.options.autoPanPadding,
+		    iconPos = getPosition(marker._icon),
+		    bounds = map.getPixelBounds(),
+		    origin = map.getPixelOrigin();
+
+		var panBounds = toBounds(
+			bounds.min._subtract(origin).add(padding),
+			bounds.max._subtract(origin).subtract(padding)
+		);
+
+		if (!panBounds.contains(iconPos)) {
+			// Compute incremental movement
+			var movement = toPoint(
+				(Math.max(panBounds.max.x, iconPos.x) - panBounds.max.x) / (bounds.max.x - panBounds.max.x) -
+				(Math.min(panBounds.min.x, iconPos.x) - panBounds.min.x) / (bounds.min.x - panBounds.min.x),
+
+				(Math.max(panBounds.max.y, iconPos.y) - panBounds.max.y) / (bounds.max.y - panBounds.max.y) -
+				(Math.min(panBounds.min.y, iconPos.y) - panBounds.min.y) / (bounds.min.y - panBounds.min.y)
+			).multiplyBy(speed);
+
+			map.panBy(movement, {animate: false});
+
+			this._draggable._newPos._add(movement);
+			this._draggable._startPos._add(movement);
+
+			setPosition(marker._icon, this._draggable._newPos);
+			this._onDrag(e);
+
+			this._panRequest = requestAnimFrame(this._adjustPan.bind(this, e));
+		}
+	},
+
+	_onDragStart: function () {
+		// @section Dragging events
+		// @event dragstart: Event
+		// Fired when the user starts dragging the marker.
+
+		// @event movestart: Event
+		// Fired when the marker starts moving (because of dragging).
+
+		this._oldLatLng = this._marker.getLatLng();
+		this._marker
+		    .closePopup()
+		    .fire('movestart')
+		    .fire('dragstart');
+	},
+
+	_onPreDrag: function (e) {
+		if (this._marker.options.autoPan) {
+			cancelAnimFrame(this._panRequest);
+			this._panRequest = requestAnimFrame(this._adjustPan.bind(this, e));
+		}
+	},
+
+	_onDrag: function (e) {
+		var marker = this._marker,
+		    shadow = marker._shadow,
+		    iconPos = getPosition(marker._icon),
+		    latlng = marker._map.layerPointToLatLng(iconPos);
+
+		// update shadow position
+		if (shadow) {
+			setPosition(shadow, iconPos);
+		}
+
+		marker._latlng = latlng;
+		e.latlng = latlng;
+		e.oldLatLng = this._oldLatLng;
+
+		// @event drag: Event
+		// Fired repeatedly while the user drags the marker.
+		marker
+		    .fire('move', e)
+		    .fire('drag', e);
+	},
+
+	_onDragEnd: function (e) {
+		// @event dragend: DragEndEvent
+		// Fired when the user stops dragging the marker.
+
+		 cancelAnimFrame(this._panRequest);
+
+		// @event moveend: Event
+		// Fired when the marker stops moving (because of dragging).
+		delete this._oldLatLng;
+		this._marker
+		    .fire('moveend')
+		    .fire('dragend', e);
+	}
+});
+
+/*
+ * @class Marker
+ * @inherits Interactive layer
+ * @aka L.Marker
+ * L.Marker is used to display clickable/draggable icons on the map. Extends `Layer`.
+ *
+ * @example
+ *
+ * ```js
+ * L.marker([50.5, 30.5]).addTo(map);
+ * ```
+ */
+
+var Marker = Layer.extend({
+
+	// @section
+	// @aka Marker options
+	options: {
+		// @option icon: Icon = *
+		// Icon instance to use for rendering the marker.
+		// See [Icon documentation](#L.Icon) for details on how to customize the marker icon.
+		// If not specified, a common instance of `L.Icon.Default` is used.
+		icon: new IconDefault(),
+
+		// Option inherited from "Interactive layer" abstract class
+		interactive: true,
+
+		// @option keyboard: Boolean = true
+		// Whether the marker can be tabbed to with a keyboard and clicked by pressing enter.
+		keyboard: true,
+
+		// @option title: String = ''
+		// Text for the browser tooltip that appear on marker hover (no tooltip by default).
+		title: '',
+
+		// @option alt: String = ''
+		// Text for the `alt` attribute of the icon image (useful for accessibility).
+		alt: '',
+
+		// @option zIndexOffset: Number = 0
+		// By default, marker images zIndex is set automatically based on its latitude. Use this option if you want to put the marker on top of all others (or below), specifying a high value like `1000` (or high negative value, respectively).
+		zIndexOffset: 0,
+
+		// @option opacity: Number = 1.0
+		// The opacity of the marker.
+		opacity: 1,
+
+		// @option riseOnHover: Boolean = false
+		// If `true`, the marker will get on top of others when you hover the mouse over it.
+		riseOnHover: false,
+
+		// @option riseOffset: Number = 250
+		// The z-index offset used for the `riseOnHover` feature.
+		riseOffset: 250,
+
+		// @option pane: String = 'markerPane'
+		// `Map pane` where the markers icon will be added.
+		pane: 'markerPane',
+
+		// @option bubblingMouseEvents: Boolean = false
+		// When `true`, a mouse event on this marker will trigger the same event on the map
+		// (unless [`L.DomEvent.stopPropagation`](#domevent-stoppropagation) is used).
+		bubblingMouseEvents: false,
+
+		// @section Draggable marker options
+		// @option draggable: Boolean = false
+		// Whether the marker is draggable with mouse/touch or not.
+		draggable: false,
+
+		// @option autoPan: Boolean = false
+		// Whether to pan the map when dragging this marker near its edge or not.
+		autoPan: false,
+
+		// @option autoPanPadding: Point = Point(50, 50)
+		// Distance (in pixels to the left/right and to the top/bottom) of the
+		// map edge to start panning the map.
+		autoPanPadding: [50, 50],
+
+		// @option autoPanSpeed: Number = 10
+		// Number of pixels the map should pan by.
+		autoPanSpeed: 10
+	},
+
+	/* @section
+	 *
+	 * In addition to [shared layer methods](#Layer) like `addTo()` and `remove()` and [popup methods](#Popup) like bindPopup() you can also use the following methods:
+	 */
+
+	initialize: function (latlng, options) {
+		setOptions(this, options);
+		this._latlng = toLatLng(latlng);
+	},
+
+	onAdd: function (map) {
+		this._zoomAnimated = this._zoomAnimated && map.options.markerZoomAnimation;
+
+		if (this._zoomAnimated) {
+			map.on('zoomanim', this._animateZoom, this);
+		}
+
+		this._initIcon();
+		this.update();
+	},
+
+	onRemove: function (map) {
+		if (this.dragging && this.dragging.enabled()) {
+			this.options.draggable = true;
+			this.dragging.removeHooks();
+		}
+		delete this.dragging;
+
+		if (this._zoomAnimated) {
+			map.off('zoomanim', this._animateZoom, this);
+		}
+
+		this._removeIcon();
+		this._removeShadow();
+	},
+
+	getEvents: function () {
+		return {
+			zoom: this.update,
+			viewreset: this.update
+		};
+	},
+
+	// @method getLatLng: LatLng
+	// Returns the current geographical position of the marker.
+	getLatLng: function () {
+		return this._latlng;
+	},
+
+	// @method setLatLng(latlng: LatLng): this
+	// Changes the marker position to the given point.
+	setLatLng: function (latlng) {
+		var oldLatLng = this._latlng;
+		this._latlng = toLatLng(latlng);
+		this.update();
+
+		// @event move: Event
+		// Fired when the marker is moved via [`setLatLng`](#marker-setlatlng) or by [dragging](#marker-dragging). Old and new coordinates are included in event arguments as `oldLatLng`, `latlng`.
+		return this.fire('move', {oldLatLng: oldLatLng, latlng: this._latlng});
+	},
+
+	// @method setZIndexOffset(offset: Number): this
+	// Changes the [zIndex offset](#marker-zindexoffset) of the marker.
+	setZIndexOffset: function (offset) {
+		this.options.zIndexOffset = offset;
+		return this.update();
+	},
+
+	// @method setIcon(icon: Icon): this
+	// Changes the marker icon.
+	setIcon: function (icon) {
+
+		this.options.icon = icon;
+
+		if (this._map) {
+			this._initIcon();
+			this.update();
+		}
+
+		if (this._popup) {
+			this.bindPopup(this._popup, this._popup.options);
+		}
+
+		return this;
+	},
+
+	getElement: function () {
+		return this._icon;
+	},
+
+	update: function () {
+
+		if (this._icon && this._map) {
+			var pos = this._map.latLngToLayerPoint(this._latlng).round();
+			this._setPos(pos);
+		}
+
+		return this;
+	},
+
+	_initIcon: function () {
+		var options = this.options,
+		    classToAdd = 'leaflet-zoom-' + (this._zoomAnimated ? 'animated' : 'hide');
+
+		var icon = options.icon.createIcon(this._icon),
+		    addIcon = false;
+
+		// if we're not reusing the icon, remove the old one and init new one
+		if (icon !== this._icon) {
+			if (this._icon) {
+				this._removeIcon();
+			}
+			addIcon = true;
+
+			if (options.title) {
+				icon.title = options.title;
+			}
+
+			if (icon.tagName === 'IMG') {
+				icon.alt = options.alt || '';
+			}
+		}
+
+		addClass(icon, classToAdd);
+
+		if (options.keyboard) {
+			icon.tabIndex = '0';
+		}
+
+		this._icon = icon;
+
+		if (options.riseOnHover) {
+			this.on({
+				mouseover: this._bringToFront,
+				mouseout: this._resetZIndex
+			});
+		}
+
+		var newShadow = options.icon.createShadow(this._shadow),
+		    addShadow = false;
+
+		if (newShadow !== this._shadow) {
+			this._removeShadow();
+			addShadow = true;
+		}
+
+		if (newShadow) {
+			addClass(newShadow, classToAdd);
+			newShadow.alt = '';
+		}
+		this._shadow = newShadow;
+
+
+		if (options.opacity < 1) {
+			this._updateOpacity();
+		}
+
+
+		if (addIcon) {
+			this.getPane().appendChild(this._icon);
+		}
+		this._initInteraction();
+		if (newShadow && addShadow) {
+			this.getPane('shadowPane').appendChild(this._shadow);
+		}
+	},
+
+	_removeIcon: function () {
+		if (this.options.riseOnHover) {
+			this.off({
+				mouseover: this._bringToFront,
+				mouseout: this._resetZIndex
+			});
+		}
+
+		remove(this._icon);
+		this.removeInteractiveTarget(this._icon);
+
+		this._icon = null;
+	},
+
+	_removeShadow: function () {
+		if (this._shadow) {
+			remove(this._shadow);
+		}
+		this._shadow = null;
+	},
+
+	_setPos: function (pos) {
+		setPosition(this._icon, pos);
+
+		if (this._shadow) {
+			setPosition(this._shadow, pos);
+		}
+
+		this._zIndex = pos.y + this.options.zIndexOffset;
+
+		this._resetZIndex();
+	},
+
+	_updateZIndex: function (offset) {
+		this._icon.style.zIndex = this._zIndex + offset;
+	},
+
+	_animateZoom: function (opt) {
+		var pos = this._map._latLngToNewLayerPoint(this._latlng, opt.zoom, opt.center).round();
+
+		this._setPos(pos);
+	},
+
+	_initInteraction: function () {
+
+		if (!this.options.interactive) { return; }
+
+		addClass(this._icon, 'leaflet-interactive');
+
+		this.addInteractiveTarget(this._icon);
+
+		if (MarkerDrag) {
+			var draggable = this.options.draggable;
+			if (this.dragging) {
+				draggable = this.dragging.enabled();
+				this.dragging.disable();
+			}
+
+			this.dragging = new MarkerDrag(this);
+
+			if (draggable) {
+				this.dragging.enable();
+			}
+		}
+	},
+
+	// @method setOpacity(opacity: Number): this
+	// Changes the opacity of the marker.
+	setOpacity: function (opacity) {
+		this.options.opacity = opacity;
+		if (this._map) {
+			this._updateOpacity();
+		}
+
+		return this;
+	},
+
+	_updateOpacity: function () {
+		var opacity = this.options.opacity;
+
+		setOpacity(this._icon, opacity);
+
+		if (this._shadow) {
+			setOpacity(this._shadow, opacity);
+		}
+	},
+
+	_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;
+	}
+});
+
+
+// factory L.marker(latlng: LatLng, options? : Marker options)
+
+// @factory L.marker(latlng: LatLng, options? : Marker options)
+// Instantiates a Marker object given a geographical point and optionally an options object.
+function marker(latlng, options) {
+	return new Marker(latlng, options);
+}
+
+/*
+ * @class Path
+ * @aka L.Path
+ * @inherits Interactive layer
+ *
+ * An abstract class that contains options and constants shared between vector
+ * overlays (Polygon, Polyline, Circle). Do not use it directly. Extends `Layer`.
+ */
+
+var Path = Layer.extend({
+
+	// @section
+	// @aka Path options
+	options: {
+		// @option stroke: Boolean = true
+		// Whether to draw stroke along the path. Set it to `false` to disable borders on polygons or circles.
+		stroke: true,
+
+		// @option color: String = '#3388ff'
+		// Stroke color
+		color: '#3388ff',
+
+		// @option weight: Number = 3
+		// Stroke width in pixels
+		weight: 3,
+
+		// @option opacity: Number = 1.0
+		// Stroke opacity
+		opacity: 1,
+
+		// @option lineCap: String= 'round'
+		// A string that defines [shape to be used at the end](https://developer.mozilla.org/docs/Web/SVG/Attribute/stroke-linecap) of the stroke.
+		lineCap: 'round',
+
+		// @option lineJoin: String = 'round'
+		// A string that defines [shape to be used at the corners](https://developer.mozilla.org/docs/Web/SVG/Attribute/stroke-linejoin) of the stroke.
+		lineJoin: 'round',
+
+		// @option dashArray: String = null
+		// A string that defines the stroke [dash pattern](https://developer.mozilla.org/docs/Web/SVG/Attribute/stroke-dasharray). Doesn't work on `Canvas`-powered layers in [some old browsers](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/setLineDash#Browser_compatibility).
+		dashArray: null,
+
+		// @option dashOffset: String = null
+		// A string that defines the [distance into the dash pattern to start the dash](https://developer.mozilla.org/docs/Web/SVG/Attribute/stroke-dashoffset). Doesn't work on `Canvas`-powered layers in [some old browsers](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/setLineDash#Browser_compatibility).
+		dashOffset: null,
+
+		// @option fill: Boolean = depends
+		// Whether to fill the path with color. Set it to `false` to disable filling on polygons or circles.
+		fill: false,
+
+		// @option fillColor: String = *
+		// Fill color. Defaults to the value of the [`color`](#path-color) option
+		fillColor: null,
+
+		// @option fillOpacity: Number = 0.2
+		// Fill opacity.
+		fillOpacity: 0.2,
+
+		// @option fillRule: String = 'evenodd'
+		// A string that defines [how the inside of a shape](https://developer.mozilla.org/docs/Web/SVG/Attribute/fill-rule) is determined.
+		fillRule: 'evenodd',
+
+		// className: '',
+
+		// Option inherited from "Interactive layer" abstract class
+		interactive: true,
+
+		// @option bubblingMouseEvents: Boolean = true
+		// When `true`, a mouse event on this path will trigger the same event on the map
+		// (unless [`L.DomEvent.stopPropagation`](#domevent-stoppropagation) is used).
+		bubblingMouseEvents: true
+	},
+
+	beforeAdd: function (map) {
+		// Renderer is set here because we need to call renderer.getEvents
+		// before this.getEvents.
+		this._renderer = map.getRenderer(this);
+	},
+
+	onAdd: function () {
+		this._renderer._initPath(this);
+		this._reset();
+		this._renderer._addPath(this);
+	},
+
+	onRemove: function () {
+		this._renderer._removePath(this);
+	},
+
+	// @method redraw(): this
+	// Redraws the layer. Sometimes useful after you changed the coordinates that the path uses.
+	redraw: function () {
+		if (this._map) {
+			this._renderer._updatePath(this);
+		}
+		return this;
+	},
+
+	// @method setStyle(style: Path options): this
+	// Changes the appearance of a Path based on the options in the `Path options` object.
+	setStyle: function (style) {
+		setOptions(this, style);
+		if (this._renderer) {
+			this._renderer._updateStyle(this);
+		}
+		return this;
+	},
+
+	// @method bringToFront(): this
+	// Brings the layer to the top of all path layers.
+	bringToFront: function () {
+		if (this._renderer) {
+			this._renderer._bringToFront(this);
+		}
+		return this;
+	},
+
+	// @method bringToBack(): this
+	// Brings the layer to the bottom of all path layers.
+	bringToBack: function () {
+		if (this._renderer) {
+			this._renderer._bringToBack(this);
+		}
+		return this;
+	},
+
+	getElement: function () {
+		return this._path;
+	},
+
+	_reset: function () {
+		// defined in child classes
+		this._project();
+		this._update();
+	},
+
+	_clickTolerance: function () {
+		// used when doing hit detection for Canvas layers
+		return (this.options.stroke ? this.options.weight / 2 : 0) + this._renderer.options.tolerance;
+	}
+});
+
+/*
+ * @class CircleMarker
+ * @aka L.CircleMarker
+ * @inherits Path
+ *
+ * A circle of a fixed size with radius specified in pixels. Extends `Path`.
+ */
+
+var CircleMarker = Path.extend({
+
+	// @section
+	// @aka CircleMarker options
+	options: {
+		fill: true,
+
+		// @option radius: Number = 10
+		// Radius of the circle marker, in pixels
+		radius: 10
+	},
+
+	initialize: function (latlng, options) {
+		setOptions(this, options);
+		this._latlng = toLatLng(latlng);
+		this._radius = this.options.radius;
+	},
+
+	// @method setLatLng(latLng: LatLng): this
+	// Sets the position of a circle marker to a new location.
+	setLatLng: function (latlng) {
+		this._latlng = toLatLng(latlng);
+		this.redraw();
+		return this.fire('move', {latlng: this._latlng});
+	},
+
+	// @method getLatLng(): LatLng
+	// Returns the current geographical position of the circle marker
+	getLatLng: function () {
+		return this._latlng;
+	},
+
+	// @method setRadius(radius: Number): this
+	// Sets the radius of a circle marker. Units are in pixels.
+	setRadius: function (radius) {
+		this.options.radius = this._radius = radius;
+		return this.redraw();
+	},
+
+	// @method getRadius(): Number
+	// Returns the current radius of the circle
+	getRadius: function () {
+		return this._radius;
+	},
+
+	setStyle : function (options) {
+		var radius = options && options.radius || this._radius;
+		Path.prototype.setStyle.call(this, options);
+		this.setRadius(radius);
+		return this;
+	},
+
+	_project: function () {
+		this._point = this._map.latLngToLayerPoint(this._latlng);
+		this._updateBounds();
+	},
+
+	_updateBounds: function () {
+		var r = this._radius,
+		    r2 = this._radiusY || r,
+		    w = this._clickTolerance(),
+		    p = [r + w, r2 + w];
+		this._pxBounds = new Bounds(this._point.subtract(p), this._point.add(p));
+	},
+
+	_update: function () {
+		if (this._map) {
+			this._updatePath();
+		}
+	},
+
+	_updatePath: function () {
+		this._renderer._updateCircle(this);
+	},
+
+	_empty: function () {
+		return this._radius && !this._renderer._bounds.intersects(this._pxBounds);
+	},
+
+	// Needed by the `Canvas` renderer for interactivity
+	_containsPoint: function (p) {
+		return p.distanceTo(this._point) <= this._radius + this._clickTolerance();
+	}
+});
+
+
+// @factory L.circleMarker(latlng: LatLng, options?: CircleMarker options)
+// Instantiates a circle marker object given a geographical point, and an optional options object.
+function circleMarker(latlng, options) {
+	return new CircleMarker(latlng, options);
+}
+
+/*
+ * @class Circle
+ * @aka L.Circle
+ * @inherits CircleMarker
+ *
+ * A class for drawing circle overlays on a map. Extends `CircleMarker`.
+ *
+ * It's an approximation and starts to diverge from a real circle closer to poles (due to projection distortion).
+ *
+ * @example
+ *
+ * ```js
+ * L.circle([50.5, 30.5], {radius: 200}).addTo(map);
+ * ```
+ */
+
+var Circle = CircleMarker.extend({
+
+	initialize: function (latlng, options, legacyOptions) {
+		if (typeof options === 'number') {
+			// Backwards compatibility with 0.7.x factory (latlng, radius, options?)
+			options = extend({}, legacyOptions, {radius: options});
+		}
+		setOptions(this, options);
+		this._latlng = toLatLng(latlng);
+
+		if (isNaN(this.options.radius)) { throw new Error('Circle radius cannot be NaN'); }
+
+		// @section
+		// @aka Circle options
+		// @option radius: Number; Radius of the circle, in meters.
+		this._mRadius = this.options.radius;
+	},
+
+	// @method setRadius(radius: Number): this
+	// Sets the radius of a circle. Units are in meters.
+	setRadius: function (radius) {
+		this._mRadius = radius;
+		return this.redraw();
+	},
+
+	// @method getRadius(): Number
+	// Returns the current radius of a circle. Units are in meters.
+	getRadius: function () {
+		return this._mRadius;
+	},
+
+	// @method getBounds(): LatLngBounds
+	// Returns the `LatLngBounds` of the path.
+	getBounds: function () {
+		var half = [this._radius, this._radiusY || this._radius];
+
+		return new LatLngBounds(
+			this._map.layerPointToLatLng(this._point.subtract(half)),
+			this._map.layerPointToLatLng(this._point.add(half)));
+	},
+
+	setStyle: Path.prototype.setStyle,
+
+	_project: function () {
+
+		var lng = this._latlng.lng,
+		    lat = this._latlng.lat,
+		    map = this._map,
+		    crs = map.options.crs;
+
+		if (crs.distance === Earth.distance) {
+			var d = Math.PI / 180,
+			    latR = (this._mRadius / Earth.R) / d,
+			    top = map.project([lat + latR, lng]),
+			    bottom = map.project([lat - latR, lng]),
+			    p = top.add(bottom).divideBy(2),
+			    lat2 = map.unproject(p).lat,
+			    lngR = Math.acos((Math.cos(latR * d) - Math.sin(lat * d) * Math.sin(lat2 * d)) /
+			            (Math.cos(lat * d) * Math.cos(lat2 * d))) / d;
+
+			if (isNaN(lngR) || lngR === 0) {
+				lngR = latR / Math.cos(Math.PI / 180 * lat); // Fallback for edge case, #2425
+			}
+
+			this._point = p.subtract(map.getPixelOrigin());
+			this._radius = isNaN(lngR) ? 0 : p.x - map.project([lat2, lng - lngR]).x;
+			this._radiusY = p.y - top.y;
+
+		} else {
+			var latlng2 = crs.unproject(crs.project(this._latlng).subtract([this._mRadius, 0]));
+
+			this._point = map.latLngToLayerPoint(this._latlng);
+			this._radius = this._point.x - map.latLngToLayerPoint(latlng2).x;
+		}
+
+		this._updateBounds();
+	}
+});
+
+// @factory L.circle(latlng: LatLng, options?: Circle options)
+// Instantiates a circle object given a geographical point, and an options object
+// which contains the circle radius.
+// @alternative
+// @factory L.circle(latlng: LatLng, radius: Number, options?: Circle options)
+// Obsolete way of instantiating a circle, for compatibility with 0.7.x code.
+// Do not use in new applications or plugins.
+function circle(latlng, options, legacyOptions) {
+	return new Circle(latlng, options, legacyOptions);
+}
+
+/*
+ * @class Polyline
+ * @aka L.Polyline
+ * @inherits Path
+ *
+ * A class for drawing polyline overlays on a map. Extends `Path`.
+ *
+ * @example
+ *
+ * ```js
+ * // create a red polyline from an array of LatLng points
+ * var latlngs = [
+ * 	[45.51, -122.68],
+ * 	[37.77, -122.43],
+ * 	[34.04, -118.2]
+ * ];
+ *
+ * var polyline = L.polyline(latlngs, {color: 'red'}).addTo(map);
+ *
+ * // zoom the map to the polyline
+ * map.fitBounds(polyline.getBounds());
+ * ```
+ *
+ * You can also pass a multi-dimensional array to represent a `MultiPolyline` shape:
+ *
+ * ```js
+ * // create a red polyline from an array of arrays of LatLng points
+ * var latlngs = [
+ * 	[[45.51, -122.68],
+ * 	 [37.77, -122.43],
+ * 	 [34.04, -118.2]],
+ * 	[[40.78, -73.91],
+ * 	 [41.83, -87.62],
+ * 	 [32.76, -96.72]]
+ * ];
+ * ```
+ */
+
+
+var Polyline = Path.extend({
+
+	// @section
+	// @aka Polyline options
+	options: {
+		// @option smoothFactor: Number = 1.0
+		// How much to simplify the polyline on each zoom level. More means
+		// better performance and smoother look, and less means more accurate representation.
+		smoothFactor: 1.0,
+
+		// @option noClip: Boolean = false
+		// Disable polyline clipping.
+		noClip: false
+	},
+
+	initialize: function (latlngs, options) {
+		setOptions(this, options);
+		this._setLatLngs(latlngs);
+	},
+
+	// @method getLatLngs(): LatLng[]
+	// Returns an array of the points in the path, or nested arrays of points in case of multi-polyline.
+	getLatLngs: function () {
+		return this._latlngs;
+	},
+
+	// @method setLatLngs(latlngs: LatLng[]): this
+	// Replaces all the points in the polyline with the given array of geographical points.
+	setLatLngs: function (latlngs) {
+		this._setLatLngs(latlngs);
+		return this.redraw();
+	},
+
+	// @method isEmpty(): Boolean
+	// Returns `true` if the Polyline has no LatLngs.
+	isEmpty: function () {
+		return !this._latlngs.length;
+	},
+
+	// @method closestLayerPoint(p: Point): Point
+	// Returns the point closest to `p` on the Polyline.
+	closestLayerPoint: function (p) {
+		var minDistance = Infinity,
+		    minPoint = null,
+		    closest = _sqClosestPointOnSegment,
+		    p1, p2;
+
+		for (var j = 0, jLen = this._parts.length; j < jLen; j++) {
+			var points = this._parts[j];
+
+			for (var i = 1, len = points.length; i < len; i++) {
+				p1 = points[i - 1];
+				p2 = points[i];
+
+				var sqDist = closest(p, p1, p2, true);
+
+				if (sqDist < minDistance) {
+					minDistance = sqDist;
+					minPoint = closest(p, p1, p2);
+				}
+			}
+		}
+		if (minPoint) {
+			minPoint.distance = Math.sqrt(minDistance);
+		}
+		return minPoint;
+	},
+
+	// @method getCenter(): LatLng
+	// Returns the center ([centroid](http://en.wikipedia.org/wiki/Centroid)) of the polyline.
+	getCenter: function () {
+		// throws error when not yet added to map as this center calculation requires projected coordinates
+		if (!this._map) {
+			throw new Error('Must add layer to map before using getCenter()');
+		}
+
+		var i, halfDist, segDist, dist, p1, p2, ratio,
+		    points = this._rings[0],
+		    len = points.length;
+
+		if (!len) { return null; }
+
+		// polyline centroid algorithm; only uses the first ring if there are multiple
+
+		for (i = 0, halfDist = 0; i < len - 1; i++) {
+			halfDist += points[i].distanceTo(points[i + 1]) / 2;
+		}
+
+		// The line is so small in the current view that all points are on the same pixel.
+		if (halfDist === 0) {
+			return this._map.layerPointToLatLng(points[0]);
+		}
+
+		for (i = 0, dist = 0; i < len - 1; i++) {
+			p1 = points[i];
+			p2 = points[i + 1];
+			segDist = p1.distanceTo(p2);
+			dist += segDist;
+
+			if (dist > halfDist) {
+				ratio = (dist - halfDist) / segDist;
+				return this._map.layerPointToLatLng([
+					p2.x - ratio * (p2.x - p1.x),
+					p2.y - ratio * (p2.y - p1.y)
+				]);
+			}
+		}
+	},
+
+	// @method getBounds(): LatLngBounds
+	// Returns the `LatLngBounds` of the path.
+	getBounds: function () {
+		return this._bounds;
+	},
+
+	// @method addLatLng(latlng: LatLng, latlngs? LatLng[]): this
+	// Adds a given point to the polyline. By default, adds to the first ring of
+	// the polyline in case of a multi-polyline, but can be overridden by passing
+	// a specific ring as a LatLng array (that you can earlier access with [`getLatLngs`](#polyline-getlatlngs)).
+	addLatLng: function (latlng, latlngs) {
+		latlngs = latlngs || this._defaultShape();
+		latlng = toLatLng(latlng);
+		latlngs.push(latlng);
+		this._bounds.extend(latlng);
+		return this.redraw();
+	},
+
+	_setLatLngs: function (latlngs) {
+		this._bounds = new LatLngBounds();
+		this._latlngs = this._convertLatLngs(latlngs);
+	},
+
+	_defaultShape: function () {
+		return isFlat(this._latlngs) ? this._latlngs : this._latlngs[0];
+	},
+
+	// recursively convert latlngs input into actual LatLng instances; calculate bounds along the way
+	_convertLatLngs: function (latlngs) {
+		var result = [],
+		    flat = isFlat(latlngs);
+
+		for (var i = 0, len = latlngs.length; i < len; i++) {
+			if (flat) {
+				result[i] = toLatLng(latlngs[i]);
+				this._bounds.extend(result[i]);
+			} else {
+				result[i] = this._convertLatLngs(latlngs[i]);
+			}
+		}
+
+		return result;
+	},
+
+	_project: function () {
+		var pxBounds = new Bounds();
+		this._rings = [];
+		this._projectLatlngs(this._latlngs, this._rings, pxBounds);
+
+		var w = this._clickTolerance(),
+		    p = new Point(w, w);
+
+		if (this._bounds.isValid() && pxBounds.isValid()) {
+			pxBounds.min._subtract(p);
+			pxBounds.max._add(p);
+			this._pxBounds = pxBounds;
+		}
+	},
+
+	// recursively turns latlngs into a set of rings with projected coordinates
+	_projectLatlngs: function (latlngs, result, projectedBounds) {
+		var flat = latlngs[0] instanceof LatLng,
+		    len = latlngs.length,
+		    i, ring;
+
+		if (flat) {
+			ring = [];
+			for (i = 0; i < len; i++) {
+				ring[i] = this._map.latLngToLayerPoint(latlngs[i]);
+				projectedBounds.extend(ring[i]);
+			}
+			result.push(ring);
+		} else {
+			for (i = 0; i < len; i++) {
+				this._projectLatlngs(latlngs[i], result, projectedBounds);
+			}
+		}
+	},
+
+	// clip polyline by renderer bounds so that we have less to render for performance
+	_clipPoints: function () {
+		var bounds = this._renderer._bounds;
+
+		this._parts = [];
+		if (!this._pxBounds || !this._pxBounds.intersects(bounds)) {
+			return;
+		}
+
+		if (this.options.noClip) {
+			this._parts = this._rings;
+			return;
+		}
+
+		var parts = this._parts,
+		    i, j, k, len, len2, segment, points;
+
+		for (i = 0, k = 0, len = this._rings.length; i < len; i++) {
+			points = this._rings[i];
+
+			for (j = 0, len2 = points.length; j < len2 - 1; j++) {
+				segment = clipSegment(points[j], points[j + 1], bounds, j, true);
+
+				if (!segment) { continue; }
+
+				parts[k] = parts[k] || [];
+				parts[k].push(segment[0]);
+
+				// if segment goes out of screen, or it's the last one, it's the end of the line part
+				if ((segment[1] !== points[j + 1]) || (j === len2 - 2)) {
+					parts[k].push(segment[1]);
+					k++;
+				}
+			}
+		}
+	},
+
+	// simplify each clipped part of the polyline for performance
+	_simplifyPoints: function () {
+		var parts = this._parts,
+		    tolerance = this.options.smoothFactor;
+
+		for (var i = 0, len = parts.length; i < len; i++) {
+			parts[i] = simplify(parts[i], tolerance);
+		}
+	},
+
+	_update: function () {
+		if (!this._map) { return; }
+
+		this._clipPoints();
+		this._simplifyPoints();
+		this._updatePath();
+	},
+
+	_updatePath: function () {
+		this._renderer._updatePoly(this);
+	},
+
+	// Needed by the `Canvas` renderer for interactivity
+	_containsPoint: function (p, closed) {
+		var i, j, k, len, len2, part,
+		    w = this._clickTolerance();
+
+		if (!this._pxBounds || !this._pxBounds.contains(p)) { return false; }
+
+		// hit detection for polylines
+		for (i = 0, len = this._parts.length; i < len; i++) {
+			part = this._parts[i];
+
+			for (j = 0, len2 = part.length, k = len2 - 1; j < len2; k = j++) {
+				if (!closed && (j === 0)) { continue; }
+
+				if (pointToSegmentDistance(p, part[k], part[j]) <= w) {
+					return true;
+				}
+			}
+		}
+		return false;
+	}
+});
+
+// @factory L.polyline(latlngs: LatLng[], options?: Polyline options)
+// Instantiates a polyline object given an array of geographical points and
+// optionally an options object. You can create a `Polyline` object with
+// multiple separate lines (`MultiPolyline`) by passing an array of arrays
+// of geographic points.
+function polyline(latlngs, options) {
+	return new Polyline(latlngs, options);
+}
+
+// Retrocompat. Allow plugins to support Leaflet versions before and after 1.1.
+Polyline._flat = _flat;
+
+/*
+ * @class Polygon
+ * @aka L.Polygon
+ * @inherits Polyline
+ *
+ * A class for drawing polygon overlays on a map. Extends `Polyline`.
+ *
+ * Note that points you pass when creating a polygon shouldn't have an additional last point equal to the first one — it's better to filter out such points.
+ *
+ *
+ * @example
+ *
+ * ```js
+ * // create a red polygon from an array of LatLng points
+ * var latlngs = [[37, -109.05],[41, -109.03],[41, -102.05],[37, -102.04]];
+ *
+ * var polygon = L.polygon(latlngs, {color: 'red'}).addTo(map);
+ *
+ * // zoom the map to the polygon
+ * map.fitBounds(polygon.getBounds());
+ * ```
+ *
+ * You can also pass an array of arrays of latlngs, with the first array representing the outer shape and the other arrays representing holes in the outer shape:
+ *
+ * ```js
+ * var latlngs = [
+ *   [[37, -109.05],[41, -109.03],[41, -102.05],[37, -102.04]], // outer ring
+ *   [[37.29, -108.58],[40.71, -108.58],[40.71, -102.50],[37.29, -102.50]] // hole
+ * ];
+ * ```
+ *
+ * Additionally, you can pass a multi-dimensional array to represent a MultiPolygon shape.
+ *
+ * ```js
+ * var latlngs = [
+ *   [ // first polygon
+ *     [[37, -109.05],[41, -109.03],[41, -102.05],[37, -102.04]], // outer ring
+ *     [[37.29, -108.58],[40.71, -108.58],[40.71, -102.50],[37.29, -102.50]] // hole
+ *   ],
+ *   [ // second polygon
+ *     [[41, -111.03],[45, -111.04],[45, -104.05],[41, -104.05]]
+ *   ]
+ * ];
+ * ```
+ */
+
+var Polygon = Polyline.extend({
+
+	options: {
+		fill: true
+	},
+
+	isEmpty: function () {
+		return !this._latlngs.length || !this._latlngs[0].length;
+	},
+
+	getCenter: function () {
+		// throws error when not yet added to map as this center calculation requires projected coordinates
+		if (!this._map) {
+			throw new Error('Must add layer to map before using getCenter()');
+		}
+
+		var i, j, p1, p2, f, area, x, y, center,
+		    points = this._rings[0],
+		    len = points.length;
+
+		if (!len) { return null; }
+
+		// polygon centroid algorithm; only uses the first ring if there are multiple
+
+		area = x = y = 0;
+
+		for (i = 0, j = len - 1; i < len; j = i++) {
+			p1 = points[i];
+			p2 = points[j];
+
+			f = p1.y * p2.x - p2.y * p1.x;
+			x += (p1.x + p2.x) * f;
+			y += (p1.y + p2.y) * f;
+			area += f * 3;
+		}
+
+		if (area === 0) {
+			// Polygon is so small that all points are on same pixel.
+			center = points[0];
+		} else {
+			center = [x / area, y / area];
+		}
+		return this._map.layerPointToLatLng(center);
+	},
+
+	_convertLatLngs: function (latlngs) {
+		var result = Polyline.prototype._convertLatLngs.call(this, latlngs),
+		    len = result.length;
+
+		// remove last point if it equals first one
+		if (len >= 2 && result[0] instanceof LatLng && result[0].equals(result[len - 1])) {
+			result.pop();
+		}
+		return result;
+	},
+
+	_setLatLngs: function (latlngs) {
+		Polyline.prototype._setLatLngs.call(this, latlngs);
+		if (isFlat(this._latlngs)) {
+			this._latlngs = [this._latlngs];
+		}
+	},
+
+	_defaultShape: function () {
+		return isFlat(this._latlngs[0]) ? this._latlngs[0] : this._latlngs[0][0];
+	},
+
+	_clipPoints: function () {
+		// polygons need a different clipping algorithm so we redefine that
+
+		var bounds = this._renderer._bounds,
+		    w = this.options.weight,
+		    p = new Point(w, w);
+
+		// increase clip padding by stroke width to avoid stroke on clip edges
+		bounds = new Bounds(bounds.min.subtract(p), bounds.max.add(p));
+
+		this._parts = [];
+		if (!this._pxBounds || !this._pxBounds.intersects(bounds)) {
+			return;
+		}
+
+		if (this.options.noClip) {
+			this._parts = this._rings;
+			return;
+		}
+
+		for (var i = 0, len = this._rings.length, clipped; i < len; i++) {
+			clipped = clipPolygon(this._rings[i], bounds, true);
+			if (clipped.length) {
+				this._parts.push(clipped);
+			}
+		}
+	},
+
+	_updatePath: function () {
+		this._renderer._updatePoly(this, true);
+	},
+
+	// Needed by the `Canvas` renderer for interactivity
+	_containsPoint: function (p) {
+		var inside = false,
+		    part, p1, p2, i, j, k, len, len2;
+
+		if (!this._pxBounds || !this._pxBounds.contains(p)) { return false; }
+
+		// ray casting algorithm for detecting if point is in polygon
+		for (i = 0, len = this._parts.length; i < len; i++) {
+			part = this._parts[i];
+
+			for (j = 0, len2 = part.length, k = len2 - 1; j < len2; k = j++) {
+				p1 = part[j];
+				p2 = part[k];
+
+				if (((p1.y > p.y) !== (p2.y > p.y)) && (p.x < (p2.x - p1.x) * (p.y - p1.y) / (p2.y - p1.y) + p1.x)) {
+					inside = !inside;
+				}
+			}
+		}
+
+		// also check if it's on polygon stroke
+		return inside || Polyline.prototype._containsPoint.call(this, p, true);
+	}
+
+});
+
+
+// @factory L.polygon(latlngs: LatLng[], options?: Polyline options)
+function polygon(latlngs, options) {
+	return new Polygon(latlngs, options);
+}
+
+/*
+ * @class GeoJSON
+ * @aka L.GeoJSON
+ * @inherits FeatureGroup
+ *
+ * Represents a GeoJSON object or an array of GeoJSON objects. Allows you to parse
+ * GeoJSON data and display it on the map. Extends `FeatureGroup`.
+ *
+ * @example
+ *
+ * ```js
+ * L.geoJSON(data, {
+ * 	style: function (feature) {
+ * 		return {color: feature.properties.color};
+ * 	}
+ * }).bindPopup(function (layer) {
+ * 	return layer.feature.properties.description;
+ * }).addTo(map);
+ * ```
+ */
+
+var GeoJSON = FeatureGroup.extend({
+
+	/* @section
+	 * @aka GeoJSON options
+	 *
+	 * @option pointToLayer: Function = *
+	 * A `Function` defining how GeoJSON points spawn Leaflet layers. It is internally
+	 * called when data is added, passing the GeoJSON point feature and its `LatLng`.
+	 * The default is to spawn a default `Marker`:
+	 * ```js
+	 * function(geoJsonPoint, latlng) {
+	 * 	return L.marker(latlng);
+	 * }
+	 * ```
+	 *
+	 * @option style: Function = *
+	 * A `Function` defining the `Path options` for styling GeoJSON lines and polygons,
+	 * called internally when data is added.
+	 * The default value is to not override any defaults:
+	 * ```js
+	 * function (geoJsonFeature) {
+	 * 	return {}
+	 * }
+	 * ```
+	 *
+	 * @option onEachFeature: Function = *
+	 * A `Function` that will be called once for each created `Feature`, after it has
+	 * been created and styled. Useful for attaching events and popups to features.
+	 * The default is to do nothing with the newly created layers:
+	 * ```js
+	 * function (feature, layer) {}
+	 * ```
+	 *
+	 * @option filter: Function = *
+	 * A `Function` that will be used to decide whether to include a feature or not.
+	 * The default is to include all features:
+	 * ```js
+	 * function (geoJsonFeature) {
+	 * 	return true;
+	 * }
+	 * ```
+	 * Note: dynamically changing the `filter` option will have effect only on newly
+	 * added data. It will _not_ re-evaluate already included features.
+	 *
+	 * @option coordsToLatLng: Function = *
+	 * A `Function` that will be used for converting GeoJSON coordinates to `LatLng`s.
+	 * The default is the `coordsToLatLng` static method.
+	 */
+
+	initialize: function (geojson, options) {
+		setOptions(this, options);
+
+		this._layers = {};
+
+		if (geojson) {
+			this.addData(geojson);
+		}
+	},
+
+	// @method addData( <GeoJSON> data ): this
+	// Adds a GeoJSON object to the layer.
+	addData: function (geojson) {
+		var features = isArray(geojson) ? geojson : geojson.features,
+		    i, len, feature;
+
+		if (features) {
+			for (i = 0, len = features.length; i < len; i++) {
+				// only add this if geometry or geometries are set and not null
+				feature = features[i];
+				if (feature.geometries || feature.geometry || feature.features || feature.coordinates) {
+					this.addData(feature);
+				}
+			}
+			return this;
+		}
+
+		var options = this.options;
+
+		if (options.filter && !options.filter(geojson)) { return this; }
+
+		var layer = geometryToLayer(geojson, options);
+		if (!layer) {
+			return this;
+		}
+		layer.feature = asFeature(geojson);
+
+		layer.defaultOptions = layer.options;
+		this.resetStyle(layer);
+
+		if (options.onEachFeature) {
+			options.onEachFeature(geojson, layer);
+		}
+
+		return this.addLayer(layer);
+	},
+
+	// @method resetStyle( <Path> layer ): this
+	// Resets the given vector layer's style to the original GeoJSON style, useful for resetting style after hover events.
+	resetStyle: function (layer) {
+		// reset any custom styles
+		layer.options = extend({}, layer.defaultOptions);
+		this._setLayerStyle(layer, this.options.style);
+		return this;
+	},
+
+	// @method setStyle( <Function> style ): this
+	// Changes styles of GeoJSON vector layers with the given style function.
+	setStyle: function (style) {
+		return this.eachLayer(function (layer) {
+			this._setLayerStyle(layer, style);
+		}, this);
+	},
+
+	_setLayerStyle: function (layer, style) {
+		if (typeof style === 'function') {
+			style = style(layer.feature);
+		}
+		if (layer.setStyle) {
+			layer.setStyle(style);
+		}
+	}
+});
+
+// @section
+// There are several static functions which can be called without instantiating L.GeoJSON:
+
+// @function geometryToLayer(featureData: Object, options?: GeoJSON options): Layer
+// Creates a `Layer` from a given GeoJSON feature. Can use a custom
+// [`pointToLayer`](#geojson-pointtolayer) and/or [`coordsToLatLng`](#geojson-coordstolatlng)
+// functions if provided as options.
+function geometryToLayer(geojson, options) {
+
+	var geometry = geojson.type === 'Feature' ? geojson.geometry : geojson,
+	    coords = geometry ? geometry.coordinates : null,
+	    layers = [],
+	    pointToLayer = options && options.pointToLayer,
+	    _coordsToLatLng = options && options.coordsToLatLng || coordsToLatLng,
+	    latlng, latlngs, i, len;
+
+	if (!coords && !geometry) {
+		return null;
+	}
+
+	switch (geometry.type) {
+	case 'Point':
+		latlng = _coordsToLatLng(coords);
+		return pointToLayer ? pointToLayer(geojson, latlng) : new Marker(latlng);
+
+	case 'MultiPoint':
+		for (i = 0, len = coords.length; i < len; i++) {
+			latlng = _coordsToLatLng(coords[i]);
+			layers.push(pointToLayer ? pointToLayer(geojson, latlng) : new Marker(latlng));
+		}
+		return new FeatureGroup(layers);
+
+	case 'LineString':
+	case 'MultiLineString':
+		latlngs = coordsToLatLngs(coords, geometry.type === 'LineString' ? 0 : 1, _coordsToLatLng);
+		return new Polyline(latlngs, options);
+
+	case 'Polygon':
+	case 'MultiPolygon':
+		latlngs = coordsToLatLngs(coords, geometry.type === 'Polygon' ? 1 : 2, _coordsToLatLng);
+		return new Polygon(latlngs, options);
+
+	case 'GeometryCollection':
+		for (i = 0, len = geometry.geometries.length; i < len; i++) {
+			var layer = geometryToLayer({
+				geometry: geometry.geometries[i],
+				type: 'Feature',
+				properties: geojson.properties
+			}, options);
+
+			if (layer) {
+				layers.push(layer);
+			}
+		}
+		return new FeatureGroup(layers);
+
+	default:
+		throw new Error('Invalid GeoJSON object.');
+	}
+}
+
+// @function coordsToLatLng(coords: Array): LatLng
+// Creates a `LatLng` object from an array of 2 numbers (longitude, latitude)
+// or 3 numbers (longitude, latitude, altitude) used in GeoJSON for points.
+function coordsToLatLng(coords) {
+	return new LatLng(coords[1], coords[0], coords[2]);
+}
+
+// @function coordsToLatLngs(coords: Array, levelsDeep?: Number, coordsToLatLng?: Function): Array
+// Creates a multidimensional array of `LatLng`s from a GeoJSON coordinates array.
+// `levelsDeep` specifies the nesting level (0 is for an array of points, 1 for an array of arrays of points, etc., 0 by default).
+// Can use a custom [`coordsToLatLng`](#geojson-coordstolatlng) function.
+function coordsToLatLngs(coords, levelsDeep, _coordsToLatLng) {
+	var latlngs = [];
+
+	for (var i = 0, len = coords.length, latlng; i < len; i++) {
+		latlng = levelsDeep ?
+			coordsToLatLngs(coords[i], levelsDeep - 1, _coordsToLatLng) :
+			(_coordsToLatLng || coordsToLatLng)(coords[i]);
+
+		latlngs.push(latlng);
+	}
+
+	return latlngs;
+}
+
+// @function latLngToCoords(latlng: LatLng, precision?: Number): Array
+// Reverse of [`coordsToLatLng`](#geojson-coordstolatlng)
+function latLngToCoords(latlng, precision) {
+	precision = typeof precision === 'number' ? precision : 6;
+	return latlng.alt !== undefined ?
+		[formatNum(latlng.lng, precision), formatNum(latlng.lat, precision), formatNum(latlng.alt, precision)] :
+		[formatNum(latlng.lng, precision), formatNum(latlng.lat, precision)];
+}
+
+// @function latLngsToCoords(latlngs: Array, levelsDeep?: Number, closed?: Boolean): Array
+// Reverse of [`coordsToLatLngs`](#geojson-coordstolatlngs)
+// `closed` determines whether the first point should be appended to the end of the array to close the feature, only used when `levelsDeep` is 0. False by default.
+function latLngsToCoords(latlngs, levelsDeep, closed, precision) {
+	var coords = [];
+
+	for (var i = 0, len = latlngs.length; i < len; i++) {
+		coords.push(levelsDeep ?
+			latLngsToCoords(latlngs[i], levelsDeep - 1, closed, precision) :
+			latLngToCoords(latlngs[i], precision));
+	}
+
+	if (!levelsDeep && closed) {
+		coords.push(coords[0]);
+	}
+
+	return coords;
+}
+
+function getFeature(layer, newGeometry) {
+	return layer.feature ?
+		extend({}, layer.feature, {geometry: newGeometry}) :
+		asFeature(newGeometry);
+}
+
+// @function asFeature(geojson: Object): Object
+// Normalize GeoJSON geometries/features into GeoJSON features.
+function asFeature(geojson) {
+	if (geojson.type === 'Feature' || geojson.type === 'FeatureCollection') {
+		return geojson;
+	}
+
+	return {
+		type: 'Feature',
+		properties: {},
+		geometry: geojson
+	};
+}
+
+var PointToGeoJSON = {
+	toGeoJSON: function (precision) {
+		return getFeature(this, {
+			type: 'Point',
+			coordinates: latLngToCoords(this.getLatLng(), precision)
+		});
+	}
+};
+
+// @namespace Marker
+// @method toGeoJSON(): Object
+// Returns a [`GeoJSON`](http://en.wikipedia.org/wiki/GeoJSON) representation of the marker (as a GeoJSON `Point` Feature).
+Marker.include(PointToGeoJSON);
+
+// @namespace CircleMarker
+// @method toGeoJSON(): Object
+// Returns a [`GeoJSON`](http://en.wikipedia.org/wiki/GeoJSON) representation of the circle marker (as a GeoJSON `Point` Feature).
+Circle.include(PointToGeoJSON);
+CircleMarker.include(PointToGeoJSON);
+
+
+// @namespace Polyline
+// @method toGeoJSON(): Object
+// Returns a [`GeoJSON`](http://en.wikipedia.org/wiki/GeoJSON) representation of the polyline (as a GeoJSON `LineString` or `MultiLineString` Feature).
+Polyline.include({
+	toGeoJSON: function (precision) {
+		var multi = !isFlat(this._latlngs);
+
+		var coords = latLngsToCoords(this._latlngs, multi ? 1 : 0, false, precision);
+
+		return getFeature(this, {
+			type: (multi ? 'Multi' : '') + 'LineString',
+			coordinates: coords
+		});
+	}
+});
+
+// @namespace Polygon
+// @method toGeoJSON(): Object
+// Returns a [`GeoJSON`](http://en.wikipedia.org/wiki/GeoJSON) representation of the polygon (as a GeoJSON `Polygon` or `MultiPolygon` Feature).
+Polygon.include({
+	toGeoJSON: function (precision) {
+		var holes = !isFlat(this._latlngs),
+		    multi = holes && !isFlat(this._latlngs[0]);
+
+		var coords = latLngsToCoords(this._latlngs, multi ? 2 : holes ? 1 : 0, true, precision);
+
+		if (!holes) {
+			coords = [coords];
+		}
+
+		return getFeature(this, {
+			type: (multi ? 'Multi' : '') + 'Polygon',
+			coordinates: coords
+		});
+	}
+});
+
+
+// @namespace LayerGroup
+LayerGroup.include({
+	toMultiPoint: function (precision) {
+		var coords = [];
+
+		this.eachLayer(function (layer) {
+			coords.push(layer.toGeoJSON(precision).geometry.coordinates);
+		});
+
+		return getFeature(this, {
+			type: 'MultiPoint',
+			coordinates: coords
+		});
+	},
+
+	// @method toGeoJSON(): Object
+	// Returns a [`GeoJSON`](http://en.wikipedia.org/wiki/GeoJSON) representation of the layer group (as a GeoJSON `FeatureCollection`, `GeometryCollection`, or `MultiPoint`).
+	toGeoJSON: function (precision) {
+
+		var type = this.feature && this.feature.geometry && this.feature.geometry.type;
+
+		if (type === 'MultiPoint') {
+			return this.toMultiPoint(precision);
+		}
+
+		var isGeometryCollection = type === 'GeometryCollection',
+		    jsons = [];
+
+		this.eachLayer(function (layer) {
+			if (layer.toGeoJSON) {
+				var json = layer.toGeoJSON(precision);
+				if (isGeometryCollection) {
+					jsons.push(json.geometry);
+				} else {
+					var feature = asFeature(json);
+					// Squash nested feature collections
+					if (feature.type === 'FeatureCollection') {
+						jsons.push.apply(jsons, feature.features);
+					} else {
+						jsons.push(feature);
+					}
+				}
+			}
+		});
+
+		if (isGeometryCollection) {
+			return getFeature(this, {
+				geometries: jsons,
+				type: 'GeometryCollection'
+			});
+		}
+
+		return {
+			type: 'FeatureCollection',
+			features: jsons
+		};
+	}
+});
+
+// @namespace GeoJSON
+// @factory L.geoJSON(geojson?: Object, options?: GeoJSON options)
+// Creates a GeoJSON layer. Optionally accepts an object in
+// [GeoJSON format](https://tools.ietf.org/html/rfc7946) to display on the map
+// (you can alternatively add it later with `addData` method) and an `options` object.
+function geoJSON(geojson, options) {
+	return new GeoJSON(geojson, options);
+}
+
+// Backward compatibility.
+var geoJson = geoJSON;
+
+/*
+ * @class ImageOverlay
+ * @aka L.ImageOverlay
+ * @inherits Interactive layer
+ *
+ * Used to load and display a single image over specific bounds of the map. Extends `Layer`.
+ *
+ * @example
+ *
+ * ```js
+ * var imageUrl = 'http://www.lib.utexas.edu/maps/historical/newark_nj_1922.jpg',
+ * 	imageBounds = [[40.712216, -74.22655], [40.773941, -74.12544]];
+ * L.imageOverlay(imageUrl, imageBounds).addTo(map);
+ * ```
+ */
+
+var ImageOverlay = Layer.extend({
+
+	// @section
+	// @aka ImageOverlay options
+	options: {
+		// @option opacity: Number = 1.0
+		// The opacity of the image overlay.
+		opacity: 1,
+
+		// @option alt: String = ''
+		// Text for the `alt` attribute of the image (useful for accessibility).
+		alt: '',
+
+		// @option interactive: Boolean = false
+		// If `true`, the image overlay will emit [mouse events](#interactive-layer) when clicked or hovered.
+		interactive: false,
+
+		// @option crossOrigin: Boolean|String = false
+		// Whether the crossOrigin attribute will be added to the image.
+		// If a String is provided, the image will have its crossOrigin attribute set to the String provided. This is needed if you want to access image pixel data.
+		// Refer to [CORS Settings](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes) for valid String values.
+		crossOrigin: false,
+
+		// @option errorOverlayUrl: String = ''
+		// URL to the overlay image to show in place of the overlay that failed to load.
+		errorOverlayUrl: '',
+
+		// @option zIndex: Number = 1
+		// The explicit [zIndex](https://developer.mozilla.org/docs/Web/CSS/CSS_Positioning/Understanding_z_index) of the overlay layer.
+		zIndex: 1,
+
+		// @option className: String = ''
+		// A custom class name to assign to the image. Empty by default.
+		className: ''
+	},
+
+	initialize: function (url, bounds, options) { // (String, LatLngBounds, Object)
+		this._url = url;
+		this._bounds = toLatLngBounds(bounds);
+
+		setOptions(this, options);
+	},
+
+	onAdd: function () {
+		if (!this._image) {
+			this._initImage();
+
+			if (this.options.opacity < 1) {
+				this._updateOpacity();
+			}
+		}
+
+		if (this.options.interactive) {
+			addClass(this._image, 'leaflet-interactive');
+			this.addInteractiveTarget(this._image);
+		}
+
+		this.getPane().appendChild(this._image);
+		this._reset();
+	},
+
+	onRemove: function () {
+		remove(this._image);
+		if (this.options.interactive) {
+			this.removeInteractiveTarget(this._image);
+		}
+	},
+
+	// @method setOpacity(opacity: Number): this
+	// Sets the opacity of the overlay.
+	setOpacity: function (opacity) {
+		this.options.opacity = opacity;
+
+		if (this._image) {
+			this._updateOpacity();
+		}
+		return this;
+	},
+
+	setStyle: function (styleOpts) {
+		if (styleOpts.opacity) {
+			this.setOpacity(styleOpts.opacity);
+		}
+		return this;
+	},
+
+	// @method bringToFront(): this
+	// Brings the layer to the top of all overlays.
+	bringToFront: function () {
+		if (this._map) {
+			toFront(this._image);
+		}
+		return this;
+	},
+
+	// @method bringToBack(): this
+	// Brings the layer to the bottom of all overlays.
+	bringToBack: function () {
+		if (this._map) {
+			toBack(this._image);
+		}
+		return this;
+	},
+
+	// @method setUrl(url: String): this
+	// Changes the URL of the image.
+	setUrl: function (url) {
+		this._url = url;
+
+		if (this._image) {
+			this._image.src = url;
+		}
+		return this;
+	},
+
+	// @method setBounds(bounds: LatLngBounds): this
+	// Update the bounds that this ImageOverlay covers
+	setBounds: function (bounds) {
+		this._bounds = toLatLngBounds(bounds);
+
+		if (this._map) {
+			this._reset();
+		}
+		return this;
+	},
+
+	getEvents: function () {
+		var events = {
+			zoom: this._reset,
+			viewreset: this._reset
+		};
+
+		if (this._zoomAnimated) {
+			events.zoomanim = this._animateZoom;
+		}
+
+		return events;
+	},
+
+	// @method setZIndex(value: Number): this
+	// Changes the [zIndex](#imageoverlay-zindex) of the image overlay.
+	setZIndex: function (value) {
+		this.options.zIndex = value;
+		this._updateZIndex();
+		return this;
+	},
+
+	// @method getBounds(): LatLngBounds
+	// Get the bounds that this ImageOverlay covers
+	getBounds: function () {
+		return this._bounds;
+	},
+
+	// @method getElement(): HTMLElement
+	// Returns the instance of [`HTMLImageElement`](https://developer.mozilla.org/docs/Web/API/HTMLImageElement)
+	// used by this overlay.
+	getElement: function () {
+		return this._image;
+	},
+
+	_initImage: function () {
+		var wasElementSupplied = this._url.tagName === 'IMG';
+		var img = this._image = wasElementSupplied ? this._url : create$1('img');
+
+		addClass(img, 'leaflet-image-layer');
+		if (this._zoomAnimated) { addClass(img, 'leaflet-zoom-animated'); }
+		if (this.options.className) { addClass(img, this.options.className); }
+
+		img.onselectstart = falseFn;
+		img.onmousemove = falseFn;
+
+		// @event load: Event
+		// Fired when the ImageOverlay layer has loaded its image
+		img.onload = bind(this.fire, this, 'load');
+		img.onerror = bind(this._overlayOnError, this, 'error');
+
+		if (this.options.crossOrigin || this.options.crossOrigin === '') {
+			img.crossOrigin = this.options.crossOrigin === true ? '' : this.options.crossOrigin;
+		}
+
+		if (this.options.zIndex) {
+			this._updateZIndex();
+		}
+
+		if (wasElementSupplied) {
+			this._url = img.src;
+			return;
+		}
+
+		img.src = this._url;
+		img.alt = this.options.alt;
+	},
+
+	_animateZoom: function (e) {
+		var scale = this._map.getZoomScale(e.zoom),
+		    offset = this._map._latLngBoundsToNewLayerBounds(this._bounds, e.zoom, e.center).min;
+
+		setTransform(this._image, offset, scale);
+	},
+
+	_reset: function () {
+		var image = this._image,
+		    bounds = new Bounds(
+		        this._map.latLngToLayerPoint(this._bounds.getNorthWest()),
+		        this._map.latLngToLayerPoint(this._bounds.getSouthEast())),
+		    size = bounds.getSize();
+
+		setPosition(image, bounds.min);
+
+		image.style.width  = size.x + 'px';
+		image.style.height = size.y + 'px';
+	},
+
+	_updateOpacity: function () {
+		setOpacity(this._image, this.options.opacity);
+	},
+
+	_updateZIndex: function () {
+		if (this._image && this.options.zIndex !== undefined && this.options.zIndex !== null) {
+			this._image.style.zIndex = this.options.zIndex;
+		}
+	},
+
+	_overlayOnError: function () {
+		// @event error: Event
+		// Fired when the ImageOverlay layer fails to load its image
+		this.fire('error');
+
+		var errorUrl = this.options.errorOverlayUrl;
+		if (errorUrl && this._url !== errorUrl) {
+			this._url = errorUrl;
+			this._image.src = errorUrl;
+		}
+	}
+});
+
+// @factory L.imageOverlay(imageUrl: String, bounds: LatLngBounds, options?: ImageOverlay options)
+// Instantiates an image overlay object given the URL of the image and the
+// geographical bounds it is tied to.
+var imageOverlay = function (url, bounds, options) {
+	return new ImageOverlay(url, bounds, options);
+};
+
+/*
+ * @class VideoOverlay
+ * @aka L.VideoOverlay
+ * @inherits ImageOverlay
+ *
+ * Used to load and display a video player over specific bounds of the map. Extends `ImageOverlay`.
+ *
+ * A video overlay uses the [`<video>`](https://developer.mozilla.org/docs/Web/HTML/Element/video)
+ * HTML5 element.
+ *
+ * @example
+ *
+ * ```js
+ * var videoUrl = 'https://www.mapbox.com/bites/00188/patricia_nasa.webm',
+ * 	videoBounds = [[ 32, -130], [ 13, -100]];
+ * L.videoOverlay(videoUrl, videoBounds ).addTo(map);
+ * ```
+ */
+
+var VideoOverlay = ImageOverlay.extend({
+
+	// @section
+	// @aka VideoOverlay options
+	options: {
+		// @option autoplay: Boolean = true
+		// Whether the video starts playing automatically when loaded.
+		autoplay: true,
+
+		// @option loop: Boolean = true
+		// Whether the video will loop back to the beginning when played.
+		loop: true
+	},
+
+	_initImage: function () {
+		var wasElementSupplied = this._url.tagName === 'VIDEO';
+		var vid = this._image = wasElementSupplied ? this._url : create$1('video');
+
+		addClass(vid, 'leaflet-image-layer');
+		if (this._zoomAnimated) { addClass(vid, 'leaflet-zoom-animated'); }
+
+		vid.onselectstart = falseFn;
+		vid.onmousemove = falseFn;
+
+		// @event load: Event
+		// Fired when the video has finished loading the first frame
+		vid.onloadeddata = bind(this.fire, this, 'load');
+
+		if (wasElementSupplied) {
+			var sourceElements = vid.getElementsByTagName('source');
+			var sources = [];
+			for (var j = 0; j < sourceElements.length; j++) {
+				sources.push(sourceElements[j].src);
+			}
+
+			this._url = (sourceElements.length > 0) ? sources : [vid.src];
+			return;
+		}
+
+		if (!isArray(this._url)) { this._url = [this._url]; }
+
+		vid.autoplay = !!this.options.autoplay;
+		vid.loop = !!this.options.loop;
+		for (var i = 0; i < this._url.length; i++) {
+			var source = create$1('source');
+			source.src = this._url[i];
+			vid.appendChild(source);
+		}
+	}
+
+	// @method getElement(): HTMLVideoElement
+	// Returns the instance of [`HTMLVideoElement`](https://developer.mozilla.org/docs/Web/API/HTMLVideoElement)
+	// used by this overlay.
+});
+
+
+// @factory L.videoOverlay(video: String|Array|HTMLVideoElement, bounds: LatLngBounds, options?: VideoOverlay options)
+// Instantiates an image overlay object given the URL of the video (or array of URLs, or even a video element) and the
+// geographical bounds it is tied to.
+
+function videoOverlay(video, bounds, options) {
+	return new VideoOverlay(video, bounds, options);
+}
+
+/*
+ * @class DivOverlay
+ * @inherits Layer
+ * @aka L.DivOverlay
+ * Base model for L.Popup and L.Tooltip. Inherit from it for custom popup like plugins.
+ */
+
+// @namespace DivOverlay
+var DivOverlay = Layer.extend({
+
+	// @section
+	// @aka DivOverlay options
+	options: {
+		// @option offset: Point = Point(0, 7)
+		// The offset of the popup position. Useful to control the anchor
+		// of the popup when opening it on some overlays.
+		offset: [0, 7],
+
+		// @option className: String = ''
+		// A custom CSS class name to assign to the popup.
+		className: '',
+
+		// @option pane: String = 'popupPane'
+		// `Map pane` where the popup will be added.
+		pane: 'popupPane'
+	},
+
+	initialize: function (options, source) {
+		setOptions(this, options);
+
+		this._source = source;
+	},
+
+	onAdd: function (map) {
+		this._zoomAnimated = map._zoomAnimated;
+
+		if (!this._container) {
+			this._initLayout();
+		}
+
+		if (map._fadeAnimated) {
+			setOpacity(this._container, 0);
+		}
+
+		clearTimeout(this._removeTimeout);
+		this.getPane().appendChild(this._container);
+		this.update();
+
+		if (map._fadeAnimated) {
+			setOpacity(this._container, 1);
+		}
+
+		this.bringToFront();
+	},
+
+	onRemove: function (map) {
+		if (map._fadeAnimated) {
+			setOpacity(this._container, 0);
+			this._removeTimeout = setTimeout(bind(remove, undefined, this._container), 200);
+		} else {
+			remove(this._container);
+		}
+	},
+
+	// @namespace Popup
+	// @method getLatLng: LatLng
+	// Returns the geographical point of popup.
+	getLatLng: function () {
+		return this._latlng;
+	},
+
+	// @method setLatLng(latlng: LatLng): this
+	// Sets the geographical point where the popup will open.
+	setLatLng: function (latlng) {
+		this._latlng = toLatLng(latlng);
+		if (this._map) {
+			this._updatePosition();
+			this._adjustPan();
+		}
+		return this;
+	},
+
+	// @method getContent: String|HTMLElement
+	// Returns the content of the popup.
+	getContent: function () {
+		return this._content;
+	},
+
+	// @method setContent(htmlContent: String|HTMLElement|Function): this
+	// Sets the HTML content of the popup. If a function is passed the source layer will be passed to the function. The function should return a `String` or `HTMLElement` to be used in the popup.
+	setContent: function (content) {
+		this._content = content;
+		this.update();
+		return this;
+	},
+
+	// @method getElement: String|HTMLElement
+	// Alias for [getContent()](#popup-getcontent)
+	getElement: function () {
+		return this._container;
+	},
+
+	// @method update: null
+	// Updates the popup content, layout and position. Useful for updating the popup after something inside changed, e.g. image loaded.
+	update: function () {
+		if (!this._map) { return; }
+
+		this._container.style.visibility = 'hidden';
+
+		this._updateContent();
+		this._updateLayout();
+		this._updatePosition();
+
+		this._container.style.visibility = '';
+
+		this._adjustPan();
+	},
+
+	getEvents: function () {
+		var events = {
+			zoom: this._updatePosition,
+			viewreset: this._updatePosition
+		};
+
+		if (this._zoomAnimated) {
+			events.zoomanim = this._animateZoom;
+		}
+		return events;
+	},
+
+	// @method isOpen: Boolean
+	// Returns `true` when the popup is visible on the map.
+	isOpen: function () {
+		return !!this._map && this._map.hasLayer(this);
+	},
+
+	// @method bringToFront: this
+	// Brings this popup in front of other popups (in the same map pane).
+	bringToFront: function () {
+		if (this._map) {
+			toFront(this._container);
+		}
+		return this;
+	},
+
+	// @method bringToBack: this
+	// Brings this popup to the back of other popups (in the same map pane).
+	bringToBack: function () {
+		if (this._map) {
+			toBack(this._container);
+		}
+		return this;
+	},
+
+	_updateContent: function () {
+		if (!this._content) { return; }
+
+		var node = this._contentNode;
+		var content = (typeof this._content === 'function') ? this._content(this._source || this) : this._content;
+
+		if (typeof content === 'string') {
+			node.innerHTML = content;
+		} else {
+			while (node.hasChildNodes()) {
+				node.removeChild(node.firstChild);
+			}
+			node.appendChild(content);
+		}
+		this.fire('contentupdate');
+	},
+
+	_updatePosition: function () {
+		if (!this._map) { return; }
+
+		var pos = this._map.latLngToLayerPoint(this._latlng),
+		    offset = toPoint(this.options.offset),
+		    anchor = this._getAnchor();
+
+		if (this._zoomAnimated) {
+			setPosition(this._container, pos.add(anchor));
+		} else {
+			offset = offset.add(pos).add(anchor);
+		}
+
+		var bottom = this._containerBottom = -offset.y,
+		    left = this._containerLeft = -Math.round(this._containerWidth / 2) + offset.x;
+
+		// bottom position the popup in case the height of the popup changes (images loading etc)
+		this._container.style.bottom = bottom + 'px';
+		this._container.style.left = left + 'px';
+	},
+
+	_getAnchor: function () {
+		return [0, 0];
+	}
+
+});
+
+/*
+ * @class Popup
+ * @inherits DivOverlay
+ * @aka L.Popup
+ * Used to open popups in certain places of the map. Use [Map.openPopup](#map-openpopup) to
+ * open popups while making sure that only one popup is open at one time
+ * (recommended for usability), or use [Map.addLayer](#map-addlayer) to open as many as you want.
+ *
+ * @example
+ *
+ * If you want to just bind a popup to marker click and then open it, it's really easy:
+ *
+ * ```js
+ * marker.bindPopup(popupContent).openPopup();
+ * ```
+ * Path overlays like polylines also have a `bindPopup` method.
+ * Here's a more complicated way to open a popup on a map:
+ *
+ * ```js
+ * var popup = L.popup()
+ * 	.setLatLng(latlng)
+ * 	.setContent('<p>Hello world!<br />This is a nice popup.</p>')
+ * 	.openOn(map);
+ * ```
+ */
+
+
+// @namespace Popup
+var Popup = DivOverlay.extend({
+
+	// @section
+	// @aka Popup options
+	options: {
+		// @option maxWidth: Number = 300
+		// Max width of the popup, in pixels.
+		maxWidth: 300,
+
+		// @option minWidth: Number = 50
+		// Min width of the popup, in pixels.
+		minWidth: 50,
+
+		// @option maxHeight: Number = null
+		// If set, creates a scrollable container of the given height
+		// inside a popup if its content exceeds it.
+		maxHeight: null,
+
+		// @option autoPan: Boolean = true
+		// Set it to `false` if you don't want the map to do panning animation
+		// to fit the opened popup.
+		autoPan: true,
+
+		// @option autoPanPaddingTopLeft: Point = null
+		// The margin between the popup and the top left corner of the map
+		// view after autopanning was performed.
+		autoPanPaddingTopLeft: null,
+
+		// @option autoPanPaddingBottomRight: Point = null
+		// The margin between the popup and the bottom right corner of the map
+		// view after autopanning was performed.
+		autoPanPaddingBottomRight: null,
+
+		// @option autoPanPadding: Point = Point(5, 5)
+		// Equivalent of setting both top left and bottom right autopan padding to the same value.
+		autoPanPadding: [5, 5],
+
+		// @option keepInView: Boolean = false
+		// Set it to `true` if you want to prevent users from panning the popup
+		// off of the screen while it is open.
+		keepInView: false,
+
+		// @option closeButton: Boolean = true
+		// Controls the presence of a close button in the popup.
+		closeButton: true,
+
+		// @option autoClose: Boolean = true
+		// Set it to `false` if you want to override the default behavior of
+		// the popup closing when another popup is opened.
+		autoClose: true,
+
+		// @option closeOnEscapeKey: Boolean = true
+		// Set it to `false` if you want to override the default behavior of
+		// the ESC key for closing of the popup.
+		closeOnEscapeKey: true,
+
+		// @option closeOnClick: Boolean = *
+		// Set it if you want to override the default behavior of the popup closing when user clicks
+		// on the map. Defaults to the map's [`closePopupOnClick`](#map-closepopuponclick) option.
+
+		// @option className: String = ''
+		// A custom CSS class name to assign to the popup.
+		className: ''
+	},
+
+	// @namespace Popup
+	// @method openOn(map: Map): this
+	// Adds the popup to the map and closes the previous one. The same as `map.openPopup(popup)`.
+	openOn: function (map) {
+		map.openPopup(this);
+		return this;
+	},
+
+	onAdd: function (map) {
+		DivOverlay.prototype.onAdd.call(this, map);
+
+		// @namespace Map
+		// @section Popup events
+		// @event popupopen: PopupEvent
+		// Fired when a popup is opened in the map
+		map.fire('popupopen', {popup: this});
+
+		if (this._source) {
+			// @namespace Layer
+			// @section Popup events
+			// @event popupopen: PopupEvent
+			// Fired when a popup bound to this layer is opened
+			this._source.fire('popupopen', {popup: this}, true);
+			// For non-path layers, we toggle the popup when clicking
+			// again the layer, so prevent the map to reopen it.
+			if (!(this._source instanceof Path)) {
+				this._source.on('preclick', stopPropagation);
+			}
+		}
+	},
+
+	onRemove: function (map) {
+		DivOverlay.prototype.onRemove.call(this, map);
+
+		// @namespace Map
+		// @section Popup events
+		// @event popupclose: PopupEvent
+		// Fired when a popup in the map is closed
+		map.fire('popupclose', {popup: this});
+
+		if (this._source) {
+			// @namespace Layer
+			// @section Popup events
+			// @event popupclose: PopupEvent
+			// Fired when a popup bound to this layer is closed
+			this._source.fire('popupclose', {popup: this}, true);
+			if (!(this._source instanceof Path)) {
+				this._source.off('preclick', stopPropagation);
+			}
+		}
+	},
+
+	getEvents: function () {
+		var events = DivOverlay.prototype.getEvents.call(this);
+
+		if (this.options.closeOnClick !== undefined ? this.options.closeOnClick : this._map.options.closePopupOnClick) {
+			events.preclick = this._close;
+		}
+
+		if (this.options.keepInView) {
+			events.moveend = this._adjustPan;
+		}
+
+		return events;
+	},
+
+	_close: function () {
+		if (this._map) {
+			this._map.closePopup(this);
+		}
+	},
+
+	_initLayout: function () {
+		var prefix = 'leaflet-popup',
+		    container = this._container = create$1('div',
+			prefix + ' ' + (this.options.className || '') +
+			' leaflet-zoom-animated');
+
+		var wrapper = this._wrapper = create$1('div', prefix + '-content-wrapper', container);
+		this._contentNode = create$1('div', prefix + '-content', wrapper);
+
+		disableClickPropagation(wrapper);
+		disableScrollPropagation(this._contentNode);
+		on(wrapper, 'contextmenu', stopPropagation);
+
+		this._tipContainer = create$1('div', prefix + '-tip-container', container);
+		this._tip = create$1('div', prefix + '-tip', this._tipContainer);
+
+		if (this.options.closeButton) {
+			var closeButton = this._closeButton = create$1('a', prefix + '-close-button', container);
+			closeButton.href = '#close';
+			closeButton.innerHTML = '&#215;';
+
+			on(closeButton, 'click', this._onCloseButtonClick, this);
+		}
+	},
+
+	_updateLayout: function () {
+		var container = this._contentNode,
+		    style = container.style;
+
+		style.width = '';
+		style.whiteSpace = 'nowrap';
+
+		var width = container.offsetWidth;
+		width = Math.min(width, this.options.maxWidth);
+		width = Math.max(width, this.options.minWidth);
+
+		style.width = (width + 1) + 'px';
+		style.whiteSpace = '';
+
+		style.height = '';
+
+		var height = container.offsetHeight,
+		    maxHeight = this.options.maxHeight,
+		    scrolledClass = 'leaflet-popup-scrolled';
+
+		if (maxHeight && height > maxHeight) {
+			style.height = maxHeight + 'px';
+			addClass(container, scrolledClass);
+		} else {
+			removeClass(container, scrolledClass);
+		}
+
+		this._containerWidth = this._container.offsetWidth;
+	},
+
+	_animateZoom: function (e) {
+		var pos = this._map._latLngToNewLayerPoint(this._latlng, e.zoom, e.center),
+		    anchor = this._getAnchor();
+		setPosition(this._container, pos.add(anchor));
+	},
+
+	_adjustPan: function () {
+		if (!this.options.autoPan) { return; }
+		if (this._map._panAnim) { this._map._panAnim.stop(); }
+
+		var map = this._map,
+		    marginBottom = parseInt(getStyle(this._container, 'marginBottom'), 10) || 0,
+		    containerHeight = this._container.offsetHeight + marginBottom,
+		    containerWidth = this._containerWidth,
+		    layerPos = new Point(this._containerLeft, -containerHeight - this._containerBottom);
+
+		layerPos._add(getPosition(this._container));
+
+		var containerPos = map.layerPointToContainerPoint(layerPos),
+		    padding = toPoint(this.options.autoPanPadding),
+		    paddingTL = toPoint(this.options.autoPanPaddingTopLeft || padding),
+		    paddingBR = toPoint(this.options.autoPanPaddingBottomRight || padding),
+		    size = map.getSize(),
+		    dx = 0,
+		    dy = 0;
+
+		if (containerPos.x + containerWidth + paddingBR.x > size.x) { // right
+			dx = containerPos.x + containerWidth - size.x + paddingBR.x;
+		}
+		if (containerPos.x - dx - paddingTL.x < 0) { // left
+			dx = containerPos.x - paddingTL.x;
+		}
+		if (containerPos.y + containerHeight + paddingBR.y > size.y) { // bottom
+			dy = containerPos.y + containerHeight - size.y + paddingBR.y;
+		}
+		if (containerPos.y - dy - paddingTL.y < 0) { // top
+			dy = containerPos.y - paddingTL.y;
+		}
+
+		// @namespace Map
+		// @section Popup events
+		// @event autopanstart: Event
+		// Fired when the map starts autopanning when opening a popup.
+		if (dx || dy) {
+			map
+			    .fire('autopanstart')
+			    .panBy([dx, dy]);
+		}
+	},
+
+	_onCloseButtonClick: function (e) {
+		this._close();
+		stop(e);
+	},
+
+	_getAnchor: function () {
+		// Where should we anchor the popup on the source layer?
+		return toPoint(this._source && this._source._getPopupAnchor ? this._source._getPopupAnchor() : [0, 0]);
+	}
+
+});
+
+// @namespace Popup
+// @factory L.popup(options?: Popup options, source?: Layer)
+// Instantiates a `Popup` object given an optional `options` object that describes its appearance and location and an optional `source` object that is used to tag the popup with a reference to the Layer to which it refers.
+var popup = function (options, source) {
+	return new Popup(options, source);
+};
+
+
+/* @namespace Map
+ * @section Interaction Options
+ * @option closePopupOnClick: Boolean = true
+ * Set it to `false` if you don't want popups to close when user clicks the map.
+ */
+Map.mergeOptions({
+	closePopupOnClick: true
+});
+
+
+// @namespace Map
+// @section Methods for Layers and Controls
+Map.include({
+	// @method openPopup(popup: Popup): this
+	// Opens the specified popup while closing the previously opened (to make sure only one is opened at one time for usability).
+	// @alternative
+	// @method openPopup(content: String|HTMLElement, latlng: LatLng, options?: Popup options): this
+	// Creates a popup with the specified content and options and opens it in the given point on a map.
+	openPopup: function (popup, latlng, options) {
+		if (!(popup instanceof Popup)) {
+			popup = new Popup(options).setContent(popup);
+		}
+
+		if (latlng) {
+			popup.setLatLng(latlng);
+		}
+
+		if (this.hasLayer(popup)) {
+			return this;
+		}
+
+		if (this._popup && this._popup.options.autoClose) {
+			this.closePopup();
+		}
+
+		this._popup = popup;
+		return this.addLayer(popup);
+	},
+
+	// @method closePopup(popup?: Popup): this
+	// Closes the popup previously opened with [openPopup](#map-openpopup) (or the given one).
+	closePopup: function (popup) {
+		if (!popup || popup === this._popup) {
+			popup = this._popup;
+			this._popup = null;
+		}
+		if (popup) {
+			this.removeLayer(popup);
+		}
+		return this;
+	}
+});
+
+/*
+ * @namespace Layer
+ * @section Popup methods example
+ *
+ * All layers share a set of methods convenient for binding popups to it.
+ *
+ * ```js
+ * var layer = L.Polygon(latlngs).bindPopup('Hi There!').addTo(map);
+ * layer.openPopup();
+ * layer.closePopup();
+ * ```
+ *
+ * Popups will also be automatically opened when the layer is clicked on and closed when the layer is removed from the map or another popup is opened.
+ */
+
+// @section Popup methods
+Layer.include({
+
+	// @method bindPopup(content: String|HTMLElement|Function|Popup, options?: Popup options): this
+	// Binds a popup to the layer with the passed `content` and sets up the
+	// necessary event listeners. If a `Function` is passed it will receive
+	// the layer as the first argument and should return a `String` or `HTMLElement`.
+	bindPopup: function (content, options) {
+
+		if (content instanceof Popup) {
+			setOptions(content, options);
+			this._popup = content;
+			content._source = this;
+		} else {
+			if (!this._popup || options) {
+				this._popup = new Popup(options, this);
+			}
+			this._popup.setContent(content);
+		}
+
+		if (!this._popupHandlersAdded) {
+			this.on({
+				click: this._openPopup,
+				keypress: this._onKeyPress,
+				remove: this.closePopup,
+				move: this._movePopup
+			});
+			this._popupHandlersAdded = true;
+		}
+
+		return this;
+	},
+
+	// @method unbindPopup(): this
+	// Removes the popup previously bound with `bindPopup`.
+	unbindPopup: function () {
+		if (this._popup) {
+			this.off({
+				click: this._openPopup,
+				keypress: this._onKeyPress,
+				remove: this.closePopup,
+				move: this._movePopup
+			});
+			this._popupHandlersAdded = false;
+			this._popup = null;
+		}
+		return this;
+	},
+
+	// @method openPopup(latlng?: LatLng): this
+	// Opens the bound popup at the specified `latlng` or at the default popup anchor if no `latlng` is passed.
+	openPopup: function (layer, latlng) {
+		if (!(layer instanceof Layer)) {
+			latlng = layer;
+			layer = this;
+		}
+
+		if (layer instanceof FeatureGroup) {
+			for (var id in this._layers) {
+				layer = this._layers[id];
+				break;
+			}
+		}
+
+		if (!latlng) {
+			latlng = layer.getCenter ? layer.getCenter() : layer.getLatLng();
+		}
+
+		if (this._popup && this._map) {
+			// set popup source to this layer
+			this._popup._source = layer;
+
+			// update the popup (content, layout, ect...)
+			this._popup.update();
+
+			// open the popup on the map
+			this._map.openPopup(this._popup, latlng);
+		}
+
+		return this;
+	},
+
+	// @method closePopup(): this
+	// Closes the popup bound to this layer if it is open.
+	closePopup: function () {
+		if (this._popup) {
+			this._popup._close();
+		}
+		return this;
+	},
+
+	// @method togglePopup(): this
+	// Opens or closes the popup bound to this layer depending on its current state.
+	togglePopup: function (target) {
+		if (this._popup) {
+			if (this._popup._map) {
+				this.closePopup();
+			} else {
+				this.openPopup(target);
+			}
+		}
+		return this;
+	},
+
+	// @method isPopupOpen(): boolean
+	// Returns `true` if the popup bound to this layer is currently open.
+	isPopupOpen: function () {
+		return (this._popup ? this._popup.isOpen() : false);
+	},
+
+	// @method setPopupContent(content: String|HTMLElement|Popup): this
+	// Sets the content of the popup bound to this layer.
+	setPopupContent: function (content) {
+		if (this._popup) {
+			this._popup.setContent(content);
+		}
+		return this;
+	},
+
+	// @method getPopup(): Popup
+	// Returns the popup bound to this layer.
+	getPopup: function () {
+		return this._popup;
+	},
+
+	_openPopup: function (e) {
+		var layer = e.layer || e.target;
+
+		if (!this._popup) {
+			return;
+		}
+
+		if (!this._map) {
+			return;
+		}
+
+		// prevent map click
+		stop(e);
+
+		// if this inherits from Path its a vector and we can just
+		// open the popup at the new location
+		if (layer instanceof Path) {
+			this.openPopup(e.layer || e.target, e.latlng);
+			return;
+		}
+
+		// otherwise treat it like a marker and figure out
+		// if we should toggle it open/closed
+		if (this._map.hasLayer(this._popup) && this._popup._source === layer) {
+			this.closePopup();
+		} else {
+			this.openPopup(layer, e.latlng);
+		}
+	},
+
+	_movePopup: function (e) {
+		this._popup.setLatLng(e.latlng);
+	},
+
+	_onKeyPress: function (e) {
+		if (e.originalEvent.keyCode === 13) {
+			this._openPopup(e);
+		}
+	}
+});
+
+/*
+ * @class Tooltip
+ * @inherits DivOverlay
+ * @aka L.Tooltip
+ * Used to display small texts on top of map layers.
+ *
+ * @example
+ *
+ * ```js
+ * marker.bindTooltip("my tooltip text").openTooltip();
+ * ```
+ * Note about tooltip offset. Leaflet takes two options in consideration
+ * for computing tooltip offsetting:
+ * - the `offset` Tooltip option: it defaults to [0, 0], and it's specific to one tooltip.
+ *   Add a positive x offset to move the tooltip to the right, and a positive y offset to
+ *   move it to the bottom. Negatives will move to the left and top.
+ * - the `tooltipAnchor` Icon option: this will only be considered for Marker. You
+ *   should adapt this value if you use a custom icon.
+ */
+
+
+// @namespace Tooltip
+var Tooltip = DivOverlay.extend({
+
+	// @section
+	// @aka Tooltip options
+	options: {
+		// @option pane: String = 'tooltipPane'
+		// `Map pane` where the tooltip will be added.
+		pane: 'tooltipPane',
+
+		// @option offset: Point = Point(0, 0)
+		// Optional offset of the tooltip position.
+		offset: [0, 0],
+
+		// @option direction: String = 'auto'
+		// Direction where to open the tooltip. Possible values are: `right`, `left`,
+		// `top`, `bottom`, `center`, `auto`.
+		// `auto` will dynamically switch between `right` and `left` according to the tooltip
+		// position on the map.
+		direction: 'auto',
+
+		// @option permanent: Boolean = false
+		// Whether to open the tooltip permanently or only on mouseover.
+		permanent: false,
+
+		// @option sticky: Boolean = false
+		// If true, the tooltip will follow the mouse instead of being fixed at the feature center.
+		sticky: false,
+
+		// @option interactive: Boolean = false
+		// If true, the tooltip will listen to the feature events.
+		interactive: false,
+
+		// @option opacity: Number = 0.9
+		// Tooltip container opacity.
+		opacity: 0.9
+	},
+
+	onAdd: function (map) {
+		DivOverlay.prototype.onAdd.call(this, map);
+		this.setOpacity(this.options.opacity);
+
+		// @namespace Map
+		// @section Tooltip events
+		// @event tooltipopen: TooltipEvent
+		// Fired when a tooltip is opened in the map.
+		map.fire('tooltipopen', {tooltip: this});
+
+		if (this._source) {
+			// @namespace Layer
+			// @section Tooltip events
+			// @event tooltipopen: TooltipEvent
+			// Fired when a tooltip bound to this layer is opened.
+			this._source.fire('tooltipopen', {tooltip: this}, true);
+		}
+	},
+
+	onRemove: function (map) {
+		DivOverlay.prototype.onRemove.call(this, map);
+
+		// @namespace Map
+		// @section Tooltip events
+		// @event tooltipclose: TooltipEvent
+		// Fired when a tooltip in the map is closed.
+		map.fire('tooltipclose', {tooltip: this});
+
+		if (this._source) {
+			// @namespace Layer
+			// @section Tooltip events
+			// @event tooltipclose: TooltipEvent
+			// Fired when a tooltip bound to this layer is closed.
+			this._source.fire('tooltipclose', {tooltip: this}, true);
+		}
+	},
+
+	getEvents: function () {
+		var events = DivOverlay.prototype.getEvents.call(this);
+
+		if (touch && !this.options.permanent) {
+			events.preclick = this._close;
+		}
+
+		return events;
+	},
+
+	_close: function () {
+		if (this._map) {
+			this._map.closeTooltip(this);
+		}
+	},
+
+	_initLayout: function () {
+		var prefix = 'leaflet-tooltip',
+		    className = prefix + ' ' + (this.options.className || '') + ' leaflet-zoom-' + (this._zoomAnimated ? 'animated' : 'hide');
+
+		this._contentNode = this._container = create$1('div', className);
+	},
+
+	_updateLayout: function () {},
+
+	_adjustPan: function () {},
+
+	_setPosition: function (pos) {
+		var map = this._map,
+		    container = this._container,
+		    centerPoint = map.latLngToContainerPoint(map.getCenter()),
+		    tooltipPoint = map.layerPointToContainerPoint(pos),
+		    direction = this.options.direction,
+		    tooltipWidth = container.offsetWidth,
+		    tooltipHeight = container.offsetHeight,
+		    offset = toPoint(this.options.offset),
+		    anchor = this._getAnchor();
+
+		if (direction === 'top') {
+			pos = pos.add(toPoint(-tooltipWidth / 2 + offset.x, -tooltipHeight + offset.y + anchor.y, true));
+		} else if (direction === 'bottom') {
+			pos = pos.subtract(toPoint(tooltipWidth / 2 - offset.x, -offset.y, true));
+		} else if (direction === 'center') {
+			pos = pos.subtract(toPoint(tooltipWidth / 2 + offset.x, tooltipHeight / 2 - anchor.y + offset.y, true));
+		} else if (direction === 'right' || direction === 'auto' && tooltipPoint.x < centerPoint.x) {
+			direction = 'right';
+			pos = pos.add(toPoint(offset.x + anchor.x, anchor.y - tooltipHeight / 2 + offset.y, true));
+		} else {
+			direction = 'left';
+			pos = pos.subtract(toPoint(tooltipWidth + anchor.x - offset.x, tooltipHeight / 2 - anchor.y - offset.y, true));
+		}
+
+		removeClass(container, 'leaflet-tooltip-right');
+		removeClass(container, 'leaflet-tooltip-left');
+		removeClass(container, 'leaflet-tooltip-top');
+		removeClass(container, 'leaflet-tooltip-bottom');
+		addClass(container, 'leaflet-tooltip-' + direction);
+		setPosition(container, pos);
+	},
+
+	_updatePosition: function () {
+		var pos = this._map.latLngToLayerPoint(this._latlng);
+		this._setPosition(pos);
+	},
+
+	setOpacity: function (opacity) {
+		this.options.opacity = opacity;
+
+		if (this._container) {
+			setOpacity(this._container, opacity);
+		}
+	},
+
+	_animateZoom: function (e) {
+		var pos = this._map._latLngToNewLayerPoint(this._latlng, e.zoom, e.center);
+		this._setPosition(pos);
+	},
+
+	_getAnchor: function () {
+		// Where should we anchor the tooltip on the source layer?
+		return toPoint(this._source && this._source._getTooltipAnchor && !this.options.sticky ? this._source._getTooltipAnchor() : [0, 0]);
+	}
+
+});
+
+// @namespace Tooltip
+// @factory L.tooltip(options?: Tooltip options, source?: Layer)
+// Instantiates a Tooltip object given an optional `options` object that describes its appearance and location and an optional `source` object that is used to tag the tooltip with a reference to the Layer to which it refers.
+var tooltip = function (options, source) {
+	return new Tooltip(options, source);
+};
+
+// @namespace Map
+// @section Methods for Layers and Controls
+Map.include({
+
+	// @method openTooltip(tooltip: Tooltip): this
+	// Opens the specified tooltip.
+	// @alternative
+	// @method openTooltip(content: String|HTMLElement, latlng: LatLng, options?: Tooltip options): this
+	// Creates a tooltip with the specified content and options and open it.
+	openTooltip: function (tooltip, latlng, options) {
+		if (!(tooltip instanceof Tooltip)) {
+			tooltip = new Tooltip(options).setContent(tooltip);
+		}
+
+		if (latlng) {
+			tooltip.setLatLng(latlng);
+		}
+
+		if (this.hasLayer(tooltip)) {
+			return this;
+		}
+
+		return this.addLayer(tooltip);
+	},
+
+	// @method closeTooltip(tooltip?: Tooltip): this
+	// Closes the tooltip given as parameter.
+	closeTooltip: function (tooltip) {
+		if (tooltip) {
+			this.removeLayer(tooltip);
+		}
+		return this;
+	}
+
+});
+
+/*
+ * @namespace Layer
+ * @section Tooltip methods example
+ *
+ * All layers share a set of methods convenient for binding tooltips to it.
+ *
+ * ```js
+ * var layer = L.Polygon(latlngs).bindTooltip('Hi There!').addTo(map);
+ * layer.openTooltip();
+ * layer.closeTooltip();
+ * ```
+ */
+
+// @section Tooltip methods
+Layer.include({
+
+	// @method bindTooltip(content: String|HTMLElement|Function|Tooltip, options?: Tooltip options): this
+	// Binds a tooltip to the layer with the passed `content` and sets up the
+	// necessary event listeners. If a `Function` is passed it will receive
+	// the layer as the first argument and should return a `String` or `HTMLElement`.
+	bindTooltip: function (content, options) {
+
+		if (content instanceof Tooltip) {
+			setOptions(content, options);
+			this._tooltip = content;
+			content._source = this;
+		} else {
+			if (!this._tooltip || options) {
+				this._tooltip = new Tooltip(options, this);
+			}
+			this._tooltip.setContent(content);
+
+		}
+
+		this._initTooltipInteractions();
+
+		if (this._tooltip.options.permanent && this._map && this._map.hasLayer(this)) {
+			this.openTooltip();
+		}
+
+		return this;
+	},
+
+	// @method unbindTooltip(): this
+	// Removes the tooltip previously bound with `bindTooltip`.
+	unbindTooltip: function () {
+		if (this._tooltip) {
+			this._initTooltipInteractions(true);
+			this.closeTooltip();
+			this._tooltip = null;
+		}
+		return this;
+	},
+
+	_initTooltipInteractions: function (remove$$1) {
+		if (!remove$$1 && this._tooltipHandlersAdded) { return; }
+		var onOff = remove$$1 ? 'off' : 'on',
+		    events = {
+			remove: this.closeTooltip,
+			move: this._moveTooltip
+		    };
+		if (!this._tooltip.options.permanent) {
+			events.mouseover = this._openTooltip;
+			events.mouseout = this.closeTooltip;
+			if (this._tooltip.options.sticky) {
+				events.mousemove = this._moveTooltip;
+			}
+			if (touch) {
+				events.click = this._openTooltip;
+			}
+		} else {
+			events.add = this._openTooltip;
+		}
+		this[onOff](events);
+		this._tooltipHandlersAdded = !remove$$1;
+	},
+
+	// @method openTooltip(latlng?: LatLng): this
+	// Opens the bound tooltip at the specified `latlng` or at the default tooltip anchor if no `latlng` is passed.
+	openTooltip: function (layer, latlng) {
+		if (!(layer instanceof Layer)) {
+			latlng = layer;
+			layer = this;
+		}
+
+		if (layer instanceof FeatureGroup) {
+			for (var id in this._layers) {
+				layer = this._layers[id];
+				break;
+			}
+		}
+
+		if (!latlng) {
+			latlng = layer.getCenter ? layer.getCenter() : layer.getLatLng();
+		}
+
+		if (this._tooltip && this._map) {
+
+			// set tooltip source to this layer
+			this._tooltip._source = layer;
+
+			// update the tooltip (content, layout, ect...)
+			this._tooltip.update();
+
+			// open the tooltip on the map
+			this._map.openTooltip(this._tooltip, latlng);
+
+			// Tooltip container may not be defined if not permanent and never
+			// opened.
+			if (this._tooltip.options.interactive && this._tooltip._container) {
+				addClass(this._tooltip._container, 'leaflet-clickable');
+				this.addInteractiveTarget(this._tooltip._container);
+			}
+		}
+
+		return this;
+	},
+
+	// @method closeTooltip(): this
+	// Closes the tooltip bound to this layer if it is open.
+	closeTooltip: function () {
+		if (this._tooltip) {
+			this._tooltip._close();
+			if (this._tooltip.options.interactive && this._tooltip._container) {
+				removeClass(this._tooltip._container, 'leaflet-clickable');
+				this.removeInteractiveTarget(this._tooltip._container);
+			}
+		}
+		return this;
+	},
+
+	// @method toggleTooltip(): this
+	// Opens or closes the tooltip bound to this layer depending on its current state.
+	toggleTooltip: function (target) {
+		if (this._tooltip) {
+			if (this._tooltip._map) {
+				this.closeTooltip();
+			} else {
+				this.openTooltip(target);
+			}
+		}
+		return this;
+	},
+
+	// @method isTooltipOpen(): boolean
+	// Returns `true` if the tooltip bound to this layer is currently open.
+	isTooltipOpen: function () {
+		return this._tooltip.isOpen();
+	},
+
+	// @method setTooltipContent(content: String|HTMLElement|Tooltip): this
+	// Sets the content of the tooltip bound to this layer.
+	setTooltipContent: function (content) {
+		if (this._tooltip) {
+			this._tooltip.setContent(content);
+		}
+		return this;
+	},
+
+	// @method getTooltip(): Tooltip
+	// Returns the tooltip bound to this layer.
+	getTooltip: function () {
+		return this._tooltip;
+	},
+
+	_openTooltip: function (e) {
+		var layer = e.layer || e.target;
+
+		if (!this._tooltip || !this._map) {
+			return;
+		}
+		this.openTooltip(layer, this._tooltip.options.sticky ? e.latlng : undefined);
+	},
+
+	_moveTooltip: function (e) {
+		var latlng = e.latlng, containerPoint, layerPoint;
+		if (this._tooltip.options.sticky && e.originalEvent) {
+			containerPoint = this._map.mouseEventToContainerPoint(e.originalEvent);
+			layerPoint = this._map.containerPointToLayerPoint(containerPoint);
+			latlng = this._map.layerPointToLatLng(layerPoint);
+		}
+		this._tooltip.setLatLng(latlng);
+	}
+});
+
+/*
+ * @class DivIcon
+ * @aka L.DivIcon
+ * @inherits Icon
+ *
+ * Represents a lightweight icon for markers that uses a simple `<div>`
+ * element instead of an image. Inherits from `Icon` but ignores the `iconUrl` and shadow options.
+ *
+ * @example
+ * ```js
+ * var myIcon = L.divIcon({className: 'my-div-icon'});
+ * // you can set .my-div-icon styles in CSS
+ *
+ * L.marker([50.505, 30.57], {icon: myIcon}).addTo(map);
+ * ```
+ *
+ * By default, it has a 'leaflet-div-icon' CSS class and is styled as a little white square with a shadow.
+ */
+
+var DivIcon = Icon.extend({
+	options: {
+		// @section
+		// @aka DivIcon options
+		iconSize: [12, 12], // also can be set through CSS
+
+		// iconAnchor: (Point),
+		// popupAnchor: (Point),
+
+		// @option html: String = ''
+		// Custom HTML code to put inside the div element, empty by default.
+		html: false,
+
+		// @option bgPos: Point = [0, 0]
+		// Optional relative position of the background, in pixels
+		bgPos: null,
+
+		className: 'leaflet-div-icon'
+	},
+
+	createIcon: function (oldIcon) {
+		var div = (oldIcon && oldIcon.tagName === 'DIV') ? oldIcon : document.createElement('div'),
+		    options = this.options;
+
+		div.innerHTML = options.html !== false ? options.html : '';
+
+		if (options.bgPos) {
+			var bgPos = toPoint(options.bgPos);
+			div.style.backgroundPosition = (-bgPos.x) + 'px ' + (-bgPos.y) + 'px';
+		}
+		this._setIconStyles(div, 'icon');
+
+		return div;
+	},
+
+	createShadow: function () {
+		return null;
+	}
+});
+
+// @factory L.divIcon(options: DivIcon options)
+// Creates a `DivIcon` instance with the given options.
+function divIcon(options) {
+	return new DivIcon(options);
+}
+
+Icon.Default = IconDefault;
+
+/*
+ * @class GridLayer
+ * @inherits Layer
+ * @aka L.GridLayer
+ *
+ * Generic class for handling a tiled grid of HTML elements. This is the base class for all tile layers and replaces `TileLayer.Canvas`.
+ * GridLayer can be extended to create a tiled grid of HTML elements like `<canvas>`, `<img>` or `<div>`. GridLayer will handle creating and animating these DOM elements for you.
+ *
+ *
+ * @section Synchronous usage
+ * @example
+ *
+ * To create a custom layer, extend GridLayer and implement the `createTile()` method, which will be passed a `Point` object with the `x`, `y`, and `z` (zoom level) coordinates to draw your tile.
+ *
+ * ```js
+ * var CanvasLayer = L.GridLayer.extend({
+ *     createTile: function(coords){
+ *         // create a <canvas> element for drawing
+ *         var tile = L.DomUtil.create('canvas', 'leaflet-tile');
+ *
+ *         // setup tile width and height according to the options
+ *         var size = this.getTileSize();
+ *         tile.width = size.x;
+ *         tile.height = size.y;
+ *
+ *         // get a canvas context and draw something on it using coords.x, coords.y and coords.z
+ *         var ctx = tile.getContext('2d');
+ *
+ *         // return the tile so it can be rendered on screen
+ *         return tile;
+ *     }
+ * });
+ * ```
+ *
+ * @section Asynchronous usage
+ * @example
+ *
+ * Tile creation can also be asynchronous, this is useful when using a third-party drawing library. Once the tile is finished drawing it can be passed to the `done()` callback.
+ *
+ * ```js
+ * var CanvasLayer = L.GridLayer.extend({
+ *     createTile: function(coords, done){
+ *         var error;
+ *
+ *         // create a <canvas> element for drawing
+ *         var tile = L.DomUtil.create('canvas', 'leaflet-tile');
+ *
+ *         // setup tile width and height according to the options
+ *         var size = this.getTileSize();
+ *         tile.width = size.x;
+ *         tile.height = size.y;
+ *
+ *         // draw something asynchronously and pass the tile to the done() callback
+ *         setTimeout(function() {
+ *             done(error, tile);
+ *         }, 1000);
+ *
+ *         return tile;
+ *     }
+ * });
+ * ```
+ *
+ * @section
+ */
+
+
+var GridLayer = Layer.extend({
+
+	// @section
+	// @aka GridLayer options
+	options: {
+		// @option tileSize: Number|Point = 256
+		// Width and height of tiles in the grid. Use a number if width and height are equal, or `L.point(width, height)` otherwise.
+		tileSize: 256,
+
+		// @option opacity: Number = 1.0
+		// Opacity of the tiles. Can be used in the `createTile()` function.
+		opacity: 1,
+
+		// @option updateWhenIdle: Boolean = (depends)
+		// Load new tiles only when panning ends.
+		// `true` by default on mobile browsers, in order to avoid too many requests and keep smooth navigation.
+		// `false` otherwise in order to display new tiles _during_ panning, since it is easy to pan outside the
+		// [`keepBuffer`](#gridlayer-keepbuffer) option in desktop browsers.
+		updateWhenIdle: mobile,
+
+		// @option updateWhenZooming: Boolean = true
+		// By default, a smooth zoom animation (during a [touch zoom](#map-touchzoom) or a [`flyTo()`](#map-flyto)) will update grid layers every integer zoom level. Setting this option to `false` will update the grid layer only when the smooth animation ends.
+		updateWhenZooming: true,
+
+		// @option updateInterval: Number = 200
+		// Tiles will not update more than once every `updateInterval` milliseconds when panning.
+		updateInterval: 200,
+
+		// @option zIndex: Number = 1
+		// The explicit zIndex of the tile layer.
+		zIndex: 1,
+
+		// @option bounds: LatLngBounds = undefined
+		// If set, tiles will only be loaded inside the set `LatLngBounds`.
+		bounds: null,
+
+		// @option minZoom: Number = 0
+		// The minimum zoom level down to which this layer will be displayed (inclusive).
+		minZoom: 0,
+
+		// @option maxZoom: Number = undefined
+		// The maximum zoom level up to which this layer will be displayed (inclusive).
+		maxZoom: undefined,
+
+		// @option maxNativeZoom: Number = undefined
+		// Maximum zoom number the tile source has available. If it is specified,
+		// the tiles on all zoom levels higher than `maxNativeZoom` will be loaded
+		// from `maxNativeZoom` level and auto-scaled.
+		maxNativeZoom: undefined,
+
+		// @option minNativeZoom: Number = undefined
+		// Minimum zoom number the tile source has available. If it is specified,
+		// the tiles on all zoom levels lower than `minNativeZoom` will be loaded
+		// from `minNativeZoom` level and auto-scaled.
+		minNativeZoom: undefined,
+
+		// @option noWrap: Boolean = false
+		// Whether the layer is wrapped around the antimeridian. If `true`, the
+		// GridLayer will only be displayed once at low zoom levels. Has no
+		// effect when the [map CRS](#map-crs) doesn't wrap around. Can be used
+		// in combination with [`bounds`](#gridlayer-bounds) to prevent requesting
+		// tiles outside the CRS limits.
+		noWrap: false,
+
+		// @option pane: String = 'tilePane'
+		// `Map pane` where the grid layer will be added.
+		pane: 'tilePane',
+
+		// @option className: String = ''
+		// A custom class name to assign to the tile layer. Empty by default.
+		className: '',
+
+		// @option keepBuffer: Number = 2
+		// When panning the map, keep this many rows and columns of tiles before unloading them.
+		keepBuffer: 2
+	},
+
+	initialize: function (options) {
+		setOptions(this, options);
+	},
+
+	onAdd: function () {
+		this._initContainer();
+
+		this._levels = {};
+		this._tiles = {};
+
+		this._resetView();
+		this._update();
+	},
+
+	beforeAdd: function (map) {
+		map._addZoomLimit(this);
+	},
+
+	onRemove: function (map) {
+		this._removeAllTiles();
+		remove(this._container);
+		map._removeZoomLimit(this);
+		this._container = null;
+		this._tileZoom = undefined;
+	},
+
+	// @method bringToFront: this
+	// Brings the tile layer to the top of all tile layers.
+	bringToFront: function () {
+		if (this._map) {
+			toFront(this._container);
+			this._setAutoZIndex(Math.max);
+		}
+		return this;
+	},
+
+	// @method bringToBack: this
+	// Brings the tile layer to the bottom of all tile layers.
+	bringToBack: function () {
+		if (this._map) {
+			toBack(this._container);
+			this._setAutoZIndex(Math.min);
+		}
+		return this;
+	},
+
+	// @method getContainer: HTMLElement
+	// Returns the HTML element that contains the tiles for this layer.
+	getContainer: function () {
+		return this._container;
+	},
+
+	// @method setOpacity(opacity: Number): this
+	// Changes the [opacity](#gridlayer-opacity) of the grid layer.
+	setOpacity: function (opacity) {
+		this.options.opacity = opacity;
+		this._updateOpacity();
+		return this;
+	},
+
+	// @method setZIndex(zIndex: Number): this
+	// Changes the [zIndex](#gridlayer-zindex) of the grid layer.
+	setZIndex: function (zIndex) {
+		this.options.zIndex = zIndex;
+		this._updateZIndex();
+
+		return this;
+	},
+
+	// @method isLoading: Boolean
+	// Returns `true` if any tile in the grid layer has not finished loading.
+	isLoading: function () {
+		return this._loading;
+	},
+
+	// @method redraw: this
+	// Causes the layer to clear all the tiles and request them again.
+	redraw: function () {
+		if (this._map) {
+			this._removeAllTiles();
+			this._update();
+		}
+		return this;
+	},
+
+	getEvents: function () {
+		var events = {
+			viewprereset: this._invalidateAll,
+			viewreset: this._resetView,
+			zoom: this._resetView,
+			moveend: this._onMoveEnd
+		};
+
+		if (!this.options.updateWhenIdle) {
+			// update tiles on move, but not more often than once per given interval
+			if (!this._onMove) {
+				this._onMove = throttle(this._onMoveEnd, this.options.updateInterval, this);
+			}
+
+			events.move = this._onMove;
+		}
+
+		if (this._zoomAnimated) {
+			events.zoomanim = this._animateZoom;
+		}
+
+		return events;
+	},
+
+	// @section Extension methods
+	// Layers extending `GridLayer` shall reimplement the following method.
+	// @method createTile(coords: Object, done?: Function): HTMLElement
+	// Called only internally, must be overridden by classes extending `GridLayer`.
+	// Returns the `HTMLElement` corresponding to the given `coords`. If the `done` callback
+	// is specified, it must be called when the tile has finished loading and drawing.
+	createTile: function () {
+		return document.createElement('div');
+	},
+
+	// @section
+	// @method getTileSize: Point
+	// Normalizes the [tileSize option](#gridlayer-tilesize) into a point. Used by the `createTile()` method.
+	getTileSize: function () {
+		var s = this.options.tileSize;
+		return s instanceof Point ? s : new Point(s, s);
+	},
+
+	_updateZIndex: function () {
+		if (this._container && this.options.zIndex !== undefined && this.options.zIndex !== null) {
+			this._container.style.zIndex = this.options.zIndex;
+		}
+	},
+
+	_setAutoZIndex: function (compare) {
+		// go through all other layers of the same pane, set zIndex to max + 1 (front) or min - 1 (back)
+
+		var layers = this.getPane().children,
+		    edgeZIndex = -compare(-Infinity, Infinity); // -Infinity for max, Infinity for min
+
+		for (var i = 0, len = layers.length, zIndex; i < len; i++) {
+
+			zIndex = layers[i].style.zIndex;
+
+			if (layers[i] !== this._container && zIndex) {
+				edgeZIndex = compare(edgeZIndex, +zIndex);
+			}
+		}
+
+		if (isFinite(edgeZIndex)) {
+			this.options.zIndex = edgeZIndex + compare(-1, 1);
+			this._updateZIndex();
+		}
+	},
+
+	_updateOpacity: function () {
+		if (!this._map) { return; }
+
+		// IE doesn't inherit filter opacity properly, so we're forced to set it on tiles
+		if (ielt9) { return; }
+
+		setOpacity(this._container, this.options.opacity);
+
+		var now = +new Date(),
+		    nextFrame = false,
+		    willPrune = false;
+
+		for (var key in this._tiles) {
+			var tile = this._tiles[key];
+			if (!tile.current || !tile.loaded) { continue; }
+
+			var fade = Math.min(1, (now - tile.loaded) / 200);
+
+			setOpacity(tile.el, fade);
+			if (fade < 1) {
+				nextFrame = true;
+			} else {
+				if (tile.active) {
+					willPrune = true;
+				} else {
+					this._onOpaqueTile(tile);
+				}
+				tile.active = true;
+			}
+		}
+
+		if (willPrune && !this._noPrune) { this._pruneTiles(); }
+
+		if (nextFrame) {
+			cancelAnimFrame(this._fadeFrame);
+			this._fadeFrame = requestAnimFrame(this._updateOpacity, this);
+		}
+	},
+
+	_onOpaqueTile: falseFn,
+
+	_initContainer: function () {
+		if (this._container) { return; }
+
+		this._container = create$1('div', 'leaflet-layer ' + (this.options.className || ''));
+		this._updateZIndex();
+
+		if (this.options.opacity < 1) {
+			this._updateOpacity();
+		}
+
+		this.getPane().appendChild(this._container);
+	},
+
+	_updateLevels: function () {
+
+		var zoom = this._tileZoom,
+		    maxZoom = this.options.maxZoom;
+
+		if (zoom === undefined) { return undefined; }
+
+		for (var z in this._levels) {
+			if (this._levels[z].el.children.length || z === zoom) {
+				this._levels[z].el.style.zIndex = maxZoom - Math.abs(zoom - z);
+				this._onUpdateLevel(z);
+			} else {
+				remove(this._levels[z].el);
+				this._removeTilesAtZoom(z);
+				this._onRemoveLevel(z);
+				delete this._levels[z];
+			}
+		}
+
+		var level = this._levels[zoom],
+		    map = this._map;
+
+		if (!level) {
+			level = this._levels[zoom] = {};
+
+			level.el = create$1('div', 'leaflet-tile-container leaflet-zoom-animated', this._container);
+			level.el.style.zIndex = maxZoom;
+
+			level.origin = map.project(map.unproject(map.getPixelOrigin()), zoom).round();
+			level.zoom = zoom;
+
+			this._setZoomTransform(level, map.getCenter(), map.getZoom());
+
+			// force the browser to consider the newly added element for transition
+			falseFn(level.el.offsetWidth);
+
+			this._onCreateLevel(level);
+		}
+
+		this._level = level;
+
+		return level;
+	},
+
+	_onUpdateLevel: falseFn,
+
+	_onRemoveLevel: falseFn,
+
+	_onCreateLevel: falseFn,
+
+	_pruneTiles: function () {
+		if (!this._map) {
+			return;
+		}
+
+		var key, tile;
+
+		var zoom = this._map.getZoom();
+		if (zoom > this.options.maxZoom ||
+			zoom < this.options.minZoom) {
+			this._removeAllTiles();
+			return;
+		}
+
+		for (key in this._tiles) {
+			tile = this._tiles[key];
+			tile.retain = tile.current;
+		}
+
+		for (key in this._tiles) {
+			tile = this._tiles[key];
+			if (tile.current && !tile.active) {
+				var coords = tile.coords;
+				if (!this._retainParent(coords.x, coords.y, coords.z, coords.z - 5)) {
+					this._retainChildren(coords.x, coords.y, coords.z, coords.z + 2);
+				}
+			}
+		}
+
+		for (key in this._tiles) {
+			if (!this._tiles[key].retain) {
+				this._removeTile(key);
+			}
+		}
+	},
+
+	_removeTilesAtZoom: function (zoom) {
+		for (var key in this._tiles) {
+			if (this._tiles[key].coords.z !== zoom) {
+				continue;
+			}
+			this._removeTile(key);
+		}
+	},
+
+	_removeAllTiles: function () {
+		for (var key in this._tiles) {
+			this._removeTile(key);
+		}
+	},
+
+	_invalidateAll: function () {
+		for (var z in this._levels) {
+			remove(this._levels[z].el);
+			this._onRemoveLevel(z);
+			delete this._levels[z];
+		}
+		this._removeAllTiles();
+
+		this._tileZoom = undefined;
+	},
+
+	_retainParent: function (x, y, z, minZoom) {
+		var x2 = Math.floor(x / 2),
+		    y2 = Math.floor(y / 2),
+		    z2 = z - 1,
+		    coords2 = new Point(+x2, +y2);
+		coords2.z = +z2;
+
+		var key = this._tileCoordsToKey(coords2),
+		    tile = this._tiles[key];
+
+		if (tile && tile.active) {
+			tile.retain = true;
+			return true;
+
+		} else if (tile && tile.loaded) {
+			tile.retain = true;
+		}
+
+		if (z2 > minZoom) {
+			return this._retainParent(x2, y2, z2, minZoom);
+		}
+
+		return false;
+	},
+
+	_retainChildren: function (x, y, z, maxZoom) {
+
+		for (var i = 2 * x; i < 2 * x + 2; i++) {
+			for (var j = 2 * y; j < 2 * y + 2; j++) {
+
+				var coords = new Point(i, j);
+				coords.z = z + 1;
+
+				var key = this._tileCoordsToKey(coords),
+				    tile = this._tiles[key];
+
+				if (tile && tile.active) {
+					tile.retain = true;
+					continue;
+
+				} else if (tile && tile.loaded) {
+					tile.retain = true;
+				}
+
+				if (z + 1 < maxZoom) {
+					this._retainChildren(i, j, z + 1, maxZoom);
+				}
+			}
+		}
+	},
+
+	_resetView: function (e) {
+		var animating = e && (e.pinch || e.flyTo);
+		this._setView(this._map.getCenter(), this._map.getZoom(), animating, animating);
+	},
+
+	_animateZoom: function (e) {
+		this._setView(e.center, e.zoom, true, e.noUpdate);
+	},
+
+	_clampZoom: function (zoom) {
+		var options = this.options;
+
+		if (undefined !== options.minNativeZoom && zoom < options.minNativeZoom) {
+			return options.minNativeZoom;
+		}
+
+		if (undefined !== options.maxNativeZoom && options.maxNativeZoom < zoom) {
+			return options.maxNativeZoom;
+		}
+
+		return zoom;
+	},
+
+	_setView: function (center, zoom, noPrune, noUpdate) {
+		var tileZoom = this._clampZoom(Math.round(zoom));
+		if ((this.options.maxZoom !== undefined && tileZoom > this.options.maxZoom) ||
+		    (this.options.minZoom !== undefined && tileZoom < this.options.minZoom)) {
+			tileZoom = undefined;
+		}
+
+		var tileZoomChanged = this.options.updateWhenZooming && (tileZoom !== this._tileZoom);
+
+		if (!noUpdate || tileZoomChanged) {
+
+			this._tileZoom = tileZoom;
+
+			if (this._abortLoading) {
+				this._abortLoading();
+			}
+
+			this._updateLevels();
+			this._resetGrid();
+
+			if (tileZoom !== undefined) {
+				this._update(center);
+			}
+
+			if (!noPrune) {
+				this._pruneTiles();
+			}
+
+			// Flag to prevent _updateOpacity from pruning tiles during
+			// a zoom anim or a pinch gesture
+			this._noPrune = !!noPrune;
+		}
+
+		this._setZoomTransforms(center, zoom);
+	},
+
+	_setZoomTransforms: function (center, zoom) {
+		for (var i in this._levels) {
+			this._setZoomTransform(this._levels[i], center, zoom);
+		}
+	},
+
+	_setZoomTransform: function (level, center, zoom) {
+		var scale = this._map.getZoomScale(zoom, level.zoom),
+		    translate = level.origin.multiplyBy(scale)
+		        .subtract(this._map._getNewPixelOrigin(center, zoom)).round();
+
+		if (any3d) {
+			setTransform(level.el, translate, scale);
+		} else {
+			setPosition(level.el, translate);
+		}
+	},
+
+	_resetGrid: function () {
+		var map = this._map,
+		    crs = map.options.crs,
+		    tileSize = this._tileSize = this.getTileSize(),
+		    tileZoom = this._tileZoom;
+
+		var bounds = this._map.getPixelWorldBounds(this._tileZoom);
+		if (bounds) {
+			this._globalTileRange = this._pxBoundsToTileRange(bounds);
+		}
+
+		this._wrapX = crs.wrapLng && !this.options.noWrap && [
+			Math.floor(map.project([0, crs.wrapLng[0]], tileZoom).x / tileSize.x),
+			Math.ceil(map.project([0, crs.wrapLng[1]], tileZoom).x / tileSize.y)
+		];
+		this._wrapY = crs.wrapLat && !this.options.noWrap && [
+			Math.floor(map.project([crs.wrapLat[0], 0], tileZoom).y / tileSize.x),
+			Math.ceil(map.project([crs.wrapLat[1], 0], tileZoom).y / tileSize.y)
+		];
+	},
+
+	_onMoveEnd: function () {
+		if (!this._map || this._map._animatingZoom) { return; }
+
+		this._update();
+	},
+
+	_getTiledPixelBounds: function (center) {
+		var map = this._map,
+		    mapZoom = map._animatingZoom ? Math.max(map._animateToZoom, map.getZoom()) : map.getZoom(),
+		    scale = map.getZoomScale(mapZoom, this._tileZoom),
+		    pixelCenter = map.project(center, this._tileZoom).floor(),
+		    halfSize = map.getSize().divideBy(scale * 2);
+
+		return new Bounds(pixelCenter.subtract(halfSize), pixelCenter.add(halfSize));
+	},
+
+	// Private method to load tiles in the grid's active zoom level according to map bounds
+	_update: function (center) {
+		var map = this._map;
+		if (!map) { return; }
+		var zoom = this._clampZoom(map.getZoom());
+
+		if (center === undefined) { center = map.getCenter(); }
+		if (this._tileZoom === undefined) { return; }	// if out of minzoom/maxzoom
+
+		var pixelBounds = this._getTiledPixelBounds(center),
+		    tileRange = this._pxBoundsToTileRange(pixelBounds),
+		    tileCenter = tileRange.getCenter(),
+		    queue = [],
+		    margin = this.options.keepBuffer,
+		    noPruneRange = new Bounds(tileRange.getBottomLeft().subtract([margin, -margin]),
+		                              tileRange.getTopRight().add([margin, -margin]));
+
+		// Sanity check: panic if the tile range contains Infinity somewhere.
+		if (!(isFinite(tileRange.min.x) &&
+		      isFinite(tileRange.min.y) &&
+		      isFinite(tileRange.max.x) &&
+		      isFinite(tileRange.max.y))) { throw new Error('Attempted to load an infinite number of tiles'); }
+
+		for (var key in this._tiles) {
+			var c = this._tiles[key].coords;
+			if (c.z !== this._tileZoom || !noPruneRange.contains(new Point(c.x, c.y))) {
+				this._tiles[key].current = false;
+			}
+		}
+
+		// _update just loads more tiles. If the tile zoom level differs too much
+		// from the map's, let _setView reset levels and prune old tiles.
+		if (Math.abs(zoom - this._tileZoom) > 1) { this._setView(center, zoom); return; }
+
+		// create a queue of coordinates to load tiles from
+		for (var j = tileRange.min.y; j <= tileRange.max.y; j++) {
+			for (var i = tileRange.min.x; i <= tileRange.max.x; i++) {
+				var coords = new Point(i, j);
+				coords.z = this._tileZoom;
+
+				if (!this._isValidTile(coords)) { continue; }
+
+				var tile = this._tiles[this._tileCoordsToKey(coords)];
+				if (tile) {
+					tile.current = true;
+				} else {
+					queue.push(coords);
+				}
+			}
+		}
+
+		// sort tile queue to load tiles in order of their distance to center
+		queue.sort(function (a, b) {
+			return a.distanceTo(tileCenter) - b.distanceTo(tileCenter);
+		});
+
+		if (queue.length !== 0) {
+			// if it's the first batch of tiles to load
+			if (!this._loading) {
+				this._loading = true;
+				// @event loading: Event
+				// Fired when the grid layer starts loading tiles.
+				this.fire('loading');
+			}
+
+			// create DOM fragment to append tiles in one batch
+			var fragment = document.createDocumentFragment();
+
+			for (i = 0; i < queue.length; i++) {
+				this._addTile(queue[i], fragment);
+			}
+
+			this._level.el.appendChild(fragment);
+		}
+	},
+
+	_isValidTile: function (coords) {
+		var crs = this._map.options.crs;
+
+		if (!crs.infinite) {
+			// don't load tile if it's out of bounds and not wrapped
+			var bounds = this._globalTileRange;
+			if ((!crs.wrapLng && (coords.x < bounds.min.x || coords.x > bounds.max.x)) ||
+			    (!crs.wrapLat && (coords.y < bounds.min.y || coords.y > bounds.max.y))) { return false; }
+		}
+
+		if (!this.options.bounds) { return true; }
+
+		// don't load tile if it doesn't intersect the bounds in options
+		var tileBounds = this._tileCoordsToBounds(coords);
+		return toLatLngBounds(this.options.bounds).overlaps(tileBounds);
+	},
+
+	_keyToBounds: function (key) {
+		return this._tileCoordsToBounds(this._keyToTileCoords(key));
+	},
+
+	_tileCoordsToNwSe: function (coords) {
+		var map = this._map,
+		    tileSize = this.getTileSize(),
+		    nwPoint = coords.scaleBy(tileSize),
+		    sePoint = nwPoint.add(tileSize),
+		    nw = map.unproject(nwPoint, coords.z),
+		    se = map.unproject(sePoint, coords.z);
+		return [nw, se];
+	},
+
+	// converts tile coordinates to its geographical bounds
+	_tileCoordsToBounds: function (coords) {
+		var bp = this._tileCoordsToNwSe(coords),
+		    bounds = new LatLngBounds(bp[0], bp[1]);
+
+		if (!this.options.noWrap) {
+			bounds = this._map.wrapLatLngBounds(bounds);
+		}
+		return bounds;
+	},
+	// converts tile coordinates to key for the tile cache
+	_tileCoordsToKey: function (coords) {
+		return coords.x + ':' + coords.y + ':' + coords.z;
+	},
+
+	// converts tile cache key to coordinates
+	_keyToTileCoords: function (key) {
+		var k = key.split(':'),
+		    coords = new Point(+k[0], +k[1]);
+		coords.z = +k[2];
+		return coords;
+	},
+
+	_removeTile: function (key) {
+		var tile = this._tiles[key];
+		if (!tile) { return; }
+
+		remove(tile.el);
+
+		delete this._tiles[key];
+
+		// @event tileunload: TileEvent
+		// Fired when a tile is removed (e.g. when a tile goes off the screen).
+		this.fire('tileunload', {
+			tile: tile.el,
+			coords: this._keyToTileCoords(key)
+		});
+	},
+
+	_initTile: function (tile) {
+		addClass(tile, 'leaflet-tile');
+
+		var tileSize = this.getTileSize();
+		tile.style.width = tileSize.x + 'px';
+		tile.style.height = tileSize.y + 'px';
+
+		tile.onselectstart = falseFn;
+		tile.onmousemove = falseFn;
+
+		// update opacity on tiles in IE7-8 because of filter inheritance problems
+		if (ielt9 && this.options.opacity < 1) {
+			setOpacity(tile, this.options.opacity);
+		}
+
+		// without this hack, tiles disappear after zoom on Chrome for Android
+		// https://github.com/Leaflet/Leaflet/issues/2078
+		if (android && !android23) {
+			tile.style.WebkitBackfaceVisibility = 'hidden';
+		}
+	},
+
+	_addTile: function (coords, container) {
+		var tilePos = this._getTilePos(coords),
+		    key = this._tileCoordsToKey(coords);
+
+		var tile = this.createTile(this._wrapCoords(coords), bind(this._tileReady, this, coords));
+
+		this._initTile(tile);
+
+		// if createTile is defined with a second argument ("done" callback),
+		// we know that tile is async and will be ready later; otherwise
+		if (this.createTile.length < 2) {
+			// mark tile as ready, but delay one frame for opacity animation to happen
+			requestAnimFrame(bind(this._tileReady, this, coords, null, tile));
+		}
+
+		setPosition(tile, tilePos);
+
+		// save tile in cache
+		this._tiles[key] = {
+			el: tile,
+			coords: coords,
+			current: true
+		};
+
+		container.appendChild(tile);
+		// @event tileloadstart: TileEvent
+		// Fired when a tile is requested and starts loading.
+		this.fire('tileloadstart', {
+			tile: tile,
+			coords: coords
+		});
+	},
+
+	_tileReady: function (coords, err, tile) {
+		if (err) {
+			// @event tileerror: TileErrorEvent
+			// Fired when there is an error loading a tile.
+			this.fire('tileerror', {
+				error: err,
+				tile: tile,
+				coords: coords
+			});
+		}
+
+		var key = this._tileCoordsToKey(coords);
+
+		tile = this._tiles[key];
+		if (!tile) { return; }
+
+		tile.loaded = +new Date();
+		if (this._map._fadeAnimated) {
+			setOpacity(tile.el, 0);
+			cancelAnimFrame(this._fadeFrame);
+			this._fadeFrame = requestAnimFrame(this._updateOpacity, this);
+		} else {
+			tile.active = true;
+			this._pruneTiles();
+		}
+
+		if (!err) {
+			addClass(tile.el, 'leaflet-tile-loaded');
+
+			// @event tileload: TileEvent
+			// Fired when a tile loads.
+			this.fire('tileload', {
+				tile: tile.el,
+				coords: coords
+			});
+		}
+
+		if (this._noTilesToLoad()) {
+			this._loading = false;
+			// @event load: Event
+			// Fired when the grid layer loaded all visible tiles.
+			this.fire('load');
+
+			if (ielt9 || !this._map._fadeAnimated) {
+				requestAnimFrame(this._pruneTiles, this);
+			} else {
+				// Wait a bit more than 0.2 secs (the duration of the tile fade-in)
+				// to trigger a pruning.
+				setTimeout(bind(this._pruneTiles, this), 250);
+			}
+		}
+	},
+
+	_getTilePos: function (coords) {
+		return coords.scaleBy(this.getTileSize()).subtract(this._level.origin);
+	},
+
+	_wrapCoords: function (coords) {
+		var newCoords = new Point(
+			this._wrapX ? wrapNum(coords.x, this._wrapX) : coords.x,
+			this._wrapY ? wrapNum(coords.y, this._wrapY) : coords.y);
+		newCoords.z = coords.z;
+		return newCoords;
+	},
+
+	_pxBoundsToTileRange: function (bounds) {
+		var tileSize = this.getTileSize();
+		return new Bounds(
+			bounds.min.unscaleBy(tileSize).floor(),
+			bounds.max.unscaleBy(tileSize).ceil().subtract([1, 1]));
+	},
+
+	_noTilesToLoad: function () {
+		for (var key in this._tiles) {
+			if (!this._tiles[key].loaded) { return false; }
+		}
+		return true;
+	}
+});
+
+// @factory L.gridLayer(options?: GridLayer options)
+// Creates a new instance of GridLayer with the supplied options.
+function gridLayer(options) {
+	return new GridLayer(options);
+}
+
+/*
+ * @class TileLayer
+ * @inherits GridLayer
+ * @aka L.TileLayer
+ * Used to load and display tile layers on the map. Note that most tile servers require attribution, which you can set under `Layer`. Extends `GridLayer`.
+ *
+ * @example
+ *
+ * ```js
+ * L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png?{foo}', {foo: 'bar', attribution: 'Map data &copy; <a href="https://www.openstreetmap.org/">OpenStreetMap</a> contributors, <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>'}).addTo(map);
+ * ```
+ *
+ * @section URL template
+ * @example
+ *
+ * A string of the following form:
+ *
+ * ```
+ * 'http://{s}.somedomain.com/blabla/{z}/{x}/{y}{r}.png'
+ * ```
+ *
+ * `{s}` means one of the available subdomains (used sequentially to help with browser parallel requests per domain limitation; subdomain values are specified in options; `a`, `b` or `c` by default, can be omitted), `{z}` — zoom level, `{x}` and `{y}` — tile coordinates. `{r}` can be used to add "&commat;2x" to the URL to load retina tiles.
+ *
+ * You can use custom keys in the template, which will be [evaluated](#util-template) from TileLayer options, like this:
+ *
+ * ```
+ * L.tileLayer('http://{s}.somedomain.com/{foo}/{z}/{x}/{y}.png', {foo: 'bar'});
+ * ```
+ */
+
+
+var TileLayer = GridLayer.extend({
+
+	// @section
+	// @aka TileLayer options
+	options: {
+		// @option minZoom: Number = 0
+		// The minimum zoom level down to which this layer will be displayed (inclusive).
+		minZoom: 0,
+
+		// @option maxZoom: Number = 18
+		// The maximum zoom level up to which this layer will be displayed (inclusive).
+		maxZoom: 18,
+
+		// @option subdomains: String|String[] = 'abc'
+		// Subdomains of the tile service. Can be passed in the form of one string (where each letter is a subdomain name) or an array of strings.
+		subdomains: 'abc',
+
+		// @option errorTileUrl: String = ''
+		// URL to the tile image to show in place of the tile that failed to load.
+		errorTileUrl: '',
+
+		// @option zoomOffset: Number = 0
+		// The zoom number used in tile URLs will be offset with this value.
+		zoomOffset: 0,
+
+		// @option tms: Boolean = false
+		// If `true`, inverses Y axis numbering for tiles (turn this on for [TMS](https://en.wikipedia.org/wiki/Tile_Map_Service) services).
+		tms: false,
+
+		// @option zoomReverse: Boolean = false
+		// If set to true, the zoom number used in tile URLs will be reversed (`maxZoom - zoom` instead of `zoom`)
+		zoomReverse: false,
+
+		// @option detectRetina: Boolean = false
+		// If `true` and user is on a retina display, it will request four tiles of half the specified size and a bigger zoom level in place of one to utilize the high resolution.
+		detectRetina: false,
+
+		// @option crossOrigin: Boolean|String = false
+		// Whether the crossOrigin attribute will be added to the tiles.
+		// If a String is provided, all tiles will have their crossOrigin attribute set to the String provided. This is needed if you want to access tile pixel data.
+		// Refer to [CORS Settings](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes) for valid String values.
+		crossOrigin: false
+	},
+
+	initialize: function (url, options) {
+
+		this._url = url;
+
+		options = setOptions(this, options);
+
+		// detecting retina displays, adjusting tileSize and zoom levels
+		if (options.detectRetina && retina && options.maxZoom > 0) {
+
+			options.tileSize = Math.floor(options.tileSize / 2);
+
+			if (!options.zoomReverse) {
+				options.zoomOffset++;
+				options.maxZoom--;
+			} else {
+				options.zoomOffset--;
+				options.minZoom++;
+			}
+
+			options.minZoom = Math.max(0, options.minZoom);
+		}
+
+		if (typeof options.subdomains === 'string') {
+			options.subdomains = options.subdomains.split('');
+		}
+
+		// for https://github.com/Leaflet/Leaflet/issues/137
+		if (!android) {
+			this.on('tileunload', this._onTileRemove);
+		}
+	},
+
+	// @method setUrl(url: String, noRedraw?: Boolean): this
+	// Updates the layer's URL template and redraws it (unless `noRedraw` is set to `true`).
+	// If the URL does not change, the layer will not be redrawn unless
+	// the noRedraw parameter is set to false.
+	setUrl: function (url, noRedraw) {
+		if (this._url === url && noRedraw === undefined) {
+			noRedraw = true;
+		}
+
+		this._url = url;
+
+		if (!noRedraw) {
+			this.redraw();
+		}
+		return this;
+	},
+
+	// @method createTile(coords: Object, done?: Function): HTMLElement
+	// Called only internally, overrides GridLayer's [`createTile()`](#gridlayer-createtile)
+	// to return an `<img>` HTML element with the appropriate image URL given `coords`. The `done`
+	// callback is called when the tile has been loaded.
+	createTile: function (coords, done) {
+		var tile = document.createElement('img');
+
+		on(tile, 'load', bind(this._tileOnLoad, this, done, tile));
+		on(tile, 'error', bind(this._tileOnError, this, done, tile));
+
+		if (this.options.crossOrigin || this.options.crossOrigin === '') {
+			tile.crossOrigin = this.options.crossOrigin === true ? '' : this.options.crossOrigin;
+		}
+
+		/*
+		 Alt tag is set to empty string to keep screen readers from reading URL and for compliance reasons
+		 http://www.w3.org/TR/WCAG20-TECHS/H67
+		*/
+		tile.alt = '';
+
+		/*
+		 Set role="presentation" to force screen readers to ignore this
+		 https://www.w3.org/TR/wai-aria/roles#textalternativecomputation
+		*/
+		tile.setAttribute('role', 'presentation');
+
+		tile.src = this.getTileUrl(coords);
+
+		return tile;
+	},
+
+	// @section Extension methods
+	// @uninheritable
+	// Layers extending `TileLayer` might reimplement the following method.
+	// @method getTileUrl(coords: Object): String
+	// Called only internally, returns the URL for a tile given its coordinates.
+	// Classes extending `TileLayer` can override this function to provide custom tile URL naming schemes.
+	getTileUrl: function (coords) {
+		var data = {
+			r: retina ? '@2x' : '',
+			s: this._getSubdomain(coords),
+			x: coords.x,
+			y: coords.y,
+			z: this._getZoomForUrl()
+		};
+		if (this._map && !this._map.options.crs.infinite) {
+			var invertedY = this._globalTileRange.max.y - coords.y;
+			if (this.options.tms) {
+				data['y'] = invertedY;
+			}
+			data['-y'] = invertedY;
+		}
+
+		return template(this._url, extend(data, this.options));
+	},
+
+	_tileOnLoad: function (done, tile) {
+		// For https://github.com/Leaflet/Leaflet/issues/3332
+		if (ielt9) {
+			setTimeout(bind(done, this, null, tile), 0);
+		} else {
+			done(null, tile);
+		}
+	},
+
+	_tileOnError: function (done, tile, e) {
+		var errorUrl = this.options.errorTileUrl;
+		if (errorUrl && tile.getAttribute('src') !== errorUrl) {
+			tile.src = errorUrl;
+		}
+		done(e, tile);
+	},
+
+	_onTileRemove: function (e) {
+		e.tile.onload = null;
+	},
+
+	_getZoomForUrl: function () {
+		var zoom = this._tileZoom,
+		maxZoom = this.options.maxZoom,
+		zoomReverse = this.options.zoomReverse,
+		zoomOffset = this.options.zoomOffset;
+
+		if (zoomReverse) {
+			zoom = maxZoom - zoom;
+		}
+
+		return zoom + zoomOffset;
+	},
+
+	_getSubdomain: function (tilePoint) {
+		var index = Math.abs(tilePoint.x + tilePoint.y) % this.options.subdomains.length;
+		return this.options.subdomains[index];
+	},
+
+	// stops loading all tiles in the background layer
+	_abortLoading: function () {
+		var i, tile;
+		for (i in this._tiles) {
+			if (this._tiles[i].coords.z !== this._tileZoom) {
+				tile = this._tiles[i].el;
+
+				tile.onload = falseFn;
+				tile.onerror = falseFn;
+
+				if (!tile.complete) {
+					tile.src = emptyImageUrl;
+					remove(tile);
+					delete this._tiles[i];
+				}
+			}
+		}
+	},
+
+	_removeTile: function (key) {
+		var tile = this._tiles[key];
+		if (!tile) { return; }
+
+		// Cancels any pending http requests associated with the tile
+		// unless we're on Android's stock browser,
+		// see https://github.com/Leaflet/Leaflet/issues/137
+		if (!androidStock) {
+			tile.el.setAttribute('src', emptyImageUrl);
+		}
+
+		return GridLayer.prototype._removeTile.call(this, key);
+	},
+
+	_tileReady: function (coords, err, tile) {
+		if (!this._map || (tile && tile.getAttribute('src') === emptyImageUrl)) {
+			return;
+		}
+
+		return GridLayer.prototype._tileReady.call(this, coords, err, tile);
+	}
+});
+
+
+// @factory L.tilelayer(urlTemplate: String, options?: TileLayer options)
+// Instantiates a tile layer object given a `URL template` and optionally an options object.
+
+function tileLayer(url, options) {
+	return new TileLayer(url, options);
+}
+
+/*
+ * @class TileLayer.WMS
+ * @inherits TileLayer
+ * @aka L.TileLayer.WMS
+ * Used to display [WMS](https://en.wikipedia.org/wiki/Web_Map_Service) services as tile layers on the map. Extends `TileLayer`.
+ *
+ * @example
+ *
+ * ```js
+ * var nexrad = L.tileLayer.wms("http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cgi", {
+ * 	layers: 'nexrad-n0r-900913',
+ * 	format: 'image/png',
+ * 	transparent: true,
+ * 	attribution: "Weather data © 2012 IEM Nexrad"
+ * });
+ * ```
+ */
+
+var TileLayerWMS = TileLayer.extend({
+
+	// @section
+	// @aka TileLayer.WMS options
+	// If any custom options not documented here are used, they will be sent to the
+	// WMS server as extra parameters in each request URL. This can be useful for
+	// [non-standard vendor WMS parameters](http://docs.geoserver.org/stable/en/user/services/wms/vendor.html).
+	defaultWmsParams: {
+		service: 'WMS',
+		request: 'GetMap',
+
+		// @option layers: String = ''
+		// **(required)** Comma-separated list of WMS layers to show.
+		layers: '',
+
+		// @option styles: String = ''
+		// Comma-separated list of WMS styles.
+		styles: '',
+
+		// @option format: String = 'image/jpeg'
+		// WMS image format (use `'image/png'` for layers with transparency).
+		format: 'image/jpeg',
+
+		// @option transparent: Boolean = false
+		// If `true`, the WMS service will return images with transparency.
+		transparent: false,
+
+		// @option version: String = '1.1.1'
+		// Version of the WMS service to use
+		version: '1.1.1'
+	},
+
+	options: {
+		// @option crs: CRS = null
+		// Coordinate Reference System to use for the WMS requests, defaults to
+		// map CRS. Don't change this if you're not sure what it means.
+		crs: null,
+
+		// @option uppercase: Boolean = false
+		// If `true`, WMS request parameter keys will be uppercase.
+		uppercase: false
+	},
+
+	initialize: function (url, options) {
+
+		this._url = url;
+
+		var wmsParams = extend({}, this.defaultWmsParams);
+
+		// all keys that are not TileLayer options go to WMS params
+		for (var i in options) {
+			if (!(i in this.options)) {
+				wmsParams[i] = options[i];
+			}
+		}
+
+		options = setOptions(this, options);
+
+		var realRetina = options.detectRetina && retina ? 2 : 1;
+		var tileSize = this.getTileSize();
+		wmsParams.width = tileSize.x * realRetina;
+		wmsParams.height = tileSize.y * realRetina;
+
+		this.wmsParams = wmsParams;
+	},
+
+	onAdd: function (map) {
+
+		this._crs = this.options.crs || map.options.crs;
+		this._wmsVersion = parseFloat(this.wmsParams.version);
+
+		var projectionKey = this._wmsVersion >= 1.3 ? 'crs' : 'srs';
+		this.wmsParams[projectionKey] = this._crs.code;
+
+		TileLayer.prototype.onAdd.call(this, map);
+	},
+
+	getTileUrl: function (coords) {
+
+		var tileBounds = this._tileCoordsToNwSe(coords),
+		    crs = this._crs,
+		    bounds = toBounds(crs.project(tileBounds[0]), crs.project(tileBounds[1])),
+		    min = bounds.min,
+		    max = bounds.max,
+		    bbox = (this._wmsVersion >= 1.3 && this._crs === EPSG4326 ?
+		    [min.y, min.x, max.y, max.x] :
+		    [min.x, min.y, max.x, max.y]).join(','),
+		    url = TileLayer.prototype.getTileUrl.call(this, coords);
+		return url +
+			getParamString(this.wmsParams, url, this.options.uppercase) +
+			(this.options.uppercase ? '&BBOX=' : '&bbox=') + bbox;
+	},
+
+	// @method setParams(params: Object, noRedraw?: Boolean): this
+	// Merges an object with the new parameters and re-requests tiles on the current screen (unless `noRedraw` was set to true).
+	setParams: function (params, noRedraw) {
+
+		extend(this.wmsParams, params);
+
+		if (!noRedraw) {
+			this.redraw();
+		}
+
+		return this;
+	}
+});
+
+
+// @factory L.tileLayer.wms(baseUrl: String, options: TileLayer.WMS options)
+// Instantiates a WMS tile layer object given a base URL of the WMS service and a WMS parameters/options object.
+function tileLayerWMS(url, options) {
+	return new TileLayerWMS(url, options);
+}
+
+TileLayer.WMS = TileLayerWMS;
+tileLayer.wms = tileLayerWMS;
+
+/*
+ * @class Renderer
+ * @inherits Layer
+ * @aka L.Renderer
+ *
+ * Base class for vector renderer implementations (`SVG`, `Canvas`). Handles the
+ * DOM container of the renderer, its bounds, and its zoom animation.
+ *
+ * A `Renderer` works as an implicit layer group for all `Path`s - the renderer
+ * itself can be added or removed to the map. All paths use a renderer, which can
+ * be implicit (the map will decide the type of renderer and use it automatically)
+ * or explicit (using the [`renderer`](#path-renderer) option of the path).
+ *
+ * Do not use this class directly, use `SVG` and `Canvas` instead.
+ *
+ * @event update: Event
+ * Fired when the renderer updates its bounds, center and zoom, for example when
+ * its map has moved
+ */
+
+var Renderer = Layer.extend({
+
+	// @section
+	// @aka Renderer options
+	options: {
+		// @option padding: Number = 0.1
+		// How much to extend the clip area around the map view (relative to its size)
+		// e.g. 0.1 would be 10% of map view in each direction
+		padding: 0.1,
+
+		// @option tolerance: Number = 0
+		// How much to extend click tolerance round a path/object on the map
+		tolerance : 0
+	},
+
+	initialize: function (options) {
+		setOptions(this, options);
+		stamp(this);
+		this._layers = this._layers || {};
+	},
+
+	onAdd: function () {
+		if (!this._container) {
+			this._initContainer(); // defined by renderer implementations
+
+			if (this._zoomAnimated) {
+				addClass(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 events = {
+			viewreset: this._reset,
+			zoom: this._onZoom,
+			moveend: this._update,
+			zoomend: this._onZoomEnd
+		};
+		if (this._zoomAnimated) {
+			events.zoomanim = this._onAnimZoom;
+		}
+		return events;
+	},
+
+	_onAnimZoom: function (ev) {
+		this._updateTransform(ev.center, ev.zoom);
+	},
+
+	_onZoom: function () {
+		this._updateTransform(this._map.getCenter(), this._map.getZoom());
+	},
+
+	_updateTransform: function (center, zoom) {
+		var scale = this._map.getZoomScale(zoom, this._zoom),
+		    position = getPosition(this._container),
+		    viewHalf = this._map.getSize().multiplyBy(0.5 + this.options.padding),
+		    currentCenterPoint = this._map.project(this._center, zoom),
+		    destCenterPoint = this._map.project(center, zoom),
+		    centerOffset = destCenterPoint.subtract(currentCenterPoint),
+
+		    topLeftOffset = viewHalf.multiplyBy(-scale).add(position).add(viewHalf).subtract(centerOffset);
+
+		if (any3d) {
+			setTransform(this._container, topLeftOffset, scale);
+		} else {
+			setPosition(this._container, topLeftOffset);
+		}
+	},
+
+	_reset: function () {
+		this._update();
+		this._updateTransform(this._center, this._zoom);
+
+		for (var id in this._layers) {
+			this._layers[id]._reset();
+		}
+	},
+
+	_onZoomEnd: function () {
+		for (var id in this._layers) {
+			this._layers[id]._project();
+		}
+	},
+
+	_updatePaths: function () {
+		for (var id in this._layers) {
+			this._layers[id]._update();
+		}
+	},
+
+	_update: function () {
+		// Update pixel bounds of renderer container (for positioning/sizing/clipping later)
+		// Subclasses are responsible of firing the 'update' event.
+		var p = this.options.padding,
+		    size = this._map.getSize(),
+		    min = this._map.containerPointToLayerPoint(size.multiplyBy(-p)).round();
+
+		this._bounds = new Bounds(min, min.add(size.multiplyBy(1 + p * 2)).round());
+
+		this._center = this._map.getCenter();
+		this._zoom = this._map.getZoom();
+	}
+});
+
+/*
+ * @class Canvas
+ * @inherits Renderer
+ * @aka L.Canvas
+ *
+ * Allows vector layers to be displayed with [`<canvas>`](https://developer.mozilla.org/docs/Web/API/Canvas_API).
+ * Inherits `Renderer`.
+ *
+ * Due to [technical limitations](http://caniuse.com/#search=canvas), Canvas is not
+ * available in all web browsers, notably IE8, and overlapping geometries might
+ * not display properly in some edge cases.
+ *
+ * @example
+ *
+ * Use Canvas by default for all paths in the map:
+ *
+ * ```js
+ * var map = L.map('map', {
+ * 	renderer: L.canvas()
+ * });
+ * ```
+ *
+ * Use a Canvas renderer with extra padding for specific vector geometries:
+ *
+ * ```js
+ * var map = L.map('map');
+ * var myRenderer = L.canvas({ padding: 0.5 });
+ * var line = L.polyline( coordinates, { renderer: myRenderer } );
+ * var circle = L.circle( center, { renderer: myRenderer } );
+ * ```
+ */
+
+var Canvas = Renderer.extend({
+	getEvents: function () {
+		var events = Renderer.prototype.getEvents.call(this);
+		events.viewprereset = this._onViewPreReset;
+		return events;
+	},
+
+	_onViewPreReset: function () {
+		// Set a flag so that a viewprereset+moveend+viewreset only updates&redraws once
+		this._postponeUpdatePaths = true;
+	},
+
+	onAdd: function () {
+		Renderer.prototype.onAdd.call(this);
+
+		// Redraw vectors since canvas is cleared upon removal,
+		// in case of removing the renderer itself from the map.
+		this._draw();
+	},
+
+	_initContainer: function () {
+		var container = this._container = document.createElement('canvas');
+
+		on(container, 'mousemove', throttle(this._onMouseMove, 32, this), this);
+		on(container, 'click dblclick mousedown mouseup contextmenu', this._onClick, this);
+		on(container, 'mouseout', this._handleMouseOut, this);
+
+		this._ctx = container.getContext('2d');
+	},
+
+	_destroyContainer: function () {
+		cancelAnimFrame(this._redrawRequest);
+		delete this._ctx;
+		remove(this._container);
+		off(this._container);
+		delete this._container;
+	},
+
+	_updatePaths: function () {
+		if (this._postponeUpdatePaths) { return; }
+
+		var layer;
+		this._redrawBounds = null;
+		for (var id in this._layers) {
+			layer = this._layers[id];
+			layer._update();
+		}
+		this._redraw();
+	},
+
+	_update: function () {
+		if (this._map._animatingZoom && this._bounds) { return; }
+
+		Renderer.prototype._update.call(this);
+
+		var b = this._bounds,
+		    container = this._container,
+		    size = b.getSize(),
+		    m = retina ? 2 : 1;
+
+		setPosition(container, b.min);
+
+		// set canvas size (also clearing it); use double size on retina
+		container.width = m * size.x;
+		container.height = m * size.y;
+		container.style.width = size.x + 'px';
+		container.style.height = size.y + 'px';
+
+		if (retina) {
+			this._ctx.scale(2, 2);
+		}
+
+		// translate so we use the same path coordinates after canvas element moves
+		this._ctx.translate(-b.min.x, -b.min.y);
+
+		// Tell paths to redraw themselves
+		this.fire('update');
+	},
+
+	_reset: function () {
+		Renderer.prototype._reset.call(this);
+
+		if (this._postponeUpdatePaths) {
+			this._postponeUpdatePaths = false;
+			this._updatePaths();
+		}
+	},
+
+	_initPath: function (layer) {
+		this._updateDashArray(layer);
+		this._layers[stamp(layer)] = layer;
+
+		var order = layer._order = {
+			layer: layer,
+			prev: this._drawLast,
+			next: null
+		};
+		if (this._drawLast) { this._drawLast.next = order; }
+		this._drawLast = order;
+		this._drawFirst = this._drawFirst || this._drawLast;
+	},
+
+	_addPath: function (layer) {
+		this._requestRedraw(layer);
+	},
+
+	_removePath: function (layer) {
+		var order = layer._order;
+		var next = order.next;
+		var prev = order.prev;
+
+		if (next) {
+			next.prev = prev;
+		} else {
+			this._drawLast = prev;
+		}
+		if (prev) {
+			prev.next = next;
+		} else {
+			this._drawFirst = next;
+		}
+
+		delete layer._order;
+
+		delete this._layers[stamp(layer)];
+
+		this._requestRedraw(layer);
+	},
+
+	_updatePath: function (layer) {
+		// Redraw the union of the layer's old pixel
+		// bounds and the new pixel bounds.
+		this._extendRedrawBounds(layer);
+		layer._project();
+		layer._update();
+		// The redraw will extend the redraw bounds
+		// with the new pixel bounds.
+		this._requestRedraw(layer);
+	},
+
+	_updateStyle: function (layer) {
+		this._updateDashArray(layer);
+		this._requestRedraw(layer);
+	},
+
+	_updateDashArray: function (layer) {
+		if (typeof layer.options.dashArray === 'string') {
+			var parts = layer.options.dashArray.split(/[, ]+/),
+			    dashArray = [],
+			    dashValue,
+			    i;
+			for (i = 0; i < parts.length; i++) {
+				dashValue = Number(parts[i]);
+				// Ignore dash array containing invalid lengths
+				if (isNaN(dashValue)) { return; }
+				dashArray.push(dashValue);
+			}
+			layer.options._dashArray = dashArray;
+		} else {
+			layer.options._dashArray = layer.options.dashArray;
+		}
+	},
+
+	_requestRedraw: function (layer) {
+		if (!this._map) { return; }
+
+		this._extendRedrawBounds(layer);
+		this._redrawRequest = this._redrawRequest || requestAnimFrame(this._redraw, this);
+	},
+
+	_extendRedrawBounds: function (layer) {
+		if (layer._pxBounds) {
+			var padding = (layer.options.weight || 0) + 1;
+			this._redrawBounds = this._redrawBounds || new Bounds();
+			this._redrawBounds.extend(layer._pxBounds.min.subtract([padding, padding]));
+			this._redrawBounds.extend(layer._pxBounds.max.add([padding, padding]));
+		}
+	},
+
+	_redraw: function () {
+		this._redrawRequest = null;
+
+		if (this._redrawBounds) {
+			this._redrawBounds.min._floor();
+			this._redrawBounds.max._ceil();
+		}
+
+		this._clear(); // clear layers in redraw bounds
+		this._draw(); // draw layers
+
+		this._redrawBounds = null;
+	},
+
+	_clear: function () {
+		var bounds = this._redrawBounds;
+		if (bounds) {
+			var size = bounds.getSize();
+			this._ctx.clearRect(bounds.min.x, bounds.min.y, size.x, size.y);
+		} else {
+			this._ctx.clearRect(0, 0, this._container.width, this._container.height);
+		}
+	},
+
+	_draw: function () {
+		var layer, bounds = this._redrawBounds;
+		this._ctx.save();
+		if (bounds) {
+			var size = bounds.getSize();
+			this._ctx.beginPath();
+			this._ctx.rect(bounds.min.x, bounds.min.y, size.x, size.y);
+			this._ctx.clip();
+		}
+
+		this._drawing = true;
+
+		for (var order = this._drawFirst; order; order = order.next) {
+			layer = order.layer;
+			if (!bounds || (layer._pxBounds && layer._pxBounds.intersects(bounds))) {
+				layer._updatePath();
+			}
+		}
+
+		this._drawing = false;
+
+		this._ctx.restore();  // Restore state before clipping.
+	},
+
+	_updatePoly: function (layer, closed) {
+		if (!this._drawing) { return; }
+
+		var i, j, len2, p,
+		    parts = layer._parts,
+		    len = parts.length,
+		    ctx = this._ctx;
+
+		if (!len) { return; }
+
+		ctx.beginPath();
+
+		for (i = 0; i < len; i++) {
+			for (j = 0, len2 = parts[i].length; j < len2; j++) {
+				p = parts[i][j];
+				ctx[j ? 'lineTo' : 'moveTo'](p.x, p.y);
+			}
+			if (closed) {
+				ctx.closePath();
+			}
+		}
+
+		this._fillStroke(ctx, layer);
+
+		// TODO optimization: 1 fill/stroke for all features with equal style instead of 1 for each feature
+	},
+
+	_updateCircle: function (layer) {
+
+		if (!this._drawing || layer._empty()) { return; }
+
+		var p = layer._point,
+		    ctx = this._ctx,
+		    r = Math.max(Math.round(layer._radius), 1),
+		    s = (Math.max(Math.round(layer._radiusY), 1) || r) / r;
+
+		if (s !== 1) {
+			ctx.save();
+			ctx.scale(1, s);
+		}
+
+		ctx.beginPath();
+		ctx.arc(p.x, p.y / s, r, 0, Math.PI * 2, false);
+
+		if (s !== 1) {
+			ctx.restore();
+		}
+
+		this._fillStroke(ctx, layer);
+	},
+
+	_fillStroke: function (ctx, layer) {
+		var options = layer.options;
+
+		if (options.fill) {
+			ctx.globalAlpha = options.fillOpacity;
+			ctx.fillStyle = options.fillColor || options.color;
+			ctx.fill(options.fillRule || 'evenodd');
+		}
+
+		if (options.stroke && options.weight !== 0) {
+			if (ctx.setLineDash) {
+				ctx.setLineDash(layer.options && layer.options._dashArray || []);
+			}
+			ctx.globalAlpha = options.opacity;
+			ctx.lineWidth = options.weight;
+			ctx.strokeStyle = options.color;
+			ctx.lineCap = options.lineCap;
+			ctx.lineJoin = options.lineJoin;
+			ctx.stroke();
+		}
+	},
+
+	// Canvas obviously doesn't have mouse events for individual drawn objects,
+	// so we emulate that by calculating what's under the mouse on mousemove/click manually
+
+	_onClick: function (e) {
+		var point = this._map.mouseEventToLayerPoint(e), layer, clickedLayer;
+
+		for (var order = this._drawFirst; order; order = order.next) {
+			layer = order.layer;
+			if (layer.options.interactive && layer._containsPoint(point) && !this._map._draggableMoved(layer)) {
+				clickedLayer = layer;
+			}
+		}
+		if (clickedLayer)  {
+			fakeStop(e);
+			this._fireEvent([clickedLayer], e);
+		}
+	},
+
+	_onMouseMove: function (e) {
+		if (!this._map || this._map.dragging.moving() || this._map._animatingZoom) { return; }
+
+		var point = this._map.mouseEventToLayerPoint(e);
+		this._handleMouseHover(e, point);
+	},
+
+
+	_handleMouseOut: function (e) {
+		var layer = this._hoveredLayer;
+		if (layer) {
+			// if we're leaving the layer, fire mouseout
+			removeClass(this._container, 'leaflet-interactive');
+			this._fireEvent([layer], e, 'mouseout');
+			this._hoveredLayer = null;
+		}
+	},
+
+	_handleMouseHover: function (e, point) {
+		var layer, candidateHoveredLayer;
+
+		for (var order = this._drawFirst; order; order = order.next) {
+			layer = order.layer;
+			if (layer.options.interactive && layer._containsPoint(point)) {
+				candidateHoveredLayer = layer;
+			}
+		}
+
+		if (candidateHoveredLayer !== this._hoveredLayer) {
+			this._handleMouseOut(e);
+
+			if (candidateHoveredLayer) {
+				addClass(this._container, 'leaflet-interactive'); // change cursor
+				this._fireEvent([candidateHoveredLayer], e, 'mouseover');
+				this._hoveredLayer = candidateHoveredLayer;
+			}
+		}
+
+		if (this._hoveredLayer) {
+			this._fireEvent([this._hoveredLayer], e);
+		}
+	},
+
+	_fireEvent: function (layers, e, type) {
+		this._map._fireDOMEvent(e, type || e.type, layers);
+	},
+
+	_bringToFront: function (layer) {
+		var order = layer._order;
+
+		if (!order) { return; }
+
+		var next = order.next;
+		var prev = order.prev;
+
+		if (next) {
+			next.prev = prev;
+		} else {
+			// Already last
+			return;
+		}
+		if (prev) {
+			prev.next = next;
+		} else if (next) {
+			// Update first entry unless this is the
+			// single entry
+			this._drawFirst = next;
+		}
+
+		order.prev = this._drawLast;
+		this._drawLast.next = order;
+
+		order.next = null;
+		this._drawLast = order;
+
+		this._requestRedraw(layer);
+	},
+
+	_bringToBack: function (layer) {
+		var order = layer._order;
+
+		if (!order) { return; }
+
+		var next = order.next;
+		var prev = order.prev;
+
+		if (prev) {
+			prev.next = next;
+		} else {
+			// Already first
+			return;
+		}
+		if (next) {
+			next.prev = prev;
+		} else if (prev) {
+			// Update last entry unless this is the
+			// single entry
+			this._drawLast = prev;
+		}
+
+		order.prev = null;
+
+		order.next = this._drawFirst;
+		this._drawFirst.prev = order;
+		this._drawFirst = order;
+
+		this._requestRedraw(layer);
+	}
+});
+
+// @factory L.canvas(options?: Renderer options)
+// Creates a Canvas renderer with the given options.
+function canvas$1(options) {
+	return canvas ? new Canvas(options) : null;
+}
+
+/*
+ * Thanks to Dmitry Baranovsky and his Raphael library for inspiration!
+ */
+
+
+var vmlCreate = (function () {
+	try {
+		document.namespaces.add('lvml', 'urn:schemas-microsoft-com:vml');
+		return function (name) {
+			return document.createElement('<lvml:' + name + ' class="lvml">');
+		};
+	} catch (e) {
+		return function (name) {
+			return document.createElement('<' + name + ' xmlns="urn:schemas-microsoft.com:vml" class="lvml">');
+		};
+	}
+})();
+
+
+/*
+ * @class SVG
+ *
+ *
+ * VML was deprecated in 2012, which means VML functionality exists only for backwards compatibility
+ * with old versions of Internet Explorer.
+ */
+
+// mixin to redefine some SVG methods to handle VML syntax which is similar but with some differences
+var vmlMixin = {
+
+	_initContainer: function () {
+		this._container = create$1('div', 'leaflet-vml-container');
+	},
+
+	_update: function () {
+		if (this._map._animatingZoom) { return; }
+		Renderer.prototype._update.call(this);
+		this.fire('update');
+	},
+
+	_initPath: function (layer) {
+		var container = layer._container = vmlCreate('shape');
+
+		addClass(container, 'leaflet-vml-shape ' + (this.options.className || ''));
+
+		container.coordsize = '1 1';
+
+		layer._path = vmlCreate('path');
+		container.appendChild(layer._path);
+
+		this._updateStyle(layer);
+		this._layers[stamp(layer)] = layer;
+	},
+
+	_addPath: function (layer) {
+		var container = layer._container;
+		this._container.appendChild(container);
+
+		if (layer.options.interactive) {
+			layer.addInteractiveTarget(container);
+		}
+	},
+
+	_removePath: function (layer) {
+		var container = layer._container;
+		remove(container);
+		layer.removeInteractiveTarget(container);
+		delete this._layers[stamp(layer)];
+	},
+
+	_updateStyle: function (layer) {
+		var stroke = layer._stroke,
+		    fill = layer._fill,
+		    options = layer.options,
+		    container = layer._container;
+
+		container.stroked = !!options.stroke;
+		container.filled = !!options.fill;
+
+		if (options.stroke) {
+			if (!stroke) {
+				stroke = layer._stroke = vmlCreate('stroke');
+			}
+			container.appendChild(stroke);
+			stroke.weight = options.weight + 'px';
+			stroke.color = options.color;
+			stroke.opacity = options.opacity;
+
+			if (options.dashArray) {
+				stroke.dashStyle = isArray(options.dashArray) ?
+				    options.dashArray.join(' ') :
+				    options.dashArray.replace(/( *, *)/g, ' ');
+			} else {
+				stroke.dashStyle = '';
+			}
+			stroke.endcap = options.lineCap.replace('butt', 'flat');
+			stroke.joinstyle = options.lineJoin;
+
+		} else if (stroke) {
+			container.removeChild(stroke);
+			layer._stroke = null;
+		}
+
+		if (options.fill) {
+			if (!fill) {
+				fill = layer._fill = vmlCreate('fill');
+			}
+			container.appendChild(fill);
+			fill.color = options.fillColor || options.color;
+			fill.opacity = options.fillOpacity;
+
+		} else if (fill) {
+			container.removeChild(fill);
+			layer._fill = null;
+		}
+	},
+
+	_updateCircle: function (layer) {
+		var p = layer._point.round(),
+		    r = Math.round(layer._radius),
+		    r2 = Math.round(layer._radiusY || r);
+
+		this._setPath(layer, layer._empty() ? 'M0 0' :
+			'AL ' + p.x + ',' + p.y + ' ' + r + ',' + r2 + ' 0,' + (65535 * 360));
+	},
+
+	_setPath: function (layer, path) {
+		layer._path.v = path;
+	},
+
+	_bringToFront: function (layer) {
+		toFront(layer._container);
+	},
+
+	_bringToBack: function (layer) {
+		toBack(layer._container);
+	}
+};
+
+var create$2 = vml ? vmlCreate : svgCreate;
+
+/*
+ * @class SVG
+ * @inherits Renderer
+ * @aka L.SVG
+ *
+ * Allows vector layers to be displayed with [SVG](https://developer.mozilla.org/docs/Web/SVG).
+ * Inherits `Renderer`.
+ *
+ * Due to [technical limitations](http://caniuse.com/#search=svg), SVG is not
+ * available in all web browsers, notably Android 2.x and 3.x.
+ *
+ * Although SVG is not available on IE7 and IE8, these browsers support
+ * [VML](https://en.wikipedia.org/wiki/Vector_Markup_Language)
+ * (a now deprecated technology), and the SVG renderer will fall back to VML in
+ * this case.
+ *
+ * @example
+ *
+ * Use SVG by default for all paths in the map:
+ *
+ * ```js
+ * var map = L.map('map', {
+ * 	renderer: L.svg()
+ * });
+ * ```
+ *
+ * Use a SVG renderer with extra padding for specific vector geometries:
+ *
+ * ```js
+ * var map = L.map('map');
+ * var myRenderer = L.svg({ padding: 0.5 });
+ * var line = L.polyline( coordinates, { renderer: myRenderer } );
+ * var circle = L.circle( center, { renderer: myRenderer } );
+ * ```
+ */
+
+var SVG = Renderer.extend({
+
+	getEvents: function () {
+		var events = Renderer.prototype.getEvents.call(this);
+		events.zoomstart = this._onZoomStart;
+		return events;
+	},
+
+	_initContainer: function () {
+		this._container = create$2('svg');
+
+		// makes it possible to click through svg root; we'll reset it back in individual paths
+		this._container.setAttribute('pointer-events', 'none');
+
+		this._rootGroup = create$2('g');
+		this._container.appendChild(this._rootGroup);
+	},
+
+	_destroyContainer: function () {
+		remove(this._container);
+		off(this._container);
+		delete this._container;
+		delete this._rootGroup;
+		delete this._svgSize;
+	},
+
+	_onZoomStart: function () {
+		// Drag-then-pinch interactions might mess up the center and zoom.
+		// In this case, the easiest way to prevent this is re-do the renderer
+		//   bounds and padding when the zooming starts.
+		this._update();
+	},
+
+	_update: function () {
+		if (this._map._animatingZoom && this._bounds) { return; }
+
+		Renderer.prototype._update.call(this);
+
+		var b = this._bounds,
+		    size = b.getSize(),
+		    container = this._container;
+
+		// set size of svg-container if changed
+		if (!this._svgSize || !this._svgSize.equals(size)) {
+			this._svgSize = size;
+			container.setAttribute('width', size.x);
+			container.setAttribute('height', size.y);
+		}
+
+		// movement: update container viewBox so that we don't have to change coordinates of individual layers
+		setPosition(container, b.min);
+		container.setAttribute('viewBox', [b.min.x, b.min.y, size.x, size.y].join(' '));
+
+		this.fire('update');
+	},
+
+	// methods below are called by vector layers implementations
+
+	_initPath: function (layer) {
+		var path = layer._path = create$2('path');
+
+		// @namespace Path
+		// @option className: String = null
+		// Custom class name set on an element. Only for SVG renderer.
+		if (layer.options.className) {
+			addClass(path, layer.options.className);
+		}
+
+		if (layer.options.interactive) {
+			addClass(path, 'leaflet-interactive');
+		}
+
+		this._updateStyle(layer);
+		this._layers[stamp(layer)] = layer;
+	},
+
+	_addPath: function (layer) {
+		if (!this._rootGroup) { this._initContainer(); }
+		this._rootGroup.appendChild(layer._path);
+		layer.addInteractiveTarget(layer._path);
+	},
+
+	_removePath: function (layer) {
+		remove(layer._path);
+		layer.removeInteractiveTarget(layer._path);
+		delete this._layers[stamp(layer)];
+	},
+
+	_updatePath: function (layer) {
+		layer._project();
+		layer._update();
+	},
+
+	_updateStyle: function (layer) {
+		var path = layer._path,
+		    options = layer.options;
+
+		if (!path) { return; }
+
+		if (options.stroke) {
+			path.setAttribute('stroke', options.color);
+			path.setAttribute('stroke-opacity', options.opacity);
+			path.setAttribute('stroke-width', options.weight);
+			path.setAttribute('stroke-linecap', options.lineCap);
+			path.setAttribute('stroke-linejoin', options.lineJoin);
+
+			if (options.dashArray) {
+				path.setAttribute('stroke-dasharray', options.dashArray);
+			} else {
+				path.removeAttribute('stroke-dasharray');
+			}
+
+			if (options.dashOffset) {
+				path.setAttribute('stroke-dashoffset', options.dashOffset);
+			} else {
+				path.removeAttribute('stroke-dashoffset');
+			}
+		} else {
+			path.setAttribute('stroke', 'none');
+		}
+
+		if (options.fill) {
+			path.setAttribute('fill', options.fillColor || options.color);
+			path.setAttribute('fill-opacity', options.fillOpacity);
+			path.setAttribute('fill-rule', options.fillRule || 'evenodd');
+		} else {
+			path.setAttribute('fill', 'none');
+		}
+	},
+
+	_updatePoly: function (layer, closed) {
+		this._setPath(layer, pointsToPath(layer._parts, closed));
+	},
+
+	_updateCircle: function (layer) {
+		var p = layer._point,
+		    r = Math.max(Math.round(layer._radius), 1),
+		    r2 = Math.max(Math.round(layer._radiusY), 1) || r,
+		    arc = 'a' + r + ',' + r2 + ' 0 1,0 ';
+
+		// drawing a circle with two half-arcs
+		var d = layer._empty() ? 'M0 0' :
+			'M' + (p.x - r) + ',' + p.y +
+			arc + (r * 2) + ',0 ' +
+			arc + (-r * 2) + ',0 ';
+
+		this._setPath(layer, d);
+	},
+
+	_setPath: function (layer, path) {
+		layer._path.setAttribute('d', path);
+	},
+
+	// SVG does not have the concept of zIndex so we resort to changing the DOM order of elements
+	_bringToFront: function (layer) {
+		toFront(layer._path);
+	},
+
+	_bringToBack: function (layer) {
+		toBack(layer._path);
+	}
+});
+
+if (vml) {
+	SVG.include(vmlMixin);
+}
+
+// @namespace SVG
+// @factory L.svg(options?: Renderer options)
+// Creates a SVG renderer with the given options.
+function svg$1(options) {
+	return svg || vml ? new SVG(options) : null;
+}
+
+Map.include({
+	// @namespace Map; @method getRenderer(layer: Path): Renderer
+	// Returns the instance of `Renderer` that should be used to render the given
+	// `Path`. It will ensure that the `renderer` options of the map and paths
+	// are respected, and that the renderers do exist on the map.
+	getRenderer: function (layer) {
+		// @namespace Path; @option renderer: Renderer
+		// Use this specific instance of `Renderer` for this path. Takes
+		// precedence over the map's [default renderer](#map-renderer).
+		var renderer = layer.options.renderer || this._getPaneRenderer(layer.options.pane) || this.options.renderer || this._renderer;
+
+		if (!renderer) {
+			renderer = this._renderer = this._createRenderer();
+		}
+
+		if (!this.hasLayer(renderer)) {
+			this.addLayer(renderer);
+		}
+		return renderer;
+	},
+
+	_getPaneRenderer: function (name) {
+		if (name === 'overlayPane' || name === undefined) {
+			return false;
+		}
+
+		var renderer = this._paneRenderers[name];
+		if (renderer === undefined) {
+			renderer = this._createRenderer({pane: name});
+			this._paneRenderers[name] = renderer;
+		}
+		return renderer;
+	},
+
+	_createRenderer: function (options) {
+		// @namespace Map; @option preferCanvas: Boolean = false
+		// Whether `Path`s should be rendered on a `Canvas` renderer.
+		// By default, all `Path`s are rendered in a `SVG` renderer.
+		return (this.options.preferCanvas && canvas$1(options)) || svg$1(options);
+	}
+});
+
+/*
+ * L.Rectangle extends Polygon and creates a rectangle when passed a LatLngBounds object.
+ */
+
+/*
+ * @class Rectangle
+ * @aka L.Rectangle
+ * @inherits Polygon
+ *
+ * A class for drawing rectangle overlays on a map. Extends `Polygon`.
+ *
+ * @example
+ *
+ * ```js
+ * // define rectangle geographical bounds
+ * var bounds = [[54.559322, -5.767822], [56.1210604, -3.021240]];
+ *
+ * // create an orange rectangle
+ * L.rectangle(bounds, {color: "#ff7800", weight: 1}).addTo(map);
+ *
+ * // zoom the map to the rectangle bounds
+ * map.fitBounds(bounds);
+ * ```
+ *
+ */
+
+
+var Rectangle = Polygon.extend({
+	initialize: function (latLngBounds, options) {
+		Polygon.prototype.initialize.call(this, this._boundsToLatLngs(latLngBounds), options);
+	},
+
+	// @method setBounds(latLngBounds: LatLngBounds): this
+	// Redraws the rectangle with the passed bounds.
+	setBounds: function (latLngBounds) {
+		return this.setLatLngs(this._boundsToLatLngs(latLngBounds));
+	},
+
+	_boundsToLatLngs: function (latLngBounds) {
+		latLngBounds = toLatLngBounds(latLngBounds);
+		return [
+			latLngBounds.getSouthWest(),
+			latLngBounds.getNorthWest(),
+			latLngBounds.getNorthEast(),
+			latLngBounds.getSouthEast()
+		];
+	}
+});
+
+
+// @factory L.rectangle(latLngBounds: LatLngBounds, options?: Polyline options)
+function rectangle(latLngBounds, options) {
+	return new Rectangle(latLngBounds, options);
+}
+
+SVG.create = create$2;
+SVG.pointsToPath = pointsToPath;
+
+GeoJSON.geometryToLayer = geometryToLayer;
+GeoJSON.coordsToLatLng = coordsToLatLng;
+GeoJSON.coordsToLatLngs = coordsToLatLngs;
+GeoJSON.latLngToCoords = latLngToCoords;
+GeoJSON.latLngsToCoords = latLngsToCoords;
+GeoJSON.getFeature = getFeature;
+GeoJSON.asFeature = asFeature;
+
+/*
+ * L.Handler.BoxZoom is used to add shift-drag zoom interaction to the map
+ * (zoom to a selected bounding box), enabled by default.
+ */
+
+// @namespace Map
+// @section Interaction Options
+Map.mergeOptions({
+	// @option boxZoom: Boolean = true
+	// Whether the map can be zoomed to a rectangular area specified by
+	// dragging the mouse while pressing the shift key.
+	boxZoom: true
+});
+
+var BoxZoom = Handler.extend({
+	initialize: function (map) {
+		this._map = map;
+		this._container = map._container;
+		this._pane = map._panes.overlayPane;
+		this._resetStateTimeout = 0;
+		map.on('unload', this._destroy, this);
+	},
+
+	addHooks: function () {
+		on(this._container, 'mousedown', this._onMouseDown, this);
+	},
+
+	removeHooks: function () {
+		off(this._container, 'mousedown', this._onMouseDown, this);
+	},
+
+	moved: function () {
+		return this._moved;
+	},
+
+	_destroy: function () {
+		remove(this._pane);
+		delete this._pane;
+	},
+
+	_resetState: function () {
+		this._resetStateTimeout = 0;
+		this._moved = false;
+	},
+
+	_clearDeferredResetState: function () {
+		if (this._resetStateTimeout !== 0) {
+			clearTimeout(this._resetStateTimeout);
+			this._resetStateTimeout = 0;
+		}
+	},
+
+	_onMouseDown: function (e) {
+		if (!e.shiftKey || ((e.which !== 1) && (e.button !== 1))) { return false; }
+
+		// Clear the deferred resetState if it hasn't executed yet, otherwise it
+		// will interrupt the interaction and orphan a box element in the container.
+		this._clearDeferredResetState();
+		this._resetState();
+
+		disableTextSelection();
+		disableImageDrag();
+
+		this._startPoint = this._map.mouseEventToContainerPoint(e);
+
+		on(document, {
+			contextmenu: stop,
+			mousemove: this._onMouseMove,
+			mouseup: this._onMouseUp,
+			keydown: this._onKeyDown
+		}, this);
+	},
+
+	_onMouseMove: function (e) {
+		if (!this._moved) {
+			this._moved = true;
+
+			this._box = create$1('div', 'leaflet-zoom-box', this._container);
+			addClass(this._container, 'leaflet-crosshair');
+
+			this._map.fire('boxzoomstart');
+		}
+
+		this._point = this._map.mouseEventToContainerPoint(e);
+
+		var bounds = new Bounds(this._point, this._startPoint),
+		    size = bounds.getSize();
+
+		setPosition(this._box, bounds.min);
+
+		this._box.style.width  = size.x + 'px';
+		this._box.style.height = size.y + 'px';
+	},
+
+	_finish: function () {
+		if (this._moved) {
+			remove(this._box);
+			removeClass(this._container, 'leaflet-crosshair');
+		}
+
+		enableTextSelection();
+		enableImageDrag();
+
+		off(document, {
+			contextmenu: stop,
+			mousemove: this._onMouseMove,
+			mouseup: this._onMouseUp,
+			keydown: this._onKeyDown
+		}, this);
+	},
+
+	_onMouseUp: function (e) {
+		if ((e.which !== 1) && (e.button !== 1)) { return; }
+
+		this._finish();
+
+		if (!this._moved) { return; }
+		// Postpone to next JS tick so internal click event handling
+		// still see it as "moved".
+		this._clearDeferredResetState();
+		this._resetStateTimeout = setTimeout(bind(this._resetState, this), 0);
+
+		var bounds = new LatLngBounds(
+		        this._map.containerPointToLatLng(this._startPoint),
+		        this._map.containerPointToLatLng(this._point));
+
+		this._map
+			.fitBounds(bounds)
+			.fire('boxzoomend', {boxZoomBounds: bounds});
+	},
+
+	_onKeyDown: function (e) {
+		if (e.keyCode === 27) {
+			this._finish();
+		}
+	}
+});
+
+// @section Handlers
+// @property boxZoom: Handler
+// Box (shift-drag with mouse) zoom handler.
+Map.addInitHook('addHandler', 'boxZoom', BoxZoom);
+
+/*
+ * L.Handler.DoubleClickZoom is used to handle double-click zoom on the map, enabled by default.
+ */
+
+// @namespace Map
+// @section Interaction Options
+
+Map.mergeOptions({
+	// @option doubleClickZoom: Boolean|String = true
+	// Whether the map can be zoomed in by double clicking on it and
+	// zoomed out by double clicking while holding shift. If passed
+	// `'center'`, double-click zoom will zoom to the center of the
+	//  view regardless of where the mouse was.
+	doubleClickZoom: true
+});
+
+var DoubleClickZoom = Handler.extend({
+	addHooks: function () {
+		this._map.on('dblclick', this._onDoubleClick, this);
+	},
+
+	removeHooks: function () {
+		this._map.off('dblclick', this._onDoubleClick, this);
+	},
+
+	_onDoubleClick: function (e) {
+		var map = this._map,
+		    oldZoom = map.getZoom(),
+		    delta = map.options.zoomDelta,
+		    zoom = e.originalEvent.shiftKey ? oldZoom - delta : oldZoom + delta;
+
+		if (map.options.doubleClickZoom === 'center') {
+			map.setZoom(zoom);
+		} else {
+			map.setZoomAround(e.containerPoint, zoom);
+		}
+	}
+});
+
+// @section Handlers
+//
+// Map properties include interaction handlers that allow you to control
+// interaction behavior in runtime, enabling or disabling certain features such
+// as dragging or touch zoom (see `Handler` methods). For example:
+//
+// ```js
+// map.doubleClickZoom.disable();
+// ```
+//
+// @property doubleClickZoom: Handler
+// Double click zoom handler.
+Map.addInitHook('addHandler', 'doubleClickZoom', DoubleClickZoom);
+
+/*
+ * L.Handler.MapDrag is used to make the map draggable (with panning inertia), enabled by default.
+ */
+
+// @namespace Map
+// @section Interaction Options
+Map.mergeOptions({
+	// @option dragging: Boolean = true
+	// Whether the map be draggable with mouse/touch or not.
+	dragging: true,
+
+	// @section Panning Inertia Options
+	// @option inertia: Boolean = *
+	// If enabled, panning of the map will have an inertia effect where
+	// the map builds momentum while dragging and continues moving in
+	// the same direction for some time. Feels especially nice on touch
+	// devices. Enabled by default unless running on old Android devices.
+	inertia: !android23,
+
+	// @option inertiaDeceleration: Number = 3000
+	// The rate with which the inertial movement slows down, in pixels/second².
+	inertiaDeceleration: 3400, // px/s^2
+
+	// @option inertiaMaxSpeed: Number = Infinity
+	// Max speed of the inertial movement, in pixels/second.
+	inertiaMaxSpeed: Infinity, // px/s
+
+	// @option easeLinearity: Number = 0.2
+	easeLinearity: 0.2,
+
+	// TODO refactor, move to CRS
+	// @option worldCopyJump: Boolean = false
+	// With this option enabled, the map tracks when you pan to another "copy"
+	// of the world and seamlessly jumps to the original one so that all overlays
+	// like markers and vector layers are still visible.
+	worldCopyJump: false,
+
+	// @option maxBoundsViscosity: Number = 0.0
+	// If `maxBounds` is set, this option will control how solid the bounds
+	// are when dragging the map around. The default value of `0.0` allows the
+	// user to drag outside the bounds at normal speed, higher values will
+	// slow down map dragging outside bounds, and `1.0` makes the bounds fully
+	// solid, preventing the user from dragging outside the bounds.
+	maxBoundsViscosity: 0.0
+});
+
+var Drag = Handler.extend({
+	addHooks: function () {
+		if (!this._draggable) {
+			var map = this._map;
+
+			this._draggable = new Draggable(map._mapPane, map._container);
+
+			this._draggable.on({
+				dragstart: this._onDragStart,
+				drag: this._onDrag,
+				dragend: this._onDragEnd
+			}, this);
+
+			this._draggable.on('predrag', this._onPreDragLimit, this);
+			if (map.options.worldCopyJump) {
+				this._draggable.on('predrag', this._onPreDragWrap, this);
+				map.on('zoomend', this._onZoomEnd, this);
+
+				map.whenReady(this._onZoomEnd, this);
+			}
+		}
+		addClass(this._map._container, 'leaflet-grab leaflet-touch-drag');
+		this._draggable.enable();
+		this._positions = [];
+		this._times = [];
+	},
+
+	removeHooks: function () {
+		removeClass(this._map._container, 'leaflet-grab');
+		removeClass(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 map = this._map;
+
+		map._stop();
+		if (this._map.options.maxBounds && this._map.options.maxBoundsViscosity) {
+			var bounds = toLatLngBounds(this._map.options.maxBounds);
+
+			this._offsetLimit = toBounds(
+				this._map.latLngToContainerPoint(bounds.getNorthWest()).multiplyBy(-1),
+				this._map.latLngToContainerPoint(bounds.getSouthEast()).multiplyBy(-1)
+					.add(this._map.getSize()));
+
+			this._viscosity = Math.min(1.0, Math.max(0.0, this._map.options.maxBoundsViscosity));
+		} else {
+			this._offsetLimit = null;
+		}
+
+		map
+		    .fire('movestart')
+		    .fire('dragstart');
+
+		if (map.options.inertia) {
+			this._positions = [];
+			this._times = [];
+		}
+	},
+
+	_onDrag: function (e) {
+		if (this._map.options.inertia) {
+			var time = this._lastTime = +new Date(),
+			    pos = this._lastPos = this._draggable._absPos || this._draggable._newPos;
+
+			this._positions.push(pos);
+			this._times.push(time);
+
+			this._prunePositions(time);
+		}
+
+		this._map
+		    .fire('move', e)
+		    .fire('drag', e);
+	},
+
+	_prunePositions: function (time) {
+		while (this._positions.length > 1 && time - this._times[0] > 50) {
+			this._positions.shift();
+			this._times.shift();
+		}
+	},
+
+	_onZoomEnd: function () {
+		var pxCenter = this._map.getSize().divideBy(2),
+		    pxWorldCenter = this._map.latLngToLayerPoint([0, 0]);
+
+		this._initialWorldOffset = pxWorldCenter.subtract(pxCenter).x;
+		this._worldWidth = this._map.getPixelWorldBounds().getSize().x;
+	},
+
+	_viscousLimit: function (value, threshold) {
+		return value - (value - threshold) * this._viscosity;
+	},
+
+	_onPreDragLimit: function () {
+		if (!this._viscosity || !this._offsetLimit) { return; }
+
+		var offset = this._draggable._newPos.subtract(this._draggable._startPos);
+
+		var limit = this._offsetLimit;
+		if (offset.x < limit.min.x) { offset.x = this._viscousLimit(offset.x, limit.min.x); }
+		if (offset.y < limit.min.y) { offset.y = this._viscousLimit(offset.y, limit.min.y); }
+		if (offset.x > limit.max.x) { offset.x = this._viscousLimit(offset.x, limit.max.x); }
+		if (offset.y > limit.max.y) { offset.y = this._viscousLimit(offset.y, limit.max.y); }
+
+		this._draggable._newPos = this._draggable._startPos.add(offset);
+	},
+
+	_onPreDragWrap: function () {
+		// TODO refactor to be able to adjust map pane position after zoom
+		var worldWidth = this._worldWidth,
+		    halfWidth = Math.round(worldWidth / 2),
+		    dx = this._initialWorldOffset,
+		    x = this._draggable._newPos.x,
+		    newX1 = (x - halfWidth + dx) % worldWidth + halfWidth - dx,
+		    newX2 = (x + halfWidth + dx) % worldWidth - halfWidth - dx,
+		    newX = Math.abs(newX1 + dx) < Math.abs(newX2 + dx) ? newX1 : newX2;
+
+		this._draggable._absPos = this._draggable._newPos.clone();
+		this._draggable._newPos.x = newX;
+	},
+
+	_onDragEnd: function (e) {
+		var map = this._map,
+		    options = map.options,
+
+		    noInertia = !options.inertia || this._times.length < 2;
+
+		map.fire('dragend', e);
+
+		if (noInertia) {
+			map.fire('moveend');
+
+		} else {
+			this._prunePositions(+new Date());
+
+			var direction = this._lastPos.subtract(this._positions[0]),
+			    duration = (this._lastTime - this._times[0]) / 1000,
+			    ease = options.easeLinearity,
+
+			    speedVector = direction.multiplyBy(ease / duration),
+			    speed = speedVector.distanceTo([0, 0]),
+
+			    limitedSpeed = Math.min(options.inertiaMaxSpeed, speed),
+			    limitedSpeedVector = speedVector.multiplyBy(limitedSpeed / speed),
+
+			    decelerationDuration = limitedSpeed / (options.inertiaDeceleration * ease),
+			    offset = limitedSpeedVector.multiplyBy(-decelerationDuration / 2).round();
+
+			if (!offset.x && !offset.y) {
+				map.fire('moveend');
+
+			} else {
+				offset = map._limitOffset(offset, map.options.maxBounds);
+
+				requestAnimFrame(function () {
+					map.panBy(offset, {
+						duration: decelerationDuration,
+						easeLinearity: ease,
+						noMoveStart: true,
+						animate: true
+					});
+				});
+			}
+		}
+	}
+});
+
+// @section Handlers
+// @property dragging: Handler
+// Map dragging handler (by both mouse and touch).
+Map.addInitHook('addHandler', 'dragging', Drag);
+
+/*
+ * L.Map.Keyboard is handling keyboard interaction with the map, enabled by default.
+ */
+
+// @namespace Map
+// @section Keyboard Navigation Options
+Map.mergeOptions({
+	// @option keyboard: Boolean = true
+	// Makes the map focusable and allows users to navigate the map with keyboard
+	// arrows and `+`/`-` keys.
+	keyboard: true,
+
+	// @option keyboardPanDelta: Number = 80
+	// Amount of pixels to pan when pressing an arrow key.
+	keyboardPanDelta: 80
+});
+
+var Keyboard = Handler.extend({
+
+	keyCodes: {
+		left:    [37],
+		right:   [39],
+		down:    [40],
+		up:      [38],
+		zoomIn:  [187, 107, 61, 171],
+		zoomOut: [189, 109, 54, 173]
+	},
+
+	initialize: function (map) {
+		this._map = map;
+
+		this._setPanDelta(map.options.keyboardPanDelta);
+		this._setZoomDelta(map.options.zoomDelta);
+	},
+
+	addHooks: function () {
+		var container = this._map._container;
+
+		// make the container focusable by tabbing
+		if (container.tabIndex <= 0) {
+			container.tabIndex = '0';
+		}
+
+		on(container, {
+			focus: this._onFocus,
+			blur: this._onBlur,
+			mousedown: this._onMouseDown
+		}, this);
+
+		this._map.on({
+			focus: this._addHooks,
+			blur: this._removeHooks
+		}, this);
+	},
+
+	removeHooks: function () {
+		this._removeHooks();
+
+		off(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) { return; }
+
+		var body = document.body,
+		    docEl = document.documentElement,
+		    top = body.scrollTop || docEl.scrollTop,
+		    left = body.scrollLeft || docEl.scrollLeft;
+
+		this._map._container.focus();
+
+		window.scrollTo(left, top);
+	},
+
+	_onFocus: function () {
+		this._focused = true;
+		this._map.fire('focus');
+	},
+
+	_onBlur: function () {
+		this._focused = false;
+		this._map.fire('blur');
+	},
+
+	_setPanDelta: function (panDelta) {
+		var keys = this._panKeys = {},
+		    codes = this.keyCodes,
+		    i, len;
+
+		for (i = 0, len = codes.left.length; i < len; i++) {
+			keys[codes.left[i]] = [-1 * panDelta, 0];
+		}
+		for (i = 0, len = codes.right.length; i < len; i++) {
+			keys[codes.right[i]] = [panDelta, 0];
+		}
+		for (i = 0, len = codes.down.length; i < len; i++) {
+			keys[codes.down[i]] = [0, panDelta];
+		}
+		for (i = 0, len = codes.up.length; i < len; i++) {
+			keys[codes.up[i]] = [0, -1 * panDelta];
+		}
+	},
+
+	_setZoomDelta: function (zoomDelta) {
+		var keys = this._zoomKeys = {},
+		    codes = this.keyCodes,
+		    i, len;
+
+		for (i = 0, len = codes.zoomIn.length; i < len; i++) {
+			keys[codes.zoomIn[i]] = zoomDelta;
+		}
+		for (i = 0, len = codes.zoomOut.length; i < len; i++) {
+			keys[codes.zoomOut[i]] = -zoomDelta;
+		}
+	},
+
+	_addHooks: function () {
+		on(document, 'keydown', this._onKeyDown, this);
+	},
+
+	_removeHooks: function () {
+		off(document, 'keydown', this._onKeyDown, this);
+	},
+
+	_onKeyDown: function (e) {
+		if (e.altKey || e.ctrlKey || e.metaKey) { return; }
+
+		var key = e.keyCode,
+		    map = this._map,
+		    offset;
+
+		if (key in this._panKeys) {
+			if (!map._panAnim || !map._panAnim._inProgress) {
+				offset = this._panKeys[key];
+				if (e.shiftKey) {
+					offset = toPoint(offset).multiplyBy(3);
+				}
+
+				map.panBy(offset);
+
+				if (map.options.maxBounds) {
+					map.panInsideBounds(map.options.maxBounds);
+				}
+			}
+		} else if (key in this._zoomKeys) {
+			map.setZoom(map.getZoom() + (e.shiftKey ? 3 : 1) * this._zoomKeys[key]);
+
+		} else if (key === 27 && map._popup && map._popup.options.closeOnEscapeKey) {
+			map.closePopup();
+
+		} else {
+			return;
+		}
+
+		stop(e);
+	}
+});
+
+// @section Handlers
+// @section Handlers
+// @property keyboard: Handler
+// Keyboard navigation handler.
+Map.addInitHook('addHandler', 'keyboard', Keyboard);
+
+/*
+ * L.Handler.ScrollWheelZoom is used by L.Map to enable mouse scroll wheel zoom on the map.
+ */
+
+// @namespace Map
+// @section Interaction Options
+Map.mergeOptions({
+	// @section Mousewheel options
+	// @option scrollWheelZoom: Boolean|String = true
+	// Whether the map can be zoomed by using the mouse wheel. If passed `'center'`,
+	// it will zoom to the center of the view regardless of where the mouse was.
+	scrollWheelZoom: true,
+
+	// @option wheelDebounceTime: Number = 40
+	// Limits the rate at which a wheel can fire (in milliseconds). By default
+	// user can't zoom via wheel more often than once per 40 ms.
+	wheelDebounceTime: 40,
+
+	// @option wheelPxPerZoomLevel: Number = 60
+	// How many scroll pixels (as reported by [L.DomEvent.getWheelDelta](#domevent-getwheeldelta))
+	// mean a change of one full zoom level. Smaller values will make wheel-zooming
+	// faster (and vice versa).
+	wheelPxPerZoomLevel: 60
+});
+
+var ScrollWheelZoom = Handler.extend({
+	addHooks: function () {
+		on(this._map._container, 'mousewheel', this._onWheelScroll, this);
+
+		this._delta = 0;
+	},
+
+	removeHooks: function () {
+		off(this._map._container, 'mousewheel', this._onWheelScroll, this);
+	},
+
+	_onWheelScroll: function (e) {
+		var delta = getWheelDelta(e);
+
+		var debounce = this._map.options.wheelDebounceTime;
+
+		this._delta += delta;
+		this._lastMousePos = this._map.mouseEventToContainerPoint(e);
+
+		if (!this._startTime) {
+			this._startTime = +new Date();
+		}
+
+		var left = Math.max(debounce - (+new Date() - this._startTime), 0);
+
+		clearTimeout(this._timer);
+		this._timer = setTimeout(bind(this._performZoom, this), left);
+
+		stop(e);
+	},
+
+	_performZoom: function () {
+		var map = this._map,
+		    zoom = map.getZoom(),
+		    snap = this._map.options.zoomSnap || 0;
+
+		map._stop(); // stop panning and fly animations if any
+
+		// map the delta with a sigmoid function to -4..4 range leaning on -1..1
+		var d2 = this._delta / (this._map.options.wheelPxPerZoomLevel * 4),
+		    d3 = 4 * Math.log(2 / (1 + Math.exp(-Math.abs(d2)))) / Math.LN2,
+		    d4 = snap ? Math.ceil(d3 / snap) * snap : d3,
+		    delta = map._limitZoom(zoom + (this._delta > 0 ? d4 : -d4)) - zoom;
+
+		this._delta = 0;
+		this._startTime = null;
+
+		if (!delta) { return; }
+
+		if (map.options.scrollWheelZoom === 'center') {
+			map.setZoom(zoom + delta);
+		} else {
+			map.setZoomAround(this._lastMousePos, zoom + delta);
+		}
+	}
+});
+
+// @section Handlers
+// @property scrollWheelZoom: Handler
+// Scroll wheel zoom handler.
+Map.addInitHook('addHandler', 'scrollWheelZoom', ScrollWheelZoom);
+
+/*
+ * L.Map.Tap is used to enable mobile hacks like quick taps and long hold.
+ */
+
+// @namespace Map
+// @section Interaction Options
+Map.mergeOptions({
+	// @section Touch interaction options
+	// @option tap: Boolean = true
+	// Enables mobile hacks for supporting instant taps (fixing 200ms click
+	// delay on iOS/Android) and touch holds (fired as `contextmenu` events).
+	tap: true,
+
+	// @option tapTolerance: Number = 15
+	// The max number of pixels a user can shift his finger during touch
+	// for it to be considered a valid tap.
+	tapTolerance: 15
+});
+
+var Tap = Handler.extend({
+	addHooks: function () {
+		on(this._map._container, 'touchstart', this._onDown, this);
+	},
+
+	removeHooks: function () {
+		off(this._map._container, 'touchstart', this._onDown, this);
+	},
+
+	_onDown: function (e) {
+		if (!e.touches) { return; }
+
+		preventDefault(e);
+
+		this._fireClick = true;
+
+		// don't simulate click or track longpress if more than 1 touch
+		if (e.touches.length > 1) {
+			this._fireClick = false;
+			clearTimeout(this._holdTimeout);
+			return;
+		}
+
+		var first = e.touches[0],
+		    el = first.target;
+
+		this._startPos = this._newPos = new Point(first.clientX, first.clientY);
+
+		// if touching a link, highlight it
+		if (el.tagName && el.tagName.toLowerCase() === 'a') {
+			addClass(el, 'leaflet-active');
+		}
+
+		// simulate long hold but setting a timeout
+		this._holdTimeout = setTimeout(bind(function () {
+			if (this._isTapValid()) {
+				this._fireClick = false;
+				this._onUp();
+				this._simulateEvent('contextmenu', first);
+			}
+		}, this), 1000);
+
+		this._simulateEvent('mousedown', first);
+
+		on(document, {
+			touchmove: this._onMove,
+			touchend: this._onUp
+		}, this);
+	},
+
+	_onUp: function (e) {
+		clearTimeout(this._holdTimeout);
+
+		off(document, {
+			touchmove: this._onMove,
+			touchend: this._onUp
+		}, this);
+
+		if (this._fireClick && e && e.changedTouches) {
+
+			var first = e.changedTouches[0],
+			    el = first.target;
+
+			if (el && el.tagName && el.tagName.toLowerCase() === 'a') {
+				removeClass(el, 'leaflet-active');
+			}
+
+			this._simulateEvent('mouseup', first);
+
+			// simulate click if the touch didn't move too much
+			if (this._isTapValid()) {
+				this._simulateEvent('click', first);
+			}
+		}
+	},
+
+	_isTapValid: function () {
+		return this._newPos.distanceTo(this._startPos) <= this._map.options.tapTolerance;
+	},
+
+	_onMove: function (e) {
+		var first = e.touches[0];
+		this._newPos = new Point(first.clientX, first.clientY);
+		this._simulateEvent('mousemove', first);
+	},
+
+	_simulateEvent: function (type, e) {
+		var simulatedEvent = document.createEvent('MouseEvents');
+
+		simulatedEvent._simulated = true;
+		e.target._simulatedClick = true;
+
+		simulatedEvent.initMouseEvent(
+		        type, true, true, window, 1,
+		        e.screenX, e.screenY,
+		        e.clientX, e.clientY,
+		        false, false, false, false, 0, null);
+
+		e.target.dispatchEvent(simulatedEvent);
+	}
+});
+
+// @section Handlers
+// @property tap: Handler
+// Mobile touch hacks (quick tap and touch hold) handler.
+if (touch && !pointer) {
+	Map.addInitHook('addHandler', 'tap', Tap);
+}
+
+/*
+ * L.Handler.TouchZoom is used by L.Map to add pinch zoom on supported mobile browsers.
+ */
+
+// @namespace Map
+// @section Interaction Options
+Map.mergeOptions({
+	// @section Touch interaction options
+	// @option touchZoom: Boolean|String = *
+	// Whether the map can be zoomed by touch-dragging with two fingers. If
+	// passed `'center'`, it will zoom to the center of the view regardless of
+	// where the touch events (fingers) were. Enabled for touch-capable web
+	// browsers except for old Androids.
+	touchZoom: touch && !android23,
+
+	// @option bounceAtZoomLimits: Boolean = true
+	// Set it to false if you don't want the map to zoom beyond min/max zoom
+	// and then bounce back when pinch-zooming.
+	bounceAtZoomLimits: true
+});
+
+var TouchZoom = Handler.extend({
+	addHooks: function () {
+		addClass(this._map._container, 'leaflet-touch-zoom');
+		on(this._map._container, 'touchstart', this._onTouchStart, this);
+	},
+
+	removeHooks: function () {
+		removeClass(this._map._container, 'leaflet-touch-zoom');
+		off(this._map._container, 'touchstart', this._onTouchStart, this);
+	},
+
+	_onTouchStart: function (e) {
+		var map = this._map;
+		if (!e.touches || e.touches.length !== 2 || map._animatingZoom || this._zooming) { return; }
+
+		var p1 = map.mouseEventToContainerPoint(e.touches[0]),
+		    p2 = map.mouseEventToContainerPoint(e.touches[1]);
+
+		this._centerPoint = map.getSize()._divideBy(2);
+		this._startLatLng = map.containerPointToLatLng(this._centerPoint);
+		if (map.options.touchZoom !== 'center') {
+			this._pinchStartLatLng = map.containerPointToLatLng(p1.add(p2)._divideBy(2));
+		}
+
+		this._startDist = p1.distanceTo(p2);
+		this._startZoom = map.getZoom();
+
+		this._moved = false;
+		this._zooming = true;
+
+		map._stop();
+
+		on(document, 'touchmove', this._onTouchMove, this);
+		on(document, 'touchend', this._onTouchEnd, this);
+
+		preventDefault(e);
+	},
+
+	_onTouchMove: function (e) {
+		if (!e.touches || e.touches.length !== 2 || !this._zooming) { return; }
+
+		var map = this._map,
+		    p1 = map.mouseEventToContainerPoint(e.touches[0]),
+		    p2 = map.mouseEventToContainerPoint(e.touches[1]),
+		    scale = p1.distanceTo(p2) / this._startDist;
+
+		this._zoom = map.getScaleZoom(scale, this._startZoom);
+
+		if (!map.options.bounceAtZoomLimits && (
+			(this._zoom < map.getMinZoom() && scale < 1) ||
+			(this._zoom > map.getMaxZoom() && scale > 1))) {
+			this._zoom = map._limitZoom(this._zoom);
+		}
+
+		if (map.options.touchZoom === 'center') {
+			this._center = this._startLatLng;
+			if (scale === 1) { return; }
+		} else {
+			// Get delta from pinch to center, so centerLatLng is delta applied to initial pinchLatLng
+			var delta = p1._add(p2)._divideBy(2)._subtract(this._centerPoint);
+			if (scale === 1 && delta.x === 0 && delta.y === 0) { return; }
+			this._center = map.unproject(map.project(this._pinchStartLatLng, this._zoom).subtract(delta), this._zoom);
+		}
+
+		if (!this._moved) {
+			map._moveStart(true, false);
+			this._moved = true;
+		}
+
+		cancelAnimFrame(this._animRequest);
+
+		var moveFn = bind(map._move, map, this._center, this._zoom, {pinch: true, round: false});
+		this._animRequest = requestAnimFrame(moveFn, this, true);
+
+		preventDefault(e);
+	},
+
+	_onTouchEnd: function () {
+		if (!this._moved || !this._zooming) {
+			this._zooming = false;
+			return;
+		}
+
+		this._zooming = false;
+		cancelAnimFrame(this._animRequest);
+
+		off(document, 'touchmove', this._onTouchMove);
+		off(document, 'touchend', this._onTouchEnd);
+
+		// Pinch updates GridLayers' levels only when zoomSnap is off, so zoomSnap becomes noUpdate.
+		if (this._map.options.zoomAnimation) {
+			this._map._animateZoom(this._center, this._map._limitZoom(this._zoom), true, this._map.options.zoomSnap);
+		} else {
+			this._map._resetView(this._center, this._map._limitZoom(this._zoom));
+		}
+	}
+});
+
+// @section Handlers
+// @property touchZoom: Handler
+// Touch zoom handler.
+Map.addInitHook('addHandler', 'touchZoom', TouchZoom);
+
+Map.BoxZoom = BoxZoom;
+Map.DoubleClickZoom = DoubleClickZoom;
+Map.Drag = Drag;
+Map.Keyboard = Keyboard;
+Map.ScrollWheelZoom = ScrollWheelZoom;
+Map.Tap = Tap;
+Map.TouchZoom = TouchZoom;
+
+Object.freeze = freeze;
+
+exports.version = version;
+exports.Control = Control;
+exports.control = control;
+exports.Browser = Browser;
+exports.Evented = Evented;
+exports.Mixin = Mixin;
+exports.Util = Util;
+exports.Class = Class;
+exports.Handler = Handler;
+exports.extend = extend;
+exports.bind = bind;
+exports.stamp = stamp;
+exports.setOptions = setOptions;
+exports.DomEvent = DomEvent;
+exports.DomUtil = DomUtil;
+exports.PosAnimation = PosAnimation;
+exports.Draggable = Draggable;
+exports.LineUtil = LineUtil;
+exports.PolyUtil = PolyUtil;
+exports.Point = Point;
+exports.point = toPoint;
+exports.Bounds = Bounds;
+exports.bounds = toBounds;
+exports.Transformation = Transformation;
+exports.transformation = toTransformation;
+exports.Projection = index;
+exports.LatLng = LatLng;
+exports.latLng = toLatLng;
+exports.LatLngBounds = LatLngBounds;
+exports.latLngBounds = toLatLngBounds;
+exports.CRS = CRS;
+exports.GeoJSON = GeoJSON;
+exports.geoJSON = geoJSON;
+exports.geoJson = geoJson;
+exports.Layer = Layer;
+exports.LayerGroup = LayerGroup;
+exports.layerGroup = layerGroup;
+exports.FeatureGroup = FeatureGroup;
+exports.featureGroup = featureGroup;
+exports.ImageOverlay = ImageOverlay;
+exports.imageOverlay = imageOverlay;
+exports.VideoOverlay = VideoOverlay;
+exports.videoOverlay = videoOverlay;
+exports.DivOverlay = DivOverlay;
+exports.Popup = Popup;
+exports.popup = popup;
+exports.Tooltip = Tooltip;
+exports.tooltip = tooltip;
+exports.Icon = Icon;
+exports.icon = icon;
+exports.DivIcon = DivIcon;
+exports.divIcon = divIcon;
+exports.Marker = Marker;
+exports.marker = marker;
+exports.TileLayer = TileLayer;
+exports.tileLayer = tileLayer;
+exports.GridLayer = GridLayer;
+exports.gridLayer = gridLayer;
+exports.SVG = SVG;
+exports.svg = svg$1;
+exports.Renderer = Renderer;
+exports.Canvas = Canvas;
+exports.canvas = canvas$1;
+exports.Path = Path;
+exports.CircleMarker = CircleMarker;
+exports.circleMarker = circleMarker;
+exports.Circle = Circle;
+exports.circle = circle;
+exports.Polyline = Polyline;
+exports.polyline = polyline;
+exports.Polygon = Polygon;
+exports.polygon = polygon;
+exports.Rectangle = Rectangle;
+exports.rectangle = rectangle;
+exports.Map = Map;
+exports.map = createMap;
+
+var oldL = window.L;
+exports.noConflict = function() {
+	window.L = oldL;
+	return this;
+}
+
+// Always export us to window global (see #2364)
+window.L = exports;
+
+})));
+//# sourceMappingURL=leaflet-src.js.map
diff --git a/static/leaflet/leaflet-src.js.map b/static/leaflet/leaflet-src.js.map
new file mode 100644
index 0000000..1805f39
--- /dev/null
+++ b/static/leaflet/leaflet-src.js.map
@@ -0,0 +1 @@
+{"version":3,"file":"leaflet-src.js","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/crs/CRS.Earth.js","../src/geo/projection/Projection.SphericalMercator.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/dom/Draggable.js","../src/geometry/LineUtil.js","../src/geometry/PolyUtil.js","../src/geo/projection/Projection.LonLat.js","../src/geo/projection/Projection.Mercator.js","../src/geo/projection/index.js","../src/geo/crs/CRS.EPSG3395.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/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","../src/Leaflet.js"],"sourcesContent":["/*\r\n * @namespace Util\r\n *\r\n * Various utility functions, used by Leaflet internally.\r\n */\r\n\r\nexport var freeze = Object.freeze;\r\nObject.freeze = function (obj) { return obj; };\r\n\r\n// @function extend(dest: Object, src?: Object): Object\r\n// Merges the properties of the `src` object (or multiple objects) into `dest` object and returns the latter. Has an `L.extend` shortcut.\r\nexport function extend(dest) {\r\n\tvar i, j, len, src;\r\n\r\n\tfor (j = 1, len = arguments.length; j < len; j++) {\r\n\t\tsrc = arguments[j];\r\n\t\tfor (i in src) {\r\n\t\t\tdest[i] = src[i];\r\n\t\t}\r\n\t}\r\n\treturn dest;\r\n}\r\n\r\n// @function create(proto: Object, properties?: Object): Object\r\n// Compatibility polyfill for [Object.create](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object/create)\r\nexport var create = Object.create || (function () {\r\n\tfunction F() {}\r\n\treturn function (proto) {\r\n\t\tF.prototype = proto;\r\n\t\treturn new F();\r\n\t};\r\n})();\r\n\r\n// @function bind(fn: Function, …): Function\r\n// Returns a new function bound to the arguments passed, like [Function.prototype.bind](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Function/bind).\r\n// Has a `L.bind()` shortcut.\r\nexport function bind(fn, obj) {\r\n\tvar slice = Array.prototype.slice;\r\n\r\n\tif (fn.bind) {\r\n\t\treturn fn.bind.apply(fn, slice.call(arguments, 1));\r\n\t}\r\n\r\n\tvar args = slice.call(arguments, 2);\r\n\r\n\treturn function () {\r\n\t\treturn fn.apply(obj, args.length ? args.concat(slice.call(arguments)) : arguments);\r\n\t};\r\n}\r\n\r\n// @property lastId: Number\r\n// Last unique ID used by [`stamp()`](#util-stamp)\r\nexport var lastId = 0;\r\n\r\n// @function stamp(obj: Object): Number\r\n// Returns the unique ID of an object, assigning it one if it doesn't have it.\r\nexport function stamp(obj) {\r\n\t/*eslint-disable */\r\n\tobj._leaflet_id = obj._leaflet_id || ++lastId;\r\n\treturn obj._leaflet_id;\r\n\t/* eslint-enable */\r\n}\r\n\r\n// @function throttle(fn: Function, time: Number, context: Object): Function\r\n// Returns a function which executes function `fn` with the given scope `context`\r\n// (so that the `this` keyword refers to `context` inside `fn`'s code). The function\r\n// `fn` will be called no more than one time per given amount of `time`. The arguments\r\n// received by the bound function will be any arguments passed when binding the\r\n// function, followed by any arguments passed when invoking the bound function.\r\n// Has an `L.throttle` shortcut.\r\nexport function throttle(fn, time, context) {\r\n\tvar lock, args, wrapperFn, later;\r\n\r\n\tlater = function () {\r\n\t\t// reset lock and call if queued\r\n\t\tlock = false;\r\n\t\tif (args) {\r\n\t\t\twrapperFn.apply(context, args);\r\n\t\t\targs = false;\r\n\t\t}\r\n\t};\r\n\r\n\twrapperFn = function () {\r\n\t\tif (lock) {\r\n\t\t\t// called too soon, queue to call later\r\n\t\t\targs = arguments;\r\n\r\n\t\t} else {\r\n\t\t\t// call and lock until later\r\n\t\t\tfn.apply(context, arguments);\r\n\t\t\tsetTimeout(later, time);\r\n\t\t\tlock = true;\r\n\t\t}\r\n\t};\r\n\r\n\treturn wrapperFn;\r\n}\r\n\r\n// @function wrapNum(num: Number, range: Number[], includeMax?: Boolean): Number\r\n// Returns the number `num` modulo `range` in such a way so it lies within\r\n// `range[0]` and `range[1]`. The returned value will be always smaller than\r\n// `range[1]` unless `includeMax` is set to `true`.\r\nexport function wrapNum(x, range, includeMax) {\r\n\tvar max = range[1],\r\n\t    min = range[0],\r\n\t    d = max - min;\r\n\treturn x === max && includeMax ? x : ((x - min) % d + d) % d + min;\r\n}\r\n\r\n// @function falseFn(): Function\r\n// Returns a function which always returns `false`.\r\nexport function falseFn() { return false; }\r\n\r\n// @function formatNum(num: Number, digits?: Number): Number\r\n// Returns the number `num` rounded to `digits` decimals, or to 6 decimals by default.\r\nexport function formatNum(num, digits) {\r\n\tvar pow = Math.pow(10, (digits === undefined ? 6 : digits));\r\n\treturn Math.round(num * pow) / pow;\r\n}\r\n\r\n// @function trim(str: String): String\r\n// Compatibility polyfill for [String.prototype.trim](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String/Trim)\r\nexport function trim(str) {\r\n\treturn str.trim ? str.trim() : str.replace(/^\\s+|\\s+$/g, '');\r\n}\r\n\r\n// @function splitWords(str: String): String[]\r\n// Trims and splits the string on whitespace and returns the array of parts.\r\nexport function splitWords(str) {\r\n\treturn trim(str).split(/\\s+/);\r\n}\r\n\r\n// @function setOptions(obj: Object, options: Object): Object\r\n// Merges the given properties to the `options` of the `obj` object, returning the resulting options. See `Class options`. Has an `L.setOptions` shortcut.\r\nexport function setOptions(obj, options) {\r\n\tif (!obj.hasOwnProperty('options')) {\r\n\t\tobj.options = obj.options ? create(obj.options) : {};\r\n\t}\r\n\tfor (var i in options) {\r\n\t\tobj.options[i] = options[i];\r\n\t}\r\n\treturn obj.options;\r\n}\r\n\r\n// @function getParamString(obj: Object, existingUrl?: String, uppercase?: Boolean): String\r\n// Converts an object into a parameter URL string, e.g. `{a: \"foo\", b: \"bar\"}`\r\n// translates to `'?a=foo&b=bar'`. If `existingUrl` is set, the parameters will\r\n// be appended at the end. If `uppercase` is `true`, the parameter names will\r\n// be uppercased (e.g. `'?A=foo&B=bar'`)\r\nexport function getParamString(obj, existingUrl, uppercase) {\r\n\tvar params = [];\r\n\tfor (var i in obj) {\r\n\t\tparams.push(encodeURIComponent(uppercase ? i.toUpperCase() : i) + '=' + encodeURIComponent(obj[i]));\r\n\t}\r\n\treturn ((!existingUrl || existingUrl.indexOf('?') === -1) ? '?' : '&') + params.join('&');\r\n}\r\n\r\nvar templateRe = /\\{ *([\\w_-]+) *\\}/g;\r\n\r\n// @function template(str: String, data: Object): String\r\n// Simple templating facility, accepts a template string of the form `'Hello {a}, {b}'`\r\n// and a data object like `{a: 'foo', b: 'bar'}`, returns evaluated string\r\n// `('Hello foo, bar')`. You can also specify functions instead of strings for\r\n// data values — they will be evaluated passing `data` as an argument.\r\nexport function template(str, data) {\r\n\treturn str.replace(templateRe, function (str, key) {\r\n\t\tvar value = data[key];\r\n\r\n\t\tif (value === undefined) {\r\n\t\t\tthrow new Error('No value provided for variable ' + str);\r\n\r\n\t\t} else if (typeof value === 'function') {\r\n\t\t\tvalue = value(data);\r\n\t\t}\r\n\t\treturn value;\r\n\t});\r\n}\r\n\r\n// @function isArray(obj): Boolean\r\n// Compatibility polyfill for [Array.isArray](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray)\r\nexport var isArray = Array.isArray || function (obj) {\r\n\treturn (Object.prototype.toString.call(obj) === '[object Array]');\r\n};\r\n\r\n// @function indexOf(array: Array, el: Object): Number\r\n// Compatibility polyfill for [Array.prototype.indexOf](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf)\r\nexport function indexOf(array, el) {\r\n\tfor (var i = 0; i < array.length; i++) {\r\n\t\tif (array[i] === el) { return i; }\r\n\t}\r\n\treturn -1;\r\n}\r\n\r\n// @property emptyImageUrl: String\r\n// Data URI string containing a base64-encoded empty GIF image.\r\n// Used as a hack to free memory from unused images on WebKit-powered\r\n// mobile devices (by setting image `src` to this string).\r\nexport var emptyImageUrl = 'data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=';\r\n\r\n// inspired by http://paulirish.com/2011/requestanimationframe-for-smart-animating/\r\n\r\nfunction getPrefixed(name) {\r\n\treturn window['webkit' + name] || window['moz' + name] || window['ms' + name];\r\n}\r\n\r\nvar lastTime = 0;\r\n\r\n// fallback for IE 7-8\r\nfunction timeoutDefer(fn) {\r\n\tvar time = +new Date(),\r\n\t    timeToCall = Math.max(0, 16 - (time - lastTime));\r\n\r\n\tlastTime = time + timeToCall;\r\n\treturn window.setTimeout(fn, timeToCall);\r\n}\r\n\r\nexport var requestFn = window.requestAnimationFrame || getPrefixed('RequestAnimationFrame') || timeoutDefer;\r\nexport var cancelFn = window.cancelAnimationFrame || getPrefixed('CancelAnimationFrame') ||\r\n\t\tgetPrefixed('CancelRequestAnimationFrame') || function (id) { window.clearTimeout(id); };\r\n\r\n// @function requestAnimFrame(fn: Function, context?: Object, immediate?: Boolean): Number\r\n// Schedules `fn` to be executed when the browser repaints. `fn` is bound to\r\n// `context` if given. When `immediate` is set, `fn` is called immediately if\r\n// the browser doesn't have native support for\r\n// [`window.requestAnimationFrame`](https://developer.mozilla.org/docs/Web/API/window/requestAnimationFrame),\r\n// otherwise it's delayed. Returns a request ID that can be used to cancel the request.\r\nexport function requestAnimFrame(fn, context, immediate) {\r\n\tif (immediate && requestFn === timeoutDefer) {\r\n\t\tfn.call(context);\r\n\t} else {\r\n\t\treturn requestFn.call(window, bind(fn, context));\r\n\t}\r\n}\r\n\r\n// @function cancelAnimFrame(id: Number): undefined\r\n// Cancels a previous `requestAnimFrame`. See also [window.cancelAnimationFrame](https://developer.mozilla.org/docs/Web/API/window/cancelAnimationFrame).\r\nexport function cancelAnimFrame(id) {\r\n\tif (id) {\r\n\t\tcancelFn.call(window, id);\r\n\t}\r\n}\r\n","import * as Util from './Util';\r\n\r\n// @class Class\r\n// @aka L.Class\r\n\r\n// @section\r\n// @uninheritable\r\n\r\n// Thanks to John Resig and Dean Edwards for inspiration!\r\n\r\nexport function Class() {}\r\n\r\nClass.extend = function (props) {\r\n\r\n\t// @function extend(props: Object): Function\r\n\t// [Extends the current class](#class-inheritance) given the properties to be included.\r\n\t// Returns a Javascript function that is a class constructor (to be called with `new`).\r\n\tvar NewClass = function () {\r\n\r\n\t\t// call the constructor\r\n\t\tif (this.initialize) {\r\n\t\t\tthis.initialize.apply(this, arguments);\r\n\t\t}\r\n\r\n\t\t// call all constructor hooks\r\n\t\tthis.callInitHooks();\r\n\t};\r\n\r\n\tvar parentProto = NewClass.__super__ = this.prototype;\r\n\r\n\tvar proto = Util.create(parentProto);\r\n\tproto.constructor = NewClass;\r\n\r\n\tNewClass.prototype = proto;\r\n\r\n\t// inherit parent's statics\r\n\tfor (var i in this) {\r\n\t\tif (this.hasOwnProperty(i) && i !== 'prototype' && i !== '__super__') {\r\n\t\t\tNewClass[i] = this[i];\r\n\t\t}\r\n\t}\r\n\r\n\t// mix static properties into the class\r\n\tif (props.statics) {\r\n\t\tUtil.extend(NewClass, props.statics);\r\n\t\tdelete props.statics;\r\n\t}\r\n\r\n\t// mix includes into the prototype\r\n\tif (props.includes) {\r\n\t\tcheckDeprecatedMixinEvents(props.includes);\r\n\t\tUtil.extend.apply(null, [proto].concat(props.includes));\r\n\t\tdelete props.includes;\r\n\t}\r\n\r\n\t// merge options\r\n\tif (proto.options) {\r\n\t\tprops.options = Util.extend(Util.create(proto.options), props.options);\r\n\t}\r\n\r\n\t// mix given properties into the prototype\r\n\tUtil.extend(proto, props);\r\n\r\n\tproto._initHooks = [];\r\n\r\n\t// add method for calling all hooks\r\n\tproto.callInitHooks = function () {\r\n\r\n\t\tif (this._initHooksCalled) { return; }\r\n\r\n\t\tif (parentProto.callInitHooks) {\r\n\t\t\tparentProto.callInitHooks.call(this);\r\n\t\t}\r\n\r\n\t\tthis._initHooksCalled = true;\r\n\r\n\t\tfor (var i = 0, len = proto._initHooks.length; i < len; i++) {\r\n\t\t\tproto._initHooks[i].call(this);\r\n\t\t}\r\n\t};\r\n\r\n\treturn NewClass;\r\n};\r\n\r\n\r\n// @function include(properties: Object): this\r\n// [Includes a mixin](#class-includes) into the current class.\r\nClass.include = function (props) {\r\n\tUtil.extend(this.prototype, props);\r\n\treturn this;\r\n};\r\n\r\n// @function mergeOptions(options: Object): this\r\n// [Merges `options`](#class-options) into the defaults of the class.\r\nClass.mergeOptions = function (options) {\r\n\tUtil.extend(this.prototype.options, options);\r\n\treturn this;\r\n};\r\n\r\n// @function addInitHook(fn: Function): this\r\n// Adds a [constructor hook](#class-constructor-hooks) to the class.\r\nClass.addInitHook = function (fn) { // (Function) || (String, args...)\r\n\tvar args = Array.prototype.slice.call(arguments, 1);\r\n\r\n\tvar init = typeof fn === 'function' ? fn : function () {\r\n\t\tthis[fn].apply(this, args);\r\n\t};\r\n\r\n\tthis.prototype._initHooks = this.prototype._initHooks || [];\r\n\tthis.prototype._initHooks.push(init);\r\n\treturn this;\r\n};\r\n\r\nfunction checkDeprecatedMixinEvents(includes) {\r\n\tif (typeof L === 'undefined' || !L || !L.Mixin) { return; }\r\n\r\n\tincludes = Util.isArray(includes) ? includes : [includes];\r\n\r\n\tfor (var i = 0; i < includes.length; i++) {\r\n\t\tif (includes[i] === L.Mixin.Events) {\r\n\t\t\tconsole.warn('Deprecated include of L.Mixin.Events: ' +\r\n\t\t\t\t'this property will be removed in future releases, ' +\r\n\t\t\t\t'please inherit from L.Evented instead.', new Error().stack);\r\n\t\t}\r\n\t}\r\n}\r\n","import {Class} from './Class';\r\nimport * as Util from './Util';\r\n\r\n/*\r\n * @class Evented\r\n * @aka L.Evented\r\n * @inherits Class\r\n *\r\n * A set of methods shared between event-powered classes (like `Map` and `Marker`). Generally, events allow you to execute some function when something happens with an object (e.g. the user clicks on the map, causing the map to fire `'click'` event).\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * map.on('click', function(e) {\r\n * \talert(e.latlng);\r\n * } );\r\n * ```\r\n *\r\n * Leaflet deals with event listeners by reference, so if you want to add a listener and then remove it, define it as a function:\r\n *\r\n * ```js\r\n * function onClick(e) { ... }\r\n *\r\n * map.on('click', onClick);\r\n * map.off('click', onClick);\r\n * ```\r\n */\r\n\r\nexport var Events = {\r\n\t/* @method on(type: String, fn: Function, context?: Object): this\r\n\t * Adds a listener function (`fn`) to a particular event type of the object. You can optionally specify the context of the listener (object the this keyword will point to). You can also pass several space-separated types (e.g. `'click dblclick'`).\r\n\t *\r\n\t * @alternative\r\n\t * @method on(eventMap: Object): this\r\n\t * Adds a set of type/listener pairs, e.g. `{click: onClick, mousemove: onMouseMove}`\r\n\t */\r\n\ton: function (types, fn, context) {\r\n\r\n\t\t// types can be a map of types/handlers\r\n\t\tif (typeof types === 'object') {\r\n\t\t\tfor (var type in types) {\r\n\t\t\t\t// we don't process space-separated events here for performance;\r\n\t\t\t\t// it's a hot path since Layer uses the on(obj) syntax\r\n\t\t\t\tthis._on(type, types[type], fn);\r\n\t\t\t}\r\n\r\n\t\t} else {\r\n\t\t\t// types can be a string of space-separated words\r\n\t\t\ttypes = Util.splitWords(types);\r\n\r\n\t\t\tfor (var i = 0, len = types.length; i < len; i++) {\r\n\t\t\t\tthis._on(types[i], fn, context);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t/* @method off(type: String, fn?: Function, context?: Object): this\r\n\t * Removes a previously added listener function. If no function is specified, it will remove all the listeners of that particular event from the object. Note that if you passed a custom context to `on`, you must pass the same context to `off` in order to remove the listener.\r\n\t *\r\n\t * @alternative\r\n\t * @method off(eventMap: Object): this\r\n\t * Removes a set of type/listener pairs.\r\n\t *\r\n\t * @alternative\r\n\t * @method off: this\r\n\t * Removes all listeners to all events on the object.\r\n\t */\r\n\toff: function (types, fn, context) {\r\n\r\n\t\tif (!types) {\r\n\t\t\t// clear all listeners if called without arguments\r\n\t\t\tdelete this._events;\r\n\r\n\t\t} else if (typeof types === 'object') {\r\n\t\t\tfor (var type in types) {\r\n\t\t\t\tthis._off(type, types[type], fn);\r\n\t\t\t}\r\n\r\n\t\t} else {\r\n\t\t\ttypes = Util.splitWords(types);\r\n\r\n\t\t\tfor (var i = 0, len = types.length; i < len; i++) {\r\n\t\t\t\tthis._off(types[i], fn, context);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// attach listener (without syntactic sugar now)\r\n\t_on: function (type, fn, context) {\r\n\t\tthis._events = this._events || {};\r\n\r\n\t\t/* get/init listeners for type */\r\n\t\tvar typeListeners = this._events[type];\r\n\t\tif (!typeListeners) {\r\n\t\t\ttypeListeners = [];\r\n\t\t\tthis._events[type] = typeListeners;\r\n\t\t}\r\n\r\n\t\tif (context === this) {\r\n\t\t\t// Less memory footprint.\r\n\t\t\tcontext = undefined;\r\n\t\t}\r\n\t\tvar newListener = {fn: fn, ctx: context},\r\n\t\t    listeners = typeListeners;\r\n\r\n\t\t// check if fn already there\r\n\t\tfor (var i = 0, len = listeners.length; i < len; i++) {\r\n\t\t\tif (listeners[i].fn === fn && listeners[i].ctx === context) {\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tlisteners.push(newListener);\r\n\t},\r\n\r\n\t_off: function (type, fn, context) {\r\n\t\tvar listeners,\r\n\t\t    i,\r\n\t\t    len;\r\n\r\n\t\tif (!this._events) { return; }\r\n\r\n\t\tlisteners = this._events[type];\r\n\r\n\t\tif (!listeners) {\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\tif (!fn) {\r\n\t\t\t// Set all removed listeners to noop so they are not called if remove happens in fire\r\n\t\t\tfor (i = 0, len = listeners.length; i < len; i++) {\r\n\t\t\t\tlisteners[i].fn = Util.falseFn;\r\n\t\t\t}\r\n\t\t\t// clear all listeners for a type if function isn't specified\r\n\t\t\tdelete this._events[type];\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\tif (context === this) {\r\n\t\t\tcontext = undefined;\r\n\t\t}\r\n\r\n\t\tif (listeners) {\r\n\r\n\t\t\t// find fn and remove it\r\n\t\t\tfor (i = 0, len = listeners.length; i < len; i++) {\r\n\t\t\t\tvar l = listeners[i];\r\n\t\t\t\tif (l.ctx !== context) { continue; }\r\n\t\t\t\tif (l.fn === fn) {\r\n\r\n\t\t\t\t\t// set the removed listener to noop so that's not called if remove happens in fire\r\n\t\t\t\t\tl.fn = Util.falseFn;\r\n\r\n\t\t\t\t\tif (this._firingCount) {\r\n\t\t\t\t\t\t/* copy array in case events are being fired */\r\n\t\t\t\t\t\tthis._events[type] = listeners = listeners.slice();\r\n\t\t\t\t\t}\r\n\t\t\t\t\tlisteners.splice(i, 1);\r\n\r\n\t\t\t\t\treturn;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\r\n\t// @method fire(type: String, data?: Object, propagate?: Boolean): this\r\n\t// Fires an event of the specified type. You can optionally provide an data\r\n\t// object — the first argument of the listener function will contain its\r\n\t// properties. The event can optionally be propagated to event parents.\r\n\tfire: function (type, data, propagate) {\r\n\t\tif (!this.listens(type, propagate)) { return this; }\r\n\r\n\t\tvar event = Util.extend({}, data, {\r\n\t\t\ttype: type,\r\n\t\t\ttarget: this,\r\n\t\t\tsourceTarget: data && data.sourceTarget || this\r\n\t\t});\r\n\r\n\t\tif (this._events) {\r\n\t\t\tvar listeners = this._events[type];\r\n\r\n\t\t\tif (listeners) {\r\n\t\t\t\tthis._firingCount = (this._firingCount + 1) || 1;\r\n\t\t\t\tfor (var i = 0, len = listeners.length; i < len; i++) {\r\n\t\t\t\t\tvar l = listeners[i];\r\n\t\t\t\t\tl.fn.call(l.ctx || this, event);\r\n\t\t\t\t}\r\n\r\n\t\t\t\tthis._firingCount--;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tif (propagate) {\r\n\t\t\t// propagate the event to parents (set with addEventParent)\r\n\t\t\tthis._propagateEvent(event);\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method listens(type: String): Boolean\r\n\t// Returns `true` if a particular event type has any listeners attached to it.\r\n\tlistens: function (type, propagate) {\r\n\t\tvar listeners = this._events && this._events[type];\r\n\t\tif (listeners && listeners.length) { return true; }\r\n\r\n\t\tif (propagate) {\r\n\t\t\t// also check parents for listeners if event propagates\r\n\t\t\tfor (var id in this._eventParents) {\r\n\t\t\t\tif (this._eventParents[id].listens(type, propagate)) { return true; }\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn false;\r\n\t},\r\n\r\n\t// @method once(…): this\r\n\t// Behaves as [`on(…)`](#evented-on), except the listener will only get fired once and then removed.\r\n\tonce: function (types, fn, context) {\r\n\r\n\t\tif (typeof types === 'object') {\r\n\t\t\tfor (var type in types) {\r\n\t\t\t\tthis.once(type, types[type], fn);\r\n\t\t\t}\r\n\t\t\treturn this;\r\n\t\t}\r\n\r\n\t\tvar handler = Util.bind(function () {\r\n\t\t\tthis\r\n\t\t\t    .off(types, fn, context)\r\n\t\t\t    .off(types, handler, context);\r\n\t\t}, this);\r\n\r\n\t\t// add a listener that's executed once and removed after that\r\n\t\treturn this\r\n\t\t    .on(types, fn, context)\r\n\t\t    .on(types, handler, context);\r\n\t},\r\n\r\n\t// @method addEventParent(obj: Evented): this\r\n\t// Adds an event parent - an `Evented` that will receive propagated events\r\n\taddEventParent: function (obj) {\r\n\t\tthis._eventParents = this._eventParents || {};\r\n\t\tthis._eventParents[Util.stamp(obj)] = obj;\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method removeEventParent(obj: Evented): this\r\n\t// Removes an event parent, so it will stop receiving propagated events\r\n\tremoveEventParent: function (obj) {\r\n\t\tif (this._eventParents) {\r\n\t\t\tdelete this._eventParents[Util.stamp(obj)];\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_propagateEvent: function (e) {\r\n\t\tfor (var id in this._eventParents) {\r\n\t\t\tthis._eventParents[id].fire(e.type, Util.extend({\r\n\t\t\t\tlayer: e.target,\r\n\t\t\t\tpropagatedFrom: e.target\r\n\t\t\t}, e), true);\r\n\t\t}\r\n\t}\r\n};\r\n\r\n// aliases; we should ditch those eventually\r\n\r\n// @method addEventListener(…): this\r\n// Alias to [`on(…)`](#evented-on)\r\nEvents.addEventListener = Events.on;\r\n\r\n// @method removeEventListener(…): this\r\n// Alias to [`off(…)`](#evented-off)\r\n\r\n// @method clearAllEventListeners(…): this\r\n// Alias to [`off()`](#evented-off)\r\nEvents.removeEventListener = Events.clearAllEventListeners = Events.off;\r\n\r\n// @method addOneTimeEventListener(…): this\r\n// Alias to [`once(…)`](#evented-once)\r\nEvents.addOneTimeEventListener = Events.once;\r\n\r\n// @method fireEvent(…): this\r\n// Alias to [`fire(…)`](#evented-fire)\r\nEvents.fireEvent = Events.fire;\r\n\r\n// @method hasEventListeners(…): Boolean\r\n// Alias to [`listens(…)`](#evented-listens)\r\nEvents.hasEventListeners = Events.listens;\r\n\r\nexport var Evented = Class.extend(Events);\r\n","import {isArray, formatNum} from '../core/Util';\r\n\r\n/*\r\n * @class Point\r\n * @aka L.Point\r\n *\r\n * Represents a point with `x` and `y` coordinates in pixels.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * var point = L.point(200, 300);\r\n * ```\r\n *\r\n * All Leaflet methods and options that accept `Point` objects also accept them in a simple Array form (unless noted otherwise), so these lines are equivalent:\r\n *\r\n * ```js\r\n * map.panBy([200, 300]);\r\n * map.panBy(L.point(200, 300));\r\n * ```\r\n *\r\n * Note that `Point` does not inherit from Leafet's `Class` object,\r\n * which means new classes can't inherit from it, and new methods\r\n * can't be added to it with the `include` function.\r\n */\r\n\r\nexport function Point(x, y, round) {\r\n\t// @property x: Number; The `x` coordinate of the point\r\n\tthis.x = (round ? Math.round(x) : x);\r\n\t// @property y: Number; The `y` coordinate of the point\r\n\tthis.y = (round ? Math.round(y) : y);\r\n}\r\n\r\nvar trunc = Math.trunc || function (v) {\r\n\treturn v > 0 ? Math.floor(v) : Math.ceil(v);\r\n};\r\n\r\nPoint.prototype = {\r\n\r\n\t// @method clone(): Point\r\n\t// Returns a copy of the current point.\r\n\tclone: function () {\r\n\t\treturn new Point(this.x, this.y);\r\n\t},\r\n\r\n\t// @method add(otherPoint: Point): Point\r\n\t// Returns the result of addition of the current and the given points.\r\n\tadd: function (point) {\r\n\t\t// non-destructive, returns a new point\r\n\t\treturn this.clone()._add(toPoint(point));\r\n\t},\r\n\r\n\t_add: function (point) {\r\n\t\t// destructive, used directly for performance in situations where it's safe to modify existing point\r\n\t\tthis.x += point.x;\r\n\t\tthis.y += point.y;\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method subtract(otherPoint: Point): Point\r\n\t// Returns the result of subtraction of the given point from the current.\r\n\tsubtract: function (point) {\r\n\t\treturn this.clone()._subtract(toPoint(point));\r\n\t},\r\n\r\n\t_subtract: function (point) {\r\n\t\tthis.x -= point.x;\r\n\t\tthis.y -= point.y;\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method divideBy(num: Number): Point\r\n\t// Returns the result of division of the current point by the given number.\r\n\tdivideBy: function (num) {\r\n\t\treturn this.clone()._divideBy(num);\r\n\t},\r\n\r\n\t_divideBy: function (num) {\r\n\t\tthis.x /= num;\r\n\t\tthis.y /= num;\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method multiplyBy(num: Number): Point\r\n\t// Returns the result of multiplication of the current point by the given number.\r\n\tmultiplyBy: function (num) {\r\n\t\treturn this.clone()._multiplyBy(num);\r\n\t},\r\n\r\n\t_multiplyBy: function (num) {\r\n\t\tthis.x *= num;\r\n\t\tthis.y *= num;\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method scaleBy(scale: Point): Point\r\n\t// Multiply each coordinate of the current point by each coordinate of\r\n\t// `scale`. In linear algebra terms, multiply the point by the\r\n\t// [scaling matrix](https://en.wikipedia.org/wiki/Scaling_%28geometry%29#Matrix_representation)\r\n\t// defined by `scale`.\r\n\tscaleBy: function (point) {\r\n\t\treturn new Point(this.x * point.x, this.y * point.y);\r\n\t},\r\n\r\n\t// @method unscaleBy(scale: Point): Point\r\n\t// Inverse of `scaleBy`. Divide each coordinate of the current point by\r\n\t// each coordinate of `scale`.\r\n\tunscaleBy: function (point) {\r\n\t\treturn new Point(this.x / point.x, this.y / point.y);\r\n\t},\r\n\r\n\t// @method round(): Point\r\n\t// Returns a copy of the current point with rounded coordinates.\r\n\tround: function () {\r\n\t\treturn this.clone()._round();\r\n\t},\r\n\r\n\t_round: function () {\r\n\t\tthis.x = Math.round(this.x);\r\n\t\tthis.y = Math.round(this.y);\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method floor(): Point\r\n\t// Returns a copy of the current point with floored coordinates (rounded down).\r\n\tfloor: function () {\r\n\t\treturn this.clone()._floor();\r\n\t},\r\n\r\n\t_floor: function () {\r\n\t\tthis.x = Math.floor(this.x);\r\n\t\tthis.y = Math.floor(this.y);\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method ceil(): Point\r\n\t// Returns a copy of the current point with ceiled coordinates (rounded up).\r\n\tceil: function () {\r\n\t\treturn this.clone()._ceil();\r\n\t},\r\n\r\n\t_ceil: function () {\r\n\t\tthis.x = Math.ceil(this.x);\r\n\t\tthis.y = Math.ceil(this.y);\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method trunc(): Point\r\n\t// Returns a copy of the current point with truncated coordinates (rounded towards zero).\r\n\ttrunc: function () {\r\n\t\treturn this.clone()._trunc();\r\n\t},\r\n\r\n\t_trunc: function () {\r\n\t\tthis.x = trunc(this.x);\r\n\t\tthis.y = trunc(this.y);\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method distanceTo(otherPoint: Point): Number\r\n\t// Returns the cartesian distance between the current and the given points.\r\n\tdistanceTo: function (point) {\r\n\t\tpoint = toPoint(point);\r\n\r\n\t\tvar x = point.x - this.x,\r\n\t\t    y = point.y - this.y;\r\n\r\n\t\treturn Math.sqrt(x * x + y * y);\r\n\t},\r\n\r\n\t// @method equals(otherPoint: Point): Boolean\r\n\t// Returns `true` if the given point has the same coordinates.\r\n\tequals: function (point) {\r\n\t\tpoint = toPoint(point);\r\n\r\n\t\treturn point.x === this.x &&\r\n\t\t       point.y === this.y;\r\n\t},\r\n\r\n\t// @method contains(otherPoint: Point): Boolean\r\n\t// Returns `true` if both coordinates of the given point are less than the corresponding current point coordinates (in absolute values).\r\n\tcontains: function (point) {\r\n\t\tpoint = toPoint(point);\r\n\r\n\t\treturn Math.abs(point.x) <= Math.abs(this.x) &&\r\n\t\t       Math.abs(point.y) <= Math.abs(this.y);\r\n\t},\r\n\r\n\t// @method toString(): String\r\n\t// Returns a string representation of the point for debugging purposes.\r\n\ttoString: function () {\r\n\t\treturn 'Point(' +\r\n\t\t        formatNum(this.x) + ', ' +\r\n\t\t        formatNum(this.y) + ')';\r\n\t}\r\n};\r\n\r\n// @factory L.point(x: Number, y: Number, round?: Boolean)\r\n// Creates a Point object with the given `x` and `y` coordinates. If optional `round` is set to true, rounds the `x` and `y` values.\r\n\r\n// @alternative\r\n// @factory L.point(coords: Number[])\r\n// Expects an array of the form `[x, y]` instead.\r\n\r\n// @alternative\r\n// @factory L.point(coords: Object)\r\n// Expects a plain object of the form `{x: Number, y: Number}` instead.\r\nexport function toPoint(x, y, round) {\r\n\tif (x instanceof Point) {\r\n\t\treturn x;\r\n\t}\r\n\tif (isArray(x)) {\r\n\t\treturn new Point(x[0], x[1]);\r\n\t}\r\n\tif (x === undefined || x === null) {\r\n\t\treturn x;\r\n\t}\r\n\tif (typeof x === 'object' && 'x' in x && 'y' in x) {\r\n\t\treturn new Point(x.x, x.y);\r\n\t}\r\n\treturn new Point(x, y, round);\r\n}\r\n","import {Point, toPoint} from './Point';\r\n\r\n/*\r\n * @class Bounds\r\n * @aka L.Bounds\r\n *\r\n * Represents a rectangular area in pixel coordinates.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * var p1 = L.point(10, 10),\r\n * p2 = L.point(40, 60),\r\n * bounds = L.bounds(p1, p2);\r\n * ```\r\n *\r\n * All Leaflet methods that accept `Bounds` objects also accept them in a simple Array form (unless noted otherwise), so the bounds example above can be passed like this:\r\n *\r\n * ```js\r\n * otherBounds.intersects([[10, 10], [40, 60]]);\r\n * ```\r\n *\r\n * Note that `Bounds` does not inherit from Leafet's `Class` object,\r\n * which means new classes can't inherit from it, and new methods\r\n * can't be added to it with the `include` function.\r\n */\r\n\r\nexport function Bounds(a, b) {\r\n\tif (!a) { return; }\r\n\r\n\tvar points = b ? [a, b] : a;\r\n\r\n\tfor (var i = 0, len = points.length; i < len; i++) {\r\n\t\tthis.extend(points[i]);\r\n\t}\r\n}\r\n\r\nBounds.prototype = {\r\n\t// @method extend(point: Point): this\r\n\t// Extends the bounds to contain the given point.\r\n\textend: function (point) { // (Point)\r\n\t\tpoint = toPoint(point);\r\n\r\n\t\t// @property min: Point\r\n\t\t// The top left corner of the rectangle.\r\n\t\t// @property max: Point\r\n\t\t// The bottom right corner of the rectangle.\r\n\t\tif (!this.min && !this.max) {\r\n\t\t\tthis.min = point.clone();\r\n\t\t\tthis.max = point.clone();\r\n\t\t} else {\r\n\t\t\tthis.min.x = Math.min(point.x, this.min.x);\r\n\t\t\tthis.max.x = Math.max(point.x, this.max.x);\r\n\t\t\tthis.min.y = Math.min(point.y, this.min.y);\r\n\t\t\tthis.max.y = Math.max(point.y, this.max.y);\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method getCenter(round?: Boolean): Point\r\n\t// Returns the center point of the bounds.\r\n\tgetCenter: function (round) {\r\n\t\treturn new Point(\r\n\t\t        (this.min.x + this.max.x) / 2,\r\n\t\t        (this.min.y + this.max.y) / 2, round);\r\n\t},\r\n\r\n\t// @method getBottomLeft(): Point\r\n\t// Returns the bottom-left point of the bounds.\r\n\tgetBottomLeft: function () {\r\n\t\treturn new Point(this.min.x, this.max.y);\r\n\t},\r\n\r\n\t// @method getTopRight(): Point\r\n\t// Returns the top-right point of the bounds.\r\n\tgetTopRight: function () { // -> Point\r\n\t\treturn new Point(this.max.x, this.min.y);\r\n\t},\r\n\r\n\t// @method getTopLeft(): Point\r\n\t// Returns the top-left point of the bounds (i.e. [`this.min`](#bounds-min)).\r\n\tgetTopLeft: function () {\r\n\t\treturn this.min; // left, top\r\n\t},\r\n\r\n\t// @method getBottomRight(): Point\r\n\t// Returns the bottom-right point of the bounds (i.e. [`this.max`](#bounds-max)).\r\n\tgetBottomRight: function () {\r\n\t\treturn this.max; // right, bottom\r\n\t},\r\n\r\n\t// @method getSize(): Point\r\n\t// Returns the size of the given bounds\r\n\tgetSize: function () {\r\n\t\treturn this.max.subtract(this.min);\r\n\t},\r\n\r\n\t// @method contains(otherBounds: Bounds): Boolean\r\n\t// Returns `true` if the rectangle contains the given one.\r\n\t// @alternative\r\n\t// @method contains(point: Point): Boolean\r\n\t// Returns `true` if the rectangle contains the given point.\r\n\tcontains: function (obj) {\r\n\t\tvar min, max;\r\n\r\n\t\tif (typeof obj[0] === 'number' || obj instanceof Point) {\r\n\t\t\tobj = toPoint(obj);\r\n\t\t} else {\r\n\t\t\tobj = toBounds(obj);\r\n\t\t}\r\n\r\n\t\tif (obj instanceof Bounds) {\r\n\t\t\tmin = obj.min;\r\n\t\t\tmax = obj.max;\r\n\t\t} else {\r\n\t\t\tmin = max = obj;\r\n\t\t}\r\n\r\n\t\treturn (min.x >= this.min.x) &&\r\n\t\t       (max.x <= this.max.x) &&\r\n\t\t       (min.y >= this.min.y) &&\r\n\t\t       (max.y <= this.max.y);\r\n\t},\r\n\r\n\t// @method intersects(otherBounds: Bounds): Boolean\r\n\t// Returns `true` if the rectangle intersects the given bounds. Two bounds\r\n\t// intersect if they have at least one point in common.\r\n\tintersects: function (bounds) { // (Bounds) -> Boolean\r\n\t\tbounds = toBounds(bounds);\r\n\r\n\t\tvar min = this.min,\r\n\t\t    max = this.max,\r\n\t\t    min2 = bounds.min,\r\n\t\t    max2 = bounds.max,\r\n\t\t    xIntersects = (max2.x >= min.x) && (min2.x <= max.x),\r\n\t\t    yIntersects = (max2.y >= min.y) && (min2.y <= max.y);\r\n\r\n\t\treturn xIntersects && yIntersects;\r\n\t},\r\n\r\n\t// @method overlaps(otherBounds: Bounds): Boolean\r\n\t// Returns `true` if the rectangle overlaps the given bounds. Two bounds\r\n\t// overlap if their intersection is an area.\r\n\toverlaps: function (bounds) { // (Bounds) -> Boolean\r\n\t\tbounds = toBounds(bounds);\r\n\r\n\t\tvar min = this.min,\r\n\t\t    max = this.max,\r\n\t\t    min2 = bounds.min,\r\n\t\t    max2 = bounds.max,\r\n\t\t    xOverlaps = (max2.x > min.x) && (min2.x < max.x),\r\n\t\t    yOverlaps = (max2.y > min.y) && (min2.y < max.y);\r\n\r\n\t\treturn xOverlaps && yOverlaps;\r\n\t},\r\n\r\n\tisValid: function () {\r\n\t\treturn !!(this.min && this.max);\r\n\t}\r\n};\r\n\r\n\r\n// @factory L.bounds(corner1: Point, corner2: Point)\r\n// Creates a Bounds object from two corners coordinate pairs.\r\n// @alternative\r\n// @factory L.bounds(points: Point[])\r\n// Creates a Bounds object from the given array of points.\r\nexport function toBounds(a, b) {\r\n\tif (!a || a instanceof Bounds) {\r\n\t\treturn a;\r\n\t}\r\n\treturn new Bounds(a, b);\r\n}\r\n","import {LatLng, toLatLng} from './LatLng';\r\n\r\n/*\r\n * @class LatLngBounds\r\n * @aka L.LatLngBounds\r\n *\r\n * Represents a rectangular geographical area on a map.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * var corner1 = L.latLng(40.712, -74.227),\r\n * corner2 = L.latLng(40.774, -74.125),\r\n * bounds = L.latLngBounds(corner1, corner2);\r\n * ```\r\n *\r\n * All Leaflet methods that accept LatLngBounds objects also accept them in a simple Array form (unless noted otherwise), so the bounds example above can be passed like this:\r\n *\r\n * ```js\r\n * map.fitBounds([\r\n * \t[40.712, -74.227],\r\n * \t[40.774, -74.125]\r\n * ]);\r\n * ```\r\n *\r\n * Caution: if the area crosses the antimeridian (often confused with the International Date Line), you must specify corners _outside_ the [-180, 180] degrees longitude range.\r\n *\r\n * Note that `LatLngBounds` does not inherit from Leafet's `Class` object,\r\n * which means new classes can't inherit from it, and new methods\r\n * can't be added to it with the `include` function.\r\n */\r\n\r\nexport function LatLngBounds(corner1, corner2) { // (LatLng, LatLng) or (LatLng[])\r\n\tif (!corner1) { return; }\r\n\r\n\tvar latlngs = corner2 ? [corner1, corner2] : corner1;\r\n\r\n\tfor (var i = 0, len = latlngs.length; i < len; i++) {\r\n\t\tthis.extend(latlngs[i]);\r\n\t}\r\n}\r\n\r\nLatLngBounds.prototype = {\r\n\r\n\t// @method extend(latlng: LatLng): this\r\n\t// Extend the bounds to contain the given point\r\n\r\n\t// @alternative\r\n\t// @method extend(otherBounds: LatLngBounds): this\r\n\t// Extend the bounds to contain the given bounds\r\n\textend: function (obj) {\r\n\t\tvar sw = this._southWest,\r\n\t\t    ne = this._northEast,\r\n\t\t    sw2, ne2;\r\n\r\n\t\tif (obj instanceof LatLng) {\r\n\t\t\tsw2 = obj;\r\n\t\t\tne2 = obj;\r\n\r\n\t\t} else if (obj instanceof LatLngBounds) {\r\n\t\t\tsw2 = obj._southWest;\r\n\t\t\tne2 = obj._northEast;\r\n\r\n\t\t\tif (!sw2 || !ne2) { return this; }\r\n\r\n\t\t} else {\r\n\t\t\treturn obj ? this.extend(toLatLng(obj) || toLatLngBounds(obj)) : this;\r\n\t\t}\r\n\r\n\t\tif (!sw && !ne) {\r\n\t\t\tthis._southWest = new LatLng(sw2.lat, sw2.lng);\r\n\t\t\tthis._northEast = new LatLng(ne2.lat, ne2.lng);\r\n\t\t} else {\r\n\t\t\tsw.lat = Math.min(sw2.lat, sw.lat);\r\n\t\t\tsw.lng = Math.min(sw2.lng, sw.lng);\r\n\t\t\tne.lat = Math.max(ne2.lat, ne.lat);\r\n\t\t\tne.lng = Math.max(ne2.lng, ne.lng);\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method pad(bufferRatio: Number): LatLngBounds\r\n\t// Returns bounds created by extending or retracting the current bounds by a given ratio in each direction.\r\n\t// For example, a ratio of 0.5 extends the bounds by 50% in each direction.\r\n\t// Negative values will retract the bounds.\r\n\tpad: function (bufferRatio) {\r\n\t\tvar sw = this._southWest,\r\n\t\t    ne = this._northEast,\r\n\t\t    heightBuffer = Math.abs(sw.lat - ne.lat) * bufferRatio,\r\n\t\t    widthBuffer = Math.abs(sw.lng - ne.lng) * bufferRatio;\r\n\r\n\t\treturn new LatLngBounds(\r\n\t\t        new LatLng(sw.lat - heightBuffer, sw.lng - widthBuffer),\r\n\t\t        new LatLng(ne.lat + heightBuffer, ne.lng + widthBuffer));\r\n\t},\r\n\r\n\t// @method getCenter(): LatLng\r\n\t// Returns the center point of the bounds.\r\n\tgetCenter: function () {\r\n\t\treturn new LatLng(\r\n\t\t        (this._southWest.lat + this._northEast.lat) / 2,\r\n\t\t        (this._southWest.lng + this._northEast.lng) / 2);\r\n\t},\r\n\r\n\t// @method getSouthWest(): LatLng\r\n\t// Returns the south-west point of the bounds.\r\n\tgetSouthWest: function () {\r\n\t\treturn this._southWest;\r\n\t},\r\n\r\n\t// @method getNorthEast(): LatLng\r\n\t// Returns the north-east point of the bounds.\r\n\tgetNorthEast: function () {\r\n\t\treturn this._northEast;\r\n\t},\r\n\r\n\t// @method getNorthWest(): LatLng\r\n\t// Returns the north-west point of the bounds.\r\n\tgetNorthWest: function () {\r\n\t\treturn new LatLng(this.getNorth(), this.getWest());\r\n\t},\r\n\r\n\t// @method getSouthEast(): LatLng\r\n\t// Returns the south-east point of the bounds.\r\n\tgetSouthEast: function () {\r\n\t\treturn new LatLng(this.getSouth(), this.getEast());\r\n\t},\r\n\r\n\t// @method getWest(): Number\r\n\t// Returns the west longitude of the bounds\r\n\tgetWest: function () {\r\n\t\treturn this._southWest.lng;\r\n\t},\r\n\r\n\t// @method getSouth(): Number\r\n\t// Returns the south latitude of the bounds\r\n\tgetSouth: function () {\r\n\t\treturn this._southWest.lat;\r\n\t},\r\n\r\n\t// @method getEast(): Number\r\n\t// Returns the east longitude of the bounds\r\n\tgetEast: function () {\r\n\t\treturn this._northEast.lng;\r\n\t},\r\n\r\n\t// @method getNorth(): Number\r\n\t// Returns the north latitude of the bounds\r\n\tgetNorth: function () {\r\n\t\treturn this._northEast.lat;\r\n\t},\r\n\r\n\t// @method contains(otherBounds: LatLngBounds): Boolean\r\n\t// Returns `true` if the rectangle contains the given one.\r\n\r\n\t// @alternative\r\n\t// @method contains (latlng: LatLng): Boolean\r\n\t// Returns `true` if the rectangle contains the given point.\r\n\tcontains: function (obj) { // (LatLngBounds) or (LatLng) -> Boolean\r\n\t\tif (typeof obj[0] === 'number' || obj instanceof LatLng || 'lat' in obj) {\r\n\t\t\tobj = toLatLng(obj);\r\n\t\t} else {\r\n\t\t\tobj = toLatLngBounds(obj);\r\n\t\t}\r\n\r\n\t\tvar sw = this._southWest,\r\n\t\t    ne = this._northEast,\r\n\t\t    sw2, ne2;\r\n\r\n\t\tif (obj instanceof LatLngBounds) {\r\n\t\t\tsw2 = obj.getSouthWest();\r\n\t\t\tne2 = obj.getNorthEast();\r\n\t\t} else {\r\n\t\t\tsw2 = ne2 = obj;\r\n\t\t}\r\n\r\n\t\treturn (sw2.lat >= sw.lat) && (ne2.lat <= ne.lat) &&\r\n\t\t       (sw2.lng >= sw.lng) && (ne2.lng <= ne.lng);\r\n\t},\r\n\r\n\t// @method intersects(otherBounds: LatLngBounds): Boolean\r\n\t// Returns `true` if the rectangle intersects the given bounds. Two bounds intersect if they have at least one point in common.\r\n\tintersects: function (bounds) {\r\n\t\tbounds = toLatLngBounds(bounds);\r\n\r\n\t\tvar sw = this._southWest,\r\n\t\t    ne = this._northEast,\r\n\t\t    sw2 = bounds.getSouthWest(),\r\n\t\t    ne2 = bounds.getNorthEast(),\r\n\r\n\t\t    latIntersects = (ne2.lat >= sw.lat) && (sw2.lat <= ne.lat),\r\n\t\t    lngIntersects = (ne2.lng >= sw.lng) && (sw2.lng <= ne.lng);\r\n\r\n\t\treturn latIntersects && lngIntersects;\r\n\t},\r\n\r\n\t// @method overlaps(otherBounds: Bounds): Boolean\r\n\t// Returns `true` if the rectangle overlaps the given bounds. Two bounds overlap if their intersection is an area.\r\n\toverlaps: function (bounds) {\r\n\t\tbounds = toLatLngBounds(bounds);\r\n\r\n\t\tvar sw = this._southWest,\r\n\t\t    ne = this._northEast,\r\n\t\t    sw2 = bounds.getSouthWest(),\r\n\t\t    ne2 = bounds.getNorthEast(),\r\n\r\n\t\t    latOverlaps = (ne2.lat > sw.lat) && (sw2.lat < ne.lat),\r\n\t\t    lngOverlaps = (ne2.lng > sw.lng) && (sw2.lng < ne.lng);\r\n\r\n\t\treturn latOverlaps && lngOverlaps;\r\n\t},\r\n\r\n\t// @method toBBoxString(): String\r\n\t// Returns a string with bounding box coordinates in a 'southwest_lng,southwest_lat,northeast_lng,northeast_lat' format. Useful for sending requests to web services that return geo data.\r\n\ttoBBoxString: function () {\r\n\t\treturn [this.getWest(), this.getSouth(), this.getEast(), this.getNorth()].join(',');\r\n\t},\r\n\r\n\t// @method equals(otherBounds: LatLngBounds, maxMargin?: Number): Boolean\r\n\t// Returns `true` if the rectangle is equivalent (within a small margin of error) to the given bounds. The margin of error can be overridden by setting `maxMargin` to a small number.\r\n\tequals: function (bounds, maxMargin) {\r\n\t\tif (!bounds) { return false; }\r\n\r\n\t\tbounds = toLatLngBounds(bounds);\r\n\r\n\t\treturn this._southWest.equals(bounds.getSouthWest(), maxMargin) &&\r\n\t\t       this._northEast.equals(bounds.getNorthEast(), maxMargin);\r\n\t},\r\n\r\n\t// @method isValid(): Boolean\r\n\t// Returns `true` if the bounds are properly initialized.\r\n\tisValid: function () {\r\n\t\treturn !!(this._southWest && this._northEast);\r\n\t}\r\n};\r\n\r\n// TODO International date line?\r\n\r\n// @factory L.latLngBounds(corner1: LatLng, corner2: LatLng)\r\n// Creates a `LatLngBounds` object by defining two diagonally opposite corners of the rectangle.\r\n\r\n// @alternative\r\n// @factory L.latLngBounds(latlngs: LatLng[])\r\n// Creates a `LatLngBounds` object defined by the geographical points it contains. Very useful for zooming the map to fit a particular set of locations with [`fitBounds`](#map-fitbounds).\r\nexport function toLatLngBounds(a, b) {\r\n\tif (a instanceof LatLngBounds) {\r\n\t\treturn a;\r\n\t}\r\n\treturn new LatLngBounds(a, b);\r\n}\r\n","import * as Util from '../core/Util';\r\nimport {Earth} from './crs/CRS.Earth';\r\nimport {toLatLngBounds} from './LatLngBounds';\r\n\r\n/* @class LatLng\r\n * @aka L.LatLng\r\n *\r\n * Represents a geographical point with a certain latitude and longitude.\r\n *\r\n * @example\r\n *\r\n * ```\r\n * var latlng = L.latLng(50.5, 30.5);\r\n * ```\r\n *\r\n * All Leaflet methods that accept LatLng objects also accept them in a simple Array form and simple object form (unless noted otherwise), so these lines are equivalent:\r\n *\r\n * ```\r\n * map.panTo([50, 30]);\r\n * map.panTo({lon: 30, lat: 50});\r\n * map.panTo({lat: 50, lng: 30});\r\n * map.panTo(L.latLng(50, 30));\r\n * ```\r\n *\r\n * Note that `LatLng` does not inherit from Leaflet's `Class` object,\r\n * which means new classes can't inherit from it, and new methods\r\n * can't be added to it with the `include` function.\r\n */\r\n\r\nexport function LatLng(lat, lng, alt) {\r\n\tif (isNaN(lat) || isNaN(lng)) {\r\n\t\tthrow new Error('Invalid LatLng object: (' + lat + ', ' + lng + ')');\r\n\t}\r\n\r\n\t// @property lat: Number\r\n\t// Latitude in degrees\r\n\tthis.lat = +lat;\r\n\r\n\t// @property lng: Number\r\n\t// Longitude in degrees\r\n\tthis.lng = +lng;\r\n\r\n\t// @property alt: Number\r\n\t// Altitude in meters (optional)\r\n\tif (alt !== undefined) {\r\n\t\tthis.alt = +alt;\r\n\t}\r\n}\r\n\r\nLatLng.prototype = {\r\n\t// @method equals(otherLatLng: LatLng, maxMargin?: Number): Boolean\r\n\t// Returns `true` if the given `LatLng` point is at the same position (within a small margin of error). The margin of error can be overridden by setting `maxMargin` to a small number.\r\n\tequals: function (obj, maxMargin) {\r\n\t\tif (!obj) { return false; }\r\n\r\n\t\tobj = toLatLng(obj);\r\n\r\n\t\tvar margin = Math.max(\r\n\t\t        Math.abs(this.lat - obj.lat),\r\n\t\t        Math.abs(this.lng - obj.lng));\r\n\r\n\t\treturn margin <= (maxMargin === undefined ? 1.0E-9 : maxMargin);\r\n\t},\r\n\r\n\t// @method toString(): String\r\n\t// Returns a string representation of the point (for debugging purposes).\r\n\ttoString: function (precision) {\r\n\t\treturn 'LatLng(' +\r\n\t\t        Util.formatNum(this.lat, precision) + ', ' +\r\n\t\t        Util.formatNum(this.lng, precision) + ')';\r\n\t},\r\n\r\n\t// @method distanceTo(otherLatLng: LatLng): Number\r\n\t// Returns the distance (in meters) to the given `LatLng` calculated using the [Spherical Law of Cosines](https://en.wikipedia.org/wiki/Spherical_law_of_cosines).\r\n\tdistanceTo: function (other) {\r\n\t\treturn Earth.distance(this, toLatLng(other));\r\n\t},\r\n\r\n\t// @method wrap(): LatLng\r\n\t// Returns a new `LatLng` object with the longitude wrapped so it's always between -180 and +180 degrees.\r\n\twrap: function () {\r\n\t\treturn Earth.wrapLatLng(this);\r\n\t},\r\n\r\n\t// @method toBounds(sizeInMeters: Number): LatLngBounds\r\n\t// Returns a new `LatLngBounds` object in which each boundary is `sizeInMeters/2` meters apart from the `LatLng`.\r\n\ttoBounds: function (sizeInMeters) {\r\n\t\tvar latAccuracy = 180 * sizeInMeters / 40075017,\r\n\t\t    lngAccuracy = latAccuracy / Math.cos((Math.PI / 180) * this.lat);\r\n\r\n\t\treturn toLatLngBounds(\r\n\t\t        [this.lat - latAccuracy, this.lng - lngAccuracy],\r\n\t\t        [this.lat + latAccuracy, this.lng + lngAccuracy]);\r\n\t},\r\n\r\n\tclone: function () {\r\n\t\treturn new LatLng(this.lat, this.lng, this.alt);\r\n\t}\r\n};\r\n\r\n\r\n\r\n// @factory L.latLng(latitude: Number, longitude: Number, altitude?: Number): LatLng\r\n// Creates an object representing a geographical point with the given latitude and longitude (and optionally altitude).\r\n\r\n// @alternative\r\n// @factory L.latLng(coords: Array): LatLng\r\n// Expects an array of the form `[Number, Number]` or `[Number, Number, Number]` instead.\r\n\r\n// @alternative\r\n// @factory L.latLng(coords: Object): LatLng\r\n// Expects an plain object of the form `{lat: Number, lng: Number}` or `{lat: Number, lng: Number, alt: Number}` instead.\r\n\r\nexport function toLatLng(a, b, c) {\r\n\tif (a instanceof LatLng) {\r\n\t\treturn a;\r\n\t}\r\n\tif (Util.isArray(a) && typeof a[0] !== 'object') {\r\n\t\tif (a.length === 3) {\r\n\t\t\treturn new LatLng(a[0], a[1], a[2]);\r\n\t\t}\r\n\t\tif (a.length === 2) {\r\n\t\t\treturn new LatLng(a[0], a[1]);\r\n\t\t}\r\n\t\treturn null;\r\n\t}\r\n\tif (a === undefined || a === null) {\r\n\t\treturn a;\r\n\t}\r\n\tif (typeof a === 'object' && 'lat' in a) {\r\n\t\treturn new LatLng(a.lat, 'lng' in a ? a.lng : a.lon, a.alt);\r\n\t}\r\n\tif (b === undefined) {\r\n\t\treturn null;\r\n\t}\r\n\treturn new LatLng(a, b, c);\r\n}\r\n","\r\nimport {Bounds} from '../../geometry/Bounds';\r\nimport {LatLng} from '../LatLng';\r\nimport {LatLngBounds} from '../LatLngBounds';\r\nimport * as Util from '../../core/Util';\r\n\r\n/*\r\n * @namespace CRS\r\n * @crs L.CRS.Base\r\n * Object that defines coordinate reference systems for projecting\r\n * geographical points into pixel (screen) coordinates and back (and to\r\n * coordinates in other units for [WMS](https://en.wikipedia.org/wiki/Web_Map_Service) services). See\r\n * [spatial reference system](http://en.wikipedia.org/wiki/Coordinate_reference_system).\r\n *\r\n * Leaflet defines the most usual CRSs by default. If you want to use a\r\n * CRS not defined by default, take a look at the\r\n * [Proj4Leaflet](https://github.com/kartena/Proj4Leaflet) plugin.\r\n *\r\n * Note that the CRS instances do not inherit from Leafet's `Class` object,\r\n * and can't be instantiated. Also, new classes can't inherit from them,\r\n * and methods can't be added to them with the `include` function.\r\n */\r\n\r\nexport var CRS = {\r\n\t// @method latLngToPoint(latlng: LatLng, zoom: Number): Point\r\n\t// Projects geographical coordinates into pixel coordinates for a given zoom.\r\n\tlatLngToPoint: function (latlng, zoom) {\r\n\t\tvar projectedPoint = this.projection.project(latlng),\r\n\t\t    scale = this.scale(zoom);\r\n\r\n\t\treturn this.transformation._transform(projectedPoint, scale);\r\n\t},\r\n\r\n\t// @method pointToLatLng(point: Point, zoom: Number): LatLng\r\n\t// The inverse of `latLngToPoint`. Projects pixel coordinates on a given\r\n\t// zoom into geographical coordinates.\r\n\tpointToLatLng: function (point, zoom) {\r\n\t\tvar scale = this.scale(zoom),\r\n\t\t    untransformedPoint = this.transformation.untransform(point, scale);\r\n\r\n\t\treturn this.projection.unproject(untransformedPoint);\r\n\t},\r\n\r\n\t// @method project(latlng: LatLng): Point\r\n\t// Projects geographical coordinates into coordinates in units accepted for\r\n\t// this CRS (e.g. meters for EPSG:3857, for passing it to WMS services).\r\n\tproject: function (latlng) {\r\n\t\treturn this.projection.project(latlng);\r\n\t},\r\n\r\n\t// @method unproject(point: Point): LatLng\r\n\t// Given a projected coordinate returns the corresponding LatLng.\r\n\t// The inverse of `project`.\r\n\tunproject: function (point) {\r\n\t\treturn this.projection.unproject(point);\r\n\t},\r\n\r\n\t// @method scale(zoom: Number): Number\r\n\t// Returns the scale used when transforming projected coordinates into\r\n\t// pixel coordinates for a particular zoom. For example, it returns\r\n\t// `256 * 2^zoom` for Mercator-based CRS.\r\n\tscale: function (zoom) {\r\n\t\treturn 256 * Math.pow(2, zoom);\r\n\t},\r\n\r\n\t// @method zoom(scale: Number): Number\r\n\t// Inverse of `scale()`, returns the zoom level corresponding to a scale\r\n\t// factor of `scale`.\r\n\tzoom: function (scale) {\r\n\t\treturn Math.log(scale / 256) / Math.LN2;\r\n\t},\r\n\r\n\t// @method getProjectedBounds(zoom: Number): Bounds\r\n\t// Returns the projection's bounds scaled and transformed for the provided `zoom`.\r\n\tgetProjectedBounds: function (zoom) {\r\n\t\tif (this.infinite) { return null; }\r\n\r\n\t\tvar b = this.projection.bounds,\r\n\t\t    s = this.scale(zoom),\r\n\t\t    min = this.transformation.transform(b.min, s),\r\n\t\t    max = this.transformation.transform(b.max, s);\r\n\r\n\t\treturn new Bounds(min, max);\r\n\t},\r\n\r\n\t// @method distance(latlng1: LatLng, latlng2: LatLng): Number\r\n\t// Returns the distance between two geographical coordinates.\r\n\r\n\t// @property code: String\r\n\t// Standard code name of the CRS passed into WMS services (e.g. `'EPSG:3857'`)\r\n\t//\r\n\t// @property wrapLng: Number[]\r\n\t// An array of two numbers defining whether the longitude (horizontal) coordinate\r\n\t// axis wraps around a given range and how. Defaults to `[-180, 180]` in most\r\n\t// geographical CRSs. If `undefined`, the longitude axis does not wrap around.\r\n\t//\r\n\t// @property wrapLat: Number[]\r\n\t// Like `wrapLng`, but for the latitude (vertical) axis.\r\n\r\n\t// wrapLng: [min, max],\r\n\t// wrapLat: [min, max],\r\n\r\n\t// @property infinite: Boolean\r\n\t// If true, the coordinate space will be unbounded (infinite in both axes)\r\n\tinfinite: false,\r\n\r\n\t// @method wrapLatLng(latlng: LatLng): LatLng\r\n\t// Returns a `LatLng` where lat and lng has been wrapped according to the\r\n\t// CRS's `wrapLat` and `wrapLng` properties, if they are outside the CRS's bounds.\r\n\twrapLatLng: function (latlng) {\r\n\t\tvar lng = this.wrapLng ? Util.wrapNum(latlng.lng, this.wrapLng, true) : latlng.lng,\r\n\t\t    lat = this.wrapLat ? Util.wrapNum(latlng.lat, this.wrapLat, true) : latlng.lat,\r\n\t\t    alt = latlng.alt;\r\n\r\n\t\treturn new LatLng(lat, lng, alt);\r\n\t},\r\n\r\n\t// @method wrapLatLngBounds(bounds: LatLngBounds): LatLngBounds\r\n\t// Returns a `LatLngBounds` with the same size as the given one, ensuring\r\n\t// that its center is within the CRS's bounds.\r\n\t// Only accepts actual `L.LatLngBounds` instances, not arrays.\r\n\twrapLatLngBounds: function (bounds) {\r\n\t\tvar center = bounds.getCenter(),\r\n\t\t    newCenter = this.wrapLatLng(center),\r\n\t\t    latShift = center.lat - newCenter.lat,\r\n\t\t    lngShift = center.lng - newCenter.lng;\r\n\r\n\t\tif (latShift === 0 && lngShift === 0) {\r\n\t\t\treturn bounds;\r\n\t\t}\r\n\r\n\t\tvar sw = bounds.getSouthWest(),\r\n\t\t    ne = bounds.getNorthEast(),\r\n\t\t    newSw = new LatLng(sw.lat - latShift, sw.lng - lngShift),\r\n\t\t    newNe = new LatLng(ne.lat - latShift, ne.lng - lngShift);\r\n\r\n\t\treturn new LatLngBounds(newSw, newNe);\r\n\t}\r\n};\r\n","import {CRS} from './CRS';\nimport * as Util from '../../core/Util';\n\n/*\n * @namespace CRS\n * @crs L.CRS.Earth\n *\n * Serves as the base for CRS that are global such that they cover the earth.\n * Can only be used as the base for other CRS and cannot be used directly,\n * since it does not have a `code`, `projection` or `transformation`. `distance()` returns\n * meters.\n */\n\nexport var Earth = Util.extend({}, CRS, {\n\twrapLng: [-180, 180],\n\n\t// Mean Earth Radius, as recommended for use by\n\t// the International Union of Geodesy and Geophysics,\n\t// see http://rosettacode.org/wiki/Haversine_formula\n\tR: 6371000,\n\n\t// distance between two geographical points using spherical law of cosines approximation\n\tdistance: function (latlng1, latlng2) {\n\t\tvar rad = Math.PI / 180,\n\t\t    lat1 = latlng1.lat * rad,\n\t\t    lat2 = latlng2.lat * rad,\n\t\t    sinDLat = Math.sin((latlng2.lat - latlng1.lat) * rad / 2),\n\t\t    sinDLon = Math.sin((latlng2.lng - latlng1.lng) * rad / 2),\n\t\t    a = sinDLat * sinDLat + Math.cos(lat1) * Math.cos(lat2) * sinDLon * sinDLon,\n\t\t    c = 2 * Math.atan2(Math.sqrt(a), Math.sqrt(1 - a));\n\t\treturn this.R * c;\n\t}\n});\n","import {LatLng} from '../LatLng';\r\nimport {Bounds} from '../../geometry/Bounds';\r\nimport {Point} from '../../geometry/Point';\r\n\r\n/*\r\n * @namespace Projection\r\n * @projection L.Projection.SphericalMercator\r\n *\r\n * Spherical Mercator projection — the most common projection for online maps,\r\n * used by almost all free and commercial tile providers. Assumes that Earth is\r\n * a sphere. Used by the `EPSG:3857` CRS.\r\n */\r\n\r\nexport var SphericalMercator = {\r\n\r\n\tR: 6378137,\r\n\tMAX_LATITUDE: 85.0511287798,\r\n\r\n\tproject: function (latlng) {\r\n\t\tvar d = Math.PI / 180,\r\n\t\t    max = this.MAX_LATITUDE,\r\n\t\t    lat = Math.max(Math.min(max, latlng.lat), -max),\r\n\t\t    sin = Math.sin(lat * d);\r\n\r\n\t\treturn new Point(\r\n\t\t\tthis.R * latlng.lng * d,\r\n\t\t\tthis.R * Math.log((1 + sin) / (1 - sin)) / 2);\r\n\t},\r\n\r\n\tunproject: function (point) {\r\n\t\tvar d = 180 / Math.PI;\r\n\r\n\t\treturn new LatLng(\r\n\t\t\t(2 * Math.atan(Math.exp(point.y / this.R)) - (Math.PI / 2)) * d,\r\n\t\t\tpoint.x * d / this.R);\r\n\t},\r\n\r\n\tbounds: (function () {\r\n\t\tvar d = 6378137 * Math.PI;\r\n\t\treturn new Bounds([-d, -d], [d, d]);\r\n\t})()\r\n};\r\n","import {Point} from './Point';\r\nimport * as Util from '../core/Util';\r\n\r\n/*\r\n * @class Transformation\r\n * @aka L.Transformation\r\n *\r\n * Represents an affine transformation: a set of coefficients `a`, `b`, `c`, `d`\r\n * for transforming a point of a form `(x, y)` into `(a*x + b, c*y + d)` and doing\r\n * the reverse. Used by Leaflet in its projections code.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * var transformation = L.transformation(2, 5, -1, 10),\r\n * \tp = L.point(1, 2),\r\n * \tp2 = transformation.transform(p), //  L.point(7, 8)\r\n * \tp3 = transformation.untransform(p2); //  L.point(1, 2)\r\n * ```\r\n */\r\n\r\n\r\n// factory new L.Transformation(a: Number, b: Number, c: Number, d: Number)\r\n// Creates a `Transformation` object with the given coefficients.\r\nexport function Transformation(a, b, c, d) {\r\n\tif (Util.isArray(a)) {\r\n\t\t// use array properties\r\n\t\tthis._a = a[0];\r\n\t\tthis._b = a[1];\r\n\t\tthis._c = a[2];\r\n\t\tthis._d = a[3];\r\n\t\treturn;\r\n\t}\r\n\tthis._a = a;\r\n\tthis._b = b;\r\n\tthis._c = c;\r\n\tthis._d = d;\r\n}\r\n\r\nTransformation.prototype = {\r\n\t// @method transform(point: Point, scale?: Number): Point\r\n\t// Returns a transformed point, optionally multiplied by the given scale.\r\n\t// Only accepts actual `L.Point` instances, not arrays.\r\n\ttransform: function (point, scale) { // (Point, Number) -> Point\r\n\t\treturn this._transform(point.clone(), scale);\r\n\t},\r\n\r\n\t// destructive transform (faster)\r\n\t_transform: function (point, scale) {\r\n\t\tscale = scale || 1;\r\n\t\tpoint.x = scale * (this._a * point.x + this._b);\r\n\t\tpoint.y = scale * (this._c * point.y + this._d);\r\n\t\treturn point;\r\n\t},\r\n\r\n\t// @method untransform(point: Point, scale?: Number): Point\r\n\t// Returns the reverse transformation of the given point, optionally divided\r\n\t// by the given scale. Only accepts actual `L.Point` instances, not arrays.\r\n\tuntransform: function (point, scale) {\r\n\t\tscale = scale || 1;\r\n\t\treturn new Point(\r\n\t\t        (point.x / scale - this._b) / this._a,\r\n\t\t        (point.y / scale - this._d) / this._c);\r\n\t}\r\n};\r\n\r\n// factory L.transformation(a: Number, b: Number, c: Number, d: Number)\r\n\r\n// @factory L.transformation(a: Number, b: Number, c: Number, d: Number)\r\n// Instantiates a Transformation object with the given coefficients.\r\n\r\n// @alternative\r\n// @factory L.transformation(coefficients: Array): Transformation\r\n// Expects an coefficients array of the form\r\n// `[a: Number, b: Number, c: Number, d: Number]`.\r\n\r\nexport function toTransformation(a, b, c, d) {\r\n\treturn new Transformation(a, b, c, d);\r\n}\r\n","import {Earth} from './CRS.Earth';\r\nimport {SphericalMercator} from '../projection/Projection.SphericalMercator';\r\nimport {toTransformation} from '../../geometry/Transformation';\r\nimport * as Util from '../../core/Util';\r\n\r\n/*\r\n * @namespace CRS\r\n * @crs L.CRS.EPSG3857\r\n *\r\n * The most common CRS for online maps, used by almost all free and commercial\r\n * tile providers. Uses Spherical Mercator projection. Set in by default in\r\n * Map's `crs` option.\r\n */\r\n\r\nexport var EPSG3857 = Util.extend({}, Earth, {\r\n\tcode: 'EPSG:3857',\r\n\tprojection: SphericalMercator,\r\n\r\n\ttransformation: (function () {\r\n\t\tvar scale = 0.5 / (Math.PI * SphericalMercator.R);\r\n\t\treturn toTransformation(scale, 0.5, -scale, 0.5);\r\n\t}())\r\n});\r\n\r\nexport var EPSG900913 = Util.extend({}, EPSG3857, {\r\n\tcode: 'EPSG:900913'\r\n});\r\n","import * as Browser from '../../core/Browser';\n\n// @namespace SVG; @section\n// There are several static functions which can be called without instantiating L.SVG:\n\n// @function create(name: String): SVGElement\n// Returns a instance of [SVGElement](https://developer.mozilla.org/docs/Web/API/SVGElement),\n// corresponding to the class name passed. For example, using 'line' will return\n// an instance of [SVGLineElement](https://developer.mozilla.org/docs/Web/API/SVGLineElement).\nexport function svgCreate(name) {\n\treturn document.createElementNS('http://www.w3.org/2000/svg', name);\n}\n\n// @function pointsToPath(rings: Point[], closed: Boolean): String\n// Generates a SVG path string for multiple rings, with each ring turning\n// into \"M..L..L..\" instructions\nexport function pointsToPath(rings, closed) {\n\tvar str = '',\n\ti, j, len, len2, points, p;\n\n\tfor (i = 0, len = rings.length; i < len; i++) {\n\t\tpoints = rings[i];\n\n\t\tfor (j = 0, len2 = points.length; j < len2; j++) {\n\t\t\tp = points[j];\n\t\t\tstr += (j ? 'L' : 'M') + p.x + ' ' + p.y;\n\t\t}\n\n\t\t// closes the ring for polygons; \"x\" is VML syntax\n\t\tstr += closed ? (Browser.svg ? 'z' : 'x') : '';\n\t}\n\n\t// SVG complains about empty path strings\n\treturn str || 'M0 0';\n}\n\n\n\n\n","import {svgCreate} from '../layer/vector/SVG.Util';\r\n\r\n/*\r\n * @namespace Browser\r\n * @aka L.Browser\r\n *\r\n * A namespace with static properties for browser/feature detection used by Leaflet internally.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * if (L.Browser.ielt9) {\r\n *   alert('Upgrade your browser, dude!');\r\n * }\r\n * ```\r\n */\r\n\r\nvar style = document.documentElement.style;\r\n\r\n// @property ie: Boolean; `true` for all Internet Explorer versions (not Edge).\r\nexport var ie = 'ActiveXObject' in window;\r\n\r\n// @property ielt9: Boolean; `true` for Internet Explorer versions less than 9.\r\nexport var ielt9 = ie && !document.addEventListener;\r\n\r\n// @property edge: Boolean; `true` for the Edge web browser.\r\nexport var edge = 'msLaunchUri' in navigator && !('documentMode' in document);\r\n\r\n// @property webkit: Boolean;\r\n// `true` for webkit-based browsers like Chrome and Safari (including mobile versions).\r\nexport var webkit = userAgentContains('webkit');\r\n\r\n// @property android: Boolean\r\n// `true` for any browser running on an Android platform.\r\nexport var android = userAgentContains('android');\r\n\r\n// @property android23: Boolean; `true` for browsers running on Android 2 or Android 3.\r\nexport var android23 = userAgentContains('android 2') || userAgentContains('android 3');\r\n\r\n/* See https://stackoverflow.com/a/17961266 for details on detecting stock Android */\r\nvar webkitVer = parseInt(/WebKit\\/([0-9]+)|$/.exec(navigator.userAgent)[1], 10); // also matches AppleWebKit\r\n// @property androidStock: Boolean; `true` for the Android stock browser (i.e. not Chrome)\r\nexport var androidStock = android && userAgentContains('Google') && webkitVer < 537 && !('AudioNode' in window);\r\n\r\n// @property opera: Boolean; `true` for the Opera browser\r\nexport var opera = !!window.opera;\r\n\r\n// @property chrome: Boolean; `true` for the Chrome browser.\r\nexport var chrome = userAgentContains('chrome');\r\n\r\n// @property gecko: Boolean; `true` for gecko-based browsers like Firefox.\r\nexport var gecko = userAgentContains('gecko') && !webkit && !opera && !ie;\r\n\r\n// @property safari: Boolean; `true` for the Safari browser.\r\nexport var safari = !chrome && userAgentContains('safari');\r\n\r\nexport var phantom = userAgentContains('phantom');\r\n\r\n// @property opera12: Boolean\r\n// `true` for the Opera browser supporting CSS transforms (version 12 or later).\r\nexport var opera12 = 'OTransition' in style;\r\n\r\n// @property win: Boolean; `true` when the browser is running in a Windows platform\r\nexport var win = navigator.platform.indexOf('Win') === 0;\r\n\r\n// @property ie3d: Boolean; `true` for all Internet Explorer versions supporting CSS transforms.\r\nexport var ie3d = ie && ('transition' in style);\r\n\r\n// @property webkit3d: Boolean; `true` for webkit-based browsers supporting CSS transforms.\r\nexport var webkit3d = ('WebKitCSSMatrix' in window) && ('m11' in new window.WebKitCSSMatrix()) && !android23;\r\n\r\n// @property gecko3d: Boolean; `true` for gecko-based browsers supporting CSS transforms.\r\nexport var gecko3d = 'MozPerspective' in style;\r\n\r\n// @property any3d: Boolean\r\n// `true` for all browsers supporting CSS transforms.\r\nexport var any3d = !window.L_DISABLE_3D && (ie3d || webkit3d || gecko3d) && !opera12 && !phantom;\r\n\r\n// @property mobile: Boolean; `true` for all browsers running in a mobile device.\r\nexport var mobile = typeof orientation !== 'undefined' || userAgentContains('mobile');\r\n\r\n// @property mobileWebkit: Boolean; `true` for all webkit-based browsers in a mobile device.\r\nexport var mobileWebkit = mobile && webkit;\r\n\r\n// @property mobileWebkit3d: Boolean\r\n// `true` for all webkit-based browsers in a mobile device supporting CSS transforms.\r\nexport var mobileWebkit3d = mobile && webkit3d;\r\n\r\n// @property msPointer: Boolean\r\n// `true` for browsers implementing the Microsoft touch events model (notably IE10).\r\nexport var msPointer = !window.PointerEvent && window.MSPointerEvent;\r\n\r\n// @property pointer: Boolean\r\n// `true` for all browsers supporting [pointer events](https://msdn.microsoft.com/en-us/library/dn433244%28v=vs.85%29.aspx).\r\nexport var pointer = !!(window.PointerEvent || msPointer);\r\n\r\n// @property touch: Boolean\r\n// `true` for all browsers supporting [touch events](https://developer.mozilla.org/docs/Web/API/Touch_events).\r\n// This does not necessarily mean that the browser is running in a computer with\r\n// a touchscreen, it only means that the browser is capable of understanding\r\n// touch events.\r\nexport var touch = !window.L_NO_TOUCH && (pointer || 'ontouchstart' in window ||\r\n\t\t(window.DocumentTouch && document instanceof window.DocumentTouch));\r\n\r\n// @property mobileOpera: Boolean; `true` for the Opera browser in a mobile device.\r\nexport var mobileOpera = mobile && opera;\r\n\r\n// @property mobileGecko: Boolean\r\n// `true` for gecko-based browsers running in a mobile device.\r\nexport var mobileGecko = mobile && gecko;\r\n\r\n// @property retina: Boolean\r\n// `true` for browsers on a high-resolution \"retina\" screen or on any screen when browser's display zoom is more than 100%.\r\nexport var retina = (window.devicePixelRatio || (window.screen.deviceXDPI / window.screen.logicalXDPI)) > 1;\r\n\r\n\r\n// @property canvas: Boolean\r\n// `true` when the browser supports [`<canvas>`](https://developer.mozilla.org/docs/Web/API/Canvas_API).\r\nexport var canvas = (function () {\r\n\treturn !!document.createElement('canvas').getContext;\r\n}());\r\n\r\n// @property svg: Boolean\r\n// `true` when the browser supports [SVG](https://developer.mozilla.org/docs/Web/SVG).\r\nexport var svg = !!(document.createElementNS && svgCreate('svg').createSVGRect);\r\n\r\n// @property vml: Boolean\r\n// `true` if the browser supports [VML](https://en.wikipedia.org/wiki/Vector_Markup_Language).\r\nexport var vml = !svg && (function () {\r\n\ttry {\r\n\t\tvar div = document.createElement('div');\r\n\t\tdiv.innerHTML = '<v:shape adj=\"1\"/>';\r\n\r\n\t\tvar shape = div.firstChild;\r\n\t\tshape.style.behavior = 'url(#default#VML)';\r\n\r\n\t\treturn shape && (typeof shape.adj === 'object');\r\n\r\n\t} catch (e) {\r\n\t\treturn false;\r\n\t}\r\n}());\r\n\r\n\r\nfunction userAgentContains(str) {\r\n\treturn navigator.userAgent.toLowerCase().indexOf(str) >= 0;\r\n}\r\n","import * as DomEvent from './DomEvent';\nimport * as Util from '../core/Util';\nimport * as Browser from '../core/Browser';\n\n/*\n * Extends L.DomEvent to provide touch support for Internet Explorer and Windows-based devices.\n */\n\n\nvar POINTER_DOWN =   Browser.msPointer ? 'MSPointerDown'   : 'pointerdown';\nvar POINTER_MOVE =   Browser.msPointer ? 'MSPointerMove'   : 'pointermove';\nvar POINTER_UP =     Browser.msPointer ? 'MSPointerUp'     : 'pointerup';\nvar POINTER_CANCEL = Browser.msPointer ? 'MSPointerCancel' : 'pointercancel';\nvar TAG_WHITE_LIST = ['INPUT', 'SELECT', 'OPTION'];\n\nvar _pointers = {};\nvar _pointerDocListener = false;\n\n// DomEvent.DoubleTap needs to know about this\nexport var _pointersCount = 0;\n\n// Provides a touch events wrapper for (ms)pointer events.\n// ref http://www.w3.org/TR/pointerevents/ https://www.w3.org/Bugs/Public/show_bug.cgi?id=22890\n\nexport function addPointerListener(obj, type, handler, id) {\n\tif (type === 'touchstart') {\n\t\t_addPointerStart(obj, handler, id);\n\n\t} else if (type === 'touchmove') {\n\t\t_addPointerMove(obj, handler, id);\n\n\t} else if (type === 'touchend') {\n\t\t_addPointerEnd(obj, handler, id);\n\t}\n\n\treturn this;\n}\n\nexport function removePointerListener(obj, type, id) {\n\tvar handler = obj['_leaflet_' + type + id];\n\n\tif (type === 'touchstart') {\n\t\tobj.removeEventListener(POINTER_DOWN, handler, false);\n\n\t} else if (type === 'touchmove') {\n\t\tobj.removeEventListener(POINTER_MOVE, handler, false);\n\n\t} else if (type === 'touchend') {\n\t\tobj.removeEventListener(POINTER_UP, handler, false);\n\t\tobj.removeEventListener(POINTER_CANCEL, handler, false);\n\t}\n\n\treturn this;\n}\n\nfunction _addPointerStart(obj, handler, id) {\n\tvar onDown = Util.bind(function (e) {\n\t\tif (e.pointerType !== 'mouse' && e.MSPOINTER_TYPE_MOUSE && e.pointerType !== e.MSPOINTER_TYPE_MOUSE) {\n\t\t\t// In IE11, some touch events needs to fire for form controls, or\n\t\t\t// the controls will stop working. We keep a whitelist of tag names that\n\t\t\t// need these events. For other target tags, we prevent default on the event.\n\t\t\tif (TAG_WHITE_LIST.indexOf(e.target.tagName) < 0) {\n\t\t\t\tDomEvent.preventDefault(e);\n\t\t\t} else {\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\n\t\t_handlePointer(e, handler);\n\t});\n\n\tobj['_leaflet_touchstart' + id] = onDown;\n\tobj.addEventListener(POINTER_DOWN, onDown, false);\n\n\t// need to keep track of what pointers and how many are active to provide e.touches emulation\n\tif (!_pointerDocListener) {\n\t\t// we listen documentElement as any drags that end by moving the touch off the screen get fired there\n\t\tdocument.documentElement.addEventListener(POINTER_DOWN, _globalPointerDown, true);\n\t\tdocument.documentElement.addEventListener(POINTER_MOVE, _globalPointerMove, true);\n\t\tdocument.documentElement.addEventListener(POINTER_UP, _globalPointerUp, true);\n\t\tdocument.documentElement.addEventListener(POINTER_CANCEL, _globalPointerUp, true);\n\n\t\t_pointerDocListener = true;\n\t}\n}\n\nfunction _globalPointerDown(e) {\n\t_pointers[e.pointerId] = e;\n\t_pointersCount++;\n}\n\nfunction _globalPointerMove(e) {\n\tif (_pointers[e.pointerId]) {\n\t\t_pointers[e.pointerId] = e;\n\t}\n}\n\nfunction _globalPointerUp(e) {\n\tdelete _pointers[e.pointerId];\n\t_pointersCount--;\n}\n\nfunction _handlePointer(e, handler) {\n\te.touches = [];\n\tfor (var i in _pointers) {\n\t\te.touches.push(_pointers[i]);\n\t}\n\te.changedTouches = [e];\n\n\thandler(e);\n}\n\nfunction _addPointerMove(obj, handler, id) {\n\tvar onMove = function (e) {\n\t\t// don't fire touch moves when mouse isn't down\n\t\tif ((e.pointerType === e.MSPOINTER_TYPE_MOUSE || e.pointerType === 'mouse') && e.buttons === 0) { return; }\n\n\t\t_handlePointer(e, handler);\n\t};\n\n\tobj['_leaflet_touchmove' + id] = onMove;\n\tobj.addEventListener(POINTER_MOVE, onMove, false);\n}\n\nfunction _addPointerEnd(obj, handler, id) {\n\tvar onUp = function (e) {\n\t\t_handlePointer(e, handler);\n\t};\n\n\tobj['_leaflet_touchend' + id] = onUp;\n\tobj.addEventListener(POINTER_UP, onUp, false);\n\tobj.addEventListener(POINTER_CANCEL, onUp, false);\n}\n\n","import * as Browser from '../core/Browser';\r\nimport {_pointersCount} from './DomEvent.Pointer';\r\n\r\n/*\r\n * Extends the event handling code with double tap support for mobile browsers.\r\n */\r\n\r\nvar _touchstart = Browser.msPointer ? 'MSPointerDown' : Browser.pointer ? 'pointerdown' : 'touchstart';\r\nvar _touchend = Browser.msPointer ? 'MSPointerUp' : Browser.pointer ? 'pointerup' : 'touchend';\r\nvar _pre = '_leaflet_';\r\n\r\n// inspired by Zepto touch code by Thomas Fuchs\r\nexport function addDoubleTapListener(obj, handler, id) {\r\n\tvar last, touch,\r\n\t    doubleTap = false,\r\n\t    delay = 250;\r\n\r\n\tfunction onTouchStart(e) {\r\n\t\tvar count;\r\n\r\n\t\tif (Browser.pointer) {\r\n\t\t\tif ((!Browser.edge) || e.pointerType === 'mouse') { return; }\r\n\t\t\tcount = _pointersCount;\r\n\t\t} else {\r\n\t\t\tcount = e.touches.length;\r\n\t\t}\r\n\r\n\t\tif (count > 1) { return; }\r\n\r\n\t\tvar now = Date.now(),\r\n\t\t    delta = now - (last || now);\r\n\r\n\t\ttouch = e.touches ? e.touches[0] : e;\r\n\t\tdoubleTap = (delta > 0 && delta <= delay);\r\n\t\tlast = now;\r\n\t}\r\n\r\n\tfunction onTouchEnd(e) {\r\n\t\tif (doubleTap && !touch.cancelBubble) {\r\n\t\t\tif (Browser.pointer) {\r\n\t\t\t\tif ((!Browser.edge) || e.pointerType === 'mouse') { return; }\r\n\t\t\t\t// work around .type being readonly with MSPointer* events\r\n\t\t\t\tvar newTouch = {},\r\n\t\t\t\t    prop, i;\r\n\r\n\t\t\t\tfor (i in touch) {\r\n\t\t\t\t\tprop = touch[i];\r\n\t\t\t\t\tnewTouch[i] = prop && prop.bind ? prop.bind(touch) : prop;\r\n\t\t\t\t}\r\n\t\t\t\ttouch = newTouch;\r\n\t\t\t}\r\n\t\t\ttouch.type = 'dblclick';\r\n\t\t\thandler(touch);\r\n\t\t\tlast = null;\r\n\t\t}\r\n\t}\r\n\r\n\tobj[_pre + _touchstart + id] = onTouchStart;\r\n\tobj[_pre + _touchend + id] = onTouchEnd;\r\n\tobj[_pre + 'dblclick' + id] = handler;\r\n\r\n\tobj.addEventListener(_touchstart, onTouchStart, false);\r\n\tobj.addEventListener(_touchend, onTouchEnd, false);\r\n\r\n\t// On some platforms (notably, chrome<55 on win10 + touchscreen + mouse),\r\n\t// the browser doesn't fire touchend/pointerup events but does fire\r\n\t// native dblclicks. See #4127.\r\n\t// Edge 14 also fires native dblclicks, but only for pointerType mouse, see #5180.\r\n\tobj.addEventListener('dblclick', handler, false);\r\n\r\n\treturn this;\r\n}\r\n\r\nexport function removeDoubleTapListener(obj, id) {\r\n\tvar touchstart = obj[_pre + _touchstart + id],\r\n\t    touchend = obj[_pre + _touchend + id],\r\n\t    dblclick = obj[_pre + 'dblclick' + id];\r\n\r\n\tobj.removeEventListener(_touchstart, touchstart, false);\r\n\tobj.removeEventListener(_touchend, touchend, false);\r\n\tif (!Browser.edge) {\r\n\t\tobj.removeEventListener('dblclick', dblclick, false);\r\n\t}\r\n\r\n\treturn this;\r\n}\r\n","import * as DomEvent from './DomEvent';\r\nimport * as Util from '../core/Util';\r\nimport {Point} from '../geometry/Point';\r\nimport * as Browser from '../core/Browser';\r\n\r\n/*\r\n * @namespace DomUtil\r\n *\r\n * Utility functions to work with the [DOM](https://developer.mozilla.org/docs/Web/API/Document_Object_Model)\r\n * tree, used by Leaflet internally.\r\n *\r\n * Most functions expecting or returning a `HTMLElement` also work for\r\n * SVG elements. The only difference is that classes refer to CSS classes\r\n * in HTML and SVG classes in SVG.\r\n */\r\n\r\n\r\n// @property TRANSFORM: String\r\n// Vendor-prefixed transform style name (e.g. `'webkitTransform'` for WebKit).\r\nexport var TRANSFORM = testProp(\r\n\t['transform', 'webkitTransform', 'OTransform', 'MozTransform', 'msTransform']);\r\n\r\n// webkitTransition comes first because some browser versions that drop vendor prefix don't do\r\n// the same for the transitionend event, in particular the Android 4.1 stock browser\r\n\r\n// @property TRANSITION: String\r\n// Vendor-prefixed transition style name.\r\nexport var TRANSITION = testProp(\r\n\t['webkitTransition', 'transition', 'OTransition', 'MozTransition', 'msTransition']);\r\n\r\n// @property TRANSITION_END: String\r\n// Vendor-prefixed transitionend event name.\r\nexport var TRANSITION_END =\r\n\tTRANSITION === 'webkitTransition' || TRANSITION === 'OTransition' ? TRANSITION + 'End' : 'transitionend';\r\n\r\n\r\n// @function get(id: String|HTMLElement): HTMLElement\r\n// Returns an element given its DOM id, or returns the element itself\r\n// if it was passed directly.\r\nexport function get(id) {\r\n\treturn typeof id === 'string' ? document.getElementById(id) : id;\r\n}\r\n\r\n// @function getStyle(el: HTMLElement, styleAttrib: String): String\r\n// Returns the value for a certain style attribute on an element,\r\n// including computed values or values set through CSS.\r\nexport function getStyle(el, style) {\r\n\tvar value = el.style[style] || (el.currentStyle && el.currentStyle[style]);\r\n\r\n\tif ((!value || value === 'auto') && document.defaultView) {\r\n\t\tvar css = document.defaultView.getComputedStyle(el, null);\r\n\t\tvalue = css ? css[style] : null;\r\n\t}\r\n\treturn value === 'auto' ? null : value;\r\n}\r\n\r\n// @function create(tagName: String, className?: String, container?: HTMLElement): HTMLElement\r\n// Creates an HTML element with `tagName`, sets its class to `className`, and optionally appends it to `container` element.\r\nexport function create(tagName, className, container) {\r\n\tvar el = document.createElement(tagName);\r\n\tel.className = className || '';\r\n\r\n\tif (container) {\r\n\t\tcontainer.appendChild(el);\r\n\t}\r\n\treturn el;\r\n}\r\n\r\n// @function remove(el: HTMLElement)\r\n// Removes `el` from its parent element\r\nexport function remove(el) {\r\n\tvar parent = el.parentNode;\r\n\tif (parent) {\r\n\t\tparent.removeChild(el);\r\n\t}\r\n}\r\n\r\n// @function empty(el: HTMLElement)\r\n// Removes all of `el`'s children elements from `el`\r\nexport function empty(el) {\r\n\twhile (el.firstChild) {\r\n\t\tel.removeChild(el.firstChild);\r\n\t}\r\n}\r\n\r\n// @function toFront(el: HTMLElement)\r\n// Makes `el` the last child of its parent, so it renders in front of the other children.\r\nexport function toFront(el) {\r\n\tvar parent = el.parentNode;\r\n\tif (parent && parent.lastChild !== el) {\r\n\t\tparent.appendChild(el);\r\n\t}\r\n}\r\n\r\n// @function toBack(el: HTMLElement)\r\n// Makes `el` the first child of its parent, so it renders behind the other children.\r\nexport function toBack(el) {\r\n\tvar parent = el.parentNode;\r\n\tif (parent && parent.firstChild !== el) {\r\n\t\tparent.insertBefore(el, parent.firstChild);\r\n\t}\r\n}\r\n\r\n// @function hasClass(el: HTMLElement, name: String): Boolean\r\n// Returns `true` if the element's class attribute contains `name`.\r\nexport function hasClass(el, name) {\r\n\tif (el.classList !== undefined) {\r\n\t\treturn el.classList.contains(name);\r\n\t}\r\n\tvar className = getClass(el);\r\n\treturn className.length > 0 && new RegExp('(^|\\\\s)' + name + '(\\\\s|$)').test(className);\r\n}\r\n\r\n// @function addClass(el: HTMLElement, name: String)\r\n// Adds `name` to the element's class attribute.\r\nexport function addClass(el, name) {\r\n\tif (el.classList !== undefined) {\r\n\t\tvar classes = Util.splitWords(name);\r\n\t\tfor (var i = 0, len = classes.length; i < len; i++) {\r\n\t\t\tel.classList.add(classes[i]);\r\n\t\t}\r\n\t} else if (!hasClass(el, name)) {\r\n\t\tvar className = getClass(el);\r\n\t\tsetClass(el, (className ? className + ' ' : '') + name);\r\n\t}\r\n}\r\n\r\n// @function removeClass(el: HTMLElement, name: String)\r\n// Removes `name` from the element's class attribute.\r\nexport function removeClass(el, name) {\r\n\tif (el.classList !== undefined) {\r\n\t\tel.classList.remove(name);\r\n\t} else {\r\n\t\tsetClass(el, Util.trim((' ' + getClass(el) + ' ').replace(' ' + name + ' ', ' ')));\r\n\t}\r\n}\r\n\r\n// @function setClass(el: HTMLElement, name: String)\r\n// Sets the element's class.\r\nexport function setClass(el, name) {\r\n\tif (el.className.baseVal === undefined) {\r\n\t\tel.className = name;\r\n\t} else {\r\n\t\t// in case of SVG element\r\n\t\tel.className.baseVal = name;\r\n\t}\r\n}\r\n\r\n// @function getClass(el: HTMLElement): String\r\n// Returns the element's class.\r\nexport function getClass(el) {\r\n\t// Check if the element is an SVGElementInstance and use the correspondingElement instead\r\n\t// (Required for linked SVG elements in IE11.)\r\n\tif (el.correspondingElement) {\r\n\t\tel = el.correspondingElement;\r\n\t}\r\n\treturn el.className.baseVal === undefined ? el.className : el.className.baseVal;\r\n}\r\n\r\n// @function setOpacity(el: HTMLElement, opacity: Number)\r\n// Set the opacity of an element (including old IE support).\r\n// `opacity` must be a number from `0` to `1`.\r\nexport function setOpacity(el, value) {\r\n\tif ('opacity' in el.style) {\r\n\t\tel.style.opacity = value;\r\n\t} else if ('filter' in el.style) {\r\n\t\t_setOpacityIE(el, value);\r\n\t}\r\n}\r\n\r\nfunction _setOpacityIE(el, value) {\r\n\tvar filter = false,\r\n\t    filterName = 'DXImageTransform.Microsoft.Alpha';\r\n\r\n\t// filters collection throws an error if we try to retrieve a filter that doesn't exist\r\n\ttry {\r\n\t\tfilter = el.filters.item(filterName);\r\n\t} catch (e) {\r\n\t\t// don't set opacity to 1 if we haven't already set an opacity,\r\n\t\t// it isn't needed and breaks transparent pngs.\r\n\t\tif (value === 1) { return; }\r\n\t}\r\n\r\n\tvalue = Math.round(value * 100);\r\n\r\n\tif (filter) {\r\n\t\tfilter.Enabled = (value !== 100);\r\n\t\tfilter.Opacity = value;\r\n\t} else {\r\n\t\tel.style.filter += ' progid:' + filterName + '(opacity=' + value + ')';\r\n\t}\r\n}\r\n\r\n// @function testProp(props: String[]): String|false\r\n// Goes through the array of style names and returns the first name\r\n// that is a valid style name for an element. If no such name is found,\r\n// it returns false. Useful for vendor-prefixed styles like `transform`.\r\nexport function testProp(props) {\r\n\tvar style = document.documentElement.style;\r\n\r\n\tfor (var i = 0; i < props.length; i++) {\r\n\t\tif (props[i] in style) {\r\n\t\t\treturn props[i];\r\n\t\t}\r\n\t}\r\n\treturn false;\r\n}\r\n\r\n// @function setTransform(el: HTMLElement, offset: Point, scale?: Number)\r\n// Resets the 3D CSS transform of `el` so it is translated by `offset` pixels\r\n// and optionally scaled by `scale`. Does not have an effect if the\r\n// browser doesn't support 3D CSS transforms.\r\nexport function setTransform(el, offset, scale) {\r\n\tvar pos = offset || new Point(0, 0);\r\n\r\n\tel.style[TRANSFORM] =\r\n\t\t(Browser.ie3d ?\r\n\t\t\t'translate(' + pos.x + 'px,' + pos.y + 'px)' :\r\n\t\t\t'translate3d(' + pos.x + 'px,' + pos.y + 'px,0)') +\r\n\t\t(scale ? ' scale(' + scale + ')' : '');\r\n}\r\n\r\n// @function setPosition(el: HTMLElement, position: Point)\r\n// Sets the position of `el` to coordinates specified by `position`,\r\n// using CSS translate or top/left positioning depending on the browser\r\n// (used by Leaflet internally to position its layers).\r\nexport function setPosition(el, point) {\r\n\r\n\t/*eslint-disable */\r\n\tel._leaflet_pos = point;\r\n\t/* eslint-enable */\r\n\r\n\tif (Browser.any3d) {\r\n\t\tsetTransform(el, point);\r\n\t} else {\r\n\t\tel.style.left = point.x + 'px';\r\n\t\tel.style.top = point.y + 'px';\r\n\t}\r\n}\r\n\r\n// @function getPosition(el: HTMLElement): Point\r\n// Returns the coordinates of an element previously positioned with setPosition.\r\nexport function getPosition(el) {\r\n\t// this method is only used for elements previously positioned using setPosition,\r\n\t// so it's safe to cache the position for performance\r\n\r\n\treturn el._leaflet_pos || new Point(0, 0);\r\n}\r\n\r\n// @function disableTextSelection()\r\n// Prevents the user from generating `selectstart` DOM events, usually generated\r\n// when the user drags the mouse through a page with text. Used internally\r\n// by Leaflet to override the behaviour of any click-and-drag interaction on\r\n// the map. Affects drag interactions on the whole document.\r\n\r\n// @function enableTextSelection()\r\n// Cancels the effects of a previous [`L.DomUtil.disableTextSelection`](#domutil-disabletextselection).\r\nexport var disableTextSelection;\r\nexport var enableTextSelection;\r\nvar _userSelect;\r\nif ('onselectstart' in document) {\r\n\tdisableTextSelection = function () {\r\n\t\tDomEvent.on(window, 'selectstart', DomEvent.preventDefault);\r\n\t};\r\n\tenableTextSelection = function () {\r\n\t\tDomEvent.off(window, 'selectstart', DomEvent.preventDefault);\r\n\t};\r\n} else {\r\n\tvar userSelectProperty = testProp(\r\n\t\t['userSelect', 'WebkitUserSelect', 'OUserSelect', 'MozUserSelect', 'msUserSelect']);\r\n\r\n\tdisableTextSelection = function () {\r\n\t\tif (userSelectProperty) {\r\n\t\t\tvar style = document.documentElement.style;\r\n\t\t\t_userSelect = style[userSelectProperty];\r\n\t\t\tstyle[userSelectProperty] = 'none';\r\n\t\t}\r\n\t};\r\n\tenableTextSelection = function () {\r\n\t\tif (userSelectProperty) {\r\n\t\t\tdocument.documentElement.style[userSelectProperty] = _userSelect;\r\n\t\t\t_userSelect = undefined;\r\n\t\t}\r\n\t};\r\n}\r\n\r\n// @function disableImageDrag()\r\n// As [`L.DomUtil.disableTextSelection`](#domutil-disabletextselection), but\r\n// for `dragstart` DOM events, usually generated when the user drags an image.\r\nexport function disableImageDrag() {\r\n\tDomEvent.on(window, 'dragstart', DomEvent.preventDefault);\r\n}\r\n\r\n// @function enableImageDrag()\r\n// Cancels the effects of a previous [`L.DomUtil.disableImageDrag`](#domutil-disabletextselection).\r\nexport function enableImageDrag() {\r\n\tDomEvent.off(window, 'dragstart', DomEvent.preventDefault);\r\n}\r\n\r\nvar _outlineElement, _outlineStyle;\r\n// @function preventOutline(el: HTMLElement)\r\n// Makes the [outline](https://developer.mozilla.org/docs/Web/CSS/outline)\r\n// of the element `el` invisible. Used internally by Leaflet to prevent\r\n// focusable elements from displaying an outline when the user performs a\r\n// drag interaction on them.\r\nexport function preventOutline(element) {\r\n\twhile (element.tabIndex === -1) {\r\n\t\telement = element.parentNode;\r\n\t}\r\n\tif (!element.style) { return; }\r\n\trestoreOutline();\r\n\t_outlineElement = element;\r\n\t_outlineStyle = element.style.outline;\r\n\telement.style.outline = 'none';\r\n\tDomEvent.on(window, 'keydown', restoreOutline);\r\n}\r\n\r\n// @function restoreOutline()\r\n// Cancels the effects of a previous [`L.DomUtil.preventOutline`]().\r\nexport function restoreOutline() {\r\n\tif (!_outlineElement) { return; }\r\n\t_outlineElement.style.outline = _outlineStyle;\r\n\t_outlineElement = undefined;\r\n\t_outlineStyle = undefined;\r\n\tDomEvent.off(window, 'keydown', restoreOutline);\r\n}\r\n\r\n// @function getSizedParentNode(el: HTMLElement): HTMLElement\r\n// Finds the closest parent node which size (width and height) is not null.\r\nexport function getSizedParentNode(element) {\r\n\tdo {\r\n\t\telement = element.parentNode;\r\n\t} while ((!element.offsetWidth || !element.offsetHeight) && element !== document.body);\r\n\treturn element;\r\n}\r\n\r\n// @function getScale(el: HTMLElement): Object\r\n// Computes the CSS scale currently applied on the element.\r\n// Returns an object with `x` and `y` members as horizontal and vertical scales respectively,\r\n// and `boundingClientRect` as the result of [`getBoundingClientRect()`](https://developer.mozilla.org/en-US/docs/Web/API/Element/getBoundingClientRect).\r\nexport function getScale(element) {\r\n\tvar rect = element.getBoundingClientRect(); // Read-only in old browsers.\r\n\r\n\treturn {\r\n\t\tx: rect.width / element.offsetWidth || 1,\r\n\t\ty: rect.height / element.offsetHeight || 1,\r\n\t\tboundingClientRect: rect\r\n\t};\r\n}\r\n","import {Point} from '../geometry/Point';\r\nimport * as Util from '../core/Util';\r\nimport * as Browser from '../core/Browser';\r\nimport {addPointerListener, removePointerListener} from './DomEvent.Pointer';\r\nimport {addDoubleTapListener, removeDoubleTapListener} from './DomEvent.DoubleTap';\r\nimport {getScale} from './DomUtil';\r\n\r\n/*\r\n * @namespace DomEvent\r\n * Utility functions to work with the [DOM events](https://developer.mozilla.org/docs/Web/API/Event), used by Leaflet internally.\r\n */\r\n\r\n// Inspired by John Resig, Dean Edwards and YUI addEvent implementations.\r\n\r\n// @function on(el: HTMLElement, types: String, fn: Function, context?: Object): this\r\n// Adds a listener function (`fn`) to a particular DOM event type of the\r\n// element `el`. You can optionally specify the context of the listener\r\n// (object the `this` keyword will point to). You can also pass several\r\n// space-separated types (e.g. `'click dblclick'`).\r\n\r\n// @alternative\r\n// @function on(el: HTMLElement, eventMap: Object, context?: Object): this\r\n// Adds a set of type/listener pairs, e.g. `{click: onClick, mousemove: onMouseMove}`\r\nexport function on(obj, types, fn, context) {\r\n\r\n\tif (typeof types === 'object') {\r\n\t\tfor (var type in types) {\r\n\t\t\taddOne(obj, type, types[type], fn);\r\n\t\t}\r\n\t} else {\r\n\t\ttypes = Util.splitWords(types);\r\n\r\n\t\tfor (var i = 0, len = types.length; i < len; i++) {\r\n\t\t\taddOne(obj, types[i], fn, context);\r\n\t\t}\r\n\t}\r\n\r\n\treturn this;\r\n}\r\n\r\nvar eventsKey = '_leaflet_events';\r\n\r\n// @function off(el: HTMLElement, types: String, fn: Function, context?: Object): this\r\n// Removes a previously added listener function.\r\n// Note that if you passed a custom context to on, you must pass the same\r\n// context to `off` in order to remove the listener.\r\n\r\n// @alternative\r\n// @function off(el: HTMLElement, eventMap: Object, context?: Object): this\r\n// Removes a set of type/listener pairs, e.g. `{click: onClick, mousemove: onMouseMove}`\r\nexport function off(obj, types, fn, context) {\r\n\r\n\tif (typeof types === 'object') {\r\n\t\tfor (var type in types) {\r\n\t\t\tremoveOne(obj, type, types[type], fn);\r\n\t\t}\r\n\t} else if (types) {\r\n\t\ttypes = Util.splitWords(types);\r\n\r\n\t\tfor (var i = 0, len = types.length; i < len; i++) {\r\n\t\t\tremoveOne(obj, types[i], fn, context);\r\n\t\t}\r\n\t} else {\r\n\t\tfor (var j in obj[eventsKey]) {\r\n\t\t\tremoveOne(obj, j, obj[eventsKey][j]);\r\n\t\t}\r\n\t\tdelete obj[eventsKey];\r\n\t}\r\n\r\n\treturn this;\r\n}\r\n\r\nfunction addOne(obj, type, fn, context) {\r\n\tvar id = type + Util.stamp(fn) + (context ? '_' + Util.stamp(context) : '');\r\n\r\n\tif (obj[eventsKey] && obj[eventsKey][id]) { return this; }\r\n\r\n\tvar handler = function (e) {\r\n\t\treturn fn.call(context || obj, e || window.event);\r\n\t};\r\n\r\n\tvar originalHandler = handler;\r\n\r\n\tif (Browser.pointer && type.indexOf('touch') === 0) {\r\n\t\t// Needs DomEvent.Pointer.js\r\n\t\taddPointerListener(obj, type, handler, id);\r\n\r\n\t} else if (Browser.touch && (type === 'dblclick') && addDoubleTapListener &&\r\n\t           !(Browser.pointer && Browser.chrome)) {\r\n\t\t// Chrome >55 does not need the synthetic dblclicks from addDoubleTapListener\r\n\t\t// See #5180\r\n\t\taddDoubleTapListener(obj, handler, id);\r\n\r\n\t} else if ('addEventListener' in obj) {\r\n\r\n\t\tif (type === 'mousewheel') {\r\n\t\t\tobj.addEventListener('onwheel' in obj ? 'wheel' : 'mousewheel', handler, false);\r\n\r\n\t\t} else if ((type === 'mouseenter') || (type === 'mouseleave')) {\r\n\t\t\thandler = function (e) {\r\n\t\t\t\te = e || window.event;\r\n\t\t\t\tif (isExternalTarget(obj, e)) {\r\n\t\t\t\t\toriginalHandler(e);\r\n\t\t\t\t}\r\n\t\t\t};\r\n\t\t\tobj.addEventListener(type === 'mouseenter' ? 'mouseover' : 'mouseout', handler, false);\r\n\r\n\t\t} else {\r\n\t\t\tif (type === 'click' && Browser.android) {\r\n\t\t\t\thandler = function (e) {\r\n\t\t\t\t\tfilterClick(e, originalHandler);\r\n\t\t\t\t};\r\n\t\t\t}\r\n\t\t\tobj.addEventListener(type, handler, false);\r\n\t\t}\r\n\r\n\t} else if ('attachEvent' in obj) {\r\n\t\tobj.attachEvent('on' + type, handler);\r\n\t}\r\n\r\n\tobj[eventsKey] = obj[eventsKey] || {};\r\n\tobj[eventsKey][id] = handler;\r\n}\r\n\r\nfunction removeOne(obj, type, fn, context) {\r\n\r\n\tvar id = type + Util.stamp(fn) + (context ? '_' + Util.stamp(context) : ''),\r\n\t    handler = obj[eventsKey] && obj[eventsKey][id];\r\n\r\n\tif (!handler) { return this; }\r\n\r\n\tif (Browser.pointer && type.indexOf('touch') === 0) {\r\n\t\tremovePointerListener(obj, type, id);\r\n\r\n\t} else if (Browser.touch && (type === 'dblclick') && removeDoubleTapListener &&\r\n\t           !(Browser.pointer && Browser.chrome)) {\r\n\t\tremoveDoubleTapListener(obj, id);\r\n\r\n\t} else if ('removeEventListener' in obj) {\r\n\r\n\t\tif (type === 'mousewheel') {\r\n\t\t\tobj.removeEventListener('onwheel' in obj ? 'wheel' : 'mousewheel', handler, false);\r\n\r\n\t\t} else {\r\n\t\t\tobj.removeEventListener(\r\n\t\t\t\ttype === 'mouseenter' ? 'mouseover' :\r\n\t\t\t\ttype === 'mouseleave' ? 'mouseout' : type, handler, false);\r\n\t\t}\r\n\r\n\t} else if ('detachEvent' in obj) {\r\n\t\tobj.detachEvent('on' + type, handler);\r\n\t}\r\n\r\n\tobj[eventsKey][id] = null;\r\n}\r\n\r\n// @function stopPropagation(ev: DOMEvent): this\r\n// Stop the given event from propagation to parent elements. Used inside the listener functions:\r\n// ```js\r\n// L.DomEvent.on(div, 'click', function (ev) {\r\n// \tL.DomEvent.stopPropagation(ev);\r\n// });\r\n// ```\r\nexport function stopPropagation(e) {\r\n\r\n\tif (e.stopPropagation) {\r\n\t\te.stopPropagation();\r\n\t} else if (e.originalEvent) {  // In case of Leaflet event.\r\n\t\te.originalEvent._stopped = true;\r\n\t} else {\r\n\t\te.cancelBubble = true;\r\n\t}\r\n\tskipped(e);\r\n\r\n\treturn this;\r\n}\r\n\r\n// @function disableScrollPropagation(el: HTMLElement): this\r\n// Adds `stopPropagation` to the element's `'mousewheel'` events (plus browser variants).\r\nexport function disableScrollPropagation(el) {\r\n\taddOne(el, 'mousewheel', stopPropagation);\r\n\treturn this;\r\n}\r\n\r\n// @function disableClickPropagation(el: HTMLElement): this\r\n// Adds `stopPropagation` to the element's `'click'`, `'doubleclick'`,\r\n// `'mousedown'` and `'touchstart'` events (plus browser variants).\r\nexport function disableClickPropagation(el) {\r\n\ton(el, 'mousedown touchstart dblclick', stopPropagation);\r\n\taddOne(el, 'click', fakeStop);\r\n\treturn this;\r\n}\r\n\r\n// @function preventDefault(ev: DOMEvent): this\r\n// Prevents the default action of the DOM Event `ev` from happening (such as\r\n// following a link in the href of the a element, or doing a POST request\r\n// with page reload when a `<form>` is submitted).\r\n// Use it inside listener functions.\r\nexport function preventDefault(e) {\r\n\tif (e.preventDefault) {\r\n\t\te.preventDefault();\r\n\t} else {\r\n\t\te.returnValue = false;\r\n\t}\r\n\treturn this;\r\n}\r\n\r\n// @function stop(ev: DOMEvent): this\r\n// Does `stopPropagation` and `preventDefault` at the same time.\r\nexport function stop(e) {\r\n\tpreventDefault(e);\r\n\tstopPropagation(e);\r\n\treturn this;\r\n}\r\n\r\n// @function getMousePosition(ev: DOMEvent, container?: HTMLElement): Point\r\n// Gets normalized mouse position from a DOM event relative to the\r\n// `container` (border excluded) or to the whole page if not specified.\r\nexport function getMousePosition(e, container) {\r\n\tif (!container) {\r\n\t\treturn new Point(e.clientX, e.clientY);\r\n\t}\r\n\r\n\tvar scale = getScale(container),\r\n\t    offset = scale.boundingClientRect; // left and top  values are in page scale (like the event clientX/Y)\r\n\r\n\treturn new Point(\r\n\t\t// offset.left/top values are in page scale (like clientX/Y),\r\n\t\t// whereas clientLeft/Top (border width) values are the original values (before CSS scale applies).\r\n\t\t(e.clientX - offset.left) / scale.x - container.clientLeft,\r\n\t\t(e.clientY - offset.top) / scale.y - container.clientTop\r\n\t);\r\n}\r\n\r\n// Chrome on Win scrolls double the pixels as in other platforms (see #4538),\r\n// and Firefox scrolls device pixels, not CSS pixels\r\nvar wheelPxFactor =\r\n\t(Browser.win && Browser.chrome) ? 2 * window.devicePixelRatio :\r\n\tBrowser.gecko ? window.devicePixelRatio : 1;\r\n\r\n// @function getWheelDelta(ev: DOMEvent): Number\r\n// Gets normalized wheel delta from a mousewheel DOM event, in vertical\r\n// pixels scrolled (negative if scrolling down).\r\n// Events from pointing devices without precise scrolling are mapped to\r\n// a best guess of 60 pixels.\r\nexport function getWheelDelta(e) {\r\n\treturn (Browser.edge) ? e.wheelDeltaY / 2 : // Don't trust window-geometry-based delta\r\n\t       (e.deltaY && e.deltaMode === 0) ? -e.deltaY / wheelPxFactor : // Pixels\r\n\t       (e.deltaY && e.deltaMode === 1) ? -e.deltaY * 20 : // Lines\r\n\t       (e.deltaY && e.deltaMode === 2) ? -e.deltaY * 60 : // Pages\r\n\t       (e.deltaX || e.deltaZ) ? 0 :\t// Skip horizontal/depth wheel events\r\n\t       e.wheelDelta ? (e.wheelDeltaY || e.wheelDelta) / 2 : // Legacy IE pixels\r\n\t       (e.detail && Math.abs(e.detail) < 32765) ? -e.detail * 20 : // Legacy Moz lines\r\n\t       e.detail ? e.detail / -32765 * 60 : // Legacy Moz pages\r\n\t       0;\r\n}\r\n\r\nvar skipEvents = {};\r\n\r\nexport function fakeStop(e) {\r\n\t// fakes stopPropagation by setting a special event flag, checked/reset with skipped(e)\r\n\tskipEvents[e.type] = true;\r\n}\r\n\r\nexport function skipped(e) {\r\n\tvar events = skipEvents[e.type];\r\n\t// reset when checking, as it's only used in map container and propagates outside of the map\r\n\tskipEvents[e.type] = false;\r\n\treturn events;\r\n}\r\n\r\n// check if element really left/entered the event target (for mouseenter/mouseleave)\r\nexport function isExternalTarget(el, e) {\r\n\r\n\tvar related = e.relatedTarget;\r\n\r\n\tif (!related) { return true; }\r\n\r\n\ttry {\r\n\t\twhile (related && (related !== el)) {\r\n\t\t\trelated = related.parentNode;\r\n\t\t}\r\n\t} catch (err) {\r\n\t\treturn false;\r\n\t}\r\n\treturn (related !== el);\r\n}\r\n\r\nvar lastClick;\r\n\r\n// this is a horrible workaround for a bug in Android where a single touch triggers two click events\r\nfunction filterClick(e, handler) {\r\n\tvar timeStamp = (e.timeStamp || (e.originalEvent && e.originalEvent.timeStamp)),\r\n\t    elapsed = lastClick && (timeStamp - lastClick);\r\n\r\n\t// are they closer together than 500ms yet more than 100ms?\r\n\t// Android typically triggers them ~300ms apart while multiple listeners\r\n\t// on the same event should be triggered far faster;\r\n\t// or check if click is simulated on the element, and if it is, reject any non-simulated events\r\n\r\n\tif ((elapsed && elapsed > 100 && elapsed < 500) || (e.target._simulatedClick && !e._simulated)) {\r\n\t\tstop(e);\r\n\t\treturn;\r\n\t}\r\n\tlastClick = timeStamp;\r\n\r\n\thandler(e);\r\n}\r\n\r\n// @function addListener(…): this\r\n// Alias to [`L.DomEvent.on`](#domevent-on)\r\nexport {on as addListener};\r\n\r\n// @function removeListener(…): this\r\n// Alias to [`L.DomEvent.off`](#domevent-off)\r\nexport {off as removeListener};\r\n","import * as Util from '../core/Util';\nimport {Evented} from '../core/Events';\nimport * as DomUtil from '../dom/DomUtil';\n\n\n/*\n * @class PosAnimation\n * @aka L.PosAnimation\n * @inherits Evented\n * Used internally for panning animations, utilizing CSS3 Transitions for modern browsers and a timer fallback for IE6-9.\n *\n * @example\n * ```js\n * var fx = new L.PosAnimation();\n * fx.run(el, [300, 500], 0.5);\n * ```\n *\n * @constructor L.PosAnimation()\n * Creates a `PosAnimation` object.\n *\n */\n\nexport var PosAnimation = Evented.extend({\n\n\t// @method run(el: HTMLElement, newPos: Point, duration?: Number, easeLinearity?: Number)\n\t// Run an animation of a given element to a new position, optionally setting\n\t// duration in seconds (`0.25` by default) and easing linearity factor (3rd\n\t// argument of the [cubic bezier curve](http://cubic-bezier.com/#0,0,.5,1),\n\t// `0.5` by default).\n\trun: function (el, newPos, duration, easeLinearity) {\n\t\tthis.stop();\n\n\t\tthis._el = el;\n\t\tthis._inProgress = true;\n\t\tthis._duration = duration || 0.25;\n\t\tthis._easeOutPower = 1 / Math.max(easeLinearity || 0.5, 0.2);\n\n\t\tthis._startPos = DomUtil.getPosition(el);\n\t\tthis._offset = newPos.subtract(this._startPos);\n\t\tthis._startTime = +new Date();\n\n\t\t// @event start: Event\n\t\t// Fired when the animation starts\n\t\tthis.fire('start');\n\n\t\tthis._animate();\n\t},\n\n\t// @method stop()\n\t// Stops the animation (if currently running).\n\tstop: function () {\n\t\tif (!this._inProgress) { return; }\n\n\t\tthis._step(true);\n\t\tthis._complete();\n\t},\n\n\t_animate: function () {\n\t\t// animation loop\n\t\tthis._animId = Util.requestAnimFrame(this._animate, this);\n\t\tthis._step();\n\t},\n\n\t_step: function (round) {\n\t\tvar elapsed = (+new Date()) - this._startTime,\n\t\t    duration = this._duration * 1000;\n\n\t\tif (elapsed < duration) {\n\t\t\tthis._runFrame(this._easeOut(elapsed / duration), round);\n\t\t} else {\n\t\t\tthis._runFrame(1);\n\t\t\tthis._complete();\n\t\t}\n\t},\n\n\t_runFrame: function (progress, round) {\n\t\tvar pos = this._startPos.add(this._offset.multiplyBy(progress));\n\t\tif (round) {\n\t\t\tpos._round();\n\t\t}\n\t\tDomUtil.setPosition(this._el, pos);\n\n\t\t// @event step: Event\n\t\t// Fired continuously during the animation.\n\t\tthis.fire('step');\n\t},\n\n\t_complete: function () {\n\t\tUtil.cancelAnimFrame(this._animId);\n\n\t\tthis._inProgress = false;\n\t\t// @event end: Event\n\t\t// Fired when the animation ends.\n\t\tthis.fire('end');\n\t},\n\n\t_easeOut: function (t) {\n\t\treturn 1 - Math.pow(1 - t, this._easeOutPower);\n\t}\n});\n","import * as Util from '../core/Util';\r\nimport {Evented} from '../core/Events';\r\nimport {EPSG3857} from '../geo/crs/CRS.EPSG3857';\r\nimport {Point, toPoint} from '../geometry/Point';\r\nimport {Bounds, toBounds} from '../geometry/Bounds';\r\nimport {LatLng, toLatLng} from '../geo/LatLng';\r\nimport {LatLngBounds, toLatLngBounds} from '../geo/LatLngBounds';\r\nimport * as Browser from '../core/Browser';\r\nimport * as DomEvent from '../dom/DomEvent';\r\nimport * as DomUtil from '../dom/DomUtil';\r\nimport {PosAnimation} from '../dom/PosAnimation';\r\n\r\n/*\r\n * @class Map\r\n * @aka L.Map\r\n * @inherits Evented\r\n *\r\n * The central class of the API — it is used to create a map on a page and manipulate it.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * // initialize the map on the \"map\" div with a given center and zoom\r\n * var map = L.map('map', {\r\n * \tcenter: [51.505, -0.09],\r\n * \tzoom: 13\r\n * });\r\n * ```\r\n *\r\n */\r\n\r\nexport var Map = Evented.extend({\r\n\r\n\toptions: {\r\n\t\t// @section Map State Options\r\n\t\t// @option crs: CRS = L.CRS.EPSG3857\r\n\t\t// The [Coordinate Reference System](#crs) to use. Don't change this if you're not\r\n\t\t// sure what it means.\r\n\t\tcrs: EPSG3857,\r\n\r\n\t\t// @option center: LatLng = undefined\r\n\t\t// Initial geographic center of the map\r\n\t\tcenter: undefined,\r\n\r\n\t\t// @option zoom: Number = undefined\r\n\t\t// Initial map zoom level\r\n\t\tzoom: undefined,\r\n\r\n\t\t// @option minZoom: Number = *\r\n\t\t// Minimum zoom level of the map.\r\n\t\t// If not specified and at least one `GridLayer` or `TileLayer` is in the map,\r\n\t\t// the lowest of their `minZoom` options will be used instead.\r\n\t\tminZoom: undefined,\r\n\r\n\t\t// @option maxZoom: Number = *\r\n\t\t// Maximum zoom level of the map.\r\n\t\t// If not specified and at least one `GridLayer` or `TileLayer` is in the map,\r\n\t\t// the highest of their `maxZoom` options will be used instead.\r\n\t\tmaxZoom: undefined,\r\n\r\n\t\t// @option layers: Layer[] = []\r\n\t\t// Array of layers that will be added to the map initially\r\n\t\tlayers: [],\r\n\r\n\t\t// @option maxBounds: LatLngBounds = null\r\n\t\t// When this option is set, the map restricts the view to the given\r\n\t\t// geographical bounds, bouncing the user back if the user tries to pan\r\n\t\t// outside the view. To set the restriction dynamically, use\r\n\t\t// [`setMaxBounds`](#map-setmaxbounds) method.\r\n\t\tmaxBounds: undefined,\r\n\r\n\t\t// @option renderer: Renderer = *\r\n\t\t// The default method for drawing vector layers on the map. `L.SVG`\r\n\t\t// or `L.Canvas` by default depending on browser support.\r\n\t\trenderer: undefined,\r\n\r\n\r\n\t\t// @section Animation Options\r\n\t\t// @option zoomAnimation: Boolean = true\r\n\t\t// Whether the map zoom animation is enabled. By default it's enabled\r\n\t\t// in all browsers that support CSS3 Transitions except Android.\r\n\t\tzoomAnimation: true,\r\n\r\n\t\t// @option zoomAnimationThreshold: Number = 4\r\n\t\t// Won't animate zoom if the zoom difference exceeds this value.\r\n\t\tzoomAnimationThreshold: 4,\r\n\r\n\t\t// @option fadeAnimation: Boolean = true\r\n\t\t// Whether the tile fade animation is enabled. By default it's enabled\r\n\t\t// in all browsers that support CSS3 Transitions except Android.\r\n\t\tfadeAnimation: true,\r\n\r\n\t\t// @option markerZoomAnimation: Boolean = true\r\n\t\t// Whether markers animate their zoom with the zoom animation, if disabled\r\n\t\t// they will disappear for the length of the animation. By default it's\r\n\t\t// enabled in all browsers that support CSS3 Transitions except Android.\r\n\t\tmarkerZoomAnimation: true,\r\n\r\n\t\t// @option transform3DLimit: Number = 2^23\r\n\t\t// Defines the maximum size of a CSS translation transform. The default\r\n\t\t// value should not be changed unless a web browser positions layers in\r\n\t\t// the wrong place after doing a large `panBy`.\r\n\t\ttransform3DLimit: 8388608, // Precision limit of a 32-bit float\r\n\r\n\t\t// @section Interaction Options\r\n\t\t// @option zoomSnap: Number = 1\r\n\t\t// Forces the map's zoom level to always be a multiple of this, particularly\r\n\t\t// right after a [`fitBounds()`](#map-fitbounds) or a pinch-zoom.\r\n\t\t// By default, the zoom level snaps to the nearest integer; lower values\r\n\t\t// (e.g. `0.5` or `0.1`) allow for greater granularity. A value of `0`\r\n\t\t// means the zoom level will not be snapped after `fitBounds` or a pinch-zoom.\r\n\t\tzoomSnap: 1,\r\n\r\n\t\t// @option zoomDelta: Number = 1\r\n\t\t// Controls how much the map's zoom level will change after a\r\n\t\t// [`zoomIn()`](#map-zoomin), [`zoomOut()`](#map-zoomout), pressing `+`\r\n\t\t// or `-` on the keyboard, or using the [zoom controls](#control-zoom).\r\n\t\t// Values smaller than `1` (e.g. `0.5`) allow for greater granularity.\r\n\t\tzoomDelta: 1,\r\n\r\n\t\t// @option trackResize: Boolean = true\r\n\t\t// Whether the map automatically handles browser window resize to update itself.\r\n\t\ttrackResize: true\r\n\t},\r\n\r\n\tinitialize: function (id, options) { // (HTMLElement or String, Object)\r\n\t\toptions = Util.setOptions(this, options);\r\n\r\n\t\t// Make sure to assign internal flags at the beginning,\r\n\t\t// to avoid inconsistent state in some edge cases.\r\n\t\tthis._handlers = [];\r\n\t\tthis._layers = {};\r\n\t\tthis._zoomBoundLayers = {};\r\n\t\tthis._sizeChanged = true;\r\n\r\n\t\tthis._initContainer(id);\r\n\t\tthis._initLayout();\r\n\r\n\t\t// hack for https://github.com/Leaflet/Leaflet/issues/1980\r\n\t\tthis._onResize = Util.bind(this._onResize, this);\r\n\r\n\t\tthis._initEvents();\r\n\r\n\t\tif (options.maxBounds) {\r\n\t\t\tthis.setMaxBounds(options.maxBounds);\r\n\t\t}\r\n\r\n\t\tif (options.zoom !== undefined) {\r\n\t\t\tthis._zoom = this._limitZoom(options.zoom);\r\n\t\t}\r\n\r\n\t\tif (options.center && options.zoom !== undefined) {\r\n\t\t\tthis.setView(toLatLng(options.center), options.zoom, {reset: true});\r\n\t\t}\r\n\r\n\t\tthis.callInitHooks();\r\n\r\n\t\t// don't animate on browsers without hardware-accelerated transitions or old Android/Opera\r\n\t\tthis._zoomAnimated = DomUtil.TRANSITION && Browser.any3d && !Browser.mobileOpera &&\r\n\t\t\t\tthis.options.zoomAnimation;\r\n\r\n\t\t// zoom transitions run with the same duration for all layers, so if one of transitionend events\r\n\t\t// happens after starting zoom animation (propagating to the map pane), we know that it ended globally\r\n\t\tif (this._zoomAnimated) {\r\n\t\t\tthis._createAnimProxy();\r\n\t\t\tDomEvent.on(this._proxy, DomUtil.TRANSITION_END, this._catchTransitionEnd, this);\r\n\t\t}\r\n\r\n\t\tthis._addLayers(this.options.layers);\r\n\t},\r\n\r\n\r\n\t// @section Methods for modifying map state\r\n\r\n\t// @method setView(center: LatLng, zoom: Number, options?: Zoom/pan options): this\r\n\t// Sets the view of the map (geographical center and zoom) with the given\r\n\t// animation options.\r\n\tsetView: function (center, zoom, options) {\r\n\r\n\t\tzoom = zoom === undefined ? this._zoom : this._limitZoom(zoom);\r\n\t\tcenter = this._limitCenter(toLatLng(center), zoom, this.options.maxBounds);\r\n\t\toptions = options || {};\r\n\r\n\t\tthis._stop();\r\n\r\n\t\tif (this._loaded && !options.reset && options !== true) {\r\n\r\n\t\t\tif (options.animate !== undefined) {\r\n\t\t\t\toptions.zoom = Util.extend({animate: options.animate}, options.zoom);\r\n\t\t\t\toptions.pan = Util.extend({animate: options.animate, duration: options.duration}, options.pan);\r\n\t\t\t}\r\n\r\n\t\t\t// try animating pan or zoom\r\n\t\t\tvar moved = (this._zoom !== zoom) ?\r\n\t\t\t\tthis._tryAnimatedZoom && this._tryAnimatedZoom(center, zoom, options.zoom) :\r\n\t\t\t\tthis._tryAnimatedPan(center, options.pan);\r\n\r\n\t\t\tif (moved) {\r\n\t\t\t\t// prevent resize handler call, the view will refresh after animation anyway\r\n\t\t\t\tclearTimeout(this._sizeTimer);\r\n\t\t\t\treturn this;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t// animation didn't start, just reset the map view\r\n\t\tthis._resetView(center, zoom);\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method setZoom(zoom: Number, options?: Zoom/pan options): this\r\n\t// Sets the zoom of the map.\r\n\tsetZoom: function (zoom, options) {\r\n\t\tif (!this._loaded) {\r\n\t\t\tthis._zoom = zoom;\r\n\t\t\treturn this;\r\n\t\t}\r\n\t\treturn this.setView(this.getCenter(), zoom, {zoom: options});\r\n\t},\r\n\r\n\t// @method zoomIn(delta?: Number, options?: Zoom options): this\r\n\t// Increases the zoom of the map by `delta` ([`zoomDelta`](#map-zoomdelta) by default).\r\n\tzoomIn: function (delta, options) {\r\n\t\tdelta = delta || (Browser.any3d ? this.options.zoomDelta : 1);\r\n\t\treturn this.setZoom(this._zoom + delta, options);\r\n\t},\r\n\r\n\t// @method zoomOut(delta?: Number, options?: Zoom options): this\r\n\t// Decreases the zoom of the map by `delta` ([`zoomDelta`](#map-zoomdelta) by default).\r\n\tzoomOut: function (delta, options) {\r\n\t\tdelta = delta || (Browser.any3d ? this.options.zoomDelta : 1);\r\n\t\treturn this.setZoom(this._zoom - delta, options);\r\n\t},\r\n\r\n\t// @method setZoomAround(latlng: LatLng, zoom: Number, options: Zoom options): this\r\n\t// Zooms the map while keeping a specified geographical point on the map\r\n\t// stationary (e.g. used internally for scroll zoom and double-click zoom).\r\n\t// @alternative\r\n\t// @method setZoomAround(offset: Point, zoom: Number, options: Zoom options): this\r\n\t// Zooms the map while keeping a specified pixel on the map (relative to the top-left corner) stationary.\r\n\tsetZoomAround: function (latlng, zoom, options) {\r\n\t\tvar scale = this.getZoomScale(zoom),\r\n\t\t    viewHalf = this.getSize().divideBy(2),\r\n\t\t    containerPoint = latlng instanceof Point ? latlng : this.latLngToContainerPoint(latlng),\r\n\r\n\t\t    centerOffset = containerPoint.subtract(viewHalf).multiplyBy(1 - 1 / scale),\r\n\t\t    newCenter = this.containerPointToLatLng(viewHalf.add(centerOffset));\r\n\r\n\t\treturn this.setView(newCenter, zoom, {zoom: options});\r\n\t},\r\n\r\n\t_getBoundsCenterZoom: function (bounds, options) {\r\n\r\n\t\toptions = options || {};\r\n\t\tbounds = bounds.getBounds ? bounds.getBounds() : toLatLngBounds(bounds);\r\n\r\n\t\tvar paddingTL = toPoint(options.paddingTopLeft || options.padding || [0, 0]),\r\n\t\t    paddingBR = toPoint(options.paddingBottomRight || options.padding || [0, 0]),\r\n\r\n\t\t    zoom = this.getBoundsZoom(bounds, false, paddingTL.add(paddingBR));\r\n\r\n\t\tzoom = (typeof options.maxZoom === 'number') ? Math.min(options.maxZoom, zoom) : zoom;\r\n\r\n\t\tif (zoom === Infinity) {\r\n\t\t\treturn {\r\n\t\t\t\tcenter: bounds.getCenter(),\r\n\t\t\t\tzoom: zoom\r\n\t\t\t};\r\n\t\t}\r\n\r\n\t\tvar paddingOffset = paddingBR.subtract(paddingTL).divideBy(2),\r\n\r\n\t\t    swPoint = this.project(bounds.getSouthWest(), zoom),\r\n\t\t    nePoint = this.project(bounds.getNorthEast(), zoom),\r\n\t\t    center = this.unproject(swPoint.add(nePoint).divideBy(2).add(paddingOffset), zoom);\r\n\r\n\t\treturn {\r\n\t\t\tcenter: center,\r\n\t\t\tzoom: zoom\r\n\t\t};\r\n\t},\r\n\r\n\t// @method fitBounds(bounds: LatLngBounds, options?: fitBounds options): this\r\n\t// Sets a map view that contains the given geographical bounds with the\r\n\t// maximum zoom level possible.\r\n\tfitBounds: function (bounds, options) {\r\n\r\n\t\tbounds = toLatLngBounds(bounds);\r\n\r\n\t\tif (!bounds.isValid()) {\r\n\t\t\tthrow new Error('Bounds are not valid.');\r\n\t\t}\r\n\r\n\t\tvar target = this._getBoundsCenterZoom(bounds, options);\r\n\t\treturn this.setView(target.center, target.zoom, options);\r\n\t},\r\n\r\n\t// @method fitWorld(options?: fitBounds options): this\r\n\t// Sets a map view that mostly contains the whole world with the maximum\r\n\t// zoom level possible.\r\n\tfitWorld: function (options) {\r\n\t\treturn this.fitBounds([[-90, -180], [90, 180]], options);\r\n\t},\r\n\r\n\t// @method panTo(latlng: LatLng, options?: Pan options): this\r\n\t// Pans the map to a given center.\r\n\tpanTo: function (center, options) { // (LatLng)\r\n\t\treturn this.setView(center, this._zoom, {pan: options});\r\n\t},\r\n\r\n\t// @method panBy(offset: Point, options?: Pan options): this\r\n\t// Pans the map by a given number of pixels (animated).\r\n\tpanBy: function (offset, options) {\r\n\t\toffset = toPoint(offset).round();\r\n\t\toptions = options || {};\r\n\r\n\t\tif (!offset.x && !offset.y) {\r\n\t\t\treturn this.fire('moveend');\r\n\t\t}\r\n\t\t// If we pan too far, Chrome gets issues with tiles\r\n\t\t// and makes them disappear or appear in the wrong place (slightly offset) #2602\r\n\t\tif (options.animate !== true && !this.getSize().contains(offset)) {\r\n\t\t\tthis._resetView(this.unproject(this.project(this.getCenter()).add(offset)), this.getZoom());\r\n\t\t\treturn this;\r\n\t\t}\r\n\r\n\t\tif (!this._panAnim) {\r\n\t\t\tthis._panAnim = new PosAnimation();\r\n\r\n\t\t\tthis._panAnim.on({\r\n\t\t\t\t'step': this._onPanTransitionStep,\r\n\t\t\t\t'end': this._onPanTransitionEnd\r\n\t\t\t}, this);\r\n\t\t}\r\n\r\n\t\t// don't fire movestart if animating inertia\r\n\t\tif (!options.noMoveStart) {\r\n\t\t\tthis.fire('movestart');\r\n\t\t}\r\n\r\n\t\t// animate pan unless animate: false specified\r\n\t\tif (options.animate !== false) {\r\n\t\t\tDomUtil.addClass(this._mapPane, 'leaflet-pan-anim');\r\n\r\n\t\t\tvar newPos = this._getMapPanePos().subtract(offset).round();\r\n\t\t\tthis._panAnim.run(this._mapPane, newPos, options.duration || 0.25, options.easeLinearity);\r\n\t\t} else {\r\n\t\t\tthis._rawPanBy(offset);\r\n\t\t\tthis.fire('move').fire('moveend');\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method flyTo(latlng: LatLng, zoom?: Number, options?: Zoom/pan options): this\r\n\t// Sets the view of the map (geographical center and zoom) performing a smooth\r\n\t// pan-zoom animation.\r\n\tflyTo: function (targetCenter, targetZoom, options) {\r\n\r\n\t\toptions = options || {};\r\n\t\tif (options.animate === false || !Browser.any3d) {\r\n\t\t\treturn this.setView(targetCenter, targetZoom, options);\r\n\t\t}\r\n\r\n\t\tthis._stop();\r\n\r\n\t\tvar from = this.project(this.getCenter()),\r\n\t\t    to = this.project(targetCenter),\r\n\t\t    size = this.getSize(),\r\n\t\t    startZoom = this._zoom;\r\n\r\n\t\ttargetCenter = toLatLng(targetCenter);\r\n\t\ttargetZoom = targetZoom === undefined ? startZoom : targetZoom;\r\n\r\n\t\tvar w0 = Math.max(size.x, size.y),\r\n\t\t    w1 = w0 * this.getZoomScale(startZoom, targetZoom),\r\n\t\t    u1 = (to.distanceTo(from)) || 1,\r\n\t\t    rho = 1.42,\r\n\t\t    rho2 = rho * rho;\r\n\r\n\t\tfunction r(i) {\r\n\t\t\tvar s1 = i ? -1 : 1,\r\n\t\t\t    s2 = i ? w1 : w0,\r\n\t\t\t    t1 = w1 * w1 - w0 * w0 + s1 * rho2 * rho2 * u1 * u1,\r\n\t\t\t    b1 = 2 * s2 * rho2 * u1,\r\n\t\t\t    b = t1 / b1,\r\n\t\t\t    sq = Math.sqrt(b * b + 1) - b;\r\n\r\n\t\t\t    // workaround for floating point precision bug when sq = 0, log = -Infinite,\r\n\t\t\t    // thus triggering an infinite loop in flyTo\r\n\t\t\t    var log = sq < 0.000000001 ? -18 : Math.log(sq);\r\n\r\n\t\t\treturn log;\r\n\t\t}\r\n\r\n\t\tfunction sinh(n) { return (Math.exp(n) - Math.exp(-n)) / 2; }\r\n\t\tfunction cosh(n) { return (Math.exp(n) + Math.exp(-n)) / 2; }\r\n\t\tfunction tanh(n) { return sinh(n) / cosh(n); }\r\n\r\n\t\tvar r0 = r(0);\r\n\r\n\t\tfunction w(s) { return w0 * (cosh(r0) / cosh(r0 + rho * s)); }\r\n\t\tfunction u(s) { return w0 * (cosh(r0) * tanh(r0 + rho * s) - sinh(r0)) / rho2; }\r\n\r\n\t\tfunction easeOut(t) { return 1 - Math.pow(1 - t, 1.5); }\r\n\r\n\t\tvar start = Date.now(),\r\n\t\t    S = (r(1) - r0) / rho,\r\n\t\t    duration = options.duration ? 1000 * options.duration : 1000 * S * 0.8;\r\n\r\n\t\tfunction frame() {\r\n\t\t\tvar t = (Date.now() - start) / duration,\r\n\t\t\t    s = easeOut(t) * S;\r\n\r\n\t\t\tif (t <= 1) {\r\n\t\t\t\tthis._flyToFrame = Util.requestAnimFrame(frame, this);\r\n\r\n\t\t\t\tthis._move(\r\n\t\t\t\t\tthis.unproject(from.add(to.subtract(from).multiplyBy(u(s) / u1)), startZoom),\r\n\t\t\t\t\tthis.getScaleZoom(w0 / w(s), startZoom),\r\n\t\t\t\t\t{flyTo: true});\r\n\r\n\t\t\t} else {\r\n\t\t\t\tthis\r\n\t\t\t\t\t._move(targetCenter, targetZoom)\r\n\t\t\t\t\t._moveEnd(true);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tthis._moveStart(true, options.noMoveStart);\r\n\r\n\t\tframe.call(this);\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method flyToBounds(bounds: LatLngBounds, options?: fitBounds options): this\r\n\t// Sets the view of the map with a smooth animation like [`flyTo`](#map-flyto),\r\n\t// but takes a bounds parameter like [`fitBounds`](#map-fitbounds).\r\n\tflyToBounds: function (bounds, options) {\r\n\t\tvar target = this._getBoundsCenterZoom(bounds, options);\r\n\t\treturn this.flyTo(target.center, target.zoom, options);\r\n\t},\r\n\r\n\t// @method setMaxBounds(bounds: Bounds): this\r\n\t// Restricts the map view to the given bounds (see the [maxBounds](#map-maxbounds) option).\r\n\tsetMaxBounds: function (bounds) {\r\n\t\tbounds = toLatLngBounds(bounds);\r\n\r\n\t\tif (!bounds.isValid()) {\r\n\t\t\tthis.options.maxBounds = null;\r\n\t\t\treturn this.off('moveend', this._panInsideMaxBounds);\r\n\t\t} else if (this.options.maxBounds) {\r\n\t\t\tthis.off('moveend', this._panInsideMaxBounds);\r\n\t\t}\r\n\r\n\t\tthis.options.maxBounds = bounds;\r\n\r\n\t\tif (this._loaded) {\r\n\t\t\tthis._panInsideMaxBounds();\r\n\t\t}\r\n\r\n\t\treturn this.on('moveend', this._panInsideMaxBounds);\r\n\t},\r\n\r\n\t// @method setMinZoom(zoom: Number): this\r\n\t// Sets the lower limit for the available zoom levels (see the [minZoom](#map-minzoom) option).\r\n\tsetMinZoom: function (zoom) {\r\n\t\tvar oldZoom = this.options.minZoom;\r\n\t\tthis.options.minZoom = zoom;\r\n\r\n\t\tif (this._loaded && oldZoom !== zoom) {\r\n\t\t\tthis.fire('zoomlevelschange');\r\n\r\n\t\t\tif (this.getZoom() < this.options.minZoom) {\r\n\t\t\t\treturn this.setZoom(zoom);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method setMaxZoom(zoom: Number): this\r\n\t// Sets the upper limit for the available zoom levels (see the [maxZoom](#map-maxzoom) option).\r\n\tsetMaxZoom: function (zoom) {\r\n\t\tvar oldZoom = this.options.maxZoom;\r\n\t\tthis.options.maxZoom = zoom;\r\n\r\n\t\tif (this._loaded && oldZoom !== zoom) {\r\n\t\t\tthis.fire('zoomlevelschange');\r\n\r\n\t\t\tif (this.getZoom() > this.options.maxZoom) {\r\n\t\t\t\treturn this.setZoom(zoom);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method panInsideBounds(bounds: LatLngBounds, options?: Pan options): this\r\n\t// Pans the map to the closest view that would lie inside the given bounds (if it's not already), controlling the animation using the options specific, if any.\r\n\tpanInsideBounds: function (bounds, options) {\r\n\t\tthis._enforcingBounds = true;\r\n\t\tvar center = this.getCenter(),\r\n\t\t    newCenter = this._limitCenter(center, this._zoom, toLatLngBounds(bounds));\r\n\r\n\t\tif (!center.equals(newCenter)) {\r\n\t\t\tthis.panTo(newCenter, options);\r\n\t\t}\r\n\r\n\t\tthis._enforcingBounds = false;\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method panInside(latlng: LatLng, options?: options): this\r\n\t// Pans the map the minimum amount to make the `latlng` visible. Use\r\n\t// `padding`, `paddingTopLeft` and `paddingTopRight` options to fit\r\n\t// the display to more restricted bounds, like [`fitBounds`](#map-fitbounds).\r\n\t// If `latlng` is already within the (optionally padded) display bounds,\r\n\t// the map will not be panned.\r\n\tpanInside: function (latlng, options) {\r\n\t\toptions = options || {};\r\n\r\n\t\tvar paddingTL = toPoint(options.paddingTopLeft || options.padding || [0, 0]),\r\n\t\t    paddingBR = toPoint(options.paddingBottomRight || options.padding || [0, 0]),\r\n\t\t    center = this.getCenter(),\r\n\t\t    pixelCenter = this.project(center),\r\n\t\t    pixelPoint = this.project(latlng),\r\n\t\t    pixelBounds = this.getPixelBounds(),\r\n\t\t    halfPixelBounds = pixelBounds.getSize().divideBy(2),\r\n\t\t    paddedBounds = toBounds([pixelBounds.min.add(paddingTL), pixelBounds.max.subtract(paddingBR)]);\r\n\r\n\t\tif (!paddedBounds.contains(pixelPoint)) {\r\n\t\t\tthis._enforcingBounds = true;\r\n\t\t\tvar diff = pixelCenter.subtract(pixelPoint),\r\n\t\t\t    newCenter = toPoint(pixelPoint.x + diff.x, pixelPoint.y + diff.y);\r\n\r\n\t\t\tif (pixelPoint.x < paddedBounds.min.x || pixelPoint.x > paddedBounds.max.x) {\r\n\t\t\t\tnewCenter.x = pixelCenter.x - diff.x;\r\n\t\t\t\tif (diff.x > 0) {\r\n\t\t\t\t\tnewCenter.x += halfPixelBounds.x - paddingTL.x;\r\n\t\t\t\t} else {\r\n\t\t\t\t\tnewCenter.x -= halfPixelBounds.x - paddingBR.x;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\tif (pixelPoint.y < paddedBounds.min.y || pixelPoint.y > paddedBounds.max.y) {\r\n\t\t\t\tnewCenter.y = pixelCenter.y - diff.y;\r\n\t\t\t\tif (diff.y > 0) {\r\n\t\t\t\t\tnewCenter.y += halfPixelBounds.y - paddingTL.y;\r\n\t\t\t\t} else {\r\n\t\t\t\t\tnewCenter.y -= halfPixelBounds.y - paddingBR.y;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\tthis.panTo(this.unproject(newCenter), options);\r\n\t\t\tthis._enforcingBounds = false;\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method invalidateSize(options: Zoom/pan options): this\r\n\t// Checks if the map container size changed and updates the map if so —\r\n\t// call it after you've changed the map size dynamically, also animating\r\n\t// pan by default. If `options.pan` is `false`, panning will not occur.\r\n\t// If `options.debounceMoveend` is `true`, it will delay `moveend` event so\r\n\t// that it doesn't happen often even if the method is called many\r\n\t// times in a row.\r\n\r\n\t// @alternative\r\n\t// @method invalidateSize(animate: Boolean): this\r\n\t// Checks if the map container size changed and updates the map if so —\r\n\t// call it after you've changed the map size dynamically, also animating\r\n\t// pan by default.\r\n\tinvalidateSize: function (options) {\r\n\t\tif (!this._loaded) { return this; }\r\n\r\n\t\toptions = Util.extend({\r\n\t\t\tanimate: false,\r\n\t\t\tpan: true\r\n\t\t}, options === true ? {animate: true} : options);\r\n\r\n\t\tvar oldSize = this.getSize();\r\n\t\tthis._sizeChanged = true;\r\n\t\tthis._lastCenter = null;\r\n\r\n\t\tvar newSize = this.getSize(),\r\n\t\t    oldCenter = oldSize.divideBy(2).round(),\r\n\t\t    newCenter = newSize.divideBy(2).round(),\r\n\t\t    offset = oldCenter.subtract(newCenter);\r\n\r\n\t\tif (!offset.x && !offset.y) { return this; }\r\n\r\n\t\tif (options.animate && options.pan) {\r\n\t\t\tthis.panBy(offset);\r\n\r\n\t\t} else {\r\n\t\t\tif (options.pan) {\r\n\t\t\t\tthis._rawPanBy(offset);\r\n\t\t\t}\r\n\r\n\t\t\tthis.fire('move');\r\n\r\n\t\t\tif (options.debounceMoveend) {\r\n\t\t\t\tclearTimeout(this._sizeTimer);\r\n\t\t\t\tthis._sizeTimer = setTimeout(Util.bind(this.fire, this, 'moveend'), 200);\r\n\t\t\t} else {\r\n\t\t\t\tthis.fire('moveend');\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t// @section Map state change events\r\n\t\t// @event resize: ResizeEvent\r\n\t\t// Fired when the map is resized.\r\n\t\treturn this.fire('resize', {\r\n\t\t\toldSize: oldSize,\r\n\t\t\tnewSize: newSize\r\n\t\t});\r\n\t},\r\n\r\n\t// @section Methods for modifying map state\r\n\t// @method stop(): this\r\n\t// Stops the currently running `panTo` or `flyTo` animation, if any.\r\n\tstop: function () {\r\n\t\tthis.setZoom(this._limitZoom(this._zoom));\r\n\t\tif (!this.options.zoomSnap) {\r\n\t\t\tthis.fire('viewreset');\r\n\t\t}\r\n\t\treturn this._stop();\r\n\t},\r\n\r\n\t// @section Geolocation methods\r\n\t// @method locate(options?: Locate options): this\r\n\t// Tries to locate the user using the Geolocation API, firing a [`locationfound`](#map-locationfound)\r\n\t// event with location data on success or a [`locationerror`](#map-locationerror) event on failure,\r\n\t// and optionally sets the map view to the user's location with respect to\r\n\t// detection accuracy (or to the world view if geolocation failed).\r\n\t// Note that, if your page doesn't use HTTPS, this method will fail in\r\n\t// modern browsers ([Chrome 50 and newer](https://sites.google.com/a/chromium.org/dev/Home/chromium-security/deprecating-powerful-features-on-insecure-origins))\r\n\t// See `Locate options` for more details.\r\n\tlocate: function (options) {\r\n\r\n\t\toptions = this._locateOptions = Util.extend({\r\n\t\t\ttimeout: 10000,\r\n\t\t\twatch: false\r\n\t\t\t// setView: false\r\n\t\t\t// maxZoom: <Number>\r\n\t\t\t// maximumAge: 0\r\n\t\t\t// enableHighAccuracy: false\r\n\t\t}, options);\r\n\r\n\t\tif (!('geolocation' in navigator)) {\r\n\t\t\tthis._handleGeolocationError({\r\n\t\t\t\tcode: 0,\r\n\t\t\t\tmessage: 'Geolocation not supported.'\r\n\t\t\t});\r\n\t\t\treturn this;\r\n\t\t}\r\n\r\n\t\tvar onResponse = Util.bind(this._handleGeolocationResponse, this),\r\n\t\t    onError = Util.bind(this._handleGeolocationError, this);\r\n\r\n\t\tif (options.watch) {\r\n\t\t\tthis._locationWatchId =\r\n\t\t\t        navigator.geolocation.watchPosition(onResponse, onError, options);\r\n\t\t} else {\r\n\t\t\tnavigator.geolocation.getCurrentPosition(onResponse, onError, options);\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method stopLocate(): this\r\n\t// Stops watching location previously initiated by `map.locate({watch: true})`\r\n\t// and aborts resetting the map view if map.locate was called with\r\n\t// `{setView: true}`.\r\n\tstopLocate: function () {\r\n\t\tif (navigator.geolocation && navigator.geolocation.clearWatch) {\r\n\t\t\tnavigator.geolocation.clearWatch(this._locationWatchId);\r\n\t\t}\r\n\t\tif (this._locateOptions) {\r\n\t\t\tthis._locateOptions.setView = false;\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_handleGeolocationError: function (error) {\r\n\t\tvar c = error.code,\r\n\t\t    message = error.message ||\r\n\t\t            (c === 1 ? 'permission denied' :\r\n\t\t            (c === 2 ? 'position unavailable' : 'timeout'));\r\n\r\n\t\tif (this._locateOptions.setView && !this._loaded) {\r\n\t\t\tthis.fitWorld();\r\n\t\t}\r\n\r\n\t\t// @section Location events\r\n\t\t// @event locationerror: ErrorEvent\r\n\t\t// Fired when geolocation (using the [`locate`](#map-locate) method) failed.\r\n\t\tthis.fire('locationerror', {\r\n\t\t\tcode: c,\r\n\t\t\tmessage: 'Geolocation error: ' + message + '.'\r\n\t\t});\r\n\t},\r\n\r\n\t_handleGeolocationResponse: function (pos) {\r\n\t\tvar lat = pos.coords.latitude,\r\n\t\t    lng = pos.coords.longitude,\r\n\t\t    latlng = new LatLng(lat, lng),\r\n\t\t    bounds = latlng.toBounds(pos.coords.accuracy * 2),\r\n\t\t    options = this._locateOptions;\r\n\r\n\t\tif (options.setView) {\r\n\t\t\tvar zoom = this.getBoundsZoom(bounds);\r\n\t\t\tthis.setView(latlng, options.maxZoom ? Math.min(zoom, options.maxZoom) : zoom);\r\n\t\t}\r\n\r\n\t\tvar data = {\r\n\t\t\tlatlng: latlng,\r\n\t\t\tbounds: bounds,\r\n\t\t\ttimestamp: pos.timestamp\r\n\t\t};\r\n\r\n\t\tfor (var i in pos.coords) {\r\n\t\t\tif (typeof pos.coords[i] === 'number') {\r\n\t\t\t\tdata[i] = pos.coords[i];\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t// @event locationfound: LocationEvent\r\n\t\t// Fired when geolocation (using the [`locate`](#map-locate) method)\r\n\t\t// went successfully.\r\n\t\tthis.fire('locationfound', data);\r\n\t},\r\n\r\n\t// TODO Appropriate docs section?\r\n\t// @section Other Methods\r\n\t// @method addHandler(name: String, HandlerClass: Function): this\r\n\t// Adds a new `Handler` to the map, given its name and constructor function.\r\n\taddHandler: function (name, HandlerClass) {\r\n\t\tif (!HandlerClass) { return this; }\r\n\r\n\t\tvar handler = this[name] = new HandlerClass(this);\r\n\r\n\t\tthis._handlers.push(handler);\r\n\r\n\t\tif (this.options[name]) {\r\n\t\t\thandler.enable();\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method remove(): this\r\n\t// Destroys the map and clears all related event listeners.\r\n\tremove: function () {\r\n\r\n\t\tthis._initEvents(true);\r\n\r\n\t\tif (this._containerId !== this._container._leaflet_id) {\r\n\t\t\tthrow new Error('Map container is being reused by another instance');\r\n\t\t}\r\n\r\n\t\ttry {\r\n\t\t\t// throws error in IE6-8\r\n\t\t\tdelete this._container._leaflet_id;\r\n\t\t\tdelete this._containerId;\r\n\t\t} catch (e) {\r\n\t\t\t/*eslint-disable */\r\n\t\t\tthis._container._leaflet_id = undefined;\r\n\t\t\t/* eslint-enable */\r\n\t\t\tthis._containerId = undefined;\r\n\t\t}\r\n\r\n\t\tif (this._locationWatchId !== undefined) {\r\n\t\t\tthis.stopLocate();\r\n\t\t}\r\n\r\n\t\tthis._stop();\r\n\r\n\t\tDomUtil.remove(this._mapPane);\r\n\r\n\t\tif (this._clearControlPos) {\r\n\t\t\tthis._clearControlPos();\r\n\t\t}\r\n\t\tif (this._resizeRequest) {\r\n\t\t\tUtil.cancelAnimFrame(this._resizeRequest);\r\n\t\t\tthis._resizeRequest = null;\r\n\t\t}\r\n\r\n\t\tthis._clearHandlers();\r\n\r\n\t\tif (this._loaded) {\r\n\t\t\t// @section Map state change events\r\n\t\t\t// @event unload: Event\r\n\t\t\t// Fired when the map is destroyed with [remove](#map-remove) method.\r\n\t\t\tthis.fire('unload');\r\n\t\t}\r\n\r\n\t\tvar i;\r\n\t\tfor (i in this._layers) {\r\n\t\t\tthis._layers[i].remove();\r\n\t\t}\r\n\t\tfor (i in this._panes) {\r\n\t\t\tDomUtil.remove(this._panes[i]);\r\n\t\t}\r\n\r\n\t\tthis._layers = [];\r\n\t\tthis._panes = [];\r\n\t\tdelete this._mapPane;\r\n\t\tdelete this._renderer;\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @section Other Methods\r\n\t// @method createPane(name: String, container?: HTMLElement): HTMLElement\r\n\t// Creates a new [map pane](#map-pane) with the given name if it doesn't exist already,\r\n\t// then returns it. The pane is created as a child of `container`, or\r\n\t// as a child of the main map pane if not set.\r\n\tcreatePane: function (name, container) {\r\n\t\tvar className = 'leaflet-pane' + (name ? ' leaflet-' + name.replace('Pane', '') + '-pane' : ''),\r\n\t\t    pane = DomUtil.create('div', className, container || this._mapPane);\r\n\r\n\t\tif (name) {\r\n\t\t\tthis._panes[name] = pane;\r\n\t\t}\r\n\t\treturn pane;\r\n\t},\r\n\r\n\t// @section Methods for Getting Map State\r\n\r\n\t// @method getCenter(): LatLng\r\n\t// Returns the geographical center of the map view\r\n\tgetCenter: function () {\r\n\t\tthis._checkIfLoaded();\r\n\r\n\t\tif (this._lastCenter && !this._moved()) {\r\n\t\t\treturn this._lastCenter;\r\n\t\t}\r\n\t\treturn this.layerPointToLatLng(this._getCenterLayerPoint());\r\n\t},\r\n\r\n\t// @method getZoom(): Number\r\n\t// Returns the current zoom level of the map view\r\n\tgetZoom: function () {\r\n\t\treturn this._zoom;\r\n\t},\r\n\r\n\t// @method getBounds(): LatLngBounds\r\n\t// Returns the geographical bounds visible in the current map view\r\n\tgetBounds: function () {\r\n\t\tvar bounds = this.getPixelBounds(),\r\n\t\t    sw = this.unproject(bounds.getBottomLeft()),\r\n\t\t    ne = this.unproject(bounds.getTopRight());\r\n\r\n\t\treturn new LatLngBounds(sw, ne);\r\n\t},\r\n\r\n\t// @method getMinZoom(): Number\r\n\t// Returns the minimum zoom level of the map (if set in the `minZoom` option of the map or of any layers), or `0` by default.\r\n\tgetMinZoom: function () {\r\n\t\treturn this.options.minZoom === undefined ? this._layersMinZoom || 0 : this.options.minZoom;\r\n\t},\r\n\r\n\t// @method getMaxZoom(): Number\r\n\t// Returns the maximum zoom level of the map (if set in the `maxZoom` option of the map or of any layers).\r\n\tgetMaxZoom: function () {\r\n\t\treturn this.options.maxZoom === undefined ?\r\n\t\t\t(this._layersMaxZoom === undefined ? Infinity : this._layersMaxZoom) :\r\n\t\t\tthis.options.maxZoom;\r\n\t},\r\n\r\n\t// @method getBoundsZoom(bounds: LatLngBounds, inside?: Boolean, padding?: Point): Number\r\n\t// Returns the maximum zoom level on which the given bounds fit to the map\r\n\t// view in its entirety. If `inside` (optional) is set to `true`, the method\r\n\t// instead returns the minimum zoom level on which the map view fits into\r\n\t// the given bounds in its entirety.\r\n\tgetBoundsZoom: function (bounds, inside, padding) { // (LatLngBounds[, Boolean, Point]) -> Number\r\n\t\tbounds = toLatLngBounds(bounds);\r\n\t\tpadding = toPoint(padding || [0, 0]);\r\n\r\n\t\tvar zoom = this.getZoom() || 0,\r\n\t\t    min = this.getMinZoom(),\r\n\t\t    max = this.getMaxZoom(),\r\n\t\t    nw = bounds.getNorthWest(),\r\n\t\t    se = bounds.getSouthEast(),\r\n\t\t    size = this.getSize().subtract(padding),\r\n\t\t    boundsSize = toBounds(this.project(se, zoom), this.project(nw, zoom)).getSize(),\r\n\t\t    snap = Browser.any3d ? this.options.zoomSnap : 1,\r\n\t\t    scalex = size.x / boundsSize.x,\r\n\t\t    scaley = size.y / boundsSize.y,\r\n\t\t    scale = inside ? Math.max(scalex, scaley) : Math.min(scalex, scaley);\r\n\r\n\t\tzoom = this.getScaleZoom(scale, zoom);\r\n\r\n\t\tif (snap) {\r\n\t\t\tzoom = Math.round(zoom / (snap / 100)) * (snap / 100); // don't jump if within 1% of a snap level\r\n\t\t\tzoom = inside ? Math.ceil(zoom / snap) * snap : Math.floor(zoom / snap) * snap;\r\n\t\t}\r\n\r\n\t\treturn Math.max(min, Math.min(max, zoom));\r\n\t},\r\n\r\n\t// @method getSize(): Point\r\n\t// Returns the current size of the map container (in pixels).\r\n\tgetSize: function () {\r\n\t\tif (!this._size || this._sizeChanged) {\r\n\t\t\tthis._size = new Point(\r\n\t\t\t\tthis._container.clientWidth || 0,\r\n\t\t\t\tthis._container.clientHeight || 0);\r\n\r\n\t\t\tthis._sizeChanged = false;\r\n\t\t}\r\n\t\treturn this._size.clone();\r\n\t},\r\n\r\n\t// @method getPixelBounds(): Bounds\r\n\t// Returns the bounds of the current map view in projected pixel\r\n\t// coordinates (sometimes useful in layer and overlay implementations).\r\n\tgetPixelBounds: function (center, zoom) {\r\n\t\tvar topLeftPoint = this._getTopLeftPoint(center, zoom);\r\n\t\treturn new Bounds(topLeftPoint, topLeftPoint.add(this.getSize()));\r\n\t},\r\n\r\n\t// TODO: Check semantics - isn't the pixel origin the 0,0 coord relative to\r\n\t// the map pane? \"left point of the map layer\" can be confusing, specially\r\n\t// since there can be negative offsets.\r\n\t// @method getPixelOrigin(): Point\r\n\t// Returns the projected pixel coordinates of the top left point of\r\n\t// the map layer (useful in custom layer and overlay implementations).\r\n\tgetPixelOrigin: function () {\r\n\t\tthis._checkIfLoaded();\r\n\t\treturn this._pixelOrigin;\r\n\t},\r\n\r\n\t// @method getPixelWorldBounds(zoom?: Number): Bounds\r\n\t// Returns the world's bounds in pixel coordinates for zoom level `zoom`.\r\n\t// If `zoom` is omitted, the map's current zoom level is used.\r\n\tgetPixelWorldBounds: function (zoom) {\r\n\t\treturn this.options.crs.getProjectedBounds(zoom === undefined ? this.getZoom() : zoom);\r\n\t},\r\n\r\n\t// @section Other Methods\r\n\r\n\t// @method getPane(pane: String|HTMLElement): HTMLElement\r\n\t// Returns a [map pane](#map-pane), given its name or its HTML element (its identity).\r\n\tgetPane: function (pane) {\r\n\t\treturn typeof pane === 'string' ? this._panes[pane] : pane;\r\n\t},\r\n\r\n\t// @method getPanes(): Object\r\n\t// Returns a plain object containing the names of all [panes](#map-pane) as keys and\r\n\t// the panes as values.\r\n\tgetPanes: function () {\r\n\t\treturn this._panes;\r\n\t},\r\n\r\n\t// @method getContainer: HTMLElement\r\n\t// Returns the HTML element that contains the map.\r\n\tgetContainer: function () {\r\n\t\treturn this._container;\r\n\t},\r\n\r\n\r\n\t// @section Conversion Methods\r\n\r\n\t// @method getZoomScale(toZoom: Number, fromZoom: Number): Number\r\n\t// Returns the scale factor to be applied to a map transition from zoom level\r\n\t// `fromZoom` to `toZoom`. Used internally to help with zoom animations.\r\n\tgetZoomScale: function (toZoom, fromZoom) {\r\n\t\t// TODO replace with universal implementation after refactoring projections\r\n\t\tvar crs = this.options.crs;\r\n\t\tfromZoom = fromZoom === undefined ? this._zoom : fromZoom;\r\n\t\treturn crs.scale(toZoom) / crs.scale(fromZoom);\r\n\t},\r\n\r\n\t// @method getScaleZoom(scale: Number, fromZoom: Number): Number\r\n\t// Returns the zoom level that the map would end up at, if it is at `fromZoom`\r\n\t// level and everything is scaled by a factor of `scale`. Inverse of\r\n\t// [`getZoomScale`](#map-getZoomScale).\r\n\tgetScaleZoom: function (scale, fromZoom) {\r\n\t\tvar crs = this.options.crs;\r\n\t\tfromZoom = fromZoom === undefined ? this._zoom : fromZoom;\r\n\t\tvar zoom = crs.zoom(scale * crs.scale(fromZoom));\r\n\t\treturn isNaN(zoom) ? Infinity : zoom;\r\n\t},\r\n\r\n\t// @method project(latlng: LatLng, zoom: Number): Point\r\n\t// Projects a geographical coordinate `LatLng` according to the projection\r\n\t// of the map's CRS, then scales it according to `zoom` and the CRS's\r\n\t// `Transformation`. The result is pixel coordinate relative to\r\n\t// the CRS origin.\r\n\tproject: function (latlng, zoom) {\r\n\t\tzoom = zoom === undefined ? this._zoom : zoom;\r\n\t\treturn this.options.crs.latLngToPoint(toLatLng(latlng), zoom);\r\n\t},\r\n\r\n\t// @method unproject(point: Point, zoom: Number): LatLng\r\n\t// Inverse of [`project`](#map-project).\r\n\tunproject: function (point, zoom) {\r\n\t\tzoom = zoom === undefined ? this._zoom : zoom;\r\n\t\treturn this.options.crs.pointToLatLng(toPoint(point), zoom);\r\n\t},\r\n\r\n\t// @method layerPointToLatLng(point: Point): LatLng\r\n\t// Given a pixel coordinate relative to the [origin pixel](#map-getpixelorigin),\r\n\t// returns the corresponding geographical coordinate (for the current zoom level).\r\n\tlayerPointToLatLng: function (point) {\r\n\t\tvar projectedPoint = toPoint(point).add(this.getPixelOrigin());\r\n\t\treturn this.unproject(projectedPoint);\r\n\t},\r\n\r\n\t// @method latLngToLayerPoint(latlng: LatLng): Point\r\n\t// Given a geographical coordinate, returns the corresponding pixel coordinate\r\n\t// relative to the [origin pixel](#map-getpixelorigin).\r\n\tlatLngToLayerPoint: function (latlng) {\r\n\t\tvar projectedPoint = this.project(toLatLng(latlng))._round();\r\n\t\treturn projectedPoint._subtract(this.getPixelOrigin());\r\n\t},\r\n\r\n\t// @method wrapLatLng(latlng: LatLng): LatLng\r\n\t// Returns a `LatLng` where `lat` and `lng` has been wrapped according to the\r\n\t// map's CRS's `wrapLat` and `wrapLng` properties, if they are outside the\r\n\t// CRS's bounds.\r\n\t// By default this means longitude is wrapped around the dateline so its\r\n\t// value is between -180 and +180 degrees.\r\n\twrapLatLng: function (latlng) {\r\n\t\treturn this.options.crs.wrapLatLng(toLatLng(latlng));\r\n\t},\r\n\r\n\t// @method wrapLatLngBounds(bounds: LatLngBounds): LatLngBounds\r\n\t// Returns a `LatLngBounds` with the same size as the given one, ensuring that\r\n\t// its center is within the CRS's bounds.\r\n\t// By default this means the center longitude is wrapped around the dateline so its\r\n\t// value is between -180 and +180 degrees, and the majority of the bounds\r\n\t// overlaps the CRS's bounds.\r\n\twrapLatLngBounds: function (latlng) {\r\n\t\treturn this.options.crs.wrapLatLngBounds(toLatLngBounds(latlng));\r\n\t},\r\n\r\n\t// @method distance(latlng1: LatLng, latlng2: LatLng): Number\r\n\t// Returns the distance between two geographical coordinates according to\r\n\t// the map's CRS. By default this measures distance in meters.\r\n\tdistance: function (latlng1, latlng2) {\r\n\t\treturn this.options.crs.distance(toLatLng(latlng1), toLatLng(latlng2));\r\n\t},\r\n\r\n\t// @method containerPointToLayerPoint(point: Point): Point\r\n\t// Given a pixel coordinate relative to the map container, returns the corresponding\r\n\t// pixel coordinate relative to the [origin pixel](#map-getpixelorigin).\r\n\tcontainerPointToLayerPoint: function (point) { // (Point)\r\n\t\treturn toPoint(point).subtract(this._getMapPanePos());\r\n\t},\r\n\r\n\t// @method layerPointToContainerPoint(point: Point): Point\r\n\t// Given a pixel coordinate relative to the [origin pixel](#map-getpixelorigin),\r\n\t// returns the corresponding pixel coordinate relative to the map container.\r\n\tlayerPointToContainerPoint: function (point) { // (Point)\r\n\t\treturn toPoint(point).add(this._getMapPanePos());\r\n\t},\r\n\r\n\t// @method containerPointToLatLng(point: Point): LatLng\r\n\t// Given a pixel coordinate relative to the map container, returns\r\n\t// the corresponding geographical coordinate (for the current zoom level).\r\n\tcontainerPointToLatLng: function (point) {\r\n\t\tvar layerPoint = this.containerPointToLayerPoint(toPoint(point));\r\n\t\treturn this.layerPointToLatLng(layerPoint);\r\n\t},\r\n\r\n\t// @method latLngToContainerPoint(latlng: LatLng): Point\r\n\t// Given a geographical coordinate, returns the corresponding pixel coordinate\r\n\t// relative to the map container.\r\n\tlatLngToContainerPoint: function (latlng) {\r\n\t\treturn this.layerPointToContainerPoint(this.latLngToLayerPoint(toLatLng(latlng)));\r\n\t},\r\n\r\n\t// @method mouseEventToContainerPoint(ev: MouseEvent): Point\r\n\t// Given a MouseEvent object, returns the pixel coordinate relative to the\r\n\t// map container where the event took place.\r\n\tmouseEventToContainerPoint: function (e) {\r\n\t\treturn DomEvent.getMousePosition(e, this._container);\r\n\t},\r\n\r\n\t// @method mouseEventToLayerPoint(ev: MouseEvent): Point\r\n\t// Given a MouseEvent object, returns the pixel coordinate relative to\r\n\t// the [origin pixel](#map-getpixelorigin) where the event took place.\r\n\tmouseEventToLayerPoint: function (e) {\r\n\t\treturn this.containerPointToLayerPoint(this.mouseEventToContainerPoint(e));\r\n\t},\r\n\r\n\t// @method mouseEventToLatLng(ev: MouseEvent): LatLng\r\n\t// Given a MouseEvent object, returns geographical coordinate where the\r\n\t// event took place.\r\n\tmouseEventToLatLng: function (e) { // (MouseEvent)\r\n\t\treturn this.layerPointToLatLng(this.mouseEventToLayerPoint(e));\r\n\t},\r\n\r\n\r\n\t// map initialization methods\r\n\r\n\t_initContainer: function (id) {\r\n\t\tvar container = this._container = DomUtil.get(id);\r\n\r\n\t\tif (!container) {\r\n\t\t\tthrow new Error('Map container not found.');\r\n\t\t} else if (container._leaflet_id) {\r\n\t\t\tthrow new Error('Map container is already initialized.');\r\n\t\t}\r\n\r\n\t\tDomEvent.on(container, 'scroll', this._onScroll, this);\r\n\t\tthis._containerId = Util.stamp(container);\r\n\t},\r\n\r\n\t_initLayout: function () {\r\n\t\tvar container = this._container;\r\n\r\n\t\tthis._fadeAnimated = this.options.fadeAnimation && Browser.any3d;\r\n\r\n\t\tDomUtil.addClass(container, 'leaflet-container' +\r\n\t\t\t(Browser.touch ? ' leaflet-touch' : '') +\r\n\t\t\t(Browser.retina ? ' leaflet-retina' : '') +\r\n\t\t\t(Browser.ielt9 ? ' leaflet-oldie' : '') +\r\n\t\t\t(Browser.safari ? ' leaflet-safari' : '') +\r\n\t\t\t(this._fadeAnimated ? ' leaflet-fade-anim' : ''));\r\n\r\n\t\tvar position = DomUtil.getStyle(container, 'position');\r\n\r\n\t\tif (position !== 'absolute' && position !== 'relative' && position !== 'fixed') {\r\n\t\t\tcontainer.style.position = 'relative';\r\n\t\t}\r\n\r\n\t\tthis._initPanes();\r\n\r\n\t\tif (this._initControlPos) {\r\n\t\t\tthis._initControlPos();\r\n\t\t}\r\n\t},\r\n\r\n\t_initPanes: function () {\r\n\t\tvar panes = this._panes = {};\r\n\t\tthis._paneRenderers = {};\r\n\r\n\t\t// @section\r\n\t\t//\r\n\t\t// Panes are DOM elements used to control the ordering of layers on the map. You\r\n\t\t// can access panes with [`map.getPane`](#map-getpane) or\r\n\t\t// [`map.getPanes`](#map-getpanes) methods. New panes can be created with the\r\n\t\t// [`map.createPane`](#map-createpane) method.\r\n\t\t//\r\n\t\t// Every map has the following default panes that differ only in zIndex.\r\n\t\t//\r\n\t\t// @pane mapPane: HTMLElement = 'auto'\r\n\t\t// Pane that contains all other map panes\r\n\r\n\t\tthis._mapPane = this.createPane('mapPane', this._container);\r\n\t\tDomUtil.setPosition(this._mapPane, new Point(0, 0));\r\n\r\n\t\t// @pane tilePane: HTMLElement = 200\r\n\t\t// Pane for `GridLayer`s and `TileLayer`s\r\n\t\tthis.createPane('tilePane');\r\n\t\t// @pane overlayPane: HTMLElement = 400\r\n\t\t// Pane for vectors (`Path`s, like `Polyline`s and `Polygon`s), `ImageOverlay`s and `VideoOverlay`s\r\n\t\tthis.createPane('shadowPane');\r\n\t\t// @pane shadowPane: HTMLElement = 500\r\n\t\t// Pane for overlay shadows (e.g. `Marker` shadows)\r\n\t\tthis.createPane('overlayPane');\r\n\t\t// @pane markerPane: HTMLElement = 600\r\n\t\t// Pane for `Icon`s of `Marker`s\r\n\t\tthis.createPane('markerPane');\r\n\t\t// @pane tooltipPane: HTMLElement = 650\r\n\t\t// Pane for `Tooltip`s.\r\n\t\tthis.createPane('tooltipPane');\r\n\t\t// @pane popupPane: HTMLElement = 700\r\n\t\t// Pane for `Popup`s.\r\n\t\tthis.createPane('popupPane');\r\n\r\n\t\tif (!this.options.markerZoomAnimation) {\r\n\t\t\tDomUtil.addClass(panes.markerPane, 'leaflet-zoom-hide');\r\n\t\t\tDomUtil.addClass(panes.shadowPane, 'leaflet-zoom-hide');\r\n\t\t}\r\n\t},\r\n\r\n\r\n\t// private methods that modify map state\r\n\r\n\t// @section Map state change events\r\n\t_resetView: function (center, zoom) {\r\n\t\tDomUtil.setPosition(this._mapPane, new Point(0, 0));\r\n\r\n\t\tvar loading = !this._loaded;\r\n\t\tthis._loaded = true;\r\n\t\tzoom = this._limitZoom(zoom);\r\n\r\n\t\tthis.fire('viewprereset');\r\n\r\n\t\tvar zoomChanged = this._zoom !== zoom;\r\n\t\tthis\r\n\t\t\t._moveStart(zoomChanged, false)\r\n\t\t\t._move(center, zoom)\r\n\t\t\t._moveEnd(zoomChanged);\r\n\r\n\t\t// @event viewreset: Event\r\n\t\t// Fired when the map needs to redraw its content (this usually happens\r\n\t\t// on map zoom or load). Very useful for creating custom overlays.\r\n\t\tthis.fire('viewreset');\r\n\r\n\t\t// @event load: Event\r\n\t\t// Fired when the map is initialized (when its center and zoom are set\r\n\t\t// for the first time).\r\n\t\tif (loading) {\r\n\t\t\tthis.fire('load');\r\n\t\t}\r\n\t},\r\n\r\n\t_moveStart: function (zoomChanged, noMoveStart) {\r\n\t\t// @event zoomstart: Event\r\n\t\t// Fired when the map zoom is about to change (e.g. before zoom animation).\r\n\t\t// @event movestart: Event\r\n\t\t// Fired when the view of the map starts changing (e.g. user starts dragging the map).\r\n\t\tif (zoomChanged) {\r\n\t\t\tthis.fire('zoomstart');\r\n\t\t}\r\n\t\tif (!noMoveStart) {\r\n\t\t\tthis.fire('movestart');\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_move: function (center, zoom, data) {\r\n\t\tif (zoom === undefined) {\r\n\t\t\tzoom = this._zoom;\r\n\t\t}\r\n\t\tvar zoomChanged = this._zoom !== zoom;\r\n\r\n\t\tthis._zoom = zoom;\r\n\t\tthis._lastCenter = center;\r\n\t\tthis._pixelOrigin = this._getNewPixelOrigin(center);\r\n\r\n\t\t// @event zoom: Event\r\n\t\t// Fired repeatedly during any change in zoom level, including zoom\r\n\t\t// and fly animations.\r\n\t\tif (zoomChanged || (data && data.pinch)) {\t// Always fire 'zoom' if pinching because #3530\r\n\t\t\tthis.fire('zoom', data);\r\n\t\t}\r\n\r\n\t\t// @event move: Event\r\n\t\t// Fired repeatedly during any movement of the map, including pan and\r\n\t\t// fly animations.\r\n\t\treturn this.fire('move', data);\r\n\t},\r\n\r\n\t_moveEnd: function (zoomChanged) {\r\n\t\t// @event zoomend: Event\r\n\t\t// Fired when the map has changed, after any animations.\r\n\t\tif (zoomChanged) {\r\n\t\t\tthis.fire('zoomend');\r\n\t\t}\r\n\r\n\t\t// @event moveend: Event\r\n\t\t// Fired when the center of the map stops changing (e.g. user stopped\r\n\t\t// dragging the map).\r\n\t\treturn this.fire('moveend');\r\n\t},\r\n\r\n\t_stop: function () {\r\n\t\tUtil.cancelAnimFrame(this._flyToFrame);\r\n\t\tif (this._panAnim) {\r\n\t\t\tthis._panAnim.stop();\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_rawPanBy: function (offset) {\r\n\t\tDomUtil.setPosition(this._mapPane, this._getMapPanePos().subtract(offset));\r\n\t},\r\n\r\n\t_getZoomSpan: function () {\r\n\t\treturn this.getMaxZoom() - this.getMinZoom();\r\n\t},\r\n\r\n\t_panInsideMaxBounds: function () {\r\n\t\tif (!this._enforcingBounds) {\r\n\t\t\tthis.panInsideBounds(this.options.maxBounds);\r\n\t\t}\r\n\t},\r\n\r\n\t_checkIfLoaded: function () {\r\n\t\tif (!this._loaded) {\r\n\t\t\tthrow new Error('Set map center and zoom first.');\r\n\t\t}\r\n\t},\r\n\r\n\t// DOM event handling\r\n\r\n\t// @section Interaction events\r\n\t_initEvents: function (remove) {\r\n\t\tthis._targets = {};\r\n\t\tthis._targets[Util.stamp(this._container)] = this;\r\n\r\n\t\tvar onOff = remove ? DomEvent.off : DomEvent.on;\r\n\r\n\t\t// @event click: MouseEvent\r\n\t\t// Fired when the user clicks (or taps) the map.\r\n\t\t// @event dblclick: MouseEvent\r\n\t\t// Fired when the user double-clicks (or double-taps) the map.\r\n\t\t// @event mousedown: MouseEvent\r\n\t\t// Fired when the user pushes the mouse button on the map.\r\n\t\t// @event mouseup: MouseEvent\r\n\t\t// Fired when the user releases the mouse button on the map.\r\n\t\t// @event mouseover: MouseEvent\r\n\t\t// Fired when the mouse enters the map.\r\n\t\t// @event mouseout: MouseEvent\r\n\t\t// Fired when the mouse leaves the map.\r\n\t\t// @event mousemove: MouseEvent\r\n\t\t// Fired while the mouse moves over the map.\r\n\t\t// @event contextmenu: MouseEvent\r\n\t\t// Fired when the user pushes the right mouse button on the map, prevents\r\n\t\t// default browser context menu from showing if there are listeners on\r\n\t\t// this event. Also fired on mobile when the user holds a single touch\r\n\t\t// for a second (also called long press).\r\n\t\t// @event keypress: KeyboardEvent\r\n\t\t// Fired when the user presses a key from the keyboard while the map is focused.\r\n\t\tonOff(this._container, 'click dblclick mousedown mouseup ' +\r\n\t\t\t'mouseover mouseout mousemove contextmenu keypress', this._handleDOMEvent, this);\r\n\r\n\t\tif (this.options.trackResize) {\r\n\t\t\tonOff(window, 'resize', this._onResize, this);\r\n\t\t}\r\n\r\n\t\tif (Browser.any3d && this.options.transform3DLimit) {\r\n\t\t\t(remove ? this.off : this.on).call(this, 'moveend', this._onMoveEnd);\r\n\t\t}\r\n\t},\r\n\r\n\t_onResize: function () {\r\n\t\tUtil.cancelAnimFrame(this._resizeRequest);\r\n\t\tthis._resizeRequest = Util.requestAnimFrame(\r\n\t\t        function () { this.invalidateSize({debounceMoveend: true}); }, this);\r\n\t},\r\n\r\n\t_onScroll: function () {\r\n\t\tthis._container.scrollTop  = 0;\r\n\t\tthis._container.scrollLeft = 0;\r\n\t},\r\n\r\n\t_onMoveEnd: function () {\r\n\t\tvar pos = this._getMapPanePos();\r\n\t\tif (Math.max(Math.abs(pos.x), Math.abs(pos.y)) >= this.options.transform3DLimit) {\r\n\t\t\t// https://bugzilla.mozilla.org/show_bug.cgi?id=1203873 but Webkit also have\r\n\t\t\t// a pixel offset on very high values, see: http://jsfiddle.net/dg6r5hhb/\r\n\t\t\tthis._resetView(this.getCenter(), this.getZoom());\r\n\t\t}\r\n\t},\r\n\r\n\t_findEventTargets: function (e, type) {\r\n\t\tvar targets = [],\r\n\t\t    target,\r\n\t\t    isHover = type === 'mouseout' || type === 'mouseover',\r\n\t\t    src = e.target || e.srcElement,\r\n\t\t    dragging = false;\r\n\r\n\t\twhile (src) {\r\n\t\t\ttarget = this._targets[Util.stamp(src)];\r\n\t\t\tif (target && (type === 'click' || type === 'preclick') && !e._simulated && this._draggableMoved(target)) {\r\n\t\t\t\t// Prevent firing click after you just dragged an object.\r\n\t\t\t\tdragging = true;\r\n\t\t\t\tbreak;\r\n\t\t\t}\r\n\t\t\tif (target && target.listens(type, true)) {\r\n\t\t\t\tif (isHover && !DomEvent.isExternalTarget(src, e)) { break; }\r\n\t\t\t\ttargets.push(target);\r\n\t\t\t\tif (isHover) { break; }\r\n\t\t\t}\r\n\t\t\tif (src === this._container) { break; }\r\n\t\t\tsrc = src.parentNode;\r\n\t\t}\r\n\t\tif (!targets.length && !dragging && !isHover && DomEvent.isExternalTarget(src, e)) {\r\n\t\t\ttargets = [this];\r\n\t\t}\r\n\t\treturn targets;\r\n\t},\r\n\r\n\t_handleDOMEvent: function (e) {\r\n\t\tif (!this._loaded || DomEvent.skipped(e)) { return; }\r\n\r\n\t\tvar type = e.type;\r\n\r\n\t\tif (type === 'mousedown' || type === 'keypress') {\r\n\t\t\t// prevents outline when clicking on keyboard-focusable element\r\n\t\t\tDomUtil.preventOutline(e.target || e.srcElement);\r\n\t\t}\r\n\r\n\t\tthis._fireDOMEvent(e, type);\r\n\t},\r\n\r\n\t_mouseEvents: ['click', 'dblclick', 'mouseover', 'mouseout', 'contextmenu'],\r\n\r\n\t_fireDOMEvent: function (e, type, targets) {\r\n\r\n\t\tif (e.type === 'click') {\r\n\t\t\t// Fire a synthetic 'preclick' event which propagates up (mainly for closing popups).\r\n\t\t\t// @event preclick: MouseEvent\r\n\t\t\t// Fired before mouse click on the map (sometimes useful when you\r\n\t\t\t// want something to happen on click before any existing click\r\n\t\t\t// handlers start running).\r\n\t\t\tvar synth = Util.extend({}, e);\r\n\t\t\tsynth.type = 'preclick';\r\n\t\t\tthis._fireDOMEvent(synth, synth.type, targets);\r\n\t\t}\r\n\r\n\t\tif (e._stopped) { return; }\r\n\r\n\t\t// Find the layer the event is propagating from and its parents.\r\n\t\ttargets = (targets || []).concat(this._findEventTargets(e, type));\r\n\r\n\t\tif (!targets.length) { return; }\r\n\r\n\t\tvar target = targets[0];\r\n\t\tif (type === 'contextmenu' && target.listens(type, true)) {\r\n\t\t\tDomEvent.preventDefault(e);\r\n\t\t}\r\n\r\n\t\tvar data = {\r\n\t\t\toriginalEvent: e\r\n\t\t};\r\n\r\n\t\tif (e.type !== 'keypress') {\r\n\t\t\tvar isMarker = target.getLatLng && (!target._radius || target._radius <= 10);\r\n\t\t\tdata.containerPoint = isMarker ?\r\n\t\t\t\tthis.latLngToContainerPoint(target.getLatLng()) : this.mouseEventToContainerPoint(e);\r\n\t\t\tdata.layerPoint = this.containerPointToLayerPoint(data.containerPoint);\r\n\t\t\tdata.latlng = isMarker ? target.getLatLng() : this.layerPointToLatLng(data.layerPoint);\r\n\t\t}\r\n\r\n\t\tfor (var i = 0; i < targets.length; i++) {\r\n\t\t\ttargets[i].fire(type, data, true);\r\n\t\t\tif (data.originalEvent._stopped ||\r\n\t\t\t\t(targets[i].options.bubblingMouseEvents === false && Util.indexOf(this._mouseEvents, type) !== -1)) { return; }\r\n\t\t}\r\n\t},\r\n\r\n\t_draggableMoved: function (obj) {\r\n\t\tobj = obj.dragging && obj.dragging.enabled() ? obj : this;\r\n\t\treturn (obj.dragging && obj.dragging.moved()) || (this.boxZoom && this.boxZoom.moved());\r\n\t},\r\n\r\n\t_clearHandlers: function () {\r\n\t\tfor (var i = 0, len = this._handlers.length; i < len; i++) {\r\n\t\t\tthis._handlers[i].disable();\r\n\t\t}\r\n\t},\r\n\r\n\t// @section Other Methods\r\n\r\n\t// @method whenReady(fn: Function, context?: Object): this\r\n\t// Runs the given function `fn` when the map gets initialized with\r\n\t// a view (center and zoom) and at least one layer, or immediately\r\n\t// if it's already initialized, optionally passing a function context.\r\n\twhenReady: function (callback, context) {\r\n\t\tif (this._loaded) {\r\n\t\t\tcallback.call(context || this, {target: this});\r\n\t\t} else {\r\n\t\t\tthis.on('load', callback, context);\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\r\n\t// private methods for getting map state\r\n\r\n\t_getMapPanePos: function () {\r\n\t\treturn DomUtil.getPosition(this._mapPane) || new Point(0, 0);\r\n\t},\r\n\r\n\t_moved: function () {\r\n\t\tvar pos = this._getMapPanePos();\r\n\t\treturn pos && !pos.equals([0, 0]);\r\n\t},\r\n\r\n\t_getTopLeftPoint: function (center, zoom) {\r\n\t\tvar pixelOrigin = center && zoom !== undefined ?\r\n\t\t\tthis._getNewPixelOrigin(center, zoom) :\r\n\t\t\tthis.getPixelOrigin();\r\n\t\treturn pixelOrigin.subtract(this._getMapPanePos());\r\n\t},\r\n\r\n\t_getNewPixelOrigin: function (center, zoom) {\r\n\t\tvar viewHalf = this.getSize()._divideBy(2);\r\n\t\treturn this.project(center, zoom)._subtract(viewHalf)._add(this._getMapPanePos())._round();\r\n\t},\r\n\r\n\t_latLngToNewLayerPoint: function (latlng, zoom, center) {\r\n\t\tvar topLeft = this._getNewPixelOrigin(center, zoom);\r\n\t\treturn this.project(latlng, zoom)._subtract(topLeft);\r\n\t},\r\n\r\n\t_latLngBoundsToNewLayerBounds: function (latLngBounds, zoom, center) {\r\n\t\tvar topLeft = this._getNewPixelOrigin(center, zoom);\r\n\t\treturn toBounds([\r\n\t\t\tthis.project(latLngBounds.getSouthWest(), zoom)._subtract(topLeft),\r\n\t\t\tthis.project(latLngBounds.getNorthWest(), zoom)._subtract(topLeft),\r\n\t\t\tthis.project(latLngBounds.getSouthEast(), zoom)._subtract(topLeft),\r\n\t\t\tthis.project(latLngBounds.getNorthEast(), zoom)._subtract(topLeft)\r\n\t\t]);\r\n\t},\r\n\r\n\t// layer point of the current center\r\n\t_getCenterLayerPoint: function () {\r\n\t\treturn this.containerPointToLayerPoint(this.getSize()._divideBy(2));\r\n\t},\r\n\r\n\t// offset of the specified place to the current center in pixels\r\n\t_getCenterOffset: function (latlng) {\r\n\t\treturn this.latLngToLayerPoint(latlng).subtract(this._getCenterLayerPoint());\r\n\t},\r\n\r\n\t// adjust center for view to get inside bounds\r\n\t_limitCenter: function (center, zoom, bounds) {\r\n\r\n\t\tif (!bounds) { return center; }\r\n\r\n\t\tvar centerPoint = this.project(center, zoom),\r\n\t\t    viewHalf = this.getSize().divideBy(2),\r\n\t\t    viewBounds = new Bounds(centerPoint.subtract(viewHalf), centerPoint.add(viewHalf)),\r\n\t\t    offset = this._getBoundsOffset(viewBounds, bounds, zoom);\r\n\r\n\t\t// If offset is less than a pixel, ignore.\r\n\t\t// This prevents unstable projections from getting into\r\n\t\t// an infinite loop of tiny offsets.\r\n\t\tif (offset.round().equals([0, 0])) {\r\n\t\t\treturn center;\r\n\t\t}\r\n\r\n\t\treturn this.unproject(centerPoint.add(offset), zoom);\r\n\t},\r\n\r\n\t// adjust offset for view to get inside bounds\r\n\t_limitOffset: function (offset, bounds) {\r\n\t\tif (!bounds) { return offset; }\r\n\r\n\t\tvar viewBounds = this.getPixelBounds(),\r\n\t\t    newBounds = new Bounds(viewBounds.min.add(offset), viewBounds.max.add(offset));\r\n\r\n\t\treturn offset.add(this._getBoundsOffset(newBounds, bounds));\r\n\t},\r\n\r\n\t// returns offset needed for pxBounds to get inside maxBounds at a specified zoom\r\n\t_getBoundsOffset: function (pxBounds, maxBounds, zoom) {\r\n\t\tvar projectedMaxBounds = toBounds(\r\n\t\t        this.project(maxBounds.getNorthEast(), zoom),\r\n\t\t        this.project(maxBounds.getSouthWest(), zoom)\r\n\t\t    ),\r\n\t\t    minOffset = projectedMaxBounds.min.subtract(pxBounds.min),\r\n\t\t    maxOffset = projectedMaxBounds.max.subtract(pxBounds.max),\r\n\r\n\t\t    dx = this._rebound(minOffset.x, -maxOffset.x),\r\n\t\t    dy = this._rebound(minOffset.y, -maxOffset.y);\r\n\r\n\t\treturn new Point(dx, dy);\r\n\t},\r\n\r\n\t_rebound: function (left, right) {\r\n\t\treturn left + right > 0 ?\r\n\t\t\tMath.round(left - right) / 2 :\r\n\t\t\tMath.max(0, Math.ceil(left)) - Math.max(0, Math.floor(right));\r\n\t},\r\n\r\n\t_limitZoom: function (zoom) {\r\n\t\tvar min = this.getMinZoom(),\r\n\t\t    max = this.getMaxZoom(),\r\n\t\t    snap = Browser.any3d ? this.options.zoomSnap : 1;\r\n\t\tif (snap) {\r\n\t\t\tzoom = Math.round(zoom / snap) * snap;\r\n\t\t}\r\n\t\treturn Math.max(min, Math.min(max, zoom));\r\n\t},\r\n\r\n\t_onPanTransitionStep: function () {\r\n\t\tthis.fire('move');\r\n\t},\r\n\r\n\t_onPanTransitionEnd: function () {\r\n\t\tDomUtil.removeClass(this._mapPane, 'leaflet-pan-anim');\r\n\t\tthis.fire('moveend');\r\n\t},\r\n\r\n\t_tryAnimatedPan: function (center, options) {\r\n\t\t// difference between the new and current centers in pixels\r\n\t\tvar offset = this._getCenterOffset(center)._trunc();\r\n\r\n\t\t// don't animate too far unless animate: true specified in options\r\n\t\tif ((options && options.animate) !== true && !this.getSize().contains(offset)) { return false; }\r\n\r\n\t\tthis.panBy(offset, options);\r\n\r\n\t\treturn true;\r\n\t},\r\n\r\n\t_createAnimProxy: function () {\r\n\r\n\t\tvar proxy = this._proxy = DomUtil.create('div', 'leaflet-proxy leaflet-zoom-animated');\r\n\t\tthis._panes.mapPane.appendChild(proxy);\r\n\r\n\t\tthis.on('zoomanim', function (e) {\r\n\t\t\tvar prop = DomUtil.TRANSFORM,\r\n\t\t\t    transform = this._proxy.style[prop];\r\n\r\n\t\t\tDomUtil.setTransform(this._proxy, this.project(e.center, e.zoom), this.getZoomScale(e.zoom, 1));\r\n\r\n\t\t\t// workaround for case when transform is the same and so transitionend event is not fired\r\n\t\t\tif (transform === this._proxy.style[prop] && this._animatingZoom) {\r\n\t\t\t\tthis._onZoomTransitionEnd();\r\n\t\t\t}\r\n\t\t}, this);\r\n\r\n\t\tthis.on('load moveend', function () {\r\n\t\t\tvar c = this.getCenter(),\r\n\t\t\t    z = this.getZoom();\r\n\t\t\tDomUtil.setTransform(this._proxy, this.project(c, z), this.getZoomScale(z, 1));\r\n\t\t}, this);\r\n\r\n\t\tthis._on('unload', this._destroyAnimProxy, this);\r\n\t},\r\n\r\n\t_destroyAnimProxy: function () {\r\n\t\tDomUtil.remove(this._proxy);\r\n\t\tdelete this._proxy;\r\n\t},\r\n\r\n\t_catchTransitionEnd: function (e) {\r\n\t\tif (this._animatingZoom && e.propertyName.indexOf('transform') >= 0) {\r\n\t\t\tthis._onZoomTransitionEnd();\r\n\t\t}\r\n\t},\r\n\r\n\t_nothingToAnimate: function () {\r\n\t\treturn !this._container.getElementsByClassName('leaflet-zoom-animated').length;\r\n\t},\r\n\r\n\t_tryAnimatedZoom: function (center, zoom, options) {\r\n\r\n\t\tif (this._animatingZoom) { return true; }\r\n\r\n\t\toptions = options || {};\r\n\r\n\t\t// don't animate if disabled, not supported or zoom difference is too large\r\n\t\tif (!this._zoomAnimated || options.animate === false || this._nothingToAnimate() ||\r\n\t\t        Math.abs(zoom - this._zoom) > this.options.zoomAnimationThreshold) { return false; }\r\n\r\n\t\t// offset is the pixel coords of the zoom origin relative to the current center\r\n\t\tvar scale = this.getZoomScale(zoom),\r\n\t\t    offset = this._getCenterOffset(center)._divideBy(1 - 1 / scale);\r\n\r\n\t\t// don't animate if the zoom origin isn't within one screen from the current center, unless forced\r\n\t\tif (options.animate !== true && !this.getSize().contains(offset)) { return false; }\r\n\r\n\t\tUtil.requestAnimFrame(function () {\r\n\t\t\tthis\r\n\t\t\t    ._moveStart(true, false)\r\n\t\t\t    ._animateZoom(center, zoom, true);\r\n\t\t}, this);\r\n\r\n\t\treturn true;\r\n\t},\r\n\r\n\t_animateZoom: function (center, zoom, startAnim, noUpdate) {\r\n\t\tif (!this._mapPane) { return; }\r\n\r\n\t\tif (startAnim) {\r\n\t\t\tthis._animatingZoom = true;\r\n\r\n\t\t\t// remember what center/zoom to set after animation\r\n\t\t\tthis._animateToCenter = center;\r\n\t\t\tthis._animateToZoom = zoom;\r\n\r\n\t\t\tDomUtil.addClass(this._mapPane, 'leaflet-zoom-anim');\r\n\t\t}\r\n\r\n\t\t// @event zoomanim: ZoomAnimEvent\r\n\t\t// Fired at least once per zoom animation. For continous zoom, like pinch zooming, fired once per frame during zoom.\r\n\t\tthis.fire('zoomanim', {\r\n\t\t\tcenter: center,\r\n\t\t\tzoom: zoom,\r\n\t\t\tnoUpdate: noUpdate\r\n\t\t});\r\n\r\n\t\t// Work around webkit not firing 'transitionend', see https://github.com/Leaflet/Leaflet/issues/3689, 2693\r\n\t\tsetTimeout(Util.bind(this._onZoomTransitionEnd, this), 250);\r\n\t},\r\n\r\n\t_onZoomTransitionEnd: function () {\r\n\t\tif (!this._animatingZoom) { return; }\r\n\r\n\t\tif (this._mapPane) {\r\n\t\t\tDomUtil.removeClass(this._mapPane, 'leaflet-zoom-anim');\r\n\t\t}\r\n\r\n\t\tthis._animatingZoom = false;\r\n\r\n\t\tthis._move(this._animateToCenter, this._animateToZoom);\r\n\r\n\t\t// This anim frame should prevent an obscure iOS webkit tile loading race condition.\r\n\t\tUtil.requestAnimFrame(function () {\r\n\t\t\tthis._moveEnd(true);\r\n\t\t}, this);\r\n\t}\r\n});\r\n\r\n// @section\r\n\r\n// @factory L.map(id: String, options?: Map options)\r\n// Instantiates a map object given the DOM ID of a `<div>` element\r\n// and optionally an object literal with `Map options`.\r\n//\r\n// @alternative\r\n// @factory L.map(el: HTMLElement, options?: Map options)\r\n// Instantiates a map object given an instance of a `<div>` HTML element\r\n// and optionally an object literal with `Map options`.\r\nexport function createMap(id, options) {\r\n\treturn new Map(id, options);\r\n}\r\n","\r\nimport {Class} from '../core/Class';\r\nimport {Map} from '../map/Map';\r\nimport * as Util from '../core/Util';\r\nimport * as DomUtil from '../dom/DomUtil';\r\n\r\n/*\r\n * @class Control\r\n * @aka L.Control\r\n * @inherits Class\r\n *\r\n * L.Control is a base class for implementing map controls. Handles positioning.\r\n * All other controls extend from this class.\r\n */\r\n\r\nexport var Control = Class.extend({\r\n\t// @section\r\n\t// @aka Control options\r\n\toptions: {\r\n\t\t// @option position: String = 'topright'\r\n\t\t// The position of the control (one of the map corners). Possible values are `'topleft'`,\r\n\t\t// `'topright'`, `'bottomleft'` or `'bottomright'`\r\n\t\tposition: 'topright'\r\n\t},\r\n\r\n\tinitialize: function (options) {\r\n\t\tUtil.setOptions(this, options);\r\n\t},\r\n\r\n\t/* @section\r\n\t * Classes extending L.Control will inherit the following methods:\r\n\t *\r\n\t * @method getPosition: string\r\n\t * Returns the position of the control.\r\n\t */\r\n\tgetPosition: function () {\r\n\t\treturn this.options.position;\r\n\t},\r\n\r\n\t// @method setPosition(position: string): this\r\n\t// Sets the position of the control.\r\n\tsetPosition: function (position) {\r\n\t\tvar map = this._map;\r\n\r\n\t\tif (map) {\r\n\t\t\tmap.removeControl(this);\r\n\t\t}\r\n\r\n\t\tthis.options.position = position;\r\n\r\n\t\tif (map) {\r\n\t\t\tmap.addControl(this);\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method getContainer: HTMLElement\r\n\t// Returns the HTMLElement that contains the control.\r\n\tgetContainer: function () {\r\n\t\treturn this._container;\r\n\t},\r\n\r\n\t// @method addTo(map: Map): this\r\n\t// Adds the control to the given map.\r\n\taddTo: function (map) {\r\n\t\tthis.remove();\r\n\t\tthis._map = map;\r\n\r\n\t\tvar container = this._container = this.onAdd(map),\r\n\t\t    pos = this.getPosition(),\r\n\t\t    corner = map._controlCorners[pos];\r\n\r\n\t\tDomUtil.addClass(container, 'leaflet-control');\r\n\r\n\t\tif (pos.indexOf('bottom') !== -1) {\r\n\t\t\tcorner.insertBefore(container, corner.firstChild);\r\n\t\t} else {\r\n\t\t\tcorner.appendChild(container);\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method remove: this\r\n\t// Removes the control from the map it is currently active on.\r\n\tremove: function () {\r\n\t\tif (!this._map) {\r\n\t\t\treturn this;\r\n\t\t}\r\n\r\n\t\tDomUtil.remove(this._container);\r\n\r\n\t\tif (this.onRemove) {\r\n\t\t\tthis.onRemove(this._map);\r\n\t\t}\r\n\r\n\t\tthis._map = null;\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_refocusOnMap: function (e) {\r\n\t\t// if map exists and event is not a keyboard event\r\n\t\tif (this._map && e && e.screenX > 0 && e.screenY > 0) {\r\n\t\t\tthis._map.getContainer().focus();\r\n\t\t}\r\n\t}\r\n});\r\n\r\nexport var control = function (options) {\r\n\treturn new Control(options);\r\n};\r\n\r\n/* @section Extension methods\r\n * @uninheritable\r\n *\r\n * Every control should extend from `L.Control` and (re-)implement the following methods.\r\n *\r\n * @method onAdd(map: Map): HTMLElement\r\n * Should return the container DOM element for the control and add listeners on relevant map events. Called on [`control.addTo(map)`](#control-addTo).\r\n *\r\n * @method onRemove(map: Map)\r\n * Optional method. Should contain all clean up code that removes the listeners previously added in [`onAdd`](#control-onadd). Called on [`control.remove()`](#control-remove).\r\n */\r\n\r\n/* @namespace Map\r\n * @section Methods for Layers and Controls\r\n */\r\nMap.include({\r\n\t// @method addControl(control: Control): this\r\n\t// Adds the given control to the map\r\n\taddControl: function (control) {\r\n\t\tcontrol.addTo(this);\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method removeControl(control: Control): this\r\n\t// Removes the given control from the map\r\n\tremoveControl: function (control) {\r\n\t\tcontrol.remove();\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_initControlPos: function () {\r\n\t\tvar corners = this._controlCorners = {},\r\n\t\t    l = 'leaflet-',\r\n\t\t    container = this._controlContainer =\r\n\t\t            DomUtil.create('div', l + 'control-container', this._container);\r\n\r\n\t\tfunction createCorner(vSide, hSide) {\r\n\t\t\tvar className = l + vSide + ' ' + l + hSide;\r\n\r\n\t\t\tcorners[vSide + hSide] = DomUtil.create('div', className, container);\r\n\t\t}\r\n\r\n\t\tcreateCorner('top', 'left');\r\n\t\tcreateCorner('top', 'right');\r\n\t\tcreateCorner('bottom', 'left');\r\n\t\tcreateCorner('bottom', 'right');\r\n\t},\r\n\r\n\t_clearControlPos: function () {\r\n\t\tfor (var i in this._controlCorners) {\r\n\t\t\tDomUtil.remove(this._controlCorners[i]);\r\n\t\t}\r\n\t\tDomUtil.remove(this._controlContainer);\r\n\t\tdelete this._controlCorners;\r\n\t\tdelete this._controlContainer;\r\n\t}\r\n});\r\n","\r\nimport {Control} from './Control';\r\nimport * as Util from '../core/Util';\r\nimport * as Browser from '../core/Browser';\r\nimport * as DomEvent from '../dom/DomEvent';\r\nimport * as DomUtil from '../dom/DomUtil';\r\n\r\n/*\r\n * @class Control.Layers\r\n * @aka L.Control.Layers\r\n * @inherits Control\r\n *\r\n * The layers control gives users the ability to switch between different base layers and switch overlays on/off (check out the [detailed example](http://leafletjs.com/examples/layers-control/)). Extends `Control`.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * var baseLayers = {\r\n * \t\"Mapbox\": mapbox,\r\n * \t\"OpenStreetMap\": osm\r\n * };\r\n *\r\n * var overlays = {\r\n * \t\"Marker\": marker,\r\n * \t\"Roads\": roadsLayer\r\n * };\r\n *\r\n * L.control.layers(baseLayers, overlays).addTo(map);\r\n * ```\r\n *\r\n * The `baseLayers` and `overlays` parameters are object literals with layer names as keys and `Layer` objects as values:\r\n *\r\n * ```js\r\n * {\r\n *     \"<someName1>\": layer1,\r\n *     \"<someName2>\": layer2\r\n * }\r\n * ```\r\n *\r\n * The layer names can contain HTML, which allows you to add additional styling to the items:\r\n *\r\n * ```js\r\n * {\"<img src='my-layer-icon' /> <span class='my-layer-item'>My Layer</span>\": myLayer}\r\n * ```\r\n */\r\n\r\nexport var Layers = Control.extend({\r\n\t// @section\r\n\t// @aka Control.Layers options\r\n\toptions: {\r\n\t\t// @option collapsed: Boolean = true\r\n\t\t// If `true`, the control will be collapsed into an icon and expanded on mouse hover or touch.\r\n\t\tcollapsed: true,\r\n\t\tposition: 'topright',\r\n\r\n\t\t// @option autoZIndex: Boolean = true\r\n\t\t// If `true`, the control will assign zIndexes in increasing order to all of its layers so that the order is preserved when switching them on/off.\r\n\t\tautoZIndex: true,\r\n\r\n\t\t// @option hideSingleBase: Boolean = false\r\n\t\t// If `true`, the base layers in the control will be hidden when there is only one.\r\n\t\thideSingleBase: false,\r\n\r\n\t\t// @option sortLayers: Boolean = false\r\n\t\t// Whether to sort the layers. When `false`, layers will keep the order\r\n\t\t// in which they were added to the control.\r\n\t\tsortLayers: false,\r\n\r\n\t\t// @option sortFunction: Function = *\r\n\t\t// A [compare function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/sort)\r\n\t\t// that will be used for sorting the layers, when `sortLayers` is `true`.\r\n\t\t// The function receives both the `L.Layer` instances and their names, as in\r\n\t\t// `sortFunction(layerA, layerB, nameA, nameB)`.\r\n\t\t// By default, it sorts layers alphabetically by their name.\r\n\t\tsortFunction: function (layerA, layerB, nameA, nameB) {\r\n\t\t\treturn nameA < nameB ? -1 : (nameB < nameA ? 1 : 0);\r\n\t\t}\r\n\t},\r\n\r\n\tinitialize: function (baseLayers, overlays, options) {\r\n\t\tUtil.setOptions(this, options);\r\n\r\n\t\tthis._layerControlInputs = [];\r\n\t\tthis._layers = [];\r\n\t\tthis._lastZIndex = 0;\r\n\t\tthis._handlingClick = false;\r\n\r\n\t\tfor (var i in baseLayers) {\r\n\t\t\tthis._addLayer(baseLayers[i], i);\r\n\t\t}\r\n\r\n\t\tfor (i in overlays) {\r\n\t\t\tthis._addLayer(overlays[i], i, true);\r\n\t\t}\r\n\t},\r\n\r\n\tonAdd: function (map) {\r\n\t\tthis._initLayout();\r\n\t\tthis._update();\r\n\r\n\t\tthis._map = map;\r\n\t\tmap.on('zoomend', this._checkDisabledLayers, this);\r\n\r\n\t\tfor (var i = 0; i < this._layers.length; i++) {\r\n\t\t\tthis._layers[i].layer.on('add remove', this._onLayerChange, this);\r\n\t\t}\r\n\r\n\t\treturn this._container;\r\n\t},\r\n\r\n\taddTo: function (map) {\r\n\t\tControl.prototype.addTo.call(this, map);\r\n\t\t// Trigger expand after Layers Control has been inserted into DOM so that is now has an actual height.\r\n\t\treturn this._expandIfNotCollapsed();\r\n\t},\r\n\r\n\tonRemove: function () {\r\n\t\tthis._map.off('zoomend', this._checkDisabledLayers, this);\r\n\r\n\t\tfor (var i = 0; i < this._layers.length; i++) {\r\n\t\t\tthis._layers[i].layer.off('add remove', this._onLayerChange, this);\r\n\t\t}\r\n\t},\r\n\r\n\t// @method addBaseLayer(layer: Layer, name: String): this\r\n\t// Adds a base layer (radio button entry) with the given name to the control.\r\n\taddBaseLayer: function (layer, name) {\r\n\t\tthis._addLayer(layer, name);\r\n\t\treturn (this._map) ? this._update() : this;\r\n\t},\r\n\r\n\t// @method addOverlay(layer: Layer, name: String): this\r\n\t// Adds an overlay (checkbox entry) with the given name to the control.\r\n\taddOverlay: function (layer, name) {\r\n\t\tthis._addLayer(layer, name, true);\r\n\t\treturn (this._map) ? this._update() : this;\r\n\t},\r\n\r\n\t// @method removeLayer(layer: Layer): this\r\n\t// Remove the given layer from the control.\r\n\tremoveLayer: function (layer) {\r\n\t\tlayer.off('add remove', this._onLayerChange, this);\r\n\r\n\t\tvar obj = this._getLayer(Util.stamp(layer));\r\n\t\tif (obj) {\r\n\t\t\tthis._layers.splice(this._layers.indexOf(obj), 1);\r\n\t\t}\r\n\t\treturn (this._map) ? this._update() : this;\r\n\t},\r\n\r\n\t// @method expand(): this\r\n\t// Expand the control container if collapsed.\r\n\texpand: function () {\r\n\t\tDomUtil.addClass(this._container, 'leaflet-control-layers-expanded');\r\n\t\tthis._section.style.height = null;\r\n\t\tvar acceptableHeight = this._map.getSize().y - (this._container.offsetTop + 50);\r\n\t\tif (acceptableHeight < this._section.clientHeight) {\r\n\t\t\tDomUtil.addClass(this._section, 'leaflet-control-layers-scrollbar');\r\n\t\t\tthis._section.style.height = acceptableHeight + 'px';\r\n\t\t} else {\r\n\t\t\tDomUtil.removeClass(this._section, 'leaflet-control-layers-scrollbar');\r\n\t\t}\r\n\t\tthis._checkDisabledLayers();\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method collapse(): this\r\n\t// Collapse the control container if expanded.\r\n\tcollapse: function () {\r\n\t\tDomUtil.removeClass(this._container, 'leaflet-control-layers-expanded');\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_initLayout: function () {\r\n\t\tvar className = 'leaflet-control-layers',\r\n\t\t    container = this._container = DomUtil.create('div', className),\r\n\t\t    collapsed = this.options.collapsed;\r\n\r\n\t\t// makes this work on IE touch devices by stopping it from firing a mouseout event when the touch is released\r\n\t\tcontainer.setAttribute('aria-haspopup', true);\r\n\r\n\t\tDomEvent.disableClickPropagation(container);\r\n\t\tDomEvent.disableScrollPropagation(container);\r\n\r\n\t\tvar section = this._section = DomUtil.create('section', className + '-list');\r\n\r\n\t\tif (collapsed) {\r\n\t\t\tthis._map.on('click', this.collapse, this);\r\n\r\n\t\t\tif (!Browser.android) {\r\n\t\t\t\tDomEvent.on(container, {\r\n\t\t\t\t\tmouseenter: this.expand,\r\n\t\t\t\t\tmouseleave: this.collapse\r\n\t\t\t\t}, this);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tvar link = this._layersLink = DomUtil.create('a', className + '-toggle', container);\r\n\t\tlink.href = '#';\r\n\t\tlink.title = 'Layers';\r\n\r\n\t\tif (Browser.touch) {\r\n\t\t\tDomEvent.on(link, 'click', DomEvent.stop);\r\n\t\t\tDomEvent.on(link, 'click', this.expand, this);\r\n\t\t} else {\r\n\t\t\tDomEvent.on(link, 'focus', this.expand, this);\r\n\t\t}\r\n\r\n\t\tif (!collapsed) {\r\n\t\t\tthis.expand();\r\n\t\t}\r\n\r\n\t\tthis._baseLayersList = DomUtil.create('div', className + '-base', section);\r\n\t\tthis._separator = DomUtil.create('div', className + '-separator', section);\r\n\t\tthis._overlaysList = DomUtil.create('div', className + '-overlays', section);\r\n\r\n\t\tcontainer.appendChild(section);\r\n\t},\r\n\r\n\t_getLayer: function (id) {\r\n\t\tfor (var i = 0; i < this._layers.length; i++) {\r\n\r\n\t\t\tif (this._layers[i] && Util.stamp(this._layers[i].layer) === id) {\r\n\t\t\t\treturn this._layers[i];\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\r\n\t_addLayer: function (layer, name, overlay) {\r\n\t\tif (this._map) {\r\n\t\t\tlayer.on('add remove', this._onLayerChange, this);\r\n\t\t}\r\n\r\n\t\tthis._layers.push({\r\n\t\t\tlayer: layer,\r\n\t\t\tname: name,\r\n\t\t\toverlay: overlay\r\n\t\t});\r\n\r\n\t\tif (this.options.sortLayers) {\r\n\t\t\tthis._layers.sort(Util.bind(function (a, b) {\r\n\t\t\t\treturn this.options.sortFunction(a.layer, b.layer, a.name, b.name);\r\n\t\t\t}, this));\r\n\t\t}\r\n\r\n\t\tif (this.options.autoZIndex && layer.setZIndex) {\r\n\t\t\tthis._lastZIndex++;\r\n\t\t\tlayer.setZIndex(this._lastZIndex);\r\n\t\t}\r\n\r\n\t\tthis._expandIfNotCollapsed();\r\n\t},\r\n\r\n\t_update: function () {\r\n\t\tif (!this._container) { return this; }\r\n\r\n\t\tDomUtil.empty(this._baseLayersList);\r\n\t\tDomUtil.empty(this._overlaysList);\r\n\r\n\t\tthis._layerControlInputs = [];\r\n\t\tvar baseLayersPresent, overlaysPresent, i, obj, baseLayersCount = 0;\r\n\r\n\t\tfor (i = 0; i < this._layers.length; i++) {\r\n\t\t\tobj = this._layers[i];\r\n\t\t\tthis._addItem(obj);\r\n\t\t\toverlaysPresent = overlaysPresent || obj.overlay;\r\n\t\t\tbaseLayersPresent = baseLayersPresent || !obj.overlay;\r\n\t\t\tbaseLayersCount += !obj.overlay ? 1 : 0;\r\n\t\t}\r\n\r\n\t\t// Hide base layers section if there's only one layer.\r\n\t\tif (this.options.hideSingleBase) {\r\n\t\t\tbaseLayersPresent = baseLayersPresent && baseLayersCount > 1;\r\n\t\t\tthis._baseLayersList.style.display = baseLayersPresent ? '' : 'none';\r\n\t\t}\r\n\r\n\t\tthis._separator.style.display = overlaysPresent && baseLayersPresent ? '' : 'none';\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_onLayerChange: function (e) {\r\n\t\tif (!this._handlingClick) {\r\n\t\t\tthis._update();\r\n\t\t}\r\n\r\n\t\tvar obj = this._getLayer(Util.stamp(e.target));\r\n\r\n\t\t// @namespace Map\r\n\t\t// @section Layer events\r\n\t\t// @event baselayerchange: LayersControlEvent\r\n\t\t// Fired when the base layer is changed through the [layer control](#control-layers).\r\n\t\t// @event overlayadd: LayersControlEvent\r\n\t\t// Fired when an overlay is selected through the [layer control](#control-layers).\r\n\t\t// @event overlayremove: LayersControlEvent\r\n\t\t// Fired when an overlay is deselected through the [layer control](#control-layers).\r\n\t\t// @namespace Control.Layers\r\n\t\tvar type = obj.overlay ?\r\n\t\t\t(e.type === 'add' ? 'overlayadd' : 'overlayremove') :\r\n\t\t\t(e.type === 'add' ? 'baselayerchange' : null);\r\n\r\n\t\tif (type) {\r\n\t\t\tthis._map.fire(type, obj);\r\n\t\t}\r\n\t},\r\n\r\n\t// IE7 bugs out if you create a radio dynamically, so you have to do it this hacky way (see http://bit.ly/PqYLBe)\r\n\t_createRadioElement: function (name, checked) {\r\n\r\n\t\tvar radioHtml = '<input type=\"radio\" class=\"leaflet-control-layers-selector\" name=\"' +\r\n\t\t\t\tname + '\"' + (checked ? ' checked=\"checked\"' : '') + '/>';\r\n\r\n\t\tvar radioFragment = document.createElement('div');\r\n\t\tradioFragment.innerHTML = radioHtml;\r\n\r\n\t\treturn radioFragment.firstChild;\r\n\t},\r\n\r\n\t_addItem: function (obj) {\r\n\t\tvar label = document.createElement('label'),\r\n\t\t    checked = this._map.hasLayer(obj.layer),\r\n\t\t    input;\r\n\r\n\t\tif (obj.overlay) {\r\n\t\t\tinput = document.createElement('input');\r\n\t\t\tinput.type = 'checkbox';\r\n\t\t\tinput.className = 'leaflet-control-layers-selector';\r\n\t\t\tinput.defaultChecked = checked;\r\n\t\t} else {\r\n\t\t\tinput = this._createRadioElement('leaflet-base-layers', checked);\r\n\t\t}\r\n\r\n\t\tthis._layerControlInputs.push(input);\r\n\t\tinput.layerId = Util.stamp(obj.layer);\r\n\r\n\t\tDomEvent.on(input, 'click', this._onInputClick, this);\r\n\r\n\t\tvar name = document.createElement('span');\r\n\t\tname.innerHTML = ' ' + obj.name;\r\n\r\n\t\t// Helps from preventing layer control flicker when checkboxes are disabled\r\n\t\t// https://github.com/Leaflet/Leaflet/issues/2771\r\n\t\tvar holder = document.createElement('div');\r\n\r\n\t\tlabel.appendChild(holder);\r\n\t\tholder.appendChild(input);\r\n\t\tholder.appendChild(name);\r\n\r\n\t\tvar container = obj.overlay ? this._overlaysList : this._baseLayersList;\r\n\t\tcontainer.appendChild(label);\r\n\r\n\t\tthis._checkDisabledLayers();\r\n\t\treturn label;\r\n\t},\r\n\r\n\t_onInputClick: function () {\r\n\t\tvar inputs = this._layerControlInputs,\r\n\t\t    input, layer;\r\n\t\tvar addedLayers = [],\r\n\t\t    removedLayers = [];\r\n\r\n\t\tthis._handlingClick = true;\r\n\r\n\t\tfor (var i = inputs.length - 1; i >= 0; i--) {\r\n\t\t\tinput = inputs[i];\r\n\t\t\tlayer = this._getLayer(input.layerId).layer;\r\n\r\n\t\t\tif (input.checked) {\r\n\t\t\t\taddedLayers.push(layer);\r\n\t\t\t} else if (!input.checked) {\r\n\t\t\t\tremovedLayers.push(layer);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t// Bugfix issue 2318: Should remove all old layers before readding new ones\r\n\t\tfor (i = 0; i < removedLayers.length; i++) {\r\n\t\t\tif (this._map.hasLayer(removedLayers[i])) {\r\n\t\t\t\tthis._map.removeLayer(removedLayers[i]);\r\n\t\t\t}\r\n\t\t}\r\n\t\tfor (i = 0; i < addedLayers.length; i++) {\r\n\t\t\tif (!this._map.hasLayer(addedLayers[i])) {\r\n\t\t\t\tthis._map.addLayer(addedLayers[i]);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tthis._handlingClick = false;\r\n\r\n\t\tthis._refocusOnMap();\r\n\t},\r\n\r\n\t_checkDisabledLayers: function () {\r\n\t\tvar inputs = this._layerControlInputs,\r\n\t\t    input,\r\n\t\t    layer,\r\n\t\t    zoom = this._map.getZoom();\r\n\r\n\t\tfor (var i = inputs.length - 1; i >= 0; i--) {\r\n\t\t\tinput = inputs[i];\r\n\t\t\tlayer = this._getLayer(input.layerId).layer;\r\n\t\t\tinput.disabled = (layer.options.minZoom !== undefined && zoom < layer.options.minZoom) ||\r\n\t\t\t                 (layer.options.maxZoom !== undefined && zoom > layer.options.maxZoom);\r\n\r\n\t\t}\r\n\t},\r\n\r\n\t_expandIfNotCollapsed: function () {\r\n\t\tif (this._map && !this.options.collapsed) {\r\n\t\t\tthis.expand();\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_expand: function () {\r\n\t\t// Backward compatibility, remove me in 1.1.\r\n\t\treturn this.expand();\r\n\t},\r\n\r\n\t_collapse: function () {\r\n\t\t// Backward compatibility, remove me in 1.1.\r\n\t\treturn this.collapse();\r\n\t}\r\n\r\n});\r\n\r\n\r\n// @factory L.control.layers(baselayers?: Object, overlays?: Object, options?: Control.Layers options)\r\n// Creates an attribution control with the given layers. Base layers will be switched with radio buttons, while overlays will be switched with checkboxes. Note that all base layers should be passed in the base layers object, but only one should be added to the map during map instantiation.\r\nexport var layers = function (baseLayers, overlays, options) {\r\n\treturn new Layers(baseLayers, overlays, options);\r\n};\r\n","\r\nimport {Control} from './Control';\r\nimport {Map} from '../map/Map';\r\nimport * as DomUtil from '../dom/DomUtil';\r\nimport * as DomEvent from '../dom/DomEvent';\r\n\r\n/*\r\n * @class Control.Zoom\r\n * @aka L.Control.Zoom\r\n * @inherits Control\r\n *\r\n * A basic zoom control with two buttons (zoom in and zoom out). It is put on the map by default unless you set its [`zoomControl` option](#map-zoomcontrol) to `false`. Extends `Control`.\r\n */\r\n\r\nexport var Zoom = Control.extend({\r\n\t// @section\r\n\t// @aka Control.Zoom options\r\n\toptions: {\r\n\t\tposition: 'topleft',\r\n\r\n\t\t// @option zoomInText: String = '+'\r\n\t\t// The text set on the 'zoom in' button.\r\n\t\tzoomInText: '+',\r\n\r\n\t\t// @option zoomInTitle: String = 'Zoom in'\r\n\t\t// The title set on the 'zoom in' button.\r\n\t\tzoomInTitle: 'Zoom in',\r\n\r\n\t\t// @option zoomOutText: String = '&#x2212;'\r\n\t\t// The text set on the 'zoom out' button.\r\n\t\tzoomOutText: '&#x2212;',\r\n\r\n\t\t// @option zoomOutTitle: String = 'Zoom out'\r\n\t\t// The title set on the 'zoom out' button.\r\n\t\tzoomOutTitle: 'Zoom out'\r\n\t},\r\n\r\n\tonAdd: function (map) {\r\n\t\tvar zoomName = 'leaflet-control-zoom',\r\n\t\t    container = DomUtil.create('div', zoomName + ' leaflet-bar'),\r\n\t\t    options = this.options;\r\n\r\n\t\tthis._zoomInButton  = this._createButton(options.zoomInText, options.zoomInTitle,\r\n\t\t        zoomName + '-in',  container, this._zoomIn);\r\n\t\tthis._zoomOutButton = this._createButton(options.zoomOutText, options.zoomOutTitle,\r\n\t\t        zoomName + '-out', container, this._zoomOut);\r\n\r\n\t\tthis._updateDisabled();\r\n\t\tmap.on('zoomend zoomlevelschange', this._updateDisabled, this);\r\n\r\n\t\treturn container;\r\n\t},\r\n\r\n\tonRemove: function (map) {\r\n\t\tmap.off('zoomend zoomlevelschange', this._updateDisabled, this);\r\n\t},\r\n\r\n\tdisable: function () {\r\n\t\tthis._disabled = true;\r\n\t\tthis._updateDisabled();\r\n\t\treturn this;\r\n\t},\r\n\r\n\tenable: function () {\r\n\t\tthis._disabled = false;\r\n\t\tthis._updateDisabled();\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_zoomIn: function (e) {\r\n\t\tif (!this._disabled && this._map._zoom < this._map.getMaxZoom()) {\r\n\t\t\tthis._map.zoomIn(this._map.options.zoomDelta * (e.shiftKey ? 3 : 1));\r\n\t\t}\r\n\t},\r\n\r\n\t_zoomOut: function (e) {\r\n\t\tif (!this._disabled && this._map._zoom > this._map.getMinZoom()) {\r\n\t\t\tthis._map.zoomOut(this._map.options.zoomDelta * (e.shiftKey ? 3 : 1));\r\n\t\t}\r\n\t},\r\n\r\n\t_createButton: function (html, title, className, container, fn) {\r\n\t\tvar link = DomUtil.create('a', className, container);\r\n\t\tlink.innerHTML = html;\r\n\t\tlink.href = '#';\r\n\t\tlink.title = title;\r\n\r\n\t\t/*\r\n\t\t * Will force screen readers like VoiceOver to read this as \"Zoom in - button\"\r\n\t\t */\r\n\t\tlink.setAttribute('role', 'button');\r\n\t\tlink.setAttribute('aria-label', title);\r\n\r\n\t\tDomEvent.disableClickPropagation(link);\r\n\t\tDomEvent.on(link, 'click', DomEvent.stop);\r\n\t\tDomEvent.on(link, 'click', fn, this);\r\n\t\tDomEvent.on(link, 'click', this._refocusOnMap, this);\r\n\r\n\t\treturn link;\r\n\t},\r\n\r\n\t_updateDisabled: function () {\r\n\t\tvar map = this._map,\r\n\t\t    className = 'leaflet-disabled';\r\n\r\n\t\tDomUtil.removeClass(this._zoomInButton, className);\r\n\t\tDomUtil.removeClass(this._zoomOutButton, className);\r\n\r\n\t\tif (this._disabled || map._zoom === map.getMinZoom()) {\r\n\t\t\tDomUtil.addClass(this._zoomOutButton, className);\r\n\t\t}\r\n\t\tif (this._disabled || map._zoom === map.getMaxZoom()) {\r\n\t\t\tDomUtil.addClass(this._zoomInButton, className);\r\n\t\t}\r\n\t}\r\n});\r\n\r\n// @namespace Map\r\n// @section Control options\r\n// @option zoomControl: Boolean = true\r\n// Whether a [zoom control](#control-zoom) is added to the map by default.\r\nMap.mergeOptions({\r\n\tzoomControl: true\r\n});\r\n\r\nMap.addInitHook(function () {\r\n\tif (this.options.zoomControl) {\r\n\t\t// @section Controls\r\n\t\t// @property zoomControl: Control.Zoom\r\n\t\t// The default zoom control (only available if the\r\n\t\t// [`zoomControl` option](#map-zoomcontrol) was `true` when creating the map).\r\n\t\tthis.zoomControl = new Zoom();\r\n\t\tthis.addControl(this.zoomControl);\r\n\t}\r\n});\r\n\r\n// @namespace Control.Zoom\r\n// @factory L.control.zoom(options: Control.Zoom options)\r\n// Creates a zoom control\r\nexport var zoom = function (options) {\r\n\treturn new Zoom(options);\r\n};\r\n","\nimport {Control} from './Control';\nimport * as DomUtil from '../dom/DomUtil';\n\n/*\n * @class Control.Scale\n * @aka L.Control.Scale\n * @inherits Control\n *\n * A simple scale control that shows the scale of the current center of screen in metric (m/km) and imperial (mi/ft) systems. Extends `Control`.\n *\n * @example\n *\n * ```js\n * L.control.scale().addTo(map);\n * ```\n */\n\nexport var Scale = Control.extend({\n\t// @section\n\t// @aka Control.Scale options\n\toptions: {\n\t\tposition: 'bottomleft',\n\n\t\t// @option maxWidth: Number = 100\n\t\t// Maximum width of the control in pixels. The width is set dynamically to show round values (e.g. 100, 200, 500).\n\t\tmaxWidth: 100,\n\n\t\t// @option metric: Boolean = True\n\t\t// Whether to show the metric scale line (m/km).\n\t\tmetric: true,\n\n\t\t// @option imperial: Boolean = True\n\t\t// Whether to show the imperial scale line (mi/ft).\n\t\timperial: true\n\n\t\t// @option updateWhenIdle: Boolean = false\n\t\t// If `true`, the control is updated on [`moveend`](#map-moveend), otherwise it's always up-to-date (updated on [`move`](#map-move)).\n\t},\n\n\tonAdd: function (map) {\n\t\tvar className = 'leaflet-control-scale',\n\t\t    container = DomUtil.create('div', className),\n\t\t    options = this.options;\n\n\t\tthis._addScales(options, className + '-line', container);\n\n\t\tmap.on(options.updateWhenIdle ? 'moveend' : 'move', this._update, this);\n\t\tmap.whenReady(this._update, this);\n\n\t\treturn container;\n\t},\n\n\tonRemove: function (map) {\n\t\tmap.off(this.options.updateWhenIdle ? 'moveend' : 'move', this._update, this);\n\t},\n\n\t_addScales: function (options, className, container) {\n\t\tif (options.metric) {\n\t\t\tthis._mScale = DomUtil.create('div', className, container);\n\t\t}\n\t\tif (options.imperial) {\n\t\t\tthis._iScale = DomUtil.create('div', className, container);\n\t\t}\n\t},\n\n\t_update: function () {\n\t\tvar map = this._map,\n\t\t    y = map.getSize().y / 2;\n\n\t\tvar maxMeters = map.distance(\n\t\t\tmap.containerPointToLatLng([0, y]),\n\t\t\tmap.containerPointToLatLng([this.options.maxWidth, y]));\n\n\t\tthis._updateScales(maxMeters);\n\t},\n\n\t_updateScales: function (maxMeters) {\n\t\tif (this.options.metric && maxMeters) {\n\t\t\tthis._updateMetric(maxMeters);\n\t\t}\n\t\tif (this.options.imperial && maxMeters) {\n\t\t\tthis._updateImperial(maxMeters);\n\t\t}\n\t},\n\n\t_updateMetric: function (maxMeters) {\n\t\tvar meters = this._getRoundNum(maxMeters),\n\t\t    label = meters < 1000 ? meters + ' m' : (meters / 1000) + ' km';\n\n\t\tthis._updateScale(this._mScale, label, meters / maxMeters);\n\t},\n\n\t_updateImperial: function (maxMeters) {\n\t\tvar maxFeet = maxMeters * 3.2808399,\n\t\t    maxMiles, miles, feet;\n\n\t\tif (maxFeet > 5280) {\n\t\t\tmaxMiles = maxFeet / 5280;\n\t\t\tmiles = this._getRoundNum(maxMiles);\n\t\t\tthis._updateScale(this._iScale, miles + ' mi', miles / maxMiles);\n\n\t\t} else {\n\t\t\tfeet = this._getRoundNum(maxFeet);\n\t\t\tthis._updateScale(this._iScale, feet + ' ft', feet / maxFeet);\n\t\t}\n\t},\n\n\t_updateScale: function (scale, text, ratio) {\n\t\tscale.style.width = Math.round(this.options.maxWidth * ratio) + 'px';\n\t\tscale.innerHTML = text;\n\t},\n\n\t_getRoundNum: function (num) {\n\t\tvar pow10 = Math.pow(10, (Math.floor(num) + '').length - 1),\n\t\t    d = num / pow10;\n\n\t\td = d >= 10 ? 10 :\n\t\t    d >= 5 ? 5 :\n\t\t    d >= 3 ? 3 :\n\t\t    d >= 2 ? 2 : 1;\n\n\t\treturn pow10 * d;\n\t}\n});\n\n\n// @factory L.control.scale(options?: Control.Scale options)\n// Creates an scale control with the given options.\nexport var scale = function (options) {\n\treturn new Scale(options);\n};\n","\r\nimport {Control} from './Control';\r\nimport {Map} from '../map/Map';\r\nimport * as Util from '../core/Util';\r\nimport * as DomEvent from '../dom/DomEvent';\r\nimport * as DomUtil from '../dom/DomUtil';\r\n\r\n/*\r\n * @class Control.Attribution\r\n * @aka L.Control.Attribution\r\n * @inherits Control\r\n *\r\n * The attribution control allows you to display attribution data in a small text box on a map. It is put on the map by default unless you set its [`attributionControl` option](#map-attributioncontrol) to `false`, and it fetches attribution texts from layers with the [`getAttribution` method](#layer-getattribution) automatically. Extends Control.\r\n */\r\n\r\nexport var Attribution = Control.extend({\r\n\t// @section\r\n\t// @aka Control.Attribution options\r\n\toptions: {\r\n\t\tposition: 'bottomright',\r\n\r\n\t\t// @option prefix: String = 'Leaflet'\r\n\t\t// The HTML text shown before the attributions. Pass `false` to disable.\r\n\t\tprefix: '<a href=\"http://leafletjs.com\" title=\"A JS library for interactive maps\">Leaflet</a>'\r\n\t},\r\n\r\n\tinitialize: function (options) {\r\n\t\tUtil.setOptions(this, options);\r\n\r\n\t\tthis._attributions = {};\r\n\t},\r\n\r\n\tonAdd: function (map) {\r\n\t\tmap.attributionControl = this;\r\n\t\tthis._container = DomUtil.create('div', 'leaflet-control-attribution');\r\n\t\tDomEvent.disableClickPropagation(this._container);\r\n\r\n\t\t// TODO ugly, refactor\r\n\t\tfor (var i in map._layers) {\r\n\t\t\tif (map._layers[i].getAttribution) {\r\n\t\t\t\tthis.addAttribution(map._layers[i].getAttribution());\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tthis._update();\r\n\r\n\t\treturn this._container;\r\n\t},\r\n\r\n\t// @method setPrefix(prefix: String): this\r\n\t// Sets the text before the attributions.\r\n\tsetPrefix: function (prefix) {\r\n\t\tthis.options.prefix = prefix;\r\n\t\tthis._update();\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method addAttribution(text: String): this\r\n\t// Adds an attribution text (e.g. `'Vector data &copy; Mapbox'`).\r\n\taddAttribution: function (text) {\r\n\t\tif (!text) { return this; }\r\n\r\n\t\tif (!this._attributions[text]) {\r\n\t\t\tthis._attributions[text] = 0;\r\n\t\t}\r\n\t\tthis._attributions[text]++;\r\n\r\n\t\tthis._update();\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method removeAttribution(text: String): this\r\n\t// Removes an attribution text.\r\n\tremoveAttribution: function (text) {\r\n\t\tif (!text) { return this; }\r\n\r\n\t\tif (this._attributions[text]) {\r\n\t\t\tthis._attributions[text]--;\r\n\t\t\tthis._update();\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_update: function () {\r\n\t\tif (!this._map) { return; }\r\n\r\n\t\tvar attribs = [];\r\n\r\n\t\tfor (var i in this._attributions) {\r\n\t\t\tif (this._attributions[i]) {\r\n\t\t\t\tattribs.push(i);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tvar prefixAndAttribs = [];\r\n\r\n\t\tif (this.options.prefix) {\r\n\t\t\tprefixAndAttribs.push(this.options.prefix);\r\n\t\t}\r\n\t\tif (attribs.length) {\r\n\t\t\tprefixAndAttribs.push(attribs.join(', '));\r\n\t\t}\r\n\r\n\t\tthis._container.innerHTML = prefixAndAttribs.join(' | ');\r\n\t}\r\n});\r\n\r\n// @namespace Map\r\n// @section Control options\r\n// @option attributionControl: Boolean = true\r\n// Whether a [attribution control](#control-attribution) is added to the map by default.\r\nMap.mergeOptions({\r\n\tattributionControl: true\r\n});\r\n\r\nMap.addInitHook(function () {\r\n\tif (this.options.attributionControl) {\r\n\t\tnew Attribution().addTo(this);\r\n\t}\r\n});\r\n\r\n// @namespace Control.Attribution\r\n// @factory L.control.attribution(options: Control.Attribution options)\r\n// Creates an attribution control.\r\nexport var attribution = function (options) {\r\n\treturn new Attribution(options);\r\n};\r\n","import {Control, control} from './Control';\nimport {Layers, layers} from './Control.Layers';\nimport {Zoom, zoom} from './Control.Zoom';\nimport {Scale, scale} from './Control.Scale';\nimport {Attribution, attribution} from './Control.Attribution';\n\nControl.Layers = Layers;\nControl.Zoom = Zoom;\nControl.Scale = Scale;\nControl.Attribution = Attribution;\n\ncontrol.layers = layers;\ncontrol.zoom = zoom;\ncontrol.scale = scale;\ncontrol.attribution = attribution;\n\nexport {Control, control};\n","import {Class} from './Class';\n\n/*\n\tL.Handler is a base class for handler classes that are used internally to inject\n\tinteraction features like dragging to classes like Map and Marker.\n*/\n\n// @class Handler\n// @aka L.Handler\n// Abstract class for map interaction handlers\n\nexport var Handler = Class.extend({\n\tinitialize: function (map) {\n\t\tthis._map = map;\n\t},\n\n\t// @method enable(): this\n\t// Enables the handler\n\tenable: function () {\n\t\tif (this._enabled) { return this; }\n\n\t\tthis._enabled = true;\n\t\tthis.addHooks();\n\t\treturn this;\n\t},\n\n\t// @method disable(): this\n\t// Disables the handler\n\tdisable: function () {\n\t\tif (!this._enabled) { return this; }\n\n\t\tthis._enabled = false;\n\t\tthis.removeHooks();\n\t\treturn this;\n\t},\n\n\t// @method enabled(): Boolean\n\t// Returns `true` if the handler is enabled\n\tenabled: function () {\n\t\treturn !!this._enabled;\n\t}\n\n\t// @section Extension methods\n\t// Classes inheriting from `Handler` must implement the two following methods:\n\t// @method addHooks()\n\t// Called when the handler is enabled, should add event hooks.\n\t// @method removeHooks()\n\t// Called when the handler is disabled, should remove the event hooks added previously.\n});\n\n// @section There is static function which can be called without instantiating L.Handler:\n// @function addTo(map: Map, name: String): this\n// Adds a new Handler to the given map with the given name.\nHandler.addTo = function (map, name) {\n\tmap.addHandler(name, this);\n\treturn this;\n};\n","import * as Browser from './Browser';\nexport {Browser};\n\nexport {Class} from './Class';\n\nimport {Evented} from './Events';\nimport {Events} from './Events';\nexport {Evented};\nexport var Mixin = {Events: Events};\n\nexport {Handler} from './Handler';\n\nimport * as Util from './Util';\nexport {Util};\nexport {extend, bind, stamp, setOptions} from './Util';\n","import {Evented} from '../core/Events';\r\nimport * as Browser from '../core/Browser';\r\nimport * as DomEvent from './DomEvent';\r\nimport * as DomUtil from './DomUtil';\r\nimport * as Util from '../core/Util';\r\nimport {Point} from '../geometry/Point';\r\n\r\n/*\r\n * @class Draggable\r\n * @aka L.Draggable\r\n * @inherits Evented\r\n *\r\n * A class for making DOM elements draggable (including touch support).\r\n * Used internally for map and marker dragging. Only works for elements\r\n * that were positioned with [`L.DomUtil.setPosition`](#domutil-setposition).\r\n *\r\n * @example\r\n * ```js\r\n * var draggable = new L.Draggable(elementToDrag);\r\n * draggable.enable();\r\n * ```\r\n */\r\n\r\nvar START = Browser.touch ? 'touchstart mousedown' : 'mousedown';\r\nvar END = {\r\n\tmousedown: 'mouseup',\r\n\ttouchstart: 'touchend',\r\n\tpointerdown: 'touchend',\r\n\tMSPointerDown: 'touchend'\r\n};\r\nvar MOVE = {\r\n\tmousedown: 'mousemove',\r\n\ttouchstart: 'touchmove',\r\n\tpointerdown: 'touchmove',\r\n\tMSPointerDown: 'touchmove'\r\n};\r\n\r\n\r\nexport var Draggable = Evented.extend({\r\n\r\n\toptions: {\r\n\t\t// @section\r\n\t\t// @aka Draggable options\r\n\t\t// @option clickTolerance: Number = 3\r\n\t\t// The max number of pixels a user can shift the mouse pointer during a click\r\n\t\t// for it to be considered a valid click (as opposed to a mouse drag).\r\n\t\tclickTolerance: 3\r\n\t},\r\n\r\n\t// @constructor L.Draggable(el: HTMLElement, dragHandle?: HTMLElement, preventOutline?: Boolean, options?: Draggable options)\r\n\t// Creates a `Draggable` object for moving `el` when you start dragging the `dragHandle` element (equals `el` itself by default).\r\n\tinitialize: function (element, dragStartTarget, preventOutline, options) {\r\n\t\tUtil.setOptions(this, options);\r\n\r\n\t\tthis._element = element;\r\n\t\tthis._dragStartTarget = dragStartTarget || element;\r\n\t\tthis._preventOutline = preventOutline;\r\n\t},\r\n\r\n\t// @method enable()\r\n\t// Enables the dragging ability\r\n\tenable: function () {\r\n\t\tif (this._enabled) { return; }\r\n\r\n\t\tDomEvent.on(this._dragStartTarget, START, this._onDown, this);\r\n\r\n\t\tthis._enabled = true;\r\n\t},\r\n\r\n\t// @method disable()\r\n\t// Disables the dragging ability\r\n\tdisable: function () {\r\n\t\tif (!this._enabled) { return; }\r\n\r\n\t\t// If we're currently dragging this draggable,\r\n\t\t// disabling it counts as first ending the drag.\r\n\t\tif (Draggable._dragging === this) {\r\n\t\t\tthis.finishDrag();\r\n\t\t}\r\n\r\n\t\tDomEvent.off(this._dragStartTarget, START, this._onDown, this);\r\n\r\n\t\tthis._enabled = false;\r\n\t\tthis._moved = false;\r\n\t},\r\n\r\n\t_onDown: function (e) {\r\n\t\t// Ignore simulated events, since we handle both touch and\r\n\t\t// mouse explicitly; otherwise we risk getting duplicates of\r\n\t\t// touch events, see #4315.\r\n\t\t// Also ignore the event if disabled; this happens in IE11\r\n\t\t// under some circumstances, see #3666.\r\n\t\tif (e._simulated || !this._enabled) { return; }\r\n\r\n\t\tthis._moved = false;\r\n\r\n\t\tif (DomUtil.hasClass(this._element, 'leaflet-zoom-anim')) { return; }\r\n\r\n\t\tif (Draggable._dragging || e.shiftKey || ((e.which !== 1) && (e.button !== 1) && !e.touches)) { return; }\r\n\t\tDraggable._dragging = this;  // Prevent dragging multiple objects at once.\r\n\r\n\t\tif (this._preventOutline) {\r\n\t\t\tDomUtil.preventOutline(this._element);\r\n\t\t}\r\n\r\n\t\tDomUtil.disableImageDrag();\r\n\t\tDomUtil.disableTextSelection();\r\n\r\n\t\tif (this._moving) { return; }\r\n\r\n\t\t// @event down: Event\r\n\t\t// Fired when a drag is about to start.\r\n\t\tthis.fire('down');\r\n\r\n\t\tvar first = e.touches ? e.touches[0] : e,\r\n\t\t    sizedParent = DomUtil.getSizedParentNode(this._element);\r\n\r\n\t\tthis._startPoint = new Point(first.clientX, first.clientY);\r\n\r\n\t\t// Cache the scale, so that we can continuously compensate for it during drag (_onMove).\r\n\t\tthis._parentScale = DomUtil.getScale(sizedParent);\r\n\r\n\t\tDomEvent.on(document, MOVE[e.type], this._onMove, this);\r\n\t\tDomEvent.on(document, END[e.type], this._onUp, this);\r\n\t},\r\n\r\n\t_onMove: function (e) {\r\n\t\t// Ignore simulated events, since we handle both touch and\r\n\t\t// mouse explicitly; otherwise we risk getting duplicates of\r\n\t\t// touch events, see #4315.\r\n\t\t// Also ignore the event if disabled; this happens in IE11\r\n\t\t// under some circumstances, see #3666.\r\n\t\tif (e._simulated || !this._enabled) { return; }\r\n\r\n\t\tif (e.touches && e.touches.length > 1) {\r\n\t\t\tthis._moved = true;\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\tvar first = (e.touches && e.touches.length === 1 ? e.touches[0] : e),\r\n\t\t    offset = new Point(first.clientX, first.clientY)._subtract(this._startPoint);\r\n\r\n\t\tif (!offset.x && !offset.y) { return; }\r\n\t\tif (Math.abs(offset.x) + Math.abs(offset.y) < this.options.clickTolerance) { return; }\r\n\r\n\t\t// We assume that the parent container's position, border and scale do not change for the duration of the drag.\r\n\t\t// Therefore there is no need to account for the position and border (they are eliminated by the subtraction)\r\n\t\t// and we can use the cached value for the scale.\r\n\t\toffset.x /= this._parentScale.x;\r\n\t\toffset.y /= this._parentScale.y;\r\n\r\n\t\tDomEvent.preventDefault(e);\r\n\r\n\t\tif (!this._moved) {\r\n\t\t\t// @event dragstart: Event\r\n\t\t\t// Fired when a drag starts\r\n\t\t\tthis.fire('dragstart');\r\n\r\n\t\t\tthis._moved = true;\r\n\t\t\tthis._startPos = DomUtil.getPosition(this._element).subtract(offset);\r\n\r\n\t\t\tDomUtil.addClass(document.body, 'leaflet-dragging');\r\n\r\n\t\t\tthis._lastTarget = e.target || e.srcElement;\r\n\t\t\t// IE and Edge do not give the <use> element, so fetch it\r\n\t\t\t// if necessary\r\n\t\t\tif ((window.SVGElementInstance) && (this._lastTarget instanceof SVGElementInstance)) {\r\n\t\t\t\tthis._lastTarget = this._lastTarget.correspondingUseElement;\r\n\t\t\t}\r\n\t\t\tDomUtil.addClass(this._lastTarget, 'leaflet-drag-target');\r\n\t\t}\r\n\r\n\t\tthis._newPos = this._startPos.add(offset);\r\n\t\tthis._moving = true;\r\n\r\n\t\tUtil.cancelAnimFrame(this._animRequest);\r\n\t\tthis._lastEvent = e;\r\n\t\tthis._animRequest = Util.requestAnimFrame(this._updatePosition, this, true);\r\n\t},\r\n\r\n\t_updatePosition: function () {\r\n\t\tvar e = {originalEvent: this._lastEvent};\r\n\r\n\t\t// @event predrag: Event\r\n\t\t// Fired continuously during dragging *before* each corresponding\r\n\t\t// update of the element's position.\r\n\t\tthis.fire('predrag', e);\r\n\t\tDomUtil.setPosition(this._element, this._newPos);\r\n\r\n\t\t// @event drag: Event\r\n\t\t// Fired continuously during dragging.\r\n\t\tthis.fire('drag', e);\r\n\t},\r\n\r\n\t_onUp: function (e) {\r\n\t\t// Ignore simulated events, since we handle both touch and\r\n\t\t// mouse explicitly; otherwise we risk getting duplicates of\r\n\t\t// touch events, see #4315.\r\n\t\t// Also ignore the event if disabled; this happens in IE11\r\n\t\t// under some circumstances, see #3666.\r\n\t\tif (e._simulated || !this._enabled) { return; }\r\n\t\tthis.finishDrag();\r\n\t},\r\n\r\n\tfinishDrag: function () {\r\n\t\tDomUtil.removeClass(document.body, 'leaflet-dragging');\r\n\r\n\t\tif (this._lastTarget) {\r\n\t\t\tDomUtil.removeClass(this._lastTarget, 'leaflet-drag-target');\r\n\t\t\tthis._lastTarget = null;\r\n\t\t}\r\n\r\n\t\tfor (var i in MOVE) {\r\n\t\t\tDomEvent.off(document, MOVE[i], this._onMove, this);\r\n\t\t\tDomEvent.off(document, END[i], this._onUp, this);\r\n\t\t}\r\n\r\n\t\tDomUtil.enableImageDrag();\r\n\t\tDomUtil.enableTextSelection();\r\n\r\n\t\tif (this._moved && this._moving) {\r\n\t\t\t// ensure drag is not fired after dragend\r\n\t\t\tUtil.cancelAnimFrame(this._animRequest);\r\n\r\n\t\t\t// @event dragend: DragEndEvent\r\n\t\t\t// Fired when the drag ends.\r\n\t\t\tthis.fire('dragend', {\r\n\t\t\t\tdistance: this._newPos.distanceTo(this._startPos)\r\n\t\t\t});\r\n\t\t}\r\n\r\n\t\tthis._moving = false;\r\n\t\tDraggable._dragging = false;\r\n\t}\r\n\r\n});\r\n","import {Point} from './Point';\r\nimport * as Util from '../core/Util';\r\n\r\n\r\n/*\r\n * @namespace LineUtil\r\n *\r\n * Various utility functions for polyline points processing, used by Leaflet internally to make polylines lightning-fast.\r\n */\r\n\r\n// Simplify polyline with vertex reduction and Douglas-Peucker simplification.\r\n// Improves rendering performance dramatically by lessening the number of points to draw.\r\n\r\n// @function simplify(points: Point[], tolerance: Number): Point[]\r\n// Dramatically reduces the number of points in a polyline while retaining\r\n// its shape and returns a new array of simplified points, using the\r\n// [Douglas-Peucker algorithm](http://en.wikipedia.org/wiki/Douglas-Peucker_algorithm).\r\n// Used for a huge performance boost when processing/displaying Leaflet polylines for\r\n// each zoom level and also reducing visual noise. tolerance affects the amount of\r\n// simplification (lesser value means higher quality but slower and with more points).\r\n// Also released as a separated micro-library [Simplify.js](http://mourner.github.com/simplify-js/).\r\nexport function simplify(points, tolerance) {\r\n\tif (!tolerance || !points.length) {\r\n\t\treturn points.slice();\r\n\t}\r\n\r\n\tvar sqTolerance = tolerance * tolerance;\r\n\r\n\t    // stage 1: vertex reduction\r\n\t    points = _reducePoints(points, sqTolerance);\r\n\r\n\t    // stage 2: Douglas-Peucker simplification\r\n\t    points = _simplifyDP(points, sqTolerance);\r\n\r\n\treturn points;\r\n}\r\n\r\n// @function pointToSegmentDistance(p: Point, p1: Point, p2: Point): Number\r\n// Returns the distance between point `p` and segment `p1` to `p2`.\r\nexport function pointToSegmentDistance(p, p1, p2) {\r\n\treturn Math.sqrt(_sqClosestPointOnSegment(p, p1, p2, true));\r\n}\r\n\r\n// @function closestPointOnSegment(p: Point, p1: Point, p2: Point): Number\r\n// Returns the closest point from a point `p` on a segment `p1` to `p2`.\r\nexport function closestPointOnSegment(p, p1, p2) {\r\n\treturn _sqClosestPointOnSegment(p, p1, p2);\r\n}\r\n\r\n// Douglas-Peucker simplification, see http://en.wikipedia.org/wiki/Douglas-Peucker_algorithm\r\nfunction _simplifyDP(points, sqTolerance) {\r\n\r\n\tvar len = points.length,\r\n\t    ArrayConstructor = typeof Uint8Array !== undefined + '' ? Uint8Array : Array,\r\n\t    markers = new ArrayConstructor(len);\r\n\r\n\t    markers[0] = markers[len - 1] = 1;\r\n\r\n\t_simplifyDPStep(points, markers, sqTolerance, 0, len - 1);\r\n\r\n\tvar i,\r\n\t    newPoints = [];\r\n\r\n\tfor (i = 0; i < len; i++) {\r\n\t\tif (markers[i]) {\r\n\t\t\tnewPoints.push(points[i]);\r\n\t\t}\r\n\t}\r\n\r\n\treturn newPoints;\r\n}\r\n\r\nfunction _simplifyDPStep(points, markers, sqTolerance, first, last) {\r\n\r\n\tvar maxSqDist = 0,\r\n\tindex, i, sqDist;\r\n\r\n\tfor (i = first + 1; i <= last - 1; i++) {\r\n\t\tsqDist = _sqClosestPointOnSegment(points[i], points[first], points[last], true);\r\n\r\n\t\tif (sqDist > maxSqDist) {\r\n\t\t\tindex = i;\r\n\t\t\tmaxSqDist = sqDist;\r\n\t\t}\r\n\t}\r\n\r\n\tif (maxSqDist > sqTolerance) {\r\n\t\tmarkers[index] = 1;\r\n\r\n\t\t_simplifyDPStep(points, markers, sqTolerance, first, index);\r\n\t\t_simplifyDPStep(points, markers, sqTolerance, index, last);\r\n\t}\r\n}\r\n\r\n// reduce points that are too close to each other to a single point\r\nfunction _reducePoints(points, sqTolerance) {\r\n\tvar reducedPoints = [points[0]];\r\n\r\n\tfor (var i = 1, prev = 0, len = points.length; i < len; i++) {\r\n\t\tif (_sqDist(points[i], points[prev]) > sqTolerance) {\r\n\t\t\treducedPoints.push(points[i]);\r\n\t\t\tprev = i;\r\n\t\t}\r\n\t}\r\n\tif (prev < len - 1) {\r\n\t\treducedPoints.push(points[len - 1]);\r\n\t}\r\n\treturn reducedPoints;\r\n}\r\n\r\nvar _lastCode;\r\n\r\n// @function clipSegment(a: Point, b: Point, bounds: Bounds, useLastCode?: Boolean, round?: Boolean): Point[]|Boolean\r\n// Clips the segment a to b by rectangular bounds with the\r\n// [Cohen-Sutherland algorithm](https://en.wikipedia.org/wiki/Cohen%E2%80%93Sutherland_algorithm)\r\n// (modifying the segment points directly!). Used by Leaflet to only show polyline\r\n// points that are on the screen or near, increasing performance.\r\nexport function clipSegment(a, b, bounds, useLastCode, round) {\r\n\tvar codeA = useLastCode ? _lastCode : _getBitCode(a, bounds),\r\n\t    codeB = _getBitCode(b, bounds),\r\n\r\n\t    codeOut, p, newCode;\r\n\r\n\t    // save 2nd code to avoid calculating it on the next segment\r\n\t    _lastCode = codeB;\r\n\r\n\twhile (true) {\r\n\t\t// if a,b is inside the clip window (trivial accept)\r\n\t\tif (!(codeA | codeB)) {\r\n\t\t\treturn [a, b];\r\n\t\t}\r\n\r\n\t\t// if a,b is outside the clip window (trivial reject)\r\n\t\tif (codeA & codeB) {\r\n\t\t\treturn false;\r\n\t\t}\r\n\r\n\t\t// other cases\r\n\t\tcodeOut = codeA || codeB;\r\n\t\tp = _getEdgeIntersection(a, b, codeOut, bounds, round);\r\n\t\tnewCode = _getBitCode(p, bounds);\r\n\r\n\t\tif (codeOut === codeA) {\r\n\t\t\ta = p;\r\n\t\t\tcodeA = newCode;\r\n\t\t} else {\r\n\t\t\tb = p;\r\n\t\t\tcodeB = newCode;\r\n\t\t}\r\n\t}\r\n}\r\n\r\nexport function _getEdgeIntersection(a, b, code, bounds, round) {\r\n\tvar dx = b.x - a.x,\r\n\t    dy = b.y - a.y,\r\n\t    min = bounds.min,\r\n\t    max = bounds.max,\r\n\t    x, y;\r\n\r\n\tif (code & 8) { // top\r\n\t\tx = a.x + dx * (max.y - a.y) / dy;\r\n\t\ty = max.y;\r\n\r\n\t} else if (code & 4) { // bottom\r\n\t\tx = a.x + dx * (min.y - a.y) / dy;\r\n\t\ty = min.y;\r\n\r\n\t} else if (code & 2) { // right\r\n\t\tx = max.x;\r\n\t\ty = a.y + dy * (max.x - a.x) / dx;\r\n\r\n\t} else if (code & 1) { // left\r\n\t\tx = min.x;\r\n\t\ty = a.y + dy * (min.x - a.x) / dx;\r\n\t}\r\n\r\n\treturn new Point(x, y, round);\r\n}\r\n\r\nexport function _getBitCode(p, bounds) {\r\n\tvar code = 0;\r\n\r\n\tif (p.x < bounds.min.x) { // left\r\n\t\tcode |= 1;\r\n\t} else if (p.x > bounds.max.x) { // right\r\n\t\tcode |= 2;\r\n\t}\r\n\r\n\tif (p.y < bounds.min.y) { // bottom\r\n\t\tcode |= 4;\r\n\t} else if (p.y > bounds.max.y) { // top\r\n\t\tcode |= 8;\r\n\t}\r\n\r\n\treturn code;\r\n}\r\n\r\n// square distance (to avoid unnecessary Math.sqrt calls)\r\nfunction _sqDist(p1, p2) {\r\n\tvar dx = p2.x - p1.x,\r\n\t    dy = p2.y - p1.y;\r\n\treturn dx * dx + dy * dy;\r\n}\r\n\r\n// return closest point on segment or distance to that point\r\nexport function _sqClosestPointOnSegment(p, p1, p2, sqDist) {\r\n\tvar x = p1.x,\r\n\t    y = p1.y,\r\n\t    dx = p2.x - x,\r\n\t    dy = p2.y - y,\r\n\t    dot = dx * dx + dy * dy,\r\n\t    t;\r\n\r\n\tif (dot > 0) {\r\n\t\tt = ((p.x - x) * dx + (p.y - y) * dy) / dot;\r\n\r\n\t\tif (t > 1) {\r\n\t\t\tx = p2.x;\r\n\t\t\ty = p2.y;\r\n\t\t} else if (t > 0) {\r\n\t\t\tx += dx * t;\r\n\t\t\ty += dy * t;\r\n\t\t}\r\n\t}\r\n\r\n\tdx = p.x - x;\r\n\tdy = p.y - y;\r\n\r\n\treturn sqDist ? dx * dx + dy * dy : new Point(x, y);\r\n}\r\n\r\n\r\n// @function isFlat(latlngs: LatLng[]): Boolean\r\n// Returns true if `latlngs` is a flat array, false is nested.\r\nexport function isFlat(latlngs) {\r\n\treturn !Util.isArray(latlngs[0]) || (typeof latlngs[0][0] !== 'object' && typeof latlngs[0][0] !== 'undefined');\r\n}\r\n\r\nexport function _flat(latlngs) {\r\n\tconsole.warn('Deprecated use of _flat, please use L.LineUtil.isFlat instead.');\r\n\treturn isFlat(latlngs);\r\n}\r\n","import * as LineUtil from './LineUtil';\r\n\r\n/*\r\n * @namespace PolyUtil\r\n * Various utility functions for polygon geometries.\r\n */\r\n\r\n/* @function clipPolygon(points: Point[], bounds: Bounds, round?: Boolean): Point[]\r\n * Clips the polygon geometry defined by the given `points` by the given bounds (using the [Sutherland-Hodgman algorithm](https://en.wikipedia.org/wiki/Sutherland%E2%80%93Hodgman_algorithm)).\r\n * Used by Leaflet to only show polygon points that are on the screen or near, increasing\r\n * performance. Note that polygon points needs different algorithm for clipping\r\n * than polyline, so there's a separate method for it.\r\n */\r\nexport function clipPolygon(points, bounds, round) {\r\n\tvar clippedPoints,\r\n\t    edges = [1, 4, 2, 8],\r\n\t    i, j, k,\r\n\t    a, b,\r\n\t    len, edge, p;\r\n\r\n\tfor (i = 0, len = points.length; i < len; i++) {\r\n\t\tpoints[i]._code = LineUtil._getBitCode(points[i], bounds);\r\n\t}\r\n\r\n\t// for each edge (left, bottom, right, top)\r\n\tfor (k = 0; k < 4; k++) {\r\n\t\tedge = edges[k];\r\n\t\tclippedPoints = [];\r\n\r\n\t\tfor (i = 0, len = points.length, j = len - 1; i < len; j = i++) {\r\n\t\t\ta = points[i];\r\n\t\t\tb = points[j];\r\n\r\n\t\t\t// if a is inside the clip window\r\n\t\t\tif (!(a._code & edge)) {\r\n\t\t\t\t// if b is outside the clip window (a->b goes out of screen)\r\n\t\t\t\tif (b._code & edge) {\r\n\t\t\t\t\tp = LineUtil._getEdgeIntersection(b, a, edge, bounds, round);\r\n\t\t\t\t\tp._code = LineUtil._getBitCode(p, bounds);\r\n\t\t\t\t\tclippedPoints.push(p);\r\n\t\t\t\t}\r\n\t\t\t\tclippedPoints.push(a);\r\n\r\n\t\t\t// else if b is inside the clip window (a->b enters the screen)\r\n\t\t\t} else if (!(b._code & edge)) {\r\n\t\t\t\tp = LineUtil._getEdgeIntersection(b, a, edge, bounds, round);\r\n\t\t\t\tp._code = LineUtil._getBitCode(p, bounds);\r\n\t\t\t\tclippedPoints.push(p);\r\n\t\t\t}\r\n\t\t}\r\n\t\tpoints = clippedPoints;\r\n\t}\r\n\r\n\treturn points;\r\n}\r\n","import {LatLng} from '../LatLng';\r\nimport {Bounds} from '../../geometry/Bounds';\r\nimport {Point} from '../../geometry/Point';\r\n\r\n/*\r\n * @namespace Projection\r\n * @section\r\n * Leaflet comes with a set of already defined Projections out of the box:\r\n *\r\n * @projection L.Projection.LonLat\r\n *\r\n * Equirectangular, or Plate Carree projection — the most simple projection,\r\n * mostly used by GIS enthusiasts. Directly maps `x` as longitude, and `y` as\r\n * latitude. Also suitable for flat worlds, e.g. game maps. Used by the\r\n * `EPSG:4326` and `Simple` CRS.\r\n */\r\n\r\nexport var LonLat = {\r\n\tproject: function (latlng) {\r\n\t\treturn new Point(latlng.lng, latlng.lat);\r\n\t},\r\n\r\n\tunproject: function (point) {\r\n\t\treturn new LatLng(point.y, point.x);\r\n\t},\r\n\r\n\tbounds: new Bounds([-180, -90], [180, 90])\r\n};\r\n","import {LatLng} from '../LatLng';\r\nimport {Bounds} from '../../geometry/Bounds';\r\nimport {Point} from '../../geometry/Point';\r\n\r\n/*\r\n * @namespace Projection\r\n * @projection L.Projection.Mercator\r\n *\r\n * Elliptical Mercator projection — more complex than Spherical Mercator. Takes into account that Earth is a geoid, not a perfect sphere. Used by the EPSG:3395 CRS.\r\n */\r\n\r\nexport var Mercator = {\r\n\tR: 6378137,\r\n\tR_MINOR: 6356752.314245179,\r\n\r\n\tbounds: new Bounds([-20037508.34279, -15496570.73972], [20037508.34279, 18764656.23138]),\r\n\r\n\tproject: function (latlng) {\r\n\t\tvar d = Math.PI / 180,\r\n\t\t    r = this.R,\r\n\t\t    y = latlng.lat * d,\r\n\t\t    tmp = this.R_MINOR / r,\r\n\t\t    e = Math.sqrt(1 - tmp * tmp),\r\n\t\t    con = e * Math.sin(y);\r\n\r\n\t\tvar ts = Math.tan(Math.PI / 4 - y / 2) / Math.pow((1 - con) / (1 + con), e / 2);\r\n\t\ty = -r * Math.log(Math.max(ts, 1E-10));\r\n\r\n\t\treturn new Point(latlng.lng * d * r, y);\r\n\t},\r\n\r\n\tunproject: function (point) {\r\n\t\tvar d = 180 / Math.PI,\r\n\t\t    r = this.R,\r\n\t\t    tmp = this.R_MINOR / r,\r\n\t\t    e = Math.sqrt(1 - tmp * tmp),\r\n\t\t    ts = Math.exp(-point.y / r),\r\n\t\t    phi = Math.PI / 2 - 2 * Math.atan(ts);\r\n\r\n\t\tfor (var i = 0, dphi = 0.1, con; i < 15 && Math.abs(dphi) > 1e-7; i++) {\r\n\t\t\tcon = e * Math.sin(phi);\r\n\t\t\tcon = Math.pow((1 - con) / (1 + con), e / 2);\r\n\t\t\tdphi = Math.PI / 2 - 2 * Math.atan(ts * con) - phi;\r\n\t\t\tphi += dphi;\r\n\t\t}\r\n\r\n\t\treturn new LatLng(phi * d, point.x * d / r);\r\n\t}\r\n};\r\n","/*\n * @class Projection\n\n * An object with methods for projecting geographical coordinates of the world onto\n * a flat surface (and back). See [Map projection](http://en.wikipedia.org/wiki/Map_projection).\n\n * @property bounds: Bounds\n * The bounds (specified in CRS units) where the projection is valid\n\n * @method project(latlng: LatLng): Point\n * Projects geographical coordinates into a 2D point.\n * Only accepts actual `L.LatLng` instances, not arrays.\n\n * @method unproject(point: Point): LatLng\n * The inverse of `project`. Projects a 2D point into a geographical location.\n * Only accepts actual `L.Point` instances, not arrays.\n\n * Note that the projection instances do not inherit from Leafet's `Class` object,\n * and can't be instantiated. Also, new classes can't inherit from them,\n * and methods can't be added to them with the `include` function.\n\n */\n\nexport {LonLat} from './Projection.LonLat';\nexport {Mercator} from './Projection.Mercator';\nexport {SphericalMercator} from './Projection.SphericalMercator';\n","import {Earth} from './CRS.Earth';\r\nimport {Mercator} from '../projection/Projection.Mercator';\r\nimport {toTransformation} from '../../geometry/Transformation';\r\nimport * as Util from '../../core/Util';\r\n\r\n/*\r\n * @namespace CRS\r\n * @crs L.CRS.EPSG3395\r\n *\r\n * Rarely used by some commercial tile providers. Uses Elliptical Mercator projection.\r\n */\r\nexport var EPSG3395 = Util.extend({}, Earth, {\r\n\tcode: 'EPSG:3395',\r\n\tprojection: Mercator,\r\n\r\n\ttransformation: (function () {\r\n\t\tvar scale = 0.5 / (Math.PI * Mercator.R);\r\n\t\treturn toTransformation(scale, 0.5, -scale, 0.5);\r\n\t}())\r\n});\r\n","import {Earth} from './CRS.Earth';\r\nimport {LonLat} from '../projection/Projection.LonLat';\r\nimport {toTransformation} from '../../geometry/Transformation';\r\nimport * as Util from '../../core/Util';\r\n\r\n/*\r\n * @namespace CRS\r\n * @crs L.CRS.EPSG4326\r\n *\r\n * A common CRS among GIS enthusiasts. Uses simple Equirectangular projection.\r\n *\r\n * Leaflet 1.0.x complies with the [TMS coordinate scheme for EPSG:4326](https://wiki.osgeo.org/wiki/Tile_Map_Service_Specification#global-geodetic),\r\n * which is a breaking change from 0.7.x behaviour.  If you are using a `TileLayer`\r\n * with this CRS, ensure that there are two 256x256 pixel tiles covering the\r\n * whole earth at zoom level zero, and that the tile coordinate origin is (-180,+90),\r\n * or (-180,-90) for `TileLayer`s with [the `tms` option](#tilelayer-tms) set.\r\n */\r\n\r\nexport var EPSG4326 = Util.extend({}, Earth, {\r\n\tcode: 'EPSG:4326',\r\n\tprojection: LonLat,\r\n\ttransformation: toTransformation(1 / 180, 1, -1 / 180, 0.5)\r\n});\r\n","import {CRS} from './CRS';\nimport {LonLat} from '../projection/Projection.LonLat';\nimport {toTransformation} from '../../geometry/Transformation';\nimport * as Util from '../../core/Util';\n\n/*\n * @namespace CRS\n * @crs L.CRS.Simple\n *\n * A simple CRS that maps longitude and latitude into `x` and `y` directly.\n * May be used for maps of flat surfaces (e.g. game maps). Note that the `y`\n * axis should still be inverted (going from bottom to top). `distance()` returns\n * simple euclidean distance.\n */\n\nexport var Simple = Util.extend({}, CRS, {\n\tprojection: LonLat,\n\ttransformation: toTransformation(1, 0, -1, 0),\n\n\tscale: function (zoom) {\n\t\treturn Math.pow(2, zoom);\n\t},\n\n\tzoom: function (scale) {\n\t\treturn Math.log(scale) / Math.LN2;\n\t},\n\n\tdistance: function (latlng1, latlng2) {\n\t\tvar dx = latlng2.lng - latlng1.lng,\n\t\t    dy = latlng2.lat - latlng1.lat;\n\n\t\treturn Math.sqrt(dx * dx + dy * dy);\n\t},\n\n\tinfinite: true\n});\n","import {CRS} from './CRS';\nimport {Earth} from './CRS.Earth';\nimport {EPSG3395} from './CRS.EPSG3395';\nimport {EPSG3857, EPSG900913} from './CRS.EPSG3857';\nimport {EPSG4326} from './CRS.EPSG4326';\nimport {Simple} from './CRS.Simple';\n\nCRS.Earth = Earth;\nCRS.EPSG3395 = EPSG3395;\nCRS.EPSG3857 = EPSG3857;\nCRS.EPSG900913 = EPSG900913;\nCRS.EPSG4326 = EPSG4326;\nCRS.Simple = Simple;\n\nexport {CRS};\n","import {Evented} from '../core/Events';\nimport {Map} from '../map/Map';\nimport * as Util from '../core/Util';\n\n/*\n * @class Layer\n * @inherits Evented\n * @aka L.Layer\n * @aka ILayer\n *\n * A set of methods from the Layer base class that all Leaflet layers use.\n * Inherits all methods, options and events from `L.Evented`.\n *\n * @example\n *\n * ```js\n * var layer = L.Marker(latlng).addTo(map);\n * layer.addTo(map);\n * layer.remove();\n * ```\n *\n * @event add: Event\n * Fired after the layer is added to a map\n *\n * @event remove: Event\n * Fired after the layer is removed from a map\n */\n\n\nexport var Layer = Evented.extend({\n\n\t// Classes extending `L.Layer` will inherit the following options:\n\toptions: {\n\t\t// @option pane: String = 'overlayPane'\n\t\t// By default the layer will be added to the map's [overlay pane](#map-overlaypane). Overriding this option will cause the layer to be placed on another pane by default.\n\t\tpane: 'overlayPane',\n\n\t\t// @option attribution: String = null\n\t\t// String to be shown in the attribution control, e.g. \"© OpenStreetMap contributors\". It describes the layer data and is often a legal obligation towards copyright holders and tile providers.\n\t\tattribution: null,\n\n\t\tbubblingMouseEvents: true\n\t},\n\n\t/* @section\n\t * Classes extending `L.Layer` will inherit the following methods:\n\t *\n\t * @method addTo(map: Map|LayerGroup): this\n\t * Adds the layer to the given map or layer group.\n\t */\n\taddTo: function (map) {\n\t\tmap.addLayer(this);\n\t\treturn this;\n\t},\n\n\t// @method remove: this\n\t// Removes the layer from the map it is currently active on.\n\tremove: function () {\n\t\treturn this.removeFrom(this._map || this._mapToAdd);\n\t},\n\n\t// @method removeFrom(map: Map): this\n\t// Removes the layer from the given map\n\tremoveFrom: function (obj) {\n\t\tif (obj) {\n\t\t\tobj.removeLayer(this);\n\t\t}\n\t\treturn this;\n\t},\n\n\t// @method getPane(name? : String): HTMLElement\n\t// Returns the `HTMLElement` representing the named pane on the map. If `name` is omitted, returns the pane for this layer.\n\tgetPane: function (name) {\n\t\treturn this._map.getPane(name ? (this.options[name] || name) : this.options.pane);\n\t},\n\n\taddInteractiveTarget: function (targetEl) {\n\t\tthis._map._targets[Util.stamp(targetEl)] = this;\n\t\treturn this;\n\t},\n\n\tremoveInteractiveTarget: function (targetEl) {\n\t\tdelete this._map._targets[Util.stamp(targetEl)];\n\t\treturn this;\n\t},\n\n\t// @method getAttribution: String\n\t// Used by the `attribution control`, returns the [attribution option](#gridlayer-attribution).\n\tgetAttribution: function () {\n\t\treturn this.options.attribution;\n\t},\n\n\t_layerAdd: function (e) {\n\t\tvar map = e.target;\n\n\t\t// check in case layer gets added and then removed before the map is ready\n\t\tif (!map.hasLayer(this)) { return; }\n\n\t\tthis._map = map;\n\t\tthis._zoomAnimated = map._zoomAnimated;\n\n\t\tif (this.getEvents) {\n\t\t\tvar events = this.getEvents();\n\t\t\tmap.on(events, this);\n\t\t\tthis.once('remove', function () {\n\t\t\t\tmap.off(events, this);\n\t\t\t}, this);\n\t\t}\n\n\t\tthis.onAdd(map);\n\n\t\tif (this.getAttribution && map.attributionControl) {\n\t\t\tmap.attributionControl.addAttribution(this.getAttribution());\n\t\t}\n\n\t\tthis.fire('add');\n\t\tmap.fire('layeradd', {layer: this});\n\t}\n});\n\n/* @section Extension methods\n * @uninheritable\n *\n * Every layer should extend from `L.Layer` and (re-)implement the following methods.\n *\n * @method onAdd(map: Map): this\n * Should contain code that creates DOM elements for the layer, adds them to `map panes` where they should belong and puts listeners on relevant map events. Called on [`map.addLayer(layer)`](#map-addlayer).\n *\n * @method onRemove(map: Map): this\n * Should contain all clean up code that removes the layer's elements from the DOM and removes listeners previously added in [`onAdd`](#layer-onadd). Called on [`map.removeLayer(layer)`](#map-removelayer).\n *\n * @method getEvents(): Object\n * This optional method should return an object like `{ viewreset: this._reset }` for [`addEventListener`](#evented-addeventlistener). The event handlers in this object will be automatically added and removed from the map with your layer.\n *\n * @method getAttribution(): String\n * This optional method should return a string containing HTML to be shown on the `Attribution control` whenever the layer is visible.\n *\n * @method beforeAdd(map: Map): this\n * Optional method. Called on [`map.addLayer(layer)`](#map-addlayer), before the layer is added to the map, before events are initialized, without waiting until the map is in a usable state. Use for early initialization only.\n */\n\n\n/* @namespace Map\n * @section Layer events\n *\n * @event layeradd: LayerEvent\n * Fired when a new layer is added to the map.\n *\n * @event layerremove: LayerEvent\n * Fired when some layer is removed from the map\n *\n * @section Methods for Layers and Controls\n */\nMap.include({\n\t// @method addLayer(layer: Layer): this\n\t// Adds the given layer to the map\n\taddLayer: function (layer) {\n\t\tif (!layer._layerAdd) {\n\t\t\tthrow new Error('The provided object is not a Layer.');\n\t\t}\n\n\t\tvar id = Util.stamp(layer);\n\t\tif (this._layers[id]) { return this; }\n\t\tthis._layers[id] = layer;\n\n\t\tlayer._mapToAdd = this;\n\n\t\tif (layer.beforeAdd) {\n\t\t\tlayer.beforeAdd(this);\n\t\t}\n\n\t\tthis.whenReady(layer._layerAdd, layer);\n\n\t\treturn this;\n\t},\n\n\t// @method removeLayer(layer: Layer): this\n\t// Removes the given layer from the map.\n\tremoveLayer: function (layer) {\n\t\tvar id = Util.stamp(layer);\n\n\t\tif (!this._layers[id]) { return this; }\n\n\t\tif (this._loaded) {\n\t\t\tlayer.onRemove(this);\n\t\t}\n\n\t\tif (layer.getAttribution && this.attributionControl) {\n\t\t\tthis.attributionControl.removeAttribution(layer.getAttribution());\n\t\t}\n\n\t\tdelete this._layers[id];\n\n\t\tif (this._loaded) {\n\t\t\tthis.fire('layerremove', {layer: layer});\n\t\t\tlayer.fire('remove');\n\t\t}\n\n\t\tlayer._map = layer._mapToAdd = null;\n\n\t\treturn this;\n\t},\n\n\t// @method hasLayer(layer: Layer): Boolean\n\t// Returns `true` if the given layer is currently added to the map\n\thasLayer: function (layer) {\n\t\treturn !!layer && (Util.stamp(layer) in this._layers);\n\t},\n\n\t/* @method eachLayer(fn: Function, context?: Object): this\n\t * Iterates over the layers of the map, optionally specifying context of the iterator function.\n\t * ```\n\t * map.eachLayer(function(layer){\n\t *     layer.bindPopup('Hello');\n\t * });\n\t * ```\n\t */\n\teachLayer: function (method, context) {\n\t\tfor (var i in this._layers) {\n\t\t\tmethod.call(context, this._layers[i]);\n\t\t}\n\t\treturn this;\n\t},\n\n\t_addLayers: function (layers) {\n\t\tlayers = layers ? (Util.isArray(layers) ? layers : [layers]) : [];\n\n\t\tfor (var i = 0, len = layers.length; i < len; i++) {\n\t\t\tthis.addLayer(layers[i]);\n\t\t}\n\t},\n\n\t_addZoomLimit: function (layer) {\n\t\tif (isNaN(layer.options.maxZoom) || !isNaN(layer.options.minZoom)) {\n\t\t\tthis._zoomBoundLayers[Util.stamp(layer)] = layer;\n\t\t\tthis._updateZoomLevels();\n\t\t}\n\t},\n\n\t_removeZoomLimit: function (layer) {\n\t\tvar id = Util.stamp(layer);\n\n\t\tif (this._zoomBoundLayers[id]) {\n\t\t\tdelete this._zoomBoundLayers[id];\n\t\t\tthis._updateZoomLevels();\n\t\t}\n\t},\n\n\t_updateZoomLevels: function () {\n\t\tvar minZoom = Infinity,\n\t\t    maxZoom = -Infinity,\n\t\t    oldZoomSpan = this._getZoomSpan();\n\n\t\tfor (var i in this._zoomBoundLayers) {\n\t\t\tvar options = this._zoomBoundLayers[i].options;\n\n\t\t\tminZoom = options.minZoom === undefined ? minZoom : Math.min(minZoom, options.minZoom);\n\t\t\tmaxZoom = options.maxZoom === undefined ? maxZoom : Math.max(maxZoom, options.maxZoom);\n\t\t}\n\n\t\tthis._layersMaxZoom = maxZoom === -Infinity ? undefined : maxZoom;\n\t\tthis._layersMinZoom = minZoom === Infinity ? undefined : minZoom;\n\n\t\t// @section Map state change events\n\t\t// @event zoomlevelschange: Event\n\t\t// Fired when the number of zoomlevels on the map is changed due\n\t\t// to adding or removing a layer.\n\t\tif (oldZoomSpan !== this._getZoomSpan()) {\n\t\t\tthis.fire('zoomlevelschange');\n\t\t}\n\n\t\tif (this.options.maxZoom === undefined && this._layersMaxZoom && this.getZoom() > this._layersMaxZoom) {\n\t\t\tthis.setZoom(this._layersMaxZoom);\n\t\t}\n\t\tif (this.options.minZoom === undefined && this._layersMinZoom && this.getZoom() < this._layersMinZoom) {\n\t\t\tthis.setZoom(this._layersMinZoom);\n\t\t}\n\t}\n});\n","\r\nimport {Layer} from './Layer';\r\nimport * as Util from '../core/Util';\r\n\r\n/*\r\n * @class LayerGroup\r\n * @aka L.LayerGroup\r\n * @inherits Layer\r\n *\r\n * Used to group several layers and handle them as one. If you add it to the map,\r\n * any layers added or removed from the group will be added/removed on the map as\r\n * well. Extends `Layer`.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * L.layerGroup([marker1, marker2])\r\n * \t.addLayer(polyline)\r\n * \t.addTo(map);\r\n * ```\r\n */\r\n\r\nexport var LayerGroup = Layer.extend({\r\n\r\n\tinitialize: function (layers, options) {\r\n\t\tUtil.setOptions(this, options);\r\n\r\n\t\tthis._layers = {};\r\n\r\n\t\tvar i, len;\r\n\r\n\t\tif (layers) {\r\n\t\t\tfor (i = 0, len = layers.length; i < len; i++) {\r\n\t\t\t\tthis.addLayer(layers[i]);\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\r\n\t// @method addLayer(layer: Layer): this\r\n\t// Adds the given layer to the group.\r\n\taddLayer: function (layer) {\r\n\t\tvar id = this.getLayerId(layer);\r\n\r\n\t\tthis._layers[id] = layer;\r\n\r\n\t\tif (this._map) {\r\n\t\t\tthis._map.addLayer(layer);\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method removeLayer(layer: Layer): this\r\n\t// Removes the given layer from the group.\r\n\t// @alternative\r\n\t// @method removeLayer(id: Number): this\r\n\t// Removes the layer with the given internal ID from the group.\r\n\tremoveLayer: function (layer) {\r\n\t\tvar id = layer in this._layers ? layer : this.getLayerId(layer);\r\n\r\n\t\tif (this._map && this._layers[id]) {\r\n\t\t\tthis._map.removeLayer(this._layers[id]);\r\n\t\t}\r\n\r\n\t\tdelete this._layers[id];\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method hasLayer(layer: Layer): Boolean\r\n\t// Returns `true` if the given layer is currently added to the group.\r\n\t// @alternative\r\n\t// @method hasLayer(id: Number): Boolean\r\n\t// Returns `true` if the given internal ID is currently added to the group.\r\n\thasLayer: function (layer) {\r\n\t\treturn !!layer && (layer in this._layers || this.getLayerId(layer) in this._layers);\r\n\t},\r\n\r\n\t// @method clearLayers(): this\r\n\t// Removes all the layers from the group.\r\n\tclearLayers: function () {\r\n\t\treturn this.eachLayer(this.removeLayer, this);\r\n\t},\r\n\r\n\t// @method invoke(methodName: String, …): this\r\n\t// Calls `methodName` on every layer contained in this group, passing any\r\n\t// additional parameters. Has no effect if the layers contained do not\r\n\t// implement `methodName`.\r\n\tinvoke: function (methodName) {\r\n\t\tvar args = Array.prototype.slice.call(arguments, 1),\r\n\t\t    i, layer;\r\n\r\n\t\tfor (i in this._layers) {\r\n\t\t\tlayer = this._layers[i];\r\n\r\n\t\t\tif (layer[methodName]) {\r\n\t\t\t\tlayer[methodName].apply(layer, args);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\tonAdd: function (map) {\r\n\t\tthis.eachLayer(map.addLayer, map);\r\n\t},\r\n\r\n\tonRemove: function (map) {\r\n\t\tthis.eachLayer(map.removeLayer, map);\r\n\t},\r\n\r\n\t// @method eachLayer(fn: Function, context?: Object): this\r\n\t// Iterates over the layers of the group, optionally specifying context of the iterator function.\r\n\t// ```js\r\n\t// group.eachLayer(function (layer) {\r\n\t// \tlayer.bindPopup('Hello');\r\n\t// });\r\n\t// ```\r\n\teachLayer: function (method, context) {\r\n\t\tfor (var i in this._layers) {\r\n\t\t\tmethod.call(context, this._layers[i]);\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method getLayer(id: Number): Layer\r\n\t// Returns the layer with the given internal ID.\r\n\tgetLayer: function (id) {\r\n\t\treturn this._layers[id];\r\n\t},\r\n\r\n\t// @method getLayers(): Layer[]\r\n\t// Returns an array of all the layers added to the group.\r\n\tgetLayers: function () {\r\n\t\tvar layers = [];\r\n\t\tthis.eachLayer(layers.push, layers);\r\n\t\treturn layers;\r\n\t},\r\n\r\n\t// @method setZIndex(zIndex: Number): this\r\n\t// Calls `setZIndex` on every layer contained in this group, passing the z-index.\r\n\tsetZIndex: function (zIndex) {\r\n\t\treturn this.invoke('setZIndex', zIndex);\r\n\t},\r\n\r\n\t// @method getLayerId(layer: Layer): Number\r\n\t// Returns the internal ID for a layer\r\n\tgetLayerId: function (layer) {\r\n\t\treturn Util.stamp(layer);\r\n\t}\r\n});\r\n\r\n\r\n// @factory L.layerGroup(layers?: Layer[], options?: Object)\r\n// Create a layer group, optionally given an initial set of layers and an `options` object.\r\nexport var layerGroup = function (layers, options) {\r\n\treturn new LayerGroup(layers, options);\r\n};\r\n","import {LayerGroup} from './LayerGroup';\r\nimport {LatLngBounds} from '../geo/LatLngBounds';\r\n\r\n/*\r\n * @class FeatureGroup\r\n * @aka L.FeatureGroup\r\n * @inherits LayerGroup\r\n *\r\n * Extended `LayerGroup` that makes it easier to do the same thing to all its member layers:\r\n *  * [`bindPopup`](#layer-bindpopup) binds a popup to all of the layers at once (likewise with [`bindTooltip`](#layer-bindtooltip))\r\n *  * Events are propagated to the `FeatureGroup`, so if the group has an event\r\n * handler, it will handle events from any of the layers. This includes mouse events\r\n * and custom events.\r\n *  * Has `layeradd` and `layerremove` events\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * L.featureGroup([marker1, marker2, polyline])\r\n * \t.bindPopup('Hello world!')\r\n * \t.on('click', function() { alert('Clicked on a member of the group!'); })\r\n * \t.addTo(map);\r\n * ```\r\n */\r\n\r\nexport var FeatureGroup = LayerGroup.extend({\r\n\r\n\taddLayer: function (layer) {\r\n\t\tif (this.hasLayer(layer)) {\r\n\t\t\treturn this;\r\n\t\t}\r\n\r\n\t\tlayer.addEventParent(this);\r\n\r\n\t\tLayerGroup.prototype.addLayer.call(this, layer);\r\n\r\n\t\t// @event layeradd: LayerEvent\r\n\t\t// Fired when a layer is added to this `FeatureGroup`\r\n\t\treturn this.fire('layeradd', {layer: layer});\r\n\t},\r\n\r\n\tremoveLayer: function (layer) {\r\n\t\tif (!this.hasLayer(layer)) {\r\n\t\t\treturn this;\r\n\t\t}\r\n\t\tif (layer in this._layers) {\r\n\t\t\tlayer = this._layers[layer];\r\n\t\t}\r\n\r\n\t\tlayer.removeEventParent(this);\r\n\r\n\t\tLayerGroup.prototype.removeLayer.call(this, layer);\r\n\r\n\t\t// @event layerremove: LayerEvent\r\n\t\t// Fired when a layer is removed from this `FeatureGroup`\r\n\t\treturn this.fire('layerremove', {layer: layer});\r\n\t},\r\n\r\n\t// @method setStyle(style: Path options): this\r\n\t// Sets the given path options to each layer of the group that has a `setStyle` method.\r\n\tsetStyle: function (style) {\r\n\t\treturn this.invoke('setStyle', style);\r\n\t},\r\n\r\n\t// @method bringToFront(): this\r\n\t// Brings the layer group to the top of all other layers\r\n\tbringToFront: function () {\r\n\t\treturn this.invoke('bringToFront');\r\n\t},\r\n\r\n\t// @method bringToBack(): this\r\n\t// Brings the layer group to the back of all other layers\r\n\tbringToBack: function () {\r\n\t\treturn this.invoke('bringToBack');\r\n\t},\r\n\r\n\t// @method getBounds(): LatLngBounds\r\n\t// Returns the LatLngBounds of the Feature Group (created from bounds and coordinates of its children).\r\n\tgetBounds: function () {\r\n\t\tvar bounds = new LatLngBounds();\r\n\r\n\t\tfor (var id in this._layers) {\r\n\t\t\tvar layer = this._layers[id];\r\n\t\t\tbounds.extend(layer.getBounds ? layer.getBounds() : layer.getLatLng());\r\n\t\t}\r\n\t\treturn bounds;\r\n\t}\r\n});\r\n\r\n// @factory L.featureGroup(layers: Layer[])\r\n// Create a feature group, optionally given an initial set of layers.\r\nexport var featureGroup = function (layers) {\r\n\treturn new FeatureGroup(layers);\r\n};\r\n","import {Class} from '../../core/Class';\r\nimport {setOptions} from '../../core/Util';\r\nimport {toPoint as point} from '../../geometry/Point';\r\nimport {retina} from '../../core/Browser';\r\n\r\n/*\r\n * @class Icon\r\n * @aka L.Icon\r\n *\r\n * Represents an icon to provide when creating a marker.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * var myIcon = L.icon({\r\n *     iconUrl: 'my-icon.png',\r\n *     iconRetinaUrl: 'my-icon@2x.png',\r\n *     iconSize: [38, 95],\r\n *     iconAnchor: [22, 94],\r\n *     popupAnchor: [-3, -76],\r\n *     shadowUrl: 'my-icon-shadow.png',\r\n *     shadowRetinaUrl: 'my-icon-shadow@2x.png',\r\n *     shadowSize: [68, 95],\r\n *     shadowAnchor: [22, 94]\r\n * });\r\n *\r\n * L.marker([50.505, 30.57], {icon: myIcon}).addTo(map);\r\n * ```\r\n *\r\n * `L.Icon.Default` extends `L.Icon` and is the blue icon Leaflet uses for markers by default.\r\n *\r\n */\r\n\r\nexport var Icon = Class.extend({\r\n\r\n\t/* @section\r\n\t * @aka Icon options\r\n\t *\r\n\t * @option iconUrl: String = null\r\n\t * **(required)** The URL to the icon image (absolute or relative to your script path).\r\n\t *\r\n\t * @option iconRetinaUrl: String = null\r\n\t * The URL to a retina sized version of the icon image (absolute or relative to your\r\n\t * script path). Used for Retina screen devices.\r\n\t *\r\n\t * @option iconSize: Point = null\r\n\t * Size of the icon image in pixels.\r\n\t *\r\n\t * @option iconAnchor: Point = null\r\n\t * The coordinates of the \"tip\" of the icon (relative to its top left corner). The icon\r\n\t * will be aligned so that this point is at the marker's geographical location. Centered\r\n\t * by default if size is specified, also can be set in CSS with negative margins.\r\n\t *\r\n\t * @option popupAnchor: Point = [0, 0]\r\n\t * The coordinates of the point from which popups will \"open\", relative to the icon anchor.\r\n\t *\r\n\t * @option tooltipAnchor: Point = [0, 0]\r\n\t * The coordinates of the point from which tooltips will \"open\", relative to the icon anchor.\r\n\t *\r\n\t * @option shadowUrl: String = null\r\n\t * The URL to the icon shadow image. If not specified, no shadow image will be created.\r\n\t *\r\n\t * @option shadowRetinaUrl: String = null\r\n\t *\r\n\t * @option shadowSize: Point = null\r\n\t * Size of the shadow image in pixels.\r\n\t *\r\n\t * @option shadowAnchor: Point = null\r\n\t * The coordinates of the \"tip\" of the shadow (relative to its top left corner) (the same\r\n\t * as iconAnchor if not specified).\r\n\t *\r\n\t * @option className: String = ''\r\n\t * A custom class name to assign to both icon and shadow images. Empty by default.\r\n\t */\r\n\r\n\toptions: {\r\n\t\tpopupAnchor: [0, 0],\r\n\t\ttooltipAnchor: [0, 0]\r\n\t},\r\n\r\n\tinitialize: function (options) {\r\n\t\tsetOptions(this, options);\r\n\t},\r\n\r\n\t// @method createIcon(oldIcon?: HTMLElement): HTMLElement\r\n\t// Called internally when the icon has to be shown, returns a `<img>` HTML element\r\n\t// styled according to the options.\r\n\tcreateIcon: function (oldIcon) {\r\n\t\treturn this._createIcon('icon', oldIcon);\r\n\t},\r\n\r\n\t// @method createShadow(oldIcon?: HTMLElement): HTMLElement\r\n\t// As `createIcon`, but for the shadow beneath it.\r\n\tcreateShadow: function (oldIcon) {\r\n\t\treturn this._createIcon('shadow', oldIcon);\r\n\t},\r\n\r\n\t_createIcon: function (name, oldIcon) {\r\n\t\tvar src = this._getIconUrl(name);\r\n\r\n\t\tif (!src) {\r\n\t\t\tif (name === 'icon') {\r\n\t\t\t\tthrow new Error('iconUrl not set in Icon options (see the docs).');\r\n\t\t\t}\r\n\t\t\treturn null;\r\n\t\t}\r\n\r\n\t\tvar img = this._createImg(src, oldIcon && oldIcon.tagName === 'IMG' ? oldIcon : null);\r\n\t\tthis._setIconStyles(img, name);\r\n\r\n\t\treturn img;\r\n\t},\r\n\r\n\t_setIconStyles: function (img, name) {\r\n\t\tvar options = this.options;\r\n\t\tvar sizeOption = options[name + 'Size'];\r\n\r\n\t\tif (typeof sizeOption === 'number') {\r\n\t\t\tsizeOption = [sizeOption, sizeOption];\r\n\t\t}\r\n\r\n\t\tvar size = point(sizeOption),\r\n\t\t    anchor = point(name === 'shadow' && options.shadowAnchor || options.iconAnchor ||\r\n\t\t            size && size.divideBy(2, true));\r\n\r\n\t\timg.className = 'leaflet-marker-' + name + ' ' + (options.className || '');\r\n\r\n\t\tif (anchor) {\r\n\t\t\timg.style.marginLeft = (-anchor.x) + 'px';\r\n\t\t\timg.style.marginTop  = (-anchor.y) + 'px';\r\n\t\t}\r\n\r\n\t\tif (size) {\r\n\t\t\timg.style.width  = size.x + 'px';\r\n\t\t\timg.style.height = size.y + 'px';\r\n\t\t}\r\n\t},\r\n\r\n\t_createImg: function (src, el) {\r\n\t\tel = el || document.createElement('img');\r\n\t\tel.src = src;\r\n\t\treturn el;\r\n\t},\r\n\r\n\t_getIconUrl: function (name) {\r\n\t\treturn retina && this.options[name + 'RetinaUrl'] || this.options[name + 'Url'];\r\n\t}\r\n});\r\n\r\n\r\n// @factory L.icon(options: Icon options)\r\n// Creates an icon instance with the given options.\r\nexport function icon(options) {\r\n\treturn new Icon(options);\r\n}\r\n","import {Icon} from './Icon';\nimport * as DomUtil from '../../dom/DomUtil';\n\n/*\n * @miniclass Icon.Default (Icon)\n * @aka L.Icon.Default\n * @section\n *\n * A trivial subclass of `Icon`, represents the icon to use in `Marker`s when\n * no icon is specified. Points to the blue marker image distributed with Leaflet\n * releases.\n *\n * In order to customize the default icon, just change the properties of `L.Icon.Default.prototype.options`\n * (which is a set of `Icon options`).\n *\n * If you want to _completely_ replace the default icon, override the\n * `L.Marker.prototype.options.icon` with your own icon instead.\n */\n\nexport var IconDefault = Icon.extend({\n\n\toptions: {\n\t\ticonUrl:       'marker-icon.png',\n\t\ticonRetinaUrl: 'marker-icon-2x.png',\n\t\tshadowUrl:     'marker-shadow.png',\n\t\ticonSize:    [25, 41],\n\t\ticonAnchor:  [12, 41],\n\t\tpopupAnchor: [1, -34],\n\t\ttooltipAnchor: [16, -28],\n\t\tshadowSize:  [41, 41]\n\t},\n\n\t_getIconUrl: function (name) {\n\t\tif (!IconDefault.imagePath) {\t// Deprecated, backwards-compatibility only\n\t\t\tIconDefault.imagePath = this._detectIconPath();\n\t\t}\n\n\t\t// @option imagePath: String\n\t\t// `Icon.Default` will try to auto-detect the location of the\n\t\t// blue icon images. If you are placing these images in a non-standard\n\t\t// way, set this option to point to the right path.\n\t\treturn (this.options.imagePath || IconDefault.imagePath) + Icon.prototype._getIconUrl.call(this, name);\n\t},\n\n\t_detectIconPath: function () {\n\t\tvar el = DomUtil.create('div',  'leaflet-default-icon-path', document.body);\n\t\tvar path = DomUtil.getStyle(el, 'background-image') ||\n\t\t           DomUtil.getStyle(el, 'backgroundImage');\t// IE8\n\n\t\tdocument.body.removeChild(el);\n\n\t\tif (path === null || path.indexOf('url') !== 0) {\n\t\t\tpath = '';\n\t\t} else {\n\t\t\tpath = path.replace(/^url\\([\"']?/, '').replace(/marker-icon\\.png[\"']?\\)$/, '');\n\t\t}\n\n\t\treturn path;\n\t}\n});\n","import {Handler} from '../../core/Handler';\nimport * as DomUtil from '../../dom/DomUtil';\nimport {Draggable} from '../../dom/Draggable';\nimport {toBounds} from '../../geometry/Bounds';\nimport {toPoint} from '../../geometry/Point';\nimport {requestAnimFrame, cancelAnimFrame} from '../../core/Util';\n\n/*\n * L.Handler.MarkerDrag is used internally by L.Marker to make the markers draggable.\n */\n\n\n/* @namespace Marker\n * @section Interaction handlers\n *\n * Interaction handlers are properties of a marker instance that allow you to control interaction behavior in runtime, enabling or disabling certain features such as dragging (see `Handler` methods). Example:\n *\n * ```js\n * marker.dragging.disable();\n * ```\n *\n * @property dragging: Handler\n * Marker dragging handler (by both mouse and touch). Only valid when the marker is on the map (Otherwise set [`marker.options.draggable`](#marker-draggable)).\n */\n\nexport var MarkerDrag = Handler.extend({\n\tinitialize: function (marker) {\n\t\tthis._marker = marker;\n\t},\n\n\taddHooks: function () {\n\t\tvar icon = this._marker._icon;\n\n\t\tif (!this._draggable) {\n\t\t\tthis._draggable = new Draggable(icon, icon, true);\n\t\t}\n\n\t\tthis._draggable.on({\n\t\t\tdragstart: this._onDragStart,\n\t\t\tpredrag: this._onPreDrag,\n\t\t\tdrag: this._onDrag,\n\t\t\tdragend: this._onDragEnd\n\t\t}, this).enable();\n\n\t\tDomUtil.addClass(icon, 'leaflet-marker-draggable');\n\t},\n\n\tremoveHooks: function () {\n\t\tthis._draggable.off({\n\t\t\tdragstart: this._onDragStart,\n\t\t\tpredrag: this._onPreDrag,\n\t\t\tdrag: this._onDrag,\n\t\t\tdragend: this._onDragEnd\n\t\t}, this).disable();\n\n\t\tif (this._marker._icon) {\n\t\t\tDomUtil.removeClass(this._marker._icon, 'leaflet-marker-draggable');\n\t\t}\n\t},\n\n\tmoved: function () {\n\t\treturn this._draggable && this._draggable._moved;\n\t},\n\n\t_adjustPan: function (e) {\n\t\tvar marker = this._marker,\n\t\t    map = marker._map,\n\t\t    speed = this._marker.options.autoPanSpeed,\n\t\t    padding = this._marker.options.autoPanPadding,\n\t\t    iconPos = DomUtil.getPosition(marker._icon),\n\t\t    bounds = map.getPixelBounds(),\n\t\t    origin = map.getPixelOrigin();\n\n\t\tvar panBounds = toBounds(\n\t\t\tbounds.min._subtract(origin).add(padding),\n\t\t\tbounds.max._subtract(origin).subtract(padding)\n\t\t);\n\n\t\tif (!panBounds.contains(iconPos)) {\n\t\t\t// Compute incremental movement\n\t\t\tvar movement = toPoint(\n\t\t\t\t(Math.max(panBounds.max.x, iconPos.x) - panBounds.max.x) / (bounds.max.x - panBounds.max.x) -\n\t\t\t\t(Math.min(panBounds.min.x, iconPos.x) - panBounds.min.x) / (bounds.min.x - panBounds.min.x),\n\n\t\t\t\t(Math.max(panBounds.max.y, iconPos.y) - panBounds.max.y) / (bounds.max.y - panBounds.max.y) -\n\t\t\t\t(Math.min(panBounds.min.y, iconPos.y) - panBounds.min.y) / (bounds.min.y - panBounds.min.y)\n\t\t\t).multiplyBy(speed);\n\n\t\t\tmap.panBy(movement, {animate: false});\n\n\t\t\tthis._draggable._newPos._add(movement);\n\t\t\tthis._draggable._startPos._add(movement);\n\n\t\t\tDomUtil.setPosition(marker._icon, this._draggable._newPos);\n\t\t\tthis._onDrag(e);\n\n\t\t\tthis._panRequest = requestAnimFrame(this._adjustPan.bind(this, e));\n\t\t}\n\t},\n\n\t_onDragStart: function () {\n\t\t// @section Dragging events\n\t\t// @event dragstart: Event\n\t\t// Fired when the user starts dragging the marker.\n\n\t\t// @event movestart: Event\n\t\t// Fired when the marker starts moving (because of dragging).\n\n\t\tthis._oldLatLng = this._marker.getLatLng();\n\t\tthis._marker\n\t\t    .closePopup()\n\t\t    .fire('movestart')\n\t\t    .fire('dragstart');\n\t},\n\n\t_onPreDrag: function (e) {\n\t\tif (this._marker.options.autoPan) {\n\t\t\tcancelAnimFrame(this._panRequest);\n\t\t\tthis._panRequest = requestAnimFrame(this._adjustPan.bind(this, e));\n\t\t}\n\t},\n\n\t_onDrag: function (e) {\n\t\tvar marker = this._marker,\n\t\t    shadow = marker._shadow,\n\t\t    iconPos = DomUtil.getPosition(marker._icon),\n\t\t    latlng = marker._map.layerPointToLatLng(iconPos);\n\n\t\t// update shadow position\n\t\tif (shadow) {\n\t\t\tDomUtil.setPosition(shadow, iconPos);\n\t\t}\n\n\t\tmarker._latlng = latlng;\n\t\te.latlng = latlng;\n\t\te.oldLatLng = this._oldLatLng;\n\n\t\t// @event drag: Event\n\t\t// Fired repeatedly while the user drags the marker.\n\t\tmarker\n\t\t    .fire('move', e)\n\t\t    .fire('drag', e);\n\t},\n\n\t_onDragEnd: function (e) {\n\t\t// @event dragend: DragEndEvent\n\t\t// Fired when the user stops dragging the marker.\n\n\t\t cancelAnimFrame(this._panRequest);\n\n\t\t// @event moveend: Event\n\t\t// Fired when the marker stops moving (because of dragging).\n\t\tdelete this._oldLatLng;\n\t\tthis._marker\n\t\t    .fire('moveend')\n\t\t    .fire('dragend', e);\n\t}\n});\n","import {Layer} from '../Layer';\r\nimport {IconDefault} from './Icon.Default';\r\nimport * as Util from '../../core/Util';\r\nimport {toLatLng as latLng} from '../../geo/LatLng';\r\nimport * as DomUtil from '../../dom/DomUtil';\r\nimport {MarkerDrag} from './Marker.Drag';\r\n\r\n/*\r\n * @class Marker\r\n * @inherits Interactive layer\r\n * @aka L.Marker\r\n * L.Marker is used to display clickable/draggable icons on the map. Extends `Layer`.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * L.marker([50.5, 30.5]).addTo(map);\r\n * ```\r\n */\r\n\r\nexport var Marker = Layer.extend({\r\n\r\n\t// @section\r\n\t// @aka Marker options\r\n\toptions: {\r\n\t\t// @option icon: Icon = *\r\n\t\t// Icon instance to use for rendering the marker.\r\n\t\t// See [Icon documentation](#L.Icon) for details on how to customize the marker icon.\r\n\t\t// If not specified, a common instance of `L.Icon.Default` is used.\r\n\t\ticon: new IconDefault(),\r\n\r\n\t\t// Option inherited from \"Interactive layer\" abstract class\r\n\t\tinteractive: true,\r\n\r\n\t\t// @option keyboard: Boolean = true\r\n\t\t// Whether the marker can be tabbed to with a keyboard and clicked by pressing enter.\r\n\t\tkeyboard: true,\r\n\r\n\t\t// @option title: String = ''\r\n\t\t// Text for the browser tooltip that appear on marker hover (no tooltip by default).\r\n\t\ttitle: '',\r\n\r\n\t\t// @option alt: String = ''\r\n\t\t// Text for the `alt` attribute of the icon image (useful for accessibility).\r\n\t\talt: '',\r\n\r\n\t\t// @option zIndexOffset: Number = 0\r\n\t\t// By default, marker images zIndex is set automatically based on its latitude. Use this option if you want to put the marker on top of all others (or below), specifying a high value like `1000` (or high negative value, respectively).\r\n\t\tzIndexOffset: 0,\r\n\r\n\t\t// @option opacity: Number = 1.0\r\n\t\t// The opacity of the marker.\r\n\t\topacity: 1,\r\n\r\n\t\t// @option riseOnHover: Boolean = false\r\n\t\t// If `true`, the marker will get on top of others when you hover the mouse over it.\r\n\t\triseOnHover: false,\r\n\r\n\t\t// @option riseOffset: Number = 250\r\n\t\t// The z-index offset used for the `riseOnHover` feature.\r\n\t\triseOffset: 250,\r\n\r\n\t\t// @option pane: String = 'markerPane'\r\n\t\t// `Map pane` where the markers icon will be added.\r\n\t\tpane: 'markerPane',\r\n\r\n\t\t// @option bubblingMouseEvents: Boolean = false\r\n\t\t// When `true`, a mouse event on this marker will trigger the same event on the map\r\n\t\t// (unless [`L.DomEvent.stopPropagation`](#domevent-stoppropagation) is used).\r\n\t\tbubblingMouseEvents: false,\r\n\r\n\t\t// @section Draggable marker options\r\n\t\t// @option draggable: Boolean = false\r\n\t\t// Whether the marker is draggable with mouse/touch or not.\r\n\t\tdraggable: false,\r\n\r\n\t\t// @option autoPan: Boolean = false\r\n\t\t// Whether to pan the map when dragging this marker near its edge or not.\r\n\t\tautoPan: false,\r\n\r\n\t\t// @option autoPanPadding: Point = Point(50, 50)\r\n\t\t// Distance (in pixels to the left/right and to the top/bottom) of the\r\n\t\t// map edge to start panning the map.\r\n\t\tautoPanPadding: [50, 50],\r\n\r\n\t\t// @option autoPanSpeed: Number = 10\r\n\t\t// Number of pixels the map should pan by.\r\n\t\tautoPanSpeed: 10\r\n\t},\r\n\r\n\t/* @section\r\n\t *\r\n\t * In addition to [shared layer methods](#Layer) like `addTo()` and `remove()` and [popup methods](#Popup) like bindPopup() you can also use the following methods:\r\n\t */\r\n\r\n\tinitialize: function (latlng, options) {\r\n\t\tUtil.setOptions(this, options);\r\n\t\tthis._latlng = latLng(latlng);\r\n\t},\r\n\r\n\tonAdd: function (map) {\r\n\t\tthis._zoomAnimated = this._zoomAnimated && map.options.markerZoomAnimation;\r\n\r\n\t\tif (this._zoomAnimated) {\r\n\t\t\tmap.on('zoomanim', this._animateZoom, this);\r\n\t\t}\r\n\r\n\t\tthis._initIcon();\r\n\t\tthis.update();\r\n\t},\r\n\r\n\tonRemove: function (map) {\r\n\t\tif (this.dragging && this.dragging.enabled()) {\r\n\t\t\tthis.options.draggable = true;\r\n\t\t\tthis.dragging.removeHooks();\r\n\t\t}\r\n\t\tdelete this.dragging;\r\n\r\n\t\tif (this._zoomAnimated) {\r\n\t\t\tmap.off('zoomanim', this._animateZoom, this);\r\n\t\t}\r\n\r\n\t\tthis._removeIcon();\r\n\t\tthis._removeShadow();\r\n\t},\r\n\r\n\tgetEvents: function () {\r\n\t\treturn {\r\n\t\t\tzoom: this.update,\r\n\t\t\tviewreset: this.update\r\n\t\t};\r\n\t},\r\n\r\n\t// @method getLatLng: LatLng\r\n\t// Returns the current geographical position of the marker.\r\n\tgetLatLng: function () {\r\n\t\treturn this._latlng;\r\n\t},\r\n\r\n\t// @method setLatLng(latlng: LatLng): this\r\n\t// Changes the marker position to the given point.\r\n\tsetLatLng: function (latlng) {\r\n\t\tvar oldLatLng = this._latlng;\r\n\t\tthis._latlng = latLng(latlng);\r\n\t\tthis.update();\r\n\r\n\t\t// @event move: Event\r\n\t\t// Fired when the marker is moved via [`setLatLng`](#marker-setlatlng) or by [dragging](#marker-dragging). Old and new coordinates are included in event arguments as `oldLatLng`, `latlng`.\r\n\t\treturn this.fire('move', {oldLatLng: oldLatLng, latlng: this._latlng});\r\n\t},\r\n\r\n\t// @method setZIndexOffset(offset: Number): this\r\n\t// Changes the [zIndex offset](#marker-zindexoffset) of the marker.\r\n\tsetZIndexOffset: function (offset) {\r\n\t\tthis.options.zIndexOffset = offset;\r\n\t\treturn this.update();\r\n\t},\r\n\r\n\t// @method setIcon(icon: Icon): this\r\n\t// Changes the marker icon.\r\n\tsetIcon: function (icon) {\r\n\r\n\t\tthis.options.icon = icon;\r\n\r\n\t\tif (this._map) {\r\n\t\t\tthis._initIcon();\r\n\t\t\tthis.update();\r\n\t\t}\r\n\r\n\t\tif (this._popup) {\r\n\t\t\tthis.bindPopup(this._popup, this._popup.options);\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\tgetElement: function () {\r\n\t\treturn this._icon;\r\n\t},\r\n\r\n\tupdate: function () {\r\n\r\n\t\tif (this._icon && this._map) {\r\n\t\t\tvar pos = this._map.latLngToLayerPoint(this._latlng).round();\r\n\t\t\tthis._setPos(pos);\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_initIcon: function () {\r\n\t\tvar options = this.options,\r\n\t\t    classToAdd = 'leaflet-zoom-' + (this._zoomAnimated ? 'animated' : 'hide');\r\n\r\n\t\tvar icon = options.icon.createIcon(this._icon),\r\n\t\t    addIcon = false;\r\n\r\n\t\t// if we're not reusing the icon, remove the old one and init new one\r\n\t\tif (icon !== this._icon) {\r\n\t\t\tif (this._icon) {\r\n\t\t\t\tthis._removeIcon();\r\n\t\t\t}\r\n\t\t\taddIcon = true;\r\n\r\n\t\t\tif (options.title) {\r\n\t\t\t\ticon.title = options.title;\r\n\t\t\t}\r\n\r\n\t\t\tif (icon.tagName === 'IMG') {\r\n\t\t\t\ticon.alt = options.alt || '';\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tDomUtil.addClass(icon, classToAdd);\r\n\r\n\t\tif (options.keyboard) {\r\n\t\t\ticon.tabIndex = '0';\r\n\t\t}\r\n\r\n\t\tthis._icon = icon;\r\n\r\n\t\tif (options.riseOnHover) {\r\n\t\t\tthis.on({\r\n\t\t\t\tmouseover: this._bringToFront,\r\n\t\t\t\tmouseout: this._resetZIndex\r\n\t\t\t});\r\n\t\t}\r\n\r\n\t\tvar newShadow = options.icon.createShadow(this._shadow),\r\n\t\t    addShadow = false;\r\n\r\n\t\tif (newShadow !== this._shadow) {\r\n\t\t\tthis._removeShadow();\r\n\t\t\taddShadow = true;\r\n\t\t}\r\n\r\n\t\tif (newShadow) {\r\n\t\t\tDomUtil.addClass(newShadow, classToAdd);\r\n\t\t\tnewShadow.alt = '';\r\n\t\t}\r\n\t\tthis._shadow = newShadow;\r\n\r\n\r\n\t\tif (options.opacity < 1) {\r\n\t\t\tthis._updateOpacity();\r\n\t\t}\r\n\r\n\r\n\t\tif (addIcon) {\r\n\t\t\tthis.getPane().appendChild(this._icon);\r\n\t\t}\r\n\t\tthis._initInteraction();\r\n\t\tif (newShadow && addShadow) {\r\n\t\t\tthis.getPane('shadowPane').appendChild(this._shadow);\r\n\t\t}\r\n\t},\r\n\r\n\t_removeIcon: function () {\r\n\t\tif (this.options.riseOnHover) {\r\n\t\t\tthis.off({\r\n\t\t\t\tmouseover: this._bringToFront,\r\n\t\t\t\tmouseout: this._resetZIndex\r\n\t\t\t});\r\n\t\t}\r\n\r\n\t\tDomUtil.remove(this._icon);\r\n\t\tthis.removeInteractiveTarget(this._icon);\r\n\r\n\t\tthis._icon = null;\r\n\t},\r\n\r\n\t_removeShadow: function () {\r\n\t\tif (this._shadow) {\r\n\t\t\tDomUtil.remove(this._shadow);\r\n\t\t}\r\n\t\tthis._shadow = null;\r\n\t},\r\n\r\n\t_setPos: function (pos) {\r\n\t\tDomUtil.setPosition(this._icon, pos);\r\n\r\n\t\tif (this._shadow) {\r\n\t\t\tDomUtil.setPosition(this._shadow, pos);\r\n\t\t}\r\n\r\n\t\tthis._zIndex = pos.y + this.options.zIndexOffset;\r\n\r\n\t\tthis._resetZIndex();\r\n\t},\r\n\r\n\t_updateZIndex: function (offset) {\r\n\t\tthis._icon.style.zIndex = this._zIndex + offset;\r\n\t},\r\n\r\n\t_animateZoom: function (opt) {\r\n\t\tvar pos = this._map._latLngToNewLayerPoint(this._latlng, opt.zoom, opt.center).round();\r\n\r\n\t\tthis._setPos(pos);\r\n\t},\r\n\r\n\t_initInteraction: function () {\r\n\r\n\t\tif (!this.options.interactive) { return; }\r\n\r\n\t\tDomUtil.addClass(this._icon, 'leaflet-interactive');\r\n\r\n\t\tthis.addInteractiveTarget(this._icon);\r\n\r\n\t\tif (MarkerDrag) {\r\n\t\t\tvar draggable = this.options.draggable;\r\n\t\t\tif (this.dragging) {\r\n\t\t\t\tdraggable = this.dragging.enabled();\r\n\t\t\t\tthis.dragging.disable();\r\n\t\t\t}\r\n\r\n\t\t\tthis.dragging = new MarkerDrag(this);\r\n\r\n\t\t\tif (draggable) {\r\n\t\t\t\tthis.dragging.enable();\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\r\n\t// @method setOpacity(opacity: Number): this\r\n\t// Changes the opacity of the marker.\r\n\tsetOpacity: function (opacity) {\r\n\t\tthis.options.opacity = opacity;\r\n\t\tif (this._map) {\r\n\t\t\tthis._updateOpacity();\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_updateOpacity: function () {\r\n\t\tvar opacity = this.options.opacity;\r\n\r\n\t\tDomUtil.setOpacity(this._icon, opacity);\r\n\r\n\t\tif (this._shadow) {\r\n\t\t\tDomUtil.setOpacity(this._shadow, opacity);\r\n\t\t}\r\n\t},\r\n\r\n\t_bringToFront: function () {\r\n\t\tthis._updateZIndex(this.options.riseOffset);\r\n\t},\r\n\r\n\t_resetZIndex: function () {\r\n\t\tthis._updateZIndex(0);\r\n\t},\r\n\r\n\t_getPopupAnchor: function () {\r\n\t\treturn this.options.icon.options.popupAnchor;\r\n\t},\r\n\r\n\t_getTooltipAnchor: function () {\r\n\t\treturn this.options.icon.options.tooltipAnchor;\r\n\t}\r\n});\r\n\r\n\r\n// factory L.marker(latlng: LatLng, options? : Marker options)\r\n\r\n// @factory L.marker(latlng: LatLng, options? : Marker options)\r\n// Instantiates a Marker object given a geographical point and optionally an options object.\r\nexport function marker(latlng, options) {\r\n\treturn new Marker(latlng, options);\r\n}\r\n","import {Layer} from '../Layer';\nimport * as Util from '../../core/Util';\n\n/*\n * @class Path\n * @aka L.Path\n * @inherits Interactive layer\n *\n * An abstract class that contains options and constants shared between vector\n * overlays (Polygon, Polyline, Circle). Do not use it directly. Extends `Layer`.\n */\n\nexport var Path = Layer.extend({\n\n\t// @section\n\t// @aka Path options\n\toptions: {\n\t\t// @option stroke: Boolean = true\n\t\t// Whether to draw stroke along the path. Set it to `false` to disable borders on polygons or circles.\n\t\tstroke: true,\n\n\t\t// @option color: String = '#3388ff'\n\t\t// Stroke color\n\t\tcolor: '#3388ff',\n\n\t\t// @option weight: Number = 3\n\t\t// Stroke width in pixels\n\t\tweight: 3,\n\n\t\t// @option opacity: Number = 1.0\n\t\t// Stroke opacity\n\t\topacity: 1,\n\n\t\t// @option lineCap: String= 'round'\n\t\t// A string that defines [shape to be used at the end](https://developer.mozilla.org/docs/Web/SVG/Attribute/stroke-linecap) of the stroke.\n\t\tlineCap: 'round',\n\n\t\t// @option lineJoin: String = 'round'\n\t\t// A string that defines [shape to be used at the corners](https://developer.mozilla.org/docs/Web/SVG/Attribute/stroke-linejoin) of the stroke.\n\t\tlineJoin: 'round',\n\n\t\t// @option dashArray: String = null\n\t\t// A string that defines the stroke [dash pattern](https://developer.mozilla.org/docs/Web/SVG/Attribute/stroke-dasharray). Doesn't work on `Canvas`-powered layers in [some old browsers](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/setLineDash#Browser_compatibility).\n\t\tdashArray: null,\n\n\t\t// @option dashOffset: String = null\n\t\t// A string that defines the [distance into the dash pattern to start the dash](https://developer.mozilla.org/docs/Web/SVG/Attribute/stroke-dashoffset). Doesn't work on `Canvas`-powered layers in [some old browsers](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/setLineDash#Browser_compatibility).\n\t\tdashOffset: null,\n\n\t\t// @option fill: Boolean = depends\n\t\t// Whether to fill the path with color. Set it to `false` to disable filling on polygons or circles.\n\t\tfill: false,\n\n\t\t// @option fillColor: String = *\n\t\t// Fill color. Defaults to the value of the [`color`](#path-color) option\n\t\tfillColor: null,\n\n\t\t// @option fillOpacity: Number = 0.2\n\t\t// Fill opacity.\n\t\tfillOpacity: 0.2,\n\n\t\t// @option fillRule: String = 'evenodd'\n\t\t// A string that defines [how the inside of a shape](https://developer.mozilla.org/docs/Web/SVG/Attribute/fill-rule) is determined.\n\t\tfillRule: 'evenodd',\n\n\t\t// className: '',\n\n\t\t// Option inherited from \"Interactive layer\" abstract class\n\t\tinteractive: true,\n\n\t\t// @option bubblingMouseEvents: Boolean = true\n\t\t// When `true`, a mouse event on this path will trigger the same event on the map\n\t\t// (unless [`L.DomEvent.stopPropagation`](#domevent-stoppropagation) is used).\n\t\tbubblingMouseEvents: true\n\t},\n\n\tbeforeAdd: function (map) {\n\t\t// Renderer is set here because we need to call renderer.getEvents\n\t\t// before this.getEvents.\n\t\tthis._renderer = map.getRenderer(this);\n\t},\n\n\tonAdd: function () {\n\t\tthis._renderer._initPath(this);\n\t\tthis._reset();\n\t\tthis._renderer._addPath(this);\n\t},\n\n\tonRemove: function () {\n\t\tthis._renderer._removePath(this);\n\t},\n\n\t// @method redraw(): this\n\t// Redraws the layer. Sometimes useful after you changed the coordinates that the path uses.\n\tredraw: function () {\n\t\tif (this._map) {\n\t\t\tthis._renderer._updatePath(this);\n\t\t}\n\t\treturn this;\n\t},\n\n\t// @method setStyle(style: Path options): this\n\t// Changes the appearance of a Path based on the options in the `Path options` object.\n\tsetStyle: function (style) {\n\t\tUtil.setOptions(this, style);\n\t\tif (this._renderer) {\n\t\t\tthis._renderer._updateStyle(this);\n\t\t}\n\t\treturn this;\n\t},\n\n\t// @method bringToFront(): this\n\t// Brings the layer to the top of all path layers.\n\tbringToFront: function () {\n\t\tif (this._renderer) {\n\t\t\tthis._renderer._bringToFront(this);\n\t\t}\n\t\treturn this;\n\t},\n\n\t// @method bringToBack(): this\n\t// Brings the layer to the bottom of all path layers.\n\tbringToBack: function () {\n\t\tif (this._renderer) {\n\t\t\tthis._renderer._bringToBack(this);\n\t\t}\n\t\treturn this;\n\t},\n\n\tgetElement: function () {\n\t\treturn this._path;\n\t},\n\n\t_reset: function () {\n\t\t// defined in child classes\n\t\tthis._project();\n\t\tthis._update();\n\t},\n\n\t_clickTolerance: function () {\n\t\t// used when doing hit detection for Canvas layers\n\t\treturn (this.options.stroke ? this.options.weight / 2 : 0) + this._renderer.options.tolerance;\n\t}\n});\n","import {Path} from './Path';\nimport * as Util from '../../core/Util';\nimport {toLatLng} from '../../geo/LatLng';\nimport {Bounds} from '../../geometry/Bounds';\n\n\n/*\n * @class CircleMarker\n * @aka L.CircleMarker\n * @inherits Path\n *\n * A circle of a fixed size with radius specified in pixels. Extends `Path`.\n */\n\nexport var CircleMarker = Path.extend({\n\n\t// @section\n\t// @aka CircleMarker options\n\toptions: {\n\t\tfill: true,\n\n\t\t// @option radius: Number = 10\n\t\t// Radius of the circle marker, in pixels\n\t\tradius: 10\n\t},\n\n\tinitialize: function (latlng, options) {\n\t\tUtil.setOptions(this, options);\n\t\tthis._latlng = toLatLng(latlng);\n\t\tthis._radius = this.options.radius;\n\t},\n\n\t// @method setLatLng(latLng: LatLng): this\n\t// Sets the position of a circle marker to a new location.\n\tsetLatLng: function (latlng) {\n\t\tthis._latlng = toLatLng(latlng);\n\t\tthis.redraw();\n\t\treturn this.fire('move', {latlng: this._latlng});\n\t},\n\n\t// @method getLatLng(): LatLng\n\t// Returns the current geographical position of the circle marker\n\tgetLatLng: function () {\n\t\treturn this._latlng;\n\t},\n\n\t// @method setRadius(radius: Number): this\n\t// Sets the radius of a circle marker. Units are in pixels.\n\tsetRadius: function (radius) {\n\t\tthis.options.radius = this._radius = radius;\n\t\treturn this.redraw();\n\t},\n\n\t// @method getRadius(): Number\n\t// Returns the current radius of the circle\n\tgetRadius: function () {\n\t\treturn this._radius;\n\t},\n\n\tsetStyle : function (options) {\n\t\tvar radius = options && options.radius || this._radius;\n\t\tPath.prototype.setStyle.call(this, options);\n\t\tthis.setRadius(radius);\n\t\treturn this;\n\t},\n\n\t_project: function () {\n\t\tthis._point = this._map.latLngToLayerPoint(this._latlng);\n\t\tthis._updateBounds();\n\t},\n\n\t_updateBounds: function () {\n\t\tvar r = this._radius,\n\t\t    r2 = this._radiusY || r,\n\t\t    w = this._clickTolerance(),\n\t\t    p = [r + w, r2 + w];\n\t\tthis._pxBounds = new Bounds(this._point.subtract(p), this._point.add(p));\n\t},\n\n\t_update: function () {\n\t\tif (this._map) {\n\t\t\tthis._updatePath();\n\t\t}\n\t},\n\n\t_updatePath: function () {\n\t\tthis._renderer._updateCircle(this);\n\t},\n\n\t_empty: function () {\n\t\treturn this._radius && !this._renderer._bounds.intersects(this._pxBounds);\n\t},\n\n\t// Needed by the `Canvas` renderer for interactivity\n\t_containsPoint: function (p) {\n\t\treturn p.distanceTo(this._point) <= this._radius + this._clickTolerance();\n\t}\n});\n\n\n// @factory L.circleMarker(latlng: LatLng, options?: CircleMarker options)\n// Instantiates a circle marker object given a geographical point, and an optional options object.\nexport function circleMarker(latlng, options) {\n\treturn new CircleMarker(latlng, options);\n}\n","import {CircleMarker} from './CircleMarker';\nimport {Path} from './Path';\nimport * as Util from '../../core/Util';\nimport {toLatLng} from '../../geo/LatLng';\nimport {LatLngBounds} from '../../geo/LatLngBounds';\nimport {Earth} from '../../geo/crs/CRS.Earth';\n\n\n/*\n * @class Circle\n * @aka L.Circle\n * @inherits CircleMarker\n *\n * A class for drawing circle overlays on a map. Extends `CircleMarker`.\n *\n * It's an approximation and starts to diverge from a real circle closer to poles (due to projection distortion).\n *\n * @example\n *\n * ```js\n * L.circle([50.5, 30.5], {radius: 200}).addTo(map);\n * ```\n */\n\nexport var Circle = CircleMarker.extend({\n\n\tinitialize: function (latlng, options, legacyOptions) {\n\t\tif (typeof options === 'number') {\n\t\t\t// Backwards compatibility with 0.7.x factory (latlng, radius, options?)\n\t\t\toptions = Util.extend({}, legacyOptions, {radius: options});\n\t\t}\n\t\tUtil.setOptions(this, options);\n\t\tthis._latlng = toLatLng(latlng);\n\n\t\tif (isNaN(this.options.radius)) { throw new Error('Circle radius cannot be NaN'); }\n\n\t\t// @section\n\t\t// @aka Circle options\n\t\t// @option radius: Number; Radius of the circle, in meters.\n\t\tthis._mRadius = this.options.radius;\n\t},\n\n\t// @method setRadius(radius: Number): this\n\t// Sets the radius of a circle. Units are in meters.\n\tsetRadius: function (radius) {\n\t\tthis._mRadius = radius;\n\t\treturn this.redraw();\n\t},\n\n\t// @method getRadius(): Number\n\t// Returns the current radius of a circle. Units are in meters.\n\tgetRadius: function () {\n\t\treturn this._mRadius;\n\t},\n\n\t// @method getBounds(): LatLngBounds\n\t// Returns the `LatLngBounds` of the path.\n\tgetBounds: function () {\n\t\tvar half = [this._radius, this._radiusY || this._radius];\n\n\t\treturn new LatLngBounds(\n\t\t\tthis._map.layerPointToLatLng(this._point.subtract(half)),\n\t\t\tthis._map.layerPointToLatLng(this._point.add(half)));\n\t},\n\n\tsetStyle: Path.prototype.setStyle,\n\n\t_project: function () {\n\n\t\tvar lng = this._latlng.lng,\n\t\t    lat = this._latlng.lat,\n\t\t    map = this._map,\n\t\t    crs = map.options.crs;\n\n\t\tif (crs.distance === Earth.distance) {\n\t\t\tvar d = Math.PI / 180,\n\t\t\t    latR = (this._mRadius / Earth.R) / d,\n\t\t\t    top = map.project([lat + latR, lng]),\n\t\t\t    bottom = map.project([lat - latR, lng]),\n\t\t\t    p = top.add(bottom).divideBy(2),\n\t\t\t    lat2 = map.unproject(p).lat,\n\t\t\t    lngR = Math.acos((Math.cos(latR * d) - Math.sin(lat * d) * Math.sin(lat2 * d)) /\n\t\t\t            (Math.cos(lat * d) * Math.cos(lat2 * d))) / d;\n\n\t\t\tif (isNaN(lngR) || lngR === 0) {\n\t\t\t\tlngR = latR / Math.cos(Math.PI / 180 * lat); // Fallback for edge case, #2425\n\t\t\t}\n\n\t\t\tthis._point = p.subtract(map.getPixelOrigin());\n\t\t\tthis._radius = isNaN(lngR) ? 0 : p.x - map.project([lat2, lng - lngR]).x;\n\t\t\tthis._radiusY = p.y - top.y;\n\n\t\t} else {\n\t\t\tvar latlng2 = crs.unproject(crs.project(this._latlng).subtract([this._mRadius, 0]));\n\n\t\t\tthis._point = map.latLngToLayerPoint(this._latlng);\n\t\t\tthis._radius = this._point.x - map.latLngToLayerPoint(latlng2).x;\n\t\t}\n\n\t\tthis._updateBounds();\n\t}\n});\n\n// @factory L.circle(latlng: LatLng, options?: Circle options)\n// Instantiates a circle object given a geographical point, and an options object\n// which contains the circle radius.\n// @alternative\n// @factory L.circle(latlng: LatLng, radius: Number, options?: Circle options)\n// Obsolete way of instantiating a circle, for compatibility with 0.7.x code.\n// Do not use in new applications or plugins.\nexport function circle(latlng, options, legacyOptions) {\n\treturn new Circle(latlng, options, legacyOptions);\n}\n","import {Path} from './Path';\nimport * as Util from '../../core/Util';\nimport * as LineUtil from '../../geometry/LineUtil';\nimport {LatLng, toLatLng} from '../../geo/LatLng';\nimport {LatLngBounds} from '../../geo/LatLngBounds';\nimport {Bounds} from '../../geometry/Bounds';\nimport {Point} from '../../geometry/Point';\n\n/*\n * @class Polyline\n * @aka L.Polyline\n * @inherits Path\n *\n * A class for drawing polyline overlays on a map. Extends `Path`.\n *\n * @example\n *\n * ```js\n * // create a red polyline from an array of LatLng points\n * var latlngs = [\n * \t[45.51, -122.68],\n * \t[37.77, -122.43],\n * \t[34.04, -118.2]\n * ];\n *\n * var polyline = L.polyline(latlngs, {color: 'red'}).addTo(map);\n *\n * // zoom the map to the polyline\n * map.fitBounds(polyline.getBounds());\n * ```\n *\n * You can also pass a multi-dimensional array to represent a `MultiPolyline` shape:\n *\n * ```js\n * // create a red polyline from an array of arrays of LatLng points\n * var latlngs = [\n * \t[[45.51, -122.68],\n * \t [37.77, -122.43],\n * \t [34.04, -118.2]],\n * \t[[40.78, -73.91],\n * \t [41.83, -87.62],\n * \t [32.76, -96.72]]\n * ];\n * ```\n */\n\n\nexport var Polyline = Path.extend({\n\n\t// @section\n\t// @aka Polyline options\n\toptions: {\n\t\t// @option smoothFactor: Number = 1.0\n\t\t// How much to simplify the polyline on each zoom level. More means\n\t\t// better performance and smoother look, and less means more accurate representation.\n\t\tsmoothFactor: 1.0,\n\n\t\t// @option noClip: Boolean = false\n\t\t// Disable polyline clipping.\n\t\tnoClip: false\n\t},\n\n\tinitialize: function (latlngs, options) {\n\t\tUtil.setOptions(this, options);\n\t\tthis._setLatLngs(latlngs);\n\t},\n\n\t// @method getLatLngs(): LatLng[]\n\t// Returns an array of the points in the path, or nested arrays of points in case of multi-polyline.\n\tgetLatLngs: function () {\n\t\treturn this._latlngs;\n\t},\n\n\t// @method setLatLngs(latlngs: LatLng[]): this\n\t// Replaces all the points in the polyline with the given array of geographical points.\n\tsetLatLngs: function (latlngs) {\n\t\tthis._setLatLngs(latlngs);\n\t\treturn this.redraw();\n\t},\n\n\t// @method isEmpty(): Boolean\n\t// Returns `true` if the Polyline has no LatLngs.\n\tisEmpty: function () {\n\t\treturn !this._latlngs.length;\n\t},\n\n\t// @method closestLayerPoint(p: Point): Point\n\t// Returns the point closest to `p` on the Polyline.\n\tclosestLayerPoint: function (p) {\n\t\tvar minDistance = Infinity,\n\t\t    minPoint = null,\n\t\t    closest = LineUtil._sqClosestPointOnSegment,\n\t\t    p1, p2;\n\n\t\tfor (var j = 0, jLen = this._parts.length; j < jLen; j++) {\n\t\t\tvar points = this._parts[j];\n\n\t\t\tfor (var i = 1, len = points.length; i < len; i++) {\n\t\t\t\tp1 = points[i - 1];\n\t\t\t\tp2 = points[i];\n\n\t\t\t\tvar sqDist = closest(p, p1, p2, true);\n\n\t\t\t\tif (sqDist < minDistance) {\n\t\t\t\t\tminDistance = sqDist;\n\t\t\t\t\tminPoint = closest(p, p1, p2);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif (minPoint) {\n\t\t\tminPoint.distance = Math.sqrt(minDistance);\n\t\t}\n\t\treturn minPoint;\n\t},\n\n\t// @method getCenter(): LatLng\n\t// Returns the center ([centroid](http://en.wikipedia.org/wiki/Centroid)) of the polyline.\n\tgetCenter: function () {\n\t\t// throws error when not yet added to map as this center calculation requires projected coordinates\n\t\tif (!this._map) {\n\t\t\tthrow new Error('Must add layer to map before using getCenter()');\n\t\t}\n\n\t\tvar i, halfDist, segDist, dist, p1, p2, ratio,\n\t\t    points = this._rings[0],\n\t\t    len = points.length;\n\n\t\tif (!len) { return null; }\n\n\t\t// polyline centroid algorithm; only uses the first ring if there are multiple\n\n\t\tfor (i = 0, halfDist = 0; i < len - 1; i++) {\n\t\t\thalfDist += points[i].distanceTo(points[i + 1]) / 2;\n\t\t}\n\n\t\t// The line is so small in the current view that all points are on the same pixel.\n\t\tif (halfDist === 0) {\n\t\t\treturn this._map.layerPointToLatLng(points[0]);\n\t\t}\n\n\t\tfor (i = 0, dist = 0; i < len - 1; i++) {\n\t\t\tp1 = points[i];\n\t\t\tp2 = points[i + 1];\n\t\t\tsegDist = p1.distanceTo(p2);\n\t\t\tdist += segDist;\n\n\t\t\tif (dist > halfDist) {\n\t\t\t\tratio = (dist - halfDist) / segDist;\n\t\t\t\treturn this._map.layerPointToLatLng([\n\t\t\t\t\tp2.x - ratio * (p2.x - p1.x),\n\t\t\t\t\tp2.y - ratio * (p2.y - p1.y)\n\t\t\t\t]);\n\t\t\t}\n\t\t}\n\t},\n\n\t// @method getBounds(): LatLngBounds\n\t// Returns the `LatLngBounds` of the path.\n\tgetBounds: function () {\n\t\treturn this._bounds;\n\t},\n\n\t// @method addLatLng(latlng: LatLng, latlngs? LatLng[]): this\n\t// Adds a given point to the polyline. By default, adds to the first ring of\n\t// the polyline in case of a multi-polyline, but can be overridden by passing\n\t// a specific ring as a LatLng array (that you can earlier access with [`getLatLngs`](#polyline-getlatlngs)).\n\taddLatLng: function (latlng, latlngs) {\n\t\tlatlngs = latlngs || this._defaultShape();\n\t\tlatlng = toLatLng(latlng);\n\t\tlatlngs.push(latlng);\n\t\tthis._bounds.extend(latlng);\n\t\treturn this.redraw();\n\t},\n\n\t_setLatLngs: function (latlngs) {\n\t\tthis._bounds = new LatLngBounds();\n\t\tthis._latlngs = this._convertLatLngs(latlngs);\n\t},\n\n\t_defaultShape: function () {\n\t\treturn LineUtil.isFlat(this._latlngs) ? this._latlngs : this._latlngs[0];\n\t},\n\n\t// recursively convert latlngs input into actual LatLng instances; calculate bounds along the way\n\t_convertLatLngs: function (latlngs) {\n\t\tvar result = [],\n\t\t    flat = LineUtil.isFlat(latlngs);\n\n\t\tfor (var i = 0, len = latlngs.length; i < len; i++) {\n\t\t\tif (flat) {\n\t\t\t\tresult[i] = toLatLng(latlngs[i]);\n\t\t\t\tthis._bounds.extend(result[i]);\n\t\t\t} else {\n\t\t\t\tresult[i] = this._convertLatLngs(latlngs[i]);\n\t\t\t}\n\t\t}\n\n\t\treturn result;\n\t},\n\n\t_project: function () {\n\t\tvar pxBounds = new Bounds();\n\t\tthis._rings = [];\n\t\tthis._projectLatlngs(this._latlngs, this._rings, pxBounds);\n\n\t\tvar w = this._clickTolerance(),\n\t\t    p = new Point(w, w);\n\n\t\tif (this._bounds.isValid() && pxBounds.isValid()) {\n\t\t\tpxBounds.min._subtract(p);\n\t\t\tpxBounds.max._add(p);\n\t\t\tthis._pxBounds = pxBounds;\n\t\t}\n\t},\n\n\t// recursively turns latlngs into a set of rings with projected coordinates\n\t_projectLatlngs: function (latlngs, result, projectedBounds) {\n\t\tvar flat = latlngs[0] instanceof LatLng,\n\t\t    len = latlngs.length,\n\t\t    i, ring;\n\n\t\tif (flat) {\n\t\t\tring = [];\n\t\t\tfor (i = 0; i < len; i++) {\n\t\t\t\tring[i] = this._map.latLngToLayerPoint(latlngs[i]);\n\t\t\t\tprojectedBounds.extend(ring[i]);\n\t\t\t}\n\t\t\tresult.push(ring);\n\t\t} else {\n\t\t\tfor (i = 0; i < len; i++) {\n\t\t\t\tthis._projectLatlngs(latlngs[i], result, projectedBounds);\n\t\t\t}\n\t\t}\n\t},\n\n\t// clip polyline by renderer bounds so that we have less to render for performance\n\t_clipPoints: function () {\n\t\tvar bounds = this._renderer._bounds;\n\n\t\tthis._parts = [];\n\t\tif (!this._pxBounds || !this._pxBounds.intersects(bounds)) {\n\t\t\treturn;\n\t\t}\n\n\t\tif (this.options.noClip) {\n\t\t\tthis._parts = this._rings;\n\t\t\treturn;\n\t\t}\n\n\t\tvar parts = this._parts,\n\t\t    i, j, k, len, len2, segment, points;\n\n\t\tfor (i = 0, k = 0, len = this._rings.length; i < len; i++) {\n\t\t\tpoints = this._rings[i];\n\n\t\t\tfor (j = 0, len2 = points.length; j < len2 - 1; j++) {\n\t\t\t\tsegment = LineUtil.clipSegment(points[j], points[j + 1], bounds, j, true);\n\n\t\t\t\tif (!segment) { continue; }\n\n\t\t\t\tparts[k] = parts[k] || [];\n\t\t\t\tparts[k].push(segment[0]);\n\n\t\t\t\t// if segment goes out of screen, or it's the last one, it's the end of the line part\n\t\t\t\tif ((segment[1] !== points[j + 1]) || (j === len2 - 2)) {\n\t\t\t\t\tparts[k].push(segment[1]);\n\t\t\t\t\tk++;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\t// simplify each clipped part of the polyline for performance\n\t_simplifyPoints: function () {\n\t\tvar parts = this._parts,\n\t\t    tolerance = this.options.smoothFactor;\n\n\t\tfor (var i = 0, len = parts.length; i < len; i++) {\n\t\t\tparts[i] = LineUtil.simplify(parts[i], tolerance);\n\t\t}\n\t},\n\n\t_update: function () {\n\t\tif (!this._map) { return; }\n\n\t\tthis._clipPoints();\n\t\tthis._simplifyPoints();\n\t\tthis._updatePath();\n\t},\n\n\t_updatePath: function () {\n\t\tthis._renderer._updatePoly(this);\n\t},\n\n\t// Needed by the `Canvas` renderer for interactivity\n\t_containsPoint: function (p, closed) {\n\t\tvar i, j, k, len, len2, part,\n\t\t    w = this._clickTolerance();\n\n\t\tif (!this._pxBounds || !this._pxBounds.contains(p)) { return false; }\n\n\t\t// hit detection for polylines\n\t\tfor (i = 0, len = this._parts.length; i < len; i++) {\n\t\t\tpart = this._parts[i];\n\n\t\t\tfor (j = 0, len2 = part.length, k = len2 - 1; j < len2; k = j++) {\n\t\t\t\tif (!closed && (j === 0)) { continue; }\n\n\t\t\t\tif (LineUtil.pointToSegmentDistance(p, part[k], part[j]) <= w) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn false;\n\t}\n});\n\n// @factory L.polyline(latlngs: LatLng[], options?: Polyline options)\n// Instantiates a polyline object given an array of geographical points and\n// optionally an options object. You can create a `Polyline` object with\n// multiple separate lines (`MultiPolyline`) by passing an array of arrays\n// of geographic points.\nexport function polyline(latlngs, options) {\n\treturn new Polyline(latlngs, options);\n}\n\n// Retrocompat. Allow plugins to support Leaflet versions before and after 1.1.\nPolyline._flat = LineUtil._flat;\n","import {Polyline} from './Polyline';\nimport {LatLng} from '../../geo/LatLng';\nimport * as LineUtil from '../../geometry/LineUtil';\nimport {Point} from '../../geometry/Point';\nimport {Bounds} from '../../geometry/Bounds';\nimport * as PolyUtil from '../../geometry/PolyUtil';\n\n/*\n * @class Polygon\n * @aka L.Polygon\n * @inherits Polyline\n *\n * A class for drawing polygon overlays on a map. Extends `Polyline`.\n *\n * Note that points you pass when creating a polygon shouldn't have an additional last point equal to the first one — it's better to filter out such points.\n *\n *\n * @example\n *\n * ```js\n * // create a red polygon from an array of LatLng points\n * var latlngs = [[37, -109.05],[41, -109.03],[41, -102.05],[37, -102.04]];\n *\n * var polygon = L.polygon(latlngs, {color: 'red'}).addTo(map);\n *\n * // zoom the map to the polygon\n * map.fitBounds(polygon.getBounds());\n * ```\n *\n * You can also pass an array of arrays of latlngs, with the first array representing the outer shape and the other arrays representing holes in the outer shape:\n *\n * ```js\n * var latlngs = [\n *   [[37, -109.05],[41, -109.03],[41, -102.05],[37, -102.04]], // outer ring\n *   [[37.29, -108.58],[40.71, -108.58],[40.71, -102.50],[37.29, -102.50]] // hole\n * ];\n * ```\n *\n * Additionally, you can pass a multi-dimensional array to represent a MultiPolygon shape.\n *\n * ```js\n * var latlngs = [\n *   [ // first polygon\n *     [[37, -109.05],[41, -109.03],[41, -102.05],[37, -102.04]], // outer ring\n *     [[37.29, -108.58],[40.71, -108.58],[40.71, -102.50],[37.29, -102.50]] // hole\n *   ],\n *   [ // second polygon\n *     [[41, -111.03],[45, -111.04],[45, -104.05],[41, -104.05]]\n *   ]\n * ];\n * ```\n */\n\nexport var Polygon = Polyline.extend({\n\n\toptions: {\n\t\tfill: true\n\t},\n\n\tisEmpty: function () {\n\t\treturn !this._latlngs.length || !this._latlngs[0].length;\n\t},\n\n\tgetCenter: function () {\n\t\t// throws error when not yet added to map as this center calculation requires projected coordinates\n\t\tif (!this._map) {\n\t\t\tthrow new Error('Must add layer to map before using getCenter()');\n\t\t}\n\n\t\tvar i, j, p1, p2, f, area, x, y, center,\n\t\t    points = this._rings[0],\n\t\t    len = points.length;\n\n\t\tif (!len) { return null; }\n\n\t\t// polygon centroid algorithm; only uses the first ring if there are multiple\n\n\t\tarea = x = y = 0;\n\n\t\tfor (i = 0, j = len - 1; i < len; j = i++) {\n\t\t\tp1 = points[i];\n\t\t\tp2 = points[j];\n\n\t\t\tf = p1.y * p2.x - p2.y * p1.x;\n\t\t\tx += (p1.x + p2.x) * f;\n\t\t\ty += (p1.y + p2.y) * f;\n\t\t\tarea += f * 3;\n\t\t}\n\n\t\tif (area === 0) {\n\t\t\t// Polygon is so small that all points are on same pixel.\n\t\t\tcenter = points[0];\n\t\t} else {\n\t\t\tcenter = [x / area, y / area];\n\t\t}\n\t\treturn this._map.layerPointToLatLng(center);\n\t},\n\n\t_convertLatLngs: function (latlngs) {\n\t\tvar result = Polyline.prototype._convertLatLngs.call(this, latlngs),\n\t\t    len = result.length;\n\n\t\t// remove last point if it equals first one\n\t\tif (len >= 2 && result[0] instanceof LatLng && result[0].equals(result[len - 1])) {\n\t\t\tresult.pop();\n\t\t}\n\t\treturn result;\n\t},\n\n\t_setLatLngs: function (latlngs) {\n\t\tPolyline.prototype._setLatLngs.call(this, latlngs);\n\t\tif (LineUtil.isFlat(this._latlngs)) {\n\t\t\tthis._latlngs = [this._latlngs];\n\t\t}\n\t},\n\n\t_defaultShape: function () {\n\t\treturn LineUtil.isFlat(this._latlngs[0]) ? this._latlngs[0] : this._latlngs[0][0];\n\t},\n\n\t_clipPoints: function () {\n\t\t// polygons need a different clipping algorithm so we redefine that\n\n\t\tvar bounds = this._renderer._bounds,\n\t\t    w = this.options.weight,\n\t\t    p = new Point(w, w);\n\n\t\t// increase clip padding by stroke width to avoid stroke on clip edges\n\t\tbounds = new Bounds(bounds.min.subtract(p), bounds.max.add(p));\n\n\t\tthis._parts = [];\n\t\tif (!this._pxBounds || !this._pxBounds.intersects(bounds)) {\n\t\t\treturn;\n\t\t}\n\n\t\tif (this.options.noClip) {\n\t\t\tthis._parts = this._rings;\n\t\t\treturn;\n\t\t}\n\n\t\tfor (var i = 0, len = this._rings.length, clipped; i < len; i++) {\n\t\t\tclipped = PolyUtil.clipPolygon(this._rings[i], bounds, true);\n\t\t\tif (clipped.length) {\n\t\t\t\tthis._parts.push(clipped);\n\t\t\t}\n\t\t}\n\t},\n\n\t_updatePath: function () {\n\t\tthis._renderer._updatePoly(this, true);\n\t},\n\n\t// Needed by the `Canvas` renderer for interactivity\n\t_containsPoint: function (p) {\n\t\tvar inside = false,\n\t\t    part, p1, p2, i, j, k, len, len2;\n\n\t\tif (!this._pxBounds || !this._pxBounds.contains(p)) { return false; }\n\n\t\t// ray casting algorithm for detecting if point is in polygon\n\t\tfor (i = 0, len = this._parts.length; i < len; i++) {\n\t\t\tpart = this._parts[i];\n\n\t\t\tfor (j = 0, len2 = part.length, k = len2 - 1; j < len2; k = j++) {\n\t\t\t\tp1 = part[j];\n\t\t\t\tp2 = part[k];\n\n\t\t\t\tif (((p1.y > p.y) !== (p2.y > p.y)) && (p.x < (p2.x - p1.x) * (p.y - p1.y) / (p2.y - p1.y) + p1.x)) {\n\t\t\t\t\tinside = !inside;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// also check if it's on polygon stroke\n\t\treturn inside || Polyline.prototype._containsPoint.call(this, p, true);\n\t}\n\n});\n\n\n// @factory L.polygon(latlngs: LatLng[], options?: Polyline options)\nexport function polygon(latlngs, options) {\n\treturn new Polygon(latlngs, options);\n}\n","import {LayerGroup} from './LayerGroup';\r\nimport {FeatureGroup} from './FeatureGroup';\r\nimport * as Util from '../core/Util';\r\nimport {Marker} from './marker/Marker';\r\nimport {Circle} from './vector/Circle';\r\nimport {CircleMarker} from './vector/CircleMarker';\r\nimport {Polyline} from './vector/Polyline';\r\nimport {Polygon} from './vector/Polygon';\r\nimport {LatLng} from '../geo/LatLng';\r\nimport * as LineUtil from '../geometry/LineUtil';\r\n\r\n\r\n/*\r\n * @class GeoJSON\r\n * @aka L.GeoJSON\r\n * @inherits FeatureGroup\r\n *\r\n * Represents a GeoJSON object or an array of GeoJSON objects. Allows you to parse\r\n * GeoJSON data and display it on the map. Extends `FeatureGroup`.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * L.geoJSON(data, {\r\n * \tstyle: function (feature) {\r\n * \t\treturn {color: feature.properties.color};\r\n * \t}\r\n * }).bindPopup(function (layer) {\r\n * \treturn layer.feature.properties.description;\r\n * }).addTo(map);\r\n * ```\r\n */\r\n\r\nexport var GeoJSON = FeatureGroup.extend({\r\n\r\n\t/* @section\r\n\t * @aka GeoJSON options\r\n\t *\r\n\t * @option pointToLayer: Function = *\r\n\t * A `Function` defining how GeoJSON points spawn Leaflet layers. It is internally\r\n\t * called when data is added, passing the GeoJSON point feature and its `LatLng`.\r\n\t * The default is to spawn a default `Marker`:\r\n\t * ```js\r\n\t * function(geoJsonPoint, latlng) {\r\n\t * \treturn L.marker(latlng);\r\n\t * }\r\n\t * ```\r\n\t *\r\n\t * @option style: Function = *\r\n\t * A `Function` defining the `Path options` for styling GeoJSON lines and polygons,\r\n\t * called internally when data is added.\r\n\t * The default value is to not override any defaults:\r\n\t * ```js\r\n\t * function (geoJsonFeature) {\r\n\t * \treturn {}\r\n\t * }\r\n\t * ```\r\n\t *\r\n\t * @option onEachFeature: Function = *\r\n\t * A `Function` that will be called once for each created `Feature`, after it has\r\n\t * been created and styled. Useful for attaching events and popups to features.\r\n\t * The default is to do nothing with the newly created layers:\r\n\t * ```js\r\n\t * function (feature, layer) {}\r\n\t * ```\r\n\t *\r\n\t * @option filter: Function = *\r\n\t * A `Function` that will be used to decide whether to include a feature or not.\r\n\t * The default is to include all features:\r\n\t * ```js\r\n\t * function (geoJsonFeature) {\r\n\t * \treturn true;\r\n\t * }\r\n\t * ```\r\n\t * Note: dynamically changing the `filter` option will have effect only on newly\r\n\t * added data. It will _not_ re-evaluate already included features.\r\n\t *\r\n\t * @option coordsToLatLng: Function = *\r\n\t * A `Function` that will be used for converting GeoJSON coordinates to `LatLng`s.\r\n\t * The default is the `coordsToLatLng` static method.\r\n\t */\r\n\r\n\tinitialize: function (geojson, options) {\r\n\t\tUtil.setOptions(this, options);\r\n\r\n\t\tthis._layers = {};\r\n\r\n\t\tif (geojson) {\r\n\t\t\tthis.addData(geojson);\r\n\t\t}\r\n\t},\r\n\r\n\t// @method addData( <GeoJSON> data ): this\r\n\t// Adds a GeoJSON object to the layer.\r\n\taddData: function (geojson) {\r\n\t\tvar features = Util.isArray(geojson) ? geojson : geojson.features,\r\n\t\t    i, len, feature;\r\n\r\n\t\tif (features) {\r\n\t\t\tfor (i = 0, len = features.length; i < len; i++) {\r\n\t\t\t\t// only add this if geometry or geometries are set and not null\r\n\t\t\t\tfeature = features[i];\r\n\t\t\t\tif (feature.geometries || feature.geometry || feature.features || feature.coordinates) {\r\n\t\t\t\t\tthis.addData(feature);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\treturn this;\r\n\t\t}\r\n\r\n\t\tvar options = this.options;\r\n\r\n\t\tif (options.filter && !options.filter(geojson)) { return this; }\r\n\r\n\t\tvar layer = geometryToLayer(geojson, options);\r\n\t\tif (!layer) {\r\n\t\t\treturn this;\r\n\t\t}\r\n\t\tlayer.feature = asFeature(geojson);\r\n\r\n\t\tlayer.defaultOptions = layer.options;\r\n\t\tthis.resetStyle(layer);\r\n\r\n\t\tif (options.onEachFeature) {\r\n\t\t\toptions.onEachFeature(geojson, layer);\r\n\t\t}\r\n\r\n\t\treturn this.addLayer(layer);\r\n\t},\r\n\r\n\t// @method resetStyle( <Path> layer ): this\r\n\t// Resets the given vector layer's style to the original GeoJSON style, useful for resetting style after hover events.\r\n\tresetStyle: function (layer) {\r\n\t\t// reset any custom styles\r\n\t\tlayer.options = Util.extend({}, layer.defaultOptions);\r\n\t\tthis._setLayerStyle(layer, this.options.style);\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method setStyle( <Function> style ): this\r\n\t// Changes styles of GeoJSON vector layers with the given style function.\r\n\tsetStyle: function (style) {\r\n\t\treturn this.eachLayer(function (layer) {\r\n\t\t\tthis._setLayerStyle(layer, style);\r\n\t\t}, this);\r\n\t},\r\n\r\n\t_setLayerStyle: function (layer, style) {\r\n\t\tif (typeof style === 'function') {\r\n\t\t\tstyle = style(layer.feature);\r\n\t\t}\r\n\t\tif (layer.setStyle) {\r\n\t\t\tlayer.setStyle(style);\r\n\t\t}\r\n\t}\r\n});\r\n\r\n// @section\r\n// There are several static functions which can be called without instantiating L.GeoJSON:\r\n\r\n// @function geometryToLayer(featureData: Object, options?: GeoJSON options): Layer\r\n// Creates a `Layer` from a given GeoJSON feature. Can use a custom\r\n// [`pointToLayer`](#geojson-pointtolayer) and/or [`coordsToLatLng`](#geojson-coordstolatlng)\r\n// functions if provided as options.\r\nexport function geometryToLayer(geojson, options) {\r\n\r\n\tvar geometry = geojson.type === 'Feature' ? geojson.geometry : geojson,\r\n\t    coords = geometry ? geometry.coordinates : null,\r\n\t    layers = [],\r\n\t    pointToLayer = options && options.pointToLayer,\r\n\t    _coordsToLatLng = options && options.coordsToLatLng || coordsToLatLng,\r\n\t    latlng, latlngs, i, len;\r\n\r\n\tif (!coords && !geometry) {\r\n\t\treturn null;\r\n\t}\r\n\r\n\tswitch (geometry.type) {\r\n\tcase 'Point':\r\n\t\tlatlng = _coordsToLatLng(coords);\r\n\t\treturn pointToLayer ? pointToLayer(geojson, latlng) : new Marker(latlng);\r\n\r\n\tcase 'MultiPoint':\r\n\t\tfor (i = 0, len = coords.length; i < len; i++) {\r\n\t\t\tlatlng = _coordsToLatLng(coords[i]);\r\n\t\t\tlayers.push(pointToLayer ? pointToLayer(geojson, latlng) : new Marker(latlng));\r\n\t\t}\r\n\t\treturn new FeatureGroup(layers);\r\n\r\n\tcase 'LineString':\r\n\tcase 'MultiLineString':\r\n\t\tlatlngs = coordsToLatLngs(coords, geometry.type === 'LineString' ? 0 : 1, _coordsToLatLng);\r\n\t\treturn new Polyline(latlngs, options);\r\n\r\n\tcase 'Polygon':\r\n\tcase 'MultiPolygon':\r\n\t\tlatlngs = coordsToLatLngs(coords, geometry.type === 'Polygon' ? 1 : 2, _coordsToLatLng);\r\n\t\treturn new Polygon(latlngs, options);\r\n\r\n\tcase 'GeometryCollection':\r\n\t\tfor (i = 0, len = geometry.geometries.length; i < len; i++) {\r\n\t\t\tvar layer = geometryToLayer({\r\n\t\t\t\tgeometry: geometry.geometries[i],\r\n\t\t\t\ttype: 'Feature',\r\n\t\t\t\tproperties: geojson.properties\r\n\t\t\t}, options);\r\n\r\n\t\t\tif (layer) {\r\n\t\t\t\tlayers.push(layer);\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn new FeatureGroup(layers);\r\n\r\n\tdefault:\r\n\t\tthrow new Error('Invalid GeoJSON object.');\r\n\t}\r\n}\r\n\r\n// @function coordsToLatLng(coords: Array): LatLng\r\n// Creates a `LatLng` object from an array of 2 numbers (longitude, latitude)\r\n// or 3 numbers (longitude, latitude, altitude) used in GeoJSON for points.\r\nexport function coordsToLatLng(coords) {\r\n\treturn new LatLng(coords[1], coords[0], coords[2]);\r\n}\r\n\r\n// @function coordsToLatLngs(coords: Array, levelsDeep?: Number, coordsToLatLng?: Function): Array\r\n// Creates a multidimensional array of `LatLng`s from a GeoJSON coordinates array.\r\n// `levelsDeep` specifies the nesting level (0 is for an array of points, 1 for an array of arrays of points, etc., 0 by default).\r\n// Can use a custom [`coordsToLatLng`](#geojson-coordstolatlng) function.\r\nexport function coordsToLatLngs(coords, levelsDeep, _coordsToLatLng) {\r\n\tvar latlngs = [];\r\n\r\n\tfor (var i = 0, len = coords.length, latlng; i < len; i++) {\r\n\t\tlatlng = levelsDeep ?\r\n\t\t\tcoordsToLatLngs(coords[i], levelsDeep - 1, _coordsToLatLng) :\r\n\t\t\t(_coordsToLatLng || coordsToLatLng)(coords[i]);\r\n\r\n\t\tlatlngs.push(latlng);\r\n\t}\r\n\r\n\treturn latlngs;\r\n}\r\n\r\n// @function latLngToCoords(latlng: LatLng, precision?: Number): Array\r\n// Reverse of [`coordsToLatLng`](#geojson-coordstolatlng)\r\nexport function latLngToCoords(latlng, precision) {\r\n\tprecision = typeof precision === 'number' ? precision : 6;\r\n\treturn latlng.alt !== undefined ?\r\n\t\t[Util.formatNum(latlng.lng, precision), Util.formatNum(latlng.lat, precision), Util.formatNum(latlng.alt, precision)] :\r\n\t\t[Util.formatNum(latlng.lng, precision), Util.formatNum(latlng.lat, precision)];\r\n}\r\n\r\n// @function latLngsToCoords(latlngs: Array, levelsDeep?: Number, closed?: Boolean): Array\r\n// Reverse of [`coordsToLatLngs`](#geojson-coordstolatlngs)\r\n// `closed` determines whether the first point should be appended to the end of the array to close the feature, only used when `levelsDeep` is 0. False by default.\r\nexport function latLngsToCoords(latlngs, levelsDeep, closed, precision) {\r\n\tvar coords = [];\r\n\r\n\tfor (var i = 0, len = latlngs.length; i < len; i++) {\r\n\t\tcoords.push(levelsDeep ?\r\n\t\t\tlatLngsToCoords(latlngs[i], levelsDeep - 1, closed, precision) :\r\n\t\t\tlatLngToCoords(latlngs[i], precision));\r\n\t}\r\n\r\n\tif (!levelsDeep && closed) {\r\n\t\tcoords.push(coords[0]);\r\n\t}\r\n\r\n\treturn coords;\r\n}\r\n\r\nexport function getFeature(layer, newGeometry) {\r\n\treturn layer.feature ?\r\n\t\tUtil.extend({}, layer.feature, {geometry: newGeometry}) :\r\n\t\tasFeature(newGeometry);\r\n}\r\n\r\n// @function asFeature(geojson: Object): Object\r\n// Normalize GeoJSON geometries/features into GeoJSON features.\r\nexport function asFeature(geojson) {\r\n\tif (geojson.type === 'Feature' || geojson.type === 'FeatureCollection') {\r\n\t\treturn geojson;\r\n\t}\r\n\r\n\treturn {\r\n\t\ttype: 'Feature',\r\n\t\tproperties: {},\r\n\t\tgeometry: geojson\r\n\t};\r\n}\r\n\r\nvar PointToGeoJSON = {\r\n\ttoGeoJSON: function (precision) {\r\n\t\treturn getFeature(this, {\r\n\t\t\ttype: 'Point',\r\n\t\t\tcoordinates: latLngToCoords(this.getLatLng(), precision)\r\n\t\t});\r\n\t}\r\n};\r\n\r\n// @namespace Marker\r\n// @method toGeoJSON(): Object\r\n// Returns a [`GeoJSON`](http://en.wikipedia.org/wiki/GeoJSON) representation of the marker (as a GeoJSON `Point` Feature).\r\nMarker.include(PointToGeoJSON);\r\n\r\n// @namespace CircleMarker\r\n// @method toGeoJSON(): Object\r\n// Returns a [`GeoJSON`](http://en.wikipedia.org/wiki/GeoJSON) representation of the circle marker (as a GeoJSON `Point` Feature).\r\nCircle.include(PointToGeoJSON);\r\nCircleMarker.include(PointToGeoJSON);\r\n\r\n\r\n// @namespace Polyline\r\n// @method toGeoJSON(): Object\r\n// Returns a [`GeoJSON`](http://en.wikipedia.org/wiki/GeoJSON) representation of the polyline (as a GeoJSON `LineString` or `MultiLineString` Feature).\r\nPolyline.include({\r\n\ttoGeoJSON: function (precision) {\r\n\t\tvar multi = !LineUtil.isFlat(this._latlngs);\r\n\r\n\t\tvar coords = latLngsToCoords(this._latlngs, multi ? 1 : 0, false, precision);\r\n\r\n\t\treturn getFeature(this, {\r\n\t\t\ttype: (multi ? 'Multi' : '') + 'LineString',\r\n\t\t\tcoordinates: coords\r\n\t\t});\r\n\t}\r\n});\r\n\r\n// @namespace Polygon\r\n// @method toGeoJSON(): Object\r\n// Returns a [`GeoJSON`](http://en.wikipedia.org/wiki/GeoJSON) representation of the polygon (as a GeoJSON `Polygon` or `MultiPolygon` Feature).\r\nPolygon.include({\r\n\ttoGeoJSON: function (precision) {\r\n\t\tvar holes = !LineUtil.isFlat(this._latlngs),\r\n\t\t    multi = holes && !LineUtil.isFlat(this._latlngs[0]);\r\n\r\n\t\tvar coords = latLngsToCoords(this._latlngs, multi ? 2 : holes ? 1 : 0, true, precision);\r\n\r\n\t\tif (!holes) {\r\n\t\t\tcoords = [coords];\r\n\t\t}\r\n\r\n\t\treturn getFeature(this, {\r\n\t\t\ttype: (multi ? 'Multi' : '') + 'Polygon',\r\n\t\t\tcoordinates: coords\r\n\t\t});\r\n\t}\r\n});\r\n\r\n\r\n// @namespace LayerGroup\r\nLayerGroup.include({\r\n\ttoMultiPoint: function (precision) {\r\n\t\tvar coords = [];\r\n\r\n\t\tthis.eachLayer(function (layer) {\r\n\t\t\tcoords.push(layer.toGeoJSON(precision).geometry.coordinates);\r\n\t\t});\r\n\r\n\t\treturn getFeature(this, {\r\n\t\t\ttype: 'MultiPoint',\r\n\t\t\tcoordinates: coords\r\n\t\t});\r\n\t},\r\n\r\n\t// @method toGeoJSON(): Object\r\n\t// Returns a [`GeoJSON`](http://en.wikipedia.org/wiki/GeoJSON) representation of the layer group (as a GeoJSON `FeatureCollection`, `GeometryCollection`, or `MultiPoint`).\r\n\ttoGeoJSON: function (precision) {\r\n\r\n\t\tvar type = this.feature && this.feature.geometry && this.feature.geometry.type;\r\n\r\n\t\tif (type === 'MultiPoint') {\r\n\t\t\treturn this.toMultiPoint(precision);\r\n\t\t}\r\n\r\n\t\tvar isGeometryCollection = type === 'GeometryCollection',\r\n\t\t    jsons = [];\r\n\r\n\t\tthis.eachLayer(function (layer) {\r\n\t\t\tif (layer.toGeoJSON) {\r\n\t\t\t\tvar json = layer.toGeoJSON(precision);\r\n\t\t\t\tif (isGeometryCollection) {\r\n\t\t\t\t\tjsons.push(json.geometry);\r\n\t\t\t\t} else {\r\n\t\t\t\t\tvar feature = asFeature(json);\r\n\t\t\t\t\t// Squash nested feature collections\r\n\t\t\t\t\tif (feature.type === 'FeatureCollection') {\r\n\t\t\t\t\t\tjsons.push.apply(jsons, feature.features);\r\n\t\t\t\t\t} else {\r\n\t\t\t\t\t\tjsons.push(feature);\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t});\r\n\r\n\t\tif (isGeometryCollection) {\r\n\t\t\treturn getFeature(this, {\r\n\t\t\t\tgeometries: jsons,\r\n\t\t\t\ttype: 'GeometryCollection'\r\n\t\t\t});\r\n\t\t}\r\n\r\n\t\treturn {\r\n\t\t\ttype: 'FeatureCollection',\r\n\t\t\tfeatures: jsons\r\n\t\t};\r\n\t}\r\n});\r\n\r\n// @namespace GeoJSON\r\n// @factory L.geoJSON(geojson?: Object, options?: GeoJSON options)\r\n// Creates a GeoJSON layer. Optionally accepts an object in\r\n// [GeoJSON format](https://tools.ietf.org/html/rfc7946) to display on the map\r\n// (you can alternatively add it later with `addData` method) and an `options` object.\r\nexport function geoJSON(geojson, options) {\r\n\treturn new GeoJSON(geojson, options);\r\n}\r\n\r\n// Backward compatibility.\r\nexport var geoJson = geoJSON;\r\n","import {Layer} from './Layer';\r\nimport * as Util from '../core/Util';\r\nimport {toLatLngBounds} from '../geo/LatLngBounds';\r\nimport {Bounds} from '../geometry/Bounds';\r\nimport * as DomUtil from '../dom/DomUtil';\r\n\r\n/*\r\n * @class ImageOverlay\r\n * @aka L.ImageOverlay\r\n * @inherits Interactive layer\r\n *\r\n * Used to load and display a single image over specific bounds of the map. Extends `Layer`.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * var imageUrl = 'http://www.lib.utexas.edu/maps/historical/newark_nj_1922.jpg',\r\n * \timageBounds = [[40.712216, -74.22655], [40.773941, -74.12544]];\r\n * L.imageOverlay(imageUrl, imageBounds).addTo(map);\r\n * ```\r\n */\r\n\r\nexport var ImageOverlay = Layer.extend({\r\n\r\n\t// @section\r\n\t// @aka ImageOverlay options\r\n\toptions: {\r\n\t\t// @option opacity: Number = 1.0\r\n\t\t// The opacity of the image overlay.\r\n\t\topacity: 1,\r\n\r\n\t\t// @option alt: String = ''\r\n\t\t// Text for the `alt` attribute of the image (useful for accessibility).\r\n\t\talt: '',\r\n\r\n\t\t// @option interactive: Boolean = false\r\n\t\t// If `true`, the image overlay will emit [mouse events](#interactive-layer) when clicked or hovered.\r\n\t\tinteractive: false,\r\n\r\n\t\t// @option crossOrigin: Boolean|String = false\r\n\t\t// Whether the crossOrigin attribute will be added to the image.\r\n\t\t// If a String is provided, the image will have its crossOrigin attribute set to the String provided. This is needed if you want to access image pixel data.\r\n\t\t// Refer to [CORS Settings](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes) for valid String values.\r\n\t\tcrossOrigin: false,\r\n\r\n\t\t// @option errorOverlayUrl: String = ''\r\n\t\t// URL to the overlay image to show in place of the overlay that failed to load.\r\n\t\terrorOverlayUrl: '',\r\n\r\n\t\t// @option zIndex: Number = 1\r\n\t\t// The explicit [zIndex](https://developer.mozilla.org/docs/Web/CSS/CSS_Positioning/Understanding_z_index) of the overlay layer.\r\n\t\tzIndex: 1,\r\n\r\n\t\t// @option className: String = ''\r\n\t\t// A custom class name to assign to the image. Empty by default.\r\n\t\tclassName: ''\r\n\t},\r\n\r\n\tinitialize: function (url, bounds, options) { // (String, LatLngBounds, Object)\r\n\t\tthis._url = url;\r\n\t\tthis._bounds = toLatLngBounds(bounds);\r\n\r\n\t\tUtil.setOptions(this, options);\r\n\t},\r\n\r\n\tonAdd: function () {\r\n\t\tif (!this._image) {\r\n\t\t\tthis._initImage();\r\n\r\n\t\t\tif (this.options.opacity < 1) {\r\n\t\t\t\tthis._updateOpacity();\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tif (this.options.interactive) {\r\n\t\t\tDomUtil.addClass(this._image, 'leaflet-interactive');\r\n\t\t\tthis.addInteractiveTarget(this._image);\r\n\t\t}\r\n\r\n\t\tthis.getPane().appendChild(this._image);\r\n\t\tthis._reset();\r\n\t},\r\n\r\n\tonRemove: function () {\r\n\t\tDomUtil.remove(this._image);\r\n\t\tif (this.options.interactive) {\r\n\t\t\tthis.removeInteractiveTarget(this._image);\r\n\t\t}\r\n\t},\r\n\r\n\t// @method setOpacity(opacity: Number): this\r\n\t// Sets the opacity of the overlay.\r\n\tsetOpacity: function (opacity) {\r\n\t\tthis.options.opacity = opacity;\r\n\r\n\t\tif (this._image) {\r\n\t\t\tthis._updateOpacity();\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\tsetStyle: function (styleOpts) {\r\n\t\tif (styleOpts.opacity) {\r\n\t\t\tthis.setOpacity(styleOpts.opacity);\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method bringToFront(): this\r\n\t// Brings the layer to the top of all overlays.\r\n\tbringToFront: function () {\r\n\t\tif (this._map) {\r\n\t\t\tDomUtil.toFront(this._image);\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method bringToBack(): this\r\n\t// Brings the layer to the bottom of all overlays.\r\n\tbringToBack: function () {\r\n\t\tif (this._map) {\r\n\t\t\tDomUtil.toBack(this._image);\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method setUrl(url: String): this\r\n\t// Changes the URL of the image.\r\n\tsetUrl: function (url) {\r\n\t\tthis._url = url;\r\n\r\n\t\tif (this._image) {\r\n\t\t\tthis._image.src = url;\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method setBounds(bounds: LatLngBounds): this\r\n\t// Update the bounds that this ImageOverlay covers\r\n\tsetBounds: function (bounds) {\r\n\t\tthis._bounds = toLatLngBounds(bounds);\r\n\r\n\t\tif (this._map) {\r\n\t\t\tthis._reset();\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\tgetEvents: function () {\r\n\t\tvar events = {\r\n\t\t\tzoom: this._reset,\r\n\t\t\tviewreset: this._reset\r\n\t\t};\r\n\r\n\t\tif (this._zoomAnimated) {\r\n\t\t\tevents.zoomanim = this._animateZoom;\r\n\t\t}\r\n\r\n\t\treturn events;\r\n\t},\r\n\r\n\t// @method setZIndex(value: Number): this\r\n\t// Changes the [zIndex](#imageoverlay-zindex) of the image overlay.\r\n\tsetZIndex: function (value) {\r\n\t\tthis.options.zIndex = value;\r\n\t\tthis._updateZIndex();\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method getBounds(): LatLngBounds\r\n\t// Get the bounds that this ImageOverlay covers\r\n\tgetBounds: function () {\r\n\t\treturn this._bounds;\r\n\t},\r\n\r\n\t// @method getElement(): HTMLElement\r\n\t// Returns the instance of [`HTMLImageElement`](https://developer.mozilla.org/docs/Web/API/HTMLImageElement)\r\n\t// used by this overlay.\r\n\tgetElement: function () {\r\n\t\treturn this._image;\r\n\t},\r\n\r\n\t_initImage: function () {\r\n\t\tvar wasElementSupplied = this._url.tagName === 'IMG';\r\n\t\tvar img = this._image = wasElementSupplied ? this._url : DomUtil.create('img');\r\n\r\n\t\tDomUtil.addClass(img, 'leaflet-image-layer');\r\n\t\tif (this._zoomAnimated) { DomUtil.addClass(img, 'leaflet-zoom-animated'); }\r\n\t\tif (this.options.className) { DomUtil.addClass(img, this.options.className); }\r\n\r\n\t\timg.onselectstart = Util.falseFn;\r\n\t\timg.onmousemove = Util.falseFn;\r\n\r\n\t\t// @event load: Event\r\n\t\t// Fired when the ImageOverlay layer has loaded its image\r\n\t\timg.onload = Util.bind(this.fire, this, 'load');\r\n\t\timg.onerror = Util.bind(this._overlayOnError, this, 'error');\r\n\r\n\t\tif (this.options.crossOrigin || this.options.crossOrigin === '') {\r\n\t\t\timg.crossOrigin = this.options.crossOrigin === true ? '' : this.options.crossOrigin;\r\n\t\t}\r\n\r\n\t\tif (this.options.zIndex) {\r\n\t\t\tthis._updateZIndex();\r\n\t\t}\r\n\r\n\t\tif (wasElementSupplied) {\r\n\t\t\tthis._url = img.src;\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\timg.src = this._url;\r\n\t\timg.alt = this.options.alt;\r\n\t},\r\n\r\n\t_animateZoom: function (e) {\r\n\t\tvar scale = this._map.getZoomScale(e.zoom),\r\n\t\t    offset = this._map._latLngBoundsToNewLayerBounds(this._bounds, e.zoom, e.center).min;\r\n\r\n\t\tDomUtil.setTransform(this._image, offset, scale);\r\n\t},\r\n\r\n\t_reset: function () {\r\n\t\tvar image = this._image,\r\n\t\t    bounds = new Bounds(\r\n\t\t        this._map.latLngToLayerPoint(this._bounds.getNorthWest()),\r\n\t\t        this._map.latLngToLayerPoint(this._bounds.getSouthEast())),\r\n\t\t    size = bounds.getSize();\r\n\r\n\t\tDomUtil.setPosition(image, bounds.min);\r\n\r\n\t\timage.style.width  = size.x + 'px';\r\n\t\timage.style.height = size.y + 'px';\r\n\t},\r\n\r\n\t_updateOpacity: function () {\r\n\t\tDomUtil.setOpacity(this._image, this.options.opacity);\r\n\t},\r\n\r\n\t_updateZIndex: function () {\r\n\t\tif (this._image && this.options.zIndex !== undefined && this.options.zIndex !== null) {\r\n\t\t\tthis._image.style.zIndex = this.options.zIndex;\r\n\t\t}\r\n\t},\r\n\r\n\t_overlayOnError: function () {\r\n\t\t// @event error: Event\r\n\t\t// Fired when the ImageOverlay layer fails to load its image\r\n\t\tthis.fire('error');\r\n\r\n\t\tvar errorUrl = this.options.errorOverlayUrl;\r\n\t\tif (errorUrl && this._url !== errorUrl) {\r\n\t\t\tthis._url = errorUrl;\r\n\t\t\tthis._image.src = errorUrl;\r\n\t\t}\r\n\t}\r\n});\r\n\r\n// @factory L.imageOverlay(imageUrl: String, bounds: LatLngBounds, options?: ImageOverlay options)\r\n// Instantiates an image overlay object given the URL of the image and the\r\n// geographical bounds it is tied to.\r\nexport var imageOverlay = function (url, bounds, options) {\r\n\treturn new ImageOverlay(url, bounds, options);\r\n};\r\n","import {ImageOverlay} from './ImageOverlay';\r\nimport * as DomUtil from '../dom/DomUtil';\r\nimport * as Util from '../core/Util';\r\n\r\n/*\r\n * @class VideoOverlay\r\n * @aka L.VideoOverlay\r\n * @inherits ImageOverlay\r\n *\r\n * Used to load and display a video player over specific bounds of the map. Extends `ImageOverlay`.\r\n *\r\n * A video overlay uses the [`<video>`](https://developer.mozilla.org/docs/Web/HTML/Element/video)\r\n * HTML5 element.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * var videoUrl = 'https://www.mapbox.com/bites/00188/patricia_nasa.webm',\r\n * \tvideoBounds = [[ 32, -130], [ 13, -100]];\r\n * L.videoOverlay(videoUrl, videoBounds ).addTo(map);\r\n * ```\r\n */\r\n\r\nexport var VideoOverlay = ImageOverlay.extend({\r\n\r\n\t// @section\r\n\t// @aka VideoOverlay options\r\n\toptions: {\r\n\t\t// @option autoplay: Boolean = true\r\n\t\t// Whether the video starts playing automatically when loaded.\r\n\t\tautoplay: true,\r\n\r\n\t\t// @option loop: Boolean = true\r\n\t\t// Whether the video will loop back to the beginning when played.\r\n\t\tloop: true\r\n\t},\r\n\r\n\t_initImage: function () {\r\n\t\tvar wasElementSupplied = this._url.tagName === 'VIDEO';\r\n\t\tvar vid = this._image = wasElementSupplied ? this._url : DomUtil.create('video');\r\n\r\n\t\tDomUtil.addClass(vid, 'leaflet-image-layer');\r\n\t\tif (this._zoomAnimated) { DomUtil.addClass(vid, 'leaflet-zoom-animated'); }\r\n\r\n\t\tvid.onselectstart = Util.falseFn;\r\n\t\tvid.onmousemove = Util.falseFn;\r\n\r\n\t\t// @event load: Event\r\n\t\t// Fired when the video has finished loading the first frame\r\n\t\tvid.onloadeddata = Util.bind(this.fire, this, 'load');\r\n\r\n\t\tif (wasElementSupplied) {\r\n\t\t\tvar sourceElements = vid.getElementsByTagName('source');\r\n\t\t\tvar sources = [];\r\n\t\t\tfor (var j = 0; j < sourceElements.length; j++) {\r\n\t\t\t\tsources.push(sourceElements[j].src);\r\n\t\t\t}\r\n\r\n\t\t\tthis._url = (sourceElements.length > 0) ? sources : [vid.src];\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\tif (!Util.isArray(this._url)) { this._url = [this._url]; }\r\n\r\n\t\tvid.autoplay = !!this.options.autoplay;\r\n\t\tvid.loop = !!this.options.loop;\r\n\t\tfor (var i = 0; i < this._url.length; i++) {\r\n\t\t\tvar source = DomUtil.create('source');\r\n\t\t\tsource.src = this._url[i];\r\n\t\t\tvid.appendChild(source);\r\n\t\t}\r\n\t}\r\n\r\n\t// @method getElement(): HTMLVideoElement\r\n\t// Returns the instance of [`HTMLVideoElement`](https://developer.mozilla.org/docs/Web/API/HTMLVideoElement)\r\n\t// used by this overlay.\r\n});\r\n\r\n\r\n// @factory L.videoOverlay(video: String|Array|HTMLVideoElement, bounds: LatLngBounds, options?: VideoOverlay options)\r\n// Instantiates an image overlay object given the URL of the video (or array of URLs, or even a video element) and the\r\n// geographical bounds it is tied to.\r\n\r\nexport function videoOverlay(video, bounds, options) {\r\n\treturn new VideoOverlay(video, bounds, options);\r\n}\r\n","import {Layer} from './Layer';\r\nimport * as Util from '../core/Util';\r\nimport {toLatLng} from '../geo/LatLng';\r\nimport {toPoint} from '../geometry/Point';\r\nimport * as DomUtil from '../dom/DomUtil';\r\n\r\n/*\r\n * @class DivOverlay\r\n * @inherits Layer\r\n * @aka L.DivOverlay\r\n * Base model for L.Popup and L.Tooltip. Inherit from it for custom popup like plugins.\r\n */\r\n\r\n// @namespace DivOverlay\r\nexport var DivOverlay = Layer.extend({\r\n\r\n\t// @section\r\n\t// @aka DivOverlay options\r\n\toptions: {\r\n\t\t// @option offset: Point = Point(0, 7)\r\n\t\t// The offset of the popup position. Useful to control the anchor\r\n\t\t// of the popup when opening it on some overlays.\r\n\t\toffset: [0, 7],\r\n\r\n\t\t// @option className: String = ''\r\n\t\t// A custom CSS class name to assign to the popup.\r\n\t\tclassName: '',\r\n\r\n\t\t// @option pane: String = 'popupPane'\r\n\t\t// `Map pane` where the popup will be added.\r\n\t\tpane: 'popupPane'\r\n\t},\r\n\r\n\tinitialize: function (options, source) {\r\n\t\tUtil.setOptions(this, options);\r\n\r\n\t\tthis._source = source;\r\n\t},\r\n\r\n\tonAdd: function (map) {\r\n\t\tthis._zoomAnimated = map._zoomAnimated;\r\n\r\n\t\tif (!this._container) {\r\n\t\t\tthis._initLayout();\r\n\t\t}\r\n\r\n\t\tif (map._fadeAnimated) {\r\n\t\t\tDomUtil.setOpacity(this._container, 0);\r\n\t\t}\r\n\r\n\t\tclearTimeout(this._removeTimeout);\r\n\t\tthis.getPane().appendChild(this._container);\r\n\t\tthis.update();\r\n\r\n\t\tif (map._fadeAnimated) {\r\n\t\t\tDomUtil.setOpacity(this._container, 1);\r\n\t\t}\r\n\r\n\t\tthis.bringToFront();\r\n\t},\r\n\r\n\tonRemove: function (map) {\r\n\t\tif (map._fadeAnimated) {\r\n\t\t\tDomUtil.setOpacity(this._container, 0);\r\n\t\t\tthis._removeTimeout = setTimeout(Util.bind(DomUtil.remove, undefined, this._container), 200);\r\n\t\t} else {\r\n\t\t\tDomUtil.remove(this._container);\r\n\t\t}\r\n\t},\r\n\r\n\t// @namespace Popup\r\n\t// @method getLatLng: LatLng\r\n\t// Returns the geographical point of popup.\r\n\tgetLatLng: function () {\r\n\t\treturn this._latlng;\r\n\t},\r\n\r\n\t// @method setLatLng(latlng: LatLng): this\r\n\t// Sets the geographical point where the popup will open.\r\n\tsetLatLng: function (latlng) {\r\n\t\tthis._latlng = toLatLng(latlng);\r\n\t\tif (this._map) {\r\n\t\t\tthis._updatePosition();\r\n\t\t\tthis._adjustPan();\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method getContent: String|HTMLElement\r\n\t// Returns the content of the popup.\r\n\tgetContent: function () {\r\n\t\treturn this._content;\r\n\t},\r\n\r\n\t// @method setContent(htmlContent: String|HTMLElement|Function): this\r\n\t// Sets the HTML content of the popup. If a function is passed the source layer will be passed to the function. The function should return a `String` or `HTMLElement` to be used in the popup.\r\n\tsetContent: function (content) {\r\n\t\tthis._content = content;\r\n\t\tthis.update();\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method getElement: String|HTMLElement\r\n\t// Alias for [getContent()](#popup-getcontent)\r\n\tgetElement: function () {\r\n\t\treturn this._container;\r\n\t},\r\n\r\n\t// @method update: null\r\n\t// Updates the popup content, layout and position. Useful for updating the popup after something inside changed, e.g. image loaded.\r\n\tupdate: function () {\r\n\t\tif (!this._map) { return; }\r\n\r\n\t\tthis._container.style.visibility = 'hidden';\r\n\r\n\t\tthis._updateContent();\r\n\t\tthis._updateLayout();\r\n\t\tthis._updatePosition();\r\n\r\n\t\tthis._container.style.visibility = '';\r\n\r\n\t\tthis._adjustPan();\r\n\t},\r\n\r\n\tgetEvents: function () {\r\n\t\tvar events = {\r\n\t\t\tzoom: this._updatePosition,\r\n\t\t\tviewreset: this._updatePosition\r\n\t\t};\r\n\r\n\t\tif (this._zoomAnimated) {\r\n\t\t\tevents.zoomanim = this._animateZoom;\r\n\t\t}\r\n\t\treturn events;\r\n\t},\r\n\r\n\t// @method isOpen: Boolean\r\n\t// Returns `true` when the popup is visible on the map.\r\n\tisOpen: function () {\r\n\t\treturn !!this._map && this._map.hasLayer(this);\r\n\t},\r\n\r\n\t// @method bringToFront: this\r\n\t// Brings this popup in front of other popups (in the same map pane).\r\n\tbringToFront: function () {\r\n\t\tif (this._map) {\r\n\t\t\tDomUtil.toFront(this._container);\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method bringToBack: this\r\n\t// Brings this popup to the back of other popups (in the same map pane).\r\n\tbringToBack: function () {\r\n\t\tif (this._map) {\r\n\t\t\tDomUtil.toBack(this._container);\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t_updateContent: function () {\r\n\t\tif (!this._content) { return; }\r\n\r\n\t\tvar node = this._contentNode;\r\n\t\tvar content = (typeof this._content === 'function') ? this._content(this._source || this) : this._content;\r\n\r\n\t\tif (typeof content === 'string') {\r\n\t\t\tnode.innerHTML = content;\r\n\t\t} else {\r\n\t\t\twhile (node.hasChildNodes()) {\r\n\t\t\t\tnode.removeChild(node.firstChild);\r\n\t\t\t}\r\n\t\t\tnode.appendChild(content);\r\n\t\t}\r\n\t\tthis.fire('contentupdate');\r\n\t},\r\n\r\n\t_updatePosition: function () {\r\n\t\tif (!this._map) { return; }\r\n\r\n\t\tvar pos = this._map.latLngToLayerPoint(this._latlng),\r\n\t\t    offset = toPoint(this.options.offset),\r\n\t\t    anchor = this._getAnchor();\r\n\r\n\t\tif (this._zoomAnimated) {\r\n\t\t\tDomUtil.setPosition(this._container, pos.add(anchor));\r\n\t\t} else {\r\n\t\t\toffset = offset.add(pos).add(anchor);\r\n\t\t}\r\n\r\n\t\tvar bottom = this._containerBottom = -offset.y,\r\n\t\t    left = this._containerLeft = -Math.round(this._containerWidth / 2) + offset.x;\r\n\r\n\t\t// bottom position the popup in case the height of the popup changes (images loading etc)\r\n\t\tthis._container.style.bottom = bottom + 'px';\r\n\t\tthis._container.style.left = left + 'px';\r\n\t},\r\n\r\n\t_getAnchor: function () {\r\n\t\treturn [0, 0];\r\n\t}\r\n\r\n});\r\n","import {DivOverlay} from './DivOverlay';\r\nimport * as DomEvent from '../dom/DomEvent';\r\nimport * as DomUtil from '../dom/DomUtil';\r\nimport {Point, toPoint} from '../geometry/Point';\r\nimport {Map} from '../map/Map';\r\nimport {Layer} from './Layer';\r\nimport {FeatureGroup} from './FeatureGroup';\r\nimport * as Util from '../core/Util';\r\nimport {Path} from './vector/Path';\r\n\r\n/*\r\n * @class Popup\r\n * @inherits DivOverlay\r\n * @aka L.Popup\r\n * Used to open popups in certain places of the map. Use [Map.openPopup](#map-openpopup) to\r\n * open popups while making sure that only one popup is open at one time\r\n * (recommended for usability), or use [Map.addLayer](#map-addlayer) to open as many as you want.\r\n *\r\n * @example\r\n *\r\n * If you want to just bind a popup to marker click and then open it, it's really easy:\r\n *\r\n * ```js\r\n * marker.bindPopup(popupContent).openPopup();\r\n * ```\r\n * Path overlays like polylines also have a `bindPopup` method.\r\n * Here's a more complicated way to open a popup on a map:\r\n *\r\n * ```js\r\n * var popup = L.popup()\r\n * \t.setLatLng(latlng)\r\n * \t.setContent('<p>Hello world!<br />This is a nice popup.</p>')\r\n * \t.openOn(map);\r\n * ```\r\n */\r\n\r\n\r\n// @namespace Popup\r\nexport var Popup = DivOverlay.extend({\r\n\r\n\t// @section\r\n\t// @aka Popup options\r\n\toptions: {\r\n\t\t// @option maxWidth: Number = 300\r\n\t\t// Max width of the popup, in pixels.\r\n\t\tmaxWidth: 300,\r\n\r\n\t\t// @option minWidth: Number = 50\r\n\t\t// Min width of the popup, in pixels.\r\n\t\tminWidth: 50,\r\n\r\n\t\t// @option maxHeight: Number = null\r\n\t\t// If set, creates a scrollable container of the given height\r\n\t\t// inside a popup if its content exceeds it.\r\n\t\tmaxHeight: null,\r\n\r\n\t\t// @option autoPan: Boolean = true\r\n\t\t// Set it to `false` if you don't want the map to do panning animation\r\n\t\t// to fit the opened popup.\r\n\t\tautoPan: true,\r\n\r\n\t\t// @option autoPanPaddingTopLeft: Point = null\r\n\t\t// The margin between the popup and the top left corner of the map\r\n\t\t// view after autopanning was performed.\r\n\t\tautoPanPaddingTopLeft: null,\r\n\r\n\t\t// @option autoPanPaddingBottomRight: Point = null\r\n\t\t// The margin between the popup and the bottom right corner of the map\r\n\t\t// view after autopanning was performed.\r\n\t\tautoPanPaddingBottomRight: null,\r\n\r\n\t\t// @option autoPanPadding: Point = Point(5, 5)\r\n\t\t// Equivalent of setting both top left and bottom right autopan padding to the same value.\r\n\t\tautoPanPadding: [5, 5],\r\n\r\n\t\t// @option keepInView: Boolean = false\r\n\t\t// Set it to `true` if you want to prevent users from panning the popup\r\n\t\t// off of the screen while it is open.\r\n\t\tkeepInView: false,\r\n\r\n\t\t// @option closeButton: Boolean = true\r\n\t\t// Controls the presence of a close button in the popup.\r\n\t\tcloseButton: true,\r\n\r\n\t\t// @option autoClose: Boolean = true\r\n\t\t// Set it to `false` if you want to override the default behavior of\r\n\t\t// the popup closing when another popup is opened.\r\n\t\tautoClose: true,\r\n\r\n\t\t// @option closeOnEscapeKey: Boolean = true\r\n\t\t// Set it to `false` if you want to override the default behavior of\r\n\t\t// the ESC key for closing of the popup.\r\n\t\tcloseOnEscapeKey: true,\r\n\r\n\t\t// @option closeOnClick: Boolean = *\r\n\t\t// Set it if you want to override the default behavior of the popup closing when user clicks\r\n\t\t// on the map. Defaults to the map's [`closePopupOnClick`](#map-closepopuponclick) option.\r\n\r\n\t\t// @option className: String = ''\r\n\t\t// A custom CSS class name to assign to the popup.\r\n\t\tclassName: ''\r\n\t},\r\n\r\n\t// @namespace Popup\r\n\t// @method openOn(map: Map): this\r\n\t// Adds the popup to the map and closes the previous one. The same as `map.openPopup(popup)`.\r\n\topenOn: function (map) {\r\n\t\tmap.openPopup(this);\r\n\t\treturn this;\r\n\t},\r\n\r\n\tonAdd: function (map) {\r\n\t\tDivOverlay.prototype.onAdd.call(this, map);\r\n\r\n\t\t// @namespace Map\r\n\t\t// @section Popup events\r\n\t\t// @event popupopen: PopupEvent\r\n\t\t// Fired when a popup is opened in the map\r\n\t\tmap.fire('popupopen', {popup: this});\r\n\r\n\t\tif (this._source) {\r\n\t\t\t// @namespace Layer\r\n\t\t\t// @section Popup events\r\n\t\t\t// @event popupopen: PopupEvent\r\n\t\t\t// Fired when a popup bound to this layer is opened\r\n\t\t\tthis._source.fire('popupopen', {popup: this}, true);\r\n\t\t\t// For non-path layers, we toggle the popup when clicking\r\n\t\t\t// again the layer, so prevent the map to reopen it.\r\n\t\t\tif (!(this._source instanceof Path)) {\r\n\t\t\t\tthis._source.on('preclick', DomEvent.stopPropagation);\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\r\n\tonRemove: function (map) {\r\n\t\tDivOverlay.prototype.onRemove.call(this, map);\r\n\r\n\t\t// @namespace Map\r\n\t\t// @section Popup events\r\n\t\t// @event popupclose: PopupEvent\r\n\t\t// Fired when a popup in the map is closed\r\n\t\tmap.fire('popupclose', {popup: this});\r\n\r\n\t\tif (this._source) {\r\n\t\t\t// @namespace Layer\r\n\t\t\t// @section Popup events\r\n\t\t\t// @event popupclose: PopupEvent\r\n\t\t\t// Fired when a popup bound to this layer is closed\r\n\t\t\tthis._source.fire('popupclose', {popup: this}, true);\r\n\t\t\tif (!(this._source instanceof Path)) {\r\n\t\t\t\tthis._source.off('preclick', DomEvent.stopPropagation);\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\r\n\tgetEvents: function () {\r\n\t\tvar events = DivOverlay.prototype.getEvents.call(this);\r\n\r\n\t\tif (this.options.closeOnClick !== undefined ? this.options.closeOnClick : this._map.options.closePopupOnClick) {\r\n\t\t\tevents.preclick = this._close;\r\n\t\t}\r\n\r\n\t\tif (this.options.keepInView) {\r\n\t\t\tevents.moveend = this._adjustPan;\r\n\t\t}\r\n\r\n\t\treturn events;\r\n\t},\r\n\r\n\t_close: function () {\r\n\t\tif (this._map) {\r\n\t\t\tthis._map.closePopup(this);\r\n\t\t}\r\n\t},\r\n\r\n\t_initLayout: function () {\r\n\t\tvar prefix = 'leaflet-popup',\r\n\t\t    container = this._container = DomUtil.create('div',\r\n\t\t\tprefix + ' ' + (this.options.className || '') +\r\n\t\t\t' leaflet-zoom-animated');\r\n\r\n\t\tvar wrapper = this._wrapper = DomUtil.create('div', prefix + '-content-wrapper', container);\r\n\t\tthis._contentNode = DomUtil.create('div', prefix + '-content', wrapper);\r\n\r\n\t\tDomEvent.disableClickPropagation(wrapper);\r\n\t\tDomEvent.disableScrollPropagation(this._contentNode);\r\n\t\tDomEvent.on(wrapper, 'contextmenu', DomEvent.stopPropagation);\r\n\r\n\t\tthis._tipContainer = DomUtil.create('div', prefix + '-tip-container', container);\r\n\t\tthis._tip = DomUtil.create('div', prefix + '-tip', this._tipContainer);\r\n\r\n\t\tif (this.options.closeButton) {\r\n\t\t\tvar closeButton = this._closeButton = DomUtil.create('a', prefix + '-close-button', container);\r\n\t\t\tcloseButton.href = '#close';\r\n\t\t\tcloseButton.innerHTML = '&#215;';\r\n\r\n\t\t\tDomEvent.on(closeButton, 'click', this._onCloseButtonClick, this);\r\n\t\t}\r\n\t},\r\n\r\n\t_updateLayout: function () {\r\n\t\tvar container = this._contentNode,\r\n\t\t    style = container.style;\r\n\r\n\t\tstyle.width = '';\r\n\t\tstyle.whiteSpace = 'nowrap';\r\n\r\n\t\tvar width = container.offsetWidth;\r\n\t\twidth = Math.min(width, this.options.maxWidth);\r\n\t\twidth = Math.max(width, this.options.minWidth);\r\n\r\n\t\tstyle.width = (width + 1) + 'px';\r\n\t\tstyle.whiteSpace = '';\r\n\r\n\t\tstyle.height = '';\r\n\r\n\t\tvar height = container.offsetHeight,\r\n\t\t    maxHeight = this.options.maxHeight,\r\n\t\t    scrolledClass = 'leaflet-popup-scrolled';\r\n\r\n\t\tif (maxHeight && height > maxHeight) {\r\n\t\t\tstyle.height = maxHeight + 'px';\r\n\t\t\tDomUtil.addClass(container, scrolledClass);\r\n\t\t} else {\r\n\t\t\tDomUtil.removeClass(container, scrolledClass);\r\n\t\t}\r\n\r\n\t\tthis._containerWidth = this._container.offsetWidth;\r\n\t},\r\n\r\n\t_animateZoom: function (e) {\r\n\t\tvar pos = this._map._latLngToNewLayerPoint(this._latlng, e.zoom, e.center),\r\n\t\t    anchor = this._getAnchor();\r\n\t\tDomUtil.setPosition(this._container, pos.add(anchor));\r\n\t},\r\n\r\n\t_adjustPan: function () {\r\n\t\tif (!this.options.autoPan) { return; }\r\n\t\tif (this._map._panAnim) { this._map._panAnim.stop(); }\r\n\r\n\t\tvar map = this._map,\r\n\t\t    marginBottom = parseInt(DomUtil.getStyle(this._container, 'marginBottom'), 10) || 0,\r\n\t\t    containerHeight = this._container.offsetHeight + marginBottom,\r\n\t\t    containerWidth = this._containerWidth,\r\n\t\t    layerPos = new Point(this._containerLeft, -containerHeight - this._containerBottom);\r\n\r\n\t\tlayerPos._add(DomUtil.getPosition(this._container));\r\n\r\n\t\tvar containerPos = map.layerPointToContainerPoint(layerPos),\r\n\t\t    padding = toPoint(this.options.autoPanPadding),\r\n\t\t    paddingTL = toPoint(this.options.autoPanPaddingTopLeft || padding),\r\n\t\t    paddingBR = toPoint(this.options.autoPanPaddingBottomRight || padding),\r\n\t\t    size = map.getSize(),\r\n\t\t    dx = 0,\r\n\t\t    dy = 0;\r\n\r\n\t\tif (containerPos.x + containerWidth + paddingBR.x > size.x) { // right\r\n\t\t\tdx = containerPos.x + containerWidth - size.x + paddingBR.x;\r\n\t\t}\r\n\t\tif (containerPos.x - dx - paddingTL.x < 0) { // left\r\n\t\t\tdx = containerPos.x - paddingTL.x;\r\n\t\t}\r\n\t\tif (containerPos.y + containerHeight + paddingBR.y > size.y) { // bottom\r\n\t\t\tdy = containerPos.y + containerHeight - size.y + paddingBR.y;\r\n\t\t}\r\n\t\tif (containerPos.y - dy - paddingTL.y < 0) { // top\r\n\t\t\tdy = containerPos.y - paddingTL.y;\r\n\t\t}\r\n\r\n\t\t// @namespace Map\r\n\t\t// @section Popup events\r\n\t\t// @event autopanstart: Event\r\n\t\t// Fired when the map starts autopanning when opening a popup.\r\n\t\tif (dx || dy) {\r\n\t\t\tmap\r\n\t\t\t    .fire('autopanstart')\r\n\t\t\t    .panBy([dx, dy]);\r\n\t\t}\r\n\t},\r\n\r\n\t_onCloseButtonClick: function (e) {\r\n\t\tthis._close();\r\n\t\tDomEvent.stop(e);\r\n\t},\r\n\r\n\t_getAnchor: function () {\r\n\t\t// Where should we anchor the popup on the source layer?\r\n\t\treturn toPoint(this._source && this._source._getPopupAnchor ? this._source._getPopupAnchor() : [0, 0]);\r\n\t}\r\n\r\n});\r\n\r\n// @namespace Popup\r\n// @factory L.popup(options?: Popup options, source?: Layer)\r\n// Instantiates a `Popup` object given an optional `options` object that describes its appearance and location and an optional `source` object that is used to tag the popup with a reference to the Layer to which it refers.\r\nexport var popup = function (options, source) {\r\n\treturn new Popup(options, source);\r\n};\r\n\r\n\r\n/* @namespace Map\r\n * @section Interaction Options\r\n * @option closePopupOnClick: Boolean = true\r\n * Set it to `false` if you don't want popups to close when user clicks the map.\r\n */\r\nMap.mergeOptions({\r\n\tclosePopupOnClick: true\r\n});\r\n\r\n\r\n// @namespace Map\r\n// @section Methods for Layers and Controls\r\nMap.include({\r\n\t// @method openPopup(popup: Popup): this\r\n\t// Opens the specified popup while closing the previously opened (to make sure only one is opened at one time for usability).\r\n\t// @alternative\r\n\t// @method openPopup(content: String|HTMLElement, latlng: LatLng, options?: Popup options): this\r\n\t// Creates a popup with the specified content and options and opens it in the given point on a map.\r\n\topenPopup: function (popup, latlng, options) {\r\n\t\tif (!(popup instanceof Popup)) {\r\n\t\t\tpopup = new Popup(options).setContent(popup);\r\n\t\t}\r\n\r\n\t\tif (latlng) {\r\n\t\t\tpopup.setLatLng(latlng);\r\n\t\t}\r\n\r\n\t\tif (this.hasLayer(popup)) {\r\n\t\t\treturn this;\r\n\t\t}\r\n\r\n\t\tif (this._popup && this._popup.options.autoClose) {\r\n\t\t\tthis.closePopup();\r\n\t\t}\r\n\r\n\t\tthis._popup = popup;\r\n\t\treturn this.addLayer(popup);\r\n\t},\r\n\r\n\t// @method closePopup(popup?: Popup): this\r\n\t// Closes the popup previously opened with [openPopup](#map-openpopup) (or the given one).\r\n\tclosePopup: function (popup) {\r\n\t\tif (!popup || popup === this._popup) {\r\n\t\t\tpopup = this._popup;\r\n\t\t\tthis._popup = null;\r\n\t\t}\r\n\t\tif (popup) {\r\n\t\t\tthis.removeLayer(popup);\r\n\t\t}\r\n\t\treturn this;\r\n\t}\r\n});\r\n\r\n/*\r\n * @namespace Layer\r\n * @section Popup methods example\r\n *\r\n * All layers share a set of methods convenient for binding popups to it.\r\n *\r\n * ```js\r\n * var layer = L.Polygon(latlngs).bindPopup('Hi There!').addTo(map);\r\n * layer.openPopup();\r\n * layer.closePopup();\r\n * ```\r\n *\r\n * Popups will also be automatically opened when the layer is clicked on and closed when the layer is removed from the map or another popup is opened.\r\n */\r\n\r\n// @section Popup methods\r\nLayer.include({\r\n\r\n\t// @method bindPopup(content: String|HTMLElement|Function|Popup, options?: Popup options): this\r\n\t// Binds a popup to the layer with the passed `content` and sets up the\r\n\t// necessary event listeners. If a `Function` is passed it will receive\r\n\t// the layer as the first argument and should return a `String` or `HTMLElement`.\r\n\tbindPopup: function (content, options) {\r\n\r\n\t\tif (content instanceof Popup) {\r\n\t\t\tUtil.setOptions(content, options);\r\n\t\t\tthis._popup = content;\r\n\t\t\tcontent._source = this;\r\n\t\t} else {\r\n\t\t\tif (!this._popup || options) {\r\n\t\t\t\tthis._popup = new Popup(options, this);\r\n\t\t\t}\r\n\t\t\tthis._popup.setContent(content);\r\n\t\t}\r\n\r\n\t\tif (!this._popupHandlersAdded) {\r\n\t\t\tthis.on({\r\n\t\t\t\tclick: this._openPopup,\r\n\t\t\t\tkeypress: this._onKeyPress,\r\n\t\t\t\tremove: this.closePopup,\r\n\t\t\t\tmove: this._movePopup\r\n\t\t\t});\r\n\t\t\tthis._popupHandlersAdded = true;\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method unbindPopup(): this\r\n\t// Removes the popup previously bound with `bindPopup`.\r\n\tunbindPopup: function () {\r\n\t\tif (this._popup) {\r\n\t\t\tthis.off({\r\n\t\t\t\tclick: this._openPopup,\r\n\t\t\t\tkeypress: this._onKeyPress,\r\n\t\t\t\tremove: this.closePopup,\r\n\t\t\t\tmove: this._movePopup\r\n\t\t\t});\r\n\t\t\tthis._popupHandlersAdded = false;\r\n\t\t\tthis._popup = null;\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method openPopup(latlng?: LatLng): this\r\n\t// Opens the bound popup at the specified `latlng` or at the default popup anchor if no `latlng` is passed.\r\n\topenPopup: function (layer, latlng) {\r\n\t\tif (!(layer instanceof Layer)) {\r\n\t\t\tlatlng = layer;\r\n\t\t\tlayer = this;\r\n\t\t}\r\n\r\n\t\tif (layer instanceof FeatureGroup) {\r\n\t\t\tfor (var id in this._layers) {\r\n\t\t\t\tlayer = this._layers[id];\r\n\t\t\t\tbreak;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tif (!latlng) {\r\n\t\t\tlatlng = layer.getCenter ? layer.getCenter() : layer.getLatLng();\r\n\t\t}\r\n\r\n\t\tif (this._popup && this._map) {\r\n\t\t\t// set popup source to this layer\r\n\t\t\tthis._popup._source = layer;\r\n\r\n\t\t\t// update the popup (content, layout, ect...)\r\n\t\t\tthis._popup.update();\r\n\r\n\t\t\t// open the popup on the map\r\n\t\t\tthis._map.openPopup(this._popup, latlng);\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method closePopup(): this\r\n\t// Closes the popup bound to this layer if it is open.\r\n\tclosePopup: function () {\r\n\t\tif (this._popup) {\r\n\t\t\tthis._popup._close();\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method togglePopup(): this\r\n\t// Opens or closes the popup bound to this layer depending on its current state.\r\n\ttogglePopup: function (target) {\r\n\t\tif (this._popup) {\r\n\t\t\tif (this._popup._map) {\r\n\t\t\t\tthis.closePopup();\r\n\t\t\t} else {\r\n\t\t\t\tthis.openPopup(target);\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method isPopupOpen(): boolean\r\n\t// Returns `true` if the popup bound to this layer is currently open.\r\n\tisPopupOpen: function () {\r\n\t\treturn (this._popup ? this._popup.isOpen() : false);\r\n\t},\r\n\r\n\t// @method setPopupContent(content: String|HTMLElement|Popup): this\r\n\t// Sets the content of the popup bound to this layer.\r\n\tsetPopupContent: function (content) {\r\n\t\tif (this._popup) {\r\n\t\t\tthis._popup.setContent(content);\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method getPopup(): Popup\r\n\t// Returns the popup bound to this layer.\r\n\tgetPopup: function () {\r\n\t\treturn this._popup;\r\n\t},\r\n\r\n\t_openPopup: function (e) {\r\n\t\tvar layer = e.layer || e.target;\r\n\r\n\t\tif (!this._popup) {\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\tif (!this._map) {\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\t// prevent map click\r\n\t\tDomEvent.stop(e);\r\n\r\n\t\t// if this inherits from Path its a vector and we can just\r\n\t\t// open the popup at the new location\r\n\t\tif (layer instanceof Path) {\r\n\t\t\tthis.openPopup(e.layer || e.target, e.latlng);\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\t// otherwise treat it like a marker and figure out\r\n\t\t// if we should toggle it open/closed\r\n\t\tif (this._map.hasLayer(this._popup) && this._popup._source === layer) {\r\n\t\t\tthis.closePopup();\r\n\t\t} else {\r\n\t\t\tthis.openPopup(layer, e.latlng);\r\n\t\t}\r\n\t},\r\n\r\n\t_movePopup: function (e) {\r\n\t\tthis._popup.setLatLng(e.latlng);\r\n\t},\r\n\r\n\t_onKeyPress: function (e) {\r\n\t\tif (e.originalEvent.keyCode === 13) {\r\n\t\t\tthis._openPopup(e);\r\n\t\t}\r\n\t}\r\n});\r\n","\nimport * as Browser from '../core/Browser';\nimport {DivOverlay} from './DivOverlay';\nimport {toPoint} from '../geometry/Point';\nimport {Map} from '../map/Map';\nimport {Layer} from './Layer';\nimport {FeatureGroup} from './FeatureGroup';\nimport * as Util from '../core/Util';\nimport * as DomUtil from '../dom/DomUtil';\n\n/*\n * @class Tooltip\n * @inherits DivOverlay\n * @aka L.Tooltip\n * Used to display small texts on top of map layers.\n *\n * @example\n *\n * ```js\n * marker.bindTooltip(\"my tooltip text\").openTooltip();\n * ```\n * Note about tooltip offset. Leaflet takes two options in consideration\n * for computing tooltip offsetting:\n * - the `offset` Tooltip option: it defaults to [0, 0], and it's specific to one tooltip.\n *   Add a positive x offset to move the tooltip to the right, and a positive y offset to\n *   move it to the bottom. Negatives will move to the left and top.\n * - the `tooltipAnchor` Icon option: this will only be considered for Marker. You\n *   should adapt this value if you use a custom icon.\n */\n\n\n// @namespace Tooltip\nexport var Tooltip = DivOverlay.extend({\n\n\t// @section\n\t// @aka Tooltip options\n\toptions: {\n\t\t// @option pane: String = 'tooltipPane'\n\t\t// `Map pane` where the tooltip will be added.\n\t\tpane: 'tooltipPane',\n\n\t\t// @option offset: Point = Point(0, 0)\n\t\t// Optional offset of the tooltip position.\n\t\toffset: [0, 0],\n\n\t\t// @option direction: String = 'auto'\n\t\t// Direction where to open the tooltip. Possible values are: `right`, `left`,\n\t\t// `top`, `bottom`, `center`, `auto`.\n\t\t// `auto` will dynamically switch between `right` and `left` according to the tooltip\n\t\t// position on the map.\n\t\tdirection: 'auto',\n\n\t\t// @option permanent: Boolean = false\n\t\t// Whether to open the tooltip permanently or only on mouseover.\n\t\tpermanent: false,\n\n\t\t// @option sticky: Boolean = false\n\t\t// If true, the tooltip will follow the mouse instead of being fixed at the feature center.\n\t\tsticky: false,\n\n\t\t// @option interactive: Boolean = false\n\t\t// If true, the tooltip will listen to the feature events.\n\t\tinteractive: false,\n\n\t\t// @option opacity: Number = 0.9\n\t\t// Tooltip container opacity.\n\t\topacity: 0.9\n\t},\n\n\tonAdd: function (map) {\n\t\tDivOverlay.prototype.onAdd.call(this, map);\n\t\tthis.setOpacity(this.options.opacity);\n\n\t\t// @namespace Map\n\t\t// @section Tooltip events\n\t\t// @event tooltipopen: TooltipEvent\n\t\t// Fired when a tooltip is opened in the map.\n\t\tmap.fire('tooltipopen', {tooltip: this});\n\n\t\tif (this._source) {\n\t\t\t// @namespace Layer\n\t\t\t// @section Tooltip events\n\t\t\t// @event tooltipopen: TooltipEvent\n\t\t\t// Fired when a tooltip bound to this layer is opened.\n\t\t\tthis._source.fire('tooltipopen', {tooltip: this}, true);\n\t\t}\n\t},\n\n\tonRemove: function (map) {\n\t\tDivOverlay.prototype.onRemove.call(this, map);\n\n\t\t// @namespace Map\n\t\t// @section Tooltip events\n\t\t// @event tooltipclose: TooltipEvent\n\t\t// Fired when a tooltip in the map is closed.\n\t\tmap.fire('tooltipclose', {tooltip: this});\n\n\t\tif (this._source) {\n\t\t\t// @namespace Layer\n\t\t\t// @section Tooltip events\n\t\t\t// @event tooltipclose: TooltipEvent\n\t\t\t// Fired when a tooltip bound to this layer is closed.\n\t\t\tthis._source.fire('tooltipclose', {tooltip: this}, true);\n\t\t}\n\t},\n\n\tgetEvents: function () {\n\t\tvar events = DivOverlay.prototype.getEvents.call(this);\n\n\t\tif (Browser.touch && !this.options.permanent) {\n\t\t\tevents.preclick = this._close;\n\t\t}\n\n\t\treturn events;\n\t},\n\n\t_close: function () {\n\t\tif (this._map) {\n\t\t\tthis._map.closeTooltip(this);\n\t\t}\n\t},\n\n\t_initLayout: function () {\n\t\tvar prefix = 'leaflet-tooltip',\n\t\t    className = prefix + ' ' + (this.options.className || '') + ' leaflet-zoom-' + (this._zoomAnimated ? 'animated' : 'hide');\n\n\t\tthis._contentNode = this._container = DomUtil.create('div', className);\n\t},\n\n\t_updateLayout: function () {},\n\n\t_adjustPan: function () {},\n\n\t_setPosition: function (pos) {\n\t\tvar map = this._map,\n\t\t    container = this._container,\n\t\t    centerPoint = map.latLngToContainerPoint(map.getCenter()),\n\t\t    tooltipPoint = map.layerPointToContainerPoint(pos),\n\t\t    direction = this.options.direction,\n\t\t    tooltipWidth = container.offsetWidth,\n\t\t    tooltipHeight = container.offsetHeight,\n\t\t    offset = toPoint(this.options.offset),\n\t\t    anchor = this._getAnchor();\n\n\t\tif (direction === 'top') {\n\t\t\tpos = pos.add(toPoint(-tooltipWidth / 2 + offset.x, -tooltipHeight + offset.y + anchor.y, true));\n\t\t} else if (direction === 'bottom') {\n\t\t\tpos = pos.subtract(toPoint(tooltipWidth / 2 - offset.x, -offset.y, true));\n\t\t} else if (direction === 'center') {\n\t\t\tpos = pos.subtract(toPoint(tooltipWidth / 2 + offset.x, tooltipHeight / 2 - anchor.y + offset.y, true));\n\t\t} else if (direction === 'right' || direction === 'auto' && tooltipPoint.x < centerPoint.x) {\n\t\t\tdirection = 'right';\n\t\t\tpos = pos.add(toPoint(offset.x + anchor.x, anchor.y - tooltipHeight / 2 + offset.y, true));\n\t\t} else {\n\t\t\tdirection = 'left';\n\t\t\tpos = pos.subtract(toPoint(tooltipWidth + anchor.x - offset.x, tooltipHeight / 2 - anchor.y - offset.y, true));\n\t\t}\n\n\t\tDomUtil.removeClass(container, 'leaflet-tooltip-right');\n\t\tDomUtil.removeClass(container, 'leaflet-tooltip-left');\n\t\tDomUtil.removeClass(container, 'leaflet-tooltip-top');\n\t\tDomUtil.removeClass(container, 'leaflet-tooltip-bottom');\n\t\tDomUtil.addClass(container, 'leaflet-tooltip-' + direction);\n\t\tDomUtil.setPosition(container, pos);\n\t},\n\n\t_updatePosition: function () {\n\t\tvar pos = this._map.latLngToLayerPoint(this._latlng);\n\t\tthis._setPosition(pos);\n\t},\n\n\tsetOpacity: function (opacity) {\n\t\tthis.options.opacity = opacity;\n\n\t\tif (this._container) {\n\t\t\tDomUtil.setOpacity(this._container, opacity);\n\t\t}\n\t},\n\n\t_animateZoom: function (e) {\n\t\tvar pos = this._map._latLngToNewLayerPoint(this._latlng, e.zoom, e.center);\n\t\tthis._setPosition(pos);\n\t},\n\n\t_getAnchor: function () {\n\t\t// Where should we anchor the tooltip on the source layer?\n\t\treturn toPoint(this._source && this._source._getTooltipAnchor && !this.options.sticky ? this._source._getTooltipAnchor() : [0, 0]);\n\t}\n\n});\n\n// @namespace Tooltip\n// @factory L.tooltip(options?: Tooltip options, source?: Layer)\n// Instantiates a Tooltip object given an optional `options` object that describes its appearance and location and an optional `source` object that is used to tag the tooltip with a reference to the Layer to which it refers.\nexport var tooltip = function (options, source) {\n\treturn new Tooltip(options, source);\n};\n\n// @namespace Map\n// @section Methods for Layers and Controls\nMap.include({\n\n\t// @method openTooltip(tooltip: Tooltip): this\n\t// Opens the specified tooltip.\n\t// @alternative\n\t// @method openTooltip(content: String|HTMLElement, latlng: LatLng, options?: Tooltip options): this\n\t// Creates a tooltip with the specified content and options and open it.\n\topenTooltip: function (tooltip, latlng, options) {\n\t\tif (!(tooltip instanceof Tooltip)) {\n\t\t\ttooltip = new Tooltip(options).setContent(tooltip);\n\t\t}\n\n\t\tif (latlng) {\n\t\t\ttooltip.setLatLng(latlng);\n\t\t}\n\n\t\tif (this.hasLayer(tooltip)) {\n\t\t\treturn this;\n\t\t}\n\n\t\treturn this.addLayer(tooltip);\n\t},\n\n\t// @method closeTooltip(tooltip?: Tooltip): this\n\t// Closes the tooltip given as parameter.\n\tcloseTooltip: function (tooltip) {\n\t\tif (tooltip) {\n\t\t\tthis.removeLayer(tooltip);\n\t\t}\n\t\treturn this;\n\t}\n\n});\n\n/*\n * @namespace Layer\n * @section Tooltip methods example\n *\n * All layers share a set of methods convenient for binding tooltips to it.\n *\n * ```js\n * var layer = L.Polygon(latlngs).bindTooltip('Hi There!').addTo(map);\n * layer.openTooltip();\n * layer.closeTooltip();\n * ```\n */\n\n// @section Tooltip methods\nLayer.include({\n\n\t// @method bindTooltip(content: String|HTMLElement|Function|Tooltip, options?: Tooltip options): this\n\t// Binds a tooltip to the layer with the passed `content` and sets up the\n\t// necessary event listeners. If a `Function` is passed it will receive\n\t// the layer as the first argument and should return a `String` or `HTMLElement`.\n\tbindTooltip: function (content, options) {\n\n\t\tif (content instanceof Tooltip) {\n\t\t\tUtil.setOptions(content, options);\n\t\t\tthis._tooltip = content;\n\t\t\tcontent._source = this;\n\t\t} else {\n\t\t\tif (!this._tooltip || options) {\n\t\t\t\tthis._tooltip = new Tooltip(options, this);\n\t\t\t}\n\t\t\tthis._tooltip.setContent(content);\n\n\t\t}\n\n\t\tthis._initTooltipInteractions();\n\n\t\tif (this._tooltip.options.permanent && this._map && this._map.hasLayer(this)) {\n\t\t\tthis.openTooltip();\n\t\t}\n\n\t\treturn this;\n\t},\n\n\t// @method unbindTooltip(): this\n\t// Removes the tooltip previously bound with `bindTooltip`.\n\tunbindTooltip: function () {\n\t\tif (this._tooltip) {\n\t\t\tthis._initTooltipInteractions(true);\n\t\t\tthis.closeTooltip();\n\t\t\tthis._tooltip = null;\n\t\t}\n\t\treturn this;\n\t},\n\n\t_initTooltipInteractions: function (remove) {\n\t\tif (!remove && this._tooltipHandlersAdded) { return; }\n\t\tvar onOff = remove ? 'off' : 'on',\n\t\t    events = {\n\t\t\tremove: this.closeTooltip,\n\t\t\tmove: this._moveTooltip\n\t\t    };\n\t\tif (!this._tooltip.options.permanent) {\n\t\t\tevents.mouseover = this._openTooltip;\n\t\t\tevents.mouseout = this.closeTooltip;\n\t\t\tif (this._tooltip.options.sticky) {\n\t\t\t\tevents.mousemove = this._moveTooltip;\n\t\t\t}\n\t\t\tif (Browser.touch) {\n\t\t\t\tevents.click = this._openTooltip;\n\t\t\t}\n\t\t} else {\n\t\t\tevents.add = this._openTooltip;\n\t\t}\n\t\tthis[onOff](events);\n\t\tthis._tooltipHandlersAdded = !remove;\n\t},\n\n\t// @method openTooltip(latlng?: LatLng): this\n\t// Opens the bound tooltip at the specified `latlng` or at the default tooltip anchor if no `latlng` is passed.\n\topenTooltip: function (layer, latlng) {\n\t\tif (!(layer instanceof Layer)) {\n\t\t\tlatlng = layer;\n\t\t\tlayer = this;\n\t\t}\n\n\t\tif (layer instanceof FeatureGroup) {\n\t\t\tfor (var id in this._layers) {\n\t\t\t\tlayer = this._layers[id];\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tif (!latlng) {\n\t\t\tlatlng = layer.getCenter ? layer.getCenter() : layer.getLatLng();\n\t\t}\n\n\t\tif (this._tooltip && this._map) {\n\n\t\t\t// set tooltip source to this layer\n\t\t\tthis._tooltip._source = layer;\n\n\t\t\t// update the tooltip (content, layout, ect...)\n\t\t\tthis._tooltip.update();\n\n\t\t\t// open the tooltip on the map\n\t\t\tthis._map.openTooltip(this._tooltip, latlng);\n\n\t\t\t// Tooltip container may not be defined if not permanent and never\n\t\t\t// opened.\n\t\t\tif (this._tooltip.options.interactive && this._tooltip._container) {\n\t\t\t\tDomUtil.addClass(this._tooltip._container, 'leaflet-clickable');\n\t\t\t\tthis.addInteractiveTarget(this._tooltip._container);\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\t// @method closeTooltip(): this\n\t// Closes the tooltip bound to this layer if it is open.\n\tcloseTooltip: function () {\n\t\tif (this._tooltip) {\n\t\t\tthis._tooltip._close();\n\t\t\tif (this._tooltip.options.interactive && this._tooltip._container) {\n\t\t\t\tDomUtil.removeClass(this._tooltip._container, 'leaflet-clickable');\n\t\t\t\tthis.removeInteractiveTarget(this._tooltip._container);\n\t\t\t}\n\t\t}\n\t\treturn this;\n\t},\n\n\t// @method toggleTooltip(): this\n\t// Opens or closes the tooltip bound to this layer depending on its current state.\n\ttoggleTooltip: function (target) {\n\t\tif (this._tooltip) {\n\t\t\tif (this._tooltip._map) {\n\t\t\t\tthis.closeTooltip();\n\t\t\t} else {\n\t\t\t\tthis.openTooltip(target);\n\t\t\t}\n\t\t}\n\t\treturn this;\n\t},\n\n\t// @method isTooltipOpen(): boolean\n\t// Returns `true` if the tooltip bound to this layer is currently open.\n\tisTooltipOpen: function () {\n\t\treturn this._tooltip.isOpen();\n\t},\n\n\t// @method setTooltipContent(content: String|HTMLElement|Tooltip): this\n\t// Sets the content of the tooltip bound to this layer.\n\tsetTooltipContent: function (content) {\n\t\tif (this._tooltip) {\n\t\t\tthis._tooltip.setContent(content);\n\t\t}\n\t\treturn this;\n\t},\n\n\t// @method getTooltip(): Tooltip\n\t// Returns the tooltip bound to this layer.\n\tgetTooltip: function () {\n\t\treturn this._tooltip;\n\t},\n\n\t_openTooltip: function (e) {\n\t\tvar layer = e.layer || e.target;\n\n\t\tif (!this._tooltip || !this._map) {\n\t\t\treturn;\n\t\t}\n\t\tthis.openTooltip(layer, this._tooltip.options.sticky ? e.latlng : undefined);\n\t},\n\n\t_moveTooltip: function (e) {\n\t\tvar latlng = e.latlng, containerPoint, layerPoint;\n\t\tif (this._tooltip.options.sticky && e.originalEvent) {\n\t\t\tcontainerPoint = this._map.mouseEventToContainerPoint(e.originalEvent);\n\t\t\tlayerPoint = this._map.containerPointToLayerPoint(containerPoint);\n\t\t\tlatlng = this._map.layerPointToLatLng(layerPoint);\n\t\t}\n\t\tthis._tooltip.setLatLng(latlng);\n\t}\n});\n","import {Icon} from './Icon';\nimport {toPoint as point} from '../../geometry/Point';\n\n/*\n * @class DivIcon\n * @aka L.DivIcon\n * @inherits Icon\n *\n * Represents a lightweight icon for markers that uses a simple `<div>`\n * element instead of an image. Inherits from `Icon` but ignores the `iconUrl` and shadow options.\n *\n * @example\n * ```js\n * var myIcon = L.divIcon({className: 'my-div-icon'});\n * // you can set .my-div-icon styles in CSS\n *\n * L.marker([50.505, 30.57], {icon: myIcon}).addTo(map);\n * ```\n *\n * By default, it has a 'leaflet-div-icon' CSS class and is styled as a little white square with a shadow.\n */\n\nexport var DivIcon = Icon.extend({\n\toptions: {\n\t\t// @section\n\t\t// @aka DivIcon options\n\t\ticonSize: [12, 12], // also can be set through CSS\n\n\t\t// iconAnchor: (Point),\n\t\t// popupAnchor: (Point),\n\n\t\t// @option html: String = ''\n\t\t// Custom HTML code to put inside the div element, empty by default.\n\t\thtml: false,\n\n\t\t// @option bgPos: Point = [0, 0]\n\t\t// Optional relative position of the background, in pixels\n\t\tbgPos: null,\n\n\t\tclassName: 'leaflet-div-icon'\n\t},\n\n\tcreateIcon: function (oldIcon) {\n\t\tvar div = (oldIcon && oldIcon.tagName === 'DIV') ? oldIcon : document.createElement('div'),\n\t\t    options = this.options;\n\n\t\tdiv.innerHTML = options.html !== false ? options.html : '';\n\n\t\tif (options.bgPos) {\n\t\t\tvar bgPos = point(options.bgPos);\n\t\t\tdiv.style.backgroundPosition = (-bgPos.x) + 'px ' + (-bgPos.y) + 'px';\n\t\t}\n\t\tthis._setIconStyles(div, 'icon');\n\n\t\treturn div;\n\t},\n\n\tcreateShadow: function () {\n\t\treturn null;\n\t}\n});\n\n// @factory L.divIcon(options: DivIcon options)\n// Creates a `DivIcon` instance with the given options.\nexport function divIcon(options) {\n\treturn new DivIcon(options);\n}\n","import {Icon} from './Icon';\nexport {icon} from './Icon';\nimport {IconDefault} from './Icon.Default';\nIcon.Default = IconDefault;\nexport {Icon};\n\nexport {DivIcon, divIcon} from './DivIcon';\nexport {Marker, marker} from './Marker';\n","import {Layer} from '../Layer';\nimport * as Browser from '../../core/Browser';\nimport * as Util from '../../core/Util';\nimport * as DomUtil from '../../dom/DomUtil';\nimport {Point} from '../../geometry/Point';\nimport {Bounds} from '../../geometry/Bounds';\nimport {LatLngBounds, toLatLngBounds as latLngBounds} from '../../geo/LatLngBounds';\n\n/*\n * @class GridLayer\n * @inherits Layer\n * @aka L.GridLayer\n *\n * Generic class for handling a tiled grid of HTML elements. This is the base class for all tile layers and replaces `TileLayer.Canvas`.\n * GridLayer can be extended to create a tiled grid of HTML elements like `<canvas>`, `<img>` or `<div>`. GridLayer will handle creating and animating these DOM elements for you.\n *\n *\n * @section Synchronous usage\n * @example\n *\n * To create a custom layer, extend GridLayer and implement the `createTile()` method, which will be passed a `Point` object with the `x`, `y`, and `z` (zoom level) coordinates to draw your tile.\n *\n * ```js\n * var CanvasLayer = L.GridLayer.extend({\n *     createTile: function(coords){\n *         // create a <canvas> element for drawing\n *         var tile = L.DomUtil.create('canvas', 'leaflet-tile');\n *\n *         // setup tile width and height according to the options\n *         var size = this.getTileSize();\n *         tile.width = size.x;\n *         tile.height = size.y;\n *\n *         // get a canvas context and draw something on it using coords.x, coords.y and coords.z\n *         var ctx = tile.getContext('2d');\n *\n *         // return the tile so it can be rendered on screen\n *         return tile;\n *     }\n * });\n * ```\n *\n * @section Asynchronous usage\n * @example\n *\n * Tile creation can also be asynchronous, this is useful when using a third-party drawing library. Once the tile is finished drawing it can be passed to the `done()` callback.\n *\n * ```js\n * var CanvasLayer = L.GridLayer.extend({\n *     createTile: function(coords, done){\n *         var error;\n *\n *         // create a <canvas> element for drawing\n *         var tile = L.DomUtil.create('canvas', 'leaflet-tile');\n *\n *         // setup tile width and height according to the options\n *         var size = this.getTileSize();\n *         tile.width = size.x;\n *         tile.height = size.y;\n *\n *         // draw something asynchronously and pass the tile to the done() callback\n *         setTimeout(function() {\n *             done(error, tile);\n *         }, 1000);\n *\n *         return tile;\n *     }\n * });\n * ```\n *\n * @section\n */\n\n\nexport var GridLayer = Layer.extend({\n\n\t// @section\n\t// @aka GridLayer options\n\toptions: {\n\t\t// @option tileSize: Number|Point = 256\n\t\t// Width and height of tiles in the grid. Use a number if width and height are equal, or `L.point(width, height)` otherwise.\n\t\ttileSize: 256,\n\n\t\t// @option opacity: Number = 1.0\n\t\t// Opacity of the tiles. Can be used in the `createTile()` function.\n\t\topacity: 1,\n\n\t\t// @option updateWhenIdle: Boolean = (depends)\n\t\t// Load new tiles only when panning ends.\n\t\t// `true` by default on mobile browsers, in order to avoid too many requests and keep smooth navigation.\n\t\t// `false` otherwise in order to display new tiles _during_ panning, since it is easy to pan outside the\n\t\t// [`keepBuffer`](#gridlayer-keepbuffer) option in desktop browsers.\n\t\tupdateWhenIdle: Browser.mobile,\n\n\t\t// @option updateWhenZooming: Boolean = true\n\t\t// By default, a smooth zoom animation (during a [touch zoom](#map-touchzoom) or a [`flyTo()`](#map-flyto)) will update grid layers every integer zoom level. Setting this option to `false` will update the grid layer only when the smooth animation ends.\n\t\tupdateWhenZooming: true,\n\n\t\t// @option updateInterval: Number = 200\n\t\t// Tiles will not update more than once every `updateInterval` milliseconds when panning.\n\t\tupdateInterval: 200,\n\n\t\t// @option zIndex: Number = 1\n\t\t// The explicit zIndex of the tile layer.\n\t\tzIndex: 1,\n\n\t\t// @option bounds: LatLngBounds = undefined\n\t\t// If set, tiles will only be loaded inside the set `LatLngBounds`.\n\t\tbounds: null,\n\n\t\t// @option minZoom: Number = 0\n\t\t// The minimum zoom level down to which this layer will be displayed (inclusive).\n\t\tminZoom: 0,\n\n\t\t// @option maxZoom: Number = undefined\n\t\t// The maximum zoom level up to which this layer will be displayed (inclusive).\n\t\tmaxZoom: undefined,\n\n\t\t// @option maxNativeZoom: Number = undefined\n\t\t// Maximum zoom number the tile source has available. If it is specified,\n\t\t// the tiles on all zoom levels higher than `maxNativeZoom` will be loaded\n\t\t// from `maxNativeZoom` level and auto-scaled.\n\t\tmaxNativeZoom: undefined,\n\n\t\t// @option minNativeZoom: Number = undefined\n\t\t// Minimum zoom number the tile source has available. If it is specified,\n\t\t// the tiles on all zoom levels lower than `minNativeZoom` will be loaded\n\t\t// from `minNativeZoom` level and auto-scaled.\n\t\tminNativeZoom: undefined,\n\n\t\t// @option noWrap: Boolean = false\n\t\t// Whether the layer is wrapped around the antimeridian. If `true`, the\n\t\t// GridLayer will only be displayed once at low zoom levels. Has no\n\t\t// effect when the [map CRS](#map-crs) doesn't wrap around. Can be used\n\t\t// in combination with [`bounds`](#gridlayer-bounds) to prevent requesting\n\t\t// tiles outside the CRS limits.\n\t\tnoWrap: false,\n\n\t\t// @option pane: String = 'tilePane'\n\t\t// `Map pane` where the grid layer will be added.\n\t\tpane: 'tilePane',\n\n\t\t// @option className: String = ''\n\t\t// A custom class name to assign to the tile layer. Empty by default.\n\t\tclassName: '',\n\n\t\t// @option keepBuffer: Number = 2\n\t\t// When panning the map, keep this many rows and columns of tiles before unloading them.\n\t\tkeepBuffer: 2\n\t},\n\n\tinitialize: function (options) {\n\t\tUtil.setOptions(this, options);\n\t},\n\n\tonAdd: function () {\n\t\tthis._initContainer();\n\n\t\tthis._levels = {};\n\t\tthis._tiles = {};\n\n\t\tthis._resetView();\n\t\tthis._update();\n\t},\n\n\tbeforeAdd: function (map) {\n\t\tmap._addZoomLimit(this);\n\t},\n\n\tonRemove: function (map) {\n\t\tthis._removeAllTiles();\n\t\tDomUtil.remove(this._container);\n\t\tmap._removeZoomLimit(this);\n\t\tthis._container = null;\n\t\tthis._tileZoom = undefined;\n\t},\n\n\t// @method bringToFront: this\n\t// Brings the tile layer to the top of all tile layers.\n\tbringToFront: function () {\n\t\tif (this._map) {\n\t\t\tDomUtil.toFront(this._container);\n\t\t\tthis._setAutoZIndex(Math.max);\n\t\t}\n\t\treturn this;\n\t},\n\n\t// @method bringToBack: this\n\t// Brings the tile layer to the bottom of all tile layers.\n\tbringToBack: function () {\n\t\tif (this._map) {\n\t\t\tDomUtil.toBack(this._container);\n\t\t\tthis._setAutoZIndex(Math.min);\n\t\t}\n\t\treturn this;\n\t},\n\n\t// @method getContainer: HTMLElement\n\t// Returns the HTML element that contains the tiles for this layer.\n\tgetContainer: function () {\n\t\treturn this._container;\n\t},\n\n\t// @method setOpacity(opacity: Number): this\n\t// Changes the [opacity](#gridlayer-opacity) of the grid layer.\n\tsetOpacity: function (opacity) {\n\t\tthis.options.opacity = opacity;\n\t\tthis._updateOpacity();\n\t\treturn this;\n\t},\n\n\t// @method setZIndex(zIndex: Number): this\n\t// Changes the [zIndex](#gridlayer-zindex) of the grid layer.\n\tsetZIndex: function (zIndex) {\n\t\tthis.options.zIndex = zIndex;\n\t\tthis._updateZIndex();\n\n\t\treturn this;\n\t},\n\n\t// @method isLoading: Boolean\n\t// Returns `true` if any tile in the grid layer has not finished loading.\n\tisLoading: function () {\n\t\treturn this._loading;\n\t},\n\n\t// @method redraw: this\n\t// Causes the layer to clear all the tiles and request them again.\n\tredraw: function () {\n\t\tif (this._map) {\n\t\t\tthis._removeAllTiles();\n\t\t\tthis._update();\n\t\t}\n\t\treturn this;\n\t},\n\n\tgetEvents: function () {\n\t\tvar events = {\n\t\t\tviewprereset: this._invalidateAll,\n\t\t\tviewreset: this._resetView,\n\t\t\tzoom: this._resetView,\n\t\t\tmoveend: this._onMoveEnd\n\t\t};\n\n\t\tif (!this.options.updateWhenIdle) {\n\t\t\t// update tiles on move, but not more often than once per given interval\n\t\t\tif (!this._onMove) {\n\t\t\t\tthis._onMove = Util.throttle(this._onMoveEnd, this.options.updateInterval, this);\n\t\t\t}\n\n\t\t\tevents.move = this._onMove;\n\t\t}\n\n\t\tif (this._zoomAnimated) {\n\t\t\tevents.zoomanim = this._animateZoom;\n\t\t}\n\n\t\treturn events;\n\t},\n\n\t// @section Extension methods\n\t// Layers extending `GridLayer` shall reimplement the following method.\n\t// @method createTile(coords: Object, done?: Function): HTMLElement\n\t// Called only internally, must be overridden by classes extending `GridLayer`.\n\t// Returns the `HTMLElement` corresponding to the given `coords`. If the `done` callback\n\t// is specified, it must be called when the tile has finished loading and drawing.\n\tcreateTile: function () {\n\t\treturn document.createElement('div');\n\t},\n\n\t// @section\n\t// @method getTileSize: Point\n\t// Normalizes the [tileSize option](#gridlayer-tilesize) into a point. Used by the `createTile()` method.\n\tgetTileSize: function () {\n\t\tvar s = this.options.tileSize;\n\t\treturn s instanceof Point ? s : new Point(s, s);\n\t},\n\n\t_updateZIndex: function () {\n\t\tif (this._container && this.options.zIndex !== undefined && this.options.zIndex !== null) {\n\t\t\tthis._container.style.zIndex = this.options.zIndex;\n\t\t}\n\t},\n\n\t_setAutoZIndex: function (compare) {\n\t\t// go through all other layers of the same pane, set zIndex to max + 1 (front) or min - 1 (back)\n\n\t\tvar layers = this.getPane().children,\n\t\t    edgeZIndex = -compare(-Infinity, Infinity); // -Infinity for max, Infinity for min\n\n\t\tfor (var i = 0, len = layers.length, zIndex; i < len; i++) {\n\n\t\t\tzIndex = layers[i].style.zIndex;\n\n\t\t\tif (layers[i] !== this._container && zIndex) {\n\t\t\t\tedgeZIndex = compare(edgeZIndex, +zIndex);\n\t\t\t}\n\t\t}\n\n\t\tif (isFinite(edgeZIndex)) {\n\t\t\tthis.options.zIndex = edgeZIndex + compare(-1, 1);\n\t\t\tthis._updateZIndex();\n\t\t}\n\t},\n\n\t_updateOpacity: function () {\n\t\tif (!this._map) { return; }\n\n\t\t// IE doesn't inherit filter opacity properly, so we're forced to set it on tiles\n\t\tif (Browser.ielt9) { return; }\n\n\t\tDomUtil.setOpacity(this._container, this.options.opacity);\n\n\t\tvar now = +new Date(),\n\t\t    nextFrame = false,\n\t\t    willPrune = false;\n\n\t\tfor (var key in this._tiles) {\n\t\t\tvar tile = this._tiles[key];\n\t\t\tif (!tile.current || !tile.loaded) { continue; }\n\n\t\t\tvar fade = Math.min(1, (now - tile.loaded) / 200);\n\n\t\t\tDomUtil.setOpacity(tile.el, fade);\n\t\t\tif (fade < 1) {\n\t\t\t\tnextFrame = true;\n\t\t\t} else {\n\t\t\t\tif (tile.active) {\n\t\t\t\t\twillPrune = true;\n\t\t\t\t} else {\n\t\t\t\t\tthis._onOpaqueTile(tile);\n\t\t\t\t}\n\t\t\t\ttile.active = true;\n\t\t\t}\n\t\t}\n\n\t\tif (willPrune && !this._noPrune) { this._pruneTiles(); }\n\n\t\tif (nextFrame) {\n\t\t\tUtil.cancelAnimFrame(this._fadeFrame);\n\t\t\tthis._fadeFrame = Util.requestAnimFrame(this._updateOpacity, this);\n\t\t}\n\t},\n\n\t_onOpaqueTile: Util.falseFn,\n\n\t_initContainer: function () {\n\t\tif (this._container) { return; }\n\n\t\tthis._container = DomUtil.create('div', 'leaflet-layer ' + (this.options.className || ''));\n\t\tthis._updateZIndex();\n\n\t\tif (this.options.opacity < 1) {\n\t\t\tthis._updateOpacity();\n\t\t}\n\n\t\tthis.getPane().appendChild(this._container);\n\t},\n\n\t_updateLevels: function () {\n\n\t\tvar zoom = this._tileZoom,\n\t\t    maxZoom = this.options.maxZoom;\n\n\t\tif (zoom === undefined) { return undefined; }\n\n\t\tfor (var z in this._levels) {\n\t\t\tif (this._levels[z].el.children.length || z === zoom) {\n\t\t\t\tthis._levels[z].el.style.zIndex = maxZoom - Math.abs(zoom - z);\n\t\t\t\tthis._onUpdateLevel(z);\n\t\t\t} else {\n\t\t\t\tDomUtil.remove(this._levels[z].el);\n\t\t\t\tthis._removeTilesAtZoom(z);\n\t\t\t\tthis._onRemoveLevel(z);\n\t\t\t\tdelete this._levels[z];\n\t\t\t}\n\t\t}\n\n\t\tvar level = this._levels[zoom],\n\t\t    map = this._map;\n\n\t\tif (!level) {\n\t\t\tlevel = this._levels[zoom] = {};\n\n\t\t\tlevel.el = DomUtil.create('div', 'leaflet-tile-container leaflet-zoom-animated', this._container);\n\t\t\tlevel.el.style.zIndex = maxZoom;\n\n\t\t\tlevel.origin = map.project(map.unproject(map.getPixelOrigin()), zoom).round();\n\t\t\tlevel.zoom = zoom;\n\n\t\t\tthis._setZoomTransform(level, map.getCenter(), map.getZoom());\n\n\t\t\t// force the browser to consider the newly added element for transition\n\t\t\tUtil.falseFn(level.el.offsetWidth);\n\n\t\t\tthis._onCreateLevel(level);\n\t\t}\n\n\t\tthis._level = level;\n\n\t\treturn level;\n\t},\n\n\t_onUpdateLevel: Util.falseFn,\n\n\t_onRemoveLevel: Util.falseFn,\n\n\t_onCreateLevel: Util.falseFn,\n\n\t_pruneTiles: function () {\n\t\tif (!this._map) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar key, tile;\n\n\t\tvar zoom = this._map.getZoom();\n\t\tif (zoom > this.options.maxZoom ||\n\t\t\tzoom < this.options.minZoom) {\n\t\t\tthis._removeAllTiles();\n\t\t\treturn;\n\t\t}\n\n\t\tfor (key in this._tiles) {\n\t\t\ttile = this._tiles[key];\n\t\t\ttile.retain = tile.current;\n\t\t}\n\n\t\tfor (key in this._tiles) {\n\t\t\ttile = this._tiles[key];\n\t\t\tif (tile.current && !tile.active) {\n\t\t\t\tvar coords = tile.coords;\n\t\t\t\tif (!this._retainParent(coords.x, coords.y, coords.z, coords.z - 5)) {\n\t\t\t\t\tthis._retainChildren(coords.x, coords.y, coords.z, coords.z + 2);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tfor (key in this._tiles) {\n\t\t\tif (!this._tiles[key].retain) {\n\t\t\t\tthis._removeTile(key);\n\t\t\t}\n\t\t}\n\t},\n\n\t_removeTilesAtZoom: function (zoom) {\n\t\tfor (var key in this._tiles) {\n\t\t\tif (this._tiles[key].coords.z !== zoom) {\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tthis._removeTile(key);\n\t\t}\n\t},\n\n\t_removeAllTiles: function () {\n\t\tfor (var key in this._tiles) {\n\t\t\tthis._removeTile(key);\n\t\t}\n\t},\n\n\t_invalidateAll: function () {\n\t\tfor (var z in this._levels) {\n\t\t\tDomUtil.remove(this._levels[z].el);\n\t\t\tthis._onRemoveLevel(z);\n\t\t\tdelete this._levels[z];\n\t\t}\n\t\tthis._removeAllTiles();\n\n\t\tthis._tileZoom = undefined;\n\t},\n\n\t_retainParent: function (x, y, z, minZoom) {\n\t\tvar x2 = Math.floor(x / 2),\n\t\t    y2 = Math.floor(y / 2),\n\t\t    z2 = z - 1,\n\t\t    coords2 = new Point(+x2, +y2);\n\t\tcoords2.z = +z2;\n\n\t\tvar key = this._tileCoordsToKey(coords2),\n\t\t    tile = this._tiles[key];\n\n\t\tif (tile && tile.active) {\n\t\t\ttile.retain = true;\n\t\t\treturn true;\n\n\t\t} else if (tile && tile.loaded) {\n\t\t\ttile.retain = true;\n\t\t}\n\n\t\tif (z2 > minZoom) {\n\t\t\treturn this._retainParent(x2, y2, z2, minZoom);\n\t\t}\n\n\t\treturn false;\n\t},\n\n\t_retainChildren: function (x, y, z, maxZoom) {\n\n\t\tfor (var i = 2 * x; i < 2 * x + 2; i++) {\n\t\t\tfor (var j = 2 * y; j < 2 * y + 2; j++) {\n\n\t\t\t\tvar coords = new Point(i, j);\n\t\t\t\tcoords.z = z + 1;\n\n\t\t\t\tvar key = this._tileCoordsToKey(coords),\n\t\t\t\t    tile = this._tiles[key];\n\n\t\t\t\tif (tile && tile.active) {\n\t\t\t\t\ttile.retain = true;\n\t\t\t\t\tcontinue;\n\n\t\t\t\t} else if (tile && tile.loaded) {\n\t\t\t\t\ttile.retain = true;\n\t\t\t\t}\n\n\t\t\t\tif (z + 1 < maxZoom) {\n\t\t\t\t\tthis._retainChildren(i, j, z + 1, maxZoom);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\t_resetView: function (e) {\n\t\tvar animating = e && (e.pinch || e.flyTo);\n\t\tthis._setView(this._map.getCenter(), this._map.getZoom(), animating, animating);\n\t},\n\n\t_animateZoom: function (e) {\n\t\tthis._setView(e.center, e.zoom, true, e.noUpdate);\n\t},\n\n\t_clampZoom: function (zoom) {\n\t\tvar options = this.options;\n\n\t\tif (undefined !== options.minNativeZoom && zoom < options.minNativeZoom) {\n\t\t\treturn options.minNativeZoom;\n\t\t}\n\n\t\tif (undefined !== options.maxNativeZoom && options.maxNativeZoom < zoom) {\n\t\t\treturn options.maxNativeZoom;\n\t\t}\n\n\t\treturn zoom;\n\t},\n\n\t_setView: function (center, zoom, noPrune, noUpdate) {\n\t\tvar tileZoom = this._clampZoom(Math.round(zoom));\n\t\tif ((this.options.maxZoom !== undefined && tileZoom > this.options.maxZoom) ||\n\t\t    (this.options.minZoom !== undefined && tileZoom < this.options.minZoom)) {\n\t\t\ttileZoom = undefined;\n\t\t}\n\n\t\tvar tileZoomChanged = this.options.updateWhenZooming && (tileZoom !== this._tileZoom);\n\n\t\tif (!noUpdate || tileZoomChanged) {\n\n\t\t\tthis._tileZoom = tileZoom;\n\n\t\t\tif (this._abortLoading) {\n\t\t\t\tthis._abortLoading();\n\t\t\t}\n\n\t\t\tthis._updateLevels();\n\t\t\tthis._resetGrid();\n\n\t\t\tif (tileZoom !== undefined) {\n\t\t\t\tthis._update(center);\n\t\t\t}\n\n\t\t\tif (!noPrune) {\n\t\t\t\tthis._pruneTiles();\n\t\t\t}\n\n\t\t\t// Flag to prevent _updateOpacity from pruning tiles during\n\t\t\t// a zoom anim or a pinch gesture\n\t\t\tthis._noPrune = !!noPrune;\n\t\t}\n\n\t\tthis._setZoomTransforms(center, zoom);\n\t},\n\n\t_setZoomTransforms: function (center, zoom) {\n\t\tfor (var i in this._levels) {\n\t\t\tthis._setZoomTransform(this._levels[i], center, zoom);\n\t\t}\n\t},\n\n\t_setZoomTransform: function (level, center, zoom) {\n\t\tvar scale = this._map.getZoomScale(zoom, level.zoom),\n\t\t    translate = level.origin.multiplyBy(scale)\n\t\t        .subtract(this._map._getNewPixelOrigin(center, zoom)).round();\n\n\t\tif (Browser.any3d) {\n\t\t\tDomUtil.setTransform(level.el, translate, scale);\n\t\t} else {\n\t\t\tDomUtil.setPosition(level.el, translate);\n\t\t}\n\t},\n\n\t_resetGrid: function () {\n\t\tvar map = this._map,\n\t\t    crs = map.options.crs,\n\t\t    tileSize = this._tileSize = this.getTileSize(),\n\t\t    tileZoom = this._tileZoom;\n\n\t\tvar bounds = this._map.getPixelWorldBounds(this._tileZoom);\n\t\tif (bounds) {\n\t\t\tthis._globalTileRange = this._pxBoundsToTileRange(bounds);\n\t\t}\n\n\t\tthis._wrapX = crs.wrapLng && !this.options.noWrap && [\n\t\t\tMath.floor(map.project([0, crs.wrapLng[0]], tileZoom).x / tileSize.x),\n\t\t\tMath.ceil(map.project([0, crs.wrapLng[1]], tileZoom).x / tileSize.y)\n\t\t];\n\t\tthis._wrapY = crs.wrapLat && !this.options.noWrap && [\n\t\t\tMath.floor(map.project([crs.wrapLat[0], 0], tileZoom).y / tileSize.x),\n\t\t\tMath.ceil(map.project([crs.wrapLat[1], 0], tileZoom).y / tileSize.y)\n\t\t];\n\t},\n\n\t_onMoveEnd: function () {\n\t\tif (!this._map || this._map._animatingZoom) { return; }\n\n\t\tthis._update();\n\t},\n\n\t_getTiledPixelBounds: function (center) {\n\t\tvar map = this._map,\n\t\t    mapZoom = map._animatingZoom ? Math.max(map._animateToZoom, map.getZoom()) : map.getZoom(),\n\t\t    scale = map.getZoomScale(mapZoom, this._tileZoom),\n\t\t    pixelCenter = map.project(center, this._tileZoom).floor(),\n\t\t    halfSize = map.getSize().divideBy(scale * 2);\n\n\t\treturn new Bounds(pixelCenter.subtract(halfSize), pixelCenter.add(halfSize));\n\t},\n\n\t// Private method to load tiles in the grid's active zoom level according to map bounds\n\t_update: function (center) {\n\t\tvar map = this._map;\n\t\tif (!map) { return; }\n\t\tvar zoom = this._clampZoom(map.getZoom());\n\n\t\tif (center === undefined) { center = map.getCenter(); }\n\t\tif (this._tileZoom === undefined) { return; }\t// if out of minzoom/maxzoom\n\n\t\tvar pixelBounds = this._getTiledPixelBounds(center),\n\t\t    tileRange = this._pxBoundsToTileRange(pixelBounds),\n\t\t    tileCenter = tileRange.getCenter(),\n\t\t    queue = [],\n\t\t    margin = this.options.keepBuffer,\n\t\t    noPruneRange = new Bounds(tileRange.getBottomLeft().subtract([margin, -margin]),\n\t\t                              tileRange.getTopRight().add([margin, -margin]));\n\n\t\t// Sanity check: panic if the tile range contains Infinity somewhere.\n\t\tif (!(isFinite(tileRange.min.x) &&\n\t\t      isFinite(tileRange.min.y) &&\n\t\t      isFinite(tileRange.max.x) &&\n\t\t      isFinite(tileRange.max.y))) { throw new Error('Attempted to load an infinite number of tiles'); }\n\n\t\tfor (var key in this._tiles) {\n\t\t\tvar c = this._tiles[key].coords;\n\t\t\tif (c.z !== this._tileZoom || !noPruneRange.contains(new Point(c.x, c.y))) {\n\t\t\t\tthis._tiles[key].current = false;\n\t\t\t}\n\t\t}\n\n\t\t// _update just loads more tiles. If the tile zoom level differs too much\n\t\t// from the map's, let _setView reset levels and prune old tiles.\n\t\tif (Math.abs(zoom - this._tileZoom) > 1) { this._setView(center, zoom); return; }\n\n\t\t// create a queue of coordinates to load tiles from\n\t\tfor (var j = tileRange.min.y; j <= tileRange.max.y; j++) {\n\t\t\tfor (var i = tileRange.min.x; i <= tileRange.max.x; i++) {\n\t\t\t\tvar coords = new Point(i, j);\n\t\t\t\tcoords.z = this._tileZoom;\n\n\t\t\t\tif (!this._isValidTile(coords)) { continue; }\n\n\t\t\t\tvar tile = this._tiles[this._tileCoordsToKey(coords)];\n\t\t\t\tif (tile) {\n\t\t\t\t\ttile.current = true;\n\t\t\t\t} else {\n\t\t\t\t\tqueue.push(coords);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// sort tile queue to load tiles in order of their distance to center\n\t\tqueue.sort(function (a, b) {\n\t\t\treturn a.distanceTo(tileCenter) - b.distanceTo(tileCenter);\n\t\t});\n\n\t\tif (queue.length !== 0) {\n\t\t\t// if it's the first batch of tiles to load\n\t\t\tif (!this._loading) {\n\t\t\t\tthis._loading = true;\n\t\t\t\t// @event loading: Event\n\t\t\t\t// Fired when the grid layer starts loading tiles.\n\t\t\t\tthis.fire('loading');\n\t\t\t}\n\n\t\t\t// create DOM fragment to append tiles in one batch\n\t\t\tvar fragment = document.createDocumentFragment();\n\n\t\t\tfor (i = 0; i < queue.length; i++) {\n\t\t\t\tthis._addTile(queue[i], fragment);\n\t\t\t}\n\n\t\t\tthis._level.el.appendChild(fragment);\n\t\t}\n\t},\n\n\t_isValidTile: function (coords) {\n\t\tvar crs = this._map.options.crs;\n\n\t\tif (!crs.infinite) {\n\t\t\t// don't load tile if it's out of bounds and not wrapped\n\t\t\tvar bounds = this._globalTileRange;\n\t\t\tif ((!crs.wrapLng && (coords.x < bounds.min.x || coords.x > bounds.max.x)) ||\n\t\t\t    (!crs.wrapLat && (coords.y < bounds.min.y || coords.y > bounds.max.y))) { return false; }\n\t\t}\n\n\t\tif (!this.options.bounds) { return true; }\n\n\t\t// don't load tile if it doesn't intersect the bounds in options\n\t\tvar tileBounds = this._tileCoordsToBounds(coords);\n\t\treturn latLngBounds(this.options.bounds).overlaps(tileBounds);\n\t},\n\n\t_keyToBounds: function (key) {\n\t\treturn this._tileCoordsToBounds(this._keyToTileCoords(key));\n\t},\n\n\t_tileCoordsToNwSe: function (coords) {\n\t\tvar map = this._map,\n\t\t    tileSize = this.getTileSize(),\n\t\t    nwPoint = coords.scaleBy(tileSize),\n\t\t    sePoint = nwPoint.add(tileSize),\n\t\t    nw = map.unproject(nwPoint, coords.z),\n\t\t    se = map.unproject(sePoint, coords.z);\n\t\treturn [nw, se];\n\t},\n\n\t// converts tile coordinates to its geographical bounds\n\t_tileCoordsToBounds: function (coords) {\n\t\tvar bp = this._tileCoordsToNwSe(coords),\n\t\t    bounds = new LatLngBounds(bp[0], bp[1]);\n\n\t\tif (!this.options.noWrap) {\n\t\t\tbounds = this._map.wrapLatLngBounds(bounds);\n\t\t}\n\t\treturn bounds;\n\t},\n\t// converts tile coordinates to key for the tile cache\n\t_tileCoordsToKey: function (coords) {\n\t\treturn coords.x + ':' + coords.y + ':' + coords.z;\n\t},\n\n\t// converts tile cache key to coordinates\n\t_keyToTileCoords: function (key) {\n\t\tvar k = key.split(':'),\n\t\t    coords = new Point(+k[0], +k[1]);\n\t\tcoords.z = +k[2];\n\t\treturn coords;\n\t},\n\n\t_removeTile: function (key) {\n\t\tvar tile = this._tiles[key];\n\t\tif (!tile) { return; }\n\n\t\tDomUtil.remove(tile.el);\n\n\t\tdelete this._tiles[key];\n\n\t\t// @event tileunload: TileEvent\n\t\t// Fired when a tile is removed (e.g. when a tile goes off the screen).\n\t\tthis.fire('tileunload', {\n\t\t\ttile: tile.el,\n\t\t\tcoords: this._keyToTileCoords(key)\n\t\t});\n\t},\n\n\t_initTile: function (tile) {\n\t\tDomUtil.addClass(tile, 'leaflet-tile');\n\n\t\tvar tileSize = this.getTileSize();\n\t\ttile.style.width = tileSize.x + 'px';\n\t\ttile.style.height = tileSize.y + 'px';\n\n\t\ttile.onselectstart = Util.falseFn;\n\t\ttile.onmousemove = Util.falseFn;\n\n\t\t// update opacity on tiles in IE7-8 because of filter inheritance problems\n\t\tif (Browser.ielt9 && this.options.opacity < 1) {\n\t\t\tDomUtil.setOpacity(tile, this.options.opacity);\n\t\t}\n\n\t\t// without this hack, tiles disappear after zoom on Chrome for Android\n\t\t// https://github.com/Leaflet/Leaflet/issues/2078\n\t\tif (Browser.android && !Browser.android23) {\n\t\t\ttile.style.WebkitBackfaceVisibility = 'hidden';\n\t\t}\n\t},\n\n\t_addTile: function (coords, container) {\n\t\tvar tilePos = this._getTilePos(coords),\n\t\t    key = this._tileCoordsToKey(coords);\n\n\t\tvar tile = this.createTile(this._wrapCoords(coords), Util.bind(this._tileReady, this, coords));\n\n\t\tthis._initTile(tile);\n\n\t\t// if createTile is defined with a second argument (\"done\" callback),\n\t\t// we know that tile is async and will be ready later; otherwise\n\t\tif (this.createTile.length < 2) {\n\t\t\t// mark tile as ready, but delay one frame for opacity animation to happen\n\t\t\tUtil.requestAnimFrame(Util.bind(this._tileReady, this, coords, null, tile));\n\t\t}\n\n\t\tDomUtil.setPosition(tile, tilePos);\n\n\t\t// save tile in cache\n\t\tthis._tiles[key] = {\n\t\t\tel: tile,\n\t\t\tcoords: coords,\n\t\t\tcurrent: true\n\t\t};\n\n\t\tcontainer.appendChild(tile);\n\t\t// @event tileloadstart: TileEvent\n\t\t// Fired when a tile is requested and starts loading.\n\t\tthis.fire('tileloadstart', {\n\t\t\ttile: tile,\n\t\t\tcoords: coords\n\t\t});\n\t},\n\n\t_tileReady: function (coords, err, tile) {\n\t\tif (err) {\n\t\t\t// @event tileerror: TileErrorEvent\n\t\t\t// Fired when there is an error loading a tile.\n\t\t\tthis.fire('tileerror', {\n\t\t\t\terror: err,\n\t\t\t\ttile: tile,\n\t\t\t\tcoords: coords\n\t\t\t});\n\t\t}\n\n\t\tvar key = this._tileCoordsToKey(coords);\n\n\t\ttile = this._tiles[key];\n\t\tif (!tile) { return; }\n\n\t\ttile.loaded = +new Date();\n\t\tif (this._map._fadeAnimated) {\n\t\t\tDomUtil.setOpacity(tile.el, 0);\n\t\t\tUtil.cancelAnimFrame(this._fadeFrame);\n\t\t\tthis._fadeFrame = Util.requestAnimFrame(this._updateOpacity, this);\n\t\t} else {\n\t\t\ttile.active = true;\n\t\t\tthis._pruneTiles();\n\t\t}\n\n\t\tif (!err) {\n\t\t\tDomUtil.addClass(tile.el, 'leaflet-tile-loaded');\n\n\t\t\t// @event tileload: TileEvent\n\t\t\t// Fired when a tile loads.\n\t\t\tthis.fire('tileload', {\n\t\t\t\ttile: tile.el,\n\t\t\t\tcoords: coords\n\t\t\t});\n\t\t}\n\n\t\tif (this._noTilesToLoad()) {\n\t\t\tthis._loading = false;\n\t\t\t// @event load: Event\n\t\t\t// Fired when the grid layer loaded all visible tiles.\n\t\t\tthis.fire('load');\n\n\t\t\tif (Browser.ielt9 || !this._map._fadeAnimated) {\n\t\t\t\tUtil.requestAnimFrame(this._pruneTiles, this);\n\t\t\t} else {\n\t\t\t\t// Wait a bit more than 0.2 secs (the duration of the tile fade-in)\n\t\t\t\t// to trigger a pruning.\n\t\t\t\tsetTimeout(Util.bind(this._pruneTiles, this), 250);\n\t\t\t}\n\t\t}\n\t},\n\n\t_getTilePos: function (coords) {\n\t\treturn coords.scaleBy(this.getTileSize()).subtract(this._level.origin);\n\t},\n\n\t_wrapCoords: function (coords) {\n\t\tvar newCoords = new Point(\n\t\t\tthis._wrapX ? Util.wrapNum(coords.x, this._wrapX) : coords.x,\n\t\t\tthis._wrapY ? Util.wrapNum(coords.y, this._wrapY) : coords.y);\n\t\tnewCoords.z = coords.z;\n\t\treturn newCoords;\n\t},\n\n\t_pxBoundsToTileRange: function (bounds) {\n\t\tvar tileSize = this.getTileSize();\n\t\treturn new Bounds(\n\t\t\tbounds.min.unscaleBy(tileSize).floor(),\n\t\t\tbounds.max.unscaleBy(tileSize).ceil().subtract([1, 1]));\n\t},\n\n\t_noTilesToLoad: function () {\n\t\tfor (var key in this._tiles) {\n\t\t\tif (!this._tiles[key].loaded) { return false; }\n\t\t}\n\t\treturn true;\n\t}\n});\n\n// @factory L.gridLayer(options?: GridLayer options)\n// Creates a new instance of GridLayer with the supplied options.\nexport function gridLayer(options) {\n\treturn new GridLayer(options);\n}\n","import {GridLayer} from './GridLayer';\r\nimport * as Browser from '../../core/Browser';\r\nimport * as Util from '../../core/Util';\r\nimport * as DomEvent from '../../dom/DomEvent';\r\nimport * as DomUtil from '../../dom/DomUtil';\r\n\r\n\r\n/*\r\n * @class TileLayer\r\n * @inherits GridLayer\r\n * @aka L.TileLayer\r\n * Used to load and display tile layers on the map. Note that most tile servers require attribution, which you can set under `Layer`. Extends `GridLayer`.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png?{foo}', {foo: 'bar', attribution: 'Map data &copy; <a href=\"https://www.openstreetmap.org/\">OpenStreetMap</a> contributors, <a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">CC-BY-SA</a>'}).addTo(map);\r\n * ```\r\n *\r\n * @section URL template\r\n * @example\r\n *\r\n * A string of the following form:\r\n *\r\n * ```\r\n * 'http://{s}.somedomain.com/blabla/{z}/{x}/{y}{r}.png'\r\n * ```\r\n *\r\n * `{s}` means one of the available subdomains (used sequentially to help with browser parallel requests per domain limitation; subdomain values are specified in options; `a`, `b` or `c` by default, can be omitted), `{z}` — zoom level, `{x}` and `{y}` — tile coordinates. `{r}` can be used to add \"&commat;2x\" to the URL to load retina tiles.\r\n *\r\n * You can use custom keys in the template, which will be [evaluated](#util-template) from TileLayer options, like this:\r\n *\r\n * ```\r\n * L.tileLayer('http://{s}.somedomain.com/{foo}/{z}/{x}/{y}.png', {foo: 'bar'});\r\n * ```\r\n */\r\n\r\n\r\nexport var TileLayer = GridLayer.extend({\r\n\r\n\t// @section\r\n\t// @aka TileLayer options\r\n\toptions: {\r\n\t\t// @option minZoom: Number = 0\r\n\t\t// The minimum zoom level down to which this layer will be displayed (inclusive).\r\n\t\tminZoom: 0,\r\n\r\n\t\t// @option maxZoom: Number = 18\r\n\t\t// The maximum zoom level up to which this layer will be displayed (inclusive).\r\n\t\tmaxZoom: 18,\r\n\r\n\t\t// @option subdomains: String|String[] = 'abc'\r\n\t\t// Subdomains of the tile service. Can be passed in the form of one string (where each letter is a subdomain name) or an array of strings.\r\n\t\tsubdomains: 'abc',\r\n\r\n\t\t// @option errorTileUrl: String = ''\r\n\t\t// URL to the tile image to show in place of the tile that failed to load.\r\n\t\terrorTileUrl: '',\r\n\r\n\t\t// @option zoomOffset: Number = 0\r\n\t\t// The zoom number used in tile URLs will be offset with this value.\r\n\t\tzoomOffset: 0,\r\n\r\n\t\t// @option tms: Boolean = false\r\n\t\t// If `true`, inverses Y axis numbering for tiles (turn this on for [TMS](https://en.wikipedia.org/wiki/Tile_Map_Service) services).\r\n\t\ttms: false,\r\n\r\n\t\t// @option zoomReverse: Boolean = false\r\n\t\t// If set to true, the zoom number used in tile URLs will be reversed (`maxZoom - zoom` instead of `zoom`)\r\n\t\tzoomReverse: false,\r\n\r\n\t\t// @option detectRetina: Boolean = false\r\n\t\t// If `true` and user is on a retina display, it will request four tiles of half the specified size and a bigger zoom level in place of one to utilize the high resolution.\r\n\t\tdetectRetina: false,\r\n\r\n\t\t// @option crossOrigin: Boolean|String = false\r\n\t\t// Whether the crossOrigin attribute will be added to the tiles.\r\n\t\t// If a String is provided, all tiles will have their crossOrigin attribute set to the String provided. This is needed if you want to access tile pixel data.\r\n\t\t// Refer to [CORS Settings](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes) for valid String values.\r\n\t\tcrossOrigin: false\r\n\t},\r\n\r\n\tinitialize: function (url, options) {\r\n\r\n\t\tthis._url = url;\r\n\r\n\t\toptions = Util.setOptions(this, options);\r\n\r\n\t\t// detecting retina displays, adjusting tileSize and zoom levels\r\n\t\tif (options.detectRetina && Browser.retina && options.maxZoom > 0) {\r\n\r\n\t\t\toptions.tileSize = Math.floor(options.tileSize / 2);\r\n\r\n\t\t\tif (!options.zoomReverse) {\r\n\t\t\t\toptions.zoomOffset++;\r\n\t\t\t\toptions.maxZoom--;\r\n\t\t\t} else {\r\n\t\t\t\toptions.zoomOffset--;\r\n\t\t\t\toptions.minZoom++;\r\n\t\t\t}\r\n\r\n\t\t\toptions.minZoom = Math.max(0, options.minZoom);\r\n\t\t}\r\n\r\n\t\tif (typeof options.subdomains === 'string') {\r\n\t\t\toptions.subdomains = options.subdomains.split('');\r\n\t\t}\r\n\r\n\t\t// for https://github.com/Leaflet/Leaflet/issues/137\r\n\t\tif (!Browser.android) {\r\n\t\t\tthis.on('tileunload', this._onTileRemove);\r\n\t\t}\r\n\t},\r\n\r\n\t// @method setUrl(url: String, noRedraw?: Boolean): this\r\n\t// Updates the layer's URL template and redraws it (unless `noRedraw` is set to `true`).\r\n\t// If the URL does not change, the layer will not be redrawn unless\r\n\t// the noRedraw parameter is set to false.\r\n\tsetUrl: function (url, noRedraw) {\r\n\t\tif (this._url === url && noRedraw === undefined) {\r\n\t\t\tnoRedraw = true;\r\n\t\t}\r\n\r\n\t\tthis._url = url;\r\n\r\n\t\tif (!noRedraw) {\r\n\t\t\tthis.redraw();\r\n\t\t}\r\n\t\treturn this;\r\n\t},\r\n\r\n\t// @method createTile(coords: Object, done?: Function): HTMLElement\r\n\t// Called only internally, overrides GridLayer's [`createTile()`](#gridlayer-createtile)\r\n\t// to return an `<img>` HTML element with the appropriate image URL given `coords`. The `done`\r\n\t// callback is called when the tile has been loaded.\r\n\tcreateTile: function (coords, done) {\r\n\t\tvar tile = document.createElement('img');\r\n\r\n\t\tDomEvent.on(tile, 'load', Util.bind(this._tileOnLoad, this, done, tile));\r\n\t\tDomEvent.on(tile, 'error', Util.bind(this._tileOnError, this, done, tile));\r\n\r\n\t\tif (this.options.crossOrigin || this.options.crossOrigin === '') {\r\n\t\t\ttile.crossOrigin = this.options.crossOrigin === true ? '' : this.options.crossOrigin;\r\n\t\t}\r\n\r\n\t\t/*\r\n\t\t Alt tag is set to empty string to keep screen readers from reading URL and for compliance reasons\r\n\t\t http://www.w3.org/TR/WCAG20-TECHS/H67\r\n\t\t*/\r\n\t\ttile.alt = '';\r\n\r\n\t\t/*\r\n\t\t Set role=\"presentation\" to force screen readers to ignore this\r\n\t\t https://www.w3.org/TR/wai-aria/roles#textalternativecomputation\r\n\t\t*/\r\n\t\ttile.setAttribute('role', 'presentation');\r\n\r\n\t\ttile.src = this.getTileUrl(coords);\r\n\r\n\t\treturn tile;\r\n\t},\r\n\r\n\t// @section Extension methods\r\n\t// @uninheritable\r\n\t// Layers extending `TileLayer` might reimplement the following method.\r\n\t// @method getTileUrl(coords: Object): String\r\n\t// Called only internally, returns the URL for a tile given its coordinates.\r\n\t// Classes extending `TileLayer` can override this function to provide custom tile URL naming schemes.\r\n\tgetTileUrl: function (coords) {\r\n\t\tvar data = {\r\n\t\t\tr: Browser.retina ? '@2x' : '',\r\n\t\t\ts: this._getSubdomain(coords),\r\n\t\t\tx: coords.x,\r\n\t\t\ty: coords.y,\r\n\t\t\tz: this._getZoomForUrl()\r\n\t\t};\r\n\t\tif (this._map && !this._map.options.crs.infinite) {\r\n\t\t\tvar invertedY = this._globalTileRange.max.y - coords.y;\r\n\t\t\tif (this.options.tms) {\r\n\t\t\t\tdata['y'] = invertedY;\r\n\t\t\t}\r\n\t\t\tdata['-y'] = invertedY;\r\n\t\t}\r\n\r\n\t\treturn Util.template(this._url, Util.extend(data, this.options));\r\n\t},\r\n\r\n\t_tileOnLoad: function (done, tile) {\r\n\t\t// For https://github.com/Leaflet/Leaflet/issues/3332\r\n\t\tif (Browser.ielt9) {\r\n\t\t\tsetTimeout(Util.bind(done, this, null, tile), 0);\r\n\t\t} else {\r\n\t\t\tdone(null, tile);\r\n\t\t}\r\n\t},\r\n\r\n\t_tileOnError: function (done, tile, e) {\r\n\t\tvar errorUrl = this.options.errorTileUrl;\r\n\t\tif (errorUrl && tile.getAttribute('src') !== errorUrl) {\r\n\t\t\ttile.src = errorUrl;\r\n\t\t}\r\n\t\tdone(e, tile);\r\n\t},\r\n\r\n\t_onTileRemove: function (e) {\r\n\t\te.tile.onload = null;\r\n\t},\r\n\r\n\t_getZoomForUrl: function () {\r\n\t\tvar zoom = this._tileZoom,\r\n\t\tmaxZoom = this.options.maxZoom,\r\n\t\tzoomReverse = this.options.zoomReverse,\r\n\t\tzoomOffset = this.options.zoomOffset;\r\n\r\n\t\tif (zoomReverse) {\r\n\t\t\tzoom = maxZoom - zoom;\r\n\t\t}\r\n\r\n\t\treturn zoom + zoomOffset;\r\n\t},\r\n\r\n\t_getSubdomain: function (tilePoint) {\r\n\t\tvar index = Math.abs(tilePoint.x + tilePoint.y) % this.options.subdomains.length;\r\n\t\treturn this.options.subdomains[index];\r\n\t},\r\n\r\n\t// stops loading all tiles in the background layer\r\n\t_abortLoading: function () {\r\n\t\tvar i, tile;\r\n\t\tfor (i in this._tiles) {\r\n\t\t\tif (this._tiles[i].coords.z !== this._tileZoom) {\r\n\t\t\t\ttile = this._tiles[i].el;\r\n\r\n\t\t\t\ttile.onload = Util.falseFn;\r\n\t\t\t\ttile.onerror = Util.falseFn;\r\n\r\n\t\t\t\tif (!tile.complete) {\r\n\t\t\t\t\ttile.src = Util.emptyImageUrl;\r\n\t\t\t\t\tDomUtil.remove(tile);\r\n\t\t\t\t\tdelete this._tiles[i];\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\r\n\t_removeTile: function (key) {\r\n\t\tvar tile = this._tiles[key];\r\n\t\tif (!tile) { return; }\r\n\r\n\t\t// Cancels any pending http requests associated with the tile\r\n\t\t// unless we're on Android's stock browser,\r\n\t\t// see https://github.com/Leaflet/Leaflet/issues/137\r\n\t\tif (!Browser.androidStock) {\r\n\t\t\ttile.el.setAttribute('src', Util.emptyImageUrl);\r\n\t\t}\r\n\r\n\t\treturn GridLayer.prototype._removeTile.call(this, key);\r\n\t},\r\n\r\n\t_tileReady: function (coords, err, tile) {\r\n\t\tif (!this._map || (tile && tile.getAttribute('src') === Util.emptyImageUrl)) {\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\treturn GridLayer.prototype._tileReady.call(this, coords, err, tile);\r\n\t}\r\n});\r\n\r\n\r\n// @factory L.tilelayer(urlTemplate: String, options?: TileLayer options)\r\n// Instantiates a tile layer object given a `URL template` and optionally an options object.\r\n\r\nexport function tileLayer(url, options) {\r\n\treturn new TileLayer(url, options);\r\n}\r\n","import {TileLayer} from './TileLayer';\r\nimport {extend, setOptions, getParamString} from '../../core/Util';\r\nimport {retina} from '../../core/Browser';\r\nimport {EPSG4326} from '../../geo/crs/CRS.EPSG4326';\r\nimport {toBounds} from '../../geometry/Bounds';\r\n\r\n/*\r\n * @class TileLayer.WMS\r\n * @inherits TileLayer\r\n * @aka L.TileLayer.WMS\r\n * Used to display [WMS](https://en.wikipedia.org/wiki/Web_Map_Service) services as tile layers on the map. Extends `TileLayer`.\r\n *\r\n * @example\r\n *\r\n * ```js\r\n * var nexrad = L.tileLayer.wms(\"http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cgi\", {\r\n * \tlayers: 'nexrad-n0r-900913',\r\n * \tformat: 'image/png',\r\n * \ttransparent: true,\r\n * \tattribution: \"Weather data © 2012 IEM Nexrad\"\r\n * });\r\n * ```\r\n */\r\n\r\nexport var TileLayerWMS = TileLayer.extend({\r\n\r\n\t// @section\r\n\t// @aka TileLayer.WMS options\r\n\t// If any custom options not documented here are used, they will be sent to the\r\n\t// WMS server as extra parameters in each request URL. This can be useful for\r\n\t// [non-standard vendor WMS parameters](http://docs.geoserver.org/stable/en/user/services/wms/vendor.html).\r\n\tdefaultWmsParams: {\r\n\t\tservice: 'WMS',\r\n\t\trequest: 'GetMap',\r\n\r\n\t\t// @option layers: String = ''\r\n\t\t// **(required)** Comma-separated list of WMS layers to show.\r\n\t\tlayers: '',\r\n\r\n\t\t// @option styles: String = ''\r\n\t\t// Comma-separated list of WMS styles.\r\n\t\tstyles: '',\r\n\r\n\t\t// @option format: String = 'image/jpeg'\r\n\t\t// WMS image format (use `'image/png'` for layers with transparency).\r\n\t\tformat: 'image/jpeg',\r\n\r\n\t\t// @option transparent: Boolean = false\r\n\t\t// If `true`, the WMS service will return images with transparency.\r\n\t\ttransparent: false,\r\n\r\n\t\t// @option version: String = '1.1.1'\r\n\t\t// Version of the WMS service to use\r\n\t\tversion: '1.1.1'\r\n\t},\r\n\r\n\toptions: {\r\n\t\t// @option crs: CRS = null\r\n\t\t// Coordinate Reference System to use for the WMS requests, defaults to\r\n\t\t// map CRS. Don't change this if you're not sure what it means.\r\n\t\tcrs: null,\r\n\r\n\t\t// @option uppercase: Boolean = false\r\n\t\t// If `true`, WMS request parameter keys will be uppercase.\r\n\t\tuppercase: false\r\n\t},\r\n\r\n\tinitialize: function (url, options) {\r\n\r\n\t\tthis._url = url;\r\n\r\n\t\tvar wmsParams = extend({}, this.defaultWmsParams);\r\n\r\n\t\t// all keys that are not TileLayer options go to WMS params\r\n\t\tfor (var i in options) {\r\n\t\t\tif (!(i in this.options)) {\r\n\t\t\t\twmsParams[i] = options[i];\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\toptions = setOptions(this, options);\r\n\r\n\t\tvar realRetina = options.detectRetina && retina ? 2 : 1;\r\n\t\tvar tileSize = this.getTileSize();\r\n\t\twmsParams.width = tileSize.x * realRetina;\r\n\t\twmsParams.height = tileSize.y * realRetina;\r\n\r\n\t\tthis.wmsParams = wmsParams;\r\n\t},\r\n\r\n\tonAdd: function (map) {\r\n\r\n\t\tthis._crs = this.options.crs || map.options.crs;\r\n\t\tthis._wmsVersion = parseFloat(this.wmsParams.version);\r\n\r\n\t\tvar projectionKey = this._wmsVersion >= 1.3 ? 'crs' : 'srs';\r\n\t\tthis.wmsParams[projectionKey] = this._crs.code;\r\n\r\n\t\tTileLayer.prototype.onAdd.call(this, map);\r\n\t},\r\n\r\n\tgetTileUrl: function (coords) {\r\n\r\n\t\tvar tileBounds = this._tileCoordsToNwSe(coords),\r\n\t\t    crs = this._crs,\r\n\t\t    bounds = toBounds(crs.project(tileBounds[0]), crs.project(tileBounds[1])),\r\n\t\t    min = bounds.min,\r\n\t\t    max = bounds.max,\r\n\t\t    bbox = (this._wmsVersion >= 1.3 && this._crs === EPSG4326 ?\r\n\t\t    [min.y, min.x, max.y, max.x] :\r\n\t\t    [min.x, min.y, max.x, max.y]).join(','),\r\n\t\t    url = TileLayer.prototype.getTileUrl.call(this, coords);\r\n\t\treturn url +\r\n\t\t\tgetParamString(this.wmsParams, url, this.options.uppercase) +\r\n\t\t\t(this.options.uppercase ? '&BBOX=' : '&bbox=') + bbox;\r\n\t},\r\n\r\n\t// @method setParams(params: Object, noRedraw?: Boolean): this\r\n\t// Merges an object with the new parameters and re-requests tiles on the current screen (unless `noRedraw` was set to true).\r\n\tsetParams: function (params, noRedraw) {\r\n\r\n\t\textend(this.wmsParams, params);\r\n\r\n\t\tif (!noRedraw) {\r\n\t\t\tthis.redraw();\r\n\t\t}\r\n\r\n\t\treturn this;\r\n\t}\r\n});\r\n\r\n\r\n// @factory L.tileLayer.wms(baseUrl: String, options: TileLayer.WMS options)\r\n// Instantiates a WMS tile layer object given a base URL of the WMS service and a WMS parameters/options object.\r\nexport function tileLayerWMS(url, options) {\r\n\treturn new TileLayerWMS(url, options);\r\n}\r\n","export {GridLayer, gridLayer} from './GridLayer';\nimport {TileLayer, tileLayer} from './TileLayer';\nimport {TileLayerWMS, tileLayerWMS} from './TileLayer.WMS';\nTileLayer.WMS = TileLayerWMS;\ntileLayer.wms = tileLayerWMS;\nexport {TileLayer, tileLayer};\n","import {Layer} from '../Layer';\nimport * as DomUtil from '../../dom/DomUtil';\nimport * as Util from '../../core/Util';\nimport * as Browser from '../../core/Browser';\nimport {Bounds} from '../../geometry/Bounds';\n\n\n\n/*\n * @class Renderer\n * @inherits Layer\n * @aka L.Renderer\n *\n * Base class for vector renderer implementations (`SVG`, `Canvas`). Handles the\n * DOM container of the renderer, its bounds, and its zoom animation.\n *\n * A `Renderer` works as an implicit layer group for all `Path`s - the renderer\n * itself can be added or removed to the map. All paths use a renderer, which can\n * be implicit (the map will decide the type of renderer and use it automatically)\n * or explicit (using the [`renderer`](#path-renderer) option of the path).\n *\n * Do not use this class directly, use `SVG` and `Canvas` instead.\n *\n * @event update: Event\n * Fired when the renderer updates its bounds, center and zoom, for example when\n * its map has moved\n */\n\nexport var Renderer = Layer.extend({\n\n\t// @section\n\t// @aka Renderer options\n\toptions: {\n\t\t// @option padding: Number = 0.1\n\t\t// How much to extend the clip area around the map view (relative to its size)\n\t\t// e.g. 0.1 would be 10% of map view in each direction\n\t\tpadding: 0.1,\n\n\t\t// @option tolerance: Number = 0\n\t\t// How much to extend click tolerance round a path/object on the map\n\t\ttolerance : 0\n\t},\n\n\tinitialize: function (options) {\n\t\tUtil.setOptions(this, options);\n\t\tUtil.stamp(this);\n\t\tthis._layers = this._layers || {};\n\t},\n\n\tonAdd: function () {\n\t\tif (!this._container) {\n\t\t\tthis._initContainer(); // defined by renderer implementations\n\n\t\t\tif (this._zoomAnimated) {\n\t\t\t\tDomUtil.addClass(this._container, 'leaflet-zoom-animated');\n\t\t\t}\n\t\t}\n\n\t\tthis.getPane().appendChild(this._container);\n\t\tthis._update();\n\t\tthis.on('update', this._updatePaths, this);\n\t},\n\n\tonRemove: function () {\n\t\tthis.off('update', this._updatePaths, this);\n\t\tthis._destroyContainer();\n\t},\n\n\tgetEvents: function () {\n\t\tvar events = {\n\t\t\tviewreset: this._reset,\n\t\t\tzoom: this._onZoom,\n\t\t\tmoveend: this._update,\n\t\t\tzoomend: this._onZoomEnd\n\t\t};\n\t\tif (this._zoomAnimated) {\n\t\t\tevents.zoomanim = this._onAnimZoom;\n\t\t}\n\t\treturn events;\n\t},\n\n\t_onAnimZoom: function (ev) {\n\t\tthis._updateTransform(ev.center, ev.zoom);\n\t},\n\n\t_onZoom: function () {\n\t\tthis._updateTransform(this._map.getCenter(), this._map.getZoom());\n\t},\n\n\t_updateTransform: function (center, zoom) {\n\t\tvar scale = this._map.getZoomScale(zoom, this._zoom),\n\t\t    position = DomUtil.getPosition(this._container),\n\t\t    viewHalf = this._map.getSize().multiplyBy(0.5 + this.options.padding),\n\t\t    currentCenterPoint = this._map.project(this._center, zoom),\n\t\t    destCenterPoint = this._map.project(center, zoom),\n\t\t    centerOffset = destCenterPoint.subtract(currentCenterPoint),\n\n\t\t    topLeftOffset = viewHalf.multiplyBy(-scale).add(position).add(viewHalf).subtract(centerOffset);\n\n\t\tif (Browser.any3d) {\n\t\t\tDomUtil.setTransform(this._container, topLeftOffset, scale);\n\t\t} else {\n\t\t\tDomUtil.setPosition(this._container, topLeftOffset);\n\t\t}\n\t},\n\n\t_reset: function () {\n\t\tthis._update();\n\t\tthis._updateTransform(this._center, this._zoom);\n\n\t\tfor (var id in this._layers) {\n\t\t\tthis._layers[id]._reset();\n\t\t}\n\t},\n\n\t_onZoomEnd: function () {\n\t\tfor (var id in this._layers) {\n\t\t\tthis._layers[id]._project();\n\t\t}\n\t},\n\n\t_updatePaths: function () {\n\t\tfor (var id in this._layers) {\n\t\t\tthis._layers[id]._update();\n\t\t}\n\t},\n\n\t_update: function () {\n\t\t// Update pixel bounds of renderer container (for positioning/sizing/clipping later)\n\t\t// Subclasses are responsible of firing the 'update' event.\n\t\tvar p = this.options.padding,\n\t\t    size = this._map.getSize(),\n\t\t    min = this._map.containerPointToLayerPoint(size.multiplyBy(-p)).round();\n\n\t\tthis._bounds = new Bounds(min, min.add(size.multiplyBy(1 + p * 2)).round());\n\n\t\tthis._center = this._map.getCenter();\n\t\tthis._zoom = this._map.getZoom();\n\t}\n});\n","import {Renderer} from './Renderer';\nimport * as DomUtil from '../../dom/DomUtil';\nimport * as DomEvent from '../../dom/DomEvent';\nimport * as Browser from '../../core/Browser';\nimport * as Util from '../../core/Util';\nimport {Bounds} from '../../geometry/Bounds';\n\n/*\n * @class Canvas\n * @inherits Renderer\n * @aka L.Canvas\n *\n * Allows vector layers to be displayed with [`<canvas>`](https://developer.mozilla.org/docs/Web/API/Canvas_API).\n * Inherits `Renderer`.\n *\n * Due to [technical limitations](http://caniuse.com/#search=canvas), Canvas is not\n * available in all web browsers, notably IE8, and overlapping geometries might\n * not display properly in some edge cases.\n *\n * @example\n *\n * Use Canvas by default for all paths in the map:\n *\n * ```js\n * var map = L.map('map', {\n * \trenderer: L.canvas()\n * });\n * ```\n *\n * Use a Canvas renderer with extra padding for specific vector geometries:\n *\n * ```js\n * var map = L.map('map');\n * var myRenderer = L.canvas({ padding: 0.5 });\n * var line = L.polyline( coordinates, { renderer: myRenderer } );\n * var circle = L.circle( center, { renderer: myRenderer } );\n * ```\n */\n\nexport var Canvas = Renderer.extend({\n\tgetEvents: function () {\n\t\tvar events = Renderer.prototype.getEvents.call(this);\n\t\tevents.viewprereset = this._onViewPreReset;\n\t\treturn events;\n\t},\n\n\t_onViewPreReset: function () {\n\t\t// Set a flag so that a viewprereset+moveend+viewreset only updates&redraws once\n\t\tthis._postponeUpdatePaths = true;\n\t},\n\n\tonAdd: function () {\n\t\tRenderer.prototype.onAdd.call(this);\n\n\t\t// Redraw vectors since canvas is cleared upon removal,\n\t\t// in case of removing the renderer itself from the map.\n\t\tthis._draw();\n\t},\n\n\t_initContainer: function () {\n\t\tvar container = this._container = document.createElement('canvas');\n\n\t\tDomEvent.on(container, 'mousemove', Util.throttle(this._onMouseMove, 32, this), this);\n\t\tDomEvent.on(container, 'click dblclick mousedown mouseup contextmenu', this._onClick, this);\n\t\tDomEvent.on(container, 'mouseout', this._handleMouseOut, this);\n\n\t\tthis._ctx = container.getContext('2d');\n\t},\n\n\t_destroyContainer: function () {\n\t\tUtil.cancelAnimFrame(this._redrawRequest);\n\t\tdelete this._ctx;\n\t\tDomUtil.remove(this._container);\n\t\tDomEvent.off(this._container);\n\t\tdelete this._container;\n\t},\n\n\t_updatePaths: function () {\n\t\tif (this._postponeUpdatePaths) { return; }\n\n\t\tvar layer;\n\t\tthis._redrawBounds = null;\n\t\tfor (var id in this._layers) {\n\t\t\tlayer = this._layers[id];\n\t\t\tlayer._update();\n\t\t}\n\t\tthis._redraw();\n\t},\n\n\t_update: function () {\n\t\tif (this._map._animatingZoom && this._bounds) { return; }\n\n\t\tRenderer.prototype._update.call(this);\n\n\t\tvar b = this._bounds,\n\t\t    container = this._container,\n\t\t    size = b.getSize(),\n\t\t    m = Browser.retina ? 2 : 1;\n\n\t\tDomUtil.setPosition(container, b.min);\n\n\t\t// set canvas size (also clearing it); use double size on retina\n\t\tcontainer.width = m * size.x;\n\t\tcontainer.height = m * size.y;\n\t\tcontainer.style.width = size.x + 'px';\n\t\tcontainer.style.height = size.y + 'px';\n\n\t\tif (Browser.retina) {\n\t\t\tthis._ctx.scale(2, 2);\n\t\t}\n\n\t\t// translate so we use the same path coordinates after canvas element moves\n\t\tthis._ctx.translate(-b.min.x, -b.min.y);\n\n\t\t// Tell paths to redraw themselves\n\t\tthis.fire('update');\n\t},\n\n\t_reset: function () {\n\t\tRenderer.prototype._reset.call(this);\n\n\t\tif (this._postponeUpdatePaths) {\n\t\t\tthis._postponeUpdatePaths = false;\n\t\t\tthis._updatePaths();\n\t\t}\n\t},\n\n\t_initPath: function (layer) {\n\t\tthis._updateDashArray(layer);\n\t\tthis._layers[Util.stamp(layer)] = layer;\n\n\t\tvar order = layer._order = {\n\t\t\tlayer: layer,\n\t\t\tprev: this._drawLast,\n\t\t\tnext: null\n\t\t};\n\t\tif (this._drawLast) { this._drawLast.next = order; }\n\t\tthis._drawLast = order;\n\t\tthis._drawFirst = this._drawFirst || this._drawLast;\n\t},\n\n\t_addPath: function (layer) {\n\t\tthis._requestRedraw(layer);\n\t},\n\n\t_removePath: function (layer) {\n\t\tvar order = layer._order;\n\t\tvar next = order.next;\n\t\tvar prev = order.prev;\n\n\t\tif (next) {\n\t\t\tnext.prev = prev;\n\t\t} else {\n\t\t\tthis._drawLast = prev;\n\t\t}\n\t\tif (prev) {\n\t\t\tprev.next = next;\n\t\t} else {\n\t\t\tthis._drawFirst = next;\n\t\t}\n\n\t\tdelete layer._order;\n\n\t\tdelete this._layers[Util.stamp(layer)];\n\n\t\tthis._requestRedraw(layer);\n\t},\n\n\t_updatePath: function (layer) {\n\t\t// Redraw the union of the layer's old pixel\n\t\t// bounds and the new pixel bounds.\n\t\tthis._extendRedrawBounds(layer);\n\t\tlayer._project();\n\t\tlayer._update();\n\t\t// The redraw will extend the redraw bounds\n\t\t// with the new pixel bounds.\n\t\tthis._requestRedraw(layer);\n\t},\n\n\t_updateStyle: function (layer) {\n\t\tthis._updateDashArray(layer);\n\t\tthis._requestRedraw(layer);\n\t},\n\n\t_updateDashArray: function (layer) {\n\t\tif (typeof layer.options.dashArray === 'string') {\n\t\t\tvar parts = layer.options.dashArray.split(/[, ]+/),\n\t\t\t    dashArray = [],\n\t\t\t    dashValue,\n\t\t\t    i;\n\t\t\tfor (i = 0; i < parts.length; i++) {\n\t\t\t\tdashValue = Number(parts[i]);\n\t\t\t\t// Ignore dash array containing invalid lengths\n\t\t\t\tif (isNaN(dashValue)) { return; }\n\t\t\t\tdashArray.push(dashValue);\n\t\t\t}\n\t\t\tlayer.options._dashArray = dashArray;\n\t\t} else {\n\t\t\tlayer.options._dashArray = layer.options.dashArray;\n\t\t}\n\t},\n\n\t_requestRedraw: function (layer) {\n\t\tif (!this._map) { return; }\n\n\t\tthis._extendRedrawBounds(layer);\n\t\tthis._redrawRequest = this._redrawRequest || Util.requestAnimFrame(this._redraw, this);\n\t},\n\n\t_extendRedrawBounds: function (layer) {\n\t\tif (layer._pxBounds) {\n\t\t\tvar padding = (layer.options.weight || 0) + 1;\n\t\t\tthis._redrawBounds = this._redrawBounds || new Bounds();\n\t\t\tthis._redrawBounds.extend(layer._pxBounds.min.subtract([padding, padding]));\n\t\t\tthis._redrawBounds.extend(layer._pxBounds.max.add([padding, padding]));\n\t\t}\n\t},\n\n\t_redraw: function () {\n\t\tthis._redrawRequest = null;\n\n\t\tif (this._redrawBounds) {\n\t\t\tthis._redrawBounds.min._floor();\n\t\t\tthis._redrawBounds.max._ceil();\n\t\t}\n\n\t\tthis._clear(); // clear layers in redraw bounds\n\t\tthis._draw(); // draw layers\n\n\t\tthis._redrawBounds = null;\n\t},\n\n\t_clear: function () {\n\t\tvar bounds = this._redrawBounds;\n\t\tif (bounds) {\n\t\t\tvar size = bounds.getSize();\n\t\t\tthis._ctx.clearRect(bounds.min.x, bounds.min.y, size.x, size.y);\n\t\t} else {\n\t\t\tthis._ctx.clearRect(0, 0, this._container.width, this._container.height);\n\t\t}\n\t},\n\n\t_draw: function () {\n\t\tvar layer, bounds = this._redrawBounds;\n\t\tthis._ctx.save();\n\t\tif (bounds) {\n\t\t\tvar size = bounds.getSize();\n\t\t\tthis._ctx.beginPath();\n\t\t\tthis._ctx.rect(bounds.min.x, bounds.min.y, size.x, size.y);\n\t\t\tthis._ctx.clip();\n\t\t}\n\n\t\tthis._drawing = true;\n\n\t\tfor (var order = this._drawFirst; order; order = order.next) {\n\t\t\tlayer = order.layer;\n\t\t\tif (!bounds || (layer._pxBounds && layer._pxBounds.intersects(bounds))) {\n\t\t\t\tlayer._updatePath();\n\t\t\t}\n\t\t}\n\n\t\tthis._drawing = false;\n\n\t\tthis._ctx.restore();  // Restore state before clipping.\n\t},\n\n\t_updatePoly: function (layer, closed) {\n\t\tif (!this._drawing) { return; }\n\n\t\tvar i, j, len2, p,\n\t\t    parts = layer._parts,\n\t\t    len = parts.length,\n\t\t    ctx = this._ctx;\n\n\t\tif (!len) { return; }\n\n\t\tctx.beginPath();\n\n\t\tfor (i = 0; i < len; i++) {\n\t\t\tfor (j = 0, len2 = parts[i].length; j < len2; j++) {\n\t\t\t\tp = parts[i][j];\n\t\t\t\tctx[j ? 'lineTo' : 'moveTo'](p.x, p.y);\n\t\t\t}\n\t\t\tif (closed) {\n\t\t\t\tctx.closePath();\n\t\t\t}\n\t\t}\n\n\t\tthis._fillStroke(ctx, layer);\n\n\t\t// TODO optimization: 1 fill/stroke for all features with equal style instead of 1 for each feature\n\t},\n\n\t_updateCircle: function (layer) {\n\n\t\tif (!this._drawing || layer._empty()) { return; }\n\n\t\tvar p = layer._point,\n\t\t    ctx = this._ctx,\n\t\t    r = Math.max(Math.round(layer._radius), 1),\n\t\t    s = (Math.max(Math.round(layer._radiusY), 1) || r) / r;\n\n\t\tif (s !== 1) {\n\t\t\tctx.save();\n\t\t\tctx.scale(1, s);\n\t\t}\n\n\t\tctx.beginPath();\n\t\tctx.arc(p.x, p.y / s, r, 0, Math.PI * 2, false);\n\n\t\tif (s !== 1) {\n\t\t\tctx.restore();\n\t\t}\n\n\t\tthis._fillStroke(ctx, layer);\n\t},\n\n\t_fillStroke: function (ctx, layer) {\n\t\tvar options = layer.options;\n\n\t\tif (options.fill) {\n\t\t\tctx.globalAlpha = options.fillOpacity;\n\t\t\tctx.fillStyle = options.fillColor || options.color;\n\t\t\tctx.fill(options.fillRule || 'evenodd');\n\t\t}\n\n\t\tif (options.stroke && options.weight !== 0) {\n\t\t\tif (ctx.setLineDash) {\n\t\t\t\tctx.setLineDash(layer.options && layer.options._dashArray || []);\n\t\t\t}\n\t\t\tctx.globalAlpha = options.opacity;\n\t\t\tctx.lineWidth = options.weight;\n\t\t\tctx.strokeStyle = options.color;\n\t\t\tctx.lineCap = options.lineCap;\n\t\t\tctx.lineJoin = options.lineJoin;\n\t\t\tctx.stroke();\n\t\t}\n\t},\n\n\t// Canvas obviously doesn't have mouse events for individual drawn objects,\n\t// so we emulate that by calculating what's under the mouse on mousemove/click manually\n\n\t_onClick: function (e) {\n\t\tvar point = this._map.mouseEventToLayerPoint(e), layer, clickedLayer;\n\n\t\tfor (var order = this._drawFirst; order; order = order.next) {\n\t\t\tlayer = order.layer;\n\t\t\tif (layer.options.interactive && layer._containsPoint(point) && !this._map._draggableMoved(layer)) {\n\t\t\t\tclickedLayer = layer;\n\t\t\t}\n\t\t}\n\t\tif (clickedLayer)  {\n\t\t\tDomEvent.fakeStop(e);\n\t\t\tthis._fireEvent([clickedLayer], e);\n\t\t}\n\t},\n\n\t_onMouseMove: function (e) {\n\t\tif (!this._map || this._map.dragging.moving() || this._map._animatingZoom) { return; }\n\n\t\tvar point = this._map.mouseEventToLayerPoint(e);\n\t\tthis._handleMouseHover(e, point);\n\t},\n\n\n\t_handleMouseOut: function (e) {\n\t\tvar layer = this._hoveredLayer;\n\t\tif (layer) {\n\t\t\t// if we're leaving the layer, fire mouseout\n\t\t\tDomUtil.removeClass(this._container, 'leaflet-interactive');\n\t\t\tthis._fireEvent([layer], e, 'mouseout');\n\t\t\tthis._hoveredLayer = null;\n\t\t}\n\t},\n\n\t_handleMouseHover: function (e, point) {\n\t\tvar layer, candidateHoveredLayer;\n\n\t\tfor (var order = this._drawFirst; order; order = order.next) {\n\t\t\tlayer = order.layer;\n\t\t\tif (layer.options.interactive && layer._containsPoint(point)) {\n\t\t\t\tcandidateHoveredLayer = layer;\n\t\t\t}\n\t\t}\n\n\t\tif (candidateHoveredLayer !== this._hoveredLayer) {\n\t\t\tthis._handleMouseOut(e);\n\n\t\t\tif (candidateHoveredLayer) {\n\t\t\t\tDomUtil.addClass(this._container, 'leaflet-interactive'); // change cursor\n\t\t\t\tthis._fireEvent([candidateHoveredLayer], e, 'mouseover');\n\t\t\t\tthis._hoveredLayer = candidateHoveredLayer;\n\t\t\t}\n\t\t}\n\n\t\tif (this._hoveredLayer) {\n\t\t\tthis._fireEvent([this._hoveredLayer], e);\n\t\t}\n\t},\n\n\t_fireEvent: function (layers, e, type) {\n\t\tthis._map._fireDOMEvent(e, type || e.type, layers);\n\t},\n\n\t_bringToFront: function (layer) {\n\t\tvar order = layer._order;\n\n\t\tif (!order) { return; }\n\n\t\tvar next = order.next;\n\t\tvar prev = order.prev;\n\n\t\tif (next) {\n\t\t\tnext.prev = prev;\n\t\t} else {\n\t\t\t// Already last\n\t\t\treturn;\n\t\t}\n\t\tif (prev) {\n\t\t\tprev.next = next;\n\t\t} else if (next) {\n\t\t\t// Update first entry unless this is the\n\t\t\t// single entry\n\t\t\tthis._drawFirst = next;\n\t\t}\n\n\t\torder.prev = this._drawLast;\n\t\tthis._drawLast.next = order;\n\n\t\torder.next = null;\n\t\tthis._drawLast = order;\n\n\t\tthis._requestRedraw(layer);\n\t},\n\n\t_bringToBack: function (layer) {\n\t\tvar order = layer._order;\n\n\t\tif (!order) { return; }\n\n\t\tvar next = order.next;\n\t\tvar prev = order.prev;\n\n\t\tif (prev) {\n\t\t\tprev.next = next;\n\t\t} else {\n\t\t\t// Already first\n\t\t\treturn;\n\t\t}\n\t\tif (next) {\n\t\t\tnext.prev = prev;\n\t\t} else if (prev) {\n\t\t\t// Update last entry unless this is the\n\t\t\t// single entry\n\t\t\tthis._drawLast = prev;\n\t\t}\n\n\t\torder.prev = null;\n\n\t\torder.next = this._drawFirst;\n\t\tthis._drawFirst.prev = order;\n\t\tthis._drawFirst = order;\n\n\t\tthis._requestRedraw(layer);\n\t}\n});\n\n// @factory L.canvas(options?: Renderer options)\n// Creates a Canvas renderer with the given options.\nexport function canvas(options) {\n\treturn Browser.canvas ? new Canvas(options) : null;\n}\n","import * as DomUtil from '../../dom/DomUtil';\nimport * as Util from '../../core/Util';\nimport {Renderer} from './Renderer';\n\n/*\n * Thanks to Dmitry Baranovsky and his Raphael library for inspiration!\n */\n\n\nexport var vmlCreate = (function () {\n\ttry {\n\t\tdocument.namespaces.add('lvml', 'urn:schemas-microsoft-com:vml');\n\t\treturn function (name) {\n\t\t\treturn document.createElement('<lvml:' + name + ' class=\"lvml\">');\n\t\t};\n\t} catch (e) {\n\t\treturn function (name) {\n\t\t\treturn document.createElement('<' + name + ' xmlns=\"urn:schemas-microsoft.com:vml\" class=\"lvml\">');\n\t\t};\n\t}\n})();\n\n\n/*\n * @class SVG\n *\n *\n * VML was deprecated in 2012, which means VML functionality exists only for backwards compatibility\n * with old versions of Internet Explorer.\n */\n\n// mixin to redefine some SVG methods to handle VML syntax which is similar but with some differences\nexport var vmlMixin = {\n\n\t_initContainer: function () {\n\t\tthis._container = DomUtil.create('div', 'leaflet-vml-container');\n\t},\n\n\t_update: function () {\n\t\tif (this._map._animatingZoom) { return; }\n\t\tRenderer.prototype._update.call(this);\n\t\tthis.fire('update');\n\t},\n\n\t_initPath: function (layer) {\n\t\tvar container = layer._container = vmlCreate('shape');\n\n\t\tDomUtil.addClass(container, 'leaflet-vml-shape ' + (this.options.className || ''));\n\n\t\tcontainer.coordsize = '1 1';\n\n\t\tlayer._path = vmlCreate('path');\n\t\tcontainer.appendChild(layer._path);\n\n\t\tthis._updateStyle(layer);\n\t\tthis._layers[Util.stamp(layer)] = layer;\n\t},\n\n\t_addPath: function (layer) {\n\t\tvar container = layer._container;\n\t\tthis._container.appendChild(container);\n\n\t\tif (layer.options.interactive) {\n\t\t\tlayer.addInteractiveTarget(container);\n\t\t}\n\t},\n\n\t_removePath: function (layer) {\n\t\tvar container = layer._container;\n\t\tDomUtil.remove(container);\n\t\tlayer.removeInteractiveTarget(container);\n\t\tdelete this._layers[Util.stamp(layer)];\n\t},\n\n\t_updateStyle: function (layer) {\n\t\tvar stroke = layer._stroke,\n\t\t    fill = layer._fill,\n\t\t    options = layer.options,\n\t\t    container = layer._container;\n\n\t\tcontainer.stroked = !!options.stroke;\n\t\tcontainer.filled = !!options.fill;\n\n\t\tif (options.stroke) {\n\t\t\tif (!stroke) {\n\t\t\t\tstroke = layer._stroke = vmlCreate('stroke');\n\t\t\t}\n\t\t\tcontainer.appendChild(stroke);\n\t\t\tstroke.weight = options.weight + 'px';\n\t\t\tstroke.color = options.color;\n\t\t\tstroke.opacity = options.opacity;\n\n\t\t\tif (options.dashArray) {\n\t\t\t\tstroke.dashStyle = Util.isArray(options.dashArray) ?\n\t\t\t\t    options.dashArray.join(' ') :\n\t\t\t\t    options.dashArray.replace(/( *, *)/g, ' ');\n\t\t\t} else {\n\t\t\t\tstroke.dashStyle = '';\n\t\t\t}\n\t\t\tstroke.endcap = options.lineCap.replace('butt', 'flat');\n\t\t\tstroke.joinstyle = options.lineJoin;\n\n\t\t} else if (stroke) {\n\t\t\tcontainer.removeChild(stroke);\n\t\t\tlayer._stroke = null;\n\t\t}\n\n\t\tif (options.fill) {\n\t\t\tif (!fill) {\n\t\t\t\tfill = layer._fill = vmlCreate('fill');\n\t\t\t}\n\t\t\tcontainer.appendChild(fill);\n\t\t\tfill.color = options.fillColor || options.color;\n\t\t\tfill.opacity = options.fillOpacity;\n\n\t\t} else if (fill) {\n\t\t\tcontainer.removeChild(fill);\n\t\t\tlayer._fill = null;\n\t\t}\n\t},\n\n\t_updateCircle: function (layer) {\n\t\tvar p = layer._point.round(),\n\t\t    r = Math.round(layer._radius),\n\t\t    r2 = Math.round(layer._radiusY || r);\n\n\t\tthis._setPath(layer, layer._empty() ? 'M0 0' :\n\t\t\t'AL ' + p.x + ',' + p.y + ' ' + r + ',' + r2 + ' 0,' + (65535 * 360));\n\t},\n\n\t_setPath: function (layer, path) {\n\t\tlayer._path.v = path;\n\t},\n\n\t_bringToFront: function (layer) {\n\t\tDomUtil.toFront(layer._container);\n\t},\n\n\t_bringToBack: function (layer) {\n\t\tDomUtil.toBack(layer._container);\n\t}\n};\n","import {Renderer} from './Renderer';\nimport * as DomUtil from '../../dom/DomUtil';\nimport * as DomEvent from '../../dom/DomEvent';\nimport * as Browser from '../../core/Browser';\nimport {stamp} from '../../core/Util';\nimport {svgCreate, pointsToPath} from './SVG.Util';\nexport {pointsToPath};\nimport {vmlMixin, vmlCreate} from './SVG.VML';\n\nexport var create = Browser.vml ? vmlCreate : svgCreate;\n\n/*\n * @class SVG\n * @inherits Renderer\n * @aka L.SVG\n *\n * Allows vector layers to be displayed with [SVG](https://developer.mozilla.org/docs/Web/SVG).\n * Inherits `Renderer`.\n *\n * Due to [technical limitations](http://caniuse.com/#search=svg), SVG is not\n * available in all web browsers, notably Android 2.x and 3.x.\n *\n * Although SVG is not available on IE7 and IE8, these browsers support\n * [VML](https://en.wikipedia.org/wiki/Vector_Markup_Language)\n * (a now deprecated technology), and the SVG renderer will fall back to VML in\n * this case.\n *\n * @example\n *\n * Use SVG by default for all paths in the map:\n *\n * ```js\n * var map = L.map('map', {\n * \trenderer: L.svg()\n * });\n * ```\n *\n * Use a SVG renderer with extra padding for specific vector geometries:\n *\n * ```js\n * var map = L.map('map');\n * var myRenderer = L.svg({ padding: 0.5 });\n * var line = L.polyline( coordinates, { renderer: myRenderer } );\n * var circle = L.circle( center, { renderer: myRenderer } );\n * ```\n */\n\nexport var SVG = Renderer.extend({\n\n\tgetEvents: function () {\n\t\tvar events = Renderer.prototype.getEvents.call(this);\n\t\tevents.zoomstart = this._onZoomStart;\n\t\treturn events;\n\t},\n\n\t_initContainer: function () {\n\t\tthis._container = create('svg');\n\n\t\t// makes it possible to click through svg root; we'll reset it back in individual paths\n\t\tthis._container.setAttribute('pointer-events', 'none');\n\n\t\tthis._rootGroup = create('g');\n\t\tthis._container.appendChild(this._rootGroup);\n\t},\n\n\t_destroyContainer: function () {\n\t\tDomUtil.remove(this._container);\n\t\tDomEvent.off(this._container);\n\t\tdelete this._container;\n\t\tdelete this._rootGroup;\n\t\tdelete this._svgSize;\n\t},\n\n\t_onZoomStart: function () {\n\t\t// Drag-then-pinch interactions might mess up the center and zoom.\n\t\t// In this case, the easiest way to prevent this is re-do the renderer\n\t\t//   bounds and padding when the zooming starts.\n\t\tthis._update();\n\t},\n\n\t_update: function () {\n\t\tif (this._map._animatingZoom && this._bounds) { return; }\n\n\t\tRenderer.prototype._update.call(this);\n\n\t\tvar b = this._bounds,\n\t\t    size = b.getSize(),\n\t\t    container = this._container;\n\n\t\t// set size of svg-container if changed\n\t\tif (!this._svgSize || !this._svgSize.equals(size)) {\n\t\t\tthis._svgSize = size;\n\t\t\tcontainer.setAttribute('width', size.x);\n\t\t\tcontainer.setAttribute('height', size.y);\n\t\t}\n\n\t\t// movement: update container viewBox so that we don't have to change coordinates of individual layers\n\t\tDomUtil.setPosition(container, b.min);\n\t\tcontainer.setAttribute('viewBox', [b.min.x, b.min.y, size.x, size.y].join(' '));\n\n\t\tthis.fire('update');\n\t},\n\n\t// methods below are called by vector layers implementations\n\n\t_initPath: function (layer) {\n\t\tvar path = layer._path = create('path');\n\n\t\t// @namespace Path\n\t\t// @option className: String = null\n\t\t// Custom class name set on an element. Only for SVG renderer.\n\t\tif (layer.options.className) {\n\t\t\tDomUtil.addClass(path, layer.options.className);\n\t\t}\n\n\t\tif (layer.options.interactive) {\n\t\t\tDomUtil.addClass(path, 'leaflet-interactive');\n\t\t}\n\n\t\tthis._updateStyle(layer);\n\t\tthis._layers[stamp(layer)] = layer;\n\t},\n\n\t_addPath: function (layer) {\n\t\tif (!this._rootGroup) { this._initContainer(); }\n\t\tthis._rootGroup.appendChild(layer._path);\n\t\tlayer.addInteractiveTarget(layer._path);\n\t},\n\n\t_removePath: function (layer) {\n\t\tDomUtil.remove(layer._path);\n\t\tlayer.removeInteractiveTarget(layer._path);\n\t\tdelete this._layers[stamp(layer)];\n\t},\n\n\t_updatePath: function (layer) {\n\t\tlayer._project();\n\t\tlayer._update();\n\t},\n\n\t_updateStyle: function (layer) {\n\t\tvar path = layer._path,\n\t\t    options = layer.options;\n\n\t\tif (!path) { return; }\n\n\t\tif (options.stroke) {\n\t\t\tpath.setAttribute('stroke', options.color);\n\t\t\tpath.setAttribute('stroke-opacity', options.opacity);\n\t\t\tpath.setAttribute('stroke-width', options.weight);\n\t\t\tpath.setAttribute('stroke-linecap', options.lineCap);\n\t\t\tpath.setAttribute('stroke-linejoin', options.lineJoin);\n\n\t\t\tif (options.dashArray) {\n\t\t\t\tpath.setAttribute('stroke-dasharray', options.dashArray);\n\t\t\t} else {\n\t\t\t\tpath.removeAttribute('stroke-dasharray');\n\t\t\t}\n\n\t\t\tif (options.dashOffset) {\n\t\t\t\tpath.setAttribute('stroke-dashoffset', options.dashOffset);\n\t\t\t} else {\n\t\t\t\tpath.removeAttribute('stroke-dashoffset');\n\t\t\t}\n\t\t} else {\n\t\t\tpath.setAttribute('stroke', 'none');\n\t\t}\n\n\t\tif (options.fill) {\n\t\t\tpath.setAttribute('fill', options.fillColor || options.color);\n\t\t\tpath.setAttribute('fill-opacity', options.fillOpacity);\n\t\t\tpath.setAttribute('fill-rule', options.fillRule || 'evenodd');\n\t\t} else {\n\t\t\tpath.setAttribute('fill', 'none');\n\t\t}\n\t},\n\n\t_updatePoly: function (layer, closed) {\n\t\tthis._setPath(layer, pointsToPath(layer._parts, closed));\n\t},\n\n\t_updateCircle: function (layer) {\n\t\tvar p = layer._point,\n\t\t    r = Math.max(Math.round(layer._radius), 1),\n\t\t    r2 = Math.max(Math.round(layer._radiusY), 1) || r,\n\t\t    arc = 'a' + r + ',' + r2 + ' 0 1,0 ';\n\n\t\t// drawing a circle with two half-arcs\n\t\tvar d = layer._empty() ? 'M0 0' :\n\t\t\t'M' + (p.x - r) + ',' + p.y +\n\t\t\tarc + (r * 2) + ',0 ' +\n\t\t\tarc + (-r * 2) + ',0 ';\n\n\t\tthis._setPath(layer, d);\n\t},\n\n\t_setPath: function (layer, path) {\n\t\tlayer._path.setAttribute('d', path);\n\t},\n\n\t// SVG does not have the concept of zIndex so we resort to changing the DOM order of elements\n\t_bringToFront: function (layer) {\n\t\tDomUtil.toFront(layer._path);\n\t},\n\n\t_bringToBack: function (layer) {\n\t\tDomUtil.toBack(layer._path);\n\t}\n});\n\nif (Browser.vml) {\n\tSVG.include(vmlMixin);\n}\n\n// @namespace SVG\n// @factory L.svg(options?: Renderer options)\n// Creates a SVG renderer with the given options.\nexport function svg(options) {\n\treturn Browser.svg || Browser.vml ? new SVG(options) : null;\n}\n","import {Map} from '../../map/Map';\nimport {canvas} from './Canvas';\nimport {svg} from './SVG';\n\nMap.include({\n\t// @namespace Map; @method getRenderer(layer: Path): Renderer\n\t// Returns the instance of `Renderer` that should be used to render the given\n\t// `Path`. It will ensure that the `renderer` options of the map and paths\n\t// are respected, and that the renderers do exist on the map.\n\tgetRenderer: function (layer) {\n\t\t// @namespace Path; @option renderer: Renderer\n\t\t// Use this specific instance of `Renderer` for this path. Takes\n\t\t// precedence over the map's [default renderer](#map-renderer).\n\t\tvar renderer = layer.options.renderer || this._getPaneRenderer(layer.options.pane) || this.options.renderer || this._renderer;\n\n\t\tif (!renderer) {\n\t\t\trenderer = this._renderer = this._createRenderer();\n\t\t}\n\n\t\tif (!this.hasLayer(renderer)) {\n\t\t\tthis.addLayer(renderer);\n\t\t}\n\t\treturn renderer;\n\t},\n\n\t_getPaneRenderer: function (name) {\n\t\tif (name === 'overlayPane' || name === undefined) {\n\t\t\treturn false;\n\t\t}\n\n\t\tvar renderer = this._paneRenderers[name];\n\t\tif (renderer === undefined) {\n\t\t\trenderer = this._createRenderer({pane: name});\n\t\t\tthis._paneRenderers[name] = renderer;\n\t\t}\n\t\treturn renderer;\n\t},\n\n\t_createRenderer: function (options) {\n\t\t// @namespace Map; @option preferCanvas: Boolean = false\n\t\t// Whether `Path`s should be rendered on a `Canvas` renderer.\n\t\t// By default, all `Path`s are rendered in a `SVG` renderer.\n\t\treturn (this.options.preferCanvas && canvas(options)) || svg(options);\n\t}\n});\n","import {Polygon} from './Polygon';\nimport {toLatLngBounds} from '../../geo/LatLngBounds';\n\n/*\n * L.Rectangle extends Polygon and creates a rectangle when passed a LatLngBounds object.\n */\n\n/*\n * @class Rectangle\n * @aka L.Rectangle\n * @inherits Polygon\n *\n * A class for drawing rectangle overlays on a map. Extends `Polygon`.\n *\n * @example\n *\n * ```js\n * // define rectangle geographical bounds\n * var bounds = [[54.559322, -5.767822], [56.1210604, -3.021240]];\n *\n * // create an orange rectangle\n * L.rectangle(bounds, {color: \"#ff7800\", weight: 1}).addTo(map);\n *\n * // zoom the map to the rectangle bounds\n * map.fitBounds(bounds);\n * ```\n *\n */\n\n\nexport var Rectangle = Polygon.extend({\n\tinitialize: function (latLngBounds, options) {\n\t\tPolygon.prototype.initialize.call(this, this._boundsToLatLngs(latLngBounds), options);\n\t},\n\n\t// @method setBounds(latLngBounds: LatLngBounds): this\n\t// Redraws the rectangle with the passed bounds.\n\tsetBounds: function (latLngBounds) {\n\t\treturn this.setLatLngs(this._boundsToLatLngs(latLngBounds));\n\t},\n\n\t_boundsToLatLngs: function (latLngBounds) {\n\t\tlatLngBounds = toLatLngBounds(latLngBounds);\n\t\treturn [\n\t\t\tlatLngBounds.getSouthWest(),\n\t\t\tlatLngBounds.getNorthWest(),\n\t\t\tlatLngBounds.getNorthEast(),\n\t\t\tlatLngBounds.getSouthEast()\n\t\t];\n\t}\n});\n\n\n// @factory L.rectangle(latLngBounds: LatLngBounds, options?: Polyline options)\nexport function rectangle(latLngBounds, options) {\n\treturn new Rectangle(latLngBounds, options);\n}\n","export {Renderer} from './Renderer';\nexport {Canvas, canvas} from './Canvas';\nimport {SVG, create, pointsToPath, svg} from './SVG';\nSVG.create = create;\nSVG.pointsToPath = pointsToPath;\nexport {SVG, svg};\nimport './Renderer.getRenderer';\t// This is a bit of a hack, but needed because circular dependencies\n\nexport {Path} from './Path';\nexport {CircleMarker, circleMarker} from './CircleMarker';\nexport {Circle, circle} from './Circle';\nexport {Polyline, polyline} from './Polyline';\nexport {Polygon, polygon} from './Polygon';\nexport {Rectangle, rectangle} from './Rectangle';\n","export {Layer} from './Layer';\nexport {LayerGroup, layerGroup} from './LayerGroup';\nexport {FeatureGroup, featureGroup} from './FeatureGroup';\nimport {GeoJSON, geoJSON, geoJson, geometryToLayer, coordsToLatLng, coordsToLatLngs, latLngToCoords, latLngsToCoords, getFeature, asFeature} from './GeoJSON';\nGeoJSON.geometryToLayer = geometryToLayer;\nGeoJSON.coordsToLatLng = coordsToLatLng;\nGeoJSON.coordsToLatLngs = coordsToLatLngs;\nGeoJSON.latLngToCoords = latLngToCoords;\nGeoJSON.latLngsToCoords = latLngsToCoords;\nGeoJSON.getFeature = getFeature;\nGeoJSON.asFeature = asFeature;\nexport {GeoJSON, geoJSON, geoJson};\n\nexport {ImageOverlay, imageOverlay} from './ImageOverlay';\nexport {VideoOverlay, videoOverlay} from './VideoOverlay';\n\nexport {DivOverlay} from './DivOverlay';\nexport {Popup, popup} from './Popup';\nexport {Tooltip, tooltip} from './Tooltip';\n\nexport * from './marker/index';\nexport * from './tile/index';\nexport * from './vector/index';\n","import {Map} from '../Map';\nimport {Handler} from '../../core/Handler';\nimport * as Util from '../../core/Util';\nimport * as DomUtil from '../../dom/DomUtil';\nimport * as DomEvent from '../../dom/DomEvent';\nimport {LatLngBounds} from '../../geo/LatLngBounds';\nimport {Bounds} from '../../geometry/Bounds';\n\n/*\n * L.Handler.BoxZoom is used to add shift-drag zoom interaction to the map\n * (zoom to a selected bounding box), enabled by default.\n */\n\n// @namespace Map\n// @section Interaction Options\nMap.mergeOptions({\n\t// @option boxZoom: Boolean = true\n\t// Whether the map can be zoomed to a rectangular area specified by\n\t// dragging the mouse while pressing the shift key.\n\tboxZoom: true\n});\n\nexport var BoxZoom = Handler.extend({\n\tinitialize: function (map) {\n\t\tthis._map = map;\n\t\tthis._container = map._container;\n\t\tthis._pane = map._panes.overlayPane;\n\t\tthis._resetStateTimeout = 0;\n\t\tmap.on('unload', this._destroy, this);\n\t},\n\n\taddHooks: function () {\n\t\tDomEvent.on(this._container, 'mousedown', this._onMouseDown, this);\n\t},\n\n\tremoveHooks: function () {\n\t\tDomEvent.off(this._container, 'mousedown', this._onMouseDown, this);\n\t},\n\n\tmoved: function () {\n\t\treturn this._moved;\n\t},\n\n\t_destroy: function () {\n\t\tDomUtil.remove(this._pane);\n\t\tdelete this._pane;\n\t},\n\n\t_resetState: function () {\n\t\tthis._resetStateTimeout = 0;\n\t\tthis._moved = false;\n\t},\n\n\t_clearDeferredResetState: function () {\n\t\tif (this._resetStateTimeout !== 0) {\n\t\t\tclearTimeout(this._resetStateTimeout);\n\t\t\tthis._resetStateTimeout = 0;\n\t\t}\n\t},\n\n\t_onMouseDown: function (e) {\n\t\tif (!e.shiftKey || ((e.which !== 1) && (e.button !== 1))) { return false; }\n\n\t\t// Clear the deferred resetState if it hasn't executed yet, otherwise it\n\t\t// will interrupt the interaction and orphan a box element in the container.\n\t\tthis._clearDeferredResetState();\n\t\tthis._resetState();\n\n\t\tDomUtil.disableTextSelection();\n\t\tDomUtil.disableImageDrag();\n\n\t\tthis._startPoint = this._map.mouseEventToContainerPoint(e);\n\n\t\tDomEvent.on(document, {\n\t\t\tcontextmenu: DomEvent.stop,\n\t\t\tmousemove: this._onMouseMove,\n\t\t\tmouseup: this._onMouseUp,\n\t\t\tkeydown: this._onKeyDown\n\t\t}, this);\n\t},\n\n\t_onMouseMove: function (e) {\n\t\tif (!this._moved) {\n\t\t\tthis._moved = true;\n\n\t\t\tthis._box = DomUtil.create('div', 'leaflet-zoom-box', this._container);\n\t\t\tDomUtil.addClass(this._container, 'leaflet-crosshair');\n\n\t\t\tthis._map.fire('boxzoomstart');\n\t\t}\n\n\t\tthis._point = this._map.mouseEventToContainerPoint(e);\n\n\t\tvar bounds = new Bounds(this._point, this._startPoint),\n\t\t    size = bounds.getSize();\n\n\t\tDomUtil.setPosition(this._box, bounds.min);\n\n\t\tthis._box.style.width  = size.x + 'px';\n\t\tthis._box.style.height = size.y + 'px';\n\t},\n\n\t_finish: function () {\n\t\tif (this._moved) {\n\t\t\tDomUtil.remove(this._box);\n\t\t\tDomUtil.removeClass(this._container, 'leaflet-crosshair');\n\t\t}\n\n\t\tDomUtil.enableTextSelection();\n\t\tDomUtil.enableImageDrag();\n\n\t\tDomEvent.off(document, {\n\t\t\tcontextmenu: DomEvent.stop,\n\t\t\tmousemove: this._onMouseMove,\n\t\t\tmouseup: this._onMouseUp,\n\t\t\tkeydown: this._onKeyDown\n\t\t}, this);\n\t},\n\n\t_onMouseUp: function (e) {\n\t\tif ((e.which !== 1) && (e.button !== 1)) { return; }\n\n\t\tthis._finish();\n\n\t\tif (!this._moved) { return; }\n\t\t// Postpone to next JS tick so internal click event handling\n\t\t// still see it as \"moved\".\n\t\tthis._clearDeferredResetState();\n\t\tthis._resetStateTimeout = setTimeout(Util.bind(this._resetState, this), 0);\n\n\t\tvar bounds = new LatLngBounds(\n\t\t        this._map.containerPointToLatLng(this._startPoint),\n\t\t        this._map.containerPointToLatLng(this._point));\n\n\t\tthis._map\n\t\t\t.fitBounds(bounds)\n\t\t\t.fire('boxzoomend', {boxZoomBounds: bounds});\n\t},\n\n\t_onKeyDown: function (e) {\n\t\tif (e.keyCode === 27) {\n\t\t\tthis._finish();\n\t\t}\n\t}\n});\n\n// @section Handlers\n// @property boxZoom: Handler\n// Box (shift-drag with mouse) zoom handler.\nMap.addInitHook('addHandler', 'boxZoom', BoxZoom);\n","import {Map} from '../Map';\nimport {Handler} from '../../core/Handler';\n\n/*\n * L.Handler.DoubleClickZoom is used to handle double-click zoom on the map, enabled by default.\n */\n\n// @namespace Map\n// @section Interaction Options\n\nMap.mergeOptions({\n\t// @option doubleClickZoom: Boolean|String = true\n\t// Whether the map can be zoomed in by double clicking on it and\n\t// zoomed out by double clicking while holding shift. If passed\n\t// `'center'`, double-click zoom will zoom to the center of the\n\t//  view regardless of where the mouse was.\n\tdoubleClickZoom: true\n});\n\nexport var DoubleClickZoom = Handler.extend({\n\taddHooks: function () {\n\t\tthis._map.on('dblclick', this._onDoubleClick, this);\n\t},\n\n\tremoveHooks: function () {\n\t\tthis._map.off('dblclick', this._onDoubleClick, this);\n\t},\n\n\t_onDoubleClick: function (e) {\n\t\tvar map = this._map,\n\t\t    oldZoom = map.getZoom(),\n\t\t    delta = map.options.zoomDelta,\n\t\t    zoom = e.originalEvent.shiftKey ? oldZoom - delta : oldZoom + delta;\n\n\t\tif (map.options.doubleClickZoom === 'center') {\n\t\t\tmap.setZoom(zoom);\n\t\t} else {\n\t\t\tmap.setZoomAround(e.containerPoint, zoom);\n\t\t}\n\t}\n});\n\n// @section Handlers\n//\n// Map properties include interaction handlers that allow you to control\n// interaction behavior in runtime, enabling or disabling certain features such\n// as dragging or touch zoom (see `Handler` methods). For example:\n//\n// ```js\n// map.doubleClickZoom.disable();\n// ```\n//\n// @property doubleClickZoom: Handler\n// Double click zoom handler.\nMap.addInitHook('addHandler', 'doubleClickZoom', DoubleClickZoom);\n","import {Map} from '../Map';\nimport * as Browser from '../../core/Browser';\nimport {Handler} from '../../core/Handler';\nimport {Draggable} from '../../dom/Draggable';\nimport * as Util from '../../core/Util';\nimport * as DomUtil from '../../dom/DomUtil';\nimport {toLatLngBounds as latLngBounds} from '../../geo/LatLngBounds';\nimport {toBounds} from '../../geometry/Bounds';\n\n/*\n * L.Handler.MapDrag is used to make the map draggable (with panning inertia), enabled by default.\n */\n\n// @namespace Map\n// @section Interaction Options\nMap.mergeOptions({\n\t// @option dragging: Boolean = true\n\t// Whether the map be draggable with mouse/touch or not.\n\tdragging: true,\n\n\t// @section Panning Inertia Options\n\t// @option inertia: Boolean = *\n\t// If enabled, panning of the map will have an inertia effect where\n\t// the map builds momentum while dragging and continues moving in\n\t// the same direction for some time. Feels especially nice on touch\n\t// devices. Enabled by default unless running on old Android devices.\n\tinertia: !Browser.android23,\n\n\t// @option inertiaDeceleration: Number = 3000\n\t// The rate with which the inertial movement slows down, in pixels/second².\n\tinertiaDeceleration: 3400, // px/s^2\n\n\t// @option inertiaMaxSpeed: Number = Infinity\n\t// Max speed of the inertial movement, in pixels/second.\n\tinertiaMaxSpeed: Infinity, // px/s\n\n\t// @option easeLinearity: Number = 0.2\n\teaseLinearity: 0.2,\n\n\t// TODO refactor, move to CRS\n\t// @option worldCopyJump: Boolean = false\n\t// With this option enabled, the map tracks when you pan to another \"copy\"\n\t// of the world and seamlessly jumps to the original one so that all overlays\n\t// like markers and vector layers are still visible.\n\tworldCopyJump: false,\n\n\t// @option maxBoundsViscosity: Number = 0.0\n\t// If `maxBounds` is set, this option will control how solid the bounds\n\t// are when dragging the map around. The default value of `0.0` allows the\n\t// user to drag outside the bounds at normal speed, higher values will\n\t// slow down map dragging outside bounds, and `1.0` makes the bounds fully\n\t// solid, preventing the user from dragging outside the bounds.\n\tmaxBoundsViscosity: 0.0\n});\n\nexport var Drag = Handler.extend({\n\taddHooks: function () {\n\t\tif (!this._draggable) {\n\t\t\tvar map = this._map;\n\n\t\t\tthis._draggable = new Draggable(map._mapPane, map._container);\n\n\t\t\tthis._draggable.on({\n\t\t\t\tdragstart: this._onDragStart,\n\t\t\t\tdrag: this._onDrag,\n\t\t\t\tdragend: this._onDragEnd\n\t\t\t}, this);\n\n\t\t\tthis._draggable.on('predrag', this._onPreDragLimit, this);\n\t\t\tif (map.options.worldCopyJump) {\n\t\t\t\tthis._draggable.on('predrag', this._onPreDragWrap, this);\n\t\t\t\tmap.on('zoomend', this._onZoomEnd, this);\n\n\t\t\t\tmap.whenReady(this._onZoomEnd, this);\n\t\t\t}\n\t\t}\n\t\tDomUtil.addClass(this._map._container, 'leaflet-grab leaflet-touch-drag');\n\t\tthis._draggable.enable();\n\t\tthis._positions = [];\n\t\tthis._times = [];\n\t},\n\n\tremoveHooks: function () {\n\t\tDomUtil.removeClass(this._map._container, 'leaflet-grab');\n\t\tDomUtil.removeClass(this._map._container, 'leaflet-touch-drag');\n\t\tthis._draggable.disable();\n\t},\n\n\tmoved: function () {\n\t\treturn this._draggable && this._draggable._moved;\n\t},\n\n\tmoving: function () {\n\t\treturn this._draggable && this._draggable._moving;\n\t},\n\n\t_onDragStart: function () {\n\t\tvar map = this._map;\n\n\t\tmap._stop();\n\t\tif (this._map.options.maxBounds && this._map.options.maxBoundsViscosity) {\n\t\t\tvar bounds = latLngBounds(this._map.options.maxBounds);\n\n\t\t\tthis._offsetLimit = toBounds(\n\t\t\t\tthis._map.latLngToContainerPoint(bounds.getNorthWest()).multiplyBy(-1),\n\t\t\t\tthis._map.latLngToContainerPoint(bounds.getSouthEast()).multiplyBy(-1)\n\t\t\t\t\t.add(this._map.getSize()));\n\n\t\t\tthis._viscosity = Math.min(1.0, Math.max(0.0, this._map.options.maxBoundsViscosity));\n\t\t} else {\n\t\t\tthis._offsetLimit = null;\n\t\t}\n\n\t\tmap\n\t\t    .fire('movestart')\n\t\t    .fire('dragstart');\n\n\t\tif (map.options.inertia) {\n\t\t\tthis._positions = [];\n\t\t\tthis._times = [];\n\t\t}\n\t},\n\n\t_onDrag: function (e) {\n\t\tif (this._map.options.inertia) {\n\t\t\tvar time = this._lastTime = +new Date(),\n\t\t\t    pos = this._lastPos = this._draggable._absPos || this._draggable._newPos;\n\n\t\t\tthis._positions.push(pos);\n\t\t\tthis._times.push(time);\n\n\t\t\tthis._prunePositions(time);\n\t\t}\n\n\t\tthis._map\n\t\t    .fire('move', e)\n\t\t    .fire('drag', e);\n\t},\n\n\t_prunePositions: function (time) {\n\t\twhile (this._positions.length > 1 && time - this._times[0] > 50) {\n\t\t\tthis._positions.shift();\n\t\t\tthis._times.shift();\n\t\t}\n\t},\n\n\t_onZoomEnd: function () {\n\t\tvar pxCenter = this._map.getSize().divideBy(2),\n\t\t    pxWorldCenter = this._map.latLngToLayerPoint([0, 0]);\n\n\t\tthis._initialWorldOffset = pxWorldCenter.subtract(pxCenter).x;\n\t\tthis._worldWidth = this._map.getPixelWorldBounds().getSize().x;\n\t},\n\n\t_viscousLimit: function (value, threshold) {\n\t\treturn value - (value - threshold) * this._viscosity;\n\t},\n\n\t_onPreDragLimit: function () {\n\t\tif (!this._viscosity || !this._offsetLimit) { return; }\n\n\t\tvar offset = this._draggable._newPos.subtract(this._draggable._startPos);\n\n\t\tvar limit = this._offsetLimit;\n\t\tif (offset.x < limit.min.x) { offset.x = this._viscousLimit(offset.x, limit.min.x); }\n\t\tif (offset.y < limit.min.y) { offset.y = this._viscousLimit(offset.y, limit.min.y); }\n\t\tif (offset.x > limit.max.x) { offset.x = this._viscousLimit(offset.x, limit.max.x); }\n\t\tif (offset.y > limit.max.y) { offset.y = this._viscousLimit(offset.y, limit.max.y); }\n\n\t\tthis._draggable._newPos = this._draggable._startPos.add(offset);\n\t},\n\n\t_onPreDragWrap: function () {\n\t\t// TODO refactor to be able to adjust map pane position after zoom\n\t\tvar worldWidth = this._worldWidth,\n\t\t    halfWidth = Math.round(worldWidth / 2),\n\t\t    dx = this._initialWorldOffset,\n\t\t    x = this._draggable._newPos.x,\n\t\t    newX1 = (x - halfWidth + dx) % worldWidth + halfWidth - dx,\n\t\t    newX2 = (x + halfWidth + dx) % worldWidth - halfWidth - dx,\n\t\t    newX = Math.abs(newX1 + dx) < Math.abs(newX2 + dx) ? newX1 : newX2;\n\n\t\tthis._draggable._absPos = this._draggable._newPos.clone();\n\t\tthis._draggable._newPos.x = newX;\n\t},\n\n\t_onDragEnd: function (e) {\n\t\tvar map = this._map,\n\t\t    options = map.options,\n\n\t\t    noInertia = !options.inertia || this._times.length < 2;\n\n\t\tmap.fire('dragend', e);\n\n\t\tif (noInertia) {\n\t\t\tmap.fire('moveend');\n\n\t\t} else {\n\t\t\tthis._prunePositions(+new Date());\n\n\t\t\tvar direction = this._lastPos.subtract(this._positions[0]),\n\t\t\t    duration = (this._lastTime - this._times[0]) / 1000,\n\t\t\t    ease = options.easeLinearity,\n\n\t\t\t    speedVector = direction.multiplyBy(ease / duration),\n\t\t\t    speed = speedVector.distanceTo([0, 0]),\n\n\t\t\t    limitedSpeed = Math.min(options.inertiaMaxSpeed, speed),\n\t\t\t    limitedSpeedVector = speedVector.multiplyBy(limitedSpeed / speed),\n\n\t\t\t    decelerationDuration = limitedSpeed / (options.inertiaDeceleration * ease),\n\t\t\t    offset = limitedSpeedVector.multiplyBy(-decelerationDuration / 2).round();\n\n\t\t\tif (!offset.x && !offset.y) {\n\t\t\t\tmap.fire('moveend');\n\n\t\t\t} else {\n\t\t\t\toffset = map._limitOffset(offset, map.options.maxBounds);\n\n\t\t\t\tUtil.requestAnimFrame(function () {\n\t\t\t\t\tmap.panBy(offset, {\n\t\t\t\t\t\tduration: decelerationDuration,\n\t\t\t\t\t\teaseLinearity: ease,\n\t\t\t\t\t\tnoMoveStart: true,\n\t\t\t\t\t\tanimate: true\n\t\t\t\t\t});\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\t}\n});\n\n// @section Handlers\n// @property dragging: Handler\n// Map dragging handler (by both mouse and touch).\nMap.addInitHook('addHandler', 'dragging', Drag);\n","import {Map} from '../Map';\nimport {Handler} from '../../core/Handler';\nimport {on, off, stop} from '../../dom/DomEvent';\nimport {toPoint} from '../../geometry/Point';\n\n\n/*\n * L.Map.Keyboard is handling keyboard interaction with the map, enabled by default.\n */\n\n// @namespace Map\n// @section Keyboard Navigation Options\nMap.mergeOptions({\n\t// @option keyboard: Boolean = true\n\t// Makes the map focusable and allows users to navigate the map with keyboard\n\t// arrows and `+`/`-` keys.\n\tkeyboard: true,\n\n\t// @option keyboardPanDelta: Number = 80\n\t// Amount of pixels to pan when pressing an arrow key.\n\tkeyboardPanDelta: 80\n});\n\nexport var Keyboard = Handler.extend({\n\n\tkeyCodes: {\n\t\tleft:    [37],\n\t\tright:   [39],\n\t\tdown:    [40],\n\t\tup:      [38],\n\t\tzoomIn:  [187, 107, 61, 171],\n\t\tzoomOut: [189, 109, 54, 173]\n\t},\n\n\tinitialize: function (map) {\n\t\tthis._map = map;\n\n\t\tthis._setPanDelta(map.options.keyboardPanDelta);\n\t\tthis._setZoomDelta(map.options.zoomDelta);\n\t},\n\n\taddHooks: function () {\n\t\tvar container = this._map._container;\n\n\t\t// make the container focusable by tabbing\n\t\tif (container.tabIndex <= 0) {\n\t\t\tcontainer.tabIndex = '0';\n\t\t}\n\n\t\ton(container, {\n\t\t\tfocus: this._onFocus,\n\t\t\tblur: this._onBlur,\n\t\t\tmousedown: this._onMouseDown\n\t\t}, this);\n\n\t\tthis._map.on({\n\t\t\tfocus: this._addHooks,\n\t\t\tblur: this._removeHooks\n\t\t}, this);\n\t},\n\n\tremoveHooks: function () {\n\t\tthis._removeHooks();\n\n\t\toff(this._map._container, {\n\t\t\tfocus: this._onFocus,\n\t\t\tblur: this._onBlur,\n\t\t\tmousedown: this._onMouseDown\n\t\t}, this);\n\n\t\tthis._map.off({\n\t\t\tfocus: this._addHooks,\n\t\t\tblur: this._removeHooks\n\t\t}, this);\n\t},\n\n\t_onMouseDown: function () {\n\t\tif (this._focused) { return; }\n\n\t\tvar body = document.body,\n\t\t    docEl = document.documentElement,\n\t\t    top = body.scrollTop || docEl.scrollTop,\n\t\t    left = body.scrollLeft || docEl.scrollLeft;\n\n\t\tthis._map._container.focus();\n\n\t\twindow.scrollTo(left, top);\n\t},\n\n\t_onFocus: function () {\n\t\tthis._focused = true;\n\t\tthis._map.fire('focus');\n\t},\n\n\t_onBlur: function () {\n\t\tthis._focused = false;\n\t\tthis._map.fire('blur');\n\t},\n\n\t_setPanDelta: function (panDelta) {\n\t\tvar keys = this._panKeys = {},\n\t\t    codes = this.keyCodes,\n\t\t    i, len;\n\n\t\tfor (i = 0, len = codes.left.length; i < len; i++) {\n\t\t\tkeys[codes.left[i]] = [-1 * panDelta, 0];\n\t\t}\n\t\tfor (i = 0, len = codes.right.length; i < len; i++) {\n\t\t\tkeys[codes.right[i]] = [panDelta, 0];\n\t\t}\n\t\tfor (i = 0, len = codes.down.length; i < len; i++) {\n\t\t\tkeys[codes.down[i]] = [0, panDelta];\n\t\t}\n\t\tfor (i = 0, len = codes.up.length; i < len; i++) {\n\t\t\tkeys[codes.up[i]] = [0, -1 * panDelta];\n\t\t}\n\t},\n\n\t_setZoomDelta: function (zoomDelta) {\n\t\tvar keys = this._zoomKeys = {},\n\t\t    codes = this.keyCodes,\n\t\t    i, len;\n\n\t\tfor (i = 0, len = codes.zoomIn.length; i < len; i++) {\n\t\t\tkeys[codes.zoomIn[i]] = zoomDelta;\n\t\t}\n\t\tfor (i = 0, len = codes.zoomOut.length; i < len; i++) {\n\t\t\tkeys[codes.zoomOut[i]] = -zoomDelta;\n\t\t}\n\t},\n\n\t_addHooks: function () {\n\t\ton(document, 'keydown', this._onKeyDown, this);\n\t},\n\n\t_removeHooks: function () {\n\t\toff(document, 'keydown', this._onKeyDown, this);\n\t},\n\n\t_onKeyDown: function (e) {\n\t\tif (e.altKey || e.ctrlKey || e.metaKey) { return; }\n\n\t\tvar key = e.keyCode,\n\t\t    map = this._map,\n\t\t    offset;\n\n\t\tif (key in this._panKeys) {\n\t\t\tif (!map._panAnim || !map._panAnim._inProgress) {\n\t\t\t\toffset = this._panKeys[key];\n\t\t\t\tif (e.shiftKey) {\n\t\t\t\t\toffset = toPoint(offset).multiplyBy(3);\n\t\t\t\t}\n\n\t\t\t\tmap.panBy(offset);\n\n\t\t\t\tif (map.options.maxBounds) {\n\t\t\t\t\tmap.panInsideBounds(map.options.maxBounds);\n\t\t\t\t}\n\t\t\t}\n\t\t} else if (key in this._zoomKeys) {\n\t\t\tmap.setZoom(map.getZoom() + (e.shiftKey ? 3 : 1) * this._zoomKeys[key]);\n\n\t\t} else if (key === 27 && map._popup && map._popup.options.closeOnEscapeKey) {\n\t\t\tmap.closePopup();\n\n\t\t} else {\n\t\t\treturn;\n\t\t}\n\n\t\tstop(e);\n\t}\n});\n\n// @section Handlers\n// @section Handlers\n// @property keyboard: Handler\n// Keyboard navigation handler.\nMap.addInitHook('addHandler', 'keyboard', Keyboard);\n","import {Map} from '../Map';\nimport {Handler} from '../../core/Handler';\nimport * as DomEvent from '../../dom/DomEvent';\nimport * as Util from '../../core/Util';\n\n/*\n * L.Handler.ScrollWheelZoom is used by L.Map to enable mouse scroll wheel zoom on the map.\n */\n\n// @namespace Map\n// @section Interaction Options\nMap.mergeOptions({\n\t// @section Mousewheel options\n\t// @option scrollWheelZoom: Boolean|String = true\n\t// Whether the map can be zoomed by using the mouse wheel. If passed `'center'`,\n\t// it will zoom to the center of the view regardless of where the mouse was.\n\tscrollWheelZoom: true,\n\n\t// @option wheelDebounceTime: Number = 40\n\t// Limits the rate at which a wheel can fire (in milliseconds). By default\n\t// user can't zoom via wheel more often than once per 40 ms.\n\twheelDebounceTime: 40,\n\n\t// @option wheelPxPerZoomLevel: Number = 60\n\t// How many scroll pixels (as reported by [L.DomEvent.getWheelDelta](#domevent-getwheeldelta))\n\t// mean a change of one full zoom level. Smaller values will make wheel-zooming\n\t// faster (and vice versa).\n\twheelPxPerZoomLevel: 60\n});\n\nexport var ScrollWheelZoom = Handler.extend({\n\taddHooks: function () {\n\t\tDomEvent.on(this._map._container, 'mousewheel', this._onWheelScroll, this);\n\n\t\tthis._delta = 0;\n\t},\n\n\tremoveHooks: function () {\n\t\tDomEvent.off(this._map._container, 'mousewheel', this._onWheelScroll, this);\n\t},\n\n\t_onWheelScroll: function (e) {\n\t\tvar delta = DomEvent.getWheelDelta(e);\n\n\t\tvar debounce = this._map.options.wheelDebounceTime;\n\n\t\tthis._delta += delta;\n\t\tthis._lastMousePos = this._map.mouseEventToContainerPoint(e);\n\n\t\tif (!this._startTime) {\n\t\t\tthis._startTime = +new Date();\n\t\t}\n\n\t\tvar left = Math.max(debounce - (+new Date() - this._startTime), 0);\n\n\t\tclearTimeout(this._timer);\n\t\tthis._timer = setTimeout(Util.bind(this._performZoom, this), left);\n\n\t\tDomEvent.stop(e);\n\t},\n\n\t_performZoom: function () {\n\t\tvar map = this._map,\n\t\t    zoom = map.getZoom(),\n\t\t    snap = this._map.options.zoomSnap || 0;\n\n\t\tmap._stop(); // stop panning and fly animations if any\n\n\t\t// map the delta with a sigmoid function to -4..4 range leaning on -1..1\n\t\tvar d2 = this._delta / (this._map.options.wheelPxPerZoomLevel * 4),\n\t\t    d3 = 4 * Math.log(2 / (1 + Math.exp(-Math.abs(d2)))) / Math.LN2,\n\t\t    d4 = snap ? Math.ceil(d3 / snap) * snap : d3,\n\t\t    delta = map._limitZoom(zoom + (this._delta > 0 ? d4 : -d4)) - zoom;\n\n\t\tthis._delta = 0;\n\t\tthis._startTime = null;\n\n\t\tif (!delta) { return; }\n\n\t\tif (map.options.scrollWheelZoom === 'center') {\n\t\t\tmap.setZoom(zoom + delta);\n\t\t} else {\n\t\t\tmap.setZoomAround(this._lastMousePos, zoom + delta);\n\t\t}\n\t}\n});\n\n// @section Handlers\n// @property scrollWheelZoom: Handler\n// Scroll wheel zoom handler.\nMap.addInitHook('addHandler', 'scrollWheelZoom', ScrollWheelZoom);\n","import {Map} from '../Map';\nimport {Handler} from '../../core/Handler';\nimport * as DomEvent from '../../dom/DomEvent';\nimport {Point} from '../../geometry/Point';\nimport * as Util from '../../core/Util';\nimport * as DomUtil from '../../dom/DomUtil';\nimport * as Browser from '../../core/Browser';\n\n\n/*\n * L.Map.Tap is used to enable mobile hacks like quick taps and long hold.\n */\n\n// @namespace Map\n// @section Interaction Options\nMap.mergeOptions({\n\t// @section Touch interaction options\n\t// @option tap: Boolean = true\n\t// Enables mobile hacks for supporting instant taps (fixing 200ms click\n\t// delay on iOS/Android) and touch holds (fired as `contextmenu` events).\n\ttap: true,\n\n\t// @option tapTolerance: Number = 15\n\t// The max number of pixels a user can shift his finger during touch\n\t// for it to be considered a valid tap.\n\ttapTolerance: 15\n});\n\nexport var Tap = Handler.extend({\n\taddHooks: function () {\n\t\tDomEvent.on(this._map._container, 'touchstart', this._onDown, this);\n\t},\n\n\tremoveHooks: function () {\n\t\tDomEvent.off(this._map._container, 'touchstart', this._onDown, this);\n\t},\n\n\t_onDown: function (e) {\n\t\tif (!e.touches) { return; }\n\n\t\tDomEvent.preventDefault(e);\n\n\t\tthis._fireClick = true;\n\n\t\t// don't simulate click or track longpress if more than 1 touch\n\t\tif (e.touches.length > 1) {\n\t\t\tthis._fireClick = false;\n\t\t\tclearTimeout(this._holdTimeout);\n\t\t\treturn;\n\t\t}\n\n\t\tvar first = e.touches[0],\n\t\t    el = first.target;\n\n\t\tthis._startPos = this._newPos = new Point(first.clientX, first.clientY);\n\n\t\t// if touching a link, highlight it\n\t\tif (el.tagName && el.tagName.toLowerCase() === 'a') {\n\t\t\tDomUtil.addClass(el, 'leaflet-active');\n\t\t}\n\n\t\t// simulate long hold but setting a timeout\n\t\tthis._holdTimeout = setTimeout(Util.bind(function () {\n\t\t\tif (this._isTapValid()) {\n\t\t\t\tthis._fireClick = false;\n\t\t\t\tthis._onUp();\n\t\t\t\tthis._simulateEvent('contextmenu', first);\n\t\t\t}\n\t\t}, this), 1000);\n\n\t\tthis._simulateEvent('mousedown', first);\n\n\t\tDomEvent.on(document, {\n\t\t\ttouchmove: this._onMove,\n\t\t\ttouchend: this._onUp\n\t\t}, this);\n\t},\n\n\t_onUp: function (e) {\n\t\tclearTimeout(this._holdTimeout);\n\n\t\tDomEvent.off(document, {\n\t\t\ttouchmove: this._onMove,\n\t\t\ttouchend: this._onUp\n\t\t}, this);\n\n\t\tif (this._fireClick && e && e.changedTouches) {\n\n\t\t\tvar first = e.changedTouches[0],\n\t\t\t    el = first.target;\n\n\t\t\tif (el && el.tagName && el.tagName.toLowerCase() === 'a') {\n\t\t\t\tDomUtil.removeClass(el, 'leaflet-active');\n\t\t\t}\n\n\t\t\tthis._simulateEvent('mouseup', first);\n\n\t\t\t// simulate click if the touch didn't move too much\n\t\t\tif (this._isTapValid()) {\n\t\t\t\tthis._simulateEvent('click', first);\n\t\t\t}\n\t\t}\n\t},\n\n\t_isTapValid: function () {\n\t\treturn this._newPos.distanceTo(this._startPos) <= this._map.options.tapTolerance;\n\t},\n\n\t_onMove: function (e) {\n\t\tvar first = e.touches[0];\n\t\tthis._newPos = new Point(first.clientX, first.clientY);\n\t\tthis._simulateEvent('mousemove', first);\n\t},\n\n\t_simulateEvent: function (type, e) {\n\t\tvar simulatedEvent = document.createEvent('MouseEvents');\n\n\t\tsimulatedEvent._simulated = true;\n\t\te.target._simulatedClick = true;\n\n\t\tsimulatedEvent.initMouseEvent(\n\t\t        type, true, true, window, 1,\n\t\t        e.screenX, e.screenY,\n\t\t        e.clientX, e.clientY,\n\t\t        false, false, false, false, 0, null);\n\n\t\te.target.dispatchEvent(simulatedEvent);\n\t}\n});\n\n// @section Handlers\n// @property tap: Handler\n// Mobile touch hacks (quick tap and touch hold) handler.\nif (Browser.touch && !Browser.pointer) {\n\tMap.addInitHook('addHandler', 'tap', Tap);\n}\n","import {Map} from '../Map';\nimport {Handler} from '../../core/Handler';\nimport * as DomEvent from '../../dom/DomEvent';\nimport * as Util from '../../core/Util';\nimport * as DomUtil from '../../dom/DomUtil';\nimport * as Browser from '../../core/Browser';\n\n/*\n * L.Handler.TouchZoom is used by L.Map to add pinch zoom on supported mobile browsers.\n */\n\n// @namespace Map\n// @section Interaction Options\nMap.mergeOptions({\n\t// @section Touch interaction options\n\t// @option touchZoom: Boolean|String = *\n\t// Whether the map can be zoomed by touch-dragging with two fingers. If\n\t// passed `'center'`, it will zoom to the center of the view regardless of\n\t// where the touch events (fingers) were. Enabled for touch-capable web\n\t// browsers except for old Androids.\n\ttouchZoom: Browser.touch && !Browser.android23,\n\n\t// @option bounceAtZoomLimits: Boolean = true\n\t// Set it to false if you don't want the map to zoom beyond min/max zoom\n\t// and then bounce back when pinch-zooming.\n\tbounceAtZoomLimits: true\n});\n\nexport var TouchZoom = Handler.extend({\n\taddHooks: function () {\n\t\tDomUtil.addClass(this._map._container, 'leaflet-touch-zoom');\n\t\tDomEvent.on(this._map._container, 'touchstart', this._onTouchStart, this);\n\t},\n\n\tremoveHooks: function () {\n\t\tDomUtil.removeClass(this._map._container, 'leaflet-touch-zoom');\n\t\tDomEvent.off(this._map._container, 'touchstart', this._onTouchStart, this);\n\t},\n\n\t_onTouchStart: function (e) {\n\t\tvar map = this._map;\n\t\tif (!e.touches || e.touches.length !== 2 || map._animatingZoom || this._zooming) { return; }\n\n\t\tvar p1 = map.mouseEventToContainerPoint(e.touches[0]),\n\t\t    p2 = map.mouseEventToContainerPoint(e.touches[1]);\n\n\t\tthis._centerPoint = map.getSize()._divideBy(2);\n\t\tthis._startLatLng = map.containerPointToLatLng(this._centerPoint);\n\t\tif (map.options.touchZoom !== 'center') {\n\t\t\tthis._pinchStartLatLng = map.containerPointToLatLng(p1.add(p2)._divideBy(2));\n\t\t}\n\n\t\tthis._startDist = p1.distanceTo(p2);\n\t\tthis._startZoom = map.getZoom();\n\n\t\tthis._moved = false;\n\t\tthis._zooming = true;\n\n\t\tmap._stop();\n\n\t\tDomEvent.on(document, 'touchmove', this._onTouchMove, this);\n\t\tDomEvent.on(document, 'touchend', this._onTouchEnd, this);\n\n\t\tDomEvent.preventDefault(e);\n\t},\n\n\t_onTouchMove: function (e) {\n\t\tif (!e.touches || e.touches.length !== 2 || !this._zooming) { return; }\n\n\t\tvar map = this._map,\n\t\t    p1 = map.mouseEventToContainerPoint(e.touches[0]),\n\t\t    p2 = map.mouseEventToContainerPoint(e.touches[1]),\n\t\t    scale = p1.distanceTo(p2) / this._startDist;\n\n\t\tthis._zoom = map.getScaleZoom(scale, this._startZoom);\n\n\t\tif (!map.options.bounceAtZoomLimits && (\n\t\t\t(this._zoom < map.getMinZoom() && scale < 1) ||\n\t\t\t(this._zoom > map.getMaxZoom() && scale > 1))) {\n\t\t\tthis._zoom = map._limitZoom(this._zoom);\n\t\t}\n\n\t\tif (map.options.touchZoom === 'center') {\n\t\t\tthis._center = this._startLatLng;\n\t\t\tif (scale === 1) { return; }\n\t\t} else {\n\t\t\t// Get delta from pinch to center, so centerLatLng is delta applied to initial pinchLatLng\n\t\t\tvar delta = p1._add(p2)._divideBy(2)._subtract(this._centerPoint);\n\t\t\tif (scale === 1 && delta.x === 0 && delta.y === 0) { return; }\n\t\t\tthis._center = map.unproject(map.project(this._pinchStartLatLng, this._zoom).subtract(delta), this._zoom);\n\t\t}\n\n\t\tif (!this._moved) {\n\t\t\tmap._moveStart(true, false);\n\t\t\tthis._moved = true;\n\t\t}\n\n\t\tUtil.cancelAnimFrame(this._animRequest);\n\n\t\tvar moveFn = Util.bind(map._move, map, this._center, this._zoom, {pinch: true, round: false});\n\t\tthis._animRequest = Util.requestAnimFrame(moveFn, this, true);\n\n\t\tDomEvent.preventDefault(e);\n\t},\n\n\t_onTouchEnd: function () {\n\t\tif (!this._moved || !this._zooming) {\n\t\t\tthis._zooming = false;\n\t\t\treturn;\n\t\t}\n\n\t\tthis._zooming = false;\n\t\tUtil.cancelAnimFrame(this._animRequest);\n\n\t\tDomEvent.off(document, 'touchmove', this._onTouchMove);\n\t\tDomEvent.off(document, 'touchend', this._onTouchEnd);\n\n\t\t// Pinch updates GridLayers' levels only when zoomSnap is off, so zoomSnap becomes noUpdate.\n\t\tif (this._map.options.zoomAnimation) {\n\t\t\tthis._map._animateZoom(this._center, this._map._limitZoom(this._zoom), true, this._map.options.zoomSnap);\n\t\t} else {\n\t\t\tthis._map._resetView(this._center, this._map._limitZoom(this._zoom));\n\t\t}\n\t}\n});\n\n// @section Handlers\n// @property touchZoom: Handler\n// Touch zoom handler.\nMap.addInitHook('addHandler', 'touchZoom', TouchZoom);\n","import {Map} from './Map';\nimport {BoxZoom} from './handler/Map.BoxZoom';\nMap.BoxZoom = BoxZoom;\nimport {DoubleClickZoom} from './handler/Map.DoubleClickZoom';\nMap.DoubleClickZoom = DoubleClickZoom;\nimport {Drag} from './handler/Map.Drag';\nMap.Drag = Drag;\nimport {Keyboard} from './handler/Map.Keyboard';\nMap.Keyboard = Keyboard;\nimport {ScrollWheelZoom} from './handler/Map.ScrollWheelZoom';\nMap.ScrollWheelZoom = ScrollWheelZoom;\nimport {Tap} from './handler/Map.Tap';\nMap.Tap = Tap;\nimport {TouchZoom} from './handler/Map.TouchZoom';\nMap.TouchZoom = TouchZoom;\n\nexport {Map, createMap as map} from './Map';\n","\r\nimport {version} from '../package.json';\r\nexport {version};\r\n\r\n// control\r\nexport * from './control/index';\r\n\r\n// core\r\nexport * from './core/index';\r\n\r\n// dom\r\nexport * from './dom/index';\r\n\r\n// geometry\r\nexport * from './geometry/index';\r\n\r\n// geo\r\nexport * from './geo/index';\r\n\r\n// layer\r\nexport * from './layer/index';\r\n\r\n// map\r\nexport * from './map/index';\r\n\r\nimport {freeze} from './core/Util';\r\nObject.freeze = freeze;\r\n"],"names":["Util.create","Util.extend","Util.isArray","Util.splitWords","Util.falseFn","Util.bind","Util.stamp","Util.formatNum","Util.wrapNum","Browser.svg","style","Browser.msPointer","DomEvent.preventDefault","Browser.pointer","touch","Browser.edge","create","Util.trim","Browser.ie3d","Browser.any3d","DomEvent.on","DomEvent.off","Browser.touch","Browser.chrome","Browser.android","Browser.win","Browser.gecko","DomUtil.getPosition","Util.requestAnimFrame","DomUtil.setPosition","Util.cancelAnimFrame","Util.setOptions","DomUtil.TRANSITION","Browser.mobileOpera","DomUtil.TRANSITION_END","DomUtil.addClass","DomUtil.remove","DomUtil.create","DomEvent.getMousePosition","DomUtil.get","Browser.retina","Browser.ielt9","Browser.safari","DomUtil.getStyle","remove","DomEvent.isExternalTarget","DomEvent.skipped","DomUtil.preventOutline","Util.indexOf","DomUtil.removeClass","DomUtil.TRANSFORM","DomUtil.setTransform","DomEvent.disableClickPropagation","DomEvent.disableScrollPropagation","DomEvent.stop","DomUtil.empty","preventOutline","DomUtil.hasClass","DomUtil.disableImageDrag","DomUtil.disableTextSelection","DomUtil.getSizedParentNode","DomUtil.getScale","DomUtil.enableImageDrag","DomUtil.enableTextSelection","LineUtil._getBitCode","LineUtil._getEdgeIntersection","point","latLng","DomUtil.setOpacity","LineUtil._sqClosestPointOnSegment","LineUtil.isFlat","LineUtil.clipSegment","LineUtil.simplify","LineUtil.pointToSegmentDistance","LineUtil._flat","PolyUtil.clipPolygon","DomUtil.toFront","DomUtil.toBack","DomEvent.stopPropagation","Browser.mobile","Util.throttle","latLngBounds","Browser.android23","Util.template","Util.emptyImageUrl","Browser.androidStock","DomEvent.fakeStop","canvas","Browser.canvas","Browser.vml","svg","DomEvent.getWheelDelta"],"mappings":";;;;;;;;;;;;;AAAA;;;;;;AAMA,AAAO,IAAI,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;AAClC,MAAM,CAAC,MAAM,GAAG,UAAU,GAAG,EAAE,EAAE,OAAO,GAAG,CAAC,EAAE,CAAC;;;;AAI/C,AAAO,SAAS,MAAM,CAAC,IAAI,EAAE;CAC5B,IAAI,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,CAAC;;CAEnB,KAAK,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EACjD,GAAG,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC;EACnB,KAAK,CAAC,IAAI,GAAG,EAAE;GACd,IAAI,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC;GACjB;EACD;CACD,OAAO,IAAI,CAAC;CACZ;;;;AAID,AAAO,IAAI,MAAM,GAAG,MAAM,CAAC,MAAM,IAAI,CAAC,YAAY;CACjD,SAAS,CAAC,GAAG,EAAE;CACf,OAAO,UAAU,KAAK,EAAE;EACvB,CAAC,CAAC,SAAS,GAAG,KAAK,CAAC;EACpB,OAAO,IAAI,CAAC,EAAE,CAAC;EACf,CAAC;CACF,GAAG,CAAC;;;;;AAKL,AAAO,SAAS,IAAI,CAAC,EAAE,EAAE,GAAG,EAAE;CAC7B,IAAI,KAAK,GAAG,KAAK,CAAC,SAAS,CAAC,KAAK,CAAC;;CAElC,IAAI,EAAE,CAAC,IAAI,EAAE;EACZ,OAAO,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,EAAE,KAAK,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,CAAC,CAAC,CAAC;EACnD;;CAED,IAAI,IAAI,GAAG,KAAK,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,CAAC,CAAC;;CAEpC,OAAO,YAAY;EAClB,OAAO,EAAE,CAAC,KAAK,CAAC,GAAG,EAAE,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC;EACnF,CAAC;CACF;;;;AAID,AAAO,IAAI,MAAM,GAAG,CAAC,CAAC;;;;AAItB,AAAO,SAAS,KAAK,CAAC,GAAG,EAAE;;CAE1B,GAAG,CAAC,WAAW,GAAG,GAAG,CAAC,WAAW,IAAI,EAAE,MAAM,CAAC;CAC9C,OAAO,GAAG,CAAC,WAAW,CAAC;;CAEvB;;;;;;;;;AASD,AAAO,SAAS,QAAQ,CAAC,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE;CAC3C,IAAI,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,CAAC;;CAEjC,KAAK,GAAG,YAAY;;EAEnB,IAAI,GAAG,KAAK,CAAC;EACb,IAAI,IAAI,EAAE;GACT,SAAS,CAAC,KAAK,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;GAC/B,IAAI,GAAG,KAAK,CAAC;GACb;EACD,CAAC;;CAEF,SAAS,GAAG,YAAY;EACvB,IAAI,IAAI,EAAE;;GAET,IAAI,GAAG,SAAS,CAAC;;GAEjB,MAAM;;GAEN,EAAE,CAAC,KAAK,CAAC,OAAO,EAAE,SAAS,CAAC,CAAC;GAC7B,UAAU,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;GACxB,IAAI,GAAG,IAAI,CAAC;GACZ;EACD,CAAC;;CAEF,OAAO,SAAS,CAAC;CACjB;;;;;;AAMD,AAAO,SAAS,OAAO,CAAC,CAAC,EAAE,KAAK,EAAE,UAAU,EAAE;CAC7C,IAAI,GAAG,GAAG,KAAK,CAAC,CAAC,CAAC;KACd,GAAG,GAAG,KAAK,CAAC,CAAC,CAAC;KACd,CAAC,GAAG,GAAG,GAAG,GAAG,CAAC;CAClB,OAAO,CAAC,KAAK,GAAG,IAAI,UAAU,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC;CACnE;;;;AAID,AAAO,SAAS,OAAO,GAAG,EAAE,OAAO,KAAK,CAAC,EAAE;;;;AAI3C,AAAO,SAAS,SAAS,CAAC,GAAG,EAAE,MAAM,EAAE;CACtC,IAAI,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,MAAM,KAAK,SAAS,GAAG,CAAC,GAAG,MAAM,EAAE,CAAC;CAC5D,OAAO,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,GAAG,CAAC,GAAG,GAAG,CAAC;CACnC;;;;AAID,AAAO,SAAS,IAAI,CAAC,GAAG,EAAE;CACzB,OAAO,GAAG,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI,EAAE,GAAG,GAAG,CAAC,OAAO,CAAC,YAAY,EAAE,EAAE,CAAC,CAAC;CAC7D;;;;AAID,AAAO,SAAS,UAAU,CAAC,GAAG,EAAE;CAC/B,OAAO,IAAI,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;CAC9B;;;;AAID,AAAO,SAAS,UAAU,CAAC,GAAG,EAAE,OAAO,EAAE;CACxC,IAAI,CAAC,GAAG,CAAC,cAAc,CAAC,SAAS,CAAC,EAAE;EACnC,GAAG,CAAC,OAAO,GAAG,GAAG,CAAC,OAAO,GAAG,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,EAAE,CAAC;EACrD;CACD,KAAK,IAAI,CAAC,IAAI,OAAO,EAAE;EACtB,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;EAC5B;CACD,OAAO,GAAG,CAAC,OAAO,CAAC;CACnB;;;;;;;AAOD,AAAO,SAAS,cAAc,CAAC,GAAG,EAAE,WAAW,EAAE,SAAS,EAAE;CAC3D,IAAI,MAAM,GAAG,EAAE,CAAC;CAChB,KAAK,IAAI,CAAC,IAAI,GAAG,EAAE;EAClB,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,SAAS,GAAG,CAAC,CAAC,WAAW,EAAE,GAAG,CAAC,CAAC,GAAG,GAAG,GAAG,kBAAkB,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;EACpG;CACD,OAAO,CAAC,CAAC,CAAC,WAAW,IAAI,WAAW,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,IAAI,GAAG,GAAG,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;CAC1F;;AAED,IAAI,UAAU,GAAG,oBAAoB,CAAC;;;;;;;AAOtC,AAAO,SAAS,QAAQ,CAAC,GAAG,EAAE,IAAI,EAAE;CACnC,OAAO,GAAG,CAAC,OAAO,CAAC,UAAU,EAAE,UAAU,GAAG,EAAE,GAAG,EAAE;EAClD,IAAI,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC;;EAEtB,IAAI,KAAK,KAAK,SAAS,EAAE;GACxB,MAAM,IAAI,KAAK,CAAC,iCAAiC,GAAG,GAAG,CAAC,CAAC;;GAEzD,MAAM,IAAI,OAAO,KAAK,KAAK,UAAU,EAAE;GACvC,KAAK,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC;GACpB;EACD,OAAO,KAAK,CAAC;EACb,CAAC,CAAC;CACH;;;;AAID,AAAO,IAAI,OAAO,GAAG,KAAK,CAAC,OAAO,IAAI,UAAU,GAAG,EAAE;CACpD,QAAQ,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,gBAAgB,EAAE;CAClE,CAAC;;;;AAIF,AAAO,SAAS,OAAO,CAAC,KAAK,EAAE,EAAE,EAAE;CAClC,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;EACtC,IAAI,KAAK,CAAC,CAAC,CAAC,KAAK,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC,EAAE;EAClC;CACD,OAAO,CAAC,CAAC,CAAC;CACV;;;;;;AAMD,AAAO,IAAI,aAAa,GAAG,4DAA4D,CAAC;;;;AAIxF,SAAS,WAAW,CAAC,IAAI,EAAE;CAC1B,OAAO,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC,IAAI,MAAM,CAAC,KAAK,GAAG,IAAI,CAAC,IAAI,MAAM,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC;CAC9E;;AAED,IAAI,QAAQ,GAAG,CAAC,CAAC;;;AAGjB,SAAS,YAAY,CAAC,EAAE,EAAE;CACzB,IAAI,IAAI,GAAG,CAAC,IAAI,IAAI,EAAE;KAClB,UAAU,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,IAAI,IAAI,GAAG,QAAQ,CAAC,CAAC,CAAC;;CAErD,QAAQ,GAAG,IAAI,GAAG,UAAU,CAAC;CAC7B,OAAO,MAAM,CAAC,UAAU,CAAC,EAAE,EAAE,UAAU,CAAC,CAAC;CACzC;;AAED,AAAO,IAAI,SAAS,GAAG,MAAM,CAAC,qBAAqB,IAAI,WAAW,CAAC,uBAAuB,CAAC,IAAI,YAAY,CAAC;AAC5G,AAAO,IAAI,QAAQ,GAAG,MAAM,CAAC,oBAAoB,IAAI,WAAW,CAAC,sBAAsB,CAAC;EACtF,WAAW,CAAC,6BAA6B,CAAC,IAAI,UAAU,EAAE,EAAE,EAAE,MAAM,CAAC,YAAY,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC;;;;;;;;AAQ3F,AAAO,SAAS,gBAAgB,CAAC,EAAE,EAAE,OAAO,EAAE,SAAS,EAAE;CACxD,IAAI,SAAS,IAAI,SAAS,KAAK,YAAY,EAAE;EAC5C,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;EACjB,MAAM;EACN,OAAO,SAAS,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,EAAE,EAAE,OAAO,CAAC,CAAC,CAAC;EACjD;CACD;;;;AAID,AAAO,SAAS,eAAe,CAAC,EAAE,EAAE;CACnC,IAAI,EAAE,EAAE;EACP,QAAQ,CAAC,IAAI,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC;EAC1B;CACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACD,AC/OA;;;;;;;;AAQA,AAAO,SAAS,KAAK,GAAG,EAAE;;AAE1B,KAAK,CAAC,MAAM,GAAG,UAAU,KAAK,EAAE;;;;;CAK/B,IAAI,QAAQ,GAAG,YAAY;;;EAG1B,IAAI,IAAI,CAAC,UAAU,EAAE;GACpB,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;GACvC;;;EAGD,IAAI,CAAC,aAAa,EAAE,CAAC;EACrB,CAAC;;CAEF,IAAI,WAAW,GAAG,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC;;CAEtD,IAAI,KAAK,GAAGA,MAAW,CAAC,WAAW,CAAC,CAAC;CACrC,KAAK,CAAC,WAAW,GAAG,QAAQ,CAAC;;CAE7B,QAAQ,CAAC,SAAS,GAAG,KAAK,CAAC;;;CAG3B,KAAK,IAAI,CAAC,IAAI,IAAI,EAAE;EACnB,IAAI,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,WAAW,IAAI,CAAC,KAAK,WAAW,EAAE;GACrE,QAAQ,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;GACtB;EACD;;;CAGD,IAAI,KAAK,CAAC,OAAO,EAAE;EAClBC,MAAW,CAAC,QAAQ,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;EACrC,OAAO,KAAK,CAAC,OAAO,CAAC;EACrB;;;CAGD,IAAI,KAAK,CAAC,QAAQ,EAAE;EACnB,0BAA0B,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;EAC3CA,MAAW,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC;EACxD,OAAO,KAAK,CAAC,QAAQ,CAAC;EACtB;;;CAGD,IAAI,KAAK,CAAC,OAAO,EAAE;EAClB,KAAK,CAAC,OAAO,GAAGA,MAAW,CAACD,MAAW,CAAC,KAAK,CAAC,OAAO,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;EACvE;;;CAGDC,MAAW,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;;CAE1B,KAAK,CAAC,UAAU,GAAG,EAAE,CAAC;;;CAGtB,KAAK,CAAC,aAAa,GAAG,YAAY;;EAEjC,IAAI,IAAI,CAAC,gBAAgB,EAAE,EAAE,OAAO,EAAE;;EAEtC,IAAI,WAAW,CAAC,aAAa,EAAE;GAC9B,WAAW,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;GACrC;;EAED,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC;;EAE7B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,KAAK,CAAC,UAAU,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;GAC5D,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;GAC/B;EACD,CAAC;;CAEF,OAAO,QAAQ,CAAC;CAChB,CAAC;;;;;AAKF,KAAK,CAAC,OAAO,GAAG,UAAU,KAAK,EAAE;CAChCA,MAAW,CAAC,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC,CAAC;CACnC,OAAO,IAAI,CAAC;CACZ,CAAC;;;;AAIF,KAAK,CAAC,YAAY,GAAG,UAAU,OAAO,EAAE;CACvCA,MAAW,CAAC,IAAI,CAAC,SAAS,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;CAC7C,OAAO,IAAI,CAAC;CACZ,CAAC;;;;AAIF,KAAK,CAAC,WAAW,GAAG,UAAU,EAAE,EAAE;CACjC,IAAI,IAAI,GAAG,KAAK,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,CAAC,CAAC;;CAEpD,IAAI,IAAI,GAAG,OAAO,EAAE,KAAK,UAAU,GAAG,EAAE,GAAG,YAAY;EACtD,IAAI,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EAC3B,CAAC;;CAEF,IAAI,CAAC,SAAS,CAAC,UAAU,GAAG,IAAI,CAAC,SAAS,CAAC,UAAU,IAAI,EAAE,CAAC;CAC5D,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;CACrC,OAAO,IAAI,CAAC;CACZ,CAAC;;AAEF,SAAS,0BAA0B,CAAC,QAAQ,EAAE;CAC7C,IAAI,OAAO,CAAC,KAAK,WAAW,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,EAAE,EAAE,OAAO,EAAE;;CAE3D,QAAQ,GAAGC,OAAY,CAAC,QAAQ,CAAC,GAAG,QAAQ,GAAG,CAAC,QAAQ,CAAC,CAAC;;CAE1D,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,QAAQ,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;EACzC,IAAI,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,MAAM,EAAE;GACnC,OAAO,CAAC,IAAI,CAAC,wCAAwC;IACpD,oDAAoD;IACpD,wCAAwC,EAAE,IAAI,KAAK,EAAE,CAAC,KAAK,CAAC,CAAC;GAC9D;EACD;CACD;;AC1HD;;;;;;;;;;;;;;;;;;;;;;;;;AAyBA,AAAO,IAAI,MAAM,GAAG;;;;;;;;CAQnB,EAAE,EAAE,UAAU,KAAK,EAAE,EAAE,EAAE,OAAO,EAAE;;;EAGjC,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;GAC9B,KAAK,IAAI,IAAI,IAAI,KAAK,EAAE;;;IAGvB,IAAI,CAAC,GAAG,CAAC,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC;IAChC;;GAED,MAAM;;GAEN,KAAK,GAAGC,UAAe,CAAC,KAAK,CAAC,CAAC;;GAE/B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;IACjD,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAChC;GACD;;EAED,OAAO,IAAI,CAAC;EACZ;;;;;;;;;;;;;CAaD,GAAG,EAAE,UAAU,KAAK,EAAE,EAAE,EAAE,OAAO,EAAE;;EAElC,IAAI,CAAC,KAAK,EAAE;;GAEX,OAAO,IAAI,CAAC,OAAO,CAAC;;GAEpB,MAAM,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;GACrC,KAAK,IAAI,IAAI,IAAI,KAAK,EAAE;IACvB,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC;IACjC;;GAED,MAAM;GACN,KAAK,GAAGA,UAAe,CAAC,KAAK,CAAC,CAAC;;GAE/B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;IACjD,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IACjC;GACD;;EAED,OAAO,IAAI,CAAC;EACZ;;;CAGD,GAAG,EAAE,UAAU,IAAI,EAAE,EAAE,EAAE,OAAO,EAAE;EACjC,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO,IAAI,EAAE,CAAC;;;EAGlC,IAAI,aAAa,GAAG,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;EACvC,IAAI,CAAC,aAAa,EAAE;GACnB,aAAa,GAAG,EAAE,CAAC;GACnB,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,aAAa,CAAC;GACnC;;EAED,IAAI,OAAO,KAAK,IAAI,EAAE;;GAErB,OAAO,GAAG,SAAS,CAAC;GACpB;EACD,IAAI,WAAW,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,OAAO,CAAC;MACpC,SAAS,GAAG,aAAa,CAAC;;;EAG9B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;GACrD,IAAI,SAAS,CAAC,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,IAAI,SAAS,CAAC,CAAC,CAAC,CAAC,GAAG,KAAK,OAAO,EAAE;IAC3D,OAAO;IACP;GACD;;EAED,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;EAC5B;;CAED,IAAI,EAAE,UAAU,IAAI,EAAE,EAAE,EAAE,OAAO,EAAE;EAClC,IAAI,SAAS;MACT,CAAC;MACD,GAAG,CAAC;;EAER,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,EAAE,OAAO,EAAE;;EAE9B,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;;EAE/B,IAAI,CAAC,SAAS,EAAE;GACf,OAAO;GACP;;EAED,IAAI,CAAC,EAAE,EAAE;;GAER,KAAK,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;IACjD,SAAS,CAAC,CAAC,CAAC,CAAC,EAAE,GAAGC,OAAY,CAAC;IAC/B;;GAED,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;GAC1B,OAAO;GACP;;EAED,IAAI,OAAO,KAAK,IAAI,EAAE;GACrB,OAAO,GAAG,SAAS,CAAC;GACpB;;EAED,IAAI,SAAS,EAAE;;;GAGd,KAAK,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;IACjD,IAAI,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC;IACrB,IAAI,CAAC,CAAC,GAAG,KAAK,OAAO,EAAE,EAAE,SAAS,EAAE;IACpC,IAAI,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE;;;KAGhB,CAAC,CAAC,EAAE,GAAGA,OAAY,CAAC;;KAEpB,IAAI,IAAI,CAAC,YAAY,EAAE;;MAEtB,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,SAAS,GAAG,SAAS,CAAC,KAAK,EAAE,CAAC;MACnD;KACD,SAAS,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;;KAEvB,OAAO;KACP;IACD;GACD;EACD;;;;;;CAMD,IAAI,EAAE,UAAU,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE;EACtC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE,SAAS,CAAC,EAAE,EAAE,OAAO,IAAI,CAAC,EAAE;;EAEpD,IAAI,KAAK,GAAGH,MAAW,CAAC,EAAE,EAAE,IAAI,EAAE;GACjC,IAAI,EAAE,IAAI;GACV,MAAM,EAAE,IAAI;GACZ,YAAY,EAAE,IAAI,IAAI,IAAI,CAAC,YAAY,IAAI,IAAI;GAC/C,CAAC,CAAC;;EAEH,IAAI,IAAI,CAAC,OAAO,EAAE;GACjB,IAAI,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;;GAEnC,IAAI,SAAS,EAAE;IACd,IAAI,CAAC,YAAY,GAAG,CAAC,IAAI,CAAC,YAAY,GAAG,CAAC,KAAK,CAAC,CAAC;IACjD,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;KACrD,IAAI,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC;KACrB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,IAAI,EAAE,KAAK,CAAC,CAAC;KAChC;;IAED,IAAI,CAAC,YAAY,EAAE,CAAC;IACpB;GACD;;EAED,IAAI,SAAS,EAAE;;GAEd,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC;GAC5B;;EAED,OAAO,IAAI,CAAC;EACZ;;;;CAID,OAAO,EAAE,UAAU,IAAI,EAAE,SAAS,EAAE;EACnC,IAAI,SAAS,GAAG,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;EACnD,IAAI,SAAS,IAAI,SAAS,CAAC,MAAM,EAAE,EAAE,OAAO,IAAI,CAAC,EAAE;;EAEnD,IAAI,SAAS,EAAE;;GAEd,KAAK,IAAI,EAAE,IAAI,IAAI,CAAC,aAAa,EAAE;IAClC,IAAI,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC,CAAC,OAAO,CAAC,IAAI,EAAE,SAAS,CAAC,EAAE,EAAE,OAAO,IAAI,CAAC,EAAE;IACrE;GACD;EACD,OAAO,KAAK,CAAC;EACb;;;;CAID,IAAI,EAAE,UAAU,KAAK,EAAE,EAAE,EAAE,OAAO,EAAE;;EAEnC,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;GAC9B,KAAK,IAAI,IAAI,IAAI,KAAK,EAAE;IACvB,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC;IACjC;GACD,OAAO,IAAI,CAAC;GACZ;;EAED,IAAI,OAAO,GAAGI,IAAS,CAAC,YAAY;GACnC,IAAI;QACC,GAAG,CAAC,KAAK,EAAE,EAAE,EAAE,OAAO,CAAC;QACvB,GAAG,CAAC,KAAK,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;GAClC,EAAE,IAAI,CAAC,CAAC;;;EAGT,OAAO,IAAI;OACN,EAAE,CAAC,KAAK,EAAE,EAAE,EAAE,OAAO,CAAC;OACtB,EAAE,CAAC,KAAK,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;EACjC;;;;CAID,cAAc,EAAE,UAAU,GAAG,EAAE;EAC9B,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,aAAa,IAAI,EAAE,CAAC;EAC9C,IAAI,CAAC,aAAa,CAACC,KAAU,CAAC,GAAG,CAAC,CAAC,GAAG,GAAG,CAAC;EAC1C,OAAO,IAAI,CAAC;EACZ;;;;CAID,iBAAiB,EAAE,UAAU,GAAG,EAAE;EACjC,IAAI,IAAI,CAAC,aAAa,EAAE;GACvB,OAAO,IAAI,CAAC,aAAa,CAACA,KAAU,CAAC,GAAG,CAAC,CAAC,CAAC;GAC3C;EACD,OAAO,IAAI,CAAC;EACZ;;CAED,eAAe,EAAE,UAAU,CAAC,EAAE;EAC7B,KAAK,IAAI,EAAE,IAAI,IAAI,CAAC,aAAa,EAAE;GAClC,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,EAAEL,MAAW,CAAC;IAC/C,KAAK,EAAE,CAAC,CAAC,MAAM;IACf,cAAc,EAAE,CAAC,CAAC,MAAM;IACxB,EAAE,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC;GACb;EACD;CACD,CAAC;;;;;;AAMF,MAAM,CAAC,gBAAgB,GAAG,MAAM,CAAC,EAAE,CAAC;;;;;;;AAOpC,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,sBAAsB,GAAG,MAAM,CAAC,GAAG,CAAC;;;;AAIxE,MAAM,CAAC,uBAAuB,GAAG,MAAM,CAAC,IAAI,CAAC;;;;AAI7C,MAAM,CAAC,SAAS,GAAG,MAAM,CAAC,IAAI,CAAC;;;;AAI/B,MAAM,CAAC,iBAAiB,GAAG,MAAM,CAAC,OAAO,CAAC;;AAE1C,AAAO,IAAI,OAAO,GAAG,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC;;ACpSzC;;;;;;;;;;;;;;;;;;;;;;;;AAwBA,AAAO,SAAS,KAAK,CAAC,CAAC,EAAE,CAAC,EAAE,KAAK,EAAE;;CAElC,IAAI,CAAC,CAAC,IAAI,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;;CAErC,IAAI,CAAC,CAAC,IAAI,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;CACrC;;AAED,IAAI,KAAK,GAAG,IAAI,CAAC,KAAK,IAAI,UAAU,CAAC,EAAE;CACtC,OAAO,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;CAC5C,CAAC;;AAEF,KAAK,CAAC,SAAS,GAAG;;;;CAIjB,KAAK,EAAE,YAAY;EAClB,OAAO,IAAI,KAAK,CAAC,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;EACjC;;;;CAID,GAAG,EAAE,UAAU,KAAK,EAAE;;EAErB,OAAO,IAAI,CAAC,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC;EACzC;;CAED,IAAI,EAAE,UAAU,KAAK,EAAE;;EAEtB,IAAI,CAAC,CAAC,IAAI,KAAK,CAAC,CAAC,CAAC;EAClB,IAAI,CAAC,CAAC,IAAI,KAAK,CAAC,CAAC,CAAC;EAClB,OAAO,IAAI,CAAC;EACZ;;;;CAID,QAAQ,EAAE,UAAU,KAAK,EAAE;EAC1B,OAAO,IAAI,CAAC,KAAK,EAAE,CAAC,SAAS,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC;EAC9C;;CAED,SAAS,EAAE,UAAU,KAAK,EAAE;EAC3B,IAAI,CAAC,CAAC,IAAI,KAAK,CAAC,CAAC,CAAC;EAClB,IAAI,CAAC,CAAC,IAAI,KAAK,CAAC,CAAC,CAAC;EAClB,OAAO,IAAI,CAAC;EACZ;;;;CAID,QAAQ,EAAE,UAAU,GAAG,EAAE;EACxB,OAAO,IAAI,CAAC,KAAK,EAAE,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;EACnC;;CAED,SAAS,EAAE,UAAU,GAAG,EAAE;EACzB,IAAI,CAAC,CAAC,IAAI,GAAG,CAAC;EACd,IAAI,CAAC,CAAC,IAAI,GAAG,CAAC;EACd,OAAO,IAAI,CAAC;EACZ;;;;CAID,UAAU,EAAE,UAAU,GAAG,EAAE;EAC1B,OAAO,IAAI,CAAC,KAAK,EAAE,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC;EACrC;;CAED,WAAW,EAAE,UAAU,GAAG,EAAE;EAC3B,IAAI,CAAC,CAAC,IAAI,GAAG,CAAC;EACd,IAAI,CAAC,CAAC,IAAI,GAAG,CAAC;EACd,OAAO,IAAI,CAAC;EACZ;;;;;;;CAOD,OAAO,EAAE,UAAU,KAAK,EAAE;EACzB,OAAO,IAAI,KAAK,CAAC,IAAI,CAAC,CAAC,GAAG,KAAK,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;EACrD;;;;;CAKD,SAAS,EAAE,UAAU,KAAK,EAAE;EAC3B,OAAO,IAAI,KAAK,CAAC,IAAI,CAAC,CAAC,GAAG,KAAK,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;EACrD;;;;CAID,KAAK,EAAE,YAAY;EAClB,OAAO,IAAI,CAAC,KAAK,EAAE,CAAC,MAAM,EAAE,CAAC;EAC7B;;CAED,MAAM,EAAE,YAAY;EACnB,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EAC5B,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EAC5B,OAAO,IAAI,CAAC;EACZ;;;;CAID,KAAK,EAAE,YAAY;EAClB,OAAO,IAAI,CAAC,KAAK,EAAE,CAAC,MAAM,EAAE,CAAC;EAC7B;;CAED,MAAM,EAAE,YAAY;EACnB,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EAC5B,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EAC5B,OAAO,IAAI,CAAC;EACZ;;;;CAID,IAAI,EAAE,YAAY;EACjB,OAAO,IAAI,CAAC,KAAK,EAAE,CAAC,KAAK,EAAE,CAAC;EAC5B;;CAED,KAAK,EAAE,YAAY;EAClB,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EAC3B,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EAC3B,OAAO,IAAI,CAAC;EACZ;;;;CAID,KAAK,EAAE,YAAY;EAClB,OAAO,IAAI,CAAC,KAAK,EAAE,CAAC,MAAM,EAAE,CAAC;EAC7B;;CAED,MAAM,EAAE,YAAY;EACnB,IAAI,CAAC,CAAC,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EACvB,IAAI,CAAC,CAAC,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EACvB,OAAO,IAAI,CAAC;EACZ;;;;CAID,UAAU,EAAE,UAAU,KAAK,EAAE;EAC5B,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC;;EAEvB,IAAI,CAAC,GAAG,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC;MACpB,CAAC,GAAG,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC;;EAEzB,OAAO,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;EAChC;;;;CAID,MAAM,EAAE,UAAU,KAAK,EAAE;EACxB,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC;;EAEvB,OAAO,KAAK,CAAC,CAAC,KAAK,IAAI,CAAC,CAAC;SAClB,KAAK,CAAC,CAAC,KAAK,IAAI,CAAC,CAAC,CAAC;EAC1B;;;;CAID,QAAQ,EAAE,UAAU,KAAK,EAAE;EAC1B,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC;;EAEvB,OAAO,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC;SACrC,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EAC7C;;;;CAID,QAAQ,EAAE,YAAY;EACrB,OAAO,QAAQ;UACP,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI;UACxB,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC;EAChC;CACD,CAAC;;;;;;;;;;;;AAYF,AAAO,SAAS,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,KAAK,EAAE;CACpC,IAAI,CAAC,YAAY,KAAK,EAAE;EACvB,OAAO,CAAC,CAAC;EACT;CACD,IAAI,OAAO,CAAC,CAAC,CAAC,EAAE;EACf,OAAO,IAAI,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;EAC7B;CACD,IAAI,CAAC,KAAK,SAAS,IAAI,CAAC,KAAK,IAAI,EAAE;EAClC,OAAO,CAAC,CAAC;EACT;CACD,IAAI,OAAO,CAAC,KAAK,QAAQ,IAAI,GAAG,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,EAAE;EAClD,OAAO,IAAI,KAAK,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;EAC3B;CACD,OAAO,IAAI,KAAK,CAAC,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,CAAC;CAC9B;;AC3ND;;;;;;;;;;;;;;;;;;;;;;;;;AAyBA,AAAO,SAAS,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE;CAC5B,IAAI,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE;;CAEnB,IAAI,MAAM,GAAG,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC;;CAE5B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EAClD,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;EACvB;CACD;;AAED,MAAM,CAAC,SAAS,GAAG;;;CAGlB,MAAM,EAAE,UAAU,KAAK,EAAE;EACxB,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC;;;;;;EAMvB,IAAI,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;GAC3B,IAAI,CAAC,GAAG,GAAG,KAAK,CAAC,KAAK,EAAE,CAAC;GACzB,IAAI,CAAC,GAAG,GAAG,KAAK,CAAC,KAAK,EAAE,CAAC;GACzB,MAAM;GACN,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;GAC3C,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;GAC3C,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;GAC3C,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;GAC3C;EACD,OAAO,IAAI,CAAC;EACZ;;;;CAID,SAAS,EAAE,UAAU,KAAK,EAAE;EAC3B,OAAO,IAAI,KAAK;UACR,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC;UAC7B,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,EAAE,KAAK,CAAC,CAAC;EAC9C;;;;CAID,aAAa,EAAE,YAAY;EAC1B,OAAO,IAAI,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;EACzC;;;;CAID,WAAW,EAAE,YAAY;EACxB,OAAO,IAAI,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;EACzC;;;;CAID,UAAU,EAAE,YAAY;EACvB,OAAO,IAAI,CAAC,GAAG,CAAC;EAChB;;;;CAID,cAAc,EAAE,YAAY;EAC3B,OAAO,IAAI,CAAC,GAAG,CAAC;EAChB;;;;CAID,OAAO,EAAE,YAAY;EACpB,OAAO,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EACnC;;;;;;;CAOD,QAAQ,EAAE,UAAU,GAAG,EAAE;EACxB,IAAI,GAAG,EAAE,GAAG,CAAC;;EAEb,IAAI,OAAO,GAAG,CAAC,CAAC,CAAC,KAAK,QAAQ,IAAI,GAAG,YAAY,KAAK,EAAE;GACvD,GAAG,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC;GACnB,MAAM;GACN,GAAG,GAAG,QAAQ,CAAC,GAAG,CAAC,CAAC;GACpB;;EAED,IAAI,GAAG,YAAY,MAAM,EAAE;GAC1B,GAAG,GAAG,GAAG,CAAC,GAAG,CAAC;GACd,GAAG,GAAG,GAAG,CAAC,GAAG,CAAC;GACd,MAAM;GACN,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;GAChB;;EAED,OAAO,CAAC,GAAG,CAAC,CAAC,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC;UACnB,GAAG,CAAC,CAAC,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;UACpB,GAAG,CAAC,CAAC,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;UACpB,GAAG,CAAC,CAAC,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;EAC7B;;;;;CAKD,UAAU,EAAE,UAAU,MAAM,EAAE;EAC7B,MAAM,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAC;;EAE1B,IAAI,GAAG,GAAG,IAAI,CAAC,GAAG;MACd,GAAG,GAAG,IAAI,CAAC,GAAG;MACd,IAAI,GAAG,MAAM,CAAC,GAAG;MACjB,IAAI,GAAG,MAAM,CAAC,GAAG;MACjB,WAAW,GAAG,CAAC,IAAI,CAAC,CAAC,IAAI,GAAG,CAAC,CAAC,MAAM,IAAI,CAAC,CAAC,IAAI,GAAG,CAAC,CAAC,CAAC;MACpD,WAAW,GAAG,CAAC,IAAI,CAAC,CAAC,IAAI,GAAG,CAAC,CAAC,MAAM,IAAI,CAAC,CAAC,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC;;EAEzD,OAAO,WAAW,IAAI,WAAW,CAAC;EAClC;;;;;CAKD,QAAQ,EAAE,UAAU,MAAM,EAAE;EAC3B,MAAM,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAC;;EAE1B,IAAI,GAAG,GAAG,IAAI,CAAC,GAAG;MACd,GAAG,GAAG,IAAI,CAAC,GAAG;MACd,IAAI,GAAG,MAAM,CAAC,GAAG;MACjB,IAAI,GAAG,MAAM,CAAC,GAAG;MACjB,SAAS,GAAG,CAAC,IAAI,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC,MAAM,IAAI,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC;MAChD,SAAS,GAAG,CAAC,IAAI,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC,MAAM,IAAI,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC;;EAErD,OAAO,SAAS,IAAI,SAAS,CAAC;EAC9B;;CAED,OAAO,EAAE,YAAY;EACpB,OAAO,CAAC,EAAE,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC;EAChC;CACD,CAAC;;;;;;;;AAQF,AAAO,SAAS,QAAQ,CAAC,CAAC,EAAE,CAAC,EAAE;CAC9B,IAAI,CAAC,CAAC,IAAI,CAAC,YAAY,MAAM,EAAE;EAC9B,OAAO,CAAC,CAAC;EACT;CACD,OAAO,IAAI,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;CACxB;;AC1KD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8BA,AAAO,SAAS,YAAY,CAAC,OAAO,EAAE,OAAO,EAAE;CAC9C,IAAI,CAAC,OAAO,EAAE,EAAE,OAAO,EAAE;;CAEzB,IAAI,OAAO,GAAG,OAAO,GAAG,CAAC,OAAO,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC;;CAErD,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EACnD,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC;EACxB;CACD;;AAED,YAAY,CAAC,SAAS,GAAG;;;;;;;;CAQxB,MAAM,EAAE,UAAU,GAAG,EAAE;EACtB,IAAI,EAAE,GAAG,IAAI,CAAC,UAAU;MACpB,EAAE,GAAG,IAAI,CAAC,UAAU;MACpB,GAAG,EAAE,GAAG,CAAC;;EAEb,IAAI,GAAG,YAAY,MAAM,EAAE;GAC1B,GAAG,GAAG,GAAG,CAAC;GACV,GAAG,GAAG,GAAG,CAAC;;GAEV,MAAM,IAAI,GAAG,YAAY,YAAY,EAAE;GACvC,GAAG,GAAG,GAAG,CAAC,UAAU,CAAC;GACrB,GAAG,GAAG,GAAG,CAAC,UAAU,CAAC;;GAErB,IAAI,CAAC,GAAG,IAAI,CAAC,GAAG,EAAE,EAAE,OAAO,IAAI,CAAC,EAAE;;GAElC,MAAM;GACN,OAAO,GAAG,GAAG,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,cAAc,CAAC,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC;GACtE;;EAED,IAAI,CAAC,EAAE,IAAI,CAAC,EAAE,EAAE;GACf,IAAI,CAAC,UAAU,GAAG,IAAI,MAAM,CAAC,GAAG,CAAC,GAAG,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC;GAC/C,IAAI,CAAC,UAAU,GAAG,IAAI,MAAM,CAAC,GAAG,CAAC,GAAG,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC;GAC/C,MAAM;GACN,EAAE,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,CAAC;GACnC,EAAE,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,CAAC;GACnC,EAAE,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,CAAC;GACnC,EAAE,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,CAAC;GACnC;;EAED,OAAO,IAAI,CAAC;EACZ;;;;;;CAMD,GAAG,EAAE,UAAU,WAAW,EAAE;EAC3B,IAAI,EAAE,GAAG,IAAI,CAAC,UAAU;MACpB,EAAE,GAAG,IAAI,CAAC,UAAU;MACpB,YAAY,GAAG,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,CAAC,GAAG,WAAW;MACtD,WAAW,GAAG,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,CAAC,GAAG,WAAW,CAAC;;EAE1D,OAAO,IAAI,YAAY;UACf,IAAI,MAAM,CAAC,EAAE,CAAC,GAAG,GAAG,YAAY,EAAE,EAAE,CAAC,GAAG,GAAG,WAAW,CAAC;UACvD,IAAI,MAAM,CAAC,EAAE,CAAC,GAAG,GAAG,YAAY,EAAE,EAAE,CAAC,GAAG,GAAG,WAAW,CAAC,CAAC,CAAC;EACjE;;;;CAID,SAAS,EAAE,YAAY;EACtB,OAAO,IAAI,MAAM;UACT,CAAC,IAAI,CAAC,UAAU,CAAC,GAAG,GAAG,IAAI,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;UAC/C,CAAC,IAAI,CAAC,UAAU,CAAC,GAAG,GAAG,IAAI,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC;EACzD;;;;CAID,YAAY,EAAE,YAAY;EACzB,OAAO,IAAI,CAAC,UAAU,CAAC;EACvB;;;;CAID,YAAY,EAAE,YAAY;EACzB,OAAO,IAAI,CAAC,UAAU,CAAC;EACvB;;;;CAID,YAAY,EAAE,YAAY;EACzB,OAAO,IAAI,MAAM,CAAC,IAAI,CAAC,QAAQ,EAAE,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC;EACnD;;;;CAID,YAAY,EAAE,YAAY;EACzB,OAAO,IAAI,MAAM,CAAC,IAAI,CAAC,QAAQ,EAAE,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC;EACnD;;;;CAID,OAAO,EAAE,YAAY;EACpB,OAAO,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC;EAC3B;;;;CAID,QAAQ,EAAE,YAAY;EACrB,OAAO,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC;EAC3B;;;;CAID,OAAO,EAAE,YAAY;EACpB,OAAO,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC;EAC3B;;;;CAID,QAAQ,EAAE,YAAY;EACrB,OAAO,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC;EAC3B;;;;;;;;CAQD,QAAQ,EAAE,UAAU,GAAG,EAAE;EACxB,IAAI,OAAO,GAAG,CAAC,CAAC,CAAC,KAAK,QAAQ,IAAI,GAAG,YAAY,MAAM,IAAI,KAAK,IAAI,GAAG,EAAE;GACxE,GAAG,GAAG,QAAQ,CAAC,GAAG,CAAC,CAAC;GACpB,MAAM;GACN,GAAG,GAAG,cAAc,CAAC,GAAG,CAAC,CAAC;GAC1B;;EAED,IAAI,EAAE,GAAG,IAAI,CAAC,UAAU;MACpB,EAAE,GAAG,IAAI,CAAC,UAAU;MACpB,GAAG,EAAE,GAAG,CAAC;;EAEb,IAAI,GAAG,YAAY,YAAY,EAAE;GAChC,GAAG,GAAG,GAAG,CAAC,YAAY,EAAE,CAAC;GACzB,GAAG,GAAG,GAAG,CAAC,YAAY,EAAE,CAAC;GACzB,MAAM;GACN,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;GAChB;;EAED,OAAO,CAAC,GAAG,CAAC,GAAG,IAAI,EAAE,CAAC,GAAG,MAAM,GAAG,CAAC,GAAG,IAAI,EAAE,CAAC,GAAG,CAAC;UACzC,GAAG,CAAC,GAAG,IAAI,EAAE,CAAC,GAAG,CAAC,KAAK,GAAG,CAAC,GAAG,IAAI,EAAE,CAAC,GAAG,CAAC,CAAC;EAClD;;;;CAID,UAAU,EAAE,UAAU,MAAM,EAAE;EAC7B,MAAM,GAAG,cAAc,CAAC,MAAM,CAAC,CAAC;;EAEhC,IAAI,EAAE,GAAG,IAAI,CAAC,UAAU;MACpB,EAAE,GAAG,IAAI,CAAC,UAAU;MACpB,GAAG,GAAG,MAAM,CAAC,YAAY,EAAE;MAC3B,GAAG,GAAG,MAAM,CAAC,YAAY,EAAE;;MAE3B,aAAa,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,EAAE,CAAC,GAAG,MAAM,GAAG,CAAC,GAAG,IAAI,EAAE,CAAC,GAAG,CAAC;MAC1D,aAAa,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,EAAE,CAAC,GAAG,MAAM,GAAG,CAAC,GAAG,IAAI,EAAE,CAAC,GAAG,CAAC,CAAC;;EAE/D,OAAO,aAAa,IAAI,aAAa,CAAC;EACtC;;;;CAID,QAAQ,EAAE,UAAU,MAAM,EAAE;EAC3B,MAAM,GAAG,cAAc,CAAC,MAAM,CAAC,CAAC;;EAEhC,IAAI,EAAE,GAAG,IAAI,CAAC,UAAU;MACpB,EAAE,GAAG,IAAI,CAAC,UAAU;MACpB,GAAG,GAAG,MAAM,CAAC,YAAY,EAAE;MAC3B,GAAG,GAAG,MAAM,CAAC,YAAY,EAAE;;MAE3B,WAAW,GAAG,CAAC,GAAG,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,MAAM,GAAG,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,CAAC;MACtD,WAAW,GAAG,CAAC,GAAG,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,MAAM,GAAG,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,CAAC,CAAC;;EAE3D,OAAO,WAAW,IAAI,WAAW,CAAC;EAClC;;;;CAID,YAAY,EAAE,YAAY;EACzB,OAAO,CAAC,IAAI,CAAC,OAAO,EAAE,EAAE,IAAI,CAAC,QAAQ,EAAE,EAAE,IAAI,CAAC,OAAO,EAAE,EAAE,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;EACpF;;;;CAID,MAAM,EAAE,UAAU,MAAM,EAAE,SAAS,EAAE;EACpC,IAAI,CAAC,MAAM,EAAE,EAAE,OAAO,KAAK,CAAC,EAAE;;EAE9B,MAAM,GAAG,cAAc,CAAC,MAAM,CAAC,CAAC;;EAEhC,OAAO,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,CAAC,YAAY,EAAE,EAAE,SAAS,CAAC;SACxD,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,CAAC,YAAY,EAAE,EAAE,SAAS,CAAC,CAAC;EAChE;;;;CAID,OAAO,EAAE,YAAY;EACpB,OAAO,CAAC,EAAE,IAAI,CAAC,UAAU,IAAI,IAAI,CAAC,UAAU,CAAC,CAAC;EAC9C;CACD,CAAC;;;;;;;;;;AAUF,AAAO,SAAS,cAAc,CAAC,CAAC,EAAE,CAAC,EAAE;CACpC,IAAI,CAAC,YAAY,YAAY,EAAE;EAC9B,OAAO,CAAC,CAAC;EACT;CACD,OAAO,IAAI,YAAY,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;CAC9B;;ACtPD;;;;;;;;;;;;;;;;;;;;;;;;;AAyBA,AAAO,SAAS,MAAM,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE;CACrC,IAAI,KAAK,CAAC,GAAG,CAAC,IAAI,KAAK,CAAC,GAAG,CAAC,EAAE;EAC7B,MAAM,IAAI,KAAK,CAAC,0BAA0B,GAAG,GAAG,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,CAAC,CAAC;EACrE;;;;CAID,IAAI,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC;;;;CAIhB,IAAI,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC;;;;CAIhB,IAAI,GAAG,KAAK,SAAS,EAAE;EACtB,IAAI,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC;EAChB;CACD;;AAED,MAAM,CAAC,SAAS,GAAG;;;CAGlB,MAAM,EAAE,UAAU,GAAG,EAAE,SAAS,EAAE;EACjC,IAAI,CAAC,GAAG,EAAE,EAAE,OAAO,KAAK,CAAC,EAAE;;EAE3B,GAAG,GAAG,QAAQ,CAAC,GAAG,CAAC,CAAC;;EAEpB,IAAI,MAAM,GAAG,IAAI,CAAC,GAAG;UACb,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC,GAAG,CAAC;UAC5B,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;;EAEtC,OAAO,MAAM,KAAK,SAAS,KAAK,SAAS,GAAG,MAAM,GAAG,SAAS,CAAC,CAAC;EAChE;;;;CAID,QAAQ,EAAE,UAAU,SAAS,EAAE;EAC9B,OAAO,SAAS;UACRM,SAAc,CAAC,IAAI,CAAC,GAAG,EAAE,SAAS,CAAC,GAAG,IAAI;UAC1CA,SAAc,CAAC,IAAI,CAAC,GAAG,EAAE,SAAS,CAAC,GAAG,GAAG,CAAC;EAClD;;;;CAID,UAAU,EAAE,UAAU,KAAK,EAAE;EAC5B,OAAO,KAAK,CAAC,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC;EAC7C;;;;CAID,IAAI,EAAE,YAAY;EACjB,OAAO,KAAK,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;EAC9B;;;;CAID,QAAQ,EAAE,UAAU,YAAY,EAAE;EACjC,IAAI,WAAW,GAAG,GAAG,GAAG,YAAY,GAAG,QAAQ;MAC3C,WAAW,GAAG,WAAW,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,EAAE,GAAG,GAAG,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC;;EAErE,OAAO,cAAc;UACb,CAAC,IAAI,CAAC,GAAG,GAAG,WAAW,EAAE,IAAI,CAAC,GAAG,GAAG,WAAW,CAAC;UAChD,CAAC,IAAI,CAAC,GAAG,GAAG,WAAW,EAAE,IAAI,CAAC,GAAG,GAAG,WAAW,CAAC,CAAC,CAAC;EAC1D;;CAED,KAAK,EAAE,YAAY;EAClB,OAAO,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,IAAI,CAAC,GAAG,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC;EAChD;CACD,CAAC;;;;;;;;;;;;;;;AAeF,AAAO,SAAS,QAAQ,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE;CACjC,IAAI,CAAC,YAAY,MAAM,EAAE;EACxB,OAAO,CAAC,CAAC;EACT;CACD,IAAIL,OAAY,CAAC,CAAC,CAAC,IAAI,OAAO,CAAC,CAAC,CAAC,CAAC,KAAK,QAAQ,EAAE;EAChD,IAAI,CAAC,CAAC,MAAM,KAAK,CAAC,EAAE;GACnB,OAAO,IAAI,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;GACpC;EACD,IAAI,CAAC,CAAC,MAAM,KAAK,CAAC,EAAE;GACnB,OAAO,IAAI,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;GAC9B;EACD,OAAO,IAAI,CAAC;EACZ;CACD,IAAI,CAAC,KAAK,SAAS,IAAI,CAAC,KAAK,IAAI,EAAE;EAClC,OAAO,CAAC,CAAC;EACT;CACD,IAAI,OAAO,CAAC,KAAK,QAAQ,IAAI,KAAK,IAAI,CAAC,EAAE;EACxC,OAAO,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,KAAK,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC;EAC5D;CACD,IAAI,CAAC,KAAK,SAAS,EAAE;EACpB,OAAO,IAAI,CAAC;EACZ;CACD,OAAO,IAAI,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;CAC3B;;AClID;;;;;;;;;;;;;;;;;AAiBA,AAAO,IAAI,GAAG,GAAG;;;CAGhB,aAAa,EAAE,UAAU,MAAM,EAAE,IAAI,EAAE;EACtC,IAAI,cAAc,GAAG,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,MAAM,CAAC;MAChD,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;;EAE7B,OAAO,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,cAAc,EAAE,KAAK,CAAC,CAAC;EAC7D;;;;;CAKD,aAAa,EAAE,UAAU,KAAK,EAAE,IAAI,EAAE;EACrC,IAAI,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC;MACxB,kBAAkB,GAAG,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;;EAEvE,OAAO,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,kBAAkB,CAAC,CAAC;EACrD;;;;;CAKD,OAAO,EAAE,UAAU,MAAM,EAAE;EAC1B,OAAO,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;EACvC;;;;;CAKD,SAAS,EAAE,UAAU,KAAK,EAAE;EAC3B,OAAO,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;EACxC;;;;;;CAMD,KAAK,EAAE,UAAU,IAAI,EAAE;EACtB,OAAO,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC;EAC/B;;;;;CAKD,IAAI,EAAE,UAAU,KAAK,EAAE;EACtB,OAAO,IAAI,CAAC,GAAG,CAAC,KAAK,GAAG,GAAG,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC;EACxC;;;;CAID,kBAAkB,EAAE,UAAU,IAAI,EAAE;EACnC,IAAI,IAAI,CAAC,QAAQ,EAAE,EAAE,OAAO,IAAI,CAAC,EAAE;;EAEnC,IAAI,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM;MAC1B,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC;MACpB,GAAG,GAAG,IAAI,CAAC,cAAc,CAAC,SAAS,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC;MAC7C,GAAG,GAAG,IAAI,CAAC,cAAc,CAAC,SAAS,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;;EAElD,OAAO,IAAI,MAAM,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC;EAC5B;;;;;;;;;;;;;;;;;;;;;CAqBD,QAAQ,EAAE,KAAK;;;;;CAKf,UAAU,EAAE,UAAU,MAAM,EAAE;EAC7B,IAAI,GAAG,GAAG,IAAI,CAAC,OAAO,GAAGM,OAAY,CAAC,MAAM,CAAC,GAAG,EAAE,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,GAAG,MAAM,CAAC,GAAG;MAC9E,GAAG,GAAG,IAAI,CAAC,OAAO,GAAGA,OAAY,CAAC,MAAM,CAAC,GAAG,EAAE,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,GAAG,MAAM,CAAC,GAAG;MAC9E,GAAG,GAAG,MAAM,CAAC,GAAG,CAAC;;EAErB,OAAO,IAAI,MAAM,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC;EACjC;;;;;;CAMD,gBAAgB,EAAE,UAAU,MAAM,EAAE;EACnC,IAAI,MAAM,GAAG,MAAM,CAAC,SAAS,EAAE;MAC3B,SAAS,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC;MACnC,QAAQ,GAAG,MAAM,CAAC,GAAG,GAAG,SAAS,CAAC,GAAG;MACrC,QAAQ,GAAG,MAAM,CAAC,GAAG,GAAG,SAAS,CAAC,GAAG,CAAC;;EAE1C,IAAI,QAAQ,KAAK,CAAC,IAAI,QAAQ,KAAK,CAAC,EAAE;GACrC,OAAO,MAAM,CAAC;GACd;;EAED,IAAI,EAAE,GAAG,MAAM,CAAC,YAAY,EAAE;MAC1B,EAAE,GAAG,MAAM,CAAC,YAAY,EAAE;MAC1B,KAAK,GAAG,IAAI,MAAM,CAAC,EAAE,CAAC,GAAG,GAAG,QAAQ,EAAE,EAAE,CAAC,GAAG,GAAG,QAAQ,CAAC;MACxD,KAAK,GAAG,IAAI,MAAM,CAAC,EAAE,CAAC,GAAG,GAAG,QAAQ,EAAE,EAAE,CAAC,GAAG,GAAG,QAAQ,CAAC,CAAC;;EAE7D,OAAO,IAAI,YAAY,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;EACtC;CACD;;ACvID;;;;;;;;;;AAUA,AAAO,IAAI,KAAK,GAAGP,MAAW,CAAC,EAAE,EAAE,GAAG,EAAE;CACvC,OAAO,EAAE,CAAC,CAAC,GAAG,EAAE,GAAG,CAAC;;;;;CAKpB,CAAC,EAAE,OAAO;;;CAGV,QAAQ,EAAE,UAAU,OAAO,EAAE,OAAO,EAAE;EACrC,IAAI,GAAG,GAAG,IAAI,CAAC,EAAE,GAAG,GAAG;MACnB,IAAI,GAAG,OAAO,CAAC,GAAG,GAAG,GAAG;MACxB,IAAI,GAAG,OAAO,CAAC,GAAG,GAAG,GAAG;MACxB,OAAO,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,GAAG,OAAO,CAAC,GAAG,IAAI,GAAG,GAAG,CAAC,CAAC;MACzD,OAAO,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,GAAG,OAAO,CAAC,GAAG,IAAI,GAAG,GAAG,CAAC,CAAC;MACzD,CAAC,GAAG,OAAO,GAAG,OAAO,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,OAAO,GAAG,OAAO;MAC3E,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;EACvD,OAAO,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC;EAClB;CACD,CAAC;;AC5BF;;;;;;;;;AASA,AAAO,IAAI,iBAAiB,GAAG;;CAE9B,CAAC,EAAE,OAAO;CACV,YAAY,EAAE,aAAa;;CAE3B,OAAO,EAAE,UAAU,MAAM,EAAE;EAC1B,IAAI,CAAC,GAAG,IAAI,CAAC,EAAE,GAAG,GAAG;MACjB,GAAG,GAAG,IAAI,CAAC,YAAY;MACvB,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,MAAM,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC;MAC/C,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC;;EAE5B,OAAO,IAAI,KAAK;GACf,IAAI,CAAC,CAAC,GAAG,MAAM,CAAC,GAAG,GAAG,CAAC;GACvB,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,GAAG,KAAK,CAAC,GAAG,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;EAC/C;;CAED,SAAS,EAAE,UAAU,KAAK,EAAE;EAC3B,IAAI,CAAC,GAAG,GAAG,GAAG,IAAI,CAAC,EAAE,CAAC;;EAEtB,OAAO,IAAI,MAAM;GAChB,CAAC,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,IAAI,CAAC;GAC/D,KAAK,CAAC,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;EACvB;;CAED,MAAM,EAAE,CAAC,YAAY;EACpB,IAAI,CAAC,GAAG,OAAO,GAAG,IAAI,CAAC,EAAE,CAAC;EAC1B,OAAO,IAAI,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;EACpC,GAAG;CACJ;;ACtCD;;;;;;;;;;;;;;;;;;;;;AAqBA,AAAO,SAAS,cAAc,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE;CAC1C,IAAIC,OAAY,CAAC,CAAC,CAAC,EAAE;;EAEpB,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;EACf,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;EACf,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;EACf,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;EACf,OAAO;EACP;CACD,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC;CACZ,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC;CACZ,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC;CACZ,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC;CACZ;;AAED,cAAc,CAAC,SAAS,GAAG;;;;CAI1B,SAAS,EAAE,UAAU,KAAK,EAAE,KAAK,EAAE;EAClC,OAAO,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,CAAC,CAAC;EAC7C;;;CAGD,UAAU,EAAE,UAAU,KAAK,EAAE,KAAK,EAAE;EACnC,KAAK,GAAG,KAAK,IAAI,CAAC,CAAC;EACnB,KAAK,CAAC,CAAC,GAAG,KAAK,IAAI,IAAI,CAAC,EAAE,GAAG,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,CAAC;EAChD,KAAK,CAAC,CAAC,GAAG,KAAK,IAAI,IAAI,CAAC,EAAE,GAAG,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,CAAC;EAChD,OAAO,KAAK,CAAC;EACb;;;;;CAKD,WAAW,EAAE,UAAU,KAAK,EAAE,KAAK,EAAE;EACpC,KAAK,GAAG,KAAK,IAAI,CAAC,CAAC;EACnB,OAAO,IAAI,KAAK;UACR,CAAC,KAAK,CAAC,CAAC,GAAG,KAAK,GAAG,IAAI,CAAC,EAAE,IAAI,IAAI,CAAC,EAAE;UACrC,CAAC,KAAK,CAAC,CAAC,GAAG,KAAK,GAAG,IAAI,CAAC,EAAE,IAAI,IAAI,CAAC,EAAE,CAAC,CAAC;EAC/C;CACD,CAAC;;;;;;;;;;;;AAYF,AAAO,SAAS,gBAAgB,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE;CAC5C,OAAO,IAAI,cAAc,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;CACtC;;ACzED;;;;;;;;;AASA,AAAO,IAAI,QAAQ,GAAGD,MAAW,CAAC,EAAE,EAAE,KAAK,EAAE;CAC5C,IAAI,EAAE,WAAW;CACjB,UAAU,EAAE,iBAAiB;;CAE7B,cAAc,GAAG,YAAY;EAC5B,IAAI,KAAK,GAAG,GAAG,IAAI,IAAI,CAAC,EAAE,GAAG,iBAAiB,CAAC,CAAC,CAAC,CAAC;EAClD,OAAO,gBAAgB,CAAC,KAAK,EAAE,GAAG,EAAE,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;EACjD,EAAE,CAAC;CACJ,CAAC,CAAC;;AAEH,AAAO,IAAI,UAAU,GAAGA,MAAW,CAAC,EAAE,EAAE,QAAQ,EAAE;CACjD,IAAI,EAAE,aAAa;CACnB,CAAC;;ACxBF;;;;;;;AAOA,AAAO,SAAS,SAAS,CAAC,IAAI,EAAE;CAC/B,OAAO,QAAQ,CAAC,eAAe,CAAC,4BAA4B,EAAE,IAAI,CAAC,CAAC;CACpE;;;;;AAKD,AAAO,SAAS,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE;CAC3C,IAAI,GAAG,GAAG,EAAE;CACZ,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,CAAC;;CAE3B,KAAK,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EAC7C,MAAM,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;;EAElB,KAAK,CAAC,GAAG,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,GAAG,IAAI,EAAE,CAAC,EAAE,EAAE;GAChD,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;GACd,GAAG,IAAI,CAAC,CAAC,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC;GACzC;;;EAGD,GAAG,IAAI,MAAM,IAAIQ,GAAW,GAAG,GAAG,GAAG,GAAG,IAAI,EAAE,CAAC;EAC/C;;;CAGD,OAAO,GAAG,IAAI,MAAM,CAAC;CACrB;;AChCD;;;;;;;;;;;;;;;AAeA,IAAIC,OAAK,GAAG,QAAQ,CAAC,eAAe,CAAC,KAAK,CAAC;;;AAG3C,AAAO,IAAI,EAAE,GAAG,eAAe,IAAI,MAAM,CAAC;;;AAG1C,AAAO,IAAI,KAAK,GAAG,EAAE,IAAI,CAAC,QAAQ,CAAC,gBAAgB,CAAC;;;AAGpD,AAAO,IAAI,IAAI,GAAG,aAAa,IAAI,SAAS,IAAI,EAAE,cAAc,IAAI,QAAQ,CAAC,CAAC;;;;AAI9E,AAAO,IAAI,MAAM,GAAG,iBAAiB,CAAC,QAAQ,CAAC,CAAC;;;;AAIhD,AAAO,IAAI,OAAO,GAAG,iBAAiB,CAAC,SAAS,CAAC,CAAC;;;AAGlD,AAAO,IAAI,SAAS,GAAG,iBAAiB,CAAC,WAAW,CAAC,IAAI,iBAAiB,CAAC,WAAW,CAAC,CAAC;;;AAGxF,IAAI,SAAS,GAAG,QAAQ,CAAC,oBAAoB,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;;AAEhF,AAAO,IAAI,YAAY,GAAG,OAAO,IAAI,iBAAiB,CAAC,QAAQ,CAAC,IAAI,SAAS,GAAG,GAAG,IAAI,EAAE,WAAW,IAAI,MAAM,CAAC,CAAC;;;AAGhH,AAAO,IAAI,KAAK,GAAG,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC;;;AAGlC,AAAO,IAAI,MAAM,GAAG,iBAAiB,CAAC,QAAQ,CAAC,CAAC;;;AAGhD,AAAO,IAAI,KAAK,GAAG,iBAAiB,CAAC,OAAO,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,KAAK,IAAI,CAAC,EAAE,CAAC;;;AAG1E,AAAO,IAAI,MAAM,GAAG,CAAC,MAAM,IAAI,iBAAiB,CAAC,QAAQ,CAAC,CAAC;;AAE3D,AAAO,IAAI,OAAO,GAAG,iBAAiB,CAAC,SAAS,CAAC,CAAC;;;;AAIlD,AAAO,IAAI,OAAO,GAAG,aAAa,IAAIA,OAAK,CAAC;;;AAG5C,AAAO,IAAI,GAAG,GAAG,SAAS,CAAC,QAAQ,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;;;AAGzD,AAAO,IAAI,IAAI,GAAG,EAAE,KAAK,YAAY,IAAIA,OAAK,CAAC,CAAC;;;AAGhD,AAAO,IAAI,QAAQ,GAAG,CAAC,iBAAiB,IAAI,MAAM,MAAM,KAAK,IAAI,IAAI,MAAM,CAAC,eAAe,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;;;AAG7G,AAAO,IAAI,OAAO,GAAG,gBAAgB,IAAIA,OAAK,CAAC;;;;AAI/C,AAAO,IAAI,KAAK,GAAG,CAAC,MAAM,CAAC,YAAY,KAAK,IAAI,IAAI,QAAQ,IAAI,OAAO,CAAC,IAAI,CAAC,OAAO,IAAI,CAAC,OAAO,CAAC;;;AAGjG,AAAO,IAAI,MAAM,GAAG,OAAO,WAAW,KAAK,WAAW,IAAI,iBAAiB,CAAC,QAAQ,CAAC,CAAC;;;AAGtF,AAAO,IAAI,YAAY,GAAG,MAAM,IAAI,MAAM,CAAC;;;;AAI3C,AAAO,IAAI,cAAc,GAAG,MAAM,IAAI,QAAQ,CAAC;;;;AAI/C,AAAO,IAAI,SAAS,GAAG,CAAC,MAAM,CAAC,YAAY,IAAI,MAAM,CAAC,cAAc,CAAC;;;;AAIrE,AAAO,IAAI,OAAO,GAAG,CAAC,EAAE,MAAM,CAAC,YAAY,IAAI,SAAS,CAAC,CAAC;;;;;;;AAO1D,AAAO,IAAI,KAAK,GAAG,CAAC,MAAM,CAAC,UAAU,KAAK,OAAO,IAAI,cAAc,IAAI,MAAM;GAC1E,MAAM,CAAC,aAAa,IAAI,QAAQ,YAAY,MAAM,CAAC,aAAa,CAAC,CAAC,CAAC;;;AAGtE,AAAO,IAAI,WAAW,GAAG,MAAM,IAAI,KAAK,CAAC;;;;AAIzC,AAAO,IAAI,WAAW,GAAG,MAAM,IAAI,KAAK,CAAC;;;;AAIzC,AAAO,IAAI,MAAM,GAAG,CAAC,MAAM,CAAC,gBAAgB,KAAK,MAAM,CAAC,MAAM,CAAC,UAAU,GAAG,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;;;;;AAK5G,AAAO,IAAI,MAAM,IAAI,YAAY;CAChC,OAAO,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC,UAAU,CAAC;CACrD,EAAE,CAAC,CAAC;;;;AAIL,AAAO,IAAI,GAAG,GAAG,CAAC,EAAE,QAAQ,CAAC,eAAe,IAAI,SAAS,CAAC,KAAK,CAAC,CAAC,aAAa,CAAC,CAAC;;;;AAIhF,AAAO,IAAI,GAAG,GAAG,CAAC,GAAG,KAAK,YAAY;CACrC,IAAI;EACH,IAAI,GAAG,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;EACxC,GAAG,CAAC,SAAS,GAAG,oBAAoB,CAAC;;EAErC,IAAI,KAAK,GAAG,GAAG,CAAC,UAAU,CAAC;EAC3B,KAAK,CAAC,KAAK,CAAC,QAAQ,GAAG,mBAAmB,CAAC;;EAE3C,OAAO,KAAK,KAAK,OAAO,KAAK,CAAC,GAAG,KAAK,QAAQ,CAAC,CAAC;;EAEhD,CAAC,OAAO,CAAC,EAAE;EACX,OAAO,KAAK,CAAC;EACb;CACD,EAAE,CAAC,CAAC;;;AAGL,SAAS,iBAAiB,CAAC,GAAG,EAAE;CAC/B,OAAO,SAAS,CAAC,SAAS,CAAC,WAAW,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;CAC3D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACD,AC/IA;;;;;AAKA,IAAI,YAAY,KAAKC,SAAiB,GAAG,eAAe,KAAK,aAAa,CAAC;AAC3E,IAAI,YAAY,KAAKA,SAAiB,GAAG,eAAe,KAAK,aAAa,CAAC;AAC3E,IAAI,UAAU,OAAOA,SAAiB,GAAG,aAAa,OAAO,WAAW,CAAC;AACzE,IAAI,cAAc,GAAGA,SAAiB,GAAG,iBAAiB,GAAG,eAAe,CAAC;AAC7E,IAAI,cAAc,GAAG,CAAC,OAAO,EAAE,QAAQ,EAAE,QAAQ,CAAC,CAAC;;AAEnD,IAAI,SAAS,GAAG,EAAE,CAAC;AACnB,IAAI,mBAAmB,GAAG,KAAK,CAAC;;;AAGhC,AAAO,IAAI,cAAc,GAAG,CAAC,CAAC;;;;;AAK9B,AAAO,SAAS,kBAAkB,CAAC,GAAG,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,EAAE;CAC1D,IAAI,IAAI,KAAK,YAAY,EAAE;EAC1B,gBAAgB,CAAC,GAAG,EAAE,OAAO,EAAE,EAAE,CAAC,CAAC;;EAEnC,MAAM,IAAI,IAAI,KAAK,WAAW,EAAE;EAChC,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,EAAE,CAAC,CAAC;;EAElC,MAAM,IAAI,IAAI,KAAK,UAAU,EAAE;EAC/B,cAAc,CAAC,GAAG,EAAE,OAAO,EAAE,EAAE,CAAC,CAAC;EACjC;;CAED,OAAO,IAAI,CAAC;CACZ;;AAED,AAAO,SAAS,qBAAqB,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE,EAAE;CACpD,IAAI,OAAO,GAAG,GAAG,CAAC,WAAW,GAAG,IAAI,GAAG,EAAE,CAAC,CAAC;;CAE3C,IAAI,IAAI,KAAK,YAAY,EAAE;EAC1B,GAAG,CAAC,mBAAmB,CAAC,YAAY,EAAE,OAAO,EAAE,KAAK,CAAC,CAAC;;EAEtD,MAAM,IAAI,IAAI,KAAK,WAAW,EAAE;EAChC,GAAG,CAAC,mBAAmB,CAAC,YAAY,EAAE,OAAO,EAAE,KAAK,CAAC,CAAC;;EAEtD,MAAM,IAAI,IAAI,KAAK,UAAU,EAAE;EAC/B,GAAG,CAAC,mBAAmB,CAAC,UAAU,EAAE,OAAO,EAAE,KAAK,CAAC,CAAC;EACpD,GAAG,CAAC,mBAAmB,CAAC,cAAc,EAAE,OAAO,EAAE,KAAK,CAAC,CAAC;EACxD;;CAED,OAAO,IAAI,CAAC;CACZ;;AAED,SAAS,gBAAgB,CAAC,GAAG,EAAE,OAAO,EAAE,EAAE,EAAE;CAC3C,IAAI,MAAM,GAAGN,IAAS,CAAC,UAAU,CAAC,EAAE;EACnC,IAAI,CAAC,CAAC,WAAW,KAAK,OAAO,IAAI,CAAC,CAAC,oBAAoB,IAAI,CAAC,CAAC,WAAW,KAAK,CAAC,CAAC,oBAAoB,EAAE;;;;GAIpG,IAAI,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;IACjDO,cAAuB,CAAC,CAAC,CAAC,CAAC;IAC3B,MAAM;IACN,OAAO;IACP;GACD;;EAED,cAAc,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC;EAC3B,CAAC,CAAC;;CAEH,GAAG,CAAC,qBAAqB,GAAG,EAAE,CAAC,GAAG,MAAM,CAAC;CACzC,GAAG,CAAC,gBAAgB,CAAC,YAAY,EAAE,MAAM,EAAE,KAAK,CAAC,CAAC;;;CAGlD,IAAI,CAAC,mBAAmB,EAAE;;EAEzB,QAAQ,CAAC,eAAe,CAAC,gBAAgB,CAAC,YAAY,EAAE,kBAAkB,EAAE,IAAI,CAAC,CAAC;EAClF,QAAQ,CAAC,eAAe,CAAC,gBAAgB,CAAC,YAAY,EAAE,kBAAkB,EAAE,IAAI,CAAC,CAAC;EAClF,QAAQ,CAAC,eAAe,CAAC,gBAAgB,CAAC,UAAU,EAAE,gBAAgB,EAAE,IAAI,CAAC,CAAC;EAC9E,QAAQ,CAAC,eAAe,CAAC,gBAAgB,CAAC,cAAc,EAAE,gBAAgB,EAAE,IAAI,CAAC,CAAC;;EAElF,mBAAmB,GAAG,IAAI,CAAC;EAC3B;CACD;;AAED,SAAS,kBAAkB,CAAC,CAAC,EAAE;CAC9B,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;CAC3B,cAAc,EAAE,CAAC;CACjB;;AAED,SAAS,kBAAkB,CAAC,CAAC,EAAE;CAC9B,IAAI,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE;EAC3B,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;EAC3B;CACD;;AAED,SAAS,gBAAgB,CAAC,CAAC,EAAE;CAC5B,OAAO,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;CAC9B,cAAc,EAAE,CAAC;CACjB;;AAED,SAAS,cAAc,CAAC,CAAC,EAAE,OAAO,EAAE;CACnC,CAAC,CAAC,OAAO,GAAG,EAAE,CAAC;CACf,KAAK,IAAI,CAAC,IAAI,SAAS,EAAE;EACxB,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;EAC7B;CACD,CAAC,CAAC,cAAc,GAAG,CAAC,CAAC,CAAC,CAAC;;CAEvB,OAAO,CAAC,CAAC,CAAC,CAAC;CACX;;AAED,SAAS,eAAe,CAAC,GAAG,EAAE,OAAO,EAAE,EAAE,EAAE;CAC1C,IAAI,MAAM,GAAG,UAAU,CAAC,EAAE;;EAEzB,IAAI,CAAC,CAAC,CAAC,WAAW,KAAK,CAAC,CAAC,oBAAoB,IAAI,CAAC,CAAC,WAAW,KAAK,OAAO,KAAK,CAAC,CAAC,OAAO,KAAK,CAAC,EAAE,EAAE,OAAO,EAAE;;EAE3G,cAAc,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC;EAC3B,CAAC;;CAEF,GAAG,CAAC,oBAAoB,GAAG,EAAE,CAAC,GAAG,MAAM,CAAC;CACxC,GAAG,CAAC,gBAAgB,CAAC,YAAY,EAAE,MAAM,EAAE,KAAK,CAAC,CAAC;CAClD;;AAED,SAAS,cAAc,CAAC,GAAG,EAAE,OAAO,EAAE,EAAE,EAAE;CACzC,IAAI,IAAI,GAAG,UAAU,CAAC,EAAE;EACvB,cAAc,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC;EAC3B,CAAC;;CAEF,GAAG,CAAC,mBAAmB,GAAG,EAAE,CAAC,GAAG,IAAI,CAAC;CACrC,GAAG,CAAC,gBAAgB,CAAC,UAAU,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;CAC9C,GAAG,CAAC,gBAAgB,CAAC,cAAc,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;CAClD;;ACjID;;;;AAIA,IAAI,WAAW,GAAGD,SAAiB,GAAG,eAAe,GAAGE,OAAe,GAAG,aAAa,GAAG,YAAY,CAAC;AACvG,IAAI,SAAS,GAAGF,SAAiB,GAAG,aAAa,GAAGE,OAAe,GAAG,WAAW,GAAG,UAAU,CAAC;AAC/F,IAAI,IAAI,GAAG,WAAW,CAAC;;;AAGvB,AAAO,SAAS,oBAAoB,CAAC,GAAG,EAAE,OAAO,EAAE,EAAE,EAAE;CACtD,IAAI,IAAI,EAAEC,QAAK;KACX,SAAS,GAAG,KAAK;KACjB,KAAK,GAAG,GAAG,CAAC;;CAEhB,SAAS,YAAY,CAAC,CAAC,EAAE;EACxB,IAAI,KAAK,CAAC;;EAEV,IAAID,OAAe,EAAE;GACpB,IAAI,CAAC,CAACE,IAAY,KAAK,CAAC,CAAC,WAAW,KAAK,OAAO,EAAE,EAAE,OAAO,EAAE;GAC7D,KAAK,GAAG,cAAc,CAAC;GACvB,MAAM;GACN,KAAK,GAAG,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC;GACzB;;EAED,IAAI,KAAK,GAAG,CAAC,EAAE,EAAE,OAAO,EAAE;;EAE1B,IAAI,GAAG,GAAG,IAAI,CAAC,GAAG,EAAE;MAChB,KAAK,GAAG,GAAG,IAAI,IAAI,IAAI,GAAG,CAAC,CAAC;;EAEhCD,QAAK,GAAG,CAAC,CAAC,OAAO,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;EACrC,SAAS,IAAI,KAAK,GAAG,CAAC,IAAI,KAAK,IAAI,KAAK,CAAC,CAAC;EAC1C,IAAI,GAAG,GAAG,CAAC;EACX;;CAED,SAAS,UAAU,CAAC,CAAC,EAAE;EACtB,IAAI,SAAS,IAAI,CAACA,QAAK,CAAC,YAAY,EAAE;GACrC,IAAID,OAAe,EAAE;IACpB,IAAI,CAAC,CAACE,IAAY,KAAK,CAAC,CAAC,WAAW,KAAK,OAAO,EAAE,EAAE,OAAO,EAAE;;IAE7D,IAAI,QAAQ,GAAG,EAAE;QACb,IAAI,EAAE,CAAC,CAAC;;IAEZ,KAAK,CAAC,IAAID,QAAK,EAAE;KAChB,IAAI,GAAGA,QAAK,CAAC,CAAC,CAAC,CAAC;KAChB,QAAQ,CAAC,CAAC,CAAC,GAAG,IAAI,IAAI,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAACA,QAAK,CAAC,GAAG,IAAI,CAAC;KAC1D;IACDA,QAAK,GAAG,QAAQ,CAAC;IACjB;GACDA,QAAK,CAAC,IAAI,GAAG,UAAU,CAAC;GACxB,OAAO,CAACA,QAAK,CAAC,CAAC;GACf,IAAI,GAAG,IAAI,CAAC;GACZ;EACD;;CAED,GAAG,CAAC,IAAI,GAAG,WAAW,GAAG,EAAE,CAAC,GAAG,YAAY,CAAC;CAC5C,GAAG,CAAC,IAAI,GAAG,SAAS,GAAG,EAAE,CAAC,GAAG,UAAU,CAAC;CACxC,GAAG,CAAC,IAAI,GAAG,UAAU,GAAG,EAAE,CAAC,GAAG,OAAO,CAAC;;CAEtC,GAAG,CAAC,gBAAgB,CAAC,WAAW,EAAE,YAAY,EAAE,KAAK,CAAC,CAAC;CACvD,GAAG,CAAC,gBAAgB,CAAC,SAAS,EAAE,UAAU,EAAE,KAAK,CAAC,CAAC;;;;;;CAMnD,GAAG,CAAC,gBAAgB,CAAC,UAAU,EAAE,OAAO,EAAE,KAAK,CAAC,CAAC;;CAEjD,OAAO,IAAI,CAAC;CACZ;;AAED,AAAO,SAAS,uBAAuB,CAAC,GAAG,EAAE,EAAE,EAAE;CAChD,IAAI,UAAU,GAAG,GAAG,CAAC,IAAI,GAAG,WAAW,GAAG,EAAE,CAAC;KACzC,QAAQ,GAAG,GAAG,CAAC,IAAI,GAAG,SAAS,GAAG,EAAE,CAAC;KACrC,QAAQ,GAAG,GAAG,CAAC,IAAI,GAAG,UAAU,GAAG,EAAE,CAAC,CAAC;;CAE3C,GAAG,CAAC,mBAAmB,CAAC,WAAW,EAAE,UAAU,EAAE,KAAK,CAAC,CAAC;CACxD,GAAG,CAAC,mBAAmB,CAAC,SAAS,EAAE,QAAQ,EAAE,KAAK,CAAC,CAAC;CACpD,IAAI,CAACC,IAAY,EAAE;EAClB,GAAG,CAAC,mBAAmB,CAAC,UAAU,EAAE,QAAQ,EAAE,KAAK,CAAC,CAAC;EACrD;;CAED,OAAO,IAAI,CAAC;CACZ;;AChFD;;;;;;;;;;;;;;AAcA,AAAO,IAAI,SAAS,GAAG,QAAQ;CAC9B,CAAC,WAAW,EAAE,iBAAiB,EAAE,YAAY,EAAE,cAAc,EAAE,aAAa,CAAC,CAAC,CAAC;;;;;;;AAOhF,AAAO,IAAI,UAAU,GAAG,QAAQ;CAC/B,CAAC,kBAAkB,EAAE,YAAY,EAAE,aAAa,EAAE,eAAe,EAAE,cAAc,CAAC,CAAC,CAAC;;;;AAIrF,AAAO,IAAI,cAAc;CACxB,UAAU,KAAK,kBAAkB,IAAI,UAAU,KAAK,aAAa,GAAG,UAAU,GAAG,KAAK,GAAG,eAAe,CAAC;;;;;;AAM1G,AAAO,SAAS,GAAG,CAAC,EAAE,EAAE;CACvB,OAAO,OAAO,EAAE,KAAK,QAAQ,GAAG,QAAQ,CAAC,cAAc,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC;CACjE;;;;;AAKD,AAAO,SAAS,QAAQ,CAAC,EAAE,EAAE,KAAK,EAAE;CACnC,IAAI,KAAK,GAAG,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,EAAE,CAAC,YAAY,IAAI,EAAE,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC;;CAE3E,IAAI,CAAC,CAAC,KAAK,IAAI,KAAK,KAAK,MAAM,KAAK,QAAQ,CAAC,WAAW,EAAE;EACzD,IAAI,GAAG,GAAG,QAAQ,CAAC,WAAW,CAAC,gBAAgB,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC;EAC1D,KAAK,GAAG,GAAG,GAAG,GAAG,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC;EAChC;CACD,OAAO,KAAK,KAAK,MAAM,GAAG,IAAI,GAAG,KAAK,CAAC;CACvC;;;;AAID,AAAO,SAASC,QAAM,CAAC,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE;CACrD,IAAI,EAAE,GAAG,QAAQ,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;CACzC,EAAE,CAAC,SAAS,GAAG,SAAS,IAAI,EAAE,CAAC;;CAE/B,IAAI,SAAS,EAAE;EACd,SAAS,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;EAC1B;CACD,OAAO,EAAE,CAAC;CACV;;;;AAID,AAAO,SAAS,MAAM,CAAC,EAAE,EAAE;CAC1B,IAAI,MAAM,GAAG,EAAE,CAAC,UAAU,CAAC;CAC3B,IAAI,MAAM,EAAE;EACX,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;EACvB;CACD;;;;AAID,AAAO,SAAS,KAAK,CAAC,EAAE,EAAE;CACzB,OAAO,EAAE,CAAC,UAAU,EAAE;EACrB,EAAE,CAAC,WAAW,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC;EAC9B;CACD;;;;AAID,AAAO,SAAS,OAAO,CAAC,EAAE,EAAE;CAC3B,IAAI,MAAM,GAAG,EAAE,CAAC,UAAU,CAAC;CAC3B,IAAI,MAAM,IAAI,MAAM,CAAC,SAAS,KAAK,EAAE,EAAE;EACtC,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;EACvB;CACD;;;;AAID,AAAO,SAAS,MAAM,CAAC,EAAE,EAAE;CAC1B,IAAI,MAAM,GAAG,EAAE,CAAC,UAAU,CAAC;CAC3B,IAAI,MAAM,IAAI,MAAM,CAAC,UAAU,KAAK,EAAE,EAAE;EACvC,MAAM,CAAC,YAAY,CAAC,EAAE,EAAE,MAAM,CAAC,UAAU,CAAC,CAAC;EAC3C;CACD;;;;AAID,AAAO,SAAS,QAAQ,CAAC,EAAE,EAAE,IAAI,EAAE;CAClC,IAAI,EAAE,CAAC,SAAS,KAAK,SAAS,EAAE;EAC/B,OAAO,EAAE,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;EACnC;CACD,IAAI,SAAS,GAAG,QAAQ,CAAC,EAAE,CAAC,CAAC;CAC7B,OAAO,SAAS,CAAC,MAAM,GAAG,CAAC,IAAI,IAAI,MAAM,CAAC,SAAS,GAAG,IAAI,GAAG,SAAS,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;CACxF;;;;AAID,AAAO,SAAS,QAAQ,CAAC,EAAE,EAAE,IAAI,EAAE;CAClC,IAAI,EAAE,CAAC,SAAS,KAAK,SAAS,EAAE;EAC/B,IAAI,OAAO,GAAGb,UAAe,CAAC,IAAI,CAAC,CAAC;EACpC,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;GACnD,EAAE,CAAC,SAAS,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC;GAC7B;EACD,MAAM,IAAI,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,EAAE;EAC/B,IAAI,SAAS,GAAG,QAAQ,CAAC,EAAE,CAAC,CAAC;EAC7B,QAAQ,CAAC,EAAE,EAAE,CAAC,SAAS,GAAG,SAAS,GAAG,GAAG,GAAG,EAAE,IAAI,IAAI,CAAC,CAAC;EACxD;CACD;;;;AAID,AAAO,SAAS,WAAW,CAAC,EAAE,EAAE,IAAI,EAAE;CACrC,IAAI,EAAE,CAAC,SAAS,KAAK,SAAS,EAAE;EAC/B,EAAE,CAAC,SAAS,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;EAC1B,MAAM;EACN,QAAQ,CAAC,EAAE,EAAEc,IAAS,CAAC,CAAC,GAAG,GAAG,QAAQ,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,OAAO,CAAC,GAAG,GAAG,IAAI,GAAG,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC;EACnF;CACD;;;;AAID,AAAO,SAAS,QAAQ,CAAC,EAAE,EAAE,IAAI,EAAE;CAClC,IAAI,EAAE,CAAC,SAAS,CAAC,OAAO,KAAK,SAAS,EAAE;EACvC,EAAE,CAAC,SAAS,GAAG,IAAI,CAAC;EACpB,MAAM;;EAEN,EAAE,CAAC,SAAS,CAAC,OAAO,GAAG,IAAI,CAAC;EAC5B;CACD;;;;AAID,AAAO,SAAS,QAAQ,CAAC,EAAE,EAAE;;;CAG5B,IAAI,EAAE,CAAC,oBAAoB,EAAE;EAC5B,EAAE,GAAG,EAAE,CAAC,oBAAoB,CAAC;EAC7B;CACD,OAAO,EAAE,CAAC,SAAS,CAAC,OAAO,KAAK,SAAS,GAAG,EAAE,CAAC,SAAS,GAAG,EAAE,CAAC,SAAS,CAAC,OAAO,CAAC;CAChF;;;;;AAKD,AAAO,SAAS,UAAU,CAAC,EAAE,EAAE,KAAK,EAAE;CACrC,IAAI,SAAS,IAAI,EAAE,CAAC,KAAK,EAAE;EAC1B,EAAE,CAAC,KAAK,CAAC,OAAO,GAAG,KAAK,CAAC;EACzB,MAAM,IAAI,QAAQ,IAAI,EAAE,CAAC,KAAK,EAAE;EAChC,aAAa,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;EACzB;CACD;;AAED,SAAS,aAAa,CAAC,EAAE,EAAE,KAAK,EAAE;CACjC,IAAI,MAAM,GAAG,KAAK;KACd,UAAU,GAAG,kCAAkC,CAAC;;;CAGpD,IAAI;EACH,MAAM,GAAG,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EACrC,CAAC,OAAO,CAAC,EAAE;;;EAGX,IAAI,KAAK,KAAK,CAAC,EAAE,EAAE,OAAO,EAAE;EAC5B;;CAED,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,GAAG,GAAG,CAAC,CAAC;;CAEhC,IAAI,MAAM,EAAE;EACX,MAAM,CAAC,OAAO,IAAI,KAAK,KAAK,GAAG,CAAC,CAAC;EACjC,MAAM,CAAC,OAAO,GAAG,KAAK,CAAC;EACvB,MAAM;EACN,EAAE,CAAC,KAAK,CAAC,MAAM,IAAI,UAAU,GAAG,UAAU,GAAG,WAAW,GAAG,KAAK,GAAG,GAAG,CAAC;EACvE;CACD;;;;;;AAMD,AAAO,SAAS,QAAQ,CAAC,KAAK,EAAE;CAC/B,IAAI,KAAK,GAAG,QAAQ,CAAC,eAAe,CAAC,KAAK,CAAC;;CAE3C,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;EACtC,IAAI,KAAK,CAAC,CAAC,CAAC,IAAI,KAAK,EAAE;GACtB,OAAO,KAAK,CAAC,CAAC,CAAC,CAAC;GAChB;EACD;CACD,OAAO,KAAK,CAAC;CACb;;;;;;AAMD,AAAO,SAAS,YAAY,CAAC,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE;CAC/C,IAAI,GAAG,GAAG,MAAM,IAAI,IAAI,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;;CAEpC,EAAE,CAAC,KAAK,CAAC,SAAS,CAAC;EAClB,CAACC,IAAY;GACZ,YAAY,GAAG,GAAG,CAAC,CAAC,GAAG,KAAK,GAAG,GAAG,CAAC,CAAC,GAAG,KAAK;GAC5C,cAAc,GAAG,GAAG,CAAC,CAAC,GAAG,KAAK,GAAG,GAAG,CAAC,CAAC,GAAG,OAAO;GAChD,KAAK,GAAG,SAAS,GAAG,KAAK,GAAG,GAAG,GAAG,EAAE,CAAC,CAAC;CACxC;;;;;;AAMD,AAAO,SAAS,WAAW,CAAC,EAAE,EAAE,KAAK,EAAE;;;CAGtC,EAAE,CAAC,YAAY,GAAG,KAAK,CAAC;;;CAGxB,IAAIC,KAAa,EAAE;EAClB,YAAY,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;EACxB,MAAM;EACN,EAAE,CAAC,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;EAC/B,EAAE,CAAC,KAAK,CAAC,GAAG,GAAG,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;EAC9B;CACD;;;;AAID,AAAO,SAAS,WAAW,CAAC,EAAE,EAAE;;;;CAI/B,OAAO,EAAE,CAAC,YAAY,IAAI,IAAI,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;CAC1C;;;;;;;;;;AAUD,AAAO,IAAI,oBAAoB,CAAC;AAChC,AAAO,IAAI,mBAAmB,CAAC;AAC/B,IAAI,WAAW,CAAC;AAChB,IAAI,eAAe,IAAI,QAAQ,EAAE;CAChC,oBAAoB,GAAG,YAAY;EAClCC,EAAW,CAAC,MAAM,EAAE,aAAa,EAAER,cAAuB,CAAC,CAAC;EAC5D,CAAC;CACF,mBAAmB,GAAG,YAAY;EACjCS,GAAY,CAAC,MAAM,EAAE,aAAa,EAAET,cAAuB,CAAC,CAAC;EAC7D,CAAC;CACF,MAAM;CACN,IAAI,kBAAkB,GAAG,QAAQ;EAChC,CAAC,YAAY,EAAE,kBAAkB,EAAE,aAAa,EAAE,eAAe,EAAE,cAAc,CAAC,CAAC,CAAC;;CAErF,oBAAoB,GAAG,YAAY;EAClC,IAAI,kBAAkB,EAAE;GACvB,IAAI,KAAK,GAAG,QAAQ,CAAC,eAAe,CAAC,KAAK,CAAC;GAC3C,WAAW,GAAG,KAAK,CAAC,kBAAkB,CAAC,CAAC;GACxC,KAAK,CAAC,kBAAkB,CAAC,GAAG,MAAM,CAAC;GACnC;EACD,CAAC;CACF,mBAAmB,GAAG,YAAY;EACjC,IAAI,kBAAkB,EAAE;GACvB,QAAQ,CAAC,eAAe,CAAC,KAAK,CAAC,kBAAkB,CAAC,GAAG,WAAW,CAAC;GACjE,WAAW,GAAG,SAAS,CAAC;GACxB;EACD,CAAC;CACF;;;;;AAKD,AAAO,SAAS,gBAAgB,GAAG;CAClCQ,EAAW,CAAC,MAAM,EAAE,WAAW,EAAER,cAAuB,CAAC,CAAC;CAC1D;;;;AAID,AAAO,SAAS,eAAe,GAAG;CACjCS,GAAY,CAAC,MAAM,EAAE,WAAW,EAAET,cAAuB,CAAC,CAAC;CAC3D;;AAED,IAAI,eAAe;IAAE,aAAa,CAAC;;;;;;AAMnC,AAAO,SAAS,cAAc,CAAC,OAAO,EAAE;CACvC,OAAO,OAAO,CAAC,QAAQ,KAAK,CAAC,CAAC,EAAE;EAC/B,OAAO,GAAG,OAAO,CAAC,UAAU,CAAC;EAC7B;CACD,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE,EAAE,OAAO,EAAE;CAC/B,cAAc,EAAE,CAAC;CACjB,eAAe,GAAG,OAAO,CAAC;CAC1B,aAAa,GAAG,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC;CACtC,OAAO,CAAC,KAAK,CAAC,OAAO,GAAG,MAAM,CAAC;CAC/BQ,EAAW,CAAC,MAAM,EAAE,SAAS,EAAE,cAAc,CAAC,CAAC;CAC/C;;;;AAID,AAAO,SAAS,cAAc,GAAG;CAChC,IAAI,CAAC,eAAe,EAAE,EAAE,OAAO,EAAE;CACjC,eAAe,CAAC,KAAK,CAAC,OAAO,GAAG,aAAa,CAAC;CAC9C,eAAe,GAAG,SAAS,CAAC;CAC5B,aAAa,GAAG,SAAS,CAAC;CAC1BC,GAAY,CAAC,MAAM,EAAE,SAAS,EAAE,cAAc,CAAC,CAAC;CAChD;;;;AAID,AAAO,SAAS,kBAAkB,CAAC,OAAO,EAAE;CAC3C,GAAG;EACF,OAAO,GAAG,OAAO,CAAC,UAAU,CAAC;EAC7B,QAAQ,CAAC,CAAC,OAAO,CAAC,WAAW,IAAI,CAAC,OAAO,CAAC,YAAY,KAAK,OAAO,KAAK,QAAQ,CAAC,IAAI,EAAE;CACvF,OAAO,OAAO,CAAC;CACf;;;;;;AAMD,AAAO,SAAS,QAAQ,CAAC,OAAO,EAAE;CACjC,IAAI,IAAI,GAAG,OAAO,CAAC,qBAAqB,EAAE,CAAC;;CAE3C,OAAO;EACN,CAAC,EAAE,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,WAAW,IAAI,CAAC;EACxC,CAAC,EAAE,IAAI,CAAC,MAAM,GAAG,OAAO,CAAC,YAAY,IAAI,CAAC;EAC1C,kBAAkB,EAAE,IAAI;EACxB,CAAC;CACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACD,ACtVA;;;;;;;;;;;;;;;;AAgBA,AAAO,SAAS,EAAE,CAAC,GAAG,EAAE,KAAK,EAAE,EAAE,EAAE,OAAO,EAAE;;CAE3C,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;EAC9B,KAAK,IAAI,IAAI,IAAI,KAAK,EAAE;GACvB,MAAM,CAAC,GAAG,EAAE,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC;GACnC;EACD,MAAM;EACN,KAAK,GAAGlB,UAAe,CAAC,KAAK,CAAC,CAAC;;EAE/B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;GACjD,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;GACnC;EACD;;CAED,OAAO,IAAI,CAAC;CACZ;;AAED,IAAI,SAAS,GAAG,iBAAiB,CAAC;;;;;;;;;;AAUlC,AAAO,SAAS,GAAG,CAAC,GAAG,EAAE,KAAK,EAAE,EAAE,EAAE,OAAO,EAAE;;CAE5C,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;EAC9B,KAAK,IAAI,IAAI,IAAI,KAAK,EAAE;GACvB,SAAS,CAAC,GAAG,EAAE,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC;GACtC;EACD,MAAM,IAAI,KAAK,EAAE;EACjB,KAAK,GAAGA,UAAe,CAAC,KAAK,CAAC,CAAC;;EAE/B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;GACjD,SAAS,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;GACtC;EACD,MAAM;EACN,KAAK,IAAI,CAAC,IAAI,GAAG,CAAC,SAAS,CAAC,EAAE;GAC7B,SAAS,CAAC,GAAG,EAAE,CAAC,EAAE,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;GACrC;EACD,OAAO,GAAG,CAAC,SAAS,CAAC,CAAC;EACtB;;CAED,OAAO,IAAI,CAAC;CACZ;;AAED,SAAS,MAAM,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE,EAAE,OAAO,EAAE;CACvC,IAAI,EAAE,GAAG,IAAI,GAAGG,KAAU,CAAC,EAAE,CAAC,IAAI,OAAO,GAAG,GAAG,GAAGA,KAAU,CAAC,OAAO,CAAC,GAAG,EAAE,CAAC,CAAC;;CAE5E,IAAI,GAAG,CAAC,SAAS,CAAC,IAAI,GAAG,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,OAAO,IAAI,CAAC,EAAE;;CAE1D,IAAI,OAAO,GAAG,UAAU,CAAC,EAAE;EAC1B,OAAO,EAAE,CAAC,IAAI,CAAC,OAAO,IAAI,GAAG,EAAE,CAAC,IAAI,MAAM,CAAC,KAAK,CAAC,CAAC;EAClD,CAAC;;CAEF,IAAI,eAAe,GAAG,OAAO,CAAC;;CAE9B,IAAIO,OAAe,IAAI,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;;EAEnD,kBAAkB,CAAC,GAAG,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,CAAC,CAAC;;EAE3C,MAAM,IAAIS,KAAa,KAAK,IAAI,KAAK,UAAU,CAAC,IAAI,oBAAoB;YAC9D,EAAET,OAAe,IAAIU,MAAc,CAAC,EAAE;;;EAGhD,oBAAoB,CAAC,GAAG,EAAE,OAAO,EAAE,EAAE,CAAC,CAAC;;EAEvC,MAAM,IAAI,kBAAkB,IAAI,GAAG,EAAE;;EAErC,IAAI,IAAI,KAAK,YAAY,EAAE;GAC1B,GAAG,CAAC,gBAAgB,CAAC,SAAS,IAAI,GAAG,GAAG,OAAO,GAAG,YAAY,EAAE,OAAO,EAAE,KAAK,CAAC,CAAC;;GAEhF,MAAM,IAAI,CAAC,IAAI,KAAK,YAAY,MAAM,IAAI,KAAK,YAAY,CAAC,EAAE;GAC9D,OAAO,GAAG,UAAU,CAAC,EAAE;IACtB,CAAC,GAAG,CAAC,IAAI,MAAM,CAAC,KAAK,CAAC;IACtB,IAAI,gBAAgB,CAAC,GAAG,EAAE,CAAC,CAAC,EAAE;KAC7B,eAAe,CAAC,CAAC,CAAC,CAAC;KACnB;IACD,CAAC;GACF,GAAG,CAAC,gBAAgB,CAAC,IAAI,KAAK,YAAY,GAAG,WAAW,GAAG,UAAU,EAAE,OAAO,EAAE,KAAK,CAAC,CAAC;;GAEvF,MAAM;GACN,IAAI,IAAI,KAAK,OAAO,IAAIC,OAAe,EAAE;IACxC,OAAO,GAAG,UAAU,CAAC,EAAE;KACtB,WAAW,CAAC,CAAC,EAAE,eAAe,CAAC,CAAC;KAChC,CAAC;IACF;GACD,GAAG,CAAC,gBAAgB,CAAC,IAAI,EAAE,OAAO,EAAE,KAAK,CAAC,CAAC;GAC3C;;EAED,MAAM,IAAI,aAAa,IAAI,GAAG,EAAE;EAChC,GAAG,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,EAAE,OAAO,CAAC,CAAC;EACtC;;CAED,GAAG,CAAC,SAAS,CAAC,GAAG,GAAG,CAAC,SAAS,CAAC,IAAI,EAAE,CAAC;CACtC,GAAG,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,GAAG,OAAO,CAAC;CAC7B;;AAED,SAAS,SAAS,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE,EAAE,OAAO,EAAE;;CAE1C,IAAI,EAAE,GAAG,IAAI,GAAGlB,KAAU,CAAC,EAAE,CAAC,IAAI,OAAO,GAAG,GAAG,GAAGA,KAAU,CAAC,OAAO,CAAC,GAAG,EAAE,CAAC;KACvE,OAAO,GAAG,GAAG,CAAC,SAAS,CAAC,IAAI,GAAG,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC;;CAEnD,IAAI,CAAC,OAAO,EAAE,EAAE,OAAO,IAAI,CAAC,EAAE;;CAE9B,IAAIO,OAAe,IAAI,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;EACnD,qBAAqB,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE,CAAC,CAAC;;EAErC,MAAM,IAAIS,KAAa,KAAK,IAAI,KAAK,UAAU,CAAC,IAAI,uBAAuB;YACjE,EAAET,OAAe,IAAIU,MAAc,CAAC,EAAE;EAChD,uBAAuB,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC;;EAEjC,MAAM,IAAI,qBAAqB,IAAI,GAAG,EAAE;;EAExC,IAAI,IAAI,KAAK,YAAY,EAAE;GAC1B,GAAG,CAAC,mBAAmB,CAAC,SAAS,IAAI,GAAG,GAAG,OAAO,GAAG,YAAY,EAAE,OAAO,EAAE,KAAK,CAAC,CAAC;;GAEnF,MAAM;GACN,GAAG,CAAC,mBAAmB;IACtB,IAAI,KAAK,YAAY,GAAG,WAAW;IACnC,IAAI,KAAK,YAAY,GAAG,UAAU,GAAG,IAAI,EAAE,OAAO,EAAE,KAAK,CAAC,CAAC;GAC5D;;EAED,MAAM,IAAI,aAAa,IAAI,GAAG,EAAE;EAChC,GAAG,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,EAAE,OAAO,CAAC,CAAC;EACtC;;CAED,GAAG,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC;CAC1B;;;;;;;;;AASD,AAAO,SAAS,eAAe,CAAC,CAAC,EAAE;;CAElC,IAAI,CAAC,CAAC,eAAe,EAAE;EACtB,CAAC,CAAC,eAAe,EAAE,CAAC;EACpB,MAAM,IAAI,CAAC,CAAC,aAAa,EAAE;EAC3B,CAAC,CAAC,aAAa,CAAC,QAAQ,GAAG,IAAI,CAAC;EAChC,MAAM;EACN,CAAC,CAAC,YAAY,GAAG,IAAI,CAAC;EACtB;CACD,OAAO,CAAC,CAAC,CAAC,CAAC;;CAEX,OAAO,IAAI,CAAC;CACZ;;;;AAID,AAAO,SAAS,wBAAwB,CAAC,EAAE,EAAE;CAC5C,MAAM,CAAC,EAAE,EAAE,YAAY,EAAE,eAAe,CAAC,CAAC;CAC1C,OAAO,IAAI,CAAC;CACZ;;;;;AAKD,AAAO,SAAS,uBAAuB,CAAC,EAAE,EAAE;CAC3C,EAAE,CAAC,EAAE,EAAE,+BAA+B,EAAE,eAAe,CAAC,CAAC;CACzD,MAAM,CAAC,EAAE,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;CAC9B,OAAO,IAAI,CAAC;CACZ;;;;;;;AAOD,AAAO,SAAS,cAAc,CAAC,CAAC,EAAE;CACjC,IAAI,CAAC,CAAC,cAAc,EAAE;EACrB,CAAC,CAAC,cAAc,EAAE,CAAC;EACnB,MAAM;EACN,CAAC,CAAC,WAAW,GAAG,KAAK,CAAC;EACtB;CACD,OAAO,IAAI,CAAC;CACZ;;;;AAID,AAAO,SAAS,IAAI,CAAC,CAAC,EAAE;CACvB,cAAc,CAAC,CAAC,CAAC,CAAC;CAClB,eAAe,CAAC,CAAC,CAAC,CAAC;CACnB,OAAO,IAAI,CAAC;CACZ;;;;;AAKD,AAAO,SAAS,gBAAgB,CAAC,CAAC,EAAE,SAAS,EAAE;CAC9C,IAAI,CAAC,SAAS,EAAE;EACf,OAAO,IAAI,KAAK,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,CAAC;EACvC;;CAED,IAAI,KAAK,GAAG,QAAQ,CAAC,SAAS,CAAC;KAC3B,MAAM,GAAG,KAAK,CAAC,kBAAkB,CAAC;;CAEtC,OAAO,IAAI,KAAK;;;EAGf,CAAC,CAAC,CAAC,OAAO,GAAG,MAAM,CAAC,IAAI,IAAI,KAAK,CAAC,CAAC,GAAG,SAAS,CAAC,UAAU;EAC1D,CAAC,CAAC,CAAC,OAAO,GAAG,MAAM,CAAC,GAAG,IAAI,KAAK,CAAC,CAAC,GAAG,SAAS,CAAC,SAAS;EACxD,CAAC;CACF;;;;AAID,IAAI,aAAa;CAChB,CAACE,GAAW,IAAIF,MAAc,IAAI,CAAC,GAAG,MAAM,CAAC,gBAAgB;CAC7DG,KAAa,GAAG,MAAM,CAAC,gBAAgB,GAAG,CAAC,CAAC;;;;;;;AAO7C,AAAO,SAAS,aAAa,CAAC,CAAC,EAAE;CAChC,OAAO,CAACX,IAAY,IAAI,CAAC,CAAC,WAAW,GAAG,CAAC;QAClC,CAAC,CAAC,CAAC,MAAM,IAAI,CAAC,CAAC,SAAS,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,GAAG,aAAa;QAC3D,CAAC,CAAC,CAAC,MAAM,IAAI,CAAC,CAAC,SAAS,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,GAAG,EAAE;QAChD,CAAC,CAAC,CAAC,MAAM,IAAI,CAAC,CAAC,SAAS,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,GAAG,EAAE;QAChD,CAAC,CAAC,CAAC,MAAM,IAAI,CAAC,CAAC,MAAM,IAAI,CAAC;QAC1B,CAAC,CAAC,UAAU,GAAG,CAAC,CAAC,CAAC,WAAW,IAAI,CAAC,CAAC,UAAU,IAAI,CAAC;QAClD,CAAC,CAAC,CAAC,MAAM,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,KAAK,IAAI,CAAC,CAAC,CAAC,MAAM,GAAG,EAAE;QACzD,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,MAAM,GAAG,CAAC,KAAK,GAAG,EAAE;QACjC,CAAC,CAAC;CACT;;AAED,IAAI,UAAU,GAAG,EAAE,CAAC;;AAEpB,AAAO,SAAS,QAAQ,CAAC,CAAC,EAAE;;CAE3B,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;CAC1B;;AAED,AAAO,SAAS,OAAO,CAAC,CAAC,EAAE;CAC1B,IAAI,MAAM,GAAG,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;;CAEhC,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC;CAC3B,OAAO,MAAM,CAAC;CACd;;;AAGD,AAAO,SAAS,gBAAgB,CAAC,EAAE,EAAE,CAAC,EAAE;;CAEvC,IAAI,OAAO,GAAG,CAAC,CAAC,aAAa,CAAC;;CAE9B,IAAI,CAAC,OAAO,EAAE,EAAE,OAAO,IAAI,CAAC,EAAE;;CAE9B,IAAI;EACH,OAAO,OAAO,KAAK,OAAO,KAAK,EAAE,CAAC,EAAE;GACnC,OAAO,GAAG,OAAO,CAAC,UAAU,CAAC;GAC7B;EACD,CAAC,OAAO,GAAG,EAAE;EACb,OAAO,KAAK,CAAC;EACb;CACD,QAAQ,OAAO,KAAK,EAAE,EAAE;CACxB;;AAED,IAAI,SAAS,CAAC;;;AAGd,SAAS,WAAW,CAAC,CAAC,EAAE,OAAO,EAAE;CAChC,IAAI,SAAS,IAAI,CAAC,CAAC,SAAS,KAAK,CAAC,CAAC,aAAa,IAAI,CAAC,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;KAC3E,OAAO,GAAG,SAAS,KAAK,SAAS,GAAG,SAAS,CAAC,CAAC;;;;;;;CAOnD,IAAI,CAAC,OAAO,IAAI,OAAO,GAAG,GAAG,IAAI,OAAO,GAAG,GAAG,MAAM,CAAC,CAAC,MAAM,CAAC,eAAe,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,EAAE;EAC/F,IAAI,CAAC,CAAC,CAAC,CAAC;EACR,OAAO;EACP;CACD,SAAS,GAAG,SAAS,CAAC;;CAEtB,OAAO,CAAC,CAAC,CAAC,CAAC;CACX;;AAED,AAM+B;;;;;;;;;;;;;;;;;;;;AAC/B,ACvTA;;;;;;;;;;;;;;;;;AAiBA,AAAO,IAAI,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;;;;;;;CAOxC,GAAG,EAAE,UAAU,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE,aAAa,EAAE;EACnD,IAAI,CAAC,IAAI,EAAE,CAAC;;EAEZ,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC;EACd,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC;EACxB,IAAI,CAAC,SAAS,GAAG,QAAQ,IAAI,IAAI,CAAC;EAClC,IAAI,CAAC,aAAa,GAAG,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,aAAa,IAAI,GAAG,EAAE,GAAG,CAAC,CAAC;;EAE7D,IAAI,CAAC,SAAS,GAAGY,WAAmB,CAAC,EAAE,CAAC,CAAC;EACzC,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;EAC/C,IAAI,CAAC,UAAU,GAAG,CAAC,IAAI,IAAI,EAAE,CAAC;;;;EAI9B,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;;EAEnB,IAAI,CAAC,QAAQ,EAAE,CAAC;EAChB;;;;CAID,IAAI,EAAE,YAAY;EACjB,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE,OAAO,EAAE;;EAElC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;EACjB,IAAI,CAAC,SAAS,EAAE,CAAC;EACjB;;CAED,QAAQ,EAAE,YAAY;;EAErB,IAAI,CAAC,OAAO,GAAGC,gBAAqB,CAAC,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;EAC1D,IAAI,CAAC,KAAK,EAAE,CAAC;EACb;;CAED,KAAK,EAAE,UAAU,KAAK,EAAE;EACvB,IAAI,OAAO,GAAG,CAAC,CAAC,IAAI,IAAI,EAAE,IAAI,IAAI,CAAC,UAAU;MACzC,QAAQ,GAAG,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC;;EAErC,IAAI,OAAO,GAAG,QAAQ,EAAE;GACvB,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,OAAO,GAAG,QAAQ,CAAC,EAAE,KAAK,CAAC,CAAC;GACzD,MAAM;GACN,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;GAClB,IAAI,CAAC,SAAS,EAAE,CAAC;GACjB;EACD;;CAED,SAAS,EAAE,UAAU,QAAQ,EAAE,KAAK,EAAE;EACrC,IAAI,GAAG,GAAG,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,CAAC;EAChE,IAAI,KAAK,EAAE;GACV,GAAG,CAAC,MAAM,EAAE,CAAC;GACb;EACDC,WAAmB,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC;;;;EAInC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;EAClB;;CAED,SAAS,EAAE,YAAY;EACtBC,eAAoB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;;EAEnC,IAAI,CAAC,WAAW,GAAG,KAAK,CAAC;;;EAGzB,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EACjB;;CAED,QAAQ,EAAE,UAAU,CAAC,EAAE;EACtB,OAAO,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC;EAC/C;CACD,CAAC;;ACvFF;;;;;;;;;;;;;;;;;;;AAmBA,AAAO,IAAI,GAAG,GAAG,OAAO,CAAC,MAAM,CAAC;;CAE/B,OAAO,EAAE;;;;;EAKR,GAAG,EAAE,QAAQ;;;;EAIb,MAAM,EAAE,SAAS;;;;EAIjB,IAAI,EAAE,SAAS;;;;;;EAMf,OAAO,EAAE,SAAS;;;;;;EAMlB,OAAO,EAAE,SAAS;;;;EAIlB,MAAM,EAAE,EAAE;;;;;;;EAOV,SAAS,EAAE,SAAS;;;;;EAKpB,QAAQ,EAAE,SAAS;;;;;;;EAOnB,aAAa,EAAE,IAAI;;;;EAInB,sBAAsB,EAAE,CAAC;;;;;EAKzB,aAAa,EAAE,IAAI;;;;;;EAMnB,mBAAmB,EAAE,IAAI;;;;;;EAMzB,gBAAgB,EAAE,OAAO;;;;;;;;;EASzB,QAAQ,EAAE,CAAC;;;;;;;EAOX,SAAS,EAAE,CAAC;;;;EAIZ,WAAW,EAAE,IAAI;EACjB;;CAED,UAAU,EAAE,UAAU,EAAE,EAAE,OAAO,EAAE;EAClC,OAAO,GAAGC,UAAe,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;;;;EAIzC,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;EACpB,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;EAClB,IAAI,CAAC,gBAAgB,GAAG,EAAE,CAAC;EAC3B,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC;;EAEzB,IAAI,CAAC,cAAc,CAAC,EAAE,CAAC,CAAC;EACxB,IAAI,CAAC,WAAW,EAAE,CAAC;;;EAGnB,IAAI,CAAC,SAAS,GAAG1B,IAAS,CAAC,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;;EAEjD,IAAI,CAAC,WAAW,EAAE,CAAC;;EAEnB,IAAI,OAAO,CAAC,SAAS,EAAE;GACtB,IAAI,CAAC,YAAY,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC;GACrC;;EAED,IAAI,OAAO,CAAC,IAAI,KAAK,SAAS,EAAE;GAC/B,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;GAC3C;;EAED,IAAI,OAAO,CAAC,MAAM,IAAI,OAAO,CAAC,IAAI,KAAK,SAAS,EAAE;GACjD,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC,IAAI,EAAE,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC,CAAC;GACpE;;EAED,IAAI,CAAC,aAAa,EAAE,CAAC;;;EAGrB,IAAI,CAAC,aAAa,GAAG2B,UAAkB,IAAIb,KAAa,IAAI,CAACc,WAAmB;IAC9E,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC;;;;EAI7B,IAAI,IAAI,CAAC,aAAa,EAAE;GACvB,IAAI,CAAC,gBAAgB,EAAE,CAAC;GACxBb,EAAW,CAAC,IAAI,CAAC,MAAM,EAAEc,cAAsB,EAAE,IAAI,CAAC,mBAAmB,EAAE,IAAI,CAAC,CAAC;GACjF;;EAED,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;EACrC;;;;;;;;CAQD,OAAO,EAAE,UAAU,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE;;EAEzC,IAAI,GAAG,IAAI,KAAK,SAAS,GAAG,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;EAC/D,MAAM,GAAG,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC;EAC3E,OAAO,GAAG,OAAO,IAAI,EAAE,CAAC;;EAExB,IAAI,CAAC,KAAK,EAAE,CAAC;;EAEb,IAAI,IAAI,CAAC,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,IAAI,OAAO,KAAK,IAAI,EAAE;;GAEvD,IAAI,OAAO,CAAC,OAAO,KAAK,SAAS,EAAE;IAClC,OAAO,CAAC,IAAI,GAAGjC,MAAW,CAAC,CAAC,OAAO,EAAE,OAAO,CAAC,OAAO,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IACrE,OAAO,CAAC,GAAG,GAAGA,MAAW,CAAC,CAAC,OAAO,EAAE,OAAO,CAAC,OAAO,EAAE,QAAQ,EAAE,OAAO,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC;IAC/F;;;GAGD,IAAI,KAAK,GAAG,CAAC,IAAI,CAAC,KAAK,KAAK,IAAI;IAC/B,IAAI,CAAC,gBAAgB,IAAI,IAAI,CAAC,gBAAgB,CAAC,MAAM,EAAE,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC;IAC1E,IAAI,CAAC,eAAe,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC;;GAE3C,IAAI,KAAK,EAAE;;IAEV,YAAY,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;IAC9B,OAAO,IAAI,CAAC;IACZ;GACD;;;EAGD,IAAI,CAAC,UAAU,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;;EAE9B,OAAO,IAAI,CAAC;EACZ;;;;CAID,OAAO,EAAE,UAAU,IAAI,EAAE,OAAO,EAAE;EACjC,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;GAClB,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;GAClB,OAAO,IAAI,CAAC;GACZ;EACD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC;EAC7D;;;;CAID,MAAM,EAAE,UAAU,KAAK,EAAE,OAAO,EAAE;EACjC,KAAK,GAAG,KAAK,KAAKkB,KAAa,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,GAAG,CAAC,CAAC,CAAC;EAC9D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,GAAG,KAAK,EAAE,OAAO,CAAC,CAAC;EACjD;;;;CAID,OAAO,EAAE,UAAU,KAAK,EAAE,OAAO,EAAE;EAClC,KAAK,GAAG,KAAK,KAAKA,KAAa,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,GAAG,CAAC,CAAC,CAAC;EAC9D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,GAAG,KAAK,EAAE,OAAO,CAAC,CAAC;EACjD;;;;;;;;CAQD,aAAa,EAAE,UAAU,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE;EAC/C,IAAI,KAAK,GAAG,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC;MAC/B,QAAQ,GAAG,IAAI,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC;MACrC,cAAc,GAAG,MAAM,YAAY,KAAK,GAAG,MAAM,GAAG,IAAI,CAAC,sBAAsB,CAAC,MAAM,CAAC;;MAEvF,YAAY,GAAG,cAAc,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC,UAAU,CAAC,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;MAC1E,SAAS,GAAG,IAAI,CAAC,sBAAsB,CAAC,QAAQ,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC,CAAC;;EAExE,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,IAAI,EAAE,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC;EACtD;;CAED,oBAAoB,EAAE,UAAU,MAAM,EAAE,OAAO,EAAE;;EAEhD,OAAO,GAAG,OAAO,IAAI,EAAE,CAAC;EACxB,MAAM,GAAG,MAAM,CAAC,SAAS,GAAG,MAAM,CAAC,SAAS,EAAE,GAAG,cAAc,CAAC,MAAM,CAAC,CAAC;;EAExE,IAAI,SAAS,GAAG,OAAO,CAAC,OAAO,CAAC,cAAc,IAAI,OAAO,CAAC,OAAO,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;MACxE,SAAS,GAAG,OAAO,CAAC,OAAO,CAAC,kBAAkB,IAAI,OAAO,CAAC,OAAO,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;;MAE5E,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,MAAM,EAAE,KAAK,EAAE,SAAS,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC;;EAEvE,IAAI,GAAG,CAAC,OAAO,OAAO,CAAC,OAAO,KAAK,QAAQ,IAAI,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,GAAG,IAAI,CAAC;;EAEtF,IAAI,IAAI,KAAK,QAAQ,EAAE;GACtB,OAAO;IACN,MAAM,EAAE,MAAM,CAAC,SAAS,EAAE;IAC1B,IAAI,EAAE,IAAI;IACV,CAAC;GACF;;EAED,IAAI,aAAa,GAAG,SAAS,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC;;MAEzD,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,YAAY,EAAE,EAAE,IAAI,CAAC;MACnD,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,YAAY,EAAE,EAAE,IAAI,CAAC;MACnD,MAAM,GAAG,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,EAAE,IAAI,CAAC,CAAC;;EAEvF,OAAO;GACN,MAAM,EAAE,MAAM;GACd,IAAI,EAAE,IAAI;GACV,CAAC;EACF;;;;;CAKD,SAAS,EAAE,UAAU,MAAM,EAAE,OAAO,EAAE;;EAErC,MAAM,GAAG,cAAc,CAAC,MAAM,CAAC,CAAC;;EAEhC,IAAI,CAAC,MAAM,CAAC,OAAO,EAAE,EAAE;GACtB,MAAM,IAAI,KAAK,CAAC,uBAAuB,CAAC,CAAC;GACzC;;EAED,IAAI,MAAM,GAAG,IAAI,CAAC,oBAAoB,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;EACxD,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;EACzD;;;;;CAKD,QAAQ,EAAE,UAAU,OAAO,EAAE;EAC5B,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE,GAAG,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC;EACzD;;;;CAID,KAAK,EAAE,UAAU,MAAM,EAAE,OAAO,EAAE;EACjC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,IAAI,CAAC,KAAK,EAAE,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC;EACxD;;;;CAID,KAAK,EAAE,UAAU,MAAM,EAAE,OAAO,EAAE;EACjC,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC,KAAK,EAAE,CAAC;EACjC,OAAO,GAAG,OAAO,IAAI,EAAE,CAAC;;EAExB,IAAI,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,EAAE;GAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;GAC5B;;;EAGD,IAAI,OAAO,CAAC,OAAO,KAAK,IAAI,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE;GACjE,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC;GAC5F,OAAO,IAAI,CAAC;GACZ;;EAED,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE;GACnB,IAAI,CAAC,QAAQ,GAAG,IAAI,YAAY,EAAE,CAAC;;GAEnC,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC;IAChB,MAAM,EAAE,IAAI,CAAC,oBAAoB;IACjC,KAAK,EAAE,IAAI,CAAC,mBAAmB;IAC/B,EAAE,IAAI,CAAC,CAAC;GACT;;;EAGD,IAAI,CAAC,OAAO,CAAC,WAAW,EAAE;GACzB,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;GACvB;;;EAGD,IAAI,OAAO,CAAC,OAAO,KAAK,KAAK,EAAE;GAC9BgB,QAAgB,CAAC,IAAI,CAAC,QAAQ,EAAE,kBAAkB,CAAC,CAAC;;GAEpD,IAAI,MAAM,GAAG,IAAI,CAAC,cAAc,EAAE,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,KAAK,EAAE,CAAC;GAC5D,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,QAAQ,IAAI,IAAI,EAAE,OAAO,CAAC,aAAa,CAAC,CAAC;GAC1F,MAAM;GACN,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;GACvB,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;GAClC;;EAED,OAAO,IAAI,CAAC;EACZ;;;;;CAKD,KAAK,EAAE,UAAU,YAAY,EAAE,UAAU,EAAE,OAAO,EAAE;;EAEnD,OAAO,GAAG,OAAO,IAAI,EAAE,CAAC;EACxB,IAAI,OAAO,CAAC,OAAO,KAAK,KAAK,IAAI,CAAChB,KAAa,EAAE;GAChD,OAAO,IAAI,CAAC,OAAO,CAAC,YAAY,EAAE,UAAU,EAAE,OAAO,CAAC,CAAC;GACvD;;EAED,IAAI,CAAC,KAAK,EAAE,CAAC;;EAEb,IAAI,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC;MACrC,EAAE,GAAG,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC;MAC/B,IAAI,GAAG,IAAI,CAAC,OAAO,EAAE;MACrB,SAAS,GAAG,IAAI,CAAC,KAAK,CAAC;;EAE3B,YAAY,GAAG,QAAQ,CAAC,YAAY,CAAC,CAAC;EACtC,UAAU,GAAG,UAAU,KAAK,SAAS,GAAG,SAAS,GAAG,UAAU,CAAC;;EAE/D,IAAI,EAAE,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;MAC7B,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,YAAY,CAAC,SAAS,EAAE,UAAU,CAAC;MAClD,EAAE,GAAG,CAAC,EAAE,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC;MAC/B,GAAG,GAAG,IAAI;MACV,IAAI,GAAG,GAAG,GAAG,GAAG,CAAC;;EAErB,SAAS,CAAC,CAAC,CAAC,EAAE;GACb,IAAI,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC;OACf,EAAE,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE;OAChB,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,GAAG,IAAI,GAAG,EAAE,GAAG,EAAE;OACnD,EAAE,GAAG,CAAC,GAAG,EAAE,GAAG,IAAI,GAAG,EAAE;OACvB,CAAC,GAAG,EAAE,GAAG,EAAE;OACX,EAAE,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC;;;;OAI9B,IAAI,GAAG,GAAG,EAAE,GAAG,WAAW,GAAG,CAAC,EAAE,GAAG,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;;GAEpD,OAAO,GAAG,CAAC;GACX;;EAED,SAAS,IAAI,CAAC,CAAC,EAAE,EAAE,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,EAAE;EAC7D,SAAS,IAAI,CAAC,CAAC,EAAE,EAAE,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,EAAE;EAC7D,SAAS,IAAI,CAAC,CAAC,EAAE,EAAE,OAAO,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE;;EAE9C,IAAI,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;;EAEd,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,IAAI,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,EAAE,GAAG,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE;EAC9D,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,IAAI,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,EAAE,GAAG,GAAG,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC,EAAE;;EAEhF,SAAS,OAAO,CAAC,CAAC,EAAE,EAAE,OAAO,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,EAAE,GAAG,CAAC,CAAC,EAAE;;EAExD,IAAI,KAAK,GAAG,IAAI,CAAC,GAAG,EAAE;MAClB,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,IAAI,GAAG;MACrB,QAAQ,GAAG,OAAO,CAAC,QAAQ,GAAG,IAAI,GAAG,OAAO,CAAC,QAAQ,GAAG,IAAI,GAAG,CAAC,GAAG,GAAG,CAAC;;EAE3E,SAAS,KAAK,GAAG;GAChB,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,QAAQ;OACnC,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;;GAEvB,IAAI,CAAC,IAAI,CAAC,EAAE;IACX,IAAI,CAAC,WAAW,GAAGS,gBAAqB,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;;IAEtD,IAAI,CAAC,KAAK;KACT,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,EAAE,SAAS,CAAC;KAC5E,IAAI,CAAC,YAAY,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,SAAS,CAAC;KACvC,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC,CAAC;;IAEhB,MAAM;IACN,IAAI;MACF,KAAK,CAAC,YAAY,EAAE,UAAU,CAAC;MAC/B,QAAQ,CAAC,IAAI,CAAC,CAAC;IACjB;GACD;;EAED,IAAI,CAAC,UAAU,CAAC,IAAI,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC;;EAE3C,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACjB,OAAO,IAAI,CAAC;EACZ;;;;;CAKD,WAAW,EAAE,UAAU,MAAM,EAAE,OAAO,EAAE;EACvC,IAAI,MAAM,GAAG,IAAI,CAAC,oBAAoB,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;EACxD,OAAO,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;EACvD;;;;CAID,YAAY,EAAE,UAAU,MAAM,EAAE;EAC/B,MAAM,GAAG,cAAc,CAAC,MAAM,CAAC,CAAC;;EAEhC,IAAI,CAAC,MAAM,CAAC,OAAO,EAAE,EAAE;GACtB,IAAI,CAAC,OAAO,CAAC,SAAS,GAAG,IAAI,CAAC;GAC9B,OAAO,IAAI,CAAC,GAAG,CAAC,SAAS,EAAE,IAAI,CAAC,mBAAmB,CAAC,CAAC;GACrD,MAAM,IAAI,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE;GAClC,IAAI,CAAC,GAAG,CAAC,SAAS,EAAE,IAAI,CAAC,mBAAmB,CAAC,CAAC;GAC9C;;EAED,IAAI,CAAC,OAAO,CAAC,SAAS,GAAG,MAAM,CAAC;;EAEhC,IAAI,IAAI,CAAC,OAAO,EAAE;GACjB,IAAI,CAAC,mBAAmB,EAAE,CAAC;GAC3B;;EAED,OAAO,IAAI,CAAC,EAAE,CAAC,SAAS,EAAE,IAAI,CAAC,mBAAmB,CAAC,CAAC;EACpD;;;;CAID,UAAU,EAAE,UAAU,IAAI,EAAE;EAC3B,IAAI,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC;EACnC,IAAI,CAAC,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC;;EAE5B,IAAI,IAAI,CAAC,OAAO,IAAI,OAAO,KAAK,IAAI,EAAE;GACrC,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;;GAE9B,IAAI,IAAI,CAAC,OAAO,EAAE,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE;IAC1C,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IAC1B;GACD;;EAED,OAAO,IAAI,CAAC;EACZ;;;;CAID,UAAU,EAAE,UAAU,IAAI,EAAE;EAC3B,IAAI,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC;EACnC,IAAI,CAAC,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC;;EAE5B,IAAI,IAAI,CAAC,OAAO,IAAI,OAAO,KAAK,IAAI,EAAE;GACrC,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;;GAE9B,IAAI,IAAI,CAAC,OAAO,EAAE,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE;IAC1C,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IAC1B;GACD;;EAED,OAAO,IAAI,CAAC;EACZ;;;;CAID,eAAe,EAAE,UAAU,MAAM,EAAE,OAAO,EAAE;EAC3C,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC;EAC7B,IAAI,MAAM,GAAG,IAAI,CAAC,SAAS,EAAE;MACzB,SAAS,GAAG,IAAI,CAAC,YAAY,CAAC,MAAM,EAAE,IAAI,CAAC,KAAK,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC;;EAE9E,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,EAAE;GAC9B,IAAI,CAAC,KAAK,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;GAC/B;;EAED,IAAI,CAAC,gBAAgB,GAAG,KAAK,CAAC;EAC9B,OAAO,IAAI,CAAC;EACZ;;;;;;;;CAQD,SAAS,EAAE,UAAU,MAAM,EAAE,OAAO,EAAE;EACrC,OAAO,GAAG,OAAO,IAAI,EAAE,CAAC;;EAExB,IAAI,SAAS,GAAG,OAAO,CAAC,OAAO,CAAC,cAAc,IAAI,OAAO,CAAC,OAAO,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;MACxE,SAAS,GAAG,OAAO,CAAC,OAAO,CAAC,kBAAkB,IAAI,OAAO,CAAC,OAAO,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;MAC5E,MAAM,GAAG,IAAI,CAAC,SAAS,EAAE;MACzB,WAAW,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC;MAClC,UAAU,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC;MACjC,WAAW,GAAG,IAAI,CAAC,cAAc,EAAE;MACnC,eAAe,GAAG,WAAW,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC;MACnD,YAAY,GAAG,QAAQ,CAAC,CAAC,WAAW,CAAC,GAAG,CAAC,GAAG,CAAC,SAAS,CAAC,EAAE,WAAW,CAAC,GAAG,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;;EAEnG,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC,UAAU,CAAC,EAAE;GACvC,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC;GAC7B,IAAI,IAAI,GAAG,WAAW,CAAC,QAAQ,CAAC,UAAU,CAAC;OACvC,SAAS,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,EAAE,UAAU,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;;GAEtE,IAAI,UAAU,CAAC,CAAC,GAAG,YAAY,CAAC,GAAG,CAAC,CAAC,IAAI,UAAU,CAAC,CAAC,GAAG,YAAY,CAAC,GAAG,CAAC,CAAC,EAAE;IAC3E,SAAS,CAAC,CAAC,GAAG,WAAW,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC;IACrC,IAAI,IAAI,CAAC,CAAC,GAAG,CAAC,EAAE;KACf,SAAS,CAAC,CAAC,IAAI,eAAe,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC;KAC/C,MAAM;KACN,SAAS,CAAC,CAAC,IAAI,eAAe,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC;KAC/C;IACD;GACD,IAAI,UAAU,CAAC,CAAC,GAAG,YAAY,CAAC,GAAG,CAAC,CAAC,IAAI,UAAU,CAAC,CAAC,GAAG,YAAY,CAAC,GAAG,CAAC,CAAC,EAAE;IAC3E,SAAS,CAAC,CAAC,GAAG,WAAW,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC;IACrC,IAAI,IAAI,CAAC,CAAC,GAAG,CAAC,EAAE;KACf,SAAS,CAAC,CAAC,IAAI,eAAe,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC;KAC/C,MAAM;KACN,SAAS,CAAC,CAAC,IAAI,eAAe,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC;KAC/C;IACD;GACD,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,EAAE,OAAO,CAAC,CAAC;GAC/C,IAAI,CAAC,gBAAgB,GAAG,KAAK,CAAC;GAC9B;EACD,OAAO,IAAI,CAAC;EACZ;;;;;;;;;;;;;;;CAeD,cAAc,EAAE,UAAU,OAAO,EAAE;EAClC,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,EAAE,OAAO,IAAI,CAAC,EAAE;;EAEnC,OAAO,GAAG3B,MAAW,CAAC;GACrB,OAAO,EAAE,KAAK;GACd,GAAG,EAAE,IAAI;GACT,EAAE,OAAO,KAAK,IAAI,GAAG,CAAC,OAAO,EAAE,IAAI,CAAC,GAAG,OAAO,CAAC,CAAC;;EAEjD,IAAI,OAAO,GAAG,IAAI,CAAC,OAAO,EAAE,CAAC;EAC7B,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC;EACzB,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC;;EAExB,IAAI,OAAO,GAAG,IAAI,CAAC,OAAO,EAAE;MACxB,SAAS,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,KAAK,EAAE;MACvC,SAAS,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,KAAK,EAAE;MACvC,MAAM,GAAG,SAAS,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;;EAE3C,IAAI,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,OAAO,IAAI,CAAC,EAAE;;EAE5C,IAAI,OAAO,CAAC,OAAO,IAAI,OAAO,CAAC,GAAG,EAAE;GACnC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;;GAEnB,MAAM;GACN,IAAI,OAAO,CAAC,GAAG,EAAE;IAChB,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;IACvB;;GAED,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;;GAElB,IAAI,OAAO,CAAC,eAAe,EAAE;IAC5B,YAAY,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;IAC9B,IAAI,CAAC,UAAU,GAAG,UAAU,CAACI,IAAS,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,CAAC,EAAE,GAAG,CAAC,CAAC;IACzE,MAAM;IACN,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;IACrB;GACD;;;;;EAKD,OAAO,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE;GAC1B,OAAO,EAAE,OAAO;GAChB,OAAO,EAAE,OAAO;GAChB,CAAC,CAAC;EACH;;;;;CAKD,IAAI,EAAE,YAAY;EACjB,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC;EAC1C,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE;GAC3B,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;GACvB;EACD,OAAO,IAAI,CAAC,KAAK,EAAE,CAAC;EACpB;;;;;;;;;;;CAWD,MAAM,EAAE,UAAU,OAAO,EAAE;;EAE1B,OAAO,GAAG,IAAI,CAAC,cAAc,GAAGJ,MAAW,CAAC;GAC3C,OAAO,EAAE,KAAK;GACd,KAAK,EAAE,KAAK;;;;;GAKZ,EAAE,OAAO,CAAC,CAAC;;EAEZ,IAAI,EAAE,aAAa,IAAI,SAAS,CAAC,EAAE;GAClC,IAAI,CAAC,uBAAuB,CAAC;IAC5B,IAAI,EAAE,CAAC;IACP,OAAO,EAAE,4BAA4B;IACrC,CAAC,CAAC;GACH,OAAO,IAAI,CAAC;GACZ;;EAED,IAAI,UAAU,GAAGI,IAAS,CAAC,IAAI,CAAC,0BAA0B,EAAE,IAAI,CAAC;MAC7D,OAAO,GAAGA,IAAS,CAAC,IAAI,CAAC,uBAAuB,EAAE,IAAI,CAAC,CAAC;;EAE5D,IAAI,OAAO,CAAC,KAAK,EAAE;GAClB,IAAI,CAAC,gBAAgB;WACb,SAAS,CAAC,WAAW,CAAC,aAAa,CAAC,UAAU,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;GAC1E,MAAM;GACN,SAAS,CAAC,WAAW,CAAC,kBAAkB,CAAC,UAAU,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;GACvE;EACD,OAAO,IAAI,CAAC;EACZ;;;;;;CAMD,UAAU,EAAE,YAAY;EACvB,IAAI,SAAS,CAAC,WAAW,IAAI,SAAS,CAAC,WAAW,CAAC,UAAU,EAAE;GAC9D,SAAS,CAAC,WAAW,CAAC,UAAU,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;GACxD;EACD,IAAI,IAAI,CAAC,cAAc,EAAE;GACxB,IAAI,CAAC,cAAc,CAAC,OAAO,GAAG,KAAK,CAAC;GACpC;EACD,OAAO,IAAI,CAAC;EACZ;;CAED,uBAAuB,EAAE,UAAU,KAAK,EAAE;EACzC,IAAI,CAAC,GAAG,KAAK,CAAC,IAAI;MACd,OAAO,GAAG,KAAK,CAAC,OAAO;eACd,CAAC,KAAK,CAAC,GAAG,mBAAmB;eAC7B,CAAC,KAAK,CAAC,GAAG,sBAAsB,GAAG,SAAS,CAAC,CAAC,CAAC;;EAE5D,IAAI,IAAI,CAAC,cAAc,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;GACjD,IAAI,CAAC,QAAQ,EAAE,CAAC;GAChB;;;;;EAKD,IAAI,CAAC,IAAI,CAAC,eAAe,EAAE;GAC1B,IAAI,EAAE,CAAC;GACP,OAAO,EAAE,qBAAqB,GAAG,OAAO,GAAG,GAAG;GAC9C,CAAC,CAAC;EACH;;CAED,0BAA0B,EAAE,UAAU,GAAG,EAAE;EAC1C,IAAI,GAAG,GAAG,GAAG,CAAC,MAAM,CAAC,QAAQ;MACzB,GAAG,GAAG,GAAG,CAAC,MAAM,CAAC,SAAS;MAC1B,MAAM,GAAG,IAAI,MAAM,CAAC,GAAG,EAAE,GAAG,CAAC;MAC7B,MAAM,GAAG,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAC,MAAM,CAAC,QAAQ,GAAG,CAAC,CAAC;MACjD,OAAO,GAAG,IAAI,CAAC,cAAc,CAAC;;EAElC,IAAI,OAAO,CAAC,OAAO,EAAE;GACpB,IAAI,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;GACtC,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,EAAE,OAAO,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC;GAC/E;;EAED,IAAI,IAAI,GAAG;GACV,MAAM,EAAE,MAAM;GACd,MAAM,EAAE,MAAM;GACd,SAAS,EAAE,GAAG,CAAC,SAAS;GACxB,CAAC;;EAEF,KAAK,IAAI,CAAC,IAAI,GAAG,CAAC,MAAM,EAAE;GACzB,IAAI,OAAO,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,QAAQ,EAAE;IACtC,IAAI,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;IACxB;GACD;;;;;EAKD,IAAI,CAAC,IAAI,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC;EACjC;;;;;;CAMD,UAAU,EAAE,UAAU,IAAI,EAAE,YAAY,EAAE;EACzC,IAAI,CAAC,YAAY,EAAE,EAAE,OAAO,IAAI,CAAC,EAAE;;EAEnC,IAAI,OAAO,GAAG,IAAI,CAAC,IAAI,CAAC,GAAG,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC;;EAElD,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;;EAE7B,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE;GACvB,OAAO,CAAC,MAAM,EAAE,CAAC;GACjB;;EAED,OAAO,IAAI,CAAC;EACZ;;;;CAID,MAAM,EAAE,YAAY;;EAEnB,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;;EAEvB,IAAI,IAAI,CAAC,YAAY,KAAK,IAAI,CAAC,UAAU,CAAC,WAAW,EAAE;GACtD,MAAM,IAAI,KAAK,CAAC,mDAAmD,CAAC,CAAC;GACrE;;EAED,IAAI;;GAEH,OAAO,IAAI,CAAC,UAAU,CAAC,WAAW,CAAC;GACnC,OAAO,IAAI,CAAC,YAAY,CAAC;GACzB,CAAC,OAAO,CAAC,EAAE;;GAEX,IAAI,CAAC,UAAU,CAAC,WAAW,GAAG,SAAS,CAAC;;GAExC,IAAI,CAAC,YAAY,GAAG,SAAS,CAAC;GAC9B;;EAED,IAAI,IAAI,CAAC,gBAAgB,KAAK,SAAS,EAAE;GACxC,IAAI,CAAC,UAAU,EAAE,CAAC;GAClB;;EAED,IAAI,CAAC,KAAK,EAAE,CAAC;;EAEb+B,MAAc,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;;EAE9B,IAAI,IAAI,CAAC,gBAAgB,EAAE;GAC1B,IAAI,CAAC,gBAAgB,EAAE,CAAC;GACxB;EACD,IAAI,IAAI,CAAC,cAAc,EAAE;GACxBN,eAAoB,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;GAC1C,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC;GAC3B;;EAED,IAAI,CAAC,cAAc,EAAE,CAAC;;EAEtB,IAAI,IAAI,CAAC,OAAO,EAAE;;;;GAIjB,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;GACpB;;EAED,IAAI,CAAC,CAAC;EACN,KAAK,CAAC,IAAI,IAAI,CAAC,OAAO,EAAE;GACvB,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;GACzB;EACD,KAAK,CAAC,IAAI,IAAI,CAAC,MAAM,EAAE;GACtBM,MAAc,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;GAC/B;;EAED,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;EAClB,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC;EACjB,OAAO,IAAI,CAAC,QAAQ,CAAC;EACrB,OAAO,IAAI,CAAC,SAAS,CAAC;;EAEtB,OAAO,IAAI,CAAC;EACZ;;;;;;;CAOD,UAAU,EAAE,UAAU,IAAI,EAAE,SAAS,EAAE;EACtC,IAAI,SAAS,GAAG,cAAc,IAAI,IAAI,GAAG,WAAW,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,EAAE,CAAC,GAAG,OAAO,GAAG,EAAE,CAAC;MAC3F,IAAI,GAAGC,QAAc,CAAC,KAAK,EAAE,SAAS,EAAE,SAAS,IAAI,IAAI,CAAC,QAAQ,CAAC,CAAC;;EAExE,IAAI,IAAI,EAAE;GACT,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;GACzB;EACD,OAAO,IAAI,CAAC;EACZ;;;;;;CAMD,SAAS,EAAE,YAAY;EACtB,IAAI,CAAC,cAAc,EAAE,CAAC;;EAEtB,IAAI,IAAI,CAAC,WAAW,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,EAAE;GACvC,OAAO,IAAI,CAAC,WAAW,CAAC;GACxB;EACD,OAAO,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,oBAAoB,EAAE,CAAC,CAAC;EAC5D;;;;CAID,OAAO,EAAE,YAAY;EACpB,OAAO,IAAI,CAAC,KAAK,CAAC;EAClB;;;;CAID,SAAS,EAAE,YAAY;EACtB,IAAI,MAAM,GAAG,IAAI,CAAC,cAAc,EAAE;MAC9B,EAAE,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,aAAa,EAAE,CAAC;MAC3C,EAAE,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,WAAW,EAAE,CAAC,CAAC;;EAE9C,OAAO,IAAI,YAAY,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;EAChC;;;;CAID,UAAU,EAAE,YAAY;EACvB,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,KAAK,SAAS,GAAG,IAAI,CAAC,cAAc,IAAI,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC;EAC5F;;;;CAID,UAAU,EAAE,YAAY;EACvB,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,KAAK,SAAS;IACvC,IAAI,CAAC,cAAc,KAAK,SAAS,GAAG,QAAQ,GAAG,IAAI,CAAC,cAAc;GACnE,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC;EACtB;;;;;;;CAOD,aAAa,EAAE,UAAU,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE;EACjD,MAAM,GAAG,cAAc,CAAC,MAAM,CAAC,CAAC;EAChC,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;;EAErC,IAAI,IAAI,GAAG,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC;MAC1B,GAAG,GAAG,IAAI,CAAC,UAAU,EAAE;MACvB,GAAG,GAAG,IAAI,CAAC,UAAU,EAAE;MACvB,EAAE,GAAG,MAAM,CAAC,YAAY,EAAE;MAC1B,EAAE,GAAG,MAAM,CAAC,YAAY,EAAE;MAC1B,IAAI,GAAG,IAAI,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,OAAO,CAAC;MACvC,UAAU,GAAG,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,EAAE,IAAI,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC,OAAO,EAAE;MAC/E,IAAI,GAAGlB,KAAa,GAAG,IAAI,CAAC,OAAO,CAAC,QAAQ,GAAG,CAAC;MAChD,MAAM,GAAG,IAAI,CAAC,CAAC,GAAG,UAAU,CAAC,CAAC;MAC9B,MAAM,GAAG,IAAI,CAAC,CAAC,GAAG,UAAU,CAAC,CAAC;MAC9B,KAAK,GAAG,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;;EAEzE,IAAI,GAAG,IAAI,CAAC,YAAY,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;;EAEtC,IAAI,IAAI,EAAE;GACT,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,IAAI,GAAG,GAAG,CAAC,CAAC,IAAI,IAAI,GAAG,GAAG,CAAC,CAAC;GACtD,IAAI,GAAG,MAAM,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,GAAG,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,GAAG,IAAI,CAAC,GAAG,IAAI,CAAC;GAC/E;;EAED,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC,CAAC;EAC1C;;;;CAID,OAAO,EAAE,YAAY;EACpB,IAAI,CAAC,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,YAAY,EAAE;GACrC,IAAI,CAAC,KAAK,GAAG,IAAI,KAAK;IACrB,IAAI,CAAC,UAAU,CAAC,WAAW,IAAI,CAAC;IAChC,IAAI,CAAC,UAAU,CAAC,YAAY,IAAI,CAAC,CAAC,CAAC;;GAEpC,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC;GAC1B;EACD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,CAAC;EAC1B;;;;;CAKD,cAAc,EAAE,UAAU,MAAM,EAAE,IAAI,EAAE;EACvC,IAAI,YAAY,GAAG,IAAI,CAAC,gBAAgB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;EACvD,OAAO,IAAI,MAAM,CAAC,YAAY,EAAE,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;EAClE;;;;;;;;CAQD,cAAc,EAAE,YAAY;EAC3B,IAAI,CAAC,cAAc,EAAE,CAAC;EACtB,OAAO,IAAI,CAAC,YAAY,CAAC;EACzB;;;;;CAKD,mBAAmB,EAAE,UAAU,IAAI,EAAE;EACpC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,kBAAkB,CAAC,IAAI,KAAK,SAAS,GAAG,IAAI,CAAC,OAAO,EAAE,GAAG,IAAI,CAAC,CAAC;EACvF;;;;;;CAMD,OAAO,EAAE,UAAU,IAAI,EAAE;EACxB,OAAO,OAAO,IAAI,KAAK,QAAQ,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;EAC3D;;;;;CAKD,QAAQ,EAAE,YAAY;EACrB,OAAO,IAAI,CAAC,MAAM,CAAC;EACnB;;;;CAID,YAAY,EAAE,YAAY;EACzB,OAAO,IAAI,CAAC,UAAU,CAAC;EACvB;;;;;;;;CAQD,YAAY,EAAE,UAAU,MAAM,EAAE,QAAQ,EAAE;;EAEzC,IAAI,GAAG,GAAG,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC;EAC3B,QAAQ,GAAG,QAAQ,KAAK,SAAS,GAAG,IAAI,CAAC,KAAK,GAAG,QAAQ,CAAC;EAC1D,OAAO,GAAG,CAAC,KAAK,CAAC,MAAM,CAAC,GAAG,GAAG,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;EAC/C;;;;;;CAMD,YAAY,EAAE,UAAU,KAAK,EAAE,QAAQ,EAAE;EACxC,IAAI,GAAG,GAAG,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC;EAC3B,QAAQ,GAAG,QAAQ,KAAK,SAAS,GAAG,IAAI,CAAC,KAAK,GAAG,QAAQ,CAAC;EAC1D,IAAI,IAAI,GAAG,GAAG,CAAC,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC;EACjD,OAAO,KAAK,CAAC,IAAI,CAAC,GAAG,QAAQ,GAAG,IAAI,CAAC;EACrC;;;;;;;CAOD,OAAO,EAAE,UAAU,MAAM,EAAE,IAAI,EAAE;EAChC,IAAI,GAAG,IAAI,KAAK,SAAS,GAAG,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;EAC9C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,aAAa,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC;EAC9D;;;;CAID,SAAS,EAAE,UAAU,KAAK,EAAE,IAAI,EAAE;EACjC,IAAI,GAAG,IAAI,KAAK,SAAS,GAAG,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;EAC9C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,aAAa,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,IAAI,CAAC,CAAC;EAC5D;;;;;CAKD,kBAAkB,EAAE,UAAU,KAAK,EAAE;EACpC,IAAI,cAAc,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC,CAAC;EAC/D,OAAO,IAAI,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;EACtC;;;;;CAKD,kBAAkB,EAAE,UAAU,MAAM,EAAE;EACrC,IAAI,cAAc,GAAG,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;EAC7D,OAAO,cAAc,CAAC,SAAS,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC,CAAC;EACvD;;;;;;;;CAQD,UAAU,EAAE,UAAU,MAAM,EAAE;EAC7B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC;EACrD;;;;;;;;CAQD,gBAAgB,EAAE,UAAU,MAAM,EAAE;EACnC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,gBAAgB,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC;EACjE;;;;;CAKD,QAAQ,EAAE,UAAU,OAAO,EAAE,OAAO,EAAE;EACrC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,QAAQ,CAAC,OAAO,CAAC,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC,CAAC;EACvE;;;;;CAKD,0BAA0B,EAAE,UAAU,KAAK,EAAE;EAC5C,OAAO,OAAO,CAAC,KAAK,CAAC,CAAC,QAAQ,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC,CAAC;EACtD;;;;;CAKD,0BAA0B,EAAE,UAAU,KAAK,EAAE;EAC5C,OAAO,OAAO,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC,CAAC;EACjD;;;;;CAKD,sBAAsB,EAAE,UAAU,KAAK,EAAE;EACxC,IAAI,UAAU,GAAG,IAAI,CAAC,0BAA0B,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC;EACjE,OAAO,IAAI,CAAC,kBAAkB,CAAC,UAAU,CAAC,CAAC;EAC3C;;;;;CAKD,sBAAsB,EAAE,UAAU,MAAM,EAAE;EACzC,OAAO,IAAI,CAAC,0BAA0B,CAAC,IAAI,CAAC,kBAAkB,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;EAClF;;;;;CAKD,0BAA0B,EAAE,UAAU,CAAC,EAAE;EACxC,OAAOmB,gBAAyB,CAAC,CAAC,EAAE,IAAI,CAAC,UAAU,CAAC,CAAC;EACrD;;;;;CAKD,sBAAsB,EAAE,UAAU,CAAC,EAAE;EACpC,OAAO,IAAI,CAAC,0BAA0B,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,CAAC,CAAC,CAAC;EAC3E;;;;;CAKD,kBAAkB,EAAE,UAAU,CAAC,EAAE;EAChC,OAAO,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC;EAC/D;;;;;CAKD,cAAc,EAAE,UAAU,EAAE,EAAE;EAC7B,IAAI,SAAS,GAAG,IAAI,CAAC,UAAU,GAAGC,GAAW,CAAC,EAAE,CAAC,CAAC;;EAElD,IAAI,CAAC,SAAS,EAAE;GACf,MAAM,IAAI,KAAK,CAAC,0BAA0B,CAAC,CAAC;GAC5C,MAAM,IAAI,SAAS,CAAC,WAAW,EAAE;GACjC,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;GACzD;;EAEDnB,EAAW,CAAC,SAAS,EAAE,QAAQ,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;EACvD,IAAI,CAAC,YAAY,GAAGd,KAAU,CAAC,SAAS,CAAC,CAAC;EAC1C;;CAED,WAAW,EAAE,YAAY;EACxB,IAAI,SAAS,GAAG,IAAI,CAAC,UAAU,CAAC;;EAEhC,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,OAAO,CAAC,aAAa,IAAIa,KAAa,CAAC;;EAEjEgB,QAAgB,CAAC,SAAS,EAAE,mBAAmB;IAC7Cb,KAAa,GAAG,gBAAgB,GAAG,EAAE,CAAC;IACtCkB,MAAc,GAAG,iBAAiB,GAAG,EAAE,CAAC;IACxCC,KAAa,GAAG,gBAAgB,GAAG,EAAE,CAAC;IACtCC,MAAc,GAAG,iBAAiB,GAAG,EAAE,CAAC;IACxC,IAAI,CAAC,aAAa,GAAG,oBAAoB,GAAG,EAAE,CAAC,CAAC,CAAC;;EAEnD,IAAI,QAAQ,GAAGC,QAAgB,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC;;EAEvD,IAAI,QAAQ,KAAK,UAAU,IAAI,QAAQ,KAAK,UAAU,IAAI,QAAQ,KAAK,OAAO,EAAE;GAC/E,SAAS,CAAC,KAAK,CAAC,QAAQ,GAAG,UAAU,CAAC;GACtC;;EAED,IAAI,CAAC,UAAU,EAAE,CAAC;;EAElB,IAAI,IAAI,CAAC,eAAe,EAAE;GACzB,IAAI,CAAC,eAAe,EAAE,CAAC;GACvB;EACD;;CAED,UAAU,EAAE,YAAY;EACvB,IAAI,KAAK,GAAG,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC;EAC7B,IAAI,CAAC,cAAc,GAAG,EAAE,CAAC;;;;;;;;;;;;;;EAczB,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,UAAU,CAAC,SAAS,EAAE,IAAI,CAAC,UAAU,CAAC,CAAC;EAC5Dd,WAAmB,CAAC,IAAI,CAAC,QAAQ,EAAE,IAAI,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;;;;EAIpD,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC;;;EAG5B,IAAI,CAAC,UAAU,CAAC,YAAY,CAAC,CAAC;;;EAG9B,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;;;EAG/B,IAAI,CAAC,UAAU,CAAC,YAAY,CAAC,CAAC;;;EAG9B,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;;;EAG/B,IAAI,CAAC,UAAU,CAAC,WAAW,CAAC,CAAC;;EAE7B,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,mBAAmB,EAAE;GACtCM,QAAgB,CAAC,KAAK,CAAC,UAAU,EAAE,mBAAmB,CAAC,CAAC;GACxDA,QAAgB,CAAC,KAAK,CAAC,UAAU,EAAE,mBAAmB,CAAC,CAAC;GACxD;EACD;;;;;;CAMD,UAAU,EAAE,UAAU,MAAM,EAAE,IAAI,EAAE;EACnCN,WAAmB,CAAC,IAAI,CAAC,QAAQ,EAAE,IAAI,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;;EAEpD,IAAI,OAAO,GAAG,CAAC,IAAI,CAAC,OAAO,CAAC;EAC5B,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC;EACpB,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;;EAE7B,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;;EAE1B,IAAI,WAAW,GAAG,IAAI,CAAC,KAAK,KAAK,IAAI,CAAC;EACtC,IAAI;IACF,UAAU,CAAC,WAAW,EAAE,KAAK,CAAC;IAC9B,KAAK,CAAC,MAAM,EAAE,IAAI,CAAC;IACnB,QAAQ,CAAC,WAAW,CAAC,CAAC;;;;;EAKxB,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;;;;;EAKvB,IAAI,OAAO,EAAE;GACZ,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;GAClB;EACD;;CAED,UAAU,EAAE,UAAU,WAAW,EAAE,WAAW,EAAE;;;;;EAK/C,IAAI,WAAW,EAAE;GAChB,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;GACvB;EACD,IAAI,CAAC,WAAW,EAAE;GACjB,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;GACvB;EACD,OAAO,IAAI,CAAC;EACZ;;CAED,KAAK,EAAE,UAAU,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE;EACpC,IAAI,IAAI,KAAK,SAAS,EAAE;GACvB,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC;GAClB;EACD,IAAI,WAAW,GAAG,IAAI,CAAC,KAAK,KAAK,IAAI,CAAC;;EAEtC,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;EAClB,IAAI,CAAC,WAAW,GAAG,MAAM,CAAC;EAC1B,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,CAAC;;;;;EAKpD,IAAI,WAAW,KAAK,IAAI,IAAI,IAAI,CAAC,KAAK,CAAC,EAAE;GACxC,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;GACxB;;;;;EAKD,OAAO,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;EAC/B;;CAED,QAAQ,EAAE,UAAU,WAAW,EAAE;;;EAGhC,IAAI,WAAW,EAAE;GAChB,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;GACrB;;;;;EAKD,OAAO,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;EAC5B;;CAED,KAAK,EAAE,YAAY;EAClBC,eAAoB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;EACvC,IAAI,IAAI,CAAC,QAAQ,EAAE;GAClB,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,CAAC;GACrB;EACD,OAAO,IAAI,CAAC;EACZ;;CAED,SAAS,EAAE,UAAU,MAAM,EAAE;EAC5BD,WAAmB,CAAC,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,cAAc,EAAE,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC;EAC3E;;CAED,YAAY,EAAE,YAAY;EACzB,OAAO,IAAI,CAAC,UAAU,EAAE,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC;EAC7C;;CAED,mBAAmB,EAAE,YAAY;EAChC,IAAI,CAAC,IAAI,CAAC,gBAAgB,EAAE;GAC3B,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC;GAC7C;EACD;;CAED,cAAc,EAAE,YAAY;EAC3B,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;GAClB,MAAM,IAAI,KAAK,CAAC,gCAAgC,CAAC,CAAC;GAClD;EACD;;;;;CAKD,WAAW,EAAE,UAAUe,SAAM,EAAE;EAC9B,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;EACnB,IAAI,CAAC,QAAQ,CAACtC,KAAU,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,GAAG,IAAI,CAAC;;EAElD,IAAI,KAAK,GAAGsC,SAAM,GAAGvB,GAAY,GAAGD,EAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;EAuBhD,KAAK,CAAC,IAAI,CAAC,UAAU,EAAE,mCAAmC;GACzD,mDAAmD,EAAE,IAAI,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC;;EAElF,IAAI,IAAI,CAAC,OAAO,CAAC,WAAW,EAAE;GAC7B,KAAK,CAAC,MAAM,EAAE,QAAQ,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;GAC9C;;EAED,IAAID,KAAa,IAAI,IAAI,CAAC,OAAO,CAAC,gBAAgB,EAAE;GACnD,CAACyB,SAAM,GAAG,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC,EAAE,EAAE,IAAI,CAAC,IAAI,EAAE,SAAS,EAAE,IAAI,CAAC,UAAU,CAAC,CAAC;GACrE;EACD;;CAED,SAAS,EAAE,YAAY;EACtBd,eAAoB,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;EAC1C,IAAI,CAAC,cAAc,GAAGF,gBAAqB;UACnC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC;EAC7E;;CAED,SAAS,EAAE,YAAY;EACtB,IAAI,CAAC,UAAU,CAAC,SAAS,IAAI,CAAC,CAAC;EAC/B,IAAI,CAAC,UAAU,CAAC,UAAU,GAAG,CAAC,CAAC;EAC/B;;CAED,UAAU,EAAE,YAAY;EACvB,IAAI,GAAG,GAAG,IAAI,CAAC,cAAc,EAAE,CAAC;EAChC,IAAI,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,OAAO,CAAC,gBAAgB,EAAE;;;GAGhF,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,SAAS,EAAE,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC;GAClD;EACD;;CAED,iBAAiB,EAAE,UAAU,CAAC,EAAE,IAAI,EAAE;EACrC,IAAI,OAAO,GAAG,EAAE;MACZ,MAAM;MACN,OAAO,GAAG,IAAI,KAAK,UAAU,IAAI,IAAI,KAAK,WAAW;MACrD,GAAG,GAAG,CAAC,CAAC,MAAM,IAAI,CAAC,CAAC,UAAU;MAC9B,QAAQ,GAAG,KAAK,CAAC;;EAErB,OAAO,GAAG,EAAE;GACX,MAAM,GAAG,IAAI,CAAC,QAAQ,CAACtB,KAAU,CAAC,GAAG,CAAC,CAAC,CAAC;GACxC,IAAI,MAAM,KAAK,IAAI,KAAK,OAAO,IAAI,IAAI,KAAK,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,UAAU,IAAI,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,EAAE;;IAEzG,QAAQ,GAAG,IAAI,CAAC;IAChB,MAAM;IACN;GACD,IAAI,MAAM,IAAI,MAAM,CAAC,OAAO,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE;IACzC,IAAI,OAAO,IAAI,CAACuC,gBAAyB,CAAC,GAAG,EAAE,CAAC,CAAC,EAAE,EAAE,MAAM,EAAE;IAC7D,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;IACrB,IAAI,OAAO,EAAE,EAAE,MAAM,EAAE;IACvB;GACD,IAAI,GAAG,KAAK,IAAI,CAAC,UAAU,EAAE,EAAE,MAAM,EAAE;GACvC,GAAG,GAAG,GAAG,CAAC,UAAU,CAAC;GACrB;EACD,IAAI,CAAC,OAAO,CAAC,MAAM,IAAI,CAAC,QAAQ,IAAI,CAAC,OAAO,IAAIA,gBAAyB,CAAC,GAAG,EAAE,CAAC,CAAC,EAAE;GAClF,OAAO,GAAG,CAAC,IAAI,CAAC,CAAC;GACjB;EACD,OAAO,OAAO,CAAC;EACf;;CAED,eAAe,EAAE,UAAU,CAAC,EAAE;EAC7B,IAAI,CAAC,IAAI,CAAC,OAAO,IAAIC,OAAgB,CAAC,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE;;EAErD,IAAI,IAAI,GAAG,CAAC,CAAC,IAAI,CAAC;;EAElB,IAAI,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,UAAU,EAAE;;GAEhDC,cAAsB,CAAC,CAAC,CAAC,MAAM,IAAI,CAAC,CAAC,UAAU,CAAC,CAAC;GACjD;;EAED,IAAI,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC;EAC5B;;CAED,YAAY,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,aAAa,CAAC;;CAE3E,aAAa,EAAE,UAAU,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE;;EAE1C,IAAI,CAAC,CAAC,IAAI,KAAK,OAAO,EAAE;;;;;;GAMvB,IAAI,KAAK,GAAG9C,MAAW,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC;GAC/B,KAAK,CAAC,IAAI,GAAG,UAAU,CAAC;GACxB,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,KAAK,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;GAC/C;;EAED,IAAI,CAAC,CAAC,QAAQ,EAAE,EAAE,OAAO,EAAE;;;EAG3B,OAAO,GAAG,CAAC,OAAO,IAAI,EAAE,EAAE,MAAM,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;;EAElE,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,EAAE,OAAO,EAAE;;EAEhC,IAAI,MAAM,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;EACxB,IAAI,IAAI,KAAK,aAAa,IAAI,MAAM,CAAC,OAAO,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE;GACzDW,cAAuB,CAAC,CAAC,CAAC,CAAC;GAC3B;;EAED,IAAI,IAAI,GAAG;GACV,aAAa,EAAE,CAAC;GAChB,CAAC;;EAEF,IAAI,CAAC,CAAC,IAAI,KAAK,UAAU,EAAE;GAC1B,IAAI,QAAQ,GAAG,MAAM,CAAC,SAAS,KAAK,CAAC,MAAM,CAAC,OAAO,IAAI,MAAM,CAAC,OAAO,IAAI,EAAE,CAAC,CAAC;GAC7E,IAAI,CAAC,cAAc,GAAG,QAAQ;IAC7B,IAAI,CAAC,sBAAsB,CAAC,MAAM,CAAC,SAAS,EAAE,CAAC,GAAG,IAAI,CAAC,0BAA0B,CAAC,CAAC,CAAC,CAAC;GACtF,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,0BAA0B,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;GACvE,IAAI,CAAC,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC,SAAS,EAAE,GAAG,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;GACvF;;EAED,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;GACxC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;GAClC,IAAI,IAAI,CAAC,aAAa,CAAC,QAAQ;KAC7B,OAAO,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,mBAAmB,KAAK,KAAK,IAAIoC,OAAY,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE;GAChH;EACD;;CAED,eAAe,EAAE,UAAU,GAAG,EAAE;EAC/B,GAAG,GAAG,GAAG,CAAC,QAAQ,IAAI,GAAG,CAAC,QAAQ,CAAC,OAAO,EAAE,GAAG,GAAG,GAAG,IAAI,CAAC;EAC1D,OAAO,CAAC,GAAG,CAAC,QAAQ,IAAI,GAAG,CAAC,QAAQ,CAAC,KAAK,EAAE,MAAM,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC,CAAC;EACxF;;CAED,cAAc,EAAE,YAAY;EAC3B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;GAC1D,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;GAC5B;EACD;;;;;;;;CAQD,SAAS,EAAE,UAAU,QAAQ,EAAE,OAAO,EAAE;EACvC,IAAI,IAAI,CAAC,OAAO,EAAE;GACjB,QAAQ,CAAC,IAAI,CAAC,OAAO,IAAI,IAAI,EAAE,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC;GAC/C,MAAM;GACN,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC;GACnC;EACD,OAAO,IAAI,CAAC;EACZ;;;;;CAKD,cAAc,EAAE,YAAY;EAC3B,OAAOrB,WAAmB,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;EAC7D;;CAED,MAAM,EAAE,YAAY;EACnB,IAAI,GAAG,GAAG,IAAI,CAAC,cAAc,EAAE,CAAC;EAChC,OAAO,GAAG,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;EAClC;;CAED,gBAAgB,EAAE,UAAU,MAAM,EAAE,IAAI,EAAE;EACzC,IAAI,WAAW,GAAG,MAAM,IAAI,IAAI,KAAK,SAAS;GAC7C,IAAI,CAAC,kBAAkB,CAAC,MAAM,EAAE,IAAI,CAAC;GACrC,IAAI,CAAC,cAAc,EAAE,CAAC;EACvB,OAAO,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC,CAAC;EACnD;;CAED,kBAAkB,EAAE,UAAU,MAAM,EAAE,IAAI,EAAE;EAC3C,IAAI,QAAQ,GAAG,IAAI,CAAC,OAAO,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;EAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;EAC3F;;CAED,sBAAsB,EAAE,UAAU,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE;EACvD,IAAI,OAAO,GAAG,IAAI,CAAC,kBAAkB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;EACpD,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;EACrD;;CAED,6BAA6B,EAAE,UAAU,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE;EACpE,IAAI,OAAO,GAAG,IAAI,CAAC,kBAAkB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;EACpD,OAAO,QAAQ,CAAC;GACf,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,YAAY,EAAE,EAAE,IAAI,CAAC,CAAC,SAAS,CAAC,OAAO,CAAC;GAClE,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,YAAY,EAAE,EAAE,IAAI,CAAC,CAAC,SAAS,CAAC,OAAO,CAAC;GAClE,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,YAAY,EAAE,EAAE,IAAI,CAAC,CAAC,SAAS,CAAC,OAAO,CAAC;GAClE,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,YAAY,EAAE,EAAE,IAAI,CAAC,CAAC,SAAS,CAAC,OAAO,CAAC;GAClE,CAAC,CAAC;EACH;;;CAGD,oBAAoB,EAAE,YAAY;EACjC,OAAO,IAAI,CAAC,0BAA0B,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;EACpE;;;CAGD,gBAAgB,EAAE,UAAU,MAAM,EAAE;EACnC,OAAO,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,CAAC,QAAQ,CAAC,IAAI,CAAC,oBAAoB,EAAE,CAAC,CAAC;EAC7E;;;CAGD,YAAY,EAAE,UAAU,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE;;EAE7C,IAAI,CAAC,MAAM,EAAE,EAAE,OAAO,MAAM,CAAC,EAAE;;EAE/B,IAAI,WAAW,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,IAAI,CAAC;MACxC,QAAQ,GAAG,IAAI,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC;MACrC,UAAU,GAAG,IAAI,MAAM,CAAC,WAAW,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE,WAAW,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;MAClF,MAAM,GAAG,IAAI,CAAC,gBAAgB,CAAC,UAAU,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;;;;;EAK7D,IAAI,MAAM,CAAC,KAAK,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE;GAClC,OAAO,MAAM,CAAC;GACd;;EAED,OAAO,IAAI,CAAC,SAAS,CAAC,WAAW,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC;EACrD;;;CAGD,YAAY,EAAE,UAAU,MAAM,EAAE,MAAM,EAAE;EACvC,IAAI,CAAC,MAAM,EAAE,EAAE,OAAO,MAAM,CAAC,EAAE;;EAE/B,IAAI,UAAU,GAAG,IAAI,CAAC,cAAc,EAAE;MAClC,SAAS,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,GAAG,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE,UAAU,CAAC,GAAG,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;;EAEnF,OAAO,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,gBAAgB,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC,CAAC;EAC5D;;;CAGD,gBAAgB,EAAE,UAAU,QAAQ,EAAE,SAAS,EAAE,IAAI,EAAE;EACtD,IAAI,kBAAkB,GAAG,QAAQ;UACzB,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,YAAY,EAAE,EAAE,IAAI,CAAC;UAC5C,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,YAAY,EAAE,EAAE,IAAI,CAAC;OAC/C;MACD,SAAS,GAAG,kBAAkB,CAAC,GAAG,CAAC,QAAQ,CAAC,QAAQ,CAAC,GAAG,CAAC;MACzD,SAAS,GAAG,kBAAkB,CAAC,GAAG,CAAC,QAAQ,CAAC,QAAQ,CAAC,GAAG,CAAC;;MAEzD,EAAE,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;MAC7C,EAAE,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;;EAElD,OAAO,IAAI,KAAK,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;EACzB;;CAED,QAAQ,EAAE,UAAU,IAAI,EAAE,KAAK,EAAE;EAChC,OAAO,IAAI,GAAG,KAAK,GAAG,CAAC;GACtB,IAAI,CAAC,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC,GAAG,CAAC;GAC5B,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC;EAC/D;;CAED,UAAU,EAAE,UAAU,IAAI,EAAE;EAC3B,IAAI,GAAG,GAAG,IAAI,CAAC,UAAU,EAAE;MACvB,GAAG,GAAG,IAAI,CAAC,UAAU,EAAE;MACvB,IAAI,GAAGR,KAAa,GAAG,IAAI,CAAC,OAAO,CAAC,QAAQ,GAAG,CAAC,CAAC;EACrD,IAAI,IAAI,EAAE;GACT,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,GAAG,IAAI,CAAC,GAAG,IAAI,CAAC;GACtC;EACD,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC,CAAC;EAC1C;;CAED,oBAAoB,EAAE,YAAY;EACjC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;EAClB;;CAED,mBAAmB,EAAE,YAAY;EAChC8B,WAAmB,CAAC,IAAI,CAAC,QAAQ,EAAE,kBAAkB,CAAC,CAAC;EACvD,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;EACrB;;CAED,eAAe,EAAE,UAAU,MAAM,EAAE,OAAO,EAAE;;EAE3C,IAAI,MAAM,GAAG,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC,MAAM,EAAE,CAAC;;;EAGpD,IAAI,CAAC,OAAO,IAAI,OAAO,CAAC,OAAO,MAAM,IAAI,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,EAAE,OAAO,KAAK,CAAC,EAAE;;EAEhG,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;;EAE5B,OAAO,IAAI,CAAC;EACZ;;CAED,gBAAgB,EAAE,YAAY;;EAE7B,IAAI,KAAK,GAAG,IAAI,CAAC,MAAM,GAAGZ,QAAc,CAAC,KAAK,EAAE,qCAAqC,CAAC,CAAC;EACvF,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;;EAEvC,IAAI,CAAC,EAAE,CAAC,UAAU,EAAE,UAAU,CAAC,EAAE;GAChC,IAAI,IAAI,GAAGa,SAAiB;OACxB,SAAS,GAAG,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;;GAExCC,YAAoB,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC;;;GAGhG,IAAI,SAAS,KAAK,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,cAAc,EAAE;IACjE,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAC5B;GACD,EAAE,IAAI,CAAC,CAAC;;EAET,IAAI,CAAC,EAAE,CAAC,cAAc,EAAE,YAAY;GACnC,IAAI,CAAC,GAAG,IAAI,CAAC,SAAS,EAAE;OACpB,CAAC,GAAG,IAAI,CAAC,OAAO,EAAE,CAAC;GACvBA,YAAoB,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;GAC/E,EAAE,IAAI,CAAC,CAAC;;EAET,IAAI,CAAC,GAAG,CAAC,QAAQ,EAAE,IAAI,CAAC,iBAAiB,EAAE,IAAI,CAAC,CAAC;EACjD;;CAED,iBAAiB,EAAE,YAAY;EAC9Bf,MAAc,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;EAC5B,OAAO,IAAI,CAAC,MAAM,CAAC;EACnB;;CAED,mBAAmB,EAAE,UAAU,CAAC,EAAE;EACjC,IAAI,IAAI,CAAC,cAAc,IAAI,CAAC,CAAC,YAAY,CAAC,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,EAAE;GACpE,IAAI,CAAC,oBAAoB,EAAE,CAAC;GAC5B;EACD;;CAED,iBAAiB,EAAE,YAAY;EAC9B,OAAO,CAAC,IAAI,CAAC,UAAU,CAAC,sBAAsB,CAAC,uBAAuB,CAAC,CAAC,MAAM,CAAC;EAC/E;;CAED,gBAAgB,EAAE,UAAU,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE;;EAElD,IAAI,IAAI,CAAC,cAAc,EAAE,EAAE,OAAO,IAAI,CAAC,EAAE;;EAEzC,OAAO,GAAG,OAAO,IAAI,EAAE,CAAC;;;EAGxB,IAAI,CAAC,IAAI,CAAC,aAAa,IAAI,OAAO,CAAC,OAAO,KAAK,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE;UACxE,IAAI,CAAC,GAAG,CAAC,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,sBAAsB,EAAE,EAAE,OAAO,KAAK,CAAC,EAAE;;;EAG5F,IAAI,KAAK,GAAG,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC;MAC/B,MAAM,GAAG,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC,CAAC;;;EAGpE,IAAI,OAAO,CAAC,OAAO,KAAK,IAAI,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,EAAE,OAAO,KAAK,CAAC,EAAE;;EAEnFR,gBAAqB,CAAC,YAAY;GACjC,IAAI;QACC,UAAU,CAAC,IAAI,EAAE,KAAK,CAAC;QACvB,YAAY,CAAC,MAAM,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;GACtC,EAAE,IAAI,CAAC,CAAC;;EAET,OAAO,IAAI,CAAC;EACZ;;CAED,YAAY,EAAE,UAAU,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE;EAC1D,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,EAAE,OAAO,EAAE;;EAE/B,IAAI,SAAS,EAAE;GACd,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC;;;GAG3B,IAAI,CAAC,gBAAgB,GAAG,MAAM,CAAC;GAC/B,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC;;GAE3BO,QAAgB,CAAC,IAAI,CAAC,QAAQ,EAAE,mBAAmB,CAAC,CAAC;GACrD;;;;EAID,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE;GACrB,MAAM,EAAE,MAAM;GACd,IAAI,EAAE,IAAI;GACV,QAAQ,EAAE,QAAQ;GAClB,CAAC,CAAC;;;EAGH,UAAU,CAAC9B,IAAS,CAAC,IAAI,CAAC,oBAAoB,EAAE,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC;EAC5D;;CAED,oBAAoB,EAAE,YAAY;EACjC,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE,EAAE,OAAO,EAAE;;EAErC,IAAI,IAAI,CAAC,QAAQ,EAAE;GAClB4C,WAAmB,CAAC,IAAI,CAAC,QAAQ,EAAE,mBAAmB,CAAC,CAAC;GACxD;;EAED,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC;;EAE5B,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,gBAAgB,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;;;EAGvDrB,gBAAqB,CAAC,YAAY;GACjC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;GACpB,EAAE,IAAI,CAAC,CAAC;EACT;CACD,CAAC,CAAC;;;;;;;;;;;;AAYH,AAAO,SAAS,SAAS,CAAC,EAAE,EAAE,OAAO,EAAE;CACtC,OAAO,IAAI,GAAG,CAAC,EAAE,EAAE,OAAO,CAAC,CAAC;CAC5B;;AC/qDD;;;;;;;;;AASA,AAAO,IAAI,OAAO,GAAG,KAAK,CAAC,MAAM,CAAC;;;CAGjC,OAAO,EAAE;;;;EAIR,QAAQ,EAAE,UAAU;EACpB;;CAED,UAAU,EAAE,UAAU,OAAO,EAAE;EAC9BG,UAAe,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;EAC/B;;;;;;;;CAQD,WAAW,EAAE,YAAY;EACxB,OAAO,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC;EAC7B;;;;CAID,WAAW,EAAE,UAAU,QAAQ,EAAE;EAChC,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC;;EAEpB,IAAI,GAAG,EAAE;GACR,GAAG,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;GACxB;;EAED,IAAI,CAAC,OAAO,CAAC,QAAQ,GAAG,QAAQ,CAAC;;EAEjC,IAAI,GAAG,EAAE;GACR,GAAG,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;GACrB;;EAED,OAAO,IAAI,CAAC;EACZ;;;;CAID,YAAY,EAAE,YAAY;EACzB,OAAO,IAAI,CAAC,UAAU,CAAC;EACvB;;;;CAID,KAAK,EAAE,UAAU,GAAG,EAAE;EACrB,IAAI,CAAC,MAAM,EAAE,CAAC;EACd,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC;;EAEhB,IAAI,SAAS,GAAG,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC;MAC7C,GAAG,GAAG,IAAI,CAAC,WAAW,EAAE;MACxB,MAAM,GAAG,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC;;EAEtCI,QAAgB,CAAC,SAAS,EAAE,iBAAiB,CAAC,CAAC;;EAE/C,IAAI,GAAG,CAAC,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE;GACjC,MAAM,CAAC,YAAY,CAAC,SAAS,EAAE,MAAM,CAAC,UAAU,CAAC,CAAC;GAClD,MAAM;GACN,MAAM,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC;GAC9B;;EAED,OAAO,IAAI,CAAC;EACZ;;;;CAID,MAAM,EAAE,YAAY;EACnB,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE;GACf,OAAO,IAAI,CAAC;GACZ;;EAEDC,MAAc,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;;EAEhC,IAAI,IAAI,CAAC,QAAQ,EAAE;GAClB,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;GACzB;;EAED,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;;EAEjB,OAAO,IAAI,CAAC;EACZ;;CAED,aAAa,EAAE,UAAU,CAAC,EAAE;;EAE3B,IAAI,IAAI,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,CAAC,OAAO,GAAG,CAAC,IAAI,CAAC,CAAC,OAAO,GAAG,CAAC,EAAE;GACrD,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,CAAC,KAAK,EAAE,CAAC;GACjC;EACD;CACD,CAAC,CAAC;;AAEH,AAAO,IAAI,OAAO,GAAG,UAAU,OAAO,EAAE;CACvC,OAAO,IAAI,OAAO,CAAC,OAAO,CAAC,CAAC;CAC5B,CAAC;;;;;;;;;;;;;;;;;AAiBF,GAAG,CAAC,OAAO,CAAC;;;CAGX,UAAU,EAAE,UAAU,OAAO,EAAE;EAC9B,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;EACpB,OAAO,IAAI,CAAC;EACZ;;;;CAID,aAAa,EAAE,UAAU,OAAO,EAAE;EACjC,OAAO,CAAC,MAAM,EAAE,CAAC;EACjB,OAAO,IAAI,CAAC;EACZ;;CAED,eAAe,EAAE,YAAY;EAC5B,IAAI,OAAO,GAAG,IAAI,CAAC,eAAe,GAAG,EAAE;MACnC,CAAC,GAAG,UAAU;MACd,SAAS,GAAG,IAAI,CAAC,iBAAiB;cAC1BC,QAAc,CAAC,KAAK,EAAE,CAAC,GAAG,mBAAmB,EAAE,IAAI,CAAC,UAAU,CAAC,CAAC;;EAE5E,SAAS,YAAY,CAAC,KAAK,EAAE,KAAK,EAAE;GACnC,IAAI,SAAS,GAAG,CAAC,GAAG,KAAK,GAAG,GAAG,GAAG,CAAC,GAAG,KAAK,CAAC;;GAE5C,OAAO,CAAC,KAAK,GAAG,KAAK,CAAC,GAAGA,QAAc,CAAC,KAAK,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC;GACrE;;EAED,YAAY,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;EAC5B,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;EAC7B,YAAY,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC;EAC/B,YAAY,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAC;EAChC;;CAED,gBAAgB,EAAE,YAAY;EAC7B,KAAK,IAAI,CAAC,IAAI,IAAI,CAAC,eAAe,EAAE;GACnCD,MAAc,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC;GACxC;EACDA,MAAc,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;EACvC,OAAO,IAAI,CAAC,eAAe,CAAC;EAC5B,OAAO,IAAI,CAAC,iBAAiB,CAAC;EAC9B;CACD,CAAC,CAAC;;ACnKH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuCA,AAAO,IAAI,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;;;CAGlC,OAAO,EAAE;;;EAGR,SAAS,EAAE,IAAI;EACf,QAAQ,EAAE,UAAU;;;;EAIpB,UAAU,EAAE,IAAI;;;;EAIhB,cAAc,EAAE,KAAK;;;;;EAKrB,UAAU,EAAE,KAAK;;;;;;;;EAQjB,YAAY,EAAE,UAAU,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE;GACrD,OAAO,KAAK,GAAG,KAAK,GAAG,CAAC,CAAC,IAAI,KAAK,GAAG,KAAK,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;GACpD;EACD;;CAED,UAAU,EAAE,UAAU,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE;EACpDL,UAAe,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;;EAE/B,IAAI,CAAC,mBAAmB,GAAG,EAAE,CAAC;EAC9B,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;EAClB,IAAI,CAAC,WAAW,GAAG,CAAC,CAAC;EACrB,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC;;EAE5B,KAAK,IAAI,CAAC,IAAI,UAAU,EAAE;GACzB,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;GACjC;;EAED,KAAK,CAAC,IAAI,QAAQ,EAAE;GACnB,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,CAAC;GACrC;EACD;;CAED,KAAK,EAAE,UAAU,GAAG,EAAE;EACrB,IAAI,CAAC,WAAW,EAAE,CAAC;EACnB,IAAI,CAAC,OAAO,EAAE,CAAC;;EAEf,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC;EAChB,GAAG,CAAC,EAAE,CAAC,SAAS,EAAE,IAAI,CAAC,oBAAoB,EAAE,IAAI,CAAC,CAAC;;EAEnD,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;GAC7C,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,EAAE,CAAC,YAAY,EAAE,IAAI,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;GAClE;;EAED,OAAO,IAAI,CAAC,UAAU,CAAC;EACvB;;CAED,KAAK,EAAE,UAAU,GAAG,EAAE;EACrB,OAAO,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;;EAExC,OAAO,IAAI,CAAC,qBAAqB,EAAE,CAAC;EACpC;;CAED,QAAQ,EAAE,YAAY;EACrB,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,SAAS,EAAE,IAAI,CAAC,oBAAoB,EAAE,IAAI,CAAC,CAAC;;EAE1D,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;GAC7C,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,YAAY,EAAE,IAAI,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;GACnE;EACD;;;;CAID,YAAY,EAAE,UAAU,KAAK,EAAE,IAAI,EAAE;EACpC,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;EAC5B,OAAO,CAAC,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,EAAE,GAAG,IAAI,CAAC;EAC3C;;;;CAID,UAAU,EAAE,UAAU,KAAK,EAAE,IAAI,EAAE;EAClC,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;EAClC,OAAO,CAAC,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,EAAE,GAAG,IAAI,CAAC;EAC3C;;;;CAID,WAAW,EAAE,UAAU,KAAK,EAAE;EAC7B,KAAK,CAAC,GAAG,CAAC,YAAY,EAAE,IAAI,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;;EAEnD,IAAI,GAAG,GAAG,IAAI,CAAC,SAAS,CAACzB,KAAU,CAAC,KAAK,CAAC,CAAC,CAAC;EAC5C,IAAI,GAAG,EAAE;GACR,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC;GAClD;EACD,OAAO,CAAC,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,EAAE,GAAG,IAAI,CAAC;EAC3C;;;;CAID,MAAM,EAAE,YAAY;EACnB6B,QAAgB,CAAC,IAAI,CAAC,UAAU,EAAE,iCAAiC,CAAC,CAAC;EACrE,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,GAAG,IAAI,CAAC;EAClC,IAAI,gBAAgB,GAAG,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC,IAAI,IAAI,CAAC,UAAU,CAAC,SAAS,GAAG,EAAE,CAAC,CAAC;EAChF,IAAI,gBAAgB,GAAG,IAAI,CAAC,QAAQ,CAAC,YAAY,EAAE;GAClDA,QAAgB,CAAC,IAAI,CAAC,QAAQ,EAAE,kCAAkC,CAAC,CAAC;GACpE,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,GAAG,gBAAgB,GAAG,IAAI,CAAC;GACrD,MAAM;GACNc,WAAmB,CAAC,IAAI,CAAC,QAAQ,EAAE,kCAAkC,CAAC,CAAC;GACvE;EACD,IAAI,CAAC,oBAAoB,EAAE,CAAC;EAC5B,OAAO,IAAI,CAAC;EACZ;;;;CAID,QAAQ,EAAE,YAAY;EACrBA,WAAmB,CAAC,IAAI,CAAC,UAAU,EAAE,iCAAiC,CAAC,CAAC;EACxE,OAAO,IAAI,CAAC;EACZ;;CAED,WAAW,EAAE,YAAY;EACxB,IAAI,SAAS,GAAG,wBAAwB;MACpC,SAAS,GAAG,IAAI,CAAC,UAAU,GAAGZ,QAAc,CAAC,KAAK,EAAE,SAAS,CAAC;MAC9D,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC;;;EAGvC,SAAS,CAAC,YAAY,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC;;EAE9Ce,uBAAgC,CAAC,SAAS,CAAC,CAAC;EAC5CC,wBAAiC,CAAC,SAAS,CAAC,CAAC;;EAE7C,IAAI,OAAO,GAAG,IAAI,CAAC,QAAQ,GAAGhB,QAAc,CAAC,SAAS,EAAE,SAAS,GAAG,OAAO,CAAC,CAAC;;EAE7E,IAAI,SAAS,EAAE;GACd,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,OAAO,EAAE,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;;GAE3C,IAAI,CAACb,OAAe,EAAE;IACrBJ,EAAW,CAAC,SAAS,EAAE;KACtB,UAAU,EAAE,IAAI,CAAC,MAAM;KACvB,UAAU,EAAE,IAAI,CAAC,QAAQ;KACzB,EAAE,IAAI,CAAC,CAAC;IACT;GACD;;EAED,IAAI,IAAI,GAAG,IAAI,CAAC,WAAW,GAAGiB,QAAc,CAAC,GAAG,EAAE,SAAS,GAAG,SAAS,EAAE,SAAS,CAAC,CAAC;EACpF,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC;EAChB,IAAI,CAAC,KAAK,GAAG,QAAQ,CAAC;;EAEtB,IAAIf,KAAa,EAAE;GAClBF,EAAW,CAAC,IAAI,EAAE,OAAO,EAAEkC,IAAa,CAAC,CAAC;GAC1ClC,EAAW,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;GAC9C,MAAM;GACNA,EAAW,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;GAC9C;;EAED,IAAI,CAAC,SAAS,EAAE;GACf,IAAI,CAAC,MAAM,EAAE,CAAC;GACd;;EAED,IAAI,CAAC,eAAe,GAAGiB,QAAc,CAAC,KAAK,EAAE,SAAS,GAAG,OAAO,EAAE,OAAO,CAAC,CAAC;EAC3E,IAAI,CAAC,UAAU,GAAGA,QAAc,CAAC,KAAK,EAAE,SAAS,GAAG,YAAY,EAAE,OAAO,CAAC,CAAC;EAC3E,IAAI,CAAC,aAAa,GAAGA,QAAc,CAAC,KAAK,EAAE,SAAS,GAAG,WAAW,EAAE,OAAO,CAAC,CAAC;;EAE7E,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;EAC/B;;CAED,SAAS,EAAE,UAAU,EAAE,EAAE;EACxB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;;GAE7C,IAAI,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI/B,KAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,EAAE,EAAE;IAChE,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;IACvB;GACD;EACD;;CAED,SAAS,EAAE,UAAU,KAAK,EAAE,IAAI,EAAE,OAAO,EAAE;EAC1C,IAAI,IAAI,CAAC,IAAI,EAAE;GACd,KAAK,CAAC,EAAE,CAAC,YAAY,EAAE,IAAI,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;GAClD;;EAED,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC;GACjB,KAAK,EAAE,KAAK;GACZ,IAAI,EAAE,IAAI;GACV,OAAO,EAAE,OAAO;GAChB,CAAC,CAAC;;EAEH,IAAI,IAAI,CAAC,OAAO,CAAC,UAAU,EAAE;GAC5B,IAAI,CAAC,OAAO,CAAC,IAAI,CAACD,IAAS,CAAC,UAAU,CAAC,EAAE,CAAC,EAAE;IAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC,KAAK,EAAE,CAAC,CAAC,KAAK,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC;IACnE,EAAE,IAAI,CAAC,CAAC,CAAC;GACV;;EAED,IAAI,IAAI,CAAC,OAAO,CAAC,UAAU,IAAI,KAAK,CAAC,SAAS,EAAE;GAC/C,IAAI,CAAC,WAAW,EAAE,CAAC;GACnB,KAAK,CAAC,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;GAClC;;EAED,IAAI,CAAC,qBAAqB,EAAE,CAAC;EAC7B;;CAED,OAAO,EAAE,YAAY;EACpB,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,OAAO,IAAI,CAAC,EAAE;;EAEtCkD,KAAa,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;EACpCA,KAAa,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;;EAElC,IAAI,CAAC,mBAAmB,GAAG,EAAE,CAAC;EAC9B,IAAI,iBAAiB,EAAE,eAAe,EAAE,CAAC,EAAE,GAAG,EAAE,eAAe,GAAG,CAAC,CAAC;;EAEpE,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;GACzC,GAAG,GAAG,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;GACtB,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC;GACnB,eAAe,GAAG,eAAe,IAAI,GAAG,CAAC,OAAO,CAAC;GACjD,iBAAiB,GAAG,iBAAiB,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC;GACtD,eAAe,IAAI,CAAC,GAAG,CAAC,OAAO,GAAG,CAAC,GAAG,CAAC,CAAC;GACxC;;;EAGD,IAAI,IAAI,CAAC,OAAO,CAAC,cAAc,EAAE;GAChC,iBAAiB,GAAG,iBAAiB,IAAI,eAAe,GAAG,CAAC,CAAC;GAC7D,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,OAAO,GAAG,iBAAiB,GAAG,EAAE,GAAG,MAAM,CAAC;GACrE;;EAED,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,OAAO,GAAG,eAAe,IAAI,iBAAiB,GAAG,EAAE,GAAG,MAAM,CAAC;;EAEnF,OAAO,IAAI,CAAC;EACZ;;CAED,cAAc,EAAE,UAAU,CAAC,EAAE;EAC5B,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE;GACzB,IAAI,CAAC,OAAO,EAAE,CAAC;GACf;;EAED,IAAI,GAAG,GAAG,IAAI,CAAC,SAAS,CAACjD,KAAU,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC;;;;;;;;;;;EAW/C,IAAI,IAAI,GAAG,GAAG,CAAC,OAAO;IACpB,CAAC,CAAC,IAAI,KAAK,KAAK,GAAG,YAAY,GAAG,eAAe;IACjD,CAAC,CAAC,IAAI,KAAK,KAAK,GAAG,iBAAiB,GAAG,IAAI,CAAC,CAAC;;EAE/C,IAAI,IAAI,EAAE;GACT,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;GAC1B;EACD;;;CAGD,mBAAmB,EAAE,UAAU,IAAI,EAAE,OAAO,EAAE;;EAE7C,IAAI,SAAS,GAAG,oEAAoE;IAClF,IAAI,GAAG,GAAG,IAAI,OAAO,GAAG,oBAAoB,GAAG,EAAE,CAAC,GAAG,IAAI,CAAC;;EAE5D,IAAI,aAAa,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;EAClD,aAAa,CAAC,SAAS,GAAG,SAAS,CAAC;;EAEpC,OAAO,aAAa,CAAC,UAAU,CAAC;EAChC;;CAED,QAAQ,EAAE,UAAU,GAAG,EAAE;EACxB,IAAI,KAAK,GAAG,QAAQ,CAAC,aAAa,CAAC,OAAO,CAAC;MACvC,OAAO,GAAG,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,KAAK,CAAC;MACvC,KAAK,CAAC;;EAEV,IAAI,GAAG,CAAC,OAAO,EAAE;GAChB,KAAK,GAAG,QAAQ,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;GACxC,KAAK,CAAC,IAAI,GAAG,UAAU,CAAC;GACxB,KAAK,CAAC,SAAS,GAAG,iCAAiC,CAAC;GACpD,KAAK,CAAC,cAAc,GAAG,OAAO,CAAC;GAC/B,MAAM;GACN,KAAK,GAAG,IAAI,CAAC,mBAAmB,CAAC,qBAAqB,EAAE,OAAO,CAAC,CAAC;GACjE;;EAED,IAAI,CAAC,mBAAmB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EACrC,KAAK,CAAC,OAAO,GAAGA,KAAU,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;;EAEtCc,EAAW,CAAC,KAAK,EAAE,OAAO,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;;EAEtD,IAAI,IAAI,GAAG,QAAQ,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;EAC1C,IAAI,CAAC,SAAS,GAAG,GAAG,GAAG,GAAG,CAAC,IAAI,CAAC;;;;EAIhC,IAAI,MAAM,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;;EAE3C,KAAK,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;EAC1B,MAAM,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;EAC1B,MAAM,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;;EAEzB,IAAI,SAAS,GAAG,GAAG,CAAC,OAAO,GAAG,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,eAAe,CAAC;EACxE,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;;EAE7B,IAAI,CAAC,oBAAoB,EAAE,CAAC;EAC5B,OAAO,KAAK,CAAC;EACb;;CAED,aAAa,EAAE,YAAY;EAC1B,IAAI,MAAM,GAAG,IAAI,CAAC,mBAAmB;MACjC,KAAK,EAAE,KAAK,CAAC;EACjB,IAAI,WAAW,GAAG,EAAE;MAChB,aAAa,GAAG,EAAE,CAAC;;EAEvB,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC;;EAE3B,KAAK,IAAI,CAAC,GAAG,MAAM,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE;GAC5C,KAAK,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;GAClB,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,KAAK,CAAC;;GAE5C,IAAI,KAAK,CAAC,OAAO,EAAE;IAClB,WAAW,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IACxB,MAAM,IAAI,CAAC,KAAK,CAAC,OAAO,EAAE;IAC1B,aAAa,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IAC1B;GACD;;;EAGD,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,aAAa,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;GAC1C,IAAI,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,EAAE;IACzC,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC;IACxC;GACD;EACD,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,WAAW,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;GACxC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,EAAE;IACxC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IACnC;GACD;;EAED,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC;;EAE5B,IAAI,CAAC,aAAa,EAAE,CAAC;EACrB;;CAED,oBAAoB,EAAE,YAAY;EACjC,IAAI,MAAM,GAAG,IAAI,CAAC,mBAAmB;MACjC,KAAK;MACL,KAAK;MACL,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC;;EAE/B,KAAK,IAAI,CAAC,GAAG,MAAM,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE;GAC5C,KAAK,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;GAClB,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,KAAK,CAAC;GAC5C,KAAK,CAAC,QAAQ,GAAG,CAAC,KAAK,CAAC,OAAO,CAAC,OAAO,KAAK,SAAS,IAAI,IAAI,GAAG,KAAK,CAAC,OAAO,CAAC,OAAO;qBACnE,KAAK,CAAC,OAAO,CAAC,OAAO,KAAK,SAAS,IAAI,IAAI,GAAG,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;;GAEvF;EACD;;CAED,qBAAqB,EAAE,YAAY;EAClC,IAAI,IAAI,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE;GACzC,IAAI,CAAC,MAAM,EAAE,CAAC;GACd;EACD,OAAO,IAAI,CAAC;EACZ;;CAED,OAAO,EAAE,YAAY;;EAEpB,OAAO,IAAI,CAAC,MAAM,EAAE,CAAC;EACrB;;CAED,SAAS,EAAE,YAAY;;EAEtB,OAAO,IAAI,CAAC,QAAQ,EAAE,CAAC;EACvB;;CAED,CAAC,CAAC;;;;;AAKH,AAAO,IAAI,MAAM,GAAG,UAAU,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE;CAC5D,OAAO,IAAI,MAAM,CAAC,UAAU,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC;CACjD;;ACxaD;;;;;;;;AAQA,AAAO,IAAI,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC;;;CAGhC,OAAO,EAAE;EACR,QAAQ,EAAE,SAAS;;;;EAInB,UAAU,EAAE,GAAG;;;;EAIf,WAAW,EAAE,SAAS;;;;EAItB,WAAW,EAAE,UAAU;;;;EAIvB,YAAY,EAAE,UAAU;EACxB;;CAED,KAAK,EAAE,UAAU,GAAG,EAAE;EACrB,IAAI,QAAQ,GAAG,sBAAsB;MACjC,SAAS,GAAGiB,QAAc,CAAC,KAAK,EAAE,QAAQ,GAAG,cAAc,CAAC;MAC5D,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC;;EAE3B,IAAI,CAAC,aAAa,IAAI,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,UAAU,EAAE,OAAO,CAAC,WAAW;UACxE,QAAQ,GAAG,KAAK,GAAG,SAAS,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;EACpD,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,WAAW,EAAE,OAAO,CAAC,YAAY;UAC1E,QAAQ,GAAG,MAAM,EAAE,SAAS,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC;;EAErD,IAAI,CAAC,eAAe,EAAE,CAAC;EACvB,GAAG,CAAC,EAAE,CAAC,0BAA0B,EAAE,IAAI,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC;;EAE/D,OAAO,SAAS,CAAC;EACjB;;CAED,QAAQ,EAAE,UAAU,GAAG,EAAE;EACxB,GAAG,CAAC,GAAG,CAAC,0BAA0B,EAAE,IAAI,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC;EAChE;;CAED,OAAO,EAAE,YAAY;EACpB,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC;EACtB,IAAI,CAAC,eAAe,EAAE,CAAC;EACvB,OAAO,IAAI,CAAC;EACZ;;CAED,MAAM,EAAE,YAAY;EACnB,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC;EACvB,IAAI,CAAC,eAAe,EAAE,CAAC;EACvB,OAAO,IAAI,CAAC;EACZ;;CAED,OAAO,EAAE,UAAU,CAAC,EAAE;EACrB,IAAI,CAAC,IAAI,CAAC,SAAS,IAAI,IAAI,CAAC,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE;GAChE,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,IAAI,CAAC,CAAC,QAAQ,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;GACrE;EACD;;CAED,QAAQ,EAAE,UAAU,CAAC,EAAE;EACtB,IAAI,CAAC,IAAI,CAAC,SAAS,IAAI,IAAI,CAAC,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE;GAChE,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,IAAI,CAAC,CAAC,QAAQ,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;GACtE;EACD;;CAED,aAAa,EAAE,UAAU,IAAI,EAAE,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE;EAC/D,IAAI,IAAI,GAAGA,QAAc,CAAC,GAAG,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC;EACrD,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC;EACtB,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC;EAChB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;;;;;EAKnB,IAAI,CAAC,YAAY,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;EACpC,IAAI,CAAC,YAAY,CAAC,YAAY,EAAE,KAAK,CAAC,CAAC;;EAEvCe,uBAAgC,CAAC,IAAI,CAAC,CAAC;EACvChC,EAAW,CAAC,IAAI,EAAE,OAAO,EAAEkC,IAAa,CAAC,CAAC;EAC1ClC,EAAW,CAAC,IAAI,EAAE,OAAO,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;EACrCA,EAAW,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;;EAErD,OAAO,IAAI,CAAC;EACZ;;CAED,eAAe,EAAE,YAAY;EAC5B,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI;MACf,SAAS,GAAG,kBAAkB,CAAC;;EAEnC6B,WAAmB,CAAC,IAAI,CAAC,aAAa,EAAE,SAAS,CAAC,CAAC;EACnDA,WAAmB,CAAC,IAAI,CAAC,cAAc,EAAE,SAAS,CAAC,CAAC;;EAEpD,IAAI,IAAI,CAAC,SAAS,IAAI,GAAG,CAAC,KAAK,KAAK,GAAG,CAAC,UAAU,EAAE,EAAE;GACrDd,QAAgB,CAAC,IAAI,CAAC,cAAc,EAAE,SAAS,CAAC,CAAC;GACjD;EACD,IAAI,IAAI,CAAC,SAAS,IAAI,GAAG,CAAC,KAAK,KAAK,GAAG,CAAC,UAAU,EAAE,EAAE;GACrDA,QAAgB,CAAC,IAAI,CAAC,aAAa,EAAE,SAAS,CAAC,CAAC;GAChD;EACD;CACD,CAAC,CAAC;;;;;;AAMH,GAAG,CAAC,YAAY,CAAC;CAChB,WAAW,EAAE,IAAI;CACjB,CAAC,CAAC;;AAEH,GAAG,CAAC,WAAW,CAAC,YAAY;CAC3B,IAAI,IAAI,CAAC,OAAO,CAAC,WAAW,EAAE;;;;;EAK7B,IAAI,CAAC,WAAW,GAAG,IAAI,IAAI,EAAE,CAAC;EAC9B,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;EAClC;CACD,CAAC,CAAC;;;;;AAKH,AAAO,IAAI,IAAI,GAAG,UAAU,OAAO,EAAE;CACpC,OAAO,IAAI,IAAI,CAAC,OAAO,CAAC,CAAC;CACzB;;ACzID;;;;;;;;;;;;;;AAcA,AAAO,IAAI,KAAK,GAAG,OAAO,CAAC,MAAM,CAAC;;;CAGjC,OAAO,EAAE;EACR,QAAQ,EAAE,YAAY;;;;EAItB,QAAQ,EAAE,GAAG;;;;EAIb,MAAM,EAAE,IAAI;;;;EAIZ,QAAQ,EAAE,IAAI;;;;EAId;;CAED,KAAK,EAAE,UAAU,GAAG,EAAE;EACrB,IAAI,SAAS,GAAG,uBAAuB;MACnC,SAAS,GAAGE,QAAc,CAAC,KAAK,EAAE,SAAS,CAAC;MAC5C,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC;;EAE3B,IAAI,CAAC,UAAU,CAAC,OAAO,EAAE,SAAS,GAAG,OAAO,EAAE,SAAS,CAAC,CAAC;;EAEzD,GAAG,CAAC,EAAE,CAAC,OAAO,CAAC,cAAc,GAAG,SAAS,GAAG,MAAM,EAAE,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;EACxE,GAAG,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;;EAElC,OAAO,SAAS,CAAC;EACjB;;CAED,QAAQ,EAAE,UAAU,GAAG,EAAE;EACxB,GAAG,CAAC,GAAG,CAAC,IAAI,CAAC,OAAO,CAAC,cAAc,GAAG,SAAS,GAAG,MAAM,EAAE,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;EAC9E;;CAED,UAAU,EAAE,UAAU,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE;EACpD,IAAI,OAAO,CAAC,MAAM,EAAE;GACnB,IAAI,CAAC,OAAO,GAAGA,QAAc,CAAC,KAAK,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC;GAC3D;EACD,IAAI,OAAO,CAAC,QAAQ,EAAE;GACrB,IAAI,CAAC,OAAO,GAAGA,QAAc,CAAC,KAAK,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC;GAC3D;EACD;;CAED,OAAO,EAAE,YAAY;EACpB,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI;MACf,CAAC,GAAG,GAAG,CAAC,OAAO,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC;;EAE5B,IAAI,SAAS,GAAG,GAAG,CAAC,QAAQ;GAC3B,GAAG,CAAC,sBAAsB,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;GAClC,GAAG,CAAC,sBAAsB,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;;EAEzD,IAAI,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;EAC9B;;CAED,aAAa,EAAE,UAAU,SAAS,EAAE;EACnC,IAAI,IAAI,CAAC,OAAO,CAAC,MAAM,IAAI,SAAS,EAAE;GACrC,IAAI,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;GAC9B;EACD,IAAI,IAAI,CAAC,OAAO,CAAC,QAAQ,IAAI,SAAS,EAAE;GACvC,IAAI,CAAC,eAAe,CAAC,SAAS,CAAC,CAAC;GAChC;EACD;;CAED,aAAa,EAAE,UAAU,SAAS,EAAE;EACnC,IAAI,MAAM,GAAG,IAAI,CAAC,YAAY,CAAC,SAAS,CAAC;MACrC,KAAK,GAAG,MAAM,GAAG,IAAI,GAAG,MAAM,GAAG,IAAI,GAAG,CAAC,MAAM,GAAG,IAAI,IAAI,KAAK,CAAC;;EAEpE,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,EAAE,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC,CAAC;EAC3D;;CAED,eAAe,EAAE,UAAU,SAAS,EAAE;EACrC,IAAI,OAAO,GAAG,SAAS,GAAG,SAAS;MAC/B,QAAQ,EAAE,KAAK,EAAE,IAAI,CAAC;;EAE1B,IAAI,OAAO,GAAG,IAAI,EAAE;GACnB,QAAQ,GAAG,OAAO,GAAG,IAAI,CAAC;GAC1B,KAAK,GAAG,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC;GACpC,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,EAAE,KAAK,GAAG,KAAK,EAAE,KAAK,GAAG,QAAQ,CAAC,CAAC;;GAEjE,MAAM;GACN,IAAI,GAAG,IAAI,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC;GAClC,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,GAAG,KAAK,EAAE,IAAI,GAAG,OAAO,CAAC,CAAC;GAC9D;EACD;;CAED,YAAY,EAAE,UAAU,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE;EAC3C,KAAK,CAAC,KAAK,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,GAAG,KAAK,CAAC,GAAG,IAAI,CAAC;EACrE,KAAK,CAAC,SAAS,GAAG,IAAI,CAAC;EACvB;;CAED,YAAY,EAAE,UAAU,GAAG,EAAE;EAC5B,IAAI,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,EAAE,EAAE,MAAM,GAAG,CAAC,CAAC;MACvD,CAAC,GAAG,GAAG,GAAG,KAAK,CAAC;;EAEpB,CAAC,GAAG,CAAC,IAAI,EAAE,GAAG,EAAE;MACZ,CAAC,IAAI,CAAC,GAAG,CAAC;MACV,CAAC,IAAI,CAAC,GAAG,CAAC;MACV,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;;EAEnB,OAAO,KAAK,GAAG,CAAC,CAAC;EACjB;CACD,CAAC,CAAC;;;;;AAKH,AAAO,IAAI,KAAK,GAAG,UAAU,OAAO,EAAE;CACrC,OAAO,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC;CAC1B;;AC5HD;;;;;;;;AAQA,AAAO,IAAI,WAAW,GAAG,OAAO,CAAC,MAAM,CAAC;;;CAGvC,OAAO,EAAE;EACR,QAAQ,EAAE,aAAa;;;;EAIvB,MAAM,EAAE,sFAAsF;EAC9F;;CAED,UAAU,EAAE,UAAU,OAAO,EAAE;EAC9BN,UAAe,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;;EAE/B,IAAI,CAAC,aAAa,GAAG,EAAE,CAAC;EACxB;;CAED,KAAK,EAAE,UAAU,GAAG,EAAE;EACrB,GAAG,CAAC,kBAAkB,GAAG,IAAI,CAAC;EAC9B,IAAI,CAAC,UAAU,GAAGM,QAAc,CAAC,KAAK,EAAE,6BAA6B,CAAC,CAAC;EACvEe,uBAAgC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;;;EAGlD,KAAK,IAAI,CAAC,IAAI,GAAG,CAAC,OAAO,EAAE;GAC1B,IAAI,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,cAAc,EAAE;IAClC,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,cAAc,EAAE,CAAC,CAAC;IACrD;GACD;;EAED,IAAI,CAAC,OAAO,EAAE,CAAC;;EAEf,OAAO,IAAI,CAAC,UAAU,CAAC;EACvB;;;;CAID,SAAS,EAAE,UAAU,MAAM,EAAE;EAC5B,IAAI,CAAC,OAAO,CAAC,MAAM,GAAG,MAAM,CAAC;EAC7B,IAAI,CAAC,OAAO,EAAE,CAAC;EACf,OAAO,IAAI,CAAC;EACZ;;;;CAID,cAAc,EAAE,UAAU,IAAI,EAAE;EAC/B,IAAI,CAAC,IAAI,EAAE,EAAE,OAAO,IAAI,CAAC,EAAE;;EAE3B,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,EAAE;GAC9B,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;GAC7B;EACD,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,EAAE,CAAC;;EAE3B,IAAI,CAAC,OAAO,EAAE,CAAC;;EAEf,OAAO,IAAI,CAAC;EACZ;;;;CAID,iBAAiB,EAAE,UAAU,IAAI,EAAE;EAClC,IAAI,CAAC,IAAI,EAAE,EAAE,OAAO,IAAI,CAAC,EAAE;;EAE3B,IAAI,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,EAAE;GAC7B,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,EAAE,CAAC;GAC3B,IAAI,CAAC,OAAO,EAAE,CAAC;GACf;;EAED,OAAO,IAAI,CAAC;EACZ;;CAED,OAAO,EAAE,YAAY;EACpB,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE;;EAE3B,IAAI,OAAO,GAAG,EAAE,CAAC;;EAEjB,KAAK,IAAI,CAAC,IAAI,IAAI,CAAC,aAAa,EAAE;GACjC,IAAI,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,EAAE;IAC1B,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAChB;GACD;;EAED,IAAI,gBAAgB,GAAG,EAAE,CAAC;;EAE1B,IAAI,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE;GACxB,gBAAgB,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;GAC3C;EACD,IAAI,OAAO,CAAC,MAAM,EAAE;GACnB,gBAAgB,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;GAC1C;;EAED,IAAI,CAAC,UAAU,CAAC,SAAS,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EACzD;CACD,CAAC,CAAC;;;;;;AAMH,GAAG,CAAC,YAAY,CAAC;CAChB,kBAAkB,EAAE,IAAI;CACxB,CAAC,CAAC;;AAEH,GAAG,CAAC,WAAW,CAAC,YAAY;CAC3B,IAAI,IAAI,CAAC,OAAO,CAAC,kBAAkB,EAAE;EACpC,IAAI,WAAW,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;EAC9B;CACD,CAAC,CAAC;;;;;AAKH,AAAO,IAAI,WAAW,GAAG,UAAU,OAAO,EAAE;CAC3C,OAAO,IAAI,WAAW,CAAC,OAAO,CAAC,CAAC;CAChC;;AC1HD,OAAO,CAAC,MAAM,GAAG,MAAM,CAAC;AACxB,OAAO,CAAC,IAAI,GAAG,IAAI,CAAC;AACpB,OAAO,CAAC,KAAK,GAAG,KAAK,CAAC;AACtB,OAAO,CAAC,WAAW,GAAG,WAAW,CAAC;;AAElC,OAAO,CAAC,MAAM,GAAG,MAAM,CAAC;AACxB,OAAO,CAAC,IAAI,GAAG,IAAI,CAAC;AACpB,OAAO,CAAC,KAAK,GAAG,KAAK,CAAC;AACtB,OAAO,CAAC,WAAW,GAAG,WAAW,CAAC;;ACZlC;;;;;;;;;AASA,AAAO,IAAI,OAAO,GAAG,KAAK,CAAC,MAAM,CAAC;CACjC,UAAU,EAAE,UAAU,GAAG,EAAE;EAC1B,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC;EAChB;;;;CAID,MAAM,EAAE,YAAY;EACnB,IAAI,IAAI,CAAC,QAAQ,EAAE,EAAE,OAAO,IAAI,CAAC,EAAE;;EAEnC,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;EACrB,IAAI,CAAC,QAAQ,EAAE,CAAC;EAChB,OAAO,IAAI,CAAC;EACZ;;;;CAID,OAAO,EAAE,YAAY;EACpB,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,EAAE,OAAO,IAAI,CAAC,EAAE;;EAEpC,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC;EACtB,IAAI,CAAC,WAAW,EAAE,CAAC;EACnB,OAAO,IAAI,CAAC;EACZ;;;;CAID,OAAO,EAAE,YAAY;EACpB,OAAO,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;EACvB;;;;;;;;CAQD,CAAC,CAAC;;;;;AAKH,OAAO,CAAC,KAAK,GAAG,UAAU,GAAG,EAAE,IAAI,EAAE;CACpC,GAAG,CAAC,UAAU,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;CAC3B,OAAO,IAAI,CAAC;CACZ,CAAC;;AChDK,IAAI,KAAK,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC;;ACDnC;;;;;;;;;;;;;;;;AAgBA,IAAI,KAAK,GAAG9B,KAAa,GAAG,sBAAsB,GAAG,WAAW,CAAC;AACjE,IAAI,GAAG,GAAG;CACT,SAAS,EAAE,SAAS;CACpB,UAAU,EAAE,UAAU;CACtB,WAAW,EAAE,UAAU;CACvB,aAAa,EAAE,UAAU;CACzB,CAAC;AACF,IAAI,IAAI,GAAG;CACV,SAAS,EAAE,WAAW;CACtB,UAAU,EAAE,WAAW;CACvB,WAAW,EAAE,WAAW;CACxB,aAAa,EAAE,WAAW;CAC1B,CAAC;;;AAGF,AAAO,IAAI,SAAS,GAAG,OAAO,CAAC,MAAM,CAAC;;CAErC,OAAO,EAAE;;;;;;EAMR,cAAc,EAAE,CAAC;EACjB;;;;CAID,UAAU,EAAE,UAAU,OAAO,EAAE,eAAe,EAAEkC,iBAAc,EAAE,OAAO,EAAE;EACxEzB,UAAe,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;;EAE/B,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;EACxB,IAAI,CAAC,gBAAgB,GAAG,eAAe,IAAI,OAAO,CAAC;EACnD,IAAI,CAAC,eAAe,GAAGyB,iBAAc,CAAC;EACtC;;;;CAID,MAAM,EAAE,YAAY;EACnB,IAAI,IAAI,CAAC,QAAQ,EAAE,EAAE,OAAO,EAAE;;EAE9BpC,EAAW,CAAC,IAAI,CAAC,gBAAgB,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;;EAE9D,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;EACrB;;;;CAID,OAAO,EAAE,YAAY;EACpB,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,EAAE,OAAO,EAAE;;;;EAI/B,IAAI,SAAS,CAAC,SAAS,KAAK,IAAI,EAAE;GACjC,IAAI,CAAC,UAAU,EAAE,CAAC;GAClB;;EAEDC,GAAY,CAAC,IAAI,CAAC,gBAAgB,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;;EAE/D,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC;EACtB,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;EACpB;;CAED,OAAO,EAAE,UAAU,CAAC,EAAE;;;;;;EAMrB,IAAI,CAAC,CAAC,UAAU,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,EAAE,OAAO,EAAE;;EAE/C,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;;EAEpB,IAAIoC,QAAgB,CAAC,IAAI,CAAC,QAAQ,EAAE,mBAAmB,CAAC,EAAE,EAAE,OAAO,EAAE;;EAErE,IAAI,SAAS,CAAC,SAAS,IAAI,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,CAAC,KAAK,KAAK,CAAC,MAAM,CAAC,CAAC,MAAM,KAAK,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC,EAAE,EAAE,OAAO,EAAE;EACzG,SAAS,CAAC,SAAS,GAAG,IAAI,CAAC;;EAE3B,IAAI,IAAI,CAAC,eAAe,EAAE;GACzBV,cAAsB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;GACtC;;EAEDW,gBAAwB,EAAE,CAAC;EAC3BC,oBAA4B,EAAE,CAAC;;EAE/B,IAAI,IAAI,CAAC,OAAO,EAAE,EAAE,OAAO,EAAE;;;;EAI7B,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;;EAElB,IAAI,KAAK,GAAG,CAAC,CAAC,OAAO,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,CAAC;MACpC,WAAW,GAAGC,kBAA0B,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;;EAE5D,IAAI,CAAC,WAAW,GAAG,IAAI,KAAK,CAAC,KAAK,CAAC,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;;;EAG3D,IAAI,CAAC,YAAY,GAAGC,QAAgB,CAAC,WAAW,CAAC,CAAC;;EAElDzC,EAAW,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;EACxDA,EAAW,CAAC,QAAQ,EAAE,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;EACrD;;CAED,OAAO,EAAE,UAAU,CAAC,EAAE;;;;;;EAMrB,IAAI,CAAC,CAAC,UAAU,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,EAAE,OAAO,EAAE;;EAE/C,IAAI,CAAC,CAAC,OAAO,IAAI,CAAC,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC,EAAE;GACtC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC;GACnB,OAAO;GACP;;EAED,IAAI,KAAK,IAAI,CAAC,CAAC,OAAO,IAAI,CAAC,CAAC,OAAO,CAAC,MAAM,KAAK,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;MAChE,MAAM,GAAG,IAAI,KAAK,CAAC,KAAK,CAAC,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;;EAEjF,IAAI,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE;EACvC,IAAI,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,cAAc,EAAE,EAAE,OAAO,EAAE;;;;;EAKtF,MAAM,CAAC,CAAC,IAAI,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;EAChC,MAAM,CAAC,CAAC,IAAI,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;;EAEhCR,cAAuB,CAAC,CAAC,CAAC,CAAC;;EAE3B,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE;;;GAGjB,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;;GAEvB,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC;GACnB,IAAI,CAAC,SAAS,GAAGe,WAAmB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;;GAErEQ,QAAgB,CAAC,QAAQ,CAAC,IAAI,EAAE,kBAAkB,CAAC,CAAC;;GAEpD,IAAI,CAAC,WAAW,GAAG,CAAC,CAAC,MAAM,IAAI,CAAC,CAAC,UAAU,CAAC;;;GAG5C,IAAI,CAAC,MAAM,CAAC,kBAAkB,MAAM,IAAI,CAAC,WAAW,YAAY,kBAAkB,CAAC,EAAE;IACpF,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC,uBAAuB,CAAC;IAC5D;GACDA,QAAgB,CAAC,IAAI,CAAC,WAAW,EAAE,qBAAqB,CAAC,CAAC;GAC1D;;EAED,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;EAC1C,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC;;EAEpBL,eAAoB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;EACxC,IAAI,CAAC,UAAU,GAAG,CAAC,CAAC;EACpB,IAAI,CAAC,YAAY,GAAGF,gBAAqB,CAAC,IAAI,CAAC,eAAe,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;EAC5E;;CAED,eAAe,EAAE,YAAY;EAC5B,IAAI,CAAC,GAAG,CAAC,aAAa,EAAE,IAAI,CAAC,UAAU,CAAC,CAAC;;;;;EAKzC,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,CAAC,CAAC;EACxBC,WAAmB,CAAC,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;;;;EAIjD,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;EACrB;;CAED,KAAK,EAAE,UAAU,CAAC,EAAE;;;;;;EAMnB,IAAI,CAAC,CAAC,UAAU,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,EAAE,OAAO,EAAE;EAC/C,IAAI,CAAC,UAAU,EAAE,CAAC;EAClB;;CAED,UAAU,EAAE,YAAY;EACvBoB,WAAmB,CAAC,QAAQ,CAAC,IAAI,EAAE,kBAAkB,CAAC,CAAC;;EAEvD,IAAI,IAAI,CAAC,WAAW,EAAE;GACrBA,WAAmB,CAAC,IAAI,CAAC,WAAW,EAAE,qBAAqB,CAAC,CAAC;GAC7D,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC;GACxB;;EAED,KAAK,IAAI,CAAC,IAAI,IAAI,EAAE;GACnB5B,GAAY,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;GACpDA,GAAY,CAAC,QAAQ,EAAE,GAAG,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;GACjD;;EAEDyC,eAAuB,EAAE,CAAC;EAC1BC,mBAA2B,EAAE,CAAC;;EAE9B,IAAI,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,OAAO,EAAE;;GAEhCjC,eAAoB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;;;;GAIxC,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE;IACpB,QAAQ,EAAE,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,IAAI,CAAC,SAAS,CAAC;IACjD,CAAC,CAAC;GACH;;EAED,IAAI,CAAC,OAAO,GAAG,KAAK,CAAC;EACrB,SAAS,CAAC,SAAS,GAAG,KAAK,CAAC;EAC5B;;CAED,CAAC;;ACvOF;;;;;;;;;;;;;;;;;AAiBA,AAAO,SAAS,QAAQ,CAAC,MAAM,EAAE,SAAS,EAAE;CAC3C,IAAI,CAAC,SAAS,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE;EACjC,OAAO,MAAM,CAAC,KAAK,EAAE,CAAC;EACtB;;CAED,IAAI,WAAW,GAAG,SAAS,GAAG,SAAS,CAAC;;;KAGpC,MAAM,GAAG,aAAa,CAAC,MAAM,EAAE,WAAW,CAAC,CAAC;;;KAG5C,MAAM,GAAG,WAAW,CAAC,MAAM,EAAE,WAAW,CAAC,CAAC;;CAE9C,OAAO,MAAM,CAAC;CACd;;;;AAID,AAAO,SAAS,sBAAsB,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE;CACjD,OAAO,IAAI,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC;CAC5D;;;;AAID,AAAO,SAAS,qBAAqB,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE;CAChD,OAAO,wBAAwB,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;CAC3C;;;AAGD,SAAS,WAAW,CAAC,MAAM,EAAE,WAAW,EAAE;;CAEzC,IAAI,GAAG,GAAG,MAAM,CAAC,MAAM;KACnB,gBAAgB,GAAG,OAAO,UAAU,KAAK,SAAS,GAAG,EAAE,GAAG,UAAU,GAAG,KAAK;KAC5E,OAAO,GAAG,IAAI,gBAAgB,CAAC,GAAG,CAAC,CAAC;;KAEpC,OAAO,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,GAAG,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC;;CAEtC,eAAe,CAAC,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,CAAC,EAAE,GAAG,GAAG,CAAC,CAAC,CAAC;;CAE1D,IAAI,CAAC;KACD,SAAS,GAAG,EAAE,CAAC;;CAEnB,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EACzB,IAAI,OAAO,CAAC,CAAC,CAAC,EAAE;GACf,SAAS,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;GAC1B;EACD;;CAED,OAAO,SAAS,CAAC;CACjB;;AAED,SAAS,eAAe,CAAC,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,IAAI,EAAE;;CAEnE,IAAI,SAAS,GAAG,CAAC;CACjB,KAAK,EAAE,CAAC,EAAE,MAAM,CAAC;;CAEjB,KAAK,CAAC,GAAG,KAAK,GAAG,CAAC,EAAE,CAAC,IAAI,IAAI,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;EACvC,MAAM,GAAG,wBAAwB,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;;EAEhF,IAAI,MAAM,GAAG,SAAS,EAAE;GACvB,KAAK,GAAG,CAAC,CAAC;GACV,SAAS,GAAG,MAAM,CAAC;GACnB;EACD;;CAED,IAAI,SAAS,GAAG,WAAW,EAAE;EAC5B,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;;EAEnB,eAAe,CAAC,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,CAAC,CAAC;EAC5D,eAAe,CAAC,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,IAAI,CAAC,CAAC;EAC3D;CACD;;;AAGD,SAAS,aAAa,CAAC,MAAM,EAAE,WAAW,EAAE;CAC3C,IAAI,aAAa,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;;CAEhC,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,IAAI,GAAG,CAAC,EAAE,GAAG,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EAC5D,IAAI,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,IAAI,CAAC,CAAC,GAAG,WAAW,EAAE;GACnD,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;GAC9B,IAAI,GAAG,CAAC,CAAC;GACT;EACD;CACD,IAAI,IAAI,GAAG,GAAG,GAAG,CAAC,EAAE;EACnB,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC;EACpC;CACD,OAAO,aAAa,CAAC;CACrB;;AAED,IAAI,SAAS,CAAC;;;;;;;AAOd,AAAO,SAAS,WAAW,CAAC,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,WAAW,EAAE,KAAK,EAAE;CAC7D,IAAI,KAAK,GAAG,WAAW,GAAG,SAAS,GAAG,WAAW,CAAC,CAAC,EAAE,MAAM,CAAC;KACxD,KAAK,GAAG,WAAW,CAAC,CAAC,EAAE,MAAM,CAAC;;KAE9B,OAAO,EAAE,CAAC,EAAE,OAAO,CAAC;;;KAGpB,SAAS,GAAG,KAAK,CAAC;;CAEtB,OAAO,IAAI,EAAE;;EAEZ,IAAI,EAAE,KAAK,GAAG,KAAK,CAAC,EAAE;GACrB,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;GACd;;;EAGD,IAAI,KAAK,GAAG,KAAK,EAAE;GAClB,OAAO,KAAK,CAAC;GACb;;;EAGD,OAAO,GAAG,KAAK,IAAI,KAAK,CAAC;EACzB,CAAC,GAAG,oBAAoB,CAAC,CAAC,EAAE,CAAC,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,CAAC,CAAC;EACvD,OAAO,GAAG,WAAW,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC;;EAEjC,IAAI,OAAO,KAAK,KAAK,EAAE;GACtB,CAAC,GAAG,CAAC,CAAC;GACN,KAAK,GAAG,OAAO,CAAC;GAChB,MAAM;GACN,CAAC,GAAG,CAAC,CAAC;GACN,KAAK,GAAG,OAAO,CAAC;GAChB;EACD;CACD;;AAED,AAAO,SAAS,oBAAoB,CAAC,CAAC,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE;CAC/D,IAAI,EAAE,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;KACd,EAAE,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;KACd,GAAG,GAAG,MAAM,CAAC,GAAG;KAChB,GAAG,GAAG,MAAM,CAAC,GAAG;KAChB,CAAC,EAAE,CAAC,CAAC;;CAET,IAAI,IAAI,GAAG,CAAC,EAAE;EACb,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,EAAE,IAAI,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC;EAClC,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC;;EAEV,MAAM,IAAI,IAAI,GAAG,CAAC,EAAE;EACpB,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,EAAE,IAAI,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC;EAClC,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC;;EAEV,MAAM,IAAI,IAAI,GAAG,CAAC,EAAE;EACpB,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC;EACV,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,EAAE,IAAI,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC;;EAElC,MAAM,IAAI,IAAI,GAAG,CAAC,EAAE;EACpB,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC;EACV,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,EAAE,IAAI,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC;EAClC;;CAED,OAAO,IAAI,KAAK,CAAC,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,CAAC;CAC9B;;AAED,AAAO,SAAS,WAAW,CAAC,CAAC,EAAE,MAAM,EAAE;CACtC,IAAI,IAAI,GAAG,CAAC,CAAC;;CAEb,IAAI,CAAC,CAAC,CAAC,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,EAAE;EACvB,IAAI,IAAI,CAAC,CAAC;EACV,MAAM,IAAI,CAAC,CAAC,CAAC,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,EAAE;EAC9B,IAAI,IAAI,CAAC,CAAC;EACV;;CAED,IAAI,CAAC,CAAC,CAAC,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,EAAE;EACvB,IAAI,IAAI,CAAC,CAAC;EACV,MAAM,IAAI,CAAC,CAAC,CAAC,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,EAAE;EAC9B,IAAI,IAAI,CAAC,CAAC;EACV;;CAED,OAAO,IAAI,CAAC;CACZ;;;AAGD,SAAS,OAAO,CAAC,EAAE,EAAE,EAAE,EAAE;CACxB,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC;KAChB,EAAE,GAAG,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;CACrB,OAAO,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;CACzB;;;AAGD,AAAO,SAAS,wBAAwB,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,MAAM,EAAE;CAC3D,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;KACR,CAAC,GAAG,EAAE,CAAC,CAAC;KACR,EAAE,GAAG,EAAE,CAAC,CAAC,GAAG,CAAC;KACb,EAAE,GAAG,EAAE,CAAC,CAAC,GAAG,CAAC;KACb,GAAG,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE;KACvB,CAAC,CAAC;;CAEN,IAAI,GAAG,GAAG,CAAC,EAAE;EACZ,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,IAAI,EAAE,IAAI,GAAG,CAAC;;EAE5C,IAAI,CAAC,GAAG,CAAC,EAAE;GACV,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;GACT,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;GACT,MAAM,IAAI,CAAC,GAAG,CAAC,EAAE;GACjB,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;GACZ,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;GACZ;EACD;;CAED,EAAE,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;CACb,EAAE,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;;CAEb,OAAO,MAAM,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;CACpD;;;;;AAKD,AAAO,SAAS,MAAM,CAAC,OAAO,EAAE;CAC/B,OAAO,CAAC5B,OAAY,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,KAAK,OAAO,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,QAAQ,IAAI,OAAO,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,WAAW,CAAC,CAAC;CAChH;;AAED,AAAO,SAAS,KAAK,CAAC,OAAO,EAAE;CAC9B,OAAO,CAAC,IAAI,CAAC,gEAAgE,CAAC,CAAC;CAC/E,OAAO,MAAM,CAAC,OAAO,CAAC,CAAC;CACvB;;;;;;;;;;;;;;;AACD,AChPA;;;;;;;;;;;AAWA,AAAO,SAAS,WAAW,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE;CAClD,IAAI,aAAa;KACb,KAAK,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;KACpB,CAAC,EAAE,CAAC,EAAE,CAAC;KACP,CAAC,EAAE,CAAC;KACJ,GAAG,EAAE,IAAI,EAAE,CAAC,CAAC;;CAEjB,KAAK,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EAC9C,MAAM,CAAC,CAAC,CAAC,CAAC,KAAK,GAAG8D,WAAoB,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC;EAC1D;;;CAGD,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;EACvB,IAAI,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;EAChB,aAAa,GAAG,EAAE,CAAC;;EAEnB,KAAK,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,CAAC,EAAE,EAAE;GAC/D,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;GACd,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;;;GAGd,IAAI,EAAE,CAAC,CAAC,KAAK,GAAG,IAAI,CAAC,EAAE;;IAEtB,IAAI,CAAC,CAAC,KAAK,GAAG,IAAI,EAAE;KACnB,CAAC,GAAGC,oBAA6B,CAAC,CAAC,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,CAAC,CAAC;KAC7D,CAAC,CAAC,KAAK,GAAGD,WAAoB,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC;KAC1C,aAAa,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;KACtB;IACD,aAAa,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;;;IAGtB,MAAM,IAAI,EAAE,CAAC,CAAC,KAAK,GAAG,IAAI,CAAC,EAAE;IAC7B,CAAC,GAAGC,oBAA6B,CAAC,CAAC,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,CAAC,CAAC;IAC7D,CAAC,CAAC,KAAK,GAAGD,WAAoB,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC;IAC1C,aAAa,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IACtB;GACD;EACD,MAAM,GAAG,aAAa,CAAC;EACvB;;CAED,OAAO,MAAM,CAAC;CACd;;;;;;;AACD,ACnDA;;;;;;;;;;;;;AAaA,AAAO,IAAI,MAAM,GAAG;CACnB,OAAO,EAAE,UAAU,MAAM,EAAE;EAC1B,OAAO,IAAI,KAAK,CAAC,MAAM,CAAC,GAAG,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC;EACzC;;CAED,SAAS,EAAE,UAAU,KAAK,EAAE;EAC3B,OAAO,IAAI,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC;EACpC;;CAED,MAAM,EAAE,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC;CAC1C;;ACvBD;;;;;;;AAOA,AAAO,IAAI,QAAQ,GAAG;CACrB,CAAC,EAAE,OAAO;CACV,OAAO,EAAE,iBAAiB;;CAE1B,MAAM,EAAE,IAAI,MAAM,CAAC,CAAC,CAAC,cAAc,EAAE,CAAC,cAAc,CAAC,EAAE,CAAC,cAAc,EAAE,cAAc,CAAC,CAAC;;CAExF,OAAO,EAAE,UAAU,MAAM,EAAE;EAC1B,IAAI,CAAC,GAAG,IAAI,CAAC,EAAE,GAAG,GAAG;MACjB,CAAC,GAAG,IAAI,CAAC,CAAC;MACV,CAAC,GAAG,MAAM,CAAC,GAAG,GAAG,CAAC;MAClB,GAAG,GAAG,IAAI,CAAC,OAAO,GAAG,CAAC;MACtB,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,GAAG,GAAG,GAAG,CAAC;MAC5B,GAAG,GAAG,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;;EAE1B,IAAI,EAAE,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,GAAG,KAAK,CAAC,GAAG,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;EAChF,CAAC,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC,CAAC;;EAEvC,OAAO,IAAI,KAAK,CAAC,MAAM,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC;EACxC;;CAED,SAAS,EAAE,UAAU,KAAK,EAAE;EAC3B,IAAI,CAAC,GAAG,GAAG,GAAG,IAAI,CAAC,EAAE;MACjB,CAAC,GAAG,IAAI,CAAC,CAAC;MACV,GAAG,GAAG,IAAI,CAAC,OAAO,GAAG,CAAC;MACtB,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,GAAG,GAAG,GAAG,CAAC;MAC5B,EAAE,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC;MAC3B,GAAG,GAAG,IAAI,CAAC,EAAE,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;;EAE1C,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,IAAI,GAAG,GAAG,EAAE,GAAG,EAAE,CAAC,GAAG,EAAE,IAAI,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,IAAI,EAAE,CAAC,EAAE,EAAE;GACtE,GAAG,GAAG,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;GACxB,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,GAAG,KAAK,CAAC,GAAG,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;GAC7C,IAAI,GAAG,IAAI,CAAC,EAAE,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,EAAE,GAAG,GAAG,CAAC,GAAG,GAAG,CAAC;GACnD,GAAG,IAAI,IAAI,CAAC;GACZ;;EAED,OAAO,IAAI,MAAM,CAAC,GAAG,GAAG,CAAC,EAAE,KAAK,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;EAC5C;CACD;;AChDD;;;;;;;;;;;;;;;;;;;;;;;AAuBA,AAEiE;;;;;;;;;AACjE,ACrBA;;;;;;AAMA,AAAO,IAAI,QAAQ,GAAG/D,MAAW,CAAC,EAAE,EAAE,KAAK,EAAE;CAC5C,IAAI,EAAE,WAAW;CACjB,UAAU,EAAE,QAAQ;;CAEpB,cAAc,GAAG,YAAY;EAC5B,IAAI,KAAK,GAAG,GAAG,IAAI,IAAI,CAAC,EAAE,GAAG,QAAQ,CAAC,CAAC,CAAC,CAAC;EACzC,OAAO,gBAAgB,CAAC,KAAK,EAAE,GAAG,EAAE,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;EACjD,EAAE,CAAC;CACJ,CAAC;;ACdF;;;;;;;;;;;;;AAaA,AAAO,IAAI,QAAQ,GAAGA,MAAW,CAAC,EAAE,EAAE,KAAK,EAAE;CAC5C,IAAI,EAAE,WAAW;CACjB,UAAU,EAAE,MAAM;CAClB,cAAc,EAAE,gBAAgB,CAAC,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,CAAC,CAAC,GAAG,GAAG,EAAE,GAAG,CAAC;CAC3D,CAAC;;ACjBF;;;;;;;;;;AAUA,AAAO,IAAI,MAAM,GAAGA,MAAW,CAAC,EAAE,EAAE,GAAG,EAAE;CACxC,UAAU,EAAE,MAAM;CAClB,cAAc,EAAE,gBAAgB,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;;CAE7C,KAAK,EAAE,UAAU,IAAI,EAAE;EACtB,OAAO,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC;EACzB;;CAED,IAAI,EAAE,UAAU,KAAK,EAAE;EACtB,OAAO,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC;EAClC;;CAED,QAAQ,EAAE,UAAU,OAAO,EAAE,OAAO,EAAE;EACrC,IAAI,EAAE,GAAG,OAAO,CAAC,GAAG,GAAG,OAAO,CAAC,GAAG;MAC9B,EAAE,GAAG,OAAO,CAAC,GAAG,GAAG,OAAO,CAAC,GAAG,CAAC;;EAEnC,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,CAAC;EACpC;;CAED,QAAQ,EAAE,IAAI;CACd,CAAC;;AC5BF,GAAG,CAAC,KAAK,GAAG,KAAK,CAAC;AAClB,GAAG,CAAC,QAAQ,GAAG,QAAQ,CAAC;AACxB,GAAG,CAAC,QAAQ,GAAG,QAAQ,CAAC;AACxB,GAAG,CAAC,UAAU,GAAG,UAAU,CAAC;AAC5B,GAAG,CAAC,QAAQ,GAAG,QAAQ,CAAC;AACxB,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC;;ACRpB;;;;;;;;;;;;;;;;;;;;;;;;;AAyBA,AAAO,IAAI,KAAK,GAAG,OAAO,CAAC,MAAM,CAAC;;;CAGjC,OAAO,EAAE;;;EAGR,IAAI,EAAE,aAAa;;;;EAInB,WAAW,EAAE,IAAI;;EAEjB,mBAAmB,EAAE,IAAI;EACzB;;;;;;;;CAQD,KAAK,EAAE,UAAU,GAAG,EAAE;EACrB,GAAG,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;EACnB,OAAO,IAAI,CAAC;EACZ;;;;CAID,MAAM,EAAE,YAAY;EACnB,OAAO,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,CAAC,CAAC;EACpD;;;;CAID,UAAU,EAAE,UAAU,GAAG,EAAE;EAC1B,IAAI,GAAG,EAAE;GACR,GAAG,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;GACtB;EACD,OAAO,IAAI,CAAC;EACZ;;;;CAID,OAAO,EAAE,UAAU,IAAI,EAAE;EACxB,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,IAAI,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;EAClF;;CAED,oBAAoB,EAAE,UAAU,QAAQ,EAAE;EACzC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAACK,KAAU,CAAC,QAAQ,CAAC,CAAC,GAAG,IAAI,CAAC;EAChD,OAAO,IAAI,CAAC;EACZ;;CAED,uBAAuB,EAAE,UAAU,QAAQ,EAAE;EAC5C,OAAO,IAAI,CAAC,IAAI,CAAC,QAAQ,CAACA,KAAU,CAAC,QAAQ,CAAC,CAAC,CAAC;EAChD,OAAO,IAAI,CAAC;EACZ;;;;CAID,cAAc,EAAE,YAAY;EAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC;EAChC;;CAED,SAAS,EAAE,UAAU,CAAC,EAAE;EACvB,IAAI,GAAG,GAAG,CAAC,CAAC,MAAM,CAAC;;;EAGnB,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE,EAAE,OAAO,EAAE;;EAEpC,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC;EAChB,IAAI,CAAC,aAAa,GAAG,GAAG,CAAC,aAAa,CAAC;;EAEvC,IAAI,IAAI,CAAC,SAAS,EAAE;GACnB,IAAI,MAAM,GAAG,IAAI,CAAC,SAAS,EAAE,CAAC;GAC9B,GAAG,CAAC,EAAE,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;GACrB,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,YAAY;IAC/B,GAAG,CAAC,GAAG,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;IACtB,EAAE,IAAI,CAAC,CAAC;GACT;;EAED,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;;EAEhB,IAAI,IAAI,CAAC,cAAc,IAAI,GAAG,CAAC,kBAAkB,EAAE;GAClD,GAAG,CAAC,kBAAkB,CAAC,cAAc,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC,CAAC;GAC7D;;EAED,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EACjB,GAAG,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC,CAAC;EACpC;CACD,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmCH,GAAG,CAAC,OAAO,CAAC;;;CAGX,QAAQ,EAAE,UAAU,KAAK,EAAE;EAC1B,IAAI,CAAC,KAAK,CAAC,SAAS,EAAE;GACrB,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;GACvD;;EAED,IAAI,EAAE,GAAGA,KAAU,CAAC,KAAK,CAAC,CAAC;EAC3B,IAAI,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,OAAO,IAAI,CAAC,EAAE;EACtC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC;;EAEzB,KAAK,CAAC,SAAS,GAAG,IAAI,CAAC;;EAEvB,IAAI,KAAK,CAAC,SAAS,EAAE;GACpB,KAAK,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;GACtB;;EAED,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,SAAS,EAAE,KAAK,CAAC,CAAC;;EAEvC,OAAO,IAAI,CAAC;EACZ;;;;CAID,WAAW,EAAE,UAAU,KAAK,EAAE;EAC7B,IAAI,EAAE,GAAGA,KAAU,CAAC,KAAK,CAAC,CAAC;;EAE3B,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,OAAO,IAAI,CAAC,EAAE;;EAEvC,IAAI,IAAI,CAAC,OAAO,EAAE;GACjB,KAAK,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;GACrB;;EAED,IAAI,KAAK,CAAC,cAAc,IAAI,IAAI,CAAC,kBAAkB,EAAE;GACpD,IAAI,CAAC,kBAAkB,CAAC,iBAAiB,CAAC,KAAK,CAAC,cAAc,EAAE,CAAC,CAAC;GAClE;;EAED,OAAO,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;;EAExB,IAAI,IAAI,CAAC,OAAO,EAAE;GACjB,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC;GACzC,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;GACrB;;EAED,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC,SAAS,GAAG,IAAI,CAAC;;EAEpC,OAAO,IAAI,CAAC;EACZ;;;;CAID,QAAQ,EAAE,UAAU,KAAK,EAAE;EAC1B,OAAO,CAAC,CAAC,KAAK,KAAKA,KAAU,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,OAAO,CAAC,CAAC;EACtD;;;;;;;;;;CAUD,SAAS,EAAE,UAAU,MAAM,EAAE,OAAO,EAAE;EACrC,KAAK,IAAI,CAAC,IAAI,IAAI,CAAC,OAAO,EAAE;GAC3B,MAAM,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC;GACtC;EACD,OAAO,IAAI,CAAC;EACZ;;CAED,UAAU,EAAE,UAAU,MAAM,EAAE;EAC7B,MAAM,GAAG,MAAM,IAAIJ,OAAY,CAAC,MAAM,CAAC,GAAG,MAAM,GAAG,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC;;EAElE,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;GAClD,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;GACzB;EACD;;CAED,aAAa,EAAE,UAAU,KAAK,EAAE;EAC/B,IAAI,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE;GAClE,IAAI,CAAC,gBAAgB,CAACI,KAAU,CAAC,KAAK,CAAC,CAAC,GAAG,KAAK,CAAC;GACjD,IAAI,CAAC,iBAAiB,EAAE,CAAC;GACzB;EACD;;CAED,gBAAgB,EAAE,UAAU,KAAK,EAAE;EAClC,IAAI,EAAE,GAAGA,KAAU,CAAC,KAAK,CAAC,CAAC;;EAE3B,IAAI,IAAI,CAAC,gBAAgB,CAAC,EAAE,CAAC,EAAE;GAC9B,OAAO,IAAI,CAAC,gBAAgB,CAAC,EAAE,CAAC,CAAC;GACjC,IAAI,CAAC,iBAAiB,EAAE,CAAC;GACzB;EACD;;CAED,iBAAiB,EAAE,YAAY;EAC9B,IAAI,OAAO,GAAG,QAAQ;MAClB,OAAO,GAAG,CAAC,QAAQ;MACnB,WAAW,GAAG,IAAI,CAAC,YAAY,EAAE,CAAC;;EAEtC,KAAK,IAAI,CAAC,IAAI,IAAI,CAAC,gBAAgB,EAAE;GACpC,IAAI,OAAO,GAAG,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC;;GAE/C,OAAO,GAAG,OAAO,CAAC,OAAO,KAAK,SAAS,GAAG,OAAO,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO,EAAE,OAAO,CAAC,OAAO,CAAC,CAAC;GACvF,OAAO,GAAG,OAAO,CAAC,OAAO,KAAK,SAAS,GAAG,OAAO,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO,EAAE,OAAO,CAAC,OAAO,CAAC,CAAC;GACvF;;EAED,IAAI,CAAC,cAAc,GAAG,OAAO,KAAK,CAAC,QAAQ,GAAG,SAAS,GAAG,OAAO,CAAC;EAClE,IAAI,CAAC,cAAc,GAAG,OAAO,KAAK,QAAQ,GAAG,SAAS,GAAG,OAAO,CAAC;;;;;;EAMjE,IAAI,WAAW,KAAK,IAAI,CAAC,YAAY,EAAE,EAAE;GACxC,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;GAC9B;;EAED,IAAI,IAAI,CAAC,OAAO,CAAC,OAAO,KAAK,SAAS,IAAI,IAAI,CAAC,cAAc,IAAI,IAAI,CAAC,OAAO,EAAE,GAAG,IAAI,CAAC,cAAc,EAAE;GACtG,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;GAClC;EACD,IAAI,IAAI,CAAC,OAAO,CAAC,OAAO,KAAK,SAAS,IAAI,IAAI,CAAC,cAAc,IAAI,IAAI,CAAC,OAAO,EAAE,GAAG,IAAI,CAAC,cAAc,EAAE;GACtG,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;GAClC;EACD;CACD,CAAC,CAAC;;AClRH;;;;;;;;;;;;;;;;;;AAkBA,AAAO,IAAI,UAAU,GAAG,KAAK,CAAC,MAAM,CAAC;;CAEpC,UAAU,EAAE,UAAU,MAAM,EAAE,OAAO,EAAE;EACtCyB,UAAe,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;;EAE/B,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;;EAElB,IAAI,CAAC,EAAE,GAAG,CAAC;;EAEX,IAAI,MAAM,EAAE;GACX,KAAK,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;IAC9C,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;IACzB;GACD;EACD;;;;CAID,QAAQ,EAAE,UAAU,KAAK,EAAE;EAC1B,IAAI,EAAE,GAAG,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;;EAEhC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC;;EAEzB,IAAI,IAAI,CAAC,IAAI,EAAE;GACd,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;GAC1B;;EAED,OAAO,IAAI,CAAC;EACZ;;;;;;;CAOD,WAAW,EAAE,UAAU,KAAK,EAAE;EAC7B,IAAI,EAAE,GAAG,KAAK,IAAI,IAAI,CAAC,OAAO,GAAG,KAAK,GAAG,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;;EAEhE,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,EAAE;GAClC,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,CAAC;GACxC;;EAED,OAAO,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;;EAExB,OAAO,IAAI,CAAC;EACZ;;;;;;;CAOD,QAAQ,EAAE,UAAU,KAAK,EAAE;EAC1B,OAAO,CAAC,CAAC,KAAK,KAAK,KAAK,IAAI,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,OAAO,CAAC,CAAC;EACpF;;;;CAID,WAAW,EAAE,YAAY;EACxB,OAAO,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;EAC9C;;;;;;CAMD,MAAM,EAAE,UAAU,UAAU,EAAE;EAC7B,IAAI,IAAI,GAAG,KAAK,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,CAAC;MAC/C,CAAC,EAAE,KAAK,CAAC;;EAEb,KAAK,CAAC,IAAI,IAAI,CAAC,OAAO,EAAE;GACvB,KAAK,GAAG,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;;GAExB,IAAI,KAAK,CAAC,UAAU,CAAC,EAAE;IACtB,KAAK,CAAC,UAAU,CAAC,CAAC,KAAK,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;IACrC;GACD;;EAED,OAAO,IAAI,CAAC;EACZ;;CAED,KAAK,EAAE,UAAU,GAAG,EAAE;EACrB,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,QAAQ,EAAE,GAAG,CAAC,CAAC;EAClC;;CAED,QAAQ,EAAE,UAAU,GAAG,EAAE;EACxB,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,WAAW,EAAE,GAAG,CAAC,CAAC;EACrC;;;;;;;;;CASD,SAAS,EAAE,UAAU,MAAM,EAAE,OAAO,EAAE;EACrC,KAAK,IAAI,CAAC,IAAI,IAAI,CAAC,OAAO,EAAE;GAC3B,MAAM,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC;GACtC;EACD,OAAO,IAAI,CAAC;EACZ;;;;CAID,QAAQ,EAAE,UAAU,EAAE,EAAE;EACvB,OAAO,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;EACxB;;;;CAID,SAAS,EAAE,YAAY;EACtB,IAAI,MAAM,GAAG,EAAE,CAAC;EAChB,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;EACpC,OAAO,MAAM,CAAC;EACd;;;;CAID,SAAS,EAAE,UAAU,MAAM,EAAE;EAC5B,OAAO,IAAI,CAAC,MAAM,CAAC,WAAW,EAAE,MAAM,CAAC,CAAC;EACxC;;;;CAID,UAAU,EAAE,UAAU,KAAK,EAAE;EAC5B,OAAOzB,KAAU,CAAC,KAAK,CAAC,CAAC;EACzB;CACD,CAAC,CAAC;;;;;AAKH,AAAO,IAAI,UAAU,GAAG,UAAU,MAAM,EAAE,OAAO,EAAE;CAClD,OAAO,IAAI,UAAU,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACvC;;AC1JD;;;;;;;;;;;;;;;;;;;;;;AAsBA,AAAO,IAAI,YAAY,GAAG,UAAU,CAAC,MAAM,CAAC;;CAE3C,QAAQ,EAAE,UAAU,KAAK,EAAE;EAC1B,IAAI,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,EAAE;GACzB,OAAO,IAAI,CAAC;GACZ;;EAED,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC;;EAE3B,UAAU,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;;;;EAIhD,OAAO,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC;EAC7C;;CAED,WAAW,EAAE,UAAU,KAAK,EAAE;EAC7B,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,EAAE;GAC1B,OAAO,IAAI,CAAC;GACZ;EACD,IAAI,KAAK,IAAI,IAAI,CAAC,OAAO,EAAE;GAC1B,KAAK,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;GAC5B;;EAED,KAAK,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC;;EAE9B,UAAU,CAAC,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;;;;EAInD,OAAO,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC;EAChD;;;;CAID,QAAQ,EAAE,UAAU,KAAK,EAAE;EAC1B,OAAO,IAAI,CAAC,MAAM,CAAC,UAAU,EAAE,KAAK,CAAC,CAAC;EACtC;;;;CAID,YAAY,EAAE,YAAY;EACzB,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC;EACnC;;;;CAID,WAAW,EAAE,YAAY;EACxB,OAAO,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;EAClC;;;;CAID,SAAS,EAAE,YAAY;EACtB,IAAI,MAAM,GAAG,IAAI,YAAY,EAAE,CAAC;;EAEhC,KAAK,IAAI,EAAE,IAAI,IAAI,CAAC,OAAO,EAAE;GAC5B,IAAI,KAAK,GAAG,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;GAC7B,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC,SAAS,EAAE,GAAG,KAAK,CAAC,SAAS,EAAE,CAAC,CAAC;GACvE;EACD,OAAO,MAAM,CAAC;EACd;CACD,CAAC,CAAC;;;;AAIH,AAAO,IAAI,YAAY,GAAG,UAAU,MAAM,EAAE;CAC3C,OAAO,IAAI,YAAY,CAAC,MAAM,CAAC,CAAC;CAChC;;ACxFD;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4BA,AAAO,IAAI,IAAI,GAAG,KAAK,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0C9B,OAAO,EAAE;EACR,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;EACnB,aAAa,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;EACrB;;CAED,UAAU,EAAE,UAAU,OAAO,EAAE;EAC9B,UAAU,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;EAC1B;;;;;CAKD,UAAU,EAAE,UAAU,OAAO,EAAE;EAC9B,OAAO,IAAI,CAAC,WAAW,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;EACzC;;;;CAID,YAAY,EAAE,UAAU,OAAO,EAAE;EAChC,OAAO,IAAI,CAAC,WAAW,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAC;EAC3C;;CAED,WAAW,EAAE,UAAU,IAAI,EAAE,OAAO,EAAE;EACrC,IAAI,GAAG,GAAG,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;;EAEjC,IAAI,CAAC,GAAG,EAAE;GACT,IAAI,IAAI,KAAK,MAAM,EAAE;IACpB,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;IACnE;GACD,OAAO,IAAI,CAAC;GACZ;;EAED,IAAI,GAAG,GAAG,IAAI,CAAC,UAAU,CAAC,GAAG,EAAE,OAAO,IAAI,OAAO,CAAC,OAAO,KAAK,KAAK,GAAG,OAAO,GAAG,IAAI,CAAC,CAAC;EACtF,IAAI,CAAC,cAAc,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC;;EAE/B,OAAO,GAAG,CAAC;EACX;;CAED,cAAc,EAAE,UAAU,GAAG,EAAE,IAAI,EAAE;EACpC,IAAI,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC;EAC3B,IAAI,UAAU,GAAG,OAAO,CAAC,IAAI,GAAG,MAAM,CAAC,CAAC;;EAExC,IAAI,OAAO,UAAU,KAAK,QAAQ,EAAE;GACnC,UAAU,GAAG,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC;GACtC;;EAED,IAAI,IAAI,GAAG4D,OAAK,CAAC,UAAU,CAAC;MACxB,MAAM,GAAGA,OAAK,CAAC,IAAI,KAAK,QAAQ,IAAI,OAAO,CAAC,YAAY,IAAI,OAAO,CAAC,UAAU;cACtE,IAAI,IAAI,IAAI,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;;EAE5C,GAAG,CAAC,SAAS,GAAG,iBAAiB,GAAG,IAAI,GAAG,GAAG,IAAI,OAAO,CAAC,SAAS,IAAI,EAAE,CAAC,CAAC;;EAE3E,IAAI,MAAM,EAAE;GACX,GAAG,CAAC,KAAK,CAAC,UAAU,GAAG,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,IAAI,CAAC;GAC1C,GAAG,CAAC,KAAK,CAAC,SAAS,IAAI,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,IAAI,CAAC;GAC1C;;EAED,IAAI,IAAI,EAAE;GACT,GAAG,CAAC,KAAK,CAAC,KAAK,IAAI,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC;GACjC,GAAG,CAAC,KAAK,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC;GACjC;EACD;;CAED,UAAU,EAAE,UAAU,GAAG,EAAE,EAAE,EAAE;EAC9B,EAAE,GAAG,EAAE,IAAI,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;EACzC,EAAE,CAAC,GAAG,GAAG,GAAG,CAAC;EACb,OAAO,EAAE,CAAC;EACV;;CAED,WAAW,EAAE,UAAU,IAAI,EAAE;EAC5B,OAAO,MAAM,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,GAAG,WAAW,CAAC,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,GAAG,KAAK,CAAC,CAAC;EAChF;CACD,CAAC,CAAC;;;;;AAKH,AAAO,SAAS,IAAI,CAAC,OAAO,EAAE;CAC7B,OAAO,IAAI,IAAI,CAAC,OAAO,CAAC,CAAC;CACzB;;ACvJD;;;;;;;;;;;;;;;;AAgBA,AAAO,IAAI,WAAW,GAAG,IAAI,CAAC,MAAM,CAAC;;CAEpC,OAAO,EAAE;EACR,OAAO,QAAQ,iBAAiB;EAChC,aAAa,EAAE,oBAAoB;EACnC,SAAS,MAAM,mBAAmB;EAClC,QAAQ,KAAK,CAAC,EAAE,EAAE,EAAE,CAAC;EACrB,UAAU,GAAG,CAAC,EAAE,EAAE,EAAE,CAAC;EACrB,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC;EACrB,aAAa,EAAE,CAAC,EAAE,EAAE,CAAC,EAAE,CAAC;EACxB,UAAU,GAAG,CAAC,EAAE,EAAE,EAAE,CAAC;EACrB;;CAED,WAAW,EAAE,UAAU,IAAI,EAAE;EAC5B,IAAI,CAAC,WAAW,CAAC,SAAS,EAAE;GAC3B,WAAW,CAAC,SAAS,GAAG,IAAI,CAAC,eAAe,EAAE,CAAC;GAC/C;;;;;;EAMD,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,IAAI,WAAW,CAAC,SAAS,IAAI,IAAI,CAAC,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EACvG;;CAED,eAAe,EAAE,YAAY;EAC5B,IAAI,EAAE,GAAG7B,QAAc,CAAC,KAAK,GAAG,2BAA2B,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAC;EAC5E,IAAI,IAAI,GAAGM,QAAgB,CAAC,EAAE,EAAE,kBAAkB,CAAC;aACxCA,QAAgB,CAAC,EAAE,EAAE,iBAAiB,CAAC,CAAC;;EAEnD,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;;EAE9B,IAAI,IAAI,KAAK,IAAI,IAAI,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE;GAC/C,IAAI,GAAG,EAAE,CAAC;GACV,MAAM;GACN,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC,aAAa,EAAE,EAAE,CAAC,CAAC,OAAO,CAAC,0BAA0B,EAAE,EAAE,CAAC,CAAC;GAC/E;;EAED,OAAO,IAAI,CAAC;EACZ;CACD,CAAC;;ACpDF;;;;;;;;;;;;;;;;;;AAkBA,AAAO,IAAI,UAAU,GAAG,OAAO,CAAC,MAAM,CAAC;CACtC,UAAU,EAAE,UAAU,MAAM,EAAE;EAC7B,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC;EACtB;;CAED,QAAQ,EAAE,YAAY;EACrB,IAAI,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC;;EAE9B,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE;GACrB,IAAI,CAAC,UAAU,GAAG,IAAI,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;GAClD;;EAED,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;GAClB,SAAS,EAAE,IAAI,CAAC,YAAY;GAC5B,OAAO,EAAE,IAAI,CAAC,UAAU;GACxB,IAAI,EAAE,IAAI,CAAC,OAAO;GAClB,OAAO,EAAE,IAAI,CAAC,UAAU;GACxB,EAAE,IAAI,CAAC,CAAC,MAAM,EAAE,CAAC;;EAElBR,QAAgB,CAAC,IAAI,EAAE,0BAA0B,CAAC,CAAC;EACnD;;CAED,WAAW,EAAE,YAAY;EACxB,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC;GACnB,SAAS,EAAE,IAAI,CAAC,YAAY;GAC5B,OAAO,EAAE,IAAI,CAAC,UAAU;GACxB,IAAI,EAAE,IAAI,CAAC,OAAO;GAClB,OAAO,EAAE,IAAI,CAAC,UAAU;GACxB,EAAE,IAAI,CAAC,CAAC,OAAO,EAAE,CAAC;;EAEnB,IAAI,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE;GACvBc,WAAmB,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE,0BAA0B,CAAC,CAAC;GACpE;EACD;;CAED,KAAK,EAAE,YAAY;EAClB,OAAO,IAAI,CAAC,UAAU,IAAI,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC;EACjD;;CAED,UAAU,EAAE,UAAU,CAAC,EAAE;EACxB,IAAI,MAAM,GAAG,IAAI,CAAC,OAAO;MACrB,GAAG,GAAG,MAAM,CAAC,IAAI;MACjB,KAAK,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,YAAY;MACzC,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,cAAc;MAC7C,OAAO,GAAGtB,WAAmB,CAAC,MAAM,CAAC,KAAK,CAAC;MAC3C,MAAM,GAAG,GAAG,CAAC,cAAc,EAAE;MAC7B,MAAM,GAAG,GAAG,CAAC,cAAc,EAAE,CAAC;;EAElC,IAAI,SAAS,GAAG,QAAQ;GACvB,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC;GACzC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC;GAC9C,CAAC;;EAEF,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,OAAO,CAAC,EAAE;;GAEjC,IAAI,QAAQ,GAAG,OAAO;IACrB,CAAC,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,GAAG,SAAS,CAAC,GAAG,CAAC,CAAC,KAAK,MAAM,CAAC,GAAG,CAAC,CAAC,GAAG,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC;IAC3F,CAAC,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,GAAG,SAAS,CAAC,GAAG,CAAC,CAAC,KAAK,MAAM,CAAC,GAAG,CAAC,CAAC,GAAG,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC;;IAE3F,CAAC,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,GAAG,SAAS,CAAC,GAAG,CAAC,CAAC,KAAK,MAAM,CAAC,GAAG,CAAC,CAAC,GAAG,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC;IAC3F,CAAC,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,GAAG,SAAS,CAAC,GAAG,CAAC,CAAC,KAAK,MAAM,CAAC,GAAG,CAAC,CAAC,GAAG,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC;IAC3F,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;;GAEpB,GAAG,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC,CAAC;;GAEtC,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;GACvC,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;;GAEzCE,WAAmB,CAAC,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;GAC3D,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;;GAEhB,IAAI,CAAC,WAAW,GAAG,gBAAgB,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC;GACnE;EACD;;CAED,YAAY,EAAE,YAAY;;;;;;;;EAQzB,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,CAAC;EAC3C,IAAI,CAAC,OAAO;OACP,UAAU,EAAE;OACZ,IAAI,CAAC,WAAW,CAAC;OACjB,IAAI,CAAC,WAAW,CAAC,CAAC;EACvB;;CAED,UAAU,EAAE,UAAU,CAAC,EAAE;EACxB,IAAI,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,OAAO,EAAE;GACjC,eAAe,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;GAClC,IAAI,CAAC,WAAW,GAAG,gBAAgB,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC;GACnE;EACD;;CAED,OAAO,EAAE,UAAU,CAAC,EAAE;EACrB,IAAI,MAAM,GAAG,IAAI,CAAC,OAAO;MACrB,MAAM,GAAG,MAAM,CAAC,OAAO;MACvB,OAAO,GAAGF,WAAmB,CAAC,MAAM,CAAC,KAAK,CAAC;MAC3C,MAAM,GAAG,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,OAAO,CAAC,CAAC;;;EAGrD,IAAI,MAAM,EAAE;GACXE,WAAmB,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;GACrC;;EAED,MAAM,CAAC,OAAO,GAAG,MAAM,CAAC;EACxB,CAAC,CAAC,MAAM,GAAG,MAAM,CAAC;EAClB,CAAC,CAAC,SAAS,GAAG,IAAI,CAAC,UAAU,CAAC;;;;EAI9B,MAAM;OACD,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC;OACf,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;EACrB;;CAED,UAAU,EAAE,UAAU,CAAC,EAAE;;;;GAIvB,eAAe,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;;;;EAInC,OAAO,IAAI,CAAC,UAAU,CAAC;EACvB,IAAI,CAAC,OAAO;OACP,IAAI,CAAC,SAAS,CAAC;OACf,IAAI,CAAC,SAAS,EAAE,CAAC,CAAC,CAAC;EACxB;CACD,CAAC;;ACtJF;;;;;;;;;;;;;AAaA,AAAO,IAAI,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC;;;;CAIhC,OAAO,EAAE;;;;;EAKR,IAAI,EAAE,IAAI,WAAW,EAAE;;;EAGvB,WAAW,EAAE,IAAI;;;;EAIjB,QAAQ,EAAE,IAAI;;;;EAId,KAAK,EAAE,EAAE;;;;EAIT,GAAG,EAAE,EAAE;;;;EAIP,YAAY,EAAE,CAAC;;;;EAIf,OAAO,EAAE,CAAC;;;;EAIV,WAAW,EAAE,KAAK;;;;EAIlB,UAAU,EAAE,GAAG;;;;EAIf,IAAI,EAAE,YAAY;;;;;EAKlB,mBAAmB,EAAE,KAAK;;;;;EAK1B,SAAS,EAAE,KAAK;;;;EAIhB,OAAO,EAAE,KAAK;;;;;EAKd,cAAc,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC;;;;EAIxB,YAAY,EAAE,EAAE;EAChB;;;;;;;CAOD,UAAU,EAAE,UAAU,MAAM,EAAE,OAAO,EAAE;EACtCE,UAAe,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;EAC/B,IAAI,CAAC,OAAO,GAAGoC,QAAM,CAAC,MAAM,CAAC,CAAC;EAC9B;;CAED,KAAK,EAAE,UAAU,GAAG,EAAE;EACrB,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,aAAa,IAAI,GAAG,CAAC,OAAO,CAAC,mBAAmB,CAAC;;EAE3E,IAAI,IAAI,CAAC,aAAa,EAAE;GACvB,GAAG,CAAC,EAAE,CAAC,UAAU,EAAE,IAAI,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;GAC5C;;EAED,IAAI,CAAC,SAAS,EAAE,CAAC;EACjB,IAAI,CAAC,MAAM,EAAE,CAAC;EACd;;CAED,QAAQ,EAAE,UAAU,GAAG,EAAE;EACxB,IAAI,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,QAAQ,CAAC,OAAO,EAAE,EAAE;GAC7C,IAAI,CAAC,OAAO,CAAC,SAAS,GAAG,IAAI,CAAC;GAC9B,IAAI,CAAC,QAAQ,CAAC,WAAW,EAAE,CAAC;GAC5B;EACD,OAAO,IAAI,CAAC,QAAQ,CAAC;;EAErB,IAAI,IAAI,CAAC,aAAa,EAAE;GACvB,GAAG,CAAC,GAAG,CAAC,UAAU,EAAE,IAAI,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;GAC7C;;EAED,IAAI,CAAC,WAAW,EAAE,CAAC;EACnB,IAAI,CAAC,aAAa,EAAE,CAAC;EACrB;;CAED,SAAS,EAAE,YAAY;EACtB,OAAO;GACN,IAAI,EAAE,IAAI,CAAC,MAAM;GACjB,SAAS,EAAE,IAAI,CAAC,MAAM;GACtB,CAAC;EACF;;;;CAID,SAAS,EAAE,YAAY;EACtB,OAAO,IAAI,CAAC,OAAO,CAAC;EACpB;;;;CAID,SAAS,EAAE,UAAU,MAAM,EAAE;EAC5B,IAAI,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC;EAC7B,IAAI,CAAC,OAAO,GAAGA,QAAM,CAAC,MAAM,CAAC,CAAC;EAC9B,IAAI,CAAC,MAAM,EAAE,CAAC;;;;EAId,OAAO,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,SAAS,EAAE,SAAS,EAAE,MAAM,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC;EACvE;;;;CAID,eAAe,EAAE,UAAU,MAAM,EAAE;EAClC,IAAI,CAAC,OAAO,CAAC,YAAY,GAAG,MAAM,CAAC;EACnC,OAAO,IAAI,CAAC,MAAM,EAAE,CAAC;EACrB;;;;CAID,OAAO,EAAE,UAAU,IAAI,EAAE;;EAExB,IAAI,CAAC,OAAO,CAAC,IAAI,GAAG,IAAI,CAAC;;EAEzB,IAAI,IAAI,CAAC,IAAI,EAAE;GACd,IAAI,CAAC,SAAS,EAAE,CAAC;GACjB,IAAI,CAAC,MAAM,EAAE,CAAC;GACd;;EAED,IAAI,IAAI,CAAC,MAAM,EAAE;GAChB,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;GACjD;;EAED,OAAO,IAAI,CAAC;EACZ;;CAED,UAAU,EAAE,YAAY;EACvB,OAAO,IAAI,CAAC,KAAK,CAAC;EAClB;;CAED,MAAM,EAAE,YAAY;;EAEnB,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,EAAE;GAC5B,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,KAAK,EAAE,CAAC;GAC7D,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;GAClB;;EAED,OAAO,IAAI,CAAC;EACZ;;CAED,SAAS,EAAE,YAAY;EACtB,IAAI,OAAO,GAAG,IAAI,CAAC,OAAO;MACtB,UAAU,GAAG,eAAe,IAAI,IAAI,CAAC,aAAa,GAAG,UAAU,GAAG,MAAM,CAAC,CAAC;;EAE9E,IAAI,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC;MAC1C,OAAO,GAAG,KAAK,CAAC;;;EAGpB,IAAI,IAAI,KAAK,IAAI,CAAC,KAAK,EAAE;GACxB,IAAI,IAAI,CAAC,KAAK,EAAE;IACf,IAAI,CAAC,WAAW,EAAE,CAAC;IACnB;GACD,OAAO,GAAG,IAAI,CAAC;;GAEf,IAAI,OAAO,CAAC,KAAK,EAAE;IAClB,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC;IAC3B;;GAED,IAAI,IAAI,CAAC,OAAO,KAAK,KAAK,EAAE;IAC3B,IAAI,CAAC,GAAG,GAAG,OAAO,CAAC,GAAG,IAAI,EAAE,CAAC;IAC7B;GACD;;EAEDhC,QAAgB,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;;EAEnC,IAAI,OAAO,CAAC,QAAQ,EAAE;GACrB,IAAI,CAAC,QAAQ,GAAG,GAAG,CAAC;GACpB;;EAED,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;;EAElB,IAAI,OAAO,CAAC,WAAW,EAAE;GACxB,IAAI,CAAC,EAAE,CAAC;IACP,SAAS,EAAE,IAAI,CAAC,aAAa;IAC7B,QAAQ,EAAE,IAAI,CAAC,YAAY;IAC3B,CAAC,CAAC;GACH;;EAED,IAAI,SAAS,GAAG,OAAO,CAAC,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC;MACnD,SAAS,GAAG,KAAK,CAAC;;EAEtB,IAAI,SAAS,KAAK,IAAI,CAAC,OAAO,EAAE;GAC/B,IAAI,CAAC,aAAa,EAAE,CAAC;GACrB,SAAS,GAAG,IAAI,CAAC;GACjB;;EAED,IAAI,SAAS,EAAE;GACdA,QAAgB,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC;GACxC,SAAS,CAAC,GAAG,GAAG,EAAE,CAAC;GACnB;EACD,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC;;;EAGzB,IAAI,OAAO,CAAC,OAAO,GAAG,CAAC,EAAE;GACxB,IAAI,CAAC,cAAc,EAAE,CAAC;GACtB;;;EAGD,IAAI,OAAO,EAAE;GACZ,IAAI,CAAC,OAAO,EAAE,CAAC,WAAW,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;GACvC;EACD,IAAI,CAAC,gBAAgB,EAAE,CAAC;EACxB,IAAI,SAAS,IAAI,SAAS,EAAE;GAC3B,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;GACrD;EACD;;CAED,WAAW,EAAE,YAAY;EACxB,IAAI,IAAI,CAAC,OAAO,CAAC,WAAW,EAAE;GAC7B,IAAI,CAAC,GAAG,CAAC;IACR,SAAS,EAAE,IAAI,CAAC,aAAa;IAC7B,QAAQ,EAAE,IAAI,CAAC,YAAY;IAC3B,CAAC,CAAC;GACH;;EAEDC,MAAc,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EAC3B,IAAI,CAAC,uBAAuB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;;EAEzC,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;EAClB;;CAED,aAAa,EAAE,YAAY;EAC1B,IAAI,IAAI,CAAC,OAAO,EAAE;GACjBA,MAAc,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;GAC7B;EACD,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC;EACpB;;CAED,OAAO,EAAE,UAAU,GAAG,EAAE;EACvBP,WAAmB,CAAC,IAAI,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;;EAErC,IAAI,IAAI,CAAC,OAAO,EAAE;GACjBA,WAAmB,CAAC,IAAI,CAAC,OAAO,EAAE,GAAG,CAAC,CAAC;GACvC;;EAED,IAAI,CAAC,OAAO,GAAG,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC;;EAEjD,IAAI,CAAC,YAAY,EAAE,CAAC;EACpB;;CAED,aAAa,EAAE,UAAU,MAAM,EAAE;EAChC,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,MAAM,GAAG,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC;EAChD;;CAED,YAAY,EAAE,UAAU,GAAG,EAAE;EAC5B,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,sBAAsB,CAAC,IAAI,CAAC,OAAO,EAAE,GAAG,CAAC,IAAI,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,KAAK,EAAE,CAAC;;EAEvF,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;EAClB;;CAED,gBAAgB,EAAE,YAAY;;EAE7B,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,EAAE,EAAE,OAAO,EAAE;;EAE1CM,QAAgB,CAAC,IAAI,CAAC,KAAK,EAAE,qBAAqB,CAAC,CAAC;;EAEpD,IAAI,CAAC,oBAAoB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;;EAEtC,IAAI,UAAU,EAAE;GACf,IAAI,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC;GACvC,IAAI,IAAI,CAAC,QAAQ,EAAE;IAClB,SAAS,GAAG,IAAI,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC;IACpC,IAAI,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC;IACxB;;GAED,IAAI,CAAC,QAAQ,GAAG,IAAI,UAAU,CAAC,IAAI,CAAC,CAAC;;GAErC,IAAI,SAAS,EAAE;IACd,IAAI,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC;IACvB;GACD;EACD;;;;CAID,UAAU,EAAE,UAAU,OAAO,EAAE;EAC9B,IAAI,CAAC,OAAO,CAAC,OAAO,GAAG,OAAO,CAAC;EAC/B,IAAI,IAAI,CAAC,IAAI,EAAE;GACd,IAAI,CAAC,cAAc,EAAE,CAAC;GACtB;;EAED,OAAO,IAAI,CAAC;EACZ;;CAED,cAAc,EAAE,YAAY;EAC3B,IAAI,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC;;EAEnCiC,UAAkB,CAAC,IAAI,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;;EAExC,IAAI,IAAI,CAAC,OAAO,EAAE;GACjBA,UAAkB,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;GAC1C;EACD;;CAED,aAAa,EAAE,YAAY;EAC1B,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;EAC5C;;CAED,YAAY,EAAE,YAAY;EACzB,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC;EACtB;;CAED,eAAe,EAAE,YAAY;EAC5B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC;EAC7C;;CAED,iBAAiB,EAAE,YAAY;EAC9B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC;EAC/C;CACD,CAAC,CAAC;;;;;;;AAOH,AAAO,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,EAAE;CACvC,OAAO,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACnC;;AC7WD;;;;;;;;;AASA,AAAO,IAAI,IAAI,GAAG,KAAK,CAAC,MAAM,CAAC;;;;CAI9B,OAAO,EAAE;;;EAGR,MAAM,EAAE,IAAI;;;;EAIZ,KAAK,EAAE,SAAS;;;;EAIhB,MAAM,EAAE,CAAC;;;;EAIT,OAAO,EAAE,CAAC;;;;EAIV,OAAO,EAAE,OAAO;;;;EAIhB,QAAQ,EAAE,OAAO;;;;EAIjB,SAAS,EAAE,IAAI;;;;EAIf,UAAU,EAAE,IAAI;;;;EAIhB,IAAI,EAAE,KAAK;;;;EAIX,SAAS,EAAE,IAAI;;;;EAIf,WAAW,EAAE,GAAG;;;;EAIhB,QAAQ,EAAE,SAAS;;;;;EAKnB,WAAW,EAAE,IAAI;;;;;EAKjB,mBAAmB,EAAE,IAAI;EACzB;;CAED,SAAS,EAAE,UAAU,GAAG,EAAE;;;EAGzB,IAAI,CAAC,SAAS,GAAG,GAAG,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;EACvC;;CAED,KAAK,EAAE,YAAY;EAClB,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;EAC/B,IAAI,CAAC,MAAM,EAAE,CAAC;EACd,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;EAC9B;;CAED,QAAQ,EAAE,YAAY;EACrB,IAAI,CAAC,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;EACjC;;;;CAID,MAAM,EAAE,YAAY;EACnB,IAAI,IAAI,CAAC,IAAI,EAAE;GACd,IAAI,CAAC,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;GACjC;EACD,OAAO,IAAI,CAAC;EACZ;;;;CAID,QAAQ,EAAE,UAAU,KAAK,EAAE;EAC1BrC,UAAe,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;EAC7B,IAAI,IAAI,CAAC,SAAS,EAAE;GACnB,IAAI,CAAC,SAAS,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;GAClC;EACD,OAAO,IAAI,CAAC;EACZ;;;;CAID,YAAY,EAAE,YAAY;EACzB,IAAI,IAAI,CAAC,SAAS,EAAE;GACnB,IAAI,CAAC,SAAS,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;GACnC;EACD,OAAO,IAAI,CAAC;EACZ;;;;CAID,WAAW,EAAE,YAAY;EACxB,IAAI,IAAI,CAAC,SAAS,EAAE;GACnB,IAAI,CAAC,SAAS,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;GAClC;EACD,OAAO,IAAI,CAAC;EACZ;;CAED,UAAU,EAAE,YAAY;EACvB,OAAO,IAAI,CAAC,KAAK,CAAC;EAClB;;CAED,MAAM,EAAE,YAAY;;EAEnB,IAAI,CAAC,QAAQ,EAAE,CAAC;EAChB,IAAI,CAAC,OAAO,EAAE,CAAC;EACf;;CAED,eAAe,EAAE,YAAY;;EAE5B,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC,GAAG,CAAC,IAAI,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,SAAS,CAAC;EAC9F;CACD,CAAC;;ACzIF;;;;;;;;AAQA,AAAO,IAAI,YAAY,GAAG,IAAI,CAAC,MAAM,CAAC;;;;CAIrC,OAAO,EAAE;EACR,IAAI,EAAE,IAAI;;;;EAIV,MAAM,EAAE,EAAE;EACV;;CAED,UAAU,EAAE,UAAU,MAAM,EAAE,OAAO,EAAE;EACtCA,UAAe,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;EAC/B,IAAI,CAAC,OAAO,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAC;EAChC,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC;EACnC;;;;CAID,SAAS,EAAE,UAAU,MAAM,EAAE;EAC5B,IAAI,CAAC,OAAO,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAC;EAChC,IAAI,CAAC,MAAM,EAAE,CAAC;EACd,OAAO,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,MAAM,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC;EACjD;;;;CAID,SAAS,EAAE,YAAY;EACtB,OAAO,IAAI,CAAC,OAAO,CAAC;EACpB;;;;CAID,SAAS,EAAE,UAAU,MAAM,EAAE;EAC5B,IAAI,CAAC,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC;EAC5C,OAAO,IAAI,CAAC,MAAM,EAAE,CAAC;EACrB;;;;CAID,SAAS,EAAE,YAAY;EACtB,OAAO,IAAI,CAAC,OAAO,CAAC;EACpB;;CAED,QAAQ,GAAG,UAAU,OAAO,EAAE;EAC7B,IAAI,MAAM,GAAG,OAAO,IAAI,OAAO,CAAC,MAAM,IAAI,IAAI,CAAC,OAAO,CAAC;EACvD,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;EAC5C,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;EACvB,OAAO,IAAI,CAAC;EACZ;;CAED,QAAQ,EAAE,YAAY;EACrB,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;EACzD,IAAI,CAAC,aAAa,EAAE,CAAC;EACrB;;CAED,aAAa,EAAE,YAAY;EAC1B,IAAI,CAAC,GAAG,IAAI,CAAC,OAAO;MAChB,EAAE,GAAG,IAAI,CAAC,QAAQ,IAAI,CAAC;MACvB,CAAC,GAAG,IAAI,CAAC,eAAe,EAAE;MAC1B,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,EAAE,EAAE,GAAG,CAAC,CAAC,CAAC;EACxB,IAAI,CAAC,SAAS,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;EACzE;;CAED,OAAO,EAAE,YAAY;EACpB,IAAI,IAAI,CAAC,IAAI,EAAE;GACd,IAAI,CAAC,WAAW,EAAE,CAAC;GACnB;EACD;;CAED,WAAW,EAAE,YAAY;EACxB,IAAI,CAAC,SAAS,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;EACnC;;CAED,MAAM,EAAE,YAAY;EACnB,OAAO,IAAI,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,UAAU,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;EAC1E;;;CAGD,cAAc,EAAE,UAAU,CAAC,EAAE;EAC5B,OAAO,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,eAAe,EAAE,CAAC;EAC1E;CACD,CAAC,CAAC;;;;;AAKH,AAAO,SAAS,YAAY,CAAC,MAAM,EAAE,OAAO,EAAE;CAC7C,OAAO,IAAI,YAAY,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACzC;;AChGD;;;;;;;;;;;;;;;;AAgBA,AAAO,IAAI,MAAM,GAAG,YAAY,CAAC,MAAM,CAAC;;CAEvC,UAAU,EAAE,UAAU,MAAM,EAAE,OAAO,EAAE,aAAa,EAAE;EACrD,IAAI,OAAO,OAAO,KAAK,QAAQ,EAAE;;GAEhC,OAAO,GAAG9B,MAAW,CAAC,EAAE,EAAE,aAAa,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;GAC5D;EACD8B,UAAe,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;EAC/B,IAAI,CAAC,OAAO,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAC;;EAEhC,IAAI,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,EAAE,MAAM,IAAI,KAAK,CAAC,6BAA6B,CAAC,CAAC,EAAE;;;;;EAKnF,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC;EACpC;;;;CAID,SAAS,EAAE,UAAU,MAAM,EAAE;EAC5B,IAAI,CAAC,QAAQ,GAAG,MAAM,CAAC;EACvB,OAAO,IAAI,CAAC,MAAM,EAAE,CAAC;EACrB;;;;CAID,SAAS,EAAE,YAAY;EACtB,OAAO,IAAI,CAAC,QAAQ,CAAC;EACrB;;;;CAID,SAAS,EAAE,YAAY;EACtB,IAAI,IAAI,GAAG,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,OAAO,CAAC,CAAC;;EAEzD,OAAO,IAAI,YAAY;GACtB,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;GACxD,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;EACtD;;CAED,QAAQ,EAAE,IAAI,CAAC,SAAS,CAAC,QAAQ;;CAEjC,QAAQ,EAAE,YAAY;;EAErB,IAAI,GAAG,GAAG,IAAI,CAAC,OAAO,CAAC,GAAG;MACtB,GAAG,GAAG,IAAI,CAAC,OAAO,CAAC,GAAG;MACtB,GAAG,GAAG,IAAI,CAAC,IAAI;MACf,GAAG,GAAG,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC;;EAE1B,IAAI,GAAG,CAAC,QAAQ,KAAK,KAAK,CAAC,QAAQ,EAAE;GACpC,IAAI,CAAC,GAAG,IAAI,CAAC,EAAE,GAAG,GAAG;OACjB,IAAI,GAAG,CAAC,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,CAAC,IAAI,CAAC;OACpC,GAAG,GAAG,GAAG,CAAC,OAAO,CAAC,CAAC,GAAG,GAAG,IAAI,EAAE,GAAG,CAAC,CAAC;OACpC,MAAM,GAAG,GAAG,CAAC,OAAO,CAAC,CAAC,GAAG,GAAG,IAAI,EAAE,GAAG,CAAC,CAAC;OACvC,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC;OAC/B,IAAI,GAAG,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,GAAG;OAC3B,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,GAAG,CAAC,CAAC;gBACpE,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;;GAE1D,IAAI,KAAK,CAAC,IAAI,CAAC,IAAI,IAAI,KAAK,CAAC,EAAE;IAC9B,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,CAAC,CAAC;IAC5C;;GAED,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,cAAc,EAAE,CAAC,CAAC;GAC/C,IAAI,CAAC,OAAO,GAAG,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;GACzE,IAAI,CAAC,QAAQ,GAAG,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC;;GAE5B,MAAM;GACN,IAAI,OAAO,GAAG,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,QAAQ,CAAC,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;;GAEpF,IAAI,CAAC,MAAM,GAAG,GAAG,CAAC,kBAAkB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;GACnD,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC,GAAG,GAAG,CAAC,kBAAkB,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;GACjE;;EAED,IAAI,CAAC,aAAa,EAAE,CAAC;EACrB;CACD,CAAC,CAAC;;;;;;;;;AASH,AAAO,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,EAAE,aAAa,EAAE;CACtD,OAAO,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,EAAE,aAAa,CAAC,CAAC;CAClD;;ACxGD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuCA,AAAO,IAAI,QAAQ,GAAG,IAAI,CAAC,MAAM,CAAC;;;;CAIjC,OAAO,EAAE;;;;EAIR,YAAY,EAAE,GAAG;;;;EAIjB,MAAM,EAAE,KAAK;EACb;;CAED,UAAU,EAAE,UAAU,OAAO,EAAE,OAAO,EAAE;EACvCA,UAAe,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;EAC/B,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;EAC1B;;;;CAID,UAAU,EAAE,YAAY;EACvB,OAAO,IAAI,CAAC,QAAQ,CAAC;EACrB;;;;CAID,UAAU,EAAE,UAAU,OAAO,EAAE;EAC9B,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;EAC1B,OAAO,IAAI,CAAC,MAAM,EAAE,CAAC;EACrB;;;;CAID,OAAO,EAAE,YAAY;EACpB,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC;EAC7B;;;;CAID,iBAAiB,EAAE,UAAU,CAAC,EAAE;EAC/B,IAAI,WAAW,GAAG,QAAQ;MACtB,QAAQ,GAAG,IAAI;MACf,OAAO,GAAGsC,wBAAiC;MAC3C,EAAE,EAAE,EAAE,CAAC;;EAEX,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,GAAG,IAAI,EAAE,CAAC,EAAE,EAAE;GACzD,IAAI,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;;GAE5B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;IAClD,EAAE,GAAG,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;IACnB,EAAE,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;;IAEf,IAAI,MAAM,GAAG,OAAO,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;;IAEtC,IAAI,MAAM,GAAG,WAAW,EAAE;KACzB,WAAW,GAAG,MAAM,CAAC;KACrB,QAAQ,GAAG,OAAO,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;KAC9B;IACD;GACD;EACD,IAAI,QAAQ,EAAE;GACb,QAAQ,CAAC,QAAQ,GAAG,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;GAC3C;EACD,OAAO,QAAQ,CAAC;EAChB;;;;CAID,SAAS,EAAE,YAAY;;EAEtB,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE;GACf,MAAM,IAAI,KAAK,CAAC,gDAAgD,CAAC,CAAC;GAClE;;EAED,IAAI,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,KAAK;MACzC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;MACvB,GAAG,GAAG,MAAM,CAAC,MAAM,CAAC;;EAExB,IAAI,CAAC,GAAG,EAAE,EAAE,OAAO,IAAI,CAAC,EAAE;;;;EAI1B,KAAK,CAAC,GAAG,CAAC,EAAE,QAAQ,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;GAC3C,QAAQ,IAAI,MAAM,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;GACpD;;;EAGD,IAAI,QAAQ,KAAK,CAAC,EAAE;GACnB,OAAO,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;GAC/C;;EAED,KAAK,CAAC,GAAG,CAAC,EAAE,IAAI,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;GACvC,EAAE,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;GACf,EAAE,GAAG,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;GACnB,OAAO,GAAG,EAAE,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;GAC5B,IAAI,IAAI,OAAO,CAAC;;GAEhB,IAAI,IAAI,GAAG,QAAQ,EAAE;IACpB,KAAK,GAAG,CAAC,IAAI,GAAG,QAAQ,IAAI,OAAO,CAAC;IACpC,OAAO,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC;KACnC,EAAE,CAAC,CAAC,GAAG,KAAK,IAAI,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;KAC5B,EAAE,CAAC,CAAC,GAAG,KAAK,IAAI,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;KAC5B,CAAC,CAAC;IACH;GACD;EACD;;;;CAID,SAAS,EAAE,YAAY;EACtB,OAAO,IAAI,CAAC,OAAO,CAAC;EACpB;;;;;;CAMD,SAAS,EAAE,UAAU,MAAM,EAAE,OAAO,EAAE;EACrC,OAAO,GAAG,OAAO,IAAI,IAAI,CAAC,aAAa,EAAE,CAAC;EAC1C,MAAM,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAC;EAC1B,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;EACrB,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;EAC5B,OAAO,IAAI,CAAC,MAAM,EAAE,CAAC;EACrB;;CAED,WAAW,EAAE,UAAU,OAAO,EAAE;EAC/B,IAAI,CAAC,OAAO,GAAG,IAAI,YAAY,EAAE,CAAC;EAClC,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC;EAC9C;;CAED,aAAa,EAAE,YAAY;EAC1B,OAAOC,MAAe,CAAC,IAAI,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;EACzE;;;CAGD,eAAe,EAAE,UAAU,OAAO,EAAE;EACnC,IAAI,MAAM,GAAG,EAAE;MACX,IAAI,GAAGA,MAAe,CAAC,OAAO,CAAC,CAAC;;EAEpC,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;GACnD,IAAI,IAAI,EAAE;IACT,MAAM,CAAC,CAAC,CAAC,GAAG,QAAQ,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC;IACjC,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;IAC/B,MAAM;IACN,MAAM,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC;IAC7C;GACD;;EAED,OAAO,MAAM,CAAC;EACd;;CAED,QAAQ,EAAE,YAAY;EACrB,IAAI,QAAQ,GAAG,IAAI,MAAM,EAAE,CAAC;EAC5B,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC;EACjB,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;;EAE3D,IAAI,CAAC,GAAG,IAAI,CAAC,eAAe,EAAE;MAC1B,CAAC,GAAG,IAAI,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;;EAExB,IAAI,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE,IAAI,QAAQ,CAAC,OAAO,EAAE,EAAE;GACjD,QAAQ,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;GAC1B,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;GACrB,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;GAC1B;EACD;;;CAGD,eAAe,EAAE,UAAU,OAAO,EAAE,MAAM,EAAE,eAAe,EAAE;EAC5D,IAAI,IAAI,GAAG,OAAO,CAAC,CAAC,CAAC,YAAY,MAAM;MACnC,GAAG,GAAG,OAAO,CAAC,MAAM;MACpB,CAAC,EAAE,IAAI,CAAC;;EAEZ,IAAI,IAAI,EAAE;GACT,IAAI,GAAG,EAAE,CAAC;GACV,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;IACzB,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC;IACnD,eAAe,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;IAChC;GACD,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;GAClB,MAAM;GACN,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;IACzB,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,MAAM,EAAE,eAAe,CAAC,CAAC;IAC1D;GACD;EACD;;;CAGD,WAAW,EAAE,YAAY;EACxB,IAAI,MAAM,GAAG,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC;;EAEpC,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC;EACjB,IAAI,CAAC,IAAI,CAAC,SAAS,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE;GAC1D,OAAO;GACP;;EAED,IAAI,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE;GACxB,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC;GAC1B,OAAO;GACP;;EAED,IAAI,KAAK,GAAG,IAAI,CAAC,MAAM;MACnB,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,CAAC;;EAExC,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;GAC1D,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;;GAExB,KAAK,CAAC,GAAG,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,GAAG,IAAI,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;IACpD,OAAO,GAAGC,WAAoB,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,IAAI,CAAC,CAAC;;IAE1E,IAAI,CAAC,OAAO,EAAE,EAAE,SAAS,EAAE;;IAE3B,KAAK,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC;;;IAG1B,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC,KAAK,IAAI,GAAG,CAAC,CAAC,EAAE;KACvD,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC;KAC1B,CAAC,EAAE,CAAC;KACJ;IACD;GACD;EACD;;;CAGD,eAAe,EAAE,YAAY;EAC5B,IAAI,KAAK,GAAG,IAAI,CAAC,MAAM;MACnB,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC;;EAE1C,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;GACjD,KAAK,CAAC,CAAC,CAAC,GAAGC,QAAiB,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;GAClD;EACD;;CAED,OAAO,EAAE,YAAY;EACpB,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE;;EAE3B,IAAI,CAAC,WAAW,EAAE,CAAC;EACnB,IAAI,CAAC,eAAe,EAAE,CAAC;EACvB,IAAI,CAAC,WAAW,EAAE,CAAC;EACnB;;CAED,WAAW,EAAE,YAAY;EACxB,IAAI,CAAC,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;EACjC;;;CAGD,cAAc,EAAE,UAAU,CAAC,EAAE,MAAM,EAAE;EACpC,IAAI,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,IAAI,EAAE,IAAI;MACxB,CAAC,GAAG,IAAI,CAAC,eAAe,EAAE,CAAC;;EAE/B,IAAI,CAAC,IAAI,CAAC,SAAS,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,EAAE,OAAO,KAAK,CAAC,EAAE;;;EAGrE,KAAK,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;GACnD,IAAI,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;;GAEtB,KAAK,CAAC,GAAG,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC,GAAG,IAAI,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,CAAC,GAAG,CAAC,EAAE,EAAE;IAChE,IAAI,CAAC,MAAM,KAAK,CAAC,KAAK,CAAC,CAAC,EAAE,EAAE,SAAS,EAAE;;IAEvC,IAAIC,sBAA+B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE;KAC9D,OAAO,IAAI,CAAC;KACZ;IACD;GACD;EACD,OAAO,KAAK,CAAC;EACb;CACD,CAAC,CAAC;;;;;;;AAOH,AAAO,SAAS,QAAQ,CAAC,OAAO,EAAE,OAAO,EAAE;CAC1C,OAAO,IAAI,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;CACtC;;;AAGD,QAAQ,CAAC,KAAK,GAAGC,KAAc,CAAC;;AChUhC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8CA,AAAO,IAAI,OAAO,GAAG,QAAQ,CAAC,MAAM,CAAC;;CAEpC,OAAO,EAAE;EACR,IAAI,EAAE,IAAI;EACV;;CAED,OAAO,EAAE,YAAY;EACpB,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC;EACzD;;CAED,SAAS,EAAE,YAAY;;EAEtB,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE;GACf,MAAM,IAAI,KAAK,CAAC,gDAAgD,CAAC,CAAC;GAClE;;EAED,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM;MACnC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;MACvB,GAAG,GAAG,MAAM,CAAC,MAAM,CAAC;;EAExB,IAAI,CAAC,GAAG,EAAE,EAAE,OAAO,IAAI,CAAC,EAAE;;;;EAI1B,IAAI,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;;EAEjB,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,CAAC,EAAE,EAAE;GAC1C,EAAE,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;GACf,EAAE,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;;GAEf,CAAC,GAAG,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;GAC9B,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC;GACvB,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC;GACvB,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC;GACd;;EAED,IAAI,IAAI,KAAK,CAAC,EAAE;;GAEf,MAAM,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;GACnB,MAAM;GACN,MAAM,GAAG,CAAC,CAAC,GAAG,IAAI,EAAE,CAAC,GAAG,IAAI,CAAC,CAAC;GAC9B;EACD,OAAO,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,CAAC;EAC5C;;CAED,eAAe,EAAE,UAAU,OAAO,EAAE;EACnC,IAAI,MAAM,GAAG,QAAQ,CAAC,SAAS,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,CAAC;MAC/D,GAAG,GAAG,MAAM,CAAC,MAAM,CAAC;;;EAGxB,IAAI,GAAG,IAAI,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,YAAY,MAAM,IAAI,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,EAAE;GACjF,MAAM,CAAC,GAAG,EAAE,CAAC;GACb;EACD,OAAO,MAAM,CAAC;EACd;;CAED,WAAW,EAAE,UAAU,OAAO,EAAE;EAC/B,QAAQ,CAAC,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;EACnD,IAAIJ,MAAe,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE;GACnC,IAAI,CAAC,QAAQ,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;GAChC;EACD;;CAED,aAAa,EAAE,YAAY;EAC1B,OAAOA,MAAe,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;EAClF;;CAED,WAAW,EAAE,YAAY;;;EAGxB,IAAI,MAAM,GAAG,IAAI,CAAC,SAAS,CAAC,OAAO;MAC/B,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM;MACvB,CAAC,GAAG,IAAI,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;;;EAGxB,MAAM,GAAG,IAAI,MAAM,CAAC,MAAM,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;;EAE/D,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC;EACjB,IAAI,CAAC,IAAI,CAAC,SAAS,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE;GAC1D,OAAO;GACP;;EAED,IAAI,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE;GACxB,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC;GAC1B,OAAO;GACP;;EAED,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;GAChE,OAAO,GAAGK,WAAoB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;GAC7D,IAAI,OAAO,CAAC,MAAM,EAAE;IACnB,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAC1B;GACD;EACD;;CAED,WAAW,EAAE,YAAY;EACxB,IAAI,CAAC,SAAS,CAAC,WAAW,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;EACvC;;;CAGD,cAAc,EAAE,UAAU,CAAC,EAAE;EAC5B,IAAI,MAAM,GAAG,KAAK;MACd,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC;;EAErC,IAAI,CAAC,IAAI,CAAC,SAAS,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,EAAE,OAAO,KAAK,CAAC,EAAE;;;EAGrE,KAAK,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;GACnD,IAAI,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;;GAEtB,KAAK,CAAC,GAAG,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC,GAAG,IAAI,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,CAAC,GAAG,CAAC,EAAE,EAAE;IAChE,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;IACb,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;;IAEb,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,EAAE;KACnG,MAAM,GAAG,CAAC,MAAM,CAAC;KACjB;IACD;GACD;;;EAGD,OAAO,MAAM,IAAI,QAAQ,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,EAAE,IAAI,CAAC,CAAC;EACvE;;CAED,CAAC,CAAC;;;;AAIH,AAAO,SAAS,OAAO,CAAC,OAAO,EAAE,OAAO,EAAE;CACzC,OAAO,IAAI,OAAO,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;CACrC;;AC3KD;;;;;;;;;;;;;;;;;;;;;AAqBA,AAAO,IAAI,OAAO,GAAG,YAAY,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiDxC,UAAU,EAAE,UAAU,OAAO,EAAE,OAAO,EAAE;EACvC5C,UAAe,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;;EAE/B,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;;EAElB,IAAI,OAAO,EAAE;GACZ,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;GACtB;EACD;;;;CAID,OAAO,EAAE,UAAU,OAAO,EAAE;EAC3B,IAAI,QAAQ,GAAG7B,OAAY,CAAC,OAAO,CAAC,GAAG,OAAO,GAAG,OAAO,CAAC,QAAQ;MAC7D,CAAC,EAAE,GAAG,EAAE,OAAO,CAAC;;EAEpB,IAAI,QAAQ,EAAE;GACb,KAAK,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,QAAQ,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;;IAEhD,OAAO,GAAG,QAAQ,CAAC,CAAC,CAAC,CAAC;IACtB,IAAI,OAAO,CAAC,UAAU,IAAI,OAAO,CAAC,QAAQ,IAAI,OAAO,CAAC,QAAQ,IAAI,OAAO,CAAC,WAAW,EAAE;KACtF,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;KACtB;IACD;GACD,OAAO,IAAI,CAAC;GACZ;;EAED,IAAI,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC;;EAE3B,IAAI,OAAO,CAAC,MAAM,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,EAAE,EAAE,OAAO,IAAI,CAAC,EAAE;;EAEhE,IAAI,KAAK,GAAG,eAAe,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;EAC9C,IAAI,CAAC,KAAK,EAAE;GACX,OAAO,IAAI,CAAC;GACZ;EACD,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,OAAO,CAAC,CAAC;;EAEnC,KAAK,CAAC,cAAc,GAAG,KAAK,CAAC,OAAO,CAAC;EACrC,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;;EAEvB,IAAI,OAAO,CAAC,aAAa,EAAE;GAC1B,OAAO,CAAC,aAAa,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC;GACtC;;EAED,OAAO,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;EAC5B;;;;CAID,UAAU,EAAE,UAAU,KAAK,EAAE;;EAE5B,KAAK,CAAC,OAAO,GAAGD,MAAW,CAAC,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;EACtD,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;EAC/C,OAAO,IAAI,CAAC;EACZ;;;;CAID,QAAQ,EAAE,UAAU,KAAK,EAAE;EAC1B,OAAO,IAAI,CAAC,SAAS,CAAC,UAAU,KAAK,EAAE;GACtC,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;GAClC,EAAE,IAAI,CAAC,CAAC;EACT;;CAED,cAAc,EAAE,UAAU,KAAK,EAAE,KAAK,EAAE;EACvC,IAAI,OAAO,KAAK,KAAK,UAAU,EAAE;GAChC,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;GAC7B;EACD,IAAI,KAAK,CAAC,QAAQ,EAAE;GACnB,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;GACtB;EACD;CACD,CAAC,CAAC;;;;;;;;;AASH,AAAO,SAAS,eAAe,CAAC,OAAO,EAAE,OAAO,EAAE;;CAEjD,IAAI,QAAQ,GAAG,OAAO,CAAC,IAAI,KAAK,SAAS,GAAG,OAAO,CAAC,QAAQ,GAAG,OAAO;KAClE,MAAM,GAAG,QAAQ,GAAG,QAAQ,CAAC,WAAW,GAAG,IAAI;KAC/C,MAAM,GAAG,EAAE;KACX,YAAY,GAAG,OAAO,IAAI,OAAO,CAAC,YAAY;KAC9C,eAAe,GAAG,OAAO,IAAI,OAAO,CAAC,cAAc,IAAI,cAAc;KACrE,MAAM,EAAE,OAAO,EAAE,CAAC,EAAE,GAAG,CAAC;;CAE5B,IAAI,CAAC,MAAM,IAAI,CAAC,QAAQ,EAAE;EACzB,OAAO,IAAI,CAAC;EACZ;;CAED,QAAQ,QAAQ,CAAC,IAAI;CACrB,KAAK,OAAO;EACX,MAAM,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC;EACjC,OAAO,YAAY,GAAG,YAAY,CAAC,OAAO,EAAE,MAAM,CAAC,GAAG,IAAI,MAAM,CAAC,MAAM,CAAC,CAAC;;CAE1E,KAAK,YAAY;EAChB,KAAK,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;GAC9C,MAAM,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;GACpC,MAAM,CAAC,IAAI,CAAC,YAAY,GAAG,YAAY,CAAC,OAAO,EAAE,MAAM,CAAC,GAAG,IAAI,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC;GAC/E;EACD,OAAO,IAAI,YAAY,CAAC,MAAM,CAAC,CAAC;;CAEjC,KAAK,YAAY,CAAC;CAClB,KAAK,iBAAiB;EACrB,OAAO,GAAG,eAAe,CAAC,MAAM,EAAE,QAAQ,CAAC,IAAI,KAAK,YAAY,GAAG,CAAC,GAAG,CAAC,EAAE,eAAe,CAAC,CAAC;EAC3F,OAAO,IAAI,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;;CAEvC,KAAK,SAAS,CAAC;CACf,KAAK,cAAc;EAClB,OAAO,GAAG,eAAe,CAAC,MAAM,EAAE,QAAQ,CAAC,IAAI,KAAK,SAAS,GAAG,CAAC,GAAG,CAAC,EAAE,eAAe,CAAC,CAAC;EACxF,OAAO,IAAI,OAAO,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;;CAEtC,KAAK,oBAAoB;EACxB,KAAK,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,QAAQ,CAAC,UAAU,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;GAC3D,IAAI,KAAK,GAAG,eAAe,CAAC;IAC3B,QAAQ,EAAE,QAAQ,CAAC,UAAU,CAAC,CAAC,CAAC;IAChC,IAAI,EAAE,SAAS;IACf,UAAU,EAAE,OAAO,CAAC,UAAU;IAC9B,EAAE,OAAO,CAAC,CAAC;;GAEZ,IAAI,KAAK,EAAE;IACV,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IACnB;GACD;EACD,OAAO,IAAI,YAAY,CAAC,MAAM,CAAC,CAAC;;CAEjC;EACC,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC,CAAC;EAC3C;CACD;;;;;AAKD,AAAO,SAAS,cAAc,CAAC,MAAM,EAAE;CACtC,OAAO,IAAI,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;CACnD;;;;;;AAMD,AAAO,SAAS,eAAe,CAAC,MAAM,EAAE,UAAU,EAAE,eAAe,EAAE;CACpE,IAAI,OAAO,GAAG,EAAE,CAAC;;CAEjB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EAC1D,MAAM,GAAG,UAAU;GAClB,eAAe,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,UAAU,GAAG,CAAC,EAAE,eAAe,CAAC;GAC3D,CAAC,eAAe,IAAI,cAAc,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;;EAEhD,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;EACrB;;CAED,OAAO,OAAO,CAAC;CACf;;;;AAID,AAAO,SAAS,cAAc,CAAC,MAAM,EAAE,SAAS,EAAE;CACjD,SAAS,GAAG,OAAO,SAAS,KAAK,QAAQ,GAAG,SAAS,GAAG,CAAC,CAAC;CAC1D,OAAO,MAAM,CAAC,GAAG,KAAK,SAAS;EAC9B,CAACM,SAAc,CAAC,MAAM,CAAC,GAAG,EAAE,SAAS,CAAC,EAAEA,SAAc,CAAC,MAAM,CAAC,GAAG,EAAE,SAAS,CAAC,EAAEA,SAAc,CAAC,MAAM,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC;EACrH,CAACA,SAAc,CAAC,MAAM,CAAC,GAAG,EAAE,SAAS,CAAC,EAAEA,SAAc,CAAC,MAAM,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC;CAChF;;;;;AAKD,AAAO,SAAS,eAAe,CAAC,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,SAAS,EAAE;CACvE,IAAI,MAAM,GAAG,EAAE,CAAC;;CAEhB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EACnD,MAAM,CAAC,IAAI,CAAC,UAAU;GACrB,eAAe,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,UAAU,GAAG,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC;GAC9D,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC,CAAC;EACxC;;CAED,IAAI,CAAC,UAAU,IAAI,MAAM,EAAE;EAC1B,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;EACvB;;CAED,OAAO,MAAM,CAAC;CACd;;AAED,AAAO,SAAS,UAAU,CAAC,KAAK,EAAE,WAAW,EAAE;CAC9C,OAAO,KAAK,CAAC,OAAO;EACnBN,MAAW,CAAC,EAAE,EAAE,KAAK,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,WAAW,CAAC,CAAC;EACvD,SAAS,CAAC,WAAW,CAAC,CAAC;CACxB;;;;AAID,AAAO,SAAS,SAAS,CAAC,OAAO,EAAE;CAClC,IAAI,OAAO,CAAC,IAAI,KAAK,SAAS,IAAI,OAAO,CAAC,IAAI,KAAK,mBAAmB,EAAE;EACvE,OAAO,OAAO,CAAC;EACf;;CAED,OAAO;EACN,IAAI,EAAE,SAAS;EACf,UAAU,EAAE,EAAE;EACd,QAAQ,EAAE,OAAO;EACjB,CAAC;CACF;;AAED,IAAI,cAAc,GAAG;CACpB,SAAS,EAAE,UAAU,SAAS,EAAE;EAC/B,OAAO,UAAU,CAAC,IAAI,EAAE;GACvB,IAAI,EAAE,OAAO;GACb,WAAW,EAAE,cAAc,CAAC,IAAI,CAAC,SAAS,EAAE,EAAE,SAAS,CAAC;GACxD,CAAC,CAAC;EACH;CACD,CAAC;;;;;AAKF,MAAM,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC;;;;;AAK/B,MAAM,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC;AAC/B,YAAY,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC;;;;;;AAMrC,QAAQ,CAAC,OAAO,CAAC;CAChB,SAAS,EAAE,UAAU,SAAS,EAAE;EAC/B,IAAI,KAAK,GAAG,CAACqE,MAAe,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;;EAE5C,IAAI,MAAM,GAAG,eAAe,CAAC,IAAI,CAAC,QAAQ,EAAE,KAAK,GAAG,CAAC,GAAG,CAAC,EAAE,KAAK,EAAE,SAAS,CAAC,CAAC;;EAE7E,OAAO,UAAU,CAAC,IAAI,EAAE;GACvB,IAAI,EAAE,CAAC,KAAK,GAAG,OAAO,GAAG,EAAE,IAAI,YAAY;GAC3C,WAAW,EAAE,MAAM;GACnB,CAAC,CAAC;EACH;CACD,CAAC,CAAC;;;;;AAKH,OAAO,CAAC,OAAO,CAAC;CACf,SAAS,EAAE,UAAU,SAAS,EAAE;EAC/B,IAAI,KAAK,GAAG,CAACA,MAAe,CAAC,IAAI,CAAC,QAAQ,CAAC;MACvC,KAAK,GAAG,KAAK,IAAI,CAACA,MAAe,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC;;EAExD,IAAI,MAAM,GAAG,eAAe,CAAC,IAAI,CAAC,QAAQ,EAAE,KAAK,GAAG,CAAC,GAAG,KAAK,GAAG,CAAC,GAAG,CAAC,EAAE,IAAI,EAAE,SAAS,CAAC,CAAC;;EAExF,IAAI,CAAC,KAAK,EAAE;GACX,MAAM,GAAG,CAAC,MAAM,CAAC,CAAC;GAClB;;EAED,OAAO,UAAU,CAAC,IAAI,EAAE;GACvB,IAAI,EAAE,CAAC,KAAK,GAAG,OAAO,GAAG,EAAE,IAAI,SAAS;GACxC,WAAW,EAAE,MAAM;GACnB,CAAC,CAAC;EACH;CACD,CAAC,CAAC;;;;AAIH,UAAU,CAAC,OAAO,CAAC;CAClB,YAAY,EAAE,UAAU,SAAS,EAAE;EAClC,IAAI,MAAM,GAAG,EAAE,CAAC;;EAEhB,IAAI,CAAC,SAAS,CAAC,UAAU,KAAK,EAAE;GAC/B,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC;GAC7D,CAAC,CAAC;;EAEH,OAAO,UAAU,CAAC,IAAI,EAAE;GACvB,IAAI,EAAE,YAAY;GAClB,WAAW,EAAE,MAAM;GACnB,CAAC,CAAC;EACH;;;;CAID,SAAS,EAAE,UAAU,SAAS,EAAE;;EAE/B,IAAI,IAAI,GAAG,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,OAAO,CAAC,QAAQ,IAAI,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC;;EAE/E,IAAI,IAAI,KAAK,YAAY,EAAE;GAC1B,OAAO,IAAI,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC;GACpC;;EAED,IAAI,oBAAoB,GAAG,IAAI,KAAK,oBAAoB;MACpD,KAAK,GAAG,EAAE,CAAC;;EAEf,IAAI,CAAC,SAAS,CAAC,UAAU,KAAK,EAAE;GAC/B,IAAI,KAAK,CAAC,SAAS,EAAE;IACpB,IAAI,IAAI,GAAG,KAAK,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC;IACtC,IAAI,oBAAoB,EAAE;KACzB,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;KAC1B,MAAM;KACN,IAAI,OAAO,GAAG,SAAS,CAAC,IAAI,CAAC,CAAC;;KAE9B,IAAI,OAAO,CAAC,IAAI,KAAK,mBAAmB,EAAE;MACzC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAC;MAC1C,MAAM;MACN,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;MACpB;KACD;IACD;GACD,CAAC,CAAC;;EAEH,IAAI,oBAAoB,EAAE;GACzB,OAAO,UAAU,CAAC,IAAI,EAAE;IACvB,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,oBAAoB;IAC1B,CAAC,CAAC;GACH;;EAED,OAAO;GACN,IAAI,EAAE,mBAAmB;GACzB,QAAQ,EAAE,KAAK;GACf,CAAC;EACF;CACD,CAAC,CAAC;;;;;;;AAOH,AAAO,SAAS,OAAO,CAAC,OAAO,EAAE,OAAO,EAAE;CACzC,OAAO,IAAI,OAAO,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;CACrC;;;AAGD,AAAO,IAAI,OAAO,GAAG,OAAO;;AC5Z5B;;;;;;;;;;;;;;;;AAgBA,AAAO,IAAI,YAAY,GAAG,KAAK,CAAC,MAAM,CAAC;;;;CAItC,OAAO,EAAE;;;EAGR,OAAO,EAAE,CAAC;;;;EAIV,GAAG,EAAE,EAAE;;;;EAIP,WAAW,EAAE,KAAK;;;;;;EAMlB,WAAW,EAAE,KAAK;;;;EAIlB,eAAe,EAAE,EAAE;;;;EAInB,MAAM,EAAE,CAAC;;;;EAIT,SAAS,EAAE,EAAE;EACb;;CAED,UAAU,EAAE,UAAU,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE;EAC3C,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC;EAChB,IAAI,CAAC,OAAO,GAAG,cAAc,CAAC,MAAM,CAAC,CAAC;;EAEtCvC,UAAe,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;EAC/B;;CAED,KAAK,EAAE,YAAY;EAClB,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE;GACjB,IAAI,CAAC,UAAU,EAAE,CAAC;;GAElB,IAAI,IAAI,CAAC,OAAO,CAAC,OAAO,GAAG,CAAC,EAAE;IAC7B,IAAI,CAAC,cAAc,EAAE,CAAC;IACtB;GACD;;EAED,IAAI,IAAI,CAAC,OAAO,CAAC,WAAW,EAAE;GAC7BI,QAAgB,CAAC,IAAI,CAAC,MAAM,EAAE,qBAAqB,CAAC,CAAC;GACrD,IAAI,CAAC,oBAAoB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;GACvC;;EAED,IAAI,CAAC,OAAO,EAAE,CAAC,WAAW,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;EACxC,IAAI,CAAC,MAAM,EAAE,CAAC;EACd;;CAED,QAAQ,EAAE,YAAY;EACrBC,MAAc,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;EAC5B,IAAI,IAAI,CAAC,OAAO,CAAC,WAAW,EAAE;GAC7B,IAAI,CAAC,uBAAuB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;GAC1C;EACD;;;;CAID,UAAU,EAAE,UAAU,OAAO,EAAE;EAC9B,IAAI,CAAC,OAAO,CAAC,OAAO,GAAG,OAAO,CAAC;;EAE/B,IAAI,IAAI,CAAC,MAAM,EAAE;GAChB,IAAI,CAAC,cAAc,EAAE,CAAC;GACtB;EACD,OAAO,IAAI,CAAC;EACZ;;CAED,QAAQ,EAAE,UAAU,SAAS,EAAE;EAC9B,IAAI,SAAS,CAAC,OAAO,EAAE;GACtB,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;GACnC;EACD,OAAO,IAAI,CAAC;EACZ;;;;CAID,YAAY,EAAE,YAAY;EACzB,IAAI,IAAI,CAAC,IAAI,EAAE;GACdwC,OAAe,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;GAC7B;EACD,OAAO,IAAI,CAAC;EACZ;;;;CAID,WAAW,EAAE,YAAY;EACxB,IAAI,IAAI,CAAC,IAAI,EAAE;GACdC,MAAc,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;GAC5B;EACD,OAAO,IAAI,CAAC;EACZ;;;;CAID,MAAM,EAAE,UAAU,GAAG,EAAE;EACtB,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC;;EAEhB,IAAI,IAAI,CAAC,MAAM,EAAE;GAChB,IAAI,CAAC,MAAM,CAAC,GAAG,GAAG,GAAG,CAAC;GACtB;EACD,OAAO,IAAI,CAAC;EACZ;;;;CAID,SAAS,EAAE,UAAU,MAAM,EAAE;EAC5B,IAAI,CAAC,OAAO,GAAG,cAAc,CAAC,MAAM,CAAC,CAAC;;EAEtC,IAAI,IAAI,CAAC,IAAI,EAAE;GACd,IAAI,CAAC,MAAM,EAAE,CAAC;GACd;EACD,OAAO,IAAI,CAAC;EACZ;;CAED,SAAS,EAAE,YAAY;EACtB,IAAI,MAAM,GAAG;GACZ,IAAI,EAAE,IAAI,CAAC,MAAM;GACjB,SAAS,EAAE,IAAI,CAAC,MAAM;GACtB,CAAC;;EAEF,IAAI,IAAI,CAAC,aAAa,EAAE;GACvB,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC,YAAY,CAAC;GACpC;;EAED,OAAO,MAAM,CAAC;EACd;;;;CAID,SAAS,EAAE,UAAU,KAAK,EAAE;EAC3B,IAAI,CAAC,OAAO,CAAC,MAAM,GAAG,KAAK,CAAC;EAC5B,IAAI,CAAC,aAAa,EAAE,CAAC;EACrB,OAAO,IAAI,CAAC;EACZ;;;;CAID,SAAS,EAAE,YAAY;EACtB,OAAO,IAAI,CAAC,OAAO,CAAC;EACpB;;;;;CAKD,UAAU,EAAE,YAAY;EACvB,OAAO,IAAI,CAAC,MAAM,CAAC;EACnB;;CAED,UAAU,EAAE,YAAY;EACvB,IAAI,kBAAkB,GAAG,IAAI,CAAC,IAAI,CAAC,OAAO,KAAK,KAAK,CAAC;EACrD,IAAI,GAAG,GAAG,IAAI,CAAC,MAAM,GAAG,kBAAkB,GAAG,IAAI,CAAC,IAAI,GAAGxC,QAAc,CAAC,KAAK,CAAC,CAAC;;EAE/EF,QAAgB,CAAC,GAAG,EAAE,qBAAqB,CAAC,CAAC;EAC7C,IAAI,IAAI,CAAC,aAAa,EAAE,EAAEA,QAAgB,CAAC,GAAG,EAAE,uBAAuB,CAAC,CAAC,EAAE;EAC3E,IAAI,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,EAAEA,QAAgB,CAAC,GAAG,EAAE,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,EAAE;;EAE9E,GAAG,CAAC,aAAa,GAAG/B,OAAY,CAAC;EACjC,GAAG,CAAC,WAAW,GAAGA,OAAY,CAAC;;;;EAI/B,GAAG,CAAC,MAAM,GAAGC,IAAS,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;EAChD,GAAG,CAAC,OAAO,GAAGA,IAAS,CAAC,IAAI,CAAC,eAAe,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;;EAE7D,IAAI,IAAI,CAAC,OAAO,CAAC,WAAW,IAAI,IAAI,CAAC,OAAO,CAAC,WAAW,KAAK,EAAE,EAAE;GAChE,GAAG,CAAC,WAAW,GAAG,IAAI,CAAC,OAAO,CAAC,WAAW,KAAK,IAAI,GAAG,EAAE,GAAG,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC;GACpF;;EAED,IAAI,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE;GACxB,IAAI,CAAC,aAAa,EAAE,CAAC;GACrB;;EAED,IAAI,kBAAkB,EAAE;GACvB,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC,GAAG,CAAC;GACpB,OAAO;GACP;;EAED,GAAG,CAAC,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC;EACpB,GAAG,CAAC,GAAG,GAAG,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC;EAC3B;;CAED,YAAY,EAAE,UAAU,CAAC,EAAE;EAC1B,IAAI,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC;MACtC,MAAM,GAAG,IAAI,CAAC,IAAI,CAAC,6BAA6B,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC;;EAEzF8C,YAAoB,CAAC,IAAI,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,CAAC,CAAC;EACjD;;CAED,MAAM,EAAE,YAAY;EACnB,IAAI,KAAK,GAAG,IAAI,CAAC,MAAM;MACnB,MAAM,GAAG,IAAI,MAAM;UACf,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,OAAO,CAAC,YAAY,EAAE,CAAC;UACzD,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,OAAO,CAAC,YAAY,EAAE,CAAC,CAAC;MAC9D,IAAI,GAAG,MAAM,CAAC,OAAO,EAAE,CAAC;;EAE5BtB,WAAmB,CAAC,KAAK,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC;;EAEvC,KAAK,CAAC,KAAK,CAAC,KAAK,IAAI,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC;EACnC,KAAK,CAAC,KAAK,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC;EACnC;;CAED,cAAc,EAAE,YAAY;EAC3BuC,UAAkB,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;EACtD;;CAED,aAAa,EAAE,YAAY;EAC1B,IAAI,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,OAAO,CAAC,MAAM,KAAK,SAAS,IAAI,IAAI,CAAC,OAAO,CAAC,MAAM,KAAK,IAAI,EAAE;GACrF,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC;GAC/C;EACD;;CAED,eAAe,EAAE,YAAY;;;EAG5B,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;;EAEnB,IAAI,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,eAAe,CAAC;EAC5C,IAAI,QAAQ,IAAI,IAAI,CAAC,IAAI,KAAK,QAAQ,EAAE;GACvC,IAAI,CAAC,IAAI,GAAG,QAAQ,CAAC;GACrB,IAAI,CAAC,MAAM,CAAC,GAAG,GAAG,QAAQ,CAAC;GAC3B;EACD;CACD,CAAC,CAAC;;;;;AAKH,AAAO,IAAI,YAAY,GAAG,UAAU,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE;CACzD,OAAO,IAAI,YAAY,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC;CAC9C;;ACnQD;;;;;;;;;;;;;;;;;;;AAmBA,AAAO,IAAI,YAAY,GAAG,YAAY,CAAC,MAAM,CAAC;;;;CAI7C,OAAO,EAAE;;;EAGR,QAAQ,EAAE,IAAI;;;;EAId,IAAI,EAAE,IAAI;EACV;;CAED,UAAU,EAAE,YAAY;EACvB,IAAI,kBAAkB,GAAG,IAAI,CAAC,IAAI,CAAC,OAAO,KAAK,OAAO,CAAC;EACvD,IAAI,GAAG,GAAG,IAAI,CAAC,MAAM,GAAG,kBAAkB,GAAG,IAAI,CAAC,IAAI,GAAG/B,QAAc,CAAC,OAAO,CAAC,CAAC;;EAEjFF,QAAgB,CAAC,GAAG,EAAE,qBAAqB,CAAC,CAAC;EAC7C,IAAI,IAAI,CAAC,aAAa,EAAE,EAAEA,QAAgB,CAAC,GAAG,EAAE,uBAAuB,CAAC,CAAC,EAAE;;EAE3E,GAAG,CAAC,aAAa,GAAG/B,OAAY,CAAC;EACjC,GAAG,CAAC,WAAW,GAAGA,OAAY,CAAC;;;;EAI/B,GAAG,CAAC,YAAY,GAAGC,IAAS,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;;EAEtD,IAAI,kBAAkB,EAAE;GACvB,IAAI,cAAc,GAAG,GAAG,CAAC,oBAAoB,CAAC,QAAQ,CAAC,CAAC;GACxD,IAAI,OAAO,GAAG,EAAE,CAAC;GACjB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,cAAc,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;IAC/C,OAAO,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;IACpC;;GAED,IAAI,CAAC,IAAI,GAAG,CAAC,cAAc,CAAC,MAAM,GAAG,CAAC,IAAI,OAAO,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;GAC9D,OAAO;GACP;;EAED,IAAI,CAACH,OAAY,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,IAAI,CAAC,IAAI,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;;EAE1D,GAAG,CAAC,QAAQ,GAAG,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC;EACvC,GAAG,CAAC,IAAI,GAAG,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC;EAC/B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;GAC1C,IAAI,MAAM,GAAGmC,QAAc,CAAC,QAAQ,CAAC,CAAC;GACtC,MAAM,CAAC,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;GAC1B,GAAG,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;GACxB;EACD;;;;;CAKD,CAAC,CAAC;;;;;;;AAOH,AAAO,SAAS,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE;CACpD,OAAO,IAAI,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC;CAChD;;AC/ED;;;;;;;;AAQA,AAAO,IAAI,UAAU,GAAG,KAAK,CAAC,MAAM,CAAC;;;;CAIpC,OAAO,EAAE;;;;EAIR,MAAM,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;;;;EAId,SAAS,EAAE,EAAE;;;;EAIb,IAAI,EAAE,WAAW;EACjB;;CAED,UAAU,EAAE,UAAU,OAAO,EAAE,MAAM,EAAE;EACtCN,UAAe,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;;EAE/B,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC;EACtB;;CAED,KAAK,EAAE,UAAU,GAAG,EAAE;EACrB,IAAI,CAAC,aAAa,GAAG,GAAG,CAAC,aAAa,CAAC;;EAEvC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE;GACrB,IAAI,CAAC,WAAW,EAAE,CAAC;GACnB;;EAED,IAAI,GAAG,CAAC,aAAa,EAAE;GACtBqC,UAAkB,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC;GACvC;;EAED,YAAY,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;EAClC,IAAI,CAAC,OAAO,EAAE,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EAC5C,IAAI,CAAC,MAAM,EAAE,CAAC;;EAEd,IAAI,GAAG,CAAC,aAAa,EAAE;GACtBA,UAAkB,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC;GACvC;;EAED,IAAI,CAAC,YAAY,EAAE,CAAC;EACpB;;CAED,QAAQ,EAAE,UAAU,GAAG,EAAE;EACxB,IAAI,GAAG,CAAC,aAAa,EAAE;GACtBA,UAAkB,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC;GACvC,IAAI,CAAC,cAAc,GAAG,UAAU,CAAC/D,IAAS,CAAC+B,MAAc,EAAE,SAAS,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,GAAG,CAAC,CAAC;GAC7F,MAAM;GACNA,MAAc,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;GAChC;EACD;;;;;CAKD,SAAS,EAAE,YAAY;EACtB,OAAO,IAAI,CAAC,OAAO,CAAC;EACpB;;;;CAID,SAAS,EAAE,UAAU,MAAM,EAAE;EAC5B,IAAI,CAAC,OAAO,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAC;EAChC,IAAI,IAAI,CAAC,IAAI,EAAE;GACd,IAAI,CAAC,eAAe,EAAE,CAAC;GACvB,IAAI,CAAC,UAAU,EAAE,CAAC;GAClB;EACD,OAAO,IAAI,CAAC;EACZ;;;;CAID,UAAU,EAAE,YAAY;EACvB,OAAO,IAAI,CAAC,QAAQ,CAAC;EACrB;;;;CAID,UAAU,EAAE,UAAU,OAAO,EAAE;EAC9B,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;EACxB,IAAI,CAAC,MAAM,EAAE,CAAC;EACd,OAAO,IAAI,CAAC;EACZ;;;;CAID,UAAU,EAAE,YAAY;EACvB,OAAO,IAAI,CAAC,UAAU,CAAC;EACvB;;;;CAID,MAAM,EAAE,YAAY;EACnB,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE;;EAE3B,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,UAAU,GAAG,QAAQ,CAAC;;EAE5C,IAAI,CAAC,cAAc,EAAE,CAAC;EACtB,IAAI,CAAC,aAAa,EAAE,CAAC;EACrB,IAAI,CAAC,eAAe,EAAE,CAAC;;EAEvB,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,UAAU,GAAG,EAAE,CAAC;;EAEtC,IAAI,CAAC,UAAU,EAAE,CAAC;EAClB;;CAED,SAAS,EAAE,YAAY;EACtB,IAAI,MAAM,GAAG;GACZ,IAAI,EAAE,IAAI,CAAC,eAAe;GAC1B,SAAS,EAAE,IAAI,CAAC,eAAe;GAC/B,CAAC;;EAEF,IAAI,IAAI,CAAC,aAAa,EAAE;GACvB,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC,YAAY,CAAC;GACpC;EACD,OAAO,MAAM,CAAC;EACd;;;;CAID,MAAM,EAAE,YAAY;EACnB,OAAO,CAAC,CAAC,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;EAC/C;;;;CAID,YAAY,EAAE,YAAY;EACzB,IAAI,IAAI,CAAC,IAAI,EAAE;GACdwC,OAAe,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;GACjC;EACD,OAAO,IAAI,CAAC;EACZ;;;;CAID,WAAW,EAAE,YAAY;EACxB,IAAI,IAAI,CAAC,IAAI,EAAE;GACdC,MAAc,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;GAChC;EACD,OAAO,IAAI,CAAC;EACZ;;CAED,cAAc,EAAE,YAAY;EAC3B,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,EAAE,OAAO,EAAE;;EAE/B,IAAI,IAAI,GAAG,IAAI,CAAC,YAAY,CAAC;EAC7B,IAAI,OAAO,GAAG,CAAC,OAAO,IAAI,CAAC,QAAQ,KAAK,UAAU,IAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,GAAG,IAAI,CAAC,QAAQ,CAAC;;EAE1G,IAAI,OAAO,OAAO,KAAK,QAAQ,EAAE;GAChC,IAAI,CAAC,SAAS,GAAG,OAAO,CAAC;GACzB,MAAM;GACN,OAAO,IAAI,CAAC,aAAa,EAAE,EAAE;IAC5B,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;IAClC;GACD,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;GAC1B;EACD,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;EAC3B;;CAED,eAAe,EAAE,YAAY;EAC5B,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE;;EAE3B,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,OAAO,CAAC;MAChD,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC;MACrC,MAAM,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC;;EAE/B,IAAI,IAAI,CAAC,aAAa,EAAE;GACvBhD,WAAmB,CAAC,IAAI,CAAC,UAAU,EAAE,GAAG,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;GACtD,MAAM;GACN,MAAM,GAAG,MAAM,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;GACrC;;EAED,IAAI,MAAM,GAAG,IAAI,CAAC,gBAAgB,GAAG,CAAC,MAAM,CAAC,CAAC;MAC1C,IAAI,GAAG,IAAI,CAAC,cAAc,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,eAAe,GAAG,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC;;;EAGlF,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;EAC7C,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;EACzC;;CAED,UAAU,EAAE,YAAY;EACvB,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;EACd;;CAED,CAAC;;AChMF;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4BA,AAAO,IAAI,KAAK,GAAG,UAAU,CAAC,MAAM,CAAC;;;;CAIpC,OAAO,EAAE;;;EAGR,QAAQ,EAAE,GAAG;;;;EAIb,QAAQ,EAAE,EAAE;;;;;EAKZ,SAAS,EAAE,IAAI;;;;;EAKf,OAAO,EAAE,IAAI;;;;;EAKb,qBAAqB,EAAE,IAAI;;;;;EAK3B,yBAAyB,EAAE,IAAI;;;;EAI/B,cAAc,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;;;;;EAKtB,UAAU,EAAE,KAAK;;;;EAIjB,WAAW,EAAE,IAAI;;;;;EAKjB,SAAS,EAAE,IAAI;;;;;EAKf,gBAAgB,EAAE,IAAI;;;;;;;;EAQtB,SAAS,EAAE,EAAE;EACb;;;;;CAKD,MAAM,EAAE,UAAU,GAAG,EAAE;EACtB,GAAG,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;EACpB,OAAO,IAAI,CAAC;EACZ;;CAED,KAAK,EAAE,UAAU,GAAG,EAAE;EACrB,UAAU,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;;;;;;EAM3C,GAAG,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC,CAAC;;EAErC,IAAI,IAAI,CAAC,OAAO,EAAE;;;;;GAKjB,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC,KAAK,EAAE,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;;;GAGpD,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,IAAI,CAAC,EAAE;IACpC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,UAAU,EAAEiD,eAAwB,CAAC,CAAC;IACtD;GACD;EACD;;CAED,QAAQ,EAAE,UAAU,GAAG,EAAE;EACxB,UAAU,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;;;;;;EAM9C,GAAG,CAAC,IAAI,CAAC,YAAY,EAAE,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC,CAAC;;EAEtC,IAAI,IAAI,CAAC,OAAO,EAAE;;;;;GAKjB,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,YAAY,EAAE,CAAC,KAAK,EAAE,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;GACrD,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,IAAI,CAAC,EAAE;IACpC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,UAAU,EAAEA,eAAwB,CAAC,CAAC;IACvD;GACD;EACD;;CAED,SAAS,EAAE,YAAY;EACtB,IAAI,MAAM,GAAG,UAAU,CAAC,SAAS,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;;EAEvD,IAAI,IAAI,CAAC,OAAO,CAAC,YAAY,KAAK,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,iBAAiB,EAAE;GAC9G,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC,MAAM,CAAC;GAC9B;;EAED,IAAI,IAAI,CAAC,OAAO,CAAC,UAAU,EAAE;GAC5B,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC,UAAU,CAAC;GACjC;;EAED,OAAO,MAAM,CAAC;EACd;;CAED,MAAM,EAAE,YAAY;EACnB,IAAI,IAAI,CAAC,IAAI,EAAE;GACd,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;GAC3B;EACD;;CAED,WAAW,EAAE,YAAY;EACxB,IAAI,MAAM,GAAG,eAAe;MACxB,SAAS,GAAG,IAAI,CAAC,UAAU,GAAGzC,QAAc,CAAC,KAAK;GACrD,MAAM,GAAG,GAAG,IAAI,IAAI,CAAC,OAAO,CAAC,SAAS,IAAI,EAAE,CAAC;GAC7C,wBAAwB,CAAC,CAAC;;EAE3B,IAAI,OAAO,GAAG,IAAI,CAAC,QAAQ,GAAGA,QAAc,CAAC,KAAK,EAAE,MAAM,GAAG,kBAAkB,EAAE,SAAS,CAAC,CAAC;EAC5F,IAAI,CAAC,YAAY,GAAGA,QAAc,CAAC,KAAK,EAAE,MAAM,GAAG,UAAU,EAAE,OAAO,CAAC,CAAC;;EAExEe,uBAAgC,CAAC,OAAO,CAAC,CAAC;EAC1CC,wBAAiC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;EACrDjC,EAAW,CAAC,OAAO,EAAE,aAAa,EAAE0D,eAAwB,CAAC,CAAC;;EAE9D,IAAI,CAAC,aAAa,GAAGzC,QAAc,CAAC,KAAK,EAAE,MAAM,GAAG,gBAAgB,EAAE,SAAS,CAAC,CAAC;EACjF,IAAI,CAAC,IAAI,GAAGA,QAAc,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC;;EAEvE,IAAI,IAAI,CAAC,OAAO,CAAC,WAAW,EAAE;GAC7B,IAAI,WAAW,GAAG,IAAI,CAAC,YAAY,GAAGA,QAAc,CAAC,GAAG,EAAE,MAAM,GAAG,eAAe,EAAE,SAAS,CAAC,CAAC;GAC/F,WAAW,CAAC,IAAI,GAAG,QAAQ,CAAC;GAC5B,WAAW,CAAC,SAAS,GAAG,QAAQ,CAAC;;GAEjCjB,EAAW,CAAC,WAAW,EAAE,OAAO,EAAE,IAAI,CAAC,mBAAmB,EAAE,IAAI,CAAC,CAAC;GAClE;EACD;;CAED,aAAa,EAAE,YAAY;EAC1B,IAAI,SAAS,GAAG,IAAI,CAAC,YAAY;MAC7B,KAAK,GAAG,SAAS,CAAC,KAAK,CAAC;;EAE5B,KAAK,CAAC,KAAK,GAAG,EAAE,CAAC;EACjB,KAAK,CAAC,UAAU,GAAG,QAAQ,CAAC;;EAE5B,IAAI,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC;EAClC,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;EAC/C,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;;EAE/C,KAAK,CAAC,KAAK,GAAG,CAAC,KAAK,GAAG,CAAC,IAAI,IAAI,CAAC;EACjC,KAAK,CAAC,UAAU,GAAG,EAAE,CAAC;;EAEtB,KAAK,CAAC,MAAM,GAAG,EAAE,CAAC;;EAElB,IAAI,MAAM,GAAG,SAAS,CAAC,YAAY;MAC/B,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS;MAClC,aAAa,GAAG,wBAAwB,CAAC;;EAE7C,IAAI,SAAS,IAAI,MAAM,GAAG,SAAS,EAAE;GACpC,KAAK,CAAC,MAAM,GAAG,SAAS,GAAG,IAAI,CAAC;GAChCe,QAAgB,CAAC,SAAS,EAAE,aAAa,CAAC,CAAC;GAC3C,MAAM;GACNc,WAAmB,CAAC,SAAS,EAAE,aAAa,CAAC,CAAC;GAC9C;;EAED,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC,UAAU,CAAC,WAAW,CAAC;EACnD;;CAED,YAAY,EAAE,UAAU,CAAC,EAAE;EAC1B,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,sBAAsB,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC;MACtE,MAAM,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC;EAC/BpB,WAAmB,CAAC,IAAI,CAAC,UAAU,EAAE,GAAG,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;EACtD;;CAED,UAAU,EAAE,YAAY;EACvB,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE,EAAE,OAAO,EAAE;EACtC,IAAI,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,CAAC,EAAE;;EAEtD,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI;MACf,YAAY,GAAG,QAAQ,CAACc,QAAgB,CAAC,IAAI,CAAC,UAAU,EAAE,cAAc,CAAC,EAAE,EAAE,CAAC,IAAI,CAAC;MACnF,eAAe,GAAG,IAAI,CAAC,UAAU,CAAC,YAAY,GAAG,YAAY;MAC7D,cAAc,GAAG,IAAI,CAAC,eAAe;MACrC,QAAQ,GAAG,IAAI,KAAK,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC,eAAe,GAAG,IAAI,CAAC,gBAAgB,CAAC,CAAC;;EAExF,QAAQ,CAAC,IAAI,CAAChB,WAAmB,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC;;EAEpD,IAAI,YAAY,GAAG,GAAG,CAAC,0BAA0B,CAAC,QAAQ,CAAC;MACvD,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,cAAc,CAAC;MAC9C,SAAS,GAAG,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,qBAAqB,IAAI,OAAO,CAAC;MAClE,SAAS,GAAG,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,yBAAyB,IAAI,OAAO,CAAC;MACtE,IAAI,GAAG,GAAG,CAAC,OAAO,EAAE;MACpB,EAAE,GAAG,CAAC;MACN,EAAE,GAAG,CAAC,CAAC;;EAEX,IAAI,YAAY,CAAC,CAAC,GAAG,cAAc,GAAG,SAAS,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,EAAE;GAC3D,EAAE,GAAG,YAAY,CAAC,CAAC,GAAG,cAAc,GAAG,IAAI,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC;GAC5D;EACD,IAAI,YAAY,CAAC,CAAC,GAAG,EAAE,GAAG,SAAS,CAAC,CAAC,GAAG,CAAC,EAAE;GAC1C,EAAE,GAAG,YAAY,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC;GAClC;EACD,IAAI,YAAY,CAAC,CAAC,GAAG,eAAe,GAAG,SAAS,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,EAAE;GAC5D,EAAE,GAAG,YAAY,CAAC,CAAC,GAAG,eAAe,GAAG,IAAI,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC;GAC7D;EACD,IAAI,YAAY,CAAC,CAAC,GAAG,EAAE,GAAG,SAAS,CAAC,CAAC,GAAG,CAAC,EAAE;GAC1C,EAAE,GAAG,YAAY,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC;GAClC;;;;;;EAMD,IAAI,EAAE,IAAI,EAAE,EAAE;GACb,GAAG;QACE,IAAI,CAAC,cAAc,CAAC;QACpB,KAAK,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC;GACrB;EACD;;CAED,mBAAmB,EAAE,UAAU,CAAC,EAAE;EACjC,IAAI,CAAC,MAAM,EAAE,CAAC;EACd2B,IAAa,CAAC,CAAC,CAAC,CAAC;EACjB;;CAED,UAAU,EAAE,YAAY;;EAEvB,OAAO,OAAO,CAAC,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,OAAO,CAAC,eAAe,GAAG,IAAI,CAAC,OAAO,CAAC,eAAe,EAAE,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;EACvG;;CAED,CAAC,CAAC;;;;;AAKH,AAAO,IAAI,KAAK,GAAG,UAAU,OAAO,EAAE,MAAM,EAAE;CAC7C,OAAO,IAAI,KAAK,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;CAClC,CAAC;;;;;;;;AAQF,GAAG,CAAC,YAAY,CAAC;CAChB,iBAAiB,EAAE,IAAI;CACvB,CAAC,CAAC;;;;;AAKH,GAAG,CAAC,OAAO,CAAC;;;;;;CAMX,SAAS,EAAE,UAAU,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE;EAC5C,IAAI,EAAE,KAAK,YAAY,KAAK,CAAC,EAAE;GAC9B,KAAK,GAAG,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;GAC7C;;EAED,IAAI,MAAM,EAAE;GACX,KAAK,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;GACxB;;EAED,IAAI,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,EAAE;GACzB,OAAO,IAAI,CAAC;GACZ;;EAED,IAAI,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,SAAS,EAAE;GACjD,IAAI,CAAC,UAAU,EAAE,CAAC;GAClB;;EAED,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;EACpB,OAAO,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;EAC5B;;;;CAID,UAAU,EAAE,UAAU,KAAK,EAAE;EAC5B,IAAI,CAAC,KAAK,IAAI,KAAK,KAAK,IAAI,CAAC,MAAM,EAAE;GACpC,KAAK,GAAG,IAAI,CAAC,MAAM,CAAC;GACpB,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC;GACnB;EACD,IAAI,KAAK,EAAE;GACV,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;GACxB;EACD,OAAO,IAAI,CAAC;EACZ;CACD,CAAC,CAAC;;;;;;;;;;;;;;;;;;AAkBH,KAAK,CAAC,OAAO,CAAC;;;;;;CAMb,SAAS,EAAE,UAAU,OAAO,EAAE,OAAO,EAAE;;EAEtC,IAAI,OAAO,YAAY,KAAK,EAAE;GAC7BvB,UAAe,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;GAClC,IAAI,CAAC,MAAM,GAAG,OAAO,CAAC;GACtB,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC;GACvB,MAAM;GACN,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,OAAO,EAAE;IAC5B,IAAI,CAAC,MAAM,GAAG,IAAI,KAAK,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;IACvC;GACD,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;GAChC;;EAED,IAAI,CAAC,IAAI,CAAC,mBAAmB,EAAE;GAC9B,IAAI,CAAC,EAAE,CAAC;IACP,KAAK,EAAE,IAAI,CAAC,UAAU;IACtB,QAAQ,EAAE,IAAI,CAAC,WAAW;IAC1B,MAAM,EAAE,IAAI,CAAC,UAAU;IACvB,IAAI,EAAE,IAAI,CAAC,UAAU;IACrB,CAAC,CAAC;GACH,IAAI,CAAC,mBAAmB,GAAG,IAAI,CAAC;GAChC;;EAED,OAAO,IAAI,CAAC;EACZ;;;;CAID,WAAW,EAAE,YAAY;EACxB,IAAI,IAAI,CAAC,MAAM,EAAE;GAChB,IAAI,CAAC,GAAG,CAAC;IACR,KAAK,EAAE,IAAI,CAAC,UAAU;IACtB,QAAQ,EAAE,IAAI,CAAC,WAAW;IAC1B,MAAM,EAAE,IAAI,CAAC,UAAU;IACvB,IAAI,EAAE,IAAI,CAAC,UAAU;IACrB,CAAC,CAAC;GACH,IAAI,CAAC,mBAAmB,GAAG,KAAK,CAAC;GACjC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC;GACnB;EACD,OAAO,IAAI,CAAC;EACZ;;;;CAID,SAAS,EAAE,UAAU,KAAK,EAAE,MAAM,EAAE;EACnC,IAAI,EAAE,KAAK,YAAY,KAAK,CAAC,EAAE;GAC9B,MAAM,GAAG,KAAK,CAAC;GACf,KAAK,GAAG,IAAI,CAAC;GACb;;EAED,IAAI,KAAK,YAAY,YAAY,EAAE;GAClC,KAAK,IAAI,EAAE,IAAI,IAAI,CAAC,OAAO,EAAE;IAC5B,KAAK,GAAG,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;IACzB,MAAM;IACN;GACD;;EAED,IAAI,CAAC,MAAM,EAAE;GACZ,MAAM,GAAG,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC,SAAS,EAAE,GAAG,KAAK,CAAC,SAAS,EAAE,CAAC;GACjE;;EAED,IAAI,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,IAAI,EAAE;;GAE7B,IAAI,CAAC,MAAM,CAAC,OAAO,GAAG,KAAK,CAAC;;;GAG5B,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC;;;GAGrB,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;GACzC;;EAED,OAAO,IAAI,CAAC;EACZ;;;;CAID,UAAU,EAAE,YAAY;EACvB,IAAI,IAAI,CAAC,MAAM,EAAE;GAChB,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC;GACrB;EACD,OAAO,IAAI,CAAC;EACZ;;;;CAID,WAAW,EAAE,UAAU,MAAM,EAAE;EAC9B,IAAI,IAAI,CAAC,MAAM,EAAE;GAChB,IAAI,IAAI,CAAC,MAAM,CAAC,IAAI,EAAE;IACrB,IAAI,CAAC,UAAU,EAAE,CAAC;IAClB,MAAM;IACN,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;IACvB;GACD;EACD,OAAO,IAAI,CAAC;EACZ;;;;CAID,WAAW,EAAE,YAAY;EACxB,QAAQ,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,KAAK,EAAE;EACpD;;;;CAID,eAAe,EAAE,UAAU,OAAO,EAAE;EACnC,IAAI,IAAI,CAAC,MAAM,EAAE;GAChB,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;GAChC;EACD,OAAO,IAAI,CAAC;EACZ;;;;CAID,QAAQ,EAAE,YAAY;EACrB,OAAO,IAAI,CAAC,MAAM,CAAC;EACnB;;CAED,UAAU,EAAE,UAAU,CAAC,EAAE;EACxB,IAAI,KAAK,GAAG,CAAC,CAAC,KAAK,IAAI,CAAC,CAAC,MAAM,CAAC;;EAEhC,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE;GACjB,OAAO;GACP;;EAED,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE;GACf,OAAO;GACP;;;EAGDuB,IAAa,CAAC,CAAC,CAAC,CAAC;;;;EAIjB,IAAI,KAAK,YAAY,IAAI,EAAE;GAC1B,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC;GAC9C,OAAO;GACP;;;;EAID,IAAI,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,MAAM,CAAC,OAAO,KAAK,KAAK,EAAE;GACrE,IAAI,CAAC,UAAU,EAAE,CAAC;GAClB,MAAM;GACN,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC;GAChC;EACD;;CAED,UAAU,EAAE,UAAU,CAAC,EAAE;EACxB,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC;EAChC;;CAED,WAAW,EAAE,UAAU,CAAC,EAAE;EACzB,IAAI,CAAC,CAAC,aAAa,CAAC,OAAO,KAAK,EAAE,EAAE;GACnC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;GACnB;EACD;CACD,CAAC,CAAC;;AC1gBH;;;;;;;;;;;;;;;;;;;;;;AAsBA,AAAO,IAAI,OAAO,GAAG,UAAU,CAAC,MAAM,CAAC;;;;CAItC,OAAO,EAAE;;;EAGR,IAAI,EAAE,aAAa;;;;EAInB,MAAM,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;;;;;;;EAOd,SAAS,EAAE,MAAM;;;;EAIjB,SAAS,EAAE,KAAK;;;;EAIhB,MAAM,EAAE,KAAK;;;;EAIb,WAAW,EAAE,KAAK;;;;EAIlB,OAAO,EAAE,GAAG;EACZ;;CAED,KAAK,EAAE,UAAU,GAAG,EAAE;EACrB,UAAU,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;EAC3C,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;;;;;;EAMtC,GAAG,CAAC,IAAI,CAAC,aAAa,EAAE,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC,CAAC;;EAEzC,IAAI,IAAI,CAAC,OAAO,EAAE;;;;;GAKjB,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,EAAE,CAAC,OAAO,EAAE,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;GACxD;EACD;;CAED,QAAQ,EAAE,UAAU,GAAG,EAAE;EACxB,UAAU,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;;;;;;EAM9C,GAAG,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC,CAAC;;EAE1C,IAAI,IAAI,CAAC,OAAO,EAAE;;;;;GAKjB,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC,OAAO,EAAE,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;GACzD;EACD;;CAED,SAAS,EAAE,YAAY;EACtB,IAAI,MAAM,GAAG,UAAU,CAAC,SAAS,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;;EAEvD,IAAIhC,KAAa,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE;GAC7C,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC,MAAM,CAAC;GAC9B;;EAED,OAAO,MAAM,CAAC;EACd;;CAED,MAAM,EAAE,YAAY;EACnB,IAAI,IAAI,CAAC,IAAI,EAAE;GACd,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;GAC7B;EACD;;CAED,WAAW,EAAE,YAAY;EACxB,IAAI,MAAM,GAAG,iBAAiB;MAC1B,SAAS,GAAG,MAAM,GAAG,GAAG,IAAI,IAAI,CAAC,OAAO,CAAC,SAAS,IAAI,EAAE,CAAC,GAAG,gBAAgB,IAAI,IAAI,CAAC,aAAa,GAAG,UAAU,GAAG,MAAM,CAAC,CAAC;;EAE9H,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,UAAU,GAAGe,QAAc,CAAC,KAAK,EAAE,SAAS,CAAC,CAAC;EACvE;;CAED,aAAa,EAAE,YAAY,EAAE;;CAE7B,UAAU,EAAE,YAAY,EAAE;;CAE1B,YAAY,EAAE,UAAU,GAAG,EAAE;EAC5B,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI;MACf,SAAS,GAAG,IAAI,CAAC,UAAU;MAC3B,WAAW,GAAG,GAAG,CAAC,sBAAsB,CAAC,GAAG,CAAC,SAAS,EAAE,CAAC;MACzD,YAAY,GAAG,GAAG,CAAC,0BAA0B,CAAC,GAAG,CAAC;MAClD,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS;MAClC,YAAY,GAAG,SAAS,CAAC,WAAW;MACpC,aAAa,GAAG,SAAS,CAAC,YAAY;MACtC,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC;MACrC,MAAM,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC;;EAE/B,IAAI,SAAS,KAAK,KAAK,EAAE;GACxB,GAAG,GAAG,GAAG,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,YAAY,GAAG,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,CAAC,aAAa,GAAG,MAAM,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;GACjG,MAAM,IAAI,SAAS,KAAK,QAAQ,EAAE;GAClC,GAAG,GAAG,GAAG,CAAC,QAAQ,CAAC,OAAO,CAAC,YAAY,GAAG,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;GAC1E,MAAM,IAAI,SAAS,KAAK,QAAQ,EAAE;GAClC,GAAG,GAAG,GAAG,CAAC,QAAQ,CAAC,OAAO,CAAC,YAAY,GAAG,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,aAAa,GAAG,CAAC,GAAG,MAAM,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;GACxG,MAAM,IAAI,SAAS,KAAK,OAAO,IAAI,SAAS,KAAK,MAAM,IAAI,YAAY,CAAC,CAAC,GAAG,WAAW,CAAC,CAAC,EAAE;GAC3F,SAAS,GAAG,OAAO,CAAC;GACpB,GAAG,GAAG,GAAG,CAAC,GAAG,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,aAAa,GAAG,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;GAC3F,MAAM;GACN,SAAS,GAAG,MAAM,CAAC;GACnB,GAAG,GAAG,GAAG,CAAC,QAAQ,CAAC,OAAO,CAAC,YAAY,GAAG,MAAM,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,aAAa,GAAG,CAAC,GAAG,MAAM,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;GAC/G;;EAEDY,WAAmB,CAAC,SAAS,EAAE,uBAAuB,CAAC,CAAC;EACxDA,WAAmB,CAAC,SAAS,EAAE,sBAAsB,CAAC,CAAC;EACvDA,WAAmB,CAAC,SAAS,EAAE,qBAAqB,CAAC,CAAC;EACtDA,WAAmB,CAAC,SAAS,EAAE,wBAAwB,CAAC,CAAC;EACzDd,QAAgB,CAAC,SAAS,EAAE,kBAAkB,GAAG,SAAS,CAAC,CAAC;EAC5DN,WAAmB,CAAC,SAAS,EAAE,GAAG,CAAC,CAAC;EACpC;;CAED,eAAe,EAAE,YAAY;EAC5B,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;EACrD,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC;EACvB;;CAED,UAAU,EAAE,UAAU,OAAO,EAAE;EAC9B,IAAI,CAAC,OAAO,CAAC,OAAO,GAAG,OAAO,CAAC;;EAE/B,IAAI,IAAI,CAAC,UAAU,EAAE;GACpBuC,UAAkB,CAAC,IAAI,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;GAC7C;EACD;;CAED,YAAY,EAAE,UAAU,CAAC,EAAE;EAC1B,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,sBAAsB,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC;EAC3E,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC;EACvB;;CAED,UAAU,EAAE,YAAY;;EAEvB,OAAO,OAAO,CAAC,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,OAAO,CAAC,iBAAiB,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;EACnI;;CAED,CAAC,CAAC;;;;;AAKH,AAAO,IAAI,OAAO,GAAG,UAAU,OAAO,EAAE,MAAM,EAAE;CAC/C,OAAO,IAAI,OAAO,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;CACpC,CAAC;;;;AAIF,GAAG,CAAC,OAAO,CAAC;;;;;;;CAOX,WAAW,EAAE,UAAU,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE;EAChD,IAAI,EAAE,OAAO,YAAY,OAAO,CAAC,EAAE;GAClC,OAAO,GAAG,IAAI,OAAO,CAAC,OAAO,CAAC,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;GACnD;;EAED,IAAI,MAAM,EAAE;GACX,OAAO,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;GAC1B;;EAED,IAAI,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,EAAE;GAC3B,OAAO,IAAI,CAAC;GACZ;;EAED,OAAO,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC;EAC9B;;;;CAID,YAAY,EAAE,UAAU,OAAO,EAAE;EAChC,IAAI,OAAO,EAAE;GACZ,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;GAC1B;EACD,OAAO,IAAI,CAAC;EACZ;;CAED,CAAC,CAAC;;;;;;;;;;;;;;;;AAgBH,KAAK,CAAC,OAAO,CAAC;;;;;;CAMb,WAAW,EAAE,UAAU,OAAO,EAAE,OAAO,EAAE;;EAExC,IAAI,OAAO,YAAY,OAAO,EAAE;GAC/BrC,UAAe,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;GAClC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;GACxB,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC;GACvB,MAAM;GACN,IAAI,CAAC,IAAI,CAAC,QAAQ,IAAI,OAAO,EAAE;IAC9B,IAAI,CAAC,QAAQ,GAAG,IAAI,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;IAC3C;GACD,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;;GAElC;;EAED,IAAI,CAAC,wBAAwB,EAAE,CAAC;;EAEhC,IAAI,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,SAAS,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE;GAC7E,IAAI,CAAC,WAAW,EAAE,CAAC;GACnB;;EAED,OAAO,IAAI,CAAC;EACZ;;;;CAID,aAAa,EAAE,YAAY;EAC1B,IAAI,IAAI,CAAC,QAAQ,EAAE;GAClB,IAAI,CAAC,wBAAwB,CAAC,IAAI,CAAC,CAAC;GACpC,IAAI,CAAC,YAAY,EAAE,CAAC;GACpB,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;GACrB;EACD,OAAO,IAAI,CAAC;EACZ;;CAED,wBAAwB,EAAE,UAAUa,SAAM,EAAE;EAC3C,IAAI,CAACA,SAAM,IAAI,IAAI,CAAC,qBAAqB,EAAE,EAAE,OAAO,EAAE;EACtD,IAAI,KAAK,GAAGA,SAAM,GAAG,KAAK,GAAG,IAAI;MAC7B,MAAM,GAAG;GACZ,MAAM,EAAE,IAAI,CAAC,YAAY;GACzB,IAAI,EAAE,IAAI,CAAC,YAAY;OACnB,CAAC;EACN,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,SAAS,EAAE;GACrC,MAAM,CAAC,SAAS,GAAG,IAAI,CAAC,YAAY,CAAC;GACrC,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC,YAAY,CAAC;GACpC,IAAI,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,MAAM,EAAE;IACjC,MAAM,CAAC,SAAS,GAAG,IAAI,CAAC,YAAY,CAAC;IACrC;GACD,IAAItB,KAAa,EAAE;IAClB,MAAM,CAAC,KAAK,GAAG,IAAI,CAAC,YAAY,CAAC;IACjC;GACD,MAAM;GACN,MAAM,CAAC,GAAG,GAAG,IAAI,CAAC,YAAY,CAAC;GAC/B;EACD,IAAI,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,CAAC;EACpB,IAAI,CAAC,qBAAqB,GAAG,CAACsB,SAAM,CAAC;EACrC;;;;CAID,WAAW,EAAE,UAAU,KAAK,EAAE,MAAM,EAAE;EACrC,IAAI,EAAE,KAAK,YAAY,KAAK,CAAC,EAAE;GAC9B,MAAM,GAAG,KAAK,CAAC;GACf,KAAK,GAAG,IAAI,CAAC;GACb;;EAED,IAAI,KAAK,YAAY,YAAY,EAAE;GAClC,KAAK,IAAI,EAAE,IAAI,IAAI,CAAC,OAAO,EAAE;IAC5B,KAAK,GAAG,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;IACzB,MAAM;IACN;GACD;;EAED,IAAI,CAAC,MAAM,EAAE;GACZ,MAAM,GAAG,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC,SAAS,EAAE,GAAG,KAAK,CAAC,SAAS,EAAE,CAAC;GACjE;;EAED,IAAI,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,IAAI,EAAE;;;GAG/B,IAAI,CAAC,QAAQ,CAAC,OAAO,GAAG,KAAK,CAAC;;;GAG9B,IAAI,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC;;;GAGvB,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC;;;;GAI7C,IAAI,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,WAAW,IAAI,IAAI,CAAC,QAAQ,CAAC,UAAU,EAAE;IAClET,QAAgB,CAAC,IAAI,CAAC,QAAQ,CAAC,UAAU,EAAE,mBAAmB,CAAC,CAAC;IAChE,IAAI,CAAC,oBAAoB,CAAC,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;IACpD;GACD;;EAED,OAAO,IAAI,CAAC;EACZ;;;;CAID,YAAY,EAAE,YAAY;EACzB,IAAI,IAAI,CAAC,QAAQ,EAAE;GAClB,IAAI,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC;GACvB,IAAI,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,WAAW,IAAI,IAAI,CAAC,QAAQ,CAAC,UAAU,EAAE;IAClEc,WAAmB,CAAC,IAAI,CAAC,QAAQ,CAAC,UAAU,EAAE,mBAAmB,CAAC,CAAC;IACnE,IAAI,CAAC,uBAAuB,CAAC,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;IACvD;GACD;EACD,OAAO,IAAI,CAAC;EACZ;;;;CAID,aAAa,EAAE,UAAU,MAAM,EAAE;EAChC,IAAI,IAAI,CAAC,QAAQ,EAAE;GAClB,IAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE;IACvB,IAAI,CAAC,YAAY,EAAE,CAAC;IACpB,MAAM;IACN,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;IACzB;GACD;EACD,OAAO,IAAI,CAAC;EACZ;;;;CAID,aAAa,EAAE,YAAY;EAC1B,OAAO,IAAI,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC;EAC9B;;;;CAID,iBAAiB,EAAE,UAAU,OAAO,EAAE;EACrC,IAAI,IAAI,CAAC,QAAQ,EAAE;GAClB,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;GAClC;EACD,OAAO,IAAI,CAAC;EACZ;;;;CAID,UAAU,EAAE,YAAY;EACvB,OAAO,IAAI,CAAC,QAAQ,CAAC;EACrB;;CAED,YAAY,EAAE,UAAU,CAAC,EAAE;EAC1B,IAAI,KAAK,GAAG,CAAC,CAAC,KAAK,IAAI,CAAC,CAAC,MAAM,CAAC;;EAEhC,IAAI,CAAC,IAAI,CAAC,QAAQ,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE;GACjC,OAAO;GACP;EACD,IAAI,CAAC,WAAW,CAAC,KAAK,EAAE,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;EAC7E;;CAED,YAAY,EAAE,UAAU,CAAC,EAAE;EAC1B,IAAI,MAAM,GAAG,CAAC,CAAC,MAAM,EAAE,cAAc,EAAE,UAAU,CAAC;EAClD,IAAI,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,MAAM,IAAI,CAAC,CAAC,aAAa,EAAE;GACpD,cAAc,GAAG,IAAI,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC;GACvE,UAAU,GAAG,IAAI,CAAC,IAAI,CAAC,0BAA0B,CAAC,cAAc,CAAC,CAAC;GAClE,MAAM,GAAG,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,UAAU,CAAC,CAAC;GAClD;EACD,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;EAChC;CACD,CAAC,CAAC;;AC9ZH;;;;;;;;;;;;;;;;;;;AAmBA,AAAO,IAAI,OAAO,GAAG,IAAI,CAAC,MAAM,CAAC;CAChC,OAAO,EAAE;;;EAGR,QAAQ,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC;;;;;;;EAOlB,IAAI,EAAE,KAAK;;;;EAIX,KAAK,EAAE,IAAI;;EAEX,SAAS,EAAE,kBAAkB;EAC7B;;CAED,UAAU,EAAE,UAAU,OAAO,EAAE;EAC9B,IAAI,GAAG,GAAG,CAAC,OAAO,IAAI,OAAO,CAAC,OAAO,KAAK,KAAK,IAAI,OAAO,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC;MACtF,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC;;EAE3B,GAAG,CAAC,SAAS,GAAG,OAAO,CAAC,IAAI,KAAK,KAAK,GAAG,OAAO,CAAC,IAAI,GAAG,EAAE,CAAC;;EAE3D,IAAI,OAAO,CAAC,KAAK,EAAE;GAClB,IAAI,KAAK,GAAGiB,OAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;GACjC,GAAG,CAAC,KAAK,CAAC,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC,IAAI,KAAK,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC;GACtE;EACD,IAAI,CAAC,cAAc,CAAC,GAAG,EAAE,MAAM,CAAC,CAAC;;EAEjC,OAAO,GAAG,CAAC;EACX;;CAED,YAAY,EAAE,YAAY;EACzB,OAAO,IAAI,CAAC;EACZ;CACD,CAAC,CAAC;;;;AAIH,AAAO,SAAS,OAAO,CAAC,OAAO,EAAE;CAChC,OAAO,IAAI,OAAO,CAAC,OAAO,CAAC,CAAC;CAC5B;;AC/DD,IAAI,CAAC,OAAO,GAAG,WAAW,CAAC;;ACK3B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkEA,AAAO,IAAI,SAAS,GAAG,KAAK,CAAC,MAAM,CAAC;;;;CAInC,OAAO,EAAE;;;EAGR,QAAQ,EAAE,GAAG;;;;EAIb,OAAO,EAAE,CAAC;;;;;;;EAOV,cAAc,EAAEa,MAAc;;;;EAI9B,iBAAiB,EAAE,IAAI;;;;EAIvB,cAAc,EAAE,GAAG;;;;EAInB,MAAM,EAAE,CAAC;;;;EAIT,MAAM,EAAE,IAAI;;;;EAIZ,OAAO,EAAE,CAAC;;;;EAIV,OAAO,EAAE,SAAS;;;;;;EAMlB,aAAa,EAAE,SAAS;;;;;;EAMxB,aAAa,EAAE,SAAS;;;;;;;;EAQxB,MAAM,EAAE,KAAK;;;;EAIb,IAAI,EAAE,UAAU;;;;EAIhB,SAAS,EAAE,EAAE;;;;EAIb,UAAU,EAAE,CAAC;EACb;;CAED,UAAU,EAAE,UAAU,OAAO,EAAE;EAC9BhD,UAAe,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;EAC/B;;CAED,KAAK,EAAE,YAAY;EAClB,IAAI,CAAC,cAAc,EAAE,CAAC;;EAEtB,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;EAClB,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC;;EAEjB,IAAI,CAAC,UAAU,EAAE,CAAC;EAClB,IAAI,CAAC,OAAO,EAAE,CAAC;EACf;;CAED,SAAS,EAAE,UAAU,GAAG,EAAE;EACzB,GAAG,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;EACxB;;CAED,QAAQ,EAAE,UAAU,GAAG,EAAE;EACxB,IAAI,CAAC,eAAe,EAAE,CAAC;EACvBK,MAAc,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EAChC,GAAG,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC;EAC3B,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC;EACvB,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;EAC3B;;;;CAID,YAAY,EAAE,YAAY;EACzB,IAAI,IAAI,CAAC,IAAI,EAAE;GACdwC,OAAe,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;GACjC,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;GAC9B;EACD,OAAO,IAAI,CAAC;EACZ;;;;CAID,WAAW,EAAE,YAAY;EACxB,IAAI,IAAI,CAAC,IAAI,EAAE;GACdC,MAAc,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;GAChC,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;GAC9B;EACD,OAAO,IAAI,CAAC;EACZ;;;;CAID,YAAY,EAAE,YAAY;EACzB,OAAO,IAAI,CAAC,UAAU,CAAC;EACvB;;;;CAID,UAAU,EAAE,UAAU,OAAO,EAAE;EAC9B,IAAI,CAAC,OAAO,CAAC,OAAO,GAAG,OAAO,CAAC;EAC/B,IAAI,CAAC,cAAc,EAAE,CAAC;EACtB,OAAO,IAAI,CAAC;EACZ;;;;CAID,SAAS,EAAE,UAAU,MAAM,EAAE;EAC5B,IAAI,CAAC,OAAO,CAAC,MAAM,GAAG,MAAM,CAAC;EAC7B,IAAI,CAAC,aAAa,EAAE,CAAC;;EAErB,OAAO,IAAI,CAAC;EACZ;;;;CAID,SAAS,EAAE,YAAY;EACtB,OAAO,IAAI,CAAC,QAAQ,CAAC;EACrB;;;;CAID,MAAM,EAAE,YAAY;EACnB,IAAI,IAAI,CAAC,IAAI,EAAE;GACd,IAAI,CAAC,eAAe,EAAE,CAAC;GACvB,IAAI,CAAC,OAAO,EAAE,CAAC;GACf;EACD,OAAO,IAAI,CAAC;EACZ;;CAED,SAAS,EAAE,YAAY;EACtB,IAAI,MAAM,GAAG;GACZ,YAAY,EAAE,IAAI,CAAC,cAAc;GACjC,SAAS,EAAE,IAAI,CAAC,UAAU;GAC1B,IAAI,EAAE,IAAI,CAAC,UAAU;GACrB,OAAO,EAAE,IAAI,CAAC,UAAU;GACxB,CAAC;;EAEF,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,cAAc,EAAE;;GAEjC,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;IAClB,IAAI,CAAC,OAAO,GAAGG,QAAa,CAAC,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;IACjF;;GAED,MAAM,CAAC,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC;GAC3B;;EAED,IAAI,IAAI,CAAC,aAAa,EAAE;GACvB,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC,YAAY,CAAC;GACpC;;EAED,OAAO,MAAM,CAAC;EACd;;;;;;;;CAQD,UAAU,EAAE,YAAY;EACvB,OAAO,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;EACrC;;;;;CAKD,WAAW,EAAE,YAAY;EACxB,IAAI,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC;EAC9B,OAAO,CAAC,YAAY,KAAK,GAAG,CAAC,GAAG,IAAI,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;EAChD;;CAED,aAAa,EAAE,YAAY;EAC1B,IAAI,IAAI,CAAC,UAAU,IAAI,IAAI,CAAC,OAAO,CAAC,MAAM,KAAK,SAAS,IAAI,IAAI,CAAC,OAAO,CAAC,MAAM,KAAK,IAAI,EAAE;GACzF,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,MAAM,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC;GACnD;EACD;;CAED,cAAc,EAAE,UAAU,OAAO,EAAE;;;EAGlC,IAAI,MAAM,GAAG,IAAI,CAAC,OAAO,EAAE,CAAC,QAAQ;MAChC,UAAU,GAAG,CAAC,OAAO,CAAC,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC;;EAE/C,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;;GAE1D,MAAM,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC;;GAEhC,IAAI,MAAM,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,UAAU,IAAI,MAAM,EAAE;IAC5C,UAAU,GAAG,OAAO,CAAC,UAAU,EAAE,CAAC,MAAM,CAAC,CAAC;IAC1C;GACD;;EAED,IAAI,QAAQ,CAAC,UAAU,CAAC,EAAE;GACzB,IAAI,CAAC,OAAO,CAAC,MAAM,GAAG,UAAU,GAAG,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;GAClD,IAAI,CAAC,aAAa,EAAE,CAAC;GACrB;EACD;;CAED,cAAc,EAAE,YAAY;EAC3B,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE;;;EAG3B,IAAIvC,KAAa,EAAE,EAAE,OAAO,EAAE;;EAE9B2B,UAAkB,CAAC,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;;EAE1D,IAAI,GAAG,GAAG,CAAC,IAAI,IAAI,EAAE;MACjB,SAAS,GAAG,KAAK;MACjB,SAAS,GAAG,KAAK,CAAC;;EAEtB,KAAK,IAAI,GAAG,IAAI,IAAI,CAAC,MAAM,EAAE;GAC5B,IAAI,IAAI,GAAG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;GAC5B,IAAI,CAAC,IAAI,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,EAAE,SAAS,EAAE;;GAEhD,IAAI,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,GAAG,GAAG,IAAI,CAAC,MAAM,IAAI,GAAG,CAAC,CAAC;;GAElDA,UAAkB,CAAC,IAAI,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC;GAClC,IAAI,IAAI,GAAG,CAAC,EAAE;IACb,SAAS,GAAG,IAAI,CAAC;IACjB,MAAM;IACN,IAAI,IAAI,CAAC,MAAM,EAAE;KAChB,SAAS,GAAG,IAAI,CAAC;KACjB,MAAM;KACN,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;KACzB;IACD,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC;IACnB;GACD;;EAED,IAAI,SAAS,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,EAAE,IAAI,CAAC,WAAW,EAAE,CAAC,EAAE;;EAExD,IAAI,SAAS,EAAE;GACdtC,eAAoB,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;GACtC,IAAI,CAAC,UAAU,GAAGF,gBAAqB,CAAC,IAAI,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;GACnE;EACD;;CAED,aAAa,EAAExB,OAAY;;CAE3B,cAAc,EAAE,YAAY;EAC3B,IAAI,IAAI,CAAC,UAAU,EAAE,EAAE,OAAO,EAAE;;EAEhC,IAAI,CAAC,UAAU,GAAGiC,QAAc,CAAC,KAAK,EAAE,gBAAgB,IAAI,IAAI,CAAC,OAAO,CAAC,SAAS,IAAI,EAAE,CAAC,CAAC,CAAC;EAC3F,IAAI,CAAC,aAAa,EAAE,CAAC;;EAErB,IAAI,IAAI,CAAC,OAAO,CAAC,OAAO,GAAG,CAAC,EAAE;GAC7B,IAAI,CAAC,cAAc,EAAE,CAAC;GACtB;;EAED,IAAI,CAAC,OAAO,EAAE,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EAC5C;;CAED,aAAa,EAAE,YAAY;;EAE1B,IAAI,IAAI,GAAG,IAAI,CAAC,SAAS;MACrB,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC;;EAEnC,IAAI,IAAI,KAAK,SAAS,EAAE,EAAE,OAAO,SAAS,CAAC,EAAE;;EAE7C,KAAK,IAAI,CAAC,IAAI,IAAI,CAAC,OAAO,EAAE;GAC3B,IAAI,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,QAAQ,CAAC,MAAM,IAAI,CAAC,KAAK,IAAI,EAAE;IACrD,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,MAAM,GAAG,OAAO,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,GAAG,CAAC,CAAC,CAAC;IAC/D,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC;IACvB,MAAM;IACND,MAAc,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;IACnC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC;IAC3B,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC;IACvB,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;IACvB;GACD;;EAED,IAAI,KAAK,GAAG,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC;MAC1B,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC;;EAEpB,IAAI,CAAC,KAAK,EAAE;GACX,KAAK,GAAG,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;;GAEhC,KAAK,CAAC,EAAE,GAAGC,QAAc,CAAC,KAAK,EAAE,8CAA8C,EAAE,IAAI,CAAC,UAAU,CAAC,CAAC;GAClG,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,MAAM,GAAG,OAAO,CAAC;;GAEhC,KAAK,CAAC,MAAM,GAAG,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,cAAc,EAAE,CAAC,EAAE,IAAI,CAAC,CAAC,KAAK,EAAE,CAAC;GAC9E,KAAK,CAAC,IAAI,GAAG,IAAI,CAAC;;GAElB,IAAI,CAAC,iBAAiB,CAAC,KAAK,EAAE,GAAG,CAAC,SAAS,EAAE,EAAE,GAAG,CAAC,OAAO,EAAE,CAAC,CAAC;;;GAG9DjC,OAAY,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC;;GAEnC,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;GAC3B;;EAED,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;;EAEpB,OAAO,KAAK,CAAC;EACb;;CAED,cAAc,EAAEA,OAAY;;CAE5B,cAAc,EAAEA,OAAY;;CAE5B,cAAc,EAAEA,OAAY;;CAE5B,WAAW,EAAE,YAAY;EACxB,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE;GACf,OAAO;GACP;;EAED,IAAI,GAAG,EAAE,IAAI,CAAC;;EAEd,IAAI,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC;EAC/B,IAAI,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO;GAC9B,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE;GAC7B,IAAI,CAAC,eAAe,EAAE,CAAC;GACvB,OAAO;GACP;;EAED,KAAK,GAAG,IAAI,IAAI,CAAC,MAAM,EAAE;GACxB,IAAI,GAAG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;GACxB,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,OAAO,CAAC;GAC3B;;EAED,KAAK,GAAG,IAAI,IAAI,CAAC,MAAM,EAAE;GACxB,IAAI,GAAG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;GACxB,IAAI,IAAI,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE;IACjC,IAAI,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC;IACzB,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,EAAE;KACpE,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;KACjE;IACD;GACD;;EAED,KAAK,GAAG,IAAI,IAAI,CAAC,MAAM,EAAE;GACxB,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE;IAC7B,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC;IACtB;GACD;EACD;;CAED,kBAAkB,EAAE,UAAU,IAAI,EAAE;EACnC,KAAK,IAAI,GAAG,IAAI,IAAI,CAAC,MAAM,EAAE;GAC5B,IAAI,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC,CAAC,KAAK,IAAI,EAAE;IACvC,SAAS;IACT;GACD,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC;GACtB;EACD;;CAED,eAAe,EAAE,YAAY;EAC5B,KAAK,IAAI,GAAG,IAAI,IAAI,CAAC,MAAM,EAAE;GAC5B,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC;GACtB;EACD;;CAED,cAAc,EAAE,YAAY;EAC3B,KAAK,IAAI,CAAC,IAAI,IAAI,CAAC,OAAO,EAAE;GAC3BgC,MAAc,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;GACnC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC;GACvB,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;GACvB;EACD,IAAI,CAAC,eAAe,EAAE,CAAC;;EAEvB,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;EAC3B;;CAED,aAAa,EAAE,UAAU,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,OAAO,EAAE;EAC1C,IAAI,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC;MACtB,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC;MACtB,EAAE,GAAG,CAAC,GAAG,CAAC;MACV,OAAO,GAAG,IAAI,KAAK,CAAC,CAAC,EAAE,EAAE,CAAC,EAAE,CAAC,CAAC;EAClC,OAAO,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC;;EAEhB,IAAI,GAAG,GAAG,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC;MACpC,IAAI,GAAG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;;EAE5B,IAAI,IAAI,IAAI,IAAI,CAAC,MAAM,EAAE;GACxB,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC;GACnB,OAAO,IAAI,CAAC;;GAEZ,MAAM,IAAI,IAAI,IAAI,IAAI,CAAC,MAAM,EAAE;GAC/B,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC;GACnB;;EAED,IAAI,EAAE,GAAG,OAAO,EAAE;GACjB,OAAO,IAAI,CAAC,aAAa,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;GAC/C;;EAED,OAAO,KAAK,CAAC;EACb;;CAED,eAAe,EAAE,UAAU,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,OAAO,EAAE;;EAE5C,KAAK,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;GACvC,KAAK,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;;IAEvC,IAAI,MAAM,GAAG,IAAI,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAC7B,MAAM,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;;IAEjB,IAAI,GAAG,GAAG,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC;QACnC,IAAI,GAAG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;;IAE5B,IAAI,IAAI,IAAI,IAAI,CAAC,MAAM,EAAE;KACxB,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC;KACnB,SAAS;;KAET,MAAM,IAAI,IAAI,IAAI,IAAI,CAAC,MAAM,EAAE;KAC/B,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC;KACnB;;IAED,IAAI,CAAC,GAAG,CAAC,GAAG,OAAO,EAAE;KACpB,IAAI,CAAC,eAAe,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,OAAO,CAAC,CAAC;KAC3C;IACD;GACD;EACD;;CAED,UAAU,EAAE,UAAU,CAAC,EAAE;EACxB,IAAI,SAAS,GAAG,CAAC,KAAK,CAAC,CAAC,KAAK,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC;EAC1C,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC;EAChF;;CAED,YAAY,EAAE,UAAU,CAAC,EAAE;EAC1B,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC;EAClD;;CAED,UAAU,EAAE,UAAU,IAAI,EAAE;EAC3B,IAAI,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC;;EAE3B,IAAI,SAAS,KAAK,OAAO,CAAC,aAAa,IAAI,IAAI,GAAG,OAAO,CAAC,aAAa,EAAE;GACxE,OAAO,OAAO,CAAC,aAAa,CAAC;GAC7B;;EAED,IAAI,SAAS,KAAK,OAAO,CAAC,aAAa,IAAI,OAAO,CAAC,aAAa,GAAG,IAAI,EAAE;GACxE,OAAO,OAAO,CAAC,aAAa,CAAC;GAC7B;;EAED,OAAO,IAAI,CAAC;EACZ;;CAED,QAAQ,EAAE,UAAU,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE;EACpD,IAAI,QAAQ,GAAG,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC;EACjD,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,KAAK,SAAS,IAAI,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO;OACrE,IAAI,CAAC,OAAO,CAAC,OAAO,KAAK,SAAS,IAAI,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE;GAC5E,QAAQ,GAAG,SAAS,CAAC;GACrB;;EAED,IAAI,eAAe,GAAG,IAAI,CAAC,OAAO,CAAC,iBAAiB,KAAK,QAAQ,KAAK,IAAI,CAAC,SAAS,CAAC,CAAC;;EAEtF,IAAI,CAAC,QAAQ,IAAI,eAAe,EAAE;;GAEjC,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;;GAE1B,IAAI,IAAI,CAAC,aAAa,EAAE;IACvB,IAAI,CAAC,aAAa,EAAE,CAAC;IACrB;;GAED,IAAI,CAAC,aAAa,EAAE,CAAC;GACrB,IAAI,CAAC,UAAU,EAAE,CAAC;;GAElB,IAAI,QAAQ,KAAK,SAAS,EAAE;IAC3B,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;IACrB;;GAED,IAAI,CAAC,OAAO,EAAE;IACb,IAAI,CAAC,WAAW,EAAE,CAAC;IACnB;;;;GAID,IAAI,CAAC,QAAQ,GAAG,CAAC,CAAC,OAAO,CAAC;GAC1B;;EAED,IAAI,CAAC,kBAAkB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;EACtC;;CAED,kBAAkB,EAAE,UAAU,MAAM,EAAE,IAAI,EAAE;EAC3C,KAAK,IAAI,CAAC,IAAI,IAAI,CAAC,OAAO,EAAE;GAC3B,IAAI,CAAC,iBAAiB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;GACtD;EACD;;CAED,iBAAiB,EAAE,UAAU,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE;EACjD,IAAI,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;MAChD,SAAS,GAAG,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,KAAK,CAAC;WACrC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,KAAK,EAAE,CAAC;;EAEtE,IAAIjB,KAAa,EAAE;GAClBgC,YAAoB,CAAC,KAAK,CAAC,EAAE,EAAE,SAAS,EAAE,KAAK,CAAC,CAAC;GACjD,MAAM;GACNtB,WAAmB,CAAC,KAAK,CAAC,EAAE,EAAE,SAAS,CAAC,CAAC;GACzC;EACD;;CAED,UAAU,EAAE,YAAY;EACvB,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI;MACf,GAAG,GAAG,GAAG,CAAC,OAAO,CAAC,GAAG;MACrB,QAAQ,GAAG,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,WAAW,EAAE;MAC9C,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC;;EAE9B,IAAI,MAAM,GAAG,IAAI,CAAC,IAAI,CAAC,mBAAmB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;EAC3D,IAAI,MAAM,EAAE;GACX,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC,oBAAoB,CAAC,MAAM,CAAC,CAAC;GAC1D;;EAED,IAAI,CAAC,MAAM,GAAG,GAAG,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,MAAM,IAAI;GACpD,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC;GACrE,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC;GACpE,CAAC;EACF,IAAI,CAAC,MAAM,GAAG,GAAG,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,MAAM,IAAI;GACpD,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC;GACrE,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC;GACpE,CAAC;EACF;;CAED,UAAU,EAAE,YAAY;EACvB,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE,EAAE,OAAO,EAAE;;EAEvD,IAAI,CAAC,OAAO,EAAE,CAAC;EACf;;CAED,oBAAoB,EAAE,UAAU,MAAM,EAAE;EACvC,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI;MACf,OAAO,GAAG,GAAG,CAAC,cAAc,GAAG,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,cAAc,EAAE,GAAG,CAAC,OAAO,EAAE,CAAC,GAAG,GAAG,CAAC,OAAO,EAAE;MAC1F,KAAK,GAAG,GAAG,CAAC,YAAY,CAAC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;MACjD,WAAW,GAAG,GAAG,CAAC,OAAO,CAAC,MAAM,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC,KAAK,EAAE;MACzD,QAAQ,GAAG,GAAG,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC;;EAEjD,OAAO,IAAI,MAAM,CAAC,WAAW,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE,WAAW,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC;EAC7E;;;CAGD,OAAO,EAAE,UAAU,MAAM,EAAE;EAC1B,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC;EACpB,IAAI,CAAC,GAAG,EAAE,EAAE,OAAO,EAAE;EACrB,IAAI,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,OAAO,EAAE,CAAC,CAAC;;EAE1C,IAAI,MAAM,KAAK,SAAS,EAAE,EAAE,MAAM,GAAG,GAAG,CAAC,SAAS,EAAE,CAAC,EAAE;EACvD,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,EAAE,EAAE,OAAO,EAAE;;EAE7C,IAAI,WAAW,GAAG,IAAI,CAAC,oBAAoB,CAAC,MAAM,CAAC;MAC/C,SAAS,GAAG,IAAI,CAAC,oBAAoB,CAAC,WAAW,CAAC;MAClD,UAAU,GAAG,SAAS,CAAC,SAAS,EAAE;MAClC,KAAK,GAAG,EAAE;MACV,MAAM,GAAG,IAAI,CAAC,OAAO,CAAC,UAAU;MAChC,YAAY,GAAG,IAAI,MAAM,CAAC,SAAS,CAAC,aAAa,EAAE,CAAC,QAAQ,CAAC,CAAC,MAAM,EAAE,CAAC,MAAM,CAAC,CAAC;gCACrD,SAAS,CAAC,WAAW,EAAE,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;;;EAG9E,IAAI,EAAE,QAAQ,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC;QACzB,QAAQ,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC;QACzB,QAAQ,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC;QACzB,QAAQ,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,MAAM,IAAI,KAAK,CAAC,+CAA+C,CAAC,CAAC,EAAE;;EAEvG,KAAK,IAAI,GAAG,IAAI,IAAI,CAAC,MAAM,EAAE;GAC5B,IAAI,CAAC,GAAG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC;GAChC,IAAI,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,SAAS,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC,IAAI,KAAK,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE;IAC1E,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,OAAO,GAAG,KAAK,CAAC;IACjC;GACD;;;;EAID,IAAI,IAAI,CAAC,GAAG,CAAC,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,EAAE,EAAE,IAAI,CAAC,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,OAAO,EAAE;;;EAGjF,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,IAAI,SAAS,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;GACxD,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,IAAI,SAAS,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;IACxD,IAAI,MAAM,GAAG,IAAI,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAC7B,MAAM,CAAC,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC;;IAE1B,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,EAAE,EAAE,SAAS,EAAE;;IAE7C,IAAI,IAAI,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC,CAAC;IACtD,IAAI,IAAI,EAAE;KACT,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC;KACpB,MAAM;KACN,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACnB;IACD;GACD;;;EAGD,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC,EAAE;GAC1B,OAAO,CAAC,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC;GAC3D,CAAC,CAAC;;EAEH,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE;;GAEvB,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE;IACnB,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;;;IAGrB,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;IACrB;;;GAGD,IAAI,QAAQ,GAAG,QAAQ,CAAC,sBAAsB,EAAE,CAAC;;GAEjD,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;IAClC,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAC;IAClC;;GAED,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC;GACrC;EACD;;CAED,YAAY,EAAE,UAAU,MAAM,EAAE;EAC/B,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC;;EAEhC,IAAI,CAAC,GAAG,CAAC,QAAQ,EAAE;;GAElB,IAAI,MAAM,GAAG,IAAI,CAAC,gBAAgB,CAAC;GACnC,IAAI,CAAC,CAAC,GAAG,CAAC,OAAO,KAAK,MAAM,CAAC,CAAC,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,MAAM,CAAC,CAAC,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC;QACpE,CAAC,GAAG,CAAC,OAAO,KAAK,MAAM,CAAC,CAAC,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,MAAM,CAAC,CAAC,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,OAAO,KAAK,CAAC,EAAE;GAC7F;;EAED,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,EAAE,OAAO,IAAI,CAAC,EAAE;;;EAG1C,IAAI,UAAU,GAAG,IAAI,CAAC,mBAAmB,CAAC,MAAM,CAAC,CAAC;EAClD,OAAOoD,cAAY,CAAC,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;EAC9D;;CAED,YAAY,EAAE,UAAU,GAAG,EAAE;EAC5B,OAAO,IAAI,CAAC,mBAAmB,CAAC,IAAI,CAAC,gBAAgB,CAAC,GAAG,CAAC,CAAC,CAAC;EAC5D;;CAED,iBAAiB,EAAE,UAAU,MAAM,EAAE;EACpC,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI;MACf,QAAQ,GAAG,IAAI,CAAC,WAAW,EAAE;MAC7B,OAAO,GAAG,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC;MAClC,OAAO,GAAG,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC;MAC/B,EAAE,GAAG,GAAG,CAAC,SAAS,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC;MACrC,EAAE,GAAG,GAAG,CAAC,SAAS,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC;EAC1C,OAAO,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;EAChB;;;CAGD,mBAAmB,EAAE,UAAU,MAAM,EAAE;EACtC,IAAI,EAAE,GAAG,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC;MACnC,MAAM,GAAG,IAAI,YAAY,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;;EAE5C,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE;GACzB,MAAM,GAAG,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;GAC5C;EACD,OAAO,MAAM,CAAC;EACd;;CAED,gBAAgB,EAAE,UAAU,MAAM,EAAE;EACnC,OAAO,MAAM,CAAC,CAAC,GAAG,GAAG,GAAG,MAAM,CAAC,CAAC,GAAG,GAAG,GAAG,MAAM,CAAC,CAAC,CAAC;EAClD;;;CAGD,gBAAgB,EAAE,UAAU,GAAG,EAAE;EAChC,IAAI,CAAC,GAAG,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC;MAClB,MAAM,GAAG,IAAI,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;EACrC,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;EACjB,OAAO,MAAM,CAAC;EACd;;CAED,WAAW,EAAE,UAAU,GAAG,EAAE;EAC3B,IAAI,IAAI,GAAG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;EAC5B,IAAI,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE;;EAEtB7C,MAAc,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;;EAExB,OAAO,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;;;;EAIxB,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE;GACvB,IAAI,EAAE,IAAI,CAAC,EAAE;GACb,MAAM,EAAE,IAAI,CAAC,gBAAgB,CAAC,GAAG,CAAC;GAClC,CAAC,CAAC;EACH;;CAED,SAAS,EAAE,UAAU,IAAI,EAAE;EAC1BD,QAAgB,CAAC,IAAI,EAAE,cAAc,CAAC,CAAC;;EAEvC,IAAI,QAAQ,GAAG,IAAI,CAAC,WAAW,EAAE,CAAC;EAClC,IAAI,CAAC,KAAK,CAAC,KAAK,GAAG,QAAQ,CAAC,CAAC,GAAG,IAAI,CAAC;EACrC,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,QAAQ,CAAC,CAAC,GAAG,IAAI,CAAC;;EAEtC,IAAI,CAAC,aAAa,GAAG/B,OAAY,CAAC;EAClC,IAAI,CAAC,WAAW,GAAGA,OAAY,CAAC;;;EAGhC,IAAIqC,KAAa,IAAI,IAAI,CAAC,OAAO,CAAC,OAAO,GAAG,CAAC,EAAE;GAC9C2B,UAAkB,CAAC,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;GAC/C;;;;EAID,IAAI5C,OAAe,IAAI,CAAC0D,SAAiB,EAAE;GAC1C,IAAI,CAAC,KAAK,CAAC,wBAAwB,GAAG,QAAQ,CAAC;GAC/C;EACD;;CAED,QAAQ,EAAE,UAAU,MAAM,EAAE,SAAS,EAAE;EACtC,IAAI,OAAO,GAAG,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC;MAClC,GAAG,GAAG,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;;EAExC,IAAI,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,EAAE7E,IAAS,CAAC,IAAI,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC;;EAE/F,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;;;;EAIrB,IAAI,IAAI,CAAC,UAAU,CAAC,MAAM,GAAG,CAAC,EAAE;;GAE/BuB,gBAAqB,CAACvB,IAAS,CAAC,IAAI,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC;GAC5E;;EAEDwB,WAAmB,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;;;EAGnC,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,GAAG;GAClB,EAAE,EAAE,IAAI;GACR,MAAM,EAAE,MAAM;GACd,OAAO,EAAE,IAAI;GACb,CAAC;;EAEF,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;;;EAG5B,IAAI,CAAC,IAAI,CAAC,eAAe,EAAE;GAC1B,IAAI,EAAE,IAAI;GACV,MAAM,EAAE,MAAM;GACd,CAAC,CAAC;EACH;;CAED,UAAU,EAAE,UAAU,MAAM,EAAE,GAAG,EAAE,IAAI,EAAE;EACxC,IAAI,GAAG,EAAE;;;GAGR,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE;IACtB,KAAK,EAAE,GAAG;IACV,IAAI,EAAE,IAAI;IACV,MAAM,EAAE,MAAM;IACd,CAAC,CAAC;GACH;;EAED,IAAI,GAAG,GAAG,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;;EAExC,IAAI,GAAG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;EACxB,IAAI,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE;;EAEtB,IAAI,CAAC,MAAM,GAAG,CAAC,IAAI,IAAI,EAAE,CAAC;EAC1B,IAAI,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE;GAC5BuC,UAAkB,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC;GAC/BtC,eAAoB,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;GACtC,IAAI,CAAC,UAAU,GAAGF,gBAAqB,CAAC,IAAI,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;GACnE,MAAM;GACN,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC;GACnB,IAAI,CAAC,WAAW,EAAE,CAAC;GACnB;;EAED,IAAI,CAAC,GAAG,EAAE;GACTO,QAAgB,CAAC,IAAI,CAAC,EAAE,EAAE,qBAAqB,CAAC,CAAC;;;;GAIjD,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE;IACrB,IAAI,EAAE,IAAI,CAAC,EAAE;IACb,MAAM,EAAE,MAAM;IACd,CAAC,CAAC;GACH;;EAED,IAAI,IAAI,CAAC,cAAc,EAAE,EAAE;GAC1B,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC;;;GAGtB,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;;GAElB,IAAIM,KAAa,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE;IAC9Cb,gBAAqB,CAAC,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;IAC9C,MAAM;;;IAGN,UAAU,CAACvB,IAAS,CAAC,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC;IACnD;GACD;EACD;;CAED,WAAW,EAAE,UAAU,MAAM,EAAE;EAC9B,OAAO,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;EACvE;;CAED,WAAW,EAAE,UAAU,MAAM,EAAE;EAC9B,IAAI,SAAS,GAAG,IAAI,KAAK;GACxB,IAAI,CAAC,MAAM,GAAGG,OAAY,CAAC,MAAM,CAAC,CAAC,EAAE,IAAI,CAAC,MAAM,CAAC,GAAG,MAAM,CAAC,CAAC;GAC5D,IAAI,CAAC,MAAM,GAAGA,OAAY,CAAC,MAAM,CAAC,CAAC,EAAE,IAAI,CAAC,MAAM,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;EAC/D,SAAS,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC;EACvB,OAAO,SAAS,CAAC;EACjB;;CAED,oBAAoB,EAAE,UAAU,MAAM,EAAE;EACvC,IAAI,QAAQ,GAAG,IAAI,CAAC,WAAW,EAAE,CAAC;EAClC,OAAO,IAAI,MAAM;GAChB,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC,KAAK,EAAE;GACtC,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;EACzD;;CAED,cAAc,EAAE,YAAY;EAC3B,KAAK,IAAI,GAAG,IAAI,IAAI,CAAC,MAAM,EAAE;GAC5B,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,OAAO,KAAK,CAAC,EAAE;GAC/C;EACD,OAAO,IAAI,CAAC;EACZ;CACD,CAAC,CAAC;;;;AAIH,AAAO,SAAS,SAAS,CAAC,OAAO,EAAE;CAClC,OAAO,IAAI,SAAS,CAAC,OAAO,CAAC,CAAC;CAC9B;;ACl5BD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+BA,AAAO,IAAI,SAAS,GAAG,SAAS,CAAC,MAAM,CAAC;;;;CAIvC,OAAO,EAAE;;;EAGR,OAAO,EAAE,CAAC;;;;EAIV,OAAO,EAAE,EAAE;;;;EAIX,UAAU,EAAE,KAAK;;;;EAIjB,YAAY,EAAE,EAAE;;;;EAIhB,UAAU,EAAE,CAAC;;;;EAIb,GAAG,EAAE,KAAK;;;;EAIV,WAAW,EAAE,KAAK;;;;EAIlB,YAAY,EAAE,KAAK;;;;;;EAMnB,WAAW,EAAE,KAAK;EAClB;;CAED,UAAU,EAAE,UAAU,GAAG,EAAE,OAAO,EAAE;;EAEnC,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC;;EAEhB,OAAO,GAAGuB,UAAe,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;;;EAGzC,IAAI,OAAO,CAAC,YAAY,IAAIS,MAAc,IAAI,OAAO,CAAC,OAAO,GAAG,CAAC,EAAE;;GAElE,OAAO,CAAC,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,QAAQ,GAAG,CAAC,CAAC,CAAC;;GAEpD,IAAI,CAAC,OAAO,CAAC,WAAW,EAAE;IACzB,OAAO,CAAC,UAAU,EAAE,CAAC;IACrB,OAAO,CAAC,OAAO,EAAE,CAAC;IAClB,MAAM;IACN,OAAO,CAAC,UAAU,EAAE,CAAC;IACrB,OAAO,CAAC,OAAO,EAAE,CAAC;IAClB;;GAED,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,OAAO,CAAC,OAAO,CAAC,CAAC;GAC/C;;EAED,IAAI,OAAO,OAAO,CAAC,UAAU,KAAK,QAAQ,EAAE;GAC3C,OAAO,CAAC,UAAU,GAAG,OAAO,CAAC,UAAU,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;GAClD;;;EAGD,IAAI,CAAChB,OAAe,EAAE;GACrB,IAAI,CAAC,EAAE,CAAC,YAAY,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC;GAC1C;EACD;;;;;;CAMD,MAAM,EAAE,UAAU,GAAG,EAAE,QAAQ,EAAE;EAChC,IAAI,IAAI,CAAC,IAAI,KAAK,GAAG,IAAI,QAAQ,KAAK,SAAS,EAAE;GAChD,QAAQ,GAAG,IAAI,CAAC;GAChB;;EAED,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC;;EAEhB,IAAI,CAAC,QAAQ,EAAE;GACd,IAAI,CAAC,MAAM,EAAE,CAAC;GACd;EACD,OAAO,IAAI,CAAC;EACZ;;;;;;CAMD,UAAU,EAAE,UAAU,MAAM,EAAE,IAAI,EAAE;EACnC,IAAI,IAAI,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;;EAEzCJ,EAAW,CAAC,IAAI,EAAE,MAAM,EAAEf,IAAS,CAAC,IAAI,CAAC,WAAW,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC;EACzEe,EAAW,CAAC,IAAI,EAAE,OAAO,EAAEf,IAAS,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC;;EAE3E,IAAI,IAAI,CAAC,OAAO,CAAC,WAAW,IAAI,IAAI,CAAC,OAAO,CAAC,WAAW,KAAK,EAAE,EAAE;GAChE,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,OAAO,CAAC,WAAW,KAAK,IAAI,GAAG,EAAE,GAAG,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC;GACrF;;;;;;EAMD,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC;;;;;;EAMd,IAAI,CAAC,YAAY,CAAC,MAAM,EAAE,cAAc,CAAC,CAAC;;EAE1C,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC;;EAEnC,OAAO,IAAI,CAAC;EACZ;;;;;;;;CAQD,UAAU,EAAE,UAAU,MAAM,EAAE;EAC7B,IAAI,IAAI,GAAG;GACV,CAAC,EAAEmC,MAAc,GAAG,KAAK,GAAG,EAAE;GAC9B,CAAC,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC;GAC7B,CAAC,EAAE,MAAM,CAAC,CAAC;GACX,CAAC,EAAE,MAAM,CAAC,CAAC;GACX,CAAC,EAAE,IAAI,CAAC,cAAc,EAAE;GACxB,CAAC;EACF,IAAI,IAAI,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,QAAQ,EAAE;GACjD,IAAI,SAAS,GAAG,IAAI,CAAC,gBAAgB,CAAC,GAAG,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC;GACvD,IAAI,IAAI,CAAC,OAAO,CAAC,GAAG,EAAE;IACrB,IAAI,CAAC,GAAG,CAAC,GAAG,SAAS,CAAC;IACtB;GACD,IAAI,CAAC,IAAI,CAAC,GAAG,SAAS,CAAC;GACvB;;EAED,OAAO2C,QAAa,CAAC,IAAI,CAAC,IAAI,EAAElF,MAAW,CAAC,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC;EACjE;;CAED,WAAW,EAAE,UAAU,IAAI,EAAE,IAAI,EAAE;;EAElC,IAAIwC,KAAa,EAAE;GAClB,UAAU,CAACpC,IAAS,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC;GACjD,MAAM;GACN,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;GACjB;EACD;;CAED,YAAY,EAAE,UAAU,IAAI,EAAE,IAAI,EAAE,CAAC,EAAE;EACtC,IAAI,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC;EACzC,IAAI,QAAQ,IAAI,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC,KAAK,QAAQ,EAAE;GACtD,IAAI,CAAC,GAAG,GAAG,QAAQ,CAAC;GACpB;EACD,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC;EACd;;CAED,aAAa,EAAE,UAAU,CAAC,EAAE;EAC3B,CAAC,CAAC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC;EACrB;;CAED,cAAc,EAAE,YAAY;EAC3B,IAAI,IAAI,GAAG,IAAI,CAAC,SAAS;EACzB,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO;EAC9B,WAAW,GAAG,IAAI,CAAC,OAAO,CAAC,WAAW;EACtC,UAAU,GAAG,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC;;EAErC,IAAI,WAAW,EAAE;GAChB,IAAI,GAAG,OAAO,GAAG,IAAI,CAAC;GACtB;;EAED,OAAO,IAAI,GAAG,UAAU,CAAC;EACzB;;CAED,aAAa,EAAE,UAAU,SAAS,EAAE;EACnC,IAAI,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,MAAM,CAAC;EACjF,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;EACtC;;;CAGD,aAAa,EAAE,YAAY;EAC1B,IAAI,CAAC,EAAE,IAAI,CAAC;EACZ,KAAK,CAAC,IAAI,IAAI,CAAC,MAAM,EAAE;GACtB,IAAI,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,KAAK,IAAI,CAAC,SAAS,EAAE;IAC/C,IAAI,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;;IAEzB,IAAI,CAAC,MAAM,GAAGD,OAAY,CAAC;IAC3B,IAAI,CAAC,OAAO,GAAGA,OAAY,CAAC;;IAE5B,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE;KACnB,IAAI,CAAC,GAAG,GAAGgF,aAAkB,CAAC;KAC9BhD,MAAc,CAAC,IAAI,CAAC,CAAC;KACrB,OAAO,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;KACtB;IACD;GACD;EACD;;CAED,WAAW,EAAE,UAAU,GAAG,EAAE;EAC3B,IAAI,IAAI,GAAG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;EAC5B,IAAI,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE;;;;;EAKtB,IAAI,CAACiD,YAAoB,EAAE;GAC1B,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,KAAK,EAAED,aAAkB,CAAC,CAAC;GAChD;;EAED,OAAO,SAAS,CAAC,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;EACvD;;CAED,UAAU,EAAE,UAAU,MAAM,EAAE,GAAG,EAAE,IAAI,EAAE;EACxC,IAAI,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,IAAI,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC,KAAKA,aAAkB,CAAC,EAAE;GAC5E,OAAO;GACP;;EAED,OAAO,SAAS,CAAC,SAAS,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,IAAI,CAAC,CAAC;EACpE;CACD,CAAC,CAAC;;;;;;AAMH,AAAO,SAAS,SAAS,CAAC,GAAG,EAAE,OAAO,EAAE;CACvC,OAAO,IAAI,SAAS,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC;CACnC;;AC5QD;;;;;;;;;;;;;;;;;;AAkBA,AAAO,IAAI,YAAY,GAAG,SAAS,CAAC,MAAM,CAAC;;;;;;;CAO1C,gBAAgB,EAAE;EACjB,OAAO,EAAE,KAAK;EACd,OAAO,EAAE,QAAQ;;;;EAIjB,MAAM,EAAE,EAAE;;;;EAIV,MAAM,EAAE,EAAE;;;;EAIV,MAAM,EAAE,YAAY;;;;EAIpB,WAAW,EAAE,KAAK;;;;EAIlB,OAAO,EAAE,OAAO;EAChB;;CAED,OAAO,EAAE;;;;EAIR,GAAG,EAAE,IAAI;;;;EAIT,SAAS,EAAE,KAAK;EAChB;;CAED,UAAU,EAAE,UAAU,GAAG,EAAE,OAAO,EAAE;;EAEnC,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC;;EAEhB,IAAI,SAAS,GAAG,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,gBAAgB,CAAC,CAAC;;;EAGlD,KAAK,IAAI,CAAC,IAAI,OAAO,EAAE;GACtB,IAAI,EAAE,CAAC,IAAI,IAAI,CAAC,OAAO,CAAC,EAAE;IACzB,SAAS,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;IAC1B;GACD;;EAED,OAAO,GAAG,UAAU,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;;EAEpC,IAAI,UAAU,GAAG,OAAO,CAAC,YAAY,IAAI,MAAM,GAAG,CAAC,GAAG,CAAC,CAAC;EACxD,IAAI,QAAQ,GAAG,IAAI,CAAC,WAAW,EAAE,CAAC;EAClC,SAAS,CAAC,KAAK,GAAG,QAAQ,CAAC,CAAC,GAAG,UAAU,CAAC;EAC1C,SAAS,CAAC,MAAM,GAAG,QAAQ,CAAC,CAAC,GAAG,UAAU,CAAC;;EAE3C,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;EAC3B;;CAED,KAAK,EAAE,UAAU,GAAG,EAAE;;EAErB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC,GAAG,IAAI,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC;EAChD,IAAI,CAAC,WAAW,GAAG,UAAU,CAAC,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;;EAEtD,IAAI,aAAa,GAAG,IAAI,CAAC,WAAW,IAAI,GAAG,GAAG,KAAK,GAAG,KAAK,CAAC;EAC5D,IAAI,CAAC,SAAS,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC;;EAE/C,SAAS,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;EAC1C;;CAED,UAAU,EAAE,UAAU,MAAM,EAAE;;EAE7B,IAAI,UAAU,GAAG,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC;MAC3C,GAAG,GAAG,IAAI,CAAC,IAAI;MACf,MAAM,GAAG,QAAQ,CAAC,GAAG,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC;MACzE,GAAG,GAAG,MAAM,CAAC,GAAG;MAChB,GAAG,GAAG,MAAM,CAAC,GAAG;MAChB,IAAI,GAAG,CAAC,IAAI,CAAC,WAAW,IAAI,GAAG,IAAI,IAAI,CAAC,IAAI,KAAK,QAAQ;MACzD,CAAC,GAAG,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC;MAC5B,CAAC,GAAG,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC;MACvC,GAAG,GAAG,SAAS,CAAC,SAAS,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;EAC5D,OAAO,GAAG;GACT,cAAc,CAAC,IAAI,CAAC,SAAS,EAAE,GAAG,EAAE,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC;IAC1D,IAAI,CAAC,OAAO,CAAC,SAAS,GAAG,QAAQ,GAAG,QAAQ,CAAC,GAAG,IAAI,CAAC;EACvD;;;;CAID,SAAS,EAAE,UAAU,MAAM,EAAE,QAAQ,EAAE;;EAEtC,MAAM,CAAC,IAAI,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC;;EAE/B,IAAI,CAAC,QAAQ,EAAE;GACd,IAAI,CAAC,MAAM,EAAE,CAAC;GACd;;EAED,OAAO,IAAI,CAAC;EACZ;CACD,CAAC,CAAC;;;;;AAKH,AAAO,SAAS,YAAY,CAAC,GAAG,EAAE,OAAO,EAAE;CAC1C,OAAO,IAAI,YAAY,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC;CACtC;;ACrID,SAAS,CAAC,GAAG,GAAG,YAAY,CAAC;AAC7B,SAAS,CAAC,GAAG,GAAG,YAAY,CAAC;;ACI7B;;;;;;;;;;;;;;;;;;;;AAoBA,AAAO,IAAI,QAAQ,GAAG,KAAK,CAAC,MAAM,CAAC;;;;CAIlC,OAAO,EAAE;;;;EAIR,OAAO,EAAE,GAAG;;;;EAIZ,SAAS,GAAG,CAAC;EACb;;CAED,UAAU,EAAE,UAAU,OAAO,EAAE;EAC9BrD,UAAe,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;EAC/BzB,KAAU,CAAC,IAAI,CAAC,CAAC;EACjB,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO,IAAI,EAAE,CAAC;EAClC;;CAED,KAAK,EAAE,YAAY;EAClB,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE;GACrB,IAAI,CAAC,cAAc,EAAE,CAAC;;GAEtB,IAAI,IAAI,CAAC,aAAa,EAAE;IACvB6B,QAAgB,CAAC,IAAI,CAAC,UAAU,EAAE,uBAAuB,CAAC,CAAC;IAC3D;GACD;;EAED,IAAI,CAAC,OAAO,EAAE,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EAC5C,IAAI,CAAC,OAAO,EAAE,CAAC;EACf,IAAI,CAAC,EAAE,CAAC,QAAQ,EAAE,IAAI,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;EAC3C;;CAED,QAAQ,EAAE,YAAY;EACrB,IAAI,CAAC,GAAG,CAAC,QAAQ,EAAE,IAAI,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;EAC5C,IAAI,CAAC,iBAAiB,EAAE,CAAC;EACzB;;CAED,SAAS,EAAE,YAAY;EACtB,IAAI,MAAM,GAAG;GACZ,SAAS,EAAE,IAAI,CAAC,MAAM;GACtB,IAAI,EAAE,IAAI,CAAC,OAAO;GAClB,OAAO,EAAE,IAAI,CAAC,OAAO;GACrB,OAAO,EAAE,IAAI,CAAC,UAAU;GACxB,CAAC;EACF,IAAI,IAAI,CAAC,aAAa,EAAE;GACvB,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC,WAAW,CAAC;GACnC;EACD,OAAO,MAAM,CAAC;EACd;;CAED,WAAW,EAAE,UAAU,EAAE,EAAE;EAC1B,IAAI,CAAC,gBAAgB,CAAC,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC,CAAC;EAC1C;;CAED,OAAO,EAAE,YAAY;EACpB,IAAI,CAAC,gBAAgB,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC;EAClE;;CAED,gBAAgB,EAAE,UAAU,MAAM,EAAE,IAAI,EAAE;EACzC,IAAI,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC;MAChD,QAAQ,GAAGR,WAAmB,CAAC,IAAI,CAAC,UAAU,CAAC;MAC/C,QAAQ,GAAG,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC,UAAU,CAAC,GAAG,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC;MACrE,kBAAkB,GAAG,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC;MAC1D,eAAe,GAAG,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,IAAI,CAAC;MACjD,YAAY,GAAG,eAAe,CAAC,QAAQ,CAAC,kBAAkB,CAAC;;MAE3D,aAAa,GAAG,QAAQ,CAAC,UAAU,CAAC,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,QAAQ,CAAC,YAAY,CAAC,CAAC;;EAEnG,IAAIR,KAAa,EAAE;GAClBgC,YAAoB,CAAC,IAAI,CAAC,UAAU,EAAE,aAAa,EAAE,KAAK,CAAC,CAAC;GAC5D,MAAM;GACNtB,WAAmB,CAAC,IAAI,CAAC,UAAU,EAAE,aAAa,CAAC,CAAC;GACpD;EACD;;CAED,MAAM,EAAE,YAAY;EACnB,IAAI,CAAC,OAAO,EAAE,CAAC;EACf,IAAI,CAAC,gBAAgB,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;;EAEhD,KAAK,IAAI,EAAE,IAAI,IAAI,CAAC,OAAO,EAAE;GAC5B,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;GAC1B;EACD;;CAED,UAAU,EAAE,YAAY;EACvB,KAAK,IAAI,EAAE,IAAI,IAAI,CAAC,OAAO,EAAE;GAC5B,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC;GAC5B;EACD;;CAED,YAAY,EAAE,YAAY;EACzB,KAAK,IAAI,EAAE,IAAI,IAAI,CAAC,OAAO,EAAE;GAC5B,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC;GAC3B;EACD;;CAED,OAAO,EAAE,YAAY;;;EAGpB,IAAI,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO;MACxB,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;MAC1B,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,0BAA0B,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,EAAE,CAAC;;EAE5E,IAAI,CAAC,OAAO,GAAG,IAAI,MAAM,CAAC,GAAG,EAAE,GAAG,CAAC,GAAG,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,KAAK,EAAE,CAAC,CAAC;;EAE5E,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC;EACrC,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC;EACjC;CACD,CAAC;;ACpIF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgCA,AAAO,IAAI,MAAM,GAAG,QAAQ,CAAC,MAAM,CAAC;CACnC,SAAS,EAAE,YAAY;EACtB,IAAI,MAAM,GAAG,QAAQ,CAAC,SAAS,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACrD,MAAM,CAAC,YAAY,GAAG,IAAI,CAAC,eAAe,CAAC;EAC3C,OAAO,MAAM,CAAC;EACd;;CAED,eAAe,EAAE,YAAY;;EAE5B,IAAI,CAAC,oBAAoB,GAAG,IAAI,CAAC;EACjC;;CAED,KAAK,EAAE,YAAY;EAClB,QAAQ,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;;;;EAIpC,IAAI,CAAC,KAAK,EAAE,CAAC;EACb;;CAED,cAAc,EAAE,YAAY;EAC3B,IAAI,SAAS,GAAG,IAAI,CAAC,UAAU,GAAG,QAAQ,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;;EAEnET,EAAW,CAAC,SAAS,EAAE,WAAW,EAAE4D,QAAa,CAAC,IAAI,CAAC,YAAY,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;EACtF5D,EAAW,CAAC,SAAS,EAAE,8CAA8C,EAAE,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;EAC5FA,EAAW,CAAC,SAAS,EAAE,UAAU,EAAE,IAAI,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC;;EAE/D,IAAI,CAAC,IAAI,GAAG,SAAS,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;EACvC;;CAED,iBAAiB,EAAE,YAAY;EAC9BU,eAAoB,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;EAC1C,OAAO,IAAI,CAAC,IAAI,CAAC;EACjBM,MAAc,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EAChCf,GAAY,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EAC9B,OAAO,IAAI,CAAC,UAAU,CAAC;EACvB;;CAED,YAAY,EAAE,YAAY;EACzB,IAAI,IAAI,CAAC,oBAAoB,EAAE,EAAE,OAAO,EAAE;;EAE1C,IAAI,KAAK,CAAC;EACV,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC;EAC1B,KAAK,IAAI,EAAE,IAAI,IAAI,CAAC,OAAO,EAAE;GAC5B,KAAK,GAAG,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;GACzB,KAAK,CAAC,OAAO,EAAE,CAAC;GAChB;EACD,IAAI,CAAC,OAAO,EAAE,CAAC;EACf;;CAED,OAAO,EAAE,YAAY;EACpB,IAAI,IAAI,CAAC,IAAI,CAAC,cAAc,IAAI,IAAI,CAAC,OAAO,EAAE,EAAE,OAAO,EAAE;;EAEzD,QAAQ,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;;EAEtC,IAAI,CAAC,GAAG,IAAI,CAAC,OAAO;MAChB,SAAS,GAAG,IAAI,CAAC,UAAU;MAC3B,IAAI,GAAG,CAAC,CAAC,OAAO,EAAE;MAClB,CAAC,GAAGmB,MAAc,GAAG,CAAC,GAAG,CAAC,CAAC;;EAE/BX,WAAmB,CAAC,SAAS,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC;;;EAGtC,SAAS,CAAC,KAAK,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC;EAC7B,SAAS,CAAC,MAAM,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC;EAC9B,SAAS,CAAC,KAAK,CAAC,KAAK,GAAG,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC;EACtC,SAAS,CAAC,KAAK,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC;;EAEvC,IAAIW,MAAc,EAAE;GACnB,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;GACtB;;;EAGD,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;;;EAGxC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;EACpB;;CAED,MAAM,EAAE,YAAY;EACnB,QAAQ,CAAC,SAAS,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;;EAErC,IAAI,IAAI,CAAC,oBAAoB,EAAE;GAC9B,IAAI,CAAC,oBAAoB,GAAG,KAAK,CAAC;GAClC,IAAI,CAAC,YAAY,EAAE,CAAC;GACpB;EACD;;CAED,SAAS,EAAE,UAAU,KAAK,EAAE;EAC3B,IAAI,CAAC,gBAAgB,CAAC,KAAK,CAAC,CAAC;EAC7B,IAAI,CAAC,OAAO,CAAClC,KAAU,CAAC,KAAK,CAAC,CAAC,GAAG,KAAK,CAAC;;EAExC,IAAI,KAAK,GAAG,KAAK,CAAC,MAAM,GAAG;GAC1B,KAAK,EAAE,KAAK;GACZ,IAAI,EAAE,IAAI,CAAC,SAAS;GACpB,IAAI,EAAE,IAAI;GACV,CAAC;EACF,IAAI,IAAI,CAAC,SAAS,EAAE,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,GAAG,KAAK,CAAC,EAAE;EACpD,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC;EACvB,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,IAAI,IAAI,CAAC,SAAS,CAAC;EACpD;;CAED,QAAQ,EAAE,UAAU,KAAK,EAAE;EAC1B,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;EAC3B;;CAED,WAAW,EAAE,UAAU,KAAK,EAAE;EAC7B,IAAI,KAAK,GAAG,KAAK,CAAC,MAAM,CAAC;EACzB,IAAI,IAAI,GAAG,KAAK,CAAC,IAAI,CAAC;EACtB,IAAI,IAAI,GAAG,KAAK,CAAC,IAAI,CAAC;;EAEtB,IAAI,IAAI,EAAE;GACT,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;GACjB,MAAM;GACN,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC;GACtB;EACD,IAAI,IAAI,EAAE;GACT,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;GACjB,MAAM;GACN,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC;GACvB;;EAED,OAAO,KAAK,CAAC,MAAM,CAAC;;EAEpB,OAAO,IAAI,CAAC,OAAO,CAACA,KAAU,CAAC,KAAK,CAAC,CAAC,CAAC;;EAEvC,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;EAC3B;;CAED,WAAW,EAAE,UAAU,KAAK,EAAE;;;EAG7B,IAAI,CAAC,mBAAmB,CAAC,KAAK,CAAC,CAAC;EAChC,KAAK,CAAC,QAAQ,EAAE,CAAC;EACjB,KAAK,CAAC,OAAO,EAAE,CAAC;;;EAGhB,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;EAC3B;;CAED,YAAY,EAAE,UAAU,KAAK,EAAE;EAC9B,IAAI,CAAC,gBAAgB,CAAC,KAAK,CAAC,CAAC;EAC7B,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;EAC3B;;CAED,gBAAgB,EAAE,UAAU,KAAK,EAAE;EAClC,IAAI,OAAO,KAAK,CAAC,OAAO,CAAC,SAAS,KAAK,QAAQ,EAAE;GAChD,IAAI,KAAK,GAAG,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,KAAK,CAAC,OAAO,CAAC;OAC9C,SAAS,GAAG,EAAE;OACd,SAAS;OACT,CAAC,CAAC;GACN,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;IAClC,SAAS,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;;IAE7B,IAAI,KAAK,CAAC,SAAS,CAAC,EAAE,EAAE,OAAO,EAAE;IACjC,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;IAC1B;GACD,KAAK,CAAC,OAAO,CAAC,UAAU,GAAG,SAAS,CAAC;GACrC,MAAM;GACN,KAAK,CAAC,OAAO,CAAC,UAAU,GAAG,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC;GACnD;EACD;;CAED,cAAc,EAAE,UAAU,KAAK,EAAE;EAChC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE;;EAE3B,IAAI,CAAC,mBAAmB,CAAC,KAAK,CAAC,CAAC;EAChC,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,cAAc,IAAIsB,gBAAqB,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;EACvF;;CAED,mBAAmB,EAAE,UAAU,KAAK,EAAE;EACrC,IAAI,KAAK,CAAC,SAAS,EAAE;GACpB,IAAI,OAAO,GAAG,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,CAAC;GAC9C,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,aAAa,IAAI,IAAI,MAAM,EAAE,CAAC;GACxD,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,KAAK,CAAC,SAAS,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC;GAC5E,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,KAAK,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC;GACvE;EACD;;CAED,OAAO,EAAE,YAAY;EACpB,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC;;EAE3B,IAAI,IAAI,CAAC,aAAa,EAAE;GACvB,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;GAChC,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,KAAK,EAAE,CAAC;GAC/B;;EAED,IAAI,CAAC,MAAM,EAAE,CAAC;EACd,IAAI,CAAC,KAAK,EAAE,CAAC;;EAEb,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC;EAC1B;;CAED,MAAM,EAAE,YAAY;EACnB,IAAI,MAAM,GAAG,IAAI,CAAC,aAAa,CAAC;EAChC,IAAI,MAAM,EAAE;GACX,IAAI,IAAI,GAAG,MAAM,CAAC,OAAO,EAAE,CAAC;GAC5B,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;GAChE,MAAM;GACN,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,UAAU,CAAC,KAAK,EAAE,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC;GACzE;EACD;;CAED,KAAK,EAAE,YAAY;EAClB,IAAI,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC,aAAa,CAAC;EACvC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;EACjB,IAAI,MAAM,EAAE;GACX,IAAI,IAAI,GAAG,MAAM,CAAC,OAAO,EAAE,CAAC;GAC5B,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC;GACtB,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;GAC3D,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;GACjB;;EAED,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;;EAErB,KAAK,IAAI,KAAK,GAAG,IAAI,CAAC,UAAU,EAAE,KAAK,EAAE,KAAK,GAAG,KAAK,CAAC,IAAI,EAAE;GAC5D,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC;GACpB,IAAI,CAAC,MAAM,KAAK,KAAK,CAAC,SAAS,IAAI,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,EAAE;IACvE,KAAK,CAAC,WAAW,EAAE,CAAC;IACpB;GACD;;EAED,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC;;EAEtB,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC;EACpB;;CAED,WAAW,EAAE,UAAU,KAAK,EAAE,MAAM,EAAE;EACrC,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,EAAE,OAAO,EAAE;;EAE/B,IAAI,CAAC,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC;MACb,KAAK,GAAG,KAAK,CAAC,MAAM;MACpB,GAAG,GAAG,KAAK,CAAC,MAAM;MAClB,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC;;EAEpB,IAAI,CAAC,GAAG,EAAE,EAAE,OAAO,EAAE;;EAErB,GAAG,CAAC,SAAS,EAAE,CAAC;;EAEhB,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;GACzB,KAAK,CAAC,GAAG,CAAC,EAAE,IAAI,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,IAAI,EAAE,CAAC,EAAE,EAAE;IAClD,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IAChB,GAAG,CAAC,CAAC,GAAG,QAAQ,GAAG,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;IACvC;GACD,IAAI,MAAM,EAAE;IACX,GAAG,CAAC,SAAS,EAAE,CAAC;IAChB;GACD;;EAED,IAAI,CAAC,WAAW,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC;;;EAG7B;;CAED,aAAa,EAAE,UAAU,KAAK,EAAE;;EAE/B,IAAI,CAAC,IAAI,CAAC,QAAQ,IAAI,KAAK,CAAC,MAAM,EAAE,EAAE,EAAE,OAAO,EAAE;;EAEjD,IAAI,CAAC,GAAG,KAAK,CAAC,MAAM;MAChB,GAAG,GAAG,IAAI,CAAC,IAAI;MACf,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;MAC1C,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;;EAE3D,IAAI,CAAC,KAAK,CAAC,EAAE;GACZ,GAAG,CAAC,IAAI,EAAE,CAAC;GACX,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;GAChB;;EAED,GAAG,CAAC,SAAS,EAAE,CAAC;EAChB,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,EAAE,GAAG,CAAC,EAAE,KAAK,CAAC,CAAC;;EAEhD,IAAI,CAAC,KAAK,CAAC,EAAE;GACZ,GAAG,CAAC,OAAO,EAAE,CAAC;GACd;;EAED,IAAI,CAAC,WAAW,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC;EAC7B;;CAED,WAAW,EAAE,UAAU,GAAG,EAAE,KAAK,EAAE;EAClC,IAAI,OAAO,GAAG,KAAK,CAAC,OAAO,CAAC;;EAE5B,IAAI,OAAO,CAAC,IAAI,EAAE;GACjB,GAAG,CAAC,WAAW,GAAG,OAAO,CAAC,WAAW,CAAC;GACtC,GAAG,CAAC,SAAS,GAAG,OAAO,CAAC,SAAS,IAAI,OAAO,CAAC,KAAK,CAAC;GACnD,GAAG,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,IAAI,SAAS,CAAC,CAAC;GACxC;;EAED,IAAI,OAAO,CAAC,MAAM,IAAI,OAAO,CAAC,MAAM,KAAK,CAAC,EAAE;GAC3C,IAAI,GAAG,CAAC,WAAW,EAAE;IACpB,GAAG,CAAC,WAAW,CAAC,KAAK,CAAC,OAAO,IAAI,KAAK,CAAC,OAAO,CAAC,UAAU,IAAI,EAAE,CAAC,CAAC;IACjE;GACD,GAAG,CAAC,WAAW,GAAG,OAAO,CAAC,OAAO,CAAC;GAClC,GAAG,CAAC,SAAS,GAAG,OAAO,CAAC,MAAM,CAAC;GAC/B,GAAG,CAAC,WAAW,GAAG,OAAO,CAAC,KAAK,CAAC;GAChC,GAAG,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;GAC9B,GAAG,CAAC,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAC;GAChC,GAAG,CAAC,MAAM,EAAE,CAAC;GACb;EACD;;;;;CAKD,QAAQ,EAAE,UAAU,CAAC,EAAE;EACtB,IAAI,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,YAAY,CAAC;;EAErE,KAAK,IAAI,KAAK,GAAG,IAAI,CAAC,UAAU,EAAE,KAAK,EAAE,KAAK,GAAG,KAAK,CAAC,IAAI,EAAE;GAC5D,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC;GACpB,IAAI,KAAK,CAAC,OAAO,CAAC,WAAW,IAAI,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,EAAE;IAClG,YAAY,GAAG,KAAK,CAAC;IACrB;GACD;EACD,IAAI,YAAY,GAAG;GAClB0D,QAAiB,CAAC,CAAC,CAAC,CAAC;GACrB,IAAI,CAAC,UAAU,CAAC,CAAC,YAAY,CAAC,EAAE,CAAC,CAAC,CAAC;GACnC;EACD;;CAED,YAAY,EAAE,UAAU,CAAC,EAAE;EAC1B,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,MAAM,EAAE,IAAI,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE,EAAE,OAAO,EAAE;;EAEtF,IAAI,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC;EAChD,IAAI,CAAC,iBAAiB,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC;EACjC;;;CAGD,eAAe,EAAE,UAAU,CAAC,EAAE;EAC7B,IAAI,KAAK,GAAG,IAAI,CAAC,aAAa,CAAC;EAC/B,IAAI,KAAK,EAAE;;GAEVrC,WAAmB,CAAC,IAAI,CAAC,UAAU,EAAE,qBAAqB,CAAC,CAAC;GAC5D,IAAI,CAAC,UAAU,CAAC,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE,UAAU,CAAC,CAAC;GACxC,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC;GAC1B;EACD;;CAED,iBAAiB,EAAE,UAAU,CAAC,EAAE,KAAK,EAAE;EACtC,IAAI,KAAK,EAAE,qBAAqB,CAAC;;EAEjC,KAAK,IAAI,KAAK,GAAG,IAAI,CAAC,UAAU,EAAE,KAAK,EAAE,KAAK,GAAG,KAAK,CAAC,IAAI,EAAE;GAC5D,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC;GACpB,IAAI,KAAK,CAAC,OAAO,CAAC,WAAW,IAAI,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE;IAC7D,qBAAqB,GAAG,KAAK,CAAC;IAC9B;GACD;;EAED,IAAI,qBAAqB,KAAK,IAAI,CAAC,aAAa,EAAE;GACjD,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC;;GAExB,IAAI,qBAAqB,EAAE;IAC1Bd,QAAgB,CAAC,IAAI,CAAC,UAAU,EAAE,qBAAqB,CAAC,CAAC;IACzD,IAAI,CAAC,UAAU,CAAC,CAAC,qBAAqB,CAAC,EAAE,CAAC,EAAE,WAAW,CAAC,CAAC;IACzD,IAAI,CAAC,aAAa,GAAG,qBAAqB,CAAC;IAC3C;GACD;;EAED,IAAI,IAAI,CAAC,aAAa,EAAE;GACvB,IAAI,CAAC,UAAU,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC,CAAC,CAAC;GACzC;EACD;;CAED,UAAU,EAAE,UAAU,MAAM,EAAE,CAAC,EAAE,IAAI,EAAE;EACtC,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,IAAI,CAAC,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;EACnD;;CAED,aAAa,EAAE,UAAU,KAAK,EAAE;EAC/B,IAAI,KAAK,GAAG,KAAK,CAAC,MAAM,CAAC;;EAEzB,IAAI,CAAC,KAAK,EAAE,EAAE,OAAO,EAAE;;EAEvB,IAAI,IAAI,GAAG,KAAK,CAAC,IAAI,CAAC;EACtB,IAAI,IAAI,GAAG,KAAK,CAAC,IAAI,CAAC;;EAEtB,IAAI,IAAI,EAAE;GACT,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;GACjB,MAAM;;GAEN,OAAO;GACP;EACD,IAAI,IAAI,EAAE;GACT,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;GACjB,MAAM,IAAI,IAAI,EAAE;;;GAGhB,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC;GACvB;;EAED,KAAK,CAAC,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC;EAC5B,IAAI,CAAC,SAAS,CAAC,IAAI,GAAG,KAAK,CAAC;;EAE5B,KAAK,CAAC,IAAI,GAAG,IAAI,CAAC;EAClB,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC;;EAEvB,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;EAC3B;;CAED,YAAY,EAAE,UAAU,KAAK,EAAE;EAC9B,IAAI,KAAK,GAAG,KAAK,CAAC,MAAM,CAAC;;EAEzB,IAAI,CAAC,KAAK,EAAE,EAAE,OAAO,EAAE;;EAEvB,IAAI,IAAI,GAAG,KAAK,CAAC,IAAI,CAAC;EACtB,IAAI,IAAI,GAAG,KAAK,CAAC,IAAI,CAAC;;EAEtB,IAAI,IAAI,EAAE;GACT,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;GACjB,MAAM;;GAEN,OAAO;GACP;EACD,IAAI,IAAI,EAAE;GACT,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;GACjB,MAAM,IAAI,IAAI,EAAE;;;GAGhB,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC;GACtB;;EAED,KAAK,CAAC,IAAI,GAAG,IAAI,CAAC;;EAElB,KAAK,CAAC,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC;EAC7B,IAAI,CAAC,UAAU,CAAC,IAAI,GAAG,KAAK,CAAC;EAC7B,IAAI,CAAC,UAAU,GAAG,KAAK,CAAC;;EAExB,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;EAC3B;CACD,CAAC,CAAC;;;;AAIH,AAAO,SAASoD,QAAM,CAAC,OAAO,EAAE;CAC/B,OAAOC,MAAc,GAAG,IAAI,MAAM,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;CACnD;;ACndD;;;;;AAKA,AAAO,IAAI,SAAS,GAAG,CAAC,YAAY;CACnC,IAAI;EACH,QAAQ,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,EAAE,+BAA+B,CAAC,CAAC;EACjE,OAAO,UAAU,IAAI,EAAE;GACtB,OAAO,QAAQ,CAAC,aAAa,CAAC,QAAQ,GAAG,IAAI,GAAG,gBAAgB,CAAC,CAAC;GAClE,CAAC;EACF,CAAC,OAAO,CAAC,EAAE;EACX,OAAO,UAAU,IAAI,EAAE;GACtB,OAAO,QAAQ,CAAC,aAAa,CAAC,GAAG,GAAG,IAAI,GAAG,sDAAsD,CAAC,CAAC;GACnG,CAAC;EACF;CACD,GAAG,CAAC;;;;;;;;;;;;AAYL,AAAO,IAAI,QAAQ,GAAG;;CAErB,cAAc,EAAE,YAAY;EAC3B,IAAI,CAAC,UAAU,GAAGnD,QAAc,CAAC,KAAK,EAAE,uBAAuB,CAAC,CAAC;EACjE;;CAED,OAAO,EAAE,YAAY;EACpB,IAAI,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE,EAAE,OAAO,EAAE;EACzC,QAAQ,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACtC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;EACpB;;CAED,SAAS,EAAE,UAAU,KAAK,EAAE;EAC3B,IAAI,SAAS,GAAG,KAAK,CAAC,UAAU,GAAG,SAAS,CAAC,OAAO,CAAC,CAAC;;EAEtDF,QAAgB,CAAC,SAAS,EAAE,oBAAoB,IAAI,IAAI,CAAC,OAAO,CAAC,SAAS,IAAI,EAAE,CAAC,CAAC,CAAC;;EAEnF,SAAS,CAAC,SAAS,GAAG,KAAK,CAAC;;EAE5B,KAAK,CAAC,KAAK,GAAG,SAAS,CAAC,MAAM,CAAC,CAAC;EAChC,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;;EAEnC,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC;EACzB,IAAI,CAAC,OAAO,CAAC7B,KAAU,CAAC,KAAK,CAAC,CAAC,GAAG,KAAK,CAAC;EACxC;;CAED,QAAQ,EAAE,UAAU,KAAK,EAAE;EAC1B,IAAI,SAAS,GAAG,KAAK,CAAC,UAAU,CAAC;EACjC,IAAI,CAAC,UAAU,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC;;EAEvC,IAAI,KAAK,CAAC,OAAO,CAAC,WAAW,EAAE;GAC9B,KAAK,CAAC,oBAAoB,CAAC,SAAS,CAAC,CAAC;GACtC;EACD;;CAED,WAAW,EAAE,UAAU,KAAK,EAAE;EAC7B,IAAI,SAAS,GAAG,KAAK,CAAC,UAAU,CAAC;EACjC8B,MAAc,CAAC,SAAS,CAAC,CAAC;EAC1B,KAAK,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC;EACzC,OAAO,IAAI,CAAC,OAAO,CAAC9B,KAAU,CAAC,KAAK,CAAC,CAAC,CAAC;EACvC;;CAED,YAAY,EAAE,UAAU,KAAK,EAAE;EAC9B,IAAI,MAAM,GAAG,KAAK,CAAC,OAAO;MACtB,IAAI,GAAG,KAAK,CAAC,KAAK;MAClB,OAAO,GAAG,KAAK,CAAC,OAAO;MACvB,SAAS,GAAG,KAAK,CAAC,UAAU,CAAC;;EAEjC,SAAS,CAAC,OAAO,GAAG,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC;EACrC,SAAS,CAAC,MAAM,GAAG,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC;;EAElC,IAAI,OAAO,CAAC,MAAM,EAAE;GACnB,IAAI,CAAC,MAAM,EAAE;IACZ,MAAM,GAAG,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,QAAQ,CAAC,CAAC;IAC7C;GACD,SAAS,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;GAC9B,MAAM,CAAC,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;GACtC,MAAM,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC;GAC7B,MAAM,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;;GAEjC,IAAI,OAAO,CAAC,SAAS,EAAE;IACtB,MAAM,CAAC,SAAS,GAAGJ,OAAY,CAAC,OAAO,CAAC,SAAS,CAAC;QAC9C,OAAO,CAAC,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC;QAC3B,OAAO,CAAC,SAAS,CAAC,OAAO,CAAC,UAAU,EAAE,GAAG,CAAC,CAAC;IAC/C,MAAM;IACN,MAAM,CAAC,SAAS,GAAG,EAAE,CAAC;IACtB;GACD,MAAM,CAAC,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;GACxD,MAAM,CAAC,SAAS,GAAG,OAAO,CAAC,QAAQ,CAAC;;GAEpC,MAAM,IAAI,MAAM,EAAE;GAClB,SAAS,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;GAC9B,KAAK,CAAC,OAAO,GAAG,IAAI,CAAC;GACrB;;EAED,IAAI,OAAO,CAAC,IAAI,EAAE;GACjB,IAAI,CAAC,IAAI,EAAE;IACV,IAAI,GAAG,KAAK,CAAC,KAAK,GAAG,SAAS,CAAC,MAAM,CAAC,CAAC;IACvC;GACD,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;GAC5B,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,SAAS,IAAI,OAAO,CAAC,KAAK,CAAC;GAChD,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC,WAAW,CAAC;;GAEnC,MAAM,IAAI,IAAI,EAAE;GAChB,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;GAC5B,KAAK,CAAC,KAAK,GAAG,IAAI,CAAC;GACnB;EACD;;CAED,aAAa,EAAE,UAAU,KAAK,EAAE;EAC/B,IAAI,CAAC,GAAG,KAAK,CAAC,MAAM,CAAC,KAAK,EAAE;MACxB,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC;MAC7B,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,QAAQ,IAAI,CAAC,CAAC,CAAC;;EAEzC,IAAI,CAAC,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC,MAAM,EAAE,GAAG,MAAM;GAC3C,KAAK,GAAG,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,CAAC,GAAG,GAAG,GAAG,EAAE,GAAG,KAAK,IAAI,KAAK,GAAG,GAAG,CAAC,CAAC,CAAC;EACvE;;CAED,QAAQ,EAAE,UAAU,KAAK,EAAE,IAAI,EAAE;EAChC,KAAK,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC;EACrB;;CAED,aAAa,EAAE,UAAU,KAAK,EAAE;EAC/B0E,OAAe,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC;EAClC;;CAED,YAAY,EAAE,UAAU,KAAK,EAAE;EAC9BC,MAAc,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC;EACjC;CACD;;ACpIM,IAAI7D,QAAM,GAAGyE,GAAW,GAAG,SAAS,GAAG,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsCxD,AAAO,IAAI,GAAG,GAAG,QAAQ,CAAC,MAAM,CAAC;;CAEhC,SAAS,EAAE,YAAY;EACtB,IAAI,MAAM,GAAG,QAAQ,CAAC,SAAS,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;EACrD,MAAM,CAAC,SAAS,GAAG,IAAI,CAAC,YAAY,CAAC;EACrC,OAAO,MAAM,CAAC;EACd;;CAED,cAAc,EAAE,YAAY;EAC3B,IAAI,CAAC,UAAU,GAAGzE,QAAM,CAAC,KAAK,CAAC,CAAC;;;EAGhC,IAAI,CAAC,UAAU,CAAC,YAAY,CAAC,gBAAgB,EAAE,MAAM,CAAC,CAAC;;EAEvD,IAAI,CAAC,UAAU,GAAGA,QAAM,CAAC,GAAG,CAAC,CAAC;EAC9B,IAAI,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EAC7C;;CAED,iBAAiB,EAAE,YAAY;EAC9BoB,MAAc,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EAChCf,GAAY,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;EAC9B,OAAO,IAAI,CAAC,UAAU,CAAC;EACvB,OAAO,IAAI,CAAC,UAAU,CAAC;EACvB,OAAO,IAAI,CAAC,QAAQ,CAAC;EACrB;;CAED,YAAY,EAAE,YAAY;;;;EAIzB,IAAI,CAAC,OAAO,EAAE,CAAC;EACf;;CAED,OAAO,EAAE,YAAY;EACpB,IAAI,IAAI,CAAC,IAAI,CAAC,cAAc,IAAI,IAAI,CAAC,OAAO,EAAE,EAAE,OAAO,EAAE;;EAEzD,QAAQ,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;;EAEtC,IAAI,CAAC,GAAG,IAAI,CAAC,OAAO;MAChB,IAAI,GAAG,CAAC,CAAC,OAAO,EAAE;MAClB,SAAS,GAAG,IAAI,CAAC,UAAU,CAAC;;;EAGhC,IAAI,CAAC,IAAI,CAAC,QAAQ,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE;GAClD,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;GACrB,SAAS,CAAC,YAAY,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;GACxC,SAAS,CAAC,YAAY,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;GACzC;;;EAGDQ,WAAmB,CAAC,SAAS,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC;EACtC,SAAS,CAAC,YAAY,CAAC,SAAS,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;;EAEhF,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;EACpB;;;;CAID,SAAS,EAAE,UAAU,KAAK,EAAE;EAC3B,IAAI,IAAI,GAAG,KAAK,CAAC,KAAK,GAAGb,QAAM,CAAC,MAAM,CAAC,CAAC;;;;;EAKxC,IAAI,KAAK,CAAC,OAAO,CAAC,SAAS,EAAE;GAC5BmB,QAAgB,CAAC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC;GAChD;;EAED,IAAI,KAAK,CAAC,OAAO,CAAC,WAAW,EAAE;GAC9BA,QAAgB,CAAC,IAAI,EAAE,qBAAqB,CAAC,CAAC;GAC9C;;EAED,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC;EACzB,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,GAAG,KAAK,CAAC;EACnC;;CAED,QAAQ,EAAE,UAAU,KAAK,EAAE;EAC1B,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,IAAI,CAAC,cAAc,EAAE,CAAC,EAAE;EAChD,IAAI,CAAC,UAAU,CAAC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;EACzC,KAAK,CAAC,oBAAoB,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;EACxC;;CAED,WAAW,EAAE,UAAU,KAAK,EAAE;EAC7BC,MAAc,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;EAC5B,KAAK,CAAC,uBAAuB,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;EAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC;EAClC;;CAED,WAAW,EAAE,UAAU,KAAK,EAAE;EAC7B,KAAK,CAAC,QAAQ,EAAE,CAAC;EACjB,KAAK,CAAC,OAAO,EAAE,CAAC;EAChB;;CAED,YAAY,EAAE,UAAU,KAAK,EAAE;EAC9B,IAAI,IAAI,GAAG,KAAK,CAAC,KAAK;MAClB,OAAO,GAAG,KAAK,CAAC,OAAO,CAAC;;EAE5B,IAAI,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE;;EAEtB,IAAI,OAAO,CAAC,MAAM,EAAE;GACnB,IAAI,CAAC,YAAY,CAAC,QAAQ,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC;GAC3C,IAAI,CAAC,YAAY,CAAC,gBAAgB,EAAE,OAAO,CAAC,OAAO,CAAC,CAAC;GACrD,IAAI,CAAC,YAAY,CAAC,cAAc,EAAE,OAAO,CAAC,MAAM,CAAC,CAAC;GAClD,IAAI,CAAC,YAAY,CAAC,gBAAgB,EAAE,OAAO,CAAC,OAAO,CAAC,CAAC;GACrD,IAAI,CAAC,YAAY,CAAC,iBAAiB,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAC;;GAEvD,IAAI,OAAO,CAAC,SAAS,EAAE;IACtB,IAAI,CAAC,YAAY,CAAC,kBAAkB,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IACzD,MAAM;IACN,IAAI,CAAC,eAAe,CAAC,kBAAkB,CAAC,CAAC;IACzC;;GAED,IAAI,OAAO,CAAC,UAAU,EAAE;IACvB,IAAI,CAAC,YAAY,CAAC,mBAAmB,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;IAC3D,MAAM;IACN,IAAI,CAAC,eAAe,CAAC,mBAAmB,CAAC,CAAC;IAC1C;GACD,MAAM;GACN,IAAI,CAAC,YAAY,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC;GACpC;;EAED,IAAI,OAAO,CAAC,IAAI,EAAE;GACjB,IAAI,CAAC,YAAY,CAAC,MAAM,EAAE,OAAO,CAAC,SAAS,IAAI,OAAO,CAAC,KAAK,CAAC,CAAC;GAC9D,IAAI,CAAC,YAAY,CAAC,cAAc,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC;GACvD,IAAI,CAAC,YAAY,CAAC,WAAW,EAAE,OAAO,CAAC,QAAQ,IAAI,SAAS,CAAC,CAAC;GAC9D,MAAM;GACN,IAAI,CAAC,YAAY,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;GAClC;EACD;;CAED,WAAW,EAAE,UAAU,KAAK,EAAE,MAAM,EAAE;EACrC,IAAI,CAAC,QAAQ,CAAC,KAAK,EAAE,YAAY,CAAC,KAAK,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;EACzD;;CAED,aAAa,EAAE,UAAU,KAAK,EAAE;EAC/B,IAAI,CAAC,GAAG,KAAK,CAAC,MAAM;MAChB,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;MAC1C,EAAE,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC;MACjD,GAAG,GAAG,GAAG,GAAG,CAAC,GAAG,GAAG,GAAG,EAAE,GAAG,SAAS,CAAC;;;EAGzC,IAAI,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,GAAG,MAAM;GAC9B,GAAG,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,GAAG,GAAG,CAAC,CAAC,CAAC;GAC3B,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,KAAK;GACrB,GAAG,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,KAAK,CAAC;;EAExB,IAAI,CAAC,QAAQ,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;EACxB;;CAED,QAAQ,EAAE,UAAU,KAAK,EAAE,IAAI,EAAE;EAChC,KAAK,CAAC,KAAK,CAAC,YAAY,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC;EACpC;;;CAGD,aAAa,EAAE,UAAU,KAAK,EAAE;EAC/BwC,OAAe,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;EAC7B;;CAED,YAAY,EAAE,UAAU,KAAK,EAAE;EAC9BC,MAAc,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;EAC5B;CACD,CAAC,CAAC;;AAEH,IAAIY,GAAW,EAAE;CAChB,GAAG,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;CACtB;;;;;AAKD,AAAO,SAASC,KAAG,CAAC,OAAO,EAAE;CAC5B,OAAOjF,GAAW,IAAIgF,GAAW,GAAG,IAAI,GAAG,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;CAC5D;;ACvND,GAAG,CAAC,OAAO,CAAC;;;;;CAKX,WAAW,EAAE,UAAU,KAAK,EAAE;;;;EAI7B,IAAI,QAAQ,GAAG,KAAK,CAAC,OAAO,CAAC,QAAQ,IAAI,IAAI,CAAC,gBAAgB,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,OAAO,CAAC,QAAQ,IAAI,IAAI,CAAC,SAAS,CAAC;;EAE9H,IAAI,CAAC,QAAQ,EAAE;GACd,QAAQ,GAAG,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,eAAe,EAAE,CAAC;GACnD;;EAED,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE;GAC7B,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC;GACxB;EACD,OAAO,QAAQ,CAAC;EAChB;;CAED,gBAAgB,EAAE,UAAU,IAAI,EAAE;EACjC,IAAI,IAAI,KAAK,aAAa,IAAI,IAAI,KAAK,SAAS,EAAE;GACjD,OAAO,KAAK,CAAC;GACb;;EAED,IAAI,QAAQ,GAAG,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC;EACzC,IAAI,QAAQ,KAAK,SAAS,EAAE;GAC3B,QAAQ,GAAG,IAAI,CAAC,eAAe,CAAC,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC;GAC9C,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,GAAG,QAAQ,CAAC;GACrC;EACD,OAAO,QAAQ,CAAC;EAChB;;CAED,eAAe,EAAE,UAAU,OAAO,EAAE;;;;EAInC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,YAAY,IAAIF,QAAM,CAAC,OAAO,CAAC,KAAKG,KAAG,CAAC,OAAO,CAAC,CAAC;EACtE;CACD,CAAC,CAAC;;ACzCH;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2BA,AAAO,IAAI,SAAS,GAAG,OAAO,CAAC,MAAM,CAAC;CACrC,UAAU,EAAE,UAAU,YAAY,EAAE,OAAO,EAAE;EAC5C,OAAO,CAAC,SAAS,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,gBAAgB,CAAC,YAAY,CAAC,EAAE,OAAO,CAAC,CAAC;EACtF;;;;CAID,SAAS,EAAE,UAAU,YAAY,EAAE;EAClC,OAAO,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,gBAAgB,CAAC,YAAY,CAAC,CAAC,CAAC;EAC5D;;CAED,gBAAgB,EAAE,UAAU,YAAY,EAAE;EACzC,YAAY,GAAG,cAAc,CAAC,YAAY,CAAC,CAAC;EAC5C,OAAO;GACN,YAAY,CAAC,YAAY,EAAE;GAC3B,YAAY,CAAC,YAAY,EAAE;GAC3B,YAAY,CAAC,YAAY,EAAE;GAC3B,YAAY,CAAC,YAAY,EAAE;GAC3B,CAAC;EACF;CACD,CAAC,CAAC;;;;AAIH,AAAO,SAAS,SAAS,CAAC,YAAY,EAAE,OAAO,EAAE;CAChD,OAAO,IAAI,SAAS,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;CAC5C;;ACrDD,GAAG,CAAC,MAAM,GAAG1E,QAAM,CAAC;AACpB,GAAG,CAAC,YAAY,GAAG,YAAY,CAAC;;ACAhC,OAAO,CAAC,eAAe,GAAG,eAAe,CAAC;AAC1C,OAAO,CAAC,cAAc,GAAG,cAAc,CAAC;AACxC,OAAO,CAAC,eAAe,GAAG,eAAe,CAAC;AAC1C,OAAO,CAAC,cAAc,GAAG,cAAc,CAAC;AACxC,OAAO,CAAC,eAAe,GAAG,eAAe,CAAC;AAC1C,OAAO,CAAC,UAAU,GAAG,UAAU,CAAC;AAChC,OAAO,CAAC,SAAS,GAAG,SAAS,CAAC;;ACF9B;;;;;;;AAOA,GAAG,CAAC,YAAY,CAAC;;;;CAIhB,OAAO,EAAE,IAAI;CACb,CAAC,CAAC;;AAEH,AAAO,IAAI,OAAO,GAAG,OAAO,CAAC,MAAM,CAAC;CACnC,UAAU,EAAE,UAAU,GAAG,EAAE;EAC1B,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC;EAChB,IAAI,CAAC,UAAU,GAAG,GAAG,CAAC,UAAU,CAAC;EACjC,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC,MAAM,CAAC,WAAW,CAAC;EACpC,IAAI,CAAC,kBAAkB,GAAG,CAAC,CAAC;EAC5B,GAAG,CAAC,EAAE,CAAC,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;EACtC;;CAED,QAAQ,EAAE,YAAY;EACrBI,EAAW,CAAC,IAAI,CAAC,UAAU,EAAE,WAAW,EAAE,IAAI,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;EACnE;;CAED,WAAW,EAAE,YAAY;EACxBC,GAAY,CAAC,IAAI,CAAC,UAAU,EAAE,WAAW,EAAE,IAAI,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;EACpE;;CAED,KAAK,EAAE,YAAY;EAClB,OAAO,IAAI,CAAC,MAAM,CAAC;EACnB;;CAED,QAAQ,EAAE,YAAY;EACrBe,MAAc,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;EAC3B,OAAO,IAAI,CAAC,KAAK,CAAC;EAClB;;CAED,WAAW,EAAE,YAAY;EACxB,IAAI,CAAC,kBAAkB,GAAG,CAAC,CAAC;EAC5B,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;EACpB;;CAED,wBAAwB,EAAE,YAAY;EACrC,IAAI,IAAI,CAAC,kBAAkB,KAAK,CAAC,EAAE;GAClC,YAAY,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;GACtC,IAAI,CAAC,kBAAkB,GAAG,CAAC,CAAC;GAC5B;EACD;;CAED,YAAY,EAAE,UAAU,CAAC,EAAE;EAC1B,IAAI,CAAC,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,CAAC,KAAK,KAAK,CAAC,MAAM,CAAC,CAAC,MAAM,KAAK,CAAC,CAAC,CAAC,EAAE,EAAE,OAAO,KAAK,CAAC,EAAE;;;;EAI3E,IAAI,CAAC,wBAAwB,EAAE,CAAC;EAChC,IAAI,CAAC,WAAW,EAAE,CAAC;;EAEnBuB,oBAA4B,EAAE,CAAC;EAC/BD,gBAAwB,EAAE,CAAC;;EAE3B,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,CAAC,CAAC;;EAE3DtC,EAAW,CAAC,QAAQ,EAAE;GACrB,WAAW,EAAEkC,IAAa;GAC1B,SAAS,EAAE,IAAI,CAAC,YAAY;GAC5B,OAAO,EAAE,IAAI,CAAC,UAAU;GACxB,OAAO,EAAE,IAAI,CAAC,UAAU;GACxB,EAAE,IAAI,CAAC,CAAC;EACT;;CAED,YAAY,EAAE,UAAU,CAAC,EAAE;EAC1B,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE;GACjB,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC;;GAEnB,IAAI,CAAC,IAAI,GAAGjB,QAAc,CAAC,KAAK,EAAE,kBAAkB,EAAE,IAAI,CAAC,UAAU,CAAC,CAAC;GACvEF,QAAgB,CAAC,IAAI,CAAC,UAAU,EAAE,mBAAmB,CAAC,CAAC;;GAEvD,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;GAC/B;;EAED,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,CAAC,CAAC;;EAEtD,IAAI,MAAM,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,WAAW,CAAC;MAClD,IAAI,GAAG,MAAM,CAAC,OAAO,EAAE,CAAC;;EAE5BN,WAAmB,CAAC,IAAI,CAAC,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC;;EAE3C,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,IAAI,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC;EACvC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC;EACvC;;CAED,OAAO,EAAE,YAAY;EACpB,IAAI,IAAI,CAAC,MAAM,EAAE;GAChBO,MAAc,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;GAC1Ba,WAAmB,CAAC,IAAI,CAAC,UAAU,EAAE,mBAAmB,CAAC,CAAC;GAC1D;;EAEDc,mBAA2B,EAAE,CAAC;EAC9BD,eAAuB,EAAE,CAAC;;EAE1BzC,GAAY,CAAC,QAAQ,EAAE;GACtB,WAAW,EAAEiC,IAAa;GAC1B,SAAS,EAAE,IAAI,CAAC,YAAY;GAC5B,OAAO,EAAE,IAAI,CAAC,UAAU;GACxB,OAAO,EAAE,IAAI,CAAC,UAAU;GACxB,EAAE,IAAI,CAAC,CAAC;EACT;;CAED,UAAU,EAAE,UAAU,CAAC,EAAE;EACxB,IAAI,CAAC,CAAC,CAAC,KAAK,KAAK,CAAC,MAAM,CAAC,CAAC,MAAM,KAAK,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE;;EAEpD,IAAI,CAAC,OAAO,EAAE,CAAC;;EAEf,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,EAAE,OAAO,EAAE;;;EAG7B,IAAI,CAAC,wBAAwB,EAAE,CAAC;EAChC,IAAI,CAAC,kBAAkB,GAAG,UAAU,CAACjD,IAAS,CAAC,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC;;EAE3E,IAAI,MAAM,GAAG,IAAI,YAAY;UACrB,IAAI,CAAC,IAAI,CAAC,sBAAsB,CAAC,IAAI,CAAC,WAAW,CAAC;UAClD,IAAI,CAAC,IAAI,CAAC,sBAAsB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;;EAEvD,IAAI,CAAC,IAAI;IACP,SAAS,CAAC,MAAM,CAAC;IACjB,IAAI,CAAC,YAAY,EAAE,CAAC,aAAa,EAAE,MAAM,CAAC,CAAC,CAAC;EAC9C;;CAED,UAAU,EAAE,UAAU,CAAC,EAAE;EACxB,IAAI,CAAC,CAAC,OAAO,KAAK,EAAE,EAAE;GACrB,IAAI,CAAC,OAAO,EAAE,CAAC;GACf;EACD;CACD,CAAC,CAAC;;;;;AAKH,GAAG,CAAC,WAAW,CAAC,YAAY,EAAE,SAAS,EAAE,OAAO,CAAC,CAAC;;AClJlD;;;;;;;AAOA,GAAG,CAAC,YAAY,CAAC;;;;;;CAMhB,eAAe,EAAE,IAAI;CACrB,CAAC,CAAC;;AAEH,AAAO,IAAI,eAAe,GAAG,OAAO,CAAC,MAAM,CAAC;CAC3C,QAAQ,EAAE,YAAY;EACrB,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,UAAU,EAAE,IAAI,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;EACpD;;CAED,WAAW,EAAE,YAAY;EACxB,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,UAAU,EAAE,IAAI,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;EACrD;;CAED,cAAc,EAAE,UAAU,CAAC,EAAE;EAC5B,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI;MACf,OAAO,GAAG,GAAG,CAAC,OAAO,EAAE;MACvB,KAAK,GAAG,GAAG,CAAC,OAAO,CAAC,SAAS;MAC7B,IAAI,GAAG,CAAC,CAAC,aAAa,CAAC,QAAQ,GAAG,OAAO,GAAG,KAAK,GAAG,OAAO,GAAG,KAAK,CAAC;;EAExE,IAAI,GAAG,CAAC,OAAO,CAAC,eAAe,KAAK,QAAQ,EAAE;GAC7C,GAAG,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;GAClB,MAAM;GACN,GAAG,CAAC,aAAa,CAAC,CAAC,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;GAC1C;EACD;CACD,CAAC,CAAC;;;;;;;;;;;;;;AAcH,GAAG,CAAC,WAAW,CAAC,YAAY,EAAE,iBAAiB,EAAE,eAAe,CAAC,CAAC;;AC7ClE;;;;;;AAMA,GAAG,CAAC,YAAY,CAAC;;;CAGhB,QAAQ,EAAE,IAAI;;;;;;;;CAQd,OAAO,EAAE,CAAC6E,SAAiB;;;;CAI3B,mBAAmB,EAAE,IAAI;;;;CAIzB,eAAe,EAAE,QAAQ;;;CAGzB,aAAa,EAAE,GAAG;;;;;;;CAOlB,aAAa,EAAE,KAAK;;;;;;;;CAQpB,kBAAkB,EAAE,GAAG;CACvB,CAAC,CAAC;;AAEH,AAAO,IAAI,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC;CAChC,QAAQ,EAAE,YAAY;EACrB,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE;GACrB,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC;;GAEpB,IAAI,CAAC,UAAU,GAAG,IAAI,SAAS,CAAC,GAAG,CAAC,QAAQ,EAAE,GAAG,CAAC,UAAU,CAAC,CAAC;;GAE9D,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;IAClB,SAAS,EAAE,IAAI,CAAC,YAAY;IAC5B,IAAI,EAAE,IAAI,CAAC,OAAO;IAClB,OAAO,EAAE,IAAI,CAAC,UAAU;IACxB,EAAE,IAAI,CAAC,CAAC;;GAET,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC,SAAS,EAAE,IAAI,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC;GAC1D,IAAI,GAAG,CAAC,OAAO,CAAC,aAAa,EAAE;IAC9B,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC,SAAS,EAAE,IAAI,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;IACzD,GAAG,CAAC,EAAE,CAAC,SAAS,EAAE,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;;IAEzC,GAAG,CAAC,SAAS,CAAC,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;IACrC;GACD;EACD/C,QAAgB,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,iCAAiC,CAAC,CAAC;EAC1E,IAAI,CAAC,UAAU,CAAC,MAAM,EAAE,CAAC;EACzB,IAAI,CAAC,UAAU,GAAG,EAAE,CAAC;EACrB,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC;EACjB;;CAED,WAAW,EAAE,YAAY;EACxBc,WAAmB,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;EAC1DA,WAAmB,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,oBAAoB,CAAC,CAAC;EAChE,IAAI,CAAC,UAAU,CAAC,OAAO,EAAE,CAAC;EAC1B;;CAED,KAAK,EAAE,YAAY;EAClB,OAAO,IAAI,CAAC,UAAU,IAAI,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC;EACjD;;CAED,MAAM,EAAE,YAAY;EACnB,OAAO,IAAI,CAAC,UAAU,IAAI,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC;EAClD;;CAED,YAAY,EAAE,YAAY;EACzB,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC;;EAEpB,GAAG,CAAC,KAAK,EAAE,CAAC;EACZ,IAAI,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,IAAI,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,kBAAkB,EAAE;GACxE,IAAI,MAAM,GAAGgC,cAAY,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC;;GAEvD,IAAI,CAAC,YAAY,GAAG,QAAQ;IAC3B,IAAI,CAAC,IAAI,CAAC,sBAAsB,CAAC,MAAM,CAAC,YAAY,EAAE,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;IACtE,IAAI,CAAC,IAAI,CAAC,sBAAsB,CAAC,MAAM,CAAC,YAAY,EAAE,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;MACpE,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;;GAE7B,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;GACrF,MAAM;GACN,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC;GACzB;;EAED,GAAG;OACE,IAAI,CAAC,WAAW,CAAC;OACjB,IAAI,CAAC,WAAW,CAAC,CAAC;;EAEvB,IAAI,GAAG,CAAC,OAAO,CAAC,OAAO,EAAE;GACxB,IAAI,CAAC,UAAU,GAAG,EAAE,CAAC;GACrB,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC;GACjB;EACD;;CAED,OAAO,EAAE,UAAU,CAAC,EAAE;EACrB,IAAI,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE;GAC9B,IAAI,IAAI,GAAG,IAAI,CAAC,SAAS,GAAG,CAAC,IAAI,IAAI,EAAE;OACnC,GAAG,GAAG,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,UAAU,CAAC,OAAO,IAAI,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC;;GAE7E,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;GAC1B,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;;GAEvB,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;GAC3B;;EAED,IAAI,CAAC,IAAI;OACJ,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC;OACf,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;EACrB;;CAED,eAAe,EAAE,UAAU,IAAI,EAAE;EAChC,OAAO,IAAI,CAAC,UAAU,CAAC,MAAM,GAAG,CAAC,IAAI,IAAI,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,EAAE;GAChE,IAAI,CAAC,UAAU,CAAC,KAAK,EAAE,CAAC;GACxB,IAAI,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC;GACpB;EACD;;CAED,UAAU,EAAE,YAAY;EACvB,IAAI,QAAQ,GAAG,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC;MAC1C,aAAa,GAAG,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;;EAEzD,IAAI,CAAC,mBAAmB,GAAG,aAAa,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;EAC9D,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,IAAI,CAAC,mBAAmB,EAAE,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;EAC/D;;CAED,aAAa,EAAE,UAAU,KAAK,EAAE,SAAS,EAAE;EAC1C,OAAO,KAAK,GAAG,CAAC,KAAK,GAAG,SAAS,IAAI,IAAI,CAAC,UAAU,CAAC;EACrD;;CAED,eAAe,EAAE,YAAY;EAC5B,IAAI,CAAC,IAAI,CAAC,UAAU,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,EAAE,OAAO,EAAE;;EAEvD,IAAI,MAAM,GAAG,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;;EAEzE,IAAI,KAAK,GAAG,IAAI,CAAC,YAAY,CAAC;EAC9B,IAAI,MAAM,CAAC,CAAC,GAAG,KAAK,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,MAAM,CAAC,CAAC,GAAG,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE;EACrF,IAAI,MAAM,CAAC,CAAC,GAAG,KAAK,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,MAAM,CAAC,CAAC,GAAG,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE;EACrF,IAAI,MAAM,CAAC,CAAC,GAAG,KAAK,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,MAAM,CAAC,CAAC,GAAG,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE;EACrF,IAAI,MAAM,CAAC,CAAC,GAAG,KAAK,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,MAAM,CAAC,CAAC,GAAG,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE;;EAErF,IAAI,CAAC,UAAU,CAAC,OAAO,GAAG,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;EAChE;;CAED,cAAc,EAAE,YAAY;;EAE3B,IAAI,UAAU,GAAG,IAAI,CAAC,WAAW;MAC7B,SAAS,GAAG,IAAI,CAAC,KAAK,CAAC,UAAU,GAAG,CAAC,CAAC;MACtC,EAAE,GAAG,IAAI,CAAC,mBAAmB;MAC7B,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;MAC7B,KAAK,GAAG,CAAC,CAAC,GAAG,SAAS,GAAG,EAAE,IAAI,UAAU,GAAG,SAAS,GAAG,EAAE;MAC1D,KAAK,GAAG,CAAC,CAAC,GAAG,SAAS,GAAG,EAAE,IAAI,UAAU,GAAG,SAAS,GAAG,EAAE;MAC1D,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,GAAG,EAAE,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,GAAG,EAAE,CAAC,GAAG,KAAK,GAAG,KAAK,CAAC;;EAEvE,IAAI,CAAC,UAAU,CAAC,OAAO,GAAG,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;EAC1D,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,GAAG,IAAI,CAAC;EACjC;;CAED,UAAU,EAAE,UAAU,CAAC,EAAE;EACxB,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI;MACf,OAAO,GAAG,GAAG,CAAC,OAAO;;MAErB,SAAS,GAAG,CAAC,OAAO,CAAC,OAAO,IAAI,IAAI,CAAC,MAAM,CAAC,MAAM,GAAG,CAAC,CAAC;;EAE3D,GAAG,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,CAAC,CAAC;;EAEvB,IAAI,SAAS,EAAE;GACd,GAAG,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;;GAEpB,MAAM;GACN,IAAI,CAAC,eAAe,CAAC,CAAC,IAAI,IAAI,EAAE,CAAC,CAAC;;GAElC,IAAI,SAAS,GAAG,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;OACtD,QAAQ,GAAG,CAAC,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,IAAI;OACnD,IAAI,GAAG,OAAO,CAAC,aAAa;;OAE5B,WAAW,GAAG,SAAS,CAAC,UAAU,CAAC,IAAI,GAAG,QAAQ,CAAC;OACnD,KAAK,GAAG,WAAW,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;;OAEtC,YAAY,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,eAAe,EAAE,KAAK,CAAC;OACvD,kBAAkB,GAAG,WAAW,CAAC,UAAU,CAAC,YAAY,GAAG,KAAK,CAAC;;OAEjE,oBAAoB,GAAG,YAAY,IAAI,OAAO,CAAC,mBAAmB,GAAG,IAAI,CAAC;OAC1E,MAAM,GAAG,kBAAkB,CAAC,UAAU,CAAC,CAAC,oBAAoB,GAAG,CAAC,CAAC,CAAC,KAAK,EAAE,CAAC;;GAE9E,IAAI,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,EAAE;IAC3B,GAAG,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;;IAEpB,MAAM;IACN,MAAM,GAAG,GAAG,CAAC,YAAY,CAAC,MAAM,EAAE,GAAG,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC;;IAEzDrD,gBAAqB,CAAC,YAAY;KACjC,GAAG,CAAC,KAAK,CAAC,MAAM,EAAE;MACjB,QAAQ,EAAE,oBAAoB;MAC9B,aAAa,EAAE,IAAI;MACnB,WAAW,EAAE,IAAI;MACjB,OAAO,EAAE,IAAI;MACb,CAAC,CAAC;KACH,CAAC,CAAC;IACH;GACD;EACD;CACD,CAAC,CAAC;;;;;AAKH,GAAG,CAAC,WAAW,CAAC,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC,CAAC;;ACrOhD;;;;;;AAMA,GAAG,CAAC,YAAY,CAAC;;;;CAIhB,QAAQ,EAAE,IAAI;;;;CAId,gBAAgB,EAAE,EAAE;CACpB,CAAC,CAAC;;AAEH,AAAO,IAAI,QAAQ,GAAG,OAAO,CAAC,MAAM,CAAC;;CAEpC,QAAQ,EAAE;EACT,IAAI,KAAK,CAAC,EAAE,CAAC;EACb,KAAK,IAAI,CAAC,EAAE,CAAC;EACb,IAAI,KAAK,CAAC,EAAE,CAAC;EACb,EAAE,OAAO,CAAC,EAAE,CAAC;EACb,MAAM,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;EAC5B,OAAO,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;EAC5B;;CAED,UAAU,EAAE,UAAU,GAAG,EAAE;EAC1B,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC;;EAEhB,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC;EAChD,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC;EAC1C;;CAED,QAAQ,EAAE,YAAY;EACrB,IAAI,SAAS,GAAG,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC;;;EAGrC,IAAI,SAAS,CAAC,QAAQ,IAAI,CAAC,EAAE;GAC5B,SAAS,CAAC,QAAQ,GAAG,GAAG,CAAC;GACzB;;EAED,EAAE,CAAC,SAAS,EAAE;GACb,KAAK,EAAE,IAAI,CAAC,QAAQ;GACpB,IAAI,EAAE,IAAI,CAAC,OAAO;GAClB,SAAS,EAAE,IAAI,CAAC,YAAY;GAC5B,EAAE,IAAI,CAAC,CAAC;;EAET,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC;GACZ,KAAK,EAAE,IAAI,CAAC,SAAS;GACrB,IAAI,EAAE,IAAI,CAAC,YAAY;GACvB,EAAE,IAAI,CAAC,CAAC;EACT;;CAED,WAAW,EAAE,YAAY;EACxB,IAAI,CAAC,YAAY,EAAE,CAAC;;EAEpB,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE;GACzB,KAAK,EAAE,IAAI,CAAC,QAAQ;GACpB,IAAI,EAAE,IAAI,CAAC,OAAO;GAClB,SAAS,EAAE,IAAI,CAAC,YAAY;GAC5B,EAAE,IAAI,CAAC,CAAC;;EAET,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC;GACb,KAAK,EAAE,IAAI,CAAC,SAAS;GACrB,IAAI,EAAE,IAAI,CAAC,YAAY;GACvB,EAAE,IAAI,CAAC,CAAC;EACT;;CAED,YAAY,EAAE,YAAY;EACzB,IAAI,IAAI,CAAC,QAAQ,EAAE,EAAE,OAAO,EAAE;;EAE9B,IAAI,IAAI,GAAG,QAAQ,CAAC,IAAI;MACpB,KAAK,GAAG,QAAQ,CAAC,eAAe;MAChC,GAAG,GAAG,IAAI,CAAC,SAAS,IAAI,KAAK,CAAC,SAAS;MACvC,IAAI,GAAG,IAAI,CAAC,UAAU,IAAI,KAAK,CAAC,UAAU,CAAC;;EAE/C,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,KAAK,EAAE,CAAC;;EAE7B,MAAM,CAAC,QAAQ,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;EAC3B;;CAED,QAAQ,EAAE,YAAY;EACrB,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;EACrB,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;EACxB;;CAED,OAAO,EAAE,YAAY;EACpB,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC;EACtB,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;EACvB;;CAED,YAAY,EAAE,UAAU,QAAQ,EAAE;EACjC,IAAI,IAAI,GAAG,IAAI,CAAC,QAAQ,GAAG,EAAE;MACzB,KAAK,GAAG,IAAI,CAAC,QAAQ;MACrB,CAAC,EAAE,GAAG,CAAC;;EAEX,KAAK,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;GAClD,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,QAAQ,EAAE,CAAC,CAAC,CAAC;GACzC;EACD,KAAK,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,KAAK,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;GACnD,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC;GACrC;EACD,KAAK,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;GAClD,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAC;GACpC;EACD,KAAK,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;GAChD,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,QAAQ,CAAC,CAAC;GACvC;EACD;;CAED,aAAa,EAAE,UAAU,SAAS,EAAE;EACnC,IAAI,IAAI,GAAG,IAAI,CAAC,SAAS,GAAG,EAAE;MAC1B,KAAK,GAAG,IAAI,CAAC,QAAQ;MACrB,CAAC,EAAE,GAAG,CAAC;;EAEX,KAAK,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,KAAK,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;GACpD,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,GAAG,SAAS,CAAC;GAClC;EACD,KAAK,CAAC,GAAG,CAAC,EAAE,GAAG,GAAG,KAAK,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;GACrD,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC;GACpC;EACD;;CAED,SAAS,EAAE,YAAY;EACtB,EAAE,CAAC,QAAQ,EAAE,SAAS,EAAE,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;EAC/C;;CAED,YAAY,EAAE,YAAY;EACzB,GAAG,CAAC,QAAQ,EAAE,SAAS,EAAE,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;EAChD;;CAED,UAAU,EAAE,UAAU,CAAC,EAAE;EACxB,IAAI,CAAC,CAAC,MAAM,IAAI,CAAC,CAAC,OAAO,IAAI,CAAC,CAAC,OAAO,EAAE,EAAE,OAAO,EAAE;;EAEnD,IAAI,GAAG,GAAG,CAAC,CAAC,OAAO;MACf,GAAG,GAAG,IAAI,CAAC,IAAI;MACf,MAAM,CAAC;;EAEX,IAAI,GAAG,IAAI,IAAI,CAAC,QAAQ,EAAE;GACzB,IAAI,CAAC,GAAG,CAAC,QAAQ,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,WAAW,EAAE;IAC/C,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC;IAC5B,IAAI,CAAC,CAAC,QAAQ,EAAE;KACf,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;KACvC;;IAED,GAAG,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;;IAElB,IAAI,GAAG,CAAC,OAAO,CAAC,SAAS,EAAE;KAC1B,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC;KAC3C;IACD;GACD,MAAM,IAAI,GAAG,IAAI,IAAI,CAAC,SAAS,EAAE;GACjC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,OAAO,EAAE,GAAG,CAAC,CAAC,CAAC,QAAQ,GAAG,CAAC,GAAG,CAAC,IAAI,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC;;GAExE,MAAM,IAAI,GAAG,KAAK,EAAE,IAAI,GAAG,CAAC,MAAM,IAAI,GAAG,CAAC,MAAM,CAAC,OAAO,CAAC,gBAAgB,EAAE;GAC3E,GAAG,CAAC,UAAU,EAAE,CAAC;;GAEjB,MAAM;GACN,OAAO;GACP;;EAED,IAAI,CAAC,CAAC,CAAC,CAAC;EACR;CACD,CAAC,CAAC;;;;;;AAMH,GAAG,CAAC,WAAW,CAAC,YAAY,EAAE,UAAU,EAAE,QAAQ,CAAC,CAAC;;AC5KpD;;;;;;AAMA,GAAG,CAAC,YAAY,CAAC;;;;;CAKhB,eAAe,EAAE,IAAI;;;;;CAKrB,iBAAiB,EAAE,EAAE;;;;;;CAMrB,mBAAmB,EAAE,EAAE;CACvB,CAAC,CAAC;;AAEH,AAAO,IAAI,eAAe,GAAG,OAAO,CAAC,MAAM,CAAC;CAC3C,QAAQ,EAAE,YAAY;EACrBR,EAAW,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,YAAY,EAAE,IAAI,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;;EAE3E,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;EAChB;;CAED,WAAW,EAAE,YAAY;EACxBC,GAAY,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,YAAY,EAAE,IAAI,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;EAC5E;;CAED,cAAc,EAAE,UAAU,CAAC,EAAE;EAC5B,IAAI,KAAK,GAAGsE,aAAsB,CAAC,CAAC,CAAC,CAAC;;EAEtC,IAAI,QAAQ,GAAG,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,iBAAiB,CAAC;;EAEnD,IAAI,CAAC,MAAM,IAAI,KAAK,CAAC;EACrB,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC,CAAC,CAAC;;EAE7D,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE;GACrB,IAAI,CAAC,UAAU,GAAG,CAAC,IAAI,IAAI,EAAE,CAAC;GAC9B;;EAED,IAAI,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,QAAQ,IAAI,CAAC,IAAI,IAAI,EAAE,GAAG,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC,CAAC;;EAEnE,YAAY,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;EAC1B,IAAI,CAAC,MAAM,GAAG,UAAU,CAACtF,IAAS,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;;EAEnEiD,IAAa,CAAC,CAAC,CAAC,CAAC;EACjB;;CAED,YAAY,EAAE,YAAY;EACzB,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI;MACf,IAAI,GAAG,GAAG,CAAC,OAAO,EAAE;MACpB,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,IAAI,CAAC,CAAC;;EAE3C,GAAG,CAAC,KAAK,EAAE,CAAC;;;EAGZ,IAAI,EAAE,GAAG,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,mBAAmB,GAAG,CAAC,CAAC;MAC9D,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG;MAC/D,EAAE,GAAG,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,EAAE,GAAG,IAAI,CAAC,GAAG,IAAI,GAAG,EAAE;MAC5C,KAAK,GAAG,GAAG,CAAC,UAAU,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,GAAG,CAAC,GAAG,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC;;EAEvE,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;EAChB,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC;;EAEvB,IAAI,CAAC,KAAK,EAAE,EAAE,OAAO,EAAE;;EAEvB,IAAI,GAAG,CAAC,OAAO,CAAC,eAAe,KAAK,QAAQ,EAAE;GAC7C,GAAG,CAAC,OAAO,CAAC,IAAI,GAAG,KAAK,CAAC,CAAC;GAC1B,MAAM;GACN,GAAG,CAAC,aAAa,CAAC,IAAI,CAAC,aAAa,EAAE,IAAI,GAAG,KAAK,CAAC,CAAC;GACpD;EACD;CACD,CAAC,CAAC;;;;;AAKH,GAAG,CAAC,WAAW,CAAC,YAAY,EAAE,iBAAiB,EAAE,eAAe,CAAC,CAAC;;ACjFlE;;;;;;AAMA,GAAG,CAAC,YAAY,CAAC;;;;;CAKhB,GAAG,EAAE,IAAI;;;;;CAKT,YAAY,EAAE,EAAE;CAChB,CAAC,CAAC;;AAEH,AAAO,IAAI,GAAG,GAAG,OAAO,CAAC,MAAM,CAAC;CAC/B,QAAQ,EAAE,YAAY;EACrBlC,EAAW,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,YAAY,EAAE,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;EACpE;;CAED,WAAW,EAAE,YAAY;EACxBC,GAAY,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,YAAY,EAAE,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;EACrE;;CAED,OAAO,EAAE,UAAU,CAAC,EAAE;EACrB,IAAI,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,OAAO,EAAE;;EAE3BT,cAAuB,CAAC,CAAC,CAAC,CAAC;;EAE3B,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC;;;EAGvB,IAAI,CAAC,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC,EAAE;GACzB,IAAI,CAAC,UAAU,GAAG,KAAK,CAAC;GACxB,YAAY,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;GAChC,OAAO;GACP;;EAED,IAAI,KAAK,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;MACpB,EAAE,GAAG,KAAK,CAAC,MAAM,CAAC;;EAEtB,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,OAAO,GAAG,IAAI,KAAK,CAAC,KAAK,CAAC,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;;;EAGxE,IAAI,EAAE,CAAC,OAAO,IAAI,EAAE,CAAC,OAAO,CAAC,WAAW,EAAE,KAAK,GAAG,EAAE;GACnDuB,QAAgB,CAAC,EAAE,EAAE,gBAAgB,CAAC,CAAC;GACvC;;;EAGD,IAAI,CAAC,YAAY,GAAG,UAAU,CAAC9B,IAAS,CAAC,YAAY;GACpD,IAAI,IAAI,CAAC,WAAW,EAAE,EAAE;IACvB,IAAI,CAAC,UAAU,GAAG,KAAK,CAAC;IACxB,IAAI,CAAC,KAAK,EAAE,CAAC;IACb,IAAI,CAAC,cAAc,CAAC,aAAa,EAAE,KAAK,CAAC,CAAC;IAC1C;GACD,EAAE,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;;EAEhB,IAAI,CAAC,cAAc,CAAC,WAAW,EAAE,KAAK,CAAC,CAAC;;EAExCe,EAAW,CAAC,QAAQ,EAAE;GACrB,SAAS,EAAE,IAAI,CAAC,OAAO;GACvB,QAAQ,EAAE,IAAI,CAAC,KAAK;GACpB,EAAE,IAAI,CAAC,CAAC;EACT;;CAED,KAAK,EAAE,UAAU,CAAC,EAAE;EACnB,YAAY,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;;EAEhCC,GAAY,CAAC,QAAQ,EAAE;GACtB,SAAS,EAAE,IAAI,CAAC,OAAO;GACvB,QAAQ,EAAE,IAAI,CAAC,KAAK;GACpB,EAAE,IAAI,CAAC,CAAC;;EAET,IAAI,IAAI,CAAC,UAAU,IAAI,CAAC,IAAI,CAAC,CAAC,cAAc,EAAE;;GAE7C,IAAI,KAAK,GAAG,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC;OAC3B,EAAE,GAAG,KAAK,CAAC,MAAM,CAAC;;GAEtB,IAAI,EAAE,IAAI,EAAE,CAAC,OAAO,IAAI,EAAE,CAAC,OAAO,CAAC,WAAW,EAAE,KAAK,GAAG,EAAE;IACzD4B,WAAmB,CAAC,EAAE,EAAE,gBAAgB,CAAC,CAAC;IAC1C;;GAED,IAAI,CAAC,cAAc,CAAC,SAAS,EAAE,KAAK,CAAC,CAAC;;;GAGtC,IAAI,IAAI,CAAC,WAAW,EAAE,EAAE;IACvB,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC;IACpC;GACD;EACD;;CAED,WAAW,EAAE,YAAY;EACxB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC;EACjF;;CAED,OAAO,EAAE,UAAU,CAAC,EAAE;EACrB,IAAI,KAAK,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;EACzB,IAAI,CAAC,OAAO,GAAG,IAAI,KAAK,CAAC,KAAK,CAAC,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;EACvD,IAAI,CAAC,cAAc,CAAC,WAAW,EAAE,KAAK,CAAC,CAAC;EACxC;;CAED,cAAc,EAAE,UAAU,IAAI,EAAE,CAAC,EAAE;EAClC,IAAI,cAAc,GAAG,QAAQ,CAAC,WAAW,CAAC,aAAa,CAAC,CAAC;;EAEzD,cAAc,CAAC,UAAU,GAAG,IAAI,CAAC;EACjC,CAAC,CAAC,MAAM,CAAC,eAAe,GAAG,IAAI,CAAC;;EAEhC,cAAc,CAAC,cAAc;UACrB,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;UAC3B,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,OAAO;UACpB,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,OAAO;UACpB,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,EAAE,IAAI,CAAC,CAAC;;EAE7C,CAAC,CAAC,MAAM,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;EACvC;CACD,CAAC,CAAC;;;;;AAKH,IAAI3B,KAAa,IAAI,CAACT,OAAe,EAAE;CACtC,GAAG,CAAC,WAAW,CAAC,YAAY,EAAE,KAAK,EAAE,GAAG,CAAC,CAAC;CAC1C;;AChID;;;;;;AAMA,GAAG,CAAC,YAAY,CAAC;;;;;;;CAOhB,SAAS,EAAES,KAAa,IAAI,CAAC4D,SAAiB;;;;;CAK9C,kBAAkB,EAAE,IAAI;CACxB,CAAC,CAAC;;AAEH,AAAO,IAAI,SAAS,GAAG,OAAO,CAAC,MAAM,CAAC;CACrC,QAAQ,EAAE,YAAY;EACrB/C,QAAgB,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,oBAAoB,CAAC,CAAC;EAC7Df,EAAW,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,YAAY,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;EAC1E;;CAED,WAAW,EAAE,YAAY;EACxB6B,WAAmB,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,oBAAoB,CAAC,CAAC;EAChE5B,GAAY,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,YAAY,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;EAC3E;;CAED,aAAa,EAAE,UAAU,CAAC,EAAE;EAC3B,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC;EACpB,IAAI,CAAC,CAAC,CAAC,OAAO,IAAI,CAAC,CAAC,OAAO,CAAC,MAAM,KAAK,CAAC,IAAI,GAAG,CAAC,cAAc,IAAI,IAAI,CAAC,QAAQ,EAAE,EAAE,OAAO,EAAE;;EAE5F,IAAI,EAAE,GAAG,GAAG,CAAC,0BAA0B,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;MACjD,EAAE,GAAG,GAAG,CAAC,0BAA0B,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC;;EAEtD,IAAI,CAAC,YAAY,GAAG,GAAG,CAAC,OAAO,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;EAC/C,IAAI,CAAC,YAAY,GAAG,GAAG,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;EAClE,IAAI,GAAG,CAAC,OAAO,CAAC,SAAS,KAAK,QAAQ,EAAE;GACvC,IAAI,CAAC,iBAAiB,GAAG,GAAG,CAAC,sBAAsB,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;GAC7E;;EAED,IAAI,CAAC,UAAU,GAAG,EAAE,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;EACpC,IAAI,CAAC,UAAU,GAAG,GAAG,CAAC,OAAO,EAAE,CAAC;;EAEhC,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;EACpB,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;;EAErB,GAAG,CAAC,KAAK,EAAE,CAAC;;EAEZD,EAAW,CAAC,QAAQ,EAAE,WAAW,EAAE,IAAI,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;EAC5DA,EAAW,CAAC,QAAQ,EAAE,UAAU,EAAE,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;;EAE1DR,cAAuB,CAAC,CAAC,CAAC,CAAC;EAC3B;;CAED,YAAY,EAAE,UAAU,CAAC,EAAE;EAC1B,IAAI,CAAC,CAAC,CAAC,OAAO,IAAI,CAAC,CAAC,OAAO,CAAC,MAAM,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,EAAE,OAAO,EAAE;;EAEvE,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI;MACf,EAAE,GAAG,GAAG,CAAC,0BAA0B,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;MACjD,EAAE,GAAG,GAAG,CAAC,0BAA0B,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;MACjD,KAAK,GAAG,EAAE,CAAC,UAAU,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC;;EAEhD,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC,YAAY,CAAC,KAAK,EAAE,IAAI,CAAC,UAAU,CAAC,CAAC;;EAEtD,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,kBAAkB;GAClC,CAAC,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC,UAAU,EAAE,IAAI,KAAK,GAAG,CAAC;IAC1C,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC,UAAU,EAAE,IAAI,KAAK,GAAG,CAAC,CAAC,CAAC,EAAE;GAC/C,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;GACxC;;EAED,IAAI,GAAG,CAAC,OAAO,CAAC,SAAS,KAAK,QAAQ,EAAE;GACvC,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,YAAY,CAAC;GACjC,IAAI,KAAK,KAAK,CAAC,EAAE,EAAE,OAAO,EAAE;GAC5B,MAAM;;GAEN,IAAI,KAAK,GAAG,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;GAClE,IAAI,KAAK,KAAK,CAAC,IAAI,KAAK,CAAC,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,CAAC,KAAK,CAAC,EAAE,EAAE,OAAO,EAAE;GAC9D,IAAI,CAAC,OAAO,GAAG,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,OAAO,CAAC,IAAI,CAAC,iBAAiB,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;GAC1G;;EAED,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE;GACjB,GAAG,CAAC,UAAU,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;GAC5B,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC;GACnB;;EAEDkB,eAAoB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;;EAExC,IAAI,MAAM,GAAGzB,IAAS,CAAC,GAAG,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,KAAK,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC;EAC9F,IAAI,CAAC,YAAY,GAAGuB,gBAAqB,CAAC,MAAM,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;;EAE9DhB,cAAuB,CAAC,CAAC,CAAC,CAAC;EAC3B;;CAED,WAAW,EAAE,YAAY;EACxB,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE;GACnC,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC;GACtB,OAAO;GACP;;EAED,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC;EACtBkB,eAAoB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;;EAExCT,GAAY,CAAC,QAAQ,EAAE,WAAW,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC;EACvDA,GAAY,CAAC,QAAQ,EAAE,UAAU,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC;;;EAGrD,IAAI,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,aAAa,EAAE;GACpC,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;GACzG,MAAM;GACN,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC;GACrE;EACD;CACD,CAAC,CAAC;;;;;AAKH,GAAG,CAAC,WAAW,CAAC,YAAY,EAAE,WAAW,EAAE,SAAS,CAAC,CAAC;;AC/HtD,GAAG,CAAC,OAAO,GAAG,OAAO,CAAC;AACtB,AACA,GAAG,CAAC,eAAe,GAAG,eAAe,CAAC;AACtC,AACA,GAAG,CAAC,IAAI,GAAG,IAAI,CAAC;AAChB,AACA,GAAG,CAAC,QAAQ,GAAG,QAAQ,CAAC;AACxB,AACA,GAAG,CAAC,eAAe,GAAG,eAAe,CAAC;AACtC,AACA,GAAG,CAAC,GAAG,GAAG,GAAG,CAAC;AACd,AACA,GAAG,CAAC,SAAS,GAAG,SAAS,CAAC;;ACY1B,MAAM,CAAC,MAAM,GAAG,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
\ No newline at end of file
diff --git a/static/leaflet/leaflet.css b/static/leaflet/leaflet.css
new file mode 100644
index 0000000..70802f3
--- /dev/null
+++ b/static/leaflet/leaflet.css
@@ -0,0 +1,635 @@
+/* required styles */
+
+.leaflet-pane,
+.leaflet-tile,
+.leaflet-marker-icon,
+.leaflet-marker-shadow,
+.leaflet-tile-container,
+.leaflet-pane > svg,
+.leaflet-pane > canvas,
+.leaflet-zoom-box,
+.leaflet-image-layer,
+.leaflet-layer {
+	position: absolute;
+	left: 0;
+	top: 0;
+	}
+.leaflet-container {
+	overflow: hidden;
+	}
+.leaflet-tile,
+.leaflet-marker-icon,
+.leaflet-marker-shadow {
+	-webkit-user-select: none;
+	   -moz-user-select: none;
+	        user-select: none;
+	  -webkit-user-drag: none;
+	}
+/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
+.leaflet-safari .leaflet-tile {
+	image-rendering: -webkit-optimize-contrast;
+	}
+/* hack that prevents hw layers "stretching" when loading new tiles */
+.leaflet-safari .leaflet-tile-container {
+	width: 1600px;
+	height: 1600px;
+	-webkit-transform-origin: 0 0;
+	}
+.leaflet-marker-icon,
+.leaflet-marker-shadow {
+	display: block;
+	}
+/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
+/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
+.leaflet-container .leaflet-overlay-pane svg,
+.leaflet-container .leaflet-marker-pane img,
+.leaflet-container .leaflet-shadow-pane img,
+.leaflet-container .leaflet-tile-pane img,
+.leaflet-container img.leaflet-image-layer,
+.leaflet-container .leaflet-tile {
+	max-width: none !important;
+	max-height: none !important;
+	}
+
+.leaflet-container.leaflet-touch-zoom {
+	-ms-touch-action: pan-x pan-y;
+	touch-action: pan-x pan-y;
+	}
+.leaflet-container.leaflet-touch-drag {
+	-ms-touch-action: pinch-zoom;
+	/* Fallback for FF which doesn't support pinch-zoom */
+	touch-action: none;
+	touch-action: pinch-zoom;
+}
+.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
+	-ms-touch-action: none;
+	touch-action: none;
+}
+.leaflet-container {
+	-webkit-tap-highlight-color: transparent;
+}
+.leaflet-container a {
+	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
+}
+.leaflet-tile {
+	filter: inherit;
+	visibility: hidden;
+	}
+.leaflet-tile-loaded {
+	visibility: inherit;
+	}
+.leaflet-zoom-box {
+	width: 0;
+	height: 0;
+	-moz-box-sizing: border-box;
+	     box-sizing: border-box;
+	z-index: 800;
+	}
+/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
+.leaflet-overlay-pane svg {
+	-moz-user-select: none;
+	}
+
+.leaflet-pane         { z-index: 400; }
+
+.leaflet-tile-pane    { z-index: 200; }
+.leaflet-overlay-pane { z-index: 400; }
+.leaflet-shadow-pane  { z-index: 500; }
+.leaflet-marker-pane  { z-index: 600; }
+.leaflet-tooltip-pane   { z-index: 650; }
+.leaflet-popup-pane   { z-index: 700; }
+
+.leaflet-map-pane canvas { z-index: 100; }
+.leaflet-map-pane svg    { z-index: 200; }
+
+.leaflet-vml-shape {
+	width: 1px;
+	height: 1px;
+	}
+.lvml {
+	behavior: url(#default#VML);
+	display: inline-block;
+	position: absolute;
+	}
+
+
+/* control positioning */
+
+.leaflet-control {
+	position: relative;
+	z-index: 800;
+	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
+	pointer-events: auto;
+	}
+.leaflet-top,
+.leaflet-bottom {
+	position: absolute;
+	z-index: 1000;
+	pointer-events: none;
+	}
+.leaflet-top {
+	top: 0;
+	}
+.leaflet-right {
+	right: 0;
+	}
+.leaflet-bottom {
+	bottom: 0;
+	}
+.leaflet-left {
+	left: 0;
+	}
+.leaflet-control {
+	float: left;
+	clear: both;
+	}
+.leaflet-right .leaflet-control {
+	float: right;
+	}
+.leaflet-top .leaflet-control {
+	margin-top: 10px;
+	}
+.leaflet-bottom .leaflet-control {
+	margin-bottom: 10px;
+	}
+.leaflet-left .leaflet-control {
+	margin-left: 10px;
+	}
+.leaflet-right .leaflet-control {
+	margin-right: 10px;
+	}
+
+
+/* zoom and fade animations */
+
+.leaflet-fade-anim .leaflet-tile {
+	will-change: opacity;
+	}
+.leaflet-fade-anim .leaflet-popup {
+	opacity: 0;
+	-webkit-transition: opacity 0.2s linear;
+	   -moz-transition: opacity 0.2s linear;
+	        transition: opacity 0.2s linear;
+	}
+.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
+	opacity: 1;
+	}
+.leaflet-zoom-animated {
+	-webkit-transform-origin: 0 0;
+	    -ms-transform-origin: 0 0;
+	        transform-origin: 0 0;
+	}
+.leaflet-zoom-anim .leaflet-zoom-animated {
+	will-change: transform;
+	}
+.leaflet-zoom-anim .leaflet-zoom-animated {
+	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
+	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
+	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
+	}
+.leaflet-zoom-anim .leaflet-tile,
+.leaflet-pan-anim .leaflet-tile {
+	-webkit-transition: none;
+	   -moz-transition: none;
+	        transition: none;
+	}
+
+.leaflet-zoom-anim .leaflet-zoom-hide {
+	visibility: hidden;
+	}
+
+
+/* cursors */
+
+.leaflet-interactive {
+	cursor: pointer;
+	}
+.leaflet-grab {
+	cursor: -webkit-grab;
+	cursor:    -moz-grab;
+	cursor:         grab;
+	}
+.leaflet-crosshair,
+.leaflet-crosshair .leaflet-interactive {
+	cursor: crosshair;
+	}
+.leaflet-popup-pane,
+.leaflet-control {
+	cursor: auto;
+	}
+.leaflet-dragging .leaflet-grab,
+.leaflet-dragging .leaflet-grab .leaflet-interactive,
+.leaflet-dragging .leaflet-marker-draggable {
+	cursor: move;
+	cursor: -webkit-grabbing;
+	cursor:    -moz-grabbing;
+	cursor:         grabbing;
+	}
+
+/* marker & overlays interactivity */
+.leaflet-marker-icon,
+.leaflet-marker-shadow,
+.leaflet-image-layer,
+.leaflet-pane > svg path,
+.leaflet-tile-container {
+	pointer-events: none;
+	}
+
+.leaflet-marker-icon.leaflet-interactive,
+.leaflet-image-layer.leaflet-interactive,
+.leaflet-pane > svg path.leaflet-interactive {
+	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
+	pointer-events: auto;
+	}
+
+/* visual tweaks */
+
+.leaflet-container {
+	background: #ddd;
+	outline: 0;
+	}
+.leaflet-container a {
+	color: #0078A8;
+	}
+.leaflet-container a.leaflet-active {
+	outline: 2px solid orange;
+	}
+.leaflet-zoom-box {
+	border: 2px dotted #38f;
+	background: rgba(255,255,255,0.5);
+	}
+
+
+/* general typography */
+.leaflet-container {
+	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
+	}
+
+
+/* general toolbar styles */
+
+.leaflet-bar {
+	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
+	border-radius: 4px;
+	}
+.leaflet-bar a,
+.leaflet-bar a:hover {
+	background-color: #fff;
+	border-bottom: 1px solid #ccc;
+	width: 26px;
+	height: 26px;
+	line-height: 26px;
+	display: block;
+	text-align: center;
+	text-decoration: none;
+	color: black;
+	}
+.leaflet-bar a,
+.leaflet-control-layers-toggle {
+	background-position: 50% 50%;
+	background-repeat: no-repeat;
+	display: block;
+	}
+.leaflet-bar a:hover {
+	background-color: #f4f4f4;
+	}
+.leaflet-bar a:first-child {
+	border-top-left-radius: 4px;
+	border-top-right-radius: 4px;
+	}
+.leaflet-bar a:last-child {
+	border-bottom-left-radius: 4px;
+	border-bottom-right-radius: 4px;
+	border-bottom: none;
+	}
+.leaflet-bar a.leaflet-disabled {
+	cursor: default;
+	background-color: #f4f4f4;
+	color: #bbb;
+	}
+
+.leaflet-touch .leaflet-bar a {
+	width: 30px;
+	height: 30px;
+	line-height: 30px;
+	}
+.leaflet-touch .leaflet-bar a:first-child {
+	border-top-left-radius: 2px;
+	border-top-right-radius: 2px;
+	}
+.leaflet-touch .leaflet-bar a:last-child {
+	border-bottom-left-radius: 2px;
+	border-bottom-right-radius: 2px;
+	}
+
+/* zoom control */
+
+.leaflet-control-zoom-in,
+.leaflet-control-zoom-out {
+	font: bold 18px 'Lucida Console', Monaco, monospace;
+	text-indent: 1px;
+	}
+
+.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
+	font-size: 22px;
+	}
+
+
+/* layers control */
+
+.leaflet-control-layers {
+	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
+	background: #fff;
+	border-radius: 5px;
+	}
+.leaflet-control-layers-toggle {
+	background-image: url(images/layers.png);
+	width: 36px;
+	height: 36px;
+	}
+.leaflet-retina .leaflet-control-layers-toggle {
+	background-image: url(images/layers-2x.png);
+	background-size: 26px 26px;
+	}
+.leaflet-touch .leaflet-control-layers-toggle {
+	width: 44px;
+	height: 44px;
+	}
+.leaflet-control-layers .leaflet-control-layers-list,
+.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
+	display: none;
+	}
+.leaflet-control-layers-expanded .leaflet-control-layers-list {
+	display: block;
+	position: relative;
+	}
+.leaflet-control-layers-expanded {
+	padding: 6px 10px 6px 6px;
+	color: #333;
+	background: #fff;
+	}
+.leaflet-control-layers-scrollbar {
+	overflow-y: scroll;
+	overflow-x: hidden;
+	padding-right: 5px;
+	}
+.leaflet-control-layers-selector {
+	margin-top: 2px;
+	position: relative;
+	top: 1px;
+	}
+.leaflet-control-layers label {
+	display: block;
+	}
+.leaflet-control-layers-separator {
+	height: 0;
+	border-top: 1px solid #ddd;
+	margin: 5px -10px 5px -6px;
+	}
+
+/* Default icon URLs */
+.leaflet-default-icon-path {
+	background-image: url(images/marker-icon.png);
+	}
+
+
+/* attribution and scale controls */
+
+.leaflet-container .leaflet-control-attribution {
+	background: #fff;
+	background: rgba(255, 255, 255, 0.7);
+	margin: 0;
+	}
+.leaflet-control-attribution,
+.leaflet-control-scale-line {
+	padding: 0 5px;
+	color: #333;
+	}
+.leaflet-control-attribution a {
+	text-decoration: none;
+	}
+.leaflet-control-attribution a:hover {
+	text-decoration: underline;
+	}
+.leaflet-container .leaflet-control-attribution,
+.leaflet-container .leaflet-control-scale {
+	font-size: 11px;
+	}
+.leaflet-left .leaflet-control-scale {
+	margin-left: 5px;
+	}
+.leaflet-bottom .leaflet-control-scale {
+	margin-bottom: 5px;
+	}
+.leaflet-control-scale-line {
+	border: 2px solid #777;
+	border-top: none;
+	line-height: 1.1;
+	padding: 2px 5px 1px;
+	font-size: 11px;
+	white-space: nowrap;
+	overflow: hidden;
+	-moz-box-sizing: border-box;
+	     box-sizing: border-box;
+
+	background: #fff;
+	background: rgba(255, 255, 255, 0.5);
+	}
+.leaflet-control-scale-line:not(:first-child) {
+	border-top: 2px solid #777;
+	border-bottom: none;
+	margin-top: -2px;
+	}
+.leaflet-control-scale-line:not(:first-child):not(:last-child) {
+	border-bottom: 2px solid #777;
+	}
+
+.leaflet-touch .leaflet-control-attribution,
+.leaflet-touch .leaflet-control-layers,
+.leaflet-touch .leaflet-bar {
+	box-shadow: none;
+	}
+.leaflet-touch .leaflet-control-layers,
+.leaflet-touch .leaflet-bar {
+	border: 2px solid rgba(0,0,0,0.2);
+	background-clip: padding-box;
+	}
+
+
+/* popup */
+
+.leaflet-popup {
+	position: absolute;
+	text-align: center;
+	margin-bottom: 20px;
+	}
+.leaflet-popup-content-wrapper {
+	padding: 1px;
+	text-align: left;
+	border-radius: 12px;
+	}
+.leaflet-popup-content {
+	margin: 13px 19px;
+	line-height: 1.4;
+	}
+.leaflet-popup-content p {
+	margin: 18px 0;
+	}
+.leaflet-popup-tip-container {
+	width: 40px;
+	height: 20px;
+	position: absolute;
+	left: 50%;
+	margin-left: -20px;
+	overflow: hidden;
+	pointer-events: none;
+	}
+.leaflet-popup-tip {
+	width: 17px;
+	height: 17px;
+	padding: 1px;
+
+	margin: -10px auto 0;
+
+	-webkit-transform: rotate(45deg);
+	   -moz-transform: rotate(45deg);
+	    -ms-transform: rotate(45deg);
+	        transform: rotate(45deg);
+	}
+.leaflet-popup-content-wrapper,
+.leaflet-popup-tip {
+	background: white;
+	color: #333;
+	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
+	}
+.leaflet-container a.leaflet-popup-close-button {
+	position: absolute;
+	top: 0;
+	right: 0;
+	padding: 4px 4px 0 0;
+	border: none;
+	text-align: center;
+	width: 18px;
+	height: 14px;
+	font: 16px/14px Tahoma, Verdana, sans-serif;
+	color: #c3c3c3;
+	text-decoration: none;
+	font-weight: bold;
+	background: transparent;
+	}
+.leaflet-container a.leaflet-popup-close-button:hover {
+	color: #999;
+	}
+.leaflet-popup-scrolled {
+	overflow: auto;
+	border-bottom: 1px solid #ddd;
+	border-top: 1px solid #ddd;
+	}
+
+.leaflet-oldie .leaflet-popup-content-wrapper {
+	zoom: 1;
+	}
+.leaflet-oldie .leaflet-popup-tip {
+	width: 24px;
+	margin: 0 auto;
+
+	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
+	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
+	}
+.leaflet-oldie .leaflet-popup-tip-container {
+	margin-top: -1px;
+	}
+
+.leaflet-oldie .leaflet-control-zoom,
+.leaflet-oldie .leaflet-control-layers,
+.leaflet-oldie .leaflet-popup-content-wrapper,
+.leaflet-oldie .leaflet-popup-tip {
+	border: 1px solid #999;
+	}
+
+
+/* div icon */
+
+.leaflet-div-icon {
+	background: #fff;
+	border: 1px solid #666;
+	}
+
+
+/* Tooltip */
+/* Base styles for the element that has a tooltip */
+.leaflet-tooltip {
+	position: absolute;
+	padding: 6px;
+	background-color: #fff;
+	border: 1px solid #fff;
+	border-radius: 3px;
+	color: #222;
+	white-space: nowrap;
+	-webkit-user-select: none;
+	-moz-user-select: none;
+	-ms-user-select: none;
+	user-select: none;
+	pointer-events: none;
+	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
+	}
+.leaflet-tooltip.leaflet-clickable {
+	cursor: pointer;
+	pointer-events: auto;
+	}
+.leaflet-tooltip-top:before,
+.leaflet-tooltip-bottom:before,
+.leaflet-tooltip-left:before,
+.leaflet-tooltip-right:before {
+	position: absolute;
+	pointer-events: none;
+	border: 6px solid transparent;
+	background: transparent;
+	content: "";
+	}
+
+/* Directions */
+
+.leaflet-tooltip-bottom {
+	margin-top: 6px;
+}
+.leaflet-tooltip-top {
+	margin-top: -6px;
+}
+.leaflet-tooltip-bottom:before,
+.leaflet-tooltip-top:before {
+	left: 50%;
+	margin-left: -6px;
+	}
+.leaflet-tooltip-top:before {
+	bottom: 0;
+	margin-bottom: -12px;
+	border-top-color: #fff;
+	}
+.leaflet-tooltip-bottom:before {
+	top: 0;
+	margin-top: -12px;
+	margin-left: -6px;
+	border-bottom-color: #fff;
+	}
+.leaflet-tooltip-left {
+	margin-left: -6px;
+}
+.leaflet-tooltip-right {
+	margin-left: 6px;
+}
+.leaflet-tooltip-left:before,
+.leaflet-tooltip-right:before {
+	top: 50%;
+	margin-top: -6px;
+	}
+.leaflet-tooltip-left:before {
+	right: 0;
+	margin-right: -12px;
+	border-left-color: #fff;
+	}
+.leaflet-tooltip-right:before {
+	left: 0;
+	margin-left: -12px;
+	border-right-color: #fff;
+	}
diff --git a/static/leaflet/leaflet.js b/static/leaflet/leaflet.js
new file mode 100644
index 0000000..576a90e
--- /dev/null
+++ b/static/leaflet/leaflet.js
@@ -0,0 +1,5 @@
+/* @preserve
+ * Leaflet 1.4.0+Detached: 3337f36d2a2d2b33946779057619b31f674ff5dc.3337f36, a JS library for interactive maps. http://leafletjs.com
+ * (c) 2010-2018 Vladimir Agafonkin, (c) 2010-2011 CloudMade
+ */
+!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});
\ No newline at end of file
diff --git a/static/leaflet/leaflet.js.map b/static/leaflet/leaflet.js.map
new file mode 100644
index 0000000..50fefec
--- /dev/null
+++ b/static/leaflet/leaflet.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["dist/leaflet-src.js"],"names":["global","factory","exports","module","define","amd","L","this","extend","dest","i","j","len","src","arguments","length","bind","fn","obj","slice","Array","prototype","apply","call","args","concat","stamp","_leaflet_id","lastId","throttle","time","context","lock","wrapperFn","later","setTimeout","wrapNum","x","range","includeMax","max","min","d","falseFn","formatNum","num","digits","pow","Math","undefined","round","trim","str","replace","splitWords","split","setOptions","options","hasOwnProperty","create","getParamString","existingUrl","uppercase","params","push","encodeURIComponent","toUpperCase","indexOf","join","template","data","templateRe","key","value","Error","array","el","getPrefixed","name","window","timeoutDefer","Date","timeToCall","lastTime","requestAnimFrame","immediate","requestFn","cancelAnimFrame","id","cancelFn","Class","checkDeprecatedMixinEvents","includes","Mixin","isArray","Events","console","warn","stack","Point","y","toPoint","Bounds","a","b","points","toBounds","LatLngBounds","corner1","corner2","latlngs","toLatLngBounds","LatLng","lat","lng","alt","isNaN","toLatLng","c","lon","Transformation","_a","_b","_c","_d","toTransformation","svgCreate","document","createElementNS","pointsToPath","rings","closed","len2","p","svg","userAgentContains","navigator","userAgent","toLowerCase","addPointerListener","type","handler","_addPointerStart","_addPointerMove","_addPointerEnd","removePointerListener","removeEventListener","POINTER_DOWN","POINTER_MOVE","POINTER_UP","POINTER_CANCEL","onDown","e","pointerType","MSPOINTER_TYPE_MOUSE","TAG_WHITE_LIST","target","tagName","preventDefault","_handlePointer","addEventListener","_pointerDocListener","documentElement","_globalPointerDown","_globalPointerMove","_globalPointerUp","_pointers","pointerId","_pointersCount","touches","changedTouches","onMove","buttons","onUp","addDoubleTapListener","onTouchStart","count","pointer","edge","now","delta","last","touch$$1","doubleTap","delay","onTouchEnd","cancelBubble","prop","newTouch","_pre","_touchstart","_touchend","removeDoubleTapListener","touchstart","touchend","dblclick","get","getElementById","getStyle","style","currentStyle","defaultView","css","getComputedStyle","create$1","className","container","createElement","appendChild","remove","parent","parentNode","removeChild","empty","firstChild","toFront","lastChild","toBack","insertBefore","hasClass","classList","contains","getClass","RegExp","test","addClass","classes","add","setClass","removeClass","baseVal","correspondingElement","setOpacity","opacity","_setOpacityIE","filter","filterName","filters","item","Enabled","Opacity","testProp","props","setTransform","offset","scale","pos","TRANSFORM","ie3d","setPosition","point","_leaflet_pos","any3d","left","top","getPosition","disableImageDrag","on","enableImageDrag","off","preventOutline","element","tabIndex","restoreOutline","_outlineElement","_outlineStyle","outline","getSizedParentNode","offsetWidth","offsetHeight","body","getScale","rect","getBoundingClientRect","width","height","boundingClientRect","types","addOne","removeOne","eventsKey","event","originalHandler","touch","chrome","isExternalTarget","android","filterClick","attachEvent","detachEvent","stopPropagation","originalEvent","_stopped","skipped","disableScrollPropagation","disableClickPropagation","fakeStop","returnValue","stop","getMousePosition","clientX","clientY","clientLeft","clientTop","getWheelDelta","wheelDeltaY","deltaY","deltaMode","wheelPxFactor","deltaX","deltaZ","wheelDelta","detail","abs","skipEvents","events","related","relatedTarget","err","timeStamp","elapsed","lastClick","_simulatedClick","_simulated","simplify","tolerance","sqTolerance","_reducePoints","_simplifyDP","pointToSegmentDistance","p1","p2","sqrt","_sqClosestPointOnSegment","markers","Uint8Array","_simplifyDPStep","newPoints","first","index","sqDist","maxSqDist","reducedPoints","prev","_sqDist","clipSegment","bounds","useLastCode","codeOut","newCode","codeA","_lastCode","_getBitCode","codeB","_getEdgeIntersection","code","dx","dy","t","dot","isFlat","_flat","clipPolygon","clippedPoints","k","edges","_code","geometryToLayer","geojson","latlng","geometry","coords","coordinates","layers","pointToLayer","_coordsToLatLng","coordsToLatLng","Marker","FeatureGroup","coordsToLatLngs","Polyline","Polygon","geometries","layer","properties","levelsDeep","latLngToCoords","precision","latLngsToCoords","getFeature","newGeometry","feature","asFeature","geoJSON","GeoJSON","tileLayer","url","TileLayer","canvas$1","canvas","Canvas","svg$1","vml","SVG","freeze","Object","F","proto","toString","emptyImageUrl","requestAnimationFrame","cancelAnimationFrame","clearTimeout","Util","NewClass","initialize","callInitHooks","parentProto","__super__","constructor","statics","_initHooks","_initHooksCalled","include","mergeOptions","addInitHook","init","_on","_off","_events","typeListeners","newListener","ctx","listeners","l","_firingCount","splice","fire","propagate","listens","sourceTarget","_propagateEvent","_eventParents","once","addEventParent","removeEventParent","propagatedFrom","clearAllEventListeners","addOneTimeEventListener","fireEvent","hasEventListeners","Evented","trunc","v","floor","ceil","clone","_add","subtract","_subtract","divideBy","_divideBy","multiplyBy","_multiplyBy","scaleBy","unscaleBy","_round","_floor","_ceil","_trunc","distanceTo","equals","getCenter","getBottomLeft","getTopRight","getTopLeft","getBottomRight","getSize","intersects","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","other","Earth","distance","wrap","wrapLatLng","sizeInMeters","latAccuracy","lngAccuracy","cos","PI","CRS","latLngToPoint","zoom","projectedPoint","projection","project","transformation","_transform","pointToLatLng","untransformedPoint","untransform","unproject","log","LN2","getProjectedBounds","infinite","s","transform","wrapLng","wrapLat","wrapLatLngBounds","center","newCenter","latShift","lngShift","R","latlng1","latlng2","rad","lat1","lat2","sinDLat","sin","sinDLon","atan2","SphericalMercator","MAX_LATITUDE","atan","exp","disableTextSelection","enableTextSelection","_userSelect","EPSG3857","EPSG900913","style$1","ie","ielt9","webkit","android23","webkitVer","parseInt","exec","androidStock","opera","gecko","safari","phantom","opera12","win","platform","webkit3d","WebKitCSSMatrix","gecko3d","L_DISABLE_3D","mobile","orientation","mobileWebkit","mobileWebkit3d","msPointer","PointerEvent","MSPointerEvent","L_NO_TOUCH","DocumentTouch","mobileOpera","mobileGecko","retina","devicePixelRatio","screen","deviceXDPI","logicalXDPI","getContext","createSVGRect","div","innerHTML","shape","behavior","adj","Browser","TRANSITION","TRANSITION_END","userSelectProperty","DomUtil","DomEvent","addListener","removeListener","PosAnimation","run","newPos","duration","easeLinearity","_el","_inProgress","_duration","_easeOutPower","_startPos","_offset","_startTime","_animate","_step","_complete","_animId","_runFrame","_easeOut","progress","Map","crs","minZoom","maxZoom","maxBounds","renderer","zoomAnimation","zoomAnimationThreshold","fadeAnimation","markerZoomAnimation","transform3DLimit","zoomSnap","zoomDelta","trackResize","_handlers","_layers","_zoomBoundLayers","_sizeChanged","_initContainer","_initLayout","_onResize","_initEvents","setMaxBounds","_zoom","_limitZoom","setView","reset","_zoomAnimated","_createAnimProxy","_proxy","_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","getZoom","_panAnim","step","_onPanTransitionStep","end","_onPanTransitionEnd","noMoveStart","_mapPane","_getMapPanePos","_rawPanBy","flyTo","targetCenter","targetZoom","r","w1","w0","rho2","u1","sq","sinh","n","cosh","tanh","w","r0","rho","u","easeOut","frame","start","S","_flyToFrame","_move","from","to","startZoom","getScaleZoom","_moveEnd","size","_moveStart","flyToBounds","_panInsideMaxBounds","setMinZoom","oldZoom","setMaxZoom","panInsideBounds","_enforcingBounds","panInside","pixelCenter","pixelPoint","pixelBounds","getPixelBounds","halfPixelBounds","paddedBounds","diff","invalidateSize","oldSize","_lastCenter","newSize","oldCenter","debounceMoveend","locate","_locateOptions","timeout","watch","_handleGeolocationError","message","onResponse","_handleGeolocationResponse","onError","_locationWatchId","geolocation","watchPosition","getCurrentPosition","stopLocate","clearWatch","error","latitude","longitude","accuracy","timestamp","addHandler","HandlerClass","enable","_containerId","_container","_clearControlPos","_resizeRequest","_clearHandlers","_panes","_renderer","createPane","pane","_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","mouseEventToLayerPoint","mouseEventToLatLng","_onScroll","_fadeAnimated","position","_initPanes","_initControlPos","panes","_paneRenderers","markerPane","shadowPane","loading","zoomChanged","_getNewPixelOrigin","pinch","_getZoomSpan","remove$$1","_targets","onOff","_handleDOMEvent","_onMoveEnd","scrollTop","scrollLeft","_findEventTargets","targets","isHover","srcElement","dragging","_draggableMoved","_fireDOMEvent","_mouseEvents","synth","isMarker","getLatLng","_radius","containerPoint","bubblingMouseEvents","enabled","moved","boxZoom","disable","whenReady","callback","_latLngToNewLayerPoint","topLeft","_latLngBoundsToNewLayerBounds","latLngBounds","_getCenterOffset","centerPoint","viewBounds","_getBoundsOffset","_limitOffset","newBounds","pxBounds","projectedMaxBounds","minOffset","maxOffset","_rebound","right","proxy","mapPane","_animatingZoom","_onZoomTransitionEnd","z","_destroyAnimProxy","propertyName","_nothingToAnimate","getElementsByClassName","_animateZoom","startAnim","noUpdate","_animateToCenter","_animateToZoom","Control","map","_map","removeControl","addControl","addTo","onAdd","corner","_controlCorners","onRemove","_refocusOnMap","screenX","screenY","focus","control","createCorner","vSide","hSide","corners","_controlContainer","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","section","mouseenter","mouseleave","link","_layersLink","href","title","_baseLayersList","_separator","_overlaysList","overlay","sort","setZIndex","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","START","END","mousedown","pointerdown","MSPointerDown","MOVE","Draggable","clickTolerance","dragStartTarget","preventOutline$$1","_element","_dragStartTarget","_preventOutline","_onDown","_dragging","finishDrag","which","button","_moving","sizedParent","_startPoint","_parentScale","_onMove","_onUp","_lastTarget","SVGElementInstance","correspondingUseElement","_newPos","_animRequest","_lastEvent","_updatePosition","LineUtil","closestPointOnSegment","PolyUtil","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","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","speed","autoPanSpeed","autoPanPadding","iconPos","origin","panBounds","movement","_panRequest","_oldLatLng","closePopup","autoPan","shadow","_shadow","_latlng","oldLatLng","interactive","keyboard","zIndexOffset","riseOnHover","riseOffset","draggable","_initIcon","update","_removeIcon","_removeShadow","viewreset","setLatLng","setZIndexOffset","setIcon","_popup","bindPopup","getElement","_setPos","classToAdd","addIcon","mouseover","_bringToFront","mouseout","_resetZIndex","newShadow","addShadow","_updateOpacity","_initInteraction","_zIndex","_updateZIndex","opt","_getPopupAnchor","_getTooltipAnchor","Path","stroke","color","weight","lineCap","lineJoin","dashArray","dashOffset","fill","fillColor","fillOpacity","fillRule","getRenderer","_initPath","_reset","_addPath","_removePath","redraw","_updatePath","_updateStyle","_bringToBack","_path","_project","_clickTolerance","CircleMarker","radius","setRadius","getRadius","_point","_updateBounds","r2","_radiusY","_pxBounds","_updateCircle","_empty","_bounds","_containsPoint","Circle","legacyOptions","_mRadius","half","latR","bottom","lngR","acos","smoothFactor","noClip","_setLatLngs","getLatLngs","_latlngs","setLatLngs","isEmpty","closestLayerPoint","minDistance","minPoint","closest","jLen","_parts","halfDist","segDist","dist","_rings","addLatLng","_defaultShape","_convertLatLngs","result","flat","_projectLatlngs","projectedBounds","ring","_clipPoints","segment","parts","_simplifyPoints","_updatePoly","part","f","area","pop","clipped","addData","features","defaultOptions","resetStyle","onEachFeature","_setLayerStyle","PointToGeoJSON","toGeoJSON","multi","holes","toMultiPoint","isGeometryCollection","jsons","json","geoJson","ImageOverlay","crossOrigin","errorOverlayUrl","_url","_image","_initImage","styleOpts","setUrl","setBounds","zoomanim","wasElementSupplied","onselectstart","onmousemove","onload","onerror","_overlayOnError","image","errorUrl","VideoOverlay","autoplay","loop","vid","onloadeddata","sourceElements","getElementsByTagName","sources","source","DivOverlay","_source","_removeTimeout","getContent","_content","setContent","content","visibility","_updateContent","_updateLayout","isOpen","node","_contentNode","hasChildNodes","_getAnchor","_containerBottom","_containerLeft","_containerWidth","Popup","minWidth","maxHeight","autoPanPaddingTopLeft","autoPanPaddingBottomRight","keepInView","closeButton","autoClose","closeOnEscapeKey","openOn","openPopup","popup","closeOnClick","closePopupOnClick","preclick","_close","moveend","wrapper","_wrapper","_tipContainer","_tip","_closeButton","_onCloseButtonClick","whiteSpace","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","tooltipPoint","tooltipWidth","tooltipHeight","openTooltip","bindTooltip","_tooltip","_initTooltipInteractions","unbindTooltip","_tooltipHandlersAdded","_moveTooltip","_openTooltip","mousemove","toggleTooltip","isTooltipOpen","setTooltipContent","getTooltip","DivIcon","bgPos","backgroundPosition","Default","GridLayer","tileSize","updateWhenZooming","updateInterval","maxNativeZoom","minNativeZoom","noWrap","keepBuffer","_levels","_tiles","_removeAllTiles","_tileZoom","_setAutoZIndex","isLoading","_loading","viewprereset","_invalidateAll","createTile","getTileSize","compare","children","edgeZIndex","isFinite","nextFrame","willPrune","tile","current","loaded","fade","active","_onOpaqueTile","_noPrune","_pruneTiles","_fadeFrame","_updateLevels","_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","WebkitBackfaceVisibility","tilePos","_getTilePos","_wrapCoords","_tileReady","_noTilesToLoad","newCoords","subdomains","errorTileUrl","zoomOffset","tms","zoomReverse","detectRetina","_onTileRemove","noRedraw","done","_tileOnLoad","_tileOnError","getTileUrl","_getSubdomain","_getZoomForUrl","invertedY","getAttribute","tilePoint","complete","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","_onViewPreReset","_postponeUpdatePaths","_draw","_onMouseMove","_onClick","_handleMouseOut","_ctx","_redrawRequest","_redrawBounds","_redraw","m","_updateDashArray","order","_order","_drawLast","next","_drawFirst","_requestRedraw","_extendRedrawBounds","dashValue","Number","_dashArray","_clear","clearRect","save","beginPath","clip","_drawing","restore","closePath","_fillStroke","arc","globalAlpha","fillStyle","setLineDash","lineWidth","strokeStyle","clickedLayer","_fireEvent","moving","_handleMouseHover","_hoveredLayer","candidateHoveredLayer","vmlCreate","namespaces","vmlMixin","coordsize","_stroke","_fill","stroked","filled","dashStyle","endcap","joinstyle","_setPath","create$2","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","noInertia","ease","speedVector","limitedSpeed","limitedSpeedVector","decelerationDuration","keyboardPanDelta","Keyboard","keyCodes","down","up","_setPanDelta","_setZoomDelta","_onFocus","blur","_onBlur","_addHooks","_removeHooks","_focused","docEl","scrollTo","panDelta","keys","_panKeys","codes","_zoomKeys","altKey","ctrlKey","metaKey","scrollWheelZoom","wheelDebounceTime","wheelPxPerZoomLevel","ScrollWheelZoom","_onWheelScroll","_delta","debounce","_lastMousePos","_timer","_performZoom","d2","d3","d4","tap","tapTolerance","Tap","_fireClick","_holdTimeout","_isTapValid","_simulateEvent","touchmove","simulatedEvent","createEvent","initMouseEvent","dispatchEvent","touchZoom","bounceAtZoomLimits","TouchZoom","_onTouchStart","_zooming","_centerPoint","_startLatLng","_pinchStartLatLng","_startDist","_startZoom","_onTouchMove","_onTouchEnd","moveFn","Projection","latLng","layerGroup","featureGroup","imageOverlay","videoOverlay","video","divIcon","gridLayer","circleMarker","circle","polyline","polygon","rectangle","oldL","noConflict"],"mappings":";;;;CAKC,SAAUA,EAAQC,GACC,iBAAZC,SAA0C,oBAAXC,OAAyBF,EAAQC,SACrD,mBAAXE,QAAyBA,OAAOC,IAAMD,QAAQ,WAAYH,GAChEA,EAASD,EAAOM,MAHlB,CAIEC,KAAM,SAAWL,GAAW,aAe9B,SAASM,EAAOC,GACf,IAAIC,EAAGC,EAAGC,EAAKC,EAEf,IAAKF,EAAI,EAAGC,EAAME,UAAUC,OAAQJ,EAAIC,EAAKD,IAAK,CACjDE,EAAMC,UAAUH,GAChB,IAAKD,KAAKG,EACTJ,EAAKC,GAAKG,EAAIH,GAGhB,OAAOD,EAgBR,SAASO,EAAKC,EAAIC,GACjB,IAAIC,EAAQC,MAAMC,UAAUF,MAE5B,GAAIF,EAAGD,KACN,OAAOC,EAAGD,KAAKM,MAAML,EAAIE,EAAMI,KAAKT,UAAW,IAGhD,IAAIU,EAAOL,EAAMI,KAAKT,UAAW,GAEjC,OAAO,WACN,OAAOG,EAAGK,MAAMJ,EAAKM,EAAKT,OAASS,EAAKC,OAAON,EAAMI,KAAKT,YAAcA,YAU1E,SAASY,EAAMR,GAGd,OADAA,EAAIS,YAAcT,EAAIS,eAAiBC,GAChCV,EAAIS,YAWZ,SAASE,EAASZ,EAAIa,EAAMC,GAC3B,IAAIC,EAAMR,EAAMS,EAAWC,EAwB3B,OAtBAA,EAAQ,WAEPF,GAAO,EACHR,IACHS,EAAUX,MAAMS,EAASP,GACzBA,GAAO,IAITS,EAAY,WACPD,EAEHR,EAAOV,WAIPG,EAAGK,MAAMS,EAASjB,WAClBqB,WAAWD,EAAOJ,GAClBE,GAAO,IAWV,SAASI,EAAQC,EAAGC,EAAOC,GAC1B,IAAIC,EAAMF,EAAM,GACZG,EAAMH,EAAM,GACZI,EAAIF,EAAMC,EACd,OAAOJ,IAAMG,GAAOD,EAAaF,IAAMA,EAAII,GAAOC,EAAIA,GAAKA,EAAID,EAKhE,SAASE,IAAY,OAAO,EAI5B,SAASC,EAAUC,EAAKC,GACvB,IAAIC,EAAMC,KAAKD,IAAI,QAAgBE,IAAXH,EAAuB,EAAIA,GACnD,OAAOE,KAAKE,MAAML,EAAME,GAAOA,EAKhC,SAASI,EAAKC,GACb,OAAOA,EAAID,KAAOC,EAAID,OAASC,EAAIC,QAAQ,aAAc,IAK1D,SAASC,EAAWF,GACnB,OAAOD,EAAKC,GAAKG,MAAM,OAKxB,SAASC,EAAWtC,EAAKuC,GACnBvC,EAAIwC,eAAe,aACvBxC,EAAIuC,QAAUvC,EAAIuC,QAAUE,GAAOzC,EAAIuC,aAExC,IAAK,IAAI/C,KAAK+C,EACbvC,EAAIuC,QAAQ/C,GAAK+C,EAAQ/C,GAE1B,OAAOQ,EAAIuC,QAQZ,SAASG,EAAe1C,EAAK2C,EAAaC,GACzC,IAAIC,KACJ,IAAK,IAAIrD,KAAKQ,EACb6C,EAAOC,KAAKC,mBAAmBH,EAAYpD,EAAEwD,cAAgBxD,GAAK,IAAMuD,mBAAmB/C,EAAIR,KAEhG,OAAUmD,IAA6C,IAA9BA,EAAYM,QAAQ,KAAqB,IAAN,KAAaJ,EAAOK,KAAK,KAUtF,SAASC,EAASjB,EAAKkB,GACtB,OAAOlB,EAAIC,QAAQkB,GAAY,SAAUnB,EAAKoB,GAC7C,IAAIC,EAAQH,EAAKE,GAEjB,QAAcvB,IAAVwB,EACH,MAAM,IAAIC,MAAM,kCAAoCtB,GAKrD,MAH4B,mBAAVqB,IACjBA,EAAQA,EAAMH,IAERG,IAYT,SAASN,EAAQQ,EAAOC,GACvB,IAAK,IAAIlE,EAAI,EAAGA,EAAIiE,EAAM5D,OAAQL,IACjC,GAAIiE,EAAMjE,KAAOkE,EAAM,OAAOlE,EAE/B,OAAQ,EAWT,SAASmE,EAAYC,GACpB,OAAOC,OAAO,SAAWD,IAASC,OAAO,MAAQD,IAASC,OAAO,KAAOD,GAMzE,SAASE,EAAa/D,GACrB,IAAIa,GAAQ,IAAImD,KACZC,EAAalC,KAAKR,IAAI,EAAG,IAAMV,EAAOqD,KAG1C,OADAA,GAAWrD,EAAOoD,EACXH,OAAO5C,WAAWlB,EAAIiE,GAa9B,SAASE,EAAiBnE,EAAIc,EAASsD,GACtC,IAAIA,GAAaC,KAAcN,EAG9B,OAAOM,GAAU/D,KAAKwD,OAAQ/D,EAAKC,EAAIc,IAFvCd,EAAGM,KAAKQ,GAQV,SAASwD,EAAgBC,GACpBA,GACHC,GAASlE,KAAKwD,OAAQS,GAsCxB,SAASE,KAuGT,SAASC,EAA2BC,GACnC,GAAiB,oBAANtF,GAAsBA,GAAMA,EAAEuF,MAAzC,CAEAD,EAAWE,GAAQF,GAAYA,GAAYA,GAE3C,IAAK,IAAIlF,EAAI,EAAGA,EAAIkF,EAAS7E,OAAQL,IAChCkF,EAASlF,KAAOJ,EAAEuF,MAAME,QAC3BC,QAAQC,KAAK,kIAE8B,IAAIvB,OAAQwB,QAkU1D,SAASC,EAAM9D,EAAG+D,EAAGlD,GAEpB3C,KAAK8B,EAAKa,EAAQF,KAAKE,MAAMb,GAAKA,EAElC9B,KAAK6F,EAAKlD,EAAQF,KAAKE,MAAMkD,GAAKA,EAiLnC,SAASC,EAAQhE,EAAG+D,EAAGlD,GACtB,OAAIb,aAAa8D,EACT9D,EAEJyD,GAAQzD,GACJ,IAAI8D,EAAM9D,EAAE,GAAIA,EAAE,SAEhBY,IAANZ,GAAyB,OAANA,EACfA,EAES,iBAANA,GAAkB,MAAOA,GAAK,MAAOA,EACxC,IAAI8D,EAAM9D,EAAEA,EAAGA,EAAE+D,GAElB,IAAID,EAAM9D,EAAG+D,EAAGlD,GA4BxB,SAASoD,EAAOC,EAAGC,GAClB,GAAKD,EAIL,IAAK,IAFDE,EAASD,GAAKD,EAAGC,GAAKD,EAEjB7F,EAAI,EAAGE,EAAM6F,EAAO1F,OAAQL,EAAIE,EAAKF,IAC7CH,KAAKC,OAAOiG,EAAO/F,IAsIrB,SAASgG,EAASH,EAAGC,GACpB,OAAKD,GAAKA,aAAaD,EACfC,EAED,IAAID,EAAOC,EAAGC,GAiCtB,SAASG,EAAaC,EAASC,GAC9B,GAAKD,EAIL,IAAK,IAFDE,EAAUD,GAAWD,EAASC,GAAWD,EAEpClG,EAAI,EAAGE,EAAMkG,EAAQ/F,OAAQL,EAAIE,EAAKF,IAC9CH,KAAKC,OAAOsG,EAAQpG,IA+MtB,SAASqG,EAAeR,EAAGC,GAC1B,OAAID,aAAaI,EACTJ,EAED,IAAII,EAAaJ,EAAGC,GA4B5B,SAASQ,EAAOC,EAAKC,EAAKC,GACzB,GAAIC,MAAMH,IAAQG,MAAMF,GACvB,MAAM,IAAIxC,MAAM,2BAA6BuC,EAAM,KAAOC,EAAM,KAKjE3G,KAAK0G,KAAOA,EAIZ1G,KAAK2G,KAAOA,OAIAjE,IAARkE,IACH5G,KAAK4G,KAAOA,GAoEd,SAASE,EAASd,EAAGC,EAAGc,GACvB,OAAIf,aAAaS,EACTT,EAEJT,GAAQS,IAAsB,iBAATA,EAAE,GACT,IAAbA,EAAExF,OACE,IAAIiG,EAAOT,EAAE,GAAIA,EAAE,GAAIA,EAAE,IAEhB,IAAbA,EAAExF,OACE,IAAIiG,EAAOT,EAAE,GAAIA,EAAE,IAEpB,UAEEtD,IAANsD,GAAyB,OAANA,EACfA,EAES,iBAANA,GAAkB,QAASA,EAC9B,IAAIS,EAAOT,EAAEU,IAAK,QAASV,EAAIA,EAAEW,IAAMX,EAAEgB,IAAKhB,EAAEY,UAE9ClE,IAANuD,EACI,KAED,IAAIQ,EAAOT,EAAGC,EAAGc,GAoOzB,SAASE,EAAejB,EAAGC,EAAGc,EAAG5E,GAChC,GAAIoD,GAAQS,GAMX,OAJAhG,KAAKkH,GAAKlB,EAAE,GACZhG,KAAKmH,GAAKnB,EAAE,GACZhG,KAAKoH,GAAKpB,EAAE,QACZhG,KAAKqH,GAAKrB,EAAE,IAGbhG,KAAKkH,GAAKlB,EACVhG,KAAKmH,GAAKlB,EACVjG,KAAKoH,GAAKL,EACV/G,KAAKqH,GAAKlF,EAwCX,SAASmF,EAAiBtB,EAAGC,EAAGc,EAAG5E,GAClC,OAAO,IAAI8E,EAAejB,EAAGC,EAAGc,EAAG5E,GAiCpC,SAASoF,EAAUhD,GAClB,OAAOiD,SAASC,gBAAgB,6BAA8BlD,GAM/D,SAASmD,EAAaC,EAAOC,GAC5B,IACAzH,EAAGC,EAAGC,EAAKwH,EAAM3B,EAAQ4B,EADrBjF,EAAM,GAGV,IAAK1C,EAAI,EAAGE,EAAMsH,EAAMnH,OAAQL,EAAIE,EAAKF,IAAK,CAG7C,IAAKC,EAAI,EAAGyH,GAFZ3B,EAASyB,EAAMxH,IAEWK,OAAQJ,EAAIyH,EAAMzH,IAC3C0H,EAAI5B,EAAO9F,GACXyC,IAAQzC,EAAI,IAAM,KAAO0H,EAAEhG,EAAI,IAAMgG,EAAEjC,EAIxChD,GAAO+E,EAAUG,GAAM,IAAM,IAAO,GAIrC,OAAOlF,GAAO,OAiJf,SAASmF,EAAkBnF,GAC1B,OAAOoF,UAAUC,UAAUC,cAAcvE,QAAQf,IAAQ,EAyD1D,SAASuF,EAAmBzH,EAAK0H,EAAMC,EAASrD,GAW/C,MAVa,eAAToD,EACHE,EAAiB5H,EAAK2H,EAASrD,GAEZ,cAAToD,EACVG,EAAgB7H,EAAK2H,EAASrD,GAEX,aAAToD,GACVI,EAAe9H,EAAK2H,EAASrD,GAGvBjF,KAGR,SAAS0I,EAAsB/H,EAAK0H,EAAMpD,GACzC,IAAIqD,EAAU3H,EAAI,YAAc0H,EAAOpD,GAavC,MAXa,eAAToD,EACH1H,EAAIgI,oBAAoBC,GAAcN,GAAS,GAE5B,cAATD,EACV1H,EAAIgI,oBAAoBE,GAAcP,GAAS,GAE5B,aAATD,IACV1H,EAAIgI,oBAAoBG,GAAYR,GAAS,GAC7C3H,EAAIgI,oBAAoBI,GAAgBT,GAAS,IAG3CtI,KAGR,SAASuI,EAAiB5H,EAAK2H,EAASrD,GACvC,IAAI+D,EAASvI,EAAK,SAAUwI,GAC3B,GAAsB,UAAlBA,EAAEC,aAA2BD,EAAEE,sBAAwBF,EAAEC,cAAgBD,EAAEE,qBAAsB,CAIpG,KAAIC,GAAexF,QAAQqF,EAAEI,OAAOC,SAAW,GAG9C,OAFAC,GAAeN,GAMjBO,EAAeP,EAAGX,KAGnB3H,EAAI,sBAAwBsE,GAAM+D,EAClCrI,EAAI8I,iBAAiBb,GAAcI,GAAQ,GAGtCU,KAEJlC,SAASmC,gBAAgBF,iBAAiBb,GAAcgB,GAAoB,GAC5EpC,SAASmC,gBAAgBF,iBAAiBZ,GAAcgB,GAAoB,GAC5ErC,SAASmC,gBAAgBF,iBAAiBX,GAAYgB,GAAkB,GACxEtC,SAASmC,gBAAgBF,iBAAiBV,GAAgBe,GAAkB,GAE5EJ,IAAsB,GAIxB,SAASE,EAAmBX,GAC3Bc,GAAUd,EAAEe,WAAaf,EACzBgB,KAGD,SAASJ,EAAmBZ,GACvBc,GAAUd,EAAEe,aACfD,GAAUd,EAAEe,WAAaf,GAI3B,SAASa,EAAiBb,UAClBc,GAAUd,EAAEe,WACnBC,KAGD,SAAST,EAAeP,EAAGX,GAC1BW,EAAEiB,WACF,IAAK,IAAI/J,KAAK4J,GACbd,EAAEiB,QAAQzG,KAAKsG,GAAU5J,IAE1B8I,EAAEkB,gBAAkBlB,GAEpBX,EAAQW,GAGT,SAAST,EAAgB7H,EAAK2H,EAASrD,GACtC,IAAImF,EAAS,SAAUnB,IAEjBA,EAAEC,cAAgBD,EAAEE,sBAA0C,UAAlBF,EAAEC,aAA0C,IAAdD,EAAEoB,UAEjFb,EAAeP,EAAGX,IAGnB3H,EAAI,qBAAuBsE,GAAMmF,EACjCzJ,EAAI8I,iBAAiBZ,GAAcuB,GAAQ,GAG5C,SAAS3B,EAAe9H,EAAK2H,EAASrD,GACrC,IAAIqF,EAAO,SAAUrB,GACpBO,EAAeP,EAAGX,IAGnB3H,EAAI,oBAAsBsE,GAAMqF,EAChC3J,EAAI8I,iBAAiBX,GAAYwB,GAAM,GACvC3J,EAAI8I,iBAAiBV,GAAgBuB,GAAM,GAY5C,SAASC,EAAqB5J,EAAK2H,EAASrD,GAK3C,SAASuF,EAAavB,GACrB,IAAIwB,EAEJ,GAAIC,GAAS,CACZ,IAAMC,IAA2B,UAAlB1B,EAAEC,YAA2B,OAC5CuB,EAAQR,QAERQ,EAAQxB,EAAEiB,QAAQ1J,OAGnB,KAAIiK,EAAQ,GAAZ,CAEA,IAAIG,EAAMlG,KAAKkG,MACXC,EAAQD,GAAOE,GAAQF,GAE3BG,EAAW9B,EAAEiB,QAAUjB,EAAEiB,QAAQ,GAAKjB,EACtC+B,EAAaH,EAAQ,GAAKA,GAASI,EACnCH,EAAOF,GAGR,SAASM,EAAWjC,GACnB,GAAI+B,IAAcD,EAASI,aAAc,CACxC,GAAIT,GAAS,CACZ,IAAMC,IAA2B,UAAlB1B,EAAEC,YAA2B,OAE5C,IACIkC,EAAMjL,EADNkL,KAGJ,IAAKlL,KAAK4K,EACTK,EAAOL,EAAS5K,GAChBkL,EAASlL,GAAKiL,GAAQA,EAAK3K,KAAO2K,EAAK3K,KAAKsK,GAAYK,EAEzDL,EAAWM,EAEZN,EAAS1C,KAAO,WAChBC,EAAQyC,GACRD,EAAO,MAxCT,IAAIA,EAAMC,EACNC,GAAY,EACZC,EAAQ,IAuDZ,OAbAtK,EAAI2K,GAAOC,GAActG,GAAMuF,EAC/B7J,EAAI2K,GAAOE,GAAYvG,GAAMiG,EAC7BvK,EAAI2K,GAAO,WAAarG,GAAMqD,EAE9B3H,EAAI8I,iBAAiB8B,GAAaf,GAAc,GAChD7J,EAAI8I,iBAAiB+B,GAAWN,GAAY,GAM5CvK,EAAI8I,iBAAiB,WAAYnB,GAAS,GAEnCtI,KAGR,SAASyL,EAAwB9K,EAAKsE,GACrC,IAAIyG,EAAa/K,EAAI2K,GAAOC,GAActG,GACtC0G,EAAWhL,EAAI2K,GAAOE,GAAYvG,GAClC2G,EAAWjL,EAAI2K,GAAO,WAAarG,GAQvC,OANAtE,EAAIgI,oBAAoB4C,GAAaG,GAAY,GACjD/K,EAAIgI,oBAAoB6C,GAAWG,GAAU,GACxChB,IACJhK,EAAIgI,oBAAoB,WAAYiD,GAAU,GAGxC5L,KAqCR,SAAS6L,EAAI5G,GACZ,MAAqB,iBAAPA,EAAkBuC,SAASsE,eAAe7G,GAAMA,EAM/D,SAAS8G,EAAS1H,EAAI2H,GACrB,IAAI9H,EAAQG,EAAG2H,MAAMA,IAAW3H,EAAG4H,cAAgB5H,EAAG4H,aAAaD,GAEnE,KAAM9H,GAAmB,SAAVA,IAAqBsD,SAAS0E,YAAa,CACzD,IAAIC,EAAM3E,SAAS0E,YAAYE,iBAAiB/H,EAAI,MACpDH,EAAQiI,EAAMA,EAAIH,GAAS,KAE5B,MAAiB,SAAV9H,EAAmB,KAAOA,EAKlC,SAASmI,EAAS/C,EAASgD,EAAWC,GACrC,IAAIlI,EAAKmD,SAASgF,cAAclD,GAMhC,OALAjF,EAAGiI,UAAYA,GAAa,GAExBC,GACHA,EAAUE,YAAYpI,GAEhBA,EAKR,SAASqI,EAAOrI,GACf,IAAIsI,EAAStI,EAAGuI,WACZD,GACHA,EAAOE,YAAYxI,GAMrB,SAASyI,EAAMzI,GACd,KAAOA,EAAG0I,YACT1I,EAAGwI,YAAYxI,EAAG0I,YAMpB,SAASC,EAAQ3I,GAChB,IAAIsI,EAAStI,EAAGuI,WACZD,GAAUA,EAAOM,YAAc5I,GAClCsI,EAAOF,YAAYpI,GAMrB,SAAS6I,EAAO7I,GACf,IAAIsI,EAAStI,EAAGuI,WACZD,GAAUA,EAAOI,aAAe1I,GACnCsI,EAAOQ,aAAa9I,EAAIsI,EAAOI,YAMjC,SAASK,EAAS/I,EAAIE,GACrB,QAAqB7B,IAAjB2B,EAAGgJ,UACN,OAAOhJ,EAAGgJ,UAAUC,SAAS/I,GAE9B,IAAI+H,EAAYiB,GAASlJ,GACzB,OAAOiI,EAAU9L,OAAS,GAAK,IAAIgN,OAAO,UAAYjJ,EAAO,WAAWkJ,KAAKnB,GAK9E,SAASoB,EAASrJ,EAAIE,GACrB,QAAqB7B,IAAjB2B,EAAGgJ,UAEN,IAAK,IADDM,EAAU5K,EAAWwB,GAChBpE,EAAI,EAAGE,EAAMsN,EAAQnN,OAAQL,EAAIE,EAAKF,IAC9CkE,EAAGgJ,UAAUO,IAAID,EAAQxN,SAEpB,IAAKiN,EAAS/I,EAAIE,GAAO,CAC/B,IAAI+H,EAAYiB,GAASlJ,GACzBwJ,GAASxJ,GAAKiI,EAAYA,EAAY,IAAM,IAAM/H,IAMpD,SAASuJ,GAAYzJ,EAAIE,QACH7B,IAAjB2B,EAAGgJ,UACNhJ,EAAGgJ,UAAUX,OAAOnI,GAEpBsJ,GAASxJ,EAAIzB,GAAM,IAAM2K,GAASlJ,GAAM,KAAKvB,QAAQ,IAAMyB,EAAO,IAAK,OAMzE,SAASsJ,GAASxJ,EAAIE,QACQ7B,IAAzB2B,EAAGiI,UAAUyB,QAChB1J,EAAGiI,UAAY/H,EAGfF,EAAGiI,UAAUyB,QAAUxJ,EAMzB,SAASgJ,GAASlJ,GAMjB,OAHIA,EAAG2J,uBACN3J,EAAKA,EAAG2J,2BAEuBtL,IAAzB2B,EAAGiI,UAAUyB,QAAwB1J,EAAGiI,UAAYjI,EAAGiI,UAAUyB,QAMzE,SAASE,GAAW5J,EAAIH,GACnB,YAAaG,EAAG2H,MACnB3H,EAAG2H,MAAMkC,QAAUhK,EACT,WAAYG,EAAG2H,OACzBmC,GAAc9J,EAAIH,GAIpB,SAASiK,GAAc9J,EAAIH,GAC1B,IAAIkK,GAAS,EACTC,EAAa,mCAGjB,IACCD,EAAS/J,EAAGiK,QAAQC,KAAKF,GACxB,MAAOpF,GAGR,GAAc,IAAV/E,EAAe,OAGpBA,EAAQzB,KAAKE,MAAc,IAARuB,GAEfkK,GACHA,EAAOI,QAAqB,MAAVtK,EAClBkK,EAAOK,QAAUvK,GAEjBG,EAAG2H,MAAMoC,QAAU,WAAaC,EAAa,YAAcnK,EAAQ,IAQrE,SAASwK,GAASC,GAGjB,IAAK,IAFD3C,EAAQxE,SAASmC,gBAAgBqC,MAE5B7L,EAAI,EAAGA,EAAIwO,EAAMnO,OAAQL,IACjC,GAAIwO,EAAMxO,KAAM6L,EACf,OAAO2C,EAAMxO,GAGf,OAAO,EAOR,SAASyO,GAAavK,EAAIwK,EAAQC,GACjC,IAAIC,EAAMF,GAAU,IAAIjJ,EAAM,EAAG,GAEjCvB,EAAG2H,MAAMgD,KACPC,GACA,aAAeF,EAAIjN,EAAI,MAAQiN,EAAIlJ,EAAI,MACvC,eAAiBkJ,EAAIjN,EAAI,MAAQiN,EAAIlJ,EAAI,UACzCiJ,EAAQ,UAAYA,EAAQ,IAAM,IAOrC,SAASI,GAAY7K,EAAI8K,GAGxB9K,EAAG+K,aAAeD,EAGdE,GACHT,GAAavK,EAAI8K,IAEjB9K,EAAG2H,MAAMsD,KAAOH,EAAMrN,EAAI,KAC1BuC,EAAG2H,MAAMuD,IAAMJ,EAAMtJ,EAAI,MAM3B,SAAS2J,GAAYnL,GAIpB,OAAOA,EAAG+K,cAAgB,IAAIxJ,EAAM,EAAG,GA2CxC,SAAS6J,KACRC,GAAGlL,OAAQ,YAAa+E,IAKzB,SAASoG,KACRC,GAAIpL,OAAQ,YAAa+E,IAU1B,SAASsG,GAAeC,GACvB,MAA6B,IAAtBA,EAAQC,UACdD,EAAUA,EAAQlD,WAEdkD,EAAQ9D,QACbgE,KACAC,GAAkBH,EAClBI,GAAgBJ,EAAQ9D,MAAMmE,QAC9BL,EAAQ9D,MAAMmE,QAAU,OACxBT,GAAGlL,OAAQ,UAAWwL,KAKvB,SAASA,KACHC,KACLA,GAAgBjE,MAAMmE,QAAUD,GAChCD,QAAkBvN,EAClBwN,QAAgBxN,EAChBkN,GAAIpL,OAAQ,UAAWwL,KAKxB,SAASI,GAAmBN,GAC3B,GACCA,EAAUA,EAAQlD,mBACRkD,EAAQO,aAAgBP,EAAQQ,cAAiBR,IAAYtI,SAAS+I,OACjF,OAAOT,EAOR,SAASU,GAASV,GACjB,IAAIW,EAAOX,EAAQY,wBAEnB,OACC5O,EAAG2O,EAAKE,MAAQb,EAAQO,aAAe,EACvCxK,EAAG4K,EAAKG,OAASd,EAAQQ,cAAgB,EACzCO,mBAAoBJ,GAoDtB,SAASf,GAAG/O,EAAKmQ,EAAOpQ,EAAIc,GAE3B,GAAqB,iBAAVsP,EACV,IAAK,IAAIzI,KAAQyI,EAChBC,GAAOpQ,EAAK0H,EAAMyI,EAAMzI,GAAO3H,QAKhC,IAAK,IAAIP,EAAI,EAAGE,GAFhByQ,EAAQ/N,EAAW+N,IAEStQ,OAAQL,EAAIE,EAAKF,IAC5C4Q,GAAOpQ,EAAKmQ,EAAM3Q,GAAIO,EAAIc,GAI5B,OAAOxB,KAaR,SAAS4P,GAAIjP,EAAKmQ,EAAOpQ,EAAIc,GAE5B,GAAqB,iBAAVsP,EACV,IAAK,IAAIzI,KAAQyI,EAChBE,GAAUrQ,EAAK0H,EAAMyI,EAAMzI,GAAO3H,QAE7B,GAAIoQ,EAGV,IAAK,IAAI3Q,EAAI,EAAGE,GAFhByQ,EAAQ/N,EAAW+N,IAEStQ,OAAQL,EAAIE,EAAKF,IAC5C6Q,GAAUrQ,EAAKmQ,EAAM3Q,GAAIO,EAAIc,OAExB,CACN,IAAK,IAAIpB,KAAKO,EAAIsQ,IACjBD,GAAUrQ,EAAKP,EAAGO,EAAIsQ,IAAW7Q,WAE3BO,EAAIsQ,IAGZ,OAAOjR,KAGR,SAAS+Q,GAAOpQ,EAAK0H,EAAM3H,EAAIc,GAC9B,IAAIyD,EAAKoD,EAAOlH,EAAMT,IAAOc,EAAU,IAAML,EAAMK,GAAW,IAE9D,GAAIb,EAAIsQ,KAActQ,EAAIsQ,IAAWhM,GAAO,OAAOjF,KAEnD,IAAIsI,EAAU,SAAUW,GACvB,OAAOvI,EAAGM,KAAKQ,GAAWb,EAAKsI,GAAKzE,OAAO0M,QAGxCC,EAAkB7I,EAElBoC,IAAqC,IAA1BrC,EAAKzE,QAAQ,SAE3BwE,EAAmBzH,EAAK0H,EAAMC,EAASrD,IAE7BmM,IAAmB,aAAT/I,IAAwBkC,GAChCG,IAAW2G,GAKb,qBAAsB1Q,EAEnB,eAAT0H,EACH1H,EAAI8I,iBAAiB,YAAa9I,EAAM,QAAU,aAAc2H,GAAS,GAErD,eAATD,GAAoC,eAATA,GACtCC,EAAU,SAAUW,GACnBA,EAAIA,GAAKzE,OAAO0M,MACZI,GAAiB3Q,EAAKsI,IACzBkI,EAAgBlI,IAGlBtI,EAAI8I,iBAA0B,eAATpB,EAAwB,YAAc,WAAYC,GAAS,KAGnE,UAATD,GAAoBkJ,KACvBjJ,EAAU,SAAUW,GACnBuI,GAAYvI,EAAGkI,KAGjBxQ,EAAI8I,iBAAiBpB,EAAMC,GAAS,IAG3B,gBAAiB3H,GAC3BA,EAAI8Q,YAAY,KAAOpJ,EAAMC,GA1B7BiC,EAAqB5J,EAAK2H,EAASrD,GA6BpCtE,EAAIsQ,IAAatQ,EAAIsQ,QACrBtQ,EAAIsQ,IAAWhM,GAAMqD,EAGtB,SAAS0I,GAAUrQ,EAAK0H,EAAM3H,EAAIc,GAEjC,IAAIyD,EAAKoD,EAAOlH,EAAMT,IAAOc,EAAU,IAAML,EAAMK,GAAW,IAC1D8G,EAAU3H,EAAIsQ,KAActQ,EAAIsQ,IAAWhM,GAE/C,IAAKqD,EAAW,OAAOtI,KAEnB0K,IAAqC,IAA1BrC,EAAKzE,QAAQ,SAC3B8E,EAAsB/H,EAAK0H,EAAMpD,IAEvBmM,IAAmB,aAAT/I,IAAwBoD,GAChCf,IAAW2G,GAGb,wBAAyB1Q,EAEtB,eAAT0H,EACH1H,EAAIgI,oBAAoB,YAAahI,EAAM,QAAU,aAAc2H,GAAS,GAG5E3H,EAAIgI,oBACM,eAATN,EAAwB,YACf,eAATA,EAAwB,WAAaA,EAAMC,GAAS,GAG5C,gBAAiB3H,GAC3BA,EAAI+Q,YAAY,KAAOrJ,EAAMC,GAd7BmD,EAAwB9K,EAAKsE,GAiB9BtE,EAAIsQ,IAAWhM,GAAM,KAUtB,SAAS0M,GAAgB1I,GAWxB,OATIA,EAAE0I,gBACL1I,EAAE0I,kBACQ1I,EAAE2I,cACZ3I,EAAE2I,cAAcC,UAAW,EAE3B5I,EAAEkC,cAAe,EAElB2G,GAAQ7I,GAEDjJ,KAKR,SAAS+R,GAAyB1N,GAEjC,OADA0M,GAAO1M,EAAI,aAAcsN,IAClB3R,KAMR,SAASgS,GAAwB3N,GAGhC,OAFAqL,GAAGrL,EAAI,gCAAiCsN,IACxCZ,GAAO1M,EAAI,QAAS4N,IACbjS,KAQR,SAASuJ,GAAeN,GAMvB,OALIA,EAAEM,eACLN,EAAEM,iBAEFN,EAAEiJ,aAAc,EAEVlS,KAKR,SAASmS,GAAKlJ,GAGb,OAFAM,GAAeN,GACf0I,GAAgB1I,GACTjJ,KAMR,SAASoS,GAAiBnJ,EAAGsD,GAC5B,IAAKA,EACJ,OAAO,IAAI3G,EAAMqD,EAAEoJ,QAASpJ,EAAEqJ,SAG/B,IAAIxD,EAAQ0B,GAASjE,GACjBsC,EAASC,EAAM+B,mBAEnB,OAAO,IAAIjL,GAGTqD,EAAEoJ,QAAUxD,EAAOS,MAAQR,EAAMhN,EAAIyK,EAAUgG,YAC/CtJ,EAAEqJ,QAAUzD,EAAOU,KAAOT,EAAMjJ,EAAI0G,EAAUiG,WAejD,SAASC,GAAcxJ,GACtB,OAAO,GAASA,EAAEyJ,YAAc,EACxBzJ,EAAE0J,QAA0B,IAAhB1J,EAAE2J,WAAoB3J,EAAE0J,OAASE,GAC7C5J,EAAE0J,QAA0B,IAAhB1J,EAAE2J,UAA+B,IAAX3J,EAAE0J,OACpC1J,EAAE0J,QAA0B,IAAhB1J,EAAE2J,UAA+B,IAAX3J,EAAE0J,OACpC1J,EAAE6J,QAAU7J,EAAE8J,OAAU,EACzB9J,EAAE+J,YAAc/J,EAAEyJ,aAAezJ,EAAE+J,YAAc,EAChD/J,EAAEgK,QAAUxQ,KAAKyQ,IAAIjK,EAAEgK,QAAU,MAAqB,IAAXhK,EAAEgK,OAC9ChK,EAAEgK,OAAShK,EAAEgK,QAAU,MAAQ,GAC/B,EAKR,SAAShB,GAAShJ,GAEjBkK,GAAWlK,EAAEZ,OAAQ,EAGtB,SAASyJ,GAAQ7I,GAChB,IAAImK,EAASD,GAAWlK,EAAEZ,MAG1B,OADA8K,GAAWlK,EAAEZ,OAAQ,EACd+K,EAIR,SAAS9B,GAAiBjN,EAAI4E,GAE7B,IAAIoK,EAAUpK,EAAEqK,cAEhB,IAAKD,EAAW,OAAO,EAEvB,IACC,KAAOA,GAAYA,IAAYhP,GAC9BgP,EAAUA,EAAQzG,WAElB,MAAO2G,GACR,OAAO,EAER,OAAQF,IAAYhP,EAMrB,SAASmN,GAAYvI,EAAGX,GACvB,IAAIkL,EAAavK,EAAEuK,WAAcvK,EAAE2I,eAAiB3I,EAAE2I,cAAc4B,UAChEC,EAAUC,IAAcF,EAAYE,GAOnCD,GAAWA,EAAU,KAAOA,EAAU,KAASxK,EAAEI,OAAOsK,kBAAoB1K,EAAE2K,WAClFzB,GAAKlJ,IAGNyK,GAAYF,EAEZlL,EAAQW,IAijGT,SAAS4K,GAAS3N,EAAQ4N,GACzB,IAAKA,IAAc5N,EAAO1F,OACzB,OAAO0F,EAAOtF,QAGf,IAAImT,EAAcD,EAAYA,EAQ9B,OALI5N,EAAS8N,GAAc9N,EAAQ6N,GAG/B7N,EAAS+N,GAAY/N,EAAQ6N,GAOlC,SAASG,GAAuBpM,EAAGqM,EAAIC,GACtC,OAAO3R,KAAK4R,KAAKC,GAAyBxM,EAAGqM,EAAIC,GAAI,IAUtD,SAASH,GAAY/N,EAAQ6N,GAE5B,IAAI1T,EAAM6F,EAAO1F,OAEb+T,EAAU,WADgBC,iBAAe9R,EAAY,GAAK8R,WAAa3T,OACxCR,GAE/BkU,EAAQ,GAAKA,EAAQlU,EAAM,GAAK,EAEpCoU,GAAgBvO,EAAQqO,EAASR,EAAa,EAAG1T,EAAM,GAEvD,IAAIF,EACAuU,KAEJ,IAAKvU,EAAI,EAAGA,EAAIE,EAAKF,IAChBoU,EAAQpU,IACXuU,EAAUjR,KAAKyC,EAAO/F,IAIxB,OAAOuU,EAGR,SAASD,GAAgBvO,EAAQqO,EAASR,EAAaY,EAAO7J,GAE7D,IACA8J,EAAOzU,EAAG0U,EADNC,EAAY,EAGhB,IAAK3U,EAAIwU,EAAQ,EAAGxU,GAAK2K,EAAO,EAAG3K,KAClC0U,EAASP,GAAyBpO,EAAO/F,GAAI+F,EAAOyO,GAAQzO,EAAO4E,IAAO,IAE7DgK,IACZF,EAAQzU,EACR2U,EAAYD,GAIVC,EAAYf,IACfQ,EAAQK,GAAS,EAEjBH,GAAgBvO,EAAQqO,EAASR,EAAaY,EAAOC,GACrDH,GAAgBvO,EAAQqO,EAASR,EAAaa,EAAO9J,IAKvD,SAASkJ,GAAc9N,EAAQ6N,GAG9B,IAAK,IAFDgB,GAAiB7O,EAAO,IAEnB/F,EAAI,EAAG6U,EAAO,EAAG3U,EAAM6F,EAAO1F,OAAQL,EAAIE,EAAKF,IACnD8U,GAAQ/O,EAAO/F,GAAI+F,EAAO8O,IAASjB,IACtCgB,EAActR,KAAKyC,EAAO/F,IAC1B6U,EAAO7U,GAMT,OAHI6U,EAAO3U,EAAM,GAChB0U,EAActR,KAAKyC,EAAO7F,EAAM,IAE1B0U,EAUR,SAASG,GAAYlP,EAAGC,EAAGkP,EAAQC,EAAazS,GAC/C,IAGI0S,EAASvN,EAAGwN,EAHZC,EAAQH,EAAcI,GAAYC,GAAYzP,EAAGmP,GACjDO,EAAQD,GAAYxP,EAAGkP,GAO3B,IAFIK,GAAYE,IAEH,CAEZ,KAAMH,EAAQG,GACb,OAAQ1P,EAAGC,GAIZ,GAAIsP,EAAQG,EACX,OAAO,EAMRJ,EAAUG,GADV3N,EAAI6N,GAAqB3P,EAAGC,EAD5BoP,EAAUE,GAASG,EACqBP,EAAQxS,GACvBwS,GAErBE,IAAYE,GACfvP,EAAI8B,EACJyN,EAAQD,IAERrP,EAAI6B,EACJ4N,EAAQJ,IAKX,SAASK,GAAqB3P,EAAGC,EAAG2P,EAAMT,EAAQxS,GACjD,IAIIb,EAAG+D,EAJHgQ,EAAK5P,EAAEnE,EAAIkE,EAAElE,EACbgU,EAAK7P,EAAEJ,EAAIG,EAAEH,EACb3D,EAAMiT,EAAOjT,IACbD,EAAMkT,EAAOlT,IAoBjB,OAjBW,EAAP2T,GACH9T,EAAIkE,EAAElE,EAAI+T,GAAM5T,EAAI4D,EAAIG,EAAEH,GAAKiQ,EAC/BjQ,EAAI5D,EAAI4D,GAES,EAAP+P,GACV9T,EAAIkE,EAAElE,EAAI+T,GAAM3T,EAAI2D,EAAIG,EAAEH,GAAKiQ,EAC/BjQ,EAAI3D,EAAI2D,GAES,EAAP+P,GACV9T,EAAIG,EAAIH,EACR+D,EAAIG,EAAEH,EAAIiQ,GAAM7T,EAAIH,EAAIkE,EAAElE,GAAK+T,GAEd,EAAPD,IACV9T,EAAII,EAAIJ,EACR+D,EAAIG,EAAEH,EAAIiQ,GAAM5T,EAAIJ,EAAIkE,EAAElE,GAAK+T,GAGzB,IAAIjQ,EAAM9D,EAAG+D,EAAGlD,GAGxB,SAAS8S,GAAY3N,EAAGqN,GACvB,IAAIS,EAAO,EAcX,OAZI9N,EAAEhG,EAAIqT,EAAOjT,IAAIJ,EACpB8T,GAAQ,EACE9N,EAAEhG,EAAIqT,EAAOlT,IAAIH,IAC3B8T,GAAQ,GAGL9N,EAAEjC,EAAIsP,EAAOjT,IAAI2D,EACpB+P,GAAQ,EACE9N,EAAEjC,EAAIsP,EAAOlT,IAAI4D,IAC3B+P,GAAQ,GAGFA,EAIR,SAASX,GAAQd,EAAIC,GACpB,IAAIyB,EAAKzB,EAAGtS,EAAIqS,EAAGrS,EACfgU,EAAK1B,EAAGvO,EAAIsO,EAAGtO,EACnB,OAAOgQ,EAAKA,EAAKC,EAAKA,EAIvB,SAASxB,GAAyBxM,EAAGqM,EAAIC,EAAIS,GAC5C,IAKIkB,EALAjU,EAAIqS,EAAGrS,EACP+D,EAAIsO,EAAGtO,EACPgQ,EAAKzB,EAAGtS,EAAIA,EACZgU,EAAK1B,EAAGvO,EAAIA,EACZmQ,EAAMH,EAAKA,EAAKC,EAAKA,EAkBzB,OAfIE,EAAM,KACTD,IAAMjO,EAAEhG,EAAIA,GAAK+T,GAAM/N,EAAEjC,EAAIA,GAAKiQ,GAAME,GAEhC,GACPlU,EAAIsS,EAAGtS,EACP+D,EAAIuO,EAAGvO,GACGkQ,EAAI,IACdjU,GAAK+T,EAAKE,EACVlQ,GAAKiQ,EAAKC,IAIZF,EAAK/N,EAAEhG,EAAIA,EACXgU,EAAKhO,EAAEjC,EAAIA,EAEJgP,EAASgB,EAAKA,EAAKC,EAAKA,EAAK,IAAIlQ,EAAM9D,EAAG+D,GAMlD,SAASoQ,GAAO1P,GACf,OAAQhB,GAAQgB,EAAQ,KAAiC,iBAAlBA,EAAQ,GAAG,SAA4C,IAAlBA,EAAQ,GAAG,GAGxF,SAAS2P,GAAM3P,GAEd,OADAd,QAAQC,KAAK,kEACNuQ,GAAO1P,GA2Bf,SAAS4P,GAAYjQ,EAAQiP,EAAQxS,GACpC,IAAIyT,EAEAjW,EAAGC,EAAGiW,EACNrQ,EAAGC,EACH5F,EAAKsK,EAAM7C,EAHXwO,GAAS,EAAG,EAAG,EAAG,GAKtB,IAAKnW,EAAI,EAAGE,EAAM6F,EAAO1F,OAAQL,EAAIE,EAAKF,IACzC+F,EAAO/F,GAAGoW,MAAQd,GAAYvP,EAAO/F,GAAIgV,GAI1C,IAAKkB,EAAI,EAAGA,EAAI,EAAGA,IAAK,CAIvB,IAHA1L,EAAO2L,EAAMD,GACbD,KAEKjW,EAAI,EAAwBC,GAArBC,EAAM6F,EAAO1F,QAAkB,EAAGL,EAAIE,EAAKD,EAAID,IAC1D6F,EAAIE,EAAO/F,GACX8F,EAAIC,EAAO9F,GAGL4F,EAAEuQ,MAAQ5L,EAUH1E,EAAEsQ,MAAQ5L,KACtB7C,EAAI6N,GAAqB1P,EAAGD,EAAG2E,EAAMwK,EAAQxS,IAC3C4T,MAAQd,GAAY3N,EAAGqN,GACzBiB,EAAc3S,KAAKqE,KAXf7B,EAAEsQ,MAAQ5L,KACb7C,EAAI6N,GAAqB1P,EAAGD,EAAG2E,EAAMwK,EAAQxS,IAC3C4T,MAAQd,GAAY3N,EAAGqN,GACzBiB,EAAc3S,KAAKqE,IAEpBsO,EAAc3S,KAAKuC,IASrBE,EAASkQ,EAGV,OAAOlQ,EA83ER,SAASsQ,GAAgBC,EAASvT,GAEjC,IAKIwT,EAAQnQ,EAASpG,EAAGE,EALpBsW,EAA4B,YAAjBF,EAAQpO,KAAqBoO,EAAQE,SAAWF,EAC3DG,EAASD,EAAWA,EAASE,YAAc,KAC3CC,KACAC,EAAe7T,GAAWA,EAAQ6T,aAClCC,EAAkB9T,GAAWA,EAAQ+T,gBAAkBA,GAG3D,IAAKL,IAAWD,EACf,OAAO,KAGR,OAAQA,EAAStO,MACjB,IAAK,QAEJ,OADAqO,EAASM,EAAgBJ,GAClBG,EAAeA,EAAaN,EAASC,GAAU,IAAIQ,GAAOR,GAElE,IAAK,aACJ,IAAKvW,EAAI,EAAGE,EAAMuW,EAAOpW,OAAQL,EAAIE,EAAKF,IACzCuW,EAASM,EAAgBJ,EAAOzW,IAChC2W,EAAOrT,KAAKsT,EAAeA,EAAaN,EAASC,GAAU,IAAIQ,GAAOR,IAEvE,OAAO,IAAIS,GAAaL,GAEzB,IAAK,aACL,IAAK,kBAEJ,OADAvQ,EAAU6Q,GAAgBR,EAA0B,eAAlBD,EAAStO,KAAwB,EAAI,EAAG2O,GACnE,IAAIK,GAAS9Q,EAASrD,GAE9B,IAAK,UACL,IAAK,eAEJ,OADAqD,EAAU6Q,GAAgBR,EAA0B,YAAlBD,EAAStO,KAAqB,EAAI,EAAG2O,GAChE,IAAIM,GAAQ/Q,EAASrD,GAE7B,IAAK,qBACJ,IAAK/C,EAAI,EAAGE,EAAMsW,EAASY,WAAW/W,OAAQL,EAAIE,EAAKF,IAAK,CAC3D,IAAIqX,EAAQhB,IACXG,SAAUA,EAASY,WAAWpX,GAC9BkI,KAAM,UACNoP,WAAYhB,EAAQgB,YAClBvU,GAECsU,GACHV,EAAOrT,KAAK+T,GAGd,OAAO,IAAIL,GAAaL,GAEzB,QACC,MAAM,IAAI3S,MAAM,4BAOlB,SAAS8S,GAAeL,GACvB,OAAO,IAAInQ,EAAOmQ,EAAO,GAAIA,EAAO,GAAIA,EAAO,IAOhD,SAASQ,GAAgBR,EAAQc,EAAYV,GAG5C,IAAK,IAAgCN,EAFjCnQ,KAEKpG,EAAI,EAAGE,EAAMuW,EAAOpW,OAAgBL,EAAIE,EAAKF,IACrDuW,EAASgB,EACRN,GAAgBR,EAAOzW,GAAIuX,EAAa,EAAGV,IAC1CA,GAAmBC,IAAgBL,EAAOzW,IAE5CoG,EAAQ9C,KAAKiT,GAGd,OAAOnQ,EAKR,SAASoR,GAAejB,EAAQkB,GAE/B,OADAA,EAAiC,iBAAdA,EAAyBA,EAAY,OAClClV,IAAfgU,EAAO9P,KACZvE,EAAUqU,EAAO/P,IAAKiR,GAAYvV,EAAUqU,EAAOhQ,IAAKkR,GAAYvV,EAAUqU,EAAO9P,IAAKgR,KAC1FvV,EAAUqU,EAAO/P,IAAKiR,GAAYvV,EAAUqU,EAAOhQ,IAAKkR,IAM3D,SAASC,GAAgBtR,EAASmR,EAAY9P,EAAQgQ,GAGrD,IAAK,IAFDhB,KAEKzW,EAAI,EAAGE,EAAMkG,EAAQ/F,OAAQL,EAAIE,EAAKF,IAC9CyW,EAAOnT,KAAKiU,EACXG,GAAgBtR,EAAQpG,GAAIuX,EAAa,EAAG9P,EAAQgQ,GACpDD,GAAepR,EAAQpG,GAAIyX,IAO7B,OAJKF,GAAc9P,GAClBgP,EAAOnT,KAAKmT,EAAO,IAGbA,EAGR,SAASkB,GAAWN,EAAOO,GAC1B,OAAOP,EAAMQ,QACZ/X,KAAWuX,EAAMQ,SAAUrB,SAAUoB,IACrCE,GAAUF,GAKZ,SAASE,GAAUxB,GAClB,MAAqB,YAAjBA,EAAQpO,MAAuC,sBAAjBoO,EAAQpO,KAClCoO,GAIPpO,KAAM,UACNoP,cACAd,SAAUF,GA+HZ,SAASyB,GAAQzB,EAASvT,GACzB,OAAO,IAAIiV,GAAQ1B,EAASvT,GAsqF7B,SAASkV,GAAUC,EAAKnV,GACvB,OAAO,IAAIoV,GAAUD,EAAKnV,GA6tB3B,SAASqV,GAASrV,GACjB,OAAOsV,GAAS,IAAIC,GAAOvV,GAAW,KA8VvC,SAASwV,GAAMxV,GACd,OAAO6E,IAAO4Q,GAAM,IAAIC,GAAI1V,GAAW,KAt+YxC,IAQI2V,GAASC,OAAOD,OACpBC,OAAOD,OAAS,SAAUlY,GAAO,OAAOA,GAkBxC,IAAIyC,GAAS0V,OAAO1V,QAAU,WAC7B,SAAS2V,KACT,OAAO,SAAUC,GAEhB,OADAD,EAAEjY,UAAYkY,EACP,IAAID,GAJiB,GA2B1B1X,GAAS,EAyGT2C,GAAa,qBAuBbuB,GAAU1E,MAAM0E,SAAW,SAAU5E,GACxC,MAAgD,mBAAxCmY,OAAOhY,UAAUmY,SAASjY,KAAKL,IAgBpCuY,GAAgB,6DAQhBtU,GAAW,EAWXG,GAAYP,OAAO2U,uBAAyB7U,EAAY,0BAA4BG,EACpFS,GAAWV,OAAO4U,sBAAwB9U,EAAY,yBACxDA,EAAY,gCAAkC,SAAUW,GAAMT,OAAO6U,aAAapU,IAyBhFqU,IAAQR,OAAOD,QAAUC,SAC5BD,OAAQA,GACR5Y,OAAQA,EACRmD,OAAQA,GACR3C,KAAMA,EACNY,OAAQA,GACRF,MAAOA,EACPG,SAAUA,EACVO,QAASA,EACTO,QAASA,EACTC,UAAWA,EACXO,KAAMA,EACNG,WAAYA,EACZE,WAAYA,EACZI,eAAgBA,EAChBS,SAAUA,EACVyB,QAASA,GACT3B,QAASA,EACTsV,cAAeA,GACfnU,UAAWA,GACXG,SAAUA,GACVL,iBAAkBA,EAClBG,gBAAiBA,IAalBG,EAAMlF,OAAS,SAAU0O,GAKxB,IAAI4K,EAAW,WAGVvZ,KAAKwZ,YACRxZ,KAAKwZ,WAAWzY,MAAMf,KAAMO,WAI7BP,KAAKyZ,iBAGFC,EAAcH,EAASI,UAAY3Z,KAAKc,UAExCkY,EAAQ5V,GAAOsW,GACnBV,EAAMY,YAAcL,EAEpBA,EAASzY,UAAYkY,EAGrB,IAAK,IAAI7Y,KAAKH,KACTA,KAAKmD,eAAehD,IAAY,cAANA,GAA2B,cAANA,IAClDoZ,EAASpZ,GAAKH,KAAKG,IA2CrB,OAtCIwO,EAAMkL,UACT5Z,EAAOsZ,EAAU5K,EAAMkL,gBAChBlL,EAAMkL,SAIVlL,EAAMtJ,WACTD,EAA2BuJ,EAAMtJ,UACjCpF,EAAOc,MAAM,MAAOiY,GAAO9X,OAAOyN,EAAMtJ,kBACjCsJ,EAAMtJ,UAIV2T,EAAM9V,UACTyL,EAAMzL,QAAUjD,EAAOmD,GAAO4V,EAAM9V,SAAUyL,EAAMzL,UAIrDjD,EAAO+Y,EAAOrK,GAEdqK,EAAMc,cAGNd,EAAMS,cAAgB,WAErB,IAAIzZ,KAAK+Z,iBAAT,CAEIL,EAAYD,eACfC,EAAYD,cAAczY,KAAKhB,MAGhCA,KAAK+Z,kBAAmB,EAExB,IAAK,IAAI5Z,EAAI,EAAGE,EAAM2Y,EAAMc,WAAWtZ,OAAQL,EAAIE,EAAKF,IACvD6Y,EAAMc,WAAW3Z,GAAGa,KAAKhB,QAIpBuZ,GAMRpU,EAAM6U,QAAU,SAAUrL,GAEzB,OADA1O,EAAOD,KAAKc,UAAW6N,GAChB3O,MAKRmF,EAAM8U,aAAe,SAAU/W,GAE9B,OADAjD,EAAOD,KAAKc,UAAUoC,QAASA,GACxBlD,MAKRmF,EAAM+U,YAAc,SAAUxZ,GAC7B,IAAIO,EAAOJ,MAAMC,UAAUF,MAAMI,KAAKT,UAAW,GAE7C4Z,EAAqB,mBAAPzZ,EAAoBA,EAAK,WAC1CV,KAAKU,GAAIK,MAAMf,KAAMiB,IAKtB,OAFAjB,KAAKc,UAAUgZ,WAAa9Z,KAAKc,UAAUgZ,eAC3C9Z,KAAKc,UAAUgZ,WAAWrW,KAAK0W,GACxBna,MA0CR,IAAIwF,IAQHkK,GAAI,SAAUoB,EAAOpQ,EAAIc,GAGxB,GAAqB,iBAAVsP,EACV,IAAK,IAAIzI,KAAQyI,EAGhB9Q,KAAKoa,IAAI/R,EAAMyI,EAAMzI,GAAO3H,QAO7B,IAAK,IAAIP,EAAI,EAAGE,GAFhByQ,EAAQ/N,EAAW+N,IAEStQ,OAAQL,EAAIE,EAAKF,IAC5CH,KAAKoa,IAAItJ,EAAM3Q,GAAIO,EAAIc,GAIzB,OAAOxB,MAcR4P,IAAK,SAAUkB,EAAOpQ,EAAIc,GAEzB,GAAKsP,EAIE,GAAqB,iBAAVA,EACjB,IAAK,IAAIzI,KAAQyI,EAChB9Q,KAAKqa,KAAKhS,EAAMyI,EAAMzI,GAAO3H,QAM9B,IAAK,IAAIP,EAAI,EAAGE,GAFhByQ,EAAQ/N,EAAW+N,IAEStQ,OAAQL,EAAIE,EAAKF,IAC5CH,KAAKqa,KAAKvJ,EAAM3Q,GAAIO,EAAIc,eAXlBxB,KAAKsa,QAeb,OAAOta,MAIRoa,IAAK,SAAU/R,EAAM3H,EAAIc,GACxBxB,KAAKsa,QAAUta,KAAKsa,YAGpB,IAAIC,EAAgBva,KAAKsa,QAAQjS,GAC5BkS,IACJA,KACAva,KAAKsa,QAAQjS,GAAQkS,GAGlB/Y,IAAYxB,OAEfwB,OAAUkB,GAMX,IAAK,IAJD8X,GAAe9Z,GAAIA,EAAI+Z,IAAKjZ,GAC5BkZ,EAAYH,EAGPpa,EAAI,EAAGE,EAAMqa,EAAUla,OAAQL,EAAIE,EAAKF,IAChD,GAAIua,EAAUva,GAAGO,KAAOA,GAAMga,EAAUva,GAAGsa,MAAQjZ,EAClD,OAIFkZ,EAAUjX,KAAK+W,IAGhBH,KAAM,SAAUhS,EAAM3H,EAAIc,GACzB,IAAIkZ,EACAva,EACAE,EAEJ,GAAKL,KAAKsa,UAEVI,EAAY1a,KAAKsa,QAAQjS,IAMzB,GAAK3H,GAcL,GAJIc,IAAYxB,OACfwB,OAAUkB,GAGPgY,EAGH,IAAKva,EAAI,EAAGE,EAAMqa,EAAUla,OAAQL,EAAIE,EAAKF,IAAK,CACjD,IAAIwa,EAAID,EAAUva,GAClB,GAAIwa,EAAEF,MAAQjZ,GACVmZ,EAAEja,KAAOA,EAWZ,OARAia,EAAEja,GAAK0B,EAEHpC,KAAK4a,eAER5a,KAAKsa,QAAQjS,GAAQqS,EAAYA,EAAU9Z,cAE5C8Z,EAAUG,OAAO1a,EAAG,QA7BvB,CAEC,IAAKA,EAAI,EAAGE,EAAMqa,EAAUla,OAAQL,EAAIE,EAAKF,IAC5Cua,EAAUva,GAAGO,GAAK0B,SAGZpC,KAAKsa,QAAQjS,KAmCtByS,KAAM,SAAUzS,EAAMtE,EAAMgX,GAC3B,IAAK/a,KAAKgb,QAAQ3S,EAAM0S,GAAc,OAAO/a,KAE7C,IAAIkR,EAAQjR,KAAW8D,GACtBsE,KAAMA,EACNgB,OAAQrJ,KACRib,aAAclX,GAAQA,EAAKkX,cAAgBjb,OAG5C,GAAIA,KAAKsa,QAAS,CACjB,IAAII,EAAY1a,KAAKsa,QAAQjS,GAE7B,GAAIqS,EAAW,CACd1a,KAAK4a,aAAgB5a,KAAK4a,aAAe,GAAM,EAC/C,IAAK,IAAIza,EAAI,EAAGE,EAAMqa,EAAUla,OAAQL,EAAIE,EAAKF,IAAK,CACrD,IAAIwa,EAAID,EAAUva,GAClBwa,EAAEja,GAAGM,KAAK2Z,EAAEF,KAAOza,KAAMkR,GAG1BlR,KAAK4a,gBASP,OALIG,GAEH/a,KAAKkb,gBAAgBhK,GAGflR,MAKRgb,QAAS,SAAU3S,EAAM0S,GACxB,IAAIL,EAAY1a,KAAKsa,SAAWta,KAAKsa,QAAQjS,GAC7C,GAAIqS,GAAaA,EAAUla,OAAU,OAAO,EAE5C,GAAIua,EAEH,IAAK,IAAI9V,KAAMjF,KAAKmb,cACnB,GAAInb,KAAKmb,cAAclW,GAAI+V,QAAQ3S,EAAM0S,GAAc,OAAO,EAGhE,OAAO,GAKRK,KAAM,SAAUtK,EAAOpQ,EAAIc,GAE1B,GAAqB,iBAAVsP,EAAoB,CAC9B,IAAK,IAAIzI,KAAQyI,EAChB9Q,KAAKob,KAAK/S,EAAMyI,EAAMzI,GAAO3H,GAE9B,OAAOV,KAGR,IAAIsI,EAAU7H,EAAK,WAClBT,KACK4P,IAAIkB,EAAOpQ,EAAIc,GACfoO,IAAIkB,EAAOxI,EAAS9G,IACvBxB,MAGH,OAAOA,KACF0P,GAAGoB,EAAOpQ,EAAIc,GACdkO,GAAGoB,EAAOxI,EAAS9G,IAKzB6Z,eAAgB,SAAU1a,GAGzB,OAFAX,KAAKmb,cAAgBnb,KAAKmb,kBAC1Bnb,KAAKmb,cAAcha,EAAMR,IAAQA,EAC1BX,MAKRsb,kBAAmB,SAAU3a,GAI5B,OAHIX,KAAKmb,sBACDnb,KAAKmb,cAAcha,EAAMR,IAE1BX,MAGRkb,gBAAiB,SAAUjS,GAC1B,IAAK,IAAIhE,KAAMjF,KAAKmb,cACnBnb,KAAKmb,cAAclW,GAAI6V,KAAK7R,EAAEZ,KAAMpI,GACnCuX,MAAOvO,EAAEI,OACTkS,eAAgBtS,EAAEI,QAChBJ,IAAI,KASVzD,GAAOiE,iBAAmBjE,GAAOkK,GAOjClK,GAAOmD,oBAAsBnD,GAAOgW,uBAAyBhW,GAAOoK,IAIpEpK,GAAOiW,wBAA0BjW,GAAO4V,KAIxC5V,GAAOkW,UAAYlW,GAAOsV,KAI1BtV,GAAOmW,kBAAoBnW,GAAOwV,QAElC,IAAIY,GAAUzW,EAAMlF,OAAOuF,IAiCvBqW,GAAQpZ,KAAKoZ,OAAS,SAAUC,GACnC,OAAOA,EAAI,EAAIrZ,KAAKsZ,MAAMD,GAAKrZ,KAAKuZ,KAAKF,IAG1ClW,EAAM9E,WAILmb,MAAO,WACN,OAAO,IAAIrW,EAAM5F,KAAK8B,EAAG9B,KAAK6F,IAK/B+H,IAAK,SAAUuB,GAEd,OAAOnP,KAAKic,QAAQC,KAAKpW,EAAQqJ,KAGlC+M,KAAM,SAAU/M,GAIf,OAFAnP,KAAK8B,GAAKqN,EAAMrN,EAChB9B,KAAK6F,GAAKsJ,EAAMtJ,EACT7F,MAKRmc,SAAU,SAAUhN,GACnB,OAAOnP,KAAKic,QAAQG,UAAUtW,EAAQqJ,KAGvCiN,UAAW,SAAUjN,GAGpB,OAFAnP,KAAK8B,GAAKqN,EAAMrN,EAChB9B,KAAK6F,GAAKsJ,EAAMtJ,EACT7F,MAKRqc,SAAU,SAAU/Z,GACnB,OAAOtC,KAAKic,QAAQK,UAAUha,IAG/Bga,UAAW,SAAUha,GAGpB,OAFAtC,KAAK8B,GAAKQ,EACVtC,KAAK6F,GAAKvD,EACHtC,MAKRuc,WAAY,SAAUja,GACrB,OAAOtC,KAAKic,QAAQO,YAAYla,IAGjCka,YAAa,SAAUla,GAGtB,OAFAtC,KAAK8B,GAAKQ,EACVtC,KAAK6F,GAAKvD,EACHtC,MAQRyc,QAAS,SAAUtN,GAClB,OAAO,IAAIvJ,EAAM5F,KAAK8B,EAAIqN,EAAMrN,EAAG9B,KAAK6F,EAAIsJ,EAAMtJ,IAMnD6W,UAAW,SAAUvN,GACpB,OAAO,IAAIvJ,EAAM5F,KAAK8B,EAAIqN,EAAMrN,EAAG9B,KAAK6F,EAAIsJ,EAAMtJ,IAKnDlD,MAAO,WACN,OAAO3C,KAAKic,QAAQU,UAGrBA,OAAQ,WAGP,OAFA3c,KAAK8B,EAAIW,KAAKE,MAAM3C,KAAK8B,GACzB9B,KAAK6F,EAAIpD,KAAKE,MAAM3C,KAAK6F,GAClB7F,MAKR+b,MAAO,WACN,OAAO/b,KAAKic,QAAQW,UAGrBA,OAAQ,WAGP,OAFA5c,KAAK8B,EAAIW,KAAKsZ,MAAM/b,KAAK8B,GACzB9B,KAAK6F,EAAIpD,KAAKsZ,MAAM/b,KAAK6F,GAClB7F,MAKRgc,KAAM,WACL,OAAOhc,KAAKic,QAAQY,SAGrBA,MAAO,WAGN,OAFA7c,KAAK8B,EAAIW,KAAKuZ,KAAKhc,KAAK8B,GACxB9B,KAAK6F,EAAIpD,KAAKuZ,KAAKhc,KAAK6F,GACjB7F,MAKR6b,MAAO,WACN,OAAO7b,KAAKic,QAAQa,UAGrBA,OAAQ,WAGP,OAFA9c,KAAK8B,EAAI+Z,GAAM7b,KAAK8B,GACpB9B,KAAK6F,EAAIgW,GAAM7b,KAAK6F,GACb7F,MAKR+c,WAAY,SAAU5N,GAGrB,IAAIrN,GAFJqN,EAAQrJ,EAAQqJ,IAEFrN,EAAI9B,KAAK8B,EACnB+D,EAAIsJ,EAAMtJ,EAAI7F,KAAK6F,EAEvB,OAAOpD,KAAK4R,KAAKvS,EAAIA,EAAI+D,EAAIA,IAK9BmX,OAAQ,SAAU7N,GAGjB,OAFAA,EAAQrJ,EAAQqJ,IAEHrN,IAAM9B,KAAK8B,GACjBqN,EAAMtJ,IAAM7F,KAAK6F,GAKzByH,SAAU,SAAU6B,GAGnB,OAFAA,EAAQrJ,EAAQqJ,GAET1M,KAAKyQ,IAAI/D,EAAMrN,IAAMW,KAAKyQ,IAAIlT,KAAK8B,IACnCW,KAAKyQ,IAAI/D,EAAMtJ,IAAMpD,KAAKyQ,IAAIlT,KAAK6F,IAK3CoT,SAAU,WACT,MAAO,SACC5W,EAAUrC,KAAK8B,GAAK,KACpBO,EAAUrC,KAAK6F,GAAK,MAiE9BE,EAAOjF,WAGNb,OAAQ,SAAUkP,GAgBjB,OAfAA,EAAQrJ,EAAQqJ,GAMXnP,KAAKkC,KAAQlC,KAAKiC,KAItBjC,KAAKkC,IAAIJ,EAAIW,KAAKP,IAAIiN,EAAMrN,EAAG9B,KAAKkC,IAAIJ,GACxC9B,KAAKiC,IAAIH,EAAIW,KAAKR,IAAIkN,EAAMrN,EAAG9B,KAAKiC,IAAIH,GACxC9B,KAAKkC,IAAI2D,EAAIpD,KAAKP,IAAIiN,EAAMtJ,EAAG7F,KAAKkC,IAAI2D,GACxC7F,KAAKiC,IAAI4D,EAAIpD,KAAKR,IAAIkN,EAAMtJ,EAAG7F,KAAKiC,IAAI4D,KANxC7F,KAAKkC,IAAMiN,EAAM8M,QACjBjc,KAAKiC,IAAMkN,EAAM8M,SAOXjc,MAKRid,UAAW,SAAUta,GACpB,OAAO,IAAIiD,GACF5F,KAAKkC,IAAIJ,EAAI9B,KAAKiC,IAAIH,GAAK,GAC3B9B,KAAKkC,IAAI2D,EAAI7F,KAAKiC,IAAI4D,GAAK,EAAGlD,IAKxCua,cAAe,WACd,OAAO,IAAItX,EAAM5F,KAAKkC,IAAIJ,EAAG9B,KAAKiC,IAAI4D,IAKvCsX,YAAa,WACZ,OAAO,IAAIvX,EAAM5F,KAAKiC,IAAIH,EAAG9B,KAAKkC,IAAI2D,IAKvCuX,WAAY,WACX,OAAOpd,KAAKkC,KAKbmb,eAAgB,WACf,OAAOrd,KAAKiC,KAKbqb,QAAS,WACR,OAAOtd,KAAKiC,IAAIka,SAASnc,KAAKkC,MAQ/BoL,SAAU,SAAU3M,GACnB,IAAIuB,EAAKD,EAeT,OAZCtB,EADqB,iBAAXA,EAAI,IAAmBA,aAAeiF,EAC1CE,EAAQnF,GAERwF,EAASxF,cAGGoF,GAClB7D,EAAMvB,EAAIuB,IACVD,EAAMtB,EAAIsB,KAEVC,EAAMD,EAAMtB,EAGLuB,EAAIJ,GAAK9B,KAAKkC,IAAIJ,GAClBG,EAAIH,GAAK9B,KAAKiC,IAAIH,GAClBI,EAAI2D,GAAK7F,KAAKkC,IAAI2D,GAClB5D,EAAI4D,GAAK7F,KAAKiC,IAAI4D,GAM3B0X,WAAY,SAAUpI,GACrBA,EAAShP,EAASgP,GAElB,IAAIjT,EAAMlC,KAAKkC,IACXD,EAAMjC,KAAKiC,IACXub,EAAOrI,EAAOjT,IACdub,EAAOtI,EAAOlT,IACdyb,EAAeD,EAAK3b,GAAKI,EAAIJ,GAAO0b,EAAK1b,GAAKG,EAAIH,EAClD6b,EAAeF,EAAK5X,GAAK3D,EAAI2D,GAAO2X,EAAK3X,GAAK5D,EAAI4D,EAEtD,OAAO6X,GAAeC,GAMvBC,SAAU,SAAUzI,GACnBA,EAAShP,EAASgP,GAElB,IAAIjT,EAAMlC,KAAKkC,IACXD,EAAMjC,KAAKiC,IACXub,EAAOrI,EAAOjT,IACdub,EAAOtI,EAAOlT,IACd4b,EAAaJ,EAAK3b,EAAII,EAAIJ,GAAO0b,EAAK1b,EAAIG,EAAIH,EAC9Cgc,EAAaL,EAAK5X,EAAI3D,EAAI2D,GAAO2X,EAAK3X,EAAI5D,EAAI4D,EAElD,OAAOgY,GAAaC,GAGrBC,QAAS,WACR,SAAU/d,KAAKkC,MAAOlC,KAAKiC,OAyD7BmE,EAAatF,WAQZb,OAAQ,SAAUU,GACjB,IAEIqd,EAAKC,EAFLC,EAAKle,KAAKme,WACVC,EAAKpe,KAAKqe,WAGd,GAAI1d,aAAe8F,EAClBuX,EAAMrd,EACNsd,EAAMtd,MAEA,CAAA,KAAIA,aAAeyF,GAOzB,OAAOzF,EAAMX,KAAKC,OAAO6G,EAASnG,IAAQ6F,EAAe7F,IAAQX,KAHjE,GAHAge,EAAMrd,EAAIwd,WACVF,EAAMtd,EAAI0d,YAELL,IAAQC,EAAO,OAAOje,KAgB5B,OAVKke,GAAOE,GAIXF,EAAGxX,IAAMjE,KAAKP,IAAI8b,EAAItX,IAAKwX,EAAGxX,KAC9BwX,EAAGvX,IAAMlE,KAAKP,IAAI8b,EAAIrX,IAAKuX,EAAGvX,KAC9ByX,EAAG1X,IAAMjE,KAAKR,IAAIgc,EAAIvX,IAAK0X,EAAG1X,KAC9B0X,EAAGzX,IAAMlE,KAAKR,IAAIgc,EAAItX,IAAKyX,EAAGzX,OAN9B3G,KAAKme,WAAa,IAAI1X,EAAOuX,EAAItX,IAAKsX,EAAIrX,KAC1C3G,KAAKqe,WAAa,IAAI5X,EAAOwX,EAAIvX,IAAKuX,EAAItX,MAQpC3G,MAORse,IAAK,SAAUC,GACd,IAAIL,EAAKle,KAAKme,WACVC,EAAKpe,KAAKqe,WACVG,EAAe/b,KAAKyQ,IAAIgL,EAAGxX,IAAM0X,EAAG1X,KAAO6X,EAC3CE,EAAchc,KAAKyQ,IAAIgL,EAAGvX,IAAMyX,EAAGzX,KAAO4X,EAE9C,OAAO,IAAInY,EACH,IAAIK,EAAOyX,EAAGxX,IAAM8X,EAAcN,EAAGvX,IAAM8X,GAC3C,IAAIhY,EAAO2X,EAAG1X,IAAM8X,EAAcJ,EAAGzX,IAAM8X,KAKpDxB,UAAW,WACV,OAAO,IAAIxW,GACFzG,KAAKme,WAAWzX,IAAM1G,KAAKqe,WAAW3X,KAAO,GAC7C1G,KAAKme,WAAWxX,IAAM3G,KAAKqe,WAAW1X,KAAO,IAKvD+X,aAAc,WACb,OAAO1e,KAAKme,YAKbQ,aAAc,WACb,OAAO3e,KAAKqe,YAKbO,aAAc,WACb,OAAO,IAAInY,EAAOzG,KAAK6e,WAAY7e,KAAK8e,YAKzCC,aAAc,WACb,OAAO,IAAItY,EAAOzG,KAAKgf,WAAYhf,KAAKif,YAKzCH,QAAS,WACR,OAAO9e,KAAKme,WAAWxX,KAKxBqY,SAAU,WACT,OAAOhf,KAAKme,WAAWzX,KAKxBuY,QAAS,WACR,OAAOjf,KAAKqe,WAAW1X,KAKxBkY,SAAU,WACT,OAAO7e,KAAKqe,WAAW3X,KASxB4G,SAAU,SAAU3M,GAElBA,EADqB,iBAAXA,EAAI,IAAmBA,aAAe8F,GAAU,QAAS9F,EAC7DmG,EAASnG,GAET6F,EAAe7F,GAGtB,IAEIqd,EAAKC,EAFLC,EAAKle,KAAKme,WACVC,EAAKpe,KAAKqe,WAUd,OAPI1d,aAAeyF,GAClB4X,EAAMrd,EAAI+d,eACVT,EAAMtd,EAAIge,gBAEVX,EAAMC,EAAMtd,EAGLqd,EAAItX,KAAOwX,EAAGxX,KAASuX,EAAIvX,KAAO0X,EAAG1X,KACrCsX,EAAIrX,KAAOuX,EAAGvX,KAASsX,EAAItX,KAAOyX,EAAGzX,KAK9C4W,WAAY,SAAUpI,GACrBA,EAAS3O,EAAe2O,GAExB,IAAI+I,EAAKle,KAAKme,WACVC,EAAKpe,KAAKqe,WACVL,EAAM7I,EAAOuJ,eACbT,EAAM9I,EAAOwJ,eAEbO,EAAiBjB,EAAIvX,KAAOwX,EAAGxX,KAASsX,EAAItX,KAAO0X,EAAG1X,IACtDyY,EAAiBlB,EAAItX,KAAOuX,EAAGvX,KAASqX,EAAIrX,KAAOyX,EAAGzX,IAE1D,OAAOuY,GAAiBC,GAKzBvB,SAAU,SAAUzI,GACnBA,EAAS3O,EAAe2O,GAExB,IAAI+I,EAAKle,KAAKme,WACVC,EAAKpe,KAAKqe,WACVL,EAAM7I,EAAOuJ,eACbT,EAAM9I,EAAOwJ,eAEbS,EAAenB,EAAIvX,IAAMwX,EAAGxX,KAASsX,EAAItX,IAAM0X,EAAG1X,IAClD2Y,EAAepB,EAAItX,IAAMuX,EAAGvX,KAASqX,EAAIrX,IAAMyX,EAAGzX,IAEtD,OAAOyY,GAAeC,GAKvBC,aAAc,WACb,OAAQtf,KAAK8e,UAAW9e,KAAKgf,WAAYhf,KAAKif,UAAWjf,KAAK6e,YAAYhb,KAAK,MAKhFmZ,OAAQ,SAAU7H,EAAQoK,GACzB,QAAKpK,IAELA,EAAS3O,EAAe2O,GAEjBnV,KAAKme,WAAWnB,OAAO7H,EAAOuJ,eAAgBa,IAC9Cvf,KAAKqe,WAAWrB,OAAO7H,EAAOwJ,eAAgBY,KAKtDxB,QAAS,WACR,SAAU/d,KAAKme,aAAcne,KAAKqe,cAgEpC5X,EAAO3F,WAGNkc,OAAQ,SAAUrc,EAAK4e,GACtB,QAAK5e,IAELA,EAAMmG,EAASnG,GAEF8B,KAAKR,IACVQ,KAAKyQ,IAAIlT,KAAK0G,IAAM/F,EAAI+F,KACxBjE,KAAKyQ,IAAIlT,KAAK2G,IAAMhG,EAAIgG,aAEAjE,IAAd6c,EAA0B,KAASA,KAKtDtG,SAAU,SAAUrB,GACnB,MAAO,UACCvV,EAAUrC,KAAK0G,IAAKkR,GAAa,KACjCvV,EAAUrC,KAAK2G,IAAKiR,GAAa,KAK1CmF,WAAY,SAAUyC,GACrB,OAAOC,GAAMC,SAAS1f,KAAM8G,EAAS0Y,KAKtCG,KAAM,WACL,OAAOF,GAAMG,WAAW5f,OAKzBmG,SAAU,SAAU0Z,GACnB,IAAIC,EAAc,IAAMD,EAAe,SACnCE,EAAcD,EAAcrd,KAAKud,IAAKvd,KAAKwd,GAAK,IAAOjgB,KAAK0G,KAEhE,OAAOF,GACExG,KAAK0G,IAAMoZ,EAAa9f,KAAK2G,IAAMoZ,IACnC/f,KAAK0G,IAAMoZ,EAAa9f,KAAK2G,IAAMoZ,KAG7C9D,MAAO,WACN,OAAO,IAAIxV,EAAOzG,KAAK0G,IAAK1G,KAAK2G,IAAK3G,KAAK4G,OA2D7C,IAAIsZ,IAGHC,cAAe,SAAUzJ,EAAQ0J,GAChC,IAAIC,EAAiBrgB,KAAKsgB,WAAWC,QAAQ7J,GACzC5H,EAAQ9O,KAAK8O,MAAMsR,GAEvB,OAAOpgB,KAAKwgB,eAAeC,WAAWJ,EAAgBvR,IAMvD4R,cAAe,SAAUvR,EAAOiR,GAC/B,IAAItR,EAAQ9O,KAAK8O,MAAMsR,GACnBO,EAAqB3gB,KAAKwgB,eAAeI,YAAYzR,EAAOL,GAEhE,OAAO9O,KAAKsgB,WAAWO,UAAUF,IAMlCJ,QAAS,SAAU7J,GAClB,OAAO1W,KAAKsgB,WAAWC,QAAQ7J,IAMhCmK,UAAW,SAAU1R,GACpB,OAAOnP,KAAKsgB,WAAWO,UAAU1R,IAOlCL,MAAO,SAAUsR,GAChB,OAAO,IAAM3d,KAAKD,IAAI,EAAG4d,IAM1BA,KAAM,SAAUtR,GACf,OAAOrM,KAAKqe,IAAIhS,EAAQ,KAAOrM,KAAKse,KAKrCC,mBAAoB,SAAUZ,GAC7B,GAAIpgB,KAAKihB,SAAY,OAAO,KAE5B,IAAIhb,EAAIjG,KAAKsgB,WAAWnL,OACpB+L,EAAIlhB,KAAK8O,MAAMsR,GAInB,OAAO,IAAIra,EAHD/F,KAAKwgB,eAAeW,UAAUlb,EAAE/D,IAAKgf,GACrClhB,KAAKwgB,eAAeW,UAAUlb,EAAEhE,IAAKif,KAwBhDD,UAAU,EAKVrB,WAAY,SAAUlJ,GACrB,IAAI/P,EAAM3G,KAAKohB,QAAUvf,EAAQ6U,EAAO/P,IAAK3G,KAAKohB,SAAS,GAAQ1K,EAAO/P,IAI1E,OAAO,IAAIF,EAHDzG,KAAKqhB,QAAUxf,EAAQ6U,EAAOhQ,IAAK1G,KAAKqhB,SAAS,GAAQ3K,EAAOhQ,IAGnDC,EAFb+P,EAAO9P,MASlB0a,iBAAkB,SAAUnM,GAC3B,IAAIoM,EAASpM,EAAO8H,YAChBuE,EAAYxhB,KAAK4f,WAAW2B,GAC5BE,EAAWF,EAAO7a,IAAM8a,EAAU9a,IAClCgb,EAAWH,EAAO5a,IAAM6a,EAAU7a,IAEtC,GAAiB,IAAb8a,GAA+B,IAAbC,EACrB,OAAOvM,EAGR,IAAI+I,EAAK/I,EAAOuJ,eACZN,EAAKjJ,EAAOwJ,eAIhB,OAAO,IAAIvY,EAHC,IAAIK,EAAOyX,EAAGxX,IAAM+a,EAAUvD,EAAGvX,IAAM+a,GACvC,IAAIjb,EAAO2X,EAAG1X,IAAM+a,EAAUrD,EAAGzX,IAAM+a,MAgBjDjC,GAAQxf,KAAWigB,IACtBkB,UAAW,IAAK,KAKhBO,EAAG,OAGHjC,SAAU,SAAUkC,EAASC,GAC5B,IAAIC,EAAMrf,KAAKwd,GAAK,IAChB8B,EAAOH,EAAQlb,IAAMob,EACrBE,EAAOH,EAAQnb,IAAMob,EACrBG,EAAUxf,KAAKyf,KAAKL,EAAQnb,IAAMkb,EAAQlb,KAAOob,EAAM,GACvDK,EAAU1f,KAAKyf,KAAKL,EAAQlb,IAAMib,EAAQjb,KAAOmb,EAAM,GACvD9b,EAAIic,EAAUA,EAAUxf,KAAKud,IAAI+B,GAAQtf,KAAKud,IAAIgC,GAAQG,EAAUA,EACpEpb,EAAI,EAAItE,KAAK2f,MAAM3f,KAAK4R,KAAKrO,GAAIvD,KAAK4R,KAAK,EAAIrO,IACnD,OAAOhG,KAAK2hB,EAAI5a,KAadsb,IAEHV,EAAG,QACHW,aAAc,cAEd/B,QAAS,SAAU7J,GAClB,IAAIvU,EAAIM,KAAKwd,GAAK,IACdhe,EAAMjC,KAAKsiB,aACX5b,EAAMjE,KAAKR,IAAIQ,KAAKP,IAAID,EAAKyU,EAAOhQ,MAAOzE,GAC3CigB,EAAMzf,KAAKyf,IAAIxb,EAAMvE,GAEzB,OAAO,IAAIyD,EACV5F,KAAK2hB,EAAIjL,EAAO/P,IAAMxE,EACtBnC,KAAK2hB,EAAIlf,KAAKqe,KAAK,EAAIoB,IAAQ,EAAIA,IAAQ,IAG7CrB,UAAW,SAAU1R,GACpB,IAAIhN,EAAI,IAAMM,KAAKwd,GAEnB,OAAO,IAAIxZ,GACT,EAAIhE,KAAK8f,KAAK9f,KAAK+f,IAAIrT,EAAMtJ,EAAI7F,KAAK2hB,IAAOlf,KAAKwd,GAAK,GAAM9d,EAC9DgN,EAAMrN,EAAIK,EAAInC,KAAK2hB,IAGrBxM,OAAQ,WACP,IAAIhT,EAAI,QAAUM,KAAKwd,GACvB,OAAO,IAAIla,IAAS5D,GAAIA,IAAKA,EAAGA,IAFzB,IA0CT8E,EAAenG,WAIdqgB,UAAW,SAAUhS,EAAOL,GAC3B,OAAO9O,KAAKygB,WAAWtR,EAAM8M,QAASnN,IAIvC2R,WAAY,SAAUtR,EAAOL,GAI5B,OAHAA,EAAQA,GAAS,EACjBK,EAAMrN,EAAIgN,GAAS9O,KAAKkH,GAAKiI,EAAMrN,EAAI9B,KAAKmH,IAC5CgI,EAAMtJ,EAAIiJ,GAAS9O,KAAKoH,GAAK+H,EAAMtJ,EAAI7F,KAAKqH,IACrC8H,GAMRyR,YAAa,SAAUzR,EAAOL,GAE7B,OADAA,EAAQA,GAAS,EACV,IAAIlJ,GACFuJ,EAAMrN,EAAIgN,EAAQ9O,KAAKmH,IAAMnH,KAAKkH,IAClCiI,EAAMtJ,EAAIiJ,EAAQ9O,KAAKqH,IAAMrH,KAAKoH,MA2B7C,IAsrBIqb,GACAC,GACAC,GAxrBAC,GAAW3iB,KAAWwf,IACzB7J,KAAM,YACN0K,WAAY+B,GAEZ7B,eAAiB,WAChB,IAAI1R,EAAQ,IAAOrM,KAAKwd,GAAKoC,GAAkBV,GAC/C,OAAOra,EAAiBwH,EAAO,IAAMA,EAAO,IAF7B,KAMb+T,GAAa5iB,KAAW2iB,IAC3BhN,KAAM,gBAoDHkN,GAAUtb,SAASmC,gBAAgBqC,MAGnC+W,GAAK,kBAAmBve,OAGxBwe,GAAQD,KAAOvb,SAASiC,iBAGxBkB,GAAO,gBAAiB1C,aAAe,iBAAkBT,UAIzDyb,GAASjb,EAAkB,UAI3BuJ,GAAUvJ,EAAkB,WAG5Bkb,GAAYlb,EAAkB,cAAgBA,EAAkB,aAGhEmb,GAAYC,SAAS,qBAAqBC,KAAKpb,UAAUC,WAAW,GAAI,IAExEob,GAAe/R,IAAWvJ,EAAkB,WAAamb,GAAY,OAAS,cAAe3e,QAG7F+e,KAAU/e,OAAO+e,MAGjBlS,GAASrJ,EAAkB,UAG3Bwb,GAAQxb,EAAkB,WAAaib,KAAWM,KAAUR,GAG5DU,IAAUpS,IAAUrJ,EAAkB,UAEtC0b,GAAU1b,EAAkB,WAI5B2b,GAAU,gBAAiBb,GAG3Bc,GAA4C,IAAtC3b,UAAU4b,SAASjgB,QAAQ,OAGjCqL,GAAO8T,IAAO,eAAgBD,GAG9BgB,GAAY,oBAAqBtf,QAAY,QAAS,IAAIA,OAAOuf,kBAAuBb,GAGxFc,GAAU,mBAAoBlB,GAI9BzT,IAAS7K,OAAOyf,eAAiBhV,IAAQ6U,IAAYE,MAAaL,KAAYD,GAG9EQ,GAAgC,oBAAhBC,aAA+Bnc,EAAkB,UAGjEoc,GAAeF,IAAUjB,GAIzBoB,GAAiBH,IAAUJ,GAI3BQ,IAAa9f,OAAO+f,cAAgB/f,OAAOggB,eAI3C9Z,MAAalG,OAAO+f,eAAgBD,IAOpClT,IAAS5M,OAAOigB,aAAe/Z,IAAW,iBAAkBlG,QAC7DA,OAAOkgB,eAAiBld,oBAAoBhD,OAAOkgB,eAGlDC,GAAcT,IAAUX,GAIxBqB,GAAcV,IAAUV,GAIxBqB,IAAUrgB,OAAOsgB,kBAAqBtgB,OAAOugB,OAAOC,WAAaxgB,OAAOugB,OAAOE,aAAgB,EAK/FzM,KACMhR,SAASgF,cAAc,UAAU0Y,WAKvCnd,MAASP,SAASC,kBAAmBF,EAAU,OAAO4d,eAItDxM,IAAO5Q,IAAQ,WAClB,IACC,IAAIqd,EAAM5d,SAASgF,cAAc,OACjC4Y,EAAIC,UAAY,qBAEhB,IAAIC,EAAQF,EAAIrY,WAGhB,OAFAuY,EAAMtZ,MAAMuZ,SAAW,oBAEhBD,GAA+B,iBAAdA,EAAME,IAE7B,MAAOvc,GACR,OAAO,GAXS,GAqBdwc,IAAW3M,OAAOD,QAAUC,SAC/BiK,GAAIA,GACJC,MAAOA,GACPrY,KAAMA,GACNsY,OAAQA,GACR1R,QAASA,GACT2R,UAAWA,GACXI,aAAcA,GACdC,MAAOA,GACPlS,OAAQA,GACRmS,MAAOA,GACPC,OAAQA,GACRC,QAASA,GACTC,QAASA,GACTC,IAAKA,GACL3U,KAAMA,GACN6U,SAAUA,GACVE,QAASA,GACT3U,MAAOA,GACP6U,OAAQA,GACRE,aAAcA,GACdC,eAAgBA,GAChBC,UAAWA,GACX5Z,QAASA,GACT0G,MAAOA,GACPuT,YAAaA,GACbC,YAAaA,GACbC,OAAQA,GACRrM,OAAQA,GACRzQ,IAAKA,GACL4Q,IAAKA,KAQF/P,GAAiB0b,GAAY,gBAAoB,cACjDzb,GAAiByb,GAAY,gBAAoB,cACjDxb,GAAiBwb,GAAY,cAAoB,YACjDvb,GAAiBub,GAAY,kBAAoB,gBACjDlb,IAAkB,QAAS,SAAU,UAErCW,MACAL,IAAsB,EAGtBO,GAAiB,EAuHjBsB,GAAc+Y,GAAY,gBAAkB5Z,GAAU,cAAgB,aACtEc,GAAY8Y,GAAY,cAAgB5Z,GAAU,YAAc,WAChEY,GAAO,YA4FP0D,GAAYN,IACd,YAAa,kBAAmB,aAAc,eAAgB,gBAO5DgX,GAAahX,IACf,mBAAoB,aAAc,cAAe,gBAAiB,iBAIhEiX,GACY,qBAAfD,IAAoD,gBAAfA,GAA+BA,GAAa,MAAQ,gBAmO1F,GAAI,kBAAmBle,SACtBib,GAAuB,WACtB/S,GAAGlL,OAAQ,cAAe+E,KAE3BmZ,GAAsB,WACrB9S,GAAIpL,OAAQ,cAAe+E,SAEtB,CACN,IAAIqc,GAAqBlX,IACvB,aAAc,mBAAoB,cAAe,gBAAiB,iBAEpE+T,GAAuB,WACtB,GAAImD,GAAoB,CACvB,IAAI5Z,EAAQxE,SAASmC,gBAAgBqC,MACrC2W,GAAc3W,EAAM4Z,IACpB5Z,EAAM4Z,IAAsB,SAG9BlD,GAAsB,WACjBkD,KACHpe,SAASmC,gBAAgBqC,MAAM4Z,IAAsBjD,GACrDA,QAAcjgB,IAkBjB,IAAIuN,GACAC,GA4WAwD,GAxTAmS,IAAW/M,OAAOD,QAAUC,SAC/B9J,UAAWA,GACX0W,WAAYA,GACZC,eAAgBA,GAChB9Z,IAAKA,EACLE,SAAUA,EACV3I,OAAQiJ,EACRK,OAAQA,EACRI,MAAOA,EACPE,QAASA,EACTE,OAAQA,EACRE,SAAUA,EACVM,SAAUA,EACVI,YAAaA,GACbD,SAAUA,GACVN,SAAUA,GACVU,WAAYA,GACZS,SAAUA,GACVE,aAAcA,GACdM,YAAaA,GACbM,YAAaA,GACbiT,qBAAsBA,GACtBC,oBAAqBA,GACrBjT,iBAAkBA,GAClBE,gBAAiBA,GACjBE,eAAgBA,GAChBG,eAAgBA,GAChBI,mBAAoBA,GACpBI,SAAUA,KAoCPS,GAAY,kBAoMZ4B,GACF+Q,IAAOvS,GAAU,EAAI7M,OAAOsgB,iBAC7BtB,GAAQhf,OAAOsgB,iBAAmB,EAmB/B3R,MAuDA2S,IAAYhN,OAAOD,QAAUC,SAChCpJ,GAAIA,GACJE,IAAKA,GACL+B,gBAAiBA,GACjBI,yBAA0BA,GAC1BC,wBAAyBA,GACzBzI,eAAgBA,GAChB4I,KAAMA,GACNC,iBAAkBA,GAClBK,cAAeA,GACfR,SAAUA,GACVH,QAASA,GACTR,iBAAkBA,GAClByU,YAAarW,GACbsW,eAAgBpW,KAoBbqW,GAAerK,GAAQ3b,QAO1BimB,IAAK,SAAU7hB,EAAI8hB,EAAQC,EAAUC,GACpCrmB,KAAKmS,OAELnS,KAAKsmB,IAAMjiB,EACXrE,KAAKumB,aAAc,EACnBvmB,KAAKwmB,UAAYJ,GAAY,IAC7BpmB,KAAKymB,cAAgB,EAAIhkB,KAAKR,IAAIokB,GAAiB,GAAK,IAExDrmB,KAAK0mB,UAAYlX,GAAYnL,GAC7BrE,KAAK2mB,QAAUR,EAAOhK,SAASnc,KAAK0mB,WACpC1mB,KAAK4mB,YAAc,IAAIliB,KAIvB1E,KAAK8a,KAAK,SAEV9a,KAAK6mB,YAKN1U,KAAM,WACAnS,KAAKumB,cAEVvmB,KAAK8mB,OAAM,GACX9mB,KAAK+mB,cAGNF,SAAU,WAET7mB,KAAKgnB,QAAUniB,EAAiB7E,KAAK6mB,SAAU7mB,MAC/CA,KAAK8mB,SAGNA,MAAO,SAAUnkB,GAChB,IAAI8Q,GAAY,IAAI/O,KAAU1E,KAAK4mB,WAC/BR,EAA4B,IAAjBpmB,KAAKwmB,UAEhB/S,EAAU2S,EACbpmB,KAAKinB,UAAUjnB,KAAKknB,SAASzT,EAAU2S,GAAWzjB,IAElD3C,KAAKinB,UAAU,GACfjnB,KAAK+mB,cAIPE,UAAW,SAAUE,EAAUxkB,GAC9B,IAAIoM,EAAM/O,KAAK0mB,UAAU9Y,IAAI5N,KAAK2mB,QAAQpK,WAAW4K,IACjDxkB,GACHoM,EAAI4N,SAELzN,GAAYlP,KAAKsmB,IAAKvX,GAItB/O,KAAK8a,KAAK,SAGXiM,UAAW,WACV/hB,EAAgBhF,KAAKgnB,SAErBhnB,KAAKumB,aAAc,EAGnBvmB,KAAK8a,KAAK,QAGXoM,SAAU,SAAUnR,GACnB,OAAO,EAAItT,KAAKD,IAAI,EAAIuT,EAAG/V,KAAKymB,kBAuB9BW,GAAMxL,GAAQ3b,QAEjBiD,SAKCmkB,IAAKzE,GAILrB,YAAQ7e,EAIR0d,UAAM1d,EAMN4kB,aAAS5kB,EAMT6kB,aAAS7kB,EAIToU,UAOA0Q,eAAW9kB,EAKX+kB,cAAU/kB,EAOVglB,eAAe,EAIfC,uBAAwB,EAKxBC,eAAe,EAMfC,qBAAqB,EAMrBC,iBAAkB,QASlBC,SAAU,EAOVC,UAAW,EAIXC,aAAa,GAGdzO,WAAY,SAAUvU,EAAI/B,GACzBA,EAAUD,EAAWjD,KAAMkD,GAI3BlD,KAAKkoB,aACLloB,KAAKmoB,WACLnoB,KAAKooB,oBACLpoB,KAAKqoB,cAAe,EAEpBroB,KAAKsoB,eAAerjB,GACpBjF,KAAKuoB,cAGLvoB,KAAKwoB,UAAY/nB,EAAKT,KAAKwoB,UAAWxoB,MAEtCA,KAAKyoB,cAEDvlB,EAAQskB,WACXxnB,KAAK0oB,aAAaxlB,EAAQskB,gBAGN9kB,IAAjBQ,EAAQkd,OACXpgB,KAAK2oB,MAAQ3oB,KAAK4oB,WAAW1lB,EAAQkd,OAGlCld,EAAQqe,aAA2B7e,IAAjBQ,EAAQkd,MAC7BpgB,KAAK6oB,QAAQ/hB,EAAS5D,EAAQqe,QAASre,EAAQkd,MAAO0I,OAAO,IAG9D9oB,KAAKyZ,gBAGLzZ,KAAK+oB,cAAgBrD,IAAcrW,KAAUsV,IAC3C3kB,KAAKkD,QAAQwkB,cAIX1nB,KAAK+oB,gBACR/oB,KAAKgpB,mBACLtZ,GAAG1P,KAAKipB,OAAQtD,GAAgB3lB,KAAKkpB,oBAAqBlpB,OAG3DA,KAAKmpB,WAAWnpB,KAAKkD,QAAQ4T,SAS9B+R,QAAS,SAAUtH,EAAQnB,EAAMld,GAQhC,OANAkd,OAAgB1d,IAAT0d,EAAqBpgB,KAAK2oB,MAAQ3oB,KAAK4oB,WAAWxI,GACzDmB,EAASvhB,KAAKopB,aAAatiB,EAASya,GAASnB,EAAMpgB,KAAKkD,QAAQskB,WAChEtkB,EAAUA,MAEVlD,KAAKqpB,QAEDrpB,KAAKspB,UAAYpmB,EAAQ4lB,QAAqB,IAAZ5lB,SAEbR,IAApBQ,EAAQqmB,UACXrmB,EAAQkd,KAAOngB,GAAQspB,QAASrmB,EAAQqmB,SAAUrmB,EAAQkd,MAC1Dld,EAAQsmB,IAAMvpB,GAAQspB,QAASrmB,EAAQqmB,QAASnD,SAAUljB,EAAQkjB,UAAWljB,EAAQsmB,MAIzExpB,KAAK2oB,QAAUvI,EAC3BpgB,KAAKypB,kBAAoBzpB,KAAKypB,iBAAiBlI,EAAQnB,EAAMld,EAAQkd,MACrEpgB,KAAK0pB,gBAAgBnI,EAAQre,EAAQsmB,OAIrCnQ,aAAarZ,KAAK2pB,YACX3pB,OAKTA,KAAK4pB,WAAWrI,EAAQnB,GAEjBpgB,OAKR6pB,QAAS,SAAUzJ,EAAMld,GACxB,OAAKlD,KAAKspB,QAIHtpB,KAAK6oB,QAAQ7oB,KAAKid,YAAamD,GAAOA,KAAMld,KAHlDlD,KAAK2oB,MAAQvI,EACNpgB,OAOT8pB,OAAQ,SAAUjf,EAAO3H,GAExB,OADA2H,EAAQA,IAAUwE,GAAQrP,KAAKkD,QAAQ8kB,UAAY,GAC5ChoB,KAAK6pB,QAAQ7pB,KAAK2oB,MAAQ9d,EAAO3H,IAKzC6mB,QAAS,SAAUlf,EAAO3H,GAEzB,OADA2H,EAAQA,IAAUwE,GAAQrP,KAAKkD,QAAQ8kB,UAAY,GAC5ChoB,KAAK6pB,QAAQ7pB,KAAK2oB,MAAQ9d,EAAO3H,IASzC8mB,cAAe,SAAUtT,EAAQ0J,EAAMld,GACtC,IAAI4L,EAAQ9O,KAAKiqB,aAAa7J,GAC1B8J,EAAWlqB,KAAKsd,UAAUjB,SAAS,GAGnC8N,GAFiBzT,aAAkB9Q,EAAQ8Q,EAAS1W,KAAKoqB,uBAAuB1T,IAElDyF,SAAS+N,GAAU3N,WAAW,EAAI,EAAIzN,GACpE0S,EAAYxhB,KAAKqqB,uBAAuBH,EAAStc,IAAIuc,IAEzD,OAAOnqB,KAAK6oB,QAAQrH,EAAWpB,GAAOA,KAAMld,KAG7ConB,qBAAsB,SAAUnV,EAAQjS,GAEvCA,EAAUA,MACViS,EAASA,EAAOoV,UAAYpV,EAAOoV,YAAc/jB,EAAe2O,GAEhE,IAAIqV,EAAY1kB,EAAQ5C,EAAQunB,gBAAkBvnB,EAAQwnB,UAAY,EAAG,IACrEC,EAAY7kB,EAAQ5C,EAAQ0nB,oBAAsB1nB,EAAQwnB,UAAY,EAAG,IAEzEtK,EAAOpgB,KAAK6qB,cAAc1V,GAAQ,EAAOqV,EAAU5c,IAAI+c,IAI3D,IAFAvK,EAAmC,iBAApBld,EAAQqkB,QAAwB9kB,KAAKP,IAAIgB,EAAQqkB,QAASnH,GAAQA,KAEpE0K,EAAAA,EACZ,OACCvJ,OAAQpM,EAAO8H,YACfmD,KAAMA,GAIR,IAAI2K,EAAgBJ,EAAUxO,SAASqO,GAAWnO,SAAS,GAEvD2O,EAAUhrB,KAAKugB,QAAQpL,EAAOuJ,eAAgB0B,GAC9C6K,EAAUjrB,KAAKugB,QAAQpL,EAAOwJ,eAAgByB,GAGlD,OACCmB,OAHYvhB,KAAK6gB,UAAUmK,EAAQpd,IAAIqd,GAAS5O,SAAS,GAAGzO,IAAImd,GAAgB3K,GAIhFA,KAAMA,IAOR8K,UAAW,SAAU/V,EAAQjS,GAI5B,KAFAiS,EAAS3O,EAAe2O,IAEZ4I,UACX,MAAM,IAAI5Z,MAAM,yBAGjB,IAAIkF,EAASrJ,KAAKsqB,qBAAqBnV,EAAQjS,GAC/C,OAAOlD,KAAK6oB,QAAQxf,EAAOkY,OAAQlY,EAAO+W,KAAMld,IAMjDioB,SAAU,SAAUjoB,GACnB,OAAOlD,KAAKkrB,aAAa,IAAK,MAAO,GAAI,MAAOhoB,IAKjDkoB,MAAO,SAAU7J,EAAQre,GACxB,OAAOlD,KAAK6oB,QAAQtH,EAAQvhB,KAAK2oB,OAAQa,IAAKtmB,KAK/CmoB,MAAO,SAAUxc,EAAQ3L,GAIxB,GAHA2L,EAAS/I,EAAQ+I,GAAQlM,QACzBO,EAAUA,OAEL2L,EAAO/M,IAAM+M,EAAOhJ,EACxB,OAAO7F,KAAK8a,KAAK,WAIlB,IAAwB,IAApB5X,EAAQqmB,UAAqBvpB,KAAKsd,UAAUhQ,SAASuB,GAExD,OADA7O,KAAK4pB,WAAW5pB,KAAK6gB,UAAU7gB,KAAKugB,QAAQvgB,KAAKid,aAAarP,IAAIiB,IAAU7O,KAAKsrB,WAC1EtrB,KAkBR,GAfKA,KAAKurB,WACTvrB,KAAKurB,SAAW,IAAItF,GAEpBjmB,KAAKurB,SAAS7b,IACb8b,KAAQxrB,KAAKyrB,qBACbC,IAAO1rB,KAAK2rB,qBACV3rB,OAICkD,EAAQ0oB,aACZ5rB,KAAK8a,KAAK,cAIa,IAApB5X,EAAQqmB,QAAmB,CAC9B7b,EAAS1N,KAAK6rB,SAAU,oBAExB,IAAI1F,EAASnmB,KAAK8rB,iBAAiB3P,SAAStN,GAAQlM,QACpD3C,KAAKurB,SAASrF,IAAIlmB,KAAK6rB,SAAU1F,EAAQjjB,EAAQkjB,UAAY,IAAMljB,EAAQmjB,oBAE3ErmB,KAAK+rB,UAAUld,GACf7O,KAAK8a,KAAK,QAAQA,KAAK,WAGxB,OAAO9a,MAMRgsB,MAAO,SAAUC,EAAcC,EAAYhpB,GAuB1C,SAASipB,EAAEhsB,GACV,IAII8F,GAFKmmB,EAAKA,EAAKC,EAAKA,GAFflsB,GAAK,EAAI,GAEgBmsB,EAAOA,EAAOC,EAAKA,IAC5C,GAFApsB,EAAIisB,EAAKC,GAEAC,EAAOC,GAErBC,EAAK/pB,KAAK4R,KAAKpO,EAAIA,EAAI,GAAKA,EAMhC,OAFcumB,EAAK,MAAe,GAAK/pB,KAAKqe,IAAI0L,GAKjD,SAASC,EAAKC,GAAK,OAAQjqB,KAAK+f,IAAIkK,GAAKjqB,KAAK+f,KAAKkK,IAAM,EACzD,SAASC,EAAKD,GAAK,OAAQjqB,KAAK+f,IAAIkK,GAAKjqB,KAAK+f,KAAKkK,IAAM,EACzD,SAASE,EAAKF,GAAK,OAAOD,EAAKC,GAAKC,EAAKD,GAIzC,SAASG,EAAE3L,GAAK,OAAOmL,GAAMM,EAAKG,GAAMH,EAAKG,EAAKC,EAAM7L,IACxD,SAAS8L,EAAE9L,GAAK,OAAOmL,GAAMM,EAAKG,GAAMF,EAAKE,EAAKC,EAAM7L,GAAKuL,EAAKK,IAAOR,EAEzE,SAASW,EAAQlX,GAAK,OAAO,EAAItT,KAAKD,IAAI,EAAIuT,EAAG,KAMjD,SAASmX,IACR,IAAInX,GAAKrR,KAAKkG,MAAQuiB,GAAS/G,EAC3BlF,EAAI+L,EAAQlX,GAAKqX,EAEjBrX,GAAK,GACR/V,KAAKqtB,YAAcxoB,EAAiBqoB,EAAOltB,MAE3CA,KAAKstB,MACJttB,KAAK6gB,UAAU0M,EAAK3f,IAAI4f,EAAGrR,SAASoR,GAAMhR,WAAWyQ,EAAE9L,GAAKqL,IAAMkB,GAClEztB,KAAK0tB,aAAarB,EAAKQ,EAAE3L,GAAIuM,IAC5BzB,OAAO,KAGThsB,KACEstB,MAAMrB,EAAcC,GACpByB,UAAS,GAjEb,IAAwB,KADxBzqB,EAAUA,OACEqmB,UAAsBla,GACjC,OAAOrP,KAAK6oB,QAAQoD,EAAcC,EAAYhpB,GAG/ClD,KAAKqpB,QAEL,IAAIkE,EAAOvtB,KAAKugB,QAAQvgB,KAAKid,aACzBuQ,EAAKxtB,KAAKugB,QAAQ0L,GAClB2B,EAAO5tB,KAAKsd,UACZmQ,EAAYztB,KAAK2oB,MAErBsD,EAAenlB,EAASmlB,GACxBC,OAA4BxpB,IAAfwpB,EAA2BuB,EAAYvB,EAEpD,IAAIG,EAAK5pB,KAAKR,IAAI2rB,EAAK9rB,EAAG8rB,EAAK/nB,GAC3BumB,EAAKC,EAAKrsB,KAAKiqB,aAAawD,EAAWvB,GACvCK,EAAMiB,EAAGzQ,WAAWwQ,IAAU,EAC9BR,EAAM,KACNT,EAAOS,EAAMA,EAqBbD,EAAKX,EAAE,GAOPgB,EAAQzoB,KAAKkG,MACbwiB,GAAKjB,EAAE,GAAKW,GAAMC,EAClB3G,EAAWljB,EAAQkjB,SAAW,IAAOljB,EAAQkjB,SAAW,IAAOgH,EAAI,GAwBvE,OAHAptB,KAAK6tB,YAAW,EAAM3qB,EAAQ0oB,aAE9BsB,EAAMlsB,KAAKhB,MACJA,MAMR8tB,YAAa,SAAU3Y,EAAQjS,GAC9B,IAAImG,EAASrJ,KAAKsqB,qBAAqBnV,EAAQjS,GAC/C,OAAOlD,KAAKgsB,MAAM3iB,EAAOkY,OAAQlY,EAAO+W,KAAMld,IAK/CwlB,aAAc,SAAUvT,GAGvB,OAFAA,EAAS3O,EAAe2O,IAEZ4I,WAGD/d,KAAKkD,QAAQskB,WACvBxnB,KAAK4P,IAAI,UAAW5P,KAAK+tB,qBAG1B/tB,KAAKkD,QAAQskB,UAAYrS,EAErBnV,KAAKspB,SACRtpB,KAAK+tB,sBAGC/tB,KAAK0P,GAAG,UAAW1P,KAAK+tB,uBAZ9B/tB,KAAKkD,QAAQskB,UAAY,KAClBxnB,KAAK4P,IAAI,UAAW5P,KAAK+tB,uBAgBlCC,WAAY,SAAU5N,GACrB,IAAI6N,EAAUjuB,KAAKkD,QAAQokB,QAG3B,OAFAtnB,KAAKkD,QAAQokB,QAAUlH,EAEnBpgB,KAAKspB,SAAW2E,IAAY7N,IAC/BpgB,KAAK8a,KAAK,oBAEN9a,KAAKsrB,UAAYtrB,KAAKkD,QAAQokB,SAC1BtnB,KAAK6pB,QAAQzJ,GAIfpgB,MAKRkuB,WAAY,SAAU9N,GACrB,IAAI6N,EAAUjuB,KAAKkD,QAAQqkB,QAG3B,OAFAvnB,KAAKkD,QAAQqkB,QAAUnH,EAEnBpgB,KAAKspB,SAAW2E,IAAY7N,IAC/BpgB,KAAK8a,KAAK,oBAEN9a,KAAKsrB,UAAYtrB,KAAKkD,QAAQqkB,SAC1BvnB,KAAK6pB,QAAQzJ,GAIfpgB,MAKRmuB,gBAAiB,SAAUhZ,EAAQjS,GAClClD,KAAKouB,kBAAmB,EACxB,IAAI7M,EAASvhB,KAAKid,YACduE,EAAYxhB,KAAKopB,aAAa7H,EAAQvhB,KAAK2oB,MAAOniB,EAAe2O,IAOrE,OALKoM,EAAOvE,OAAOwE,IAClBxhB,KAAKorB,MAAM5J,EAAWte,GAGvBlD,KAAKouB,kBAAmB,EACjBpuB,MASRquB,UAAW,SAAU3X,EAAQxT,GAG5B,IAAIsnB,EAAY1kB,GAFhB5C,EAAUA,OAEsBunB,gBAAkBvnB,EAAQwnB,UAAY,EAAG,IACrEC,EAAY7kB,EAAQ5C,EAAQ0nB,oBAAsB1nB,EAAQwnB,UAAY,EAAG,IACzEnJ,EAASvhB,KAAKid,YACdqR,EAActuB,KAAKugB,QAAQgB,GAC3BgN,EAAavuB,KAAKugB,QAAQ7J,GAC1B8X,EAAcxuB,KAAKyuB,iBACnBC,EAAkBF,EAAYlR,UAAUjB,SAAS,GACjDsS,EAAexoB,GAAUqoB,EAAYtsB,IAAI0L,IAAI4c,GAAYgE,EAAYvsB,IAAIka,SAASwO,KAEtF,IAAKgE,EAAarhB,SAASihB,GAAa,CACvCvuB,KAAKouB,kBAAmB,EACxB,IAAIQ,EAAON,EAAYnS,SAASoS,GAC5B/M,EAAY1b,EAAQyoB,EAAWzsB,EAAI8sB,EAAK9sB,EAAGysB,EAAW1oB,EAAI+oB,EAAK/oB,IAE/D0oB,EAAWzsB,EAAI6sB,EAAazsB,IAAIJ,GAAKysB,EAAWzsB,EAAI6sB,EAAa1sB,IAAIH,KACxE0f,EAAU1f,EAAIwsB,EAAYxsB,EAAI8sB,EAAK9sB,EAC/B8sB,EAAK9sB,EAAI,EACZ0f,EAAU1f,GAAK4sB,EAAgB5sB,EAAI0oB,EAAU1oB,EAE7C0f,EAAU1f,GAAK4sB,EAAgB5sB,EAAI6oB,EAAU7oB,IAG3CysB,EAAW1oB,EAAI8oB,EAAazsB,IAAI2D,GAAK0oB,EAAW1oB,EAAI8oB,EAAa1sB,IAAI4D,KACxE2b,EAAU3b,EAAIyoB,EAAYzoB,EAAI+oB,EAAK/oB,EAC/B+oB,EAAK/oB,EAAI,EACZ2b,EAAU3b,GAAK6oB,EAAgB7oB,EAAI2kB,EAAU3kB,EAE7C2b,EAAU3b,GAAK6oB,EAAgB7oB,EAAI8kB,EAAU9kB,GAG/C7F,KAAKorB,MAAMprB,KAAK6gB,UAAUW,GAAYte,GACtClD,KAAKouB,kBAAmB,EAEzB,OAAOpuB,MAgBR6uB,eAAgB,SAAU3rB,GACzB,IAAKlD,KAAKspB,QAAW,OAAOtpB,KAE5BkD,EAAUjD,GACTspB,SAAS,EACTC,KAAK,IACS,IAAZtmB,GAAoBqmB,SAAS,GAAQrmB,GAExC,IAAI4rB,EAAU9uB,KAAKsd,UACnBtd,KAAKqoB,cAAe,EACpBroB,KAAK+uB,YAAc,KAEnB,IAAIC,EAAUhvB,KAAKsd,UACf2R,EAAYH,EAAQzS,SAAS,GAAG1Z,QAChC6e,EAAYwN,EAAQ3S,SAAS,GAAG1Z,QAChCkM,EAASogB,EAAU9S,SAASqF,GAEhC,OAAK3S,EAAO/M,GAAM+M,EAAOhJ,GAErB3C,EAAQqmB,SAAWrmB,EAAQsmB,IAC9BxpB,KAAKqrB,MAAMxc,IAGP3L,EAAQsmB,KACXxpB,KAAK+rB,UAAUld,GAGhB7O,KAAK8a,KAAK,QAEN5X,EAAQgsB,iBACX7V,aAAarZ,KAAK2pB,YAClB3pB,KAAK2pB,WAAa/nB,WAAWnB,EAAKT,KAAK8a,KAAM9a,KAAM,WAAY,MAE/DA,KAAK8a,KAAK,YAOL9a,KAAK8a,KAAK,UAChBgU,QAASA,EACTE,QAASA,KAzB2BhvB,MAgCtCmS,KAAM,WAKL,OAJAnS,KAAK6pB,QAAQ7pB,KAAK4oB,WAAW5oB,KAAK2oB,QAC7B3oB,KAAKkD,QAAQ6kB,UACjB/nB,KAAK8a,KAAK,aAEJ9a,KAAKqpB,SAYb8F,OAAQ,SAAUjsB,GAWjB,GATAA,EAAUlD,KAAKovB,eAAiBnvB,GAC/BovB,QAAS,IACTC,OAAO,GAKLpsB,KAEG,gBAAiB+E,WAKtB,OAJAjI,KAAKuvB,yBACJ3Z,KAAM,EACN4Z,QAAS,+BAEHxvB,KAGR,IAAIyvB,EAAahvB,EAAKT,KAAK0vB,2BAA4B1vB,MACnD2vB,EAAUlvB,EAAKT,KAAKuvB,wBAAyBvvB,MAQjD,OANIkD,EAAQosB,MACXtvB,KAAK4vB,iBACG3nB,UAAU4nB,YAAYC,cAAcL,EAAYE,EAASzsB,GAEjE+E,UAAU4nB,YAAYE,mBAAmBN,EAAYE,EAASzsB,GAExDlD,MAORgwB,WAAY,WAOX,OANI/nB,UAAU4nB,aAAe5nB,UAAU4nB,YAAYI,YAClDhoB,UAAU4nB,YAAYI,WAAWjwB,KAAK4vB,kBAEnC5vB,KAAKovB,iBACRpvB,KAAKovB,eAAevG,SAAU,GAExB7oB,MAGRuvB,wBAAyB,SAAUW,GAClC,IAAInpB,EAAImpB,EAAMta,KACV4Z,EAAUU,EAAMV,UACD,IAANzoB,EAAU,oBACJ,IAANA,EAAU,uBAAyB,WAE5C/G,KAAKovB,eAAevG,UAAY7oB,KAAKspB,SACxCtpB,KAAKmrB,WAMNnrB,KAAK8a,KAAK,iBACTlF,KAAM7O,EACNyoB,QAAS,sBAAwBA,EAAU,OAI7CE,2BAA4B,SAAU3gB,GACrC,IAEI2H,EAAS,IAAIjQ,EAFPsI,EAAI6H,OAAOuZ,SACXphB,EAAI6H,OAAOwZ,WAEjBjb,EAASuB,EAAOvQ,SAA+B,EAAtB4I,EAAI6H,OAAOyZ,UACpCntB,EAAUlD,KAAKovB,eAEnB,GAAIlsB,EAAQ2lB,QAAS,CACpB,IAAIzI,EAAOpgB,KAAK6qB,cAAc1V,GAC9BnV,KAAK6oB,QAAQnS,EAAQxT,EAAQqkB,QAAU9kB,KAAKP,IAAIke,EAAMld,EAAQqkB,SAAWnH,GAG1E,IAAIrc,GACH2S,OAAQA,EACRvB,OAAQA,EACRmb,UAAWvhB,EAAIuhB,WAGhB,IAAK,IAAInwB,KAAK4O,EAAI6H,OACY,iBAAlB7H,EAAI6H,OAAOzW,KACrB4D,EAAK5D,GAAK4O,EAAI6H,OAAOzW,IAOvBH,KAAK8a,KAAK,gBAAiB/W,IAO5BwsB,WAAY,SAAUhsB,EAAMisB,GAC3B,IAAKA,EAAgB,OAAOxwB,KAE5B,IAAIsI,EAAUtI,KAAKuE,GAAQ,IAAIisB,EAAaxwB,MAQ5C,OANAA,KAAKkoB,UAAUzkB,KAAK6E,GAEhBtI,KAAKkD,QAAQqB,IAChB+D,EAAQmoB,SAGFzwB,MAKR0M,OAAQ,WAIP,GAFA1M,KAAKyoB,aAAY,GAEbzoB,KAAK0wB,eAAiB1wB,KAAK2wB,WAAWvvB,YACzC,MAAM,IAAI+C,MAAM,qDAGjB,WAEQnE,KAAK2wB,WAAWvvB,mBAChBpB,KAAK0wB,aACX,MAAOznB,GAERjJ,KAAK2wB,WAAWvvB,iBAAcsB,EAE9B1C,KAAK0wB,kBAAehuB,OAGSA,IAA1B1C,KAAK4vB,kBACR5vB,KAAKgwB,aAGNhwB,KAAKqpB,QAEL3c,EAAO1M,KAAK6rB,UAER7rB,KAAK4wB,kBACR5wB,KAAK4wB,mBAEF5wB,KAAK6wB,iBACR7rB,EAAgBhF,KAAK6wB,gBACrB7wB,KAAK6wB,eAAiB,MAGvB7wB,KAAK8wB,iBAED9wB,KAAKspB,SAIRtpB,KAAK8a,KAAK,UAGX,IAAI3a,EACJ,IAAKA,KAAKH,KAAKmoB,QACdnoB,KAAKmoB,QAAQhoB,GAAGuM,SAEjB,IAAKvM,KAAKH,KAAK+wB,OACdrkB,EAAO1M,KAAK+wB,OAAO5wB,IAQpB,OALAH,KAAKmoB,WACLnoB,KAAK+wB,iBACE/wB,KAAK6rB,gBACL7rB,KAAKgxB,UAELhxB,MAQRixB,WAAY,SAAU1sB,EAAMgI,GAC3B,IACI2kB,EAAO7kB,EAAS,MADJ,gBAAkB9H,EAAO,YAAcA,EAAKzB,QAAQ,OAAQ,IAAM,QAAU,IACtDyJ,GAAavM,KAAK6rB,UAKxD,OAHItnB,IACHvE,KAAK+wB,OAAOxsB,GAAQ2sB,GAEdA,GAORjU,UAAW,WAGV,OAFAjd,KAAKmxB,iBAEDnxB,KAAK+uB,cAAgB/uB,KAAKoxB,SACtBpxB,KAAK+uB,YAEN/uB,KAAKqxB,mBAAmBrxB,KAAKsxB,yBAKrChG,QAAS,WACR,OAAOtrB,KAAK2oB,OAKb4B,UAAW,WACV,IAAIpV,EAASnV,KAAKyuB,iBAIlB,OAAO,IAAIroB,EAHFpG,KAAK6gB,UAAU1L,EAAO+H,iBACtBld,KAAK6gB,UAAU1L,EAAOgI,iBAOhCoU,WAAY,WACX,YAAgC7uB,IAAzB1C,KAAKkD,QAAQokB,QAAwBtnB,KAAKwxB,gBAAkB,EAAIxxB,KAAKkD,QAAQokB,SAKrFmK,WAAY,WACX,YAAgC/uB,IAAzB1C,KAAKkD,QAAQqkB,aACM7kB,IAAxB1C,KAAK0xB,eAA+B5G,EAAAA,EAAW9qB,KAAK0xB,eACrD1xB,KAAKkD,QAAQqkB,SAQfsD,cAAe,SAAU1V,EAAQwc,EAAQjH,GACxCvV,EAAS3O,EAAe2O,GACxBuV,EAAU5kB,EAAQ4kB,IAAY,EAAG,IAEjC,IAAItK,EAAOpgB,KAAKsrB,WAAa,EACzBppB,EAAMlC,KAAKuxB,aACXtvB,EAAMjC,KAAKyxB,aACXG,EAAKzc,EAAOyJ,eACZiT,EAAK1c,EAAO4J,eACZ6O,EAAO5tB,KAAKsd,UAAUnB,SAASuO,GAC/BoH,EAAa3rB,EAASnG,KAAKugB,QAAQsR,EAAIzR,GAAOpgB,KAAKugB,QAAQqR,EAAIxR,IAAO9C,UACtEyU,EAAO1iB,GAAQrP,KAAKkD,QAAQ6kB,SAAW,EACvCiK,EAASpE,EAAK9rB,EAAIgwB,EAAWhwB,EAC7BmwB,EAASrE,EAAK/nB,EAAIisB,EAAWjsB,EAC7BiJ,EAAQ6iB,EAASlvB,KAAKR,IAAI+vB,EAAQC,GAAUxvB,KAAKP,IAAI8vB,EAAQC,GASjE,OAPA7R,EAAOpgB,KAAK0tB,aAAa5e,EAAOsR,GAE5B2R,IACH3R,EAAO3d,KAAKE,MAAMyd,GAAQ2R,EAAO,OAASA,EAAO,KACjD3R,EAAOuR,EAASlvB,KAAKuZ,KAAKoE,EAAO2R,GAAQA,EAAOtvB,KAAKsZ,MAAMqE,EAAO2R,GAAQA,GAGpEtvB,KAAKR,IAAIC,EAAKO,KAAKP,IAAID,EAAKme,KAKpC9C,QAAS,WAQR,OAPKtd,KAAKkyB,QAASlyB,KAAKqoB,eACvBroB,KAAKkyB,MAAQ,IAAItsB,EAChB5F,KAAK2wB,WAAWwB,aAAe,EAC/BnyB,KAAK2wB,WAAWyB,cAAgB,GAEjCpyB,KAAKqoB,cAAe,GAEdroB,KAAKkyB,MAAMjW,SAMnBwS,eAAgB,SAAUlN,EAAQnB,GACjC,IAAIiS,EAAeryB,KAAKsyB,iBAAiB/Q,EAAQnB,GACjD,OAAO,IAAIra,EAAOssB,EAAcA,EAAazkB,IAAI5N,KAAKsd,aASvDiV,eAAgB,WAEf,OADAvyB,KAAKmxB,iBACEnxB,KAAKwyB,cAMbC,oBAAqB,SAAUrS,GAC9B,OAAOpgB,KAAKkD,QAAQmkB,IAAIrG,wBAA4Bte,IAAT0d,EAAqBpgB,KAAKsrB,UAAYlL,IAOlFsS,QAAS,SAAUxB,GAClB,MAAuB,iBAATA,EAAoBlxB,KAAK+wB,OAAOG,GAAQA,GAMvDyB,SAAU,WACT,OAAO3yB,KAAK+wB,QAKb6B,aAAc,WACb,OAAO5yB,KAAK2wB,YASb1G,aAAc,SAAU4I,EAAQC,GAE/B,IAAIzL,EAAMrnB,KAAKkD,QAAQmkB,IAEvB,OADAyL,OAAwBpwB,IAAbowB,EAAyB9yB,KAAK2oB,MAAQmK,EAC1CzL,EAAIvY,MAAM+jB,GAAUxL,EAAIvY,MAAMgkB,IAOtCpF,aAAc,SAAU5e,EAAOgkB,GAC9B,IAAIzL,EAAMrnB,KAAKkD,QAAQmkB,IACvByL,OAAwBpwB,IAAbowB,EAAyB9yB,KAAK2oB,MAAQmK,EACjD,IAAI1S,EAAOiH,EAAIjH,KAAKtR,EAAQuY,EAAIvY,MAAMgkB,IACtC,OAAOjsB,MAAMuZ,GAAQ0K,EAAAA,EAAW1K,GAQjCG,QAAS,SAAU7J,EAAQ0J,GAE1B,OADAA,OAAgB1d,IAAT0d,EAAqBpgB,KAAK2oB,MAAQvI,EAClCpgB,KAAKkD,QAAQmkB,IAAIlH,cAAcrZ,EAAS4P,GAAS0J,IAKzDS,UAAW,SAAU1R,EAAOiR,GAE3B,OADAA,OAAgB1d,IAAT0d,EAAqBpgB,KAAK2oB,MAAQvI,EAClCpgB,KAAKkD,QAAQmkB,IAAI3G,cAAc5a,EAAQqJ,GAAQiR,IAMvDiR,mBAAoB,SAAUliB,GAC7B,IAAIkR,EAAiBva,EAAQqJ,GAAOvB,IAAI5N,KAAKuyB,kBAC7C,OAAOvyB,KAAK6gB,UAAUR,IAMvB0S,mBAAoB,SAAUrc,GAE7B,OADqB1W,KAAKugB,QAAQzZ,EAAS4P,IAASiG,SAC9BP,UAAUpc,KAAKuyB,mBAStC3S,WAAY,SAAUlJ,GACrB,OAAO1W,KAAKkD,QAAQmkB,IAAIzH,WAAW9Y,EAAS4P,KAS7C4K,iBAAkB,SAAU5K,GAC3B,OAAO1W,KAAKkD,QAAQmkB,IAAI/F,iBAAiB9a,EAAekQ,KAMzDgJ,SAAU,SAAUkC,EAASC,GAC5B,OAAO7hB,KAAKkD,QAAQmkB,IAAI3H,SAAS5Y,EAAS8a,GAAU9a,EAAS+a,KAM9DmR,2BAA4B,SAAU7jB,GACrC,OAAOrJ,EAAQqJ,GAAOgN,SAASnc,KAAK8rB,mBAMrCmH,2BAA4B,SAAU9jB,GACrC,OAAOrJ,EAAQqJ,GAAOvB,IAAI5N,KAAK8rB,mBAMhCzB,uBAAwB,SAAUlb,GACjC,IAAI+jB,EAAalzB,KAAKgzB,2BAA2BltB,EAAQqJ,IACzD,OAAOnP,KAAKqxB,mBAAmB6B,IAMhC9I,uBAAwB,SAAU1T,GACjC,OAAO1W,KAAKizB,2BAA2BjzB,KAAK+yB,mBAAmBjsB,EAAS4P,MAMzEyc,2BAA4B,SAAUlqB,GACrC,OAAOmJ,GAAiBnJ,EAAGjJ,KAAK2wB,aAMjCyC,uBAAwB,SAAUnqB,GACjC,OAAOjJ,KAAKgzB,2BAA2BhzB,KAAKmzB,2BAA2BlqB,KAMxEoqB,mBAAoB,SAAUpqB,GAC7B,OAAOjJ,KAAKqxB,mBAAmBrxB,KAAKozB,uBAAuBnqB,KAM5Dqf,eAAgB,SAAUrjB,GACzB,IAAIsH,EAAYvM,KAAK2wB,WAAa9kB,EAAI5G,GAEtC,IAAKsH,EACJ,MAAM,IAAIpI,MAAM,4BACV,GAAIoI,EAAUnL,YACpB,MAAM,IAAI+C,MAAM,yCAGjBuL,GAAGnD,EAAW,SAAUvM,KAAKszB,UAAWtzB,MACxCA,KAAK0wB,aAAevvB,EAAMoL,IAG3Bgc,YAAa,WACZ,IAAIhc,EAAYvM,KAAK2wB,WAErB3wB,KAAKuzB,cAAgBvzB,KAAKkD,QAAQ0kB,eAAiBvY,GAEnD3B,EAASnB,EAAW,qBAClB6E,GAAQ,iBAAmB,KAC3ByT,GAAS,kBAAoB,KAC7B7B,GAAQ,iBAAmB,KAC3BS,GAAS,kBAAoB,KAC7BzjB,KAAKuzB,cAAgB,qBAAuB,KAE9C,IAAIC,EAAWznB,EAASQ,EAAW,YAElB,aAAbinB,GAAwC,aAAbA,GAAwC,UAAbA,IACzDjnB,EAAUP,MAAMwnB,SAAW,YAG5BxzB,KAAKyzB,aAEDzzB,KAAK0zB,iBACR1zB,KAAK0zB,mBAIPD,WAAY,WACX,IAAIE,EAAQ3zB,KAAK+wB,UACjB/wB,KAAK4zB,kBAcL5zB,KAAK6rB,SAAW7rB,KAAKixB,WAAW,UAAWjxB,KAAK2wB,YAChDzhB,GAAYlP,KAAK6rB,SAAU,IAAIjmB,EAAM,EAAG,IAIxC5F,KAAKixB,WAAW,YAGhBjxB,KAAKixB,WAAW,cAGhBjxB,KAAKixB,WAAW,eAGhBjxB,KAAKixB,WAAW,cAGhBjxB,KAAKixB,WAAW,eAGhBjxB,KAAKixB,WAAW,aAEXjxB,KAAKkD,QAAQ2kB,sBACjBna,EAASimB,EAAME,WAAY,qBAC3BnmB,EAASimB,EAAMG,WAAY,uBAQ7BlK,WAAY,SAAUrI,EAAQnB,GAC7BlR,GAAYlP,KAAK6rB,SAAU,IAAIjmB,EAAM,EAAG,IAExC,IAAImuB,GAAW/zB,KAAKspB,QACpBtpB,KAAKspB,SAAU,EACflJ,EAAOpgB,KAAK4oB,WAAWxI,GAEvBpgB,KAAK8a,KAAK,gBAEV,IAAIkZ,EAAch0B,KAAK2oB,QAAUvI,EACjCpgB,KACE6tB,WAAWmG,GAAa,GACxB1G,MAAM/L,EAAQnB,GACduN,SAASqG,GAKXh0B,KAAK8a,KAAK,aAKNiZ,GACH/zB,KAAK8a,KAAK,SAIZ+S,WAAY,SAAUmG,EAAapI,GAWlC,OANIoI,GACHh0B,KAAK8a,KAAK,aAEN8Q,GACJ5rB,KAAK8a,KAAK,aAEJ9a,MAGRstB,MAAO,SAAU/L,EAAQnB,EAAMrc,QACjBrB,IAAT0d,IACHA,EAAOpgB,KAAK2oB,OAEb,IAAIqL,EAAch0B,KAAK2oB,QAAUvI,EAgBjC,OAdApgB,KAAK2oB,MAAQvI,EACbpgB,KAAK+uB,YAAcxN,EACnBvhB,KAAKwyB,aAAexyB,KAAKi0B,mBAAmB1S,IAKxCyS,GAAgBjwB,GAAQA,EAAKmwB,QAChCl0B,KAAK8a,KAAK,OAAQ/W,GAMZ/D,KAAK8a,KAAK,OAAQ/W,IAG1B4pB,SAAU,SAAUqG,GAUnB,OAPIA,GACHh0B,KAAK8a,KAAK,WAMJ9a,KAAK8a,KAAK,YAGlBuO,MAAO,WAKN,OAJArkB,EAAgBhF,KAAKqtB,aACjBrtB,KAAKurB,UACRvrB,KAAKurB,SAASpZ,OAERnS,MAGR+rB,UAAW,SAAUld,GACpBK,GAAYlP,KAAK6rB,SAAU7rB,KAAK8rB,iBAAiB3P,SAAStN,KAG3DslB,aAAc,WACb,OAAOn0B,KAAKyxB,aAAezxB,KAAKuxB,cAGjCxD,oBAAqB,WACf/tB,KAAKouB,kBACTpuB,KAAKmuB,gBAAgBnuB,KAAKkD,QAAQskB,YAIpC2J,eAAgB,WACf,IAAKnxB,KAAKspB,QACT,MAAM,IAAInlB,MAAM,mCAOlBskB,YAAa,SAAU2L,GACtBp0B,KAAKq0B,YACLr0B,KAAKq0B,SAASlzB,EAAMnB,KAAK2wB,aAAe3wB,KAExC,IAAIs0B,EAAQF,EAAYxkB,GAAMF,GAuB9B4kB,EAAMt0B,KAAK2wB,WAAY,qFAC+B3wB,KAAKu0B,gBAAiBv0B,MAExEA,KAAKkD,QAAQ+kB,aAChBqM,EAAM9vB,OAAQ,SAAUxE,KAAKwoB,UAAWxoB,MAGrCqP,IAASrP,KAAKkD,QAAQ4kB,mBACxBsM,EAAYp0B,KAAK4P,IAAM5P,KAAK0P,IAAI1O,KAAKhB,KAAM,UAAWA,KAAKw0B,aAI9DhM,UAAW,WACVxjB,EAAgBhF,KAAK6wB,gBACrB7wB,KAAK6wB,eAAiBhsB,EACd,WAAc7E,KAAK6uB,gBAAgBK,iBAAiB,KAAWlvB,OAGxEszB,UAAW,WACVtzB,KAAK2wB,WAAW8D,UAAa,EAC7Bz0B,KAAK2wB,WAAW+D,WAAa,GAG9BF,WAAY,WACX,IAAIzlB,EAAM/O,KAAK8rB,iBACXrpB,KAAKR,IAAIQ,KAAKyQ,IAAInE,EAAIjN,GAAIW,KAAKyQ,IAAInE,EAAIlJ,KAAO7F,KAAKkD,QAAQ4kB,kBAG9D9nB,KAAK4pB,WAAW5pB,KAAKid,YAAajd,KAAKsrB,YAIzCqJ,kBAAmB,SAAU1rB,EAAGZ,GAO/B,IANA,IACIgB,EADAurB,KAEAC,EAAmB,aAATxsB,GAAgC,cAATA,EACjC/H,EAAM2I,EAAEI,QAAUJ,EAAE6rB,WACpBC,GAAW,EAERz0B,GAAK,CAEX,IADA+I,EAASrJ,KAAKq0B,SAASlzB,EAAMb,OACL,UAAT+H,GAA6B,aAATA,KAAyBY,EAAE2K,YAAc5T,KAAKg1B,gBAAgB3rB,GAAS,CAEzG0rB,GAAW,EACX,MAED,GAAI1rB,GAAUA,EAAO2R,QAAQ3S,GAAM,GAAO,CACzC,GAAIwsB,IAAYvjB,GAAiBhR,EAAK2I,GAAM,MAE5C,GADA2rB,EAAQnxB,KAAK4F,GACTwrB,EAAW,MAEhB,GAAIv0B,IAAQN,KAAK2wB,WAAc,MAC/BrwB,EAAMA,EAAIsM,WAKX,OAHKgoB,EAAQp0B,QAAWu0B,GAAaF,IAAWvjB,GAAiBhR,EAAK2I,KACrE2rB,GAAW50B,OAEL40B,GAGRL,gBAAiB,SAAUtrB,GAC1B,GAAKjJ,KAAKspB,UAAWxX,GAAQ7I,GAA7B,CAEA,IAAIZ,EAAOY,EAAEZ,KAEA,cAATA,GAAiC,aAATA,GAE3BwH,GAAe5G,EAAEI,QAAUJ,EAAE6rB,YAG9B90B,KAAKi1B,cAAchsB,EAAGZ,KAGvB6sB,cAAe,QAAS,WAAY,YAAa,WAAY,eAE7DD,cAAe,SAAUhsB,EAAGZ,EAAMusB,GAEjC,GAAe,UAAX3rB,EAAEZ,KAAkB,CAMvB,IAAI8sB,EAAQl1B,KAAWgJ,GACvBksB,EAAM9sB,KAAO,WACbrI,KAAKi1B,cAAcE,EAAOA,EAAM9sB,KAAMusB,GAGvC,IAAI3rB,EAAE4I,WAGN+iB,GAAWA,OAAe1zB,OAAOlB,KAAK20B,kBAAkB1rB,EAAGZ,KAE9C7H,OAAb,CAEA,IAAI6I,EAASurB,EAAQ,GACR,gBAATvsB,GAA0BgB,EAAO2R,QAAQ3S,GAAM,IAClDkB,GAAeN,GAGhB,IAAIlF,GACH6N,cAAe3I,GAGhB,GAAe,aAAXA,EAAEZ,KAAqB,CAC1B,IAAI+sB,EAAW/rB,EAAOgsB,aAAehsB,EAAOisB,SAAWjsB,EAAOisB,SAAW,IACzEvxB,EAAKwxB,eAAiBH,EACrBp1B,KAAKoqB,uBAAuB/gB,EAAOgsB,aAAer1B,KAAKmzB,2BAA2BlqB,GACnFlF,EAAKmvB,WAAalzB,KAAKgzB,2BAA2BjvB,EAAKwxB,gBACvDxxB,EAAK2S,OAAS0e,EAAW/rB,EAAOgsB,YAAcr1B,KAAKqxB,mBAAmBttB,EAAKmvB,YAG5E,IAAK,IAAI/yB,EAAI,EAAGA,EAAIy0B,EAAQp0B,OAAQL,IAEnC,GADAy0B,EAAQz0B,GAAG2a,KAAKzS,EAAMtE,GAAM,GACxBA,EAAK6N,cAAcC,WACsB,IAA3C+iB,EAAQz0B,GAAG+C,QAAQsyB,sBAAuE,IAAtC5xB,EAAQ5D,KAAKk1B,aAAc7sB,GAAiB,SAIpG2sB,gBAAiB,SAAUr0B,GAE1B,OADAA,EAAMA,EAAIo0B,UAAYp0B,EAAIo0B,SAASU,UAAY90B,EAAMX,MACzC+0B,UAAYp0B,EAAIo0B,SAASW,SAAa11B,KAAK21B,SAAW31B,KAAK21B,QAAQD,SAGhF5E,eAAgB,WACf,IAAK,IAAI3wB,EAAI,EAAGE,EAAML,KAAKkoB,UAAU1nB,OAAQL,EAAIE,EAAKF,IACrDH,KAAKkoB,UAAU/nB,GAAGy1B,WAUpBC,UAAW,SAAUC,EAAUt0B,GAM9B,OALIxB,KAAKspB,QACRwM,EAAS90B,KAAKQ,GAAWxB,MAAOqJ,OAAQrJ,OAExCA,KAAK0P,GAAG,OAAQomB,EAAUt0B,GAEpBxB,MAMR8rB,eAAgB,WACf,OAAOtc,GAAYxP,KAAK6rB,WAAa,IAAIjmB,EAAM,EAAG,IAGnDwrB,OAAQ,WACP,IAAIriB,EAAM/O,KAAK8rB,iBACf,OAAO/c,IAAQA,EAAIiO,QAAQ,EAAG,KAG/BsV,iBAAkB,SAAU/Q,EAAQnB,GAInC,OAHkBmB,QAAmB7e,IAAT0d,EAC3BpgB,KAAKi0B,mBAAmB1S,EAAQnB,GAChCpgB,KAAKuyB,kBACapW,SAASnc,KAAK8rB,mBAGlCmI,mBAAoB,SAAU1S,EAAQnB,GACrC,IAAI8J,EAAWlqB,KAAKsd,UAAUhB,UAAU,GACxC,OAAOtc,KAAKugB,QAAQgB,EAAQnB,GAAMhE,UAAU8N,GAAUhO,KAAKlc,KAAK8rB,kBAAkBnP,UAGnFoZ,uBAAwB,SAAUrf,EAAQ0J,EAAMmB,GAC/C,IAAIyU,EAAUh2B,KAAKi0B,mBAAmB1S,EAAQnB,GAC9C,OAAOpgB,KAAKugB,QAAQ7J,EAAQ0J,GAAMhE,UAAU4Z,IAG7CC,8BAA+B,SAAUC,EAAc9V,EAAMmB,GAC5D,IAAIyU,EAAUh2B,KAAKi0B,mBAAmB1S,EAAQnB,GAC9C,OAAOja,GACNnG,KAAKugB,QAAQ2V,EAAaxX,eAAgB0B,GAAMhE,UAAU4Z,GAC1Dh2B,KAAKugB,QAAQ2V,EAAatX,eAAgBwB,GAAMhE,UAAU4Z,GAC1Dh2B,KAAKugB,QAAQ2V,EAAanX,eAAgBqB,GAAMhE,UAAU4Z,GAC1Dh2B,KAAKugB,QAAQ2V,EAAavX,eAAgByB,GAAMhE,UAAU4Z,MAK5D1E,qBAAsB,WACrB,OAAOtxB,KAAKgzB,2BAA2BhzB,KAAKsd,UAAUhB,UAAU,KAIjE6Z,iBAAkB,SAAUzf,GAC3B,OAAO1W,KAAK+yB,mBAAmBrc,GAAQyF,SAASnc,KAAKsxB,yBAItDlI,aAAc,SAAU7H,EAAQnB,EAAMjL,GAErC,IAAKA,EAAU,OAAOoM,EAEtB,IAAI6U,EAAcp2B,KAAKugB,QAAQgB,EAAQnB,GACnC8J,EAAWlqB,KAAKsd,UAAUjB,SAAS,GACnCga,EAAa,IAAItwB,EAAOqwB,EAAYja,SAAS+N,GAAWkM,EAAYxoB,IAAIsc,IACxErb,EAAS7O,KAAKs2B,iBAAiBD,EAAYlhB,EAAQiL,GAKvD,OAAIvR,EAAOlM,QAAQqa,QAAQ,EAAG,IACtBuE,EAGDvhB,KAAK6gB,UAAUuV,EAAYxoB,IAAIiB,GAASuR,IAIhDmW,aAAc,SAAU1nB,EAAQsG,GAC/B,IAAKA,EAAU,OAAOtG,EAEtB,IAAIwnB,EAAar2B,KAAKyuB,iBAClB+H,EAAY,IAAIzwB,EAAOswB,EAAWn0B,IAAI0L,IAAIiB,GAASwnB,EAAWp0B,IAAI2L,IAAIiB,IAE1E,OAAOA,EAAOjB,IAAI5N,KAAKs2B,iBAAiBE,EAAWrhB,KAIpDmhB,iBAAkB,SAAUG,EAAUjP,EAAWpH,GAChD,IAAIsW,EAAqBvwB,EACjBnG,KAAKugB,QAAQiH,EAAU7I,eAAgByB,GACvCpgB,KAAKugB,QAAQiH,EAAU9I,eAAgB0B,IAE3CuW,EAAYD,EAAmBx0B,IAAIia,SAASsa,EAASv0B,KACrD00B,EAAYF,EAAmBz0B,IAAIka,SAASsa,EAASx0B,KAKzD,OAAO,IAAI2D,EAHF5F,KAAK62B,SAASF,EAAU70B,GAAI80B,EAAU90B,GACtC9B,KAAK62B,SAASF,EAAU9wB,GAAI+wB,EAAU/wB,KAKhDgxB,SAAU,SAAUvnB,EAAMwnB,GACzB,OAAOxnB,EAAOwnB,EAAQ,EACrBr0B,KAAKE,MAAM2M,EAAOwnB,GAAS,EAC3Br0B,KAAKR,IAAI,EAAGQ,KAAKuZ,KAAK1M,IAAS7M,KAAKR,IAAI,EAAGQ,KAAKsZ,MAAM+a,KAGxDlO,WAAY,SAAUxI,GACrB,IAAIle,EAAMlC,KAAKuxB,aACXtvB,EAAMjC,KAAKyxB,aACXM,EAAO1iB,GAAQrP,KAAKkD,QAAQ6kB,SAAW,EAI3C,OAHIgK,IACH3R,EAAO3d,KAAKE,MAAMyd,EAAO2R,GAAQA,GAE3BtvB,KAAKR,IAAIC,EAAKO,KAAKP,IAAID,EAAKme,KAGpCqL,qBAAsB,WACrBzrB,KAAK8a,KAAK,SAGX6Q,oBAAqB,WACpB7d,GAAY9N,KAAK6rB,SAAU,oBAC3B7rB,KAAK8a,KAAK,YAGX4O,gBAAiB,SAAUnI,EAAQre,GAElC,IAAI2L,EAAS7O,KAAKm2B,iBAAiB5U,GAAQzE,SAG3C,SAAqC,KAAhC5Z,GAAWA,EAAQqmB,WAAsBvpB,KAAKsd,UAAUhQ,SAASuB,MAEtE7O,KAAKqrB,MAAMxc,EAAQ3L,IAEZ,IAGR8lB,iBAAkB,WAEjB,IAAI+N,EAAQ/2B,KAAKipB,OAAS5c,EAAS,MAAO,uCAC1CrM,KAAK+wB,OAAOiG,QAAQvqB,YAAYsqB,GAEhC/2B,KAAK0P,GAAG,WAAY,SAAUzG,GAC7B,IAAImC,EAAO4D,GACPmS,EAAYnhB,KAAKipB,OAAOjd,MAAMZ,GAElCwD,GAAa5O,KAAKipB,OAAQjpB,KAAKugB,QAAQtX,EAAEsY,OAAQtY,EAAEmX,MAAOpgB,KAAKiqB,aAAahhB,EAAEmX,KAAM,IAGhFe,IAAcnhB,KAAKipB,OAAOjd,MAAMZ,IAASpL,KAAKi3B,gBACjDj3B,KAAKk3B,wBAEJl3B,MAEHA,KAAK0P,GAAG,eAAgB,WACvB,IAAI3I,EAAI/G,KAAKid,YACTka,EAAIn3B,KAAKsrB,UACb1c,GAAa5O,KAAKipB,OAAQjpB,KAAKugB,QAAQxZ,EAAGowB,GAAIn3B,KAAKiqB,aAAakN,EAAG,KACjEn3B,MAEHA,KAAKoa,IAAI,SAAUpa,KAAKo3B,kBAAmBp3B,OAG5Co3B,kBAAmB,WAClB1qB,EAAO1M,KAAKipB,eACLjpB,KAAKipB,QAGbC,oBAAqB,SAAUjgB,GAC1BjJ,KAAKi3B,gBAAkBhuB,EAAEouB,aAAazzB,QAAQ,cAAgB,GACjE5D,KAAKk3B,wBAIPI,kBAAmB,WAClB,OAAQt3B,KAAK2wB,WAAW4G,uBAAuB,yBAAyB/2B,QAGzEipB,iBAAkB,SAAUlI,EAAQnB,EAAMld,GAEzC,GAAIlD,KAAKi3B,eAAkB,OAAO,EAKlC,GAHA/zB,EAAUA,OAGLlD,KAAK+oB,gBAAqC,IAApB7lB,EAAQqmB,SAAqBvpB,KAAKs3B,qBACrD70B,KAAKyQ,IAAIkN,EAAOpgB,KAAK2oB,OAAS3oB,KAAKkD,QAAQykB,uBAA0B,OAAO,EAGpF,IAAI7Y,EAAQ9O,KAAKiqB,aAAa7J,GAC1BvR,EAAS7O,KAAKm2B,iBAAiB5U,GAAQjF,UAAU,EAAI,EAAIxN,GAG7D,SAAwB,IAApB5L,EAAQqmB,UAAqBvpB,KAAKsd,UAAUhQ,SAASuB,MAEzDhK,EAAiB,WAChB7E,KACK6tB,YAAW,GAAM,GACjB2J,aAAajW,EAAQnB,GAAM,IAC9BpgB,OAEI,IAGRw3B,aAAc,SAAUjW,EAAQnB,EAAMqX,EAAWC,GAC3C13B,KAAK6rB,WAEN4L,IACHz3B,KAAKi3B,gBAAiB,EAGtBj3B,KAAK23B,iBAAmBpW,EACxBvhB,KAAK43B,eAAiBxX,EAEtB1S,EAAS1N,KAAK6rB,SAAU,sBAKzB7rB,KAAK8a,KAAK,YACTyG,OAAQA,EACRnB,KAAMA,EACNsX,SAAUA,IAIX91B,WAAWnB,EAAKT,KAAKk3B,qBAAsBl3B,MAAO,OAGnDk3B,qBAAsB,WAChBl3B,KAAKi3B,iBAENj3B,KAAK6rB,UACR/d,GAAY9N,KAAK6rB,SAAU,qBAG5B7rB,KAAKi3B,gBAAiB,EAEtBj3B,KAAKstB,MAAMttB,KAAK23B,iBAAkB33B,KAAK43B,gBAGvC/yB,EAAiB,WAChB7E,KAAK2tB,UAAS,IACZ3tB,UA2BD63B,GAAU1yB,EAAMlF,QAGnBiD,SAICswB,SAAU,YAGXha,WAAY,SAAUtW,GACrBD,EAAWjD,KAAMkD,IASlBsM,YAAa,WACZ,OAAOxP,KAAKkD,QAAQswB,UAKrBtkB,YAAa,SAAUskB,GACtB,IAAIsE,EAAM93B,KAAK+3B,KAYf,OAVID,GACHA,EAAIE,cAAch4B,MAGnBA,KAAKkD,QAAQswB,SAAWA,EAEpBsE,GACHA,EAAIG,WAAWj4B,MAGTA,MAKR4yB,aAAc,WACb,OAAO5yB,KAAK2wB,YAKbuH,MAAO,SAAUJ,GAChB93B,KAAK0M,SACL1M,KAAK+3B,KAAOD,EAEZ,IAAIvrB,EAAYvM,KAAK2wB,WAAa3wB,KAAKm4B,MAAML,GACzC/oB,EAAM/O,KAAKwP,cACX4oB,EAASN,EAAIO,gBAAgBtpB,GAUjC,OARArB,EAASnB,EAAW,oBAEW,IAA3BwC,EAAInL,QAAQ,UACfw0B,EAAOjrB,aAAaZ,EAAW6rB,EAAOrrB,YAEtCqrB,EAAO3rB,YAAYF,GAGbvM,MAKR0M,OAAQ,WACP,OAAK1M,KAAK+3B,MAIVrrB,EAAO1M,KAAK2wB,YAER3wB,KAAKs4B,UACRt4B,KAAKs4B,SAASt4B,KAAK+3B,MAGpB/3B,KAAK+3B,KAAO,KAEL/3B,MAXCA,MAcTu4B,cAAe,SAAUtvB,GAEpBjJ,KAAK+3B,MAAQ9uB,GAAKA,EAAEuvB,QAAU,GAAKvvB,EAAEwvB,QAAU,GAClDz4B,KAAK+3B,KAAKnF,eAAe8F,WAKxBC,GAAU,SAAUz1B,GACvB,OAAO,IAAI20B,GAAQ30B,IAkBpBkkB,GAAIpN,SAGHie,WAAY,SAAUU,GAErB,OADAA,EAAQT,MAAMl4B,MACPA,MAKRg4B,cAAe,SAAUW,GAExB,OADAA,EAAQjsB,SACD1M,MAGR0zB,gBAAiB,WAMhB,SAASkF,EAAaC,EAAOC,GAC5B,IAAIxsB,EAAYqO,EAAIke,EAAQ,IAAMle,EAAIme,EAEtCC,EAAQF,EAAQC,GAASzsB,EAAS,MAAOC,EAAWC,GARrD,IAAIwsB,EAAU/4B,KAAKq4B,mBACf1d,EAAI,WACJpO,EAAYvM,KAAKg5B,kBACT3sB,EAAS,MAAOsO,EAAI,oBAAqB3a,KAAK2wB,YAQ1DiI,EAAa,MAAO,QACpBA,EAAa,MAAO,SACpBA,EAAa,SAAU,QACvBA,EAAa,SAAU,UAGxBhI,iBAAkB,WACjB,IAAK,IAAIzwB,KAAKH,KAAKq4B,gBAClB3rB,EAAO1M,KAAKq4B,gBAAgBl4B,IAE7BuM,EAAO1M,KAAKg5B,0BACLh5B,KAAKq4B,uBACLr4B,KAAKg5B,qBA2Cd,IAAIC,GAASpB,GAAQ53B,QAGpBiD,SAGCg2B,WAAW,EACX1F,SAAU,WAIV2F,YAAY,EAIZC,gBAAgB,EAKhBC,YAAY,EAQZC,aAAc,SAAUC,EAAQC,EAAQC,EAAOC,GAC9C,OAAOD,EAAQC,GAAS,EAAKA,EAAQD,EAAQ,EAAI,IAInDjgB,WAAY,SAAUmgB,EAAYC,EAAU12B,GAC3CD,EAAWjD,KAAMkD,GAEjBlD,KAAK65B,uBACL75B,KAAKmoB,WACLnoB,KAAK85B,YAAc,EACnB95B,KAAK+5B,gBAAiB,EAEtB,IAAK,IAAI55B,KAAKw5B,EACb35B,KAAKg6B,UAAUL,EAAWx5B,GAAIA,GAG/B,IAAKA,KAAKy5B,EACT55B,KAAKg6B,UAAUJ,EAASz5B,GAAIA,GAAG,IAIjCg4B,MAAO,SAAUL,GAChB93B,KAAKuoB,cACLvoB,KAAKi6B,UAELj6B,KAAK+3B,KAAOD,EACZA,EAAIpoB,GAAG,UAAW1P,KAAKk6B,qBAAsBl6B,MAE7C,IAAK,IAAIG,EAAI,EAAGA,EAAIH,KAAKmoB,QAAQ3nB,OAAQL,IACxCH,KAAKmoB,QAAQhoB,GAAGqX,MAAM9H,GAAG,aAAc1P,KAAKm6B,eAAgBn6B,MAG7D,OAAOA,KAAK2wB,YAGbuH,MAAO,SAAUJ,GAGhB,OAFAD,GAAQ/2B,UAAUo3B,MAAMl3B,KAAKhB,KAAM83B,GAE5B93B,KAAKo6B,yBAGb9B,SAAU,WACTt4B,KAAK+3B,KAAKnoB,IAAI,UAAW5P,KAAKk6B,qBAAsBl6B,MAEpD,IAAK,IAAIG,EAAI,EAAGA,EAAIH,KAAKmoB,QAAQ3nB,OAAQL,IACxCH,KAAKmoB,QAAQhoB,GAAGqX,MAAM5H,IAAI,aAAc5P,KAAKm6B,eAAgBn6B,OAM/Dq6B,aAAc,SAAU7iB,EAAOjT,GAE9B,OADAvE,KAAKg6B,UAAUxiB,EAAOjT,GACdvE,KAAS,KAAIA,KAAKi6B,UAAYj6B,MAKvCs6B,WAAY,SAAU9iB,EAAOjT,GAE5B,OADAvE,KAAKg6B,UAAUxiB,EAAOjT,GAAM,GACpBvE,KAAS,KAAIA,KAAKi6B,UAAYj6B,MAKvCu6B,YAAa,SAAU/iB,GACtBA,EAAM5H,IAAI,aAAc5P,KAAKm6B,eAAgBn6B,MAE7C,IAAIW,EAAMX,KAAKw6B,UAAUr5B,EAAMqW,IAI/B,OAHI7W,GACHX,KAAKmoB,QAAQtN,OAAO7a,KAAKmoB,QAAQvkB,QAAQjD,GAAM,GAExCX,KAAS,KAAIA,KAAKi6B,UAAYj6B,MAKvCy6B,OAAQ,WACP/sB,EAAS1N,KAAK2wB,WAAY,mCAC1B3wB,KAAK06B,SAAS1uB,MAAM4E,OAAS,KAC7B,IAAI+pB,EAAmB36B,KAAK+3B,KAAKza,UAAUzX,GAAK7F,KAAK2wB,WAAWiK,UAAY,IAQ5E,OAPID,EAAmB36B,KAAK06B,SAAStI,cACpC1kB,EAAS1N,KAAK06B,SAAU,oCACxB16B,KAAK06B,SAAS1uB,MAAM4E,OAAS+pB,EAAmB,MAEhD7sB,GAAY9N,KAAK06B,SAAU,oCAE5B16B,KAAKk6B,uBACEl6B,MAKR66B,SAAU,WAET,OADA/sB,GAAY9N,KAAK2wB,WAAY,mCACtB3wB,MAGRuoB,YAAa,WACZ,IAAIjc,EAAY,yBACZC,EAAYvM,KAAK2wB,WAAatkB,EAAS,MAAOC,GAC9C4sB,EAAYl5B,KAAKkD,QAAQg2B,UAG7B3sB,EAAUuuB,aAAa,iBAAiB,GAExC9oB,GAAwBzF,GACxBwF,GAAyBxF,GAEzB,IAAIwuB,EAAU/6B,KAAK06B,SAAWruB,EAAS,UAAWC,EAAY,SAE1D4sB,IACHl5B,KAAK+3B,KAAKroB,GAAG,QAAS1P,KAAK66B,SAAU76B,MAEhCuR,IACJ7B,GAAGnD,GACFyuB,WAAYh7B,KAAKy6B,OACjBQ,WAAYj7B,KAAK66B,UACf76B,OAIL,IAAIk7B,EAAOl7B,KAAKm7B,YAAc9uB,EAAS,IAAKC,EAAY,UAAWC,GACnE2uB,EAAKE,KAAO,IACZF,EAAKG,MAAQ,SAETjqB,IACH1B,GAAGwrB,EAAM,QAAS/oB,IAClBzC,GAAGwrB,EAAM,QAASl7B,KAAKy6B,OAAQz6B,OAE/B0P,GAAGwrB,EAAM,QAASl7B,KAAKy6B,OAAQz6B,MAG3Bk5B,GACJl5B,KAAKy6B,SAGNz6B,KAAKs7B,gBAAkBjvB,EAAS,MAAOC,EAAY,QAASyuB,GAC5D/6B,KAAKu7B,WAAalvB,EAAS,MAAOC,EAAY,aAAcyuB,GAC5D/6B,KAAKw7B,cAAgBnvB,EAAS,MAAOC,EAAY,YAAayuB,GAE9DxuB,EAAUE,YAAYsuB,IAGvBP,UAAW,SAAUv1B,GACpB,IAAK,IAAI9E,EAAI,EAAGA,EAAIH,KAAKmoB,QAAQ3nB,OAAQL,IAExC,GAAIH,KAAKmoB,QAAQhoB,IAAMgB,EAAMnB,KAAKmoB,QAAQhoB,GAAGqX,SAAWvS,EACvD,OAAOjF,KAAKmoB,QAAQhoB,IAKvB65B,UAAW,SAAUxiB,EAAOjT,EAAMk3B,GAC7Bz7B,KAAK+3B,MACRvgB,EAAM9H,GAAG,aAAc1P,KAAKm6B,eAAgBn6B,MAG7CA,KAAKmoB,QAAQ1kB,MACZ+T,MAAOA,EACPjT,KAAMA,EACNk3B,QAASA,IAGNz7B,KAAKkD,QAAQm2B,YAChBr5B,KAAKmoB,QAAQuT,KAAKj7B,EAAK,SAAUuF,EAAGC,GACnC,OAAOjG,KAAKkD,QAAQo2B,aAAatzB,EAAEwR,MAAOvR,EAAEuR,MAAOxR,EAAEzB,KAAM0B,EAAE1B,OAC3DvE,OAGAA,KAAKkD,QAAQi2B,YAAc3hB,EAAMmkB,YACpC37B,KAAK85B,cACLtiB,EAAMmkB,UAAU37B,KAAK85B,cAGtB95B,KAAKo6B,yBAGNH,QAAS,WACR,IAAKj6B,KAAK2wB,WAAc,OAAO3wB,KAE/B8M,EAAM9M,KAAKs7B,iBACXxuB,EAAM9M,KAAKw7B,eAEXx7B,KAAK65B,uBACL,IAAI+B,EAAmBC,EAAiB17B,EAAGQ,EAAKm7B,EAAkB,EAElE,IAAK37B,EAAI,EAAGA,EAAIH,KAAKmoB,QAAQ3nB,OAAQL,IACpCQ,EAAMX,KAAKmoB,QAAQhoB,GACnBH,KAAK+7B,SAASp7B,GACdk7B,EAAkBA,GAAmBl7B,EAAI86B,QACzCG,EAAoBA,IAAsBj7B,EAAI86B,QAC9CK,GAAoBn7B,EAAI86B,QAAc,EAAJ,EAWnC,OAPIz7B,KAAKkD,QAAQk2B,iBAChBwC,EAAoBA,GAAqBE,EAAkB,EAC3D97B,KAAKs7B,gBAAgBtvB,MAAMgwB,QAAUJ,EAAoB,GAAK,QAG/D57B,KAAKu7B,WAAWvvB,MAAMgwB,QAAUH,GAAmBD,EAAoB,GAAK,OAErE57B,MAGRm6B,eAAgB,SAAUlxB,GACpBjJ,KAAK+5B,gBACT/5B,KAAKi6B,UAGN,IAAIt5B,EAAMX,KAAKw6B,UAAUr5B,EAAM8H,EAAEI,SAW7BhB,EAAO1H,EAAI86B,QACF,QAAXxyB,EAAEZ,KAAiB,aAAe,gBACvB,QAAXY,EAAEZ,KAAiB,kBAAoB,KAErCA,GACHrI,KAAK+3B,KAAKjd,KAAKzS,EAAM1H,IAKvBs7B,oBAAqB,SAAU13B,EAAM23B,GAEpC,IAAIC,EAAY,qEACd53B,EAAO,KAAO23B,EAAU,qBAAuB,IAAM,KAEnDE,EAAgB50B,SAASgF,cAAc,OAG3C,OAFA4vB,EAAc/W,UAAY8W,EAEnBC,EAAcrvB,YAGtBgvB,SAAU,SAAUp7B,GACnB,IAEI07B,EAFAC,EAAQ90B,SAASgF,cAAc,SAC/B0vB,EAAUl8B,KAAK+3B,KAAKwE,SAAS57B,EAAI6W,OAGjC7W,EAAI86B,UACPY,EAAQ70B,SAASgF,cAAc,UACzBnE,KAAO,WACbg0B,EAAM/vB,UAAY,kCAClB+vB,EAAMG,eAAiBN,GAEvBG,EAAQr8B,KAAKi8B,oBAAoB,sBAAuBC,GAGzDl8B,KAAK65B,oBAAoBp2B,KAAK44B,GAC9BA,EAAMI,QAAUt7B,EAAMR,EAAI6W,OAE1B9H,GAAG2sB,EAAO,QAASr8B,KAAK08B,cAAe18B,MAEvC,IAAIuE,EAAOiD,SAASgF,cAAc,QAClCjI,EAAK8gB,UAAY,IAAM1kB,EAAI4D,KAI3B,IAAIo4B,EAASn1B,SAASgF,cAAc,OAUpC,OARA8vB,EAAM7vB,YAAYkwB,GAClBA,EAAOlwB,YAAY4vB,GACnBM,EAAOlwB,YAAYlI,IAEH5D,EAAI86B,QAAUz7B,KAAKw7B,cAAgBx7B,KAAKs7B,iBAC9C7uB,YAAY6vB,GAEtBt8B,KAAKk6B,uBACEoC,GAGRI,cAAe,WACd,IACIL,EAAO7kB,EADPolB,EAAS58B,KAAK65B,oBAEdgD,KACAC,KAEJ98B,KAAK+5B,gBAAiB,EAEtB,IAAK,IAAI55B,EAAIy8B,EAAOp8B,OAAS,EAAGL,GAAK,EAAGA,IACvCk8B,EAAQO,EAAOz8B,GACfqX,EAAQxX,KAAKw6B,UAAU6B,EAAMI,SAASjlB,MAElC6kB,EAAMH,QACTW,EAAYp5B,KAAK+T,GACN6kB,EAAMH,SACjBY,EAAcr5B,KAAK+T,GAKrB,IAAKrX,EAAI,EAAGA,EAAI28B,EAAct8B,OAAQL,IACjCH,KAAK+3B,KAAKwE,SAASO,EAAc38B,KACpCH,KAAK+3B,KAAKwC,YAAYuC,EAAc38B,IAGtC,IAAKA,EAAI,EAAGA,EAAI08B,EAAYr8B,OAAQL,IAC9BH,KAAK+3B,KAAKwE,SAASM,EAAY18B,KACnCH,KAAK+3B,KAAKgF,SAASF,EAAY18B,IAIjCH,KAAK+5B,gBAAiB,EAEtB/5B,KAAKu4B,iBAGN2B,qBAAsB,WAMrB,IAAK,IAJDmC,EACA7kB,EAFAolB,EAAS58B,KAAK65B,oBAGdzZ,EAAOpgB,KAAK+3B,KAAKzM,UAEZnrB,EAAIy8B,EAAOp8B,OAAS,EAAGL,GAAK,EAAGA,IACvCk8B,EAAQO,EAAOz8B,GACfqX,EAAQxX,KAAKw6B,UAAU6B,EAAMI,SAASjlB,MACtC6kB,EAAMW,cAAsCt6B,IAA1B8U,EAAMtU,QAAQokB,SAAyBlH,EAAO5I,EAAMtU,QAAQokB,cAClC5kB,IAA1B8U,EAAMtU,QAAQqkB,SAAyBnH,EAAO5I,EAAMtU,QAAQqkB,SAKhF6S,sBAAuB,WAItB,OAHIp6B,KAAK+3B,OAAS/3B,KAAKkD,QAAQg2B,WAC9Bl5B,KAAKy6B,SAECz6B,MAGRi9B,QAAS,WAER,OAAOj9B,KAAKy6B,UAGbyC,UAAW,WAEV,OAAOl9B,KAAK66B,cAoBVsC,GAAOtF,GAAQ53B,QAGlBiD,SACCswB,SAAU,UAIV4J,WAAY,IAIZC,YAAa,UAIbC,YAAa,WAIbC,aAAc,YAGfpF,MAAO,SAAUL,GAChB,IAAI0F,EAAW,uBACXjxB,EAAYF,EAAS,MAAOmxB,EAAW,gBACvCt6B,EAAUlD,KAAKkD,QAUnB,OARAlD,KAAKy9B,cAAiBz9B,KAAK09B,cAAcx6B,EAAQk6B,WAAYl6B,EAAQm6B,YAC7DG,EAAW,MAAQjxB,EAAWvM,KAAK29B,SAC3C39B,KAAK49B,eAAiB59B,KAAK09B,cAAcx6B,EAAQo6B,YAAap6B,EAAQq6B,aAC9DC,EAAW,OAAQjxB,EAAWvM,KAAK69B,UAE3C79B,KAAK89B,kBACLhG,EAAIpoB,GAAG,2BAA4B1P,KAAK89B,gBAAiB99B,MAElDuM,GAGR+rB,SAAU,SAAUR,GACnBA,EAAIloB,IAAI,2BAA4B5P,KAAK89B,gBAAiB99B,OAG3D41B,QAAS,WAGR,OAFA51B,KAAK+9B,WAAY,EACjB/9B,KAAK89B,kBACE99B,MAGRywB,OAAQ,WAGP,OAFAzwB,KAAK+9B,WAAY,EACjB/9B,KAAK89B,kBACE99B,MAGR29B,QAAS,SAAU10B,IACbjJ,KAAK+9B,WAAa/9B,KAAK+3B,KAAKpP,MAAQ3oB,KAAK+3B,KAAKtG,cAClDzxB,KAAK+3B,KAAKjO,OAAO9pB,KAAK+3B,KAAK70B,QAAQ8kB,WAAa/e,EAAE+0B,SAAW,EAAI,KAInEH,SAAU,SAAU50B,IACdjJ,KAAK+9B,WAAa/9B,KAAK+3B,KAAKpP,MAAQ3oB,KAAK+3B,KAAKxG,cAClDvxB,KAAK+3B,KAAKhO,QAAQ/pB,KAAK+3B,KAAK70B,QAAQ8kB,WAAa/e,EAAE+0B,SAAW,EAAI,KAIpEN,cAAe,SAAUO,EAAM5C,EAAO/uB,EAAWC,EAAW7L,GAC3D,IAAIw6B,EAAO7uB,EAAS,IAAKC,EAAWC,GAgBpC,OAfA2uB,EAAK7V,UAAY4Y,EACjB/C,EAAKE,KAAO,IACZF,EAAKG,MAAQA,EAKbH,EAAKJ,aAAa,OAAQ,UAC1BI,EAAKJ,aAAa,aAAcO,GAEhCrpB,GAAwBkpB,GACxBxrB,GAAGwrB,EAAM,QAAS/oB,IAClBzC,GAAGwrB,EAAM,QAASx6B,EAAIV,MACtB0P,GAAGwrB,EAAM,QAASl7B,KAAKu4B,cAAev4B,MAE/Bk7B,GAGR4C,gBAAiB,WAChB,IAAIhG,EAAM93B,KAAK+3B,KACXzrB,EAAY,mBAEhBwB,GAAY9N,KAAKy9B,cAAenxB,GAChCwB,GAAY9N,KAAK49B,eAAgBtxB,IAE7BtM,KAAK+9B,WAAajG,EAAInP,QAAUmP,EAAIvG,eACvC7jB,EAAS1N,KAAK49B,eAAgBtxB,IAE3BtM,KAAK+9B,WAAajG,EAAInP,QAAUmP,EAAIrG,eACvC/jB,EAAS1N,KAAKy9B,cAAenxB,MAShC8a,GAAInN,cACHikB,aAAa,IAGd9W,GAAIlN,YAAY,WACXla,KAAKkD,QAAQg7B,cAKhBl+B,KAAKk+B,YAAc,IAAIf,GACvBn9B,KAAKi4B,WAAWj4B,KAAKk+B,gBAOvB,IAkBIC,GAAQtG,GAAQ53B,QAGnBiD,SACCswB,SAAU,aAIV4K,SAAU,IAIVC,QAAQ,EAIRC,UAAU,GAMXnG,MAAO,SAAUL,GAChB,IACIvrB,EAAYF,EAAS,MADT,yBAEZnJ,EAAUlD,KAAKkD,QAOnB,OALAlD,KAAKu+B,WAAWr7B,EAASoJ,6BAAqBC,GAE9CurB,EAAIpoB,GAAGxM,EAAQs7B,eAAiB,UAAY,OAAQx+B,KAAKi6B,QAASj6B,MAClE83B,EAAIjC,UAAU71B,KAAKi6B,QAASj6B,MAErBuM,GAGR+rB,SAAU,SAAUR,GACnBA,EAAIloB,IAAI5P,KAAKkD,QAAQs7B,eAAiB,UAAY,OAAQx+B,KAAKi6B,QAASj6B,OAGzEu+B,WAAY,SAAUr7B,EAASoJ,EAAWC,GACrCrJ,EAAQm7B,SACXr+B,KAAKy+B,QAAUpyB,EAAS,MAAOC,EAAWC,IAEvCrJ,EAAQo7B,WACXt+B,KAAK0+B,QAAUryB,EAAS,MAAOC,EAAWC,KAI5C0tB,QAAS,WACR,IAAInC,EAAM93B,KAAK+3B,KACXlyB,EAAIiyB,EAAIxa,UAAUzX,EAAI,EAEtB84B,EAAY7G,EAAIpY,SACnBoY,EAAIzN,wBAAwB,EAAGxkB,IAC/BiyB,EAAIzN,wBAAwBrqB,KAAKkD,QAAQk7B,SAAUv4B,KAEpD7F,KAAK4+B,cAAcD,IAGpBC,cAAe,SAAUD,GACpB3+B,KAAKkD,QAAQm7B,QAAUM,GAC1B3+B,KAAK6+B,cAAcF,GAEhB3+B,KAAKkD,QAAQo7B,UAAYK,GAC5B3+B,KAAK8+B,gBAAgBH,IAIvBE,cAAe,SAAUF,GACxB,IAAII,EAAS/+B,KAAKg/B,aAAaL,GAC3BrC,EAAQyC,EAAS,IAAOA,EAAS,KAAQA,EAAS,IAAQ,MAE9D/+B,KAAKi/B,aAAaj/B,KAAKy+B,QAASnC,EAAOyC,EAASJ,IAGjDG,gBAAiB,SAAUH,GAC1B,IACIO,EAAUC,EAAOC,EADjBC,EAAsB,UAAZV,EAGVU,EAAU,MACbH,EAAWG,EAAU,KACrBF,EAAQn/B,KAAKg/B,aAAaE,GAC1Bl/B,KAAKi/B,aAAaj/B,KAAK0+B,QAASS,EAAQ,MAAOA,EAAQD,KAGvDE,EAAOp/B,KAAKg/B,aAAaK,GACzBr/B,KAAKi/B,aAAaj/B,KAAK0+B,QAASU,EAAO,MAAOA,EAAOC,KAIvDJ,aAAc,SAAUnwB,EAAOwwB,EAAMC,GACpCzwB,EAAM9C,MAAM2E,MAAQlO,KAAKE,MAAM3C,KAAKkD,QAAQk7B,SAAWmB,GAAS,KAChEzwB,EAAMuW,UAAYia,GAGnBN,aAAc,SAAU18B,GACvB,IAAIk9B,EAAQ/8B,KAAKD,IAAI,IAAKC,KAAKsZ,MAAMzZ,GAAO,IAAI9B,OAAS,GACrD2B,EAAIG,EAAMk9B,EAOd,OALAr9B,EAAIA,GAAK,GAAK,GACVA,GAAK,EAAI,EACTA,GAAK,EAAI,EACTA,GAAK,EAAI,EAAI,EAEVq9B,EAAQr9B,KAmBbs9B,GAAc5H,GAAQ53B,QAGzBiD,SACCswB,SAAU,cAIVkM,OAAQ,wFAGTlmB,WAAY,SAAUtW,GACrBD,EAAWjD,KAAMkD,GAEjBlD,KAAK2/B,kBAGNxH,MAAO,SAAUL,GAChBA,EAAI8H,mBAAqB5/B,KACzBA,KAAK2wB,WAAatkB,EAAS,MAAO,+BAClC2F,GAAwBhS,KAAK2wB,YAG7B,IAAK,IAAIxwB,KAAK23B,EAAI3P,QACb2P,EAAI3P,QAAQhoB,GAAG0/B,gBAClB7/B,KAAK8/B,eAAehI,EAAI3P,QAAQhoB,GAAG0/B,kBAMrC,OAFA7/B,KAAKi6B,UAEEj6B,KAAK2wB,YAKboP,UAAW,SAAUL,GAGpB,OAFA1/B,KAAKkD,QAAQw8B,OAASA,EACtB1/B,KAAKi6B,UACEj6B,MAKR8/B,eAAgB,SAAUR,GACzB,OAAKA,GAEAt/B,KAAK2/B,cAAcL,KACvBt/B,KAAK2/B,cAAcL,GAAQ,GAE5Bt/B,KAAK2/B,cAAcL,KAEnBt/B,KAAKi6B,UAEEj6B,MATaA,MAcrBggC,kBAAmB,SAAUV,GAC5B,OAAKA,GAEDt/B,KAAK2/B,cAAcL,KACtBt/B,KAAK2/B,cAAcL,KACnBt/B,KAAKi6B,WAGCj6B,MAPaA,MAUrBi6B,QAAS,WACR,GAAKj6B,KAAK+3B,KAAV,CAEA,IAAIkI,KAEJ,IAAK,IAAI9/B,KAAKH,KAAK2/B,cACd3/B,KAAK2/B,cAAcx/B,IACtB8/B,EAAQx8B,KAAKtD,GAIf,IAAI+/B,KAEAlgC,KAAKkD,QAAQw8B,QAChBQ,EAAiBz8B,KAAKzD,KAAKkD,QAAQw8B,QAEhCO,EAAQz/B,QACX0/B,EAAiBz8B,KAAKw8B,EAAQp8B,KAAK,OAGpC7D,KAAK2wB,WAAWtL,UAAY6a,EAAiBr8B,KAAK,WAQpDujB,GAAInN,cACH2lB,oBAAoB,IAGrBxY,GAAIlN,YAAY,WACXla,KAAKkD,QAAQ08B,qBAChB,IAAIH,IAAcvH,MAAMl4B,QAW1B63B,GAAQoB,OAASA,GACjBpB,GAAQsF,KAAOA,GACftF,GAAQsG,MAAQA,GAChBtG,GAAQ4H,YAAcA,GAEtB9G,GAAQ7hB,OA9YK,SAAU6iB,EAAYC,EAAU12B,GAC5C,OAAO,IAAI+1B,GAAOU,EAAYC,EAAU12B,IA8YzCy1B,GAAQvY,KAtQG,SAAUld,GACpB,OAAO,IAAIi6B,GAAKj6B,IAsQjBy1B,GAAQ7pB,MAtII,SAAU5L,GACrB,OAAO,IAAIi7B,GAAMj7B,IAsIlBy1B,GAAQwH,YAZU,SAAUj9B,GAC3B,OAAO,IAAIu8B,GAAYv8B,IAsBxB,IAAIk9B,GAAUj7B,EAAMlF,QACnBuZ,WAAY,SAAUse,GACrB93B,KAAK+3B,KAAOD,GAKbrH,OAAQ,WACP,OAAIzwB,KAAKqgC,SAAmBrgC,MAE5BA,KAAKqgC,UAAW,EAChBrgC,KAAKsgC,WACEtgC,OAKR41B,QAAS,WACR,OAAK51B,KAAKqgC,UAEVrgC,KAAKqgC,UAAW,EAChBrgC,KAAKugC,cACEvgC,MAJsBA,MAS9By1B,QAAS,WACR,QAASz1B,KAAKqgC,YAchBD,GAAQlI,MAAQ,SAAUJ,EAAKvzB,GAE9B,OADAuzB,EAAIvH,WAAWhsB,EAAMvE,MACdA,MAGR,IAkVIwV,GAlVAlQ,IAASE,OAAQA,IAkBjBg7B,GAAQpvB,GAAQ,uBAAyB,YACzCqvB,IACHC,UAAW,UACXh1B,WAAY,WACZi1B,YAAa,WACbC,cAAe,YAEZC,IACHH,UAAW,YACXh1B,WAAY,YACZi1B,YAAa,YACbC,cAAe,aAIZE,GAAYllB,GAAQ3b,QAEvBiD,SAMC69B,eAAgB,GAKjBvnB,WAAY,SAAU1J,EAASkxB,EAAiBC,EAAmB/9B,GAClED,EAAWjD,KAAMkD,GAEjBlD,KAAKkhC,SAAWpxB,EAChB9P,KAAKmhC,iBAAmBH,GAAmBlxB,EAC3C9P,KAAKohC,gBAAkBH,GAKxBxQ,OAAQ,WACHzwB,KAAKqgC,WAET3wB,GAAG1P,KAAKmhC,iBAAkBX,GAAOxgC,KAAKqhC,QAASrhC,MAE/CA,KAAKqgC,UAAW,IAKjBzK,QAAS,WACH51B,KAAKqgC,WAINS,GAAUQ,YAActhC,MAC3BA,KAAKuhC,aAGN3xB,GAAI5P,KAAKmhC,iBAAkBX,GAAOxgC,KAAKqhC,QAASrhC,MAEhDA,KAAKqgC,UAAW,EAChBrgC,KAAKoxB,QAAS,IAGfiQ,QAAS,SAAUp4B,GAMlB,IAAIA,EAAE2K,YAAe5T,KAAKqgC,WAE1BrgC,KAAKoxB,QAAS,GAEVhkB,EAASpN,KAAKkhC,SAAU,wBAExBJ,GAAUQ,WAAar4B,EAAE+0B,UAA0B,IAAZ/0B,EAAEu4B,OAA8B,IAAbv4B,EAAEw4B,SAAkBx4B,EAAEiB,UACpF42B,GAAUQ,UAAYthC,KAElBA,KAAKohC,iBACRvxB,GAAe7P,KAAKkhC,UAGrBzxB,KACAgT,KAEIziB,KAAK0hC,WAAT,CAIA1hC,KAAK8a,KAAK,QAEV,IAAInG,EAAQ1L,EAAEiB,QAAUjB,EAAEiB,QAAQ,GAAKjB,EACnC04B,EAAcvxB,GAAmBpQ,KAAKkhC,UAE1ClhC,KAAK4hC,YAAc,IAAIh8B,EAAM+O,EAAMtC,QAASsC,EAAMrC,SAGlDtS,KAAK6hC,aAAerxB,GAASmxB,GAE7BjyB,GAAGlI,SAAUq5B,GAAK53B,EAAEZ,MAAOrI,KAAK8hC,QAAS9hC,MACzC0P,GAAGlI,SAAUi5B,GAAIx3B,EAAEZ,MAAOrI,KAAK+hC,MAAO/hC,QAGvC8hC,QAAS,SAAU74B,GAMlB,IAAIA,EAAE2K,YAAe5T,KAAKqgC,SAE1B,GAAIp3B,EAAEiB,SAAWjB,EAAEiB,QAAQ1J,OAAS,EACnCR,KAAKoxB,QAAS,MADf,CAKA,IAAIzc,EAAS1L,EAAEiB,SAAgC,IAArBjB,EAAEiB,QAAQ1J,OAAeyI,EAAEiB,QAAQ,GAAKjB,EAC9D4F,EAAS,IAAIjJ,EAAM+O,EAAMtC,QAASsC,EAAMrC,SAAS8J,UAAUpc,KAAK4hC,cAE/D/yB,EAAO/M,GAAM+M,EAAOhJ,KACrBpD,KAAKyQ,IAAIrE,EAAO/M,GAAKW,KAAKyQ,IAAIrE,EAAOhJ,GAAK7F,KAAKkD,QAAQ69B,iBAK3DlyB,EAAO/M,GAAK9B,KAAK6hC,aAAa//B,EAC9B+M,EAAOhJ,GAAK7F,KAAK6hC,aAAah8B,EAE9B0D,GAAeN,GAEVjJ,KAAKoxB,SAGTpxB,KAAK8a,KAAK,aAEV9a,KAAKoxB,QAAS,EACdpxB,KAAK0mB,UAAYlX,GAAYxP,KAAKkhC,UAAU/kB,SAAStN,GAErDnB,EAASlG,SAAS+I,KAAM,oBAExBvQ,KAAKgiC,YAAc/4B,EAAEI,QAAUJ,EAAE6rB,WAG5BtwB,OAAyB,oBAAMxE,KAAKgiC,uBAAuBC,qBAC/DjiC,KAAKgiC,YAAchiC,KAAKgiC,YAAYE,yBAErCx0B,EAAS1N,KAAKgiC,YAAa,wBAG5BhiC,KAAKmiC,QAAUniC,KAAK0mB,UAAU9Y,IAAIiB,GAClC7O,KAAK0hC,SAAU,EAEf18B,EAAgBhF,KAAKoiC,cACrBpiC,KAAKqiC,WAAap5B,EAClBjJ,KAAKoiC,aAAev9B,EAAiB7E,KAAKsiC,gBAAiBtiC,MAAM,OAGlEsiC,gBAAiB,WAChB,IAAIr5B,GAAK2I,cAAe5R,KAAKqiC,YAK7BriC,KAAK8a,KAAK,UAAW7R,GACrBiG,GAAYlP,KAAKkhC,SAAUlhC,KAAKmiC,SAIhCniC,KAAK8a,KAAK,OAAQ7R,IAGnB84B,MAAO,SAAU94B,IAMZA,EAAE2K,YAAe5T,KAAKqgC,UAC1BrgC,KAAKuhC,cAGNA,WAAY,WACXzzB,GAAYtG,SAAS+I,KAAM,oBAEvBvQ,KAAKgiC,cACRl0B,GAAY9N,KAAKgiC,YAAa,uBAC9BhiC,KAAKgiC,YAAc,MAGpB,IAAK,IAAI7hC,KAAK0gC,GACbjxB,GAAIpI,SAAUq5B,GAAK1gC,GAAIH,KAAK8hC,QAAS9hC,MACrC4P,GAAIpI,SAAUi5B,GAAItgC,GAAIH,KAAK+hC,MAAO/hC,MAGnC2P,KACA+S,KAEI1iB,KAAKoxB,QAAUpxB,KAAK0hC,UAEvB18B,EAAgBhF,KAAKoiC,cAIrBpiC,KAAK8a,KAAK,WACT4E,SAAU1f,KAAKmiC,QAAQplB,WAAW/c,KAAK0mB,cAIzC1mB,KAAK0hC,SAAU,EACfZ,GAAUQ,WAAY,KAqPpBiB,IAAYzpB,OAAOD,QAAUC,SAChCjF,SAAUA,GACVK,uBAAwBA,GACxBsuB,sBA1MD,SAA+B16B,EAAGqM,EAAIC,GACrC,OAAOE,GAAyBxM,EAAGqM,EAAIC,IA0MvCc,YAAaA,GACbS,qBAAsBA,GACtBF,YAAaA,GACbnB,yBAA0BA,GAC1B2B,OAAQA,GACRC,MAAOA,KA0DJusB,IAAY3pB,OAAOD,QAAUC,SAChC3C,YAAaA,KAgBVusB,IACHniB,QAAS,SAAU7J,GAClB,OAAO,IAAI9Q,EAAM8Q,EAAO/P,IAAK+P,EAAOhQ,MAGrCma,UAAW,SAAU1R,GACpB,OAAO,IAAI1I,EAAO0I,EAAMtJ,EAAGsJ,EAAMrN,IAGlCqT,OAAQ,IAAIpP,IAAS,KAAM,KAAM,IAAK,MAUnC48B,IACHhhB,EAAG,QACHihB,QAAS,kBAETztB,OAAQ,IAAIpP,IAAS,gBAAiB,iBAAkB,eAAgB,iBAExEwa,QAAS,SAAU7J,GAClB,IAAIvU,EAAIM,KAAKwd,GAAK,IACdkM,EAAInsB,KAAK2hB,EACT9b,EAAI6Q,EAAOhQ,IAAMvE,EACjB0gC,EAAM7iC,KAAK4iC,QAAUzW,EACrBljB,EAAIxG,KAAK4R,KAAK,EAAIwuB,EAAMA,GACxBC,EAAM75B,EAAIxG,KAAKyf,IAAIrc,GAEnBk9B,EAAKtgC,KAAKugC,IAAIvgC,KAAKwd,GAAK,EAAIpa,EAAI,GAAKpD,KAAKD,KAAK,EAAIsgC,IAAQ,EAAIA,GAAM75B,EAAI,GAG7E,OAFApD,GAAKsmB,EAAI1pB,KAAKqe,IAAIre,KAAKR,IAAI8gC,EAAI,QAExB,IAAIn9B,EAAM8Q,EAAO/P,IAAMxE,EAAIgqB,EAAGtmB,IAGtCgb,UAAW,SAAU1R,GAQpB,IAAK,IAAuB2zB,EAPxB3gC,EAAI,IAAMM,KAAKwd,GACfkM,EAAInsB,KAAK2hB,EACTkhB,EAAM7iC,KAAK4iC,QAAUzW,EACrBljB,EAAIxG,KAAK4R,KAAK,EAAIwuB,EAAMA,GACxBE,EAAKtgC,KAAK+f,KAAKrT,EAAMtJ,EAAIsmB,GACzB8W,EAAMxgC,KAAKwd,GAAK,EAAI,EAAIxd,KAAK8f,KAAKwgB,GAE7B5iC,EAAI,EAAG+iC,EAAO,GAAU/iC,EAAI,IAAMsC,KAAKyQ,IAAIgwB,GAAQ,KAAM/iC,IACjE2iC,EAAM75B,EAAIxG,KAAKyf,IAAI+gB,GACnBH,EAAMrgC,KAAKD,KAAK,EAAIsgC,IAAQ,EAAIA,GAAM75B,EAAI,GAE1Cg6B,GADAC,EAAOzgC,KAAKwd,GAAK,EAAI,EAAIxd,KAAK8f,KAAKwgB,EAAKD,GAAOG,EAIhD,OAAO,IAAIx8B,EAAOw8B,EAAM9gC,EAAGgN,EAAMrN,EAAIK,EAAIgqB,KA8BvCvX,IAASkE,OAAOD,QAAUC,SAC7B4pB,OAAQA,GACRC,SAAUA,GACVtgB,kBAAmBA,KAShB8gB,GAAWljC,KAAWwf,IACzB7J,KAAM,YACN0K,WAAYqiB,GAEZniB,eAAiB,WAChB,IAAI1R,EAAQ,IAAOrM,KAAKwd,GAAK0iB,GAAShhB,GACtC,OAAOra,EAAiBwH,EAAO,IAAMA,EAAO,IAF7B,KAmBbs0B,GAAWnjC,KAAWwf,IACzB7J,KAAM,YACN0K,WAAYoiB,GACZliB,eAAgBlZ,EAAiB,EAAI,IAAK,GAAI,EAAI,IAAK,MAapD+7B,GAASpjC,KAAWigB,IACvBI,WAAYoiB,GACZliB,eAAgBlZ,EAAiB,EAAG,GAAI,EAAG,GAE3CwH,MAAO,SAAUsR,GAChB,OAAO3d,KAAKD,IAAI,EAAG4d,IAGpBA,KAAM,SAAUtR,GACf,OAAOrM,KAAKqe,IAAIhS,GAASrM,KAAKse,KAG/BrB,SAAU,SAAUkC,EAASC,GAC5B,IAAIhM,EAAKgM,EAAQlb,IAAMib,EAAQjb,IAC3BmP,EAAK+L,EAAQnb,IAAMkb,EAAQlb,IAE/B,OAAOjE,KAAK4R,KAAKwB,EAAKA,EAAKC,EAAKA,IAGjCmL,UAAU,IAGXf,GAAIT,MAAQA,GACZS,GAAIijB,SAAWA,GACfjjB,GAAI0C,SAAWA,GACf1C,GAAI2C,WAAaA,GACjB3C,GAAIkjB,SAAWA,GACfljB,GAAImjB,OAASA,GA2Bb,IAAIC,GAAQ1nB,GAAQ3b,QAGnBiD,SAGCguB,KAAM,cAINiP,YAAa,KAEb3K,qBAAqB,GAStB0C,MAAO,SAAUJ,GAEhB,OADAA,EAAIiF,SAAS/8B,MACNA,MAKR0M,OAAQ,WACP,OAAO1M,KAAKujC,WAAWvjC,KAAK+3B,MAAQ/3B,KAAKwjC,YAK1CD,WAAY,SAAU5iC,GAIrB,OAHIA,GACHA,EAAI45B,YAAYv6B,MAEVA,MAKR0yB,QAAS,SAAUnuB,GAClB,OAAOvE,KAAK+3B,KAAKrF,QAAQnuB,EAAQvE,KAAKkD,QAAQqB,IAASA,EAAQvE,KAAKkD,QAAQguB,OAG7EuS,qBAAsB,SAAUC,GAE/B,OADA1jC,KAAK+3B,KAAK1D,SAASlzB,EAAMuiC,IAAa1jC,KAC/BA,MAGR2jC,wBAAyB,SAAUD,GAElC,cADO1jC,KAAK+3B,KAAK1D,SAASlzB,EAAMuiC,IACzB1jC,MAKR6/B,eAAgB,WACf,OAAO7/B,KAAKkD,QAAQi9B,aAGrByD,UAAW,SAAU36B,GACpB,IAAI6uB,EAAM7uB,EAAEI,OAGZ,GAAKyuB,EAAIyE,SAASv8B,MAAlB,CAKA,GAHAA,KAAK+3B,KAAOD,EACZ93B,KAAK+oB,cAAgB+O,EAAI/O,cAErB/oB,KAAK6jC,UAAW,CACnB,IAAIzwB,EAASpT,KAAK6jC,YAClB/L,EAAIpoB,GAAG0D,EAAQpT,MACfA,KAAKob,KAAK,SAAU,WACnB0c,EAAIloB,IAAIwD,EAAQpT,OACdA,MAGJA,KAAKm4B,MAAML,GAEP93B,KAAK6/B,gBAAkB/H,EAAI8H,oBAC9B9H,EAAI8H,mBAAmBE,eAAe9/B,KAAK6/B,kBAG5C7/B,KAAK8a,KAAK,OACVgd,EAAIhd,KAAK,YAAatD,MAAOxX,WAqC/BonB,GAAIpN,SAGH+iB,SAAU,SAAUvlB,GACnB,IAAKA,EAAMosB,UACV,MAAM,IAAIz/B,MAAM,uCAGjB,IAAIc,EAAK9D,EAAMqW,GACf,OAAIxX,KAAKmoB,QAAQljB,GAAcjF,MAC/BA,KAAKmoB,QAAQljB,GAAMuS,EAEnBA,EAAMgsB,UAAYxjC,KAEdwX,EAAMssB,WACTtsB,EAAMssB,UAAU9jC,MAGjBA,KAAK61B,UAAUre,EAAMosB,UAAWpsB,GAEzBxX,OAKRu6B,YAAa,SAAU/iB,GACtB,IAAIvS,EAAK9D,EAAMqW,GAEf,OAAKxX,KAAKmoB,QAAQljB,IAEdjF,KAAKspB,SACR9R,EAAM8gB,SAASt4B,MAGZwX,EAAMqoB,gBAAkB7/B,KAAK4/B,oBAChC5/B,KAAK4/B,mBAAmBI,kBAAkBxoB,EAAMqoB,yBAG1C7/B,KAAKmoB,QAAQljB,GAEhBjF,KAAKspB,UACRtpB,KAAK8a,KAAK,eAAgBtD,MAAOA,IACjCA,EAAMsD,KAAK,WAGZtD,EAAMugB,KAAOvgB,EAAMgsB,UAAY,KAExBxjC,MAnByBA,MAwBjCu8B,SAAU,SAAU/kB,GACnB,QAASA,GAAUrW,EAAMqW,KAAUxX,KAAKmoB,SAWzC4b,UAAW,SAAUC,EAAQxiC,GAC5B,IAAK,IAAIrB,KAAKH,KAAKmoB,QAClB6b,EAAOhjC,KAAKQ,EAASxB,KAAKmoB,QAAQhoB,IAEnC,OAAOH,MAGRmpB,WAAY,SAAUrS,GAGrB,IAAK,IAAI3W,EAAI,EAAGE,GAFhByW,EAASA,EAAUvR,GAAQuR,GAAUA,GAAUA,OAElBtW,OAAQL,EAAIE,EAAKF,IAC7CH,KAAK+8B,SAASjmB,EAAO3W,KAIvB8jC,cAAe,SAAUzsB,IACpB3Q,MAAM2Q,EAAMtU,QAAQqkB,UAAa1gB,MAAM2Q,EAAMtU,QAAQokB,WACxDtnB,KAAKooB,iBAAiBjnB,EAAMqW,IAAUA,EACtCxX,KAAKkkC,sBAIPC,iBAAkB,SAAU3sB,GAC3B,IAAIvS,EAAK9D,EAAMqW,GAEXxX,KAAKooB,iBAAiBnjB,YAClBjF,KAAKooB,iBAAiBnjB,GAC7BjF,KAAKkkC,sBAIPA,kBAAmB,WAClB,IAAI5c,EAAUwD,EAAAA,EACVvD,GAAWuD,EAAAA,EACXsZ,EAAcpkC,KAAKm0B,eAEvB,IAAK,IAAIh0B,KAAKH,KAAKooB,iBAAkB,CACpC,IAAIllB,EAAUlD,KAAKooB,iBAAiBjoB,GAAG+C,QAEvCokB,OAA8B5kB,IAApBQ,EAAQokB,QAAwBA,EAAU7kB,KAAKP,IAAIolB,EAASpkB,EAAQokB,SAC9EC,OAA8B7kB,IAApBQ,EAAQqkB,QAAwBA,EAAU9kB,KAAKR,IAAIslB,EAASrkB,EAAQqkB,SAG/EvnB,KAAK0xB,eAAiBnK,KAAauD,EAAAA,OAAWpoB,EAAY6kB,EAC1DvnB,KAAKwxB,eAAiBlK,IAAYwD,EAAAA,OAAWpoB,EAAY4kB,EAMrD8c,IAAgBpkC,KAAKm0B,gBACxBn0B,KAAK8a,KAAK,yBAGkBpY,IAAzB1C,KAAKkD,QAAQqkB,SAAyBvnB,KAAK0xB,gBAAkB1xB,KAAKsrB,UAAYtrB,KAAK0xB,gBACtF1xB,KAAK6pB,QAAQ7pB,KAAK0xB,qBAEUhvB,IAAzB1C,KAAKkD,QAAQokB,SAAyBtnB,KAAKwxB,gBAAkBxxB,KAAKsrB,UAAYtrB,KAAKwxB,gBACtFxxB,KAAK6pB,QAAQ7pB,KAAKwxB,mBAuBrB,IAAI6S,GAAaf,GAAMrjC,QAEtBuZ,WAAY,SAAU1C,EAAQ5T,GAC7BD,EAAWjD,KAAMkD,GAEjBlD,KAAKmoB,WAEL,IAAIhoB,EAAGE,EAEP,GAAIyW,EACH,IAAK3W,EAAI,EAAGE,EAAMyW,EAAOtW,OAAQL,EAAIE,EAAKF,IACzCH,KAAK+8B,SAASjmB,EAAO3W,KAOxB48B,SAAU,SAAUvlB,GACnB,IAAIvS,EAAKjF,KAAKskC,WAAW9sB,GAQzB,OANAxX,KAAKmoB,QAAQljB,GAAMuS,EAEfxX,KAAK+3B,MACR/3B,KAAK+3B,KAAKgF,SAASvlB,GAGbxX,MAQRu6B,YAAa,SAAU/iB,GACtB,IAAIvS,EAAKuS,KAASxX,KAAKmoB,QAAU3Q,EAAQxX,KAAKskC,WAAW9sB,GAQzD,OANIxX,KAAK+3B,MAAQ/3B,KAAKmoB,QAAQljB,IAC7BjF,KAAK+3B,KAAKwC,YAAYv6B,KAAKmoB,QAAQljB,WAG7BjF,KAAKmoB,QAAQljB,GAEbjF,MAQRu8B,SAAU,SAAU/kB,GACnB,QAASA,IAAUA,KAASxX,KAAKmoB,SAAWnoB,KAAKskC,WAAW9sB,KAAUxX,KAAKmoB,UAK5Eoc,YAAa,WACZ,OAAOvkC,KAAK+jC,UAAU/jC,KAAKu6B,YAAav6B,OAOzCwkC,OAAQ,SAAUC,GACjB,IACItkC,EAAGqX,EADHvW,EAAOJ,MAAMC,UAAUF,MAAMI,KAAKT,UAAW,GAGjD,IAAKJ,KAAKH,KAAKmoB,SACd3Q,EAAQxX,KAAKmoB,QAAQhoB,IAEXskC,IACTjtB,EAAMitB,GAAY1jC,MAAMyW,EAAOvW,GAIjC,OAAOjB,MAGRm4B,MAAO,SAAUL,GAChB93B,KAAK+jC,UAAUjM,EAAIiF,SAAUjF,IAG9BQ,SAAU,SAAUR,GACnB93B,KAAK+jC,UAAUjM,EAAIyC,YAAazC,IAUjCiM,UAAW,SAAUC,EAAQxiC,GAC5B,IAAK,IAAIrB,KAAKH,KAAKmoB,QAClB6b,EAAOhjC,KAAKQ,EAASxB,KAAKmoB,QAAQhoB,IAEnC,OAAOH,MAKR0kC,SAAU,SAAUz/B,GACnB,OAAOjF,KAAKmoB,QAAQljB,IAKrB0/B,UAAW,WACV,IAAI7tB,KAEJ,OADA9W,KAAK+jC,UAAUjtB,EAAOrT,KAAMqT,GACrBA,GAKR6kB,UAAW,SAAUiJ,GACpB,OAAO5kC,KAAKwkC,OAAO,YAAaI,IAKjCN,WAAY,SAAU9sB,GACrB,OAAOrW,EAAMqW,MAiCXL,GAAektB,GAAWpkC,QAE7B88B,SAAU,SAAUvlB,GACnB,OAAIxX,KAAKu8B,SAAS/kB,GACVxX,MAGRwX,EAAM6D,eAAerb,MAErBqkC,GAAWvjC,UAAUi8B,SAAS/7B,KAAKhB,KAAMwX,GAIlCxX,KAAK8a,KAAK,YAAatD,MAAOA,MAGtC+iB,YAAa,SAAU/iB,GACtB,OAAKxX,KAAKu8B,SAAS/kB,IAGfA,KAASxX,KAAKmoB,UACjB3Q,EAAQxX,KAAKmoB,QAAQ3Q,IAGtBA,EAAM8D,kBAAkBtb,MAExBqkC,GAAWvjC,UAAUy5B,YAAYv5B,KAAKhB,KAAMwX,GAIrCxX,KAAK8a,KAAK,eAAgBtD,MAAOA,KAZhCxX,MAiBT6kC,SAAU,SAAU74B,GACnB,OAAOhM,KAAKwkC,OAAO,WAAYx4B,IAKhC84B,aAAc,WACb,OAAO9kC,KAAKwkC,OAAO,iBAKpBO,YAAa,WACZ,OAAO/kC,KAAKwkC,OAAO,gBAKpBja,UAAW,WACV,IAAIpV,EAAS,IAAI/O,EAEjB,IAAK,IAAInB,KAAMjF,KAAKmoB,QAAS,CAC5B,IAAI3Q,EAAQxX,KAAKmoB,QAAQljB,GACzBkQ,EAAOlV,OAAOuX,EAAM+S,UAAY/S,EAAM+S,YAAc/S,EAAM6d,aAE3D,OAAOlgB,KAsCL6vB,GAAO7/B,EAAMlF,QA0ChBiD,SACC+hC,aAAc,EAAG,GACjBC,eAAgB,EAAG,IAGpB1rB,WAAY,SAAUtW,GACrBD,EAAWjD,KAAMkD,IAMlBiiC,WAAY,SAAUC,GACrB,OAAOplC,KAAKqlC,YAAY,OAAQD,IAKjCE,aAAc,SAAUF,GACvB,OAAOplC,KAAKqlC,YAAY,SAAUD,IAGnCC,YAAa,SAAU9gC,EAAM6gC,GAC5B,IAAI9kC,EAAMN,KAAKulC,YAAYhhC,GAE3B,IAAKjE,EAAK,CACT,GAAa,SAATiE,EACH,MAAM,IAAIJ,MAAM,mDAEjB,OAAO,KAGR,IAAIqhC,EAAMxlC,KAAKylC,WAAWnlC,EAAK8kC,GAA+B,QAApBA,EAAQ97B,QAAoB87B,EAAU,MAGhF,OAFAplC,KAAK0lC,eAAeF,EAAKjhC,GAElBihC,GAGRE,eAAgB,SAAUF,EAAKjhC,GAC9B,IAAIrB,EAAUlD,KAAKkD,QACfyiC,EAAaziC,EAAQqB,EAAO,QAEN,iBAAfohC,IACVA,GAAcA,EAAYA,IAG3B,IAAI/X,EAAO9nB,EAAQ6/B,GACfC,EAAS9/B,EAAiB,WAATvB,GAAqBrB,EAAQ2iC,cAAgB3iC,EAAQ4iC,YAC9DlY,GAAQA,EAAKvR,SAAS,GAAG,IAErCmpB,EAAIl5B,UAAY,kBAAoB/H,EAAO,KAAOrB,EAAQoJ,WAAa,IAEnEs5B,IACHJ,EAAIx5B,MAAM+5B,YAAeH,EAAO9jC,EAAK,KACrC0jC,EAAIx5B,MAAMg6B,WAAeJ,EAAO//B,EAAK,MAGlC+nB,IACH4X,EAAIx5B,MAAM2E,MAASid,EAAK9rB,EAAI,KAC5B0jC,EAAIx5B,MAAM4E,OAASgd,EAAK/nB,EAAI,OAI9B4/B,WAAY,SAAUnlC,EAAK+D,GAG1B,OAFAA,EAAKA,GAAMmD,SAASgF,cAAc,OAClCnI,EAAG/D,IAAMA,EACF+D,GAGRkhC,YAAa,SAAUhhC,GACtB,OAAOsgB,IAAU7kB,KAAKkD,QAAQqB,EAAO,cAAgBvE,KAAKkD,QAAQqB,EAAO,UA2BvE0hC,GAAcjB,GAAK/kC,QAEtBiD,SACCgjC,QAAe,kBACfC,cAAe,qBACfC,UAAe,oBACfC,UAAc,GAAI,IAClBP,YAAc,GAAI,IAClBb,aAAc,GAAI,IAClBC,eAAgB,IAAK,IACrBoB,YAAc,GAAI,KAGnBf,YAAa,SAAUhhC,GAStB,OARK0hC,GAAYM,YAChBN,GAAYM,UAAYvmC,KAAKwmC,oBAOtBxmC,KAAKkD,QAAQqjC,WAAaN,GAAYM,WAAavB,GAAKlkC,UAAUykC,YAAYvkC,KAAKhB,KAAMuE,IAGlGiiC,gBAAiB,WAChB,IAAIniC,EAAKgI,EAAS,MAAQ,4BAA6B7E,SAAS+I,MAC5Dk2B,EAAO16B,EAAS1H,EAAI,qBACb0H,EAAS1H,EAAI,mBAUxB,OARAmD,SAAS+I,KAAK1D,YAAYxI,GAGzBoiC,EADY,OAATA,GAAyC,IAAxBA,EAAK7iC,QAAQ,OAC1B,GAEA6iC,EAAK3jC,QAAQ,cAAe,IAAIA,QAAQ,2BAA4B,OAyB1E4jC,GAAatG,GAAQngC,QACxBuZ,WAAY,SAAUmtB,GACrB3mC,KAAK4mC,QAAUD,GAGhBrG,SAAU,WACT,IAAIuG,EAAO7mC,KAAK4mC,QAAQE,MAEnB9mC,KAAK+mC,aACT/mC,KAAK+mC,WAAa,IAAIjG,GAAU+F,EAAMA,GAAM,IAG7C7mC,KAAK+mC,WAAWr3B,IACfs3B,UAAWhnC,KAAKinC,aAChBC,QAASlnC,KAAKmnC,WACdC,KAAMpnC,KAAKqnC,QACXC,QAAStnC,KAAKunC,YACZvnC,MAAMywB,SAET/iB,EAASm5B,EAAM,6BAGhBtG,YAAa,WACZvgC,KAAK+mC,WAAWn3B,KACfo3B,UAAWhnC,KAAKinC,aAChBC,QAASlnC,KAAKmnC,WACdC,KAAMpnC,KAAKqnC,QACXC,QAAStnC,KAAKunC,YACZvnC,MAAM41B,UAEL51B,KAAK4mC,QAAQE,OAChBh5B,GAAY9N,KAAK4mC,QAAQE,MAAO,6BAIlCpR,MAAO,WACN,OAAO11B,KAAK+mC,YAAc/mC,KAAK+mC,WAAW3V,QAG3CoW,WAAY,SAAUv+B,GACrB,IAAI09B,EAAS3mC,KAAK4mC,QACd9O,EAAM6O,EAAO5O,KACb0P,EAAQznC,KAAK4mC,QAAQ1jC,QAAQwkC,aAC7Bhd,EAAU1qB,KAAK4mC,QAAQ1jC,QAAQykC,eAC/BC,EAAUp4B,GAAYm3B,EAAOG,OAC7B3xB,EAAS2iB,EAAIrJ,iBACboZ,EAAS/P,EAAIvF,iBAEbuV,EAAY3hC,EACfgP,EAAOjT,IAAIka,UAAUyrB,GAAQj6B,IAAI8c,GACjCvV,EAAOlT,IAAIma,UAAUyrB,GAAQ1rB,SAASuO,IAGvC,IAAKod,EAAUx6B,SAASs6B,GAAU,CAEjC,IAAIG,EAAWjiC,GACbrD,KAAKR,IAAI6lC,EAAU7lC,IAAIH,EAAG8lC,EAAQ9lC,GAAKgmC,EAAU7lC,IAAIH,IAAMqT,EAAOlT,IAAIH,EAAIgmC,EAAU7lC,IAAIH,IACxFW,KAAKP,IAAI4lC,EAAU5lC,IAAIJ,EAAG8lC,EAAQ9lC,GAAKgmC,EAAU5lC,IAAIJ,IAAMqT,EAAOjT,IAAIJ,EAAIgmC,EAAU5lC,IAAIJ,IAExFW,KAAKR,IAAI6lC,EAAU7lC,IAAI4D,EAAG+hC,EAAQ/hC,GAAKiiC,EAAU7lC,IAAI4D,IAAMsP,EAAOlT,IAAI4D,EAAIiiC,EAAU7lC,IAAI4D,IACxFpD,KAAKP,IAAI4lC,EAAU5lC,IAAI2D,EAAG+hC,EAAQ/hC,GAAKiiC,EAAU5lC,IAAI2D,IAAMsP,EAAOjT,IAAI2D,EAAIiiC,EAAU5lC,IAAI2D,IACxF0W,WAAWkrB,GAEb3P,EAAIzM,MAAM0c,GAAWxe,SAAS,IAE9BvpB,KAAK+mC,WAAW5E,QAAQjmB,KAAK6rB,GAC7B/nC,KAAK+mC,WAAWrgB,UAAUxK,KAAK6rB,GAE/B74B,GAAYy3B,EAAOG,MAAO9mC,KAAK+mC,WAAW5E,SAC1CniC,KAAKqnC,QAAQp+B,GAEbjJ,KAAKgoC,YAAcnjC,EAAiB7E,KAAKwnC,WAAW/mC,KAAKT,KAAMiJ,MAIjEg+B,aAAc,WAQbjnC,KAAKioC,WAAajoC,KAAK4mC,QAAQvR,YAC/Br1B,KAAK4mC,QACAsB,aACAptB,KAAK,aACLA,KAAK,cAGXqsB,WAAY,SAAUl+B,GACjBjJ,KAAK4mC,QAAQ1jC,QAAQilC,UACxBnjC,EAAgBhF,KAAKgoC,aACrBhoC,KAAKgoC,YAAcnjC,EAAiB7E,KAAKwnC,WAAW/mC,KAAKT,KAAMiJ,MAIjEo+B,QAAS,SAAUp+B,GAClB,IAAI09B,EAAS3mC,KAAK4mC,QACdwB,EAASzB,EAAO0B,QAChBT,EAAUp4B,GAAYm3B,EAAOG,OAC7BpwB,EAASiwB,EAAO5O,KAAK1G,mBAAmBuW,GAGxCQ,GACHl5B,GAAYk5B,EAAQR,GAGrBjB,EAAO2B,QAAU5xB,EACjBzN,EAAEyN,OAASA,EACXzN,EAAEs/B,UAAYvoC,KAAKioC,WAInBtB,EACK7rB,KAAK,OAAQ7R,GACb6R,KAAK,OAAQ7R,IAGnBs+B,WAAY,SAAUt+B,GAIpBjE,EAAgBhF,KAAKgoC,oBAIfhoC,KAAKioC,WACZjoC,KAAK4mC,QACA9rB,KAAK,WACLA,KAAK,UAAW7R,MAiBnBiO,GAASosB,GAAMrjC,QAIlBiD,SAKC2jC,KAAM,IAAIZ,GAGVuC,aAAa,EAIbC,UAAU,EAIVpN,MAAO,GAIPz0B,IAAK,GAIL8hC,aAAc,EAIdx6B,QAAS,EAITy6B,aAAa,EAIbC,WAAY,IAIZ1X,KAAM,aAKNsE,qBAAqB,EAKrBqT,WAAW,EAIXV,SAAS,EAKTR,gBAAiB,GAAI,IAIrBD,aAAc,IAQfluB,WAAY,SAAU9C,EAAQxT,GAC7BD,EAAWjD,KAAMkD,GACjBlD,KAAKsoC,QAAUxhC,EAAS4P,IAGzByhB,MAAO,SAAUL,GAChB93B,KAAK+oB,cAAgB/oB,KAAK+oB,eAAiB+O,EAAI50B,QAAQ2kB,oBAEnD7nB,KAAK+oB,eACR+O,EAAIpoB,GAAG,WAAY1P,KAAKw3B,aAAcx3B,MAGvCA,KAAK8oC,YACL9oC,KAAK+oC,UAGNzQ,SAAU,SAAUR,GACf93B,KAAK+0B,UAAY/0B,KAAK+0B,SAASU,YAClCz1B,KAAKkD,QAAQ2lC,WAAY,EACzB7oC,KAAK+0B,SAASwL,sBAERvgC,KAAK+0B,SAER/0B,KAAK+oB,eACR+O,EAAIloB,IAAI,WAAY5P,KAAKw3B,aAAcx3B,MAGxCA,KAAKgpC,cACLhpC,KAAKipC,iBAGNpF,UAAW,WACV,OACCzjB,KAAMpgB,KAAK+oC,OACXG,UAAWlpC,KAAK+oC,SAMlB1T,UAAW,WACV,OAAOr1B,KAAKsoC,SAKba,UAAW,SAAUzyB,GACpB,IAAI6xB,EAAYvoC,KAAKsoC,QAMrB,OALAtoC,KAAKsoC,QAAUxhC,EAAS4P,GACxB1W,KAAK+oC,SAIE/oC,KAAK8a,KAAK,QAASytB,UAAWA,EAAW7xB,OAAQ1W,KAAKsoC,WAK9Dc,gBAAiB,SAAUv6B,GAE1B,OADA7O,KAAKkD,QAAQwlC,aAAe75B,EACrB7O,KAAK+oC,UAKbM,QAAS,SAAUxC,GAalB,OAXA7mC,KAAKkD,QAAQ2jC,KAAOA,EAEhB7mC,KAAK+3B,OACR/3B,KAAK8oC,YACL9oC,KAAK+oC,UAGF/oC,KAAKspC,QACRtpC,KAAKupC,UAAUvpC,KAAKspC,OAAQtpC,KAAKspC,OAAOpmC,SAGlClD,MAGRwpC,WAAY,WACX,OAAOxpC,KAAK8mC,OAGbiC,OAAQ,WAEP,GAAI/oC,KAAK8mC,OAAS9mC,KAAK+3B,KAAM,CAC5B,IAAIhpB,EAAM/O,KAAK+3B,KAAKhF,mBAAmB/yB,KAAKsoC,SAAS3lC,QACrD3C,KAAKypC,QAAQ16B,GAGd,OAAO/O,MAGR8oC,UAAW,WACV,IAAI5lC,EAAUlD,KAAKkD,QACfwmC,EAAa,iBAAmB1pC,KAAK+oB,cAAgB,WAAa,QAElE8d,EAAO3jC,EAAQ2jC,KAAK1B,WAAWnlC,KAAK8mC,OACpC6C,GAAU,EAGV9C,IAAS7mC,KAAK8mC,QACb9mC,KAAK8mC,OACR9mC,KAAKgpC,cAENW,GAAU,EAENzmC,EAAQm4B,QACXwL,EAAKxL,MAAQn4B,EAAQm4B,OAGD,QAAjBwL,EAAKv9B,UACRu9B,EAAKjgC,IAAM1D,EAAQ0D,KAAO,KAI5B8G,EAASm5B,EAAM6C,GAEXxmC,EAAQulC,WACX5B,EAAK92B,SAAW,KAGjB/P,KAAK8mC,MAAQD,EAET3jC,EAAQylC,aACX3oC,KAAK0P,IACJk6B,UAAW5pC,KAAK6pC,cAChBC,SAAU9pC,KAAK+pC,eAIjB,IAAIC,EAAY9mC,EAAQ2jC,KAAKvB,aAAatlC,KAAKqoC,SAC3C4B,GAAY,EAEZD,IAAchqC,KAAKqoC,UACtBroC,KAAKipC,gBACLgB,GAAY,GAGTD,IACHt8B,EAASs8B,EAAWN,GACpBM,EAAUpjC,IAAM,IAEjB5G,KAAKqoC,QAAU2B,EAGX9mC,EAAQgL,QAAU,GACrBlO,KAAKkqC,iBAIFP,GACH3pC,KAAK0yB,UAAUjmB,YAAYzM,KAAK8mC,OAEjC9mC,KAAKmqC,mBACDH,GAAaC,GAChBjqC,KAAK0yB,QAAQ,cAAcjmB,YAAYzM,KAAKqoC,UAI9CW,YAAa,WACRhpC,KAAKkD,QAAQylC,aAChB3oC,KAAK4P,KACJg6B,UAAW5pC,KAAK6pC,cAChBC,SAAU9pC,KAAK+pC,eAIjBr9B,EAAO1M,KAAK8mC,OACZ9mC,KAAK2jC,wBAAwB3jC,KAAK8mC,OAElC9mC,KAAK8mC,MAAQ,MAGdmC,cAAe,WACVjpC,KAAKqoC,SACR37B,EAAO1M,KAAKqoC,SAEbroC,KAAKqoC,QAAU,MAGhBoB,QAAS,SAAU16B,GAClBG,GAAYlP,KAAK8mC,MAAO/3B,GAEpB/O,KAAKqoC,SACRn5B,GAAYlP,KAAKqoC,QAASt5B,GAG3B/O,KAAKoqC,QAAUr7B,EAAIlJ,EAAI7F,KAAKkD,QAAQwlC,aAEpC1oC,KAAK+pC,gBAGNM,cAAe,SAAUx7B,GACxB7O,KAAK8mC,MAAM96B,MAAM44B,OAAS5kC,KAAKoqC,QAAUv7B,GAG1C2oB,aAAc,SAAU8S,GACvB,IAAIv7B,EAAM/O,KAAK+3B,KAAKhC,uBAAuB/1B,KAAKsoC,QAASgC,EAAIlqB,KAAMkqB,EAAI/oB,QAAQ5e,QAE/E3C,KAAKypC,QAAQ16B,IAGdo7B,iBAAkB,WAEjB,GAAKnqC,KAAKkD,QAAQslC,cAElB96B,EAAS1N,KAAK8mC,MAAO,uBAErB9mC,KAAKyjC,qBAAqBzjC,KAAK8mC,OAE3BJ,IAAY,CACf,IAAImC,EAAY7oC,KAAKkD,QAAQ2lC,UACzB7oC,KAAK+0B,WACR8T,EAAY7oC,KAAK+0B,SAASU,UAC1Bz1B,KAAK+0B,SAASa,WAGf51B,KAAK+0B,SAAW,IAAI2R,GAAW1mC,MAE3B6oC,GACH7oC,KAAK+0B,SAAStE,WAOjBxiB,WAAY,SAAUC,GAMrB,OALAlO,KAAKkD,QAAQgL,QAAUA,EACnBlO,KAAK+3B,MACR/3B,KAAKkqC,iBAGClqC,MAGRkqC,eAAgB,WACf,IAAIh8B,EAAUlO,KAAKkD,QAAQgL,QAE3BD,GAAWjO,KAAK8mC,MAAO54B,GAEnBlO,KAAKqoC,SACRp6B,GAAWjO,KAAKqoC,QAASn6B,IAI3B27B,cAAe,WACd7pC,KAAKqqC,cAAcrqC,KAAKkD,QAAQ0lC,aAGjCmB,aAAc,WACb/pC,KAAKqqC,cAAc,IAGpBE,gBAAiB,WAChB,OAAOvqC,KAAKkD,QAAQ2jC,KAAK3jC,QAAQ+hC,aAGlCuF,kBAAmB,WAClB,OAAOxqC,KAAKkD,QAAQ2jC,KAAK3jC,QAAQgiC,iBAsB/BuF,GAAOnH,GAAMrjC,QAIhBiD,SAGCwnC,QAAQ,EAIRC,MAAO,UAIPC,OAAQ,EAIR18B,QAAS,EAIT28B,QAAS,QAITC,SAAU,QAIVC,UAAW,KAIXC,WAAY,KAIZC,MAAM,EAINC,UAAW,KAIXC,YAAa,GAIbC,SAAU,UAKV5C,aAAa,EAKbhT,qBAAqB,GAGtBsO,UAAW,SAAUhM,GAGpB93B,KAAKgxB,UAAY8G,EAAIuT,YAAYrrC,OAGlCm4B,MAAO,WACNn4B,KAAKgxB,UAAUsa,UAAUtrC,MACzBA,KAAKurC,SACLvrC,KAAKgxB,UAAUwa,SAASxrC,OAGzBs4B,SAAU,WACTt4B,KAAKgxB,UAAUya,YAAYzrC,OAK5B0rC,OAAQ,WAIP,OAHI1rC,KAAK+3B,MACR/3B,KAAKgxB,UAAU2a,YAAY3rC,MAErBA,MAKR6kC,SAAU,SAAU74B,GAKnB,OAJA/I,EAAWjD,KAAMgM,GACbhM,KAAKgxB,WACRhxB,KAAKgxB,UAAU4a,aAAa5rC,MAEtBA,MAKR8kC,aAAc,WAIb,OAHI9kC,KAAKgxB,WACRhxB,KAAKgxB,UAAU6Y,cAAc7pC,MAEvBA,MAKR+kC,YAAa,WAIZ,OAHI/kC,KAAKgxB,WACRhxB,KAAKgxB,UAAU6a,aAAa7rC,MAEtBA,MAGRwpC,WAAY,WACX,OAAOxpC,KAAK8rC,OAGbP,OAAQ,WAEPvrC,KAAK+rC,WACL/rC,KAAKi6B,WAGN+R,gBAAiB,WAEhB,OAAQhsC,KAAKkD,QAAQwnC,OAAS1qC,KAAKkD,QAAQ0nC,OAAS,EAAI,GAAK5qC,KAAKgxB,UAAU9tB,QAAQ4Q,aAYlFm4B,GAAexB,GAAKxqC,QAIvBiD,SACC+nC,MAAM,EAINiB,OAAQ,IAGT1yB,WAAY,SAAU9C,EAAQxT,GAC7BD,EAAWjD,KAAMkD,GACjBlD,KAAKsoC,QAAUxhC,EAAS4P,GACxB1W,KAAKs1B,QAAUt1B,KAAKkD,QAAQgpC,QAK7B/C,UAAW,SAAUzyB,GAGpB,OAFA1W,KAAKsoC,QAAUxhC,EAAS4P,GACxB1W,KAAK0rC,SACE1rC,KAAK8a,KAAK,QAASpE,OAAQ1W,KAAKsoC,WAKxCjT,UAAW,WACV,OAAOr1B,KAAKsoC,SAKb6D,UAAW,SAAUD,GAEpB,OADAlsC,KAAKkD,QAAQgpC,OAASlsC,KAAKs1B,QAAU4W,EAC9BlsC,KAAK0rC,UAKbU,UAAW,WACV,OAAOpsC,KAAKs1B,SAGbuP,SAAW,SAAU3hC,GACpB,IAAIgpC,EAAShpC,GAAWA,EAAQgpC,QAAUlsC,KAAKs1B,QAG/C,OAFAmV,GAAK3pC,UAAU+jC,SAAS7jC,KAAKhB,KAAMkD,GACnClD,KAAKmsC,UAAUD,GACRlsC,MAGR+rC,SAAU,WACT/rC,KAAKqsC,OAASrsC,KAAK+3B,KAAKhF,mBAAmB/yB,KAAKsoC,SAChDtoC,KAAKssC,iBAGNA,cAAe,WACd,IAAIngB,EAAInsB,KAAKs1B,QACTiX,EAAKvsC,KAAKwsC,UAAYrgB,EACtBU,EAAI7sB,KAAKgsC,kBACTlkC,GAAKqkB,EAAIU,EAAG0f,EAAK1f,GACrB7sB,KAAKysC,UAAY,IAAI1mC,EAAO/F,KAAKqsC,OAAOlwB,SAASrU,GAAI9H,KAAKqsC,OAAOz+B,IAAI9F,KAGtEmyB,QAAS,WACJj6B,KAAK+3B,MACR/3B,KAAK2rC,eAIPA,YAAa,WACZ3rC,KAAKgxB,UAAU0b,cAAc1sC,OAG9B2sC,OAAQ,WACP,OAAO3sC,KAAKs1B,UAAYt1B,KAAKgxB,UAAU4b,QAAQrvB,WAAWvd,KAAKysC,YAIhEI,eAAgB,SAAU/kC,GACzB,OAAOA,EAAEiV,WAAW/c,KAAKqsC,SAAWrsC,KAAKs1B,QAAUt1B,KAAKgsC,qBA2BtDc,GAASb,GAAahsC,QAEzBuZ,WAAY,SAAU9C,EAAQxT,EAAS6pC,GAQtC,GAPuB,iBAAZ7pC,IAEVA,EAAUjD,KAAW8sC,GAAgBb,OAAQhpC,KAE9CD,EAAWjD,KAAMkD,GACjBlD,KAAKsoC,QAAUxhC,EAAS4P,GAEpB7P,MAAM7G,KAAKkD,QAAQgpC,QAAW,MAAM,IAAI/nC,MAAM,+BAKlDnE,KAAKgtC,SAAWhtC,KAAKkD,QAAQgpC,QAK9BC,UAAW,SAAUD,GAEpB,OADAlsC,KAAKgtC,SAAWd,EACTlsC,KAAK0rC,UAKbU,UAAW,WACV,OAAOpsC,KAAKgtC,UAKbziB,UAAW,WACV,IAAI0iB,GAAQjtC,KAAKs1B,QAASt1B,KAAKwsC,UAAYxsC,KAAKs1B,SAEhD,OAAO,IAAIlvB,EACVpG,KAAK+3B,KAAK1G,mBAAmBrxB,KAAKqsC,OAAOlwB,SAAS8wB,IAClDjtC,KAAK+3B,KAAK1G,mBAAmBrxB,KAAKqsC,OAAOz+B,IAAIq/B,MAG/CpI,SAAU4F,GAAK3pC,UAAU+jC,SAEzBkH,SAAU,WAET,IAAIplC,EAAM3G,KAAKsoC,QAAQ3hC,IACnBD,EAAM1G,KAAKsoC,QAAQ5hC,IACnBoxB,EAAM93B,KAAK+3B,KACX1Q,EAAMyQ,EAAI50B,QAAQmkB,IAEtB,GAAIA,EAAI3H,WAAaD,GAAMC,SAAU,CACpC,IAAIvd,EAAIM,KAAKwd,GAAK,IACditB,EAAQltC,KAAKgtC,SAAWvtB,GAAMkC,EAAKxf,EACnCoN,EAAMuoB,EAAIvX,SAAS7Z,EAAMwmC,EAAMvmC,IAC/BwmC,EAASrV,EAAIvX,SAAS7Z,EAAMwmC,EAAMvmC,IAClCmB,EAAIyH,EAAI3B,IAAIu/B,GAAQ9wB,SAAS,GAC7B2F,EAAO8V,EAAIjX,UAAU/Y,GAAGpB,IACxB0mC,EAAO3qC,KAAK4qC,MAAM5qC,KAAKud,IAAIktB,EAAO/qC,GAAKM,KAAKyf,IAAIxb,EAAMvE,GAAKM,KAAKyf,IAAIF,EAAO7f,KAClEM,KAAKud,IAAItZ,EAAMvE,GAAKM,KAAKud,IAAIgC,EAAO7f,KAAOA,GAEpD0E,MAAMumC,IAAkB,IAATA,KAClBA,EAAOF,EAAOzqC,KAAKud,IAAIvd,KAAKwd,GAAK,IAAMvZ,IAGxC1G,KAAKqsC,OAASvkC,EAAEqU,SAAS2b,EAAIvF,kBAC7BvyB,KAAKs1B,QAAUzuB,MAAMumC,GAAQ,EAAItlC,EAAEhG,EAAIg2B,EAAIvX,SAASyB,EAAMrb,EAAMymC,IAAOtrC,EACvE9B,KAAKwsC,SAAW1kC,EAAEjC,EAAI0J,EAAI1J,MAEpB,CACN,IAAIgc,EAAUwF,EAAIxG,UAAUwG,EAAI9G,QAAQvgB,KAAKsoC,SAASnsB,UAAUnc,KAAKgtC,SAAU,KAE/EhtC,KAAKqsC,OAASvU,EAAI/E,mBAAmB/yB,KAAKsoC,SAC1CtoC,KAAKs1B,QAAUt1B,KAAKqsC,OAAOvqC,EAAIg2B,EAAI/E,mBAAmBlR,GAAS/f,EAGhE9B,KAAKssC,mBAsDHj1B,GAAWozB,GAAKxqC,QAInBiD,SAICoqC,aAAc,EAIdC,QAAQ,GAGT/zB,WAAY,SAAUjT,EAASrD,GAC9BD,EAAWjD,KAAMkD,GACjBlD,KAAKwtC,YAAYjnC,IAKlBknC,WAAY,WACX,OAAOztC,KAAK0tC,UAKbC,WAAY,SAAUpnC,GAErB,OADAvG,KAAKwtC,YAAYjnC,GACVvG,KAAK0rC,UAKbkC,QAAS,WACR,OAAQ5tC,KAAK0tC,SAASltC,QAKvBqtC,kBAAmB,SAAU/lC,GAM5B,IAAK,IAFDqM,EAAIC,EAHJ05B,EAAchjB,EAAAA,EACdijB,EAAW,KACXC,EAAU15B,GAGLlU,EAAI,EAAG6tC,EAAOjuC,KAAKkuC,OAAO1tC,OAAQJ,EAAI6tC,EAAM7tC,IAGpD,IAAK,IAFD8F,EAASlG,KAAKkuC,OAAO9tC,GAEhBD,EAAI,EAAGE,EAAM6F,EAAO1F,OAAQL,EAAIE,EAAKF,IAAK,CAIlD,IAAI0U,EAASm5B,EAAQlmC,EAHrBqM,EAAKjO,EAAO/F,EAAI,GAChBiU,EAAKlO,EAAO/F,IAEoB,GAE5B0U,EAASi5B,IACZA,EAAcj5B,EACdk5B,EAAWC,EAAQlmC,EAAGqM,EAAIC,IAO7B,OAHI25B,IACHA,EAASruB,SAAWjd,KAAK4R,KAAKy5B,IAExBC,GAKR9wB,UAAW,WAEV,IAAKjd,KAAK+3B,KACT,MAAM,IAAI5zB,MAAM,kDAGjB,IAAIhE,EAAGguC,EAAUC,EAASC,EAAMl6B,EAAIC,EAAImrB,EACpCr5B,EAASlG,KAAKsuC,OAAO,GACrBjuC,EAAM6F,EAAO1F,OAEjB,IAAKH,EAAO,OAAO,KAInB,IAAKF,EAAI,EAAGguC,EAAW,EAAGhuC,EAAIE,EAAM,EAAGF,IACtCguC,GAAYjoC,EAAO/F,GAAG4c,WAAW7W,EAAO/F,EAAI,IAAM,EAInD,GAAiB,IAAbguC,EACH,OAAOnuC,KAAK+3B,KAAK1G,mBAAmBnrB,EAAO,IAG5C,IAAK/F,EAAI,EAAGkuC,EAAO,EAAGluC,EAAIE,EAAM,EAAGF,IAMlC,GALAgU,EAAKjO,EAAO/F,GACZiU,EAAKlO,EAAO/F,EAAI,GAChBiuC,EAAUj6B,EAAG4I,WAAW3I,IACxBi6B,GAAQD,GAEGD,EAEV,OADA5O,GAAS8O,EAAOF,GAAYC,EACrBpuC,KAAK+3B,KAAK1G,oBAChBjd,EAAGtS,EAAIy9B,GAASnrB,EAAGtS,EAAIqS,EAAGrS,GAC1BsS,EAAGvO,EAAI05B,GAASnrB,EAAGvO,EAAIsO,EAAGtO,MAQ9B0kB,UAAW,WACV,OAAOvqB,KAAK4sC,SAOb2B,UAAW,SAAU73B,EAAQnQ,GAK5B,OAJAA,EAAUA,GAAWvG,KAAKwuC,gBAC1B93B,EAAS5P,EAAS4P,GAClBnQ,EAAQ9C,KAAKiT,GACb1W,KAAK4sC,QAAQ3sC,OAAOyW,GACb1W,KAAK0rC,UAGb8B,YAAa,SAAUjnC,GACtBvG,KAAK4sC,QAAU,IAAIxmC,EACnBpG,KAAK0tC,SAAW1tC,KAAKyuC,gBAAgBloC,IAGtCioC,cAAe,WACd,OAAOv4B,GAAOjW,KAAK0tC,UAAY1tC,KAAK0tC,SAAW1tC,KAAK0tC,SAAS,IAI9De,gBAAiB,SAAUloC,GAI1B,IAAK,IAHDmoC,KACAC,EAAO14B,GAAO1P,GAETpG,EAAI,EAAGE,EAAMkG,EAAQ/F,OAAQL,EAAIE,EAAKF,IAC1CwuC,GACHD,EAAOvuC,GAAK2G,EAASP,EAAQpG,IAC7BH,KAAK4sC,QAAQ3sC,OAAOyuC,EAAOvuC,KAE3BuuC,EAAOvuC,GAAKH,KAAKyuC,gBAAgBloC,EAAQpG,IAI3C,OAAOuuC,GAGR3C,SAAU,WACT,IAAItV,EAAW,IAAI1wB,EACnB/F,KAAKsuC,UACLtuC,KAAK4uC,gBAAgB5uC,KAAK0tC,SAAU1tC,KAAKsuC,OAAQ7X,GAEjD,IAAI5J,EAAI7sB,KAAKgsC,kBACTlkC,EAAI,IAAIlC,EAAMinB,EAAGA,GAEjB7sB,KAAK4sC,QAAQ7uB,WAAa0Y,EAAS1Y,YACtC0Y,EAASv0B,IAAIka,UAAUtU,GACvB2uB,EAASx0B,IAAIia,KAAKpU,GAClB9H,KAAKysC,UAAYhW,IAKnBmY,gBAAiB,SAAUroC,EAASmoC,EAAQG,GAC3C,IAEI1uC,EAAG2uC,EAFHH,EAAOpoC,EAAQ,aAAcE,EAC7BpG,EAAMkG,EAAQ/F,OAGlB,GAAImuC,EAAM,CAET,IADAG,KACK3uC,EAAI,EAAGA,EAAIE,EAAKF,IACpB2uC,EAAK3uC,GAAKH,KAAK+3B,KAAKhF,mBAAmBxsB,EAAQpG,IAC/C0uC,EAAgB5uC,OAAO6uC,EAAK3uC,IAE7BuuC,EAAOjrC,KAAKqrC,QAEZ,IAAK3uC,EAAI,EAAGA,EAAIE,EAAKF,IACpBH,KAAK4uC,gBAAgBroC,EAAQpG,GAAIuuC,EAAQG,IAM5CE,YAAa,WACZ,IAAI55B,EAASnV,KAAKgxB,UAAU4b,QAG5B,GADA5sC,KAAKkuC,UACAluC,KAAKysC,WAAczsC,KAAKysC,UAAUlvB,WAAWpI,GAIlD,GAAInV,KAAKkD,QAAQqqC,OAChBvtC,KAAKkuC,OAASluC,KAAKsuC,WADpB,CAKA,IACInuC,EAAGC,EAAGiW,EAAGhW,EAAKwH,EAAMmnC,EAAS9oC,EAD7B+oC,EAAQjvC,KAAKkuC,OAGjB,IAAK/tC,EAAI,EAAGkW,EAAI,EAAGhW,EAAML,KAAKsuC,OAAO9tC,OAAQL,EAAIE,EAAKF,IAGrD,IAAKC,EAAI,EAAGyH,GAFZ3B,EAASlG,KAAKsuC,OAAOnuC,IAEKK,OAAQJ,EAAIyH,EAAO,EAAGzH,KAC/C4uC,EAAU95B,GAAYhP,EAAO9F,GAAI8F,EAAO9F,EAAI,GAAI+U,EAAQ/U,GAAG,MAI3D6uC,EAAM54B,GAAK44B,EAAM54B,OACjB44B,EAAM54B,GAAG5S,KAAKurC,EAAQ,IAGjBA,EAAQ,KAAO9oC,EAAO9F,EAAI,IAAQA,IAAMyH,EAAO,IACnDonC,EAAM54B,GAAG5S,KAAKurC,EAAQ,IACtB34B,QAOJ64B,gBAAiB,WAIhB,IAAK,IAHDD,EAAQjvC,KAAKkuC,OACbp6B,EAAY9T,KAAKkD,QAAQoqC,aAEpBntC,EAAI,EAAGE,EAAM4uC,EAAMzuC,OAAQL,EAAIE,EAAKF,IAC5C8uC,EAAM9uC,GAAK0T,GAASo7B,EAAM9uC,GAAI2T,IAIhCmmB,QAAS,WACHj6B,KAAK+3B,OAEV/3B,KAAK+uC,cACL/uC,KAAKkvC,kBACLlvC,KAAK2rC,gBAGNA,YAAa,WACZ3rC,KAAKgxB,UAAUme,YAAYnvC,OAI5B6sC,eAAgB,SAAU/kC,EAAGF,GAC5B,IAAIzH,EAAGC,EAAGiW,EAAGhW,EAAKwH,EAAMunC,EACpBviB,EAAI7sB,KAAKgsC,kBAEb,IAAKhsC,KAAKysC,YAAczsC,KAAKysC,UAAUn/B,SAASxF,GAAM,OAAO,EAG7D,IAAK3H,EAAI,EAAGE,EAAML,KAAKkuC,OAAO1tC,OAAQL,EAAIE,EAAKF,IAG9C,IAAKC,EAAI,EAAuBiW,GAApBxO,GAFZunC,EAAOpvC,KAAKkuC,OAAO/tC,IAEKK,QAAmB,EAAGJ,EAAIyH,EAAMwO,EAAIjW,IAC3D,IAAKwH,GAAiB,IAANxH,IAEZ8T,GAAuBpM,EAAGsnC,EAAK/4B,GAAI+4B,EAAKhvC,KAAOysB,EAClD,OAAO,EAIV,OAAO,KAcTxV,GAASnB,MAAQA,GAgDjB,IAAIoB,GAAUD,GAASpX,QAEtBiD,SACC+nC,MAAM,GAGP2C,QAAS,WACR,OAAQ5tC,KAAK0tC,SAASltC,SAAWR,KAAK0tC,SAAS,GAAGltC,QAGnDyc,UAAW,WAEV,IAAKjd,KAAK+3B,KACT,MAAM,IAAI5zB,MAAM,kDAGjB,IAAIhE,EAAGC,EAAG+T,EAAIC,EAAIi7B,EAAGC,EAAMxtC,EAAG+D,EAAG0b,EAC7Brb,EAASlG,KAAKsuC,OAAO,GACrBjuC,EAAM6F,EAAO1F,OAEjB,IAAKH,EAAO,OAAO,KAMnB,IAFAivC,EAAOxtC,EAAI+D,EAAI,EAEV1F,EAAI,EAAGC,EAAIC,EAAM,EAAGF,EAAIE,EAAKD,EAAID,IACrCgU,EAAKjO,EAAO/F,GACZiU,EAAKlO,EAAO9F,GAEZivC,EAAIl7B,EAAGtO,EAAIuO,EAAGtS,EAAIsS,EAAGvO,EAAIsO,EAAGrS,EAC5BA,IAAMqS,EAAGrS,EAAIsS,EAAGtS,GAAKutC,EACrBxpC,IAAMsO,EAAGtO,EAAIuO,EAAGvO,GAAKwpC,EACrBC,GAAY,EAAJD,EAST,OAJC9tB,EAFY,IAAT+tB,EAEMppC,EAAO,IAENpE,EAAIwtC,EAAMzpC,EAAIypC,GAElBtvC,KAAK+3B,KAAK1G,mBAAmB9P,IAGrCktB,gBAAiB,SAAUloC,GAC1B,IAAImoC,EAASr3B,GAASvW,UAAU2tC,gBAAgBztC,KAAKhB,KAAMuG,GACvDlG,EAAMquC,EAAOluC,OAMjB,OAHIH,GAAO,GAAKquC,EAAO,aAAcjoC,GAAUioC,EAAO,GAAG1xB,OAAO0xB,EAAOruC,EAAM,KAC5EquC,EAAOa,MAEDb,GAGRlB,YAAa,SAAUjnC,GACtB8Q,GAASvW,UAAU0sC,YAAYxsC,KAAKhB,KAAMuG,GACtC0P,GAAOjW,KAAK0tC,YACf1tC,KAAK0tC,UAAY1tC,KAAK0tC,YAIxBc,cAAe,WACd,OAAOv4B,GAAOjW,KAAK0tC,SAAS,IAAM1tC,KAAK0tC,SAAS,GAAK1tC,KAAK0tC,SAAS,GAAG,IAGvEqB,YAAa,WAGZ,IAAI55B,EAASnV,KAAKgxB,UAAU4b,QACxB/f,EAAI7sB,KAAKkD,QAAQ0nC,OACjB9iC,EAAI,IAAIlC,EAAMinB,EAAGA,GAMrB,GAHA1X,EAAS,IAAIpP,EAAOoP,EAAOjT,IAAIia,SAASrU,GAAIqN,EAAOlT,IAAI2L,IAAI9F,IAE3D9H,KAAKkuC,UACAluC,KAAKysC,WAAczsC,KAAKysC,UAAUlvB,WAAWpI,GAIlD,GAAInV,KAAKkD,QAAQqqC,OAChBvtC,KAAKkuC,OAASluC,KAAKsuC,YAIpB,IAAK,IAAqCkB,EAAjCrvC,EAAI,EAAGE,EAAML,KAAKsuC,OAAO9tC,OAAiBL,EAAIE,EAAKF,KAC3DqvC,EAAUr5B,GAAYnW,KAAKsuC,OAAOnuC,GAAIgV,GAAQ,IAClC3U,QACXR,KAAKkuC,OAAOzqC,KAAK+rC,IAKpB7D,YAAa,WACZ3rC,KAAKgxB,UAAUme,YAAYnvC,MAAM,IAIlC6sC,eAAgB,SAAU/kC,GACzB,IACIsnC,EAAMj7B,EAAIC,EAAIjU,EAAGC,EAAGiW,EAAGhW,EAAKwH,EAD5B8pB,GAAS,EAGb,IAAK3xB,KAAKysC,YAAczsC,KAAKysC,UAAUn/B,SAASxF,GAAM,OAAO,EAG7D,IAAK3H,EAAI,EAAGE,EAAML,KAAKkuC,OAAO1tC,OAAQL,EAAIE,EAAKF,IAG9C,IAAKC,EAAI,EAAuBiW,GAApBxO,GAFZunC,EAAOpvC,KAAKkuC,OAAO/tC,IAEKK,QAAmB,EAAGJ,EAAIyH,EAAMwO,EAAIjW,IAC3D+T,EAAKi7B,EAAKhvC,GACVgU,EAAKg7B,EAAK/4B,GAEJlC,EAAGtO,EAAIiC,EAAEjC,GAAQuO,EAAGvO,EAAIiC,EAAEjC,GAAQiC,EAAEhG,GAAKsS,EAAGtS,EAAIqS,EAAGrS,IAAMgG,EAAEjC,EAAIsO,EAAGtO,IAAMuO,EAAGvO,EAAIsO,EAAGtO,GAAKsO,EAAGrS,IAC/F6vB,GAAUA,GAMb,OAAOA,GAAUta,GAASvW,UAAU+rC,eAAe7rC,KAAKhB,KAAM8H,GAAG,MAgC/DqQ,GAAUhB,GAAalX,QAiD1BuZ,WAAY,SAAU/C,EAASvT,GAC9BD,EAAWjD,KAAMkD,GAEjBlD,KAAKmoB,WAED1R,GACHzW,KAAKyvC,QAAQh5B,IAMfg5B,QAAS,SAAUh5B,GAClB,IACItW,EAAGE,EAAK2X,EADR03B,EAAWnqC,GAAQkR,GAAWA,EAAUA,EAAQi5B,SAGpD,GAAIA,EAAU,CACb,IAAKvvC,EAAI,EAAGE,EAAMqvC,EAASlvC,OAAQL,EAAIE,EAAKF,MAE3C6X,EAAU03B,EAASvvC,IACPoX,YAAcS,EAAQrB,UAAYqB,EAAQ03B,UAAY13B,EAAQnB,cACzE7W,KAAKyvC,QAAQz3B,GAGf,OAAOhY,KAGR,IAAIkD,EAAUlD,KAAKkD,QAEnB,GAAIA,EAAQkL,SAAWlL,EAAQkL,OAAOqI,GAAY,OAAOzW,KAEzD,IAAIwX,EAAQhB,GAAgBC,EAASvT,GACrC,OAAKsU,GAGLA,EAAMQ,QAAUC,GAAUxB,GAE1Be,EAAMm4B,eAAiBn4B,EAAMtU,QAC7BlD,KAAK4vC,WAAWp4B,GAEZtU,EAAQ2sC,eACX3sC,EAAQ2sC,cAAcp5B,EAASe,GAGzBxX,KAAK+8B,SAASvlB,IAXbxX,MAgBT4vC,WAAY,SAAUp4B,GAIrB,OAFAA,EAAMtU,QAAUjD,KAAWuX,EAAMm4B,gBACjC3vC,KAAK8vC,eAAet4B,EAAOxX,KAAKkD,QAAQ8I,OACjChM,MAKR6kC,SAAU,SAAU74B,GACnB,OAAOhM,KAAK+jC,UAAU,SAAUvsB,GAC/BxX,KAAK8vC,eAAet4B,EAAOxL,IACzBhM,OAGJ8vC,eAAgB,SAAUt4B,EAAOxL,GACX,mBAAVA,IACVA,EAAQA,EAAMwL,EAAMQ,UAEjBR,EAAMqtB,UACTrtB,EAAMqtB,SAAS74B,MA2Id+jC,IACHC,UAAW,SAAUp4B,GACpB,OAAOE,GAAW9X,MACjBqI,KAAM,QACNwO,YAAac,GAAe3X,KAAKq1B,YAAazd,OAQjDV,GAAO8C,QAAQ+1B,IAKfjD,GAAO9yB,QAAQ+1B,IACf9D,GAAajyB,QAAQ+1B,IAMrB14B,GAAS2C,SACRg2B,UAAW,SAAUp4B,GACpB,IAAIq4B,GAASh6B,GAAOjW,KAAK0tC,UAErB92B,EAASiB,GAAgB7X,KAAK0tC,SAAUuC,EAAQ,EAAI,GAAG,EAAOr4B,GAElE,OAAOE,GAAW9X,MACjBqI,MAAO4nC,EAAQ,QAAU,IAAM,aAC/Bp5B,YAAaD,OAQhBU,GAAQ0C,SACPg2B,UAAW,SAAUp4B,GACpB,IAAIs4B,GAASj6B,GAAOjW,KAAK0tC,UACrBuC,EAAQC,IAAUj6B,GAAOjW,KAAK0tC,SAAS,IAEvC92B,EAASiB,GAAgB7X,KAAK0tC,SAAUuC,EAAQ,EAAIC,EAAQ,EAAI,GAAG,EAAMt4B,GAM7E,OAJKs4B,IACJt5B,GAAUA,IAGJkB,GAAW9X,MACjBqI,MAAO4nC,EAAQ,QAAU,IAAM,UAC/Bp5B,YAAaD,OAOhBytB,GAAWrqB,SACVm2B,aAAc,SAAUv4B,GACvB,IAAIhB,KAMJ,OAJA5W,KAAK+jC,UAAU,SAAUvsB,GACxBZ,EAAOnT,KAAK+T,EAAMw4B,UAAUp4B,GAAWjB,SAASE,eAG1CiB,GAAW9X,MACjBqI,KAAM,aACNwO,YAAaD,KAMfo5B,UAAW,SAAUp4B,GAEpB,IAAIvP,EAAOrI,KAAKgY,SAAWhY,KAAKgY,QAAQrB,UAAY3W,KAAKgY,QAAQrB,SAAStO,KAE1E,GAAa,eAATA,EACH,OAAOrI,KAAKmwC,aAAav4B,GAG1B,IAAIw4B,EAAgC,uBAAT/nC,EACvBgoC,KAmBJ,OAjBArwC,KAAK+jC,UAAU,SAAUvsB,GACxB,GAAIA,EAAMw4B,UAAW,CACpB,IAAIM,EAAO94B,EAAMw4B,UAAUp4B,GAC3B,GAAIw4B,EACHC,EAAM5sC,KAAK6sC,EAAK35B,cACV,CACN,IAAIqB,EAAUC,GAAUq4B,GAEH,sBAAjBt4B,EAAQ3P,KACXgoC,EAAM5sC,KAAK1C,MAAMsvC,EAAOr4B,EAAQ03B,UAEhCW,EAAM5sC,KAAKuU,OAMXo4B,EACIt4B,GAAW9X,MACjBuX,WAAY84B,EACZhoC,KAAM,wBAKPA,KAAM,oBACNqnC,SAAUW,MAeb,IAAIE,GAAUr4B,GAkBVs4B,GAAelN,GAAMrjC,QAIxBiD,SAGCgL,QAAS,EAITtH,IAAK,GAIL4hC,aAAa,EAMbiI,aAAa,EAIbC,gBAAiB,GAIjB9L,OAAQ,EAIRt4B,UAAW,IAGZkN,WAAY,SAAUnB,EAAKlD,EAAQjS,GAClClD,KAAK2wC,KAAOt4B,EACZrY,KAAK4sC,QAAUpmC,EAAe2O,GAE9BlS,EAAWjD,KAAMkD,IAGlBi1B,MAAO,WACDn4B,KAAK4wC,SACT5wC,KAAK6wC,aAED7wC,KAAKkD,QAAQgL,QAAU,GAC1BlO,KAAKkqC,kBAIHlqC,KAAKkD,QAAQslC,cAChB96B,EAAS1N,KAAK4wC,OAAQ,uBACtB5wC,KAAKyjC,qBAAqBzjC,KAAK4wC,SAGhC5wC,KAAK0yB,UAAUjmB,YAAYzM,KAAK4wC,QAChC5wC,KAAKurC,UAGNjT,SAAU,WACT5rB,EAAO1M,KAAK4wC,QACR5wC,KAAKkD,QAAQslC,aAChBxoC,KAAK2jC,wBAAwB3jC,KAAK4wC,SAMpC3iC,WAAY,SAAUC,GAMrB,OALAlO,KAAKkD,QAAQgL,QAAUA,EAEnBlO,KAAK4wC,QACR5wC,KAAKkqC,iBAEClqC,MAGR6kC,SAAU,SAAUiM,GAInB,OAHIA,EAAU5iC,SACblO,KAAKiO,WAAW6iC,EAAU5iC,SAEpBlO,MAKR8kC,aAAc,WAIb,OAHI9kC,KAAK+3B,MACR/qB,EAAQhN,KAAK4wC,QAEP5wC,MAKR+kC,YAAa,WAIZ,OAHI/kC,KAAK+3B,MACR7qB,EAAOlN,KAAK4wC,QAEN5wC,MAKR+wC,OAAQ,SAAU14B,GAMjB,OALArY,KAAK2wC,KAAOt4B,EAERrY,KAAK4wC,SACR5wC,KAAK4wC,OAAOtwC,IAAM+X,GAEZrY,MAKRgxC,UAAW,SAAU77B,GAMpB,OALAnV,KAAK4sC,QAAUpmC,EAAe2O,GAE1BnV,KAAK+3B,MACR/3B,KAAKurC,SAECvrC,MAGR6jC,UAAW,WACV,IAAIzwB,GACHgN,KAAMpgB,KAAKurC,OACXrC,UAAWlpC,KAAKurC,QAOjB,OAJIvrC,KAAK+oB,gBACR3V,EAAO69B,SAAWjxC,KAAKw3B,cAGjBpkB,GAKRuoB,UAAW,SAAUz3B,GAGpB,OAFAlE,KAAKkD,QAAQ0hC,OAAS1gC,EACtBlE,KAAKqqC,gBACErqC,MAKRuqB,UAAW,WACV,OAAOvqB,KAAK4sC,SAMbpD,WAAY,WACX,OAAOxpC,KAAK4wC,QAGbC,WAAY,WACX,IAAIK,EAA2C,QAAtBlxC,KAAK2wC,KAAKrnC,QAC/Bk8B,EAAMxlC,KAAK4wC,OAASM,EAAqBlxC,KAAK2wC,KAAOtkC,EAAS,OAElEqB,EAAS83B,EAAK,uBACVxlC,KAAK+oB,eAAiBrb,EAAS83B,EAAK,yBACpCxlC,KAAKkD,QAAQoJ,WAAaoB,EAAS83B,EAAKxlC,KAAKkD,QAAQoJ,WAEzDk5B,EAAI2L,cAAgB/uC,EACpBojC,EAAI4L,YAAchvC,EAIlBojC,EAAI6L,OAAS5wC,EAAKT,KAAK8a,KAAM9a,KAAM,QACnCwlC,EAAI8L,QAAU7wC,EAAKT,KAAKuxC,gBAAiBvxC,KAAM,UAE3CA,KAAKkD,QAAQutC,aAA4C,KAA7BzwC,KAAKkD,QAAQutC,eAC5CjL,EAAIiL,aAA2C,IAA7BzwC,KAAKkD,QAAQutC,YAAuB,GAAKzwC,KAAKkD,QAAQutC,aAGrEzwC,KAAKkD,QAAQ0hC,QAChB5kC,KAAKqqC,gBAGF6G,EACHlxC,KAAK2wC,KAAOnL,EAAIllC,KAIjBklC,EAAIllC,IAAMN,KAAK2wC,KACfnL,EAAI5+B,IAAM5G,KAAKkD,QAAQ0D,MAGxB4wB,aAAc,SAAUvuB,GACvB,IAAI6F,EAAQ9O,KAAK+3B,KAAK9N,aAAahhB,EAAEmX,MACjCvR,EAAS7O,KAAK+3B,KAAK9B,8BAA8Bj2B,KAAK4sC,QAAS3jC,EAAEmX,KAAMnX,EAAEsY,QAAQrf,IAErF0M,GAAa5O,KAAK4wC,OAAQ/hC,EAAQC,IAGnCy8B,OAAQ,WACP,IAAIiG,EAAQxxC,KAAK4wC,OACbz7B,EAAS,IAAIpP,EACT/F,KAAK+3B,KAAKhF,mBAAmB/yB,KAAK4sC,QAAQhuB,gBAC1C5e,KAAK+3B,KAAKhF,mBAAmB/yB,KAAK4sC,QAAQ7tB,iBAC9C6O,EAAOzY,EAAOmI,UAElBpO,GAAYsiC,EAAOr8B,EAAOjT,KAE1BsvC,EAAMxlC,MAAM2E,MAASid,EAAK9rB,EAAI,KAC9B0vC,EAAMxlC,MAAM4E,OAASgd,EAAK/nB,EAAI,MAG/BqkC,eAAgB,WACfj8B,GAAWjO,KAAK4wC,OAAQ5wC,KAAKkD,QAAQgL,UAGtCm8B,cAAe,WACVrqC,KAAK4wC,aAAkCluC,IAAxB1C,KAAKkD,QAAQ0hC,QAAgD,OAAxB5kC,KAAKkD,QAAQ0hC,SACpE5kC,KAAK4wC,OAAO5kC,MAAM44B,OAAS5kC,KAAKkD,QAAQ0hC,SAI1C2M,gBAAiB,WAGhBvxC,KAAK8a,KAAK,SAEV,IAAI22B,EAAWzxC,KAAKkD,QAAQwtC,gBACxBe,GAAYzxC,KAAK2wC,OAASc,IAC7BzxC,KAAK2wC,KAAOc,EACZzxC,KAAK4wC,OAAOtwC,IAAMmxC,MA+BjBC,GAAelB,GAAavwC,QAI/BiD,SAGCyuC,UAAU,EAIVC,MAAM,GAGPf,WAAY,WACX,IAAIK,EAA2C,UAAtBlxC,KAAK2wC,KAAKrnC,QAC/BuoC,EAAM7xC,KAAK4wC,OAASM,EAAqBlxC,KAAK2wC,KAAOtkC,EAAS,SAYlE,GAVAqB,EAASmkC,EAAK,uBACV7xC,KAAK+oB,eAAiBrb,EAASmkC,EAAK,yBAExCA,EAAIV,cAAgB/uC,EACpByvC,EAAIT,YAAchvC,EAIlByvC,EAAIC,aAAerxC,EAAKT,KAAK8a,KAAM9a,KAAM,QAErCkxC,EAAJ,CAGC,IAAK,IAFDa,EAAiBF,EAAIG,qBAAqB,UAC1CC,KACK7xC,EAAI,EAAGA,EAAI2xC,EAAevxC,OAAQJ,IAC1C6xC,EAAQxuC,KAAKsuC,EAAe3xC,GAAGE,KAGhCN,KAAK2wC,KAAQoB,EAAevxC,OAAS,EAAKyxC,GAAWJ,EAAIvxC,SAP1D,CAWKiF,GAAQvF,KAAK2wC,QAAS3wC,KAAK2wC,MAAQ3wC,KAAK2wC,OAE7CkB,EAAIF,WAAa3xC,KAAKkD,QAAQyuC,SAC9BE,EAAID,OAAS5xC,KAAKkD,QAAQ0uC,KAC1B,IAAK,IAAIzxC,EAAI,EAAGA,EAAIH,KAAK2wC,KAAKnwC,OAAQL,IAAK,CAC1C,IAAI+xC,EAAS7lC,EAAS,UACtB6lC,EAAO5xC,IAAMN,KAAK2wC,KAAKxwC,GACvB0xC,EAAIplC,YAAYylC,QA0BfC,GAAa7O,GAAMrjC,QAItBiD,SAIC2L,QAAS,EAAG,GAIZvC,UAAW,GAIX4kB,KAAM,aAGP1X,WAAY,SAAUtW,EAASgvC,GAC9BjvC,EAAWjD,KAAMkD,GAEjBlD,KAAKoyC,QAAUF,GAGhB/Z,MAAO,SAAUL,GAChB93B,KAAK+oB,cAAgB+O,EAAI/O,cAEpB/oB,KAAK2wB,YACT3wB,KAAKuoB,cAGFuP,EAAIvE,eACPtlB,GAAWjO,KAAK2wB,WAAY,GAG7BtX,aAAarZ,KAAKqyC,gBAClBryC,KAAK0yB,UAAUjmB,YAAYzM,KAAK2wB,YAChC3wB,KAAK+oC,SAEDjR,EAAIvE,eACPtlB,GAAWjO,KAAK2wB,WAAY,GAG7B3wB,KAAK8kC,gBAGNxM,SAAU,SAAUR,GACfA,EAAIvE,eACPtlB,GAAWjO,KAAK2wB,WAAY,GAC5B3wB,KAAKqyC,eAAiBzwC,WAAWnB,EAAKiM,OAAQhK,EAAW1C,KAAK2wB,YAAa,MAE3EjkB,EAAO1M,KAAK2wB,aAOd0E,UAAW,WACV,OAAOr1B,KAAKsoC,SAKba,UAAW,SAAUzyB,GAMpB,OALA1W,KAAKsoC,QAAUxhC,EAAS4P,GACpB1W,KAAK+3B,OACR/3B,KAAKsiC,kBACLtiC,KAAKwnC,cAECxnC,MAKRsyC,WAAY,WACX,OAAOtyC,KAAKuyC,UAKbC,WAAY,SAAUC,GAGrB,OAFAzyC,KAAKuyC,SAAWE,EAChBzyC,KAAK+oC,SACE/oC,MAKRwpC,WAAY,WACX,OAAOxpC,KAAK2wB,YAKboY,OAAQ,WACF/oC,KAAK+3B,OAEV/3B,KAAK2wB,WAAW3kB,MAAM0mC,WAAa,SAEnC1yC,KAAK2yC,iBACL3yC,KAAK4yC,gBACL5yC,KAAKsiC,kBAELtiC,KAAK2wB,WAAW3kB,MAAM0mC,WAAa,GAEnC1yC,KAAKwnC,eAGN3D,UAAW,WACV,IAAIzwB,GACHgN,KAAMpgB,KAAKsiC,gBACX4G,UAAWlpC,KAAKsiC,iBAMjB,OAHItiC,KAAK+oB,gBACR3V,EAAO69B,SAAWjxC,KAAKw3B,cAEjBpkB,GAKRy/B,OAAQ,WACP,QAAS7yC,KAAK+3B,MAAQ/3B,KAAK+3B,KAAKwE,SAASv8B,OAK1C8kC,aAAc,WAIb,OAHI9kC,KAAK+3B,MACR/qB,EAAQhN,KAAK2wB,YAEP3wB,MAKR+kC,YAAa,WAIZ,OAHI/kC,KAAK+3B,MACR7qB,EAAOlN,KAAK2wB,YAEN3wB,MAGR2yC,eAAgB,WACf,GAAK3yC,KAAKuyC,SAAV,CAEA,IAAIO,EAAO9yC,KAAK+yC,aACZN,EAAoC,mBAAlBzyC,KAAKuyC,SAA2BvyC,KAAKuyC,SAASvyC,KAAKoyC,SAAWpyC,MAAQA,KAAKuyC,SAEjG,GAAuB,iBAAZE,EACVK,EAAKztB,UAAYotB,MACX,CACN,KAAOK,EAAKE,iBACXF,EAAKjmC,YAAYimC,EAAK/lC,YAEvB+lC,EAAKrmC,YAAYgmC,GAElBzyC,KAAK8a,KAAK,mBAGXwnB,gBAAiB,WAChB,GAAKtiC,KAAK+3B,KAAV,CAEA,IAAIhpB,EAAM/O,KAAK+3B,KAAKhF,mBAAmB/yB,KAAKsoC,SACxCz5B,EAAS/I,EAAQ9F,KAAKkD,QAAQ2L,QAC9B+2B,EAAS5lC,KAAKizC,aAEdjzC,KAAK+oB,cACR7Z,GAAYlP,KAAK2wB,WAAY5hB,EAAInB,IAAIg4B,IAErC/2B,EAASA,EAAOjB,IAAImB,GAAKnB,IAAIg4B,GAG9B,IAAIuH,EAASntC,KAAKkzC,kBAAoBrkC,EAAOhJ,EACzCyJ,EAAOtP,KAAKmzC,gBAAkB1wC,KAAKE,MAAM3C,KAAKozC,gBAAkB,GAAKvkC,EAAO/M,EAGhF9B,KAAK2wB,WAAW3kB,MAAMmhC,OAASA,EAAS,KACxCntC,KAAK2wB,WAAW3kB,MAAMsD,KAAOA,EAAO,OAGrC2jC,WAAY,WACX,OAAQ,EAAG,MAiCTI,GAAQlB,GAAWlyC,QAItBiD,SAGCk7B,SAAU,IAIVkV,SAAU,GAKVC,UAAW,KAKXpL,SAAS,EAKTqL,sBAAuB,KAKvBC,0BAA2B,KAI3B9L,gBAAiB,EAAG,GAKpB+L,YAAY,EAIZC,aAAa,EAKbC,WAAW,EAKXC,kBAAkB,EAQlBvnC,UAAW,IAMZwnC,OAAQ,SAAUhc,GAEjB,OADAA,EAAIic,UAAU/zC,MACPA,MAGRm4B,MAAO,SAAUL,GAChBqa,GAAWrxC,UAAUq3B,MAAMn3B,KAAKhB,KAAM83B,GAMtCA,EAAIhd,KAAK,aAAck5B,MAAOh0C,OAE1BA,KAAKoyC,UAKRpyC,KAAKoyC,QAAQt3B,KAAK,aAAck5B,MAAOh0C,OAAO,GAGxCA,KAAKoyC,mBAAmB3H,IAC7BzqC,KAAKoyC,QAAQ1iC,GAAG,WAAYiC,MAK/B2mB,SAAU,SAAUR,GACnBqa,GAAWrxC,UAAUw3B,SAASt3B,KAAKhB,KAAM83B,GAMzCA,EAAIhd,KAAK,cAAek5B,MAAOh0C,OAE3BA,KAAKoyC,UAKRpyC,KAAKoyC,QAAQt3B,KAAK,cAAek5B,MAAOh0C,OAAO,GACzCA,KAAKoyC,mBAAmB3H,IAC7BzqC,KAAKoyC,QAAQxiC,IAAI,WAAY+B,MAKhCkyB,UAAW,WACV,IAAIzwB,EAAS++B,GAAWrxC,UAAU+iC,UAAU7iC,KAAKhB,MAUjD,YARkC0C,IAA9B1C,KAAKkD,QAAQ+wC,aAA6Bj0C,KAAKkD,QAAQ+wC,aAAej0C,KAAK+3B,KAAK70B,QAAQgxC,qBAC3F9gC,EAAO+gC,SAAWn0C,KAAKo0C,QAGpBp0C,KAAKkD,QAAQwwC,aAChBtgC,EAAOihC,QAAUr0C,KAAKwnC,YAGhBp0B,GAGRghC,OAAQ,WACHp0C,KAAK+3B,MACR/3B,KAAK+3B,KAAKmQ,WAAWloC,OAIvBuoB,YAAa,WACZ,IAAImX,EAAS,gBACTnzB,EAAYvM,KAAK2wB,WAAatkB,EAAS,MAC1CqzB,EAAS,KAAO1/B,KAAKkD,QAAQoJ,WAAa,IAC1C,0BAEGgoC,EAAUt0C,KAAKu0C,SAAWloC,EAAS,MAAOqzB,EAAS,mBAAoBnzB,GAU3E,GATAvM,KAAK+yC,aAAe1mC,EAAS,MAAOqzB,EAAS,WAAY4U,GAEzDtiC,GAAwBsiC,GACxBviC,GAAyB/R,KAAK+yC,cAC9BrjC,GAAG4kC,EAAS,cAAe3iC,IAE3B3R,KAAKw0C,cAAgBnoC,EAAS,MAAOqzB,EAAS,iBAAkBnzB,GAChEvM,KAAKy0C,KAAOpoC,EAAS,MAAOqzB,EAAS,OAAQ1/B,KAAKw0C,eAE9Cx0C,KAAKkD,QAAQywC,YAAa,CAC7B,IAAIA,EAAc3zC,KAAK00C,aAAeroC,EAAS,IAAKqzB,EAAS,gBAAiBnzB,GAC9EonC,EAAYvY,KAAO,SACnBuY,EAAYtuB,UAAY,SAExB3V,GAAGikC,EAAa,QAAS3zC,KAAK20C,oBAAqB30C,QAIrD4yC,cAAe,WACd,IAAIrmC,EAAYvM,KAAK+yC,aACjB/mC,EAAQO,EAAUP,MAEtBA,EAAM2E,MAAQ,GACd3E,EAAM4oC,WAAa,SAEnB,IAAIjkC,EAAQpE,EAAU8D,YACtBM,EAAQlO,KAAKP,IAAIyO,EAAO3Q,KAAKkD,QAAQk7B,UACrCztB,EAAQlO,KAAKR,IAAI0O,EAAO3Q,KAAKkD,QAAQowC,UAErCtnC,EAAM2E,MAASA,EAAQ,EAAK,KAC5B3E,EAAM4oC,WAAa,GAEnB5oC,EAAM4E,OAAS,GAEf,IAAIA,EAASrE,EAAU+D,aACnBijC,EAAYvzC,KAAKkD,QAAQqwC,UAGzBA,GAAa3iC,EAAS2iC,GACzBvnC,EAAM4E,OAAS2iC,EAAY,KAC3B7lC,EAASnB,EAJU,2BAMnBuB,GAAYvB,EANO,0BASpBvM,KAAKozC,gBAAkBpzC,KAAK2wB,WAAWtgB,aAGxCmnB,aAAc,SAAUvuB,GACvB,IAAI8F,EAAM/O,KAAK+3B,KAAKhC,uBAAuB/1B,KAAKsoC,QAASr/B,EAAEmX,KAAMnX,EAAEsY,QAC/DqkB,EAAS5lC,KAAKizC,aAClB/jC,GAAYlP,KAAK2wB,WAAY5hB,EAAInB,IAAIg4B,KAGtC4B,WAAY,WACX,GAAKxnC,KAAKkD,QAAQilC,QAAlB,CACInoC,KAAK+3B,KAAKxM,UAAYvrB,KAAK+3B,KAAKxM,SAASpZ,OAE7C,IAAI2lB,EAAM93B,KAAK+3B,KACX8c,EAAezxB,SAASrX,EAAS/L,KAAK2wB,WAAY,gBAAiB,KAAO,EAC1EmkB,EAAkB90C,KAAK2wB,WAAWrgB,aAAeukC,EACjDE,EAAiB/0C,KAAKozC,gBACtB4B,EAAW,IAAIpvC,EAAM5F,KAAKmzC,gBAAiB2B,EAAkB90C,KAAKkzC,kBAEtE8B,EAAS94B,KAAK1M,GAAYxP,KAAK2wB,aAE/B,IAAIskB,EAAend,EAAI7E,2BAA2B+hB,GAC9CtqB,EAAU5kB,EAAQ9F,KAAKkD,QAAQykC,gBAC/Bnd,EAAY1kB,EAAQ9F,KAAKkD,QAAQswC,uBAAyB9oB,GAC1DC,EAAY7kB,EAAQ9F,KAAKkD,QAAQuwC,2BAA6B/oB,GAC9DkD,EAAOkK,EAAIxa,UACXzH,EAAK,EACLC,EAAK,EAELm/B,EAAanzC,EAAIizC,EAAiBpqB,EAAU7oB,EAAI8rB,EAAK9rB,IACxD+T,EAAKo/B,EAAanzC,EAAIizC,EAAiBnnB,EAAK9rB,EAAI6oB,EAAU7oB,GAEvDmzC,EAAanzC,EAAI+T,EAAK2U,EAAU1oB,EAAI,IACvC+T,EAAKo/B,EAAanzC,EAAI0oB,EAAU1oB,GAE7BmzC,EAAapvC,EAAIivC,EAAkBnqB,EAAU9kB,EAAI+nB,EAAK/nB,IACzDiQ,EAAKm/B,EAAapvC,EAAIivC,EAAkBlnB,EAAK/nB,EAAI8kB,EAAU9kB,GAExDovC,EAAapvC,EAAIiQ,EAAK0U,EAAU3kB,EAAI,IACvCiQ,EAAKm/B,EAAapvC,EAAI2kB,EAAU3kB,IAO7BgQ,GAAMC,IACTgiB,EACKhd,KAAK,gBACLuQ,OAAOxV,EAAIC,MAIlB6+B,oBAAqB,SAAU1rC,GAC9BjJ,KAAKo0C,SACLjiC,GAAKlJ,IAGNgqC,WAAY,WAEX,OAAOntC,EAAQ9F,KAAKoyC,SAAWpyC,KAAKoyC,QAAQ7H,gBAAkBvqC,KAAKoyC,QAAQ7H,mBAAqB,EAAG,OAkBrGnjB,GAAInN,cACHi6B,mBAAmB,IAMpB9sB,GAAIpN,SAMH+5B,UAAW,SAAUC,EAAOt9B,EAAQxT,GASnC,OARM8wC,aAAiBX,KACtBW,EAAQ,IAAIX,GAAMnwC,GAASsvC,WAAWwB,IAGnCt9B,GACHs9B,EAAM7K,UAAUzyB,GAGb1W,KAAKu8B,SAASyX,GACVh0C,MAGJA,KAAKspC,QAAUtpC,KAAKspC,OAAOpmC,QAAQ0wC,WACtC5zC,KAAKkoC,aAGNloC,KAAKspC,OAAS0K,EACPh0C,KAAK+8B,SAASiX,KAKtB9L,WAAY,SAAU8L,GAQrB,OAPKA,GAASA,IAAUh0C,KAAKspC,SAC5B0K,EAAQh0C,KAAKspC,OACbtpC,KAAKspC,OAAS,MAEX0K,GACHh0C,KAAKu6B,YAAYyZ,GAEXh0C,QAoBTsjC,GAAMtpB,SAMLuvB,UAAW,SAAUkJ,EAASvvC,GAuB7B,OArBIuvC,aAAmBY,IACtBpwC,EAAWwvC,EAASvvC,GACpBlD,KAAKspC,OAASmJ,EACdA,EAAQL,QAAUpyC,OAEbA,KAAKspC,SAAUpmC,IACnBlD,KAAKspC,OAAS,IAAI+J,GAAMnwC,EAASlD,OAElCA,KAAKspC,OAAOkJ,WAAWC,IAGnBzyC,KAAKk1C,sBACTl1C,KAAK0P,IACJylC,MAAOn1C,KAAKo1C,WACZC,SAAUr1C,KAAKs1C,YACf5oC,OAAQ1M,KAAKkoC,WACbqN,KAAMv1C,KAAKw1C,aAEZx1C,KAAKk1C,qBAAsB,GAGrBl1C,MAKRy1C,YAAa,WAWZ,OAVIz1C,KAAKspC,SACRtpC,KAAK4P,KACJulC,MAAOn1C,KAAKo1C,WACZC,SAAUr1C,KAAKs1C,YACf5oC,OAAQ1M,KAAKkoC,WACbqN,KAAMv1C,KAAKw1C,aAEZx1C,KAAKk1C,qBAAsB,EAC3Bl1C,KAAKspC,OAAS,MAERtpC,MAKR+zC,UAAW,SAAUv8B,EAAOd,GAM3B,GALMc,aAAiB8rB,KACtB5sB,EAASc,EACTA,EAAQxX,MAGLwX,aAAiBL,GACpB,IAAK,IAAIlS,KAAMjF,KAAKmoB,QAAS,CAC5B3Q,EAAQxX,KAAKmoB,QAAQljB,GACrB,MAmBF,OAfKyR,IACJA,EAASc,EAAMyF,UAAYzF,EAAMyF,YAAczF,EAAM6d,aAGlDr1B,KAAKspC,QAAUtpC,KAAK+3B,OAEvB/3B,KAAKspC,OAAO8I,QAAU56B,EAGtBxX,KAAKspC,OAAOP,SAGZ/oC,KAAK+3B,KAAKgc,UAAU/zC,KAAKspC,OAAQ5yB,IAG3B1W,MAKRkoC,WAAY,WAIX,OAHIloC,KAAKspC,QACRtpC,KAAKspC,OAAO8K,SAENp0C,MAKR01C,YAAa,SAAUrsC,GAQtB,OAPIrJ,KAAKspC,SACJtpC,KAAKspC,OAAOvR,KACf/3B,KAAKkoC,aAELloC,KAAK+zC,UAAU1qC,IAGVrJ,MAKR21C,YAAa,WACZ,QAAQ31C,KAAKspC,QAAStpC,KAAKspC,OAAOuJ,UAKnC+C,gBAAiB,SAAUnD,GAI1B,OAHIzyC,KAAKspC,QACRtpC,KAAKspC,OAAOkJ,WAAWC,GAEjBzyC,MAKR61C,SAAU,WACT,OAAO71C,KAAKspC,QAGb8L,WAAY,SAAUnsC,GACrB,IAAIuO,EAAQvO,EAAEuO,OAASvO,EAAEI,OAEpBrJ,KAAKspC,QAILtpC,KAAK+3B,OAKV5lB,GAAKlJ,GAIDuO,aAAiBizB,GACpBzqC,KAAK+zC,UAAU9qC,EAAEuO,OAASvO,EAAEI,OAAQJ,EAAEyN,QAMnC1W,KAAK+3B,KAAKwE,SAASv8B,KAAKspC,SAAWtpC,KAAKspC,OAAO8I,UAAY56B,EAC9DxX,KAAKkoC,aAELloC,KAAK+zC,UAAUv8B,EAAOvO,EAAEyN,UAI1B8+B,WAAY,SAAUvsC,GACrBjJ,KAAKspC,OAAOH,UAAUlgC,EAAEyN,SAGzB4+B,YAAa,SAAUrsC,GACU,KAA5BA,EAAE2I,cAAckkC,SACnB91C,KAAKo1C,WAAWnsC,MA2BnB,IAAI8sC,GAAU5D,GAAWlyC,QAIxBiD,SAGCguB,KAAM,cAINriB,QAAS,EAAG,GAOZmnC,UAAW,OAIXC,WAAW,EAIXC,QAAQ,EAIR1N,aAAa,EAIbt6B,QAAS,IAGViqB,MAAO,SAAUL,GAChBqa,GAAWrxC,UAAUq3B,MAAMn3B,KAAKhB,KAAM83B,GACtC93B,KAAKiO,WAAWjO,KAAKkD,QAAQgL,SAM7B4pB,EAAIhd,KAAK,eAAgBq7B,QAASn2C,OAE9BA,KAAKoyC,SAKRpyC,KAAKoyC,QAAQt3B,KAAK,eAAgBq7B,QAASn2C,OAAO,IAIpDs4B,SAAU,SAAUR,GACnBqa,GAAWrxC,UAAUw3B,SAASt3B,KAAKhB,KAAM83B,GAMzCA,EAAIhd,KAAK,gBAAiBq7B,QAASn2C,OAE/BA,KAAKoyC,SAKRpyC,KAAKoyC,QAAQt3B,KAAK,gBAAiBq7B,QAASn2C,OAAO,IAIrD6jC,UAAW,WACV,IAAIzwB,EAAS++B,GAAWrxC,UAAU+iC,UAAU7iC,KAAKhB,MAMjD,OAJIoR,KAAUpR,KAAKkD,QAAQ+yC,YAC1B7iC,EAAO+gC,SAAWn0C,KAAKo0C,QAGjBhhC,GAGRghC,OAAQ,WACHp0C,KAAK+3B,MACR/3B,KAAK+3B,KAAKqe,aAAap2C,OAIzBuoB,YAAa,WACZ,IACIjc,EAAYozB,oBAAgB1/B,KAAKkD,QAAQoJ,WAAa,IAAM,kBAAoBtM,KAAK+oB,cAAgB,WAAa,QAEtH/oB,KAAK+yC,aAAe/yC,KAAK2wB,WAAatkB,EAAS,MAAOC,IAGvDsmC,cAAe,aAEfpL,WAAY,aAEZ6O,aAAc,SAAUtnC,GACvB,IAAI+oB,EAAM93B,KAAK+3B,KACXxrB,EAAYvM,KAAK2wB,WACjByF,EAAc0B,EAAI1N,uBAAuB0N,EAAI7a,aAC7Cq5B,EAAexe,EAAI7E,2BAA2BlkB,GAC9CinC,EAAYh2C,KAAKkD,QAAQ8yC,UACzBO,EAAehqC,EAAU8D,YACzBmmC,EAAgBjqC,EAAU+D,aAC1BzB,EAAS/I,EAAQ9F,KAAKkD,QAAQ2L,QAC9B+2B,EAAS5lC,KAAKizC,aAEA,QAAd+C,EACHjnC,EAAMA,EAAInB,IAAI9H,GAASywC,EAAe,EAAI1nC,EAAO/M,GAAI00C,EAAgB3nC,EAAOhJ,EAAI+/B,EAAO//B,GAAG,IAClE,WAAdmwC,EACVjnC,EAAMA,EAAIoN,SAASrW,EAAQywC,EAAe,EAAI1nC,EAAO/M,GAAI+M,EAAOhJ,GAAG,IAC3C,WAAdmwC,EACVjnC,EAAMA,EAAIoN,SAASrW,EAAQywC,EAAe,EAAI1nC,EAAO/M,EAAG00C,EAAgB,EAAI5Q,EAAO//B,EAAIgJ,EAAOhJ,GAAG,IACzE,UAAdmwC,GAAuC,SAAdA,GAAwBM,EAAax0C,EAAIs0B,EAAYt0B,GACxFk0C,EAAY,QACZjnC,EAAMA,EAAInB,IAAI9H,EAAQ+I,EAAO/M,EAAI8jC,EAAO9jC,EAAG8jC,EAAO//B,EAAI2wC,EAAgB,EAAI3nC,EAAOhJ,GAAG,MAEpFmwC,EAAY,OACZjnC,EAAMA,EAAIoN,SAASrW,EAAQywC,EAAe3Q,EAAO9jC,EAAI+M,EAAO/M,EAAG00C,EAAgB,EAAI5Q,EAAO//B,EAAIgJ,EAAOhJ,GAAG,KAGzGiI,GAAYvB,EAAW,yBACvBuB,GAAYvB,EAAW,wBACvBuB,GAAYvB,EAAW,uBACvBuB,GAAYvB,EAAW,0BACvBmB,EAASnB,EAAW,mBAAqBypC,GACzC9mC,GAAY3C,EAAWwC,IAGxBuzB,gBAAiB,WAChB,IAAIvzB,EAAM/O,KAAK+3B,KAAKhF,mBAAmB/yB,KAAKsoC,SAC5CtoC,KAAKq2C,aAAatnC,IAGnBd,WAAY,SAAUC,GACrBlO,KAAKkD,QAAQgL,QAAUA,EAEnBlO,KAAK2wB,YACR1iB,GAAWjO,KAAK2wB,WAAYziB,IAI9BspB,aAAc,SAAUvuB,GACvB,IAAI8F,EAAM/O,KAAK+3B,KAAKhC,uBAAuB/1B,KAAKsoC,QAASr/B,EAAEmX,KAAMnX,EAAEsY,QACnEvhB,KAAKq2C,aAAatnC,IAGnBkkC,WAAY,WAEX,OAAOntC,EAAQ9F,KAAKoyC,SAAWpyC,KAAKoyC,QAAQ5H,oBAAsBxqC,KAAKkD,QAAQgzC,OAASl2C,KAAKoyC,QAAQ5H,qBAAuB,EAAG,OAcjIpjB,GAAIpN,SAOHy8B,YAAa,SAAUN,EAASz/B,EAAQxT,GASvC,OARMizC,aAAmBJ,KACxBI,EAAU,IAAIJ,GAAQ7yC,GAASsvC,WAAW2D,IAGvCz/B,GACHy/B,EAAQhN,UAAUzyB,GAGf1W,KAAKu8B,SAAS4Z,GACVn2C,KAGDA,KAAK+8B,SAASoZ,IAKtBC,aAAc,SAAUD,GAIvB,OAHIA,GACHn2C,KAAKu6B,YAAY4b,GAEXn2C,QAmBTsjC,GAAMtpB,SAML08B,YAAa,SAAUjE,EAASvvC,GAoB/B,OAlBIuvC,aAAmBsD,IACtB9yC,EAAWwvC,EAASvvC,GACpBlD,KAAK22C,SAAWlE,EAChBA,EAAQL,QAAUpyC,OAEbA,KAAK22C,WAAYzzC,IACrBlD,KAAK22C,SAAW,IAAIZ,GAAQ7yC,EAASlD,OAEtCA,KAAK22C,SAASnE,WAAWC,IAI1BzyC,KAAK42C,2BAED52C,KAAK22C,SAASzzC,QAAQ+yC,WAAaj2C,KAAK+3B,MAAQ/3B,KAAK+3B,KAAKwE,SAASv8B,OACtEA,KAAKy2C,cAGCz2C,MAKR62C,cAAe,WAMd,OALI72C,KAAK22C,WACR32C,KAAK42C,0BAAyB,GAC9B52C,KAAKo2C,eACLp2C,KAAK22C,SAAW,MAEV32C,MAGR42C,yBAA0B,SAAUxiB,GACnC,GAAKA,IAAap0B,KAAK82C,sBAAvB,CACA,IAAIxiB,EAAQF,EAAY,MAAQ,KAC5BhhB,GACH1G,OAAQ1M,KAAKo2C,aACbb,KAAMv1C,KAAK+2C,cAEP/2C,KAAK22C,SAASzzC,QAAQ+yC,UAU1B7iC,EAAOxF,IAAM5N,KAAKg3C,cATlB5jC,EAAOw2B,UAAY5pC,KAAKg3C,aACxB5jC,EAAO02B,SAAW9pC,KAAKo2C,aACnBp2C,KAAK22C,SAASzzC,QAAQgzC,SACzB9iC,EAAO6jC,UAAYj3C,KAAK+2C,cAErB3lC,KACHgC,EAAO+hC,MAAQn1C,KAAKg3C,eAKtBh3C,KAAKs0B,GAAOlhB,GACZpT,KAAK82C,uBAAyB1iB,IAK/BqiB,YAAa,SAAUj/B,EAAOd,GAM7B,GALMc,aAAiB8rB,KACtB5sB,EAASc,EACTA,EAAQxX,MAGLwX,aAAiBL,GACpB,IAAK,IAAIlS,KAAMjF,KAAKmoB,QAAS,CAC5B3Q,EAAQxX,KAAKmoB,QAAQljB,GACrB,MA2BF,OAvBKyR,IACJA,EAASc,EAAMyF,UAAYzF,EAAMyF,YAAczF,EAAM6d,aAGlDr1B,KAAK22C,UAAY32C,KAAK+3B,OAGzB/3B,KAAK22C,SAASvE,QAAU56B,EAGxBxX,KAAK22C,SAAS5N,SAGd/oC,KAAK+3B,KAAK0e,YAAYz2C,KAAK22C,SAAUjgC,GAIjC1W,KAAK22C,SAASzzC,QAAQslC,aAAexoC,KAAK22C,SAAShmB,aACtDjjB,EAAS1N,KAAK22C,SAAShmB,WAAY,qBACnC3wB,KAAKyjC,qBAAqBzjC,KAAK22C,SAAShmB,cAInC3wB,MAKRo2C,aAAc,WAQb,OAPIp2C,KAAK22C,WACR32C,KAAK22C,SAASvC,SACVp0C,KAAK22C,SAASzzC,QAAQslC,aAAexoC,KAAK22C,SAAShmB,aACtD7iB,GAAY9N,KAAK22C,SAAShmB,WAAY,qBACtC3wB,KAAK2jC,wBAAwB3jC,KAAK22C,SAAShmB,cAGtC3wB,MAKRk3C,cAAe,SAAU7tC,GAQxB,OAPIrJ,KAAK22C,WACJ32C,KAAK22C,SAAS5e,KACjB/3B,KAAKo2C,eAELp2C,KAAKy2C,YAAYptC,IAGZrJ,MAKRm3C,cAAe,WACd,OAAOn3C,KAAK22C,SAAS9D,UAKtBuE,kBAAmB,SAAU3E,GAI5B,OAHIzyC,KAAK22C,UACR32C,KAAK22C,SAASnE,WAAWC,GAEnBzyC,MAKRq3C,WAAY,WACX,OAAOr3C,KAAK22C,UAGbK,aAAc,SAAU/tC,GACvB,IAAIuO,EAAQvO,EAAEuO,OAASvO,EAAEI,OAEpBrJ,KAAK22C,UAAa32C,KAAK+3B,MAG5B/3B,KAAKy2C,YAAYj/B,EAAOxX,KAAK22C,SAASzzC,QAAQgzC,OAASjtC,EAAEyN,YAAShU,IAGnEq0C,aAAc,SAAU9tC,GACvB,IAAuBssB,EAAgBrC,EAAnCxc,EAASzN,EAAEyN,OACX1W,KAAK22C,SAASzzC,QAAQgzC,QAAUjtC,EAAE2I,gBACrC2jB,EAAiBv1B,KAAK+3B,KAAK5E,2BAA2BlqB,EAAE2I,eACxDshB,EAAalzB,KAAK+3B,KAAK/E,2BAA2BuC,GAClD7e,EAAS1W,KAAK+3B,KAAK1G,mBAAmB6B,IAEvClzB,KAAK22C,SAASxN,UAAUzyB,MAuB1B,IAAI4gC,GAAUtS,GAAK/kC,QAClBiD,SAGCmjC,UAAW,GAAI,IAOfpI,MAAM,EAINsZ,MAAO,KAEPjrC,UAAW,oBAGZ64B,WAAY,SAAUC,GACrB,IAAIhgB,EAAOggB,GAA+B,QAApBA,EAAQ97B,QAAqB87B,EAAU59B,SAASgF,cAAc,OAChFtJ,EAAUlD,KAAKkD,QAInB,GAFAkiB,EAAIC,WAA6B,IAAjBniB,EAAQ+6B,KAAiB/6B,EAAQ+6B,KAAO,GAEpD/6B,EAAQq0C,MAAO,CAClB,IAAIA,EAAQzxC,EAAQ5C,EAAQq0C,OAC5BnyB,EAAIpZ,MAAMwrC,oBAAuBD,EAAMz1C,EAAK,OAAUy1C,EAAM1xC,EAAK,KAIlE,OAFA7F,KAAK0lC,eAAetgB,EAAK,QAElBA,GAGRkgB,aAAc,WACb,OAAO,QAUTN,GAAKyS,QAAUxR,GAoEf,IAAIyR,GAAYpU,GAAMrjC,QAIrBiD,SAGCy0C,SAAU,IAIVzpC,QAAS,EAOTswB,eAAgBta,GAIhB0zB,mBAAmB,EAInBC,eAAgB,IAIhBjT,OAAQ,EAIRzvB,OAAQ,KAIRmS,QAAS,EAITC,aAAS7kB,EAMTo1C,mBAAep1C,EAMfq1C,mBAAer1C,EAQfs1C,QAAQ,EAIR9mB,KAAM,WAIN5kB,UAAW,GAIX2rC,WAAY,GAGbz+B,WAAY,SAAUtW,GACrBD,EAAWjD,KAAMkD,IAGlBi1B,MAAO,WACNn4B,KAAKsoB,iBAELtoB,KAAKk4C,WACLl4C,KAAKm4C,UAELn4C,KAAK4pB,aACL5pB,KAAKi6B,WAGN6J,UAAW,SAAUhM,GACpBA,EAAImM,cAAcjkC,OAGnBs4B,SAAU,SAAUR,GACnB93B,KAAKo4C,kBACL1rC,EAAO1M,KAAK2wB,YACZmH,EAAIqM,iBAAiBnkC,MACrBA,KAAK2wB,WAAa,KAClB3wB,KAAKq4C,eAAY31C,GAKlBoiC,aAAc,WAKb,OAJI9kC,KAAK+3B,OACR/qB,EAAQhN,KAAK2wB,YACb3wB,KAAKs4C,eAAe71C,KAAKR,MAEnBjC,MAKR+kC,YAAa,WAKZ,OAJI/kC,KAAK+3B,OACR7qB,EAAOlN,KAAK2wB,YACZ3wB,KAAKs4C,eAAe71C,KAAKP,MAEnBlC,MAKR4yB,aAAc,WACb,OAAO5yB,KAAK2wB,YAKb1iB,WAAY,SAAUC,GAGrB,OAFAlO,KAAKkD,QAAQgL,QAAUA,EACvBlO,KAAKkqC,iBACElqC,MAKR27B,UAAW,SAAUiJ,GAIpB,OAHA5kC,KAAKkD,QAAQ0hC,OAASA,EACtB5kC,KAAKqqC,gBAEErqC,MAKRu4C,UAAW,WACV,OAAOv4C,KAAKw4C,UAKb9M,OAAQ,WAKP,OAJI1rC,KAAK+3B,OACR/3B,KAAKo4C,kBACLp4C,KAAKi6B,WAECj6B,MAGR6jC,UAAW,WACV,IAAIzwB,GACHqlC,aAAcz4C,KAAK04C,eACnBxP,UAAWlpC,KAAK4pB,WAChBxJ,KAAMpgB,KAAK4pB,WACXyqB,QAASr0C,KAAKw0B,YAgBf,OAbKx0B,KAAKkD,QAAQs7B,iBAEZx+B,KAAK8hC,UACT9hC,KAAK8hC,QAAUxgC,EAAStB,KAAKw0B,WAAYx0B,KAAKkD,QAAQ20C,eAAgB73C,OAGvEoT,EAAOmiC,KAAOv1C,KAAK8hC,SAGhB9hC,KAAK+oB,gBACR3V,EAAO69B,SAAWjxC,KAAKw3B,cAGjBpkB,GASRulC,WAAY,WACX,OAAOnxC,SAASgF,cAAc,QAM/BosC,YAAa,WACZ,IAAI13B,EAAIlhB,KAAKkD,QAAQy0C,SACrB,OAAOz2B,aAAatb,EAAQsb,EAAI,IAAItb,EAAMsb,EAAGA,IAG9CmpB,cAAe,WACVrqC,KAAK2wB,iBAAsCjuB,IAAxB1C,KAAKkD,QAAQ0hC,QAAgD,OAAxB5kC,KAAKkD,QAAQ0hC,SACxE5kC,KAAK2wB,WAAW3kB,MAAM44B,OAAS5kC,KAAKkD,QAAQ0hC,SAI9C0T,eAAgB,SAAUO,GAMzB,IAAK,IAAgCjU,EAHjC9tB,EAAS9W,KAAK0yB,UAAUomB,SACxBC,GAAcF,GAAS/tB,EAAAA,EAAUA,EAAAA,GAE5B3qB,EAAI,EAAGE,EAAMyW,EAAOtW,OAAgBL,EAAIE,EAAKF,IAErDykC,EAAS9tB,EAAO3W,GAAG6L,MAAM44B,OAErB9tB,EAAO3W,KAAOH,KAAK2wB,YAAciU,IACpCmU,EAAaF,EAAQE,GAAanU,IAIhCoU,SAASD,KACZ/4C,KAAKkD,QAAQ0hC,OAASmU,EAAaF,GAAS,EAAG,GAC/C74C,KAAKqqC,kBAIPH,eAAgB,WACf,GAAKlqC,KAAK+3B,OAGN/U,GAAJ,CAEA/U,GAAWjO,KAAK2wB,WAAY3wB,KAAKkD,QAAQgL,SAEzC,IAAItD,GAAO,IAAIlG,KACXu0C,GAAY,EACZC,GAAY,EAEhB,IAAK,IAAIj1C,KAAOjE,KAAKm4C,OAAQ,CAC5B,IAAIgB,EAAOn5C,KAAKm4C,OAAOl0C,GACvB,GAAKk1C,EAAKC,SAAYD,EAAKE,OAA3B,CAEA,IAAIC,EAAO72C,KAAKP,IAAI,GAAI0I,EAAMuuC,EAAKE,QAAU,KAE7CprC,GAAWkrC,EAAK90C,GAAIi1C,GAChBA,EAAO,EACVL,GAAY,GAERE,EAAKI,OACRL,GAAY,EAEZl5C,KAAKw5C,cAAcL,GAEpBA,EAAKI,QAAS,IAIZL,IAAcl5C,KAAKy5C,UAAYz5C,KAAK05C,cAEpCT,IACHj0C,EAAgBhF,KAAK25C,YACrB35C,KAAK25C,WAAa90C,EAAiB7E,KAAKkqC,eAAgBlqC,SAI1Dw5C,cAAep3C,EAEfkmB,eAAgB,WACXtoB,KAAK2wB,aAET3wB,KAAK2wB,WAAatkB,EAAS,MAAO,kBAAoBrM,KAAKkD,QAAQoJ,WAAa,KAChFtM,KAAKqqC,gBAEDrqC,KAAKkD,QAAQgL,QAAU,GAC1BlO,KAAKkqC,iBAGNlqC,KAAK0yB,UAAUjmB,YAAYzM,KAAK2wB,cAGjCipB,cAAe,WAEd,IAAIx5B,EAAOpgB,KAAKq4C,UACZ9wB,EAAUvnB,KAAKkD,QAAQqkB,QAE3B,QAAa7kB,IAAT0d,EAAJ,CAEA,IAAK,IAAI+W,KAAKn3B,KAAKk4C,QACdl4C,KAAKk4C,QAAQ/gB,GAAG9yB,GAAGy0C,SAASt4C,QAAU22B,IAAM/W,GAC/CpgB,KAAKk4C,QAAQ/gB,GAAG9yB,GAAG2H,MAAM44B,OAASrd,EAAU9kB,KAAKyQ,IAAIkN,EAAO+W,GAC5Dn3B,KAAK65C,eAAe1iB,KAEpBzqB,EAAO1M,KAAKk4C,QAAQ/gB,GAAG9yB,IACvBrE,KAAK85C,mBAAmB3iB,GACxBn3B,KAAK+5C,eAAe5iB,UACbn3B,KAAKk4C,QAAQ/gB,IAItB,IAAI6iB,EAAQh6C,KAAKk4C,QAAQ93B,GACrB0X,EAAM93B,KAAK+3B,KAqBf,OAnBKiiB,KACJA,EAAQh6C,KAAKk4C,QAAQ93B,OAEf/b,GAAKgI,EAAS,MAAO,+CAAgDrM,KAAK2wB,YAChFqpB,EAAM31C,GAAG2H,MAAM44B,OAASrd,EAExByyB,EAAMnS,OAAS/P,EAAIvX,QAAQuX,EAAIjX,UAAUiX,EAAIvF,kBAAmBnS,GAAMzd,QACtEq3C,EAAM55B,KAAOA,EAEbpgB,KAAKi6C,kBAAkBD,EAAOliB,EAAI7a,YAAa6a,EAAIxM,WAG3C0uB,EAAM31C,GAAGgM,YAEjBrQ,KAAKk6C,eAAeF,IAGrBh6C,KAAKm6C,OAASH,EAEPA,IAGRH,eAAgBz3C,EAEhB23C,eAAgB33C,EAEhB83C,eAAgB93C,EAEhBs3C,YAAa,WACZ,GAAK15C,KAAK+3B,KAAV,CAIA,IAAI9zB,EAAKk1C,EAEL/4B,EAAOpgB,KAAK+3B,KAAKzM,UACrB,GAAIlL,EAAOpgB,KAAKkD,QAAQqkB,SACvBnH,EAAOpgB,KAAKkD,QAAQokB,QACpBtnB,KAAKo4C,sBAFN,CAMA,IAAKn0C,KAAOjE,KAAKm4C,QAChBgB,EAAOn5C,KAAKm4C,OAAOl0C,IACdm2C,OAASjB,EAAKC,QAGpB,IAAKn1C,KAAOjE,KAAKm4C,OAEhB,IADAgB,EAAOn5C,KAAKm4C,OAAOl0C,IACVm1C,UAAYD,EAAKI,OAAQ,CACjC,IAAI3iC,EAASuiC,EAAKviC,OACb5W,KAAKq6C,cAAczjC,EAAO9U,EAAG8U,EAAO/Q,EAAG+Q,EAAOugB,EAAGvgB,EAAOugB,EAAI,IAChEn3B,KAAKs6C,gBAAgB1jC,EAAO9U,EAAG8U,EAAO/Q,EAAG+Q,EAAOugB,EAAGvgB,EAAOugB,EAAI,GAKjE,IAAKlzB,KAAOjE,KAAKm4C,OACXn4C,KAAKm4C,OAAOl0C,GAAKm2C,QACrBp6C,KAAKu6C,YAAYt2C,MAKpB61C,mBAAoB,SAAU15B,GAC7B,IAAK,IAAInc,KAAOjE,KAAKm4C,OAChBn4C,KAAKm4C,OAAOl0C,GAAK2S,OAAOugB,IAAM/W,GAGlCpgB,KAAKu6C,YAAYt2C,IAInBm0C,gBAAiB,WAChB,IAAK,IAAIn0C,KAAOjE,KAAKm4C,OACpBn4C,KAAKu6C,YAAYt2C,IAInBy0C,eAAgB,WACf,IAAK,IAAIvhB,KAAKn3B,KAAKk4C,QAClBxrC,EAAO1M,KAAKk4C,QAAQ/gB,GAAG9yB,IACvBrE,KAAK+5C,eAAe5iB,UACbn3B,KAAKk4C,QAAQ/gB,GAErBn3B,KAAKo4C,kBAELp4C,KAAKq4C,eAAY31C,GAGlB23C,cAAe,SAAUv4C,EAAG+D,EAAGsxB,EAAG7P,GACjC,IAAIkzB,EAAK/3C,KAAKsZ,MAAMja,EAAI,GACpB24C,EAAKh4C,KAAKsZ,MAAMlW,EAAI,GACpB60C,EAAKvjB,EAAI,EACTwjB,EAAU,IAAI/0C,GAAO40C,GAAKC,GAC9BE,EAAQxjB,GAAKujB,EAEb,IAAIz2C,EAAMjE,KAAK46C,iBAAiBD,GAC5BxB,EAAOn5C,KAAKm4C,OAAOl0C,GAEvB,OAAIk1C,GAAQA,EAAKI,QAChBJ,EAAKiB,QAAS,GACP,IAEGjB,GAAQA,EAAKE,SACvBF,EAAKiB,QAAS,GAGXM,EAAKpzB,GACDtnB,KAAKq6C,cAAcG,EAAIC,EAAIC,EAAIpzB,KAMxCgzB,gBAAiB,SAAUx4C,EAAG+D,EAAGsxB,EAAG5P,GAEnC,IAAK,IAAIpnB,EAAI,EAAI2B,EAAG3B,EAAI,EAAI2B,EAAI,EAAG3B,IAClC,IAAK,IAAIC,EAAI,EAAIyF,EAAGzF,EAAI,EAAIyF,EAAI,EAAGzF,IAAK,CAEvC,IAAIwW,EAAS,IAAIhR,EAAMzF,EAAGC,GAC1BwW,EAAOugB,EAAIA,EAAI,EAEf,IAAIlzB,EAAMjE,KAAK46C,iBAAiBhkC,GAC5BuiC,EAAOn5C,KAAKm4C,OAAOl0C,GAEnBk1C,GAAQA,EAAKI,OAChBJ,EAAKiB,QAAS,GAGJjB,GAAQA,EAAKE,SACvBF,EAAKiB,QAAS,GAGXjjB,EAAI,EAAI5P,GACXvnB,KAAKs6C,gBAAgBn6C,EAAGC,EAAG+2B,EAAI,EAAG5P,MAMtCqC,WAAY,SAAU3gB,GACrB,IAAI4xC,EAAY5xC,IAAMA,EAAEirB,OAASjrB,EAAE+iB,OACnChsB,KAAK86C,SAAS96C,KAAK+3B,KAAK9a,YAAajd,KAAK+3B,KAAKzM,UAAWuvB,EAAWA,IAGtErjB,aAAc,SAAUvuB,GACvBjJ,KAAK86C,SAAS7xC,EAAEsY,OAAQtY,EAAEmX,MAAM,EAAMnX,EAAEyuB,WAGzCqjB,WAAY,SAAU36B,GACrB,IAAIld,EAAUlD,KAAKkD,QAEnB,YAAIR,IAAcQ,EAAQ60C,eAAiB33B,EAAOld,EAAQ60C,cAClD70C,EAAQ60C,mBAGZr1C,IAAcQ,EAAQ40C,eAAiB50C,EAAQ40C,cAAgB13B,EAC3Dld,EAAQ40C,cAGT13B,GAGR06B,SAAU,SAAUv5B,EAAQnB,EAAM46B,EAAStjB,GAC1C,IAAIujB,EAAWj7C,KAAK+6C,WAAWt4C,KAAKE,MAAMyd,UACZ1d,IAAzB1C,KAAKkD,QAAQqkB,SAAyB0zB,EAAWj7C,KAAKkD,QAAQqkB,cACrC7kB,IAAzB1C,KAAKkD,QAAQokB,SAAyB2zB,EAAWj7C,KAAKkD,QAAQokB,WAClE2zB,OAAWv4C,GAGZ,IAAIw4C,EAAkBl7C,KAAKkD,QAAQ00C,mBAAsBqD,IAAaj7C,KAAKq4C,UAEtE3gB,IAAYwjB,IAEhBl7C,KAAKq4C,UAAY4C,EAEbj7C,KAAKm7C,eACRn7C,KAAKm7C,gBAGNn7C,KAAK45C,gBACL55C,KAAKo7C,kBAEY14C,IAAbu4C,GACHj7C,KAAKi6B,QAAQ1Y,GAGTy5B,GACJh7C,KAAK05C,cAKN15C,KAAKy5C,WAAauB,GAGnBh7C,KAAKq7C,mBAAmB95B,EAAQnB,IAGjCi7B,mBAAoB,SAAU95B,EAAQnB,GACrC,IAAK,IAAIjgB,KAAKH,KAAKk4C,QAClBl4C,KAAKi6C,kBAAkBj6C,KAAKk4C,QAAQ/3C,GAAIohB,EAAQnB,IAIlD65B,kBAAmB,SAAUD,EAAOz4B,EAAQnB,GAC3C,IAAItR,EAAQ9O,KAAK+3B,KAAK9N,aAAa7J,EAAM45B,EAAM55B,MAC3Ck7B,EAAYtB,EAAMnS,OAAOtrB,WAAWzN,GAC/BqN,SAASnc,KAAK+3B,KAAK9D,mBAAmB1S,EAAQnB,IAAOzd,QAE1D0M,GACHT,GAAaorC,EAAM31C,GAAIi3C,EAAWxsC,GAElCI,GAAY8qC,EAAM31C,GAAIi3C,IAIxBF,WAAY,WACX,IAAItjB,EAAM93B,KAAK+3B,KACX1Q,EAAMyQ,EAAI50B,QAAQmkB,IAClBswB,EAAW33C,KAAKu7C,UAAYv7C,KAAK44C,cACjCqC,EAAWj7C,KAAKq4C,UAEhBljC,EAASnV,KAAK+3B,KAAKtF,oBAAoBzyB,KAAKq4C,WAC5CljC,IACHnV,KAAKw7C,iBAAmBx7C,KAAKy7C,qBAAqBtmC,IAGnDnV,KAAK07C,OAASr0B,EAAIjG,UAAYphB,KAAKkD,QAAQ80C,SAC1Cv1C,KAAKsZ,MAAM+b,EAAIvX,SAAS,EAAG8G,EAAIjG,QAAQ,IAAK65B,GAAUn5C,EAAI61C,EAAS71C,GACnEW,KAAKuZ,KAAK8b,EAAIvX,SAAS,EAAG8G,EAAIjG,QAAQ,IAAK65B,GAAUn5C,EAAI61C,EAAS9xC,IAEnE7F,KAAK27C,OAASt0B,EAAIhG,UAAYrhB,KAAKkD,QAAQ80C,SAC1Cv1C,KAAKsZ,MAAM+b,EAAIvX,SAAS8G,EAAIhG,QAAQ,GAAI,GAAI45B,GAAUp1C,EAAI8xC,EAAS71C,GACnEW,KAAKuZ,KAAK8b,EAAIvX,SAAS8G,EAAIhG,QAAQ,GAAI,GAAI45B,GAAUp1C,EAAI8xC,EAAS9xC,KAIpE2uB,WAAY,WACNx0B,KAAK+3B,OAAQ/3B,KAAK+3B,KAAKd,gBAE5Bj3B,KAAKi6B,WAGN2hB,qBAAsB,SAAUr6B,GAC/B,IAAIuW,EAAM93B,KAAK+3B,KACX8jB,EAAU/jB,EAAIb,eAAiBx0B,KAAKR,IAAI61B,EAAIF,eAAgBE,EAAIxM,WAAawM,EAAIxM,UACjFxc,EAAQgpB,EAAI7N,aAAa4xB,EAAS77C,KAAKq4C,WACvC/pB,EAAcwJ,EAAIvX,QAAQgB,EAAQvhB,KAAKq4C,WAAWt8B,QAClD+/B,EAAWhkB,EAAIxa,UAAUjB,SAAiB,EAARvN,GAEtC,OAAO,IAAI/I,EAAOuoB,EAAYnS,SAAS2/B,GAAWxtB,EAAY1gB,IAAIkuC,KAInE7hB,QAAS,SAAU1Y,GAClB,IAAIuW,EAAM93B,KAAK+3B,KACf,GAAKD,EAAL,CACA,IAAI1X,EAAOpgB,KAAK+6C,WAAWjjB,EAAIxM,WAG/B,QADe5oB,IAAX6e,IAAwBA,EAASuW,EAAI7a,kBAClBva,IAAnB1C,KAAKq4C,UAAT,CAEA,IAAI7pB,EAAcxuB,KAAK47C,qBAAqBr6B,GACxCw6B,EAAY/7C,KAAKy7C,qBAAqBjtB,GACtCwtB,EAAaD,EAAU9+B,YACvBg/B,KACAC,EAASl8C,KAAKkD,QAAQ+0C,WACtBkE,EAAe,IAAIp2C,EAAOg2C,EAAU7+B,gBAAgBf,UAAU+/B,GAASA,IAC7CH,EAAU5+B,cAAcvP,KAAKsuC,GAASA,KAGpE,KAAMlD,SAAS+C,EAAU75C,IAAIJ,IACvBk3C,SAAS+C,EAAU75C,IAAI2D,IACvBmzC,SAAS+C,EAAU95C,IAAIH,IACvBk3C,SAAS+C,EAAU95C,IAAI4D,IAAO,MAAM,IAAI1B,MAAM,iDAEpD,IAAK,IAAIF,KAAOjE,KAAKm4C,OAAQ,CAC5B,IAAIpxC,EAAI/G,KAAKm4C,OAAOl0C,GAAK2S,OACrB7P,EAAEowB,IAAMn3B,KAAKq4C,WAAc8D,EAAa7uC,SAAS,IAAI1H,EAAMmB,EAAEjF,EAAGiF,EAAElB,MACrE7F,KAAKm4C,OAAOl0C,GAAKm1C,SAAU,GAM7B,GAAI32C,KAAKyQ,IAAIkN,EAAOpgB,KAAKq4C,WAAa,EAAKr4C,KAAK86C,SAASv5B,EAAQnB,OAAjE,CAGA,IAAK,IAAIhgB,EAAI27C,EAAU75C,IAAI2D,EAAGzF,GAAK27C,EAAU95C,IAAI4D,EAAGzF,IACnD,IAAK,IAAID,EAAI47C,EAAU75C,IAAIJ,EAAG3B,GAAK47C,EAAU95C,IAAIH,EAAG3B,IAAK,CACxD,IAAIyW,EAAS,IAAIhR,EAAMzF,EAAGC,GAG1B,GAFAwW,EAAOugB,EAAIn3B,KAAKq4C,UAEXr4C,KAAKo8C,aAAaxlC,GAAvB,CAEA,IAAIuiC,EAAOn5C,KAAKm4C,OAAOn4C,KAAK46C,iBAAiBhkC,IACzCuiC,EACHA,EAAKC,SAAU,EAEf6C,EAAMx4C,KAAKmT,IAUd,GAJAqlC,EAAMvgB,KAAK,SAAU11B,EAAGC,GACvB,OAAOD,EAAE+W,WAAWi/B,GAAc/1C,EAAE8W,WAAWi/B,KAG3B,IAAjBC,EAAMz7C,OAAc,CAElBR,KAAKw4C,WACTx4C,KAAKw4C,UAAW,EAGhBx4C,KAAK8a,KAAK,YAIX,IAAIuhC,EAAW70C,SAAS80C,yBAExB,IAAKn8C,EAAI,EAAGA,EAAI87C,EAAMz7C,OAAQL,IAC7BH,KAAKu8C,SAASN,EAAM97C,GAAIk8C,GAGzBr8C,KAAKm6C,OAAO91C,GAAGoI,YAAY4vC,QAI7BD,aAAc,SAAUxlC,GACvB,IAAIyQ,EAAMrnB,KAAK+3B,KAAK70B,QAAQmkB,IAE5B,IAAKA,EAAIpG,SAAU,CAElB,IAAI9L,EAASnV,KAAKw7C,iBAClB,IAAMn0B,EAAIjG,UAAYxK,EAAO9U,EAAIqT,EAAOjT,IAAIJ,GAAK8U,EAAO9U,EAAIqT,EAAOlT,IAAIH,KACjEulB,EAAIhG,UAAYzK,EAAO/Q,EAAIsP,EAAOjT,IAAI2D,GAAK+Q,EAAO/Q,EAAIsP,EAAOlT,IAAI4D,GAAO,OAAO,EAGtF,IAAK7F,KAAKkD,QAAQiS,OAAU,OAAO,EAGnC,IAAIqnC,EAAax8C,KAAKy8C,oBAAoB7lC,GAC1C,OAAOpQ,EAAexG,KAAKkD,QAAQiS,QAAQyI,SAAS4+B,IAGrDE,aAAc,SAAUz4C,GACvB,OAAOjE,KAAKy8C,oBAAoBz8C,KAAK28C,iBAAiB14C,KAGvD24C,kBAAmB,SAAUhmC,GAC5B,IAAIkhB,EAAM93B,KAAK+3B,KACX4f,EAAW33C,KAAK44C,cAChBiE,EAAUjmC,EAAO6F,QAAQk7B,GACzBmF,EAAUD,EAAQjvC,IAAI+pC,GAG1B,OAFS7f,EAAIjX,UAAUg8B,EAASjmC,EAAOugB,GAC9BW,EAAIjX,UAAUi8B,EAASlmC,EAAOugB,KAKxCslB,oBAAqB,SAAU7lC,GAC9B,IAAImmC,EAAK/8C,KAAK48C,kBAAkBhmC,GAC5BzB,EAAS,IAAI/O,EAAa22C,EAAG,GAAIA,EAAG,IAKxC,OAHK/8C,KAAKkD,QAAQ80C,SACjB7iC,EAASnV,KAAK+3B,KAAKzW,iBAAiBnM,IAE9BA,GAGRylC,iBAAkB,SAAUhkC,GAC3B,OAAOA,EAAO9U,EAAI,IAAM8U,EAAO/Q,EAAI,IAAM+Q,EAAOugB,GAIjDwlB,iBAAkB,SAAU14C,GAC3B,IAAIoS,EAAIpS,EAAIjB,MAAM,KACd4T,EAAS,IAAIhR,GAAOyQ,EAAE,IAAKA,EAAE,IAEjC,OADAO,EAAOugB,GAAK9gB,EAAE,GACPO,GAGR2jC,YAAa,SAAUt2C,GACtB,IAAIk1C,EAAOn5C,KAAKm4C,OAAOl0C,GAClBk1C,IAELzsC,EAAOysC,EAAK90C,WAELrE,KAAKm4C,OAAOl0C,GAInBjE,KAAK8a,KAAK,cACTq+B,KAAMA,EAAK90C,GACXuS,OAAQ5W,KAAK28C,iBAAiB14C,OAIhC+4C,UAAW,SAAU7D,GACpBzrC,EAASyrC,EAAM,gBAEf,IAAIxB,EAAW33C,KAAK44C,cACpBO,EAAKntC,MAAM2E,MAAQgnC,EAAS71C,EAAI,KAChCq3C,EAAKntC,MAAM4E,OAAS+mC,EAAS9xC,EAAI,KAEjCszC,EAAKhI,cAAgB/uC,EACrB+2C,EAAK/H,YAAchvC,EAGf4gB,IAAShjB,KAAKkD,QAAQgL,QAAU,GACnCD,GAAWkrC,EAAMn5C,KAAKkD,QAAQgL,SAK3BqD,KAAY2R,KACfi2B,EAAKntC,MAAMixC,yBAA2B,WAIxCV,SAAU,SAAU3lC,EAAQrK,GAC3B,IAAI2wC,EAAUl9C,KAAKm9C,YAAYvmC,GAC3B3S,EAAMjE,KAAK46C,iBAAiBhkC,GAE5BuiC,EAAOn5C,KAAK24C,WAAW34C,KAAKo9C,YAAYxmC,GAASnW,EAAKT,KAAKq9C,WAAYr9C,KAAM4W,IAEjF5W,KAAKg9C,UAAU7D,GAIXn5C,KAAK24C,WAAWn4C,OAAS,GAE5BqE,EAAiBpE,EAAKT,KAAKq9C,WAAYr9C,KAAM4W,EAAQ,KAAMuiC,IAG5DjqC,GAAYiqC,EAAM+D,GAGlBl9C,KAAKm4C,OAAOl0C,IACXI,GAAI80C,EACJviC,OAAQA,EACRwiC,SAAS,GAGV7sC,EAAUE,YAAY0sC,GAGtBn5C,KAAK8a,KAAK,iBACTq+B,KAAMA,EACNviC,OAAQA,KAIVymC,WAAY,SAAUzmC,EAAQrD,EAAK4lC,GAC9B5lC,GAGHvT,KAAK8a,KAAK,aACToV,MAAO3c,EACP4lC,KAAMA,EACNviC,OAAQA,IAIV,IAAI3S,EAAMjE,KAAK46C,iBAAiBhkC,IAEhCuiC,EAAOn5C,KAAKm4C,OAAOl0C,MAGnBk1C,EAAKE,QAAU,IAAI30C,KACf1E,KAAK+3B,KAAKxE,eACbtlB,GAAWkrC,EAAK90C,GAAI,GACpBW,EAAgBhF,KAAK25C,YACrB35C,KAAK25C,WAAa90C,EAAiB7E,KAAKkqC,eAAgBlqC,QAExDm5C,EAAKI,QAAS,EACdv5C,KAAK05C,eAGDnmC,IACJ7F,EAASyrC,EAAK90C,GAAI,uBAIlBrE,KAAK8a,KAAK,YACTq+B,KAAMA,EAAK90C,GACXuS,OAAQA,KAIN5W,KAAKs9C,mBACRt9C,KAAKw4C,UAAW,EAGhBx4C,KAAK8a,KAAK,QAENkI,KAAUhjB,KAAK+3B,KAAKxE,cACvB1uB,EAAiB7E,KAAK05C,YAAa15C,MAInC4B,WAAWnB,EAAKT,KAAK05C,YAAa15C,MAAO,QAK5Cm9C,YAAa,SAAUvmC,GACtB,OAAOA,EAAO6F,QAAQzc,KAAK44C,eAAez8B,SAASnc,KAAKm6C,OAAOtS,SAGhEuV,YAAa,SAAUxmC,GACtB,IAAI2mC,EAAY,IAAI33C,EACnB5F,KAAK07C,OAAS75C,EAAQ+U,EAAO9U,EAAG9B,KAAK07C,QAAU9kC,EAAO9U,EACtD9B,KAAK27C,OAAS95C,EAAQ+U,EAAO/Q,EAAG7F,KAAK27C,QAAU/kC,EAAO/Q,GAEvD,OADA03C,EAAUpmB,EAAIvgB,EAAOugB,EACdomB,GAGR9B,qBAAsB,SAAUtmC,GAC/B,IAAIwiC,EAAW33C,KAAK44C,cACpB,OAAO,IAAI7yC,EACVoP,EAAOjT,IAAIwa,UAAUi7B,GAAU57B,QAC/B5G,EAAOlT,IAAIya,UAAUi7B,GAAU37B,OAAOG,UAAU,EAAG,MAGrDmhC,eAAgB,WACf,IAAK,IAAIr5C,KAAOjE,KAAKm4C,OACpB,IAAKn4C,KAAKm4C,OAAOl0C,GAAKo1C,OAAU,OAAO,EAExC,OAAO,KAyCL/gC,GAAYo/B,GAAUz3C,QAIzBiD,SAGCokB,QAAS,EAITC,QAAS,GAITi2B,WAAY,MAIZC,aAAc,GAIdC,WAAY,EAIZC,KAAK,EAILC,aAAa,EAIbC,cAAc,EAMdpN,aAAa,GAGdj3B,WAAY,SAAUnB,EAAKnV,GAE1BlD,KAAK2wC,KAAOt4B,GAEZnV,EAAUD,EAAWjD,KAAMkD,IAGf26C,cAAgBh5B,IAAU3hB,EAAQqkB,QAAU,IAEvDrkB,EAAQy0C,SAAWl1C,KAAKsZ,MAAM7Y,EAAQy0C,SAAW,GAE5Cz0C,EAAQ06C,aAIZ16C,EAAQw6C,aACRx6C,EAAQokB,YAJRpkB,EAAQw6C,aACRx6C,EAAQqkB,WAMTrkB,EAAQokB,QAAU7kB,KAAKR,IAAI,EAAGiB,EAAQokB,UAGL,iBAAvBpkB,EAAQs6C,aAClBt6C,EAAQs6C,WAAat6C,EAAQs6C,WAAWx6C,MAAM,KAI1CuO,IACJvR,KAAK0P,GAAG,aAAc1P,KAAK89C,gBAQ7B/M,OAAQ,SAAU14B,EAAK0lC,GAUtB,OATI/9C,KAAK2wC,OAASt4B,QAAoB3V,IAAbq7C,IACxBA,GAAW,GAGZ/9C,KAAK2wC,KAAOt4B,EAEP0lC,GACJ/9C,KAAK0rC,SAEC1rC,MAOR24C,WAAY,SAAU/hC,EAAQonC,GAC7B,IAAI7E,EAAO3xC,SAASgF,cAAc,OAuBlC,OArBAkD,GAAGypC,EAAM,OAAQ14C,EAAKT,KAAKi+C,YAAaj+C,KAAMg+C,EAAM7E,IACpDzpC,GAAGypC,EAAM,QAAS14C,EAAKT,KAAKk+C,aAAcl+C,KAAMg+C,EAAM7E,KAElDn5C,KAAKkD,QAAQutC,aAA4C,KAA7BzwC,KAAKkD,QAAQutC,eAC5C0I,EAAK1I,aAA2C,IAA7BzwC,KAAKkD,QAAQutC,YAAuB,GAAKzwC,KAAKkD,QAAQutC,aAO1E0I,EAAKvyC,IAAM,GAMXuyC,EAAKre,aAAa,OAAQ,gBAE1Bqe,EAAK74C,IAAMN,KAAKm+C,WAAWvnC,GAEpBuiC,GASRgF,WAAY,SAAUvnC,GACrB,IAAI7S,GACHooB,EAAGtH,GAAS,MAAQ,GACpB3D,EAAGlhB,KAAKo+C,cAAcxnC,GACtB9U,EAAG8U,EAAO9U,EACV+D,EAAG+Q,EAAO/Q,EACVsxB,EAAGn3B,KAAKq+C,kBAET,GAAIr+C,KAAK+3B,OAAS/3B,KAAK+3B,KAAK70B,QAAQmkB,IAAIpG,SAAU,CACjD,IAAIq9B,EAAYt+C,KAAKw7C,iBAAiBv5C,IAAI4D,EAAI+Q,EAAO/Q,EACjD7F,KAAKkD,QAAQy6C,MAChB55C,EAAQ,EAAIu6C,GAEbv6C,EAAK,MAAQu6C,EAGd,OAAOx6C,EAAS9D,KAAK2wC,KAAM1wC,EAAO8D,EAAM/D,KAAKkD,WAG9C+6C,YAAa,SAAUD,EAAM7E,GAExBn2B,GACHphB,WAAWnB,EAAKu9C,EAAMh+C,KAAM,KAAMm5C,GAAO,GAEzC6E,EAAK,KAAM7E,IAIb+E,aAAc,SAAUF,EAAM7E,EAAMlwC,GACnC,IAAIwoC,EAAWzxC,KAAKkD,QAAQu6C,aACxBhM,GAAY0H,EAAKoF,aAAa,SAAW9M,IAC5C0H,EAAK74C,IAAMmxC,GAEZuM,EAAK/0C,EAAGkwC,IAGT2E,cAAe,SAAU70C,GACxBA,EAAEkwC,KAAK9H,OAAS,MAGjBgN,eAAgB,WACf,IAAIj+B,EAAOpgB,KAAKq4C,UAChB9wB,EAAUvnB,KAAKkD,QAAQqkB,QACvBq2B,EAAc59C,KAAKkD,QAAQ06C,YAC3BF,EAAa19C,KAAKkD,QAAQw6C,WAM1B,OAJIE,IACHx9B,EAAOmH,EAAUnH,GAGXA,EAAOs9B,GAGfU,cAAe,SAAUI,GACxB,IAAI5pC,EAAQnS,KAAKyQ,IAAIsrC,EAAU18C,EAAI08C,EAAU34C,GAAK7F,KAAKkD,QAAQs6C,WAAWh9C,OAC1E,OAAOR,KAAKkD,QAAQs6C,WAAW5oC,IAIhCumC,cAAe,WACd,IAAIh7C,EAAGg5C,EACP,IAAKh5C,KAAKH,KAAKm4C,OACVn4C,KAAKm4C,OAAOh4C,GAAGyW,OAAOugB,IAAMn3B,KAAKq4C,aACpCc,EAAOn5C,KAAKm4C,OAAOh4C,GAAGkE,IAEjBgtC,OAASjvC,EACd+2C,EAAK7H,QAAUlvC,EAEV+2C,EAAKsF,WACTtF,EAAK74C,IAAM4Y,GACXxM,EAAOysC,UACAn5C,KAAKm4C,OAAOh4C,MAMvBo6C,YAAa,SAAUt2C,GACtB,IAAIk1C,EAAOn5C,KAAKm4C,OAAOl0C,GACvB,GAAKk1C,EASL,OAJK71B,IACJ61B,EAAK90C,GAAGy2B,aAAa,MAAO5hB,IAGtBw+B,GAAU52C,UAAUy5C,YAAYv5C,KAAKhB,KAAMiE,IAGnDo5C,WAAY,SAAUzmC,EAAQrD,EAAK4lC,GAClC,GAAKn5C,KAAK+3B,QAASohB,GAAQA,EAAKoF,aAAa,SAAWrlC,IAIxD,OAAOw+B,GAAU52C,UAAUu8C,WAAWr8C,KAAKhB,KAAM4W,EAAQrD,EAAK4lC,MA8B5DuF,GAAepmC,GAAUrY,QAO5B0+C,kBACCC,QAAS,MACTC,QAAS,SAIT/nC,OAAQ,GAIRgoC,OAAQ,GAIRC,OAAQ,aAIRC,aAAa,EAIbC,QAAS,SAGV/7C,SAICmkB,IAAK,KAIL9jB,WAAW,GAGZiW,WAAY,SAAUnB,EAAKnV,GAE1BlD,KAAK2wC,KAAOt4B,EAEZ,IAAI6mC,EAAYj/C,KAAWD,KAAK2+C,kBAGhC,IAAK,IAAIx+C,KAAK+C,EACP/C,KAAKH,KAAKkD,UACfg8C,EAAU/+C,GAAK+C,EAAQ/C,IAMzB,IAAIg/C,GAFJj8C,EAAUD,EAAWjD,KAAMkD,IAEF26C,cAAgBh5B,GAAS,EAAI,EAClD8yB,EAAW33C,KAAK44C,cACpBsG,EAAUvuC,MAAQgnC,EAAS71C,EAAIq9C,EAC/BD,EAAUtuC,OAAS+mC,EAAS9xC,EAAIs5C,EAEhCn/C,KAAKk/C,UAAYA,GAGlB/mB,MAAO,SAAUL,GAEhB93B,KAAKo/C,KAAOp/C,KAAKkD,QAAQmkB,KAAOyQ,EAAI50B,QAAQmkB,IAC5CrnB,KAAKq/C,YAAcC,WAAWt/C,KAAKk/C,UAAUD,SAE7C,IAAIM,EAAgBv/C,KAAKq/C,aAAe,IAAM,MAAQ,MACtDr/C,KAAKk/C,UAAUK,GAAiBv/C,KAAKo/C,KAAKxpC,KAE1C0C,GAAUxX,UAAUq3B,MAAMn3B,KAAKhB,KAAM83B,IAGtCqmB,WAAY,SAAUvnC,GAErB,IAAI4lC,EAAax8C,KAAK48C,kBAAkBhmC,GACpCyQ,EAAMrnB,KAAKo/C,KACXjqC,EAAShP,EAASkhB,EAAI9G,QAAQi8B,EAAW,IAAKn1B,EAAI9G,QAAQi8B,EAAW,KACrEt6C,EAAMiT,EAAOjT,IACbD,EAAMkT,EAAOlT,IACbu9C,GAAQx/C,KAAKq/C,aAAe,KAAOr/C,KAAKo/C,OAAShc,IAChDlhC,EAAI2D,EAAG3D,EAAIJ,EAAGG,EAAI4D,EAAG5D,EAAIH,IACzBI,EAAIJ,EAAGI,EAAI2D,EAAG5D,EAAIH,EAAGG,EAAI4D,IAAIhC,KAAK,KACnCwU,EAAMC,GAAUxX,UAAUq9C,WAAWn9C,KAAKhB,KAAM4W,GACpD,OAAOyB,EACNhV,EAAerD,KAAKk/C,UAAW7mC,EAAKrY,KAAKkD,QAAQK,YAChDvD,KAAKkD,QAAQK,UAAY,SAAW,UAAYi8C,GAKnDC,UAAW,SAAUj8C,EAAQu6C,GAQ5B,OANA99C,EAAOD,KAAKk/C,UAAW17C,GAElBu6C,GACJ/9C,KAAK0rC,SAGC1rC,QAWTsY,GAAUonC,IAAMhB,GAChBtmC,GAAUunC,IALV,SAAsBtnC,EAAKnV,GAC1B,OAAO,IAAIw7C,GAAarmC,EAAKnV,IA0B9B,IAAI08C,GAAWtc,GAAMrjC,QAIpBiD,SAICwnB,QAAS,GAIT5W,UAAY,GAGb0F,WAAY,SAAUtW,GACrBD,EAAWjD,KAAMkD,GACjB/B,EAAMnB,MACNA,KAAKmoB,QAAUnoB,KAAKmoB,aAGrBgQ,MAAO,WACDn4B,KAAK2wB,aACT3wB,KAAKsoB,iBAEDtoB,KAAK+oB,eACRrb,EAAS1N,KAAK2wB,WAAY,0BAI5B3wB,KAAK0yB,UAAUjmB,YAAYzM,KAAK2wB,YAChC3wB,KAAKi6B,UACLj6B,KAAK0P,GAAG,SAAU1P,KAAK6/C,aAAc7/C,OAGtCs4B,SAAU,WACTt4B,KAAK4P,IAAI,SAAU5P,KAAK6/C,aAAc7/C,MACtCA,KAAK8/C,qBAGNjc,UAAW,WACV,IAAIzwB,GACH81B,UAAWlpC,KAAKurC,OAChBnrB,KAAMpgB,KAAK+/C,QACX1L,QAASr0C,KAAKi6B,QACd+lB,QAAShgD,KAAKigD,YAKf,OAHIjgD,KAAK+oB,gBACR3V,EAAO69B,SAAWjxC,KAAKkgD,aAEjB9sC,GAGR8sC,YAAa,SAAUC,GACtBngD,KAAKogD,iBAAiBD,EAAG5+B,OAAQ4+B,EAAG//B,OAGrC2/B,QAAS,WACR//C,KAAKogD,iBAAiBpgD,KAAK+3B,KAAK9a,YAAajd,KAAK+3B,KAAKzM,YAGxD80B,iBAAkB,SAAU7+B,EAAQnB,GACnC,IAAItR,EAAQ9O,KAAK+3B,KAAK9N,aAAa7J,EAAMpgB,KAAK2oB,OAC1C6K,EAAWhkB,GAAYxP,KAAK2wB,YAC5BzG,EAAWlqB,KAAK+3B,KAAKza,UAAUf,WAAW,GAAMvc,KAAKkD,QAAQwnB,SAC7D21B,EAAqBrgD,KAAK+3B,KAAKxX,QAAQvgB,KAAKsgD,QAASlgC,GAErD+J,EADkBnqB,KAAK+3B,KAAKxX,QAAQgB,EAAQnB,GACbjE,SAASkkC,GAExCE,EAAgBr2B,EAAS3N,YAAYzN,GAAOlB,IAAI4lB,GAAU5lB,IAAIsc,GAAU/N,SAASgO,GAEjF9a,GACHT,GAAa5O,KAAK2wB,WAAY4vB,EAAezxC,GAE7CI,GAAYlP,KAAK2wB,WAAY4vB,IAI/BhV,OAAQ,WACPvrC,KAAKi6B,UACLj6B,KAAKogD,iBAAiBpgD,KAAKsgD,QAAStgD,KAAK2oB,OAEzC,IAAK,IAAI1jB,KAAMjF,KAAKmoB,QACnBnoB,KAAKmoB,QAAQljB,GAAIsmC,UAInB0U,WAAY,WACX,IAAK,IAAIh7C,KAAMjF,KAAKmoB,QACnBnoB,KAAKmoB,QAAQljB,GAAI8mC,YAInB8T,aAAc,WACb,IAAK,IAAI56C,KAAMjF,KAAKmoB,QACnBnoB,KAAKmoB,QAAQljB,GAAIg1B,WAInBA,QAAS,WAGR,IAAInyB,EAAI9H,KAAKkD,QAAQwnB,QACjBkD,EAAO5tB,KAAK+3B,KAAKza,UACjBpb,EAAMlC,KAAK+3B,KAAK/E,2BAA2BpF,EAAKrR,YAAYzU,IAAInF,QAEpE3C,KAAK4sC,QAAU,IAAI7mC,EAAO7D,EAAKA,EAAI0L,IAAIggB,EAAKrR,WAAW,EAAQ,EAAJzU,IAAQnF,SAEnE3C,KAAKsgD,QAAUtgD,KAAK+3B,KAAK9a,YACzBjd,KAAK2oB,MAAQ3oB,KAAK+3B,KAAKzM,aAoCrB7S,GAASmnC,GAAS3/C,QACrB4jC,UAAW,WACV,IAAIzwB,EAASwsC,GAAS9+C,UAAU+iC,UAAU7iC,KAAKhB,MAE/C,OADAoT,EAAOqlC,aAAez4C,KAAKwgD,gBACpBptC,GAGRotC,gBAAiB,WAEhBxgD,KAAKygD,sBAAuB,GAG7BtoB,MAAO,WACNynB,GAAS9+C,UAAUq3B,MAAMn3B,KAAKhB,MAI9BA,KAAK0gD,SAGNp4B,eAAgB,WACf,IAAI/b,EAAYvM,KAAK2wB,WAAanpB,SAASgF,cAAc,UAEzDkD,GAAGnD,EAAW,YAAajL,EAAStB,KAAK2gD,aAAc,GAAI3gD,MAAOA,MAClE0P,GAAGnD,EAAW,+CAAgDvM,KAAK4gD,SAAU5gD,MAC7E0P,GAAGnD,EAAW,WAAYvM,KAAK6gD,gBAAiB7gD,MAEhDA,KAAK8gD,KAAOv0C,EAAU2Y,WAAW,OAGlC46B,kBAAmB,WAClB96C,EAAgBhF,KAAK+gD,uBACd/gD,KAAK8gD,KACZp0C,EAAO1M,KAAK2wB,YACZ/gB,GAAI5P,KAAK2wB,mBACF3wB,KAAK2wB,YAGbkvB,aAAc,WACb,IAAI7/C,KAAKygD,qBAAT,CAGAzgD,KAAKghD,cAAgB,KACrB,IAAK,IAAI/7C,KAAMjF,KAAKmoB,QACXnoB,KAAKmoB,QAAQljB,GACfg1B,UAEPj6B,KAAKihD,YAGNhnB,QAAS,WACR,IAAIj6B,KAAK+3B,KAAKd,iBAAkBj3B,KAAK4sC,QAArC,CAEAgT,GAAS9+C,UAAUm5B,QAAQj5B,KAAKhB,MAEhC,IAAIiG,EAAIjG,KAAK4sC,QACTrgC,EAAYvM,KAAK2wB,WACjB/C,EAAO3nB,EAAEqX,UACT4jC,EAAIr8B,GAAS,EAAI,EAErB3V,GAAY3C,EAAWtG,EAAE/D,KAGzBqK,EAAUoE,MAAQuwC,EAAItzB,EAAK9rB,EAC3ByK,EAAUqE,OAASswC,EAAItzB,EAAK/nB,EAC5B0G,EAAUP,MAAM2E,MAAQid,EAAK9rB,EAAI,KACjCyK,EAAUP,MAAM4E,OAASgd,EAAK/nB,EAAI,KAE9Bgf,IACH7kB,KAAK8gD,KAAKhyC,MAAM,EAAG,GAIpB9O,KAAK8gD,KAAKxF,WAAWr1C,EAAE/D,IAAIJ,GAAImE,EAAE/D,IAAI2D,GAGrC7F,KAAK8a,KAAK,YAGXywB,OAAQ,WACPqU,GAAS9+C,UAAUyqC,OAAOvqC,KAAKhB,MAE3BA,KAAKygD,uBACRzgD,KAAKygD,sBAAuB,EAC5BzgD,KAAK6/C,iBAIPvU,UAAW,SAAU9zB,GACpBxX,KAAKmhD,iBAAiB3pC,GACtBxX,KAAKmoB,QAAQhnB,EAAMqW,IAAUA,EAE7B,IAAI4pC,EAAQ5pC,EAAM6pC,QACjB7pC,MAAOA,EACPxC,KAAMhV,KAAKshD,UACXC,KAAM,MAEHvhD,KAAKshD,YAAathD,KAAKshD,UAAUC,KAAOH,GAC5CphD,KAAKshD,UAAYF,EACjBphD,KAAKwhD,WAAaxhD,KAAKwhD,YAAcxhD,KAAKshD,WAG3C9V,SAAU,SAAUh0B,GACnBxX,KAAKyhD,eAAejqC,IAGrBi0B,YAAa,SAAUj0B,GACtB,IAAI4pC,EAAQ5pC,EAAM6pC,OACdE,EAAOH,EAAMG,KACbvsC,EAAOosC,EAAMpsC,KAEbusC,EACHA,EAAKvsC,KAAOA,EAEZhV,KAAKshD,UAAYtsC,EAEdA,EACHA,EAAKusC,KAAOA,EAEZvhD,KAAKwhD,WAAaD,SAGZ/pC,EAAM6pC,cAENrhD,KAAKmoB,QAAQhnB,EAAMqW,IAE1BxX,KAAKyhD,eAAejqC,IAGrBm0B,YAAa,SAAUn0B,GAGtBxX,KAAK0hD,oBAAoBlqC,GACzBA,EAAMu0B,WACNv0B,EAAMyiB,UAGNj6B,KAAKyhD,eAAejqC,IAGrBo0B,aAAc,SAAUp0B,GACvBxX,KAAKmhD,iBAAiB3pC,GACtBxX,KAAKyhD,eAAejqC,IAGrB2pC,iBAAkB,SAAU3pC,GAC3B,GAAuC,iBAA5BA,EAAMtU,QAAQ6nC,UAAwB,CAChD,IAEI4W,EACAxhD,EAHA8uC,EAAQz3B,EAAMtU,QAAQ6nC,UAAU/nC,MAAM,SACtC+nC,KAGJ,IAAK5qC,EAAI,EAAGA,EAAI8uC,EAAMzuC,OAAQL,IAAK,CAGlC,GAFAwhD,EAAYC,OAAO3S,EAAM9uC,IAErB0G,MAAM86C,GAAc,OACxB5W,EAAUtnC,KAAKk+C,GAEhBnqC,EAAMtU,QAAQ2+C,WAAa9W,OAE3BvzB,EAAMtU,QAAQ2+C,WAAarqC,EAAMtU,QAAQ6nC,WAI3C0W,eAAgB,SAAUjqC,GACpBxX,KAAK+3B,OAEV/3B,KAAK0hD,oBAAoBlqC,GACzBxX,KAAK+gD,eAAiB/gD,KAAK+gD,gBAAkBl8C,EAAiB7E,KAAKihD,QAASjhD,QAG7E0hD,oBAAqB,SAAUlqC,GAC9B,GAAIA,EAAMi1B,UAAW,CACpB,IAAI/hB,GAAWlT,EAAMtU,QAAQ0nC,QAAU,GAAK,EAC5C5qC,KAAKghD,cAAgBhhD,KAAKghD,eAAiB,IAAIj7C,EAC/C/F,KAAKghD,cAAc/gD,OAAOuX,EAAMi1B,UAAUvqC,IAAIia,UAAUuO,EAASA,KACjE1qB,KAAKghD,cAAc/gD,OAAOuX,EAAMi1B,UAAUxqC,IAAI2L,KAAK8c,EAASA,OAI9Du2B,QAAS,WACRjhD,KAAK+gD,eAAiB,KAElB/gD,KAAKghD,gBACRhhD,KAAKghD,cAAc9+C,IAAI0a,SACvB5c,KAAKghD,cAAc/+C,IAAI4a,SAGxB7c,KAAK8hD,SACL9hD,KAAK0gD,QAEL1gD,KAAKghD,cAAgB,MAGtBc,OAAQ,WACP,IAAI3sC,EAASnV,KAAKghD,cAClB,GAAI7rC,EAAQ,CACX,IAAIyY,EAAOzY,EAAOmI,UAClBtd,KAAK8gD,KAAKiB,UAAU5sC,EAAOjT,IAAIJ,EAAGqT,EAAOjT,IAAI2D,EAAG+nB,EAAK9rB,EAAG8rB,EAAK/nB,QAE7D7F,KAAK8gD,KAAKiB,UAAU,EAAG,EAAG/hD,KAAK2wB,WAAWhgB,MAAO3Q,KAAK2wB,WAAW/f,SAInE8vC,MAAO,WACN,IAAIlpC,EAAOrC,EAASnV,KAAKghD,cAEzB,GADAhhD,KAAK8gD,KAAKkB,OACN7sC,EAAQ,CACX,IAAIyY,EAAOzY,EAAOmI,UAClBtd,KAAK8gD,KAAKmB,YACVjiD,KAAK8gD,KAAKrwC,KAAK0E,EAAOjT,IAAIJ,EAAGqT,EAAOjT,IAAI2D,EAAG+nB,EAAK9rB,EAAG8rB,EAAK/nB,GACxD7F,KAAK8gD,KAAKoB,OAGXliD,KAAKmiD,UAAW,EAEhB,IAAK,IAAIf,EAAQphD,KAAKwhD,WAAYJ,EAAOA,EAAQA,EAAMG,KACtD/pC,EAAQ4pC,EAAM5pC,QACTrC,GAAWqC,EAAMi1B,WAAaj1B,EAAMi1B,UAAUlvB,WAAWpI,KAC7DqC,EAAMm0B,cAIR3rC,KAAKmiD,UAAW,EAEhBniD,KAAK8gD,KAAKsB,WAGXjT,YAAa,SAAU33B,EAAO5P,GAC7B,GAAK5H,KAAKmiD,SAAV,CAEA,IAAIhiD,EAAGC,EAAGyH,EAAMC,EACZmnC,EAAQz3B,EAAM02B,OACd7tC,EAAM4uC,EAAMzuC,OACZia,EAAMza,KAAK8gD,KAEf,GAAKzgD,EAAL,CAIA,IAFAoa,EAAIwnC,YAEC9hD,EAAI,EAAGA,EAAIE,EAAKF,IAAK,CACzB,IAAKC,EAAI,EAAGyH,EAAOonC,EAAM9uC,GAAGK,OAAQJ,EAAIyH,EAAMzH,IAC7C0H,EAAImnC,EAAM9uC,GAAGC,GACbqa,EAAIra,EAAI,SAAW,UAAU0H,EAAEhG,EAAGgG,EAAEjC,GAEjC+B,GACH6S,EAAI4nC,YAINriD,KAAKsiD,YAAY7nC,EAAKjD,MAKvBk1B,cAAe,SAAUl1B,GAExB,GAAKxX,KAAKmiD,WAAY3qC,EAAMm1B,SAA5B,CAEA,IAAI7kC,EAAI0P,EAAM60B,OACV5xB,EAAMza,KAAK8gD,KACX30B,EAAI1pB,KAAKR,IAAIQ,KAAKE,MAAM6U,EAAM8d,SAAU,GACxCpU,GAAKze,KAAKR,IAAIQ,KAAKE,MAAM6U,EAAMg1B,UAAW,IAAMrgB,GAAKA,EAE/C,IAANjL,IACHzG,EAAIunC,OACJvnC,EAAI3L,MAAM,EAAGoS,IAGdzG,EAAIwnC,YACJxnC,EAAI8nC,IAAIz6C,EAAEhG,EAAGgG,EAAEjC,EAAIqb,EAAGiL,EAAG,EAAa,EAAV1pB,KAAKwd,IAAQ,GAE/B,IAANiB,GACHzG,EAAI2nC,UAGLpiD,KAAKsiD,YAAY7nC,EAAKjD,KAGvB8qC,YAAa,SAAU7nC,EAAKjD,GAC3B,IAAItU,EAAUsU,EAAMtU,QAEhBA,EAAQ+nC,OACXxwB,EAAI+nC,YAAct/C,EAAQioC,YAC1B1wB,EAAIgoC,UAAYv/C,EAAQgoC,WAAahoC,EAAQynC,MAC7ClwB,EAAIwwB,KAAK/nC,EAAQkoC,UAAY,YAG1BloC,EAAQwnC,QAA6B,IAAnBxnC,EAAQ0nC,SACzBnwB,EAAIioC,aACPjoC,EAAIioC,YAAYlrC,EAAMtU,SAAWsU,EAAMtU,QAAQ2+C,gBAEhDpnC,EAAI+nC,YAAct/C,EAAQgL,QAC1BuM,EAAIkoC,UAAYz/C,EAAQ0nC,OACxBnwB,EAAImoC,YAAc1/C,EAAQynC,MAC1BlwB,EAAIowB,QAAU3nC,EAAQ2nC,QACtBpwB,EAAIqwB,SAAW5nC,EAAQ4nC,SACvBrwB,EAAIiwB,WAONkW,SAAU,SAAU33C,GAGnB,IAAK,IAF4CuO,EAAOqrC,EAApD1zC,EAAQnP,KAAK+3B,KAAK3E,uBAAuBnqB,GAEpCm4C,EAAQphD,KAAKwhD,WAAYJ,EAAOA,EAAQA,EAAMG,MACtD/pC,EAAQ4pC,EAAM5pC,OACJtU,QAAQslC,aAAehxB,EAAMq1B,eAAe19B,KAAWnP,KAAK+3B,KAAK/C,gBAAgBxd,KAC1FqrC,EAAerrC,GAGbqrC,IACH5wC,GAAShJ,GACTjJ,KAAK8iD,YAAYD,GAAe55C,KAIlC03C,aAAc,SAAU13C,GACvB,GAAKjJ,KAAK+3B,OAAQ/3B,KAAK+3B,KAAKhD,SAASguB,WAAY/iD,KAAK+3B,KAAKd,eAA3D,CAEA,IAAI9nB,EAAQnP,KAAK+3B,KAAK3E,uBAAuBnqB,GAC7CjJ,KAAKgjD,kBAAkB/5C,EAAGkG,KAI3B0xC,gBAAiB,SAAU53C,GAC1B,IAAIuO,EAAQxX,KAAKijD,cACbzrC,IAEH1J,GAAY9N,KAAK2wB,WAAY,uBAC7B3wB,KAAK8iD,YAAYtrC,GAAQvO,EAAG,YAC5BjJ,KAAKijD,cAAgB,OAIvBD,kBAAmB,SAAU/5C,EAAGkG,GAG/B,IAAK,IAFDqI,EAAO0rC,EAEF9B,EAAQphD,KAAKwhD,WAAYJ,EAAOA,EAAQA,EAAMG,MACtD/pC,EAAQ4pC,EAAM5pC,OACJtU,QAAQslC,aAAehxB,EAAMq1B,eAAe19B,KACrD+zC,EAAwB1rC,GAItB0rC,IAA0BljD,KAAKijD,gBAClCjjD,KAAK6gD,gBAAgB53C,GAEjBi6C,IACHx1C,EAAS1N,KAAK2wB,WAAY,uBAC1B3wB,KAAK8iD,YAAYI,GAAwBj6C,EAAG,aAC5CjJ,KAAKijD,cAAgBC,IAInBljD,KAAKijD,eACRjjD,KAAK8iD,YAAY9iD,KAAKijD,eAAgBh6C,IAIxC65C,WAAY,SAAUhsC,EAAQ7N,EAAGZ,GAChCrI,KAAK+3B,KAAK9C,cAAchsB,EAAGZ,GAAQY,EAAEZ,KAAMyO,IAG5C+yB,cAAe,SAAUryB,GACxB,IAAI4pC,EAAQ5pC,EAAM6pC,OAElB,GAAKD,EAAL,CAEA,IAAIG,EAAOH,EAAMG,KACbvsC,EAAOosC,EAAMpsC,KAEbusC,IACHA,EAAKvsC,KAAOA,EAKTA,EACHA,EAAKusC,KAAOA,EACFA,IAGVvhD,KAAKwhD,WAAaD,GAGnBH,EAAMpsC,KAAOhV,KAAKshD,UAClBthD,KAAKshD,UAAUC,KAAOH,EAEtBA,EAAMG,KAAO,KACbvhD,KAAKshD,UAAYF,EAEjBphD,KAAKyhD,eAAejqC,MAGrBq0B,aAAc,SAAUr0B,GACvB,IAAI4pC,EAAQ5pC,EAAM6pC,OAElB,GAAKD,EAAL,CAEA,IAAIG,EAAOH,EAAMG,KACbvsC,EAAOosC,EAAMpsC,KAEbA,IACHA,EAAKusC,KAAOA,EAKTA,EACHA,EAAKvsC,KAAOA,EACFA,IAGVhV,KAAKshD,UAAYtsC,GAGlBosC,EAAMpsC,KAAO,KAEbosC,EAAMG,KAAOvhD,KAAKwhD,WAClBxhD,KAAKwhD,WAAWxsC,KAAOosC,EACvBphD,KAAKwhD,WAAaJ,EAElBphD,KAAKyhD,eAAejqC,QAelB2rC,GAAY,WACf,IAEC,OADA37C,SAAS47C,WAAWx1C,IAAI,OAAQ,iCACzB,SAAUrJ,GAChB,OAAOiD,SAASgF,cAAc,SAAWjI,EAAO,mBAEhD,MAAO0E,GACR,OAAO,SAAU1E,GAChB,OAAOiD,SAASgF,cAAc,IAAMjI,EAAO,0DAR9B,GAuBZ8+C,IAEH/6B,eAAgB,WACftoB,KAAK2wB,WAAatkB,EAAS,MAAO,0BAGnC4tB,QAAS,WACJj6B,KAAK+3B,KAAKd,iBACd2oB,GAAS9+C,UAAUm5B,QAAQj5B,KAAKhB,MAChCA,KAAK8a,KAAK,YAGXwwB,UAAW,SAAU9zB,GACpB,IAAIjL,EAAYiL,EAAMmZ,WAAawyB,GAAU,SAE7Cz1C,EAASnB,EAAW,sBAAwBvM,KAAKkD,QAAQoJ,WAAa,KAEtEC,EAAU+2C,UAAY,MAEtB9rC,EAAMs0B,MAAQqX,GAAU,QACxB52C,EAAUE,YAAY+K,EAAMs0B,OAE5B9rC,KAAK4rC,aAAap0B,GAClBxX,KAAKmoB,QAAQhnB,EAAMqW,IAAUA,GAG9Bg0B,SAAU,SAAUh0B,GACnB,IAAIjL,EAAYiL,EAAMmZ,WACtB3wB,KAAK2wB,WAAWlkB,YAAYF,GAExBiL,EAAMtU,QAAQslC,aACjBhxB,EAAMisB,qBAAqBl3B,IAI7Bk/B,YAAa,SAAUj0B,GACtB,IAAIjL,EAAYiL,EAAMmZ,WACtBjkB,EAAOH,GACPiL,EAAMmsB,wBAAwBp3B,UACvBvM,KAAKmoB,QAAQhnB,EAAMqW,KAG3Bo0B,aAAc,SAAUp0B,GACvB,IAAIkzB,EAASlzB,EAAM+rC,QACftY,EAAOzzB,EAAMgsC,MACbtgD,EAAUsU,EAAMtU,QAChBqJ,EAAYiL,EAAMmZ,WAEtBpkB,EAAUk3C,UAAYvgD,EAAQwnC,OAC9Bn+B,EAAUm3C,SAAWxgD,EAAQ+nC,KAEzB/nC,EAAQwnC,QACNA,IACJA,EAASlzB,EAAM+rC,QAAUJ,GAAU,WAEpC52C,EAAUE,YAAYi+B,GACtBA,EAAOE,OAAS1nC,EAAQ0nC,OAAS,KACjCF,EAAOC,MAAQznC,EAAQynC,MACvBD,EAAOx8B,QAAUhL,EAAQgL,QAErBhL,EAAQ6nC,UACXL,EAAOiZ,UAAYp+C,GAAQrC,EAAQ6nC,WAC/B7nC,EAAQ6nC,UAAUlnC,KAAK,KACvBX,EAAQ6nC,UAAUjoC,QAAQ,WAAY,KAE1C4nC,EAAOiZ,UAAY,GAEpBjZ,EAAOkZ,OAAS1gD,EAAQ2nC,QAAQ/nC,QAAQ,OAAQ,QAChD4nC,EAAOmZ,UAAY3gD,EAAQ4nC,UAEjBJ,IACVn+B,EAAUM,YAAY69B,GACtBlzB,EAAM+rC,QAAU,MAGbrgD,EAAQ+nC,MACNA,IACJA,EAAOzzB,EAAMgsC,MAAQL,GAAU,SAEhC52C,EAAUE,YAAYw+B,GACtBA,EAAKN,MAAQznC,EAAQgoC,WAAahoC,EAAQynC,MAC1CM,EAAK/8B,QAAUhL,EAAQioC,aAEbF,IACV1+B,EAAUM,YAAYo+B,GACtBzzB,EAAMgsC,MAAQ,OAIhB9W,cAAe,SAAUl1B,GACxB,IAAI1P,EAAI0P,EAAM60B,OAAO1pC,QACjBwpB,EAAI1pB,KAAKE,MAAM6U,EAAM8d,SACrBiX,EAAK9pC,KAAKE,MAAM6U,EAAMg1B,UAAYrgB,GAEtCnsB,KAAK8jD,SAAStsC,EAAOA,EAAMm1B,SAAW,OACrC,MAAQ7kC,EAAEhG,EAAI,IAAMgG,EAAEjC,EAAI,IAAMsmB,EAAI,IAAMogB,EAAK,gBAGjDuX,SAAU,SAAUtsC,EAAOivB,GAC1BjvB,EAAMs0B,MAAMhwB,EAAI2qB,GAGjBoD,cAAe,SAAUryB,GACxBxK,EAAQwK,EAAMmZ,aAGfkb,aAAc,SAAUr0B,GACvBtK,EAAOsK,EAAMmZ,cAIXozB,GAAWprC,GAAMwqC,GAAY57C,EAsC7BqR,GAAMgnC,GAAS3/C,QAElB4jC,UAAW,WACV,IAAIzwB,EAASwsC,GAAS9+C,UAAU+iC,UAAU7iC,KAAKhB,MAE/C,OADAoT,EAAO4wC,UAAYhkD,KAAKikD,aACjB7wC,GAGRkV,eAAgB,WACftoB,KAAK2wB,WAAaozB,GAAS,OAG3B/jD,KAAK2wB,WAAWmK,aAAa,iBAAkB,QAE/C96B,KAAKkkD,WAAaH,GAAS,KAC3B/jD,KAAK2wB,WAAWlkB,YAAYzM,KAAKkkD,aAGlCpE,kBAAmB,WAClBpzC,EAAO1M,KAAK2wB,YACZ/gB,GAAI5P,KAAK2wB,mBACF3wB,KAAK2wB,kBACL3wB,KAAKkkD,kBACLlkD,KAAKmkD,UAGbF,aAAc,WAIbjkD,KAAKi6B,WAGNA,QAAS,WACR,IAAIj6B,KAAK+3B,KAAKd,iBAAkBj3B,KAAK4sC,QAArC,CAEAgT,GAAS9+C,UAAUm5B,QAAQj5B,KAAKhB,MAEhC,IAAIiG,EAAIjG,KAAK4sC,QACThf,EAAO3nB,EAAEqX,UACT/Q,EAAYvM,KAAK2wB,WAGhB3wB,KAAKmkD,UAAankD,KAAKmkD,SAASnnC,OAAO4Q,KAC3C5tB,KAAKmkD,SAAWv2B,EAChBrhB,EAAUuuB,aAAa,QAASlN,EAAK9rB,GACrCyK,EAAUuuB,aAAa,SAAUlN,EAAK/nB,IAIvCqJ,GAAY3C,EAAWtG,EAAE/D,KACzBqK,EAAUuuB,aAAa,WAAY70B,EAAE/D,IAAIJ,EAAGmE,EAAE/D,IAAI2D,EAAG+nB,EAAK9rB,EAAG8rB,EAAK/nB,GAAGhC,KAAK,MAE1E7D,KAAK8a,KAAK,YAKXwwB,UAAW,SAAU9zB,GACpB,IAAIivB,EAAOjvB,EAAMs0B,MAAQiY,GAAS,QAK9BvsC,EAAMtU,QAAQoJ,WACjBoB,EAAS+4B,EAAMjvB,EAAMtU,QAAQoJ,WAG1BkL,EAAMtU,QAAQslC,aACjB96B,EAAS+4B,EAAM,uBAGhBzmC,KAAK4rC,aAAap0B,GAClBxX,KAAKmoB,QAAQhnB,EAAMqW,IAAUA,GAG9Bg0B,SAAU,SAAUh0B,GACdxX,KAAKkkD,YAAclkD,KAAKsoB,iBAC7BtoB,KAAKkkD,WAAWz3C,YAAY+K,EAAMs0B,OAClCt0B,EAAMisB,qBAAqBjsB,EAAMs0B,QAGlCL,YAAa,SAAUj0B,GACtB9K,EAAO8K,EAAMs0B,OACbt0B,EAAMmsB,wBAAwBnsB,EAAMs0B,cAC7B9rC,KAAKmoB,QAAQhnB,EAAMqW,KAG3Bm0B,YAAa,SAAUn0B,GACtBA,EAAMu0B,WACNv0B,EAAMyiB,WAGP2R,aAAc,SAAUp0B,GACvB,IAAIivB,EAAOjvB,EAAMs0B,MACb5oC,EAAUsU,EAAMtU,QAEfujC,IAEDvjC,EAAQwnC,QACXjE,EAAK3L,aAAa,SAAU53B,EAAQynC,OACpClE,EAAK3L,aAAa,iBAAkB53B,EAAQgL,SAC5Cu4B,EAAK3L,aAAa,eAAgB53B,EAAQ0nC,QAC1CnE,EAAK3L,aAAa,iBAAkB53B,EAAQ2nC,SAC5CpE,EAAK3L,aAAa,kBAAmB53B,EAAQ4nC,UAEzC5nC,EAAQ6nC,UACXtE,EAAK3L,aAAa,mBAAoB53B,EAAQ6nC,WAE9CtE,EAAK2d,gBAAgB,oBAGlBlhD,EAAQ8nC,WACXvE,EAAK3L,aAAa,oBAAqB53B,EAAQ8nC,YAE/CvE,EAAK2d,gBAAgB,sBAGtB3d,EAAK3L,aAAa,SAAU,QAGzB53B,EAAQ+nC,MACXxE,EAAK3L,aAAa,OAAQ53B,EAAQgoC,WAAahoC,EAAQynC,OACvDlE,EAAK3L,aAAa,eAAgB53B,EAAQioC,aAC1C1E,EAAK3L,aAAa,YAAa53B,EAAQkoC,UAAY,YAEnD3E,EAAK3L,aAAa,OAAQ,UAI5BqU,YAAa,SAAU33B,EAAO5P,GAC7B5H,KAAK8jD,SAAStsC,EAAO9P,EAAa8P,EAAM02B,OAAQtmC,KAGjD8kC,cAAe,SAAUl1B,GACxB,IAAI1P,EAAI0P,EAAM60B,OACVlgB,EAAI1pB,KAAKR,IAAIQ,KAAKE,MAAM6U,EAAM8d,SAAU,GAExCitB,EAAM,IAAMp2B,EAAI,KADX1pB,KAAKR,IAAIQ,KAAKE,MAAM6U,EAAMg1B,UAAW,IAAMrgB,GACrB,UAG3BhqB,EAAIqV,EAAMm1B,SAAW,OACxB,KAAO7kC,EAAEhG,EAAIqqB,GAAK,IAAMrkB,EAAEjC,EAC1B08C,EAAW,EAAJp2B,EAAS,MAChBo2B,EAAY,GAAJp2B,EAAS,MAElBnsB,KAAK8jD,SAAStsC,EAAOrV,IAGtB2hD,SAAU,SAAUtsC,EAAOivB,GAC1BjvB,EAAMs0B,MAAMhR,aAAa,IAAK2L,IAI/BoD,cAAe,SAAUryB,GACxBxK,EAAQwK,EAAMs0B,QAGfD,aAAc,SAAUr0B,GACvBtK,EAAOsK,EAAMs0B,UAIXnzB,IACHC,GAAIoB,QAAQqpC,IAUbj8B,GAAIpN,SAKHqxB,YAAa,SAAU7zB,GAItB,IAAIiQ,EAAWjQ,EAAMtU,QAAQukB,UAAYznB,KAAKqkD,iBAAiB7sC,EAAMtU,QAAQguB,OAASlxB,KAAKkD,QAAQukB,UAAYznB,KAAKgxB,UASpH,OAPKvJ,IACJA,EAAWznB,KAAKgxB,UAAYhxB,KAAKskD,mBAG7BtkD,KAAKu8B,SAAS9U,IAClBznB,KAAK+8B,SAAStV,GAERA,GAGR48B,iBAAkB,SAAU9/C,GAC3B,GAAa,gBAATA,QAAmC7B,IAAT6B,EAC7B,OAAO,EAGR,IAAIkjB,EAAWznB,KAAK4zB,eAAervB,GAKnC,YAJiB7B,IAAb+kB,IACHA,EAAWznB,KAAKskD,iBAAiBpzB,KAAM3sB,IACvCvE,KAAK4zB,eAAervB,GAAQkjB,GAEtBA,GAGR68B,gBAAiB,SAAUphD,GAI1B,OAAQlD,KAAKkD,QAAQqhD,cAAgBhsC,GAASrV,IAAawV,GAAMxV,MA+BnE,IAAIshD,GAAYltC,GAAQrX,QACvBuZ,WAAY,SAAU0c,EAAchzB,GACnCoU,GAAQxW,UAAU0Y,WAAWxY,KAAKhB,KAAMA,KAAKykD,iBAAiBvuB,GAAehzB,IAK9E8tC,UAAW,SAAU9a,GACpB,OAAOl2B,KAAK2tC,WAAW3tC,KAAKykD,iBAAiBvuB,KAG9CuuB,iBAAkB,SAAUvuB,GAE3B,OADAA,EAAe1vB,EAAe0vB,IAE7BA,EAAaxX,eACbwX,EAAatX,eACbsX,EAAavX,eACbuX,EAAanX,mBAWhBnG,GAAIxV,OAAS2gD,GACbnrC,GAAIlR,aAAeA,EAEnByQ,GAAQ3B,gBAAkBA,GAC1B2B,GAAQlB,eAAiBA,GACzBkB,GAAQf,gBAAkBA,GAC1Be,GAAQR,eAAiBA,GACzBQ,GAAQN,gBAAkBA,GAC1BM,GAAQL,WAAaA,GACrBK,GAAQF,UAAYA,GASpBmP,GAAInN,cAIH0b,SAAS,IAGV,IAAI+uB,GAAUtkB,GAAQngC,QACrBuZ,WAAY,SAAUse,GACrB93B,KAAK+3B,KAAOD,EACZ93B,KAAK2wB,WAAamH,EAAInH,WACtB3wB,KAAK2kD,MAAQ7sB,EAAI/G,OAAO6zB,YACxB5kD,KAAK6kD,mBAAqB,EAC1B/sB,EAAIpoB,GAAG,SAAU1P,KAAK8kD,SAAU9kD,OAGjCsgC,SAAU,WACT5wB,GAAG1P,KAAK2wB,WAAY,YAAa3wB,KAAK+kD,aAAc/kD,OAGrDugC,YAAa,WACZ3wB,GAAI5P,KAAK2wB,WAAY,YAAa3wB,KAAK+kD,aAAc/kD,OAGtD01B,MAAO,WACN,OAAO11B,KAAKoxB,QAGb0zB,SAAU,WACTp4C,EAAO1M,KAAK2kD,cACL3kD,KAAK2kD,OAGbK,YAAa,WACZhlD,KAAK6kD,mBAAqB,EAC1B7kD,KAAKoxB,QAAS,GAGf6zB,yBAA0B,WACO,IAA5BjlD,KAAK6kD,qBACRxrC,aAAarZ,KAAK6kD,oBAClB7kD,KAAK6kD,mBAAqB,IAI5BE,aAAc,SAAU97C,GACvB,IAAKA,EAAE+0B,UAA0B,IAAZ/0B,EAAEu4B,OAA8B,IAAbv4B,EAAEw4B,OAAkB,OAAO,EAInEzhC,KAAKilD,2BACLjlD,KAAKglD,cAELviC,KACAhT,KAEAzP,KAAK4hC,YAAc5hC,KAAK+3B,KAAK5E,2BAA2BlqB,GAExDyG,GAAGlI,UACF09C,YAAa/yC,GACb8kC,UAAWj3C,KAAK2gD,aAChBwE,QAASnlD,KAAKolD,WACdC,QAASrlD,KAAKslD,YACZtlD,OAGJ2gD,aAAc,SAAU13C,GAClBjJ,KAAKoxB,SACTpxB,KAAKoxB,QAAS,EAEdpxB,KAAKulD,KAAOl5C,EAAS,MAAO,mBAAoBrM,KAAK2wB,YACrDjjB,EAAS1N,KAAK2wB,WAAY,qBAE1B3wB,KAAK+3B,KAAKjd,KAAK,iBAGhB9a,KAAKqsC,OAASrsC,KAAK+3B,KAAK5E,2BAA2BlqB,GAEnD,IAAIkM,EAAS,IAAIpP,EAAO/F,KAAKqsC,OAAQrsC,KAAK4hC,aACtChU,EAAOzY,EAAOmI,UAElBpO,GAAYlP,KAAKulD,KAAMpwC,EAAOjT,KAE9BlC,KAAKulD,KAAKv5C,MAAM2E,MAASid,EAAK9rB,EAAI,KAClC9B,KAAKulD,KAAKv5C,MAAM4E,OAASgd,EAAK/nB,EAAI,MAGnC2/C,QAAS,WACJxlD,KAAKoxB,SACR1kB,EAAO1M,KAAKulD,MACZz3C,GAAY9N,KAAK2wB,WAAY,sBAG9BjO,KACA/S,KAEAC,GAAIpI,UACH09C,YAAa/yC,GACb8kC,UAAWj3C,KAAK2gD,aAChBwE,QAASnlD,KAAKolD,WACdC,QAASrlD,KAAKslD,YACZtlD,OAGJolD,WAAY,SAAUn8C,GACrB,IAAiB,IAAZA,EAAEu4B,OAA8B,IAAbv4B,EAAEw4B,UAE1BzhC,KAAKwlD,UAEAxlD,KAAKoxB,QAAV,CAGApxB,KAAKilD,2BACLjlD,KAAK6kD,mBAAqBjjD,WAAWnB,EAAKT,KAAKglD,YAAahlD,MAAO,GAEnE,IAAImV,EAAS,IAAI/O,EACTpG,KAAK+3B,KAAK1N,uBAAuBrqB,KAAK4hC,aACtC5hC,KAAK+3B,KAAK1N,uBAAuBrqB,KAAKqsC,SAE9CrsC,KAAK+3B,KACH7M,UAAU/V,GACV2F,KAAK,cAAe2qC,cAAetwC,MAGtCmwC,WAAY,SAAUr8C,GACH,KAAdA,EAAE6sC,SACL91C,KAAKwlD,aAQRp+B,GAAIlN,YAAY,aAAc,UAAWwqC,IASzCt9B,GAAInN,cAMHyrC,iBAAiB,IAGlB,IAAIC,GAAkBvlB,GAAQngC,QAC7BqgC,SAAU,WACTtgC,KAAK+3B,KAAKroB,GAAG,WAAY1P,KAAK4lD,eAAgB5lD,OAG/CugC,YAAa,WACZvgC,KAAK+3B,KAAKnoB,IAAI,WAAY5P,KAAK4lD,eAAgB5lD,OAGhD4lD,eAAgB,SAAU38C,GACzB,IAAI6uB,EAAM93B,KAAK+3B,KACX9J,EAAU6J,EAAIxM,UACdzgB,EAAQitB,EAAI50B,QAAQ8kB,UACpB5H,EAAOnX,EAAE2I,cAAcosB,SAAW/P,EAAUpjB,EAAQojB,EAAUpjB,EAE9B,WAAhCitB,EAAI50B,QAAQwiD,gBACf5tB,EAAIjO,QAAQzJ,GAEZ0X,EAAI9N,cAAc/gB,EAAEssB,eAAgBnV,MAiBvCgH,GAAIlN,YAAY,aAAc,kBAAmByrC,IAQjDv+B,GAAInN,cAGH8a,UAAU,EAQV8wB,SAAU3iC,GAIV4iC,oBAAqB,KAIrBC,gBAAiBj7B,EAAAA,EAGjBzE,cAAe,GAOf2/B,eAAe,EAQfC,mBAAoB,IAGrB,IAAIC,GAAO9lB,GAAQngC,QAClBqgC,SAAU,WACT,IAAKtgC,KAAK+mC,WAAY,CACrB,IAAIjP,EAAM93B,KAAK+3B,KAEf/3B,KAAK+mC,WAAa,IAAIjG,GAAUhJ,EAAIjM,SAAUiM,EAAInH,YAElD3wB,KAAK+mC,WAAWr3B,IACfs3B,UAAWhnC,KAAKinC,aAChBG,KAAMpnC,KAAKqnC,QACXC,QAAStnC,KAAKunC,YACZvnC,MAEHA,KAAK+mC,WAAWr3B,GAAG,UAAW1P,KAAKmmD,gBAAiBnmD,MAChD83B,EAAI50B,QAAQ8iD,gBACfhmD,KAAK+mC,WAAWr3B,GAAG,UAAW1P,KAAKomD,eAAgBpmD,MACnD83B,EAAIpoB,GAAG,UAAW1P,KAAKigD,WAAYjgD,MAEnC83B,EAAIjC,UAAU71B,KAAKigD,WAAYjgD,OAGjC0N,EAAS1N,KAAK+3B,KAAKpH,WAAY,mCAC/B3wB,KAAK+mC,WAAWtW,SAChBzwB,KAAKqmD,cACLrmD,KAAKsmD,WAGN/lB,YAAa,WACZzyB,GAAY9N,KAAK+3B,KAAKpH,WAAY,gBAClC7iB,GAAY9N,KAAK+3B,KAAKpH,WAAY,sBAClC3wB,KAAK+mC,WAAWnR,WAGjBF,MAAO,WACN,OAAO11B,KAAK+mC,YAAc/mC,KAAK+mC,WAAW3V,QAG3C2xB,OAAQ,WACP,OAAO/iD,KAAK+mC,YAAc/mC,KAAK+mC,WAAWrF,SAG3CuF,aAAc,WACb,IAAInP,EAAM93B,KAAK+3B,KAGf,GADAD,EAAIzO,QACArpB,KAAK+3B,KAAK70B,QAAQskB,WAAaxnB,KAAK+3B,KAAK70B,QAAQ+iD,mBAAoB,CACxE,IAAI9wC,EAAS3O,EAAexG,KAAK+3B,KAAK70B,QAAQskB,WAE9CxnB,KAAKumD,aAAepgD,EACnBnG,KAAK+3B,KAAK3N,uBAAuBjV,EAAOyJ,gBAAgBrC,YAAY,GACpEvc,KAAK+3B,KAAK3N,uBAAuBjV,EAAO4J,gBAAgBxC,YAAY,GAClE3O,IAAI5N,KAAK+3B,KAAKza,YAEjBtd,KAAKwmD,WAAa/jD,KAAKP,IAAI,EAAKO,KAAKR,IAAI,EAAKjC,KAAK+3B,KAAK70B,QAAQ+iD,0BAEhEjmD,KAAKumD,aAAe,KAGrBzuB,EACKhd,KAAK,aACLA,KAAK,aAENgd,EAAI50B,QAAQ2iD,UACf7lD,KAAKqmD,cACLrmD,KAAKsmD,YAIPjf,QAAS,SAAUp+B,GAClB,GAAIjJ,KAAK+3B,KAAK70B,QAAQ2iD,QAAS,CAC9B,IAAItkD,EAAOvB,KAAKymD,WAAa,IAAI/hD,KAC7BqK,EAAM/O,KAAK0mD,SAAW1mD,KAAK+mC,WAAW4f,SAAW3mD,KAAK+mC,WAAW5E,QAErEniC,KAAKqmD,WAAW5iD,KAAKsL,GACrB/O,KAAKsmD,OAAO7iD,KAAKlC,GAEjBvB,KAAK4mD,gBAAgBrlD,GAGtBvB,KAAK+3B,KACAjd,KAAK,OAAQ7R,GACb6R,KAAK,OAAQ7R,IAGnB29C,gBAAiB,SAAUrlD,GAC1B,KAAOvB,KAAKqmD,WAAW7lD,OAAS,GAAKe,EAAOvB,KAAKsmD,OAAO,GAAK,IAC5DtmD,KAAKqmD,WAAWQ,QAChB7mD,KAAKsmD,OAAOO,SAId5G,WAAY,WACX,IAAI6G,EAAW9mD,KAAK+3B,KAAKza,UAAUjB,SAAS,GACxC0qC,EAAgB/mD,KAAK+3B,KAAKhF,oBAAoB,EAAG,IAErD/yB,KAAKgnD,oBAAsBD,EAAc5qC,SAAS2qC,GAAUhlD,EAC5D9B,KAAKinD,YAAcjnD,KAAK+3B,KAAKtF,sBAAsBnV,UAAUxb,GAG9DolD,cAAe,SAAUhjD,EAAOijD,GAC/B,OAAOjjD,GAASA,EAAQijD,GAAannD,KAAKwmD,YAG3CL,gBAAiB,WAChB,GAAKnmD,KAAKwmD,YAAexmD,KAAKumD,aAA9B,CAEA,IAAI13C,EAAS7O,KAAK+mC,WAAW5E,QAAQhmB,SAASnc,KAAK+mC,WAAWrgB,WAE1D0gC,EAAQpnD,KAAKumD,aACb13C,EAAO/M,EAAIslD,EAAMllD,IAAIJ,IAAK+M,EAAO/M,EAAI9B,KAAKknD,cAAcr4C,EAAO/M,EAAGslD,EAAMllD,IAAIJ,IAC5E+M,EAAOhJ,EAAIuhD,EAAMllD,IAAI2D,IAAKgJ,EAAOhJ,EAAI7F,KAAKknD,cAAcr4C,EAAOhJ,EAAGuhD,EAAMllD,IAAI2D,IAC5EgJ,EAAO/M,EAAIslD,EAAMnlD,IAAIH,IAAK+M,EAAO/M,EAAI9B,KAAKknD,cAAcr4C,EAAO/M,EAAGslD,EAAMnlD,IAAIH,IAC5E+M,EAAOhJ,EAAIuhD,EAAMnlD,IAAI4D,IAAKgJ,EAAOhJ,EAAI7F,KAAKknD,cAAcr4C,EAAOhJ,EAAGuhD,EAAMnlD,IAAI4D,IAEhF7F,KAAK+mC,WAAW5E,QAAUniC,KAAK+mC,WAAWrgB,UAAU9Y,IAAIiB,KAGzDu3C,eAAgB,WAEf,IAAIiB,EAAarnD,KAAKinD,YAClBK,EAAY7kD,KAAKE,MAAM0kD,EAAa,GACpCxxC,EAAK7V,KAAKgnD,oBACVllD,EAAI9B,KAAK+mC,WAAW5E,QAAQrgC,EAC5BylD,GAASzlD,EAAIwlD,EAAYzxC,GAAMwxC,EAAaC,EAAYzxC,EACxD2xC,GAAS1lD,EAAIwlD,EAAYzxC,GAAMwxC,EAAaC,EAAYzxC,EACxD4xC,EAAOhlD,KAAKyQ,IAAIq0C,EAAQ1xC,GAAMpT,KAAKyQ,IAAIs0C,EAAQ3xC,GAAM0xC,EAAQC,EAEjExnD,KAAK+mC,WAAW4f,QAAU3mD,KAAK+mC,WAAW5E,QAAQlmB,QAClDjc,KAAK+mC,WAAW5E,QAAQrgC,EAAI2lD,GAG7BlgB,WAAY,SAAUt+B,GACrB,IAAI6uB,EAAM93B,KAAK+3B,KACX70B,EAAU40B,EAAI50B,QAEdwkD,GAAaxkD,EAAQ2iD,SAAW7lD,KAAKsmD,OAAO9lD,OAAS,EAIzD,GAFAs3B,EAAIhd,KAAK,UAAW7R,GAEhBy+C,EACH5vB,EAAIhd,KAAK,eAEH,CACN9a,KAAK4mD,iBAAiB,IAAIliD,MAE1B,IAAIsxC,EAAYh2C,KAAK0mD,SAASvqC,SAASnc,KAAKqmD,WAAW,IACnDjgC,GAAYpmB,KAAKymD,UAAYzmD,KAAKsmD,OAAO,IAAM,IAC/CqB,EAAOzkD,EAAQmjB,cAEfuhC,EAAc5R,EAAUz5B,WAAWorC,EAAOvhC,GAC1CqhB,EAAQmgB,EAAY7qC,YAAY,EAAG,IAEnC8qC,EAAeplD,KAAKP,IAAIgB,EAAQ6iD,gBAAiBte,GACjDqgB,EAAqBF,EAAYrrC,WAAWsrC,EAAepgB,GAE3DsgB,EAAuBF,GAAgB3kD,EAAQ4iD,oBAAsB6B,GACrE94C,EAASi5C,EAAmBvrC,YAAYwrC,EAAuB,GAAGplD,QAEjEkM,EAAO/M,GAAM+M,EAAOhJ,GAIxBgJ,EAASipB,EAAIvB,aAAa1nB,EAAQipB,EAAI50B,QAAQskB,WAE9C3iB,EAAiB,WAChBizB,EAAIzM,MAAMxc,GACTuX,SAAU2hC,EACV1hC,cAAeshC,EACf/7B,aAAa,EACbrC,SAAS,OAVXuO,EAAIhd,KAAK,eAqBbsM,GAAIlN,YAAY,aAAc,WAAYgsC,IAQ1C9+B,GAAInN,cAIHwuB,UAAU,EAIVuf,iBAAkB,KAGnB,IAAIC,GAAW7nB,GAAQngC,QAEtBioD,UACC54C,MAAU,IACVwnB,OAAU,IACVqxB,MAAU,IACVC,IAAU,IACVt+B,QAAU,IAAK,IAAK,GAAI,KACxBC,SAAU,IAAK,IAAK,GAAI,MAGzBvQ,WAAY,SAAUse,GACrB93B,KAAK+3B,KAAOD,EAEZ93B,KAAKqoD,aAAavwB,EAAI50B,QAAQ8kD,kBAC9BhoD,KAAKsoD,cAAcxwB,EAAI50B,QAAQ8kB,YAGhCsY,SAAU,WACT,IAAI/zB,EAAYvM,KAAK+3B,KAAKpH,WAGtBpkB,EAAUwD,UAAY,IACzBxD,EAAUwD,SAAW,KAGtBL,GAAGnD,GACFmsB,MAAO14B,KAAKuoD,SACZC,KAAMxoD,KAAKyoD,QACX/nB,UAAW1gC,KAAK+kD,cACd/kD,MAEHA,KAAK+3B,KAAKroB,IACTgpB,MAAO14B,KAAK0oD,UACZF,KAAMxoD,KAAK2oD,cACT3oD,OAGJugC,YAAa,WACZvgC,KAAK2oD,eAEL/4C,GAAI5P,KAAK+3B,KAAKpH,YACb+H,MAAO14B,KAAKuoD,SACZC,KAAMxoD,KAAKyoD,QACX/nB,UAAW1gC,KAAK+kD,cACd/kD,MAEHA,KAAK+3B,KAAKnoB,KACT8oB,MAAO14B,KAAK0oD,UACZF,KAAMxoD,KAAK2oD,cACT3oD,OAGJ+kD,aAAc,WACb,IAAI/kD,KAAK4oD,SAAT,CAEA,IAAIr4C,EAAO/I,SAAS+I,KAChBs4C,EAAQrhD,SAASmC,gBACjB4F,EAAMgB,EAAKkkB,WAAao0B,EAAMp0B,UAC9BnlB,EAAOiB,EAAKmkB,YAAcm0B,EAAMn0B,WAEpC10B,KAAK+3B,KAAKpH,WAAW+H,QAErBl0B,OAAOskD,SAASx5C,EAAMC,KAGvBg5C,SAAU,WACTvoD,KAAK4oD,UAAW,EAChB5oD,KAAK+3B,KAAKjd,KAAK,UAGhB2tC,QAAS,WACRzoD,KAAK4oD,UAAW,EAChB5oD,KAAK+3B,KAAKjd,KAAK,SAGhButC,aAAc,SAAUU,GACvB,IAEI5oD,EAAGE,EAFH2oD,EAAOhpD,KAAKipD,YACZC,EAAQlpD,KAAKkoD,SAGjB,IAAK/nD,EAAI,EAAGE,EAAM6oD,EAAM55C,KAAK9O,OAAQL,EAAIE,EAAKF,IAC7C6oD,EAAKE,EAAM55C,KAAKnP,MAAQ,EAAI4oD,EAAU,GAEvC,IAAK5oD,EAAI,EAAGE,EAAM6oD,EAAMpyB,MAAMt2B,OAAQL,EAAIE,EAAKF,IAC9C6oD,EAAKE,EAAMpyB,MAAM32B,KAAO4oD,EAAU,GAEnC,IAAK5oD,EAAI,EAAGE,EAAM6oD,EAAMf,KAAK3nD,OAAQL,EAAIE,EAAKF,IAC7C6oD,EAAKE,EAAMf,KAAKhoD,KAAO,EAAG4oD,GAE3B,IAAK5oD,EAAI,EAAGE,EAAM6oD,EAAMd,GAAG5nD,OAAQL,EAAIE,EAAKF,IAC3C6oD,EAAKE,EAAMd,GAAGjoD,KAAO,GAAI,EAAI4oD,IAI/BT,cAAe,SAAUtgC,GACxB,IAEI7nB,EAAGE,EAFH2oD,EAAOhpD,KAAKmpD,aACZD,EAAQlpD,KAAKkoD,SAGjB,IAAK/nD,EAAI,EAAGE,EAAM6oD,EAAMp/B,OAAOtpB,OAAQL,EAAIE,EAAKF,IAC/C6oD,EAAKE,EAAMp/B,OAAO3pB,IAAM6nB,EAEzB,IAAK7nB,EAAI,EAAGE,EAAM6oD,EAAMn/B,QAAQvpB,OAAQL,EAAIE,EAAKF,IAChD6oD,EAAKE,EAAMn/B,QAAQ5pB,KAAO6nB,GAI5B0gC,UAAW,WACVh5C,GAAGlI,SAAU,UAAWxH,KAAKslD,WAAYtlD,OAG1C2oD,aAAc,WACb/4C,GAAIpI,SAAU,UAAWxH,KAAKslD,WAAYtlD,OAG3CslD,WAAY,SAAUr8C,GACrB,KAAIA,EAAEmgD,QAAUngD,EAAEogD,SAAWpgD,EAAEqgD,SAA/B,CAEA,IAEIz6C,EAFA5K,EAAMgF,EAAE6sC,QACRhe,EAAM93B,KAAK+3B,KAGf,GAAI9zB,KAAOjE,KAAKipD,SACVnxB,EAAIvM,UAAauM,EAAIvM,SAAShF,cAClC1X,EAAS7O,KAAKipD,SAAShlD,GACnBgF,EAAE+0B,WACLnvB,EAAS/I,EAAQ+I,GAAQ0N,WAAW,IAGrCub,EAAIzM,MAAMxc,GAENipB,EAAI50B,QAAQskB,WACfsQ,EAAI3J,gBAAgB2J,EAAI50B,QAAQskB,iBAG5B,GAAIvjB,KAAOjE,KAAKmpD,UACtBrxB,EAAIjO,QAAQiO,EAAIxM,WAAariB,EAAE+0B,SAAW,EAAI,GAAKh+B,KAAKmpD,UAAUllD,QAE5D,CAAA,GAAY,KAARA,IAAc6zB,EAAIwR,SAAUxR,EAAIwR,OAAOpmC,QAAQ2wC,iBAIzD,OAHA/b,EAAIoQ,aAML/1B,GAAKlJ,OAQPme,GAAIlN,YAAY,aAAc,WAAY+tC,IAQ1C7gC,GAAInN,cAKHsvC,iBAAiB,EAKjBC,kBAAmB,GAMnBC,oBAAqB,KAGtB,IAAIC,GAAkBtpB,GAAQngC,QAC7BqgC,SAAU,WACT5wB,GAAG1P,KAAK+3B,KAAKpH,WAAY,aAAc3wB,KAAK2pD,eAAgB3pD,MAE5DA,KAAK4pD,OAAS,GAGfrpB,YAAa,WACZ3wB,GAAI5P,KAAK+3B,KAAKpH,WAAY,aAAc3wB,KAAK2pD,eAAgB3pD,OAG9D2pD,eAAgB,SAAU1gD,GACzB,IAAI4B,EAAQ4H,GAAcxJ,GAEtB4gD,EAAW7pD,KAAK+3B,KAAK70B,QAAQsmD,kBAEjCxpD,KAAK4pD,QAAU/+C,EACf7K,KAAK8pD,cAAgB9pD,KAAK+3B,KAAK5E,2BAA2BlqB,GAErDjJ,KAAK4mB,aACT5mB,KAAK4mB,YAAc,IAAIliB,MAGxB,IAAI4K,EAAO7M,KAAKR,IAAI4nD,IAAa,IAAInlD,KAAS1E,KAAK4mB,YAAa,GAEhEvN,aAAarZ,KAAK+pD,QAClB/pD,KAAK+pD,OAASnoD,WAAWnB,EAAKT,KAAKgqD,aAAchqD,MAAOsP,GAExD6C,GAAKlJ,IAGN+gD,aAAc,WACb,IAAIlyB,EAAM93B,KAAK+3B,KACX3X,EAAO0X,EAAIxM,UACXyG,EAAO/xB,KAAK+3B,KAAK70B,QAAQ6kB,UAAY,EAEzC+P,EAAIzO,QAGJ,IAAI4gC,EAAKjqD,KAAK4pD,QAAkD,EAAxC5pD,KAAK+3B,KAAK70B,QAAQumD,qBACtCS,EAAK,EAAIznD,KAAKqe,IAAI,GAAK,EAAIre,KAAK+f,KAAK/f,KAAKyQ,IAAI+2C,MAASxnD,KAAKse,IAC5DopC,EAAKp4B,EAAOtvB,KAAKuZ,KAAKkuC,EAAKn4B,GAAQA,EAAOm4B,EAC1Cr/C,EAAQitB,EAAIlP,WAAWxI,GAAQpgB,KAAK4pD,OAAS,EAAIO,GAAMA,IAAO/pC,EAElEpgB,KAAK4pD,OAAS,EACd5pD,KAAK4mB,WAAa,KAEb/b,IAE+B,WAAhCitB,EAAI50B,QAAQqmD,gBACfzxB,EAAIjO,QAAQzJ,EAAOvV,GAEnBitB,EAAI9N,cAAchqB,KAAK8pD,cAAe1pC,EAAOvV,OAQhDuc,GAAIlN,YAAY,aAAc,kBAAmBwvC,IAQjDtiC,GAAInN,cAKHmwC,KAAK,EAKLC,aAAc,KAGf,IAAIC,GAAMlqB,GAAQngC,QACjBqgC,SAAU,WACT5wB,GAAG1P,KAAK+3B,KAAKpH,WAAY,aAAc3wB,KAAKqhC,QAASrhC,OAGtDugC,YAAa,WACZ3wB,GAAI5P,KAAK+3B,KAAKpH,WAAY,aAAc3wB,KAAKqhC,QAASrhC,OAGvDqhC,QAAS,SAAUp4B,GAClB,GAAKA,EAAEiB,QAAP,CAOA,GALAX,GAAeN,GAEfjJ,KAAKuqD,YAAa,EAGdthD,EAAEiB,QAAQ1J,OAAS,EAGtB,OAFAR,KAAKuqD,YAAa,OAClBlxC,aAAarZ,KAAKwqD,cAInB,IAAI71C,EAAQ1L,EAAEiB,QAAQ,GAClB7F,EAAKsQ,EAAMtL,OAEfrJ,KAAK0mB,UAAY1mB,KAAKmiC,QAAU,IAAIv8B,EAAM+O,EAAMtC,QAASsC,EAAMrC,SAG3DjO,EAAGiF,SAAwC,MAA7BjF,EAAGiF,QAAQnB,eAC5BuF,EAASrJ,EAAI,kBAIdrE,KAAKwqD,aAAe5oD,WAAWnB,EAAK,WAC/BT,KAAKyqD,gBACRzqD,KAAKuqD,YAAa,EAClBvqD,KAAK+hC,QACL/hC,KAAK0qD,eAAe,cAAe/1C,KAElC3U,MAAO,KAEVA,KAAK0qD,eAAe,YAAa/1C,GAEjCjF,GAAGlI,UACFmjD,UAAW3qD,KAAK8hC,QAChBn2B,SAAU3L,KAAK+hC,OACb/hC,QAGJ+hC,MAAO,SAAU94B,GAQhB,GAPAoQ,aAAarZ,KAAKwqD,cAElB56C,GAAIpI,UACHmjD,UAAW3qD,KAAK8hC,QAChBn2B,SAAU3L,KAAK+hC,OACb/hC,MAECA,KAAKuqD,YAActhD,GAAKA,EAAEkB,eAAgB,CAE7C,IAAIwK,EAAQ1L,EAAEkB,eAAe,GACzB9F,EAAKsQ,EAAMtL,OAEXhF,GAAMA,EAAGiF,SAAwC,MAA7BjF,EAAGiF,QAAQnB,eAClC2F,GAAYzJ,EAAI,kBAGjBrE,KAAK0qD,eAAe,UAAW/1C,GAG3B3U,KAAKyqD,eACRzqD,KAAK0qD,eAAe,QAAS/1C,KAKhC81C,YAAa,WACZ,OAAOzqD,KAAKmiC,QAAQplB,WAAW/c,KAAK0mB,YAAc1mB,KAAK+3B,KAAK70B,QAAQmnD,cAGrEvoB,QAAS,SAAU74B,GAClB,IAAI0L,EAAQ1L,EAAEiB,QAAQ,GACtBlK,KAAKmiC,QAAU,IAAIv8B,EAAM+O,EAAMtC,QAASsC,EAAMrC,SAC9CtS,KAAK0qD,eAAe,YAAa/1C,IAGlC+1C,eAAgB,SAAUriD,EAAMY,GAC/B,IAAI2hD,EAAiBpjD,SAASqjD,YAAY,eAE1CD,EAAeh3C,YAAa,EAC5B3K,EAAEI,OAAOsK,iBAAkB,EAE3Bi3C,EAAeE,eACPziD,GAAM,GAAM,EAAM7D,OAAQ,EAC1ByE,EAAEuvB,QAASvvB,EAAEwvB,QACbxvB,EAAEoJ,QAASpJ,EAAEqJ,SACb,GAAO,GAAO,GAAO,EAAO,EAAG,MAEvCrJ,EAAEI,OAAO0hD,cAAcH,MAOrBx5C,KAAU1G,IACb0c,GAAIlN,YAAY,aAAc,MAAOowC,IAStCljC,GAAInN,cAOH+wC,UAAW55C,KAAU8R,GAKrB+nC,oBAAoB,IAGrB,IAAIC,GAAY9qB,GAAQngC,QACvBqgC,SAAU,WACT5yB,EAAS1N,KAAK+3B,KAAKpH,WAAY,sBAC/BjhB,GAAG1P,KAAK+3B,KAAKpH,WAAY,aAAc3wB,KAAKmrD,cAAenrD,OAG5DugC,YAAa,WACZzyB,GAAY9N,KAAK+3B,KAAKpH,WAAY,sBAClC/gB,GAAI5P,KAAK+3B,KAAKpH,WAAY,aAAc3wB,KAAKmrD,cAAenrD,OAG7DmrD,cAAe,SAAUliD,GACxB,IAAI6uB,EAAM93B,KAAK+3B,KACf,GAAK9uB,EAAEiB,SAAgC,IAArBjB,EAAEiB,QAAQ1J,SAAgBs3B,EAAIb,iBAAkBj3B,KAAKorD,SAAvE,CAEA,IAAIj3C,EAAK2jB,EAAI3E,2BAA2BlqB,EAAEiB,QAAQ,IAC9CkK,EAAK0jB,EAAI3E,2BAA2BlqB,EAAEiB,QAAQ,IAElDlK,KAAKqrD,aAAevzB,EAAIxa,UAAUhB,UAAU,GAC5Ctc,KAAKsrD,aAAexzB,EAAIzN,uBAAuBrqB,KAAKqrD,cACtB,WAA1BvzB,EAAI50B,QAAQ8nD,YACfhrD,KAAKurD,kBAAoBzzB,EAAIzN,uBAAuBlW,EAAGvG,IAAIwG,GAAIkI,UAAU,KAG1Etc,KAAKwrD,WAAar3C,EAAG4I,WAAW3I,GAChCpU,KAAKyrD,WAAa3zB,EAAIxM,UAEtBtrB,KAAKoxB,QAAS,EACdpxB,KAAKorD,UAAW,EAEhBtzB,EAAIzO,QAEJ3Z,GAAGlI,SAAU,YAAaxH,KAAK0rD,aAAc1rD,MAC7C0P,GAAGlI,SAAU,WAAYxH,KAAK2rD,YAAa3rD,MAE3CuJ,GAAeN,KAGhByiD,aAAc,SAAUziD,GACvB,GAAKA,EAAEiB,SAAgC,IAArBjB,EAAEiB,QAAQ1J,QAAiBR,KAAKorD,SAAlD,CAEA,IAAItzB,EAAM93B,KAAK+3B,KACX5jB,EAAK2jB,EAAI3E,2BAA2BlqB,EAAEiB,QAAQ,IAC9CkK,EAAK0jB,EAAI3E,2BAA2BlqB,EAAEiB,QAAQ,IAC9C4E,EAAQqF,EAAG4I,WAAW3I,GAAMpU,KAAKwrD,WAUrC,GARAxrD,KAAK2oB,MAAQmP,EAAIpK,aAAa5e,EAAO9O,KAAKyrD,aAErC3zB,EAAI50B,QAAQ+nD,qBACfjrD,KAAK2oB,MAAQmP,EAAIvG,cAAgBziB,EAAQ,GACzC9O,KAAK2oB,MAAQmP,EAAIrG,cAAgB3iB,EAAQ,KAC1C9O,KAAK2oB,MAAQmP,EAAIlP,WAAW5oB,KAAK2oB,QAGJ,WAA1BmP,EAAI50B,QAAQ8nD,WAEf,GADAhrD,KAAKsgD,QAAUtgD,KAAKsrD,aACN,IAAVx8C,EAAe,WACb,CAEN,IAAIjE,EAAQsJ,EAAG+H,KAAK9H,GAAIkI,UAAU,GAAGF,UAAUpc,KAAKqrD,cACpD,GAAc,IAAVv8C,GAA2B,IAAZjE,EAAM/I,GAAuB,IAAZ+I,EAAMhF,EAAW,OACrD7F,KAAKsgD,QAAUxoB,EAAIjX,UAAUiX,EAAIvX,QAAQvgB,KAAKurD,kBAAmBvrD,KAAK2oB,OAAOxM,SAAStR,GAAQ7K,KAAK2oB,OAG/F3oB,KAAKoxB,SACT0G,EAAIjK,YAAW,GAAM,GACrB7tB,KAAKoxB,QAAS,GAGfpsB,EAAgBhF,KAAKoiC,cAErB,IAAIwpB,EAASnrD,EAAKq3B,EAAIxK,MAAOwK,EAAK93B,KAAKsgD,QAAStgD,KAAK2oB,OAAQuL,OAAO,EAAMvxB,OAAO,IACjF3C,KAAKoiC,aAAev9B,EAAiB+mD,EAAQ5rD,MAAM,GAEnDuJ,GAAeN,KAGhB0iD,YAAa,WACP3rD,KAAKoxB,QAAWpxB,KAAKorD,UAK1BprD,KAAKorD,UAAW,EAChBpmD,EAAgBhF,KAAKoiC,cAErBxyB,GAAIpI,SAAU,YAAaxH,KAAK0rD,cAChC97C,GAAIpI,SAAU,WAAYxH,KAAK2rD,aAG3B3rD,KAAK+3B,KAAK70B,QAAQwkB,cACrB1nB,KAAK+3B,KAAKP,aAAax3B,KAAKsgD,QAAStgD,KAAK+3B,KAAKnP,WAAW5oB,KAAK2oB,QAAQ,EAAM3oB,KAAK+3B,KAAK70B,QAAQ6kB,UAE/F/nB,KAAK+3B,KAAKnO,WAAW5pB,KAAKsgD,QAAStgD,KAAK+3B,KAAKnP,WAAW5oB,KAAK2oB,SAd7D3oB,KAAKorD,UAAW,KAsBnBhkC,GAAIlN,YAAY,aAAc,YAAagxC,IAE3C9jC,GAAIs9B,QAAUA,GACdt9B,GAAIu+B,gBAAkBA,GACtBv+B,GAAI8+B,KAAOA,GACX9+B,GAAI6gC,SAAWA,GACf7gC,GAAIsiC,gBAAkBA,GACtBtiC,GAAIkjC,IAAMA,GACVljC,GAAI8jC,UAAYA,GAEhBpyC,OAAOD,OAASA,GAEhBlZ,EAAQs/C,QAvgbM,qBAwgbdt/C,EAAQk4B,QAAUA,GAClBl4B,EAAQg5B,QAAUA,GAClBh5B,EAAQ8lB,QAAUA,GAClB9lB,EAAQic,QAAUA,GAClBjc,EAAQ2F,MAAQA,GAChB3F,EAAQ2Z,KAAOA,GACf3Z,EAAQwF,MAAQA,EAChBxF,EAAQygC,QAAUA,GAClBzgC,EAAQM,OAASA,EACjBN,EAAQc,KAAOA,EACfd,EAAQwB,MAAQA,EAChBxB,EAAQsD,WAAaA,EACrBtD,EAAQmmB,SAAWA,GACnBnmB,EAAQkmB,QAAUA,GAClBlmB,EAAQsmB,aAAeA,GACvBtmB,EAAQmhC,UAAYA,GACpBnhC,EAAQ4iC,SAAWA,GACnB5iC,EAAQ8iC,SAAWA,GACnB9iC,EAAQiG,MAAQA,EAChBjG,EAAQwP,MAAQrJ,EAChBnG,EAAQoG,OAASA,EACjBpG,EAAQwV,OAAShP,EACjBxG,EAAQsH,eAAiBA,EACzBtH,EAAQ6gB,eAAiBlZ,EACzB3H,EAAQksD,WAAaj3C,GACrBjV,EAAQ8G,OAASA,EACjB9G,EAAQmsD,OAAShlD,EACjBnH,EAAQyG,aAAeA,EACvBzG,EAAQu2B,aAAe1vB,EACvB7G,EAAQugB,IAAMA,GACdvgB,EAAQwY,QAAUA,GAClBxY,EAAQuY,QAAUA,GAClBvY,EAAQ4wC,QAAUA,GAClB5wC,EAAQ2jC,MAAQA,GAChB3jC,EAAQ0kC,WAAaA,GACrB1kC,EAAQosD,WA9zNS,SAAUj1C,EAAQ5T,GAClC,OAAO,IAAImhC,GAAWvtB,EAAQ5T,IA8zN/BvD,EAAQwX,aAAeA,GACvBxX,EAAQqsD,aApuNW,SAAUl1C,GAC5B,OAAO,IAAIK,GAAaL,IAouNzBnX,EAAQ6wC,aAAeA,GACvB7wC,EAAQssD,aAxiJW,SAAU5zC,EAAKlD,EAAQjS,GACzC,OAAO,IAAIstC,GAAan4B,EAAKlD,EAAQjS,IAwiJtCvD,EAAQ+xC,aAAeA,GACvB/xC,EAAQusD,aAv9IR,SAAsBC,EAAOh3C,EAAQjS,GACpC,OAAO,IAAIwuC,GAAaya,EAAOh3C,EAAQjS,IAu9IxCvD,EAAQwyC,WAAaA,GACrBxyC,EAAQ0zC,MAAQA,GAChB1zC,EAAQq0C,MAn/HI,SAAU9wC,EAASgvC,GAC9B,OAAO,IAAImB,GAAMnwC,EAASgvC,IAm/H3BvyC,EAAQo2C,QAAUA,GAClBp2C,EAAQw2C,QA9kHM,SAAUjzC,EAASgvC,GAChC,OAAO,IAAI6D,GAAQ7yC,EAASgvC,IA8kH7BvyC,EAAQqlC,KAAOA,GACfrlC,EAAQknC,KAxlNR,SAAc3jC,GACb,OAAO,IAAI8hC,GAAK9hC,IAwlNjBvD,EAAQ23C,QAAUA,GAClB33C,EAAQysD,QApzGR,SAAiBlpD,GAChB,OAAO,IAAIo0C,GAAQp0C,IAozGpBvD,EAAQuX,OAASA,GACjBvX,EAAQgnC,OA/hMR,SAAgBjwB,EAAQxT,GACvB,OAAO,IAAIgU,GAAOR,EAAQxT,IA+hM3BvD,EAAQ2Y,UAAYA,GACpB3Y,EAAQyY,UAAYA,GACpBzY,EAAQ+3C,UAAYA,GACpB/3C,EAAQ0sD,UAr6ER,SAAmBnpD,GAClB,OAAO,IAAIw0C,GAAUx0C,IAq6EtBvD,EAAQiZ,IAAMA,GACdjZ,EAAQoI,IAAM2Q,GACd/Y,EAAQigD,SAAWA,GACnBjgD,EAAQ8Y,OAASA,GACjB9Y,EAAQ6Y,OAASD,GACjB5Y,EAAQ8qC,KAAOA,GACf9qC,EAAQssC,aAAeA,GACvBtsC,EAAQ2sD,aAzzLR,SAAsB51C,EAAQxT,GAC7B,OAAO,IAAI+oC,GAAav1B,EAAQxT,IAyzLjCvD,EAAQmtC,OAASA,GACjBntC,EAAQ4sD,OAjtLR,SAAgB71C,EAAQxT,EAAS6pC,GAChC,OAAO,IAAID,GAAOp2B,EAAQxT,EAAS6pC,IAitLpCptC,EAAQ0X,SAAWA,GACnB1X,EAAQ6sD,SAr5KR,SAAkBjmD,EAASrD,GAC1B,OAAO,IAAImU,GAAS9Q,EAASrD,IAq5K9BvD,EAAQ2X,QAAUA,GAClB3X,EAAQ8sD,QAluKR,SAAiBlmD,EAASrD,GACzB,OAAO,IAAIoU,GAAQ/Q,EAASrD,IAkuK7BvD,EAAQ6kD,UAAYA,GACpB7kD,EAAQ+sD,UA1gCR,SAAmBx2B,EAAchzB,GAChC,OAAO,IAAIshD,GAAUtuB,EAAchzB,IA0gCpCvD,EAAQynB,IAAMA,GACdznB,EAAQm4B,IA1/RR,SAAmB7yB,EAAI/B,GACtB,OAAO,IAAIkkB,GAAIniB,EAAI/B,IA2/RpB,IAAIypD,GAAOnoD,OAAOzE,EAClBJ,EAAQitD,WAAa,WAEpB,OADApoD,OAAOzE,EAAI4sD,GACJ3sD,MAIRwE,OAAOzE,EAAIJ","file":"dist/leaflet.js.map"}
\ No newline at end of file
diff --git a/templates/map.html b/templates/map.html
new file mode 100644
index 0000000..59ffb29
--- /dev/null
+++ b/templates/map.html
@@ -0,0 +1,110 @@
+<!doctype html>
+<html lang="en">
+  <head>
+    <title>TTNMapper Retriever, Biatch!</title>
+
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
+
+    <link rel="stylesheet" href="{{url_for('static', filename='leaflet/leaflet.css')}}"/>
+    <link rel="stylesheet" href="{{url_for('static', filename='leaflet-measure/leaflet-measure.css')}}" />
+
+    <script src="{{url_for('static', filename='leaflet/leaflet.js')}}"></script>
+    <script src="{{url_for('static', filename='leaflet-measure/leaflet-measure.js')}}"></script>
+    <script src="{{url_for('static', filename='leaflet-bing-layer.min.js')}}"></script>
+    <script src="{{url_for('static', filename='esri-leaflet.js')}}"></script>
+  </head>
+  <body>
+
+    <div id="mapid" style="height: 98vh; width: 100%"></div>
+
+    <script>
+      var osm_Link = '<a href="http://openstreetmap.org">OpenStreetMap</a>',
+          otm_Link = '<a href="http://opentopomap.org/">OpenTopoMap</a>',
+          bing_Link = '<a href="http://bing.com/">Bing</a>',
+          google_Link = '<a href="http://google.com/">Google</a>';
+
+      var osm_Url = 'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
+          osm_Attrib = '&copy; ' + osm_Link + ' Contributors',
+          otm_Url = 'http://{s}.tile.opentopomap.org/{z}/{x}/{y}.png',
+          otm_Attrib = '&copy; ' + otm_Link + ' Contributors ',
+          bing_Attrib = '&copy; ' + bing_Link + ' Contributors',
+          google_Url = 'http://mt.google.com/vt/lyrs=m&x={x}&y={y}&z={z}',
+          google_Attrib = '&copy; ' + google_Link + ' Contributors';
+
+      var osm_Map = L.tileLayer(osm_Url, {attribution: osm_Attrib}),
+          esri_Map = L.esri.basemapLayer("Topographic"),
+          otm_Map = L.tileLayer(otm_Url, {attribution: otm_Attrib}),
+          google_Map = L.tileLayer(google_Url, {attribution: google_Attrib}),
+          bing_dark = L.tileLayer.bing({bingMapsKey: 'Ahpy5iReID6QJSUjazLaJbAkUMg2R990DMsYlbxMbf3irXoOVgFb0eyV3JPntW2Q', imagerySet: 'CanvasDark', attribution: bing_Attrib}),
+          bing_sat = L.tileLayer.bing({bingMapsKey: 'Ahpy5iReID6QJSUjazLaJbAkUMg2R990DMsYlbxMbf3irXoOVgFb0eyV3JPntW2Q', imagerySet: 'Aerial', attribution: bing_Attrib}),
+          bing_sat_labels = L.tileLayer.bing({bingMapsKey: 'Ahpy5iReID6QJSUjazLaJbAkUMg2R990DMsYlbxMbf3irXoOVgFb0eyV3JPntW2Q', imagerySet: 'AerialWithLabels', attribution: bing_Attrib});
+
+      //Create a map that remembers where it was zoomed to
+      function boundsChanged () {
+        localStorage.setItem('bounds', JSON.stringify(map.getBounds()));
+        default_zoom = false;
+      }
+
+      var map;
+      var default_zoom = true;
+
+      b = JSON.parse(localStorage.getItem('bounds'));
+      if (b == null)
+      {
+        map = L.map('mapid', {layers: [esri_Map]}).setView([{{start_lat}}, {{start_lon}}], 15);
+      }
+      else {
+        map = L.map('mapid', {layers: [esri_Map]});
+        try {
+          map.fitBounds([[b._southWest.lat%90,b._southWest.lng%180],[b._northEast.lat%90,b._northEast.lng%180]]);
+          default_zoom = false;
+        } catch (err) {
+          map.setView([{{start_lat}}, {{start_lon}}], 15);
+        }
+      }
+
+      map.on('dragend', boundsChanged);
+      map.on('zoomend', boundsChanged);
+
+      //disable inertia because it is irritating and slow
+      map.options.inertia=false;
+
+
+      var measureControl = L.control.measure({
+        activeColor: '#FF0000',
+        completedColor: '#FF8000',
+        primaryLengthUnit: 'miles',
+        secondaryLengthUnit: 'kilometers'
+      });
+      measureControl.addTo(map);
+
+      var baseLayers = {
+          "Topographic": esri_Map,
+          "OpenStreetMap": osm_Map,
+          "OpenTopoMap": otm_Map,
+          "Google": google_Map,
+          "Bing (Dark)": bing_dark,
+          "Bing Satellite": bing_sat,
+          "Bing Satellite (w Labels)": bing_sat_labels
+      };
+      L.control.layers(baseLayers).addTo(map);
+
+      map.on('click', function(e) {
+        console.log("Clicked: " + e.latlng.lat + ", " + e.latlng.lng);
+      });
+
+      {% for each_location in location_data %}
+      var node = L.circleMarker([{{each_location.latitude}}, {{each_location.longitude}}], {
+          color: 'red',
+          radius: 5
+      }).bindPopup('Node: {{each_location.device_id}}<br />{{each_location.datetime}}<br />Lat/Lon: {{each_location.latitude|float|round(6)}}, {{each_location.longitude|float|round(6)}}<br />Altitude: {{each_location.altitude}} m, hdop: {{each_location.hdop}}').addTo(map);
+      {% endfor %}
+
+      {% for each_gateway in gateway_locations %}
+      var gateway = L.marker([{{each_gateway[1]}}, {{each_gateway[2]}}]).bindPopup('Gateway: {{each_gateway[0]}}<br />Lat/Lon: {{each_gateway[1]}}, {{each_gateway[2]}}').addTo(map);
+      {% endfor %}
+
+    </script>
+
+  </body>
+</html>
diff --git a/ttn-tracker.service b/ttn-tracker.service
new file mode 100644
index 0000000..3331e63
--- /dev/null
+++ b/ttn-tracker.service
@@ -0,0 +1,21 @@
+[Unit]
+Description=gunicorn daemon for ttn-mapper
+After=network.target
+
+[Service]
+User=root
+Group=pi
+WorkingDirectory=/home/pi/ttn-tracker
+ExecStart=/home/pi/ttn-tracker/env/bin/gunicorn \
+--workers 1 \
+--worker-class gthread \
+--threads 2 \
+--timeout 300 \
+--pid /var/lock/ttn_tracker_flask.pid \
+--bind unix:/var/run/ttn_tracker_flask.sock app:app
+
+ExecReload=/bin/kill -s HUP $MAINPID
+ExecStop=/bin/kill -s TERM $MAINPID
+
+[Install]
+WantedBy=multi-user.target