diff --git a/NEWS.md b/NEWS.md index de497fbf..21d35cae 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,52 @@ +CHANGES IN 0.8 +============== + +- Feature: MU count is now displayed in the center of a field in the map (by Fragger). +- Feature: hover over your username in the sidebar. A sign out link should appear (by cmrn). +- Feature: you can quickly select one layer only by long-clicking or ctrl/alt/meta-clicking an entry in the layer chooser. [See Userguide for details](https://github.com/breunigs/ingress-intel-total-conversion/wiki/Userguide-%28Main-Vanilla-IITC%29#wiki-map). + +- Enhancement: hitting the render limit is now much less worse. Before, IITC would simply stop drawing, leaving you with many blank areas. The new method **hides low level portals instead when the render limit is hit**. This way you can view New York or London zoomed out and still be able to use the map properly. Zooming in will show more detail, just like before. Look in the map status at the bottom right to see which portals are currently shown (by Xelio). +- Enhancement: Links in chat now can be copied using the context menu or middle clicked to open in a new tab (by Daniel Cheng). +- Enhancement: more detailed error messages why redeeming failed (by integ3r). +- Enhancement: successfully redeeming things now shows a dialog more akin to the one from the app (by boombuler). +- Enhancement: map should look better on high DPI screens now (“Retina displays“, by richbradshaw). +- Enhancement: your not-yet-sent-message will appear red when writing to the public chat. Hopefully this reduces “posting to the wrong channel” mistakes some people have run into. +- Enhancement: US Post Offices are now shown with their address instead in full and compact tabs. + +- Change: Ingress Map style has been updated to reflect Niantic changes. +- Change: files will now be served by Google App Engine instead of GitHub. It’s the same service that Ingress runs on. +- Change: the documentation is now in our wiki: https://github.com/breunigs/ingress-intel-total-conversion/wiki +- Change: the nightly builds have moved: https://iitcserv.appspot.com/iitc-nightly/ +- Change: JavaScript files are now compressed to reduce bandwidth consumption. This makes them unreadable though. +- Change: IITC now uses HTTPS where suitable. Map and portal images are not served via HTTPS, though. +- Change: Google Sat Image layer doesn’t switch to 45° view anymore when zooming in (thanks @yoshimo) +- Change: zooming on Google Layers should be a tad faster now. It animated portal zoom first and then background zoom. It now only animates the background, so it finishes earlier. There doesn’t seem to be a nice way to make both zoom animations line up, though. +- Change: dialogs and tooltips have been redesigned to match the ingress style more closely (by boombuler) + +- Bugfix: some portal images were not working properly after the HTTPS switch. +- Bugfix: layer chooser items were too large in Chrome + +- Plugin: Highlight Weakened Portals colors have been generally improved. They should now reflect the changes in portal shield handling much better. +- Plugin: Calulate AP Stats now considers missing resonators when calculating the possible AP gain for either team. +- Plugin: Guess Player Level has gained some statistics like average level per faction (by sutepasu). +- Plugin: Player Tracker would pick up bogus portals sometimes, resulting in awkward lines drawn (fix by vita10gy). +- Plugin: Player Tracker now stops after zooming out too far. It was eating CPU while not being helpful. +- Plugin: (new) Show Scale Bar: adds a scale bar to your upper left corner +- Plugin: (new) Scoreboard: shows details and statistics about the currently visible data (by vita10gy). *(I personally recommend this plugin. It makes taunting the other faction much more fun).* + +**Mobile:** a new Android app has been written that brings IITC to your smartphone. It’s not quite there yet – the layer chooser doesn’t work properly, for example. However, we believe it’s okay enough for general use. Note that: +- you need to manually update it +- the layer chooser is broken +- the action bar on top is unfinished +- the app id has changed, so you might end up with two IITC Mobile versions if you are upgrading. +Compared to the old version it has a working back button, supports intents (i.e. detects when you visit the intel map in your browsers and offers to take over), a decent login screen and should boot up much much faster now. [See the IITCM wiki page](https://github.com/breunigs/ingress-intel-total-conversion/wiki/IITC-Mobile) on details how to install it. [See the roadmap](https://github.com/breunigs/ingress-intel-total-conversion/wiki/IITC-Mobile-Roadmap) to learn about outstanding issues. Please read on to learn how you can help. + +**How I can help:** We need nice icons for the mobile app. The idea is to move everything into the dark bar on the top, but text takes up too much space. The required icons are, in order of importance: Map → Sidebar (Info) → Faction Chat → Public Chat → Full → Compact → Locate → Reload → Print Version → Debug. If you are skilled in icon design or know a friend, maybe you can contribute? The license needs to be something open, like Creative Commons, Public Domain or similar. You can attach the icons to a GitHub ticket or mail them directly to me: breunig@uni-hd.de . If graphic design is not your thing, see [the “How can I help?“ wiki page](https://github.com/breunigs/ingress-intel-total-conversion/wiki/How-can-I-help%3F) for other useful things. + + + CHANGES IN 0.7.5 – 0.7.8 -======================== +------------------------ This is an emergency release to keep IITC working with Niantic’s switch to HTTPS. It appears they will roll it out for everyone soon, so IITC now requires HTTPS for everyone; support for HTTP was dropped to keep things sane. Additionally, the following things were changed from 0.7.1: diff --git a/dist/total-conversion-build.user.js b/dist/total-conversion-build.user.js index bb95b9dc..305e0662 100644 --- a/dist/total-conversion-build.user.js +++ b/dist/total-conversion-build.user.js @@ -1,3369 +1,1409 @@ // ==UserScript== // @id ingress-intel-total-conversion@breunigs // @name intel map total conversion -// @version 0.7.8-2013-02-26-223742 +// @version 0.8-2013-03-11-080223 // @namespace https://github.com/breunigs/ingress-intel-total-conversion -// @updateURL https://raw.github.com/breunigs/ingress-intel-total-conversion/gh-pages/dist/total-conversion-build.user.js -// @downloadURL https://raw.github.com/breunigs/ingress-intel-total-conversion/gh-pages/dist/total-conversion-build.user.js +// @updateURL https://iitcserv.appspot.com/dist/total-conversion-build.user.js +// @downloadURL https://iitcserv.appspot.com/dist/total-conversion-build.user.js // @description total conversion for the ingress intel map. // @include http://www.ingress.com/intel* // @include https://www.ingress.com/intel* // @match http://www.ingress.com/intel* // @match https://www.ingress.com/intel* // ==/UserScript== - - // REPLACE ORIG SITE /////////////////////////////////////////////////// -if(document.getElementsByTagName('html')[0].getAttribute('itemscope') != null) - throw('Ingress Intel Website is down, not a userscript issue.'); - -window.iitcBuildDate = '2013-02-26-223742'; - -// disable vanilla JS -window.onload = function() {}; - -if(window.location.protocol !== 'https:') { - var redir = window.location.href.replace(/^http:/, 'https:'); - window.location = redir; - throw('Need to load HTTPS version.'); -} - -// rescue user data from original page -var scr = document.getElementsByTagName('script'); -for(var x in scr) { - var s = scr[x]; - if(s.src) continue; - if(s.type !== 'text/javascript') continue; - var d = s.innerHTML.split('\n'); - break; -} - - -if(!d) { - // page doesn’t have a script tag with player information. - if(document.getElementById('header_email')) { - // however, we are logged in. - setTimeout('location.reload();', 10*1000); - throw('Page doesn’t have player data, but you are logged in. Reloading in 10s.'); - } - // FIXME: handle nia takedown in progress - throw('Couldn’t retrieve player data. Are you logged in?'); -} - - -for(var i = 0; i < d.length; i++) { - if(!d[i].match('var PLAYER = ')) continue; - eval(d[i].match(/^var /, 'window.')); - break; -} -// player information is now available in a hash like this: -// window.PLAYER = {"ap": "123", "energy": 123, "available_invites": 123, "nickname": "somenick", "team": "ALIENS||RESISTANCE"}; - -// remove complete page. We only wanted the user-data and the page’s -// security context so we can access the API easily. Setup as much as -// possible without requiring scripts. -document.getElementsByTagName('head')[0].innerHTML = '' - + 'Ingress Intel Map' - + '' - + '' - // this navigator check is also used in code/smartphone.js - + (navigator.userAgent.match(/Android.*Mobile/) - ? + '' - : '') - + ''; - -document.getElementsByTagName('body')[0].innerHTML = '' - + '
Loading, please wait
' - + '' - + '' - + '' - + '' - + '
' // enable scrolling for small screens - + ' ' - + '
' - + '
' - + '
'; - -// putting everything in a wrapper function that in turn is placed in a -// script tag on the website allows us to execute in the site’s context -// instead of in the Greasemonkey/Extension/etc. context. -function wrapper() { - -// LEAFLET PREFER CANVAS /////////////////////////////////////////////// -// Set to true if Leaflet should draw things using Canvas instead of SVG -// Disabled for now because it has several bugs: flickering, constant -// CPU usage and it continuously fires the moveend event. -L_PREFER_CANVAS = false; - -// CONFIG OPTIONS //////////////////////////////////////////////////// -window.REFRESH = 30; // refresh view every 30s (base time) -window.ZOOM_LEVEL_ADJ = 5; // add 5 seconds per zoom level -window.REFRESH_GAME_SCORE = 5*60; // refresh game score every 5 minutes -window.MAX_IDLE_TIME = 4; // stop updating map after 4min idling -window.PRECACHE_PLAYER_NAMES_ZOOM = 17; // zoom level to start pre-resolving player names -window.HIDDEN_SCROLLBAR_ASSUMED_WIDTH = 20; -window.SIDEBAR_WIDTH = 300; -// chat messages are requested for the visible viewport. On high zoom -// levels this gets pretty pointless, so request messages in at least a -// X km radius. -window.CHAT_MIN_RANGE = 6; -// this controls how far data is being drawn outside the viewport. Set -// it 0 to only draw entities that intersect the current view. A value -// of one will render an area twice the size of the viewport (or some- -// thing like that, Leaflet doc isn’t too specific). Setting it too low -// makes the missing data on move/zoom out more obvious. Setting it too -// high causes too many items to be drawn, making drag&drop sluggish. -window.VIEWPORT_PAD_RATIO = 0.3; - -// how many items to request each query -window.CHAT_PUBLIC_ITEMS = 200; -window.CHAT_FACTION_ITEMS = 50; -// how many pixels to the top before requesting new data -window.CHAT_REQUEST_SCROLL_TOP = 200; -window.CHAT_SHRINKED = 60; - -// Leaflet will get very slow for MANY items. It’s better to display -// only some instead of crashing the browser. -window.MAX_DRAWN_PORTALS = 1000; -window.MAX_DRAWN_LINKS = 400; -window.MAX_DRAWN_FIELDS = 200; -// Minimum zoom level resonator will display -window.RESONATOR_DISPLAY_ZOOM_LEVEL = 17; - -window.COLOR_SELECTED_PORTAL = '#f00'; -window.COLORS = ['#FFCE00', '#0088FF', '#03DC03']; // none, res, enl -window.COLORS_LVL = ['#000', '#FECE5A', '#FFA630', '#FF7315', '#E40000', '#FD2992', '#EB26CD', '#C124E0', '#9627F4']; -window.COLORS_MOD = {VERY_RARE: '#F78AF6', RARE: '#AD8AFF', COMMON: '#84FBBD'}; - -window.OPTIONS_RESONATOR_SELECTED = { color: '#fff', weight: 2, radius: 4}; -window.OPTIONS_RESONATOR_NON_SELECTED = { color: '#aaa', weight: 1, radius: 3}; - -window.OPTIONS_RESONATOR_LINE_SELECTED = {opacity: 0.7, weight: 3}; -window.OPTIONS_RESONATOR_LINE_NON_SELECTED = {opacity: 0.25, weight: 2}; - -// circles around a selected portal that show from where you can hack -// it and how far the portal reaches (i.e. how far links may be made -// from this portal) -window.ACCESS_INDICATOR_COLOR = 'orange'; -window.RANGE_INDICATOR_COLOR = 'red' - -// by how much pixels should the portal range be expanded on mobile -// devices. This should make clicking them easier. -window.PORTAL_RADIUS_ENLARGE_MOBILE = 5; - - -window.DEFAULT_PORTAL_IMG = 'https://commondatastorage.googleapis.com/ingress/img/default-portal-image.png'; -window.NOMINATIM = 'http://nominatim.openstreetmap.org/search?format=json&limit=1&q='; - -// INGRESS CONSTANTS ///////////////////////////////////////////////// -// http://decodeingress.me/2012/11/18/ingress-portal-levels-and-link-range/ -window.RESO_NRG = [0, 1000, 1500, 2000, 2500, 3000, 4000, 5000, 6000]; -window.MAX_XM_PER_LEVEL = [0, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000]; -window.MIN_AP_FOR_LEVEL = [0, 10000, 30000, 70000, 150000, 300000, 600000, 1200000]; -window.HACK_RANGE = 40; // in meters, max. distance from portal to be able to access it -window.OCTANTS = ['E', 'NE', 'N', 'NW', 'W', 'SW', 'S', 'SE']; -window.DESTROY_RESONATOR = 75; //AP for destroying portal -window.DESTROY_LINK = 187; //AP for destroying link -window.DESTROY_FIELD = 750; //AP for destroying field -window.CAPTURE_PORTAL = 500; //AP for capturing a portal -window.DEPLOY_RESONATOR = 125; //AP for deploying a resonator -window.COMPLETION_BONUS = 250; //AP for deploying all resonators on portal - -// OTHER MORE-OR-LESS CONSTANTS ////////////////////////////////////// -window.TEAM_NONE = 0; -window.TEAM_RES = 1; -window.TEAM_ENL = 2; -window.TEAM_TO_CSS = ['none', 'res', 'enl']; -window.TYPE_UNKNOWN = 0; -window.TYPE_PORTAL = 1; -window.TYPE_LINK = 2; -window.TYPE_FIELD = 3; -window.TYPE_PLAYER = 4; -window.TYPE_CHAT = 5; -window.TYPE_RESONATOR = 6; - -window.SLOT_TO_LAT = [0, Math.sqrt(2)/2, 1, Math.sqrt(2)/2, 0, -Math.sqrt(2)/2, -1, -Math.sqrt(2)/2]; -window.SLOT_TO_LNG = [1, Math.sqrt(2)/2, 0, -Math.sqrt(2)/2, -1, -Math.sqrt(2)/2, 0, Math.sqrt(2)/2]; -window.EARTH_RADIUS=6378137; -window.DEG2RAD = Math.PI / 180; - -// STORAGE /////////////////////////////////////////////////////////// -// global variables used for storage. Most likely READ ONLY. Proper -// way would be to encapsulate them in an anonymous function and write -// getters/setters, but if you are careful enough, this works. -var refreshTimeout; -var urlPortal = null; -window.playersToResolve = []; -window.playersInResolving = []; -window.selectedPortal = null; -window.portalRangeIndicator = null; -window.portalAccessIndicator = null; -window.mapRunsUserAction = false; -var portalsLayers, linksLayer, fieldsLayer; - -// contain references to all entities shown on the map. These are -// automatically kept in sync with the items on *sLayer, so never ever -// write to them. -window.portals = {}; -window.links = {}; -window.fields = {}; -window.resonators = {}; - -// plugin framework. Plugins may load earlier than iitc, so don’t -// overwrite data -if(typeof window.plugin !== 'function') window.plugin = function() {}; - - - - -// PLUGIN HOOKS //////////////////////////////////////////////////////// -// Plugins may listen to any number of events by specifying the name of -// the event to listen to and handing a function that should be exe- -// cuted when an event occurs. Callbacks will receive additional data -// the event created as their first parameter. The value is always a -// hash that contains more details. -// -// For example, this line will listen for portals to be added and print -// the data generated by the event to the console: -// window.addHook('portalAdded', function(data) { console.log(data) }); -// -// Boot hook: booting is handled differently because IITC may not yet -// be available. Have a look at the plugins in plugins/. All -// code before “// PLUGIN START” and after “// PLUGIN END” is -// required to successfully boot the plugin. -// -// Here’s more specific information about each event: -// portalAdded: called when a portal has been received and is about to -// be added to its layer group. Note that this does NOT -// mean it is already visible or will be, shortly after. -// If a portal is added to a hidden layer it may never be -// shown at all. Injection point is in -// code/map_data.js#renderPortal near the end. Will hand -// the Leaflet CircleMarker for the portal in "portal" var. -// portalDetailsUpdated: fired after the details in the sidebar have -// been (re-)rendered Provides data about the portal that -// has been selected. -// publicChatDataAvailable: this hook runs after data for any of the -// public chats has been received and processed, but not -// yet been displayed. The data hash contains both the un- -// processed raw ajax response as well as the processed -// chat data that is going to be used for display. -// portalDataLoaded: callback is passed the argument of -// {portals : [portal, portal, ...]} where "portal" is the -// data element and not the leaflet object. "portal" is an -// array [GUID, time, details]. Plugin can manipulate the -// array to change order or add additional values to the -// details of a portal. -// beforePortalReRender: the callback argument is -// {portal: ent[2], oldPortal : d, reRender : false}. -// The callback needs to update the value of reRender to -// true if the plugin has a reason to have the portal -// redrawn. It is called early on in the -// code/map_data.js#renderPortal as long as there was an -// old portal for the guid. -// checkRenderLimit: callback is passed the argument of -// {reached : false} to indicate that the renderlimit is reached -// set reached to true. - - - - -window._hooks = {} -window.VALID_HOOKS = ['portalAdded', 'portalDetailsUpdated', - 'publicChatDataAvailable', 'portalDataLoaded', 'beforePortalReRender', - 'checkRenderLimit']; - -window.runHooks = function(event, data) { - if(VALID_HOOKS.indexOf(event) === -1) throw('Unknown event type: ' + event); - - if(!_hooks[event]) return; - $.each(_hooks[event], function(ind, callback) { - callback(data); - }); -} - - -window.addHook = function(event, callback) { - if(VALID_HOOKS.indexOf(event) === -1) throw('Unknown event type: ' + event); - if(typeof callback !== 'function') throw('Callback must be a function.'); - - if(!_hooks[event]) - _hooks[event] = [callback]; - else - _hooks[event].push(callback); -} - - - -// MAP DATA ////////////////////////////////////////////////////////// -// these functions handle how and which entities are displayed on the -// map. They also keep them up to date, unless interrupted by user -// action. - - -// requests map data for current viewport. For details on how this -// works, refer to the description in “MAP DATA REQUEST CALCULATORS” -window.requestData = function() { - console.log('refreshing data'); - requests.abort(); - cleanUp(); - - var magic = convertCenterLat(map.getCenter().lat); - var R = calculateR(magic); - - var bounds = map.getBounds(); - // convert to point values - topRight = convertLatLngToPoint(bounds.getNorthEast(), magic, R); - bottomLeft = convertLatLngToPoint(bounds.getSouthWest() , magic, R); - // how many quadrants intersect the current view? - quadsX = Math.abs(bottomLeft.x - topRight.x); - quadsY = Math.abs(bottomLeft.y - topRight.y); - - // will group requests by second-last quad-key quadrant - tiles = {}; - - // walk in x-direction, starts right goes left - for(var i = 0; i <= quadsX; i++) { - var x = Math.abs(topRight.x - i); - var qk = pointToQuadKey(x, topRight.y); - var bnds = convertPointToLatLng(x, topRight.y, magic, R); - if(!tiles[qk.slice(0, -1)]) tiles[qk.slice(0, -1)] = []; - tiles[qk.slice(0, -1)].push(generateBoundsParams(qk, bnds)); - - // walk in y-direction, starts top, goes down - for(var j = 1; j <= quadsY; j++) { - var qk = pointToQuadKey(x, topRight.y + j); - var bnds = convertPointToLatLng(x, topRight.y + j, magic, R); - if(!tiles[qk.slice(0, -1)]) tiles[qk.slice(0, -1)] = []; - tiles[qk.slice(0, -1)].push(generateBoundsParams(qk, bnds)); - } - } - - // finally send ajax requests - $.each(tiles, function(ind, tls) { - data = { minLevelOfDetail: -1 }; - data.boundsParamsList = tls; - window.requests.add(window.postAjax('getThinnedEntitiesV2', data, window.handleDataResponse)); - }); -} - -// works on map data response and ensures entities are drawn/updated. -window.handleDataResponse = function(data, textStatus, jqXHR) { - // remove from active ajax queries list - if(!data || !data.result) { - window.failedRequestCount++; - console.warn(data); - return; - } - - var portalUpdateAvailable = false; - var portalInUrlAvailable = false; - var m = data.result.map; - // defer rendering of portals because there is no z-index in SVG. - // this means that what’s rendered last ends up on top. While the - // portals can be brought to front, this costs extra time. They need - // to be in the foreground, or they cannot be clicked. See - // https://github.com/Leaflet/Leaflet/issues/185 - var ppp = []; - var p2f = {}; - $.each(m, function(qk, val) { - $.each(val.deletedGameEntityGuids, function(ind, guid) { - if(getTypeByGuid(guid) === TYPE_FIELD && window.fields[guid] !== undefined) { - $.each(window.fields[guid].options.vertices, function(ind, vertex) { - if(window.portals[vertex.guid] === undefined) return true; - fieldArray = window.portals[vertex.guid].options.details.portalV2.linkedFields; - fieldArray.splice($.inArray(guid, fieldArray), 1); - }); - } - window.removeByGuid(guid); - }); - - $.each(val.gameEntities, function(ind, ent) { - // ent = [GUID, id(?), details] - // format for links: { controllingTeam, creator, edge } - // format for portals: { controllingTeam, turret } - - if(ent[2].turret !== undefined) { - if(selectedPortal === ent[0]) portalUpdateAvailable = true; - if(urlPortal && ent[0] == urlPortal) portalInUrlAvailable = true; - - var latlng = [ent[2].locationE6.latE6/1E6, ent[2].locationE6.lngE6/1E6]; - if(!window.getPaddedBounds().contains(latlng) - && selectedPortal !== ent[0] - && urlPortal !== ent[0] - ) return; - - - - ppp.push(ent); // delay portal render - } else if(ent[2].edge !== undefined) { - renderLink(ent); - } else if(ent[2].capturedRegion !== undefined) { - $.each(ent[2].capturedRegion, function(ind, vertex) { - if(p2f[vertex.guid] === undefined) - p2f[vertex.guid] = new Array(); - p2f[vertex.guid].push(ent[0]); - }); - renderField(ent); - } else { - throw('Unknown entity: ' + JSON.stringify(ent)); - } - }); - }); - - $.each(ppp, function(ind, portal) { - if(portal[2].portalV2['linkedFields'] === undefined) { - portal[2].portalV2['linkedFields'] = []; - } - if(p2f[portal[0]] !== undefined) { - $.merge(p2f[portal[0]], portal[2].portalV2['linkedFields']); - portal[2].portalV2['linkedFields'] = uniqueArray(p2f[portal[0]]); - } - }); - - // Preserve and restore "selectedPortal" between portal re-render - if(portalUpdateAvailable) var oldSelectedPortal = selectedPortal; - - runHooks('portalDataLoaded', {portals : ppp}); - $.each(ppp, function(ind, portal) { renderPortal(portal); }); - - var selectedPortalLayer = portals[oldSelectedPortal]; - if(portalUpdateAvailable && selectedPortalLayer) selectedPortal = oldSelectedPortal; - - if(selectedPortalLayer) { - try { - selectedPortalLayer.bringToFront(); - } catch(e) { /* portal is now visible, catch Leaflet error */ } - } - - if(portalInUrlAvailable) { - renderPortalDetails(urlPortal); - urlPortal = null; // select it only once - } - - if(portalUpdateAvailable) renderPortalDetails(selectedPortal); - resolvePlayerNames(); -} - -// removes entities that are still handled by Leaflet, although they -// do not intersect the current viewport. -window.cleanUp = function() { - var cnt = [0,0,0]; - var b = getPaddedBounds(); - var minlvl = getMinPortalLevel(); - for(var i = 0; i < portalsLayers.length; i++) { - // i is also the portal level - portalsLayers[i].eachLayer(function(item) { - var itemGuid = item.options.guid; - // check if 'item' is a portal - if(getTypeByGuid(itemGuid) != TYPE_PORTAL) return true; - // portal must be in bounds and have a high enough level. Also don’t - // remove if it is selected. - if(itemGuid == window.selectedPortal || - (b.contains(item.getLatLng()) && i >= minlvl)) return true; - cnt[0]++; - portalsLayers[i].removeLayer(item); - }); - } - linksLayer.eachLayer(function(link) { - if(b.intersects(link.getBounds())) return; - cnt[1]++; - linksLayer.removeLayer(link); - }); - fieldsLayer.eachLayer(function(field) { - if(b.intersects(field.getBounds())) return; - cnt[2]++; - fieldsLayer.removeLayer(field); - }); - console.log('removed out-of-bounds: '+cnt[0]+' portals, '+cnt[1]+' links, '+cnt[2]+' fields'); -} - - -// removes given entity from map -window.removeByGuid = function(guid) { - switch(getTypeByGuid(guid)) { - case TYPE_PORTAL: - if(!window.portals[guid]) return; - var p = window.portals[guid]; - for(var i = 0; i < portalsLayers.length; i++) - portalsLayers[i].removeLayer(p); - break; - case TYPE_LINK: - if(!window.links[guid]) return; - linksLayer.removeLayer(window.links[guid]); - break; - case TYPE_FIELD: - if(!window.fields[guid]) return; - fieldsLayer.removeLayer(window.fields[guid]); - break; - case TYPE_RESONATOR: - if(!window.resonators[guid]) return; - var r = window.resonators[guid]; - for(var i = 1; i < portalsLayers.length; i++) - portalsLayers[i].removeLayer(r); - break; - default: - console.warn('unknown GUID type: ' + guid); - //window.debug.printStackTrace(); - } -} - - - -// renders a portal on the map from the given entity -window.renderPortal = function(ent) { - if(Object.keys(portals).length >= MAX_DRAWN_PORTALS && ent[0] !== selectedPortal) - return removeByGuid(ent[0]); - - // hide low level portals on low zooms - var portalLevel = getPortalLevel(ent[2]); - if(portalLevel < getMinPortalLevel() && ent[0] !== selectedPortal) - return removeByGuid(ent[0]); - - var team = getTeam(ent[2]); - - // do nothing if portal did not change - var layerGroup = portalsLayers[parseInt(portalLevel)]; - var old = findEntityInLeaflet(layerGroup, window.portals, ent[0]); - if(old) { - var oo = old.options; - - // Default checks to see if a portal needs to be re-rendered - var u = oo.team !== team; - u = u || oo.level !== portalLevel; - - // Allow plugins to add additional conditions as to when a portal gets re-rendered - var hookData = {portal: ent[2], oldPortal: oo.details, reRender: false}; - runHooks('beforePortalReRender', hookData); - u = u || hookData.reRender; - - // nothing changed that requires re-rendering the portal. - if(!u) { - // let resos handle themselves if they need to be redrawn - renderResonators(ent, old); - // update stored details for portal details in sidebar. - old.options.details = ent[2]; - return; - } - } - - // there were changes, remove old portal. Don’t put this in old, in - // case the portal changed level and findEntityInLeaflet doesn’t find - // it. - removeByGuid(ent[0]); - - var latlng = [ent[2].locationE6.latE6/1E6, ent[2].locationE6.lngE6/1E6]; - - // pre-loads player names for high zoom levels - loadPlayerNamesForPortal(ent[2]); - - var lvWeight = Math.max(2, Math.floor(portalLevel) / 1.5); - var lvRadius = Math.floor(portalLevel) + 4; - if(team === window.TEAM_NONE) { - lvRadius = 7; - } - - var p = L.circleMarker(latlng, { - radius: lvRadius + (L.Browser.mobile ? PORTAL_RADIUS_ENLARGE_MOBILE : 0), - color: ent[0] === selectedPortal ? COLOR_SELECTED_PORTAL : COLORS[team], - opacity: 1, - weight: lvWeight, - fillColor: COLORS[team], - fillOpacity: 0.5, - clickable: true, - level: portalLevel, - team: team, - details: ent[2], - guid: ent[0]}); - - p.on('remove', function() { - var portalGuid = this.options.guid - - // remove attached resonators, skip if - // all resonators have already removed by zooming - if(isResonatorsShow()) { - for(var i = 0; i <= 7; i++) - removeByGuid(portalResonatorGuid(portalGuid, i)); - } - delete window.portals[portalGuid]; - if(window.selectedPortal === portalGuid) { - window.unselectOldPortal(); - window.map.removeLayer(window.portalAccessIndicator); - window.portalAccessIndicator = null; - } - }); - - p.on('add', function() { - // enable for debugging - if(window.portals[this.options.guid]) throw('duplicate portal detected'); - window.portals[this.options.guid] = this; - // handles the case where a selected portal gets removed from the - // map by hiding all portals with said level - if(window.selectedPortal !== this.options.guid) - window.portalResetColor(this); - }); - - p.on('click', function() { window.renderPortalDetails(ent[0]); }); - p.on('dblclick', function() { - window.renderPortalDetails(ent[0]); - window.map.setView(latlng, 17); - }); - - window.renderResonators(ent, null); - - window.runHooks('portalAdded', {portal: p}); - p.addTo(layerGroup); -} - -window.renderResonators = function(ent, portalLayer) { - if(!isResonatorsShow()) return; - - var portalLevel = getPortalLevel(ent[2]); - if(portalLevel < getMinPortalLevel() && ent[0] !== selectedPortal) return; - var portalLatLng = [ent[2].locationE6.latE6/1E6, ent[2].locationE6.lngE6/1E6]; - - var layerGroup = portalsLayers[parseInt(portalLevel)]; - var reRendered = false; - $.each(ent[2].resonatorArray.resonators, function(i, rdata) { - // skip if resonator didn't change - if(portalLayer) { - var oldRes = findEntityInLeaflet(layerGroup, window.resonators, portalResonatorGuid(ent[0], i)); - if(oldRes && isSameResonator(oldRes.options.details, rdata)) return true; - if(oldRes) { - if(isSameResonator(oldRes.options.details, rdata)) return true; - removeByGuid(oldRes.options.guid); - } - } - - // skip and remove old resonator if no new resonator - if(rdata === null) { - return true; - } - - // offset in meters - var dn = rdata.distanceToPortal*SLOT_TO_LAT[rdata.slot]; - var de = rdata.distanceToPortal*SLOT_TO_LNG[rdata.slot]; - - // Coordinate offset in radians - var dLat = dn/EARTH_RADIUS; - var dLon = de/(EARTH_RADIUS*Math.cos(Math.PI/180*(ent[2].locationE6.latE6/1E6))); - - // OffsetPosition, decimal degrees - var lat0 = ent[2].locationE6.latE6/1E6 + dLat * 180/Math.PI; - var lon0 = ent[2].locationE6.lngE6/1E6 + dLon * 180/Math.PI; - var Rlatlng = [lat0, lon0]; - - var resoGuid = portalResonatorGuid(ent[0], i); - - // the resonator - var resoStyle = - ent[0] === selectedPortal ? OPTIONS_RESONATOR_SELECTED : OPTIONS_RESONATOR_NON_SELECTED; - var resoProperty = $.extend({ - opacity: 1, - fillColor: COLORS_LVL[rdata.level], - fillOpacity: rdata.energyTotal/RESO_NRG[rdata.level], - clickable: false, - guid: resoGuid - }, resoStyle); - - var reso = L.circleMarker(Rlatlng, resoProperty); - - // line connecting reso to portal - var connStyle = - ent[0] === selectedPortal ? OPTIONS_RESONATOR_LINE_SELECTED : OPTIONS_RESONATOR_LINE_NON_SELECTED; - var connProperty = $.extend({ - color: '#FFA000', - dashArray: '0,10,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4', - fill: false, - clickable: false - }, connStyle); - - var conn = L.polyline([portalLatLng, Rlatlng], connProperty); - - - // put both in one group, so they can be handled by the same logic. - var r = L.layerGroup([reso, conn]); - r.options = { - level: rdata.level, - details: rdata, - pDetails: ent[2], - guid: resoGuid - }; - - // However, LayerGroups (and FeatureGroups) don’t fire add/remove - // events, thus this listener will be attached to the resonator. It - // doesn’t matter to which element these are bound since Leaflet - // will add/remove all elements of the LayerGroup at once. - reso.on('remove', function() { delete window.resonators[this.options.guid]; }); - reso.on('add', function() { - if(window.resonators[this.options.guid]) { - console.error('dup reso: ' + this.options.guid); - window.debug.printStackTrace(); - } - window.resonators[this.options.guid] = r; - }); - - r.addTo(portalsLayers[parseInt(portalLevel)]); - reRendered = true; - }); - // if there is any resonator re-rendered, bring portal to front - if(reRendered && portalLayer) portalLayer.bringToFront(); -} - -// append portal guid with -resonator-[slot] to get guid for resonators -window.portalResonatorGuid = function(portalGuid, slot) { - return portalGuid + '-resonator-' + slot; -} - -window.isResonatorsShow = function() { - return map.getZoom() >= RESONATOR_DISPLAY_ZOOM_LEVEL; -} - -window.isSameResonator = function(oldRes, newRes) { - if(!oldRes && !newRes) return true; - if(typeof oldRes !== typeof newRes) return false; - if(oldRes.level !== newRes.level) return false; - if(oldRes.energyTotal !== newRes.energyTotal) return false; - if(oldRes.distanceToPortal !== newRes.distanceToPortal) return false; - return true; -} - -window.portalResetColor = function(portal) { - portal.setStyle({color: COLORS[getTeam(portal.options.details)]}); - resonatorsResetStyle(portal.options.guid); -} - -window.resonatorsResetStyle = function(portalGuid) { - window.resonatorsSetStyle(portalGuid, OPTIONS_RESONATOR_NON_SELECTED, OPTIONS_RESONATOR_LINE_NON_SELECTED); -} - -window.resonatorsSetSelectStyle = function(portalGuid) { - window.resonatorsSetStyle(portalGuid, OPTIONS_RESONATOR_SELECTED, OPTIONS_RESONATOR_LINE_SELECTED); -} - -window.resonatorsSetStyle = function(portalGuid, resoStyle, lineStyle) { - for(var i = 0; i < 8; i++) { - resonatorLayerGroup = resonators[portalResonatorGuid(portalGuid, i)]; - if(!resonatorLayerGroup) continue; - // bring resonators and their connection lines to front separately. - // this way the resonators are drawn on top of the lines. - resonatorLayerGroup.eachLayer(function(layer) { - if (!layer.options.guid) // Resonator line - layer.bringToFront().setStyle(lineStyle); - }); - resonatorLayerGroup.eachLayer(function(layer) { - if (layer.options.guid) // Resonator - layer.bringToFront().setStyle(resoStyle); - }); - } - portals[portalGuid].bringToFront(); -} - -// renders a link on the map from the given entity -window.renderLink = function(ent) { - if(Object.keys(links).length >= MAX_DRAWN_LINKS) - return removeByGuid(ent[0]); - - // assume that links never change. If they do, they will have a - // different ID. - if(findEntityInLeaflet(linksLayer, links, ent[0])) return; - - var team = getTeam(ent[2]); - var edge = ent[2].edge; - var latlngs = [ - [edge.originPortalLocation.latE6/1E6, edge.originPortalLocation.lngE6/1E6], - [edge.destinationPortalLocation.latE6/1E6, edge.destinationPortalLocation.lngE6/1E6] - ]; - var poly = L.polyline(latlngs, { - color: COLORS[team], - opacity: 1, - weight:2, - clickable: false, - guid: ent[0], - smoothFactor: 0 // doesn’t work for two points anyway, so disable - }); - - // determine which links are very short and don’t render them at all. - // in most cases this will go unnoticed, but improve rendering speed. - poly._map = window.map; - poly.projectLatlngs(); - var op = poly._originalPoints; - var dist = Math.abs(op[0].x - op[1].x) + Math.abs(op[0].y - op[1].y); - if(dist <= 10) { - return; - } - - if(!getPaddedBounds().intersects(poly.getBounds())) return; - - poly.on('remove', function() { delete window.links[this.options.guid]; }); - poly.on('add', function() { - // enable for debugging - if(window.links[this.options.guid]) throw('duplicate link detected'); - window.links[this.options.guid] = this; - this.bringToBack(); - }); - poly.addTo(linksLayer); -} - -// renders a field on the map from a given entity -window.renderField = function(ent) { - if(Object.keys(fields).length >= MAX_DRAWN_FIELDS) - return window.removeByGuid(ent[0]); - - // assume that fields never change. If they do, they will have a - // different ID. - if(findEntityInLeaflet(fieldsLayer, fields, ent[0])) return; - - var team = getTeam(ent[2]); - var reg = ent[2].capturedRegion; - var latlngs = [ - [reg.vertexA.location.latE6/1E6, reg.vertexA.location.lngE6/1E6], - [reg.vertexB.location.latE6/1E6, reg.vertexB.location.lngE6/1E6], - [reg.vertexC.location.latE6/1E6, reg.vertexC.location.lngE6/1E6] - ]; - - var poly = L.polygon(latlngs, { - fillColor: COLORS[team], - fillOpacity: 0.25, - stroke: false, - clickable: false, - smoothFactor: 0, // hiding small fields will be handled below - vertices: reg, - lastUpdate: ent[1], - guid: ent[0]}); - - // determine which fields are too small to be rendered and don’t - // render them, so they don’t count towards the maximum fields limit. - // This saves some DOM operations as well, but given the relatively - // low amount of fields there isn’t much to gain. - // The algorithm is the same as used by Leaflet. - poly._map = window.map; - poly.projectLatlngs(); - var count = L.LineUtil.simplify(poly._originalPoints, 6).length; - if(count <= 2) return; - - if(!getPaddedBounds().intersects(poly.getBounds())) return; - - poly.on('remove', function() { delete window.fields[this.options.guid]; }); - poly.on('add', function() { - // enable for debugging - if(window.fields[this.options.guid]) console.warn('duplicate field detected'); - window.fields[this.options.guid] = this; - this.bringToBack(); - }); - poly.addTo(fieldsLayer); -} - - -// looks for the GUID in either the layerGroup or entityHash, depending -// on which is faster. Will either return the Leaflet entity or null, if -// it does not exist. -// For example, to find a field use the function like this: -// field = findEntityInLeaflet(fieldsLayer, fields, 'asdasdasd'); -window.findEntityInLeaflet = function(layerGroup, entityHash, guid) { - // fast way - if(map.hasLayer(layerGroup)) return entityHash[guid] || null; - - // slow way in case the layer is currently hidden - var ent = null; - layerGroup.eachLayer(function(entity) { - if(entity.options.guid !== guid) return true; - ent = entity; - return false; - }); - return ent; -} - - - -// REQUEST HANDLING ////////////////////////////////////////////////// -// note: only meant for portal/links/fields request, everything else -// does not count towards “loading” - -window.activeRequests = []; -window.failedRequestCount = 0; - -window.requests = function() {} - -window.requests.add = function(ajax) { - window.activeRequests.push(ajax); - renderUpdateStatus(); -} - -window.requests.remove = function(ajax) { - window.activeRequests.splice(window.activeRequests.indexOf(ajax), 1); - renderUpdateStatus(); +function wrapper(){function boot(){window.debug.console.overwriteNativeIfRequired(),console.log("loading done, booting. Built: 2013-03-11-080223"),window.deviceID&&console.log("Your device ID: "+window.deviceID),window.runOnSmartphonesBeforeBoot();var e="https://iitcserv.appspot.com/dist/images";L.Icon.Default.imagePath=e,window.iconEnl=L.Icon.Default.extend({options:{iconUrl:e+"/marker-green.png"}}),window.iconRes=L.Icon.Default.extend({options:{iconUrl:e+"/marker-blue.png"}}),window.setupTaphold(),window.setupStyles(),window.setupDialogs(),window.setupMap(),window.setupGeosearch(),window.setupRedeem(),window.setupLargeImagePreview(),window.setupSidebarToggle(),window.updateGameScore(),window.setupPlayerStat(),window.setupTooltips(),window.chat.setup(),window.setupQRLoadLib(),window.setupLayerChooserSelectOne(),window.setupBackButton(),urlPortal=getURLParam("pguid");var t=window.PLAYER.nickname;window.PLAYER.nickMatcher=new RegExp("\b("+t+")\b","ig"),$("#sidebar").show(),window.bootPlugins&&$.each(window.bootPlugins,function(e,t){t()}),$("#scrollwrapper").css("max-height",$("#sidebar").get(0).scrollHeight+3+"px"),window.runOnSmartphonesAfterBoot(),setTimeout("window.map.invalidateSize(false);",500),window.iitcLoaded=!0}function asyncLoadScript(e){return function(t,n){var r=document.createElement("script");r.type="text/javascript",r.src=e,r.onload=t,r.onerror=n,r.onreadystatechange=function(){var e=this.readyState;if(e==="loaded"||e==="complete")r.onreadystatechange=null,t()},head.insertBefore(r,head.firstChild)}}L_PREFER_CANVAS=!1,window.REFRESH=30,window.ZOOM_LEVEL_ADJ=5,window.REFRESH_GAME_SCORE=300,window.MAX_IDLE_TIME=4,window.PRECACHE_PLAYER_NAMES_ZOOM=17,window.HIDDEN_SCROLLBAR_ASSUMED_WIDTH=20,window.SIDEBAR_WIDTH=300,window.CHAT_MIN_RANGE=6,window.VIEWPORT_PAD_RATIO=.3,window.CHAT_PUBLIC_ITEMS=200,window.CHAT_FACTION_ITEMS=50,window.CHAT_REQUEST_SCROLL_TOP=200,window.CHAT_SHRINKED=60,window.MAX_DRAWN_PORTALS=1e3,window.MAX_DRAWN_LINKS=400,window.MAX_DRAWN_FIELDS=200,window.RESONATOR_DISPLAY_ZOOM_LEVEL=17,window.FIELD_MU_DISPLAY_AREA_ZOOM_RATIO=.001,window.FIELD_MU_DISPLAY_POINT_TOLERANCE=60,window.COLOR_SELECTED_PORTAL="#f00",window.COLORS=["#FFCE00","#0088FF","#03DC03"],window.COLORS_LVL=["#000","#FECE5A","#FFA630","#FF7315","#E40000","#FD2992","#EB26CD","#C124E0","#9627F4"],window.COLORS_MOD={VERY_RARE:"#F78AF6",RARE:"#AD8AFF",COMMON:"#84FBBD"},window.OPTIONS_RESONATOR_SELECTED={color:"#fff",weight:2,radius:4},window.OPTIONS_RESONATOR_NON_SELECTED={color:"#aaa",weight:1,radius:3},window.OPTIONS_RESONATOR_LINE_SELECTED={opacity:.7,weight:3},window.OPTIONS_RESONATOR_LINE_NON_SELECTED={opacity:.25,weight:2},window.ACCESS_INDICATOR_COLOR="orange",window.RANGE_INDICATOR_COLOR="red",window.PORTAL_RADIUS_ENLARGE_MOBILE=5,window.DEFAULT_PORTAL_IMG="https://commondatastorage.googleapis.com/ingress/img/default-portal-image.png",window.NOMINATIM="http://nominatim.openstreetmap.org/search?format=json&limit=1&q=",window.RESO_NRG=[0,1e3,1500,2e3,2500,3e3,4e3,5e3,6e3],window.MAX_XM_PER_LEVEL=[0,3e3,4e3,5e3,6e3,7e3,8e3,9e3,1e4],window.MIN_AP_FOR_LEVEL=[0,1e4,3e4,7e4,15e4,3e5,6e5,12e5],window.HACK_RANGE=40,window.OCTANTS=["E","NE","N","NW","W","SW","S","SE"],window.DESTROY_RESONATOR=75,window.DESTROY_LINK=187,window.DESTROY_FIELD=750,window.CAPTURE_PORTAL=500,window.DEPLOY_RESONATOR=125,window.COMPLETION_BONUS=250,window.UPGRADE_ANOTHERS_RESONATOR=65,window.MAX_PORTAL_LEVEL=8,window.MAX_RESO_PER_PLAYER=[0,8,4,4,4,2,2,1,1],window.TEAM_NONE=0,window.TEAM_RES=1,window.TEAM_ENL=2,window.TEAM_TO_CSS=["none","res","enl"],window.TYPE_UNKNOWN=0,window.TYPE_PORTAL=1,window.TYPE_LINK=2,window.TYPE_FIELD=3,window.TYPE_PLAYER=4,window.TYPE_CHAT=5,window.TYPE_RESONATOR=6,window.SLOT_TO_LAT=[0,Math.sqrt(2)/2,1,Math.sqrt(2)/2,0,-Math.sqrt(2)/2,-1,-Math.sqrt(2)/2],window.SLOT_TO_LNG=[1,Math.sqrt(2)/2,0,-Math.sqrt(2)/2,-1,-Math.sqrt(2)/2,0,Math.sqrt(2)/2],window.EARTH_RADIUS=6378137,window.DEG2RAD=Math.PI/180;var refreshTimeout,urlPortal=null;window.playersToResolve=[],window.playersInResolving=[],window.selectedPortal=null,window.portalRangeIndicator=null,window.portalAccessIndicator=null,window.mapRunsUserAction=!1;var portalsLayers,linksLayer,fieldsLayer;window.portals={},window.links={},window.fields={},window.resonators={},typeof window.plugin!="function"&&(window.plugin=function(){}),window._hooks={},window.VALID_HOOKS=["portalAdded","portalDetailsUpdated","publicChatDataAvailable","portalDataLoaded","beforePortalReRender","checkRenderLimit","requestFinished"],window.runHooks=function(e,t){if(VALID_HOOKS.indexOf(e)===-1)throw"Unknown event type: "+e;if(!_hooks[e])return;$.each(_hooks[e],function(e,n){n(t)})},window.addHook=function(e,t){if(VALID_HOOKS.indexOf(e)===-1)throw"Unknown event type: "+e;if(typeof t!="function")throw"Callback must be a function.";_hooks[e]?_hooks[e].push(t):_hooks[e]=[t]},window.requestData=function(){console.log("refreshing data"),requests.abort(),cleanUp();var e=convertCenterLat(map.getCenter().lat),t=calculateR(e),n=map.getBounds();topRight=convertLatLngToPoint(n.getNorthEast(),e,t),bottomLeft=convertLatLngToPoint(n.getSouthWest(),e,t),quadsX=Math.abs(bottomLeft.x-topRight.x),quadsY=Math.abs(bottomLeft.y-topRight.y),tiles={};for(var r=0;r<=quadsX;r++){var i=Math.abs(topRight.x-r),s=pointToQuadKey(i,topRight.y),o=convertPointToLatLng(i,topRight.y,e,t);tiles[s.slice(0,-1)]||(tiles[s.slice(0,-1)]=[]),tiles[s.slice(0,-1)].push(generateBoundsParams(s,o));for(var u=1;u<=quadsY;u++){var s=pointToQuadKey(i,topRight.y+u),o=convertPointToLatLng(i,topRight.y+u,e,t);tiles[s.slice(0,-1)]||(tiles[s.slice(0,-1)]=[]),tiles[s.slice(0,-1)].push(generateBoundsParams(s,o))}}portalRenderLimit.init(),$.each(tiles,function(e,t){data={minLevelOfDetail:-1},data.boundsParamsList=t,window.requests.add(window.postAjax("getThinnedEntitiesV2",data,window.handleDataResponse,window.handleFailedRequest))})},window.handleFailedRequest=function(){if(requests.isLastRequest("getThinnedEntitiesV2")){var e=portalRenderLimit.mergeLowLevelPortals(null);handlePortalsRender(e)}runHooks("requestFinished",{success:!1})},window.handleDataResponse=function(e,t,n){if(!e||!e.result){window.failedRequestCount++,console.warn(e),handleFailedRequest();return}var r=e.result.map,i=[],s={};$.each(r,function(e,t){$.each(t.deletedGameEntityGuids||[],function(e,t){getTypeByGuid(t)===TYPE_FIELD&&window.fields[t]!==undefined&&$.each(window.fields[t].options.vertices,function(e,n){if(window.portals[n.guid]===undefined)return!0;fieldArray=window.portals[n.guid].options.details.portalV2.linkedFields,fieldArray.splice($.inArray(t,fieldArray),1)}),window.removeByGuid(t)}),$.each(t.gameEntities||[],function(e,t){if(t[2].turret!==undefined){var n=[t[2].locationE6.latE6/1e6,t[2].locationE6.lngE6/1e6];if(!window.getPaddedBounds().contains(n)&&selectedPortal!==t[0]&&urlPortal!==t[0])return;i.push(t)}else if(t[2].edge!==undefined)renderLink(t);else{if(t[2].capturedRegion===undefined)throw"Unknown entity: "+JSON.stringify(t);$.each(t[2].capturedRegion,function(e,n){s[n.guid]===undefined&&(s[n.guid]=new Array),s[n.guid].push(t[0])}),renderField(t)}})}),$.each(i,function(e,t){t[2].portalV2.linkedFields===undefined&&(t[2].portalV2.linkedFields=[]),s[t[0]]!==undefined&&($.merge(s[t[0]],t[2].portalV2.linkedFields),t[2].portalV2.linkedFields=uniqueArray(s[t[0]]))});var o=portalRenderLimit.splitOrMergeLowLevelPortals(i);handlePortalsRender(o),resolvePlayerNames(),renderUpdateStatus(),runHooks("requestFinished",{success:!0})},window.handlePortalsRender=function(e){var t=!1,n=selectedPortal;runHooks("portalDataLoaded",{portals:e}),$.each(e,function(e,n){urlPortal&&n[0]===urlPortal&&(t=!0),renderPortal(n)});var r=e[n];if(r){selectedPortal=n,renderPortalDetails(selectedPortal);try{r.bringToFront()}catch(i){}}t&&(renderPortalDetails(urlPortal),urlPortal=null)},window.cleanUp=function(){var e=[0,0,0],t=getPaddedBounds(),n=getMinPortalLevel();for(var r=0;r=n)return!0;e[0]++,portalsLayers[r].removeLayer(s)});linksLayer.eachLayer(function(n){if(t.intersects(n.getBounds()))return;e[1]++,linksLayer.removeLayer(n)}),fieldsLayer.eachLayer(function(n){n.eachLayer(function(r){if(!r.options.guid)return!0;if(t.intersects(r.getBounds()))return;e[2]++,fieldsLayer.removeLayer(n)})}),console.log("removed out-of-bounds: "+e[0]+" portals, "+e[1]+" links, "+e[2]+" fields")},window.removeByGuid=function(e){switch(getTypeByGuid(e)){case TYPE_PORTAL:if(!window.portals[e])return;var t=window.portals[e];for(var n=0;n=MAX_DRAWN_PORTALS&&e[0]!==selectedPortal)return removeByGuid(e[0]);var t=getPortalLevel(e[2]);if(t=RESONATOR_DISPLAY_ZOOM_LEVEL},window.isSameResonator=function(e,t){return!e&&!t?!0:!e||!t?!1:typeof e!=typeof t?!1:e.level!==t.level?!1:e.energyTotal!==t.energyTotal?!1:e.distanceToPortal!==t.distanceToPortal?!1:!0},window.portalResetColor=function(e){e.setStyle({color:COLORS[getTeam(e.options.details)]}),resonatorsResetStyle(e.options.guid)},window.resonatorsResetStyle=function(e){window.resonatorsSetStyle(e,OPTIONS_RESONATOR_NON_SELECTED,OPTIONS_RESONATOR_LINE_NON_SELECTED)},window.resonatorsSetSelectStyle=function(e){window.resonatorsSetStyle(e,OPTIONS_RESONATOR_SELECTED,OPTIONS_RESONATOR_LINE_SELECTED)},window.resonatorsSetStyle=function(e,t,n){for(var r=0;r<8;r++){resonatorLayerGroup=resonators[portalResonatorGuid(e,r)];if(!resonatorLayerGroup)continue;resonatorLayerGroup.eachLayer(function(e){e.options.guid||e.bringToFront().setStyle(n)}),resonatorLayerGroup.eachLayer(function(e){e.options.guid&&e.bringToFront().setStyle(t)})}portals[e].bringToFront()},window.renderLink=function(e){if(Object.keys(links).length>=MAX_DRAWN_LINKS)return removeByGuid(e[0]);if(findEntityInLeaflet(linksLayer,links,e[0]))return;var t=getTeam(e[2]),n=e[2].edge,r=[[n.originPortalLocation.latE6/1e6,n.originPortalLocation.lngE6/1e6],[n.destinationPortalLocation.latE6/1e6,n.destinationPortalLocation.lngE6/1e6]],i=L.polyline(r,{color:COLORS[t],opacity:1,weight:2,clickable:!1,guid:e[0],data:e[2],smoothFactor:0});i._map=window.map,i.projectLatlngs();var s=i._originalPoints,o=Math.abs(s[0].x-s[1].x)+Math.abs(s[0].y-s[1].y);if(o<=10)return;if(!getPaddedBounds().intersects(i.getBounds()))return;i.on("remove",function(){delete window.links[this.options.guid]}),i.on("add",function(){if(window.links[this.options.guid])throw"duplicate link detected";window.links[this.options.guid]=this,this.bringToBack()}),i.addTo(linksLayer)},window.renderField=function(e){if(Object.keys(fields).length>=MAX_DRAWN_FIELDS)return window.removeByGuid(e[0]);var t=findEntityInLeaflet(fieldsLayer,window.fields,e[0]);if(t&&map.getZoom()===t.options.creationZoom)return;var n=getTeam(e[2]),r=e[2].capturedRegion,i=[L.latLng(r.vertexA.location.latE6/1e6,r.vertexA.location.lngE6/1e6),L.latLng(r.vertexB.location.latE6/1e6,r.vertexB.location.lngE6/1e6),L.latLng(r.vertexC.location.latE6/1e6,r.vertexC.location.lngE6/1e6)],s=L.polygon(i,{fillColor:COLORS[n],fillOpacity:.25,stroke:!1,clickable:!1,smoothFactor:0,guid:e[0]});s._map=window.map,s.projectLatlngs();var o=L.LineUtil.simplify(s._originalPoints,6).length;if(o<=2)return;if(!getPaddedBounds().intersects(s.getBounds()))return;var u=calcTriArea(i)/Math.exp(14.2714860198866-1.384987247*map.getZoom()),a=L.LineUtil.simplify(s._originalPoints,FIELD_MU_DISPLAY_POINT_TOLERANCE).length;if(t){var f=0;t.eachLayer(function(e){f++});if(u>FIELD_MU_DISPLAY_AREA_ZOOM_RATIO&&a>2&&f===2)return;if(u<=FIELD_MU_DISPLAY_AREA_ZOOM_RATIO&&a<=2&&f===1)return;removeByGuid(e[0])}if(u>FIELD_MU_DISPLAY_AREA_ZOOM_RATIO&&a>2)var l=[(i[0].lat+i[1].lat+i[2].lat)/3,(i[0].lng+i[1].lng+i[2].lng)/3],c=L.marker(l,{icon:L.divIcon({className:"fieldmu",iconSize:[70,12],html:digits(e[2].entityScore.entityScore)}),clickable:!1}),h=L.layerGroup([s,c]);else var h=L.layerGroup([s]);h.options={vertices:r,lastUpdate:e[1],creationZoom:map.getZoom(),guid:e[0],data:e[2]},s.on("remove",function(){delete window.fields[this.options.guid]}),s.on("add",function(){window.fields[this.options.guid]&&console.warn("duplicate field detected"),window.fields[this.options.guid]=h,this.bringToBack()}),h.addTo(fieldsLayer)},window.findEntityInLeaflet=function(e,t,n){if(map.hasLayer(e))return t[n]||null;var r=null;return e.eachLayer(function(e){return e.options.guid!==n?!0:(r=e,!1)}),r},window.activeRequests=[],window.failedRequestCount=0,window.requests=function(){},window.requests.add=function(e){window.activeRequests.push(e),renderUpdateStatus()},window.requests.remove=function(e){window.activeRequests.splice(window.activeRequests.indexOf(e),1),renderUpdateStatus()},window.requests.abort=function(){$.each(window.activeRequests,function(e,t){t&&t.abort()}),window.activeRequests=[],window.failedRequestCount=0,window.chat._requestPublicRunning=!1,window.chat._requestFactionRunning=!1,renderUpdateStatus()},window.renderUpdateStatus=function(){var e="map status: ";mapRunsUserAction?e+="paused during interaction":isIdle()?e+='Idle, not updating.':window.activeRequests.length>0?e+=window.activeRequests.length+" requests running.":e+="Up to date.",renderLimitReached()&&(e+=' RENDER LIMIT '),window.failedRequestCount>0&&(e+=' '+window.failedRequestCount+" failed."),e+="
(";var t=getMinPortalLevel();t===0?e+="loading all portals":e+="only loading portals with level "+t+" and up",e+=")";var n=$(".leaflet-control-layers-overlays label");n.slice(0,t+1).addClass("disabled").attr("title","Zoom in to show those."),n.slice(t,8).removeClass("disabled").attr("title",""),$("#updatestatus").html(e)},window.startRefreshTimeout=function(e){window.renderUpdateStatus(),refreshTimeout&&clearTimeout(refreshTimeout);var t=0;if(e)t=e;else{t=REFRESH*1e3;var n=ZOOM_LEVEL_ADJ*(18-window.map.getZoom());n>0&&(t+=n*1e3)}var r=(new Date((new Date).getTime()+t)).toLocaleTimeString();console.log("planned refresh: "+r),refreshTimeout=setTimeout(window.requests._callOnRefreshFunctions,t)},window.requests._onRefreshFunctions=[],window.requests._callOnRefreshFunctions=function(){startRefreshTimeout();if(isIdle()){console.log("user has been idle for "+idleTime+" minutes. Skipping refresh."),renderUpdateStatus();return}console.log("refreshing"),$.each(window.requests._onRefreshFunctions,function(e,t){t()})},window.requests.addRefreshFunction=function(e){window.requests._onRefreshFunctions.push(e)},window.requests.isLastRequest=function(e){var t=!0;return $.each(window.activeRequests,function(n,r){if(r.action===e)return t=!1,!1}),t},window.layerGroupLength=function(e){var t=0,n=e._layers;return n&&(t=Object.keys(n).length),t},window.getURLParam=function(e){var t=document.URL,n=t.indexOf(e);return n<=-1?"":(t=t.substr(n),n=t.indexOf("&"),n>=0&&(t=t.substr(0,n)),t.replace(e+"=",""))};var cookies;window.readCookie=function(e,t,n,r){if(cookies)return cookies[e];t=document.cookie.split("; "),cookies={};for(r=t.length-1;r>=0;r--)n=t[r].split("="),cookies[n[0]]=unescape(n[1]);return cookies[e]},window.writeCookie=function(e,t){document.cookie=e+"="+t+"; expires=Thu, 31 Dec 2020 23:59:59 GMT; path=/"},window.digits=function(e){return(e+"").replace(/(\d)(?=(\d\d\d)+(?!\d))/g,"$1 ")},window.postAjax=function(e,t,n,r){t=JSON.stringify($.extend({method:"dashboard."+e},t));var i=function(e,t,n){window.requests.remove(n)},s=function(e){window.failedRequestCount++,window.requests.remove(e)},o=$.ajax({url:"https://www.ingress.com/rpc/dashboard."+e,type:"POST",data:t,dataType:"json",success:[i,n],error:r?[s,r]:s,contentType:"application/json; charset=utf-8",beforeSend:function(e){e.setRequestHeader("X-CSRFToken",readCookie("csrftoken"))}});return o.action=e,o},window.unixTimeToString=function(e,t){if(!e)return null;var n=new Date(typeof e=="string"?parseInt(e):e),e=n.toLocaleTimeString(),r=n.getFullYear()+"-"+(n.getMonth()+1)+"-"+n.getDate();return typeof t!="undefined"&&t?r+" "+e:n.toDateString()==(new Date).toDateString()?e:r},window.unixTimeToHHmm=function(e){if(!e)return null;var t=new Date(typeof e=="string"?parseInt(e):e),n=""+t.getHours();n=n.length===1?"0"+n:n;var r=""+t.getMinutes();return r=r.length===1?"0"+r:r,n+":"+r},window.rangeLinkClick=function(){window.portalRangeIndicator&&window.map.fitBounds(window.portalRangeIndicator.getBounds()),window.isSmartphone&&window.smartphone.mapButton.click()},window.showPortalPosLinks=function(e,t){var n='
',r="",i='gmaps',s='OSM';alert('
'+n+r+i+" "+s+"
")},window.reportPortalIssue=function(e){var t="Redirecting you to a Google Help Page. + +The text box contains all necessary information. Press CTRL+C to copy it.",n=window.portals[window.selectedPortal].options.details,e="Your Nick: "+PLAYER.nickname+" "+"Portal: "+n.portalV2.descriptiveText.TITLE+" "+"Location: "+n.portalV2.descriptiveText.ADDRESS+" (lat "+n.locationE6.latE6/1e6+"; lng "+n.locationE6.lngE6/1e6+")";prompt(t,e)!==null&&(location.href="https://support.google.com/ingress?hl=en&contact=1")},window._storedPaddedBounds=undefined,window.getPaddedBounds=function(){_storedPaddedBounds===undefined&&map.on("zoomstart zoomend movestart moveend",function(){window._storedPaddedBounds=null});if(renderLimitReached(.7))return window.map.getBounds();if(window._storedPaddedBounds)return window._storedPaddedBounds;var e=window.map.getBounds().pad(VIEWPORT_PAD_RATIO);return window._storedPaddedBounds=e,e},window.renderLimitReached=function(e){e=e||1;if(Object.keys(portals).length*e>=MAX_DRAWN_PORTALS)return!0;if(Object.keys(links).length*e>=MAX_DRAWN_LINKS)return!0;if(Object.keys(fields).length*e>=MAX_DRAWN_FIELDS)return!0;var t={reached:!1};return window.runHooks("checkRenderLimit",t),t.reached},window.getMinPortalLevel=function(){var e=map.getZoom();if(e>=16)return 0;var t=["impossible",8,7,7,6,6,5,5,4,4,3,3,2,2,1,1],n=portalRenderLimit.getMinLevel(),r=n>t[e]?n:t[e];return r},window.scrollBottom=function(e){typeof e=="string"&&(e=$(e));try{return e.get(0).scrollHeight-e.innerHeight()-e.scrollTop()}catch(t){return console.warn("elmget undefined error"),debug.printStackTrace(),0}},window.zoomToAndShowPortal=function(e,t){map.setView(t,17),window.portals[e]?renderPortalDetails(e):urlPortal=e},window.getTypeByGuid=function(e){switch(e.slice(33)){case"11":case"12":return TYPE_PORTAL;case"9":return TYPE_LINK;case"b":return TYPE_FIELD;case"c":return TYPE_PLAYER;case"d":return TYPE_CHAT;default:if(e.slice(-11,-2)=="resonator")return TYPE_RESONATOR;return TYPE_UNKNOWN}},String.prototype.capitalize=function(){return this.charAt(0).toUpperCase()+this.slice(1).toLowerCase()},typeof String.prototype.startsWith!="function"&&(String.prototype.startsWith=function(e){return this.slice(0,e.length)===e}),window.prettyEnergy=function(e){return e>1e3?Math.round(e/1e3)+" k":e},window.setPermaLink=function(e){var t=map.getCenter(),n=Math.round(t.lat*1e6),r=Math.round(t.lng*1e6),i="latE6="+n+"&lngE6="+r+"&z="+(map.getZoom()-1);$(e).attr("href","https://www.ingress.com/intel?"+i)},window.uniqueArray=function(e){return $.grep(e,function(t,n){return $.inArray(t,e)===n})},window.genFourColumnTable=function(e){var t=$.map(e,function(e,t){return e?t%2===0?""+e[1]+""+e[0]+"":" "+e[0]+""+e[1]+"":""}).join("");return t.length%2===1&&t+"",t},window.convertTextToTableMagic=function(e){if(!e.match(/ /))return e.replace(/ +/g,"
");var t=[],n=0,r=e.split(" +");$.each(r,function(e,r){t[e]=r.split(" "),t[e].length>n&&(n=t[e].length)});var i="";return $.each(t,function(e,r){i+="",$.each(t[e],function(r,s){var o="";r===0&&t[e].length"+s+""}),i+=""}),i+="
",i},window.calcTriArea=function(e){return Math.abs((e[0].lat*(e[1].lng-e[2].lng)+e[1].lat*(e[2].lng-e[0].lng)+e[2].lat*(e[0].lng-e[1].lng))/2)},window.setupBackButton=function(){var e=window.isSmartphone()?window.smartphone.mapButton:$("#chatcontrols a.active");window.setupBackButton._actions=[e.get(0)],$("#chatcontrols a").click(function(){if($(this).hasClass("toggle"))return;window.setupBackButton._actions.push(this),window.setupBackButton._actions=window.setupBackButton._actions.slice(-2)}),window.goBack=function(){var e=window.setupBackButton._actions[0];if(!e)return;$(e).click(),window.setupBackButton._actions=[e]}},window.setupLargeImagePreview=function(){$("#portaldetails").on("click",".imgpreview",function(){var e=$("#largepreview");if(e.length>0){e.remove();return}var t=$(this).find("img")[0],n=t.naturalWidth/2,r=t.naturalHeight/2,i=$("#portaldetails").attr("class");$("body").append('
'+t.outerHTML+"
"),$("#largepreview").click(function(){$(this).remove()})})},window.setupLayerChooserSelectOne=function(){$(".leaflet-control-layers-overlays").on("click taphold","label",function(e){if(!e)return;if(!(e.metaKey||e.ctrlKey||e.shiftKey||e.altKey||e.type==="taphold"))return;var t=window.map,n=function(e){t.hasLayer(e.layer)||t.addLayer(e.layer)},r=function(e){t.hasLayer(e.layer)&&t.removeLayer(e.layer)},i=$(e.target).find("input").is(":checked"),s=$(".leaflet-control-layers-overlays input:checked").length;if(i&&s===1||s===0)$.each(window.layerChooser._layers,function(e,t){if(!t.overlay)return!0;n(t)});else{var o=$.trim($(e.target).text());$.each(window.layerChooser._layers,function(e,t){if(t.overlay!==!0)return!0;if(t.name===o)return n(t),!0;r(t)})}e.preventDefault()})},window.setupStyles=function(){$("head").append("")},window.setupMap=function(){$("#map").text("");var e={attribution:"Map data © OpenStreetMap contributors",maxZoom:18},t=new L.TileLayer("http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",e),n={attribution:"Map data © OpenStreetMap contributors, Imagery © CloudMade",maxZoom:18},r=new L.TileLayer("http://{s}.tile.cloudmade.com/654cef5fd49a432ab81267e200ecc502/22677/256/{z}/{x}/{y}.png",n),i=new L.TileLayer("http://{s}.tile.cloudmade.com/654cef5fd49a432ab81267e200ecc502/999/256/{z}/{x}/{y}.png",n),s=[i,r,t,new L.Google("INGRESS"),new L.Google("ROADMAP"),new L.Google("SATELLITE"),new L.Google("HYBRID")];window.map=new L.Map("map",$.extend(getPosition(),{zoomControl:localStorage["iitc.zoom.buttons"]!=="false"}));var o={};portalsLayers=[];for(var u=0;u<=8;u++){portalsLayers[u]=L.layerGroup([]),map.addLayer(portalsLayers[u]);var a=(u===0?"Unclaimed":"Level "+u)+" Portals";o[a]=portalsLayers[u]}fieldsLayer=L.layerGroup([]),map.addLayer(fieldsLayer,!0),o.Fields=fieldsLayer,linksLayer=L.layerGroup([]),map.addLayer(linksLayer,!0),o.Links=linksLayer,window.layerChooser=new L.Control.Layers({"OSM Midnight":s[0],"OSM Minimal":s[1],"OSM Mapnik":s[2],"Default Ingress Map":s[3],"Google Roads":s[4],"Google Satellite":s[5],"Google Hybrid":s[6]},o),map.addControl(window.layerChooser);try{map.addLayer(s[readCookie("ingress.intelmap.type")])}catch(f){map.addLayer(s[0])}map.attributionControl.setPrefix(""),map.on("moveend",window.storeMapPosition),map.on("zoomend",function(){window.storeMapPosition();if(isResonatorsShow())return;for(var e=1;e'+e+" "+'
'+''+PLAYER.nickname+""+'sign out'+"
"+'
'+"XM: "+u+"%"+""+(e<8?"level: "+s+"%":"max level")+""+"
"+""),$("#name").mouseenter(function(){$("#signout").show()}).mouseleave(function(){$("#signout").hide()})},window.setupSidebarToggle=function(){$("#sidebartoggle").on("click",function(){var e=$("#sidebartoggle"),t=$("#scrollwrapper");t.is(":visible")?(t.hide().css("z-index",1),$(".leaflet-right").css("margin-right","0"),e.html(''),e.css("right","0")):(t.css("z-index",1001).show(),$(".leaflet-right").css("margin-right",SIDEBAR_WIDTH+1+"px"),e.html(''),e.css("right",SIDEBAR_WIDTH+1+"px"))})},window.setupTooltips=function(e){e=e||$(document),e.tooltip({show:{effect:"hide",duration:0},hide:!1,open:function(e,t){t.tooltip.delay(300).fadeIn(0)},content:function(){var e=$(this).attr("title");return window.convertTextToTableMagic(e)}}),window.tooltipClearerHasBeenSetup||(window.tooltipClearerHasBeenSetup=!0,$(document).on("click",".ui-tooltip",function(){$(this).remove()}))},window.setupDialogs=function(){$("#dialog").dialog({autoOpen:!1,modal:!0,buttons:[{text:"OK",click:function(){$(this).dialog("close")}}]}),window.alert=function(e,t){var n=t?e:window.convertTextToTableMagic(e);$("#dialog").html(n).dialog("open")}},window.setupTaphold=function(){(function(e){function t(e){var t=jQuery(this);if(typeof t.data("events")!="undefined"&&typeof t.data("events").click!="undefined"){for(var n in t.data("events").click)if(t.data("events").click[n].namespace==""){var r=t.data("events").click[n].handler;t.data("taphold_click_handler",r),t.unbind("click",r);break}}else typeof e.data!="undefined"&&e.data!=null&&typeof e.data.clickHandler=="function"&&t.data("taphold_click_handler",e.data.clickHandler);t.data("taphold_triggered",!1),t.data("taphold_clicked",!1),t.data("taphold_cancelled",!1),t.data("taphold_timer",setTimeout(function(){!t.data("taphold_cancelled")&&!t.data("taphold_clicked")&&(t.trigger(jQuery.extend(e,jQuery.Event("taphold"))),t.data("taphold_triggered" +,!0))},1e3))}function n(e){var t=jQuery(this);if(t.data("taphold_cancelled"))return;clearTimeout(t.data("taphold_timer")),!t.data("taphold_triggered")&&!t.data("taphold_clicked")&&(typeof t.data("taphold_click_handler")=="function"&&t.data("taphold_click_handler")(jQuery.extend(e,jQuery.Event("click"))),t.data("taphold_clicked",!0))}function r(t){e(this).data("taphold_cancelled",!0)}var i=e.event.special.taphold={setup:function(i){e(this).bind("touchstart mousedown",i,t).bind("touchend mouseup",n).bind("touchmove mouseleave",r)},teardown:function(i){e(this).unbind("touchstart mousedown",t).unbind("touchend mouseup",n).unbind("touchmove mouseleave",r)}}})(jQuery)},window.setupQRLoadLib=function(){(function(e){e.fn.qrcode=function(t){function i(e){this.mode=n,this.data=e}function s(e,t){this.typeNumber=e,this.errorCorrectLevel=t,this.modules=null,this.moduleCount=0,this.dataCache=null,this.dataList=[]}function o(e,t){if(void 0==e.length)throw Error(e.length+"/"+t);for(var n=0;ne||this.moduleCount<=e||0>t||this.moduleCount<=t)throw Error(e+","+t);return this.modules[e][t]},getModuleCount:function(){return this.moduleCount},make:function(){if(1>this.typeNumber){for(var e=1,e=1;40>e;e++){for(var t=u.getRSBlocks(e,this.errorCorrectLevel),n=new a,r=0,i=0;i=n;n++)if(!(-1>=e+n||this.moduleCount<=e+n))for(var r=-1;7>=r;r++)-1>=t+r||this.moduleCount<=t+r||(this.modules[e+n][t+r]=0<=n&&6>=n&&(0==r||6==r)||0<=r&&6>=r&&(0==n||6==n)||2<=n&&4>=n&&2<=r&&4>=r?!0:!1)},getBestMaskPattern:function(){for(var e=0,t=0,n=0;8>n;n++){this.makeImpl(!0,n);var r=f.getLostPoint(this);if(0==n||e>r)e=r,t=n}return t},createMovieClip:function(e,t,n){e=e.createEmptyMovieClip(t,n),this.make();for(t=0;t=s;s++)for(var o=-2;2>=o;o++)this.modules[r+s][i+o]=-2==s||2==s||-2==o||2==o||0==s&&0==o?!0:!1}},setupTypeNumber:function(e){for(var t=f.getBCHTypeNumber(this.typeNumber),n=0;18>n;n++){var r=!e&&1==(t>>n&1);this.modules[Math.floor(n/3)][n%3+this.moduleCount-8-3]=r}for(n=0;18>n;n++)r=!e&&1==(t>>n&1),this.modules[n%3+this.moduleCount-8-3][Math.floor(n/3)]=r},setupTypeInfo:function(e,t){for(var n=f.getBCHTypeInfo(this.errorCorrectLevel<<3|t),r=0;15>r;r++){var i=!e&&1==(n>>r&1);6>r?this.modules[r][8]=i:8>r?this.modules[r+1][8]=i:this.modules[this.moduleCount-15+r][8]=i}for(r=0;15>r;r++)i=!e&&1==(n>>r&1),8>r?this.modules[8][this.moduleCount-r-1]=i:9>r?this.modules[8][15-r-1+1]=i:this.modules[8][15-r-1]=i;this.modules[this.moduleCount-8][8]=!e},mapData:function(e,t){for(var n=-1,r=this.moduleCount-1,i=7,s=0,o=this.moduleCount-1;0u;u++)if(null==this.modules[r][o-u]){var a=!1;s>>i&1)),f.getMask(t,r,o-u)&&(a=!a),this.modules[r][o-u]=a,i--,-1==i&&(s++,i=7)}r+=n;if(0>r||this.moduleCount<=r){r-=n,n=-n;break}}}},s.PAD0=236,s.PAD1=17,s.createData=function(e,t,n){for(var t=u.getRSBlocks(e,t),r=new a,i=0;i8*e)throw Error("code length overflow. ("+r.getLengthInBits()+">"+8*e+")");for(r.getLengthInBits()+4<=8*e&&r.put(0,4);0!=r.getLengthInBits()%8;)r.putBit(!1);for(;!(r.getLengthInBits()>=8*e);){r.put(s.PAD0,8);if(r.getLengthInBits()>=8*e)break;r.put(s.PAD1,8)}return s.createBytes(r,t)},s.createBytes=function(e,t){for(var n=0,r=0,i=0,s=Array(t.length),u=Array(t.length),a=0;a>>=1;return t},getPatternPosition:function(e){return f.PATTERN_POSITION_TABLE[e-1]},getMask:function(e,t,n){switch(e){case 0:return 0==(t+n)%2;case 1:return 0==t%2;case 2:return 0==n%3;case 3:return 0==(t+n)%3;case 4:return 0==(Math.floor(t/2)+Math.floor(n/3))%2;case 5:return 0==t*n%2+t*n%3;case 6:return 0==(t*n%2+t*n%3)%2;case 7:return 0==(t*n%3+(t+n)%2)%2;default:throw Error("bad maskPattern:"+e)}},getErrorCorrectPolynomial:function(e){for(var t=new o([1],0),n=0;nt)switch(e){case 1:return 10;case 2:return 9;case n:return 8;case 8:return 8;default:throw Error("mode:"+e)}else if(27>t)switch(e){case 1:return 12;case 2:return 11;case n:return 16;case 8:return 10;default:throw Error("mode:"+e)}else{if(!(41>t))throw Error("type:"+t);switch(e){case 1:return 14;case 2:return 13;case n:return 16;case 8:return 12;default:throw Error("mode:"+e)}}},getLostPoint:function(e){for(var t=e.getModuleCount(),n=0,r=0;r=u;u++)if(!(0>r+u||t<=r+u))for(var a=-1;1>=a;a++)0>i+a||t<=i+a||0==u&&0==a||o==e.isDark(r+u,i+a)&&s++;5e)throw Error("glog("+e+")");return l.LOG_TABLE[e]},gexp:function(e){for(;0>e;)e+=255;for(;256<=e;)e-=255;return l.EXP_TABLE[e]},EXP_TABLE:Array(256),LOG_TABLE:Array(256)},c=0;8>c;c++)l.EXP_TABLE[c]=1<c;c++)l.EXP_TABLE[c]=l.EXP_TABLE[c-4]^l.EXP_TABLE[c-5]^l.EXP_TABLE[c-6]^l.EXP_TABLE[c-8];for(c=0;255>c;c++)l.LOG_TABLE[l.EXP_TABLE[c]]=c;return o.prototype={get:function(e){return this.num[e]},getLength:function(){return this.num.length},multiply:function(e){for(var t=Array(this.getLength()+e.getLength()-1),n=0;nthis.getLength()-e.getLength())return this;for(var t=l.glog(this.get(0))-l.glog(e.get(0)),n=Array(this.getLength()),r=0;r>>7-e%8&1)},put:function(e,t){for(var n=0;n>>t-n-1&1))},getLengthInBits:function(){return this.length},putBit:function(e){var t=Math.floor(this.length/8);this.buffer.length<=t&&this.buffer.push(0),e&&(this.buffer[t]|=128>>>this.length%8),this.length++}},"string"==typeof t&&(t={text:t}),t=e.extend({},{render:"canvas",width:256,height:256,typeNumber:-1,correctLevel:2,background:"#ffffff",foreground:"#000000"},t),this.each(function(){var n;if("canvas"==t.render){n=new s(t.typeNumber,t.correctLevel),n.addData(t.text),n.make();var i=document.createElement("canvas");i.width=t.width,i.height=t.height;for(var o=i.getContext("2d"),u=t.width/n.getModuleCount(),a=t.height/n.getModuleCount(),f=0;f").css("width",t.width+"px").css("height",t.height+"px").css("border","0px").css("border-collapse","collapse").css("background-color",t.background),o=t.width/n.getModuleCount(),u=t.height/n.getModuleCount();for(a=0;a").css("height",u+"px").appendTo(i);for(l=0;l").css("width",o+"px").css("background-color",n.isDark(a,l)?t.foreground:t.background).appendTo(f)}}n=i,jQuery(n).appendTo(this)})}})(jQuery)},function(e){e=e||{};var t={},n,r;n=function(e,r,i){var s=e.halt=!1;e.error=function(e){throw e},e.next=function(n){n&&(s=!1);if(!e.halt&&r&&r.length){var i=r.shift(),o=i.shift();s=!0;try{t[o].apply(e,[i,i.length,o])}catch(u){e.error(u)}}return e};for(var o in t){if(typeof e[o]=="function")continue;(function(i){e[i]=function(){var o=Array.prototype.slice.call(arguments);if(i==="onError"){if(r)return t.onError.apply(e,[o,o.length]),e;var u={};return t.onError.apply(u,[o,o.length]),n(u,null,"onError")}return o.unshift(i),r?(e.then=e[i],r.push(o),s?e:e.next()):n({},[o],i)}})(o)}return i&&(e.then=e[i]),e.call=function(t,n){n.unshift(t),r.unshift(n),e.next(!0)},e.next()},r=e.addMethod=function(r){var i=Array.prototype.slice.call(arguments),s=i.pop();for(var o=0,u=i.length;on;n++){i=s[n]||{};for(t in i)i.hasOwnProperty(t)&&(e[t]=i[t])}return e},bind:function(e,t){var n=arguments.length>2?Array.prototype.slice.call(arguments,2):null;return function(){return e.apply(t,n||arguments)}},stamp:function(){var e=0,t="_leaflet_id";return function(n){return n[t]=n[t]||++e,n[t]}}(),limitExecByInterval:function(e,t,r){var i,s;return function o(){var u=arguments;return i?(s=!0,n):(i=!0,setTimeout(function(){i=!1,s&&(o.apply(r,u),s=!1)},t),e.apply(r,u),n)}},falseFn:function(){return!1},formatNum:function(e,t){var n=Math.pow(10,t||5);return Math.round(e*n)/n},splitWords:function(e){return e.replace(/^\s+|\s+$/g,"").split(/\s+/)},setOptions:function(e,t){return e.options=r.extend({},e.options,t),e.options},getParamString:function(e,t){var n=[];for(var r in e)e.hasOwnProperty(r)&&n.push(r+"="+e[r]);return(t&&-1!==t.indexOf("?")?"&":"?")+n.join("&")},template:function(e,t){return e.replace(/\{ *([\w_]+) *\}/g,function(e,n){var r=t[n];if(!t.hasOwnProperty(n))throw Error("No value provided for variable "+e);return r})},isArray:function(e){return"[object Array]"===Object.prototype.toString.call(e)},emptyImageUrl:"data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="},function(){function t(t){var n,r,i=["webkit","moz","o","ms"];for(n=0;i.length>n&&!r;n++)r=e[i[n]+t];return r}function i(t){var n=+(new Date),r=Math.max(0,16-(n-s));return s=n+r,e.setTimeout(t,r)}var s=0,o=e.requestAnimationFrame||t("RequestAnimationFrame")||i,u=e.cancelAnimationFrame||t("CancelAnimationFrame")||t("CancelRequestAnimationFrame")||function(t){e.clearTimeout(t)};r.Util.requestAnimFrame=function(t,s,u,f){return t=r.bind(t,s),u&&o===i?(t(),n):o.call(e,t,f)},r.Util.cancelAnimFrame=function(t){t&&u.call(e,t)}}(),r.extend=r.Util.extend,r.bind=r.Util.bind,r.stamp=r.Util.stamp,r.setOptions=r.Util.setOptions,r.Class=function(){},r.Class.extend=function(e){var t=function(){this.initialize&&this.initialize.apply(this,arguments),this._initHooks&&this.callInitHooks()},n=function(){};n.prototype=this.prototype;var i=new n;i.constructor=t,t.prototype=i;for(var s in this)this.hasOwnProperty(s)&&"prototype"!==s&&(t[s]=this[s]);e.statics&&(r.extend(t,e.statics),delete e.statics),e.includes&&(r.Util.extend.apply(null,[i].concat(e.includes)),delete e.includes),e.options&&i.options&&(e.options=r.extend({},i.options,e.options)),r.extend(i,e),i._initHooks=[];var o=this;return i.callInitHooks=function(){if(!this._initHooksCalled){o.prototype.callInitHooks&&o.prototype.callInitHooks.call(this),this._initHooksCalled=!0;for(var e=0,t=i._initHooks.length;t>e;e++)i._initHooks[e].call(this)}},t},r.Class.include=function(e){r.extend(this.prototype,e)},r.Class.mergeOptions=function(e){r.extend(this.prototype.options,e)},r.Class.addInitHook=function(e){var t=Array.prototype.slice.call(arguments,1),n="function"==typeof e?e:function(){this[e].apply(this,t)};this.prototype._initHooks=this.prototype._initHooks||[],this.prototype._initHooks.push(n)};var s="_leaflet_events";r.Mixin={},r.Mixin.Events={addEventListener:function(e,t,n){var i,o,u,a=this[s]=this[s]||{};if("object"==typeof e){for(i in e)e.hasOwnProperty(i)&&this.addEventListener(i,e[i],t);return this}for(e=r.Util.splitWords(e),o=0,u=e.length;u>o;o++)a[e[o]]=a[e[o]]||[],a[e[o]].push({action:t,context:n||this});return this},hasEventListeners:function(e){return s in this&&e in this[s]&&this[s][e].length>0},removeEventListener:function(e,t,n){var i,o,u,a,f,l=this[s];if("object"==typeof e){for(i in e)e.hasOwnProperty(i)&&this.removeEventListener(i,e[i],t);return this}for(e=r.Util.splitWords(e),o=0,u=e.length;u>o;o++)if(this.hasEventListeners(e[o]))for(a=l[e[o]],f=a.length-1;f>=0;f--)t&&a[f].action!==t||n&&a[f].context!==n||a.splice(f,1);return this},fireEvent:function(e,t){if(!this.hasEventListeners(e))return this;for(var n=r.extend({type:e,target:this},t),i=this[s][e].slice(),o=0,u=i.length;u>o;o++)i[o].action.call(i[o].context||this,n);return this}},r.Mixin.Events.on=r.Mixin.Events.addEventListener,r.Mixin.Events.off=r.Mixin.Events.removeEventListener,r.Mixin.Events.fire=r.Mixin.Events.fireEvent,function(){var i=!!e.ActiveXObject,s=i&&!e.XMLHttpRequest,o=i&&!t.querySelector,u=navigator.userAgent.toLowerCase(),a=-1!==u.indexOf("webkit"),f=-1!==u.indexOf("chrome"),l=-1!==u.indexOf("android"),c=-1!==u.search("android [23]"),h=typeof orientation!=n+"",p=e.navigator&&e.navigator.msPointerEnabled&&e.navigator.msMaxTouchPoints,d="devicePixelRatio"in e&&e.devicePixelRatio>1||"matchMedia"in e&&e.matchMedia("(min-resolution:144dpi)")&&e.matchMedia("(min-resolution:144dpi)").matches,v=t.documentElement,m=i&&"transition"in v.style,g="WebKitCSSMatrix"in e&&"m11"in new e.WebKitCSSMatrix,y="MozPerspective"in v.style,b="OTransition"in v.style,w=!e.L_DISABLE_3D&&(m||g||y||b),E=!e.L_NO_TOUCH&&function(){var e="ontouchstart";if(p||e in v)return!0;var n=t.createElement("div"),r=!1;return n.setAttribute?(n.setAttribute(e,"return;"),"function"==typeof n[e]&&(r=!0),n.removeAttribute(e),n=null,r):!1}();r.Browser={ie:i,ie6:s,ie7:o,webkit:a,android:l,android23:c,chrome:f,ie3d:m,webkit3d:g,gecko3d:y,opera3d:b,any3d:w,mobile:h,mobileWebkit:h&&a,mobileWebkit3d:h&&g,mobileOpera:h&&e.opera,touch:E,msTouch:p,retina:d}}(),r.Point=function(e,t,n){this.x=n?Math.round(e):e,this.y=n?Math.round(t):t},r.Point.prototype={clone:function(){return new r.Point(this.x,this.y)},add:function(e){return this.clone()._add(r.point(e))},_add:function(e){return this.x+=e.x,this.y+=e.y,this},subtract:function(e){return this.clone()._subtract(r.point(e))},_subtract:function(e){return this.x-=e.x,this.y-=e.y,this},divideBy:function(e){return this.clone()._divideBy(e)},_divideBy:function(e){return this.x/=e,this.y/=e,this},multiplyBy:function(e){return this.clone()._multiplyBy(e)},_multiplyBy:function(e){return this.x*=e,this.y*=e,this},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},distanceTo:function(e){e=r.point(e);var t=e.x-this.x,n=e.y-this.y;return Math.sqrt(t*t+n*n)},equals:function(e){return e.x===this.x&&e.y===this.y},toString:function(){return"Point("+r.Util.formatNum(this.x)+", "+r.Util.formatNum(this.y)+")"}},r.point=function(e,t,n){return e instanceof r.Point?e:r.Util.isArray(e)?new r.Point(e[0],e[1]):isNaN(e)?e:new r.Point(e,t,n)},r.Bounds=function(e,t){if(e)for(var n=t?[e,t]:e,r=0,i=n.length;i>r;r++)this.extend(n[r])},r.Bounds.prototype={extend:function(e){return e=r.point(e),this.min||this.max?(this.min.x=Math.min(e.x,this.min.x),this.max.x=Math.max(e.x,this.max.x),this.min.y=Math.min(e.y,this.min.y),this.max.y=Math.max(e.y,this.max.y)):(this.min=e.clone(),this.max=e.clone()),this},getCenter:function(e){return new r.Point((this.min.x+this.max.x)/2,(this.min.y+this.max.y)/2,e)},getBottomLeft:function(){return new r.Point(this.min.x,this.max.y)},getTopRight:function(){return new r.Point(this.max.x,this.min.y)},getSize:function(){return this.max.subtract(this.min)},contains:function(e){var t,n;return e="number"==typeof e[0]||e instanceof r.Point?r.point(e):r.bounds(e),e instanceof r.Bounds?(t=e.min,n=e.max):t=n=e,t.x>=this.min.x&&n.x<=this.max.x&&t.y>=this.min.y&&n.y<=this.max.y},intersects:function(e){e=r.bounds(e);var t=this.min,n=this.max,i=e.min,s=e.max,o=s.x>=t.x&&i.x<=n.x,u=s.y>=t.y&&i.y<=n.y;return o&&u},isValid:function(){return!!this.min&&!!this.max}},r.bounds=function(e,t){return!e||e instanceof r.Bounds?e:new r.Bounds(e,t)},r.Transformation=function(e,t,n,r){this._a=e,this._b=t,this._c=n,this._d=r},r.Transformation.prototype={transform:function(e,t){return this._transform(e.clone(),t)},_transform:function(e,t){return t=t||1,e.x=t*(this._a*e.x+this._b),e.y=t*(this._c*e.y+this._d),e},untransform:function(e,t){return t=t||1,new r.Point((e.x/t-this._b)/this._a,(e.y/t-this._d)/this._c)}},r.DomUtil={get:function(e){return"string"==typeof e?t.getElementById(e):e},getStyle:function(e,n){var r=e.style[n];if(!r&&e.currentStyle&&(r=e.currentStyle[n]),(!r||"auto"===r)&&t.defaultView){var i=t.defaultView.getComputedStyle(e,null);r=i?i[n]:null}return"auto"===r?null:r},getViewportOffset:function(e){var n,i=0,s=0,o=e,u=t.body,a=r.Browser.ie7;do{if(i+=o.offsetTop||0,s+=o.offsetLeft||0,i+=parseInt(r.DomUtil.getStyle(o,"borderTopWidth"),10)||0,s+=parseInt(r.DomUtil.getStyle(o,"borderLeftWidth"),10)||0,n=r.DomUtil.getStyle(o,"position"),o.offsetParent===u&&"absolute"===n)break;if("fixed"===n){i+=u.scrollTop||0,s+=u.scrollLeft||0;break}o=o.offsetParent}while(o);o=e;do{if(o===u)break;i-=o.scrollTop||0,s-=o.scrollLeft||0,r.DomUtil.documentIsLtr()||!r.Browser.webkit&&!a||(s+=o.scrollWidth-o.clientWidth,a&&"hidden"!==r.DomUtil.getStyle(o,"overflow-y")&&"hidden"!==r.DomUtil.getStyle(o,"overflow")&&(s+=17)),o=o.parentNode}while(o);return new r.Point(s,i)},documentIsLtr:function(){return r.DomUtil._docIsLtrCached||(r.DomUtil._docIsLtrCached=!0,r.DomUtil._docIsLtr="ltr"===r.DomUtil.getStyle(t.body,"direction")),r.DomUtil._docIsLtr},create:function(e,n,r){var i=t.createElement(e);return i.className=n,r&&r.appendChild(i),i},disableTextSelection:function(){t.selection&&t.selection.empty&&t.selection.empty(),this._onselectstart||(this._onselectstart=t.onselectstart||null,t.onselectstart=r.Util.falseFn)},enableTextSelection:function(){t.onselectstart===r.Util.falseFn&&(t.onselectstart=this._onselectstart,this._onselectstart=null)},hasClass:function(e,t){return e.className.length>0&&RegExp("(^|\s)"+t+"(\s|$)").test(e.className)},addClass:function(e,t){r.DomUtil.hasClass(e,t)||(e.className+=(e.className?" ":"")+t)},removeClass:function(e,t){function n(e,n){return n===t?"":e}e.className=e.className.replace(/(\S+)\s*/g,n).replace(/(^\s+|\s+$)/,"")},setOpacity:function(e,t){if("opacity"in e.style)e.style.opacity=t;else if("filter"in e.style){var n=!1,r="DXImageTransform.Microsoft.Alpha";try{n=e.filters.item(r)}catch(i){}t=Math.round(100*t),n?(n.Enabled=100!==t,n.Opacity=t):e.style.filter+=" progid:"+r+"(opacity="+t+")"}},testProp:function(e){for(var n=t.documentElement.style,r=0;e.length>r;r++)if(e[r]in n)return e[r];return!1},getTranslateString:function(e){var t=r.Browser.webkit3d,n="translate"+(t?"3d":"")+"(",i=(t?",0":"")+")";return n+e.x+"px,"+e.y+"px"+i},getScaleString:function(e,t){var n=r.DomUtil.getTranslateString(t.add(t.multiplyBy(-1*e))),i=" scale("+e+") ";return n+i},setPosition:function(e,t,n){e._leaflet_pos=t,!n&&r.Browser.any3d?(e.style[r.DomUtil.TRANSFORM]=r.DomUtil.getTranslateString(t),r.Browser.mobileWebkit3d&&(e.style.WebkitBackfaceVisibility="hidden")):(e.style.left=t.x+"px",e.style.top=t.y+"px")},getPosition:function(e){return e._leaflet_pos}},r.DomUtil.TRANSFORM=r.DomUtil.testProp(["transform","WebkitTransform","OTransform","MozTransform","msTransform"]),r.DomUtil.TRANSITION=r.DomUtil.testProp(["webkitTransition","transition","OTransition","MozTransition","msTransition"]),r.DomUtil.TRANSITION_END="webkitTransition"===r.DomUtil.TRANSITION||"OTransition"===r.DomUtil.TRANSITION?r.DomUtil.TRANSITION+"End":"transitionend",r.LatLng=function(e,t){var n=parseFloat(e),r=parseFloat(t);if(isNaN(n)||isNaN(r))throw Error("Invalid LatLng object: ("+e+", "+t+")");this.lat=n,this.lng=r},r.extend(r.LatLng,{DEG_TO_RAD:Math.PI/180,RAD_TO_DEG:180/Math.PI,MAX_MARGIN:1e-9}),r.LatLng.prototype={equals:function(e){if(!e)return!1;e=r.latLng(e);var t=Math.max(Math.abs(this.lat-e.lat),Math.abs(this.lng-e.lng));return r.LatLng.MAX_MARGIN>=t},toString:function(e){return"LatLng("+r.Util.formatNum(this.lat,e)+", "+r.Util.formatNum(this.lng,e)+")"},distanceTo:function(e){e=r.latLng(e);var t=6378137,n=r.LatLng.DEG_TO_RAD,i=(e.lat-this.lat)*n,s=(e.lng-this.lng)*n,o=this.lat*n,u=e.lat*n,a=Math.sin(i/2),f=Math.sin(s/2),l=a*a+f*f*Math.cos(o)*Math.cos(u);return 2*t*Math.atan2(Math.sqrt(l),Math.sqrt(1-l))},wrap:function(e,t){var n=this.lng;return e=e||-180,t=t||180,n=(n+t)%(t-e)+(e>n||n===t?t:e),new r.LatLng(this.lat,n)}},r.latLng=function(e,t){return e instanceof r.LatLng?e:r.Util.isArray(e)?new r.LatLng(e[0],e[1]):isNaN(e)?e:new r.LatLng(e,t)},r.LatLngBounds=function(e,t){if(e)for(var n=t?[e,t]:e,r=0,i=n.length;i>r;r++)this.extend(n[r])},r.LatLngBounds.prototype={extend:function(e){return e="number"==typeof e[0]||"string"==typeof e[0]||e instanceof r.LatLng?r.latLng(e):r.latLngBounds(e),e instanceof r.LatLng?this._southWest||this._northEast?(this._southWest.lat=Math.min(e.lat,this._southWest.lat),this._southWest.lng=Math.min(e.lng,this._southWest.lng),this._northEast.lat=Math.max(e.lat,this._northEast.lat),this._northEast.lng=Math.max(e.lng,this._northEast.lng)):(this._southWest=new r.LatLng(e.lat,e.lng),this._northEast=new r.LatLng(e.lat,e.lng)):e instanceof r.LatLngBounds&&(this.extend(e._southWest),this.extend(e._northEast)),this},pad:function(e){var t=this._southWest,n=this._northEast,i=Math.abs(t.lat-n.lat)*e,s=Math.abs(t.lng-n.lng)*e;return new r.LatLngBounds(new r.LatLng(t.lat-i,t.lng-s),new r.LatLng(n.lat+i,n.lng+s))},getCenter:function(){return new r.LatLng((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 r.LatLng(this._northEast.lat,this._southWest.lng)},getSouthEast:function(){return new r.LatLng(this._southWest.lat,this._northEast.lng)},contains:function(e){e="number"==typeof e[0]||e instanceof r.LatLng?r.latLng(e):r.latLngBounds(e);var t,n,i=this._southWest,s=this._northEast;return e instanceof r.LatLngBounds?(t=e.getSouthWest(),n=e.getNorthEast()):t=n=e,t.lat>=i.lat&&n.lat<=s.lat&&t.lng>=i.lng&&n.lng<=s.lng},intersects:function(e){e=r.latLngBounds(e);var t=this._southWest,n=this._northEast,i=e.getSouthWest(),s=e.getNorthEast(),o=s.lat>=t.lat&&i.lat<=n.lat,u=s.lng>=t.lng&&i.lng<=n.lng;return o&&u},toBBoxString:function(){var e=this._southWest,t=this._northEast;return[e.lng,e.lat,t.lng,t.lat].join(",")},equals:function(e){return e?(e=r.latLngBounds(e),this._southWest.equals(e.getSouthWest())&&this._northEast.equals(e.getNorthEast())):!1},isValid:function(){return!!this._southWest&&!!this._northEast}},r.latLngBounds=function(e,t){return!e||e instanceof r.LatLngBounds?e:new r.LatLngBounds(e,t)},r.Projection={},r.Projection.SphericalMercator={MAX_LATITUDE:85.0511287798,project:function(e){var t=r.LatLng.DEG_TO_RAD,n=this.MAX_LATITUDE,i=Math.max(Math.min(n,e.lat),-n),s=e.lng*t,o=i*t;return o=Math.log(Math.tan(Math.PI/4+o/2)),new r.Point(s,o)},unproject:function(e){var t=r.LatLng.RAD_TO_DEG,n=e.x*t,i=(2*Math.atan(Math.exp(e.y))-Math.PI/2)*t;return new r.LatLng(i,n)}},r.Projection.LonLat={project:function(e){return new r.Point(e.lng,e.lat)},unproject:function(e){return new r.LatLng(e.y,e.x)}},r.CRS={latLngToPoint:function(e,t){var n=this.projection.project(e),r=this.scale(t);return this.transformation._transform(n,r)},pointToLatLng:function(e,t){var n=this.scale(t),r=this.transformation.untransform(e,n);return this.projection.unproject(r)},project:function(e){return this.projection.project(e)},scale:function(e){return 256*Math.pow(2,e)}},r.CRS.Simple=r.extend({},r.CRS,{projection:r.Projection.LonLat,transformation:new r.Transformation(1,0,-1,0),scale:function(e){return Math.pow(2,e)}}),r.CRS.EPSG3857=r.extend({},r.CRS,{code:"EPSG:3857",projection:r.Projection.SphericalMercator,transformation:new r.Transformation(.5/Math.PI,.5,-0.5/Math.PI,.5),project:function(e){var t=this.projection.project(e),n=6378137;return t.multiplyBy(n)}}),r.CRS.EPSG900913=r.extend({},r.CRS.EPSG3857,{code:"EPSG:900913"}),r.CRS.EPSG4326=r.extend({},r.CRS,{code:"EPSG:4326",projection:r.Projection.LonLat,transformation:new r.Transformation(1/360,.5,-1/360,.5)}),r.Map=r.Class.extend({includes:r.Mixin.Events,options:{crs:r.CRS.EPSG3857,fadeAnimation:r.DomUtil.TRANSITION&&!r.Browser.android23,trackResize:!0,markerZoomAnimation:r.DomUtil.TRANSITION&&r.Browser.any3d},initialize:function(e,t){t=r.setOptions(this,t),this._initContainer(e),this._initLayout(),this.callInitHooks(),this._initEvents(),t.maxBounds&&this.setMaxBounds(t.maxBounds),t.center&&t.zoom!==n&&this.setView(r.latLng(t.center),t.zoom,!0),this._initLayers(t. +layers)},setView:function(e,t){return this._resetView(r.latLng(e),this._limitZoom(t)),this},setZoom:function(e){return this.setView(this.getCenter(),e)},zoomIn:function(e){return this.setZoom(this._zoom+(e||1))},zoomOut:function(e){return this.setZoom(this._zoom-(e||1))},fitBounds:function(e){var t=this.getBoundsZoom(e);return this.setView(r.latLngBounds(e).getCenter(),t)},fitWorld:function(){var e=new r.LatLng(-60,-170),t=new r.LatLng(85,179);return this.fitBounds(new r.LatLngBounds(e,t))},panTo:function(e){return this.setView(e,this._zoom)},panBy:function(e){return this.fire("movestart"),this._rawPanBy(r.point(e)),this.fire("move"),this.fire("moveend")},setMaxBounds:function(e){if(e=r.latLngBounds(e),this.options.maxBounds=e,!e)return this._boundsMinZoom=null,this;var t=this.getBoundsZoom(e,!0);return this._boundsMinZoom=t,this._loaded&&(t>this._zoom?this.setView(e.getCenter(),t):this.panInsideBounds(e)),this},panInsideBounds:function(e){e=r.latLngBounds(e);var t=this.getBounds(),n=this.project(t.getSouthWest()),i=this.project(t.getNorthEast()),s=this.project(e.getSouthWest()),o=this.project(e.getNorthEast()),u=0,a=0;return i.yo.x&&(u=o.x-i.x),n.y>s.y&&(a=s.y-n.y),n.x=u);return c&&t?null:t?u:u-1},getSize:function(){return(!this._size||this._sizeChanged)&&(this._size=new r.Point(this._container.clientWidth,this._container.clientHeight),this._sizeChanged=!1),this._size.clone()},getPixelBounds:function(){var e=this._getTopLeftPoint();return new r.Bounds(e,e.add(this.getSize()))},getPixelOrigin:function(){return this._initialTopLeftPoint},getPanes:function(){return this._panes},getContainer:function(){return this._container},getZoomScale:function(e){var t=this.options.crs;return t.scale(e)/t.scale(this._zoom)},getScaleZoom:function(e){return this._zoom+Math.log(e)/Math.LN2},project:function(e,t){return t=t===n?this._zoom:t,this.options.crs.latLngToPoint(r.latLng(e),t)},unproject:function(e,t){return t=t===n?this._zoom:t,this.options.crs.pointToLatLng(r.point(e),t)},layerPointToLatLng:function(e){var t=r.point(e).add(this._initialTopLeftPoint);return this.unproject(t)},latLngToLayerPoint:function(e){var t=this.project(r.latLng(e))._round();return t._subtract(this._initialTopLeftPoint)},containerPointToLayerPoint:function(e){return r.point(e).subtract(this._getMapPanePos())},layerPointToContainerPoint:function(e){return r.point(e).add(this._getMapPanePos())},containerPointToLatLng:function(e){var t=this.containerPointToLayerPoint(r.point(e));return this.layerPointToLatLng(t)},latLngToContainerPoint:function(e){return this.layerPointToContainerPoint(this.latLngToLayerPoint(r.latLng(e)))},mouseEventToContainerPoint:function(e){return r.DomEvent.getMousePosition(e,this._container)},mouseEventToLayerPoint:function(e){return this.containerPointToLayerPoint(this.mouseEventToContainerPoint(e))},mouseEventToLatLng:function(e){return this.layerPointToLatLng(this.mouseEventToLayerPoint(e))},_initContainer:function(e){var t=this._container=r.DomUtil.get(e);if(t._leaflet)throw Error("Map container is already initialized.");t._leaflet=!0},_initLayout:function(){var e=this._container;r.DomUtil.addClass(e,"leaflet-container"),r.Browser.touch&&r.DomUtil.addClass(e,"leaflet-touch"),this.options.fadeAnimation&&r.DomUtil.addClass(e,"leaflet-fade-anim");var t=r.DomUtil.getStyle(e,"position");"absolute"!==t&&"relative"!==t&&"fixed"!==t&&(e.style.position="relative"),this._initPanes(),this._initControlPos&&this._initControlPos()},_initPanes:function(){var e=this._panes={};this._mapPane=e.mapPane=this._createPane("leaflet-map-pane",this._container),this._tilePane=e.tilePane=this._createPane("leaflet-tile-pane",this._mapPane),e.objectsPane=this._createPane("leaflet-objects-pane",this._mapPane),e.shadowPane=this._createPane("leaflet-shadow-pane"),e.overlayPane=this._createPane("leaflet-overlay-pane"),e.markerPane=this._createPane("leaflet-marker-pane"),e.popupPane=this._createPane("leaflet-popup-pane");var t=" leaflet-zoom-hide";this.options.markerZoomAnimation||(r.DomUtil.addClass(e.markerPane,t),r.DomUtil.addClass(e.shadowPane,t),r.DomUtil.addClass(e.popupPane,t))},_createPane:function(e,t){return r.DomUtil.create("div",e,t||this._panes.objectsPane)},_initLayers:function(e){e=e?r.Util.isArray(e)?e:[e]:[],this._layers={},this._zoomBoundLayers={},this._tileLayersNum=0;var t,n;for(t=0,n=e.length;n>t;t++)this.addLayer(e[t])},_resetView:function(e,t,n,i){var s=this._zoom!==t;i||(this.fire("movestart"),s&&this.fire("zoomstart")),this._zoom=t,this._initialTopLeftPoint=this._getNewTopLeftPoint(e),n?this._initialTopLeftPoint._add(this._getMapPanePos()):r.DomUtil.setPosition(this._mapPane,new r.Point(0,0)),this._tileLayersToLoad=this._tileLayersNum;var o=!this._loaded;this._loaded=!0,this.fire("viewreset",{hard:!n}),this.fire("move"),(s||i)&&this.fire("zoomend"),this.fire("moveend",{hard:!n}),o&&this.fire("load")},_rawPanBy:function(e){r.DomUtil.setPosition(this._mapPane,this._getMapPanePos().subtract(e))},_updateZoomLevels:function(){var e,t=1/0,r=-1/0;for(e in this._zoomBoundLayers)if(this._zoomBoundLayers.hasOwnProperty(e)){var i=this._zoomBoundLayers[e];isNaN(i.options.minZoom)||(t=Math.min(t,i.options.minZoom)),isNaN(i.options.maxZoom)||(r=Math.max(r,i.options.maxZoom))}e===n?this._layersMaxZoom=this._layersMinZoom=n:(this._layersMaxZoom=r,this._layersMinZoom=t)},_initEvents:function(){if(r.DomEvent){r.DomEvent.on(this._container,"click",this._onMouseClick,this);var t,n,i=["dblclick","mousedown","mouseup","mouseenter","mouseleave","mousemove","contextmenu"];for(t=0,n=i.length;n>t;t++)r.DomEvent.on(this._container,i[t],this._fireMouseEvent,this);this.options.trackResize&&r.DomEvent.on(e,"resize",this._onResize,this)}},_onResize:function(){r.Util.cancelAnimFrame(this._resizeRequest),this._resizeRequest=r.Util.requestAnimFrame(this.invalidateSize,this,!1,this._container)},_onMouseClick:function(e){!this._loaded||this.dragging&&this.dragging.moved()||(this.fire("preclick"),this._fireMouseEvent(e))},_fireMouseEvent:function(e){if(this._loaded){var t=e.type;if(t="mouseenter"===t?"mouseover":"mouseleave"===t?"mouseout":t,this.hasEventListeners(t)){"contextmenu"===t&&r.DomEvent.preventDefault(e);var n=this.mouseEventToContainerPoint(e),i=this.containerPointToLayerPoint(n),s=this.layerPointToLatLng(i);this.fire(t,{latlng:s,layerPoint:i,containerPoint:n,originalEvent:e})}}},_onTileLayerLoad:function(){this._tileLayersToLoad--,this._tileLayersNum&&!this._tileLayersToLoad&&this._tileBg&&(clearTimeout(this._clearTileBgTimer),this._clearTileBgTimer=setTimeout(r.bind(this._clearTileBg,this),500))},whenReady:function(e,t){return this._loaded?e.call(t||this,this):this.on("load",e,t),this},_getMapPanePos:function(){return r.DomUtil.getPosition(this._mapPane)},_getTopLeftPoint:function(){if(!this._loaded)throw Error("Set map center and zoom first.");return this._initialTopLeftPoint.subtract(this._getMapPanePos())},_getNewTopLeftPoint:function(e,t){var n=this.getSize()._divideBy(2);return this.project(e,t)._subtract(n)._round()},_latLngToNewLayerPoint:function(e,t,n){var r=this._getNewTopLeftPoint(n,t).add(this._getMapPanePos());return this.project(e,t)._subtract(r)},_getCenterLayerPoint:function(){return this.containerPointToLayerPoint(this.getSize()._divideBy(2))},_getCenterOffset:function(e){return this.latLngToLayerPoint(e).subtract(this._getCenterLayerPoint())},_limitZoom:function(e){var t=this.getMinZoom(),n=this.getMaxZoom();return Math.max(t,Math.min(n,e))}}),r.map=function(e,t){return new r.Map(e,t)},r.Projection.Mercator={MAX_LATITUDE:85.0840591556,R_MINOR:6356752.3142,R_MAJOR:6378137,project:function(e){var t=r.LatLng.DEG_TO_RAD,n=this.MAX_LATITUDE,i=Math.max(Math.min(n,e.lat),-n),s=this.R_MAJOR,o=this.R_MINOR,u=e.lng*t*s,a=i*t,f=o/s,l=Math.sqrt(1-f*f),c=l*Math.sin(a);c=Math.pow((1-c)/(1+c),.5*l);var h=Math.tan(.5*(.5*Math.PI-a))/c;return a=-o*Math.log(h),new r.Point(u,a)},unproject:function(e){for(var t,n=r.LatLng.RAD_TO_DEG,i=this.R_MAJOR,s=this.R_MINOR,o=e.x*n/i,u=s/i,a=Math.sqrt(1-u*u),f=Math.exp(-e.y/s),l=Math.PI/2-2*Math.atan(f),c=15,h=1e-7,p=c,d=.1;Math.abs(d)>h&&--p>0;)t=a*Math.sin(l),d=Math.PI/2-2*Math.atan(f*Math.pow((1-t)/(1+t),.5*a))-l,l+=d;return new r.LatLng(l*n,o)}},r.CRS.EPSG3395=r.extend({},r.CRS,{code:"EPSG:3395",projection:r.Projection.Mercator,transformation:function(){var e=r.Projection.Mercator,t=e.R_MAJOR,n=e.R_MINOR;return new r.Transformation(.5/(Math.PI*t),.5,-0.5/(Math.PI*n),.5)}()}),r.TileLayer=r.Class.extend({includes:r.Mixin.Events,options:{minZoom:0,maxZoom:18,tileSize:256,subdomains:"abc",errorTileUrl:"",attribution:"",zoomOffset:0,opacity:1,unloadInvisibleTiles:r.Browser.mobile,updateWhenIdle:r.Browser.mobile},initialize:function(e,t){t=r.setOptions(this,t),t.detectRetina&&r.Browser.retina&&t.maxZoom>0&&(t.tileSize=Math.floor(t.tileSize/2),t.zoomOffset++,t.minZoom>0&&t.minZoom--,this.options.maxZoom--),this._url=e;var n=this.options.subdomains;"string"==typeof n&&(this.options.subdomains=n.split(""))},onAdd:function(e){this._map=e,this._initContainer(),this._createTileProto(),e.on({viewreset:this._resetCallback,moveend:this._update},this),this.options.updateWhenIdle||(this._limitedUpdate=r.Util.limitExecByInterval(this._update,150,this),e.on("move",this._limitedUpdate,this)),this._reset(),this._update()},addTo:function(e){return e.addLayer(this),this},onRemove:function(e){this._container.parentNode.removeChild(this._container),e.off({viewreset:this._resetCallback,moveend:this._update},this),this.options.updateWhenIdle||e.off("move",this._limitedUpdate,this),this._container=null,this._map=null},bringToFront:function(){var e=this._map._panes.tilePane;return this._container&&(e.appendChild(this._container),this._setAutoZIndex(e,Math.max)),this},bringToBack:function(){var e=this._map._panes.tilePane;return this._container&&(e.insertBefore(this._container,e.firstChild),this._setAutoZIndex(e,Math.min)),this},getAttribution:function(){return this.options.attribution},setOpacity:function(e){return this.options.opacity=e,this._map&&this._updateOpacity(),this},setZIndex:function(e){return this.options.zIndex=e,this._updateZIndex(),this},setUrl:function(e,t){return this._url=e,t||this.redraw(),this},redraw:function(){return this._map&&(this._map._panes.tilePane.empty=!1,this._reset(!0),this._update()),this},_updateZIndex:function(){this._container&&this.options.zIndex!==n&&(this._container.style.zIndex=this.options.zIndex)},_setAutoZIndex:function(e,t){var n,r,i,s=e.children,o=-t(1/0,-1/0);for(r=0,i=s.length;i>r;r++)s[r]!==this._container&&(n=parseInt(s[r].style.zIndex,10),isNaN(n)||(o=t(o,n)));this.options.zIndex=this._container.style.zIndex=(isFinite(o)?o:0)+t(1,-1)},_updateOpacity:function(){r.DomUtil.setOpacity(this._container,this.options.opacity);var e,t=this._tiles;if(r.Browser.webkit)for(e in t)t.hasOwnProperty(e)&&(t[e].style.webkitTransform+=" translate(0,0)")},_initContainer:function(){var e=this._map._panes.tilePane;(!this._container||e.empty)&&(this._container=r.DomUtil.create("div","leaflet-layer"),this._updateZIndex(),e.appendChild(this._container),1>this.options.opacity&&this._updateOpacity())},_resetCallback:function(e){this._reset(e.hard)},_reset:function(e){var t=this._tiles;for(var n in t)t.hasOwnProperty(n)&&this.fire("tileunload",{tile:t[n]});this._tiles={},this._tilesToLoad=0,this.options.reuseTiles&&(this._unusedTiles=[]),e&&this._container&&(this._container.innerHTML=""),this._initContainer()},_update:function(){if(this._map){var e=this._map.getPixelBounds(),t=this._map.getZoom(),n=this.options.tileSize;if(!(t>this.options.maxZoom||this.options.minZoom>t)){var i=new r.Point(Math.floor(e.min.x/n),Math.floor(e.min.y/n)),s=new r.Point(Math.floor(e.max.x/n),Math.floor(e.max.y/n)),o=new r.Bounds(i,s);this._addTilesFromCenterOut(o),(this.options.unloadInvisibleTiles||this.options.reuseTiles)&&this._removeOtherTiles(o)}}},_addTilesFromCenterOut:function(e){var n,i,s,o=[],u=e.getCenter();for(n=e.min.y;e.max.y>=n;n++)for(i=e.min.x;e.max.x>=i;i++)s=new r.Point(i,n),this._tileShouldBeLoaded(s)&&o.push(s);var a=o.length;if(0!==a){o.sort(function(e,t){return e.distanceTo(u)-t.distanceTo(u)});var f=t.createDocumentFragment();for(this._tilesToLoad||this.fire("loading"),this._tilesToLoad+=a,i=0;a>i;i++)this._addTile(o[i],f);this._container.appendChild(f)}},_tileShouldBeLoaded:function(e){if(e.x+":"+e.y in this._tiles)return!1;if(!this.options.continuousWorld){var t=this._getWrapTileNum();if(this.options.noWrap&&(0>e.x||e.x>=t)||0>e.y||e.y>=t)return!1}return!0},_removeOtherTiles:function(e){var t,n,r,i;for(i in this._tiles)this._tiles.hasOwnProperty(i)&&(t=i.split(":"),n=parseInt(t[0],10),r=parseInt(t[1],10),(e.min.x>n||n>e.max.x||e.min.y>r||r>e.max.y)&&this._removeTile(i))},_removeTile:function(e){var t=this._tiles[e];this.fire("tileunload",{tile:t,url:t.src}),this.options.reuseTiles?(r.DomUtil.removeClass(t,"leaflet-tile-loaded"),this._unusedTiles.push(t)):t.parentNode===this._container&&this._container.removeChild(t),r.Browser.android||(t.src=r.Util.emptyImageUrl),delete this._tiles[e]},_addTile:function(e,t){var n=this._getTilePos(e),i=this._getTile();r.DomUtil.setPosition(i,n,r.Browser.chrome||r.Browser.android23),this._tiles[e.x+":"+e.y]=i,this._loadTile(i,e),i.parentNode!==this._container&&t.appendChild(i)},_getZoomForUrl:function(){var e=this.options,t=this._map.getZoom();return e.zoomReverse&&(t=e.maxZoom-t),t+e.zoomOffset},_getTilePos:function(e){var t=this._map.getPixelOrigin(),n=this.options.tileSize;return e.multiplyBy(n).subtract(t)},getTileUrl:function(e){return this._adjustTilePoint(e),r.Util.template(this._url,r.extend({s:this._getSubdomain(e),z:this._getZoomForUrl(),x:e.x,y:e.y},this.options))},_getWrapTileNum:function(){return Math.pow(2,this._getZoomForUrl())},_adjustTilePoint:function(e){var t=this._getWrapTileNum();this.options.continuousWorld||this.options.noWrap||(e.x=(e.x%t+t)%t),this.options.tms&&(e.y=t-e.y-1)},_getSubdomain:function(e){var t=(e.x+e.y)%this.options.subdomains.length;return this.options.subdomains[t]},_createTileProto:function(){var e=this._tileImg=r.DomUtil.create("img","leaflet-tile");e.style.width=e.style.height=this.options.tileSize+"px",e.galleryimg="no"},_getTile:function(){if(this.options.reuseTiles&&this._unusedTiles.length>0){var e=this._unusedTiles.pop();return this._resetTile(e),e}return this._createTile()},_resetTile:function(){},_createTile:function(){var e=this._tileImg.cloneNode(!1);return e.onselectstart=e.onmousemove=r.Util.falseFn,e},_loadTile:function(e,t){e._layer=this,e.onload=this._tileOnLoad,e.onerror=this._tileOnError,e.src=this.getTileUrl(t)},_tileLoaded:function(){this._tilesToLoad--,this._tilesToLoad||this.fire("load")},_tileOnLoad:function(){var e=this._layer;this.src!==r.Util.emptyImageUrl&&(r.DomUtil.addClass(this,"leaflet-tile-loaded"),e.fire("tileload",{tile:this,url:this.src})),e._tileLoaded()},_tileOnError:function(){var e=this._layer;e.fire("tileerror",{tile:this,url:this.src});var t=e.options.errorTileUrl;t&&(this.src=t),e._tileLoaded()}}),r.tileLayer=function(e,t){return new r.TileLayer(e,t)},r.TileLayer.WMS=r.TileLayer.extend({defaultWmsParams:{service:"WMS",request:"GetMap",version:"1.1.1",layers:"",styles:"",format:"image/jpeg",transparent:!1},initialize:function(e,t){this._url=e;var n=r.extend({},this.defaultWmsParams);n.width=n.height=t.detectRetina&&r.Browser.retina?2*this.options.tileSize:this.options.tileSize;for(var i in t)this.options.hasOwnProperty(i)||(n[i]=t[i]);this.wmsParams=n,r.setOptions(this,t)},onAdd:function(e){var t=parseFloat(this.wmsParams.version)>=1.3?"crs":"srs";this.wmsParams[t]=e.options.crs.code,r.TileLayer.prototype.onAdd.call(this,e)},getTileUrl:function(e,t){this._adjustTilePoint(e);var n=this._map,i=n.options.crs,s=this.options.tileSize,o=e.multiplyBy(s),u=o.add(new r.Point(s,s)),a=i.project(n.unproject(o,t)),f=i.project(n.unproject(u,t)),l=[a.x,f.y,f.x,a.y].join(","),c=r.Util.template(this._url,{s:this._getSubdomain(e)});return c+r.Util.getParamString(this.wmsParams,c)+"&bbox="+l},setParams:function(e,t){return r.extend(this.wmsParams,e),t||this.redraw(),this}}),r.tileLayer.wms=function(e,t){return new r.TileLayer.WMS(e,t)},r.TileLayer.Canvas=r.TileLayer.extend({options:{async:!1},initialize:function(e){r.setOptions(this,e)},redraw:function(){var e=this._tiles;for(var t in e)e.hasOwnProperty(t)&&this._redrawTile(e[t])},_redrawTile:function(e){this.drawTile(e,e._tilePoint,this._map._zoom)},_createTileProto:function(){var e=this._canvasProto=r.DomUtil.create("canvas","leaflet-tile");e.width=e.height=this.options.tileSize},_createTile:function(){var e=this._canvasProto.cloneNode(!1);return e.onselectstart=e.onmousemove=r.Util.falseFn,e},_loadTile:function(e,t){e._layer=this,e._tilePoint=t,this._redrawTile(e),this.options.async||this.tileDrawn(e)},drawTile:function(){},tileDrawn:function(e){this._tileOnLoad.call(e)}}),r.tileLayer.canvas=function(e){return new r.TileLayer.Canvas(e)},r.ImageOverlay=r.Class.extend({includes:r.Mixin.Events,options:{opacity:1},initialize:function(e,t,n){this._url=e,this._bounds=r.latLngBounds(t),r.setOptions(this,n)},onAdd:function(e){this._map=e,this._image||this._initImage(),e._panes.overlayPane.appendChild(this._image),e.on("viewreset",this._reset,this),e.options.zoomAnimation&&r.Browser.any3d&&e.on("zoomanim",this._animateZoom,this),this._reset()},onRemove:function(e){e.getPanes().overlayPane.removeChild(this._image),e.off("viewreset",this._reset,this),e.options.zoomAnimation&&e.off("zoomanim",this._animateZoom,this)},addTo:function(e){return e.addLayer(this),this},setOpacity:function(e){return this.options.opacity=e,this._updateOpacity(),this},bringToFront:function(){return this._image&&this._map._panes.overlayPane.appendChild(this._image),this},bringToBack:function(){var e=this._map._panes.overlayPane;return this._image&&e.insertBefore(this._image,e.firstChild),this},_initImage:function(){this._image=r.DomUtil.create("img","leaflet-image-layer"),this._map.options.zoomAnimation&&r.Browser.any3d?r.DomUtil.addClass(this._image,"leaflet-zoom-animated"):r.DomUtil.addClass(this._image,"leaflet-zoom-hide"),this._updateOpacity(),r.extend(this._image,{galleryimg:"no",onselectstart:r.Util.falseFn,onmousemove:r.Util.falseFn,onload:r.bind(this._onImageLoad,this),src:this._url})},_animateZoom:function(e){var t=this._map,n=this._image,i=t.getZoomScale(e.zoom),s=this._bounds.getNorthWest(),o=this._bounds.getSouthEast(),u=t._latLngToNewLayerPoint(s,e.zoom,e.center),a=t._latLngToNewLayerPoint(o,e.zoom,e.center)._subtract(u),f=u._add(a._multiplyBy(.5*(1-1/i)));n.style[r.DomUtil.TRANSFORM]=r.DomUtil.getTranslateString(f)+" scale("+i+") "},_reset:function(){var e=this._image,t=this._map.latLngToLayerPoint(this._bounds.getNorthWest()),n=this._map.latLngToLayerPoint(this._bounds.getSouthEast())._subtract(t);r.DomUtil.setPosition(e,t),e.style.width=n.x+"px",e.style.height=n.y+"px"},_onImageLoad:function(){this.fire("load")},_updateOpacity:function(){r.DomUtil.setOpacity(this._image,this.options.opacity)}}),r.imageOverlay=function(e,t,n){return new r.ImageOverlay(e,t,n)},r.Icon=r.Class.extend({options:{className:""},initialize:function(e){r.setOptions(this,e)},createIcon:function(){return this._createIcon("icon")},createShadow:function(){return this._createIcon("shadow")},_createIcon:function(e){var t=this._getIconUrl(e);if(!t){if("icon"===e)throw Error("iconUrl not set in Icon options (see the docs).");return null}var n=this._createImg(t);return this._setIconStyles(n,e),n},_setIconStyles:function(e,t){var n,i=this.options,s=r.point(i[t+"Size"]);n="shadow"===t?r.point(i.shadowAnchor||i.iconAnchor):r.point(i.iconAnchor),!n&&s&&(n=s.divideBy(2,!0)),e.className="leaflet-marker-"+t+" "+i.className,n&&(e.style.marginLeft=-n.x+"px",e.style.marginTop=-n.y+"px"),s&&(e.style.width=s.x+"px",e.style.height=s.y+"px")},_createImg:function(e){var n;return r.Browser.ie6?(n=t.createElement("div"),n.style.filter='progid:DXImageTransform.Microsoft.AlphaImageLoader(src="'+e+'")'):(n=t.createElement("img"),n.src=e),n},_getIconUrl:function(e){return r.Browser.retina&&this.options[e+"RetinaUrl"]?this.options[e+"RetinaUrl"]:this.options[e+"Url"]}}),r.icon=function(e){return new r.Icon(e)},r.Icon.Default=r.Icon.extend({options:{iconSize:new r.Point(25,41),iconAnchor:new r.Point(12,41),popupAnchor:new r.Point(1,-34),shadowSize:new r.Point(41,41)},_getIconUrl:function(e){var t=e+"Url";if(this.options[t])return this.options[t];r.Browser.retina&&"icon"===e&&(e+="_2x");var n=r.Icon.Default.imagePath;if(!n)throw Error("Couldn't autodetect L.Icon.Default.imagePath, set it manually.");return n+"/marker-"+e+".png"}}),r.Icon.Default.imagePath=function(){var e,n,r,i,s=t.getElementsByTagName("script"),o=/\/?leaflet[\-\._]?([\w\-\._]*)\.js\??/;for(e=0,n=s.length;n>e;e++)if(r=s[e].src,i=r.match(o))return r.split(o)[0]+"/images"}(),r.Marker=r.Class.extend({includes:r.Mixin.Events,options:{icon:new r.Icon.Default,title:"",clickable:!0,draggable:!1,zIndexOffset:0,opacity:1,riseOnHover:!1,riseOffset:250},initialize:function(e,t){r.setOptions(this,t),this._latlng=r.latLng(e)},onAdd:function(e){this._map=e,e.on("viewreset",this.update,this),this._initIcon(),this.update(),e.options.zoomAnimation&&e.options.markerZoomAnimation&&e.on("zoomanim",this._animateZoom,this)},addTo:function(e){return e.addLayer(this),this},onRemove:function(e){this._removeIcon(),this.fire("remove"),e.off({viewreset:this.update,zoomanim:this._animateZoom},this),this._map=null},getLatLng:function(){return this._latlng},setLatLng:function(e){return this._latlng=r.latLng(e),this.update(),this.fire("move",{latlng:this._latlng})},setZIndexOffset:function(e){return this.options.zIndexOffset=e,this.update(),this},setIcon:function(e){return this._map&&this._removeIcon(),this.options.icon=e,this._map&&(this._initIcon(),this.update()),this},update:function(){if(this._icon){var e=this._map.latLngToLayerPoint(this._latlng).round();this._setPos(e)}return this},_initIcon:function(){var e=this.options,t=this._map,n=t.options.zoomAnimation&&t.options.markerZoomAnimation,i=n?"leaflet-zoom-animated":"leaflet-zoom-hide",s=!1;this._icon||(this._icon=e.icon.createIcon(),e.title&&(this._icon.title=e.title),this._initInteraction(),s=1>this.options.opacity,r.DomUtil.addClass(this._icon,i),e.riseOnHover&&r.DomEvent.on(this._icon,"mouseover",this._bringToFront,this).on(this._icon,"mouseout",this._resetZIndex,this)),this._shadow||(this._shadow=e.icon.createShadow(),this._shadow&&(r.DomUtil.addClass(this._shadow,i),s=1>this.options.opacity)),s&&this._updateOpacity();var o=this._map._panes;o.markerPane.appendChild(this._icon),this._shadow&&o.shadowPane.appendChild(this._shadow)},_removeIcon:function(){var e=this._map._panes;this.options.riseOnHover&&r.DomEvent.off(this._icon,"mouseover",this._bringToFront).off(this._icon,"mouseout",this._resetZIndex),e.markerPane.removeChild(this._icon),this._shadow&&e.shadowPane.removeChild(this._shadow),this._icon=this._shadow=null},_setPos:function(e){r.DomUtil.setPosition(this._icon,e),this._shadow&&r.DomUtil.setPosition(this._shadow,e),this._zIndex=e.y+this.options.zIndexOffset,this._resetZIndex()},_updateZIndex:function(e){this._icon.style.zIndex=this._zIndex+e},_animateZoom:function(e){var t=this._map._latLngToNewLayerPoint(this._latlng,e.zoom,e.center);this._setPos(t)},_initInteraction:function(){if(this.options.clickable){var e=this._icon,t=["dblclick","mousedown","mouseover","mouseout","contextmenu"];r.DomUtil.addClass(e,"leaflet-clickable"),r.DomEvent.on(e,"click",this._onMouseClick,this);for(var n=0;t.length>n;n++)r.DomEvent.on(e,t[n],this._fireMouseEvent,this);r.Handler.MarkerDrag&&(this.dragging=new r.Handler.MarkerDrag(this),this.options.draggable&&this.dragging.enable())}},_onMouseClick:function(e){var t=this.dragging&&this.dragging.moved();(this.hasEventListeners(e.type)||t)&&r.DomEvent.stopPropagation(e),t||(this.dragging&&this.dragging._enabled||!this._map.dragging||!this._map.dragging.moved())&&this.fire(e.type,{originalEvent:e})},_fireMouseEvent:function(e){this.fire(e.type,{originalEvent:e}),"contextmenu"===e.type&&this.hasEventListeners(e.type)&&r.DomEvent.preventDefault(e),"mousedown"!==e.type&&r.DomEvent.stopPropagation(e)},setOpacity:function(e){this.options.opacity=e,this._map&&this._updateOpacity()},_updateOpacity:function(){r.DomUtil.setOpacity(this._icon,this.options.opacity),this._shadow&&r.DomUtil.setOpacity(this._shadow,this.options.opacity)},_bringToFront:function(){this._updateZIndex(this.options.riseOffset)},_resetZIndex:function(){this._updateZIndex(0)}}),r.marker=function(e,t){return new r.Marker(e,t)},r.DivIcon=r.Icon.extend({options:{iconSize:new r.Point(12,12),className:"leaflet-div-icon"},createIcon:function(){var e=t.createElement("div"),n=this.options;return n.html&&(e.innerHTML=n.html),n.bgPos&&(e.style.backgroundPosition=-n.bgPos.x+"px "+ -n.bgPos.y+"px"),this._setIconStyles(e,"icon"),e},createShadow:function(){return null}}),r.divIcon=function(e){return new r.DivIcon(e)},r.Map.mergeOptions({closePopupOnClick:!0}),r.Popup=r.Class.extend({includes:r.Mixin.Events,options:{minWidth:50,maxWidth:300,maxHeight:null,autoPan:!0,closeButton:!0,offset:new r.Point(0,6),autoPanPadding:new r.Point(5,5),className:"",zoomAnimation:!0},initialize:function(e,t){r.setOptions(this,e),this._source=t,this._animated=r.Browser.any3d&&this.options.zoomAnimation},onAdd:function(e){this._map=e,this._container||this._initLayout(),this._updateContent();var t=e.options.fadeAnimation;t&&r.DomUtil.setOpacity(this._container,0),e._panes.popupPane.appendChild(this._container),e.on("viewreset",this._updatePosition,this),this._animated&&e.on("zoomanim",this._zoomAnimation,this),e.options.closePopupOnClick&&e.on("preclick",this._close,this),this._update(),t&&r.DomUtil.setOpacity(this._container,1)},addTo:function(e){return e.addLayer(this),this},openOn:function(e){return e.openPopup(this),this},onRemove:function(e){e._panes.popupPane.removeChild(this._container),r.Util.falseFn(this._container.offsetWidth),e.off({viewreset:this._updatePosition,preclick:this._close,zoomanim:this._zoomAnimation},this),e.options.fadeAnimation&&r.DomUtil.setOpacity(this._container,0),this._map=null},setLatLng:function(e){return this._latlng=r.latLng(e),this._update(),this},setContent:function(e){return this._content=e,this._update(),this},_close:function(){var e=this._map;e&&(e._popup=null,e.removeLayer(this).fire("popupclose",{popup:this}))},_initLayout:function(){var e,t="leaflet-popup",n=t+" "+this.options.className+" leaflet-zoom-"+(this._animated?"animated":"hide"),i=this._container=r.DomUtil.create("div",n);this.options.closeButton&&(e=this._closeButton=r.DomUtil.create("a",t+"-close-button",i),e.href="#close",e.innerHTML="×",r.DomEvent.on(e,"click",this._onCloseButtonClick,this));var s=this._wrapper=r.DomUtil.create("div",t+"-content-wrapper",i);r.DomEvent.disableClickPropagation(s),this._contentNode=r.DomUtil.create("div",t+"-content",s),r.DomEvent.on(this._contentNode,"mousewheel",r.DomEvent.stopPropagation),this._tipContainer=r.DomUtil.create("div",t+"-tip-container",i),this._tip=r.DomUtil.create("div",t+"-tip",this._tipContainer)},_update:function(){this._map&&(this._container.style.visibility="hidden",this._updateContent(),this._updateLayout(),this._updatePosition(),this._container.style.visibility="",this._adjustPan())},_updateContent:function(){if(this._content){if("string"==typeof this._content)this._contentNode.innerHTML=this._content;else{for(;this._contentNode.hasChildNodes();)this._contentNode.removeChild(this._contentNode.firstChild);this._contentNode.appendChild(this._content)}this.fire("contentupdate")}},_updateLayout:function(){var e=this._contentNode,t=e.style;t.width="",t.whiteSpace="nowrap";var n=e.offsetWidth;n=Math.min(n,this.options.maxWidth),n=Math.max(n,this.options.minWidth),t.width=n+1+"px",t.whiteSpace="",t.height="";var i=e.offsetHeight,s=this.options.maxHeight,o="leaflet-popup-scrolled";s&&i>s?(t.height=s+"px",r.DomUtil.addClass(e,o)):r.DomUtil.removeClass(e,o),this._containerWidth=this._container.offsetWidth},_updatePosition:function(){if(this._map){var e=this._map.latLngToLayerPoint(this._latlng),t=this._animated,n=this.options.offset;t&&r.DomUtil.setPosition(this._container,e),this._containerBottom=-n.y-(t?0:e.y),this._containerLeft=-Math.round(this._containerWidth/2)+n.x+(t?0:e.x),this._container.style.bottom=this._containerBottom+"px",this._container.style.left=this._containerLeft+"px"}},_zoomAnimation:function(e){var t=this._map._latLngToNewLayerPoint(this._latlng,e.zoom,e.center);r.DomUtil.setPosition(this._container,t)},_adjustPan:function(){if(this.options.autoPan){var e=this._map,t=this._container.offsetHeight,n=this._containerWidth,i=new r.Point(this._containerLeft,-t-this._containerBottom);this._animated&&i._add(r.DomUtil.getPosition(this._container));var s=e.layerPointToContainerPoint(i),o=this.options.autoPanPadding,u=e.getSize(),a=0,f=0;0>s.x&&(a=s.x-o.x),s.x+n>u.x&&(a=s.x+n-u.x+o.x),0>s.y&&(f=s.y-o.y),s.y+t>u.y&&(f=s.y+t-u.y+o.y),(a||f)&&e.panBy(new r.Point(a,f))}},_onCloseButtonClick:function(e){this._close(),r.DomEvent.stop(e)}}),r.popup=function(e,t){return new r.Popup(e,t)},r.Marker.include({openPopup:function(){return this._popup&&this._map&&(this._popup.setLatLng(this._latlng),this._map.openPopup(this._popup)),this},closePopup:function(){return this._popup&&this._popup._close(),this},bindPopup:function(e,t){var n=r.point(this.options.icon.options.popupAnchor)||new r.Point(0,0);return n=n.add(r.Popup.prototype.options.offset),t&&t.offset&&(n=n.add(t.offset)),t=r.extend({offset:n},t),this._popup||this.on("click",this.openPopup,this).on("remove",this.closePopup,this).on("move",this._movePopup,this),this._popup=(new r.Popup(t,this)).setContent(e),this},unbindPopup:function(){return this._popup&&(this._popup=null,this.off("click",this.openPopup).off("remove",this.closePopup).off("move",this._movePopup)),this},_movePopup:function(e){this._popup.setLatLng(e.latlng)}}),r.Map.include({openPopup:function(e){return this.closePopup(),this._popup=e,this.addLayer(e).fire("popupopen",{popup:this._popup})},closePopup:function(){return this._popup&&this._popup._close(),this}}),r.LayerGroup=r.Class.extend({initialize:function(e){this._layers={};var t,n;if(e)for(t=0,n=e.length;n>t;t++)this.addLayer(e[t])},addLayer:function(e){var t=r.stamp(e);return this._layers[t]=e,this._map&&this._map.addLayer(e),this},removeLayer:function(e){var t=r.stamp(e);return delete this._layers[ +t],this._map&&this._map.removeLayer(e),this},clearLayers:function(){return this.eachLayer(this.removeLayer,this),this},invoke:function(e){var t,n,r=Array.prototype.slice.call(arguments,1);for(t in this._layers)this._layers.hasOwnProperty(t)&&(n=this._layers[t],n[e]&&n[e].apply(n,r));return this},onAdd:function(e){this._map=e,this.eachLayer(e.addLayer,e)},onRemove:function(e){this.eachLayer(e.removeLayer,e),this._map=null},addTo:function(e){return e.addLayer(this),this},eachLayer:function(e,t){for(var n in this._layers)this._layers.hasOwnProperty(n)&&e.call(t,this._layers[n])},setZIndex:function(e){return this.invoke("setZIndex",e)}}),r.layerGroup=function(e){return new r.LayerGroup(e)},r.FeatureGroup=r.LayerGroup.extend({includes:r.Mixin.Events,statics:{EVENTS:"click dblclick mouseover mouseout mousemove contextmenu"},addLayer:function(e){return this._layers[r.stamp(e)]?this:(e.on(r.FeatureGroup.EVENTS,this._propagateEvent,this),r.LayerGroup.prototype.addLayer.call(this,e),this._popupContent&&e.bindPopup&&e.bindPopup(this._popupContent,this._popupOptions),this.fire("layeradd",{layer:e}))},removeLayer:function(e){return e.off(r.FeatureGroup.EVENTS,this._propagateEvent,this),r.LayerGroup.prototype.removeLayer.call(this,e),this._popupContent&&this.invoke("unbindPopup"),this.fire("layerremove",{layer:e})},bindPopup:function(e,t){return this._popupContent=e,this._popupOptions=t,this.invoke("bindPopup",e,t)},setStyle:function(e){return this.invoke("setStyle",e)},bringToFront:function(){return this.invoke("bringToFront")},bringToBack:function(){return this.invoke("bringToBack")},getBounds:function(){var e=new r.LatLngBounds;return this.eachLayer(function(t){e.extend(t instanceof r.Marker?t.getLatLng():t.getBounds())}),e},_propagateEvent:function(e){e.layer=e.target,e.target=this,this.fire(e.type,e)}}),r.featureGroup=function(e){return new r.FeatureGroup(e)},r.Path=r.Class.extend({includes:[r.Mixin.Events],statics:{CLIP_PADDING:r.Browser.mobile?Math.max(0,Math.min(.5,(1280/Math.max(e.innerWidth,e.innerHeight)-1)/2)):.5},options:{stroke:!0,color:"#0033ff",dashArray:null,weight:5,opacity:.5,fill:!1,fillColor:null,fillOpacity:.2,clickable:!0},initialize:function(e){r.setOptions(this,e)},onAdd:function(e){this._map=e,this._container||(this._initElements(),this._initEvents()),this.projectLatlngs(),this._updatePath(),this._container&&this._map._pathRoot.appendChild(this._container),this.fire("add"),e.on({viewreset:this.projectLatlngs,moveend:this._updatePath},this)},addTo:function(e){return e.addLayer(this),this},onRemove:function(e){e._pathRoot.removeChild(this._container),this.fire("remove"),this._map=null,r.Browser.vml&&(this._container=null,this._stroke=null,this._fill=null),e.off({viewreset:this.projectLatlngs,moveend:this._updatePath},this)},projectLatlngs:function(){},setStyle:function(e){return r.setOptions(this,e),this._container&&this._updateStyle(),this},redraw:function(){return this._map&&(this.projectLatlngs(),this._updatePath()),this}}),r.Map.include({_updatePathViewport:function(){var e=r.Path.CLIP_PADDING,t=this.getSize(),n=r.DomUtil.getPosition(this._mapPane),i=n.multiplyBy(-1)._subtract(t.multiplyBy(e)._round()),s=i.add(t.multiplyBy(1+2*e)._round());this._pathViewport=new r.Bounds(i,s)}}),r.Path.SVG_NS="http://www.w3.org/2000/svg",r.Browser.svg=!!t.createElementNS&&!!t.createElementNS(r.Path.SVG_NS,"svg").createSVGRect,r.Path=r.Path.extend({statics:{SVG:r.Browser.svg},bringToFront:function(){var e=this._map._pathRoot,t=this._container;return t&&e.lastChild!==t&&e.appendChild(t),this},bringToBack:function(){var e=this._map._pathRoot,t=this._container,n=e.firstChild;return t&&n!==t&&e.insertBefore(t,n),this},getPathString:function(){},_createElement:function(e){return t.createElementNS(r.Path.SVG_NS,e)},_initElements:function(){this._map._initPathRoot(),this._initPath(),this._initStyle()},_initPath:function(){this._container=this._createElement("g"),this._path=this._createElement("path"),this._container.appendChild(this._path)},_initStyle:function(){this.options.stroke&&(this._path.setAttribute("stroke-linejoin","round"),this._path.setAttribute("stroke-linecap","round")),this.options.fill&&this._path.setAttribute("fill-rule","evenodd"),this._updateStyle()},_updateStyle:function(){this.options.stroke?(this._path.setAttribute("stroke",this.options.color),this._path.setAttribute("stroke-opacity",this.options.opacity),this._path.setAttribute("stroke-width",this.options.weight),this.options.dashArray?this._path.setAttribute("stroke-dasharray",this.options.dashArray):this._path.removeAttribute("stroke-dasharray")):this._path.setAttribute("stroke","none"),this.options.fill?(this._path.setAttribute("fill",this.options.fillColor||this.options.color),this._path.setAttribute("fill-opacity",this.options.fillOpacity)):this._path.setAttribute("fill","none")},_updatePath:function(){var e=this.getPathString();e||(e="M0 0"),this._path.setAttribute("d",e)},_initEvents:function(){if(this.options.clickable){(r.Browser.svg||!r.Browser.vml)&&this._path.setAttribute("class","leaflet-clickable"),r.DomEvent.on(this._container,"click",this._onMouseClick,this);for(var e=["dblclick","mousedown","mouseover","mouseout","mousemove","contextmenu"],t=0;e.length>t;t++)r.DomEvent.on(this._container,e[t],this._fireMouseEvent,this)}},_onMouseClick:function(e){this._map.dragging&&this._map.dragging.moved()||this._fireMouseEvent(e)},_fireMouseEvent:function(e){if(this.hasEventListeners(e.type)){var t=this._map,n=t.mouseEventToContainerPoint(e),i=t.containerPointToLayerPoint(n),s=t.layerPointToLatLng(i);this.fire(e.type,{latlng:s,layerPoint:i,containerPoint:n,originalEvent:e}),"contextmenu"===e.type&&r.DomEvent.preventDefault(e),"mousemove"!==e.type&&r.DomEvent.stopPropagation(e)}}}),r.Map.include({_initPathRoot:function(){this._pathRoot||(this._pathRoot=r.Path.prototype._createElement("svg"),this._panes.overlayPane.appendChild(this._pathRoot),this.options.zoomAnimation&&r.Browser.any3d?(this._pathRoot.setAttribute("class"," leaflet-zoom-animated"),this.on({zoomanim:this._animatePathZoom,zoomend:this._endPathZoom})):this._pathRoot.setAttribute("class"," leaflet-zoom-hide"),this.on("moveend",this._updateSvgViewport),this._updateSvgViewport())},_animatePathZoom:function(e){var t=this.getZoomScale(e.zoom),n=this._getCenterOffset(e.center)._multiplyBy(-t)._add(this._pathViewport.min);this._pathRoot.style[r.DomUtil.TRANSFORM]=r.DomUtil.getTranslateString(n)+" scale("+t+") ",this._pathZooming=!0},_endPathZoom:function(){this._pathZooming=!1},_updateSvgViewport:function(){if(!this._pathZooming){this._updatePathViewport();var e=this._pathViewport,t=e.min,n=e.max,i=n.x-t.x,s=n.y-t.y,o=this._pathRoot,u=this._panes.overlayPane;r.Browser.mobileWebkit&&u.removeChild(o),r.DomUtil.setPosition(o,t),o.setAttribute("width",i),o.setAttribute("height",s),o.setAttribute("viewBox",[t.x,t.y,i,s].join(" ")),r.Browser.mobileWebkit&&u.appendChild(o)}}}),r.Path.include({bindPopup:function(e,t){return(!this._popup||t)&&(this._popup=new r.Popup(t,this)),this._popup.setContent(e),this._popupHandlersAdded||(this.on("click",this._openPopup,this).on("remove",this.closePopup,this),this._popupHandlersAdded=!0),this},unbindPopup:function(){return this._popup&&(this._popup=null,this.off("click",this._openPopup).off("remove",this.closePopup),this._popupHandlersAdded=!1),this},openPopup:function(e){return this._popup&&(e=e||this._latlng||this._latlngs[Math.floor(this._latlngs.length/2)],this._openPopup({latlng:e})),this},closePopup:function(){return this._popup&&this._popup._close(),this},_openPopup:function(e){this._popup.setLatLng(e.latlng),this._map.openPopup(this._popup)}}),r.Browser.vml=!r.Browser.svg&&function(){try{var e=t.createElement("div");e.innerHTML='';var n=e.firstChild;return n.style.behavior="url(#default#VML)",n&&"object"==typeof n.adj}catch(r){return!1}}(),r.Path=r.Browser.svg||!r.Browser.vml?r.Path:r.Path.extend({statics:{VML:!0,CLIP_PADDING:.02},_createElement:function(){try{return t.namespaces.add("lvml","urn:schemas-microsoft-com:vml"),function(e){return t.createElement("')}}catch(e){return function(e){return t.createElement("<"+e+' xmlns="urn:schemas-microsoft.com:vml" class="lvml">')}}}(),_initPath:function(){var e=this._container=this._createElement("shape");r.DomUtil.addClass(e,"leaflet-vml-shape"),this.options.clickable&&r.DomUtil.addClass(e,"leaflet-clickable"),e.coordsize="1 1",this._path=this._createElement("path"),e.appendChild(this._path),this._map._pathRoot.appendChild(e)},_initStyle:function(){this._updateStyle()},_updateStyle:function(){var e=this._stroke,t=this._fill,n=this.options,r=this._container;r.stroked=n.stroke,r.filled=n.fill,n.stroke?(e||(e=this._stroke=this._createElement("stroke"),e.endcap="round",r.appendChild(e)),e.weight=n.weight+"px",e.color=n.color,e.opacity=n.opacity,e.dashStyle=n.dashArray?n.dashArray instanceof Array?n.dashArray.join(" "):n.dashArray.replace(/ *, */g," "):""):e&&(r.removeChild(e),this._stroke=null),n.fill?(t||(t=this._fill=this._createElement("fill"),r.appendChild(t)),t.color=n.fillColor||n.color,t.opacity=n.fillOpacity):t&&(r.removeChild(t),this._fill=null)},_updatePath:function(){var e=this._container.style;e.display="none",this._path.v=this.getPathString()+" ",e.display=""}}),r.Map.include(r.Browser.svg||!r.Browser.vml?{}:{_initPathRoot:function(){if(!this._pathRoot){var e=this._pathRoot=t.createElement("div");e.className="leaflet-vml-container",this._panes.overlayPane.appendChild(e),this.on("moveend",this._updatePathViewport),this._updatePathViewport()}}}),r.Browser.canvas=function(){return!!t.createElement("canvas").getContext}(),r.Path=r.Path.SVG&&!e.L_PREFER_CANVAS||!r.Browser.canvas?r.Path:r.Path.extend({statics:{CANVAS:!0,SVG:!1},redraw:function(){return this._map&&(this.projectLatlngs(),this._requestUpdate()),this},setStyle:function(e){return r.setOptions(this,e),this._map&&(this._updateStyle(),this._requestUpdate()),this},onRemove:function(e){e.off("viewreset",this.projectLatlngs,this).off("moveend",this._updatePath,this),this.options.clickable&&this._map.off("click",this._onClick,this),this._requestUpdate(),this._map=null},_requestUpdate:function(){this._map&&!r.Path._updateRequest&&(r.Path._updateRequest=r.Util.requestAnimFrame(this._fireMapMoveEnd,this._map))},_fireMapMoveEnd:function(){r.Path._updateRequest=null,this.fire("moveend")},_initElements:function(){this._map._initPathRoot(),this._ctx=this._map._canvasCtx},_updateStyle:function(){var e=this.options;e.stroke&&(this._ctx.lineWidth=e.weight,this._ctx.strokeStyle=e.color),e.fill&&(this._ctx.fillStyle=e.fillColor||e.color)},_drawPath:function(){var e,t,n,i,s,o;for(this._ctx.beginPath(),e=0,n=this._parts.length;n>e;e++){for(t=0,i=this._parts[e].length;i>t;t++)s=this._parts[e][t],o=(0===t?"move":"line")+"To",this._ctx[o](s.x,s.y);this instanceof r.Polygon&&this._ctx.closePath()}},_checkIfEmpty:function(){return!this._parts.length},_updatePath:function(){if(!this._checkIfEmpty()){var e=this._ctx,t=this.options;this._drawPath(),e.save(),this._updateStyle(),t.fill&&(e.globalAlpha=t.fillOpacity,e.fill()),t.stroke&&(e.globalAlpha=t.opacity,e.stroke()),e.restore()}},_initEvents:function(){this.options.clickable&&this._map.on("click",this._onClick,this)},_onClick:function(e){this._containsPoint(e.layerPoint)&&this.fire("click",{latlng:e.latlng,layerPoint:e.layerPoint,containerPoint:e.containerPoint,originalEvent:e})}}),r.Map.include(r.Path.SVG&&!e.L_PREFER_CANVAS||!r.Browser.canvas?{}:{_initPathRoot:function(){var e,n=this._pathRoot;n||(n=this._pathRoot=t.createElement("canvas"),n.style.position="absolute",e=this._canvasCtx=n.getContext("2d"),e.lineCap="round",e.lineJoin="round",this._panes.overlayPane.appendChild(n),this.options.zoomAnimation&&(this._pathRoot.className="leaflet-zoom-animated",this.on("zoomanim",this._animatePathZoom),this.on("zoomend",this._endPathZoom)),this.on("moveend",this._updateCanvasViewport),this._updateCanvasViewport())},_updateCanvasViewport:function(){if(!this._pathZooming){this._updatePathViewport();var e=this._pathViewport,t=e.min,n=e.max.subtract(t),i=this._pathRoot;r.DomUtil.setPosition(i,t),i.width=n.x,i.height=n.y,i.getContext("2d").translate(-t.x,-t.y)}}}),r.LineUtil={simplify:function(e,t){if(!t||!e.length)return e.slice();var n=t*t;return e=this._reducePoints(e,n),e=this._simplifyDP(e,n)},pointToSegmentDistance:function(e,t,n){return Math.sqrt(this._sqClosestPointOnSegment(e,t,n,!0))},closestPointOnSegment:function(e,t,n){return this._sqClosestPointOnSegment(e,t,n)},_simplifyDP:function(e,t){var r=e.length,i=typeof Uint8Array!=n+""?Uint8Array:Array,s=new i(r);s[0]=s[r-1]=1,this._simplifyDPStep(e,s,t,0,r-1);var o,u=[];for(o=0;r>o;o++)s[o]&&u.push(e[o]);return u},_simplifyDPStep:function(e,t,n,r,i){var s,o,u,a=0;for(o=r+1;i-1>=o;o++)u=this._sqClosestPointOnSegment(e[o],e[r],e[i],!0),u>a&&(s=o,a=u);a>n&&(t[s]=1,this._simplifyDPStep(e,t,n,r,s),this._simplifyDPStep(e,t,n,s,i))},_reducePoints:function(e,t){for(var n=[e[0]],r=1,i=0,s=e.length;s>r;r++)this._sqDist(e[r],e[i])>t&&(n.push(e[r]),i=r);return s-1>i&&n.push(e[s-1]),n},clipSegment:function(e,t,n,r){var i,s,o,u=r?this._lastCode:this._getBitCode(e,n),a=this._getBitCode(t,n);for(this._lastCode=a;;){if(!(u|a))return[e,t];if(u&a)return!1;i=u||a,s=this._getEdgeIntersection(e,t,i,n),o=this._getBitCode(s,n),i===u?(e=s,u=o):(t=s,a=o)}},_getEdgeIntersection:function(e,t,i,s){var o=t.x-e.x,u=t.y-e.y,a=s.min,f=s.max;return 8&i?new r.Point(e.x+o*(f.y-e.y)/u,f.y):4&i?new r.Point(e.x+o*(a.y-e.y)/u,a.y):2&i?new r.Point(f.x,e.y+u*(f.x-e.x)/o):1&i?new r.Point(a.x,e.y+u*(a.x-e.x)/o):n},_getBitCode:function(e,t){var n=0;return e.xt.max.x&&(n|=2),e.yt.max.y&&(n|=8),n},_sqDist:function(e,t){var n=t.x-e.x,r=t.y-e.y;return n*n+r*r},_sqClosestPointOnSegment:function(e,t,n,i){var s,o=t.x,u=t.y,a=n.x-o,f=n.y-u,l=a*a+f*f;return l>0&&(s=((e.x-o)*a+(e.y-u)*f)/l,s>1?(o=n.x,u=n.y):s>0&&(o+=a*s,u+=f*s)),a=e.x-o,f=e.y-u,i?a*a+f*f:new r.Point(o,u)}},r.Polyline=r.Path.extend({initialize:function(e,t){r.Path.prototype.initialize.call(this,t),this._latlngs=this._convertLatLngs(e)},options:{smoothFactor:1,noClip:!1},projectLatlngs:function(){this._originalPoints=[];for(var e=0,t=this._latlngs.length;t>e;e++)this._originalPoints[e]=this._map.latLngToLayerPoint(this._latlngs[e])},getPathString:function(){for(var e=0,t=this._parts.length,n="";t>e;e++)n+=this._getPathPartStr(this._parts[e]);return n},getLatLngs:function(){return this._latlngs},setLatLngs:function(e){return this._latlngs=this._convertLatLngs(e),this.redraw()},addLatLng:function(e){return this._latlngs.push(r.latLng(e)),this.redraw()},spliceLatLngs:function(){var e=[].splice.apply(this._latlngs,arguments);return this._convertLatLngs(this._latlngs),this.redraw(),e},closestLayerPoint:function(e){for(var t,n,i=1/0,s=this._parts,o=null,u=0,a=s.length;a>u;u++)for(var f=s[u],l=1,c=f.length;c>l;l++){t=f[l-1],n=f[l];var h=r.LineUtil._sqClosestPointOnSegment(e,t,n,!0);i>h&&(i=h,o=r.LineUtil._sqClosestPointOnSegment(e,t,n))}return o&&(o.distance=Math.sqrt(i)),o},getBounds:function(){var e,t,n=new r.LatLngBounds,i=this.getLatLngs();for(e=0,t=i.length;t>e;e++)n.extend(i[e]);return n},_convertLatLngs:function(e){var t,n;for(t=0,n=e.length;n>t;t++){if(r.Util.isArray(e[t])&&"number"!=typeof e[t][0])return;e[t]=r.latLng(e[t])}return e},_initEvents:function(){r.Path.prototype._initEvents.call(this)},_getPathPartStr:function(e){for(var t,n=r.Path.VML,i=0,s=e.length,o="";s>i;i++)t=e[i],n&&t._round(),o+=(i?"L":"M")+t.x+" "+t.y;return o},_clipPoints:function(){var e,t,i,s=this._originalPoints,o=s.length;if(this.options.noClip)return this._parts=[s],n;this._parts=[];var u=this._parts,a=this._map._pathViewport,f=r.LineUtil;for(e=0,t=0;o-1>e;e++)i=f.clipSegment(s[e],s[e+1],a,e),i&&(u[t]=u[t]||[],u[t].push(i[0]),(i[1]!==s[e+1]||e===o-2)&&(u[t].push(i[1]),t++))},_simplifyPoints:function(){for(var e=this._parts,t=r.LineUtil,n=0,i=e.length;i>n;n++)e[n]=t.simplify(e[n],this.options.smoothFactor)},_updatePath:function(){this._map&&(this._clipPoints(),this._simplifyPoints(),r.Path.prototype._updatePath.call(this))}}),r.polyline=function(e,t){return new r.Polyline(e,t)},r.PolyUtil={},r.PolyUtil.clipPolygon=function(e,t){var n,i,s,o,u,a,f,l,c,h=[1,4,2,8],p=r.LineUtil;for(i=0,f=e.length;f>i;i++)e[i]._code=p._getBitCode(e[i],t);for(o=0;4>o;o++){for(l=h[o],n=[],i=0,f=e.length,s=f-1;f>i;s=i++)u=e[i],a=e[s],u._code&l?a._code&l||(c=p._getEdgeIntersection(a,u,l,t),c._code=p._getBitCode(c,t),n.push(c)):(a._code&l&&(c=p._getEdgeIntersection(a,u,l,t),c._code=p._getBitCode(c,t),n.push(c)),n.push(u));e=n}return e},r.Polygon=r.Polyline.extend({options:{fill:!0},initialize:function(e,t){r.Polyline.prototype.initialize.call(this,e,t),e&&r.Util.isArray(e[0])&&"number"!=typeof e[0][0]&&(this._latlngs=this._convertLatLngs(e[0]),this._holes=e.slice(1))},projectLatlngs:function(){if(r.Polyline.prototype.projectLatlngs.call(this),this._holePoints=[],this._holes){var e,t,n,i;for(e=0,n=this._holes.length;n>e;e++)for(this._holePoints[e]=[],t=0,i=this._holes[e].length;i>t;t++)this._holePoints[e][t]=this._map.latLngToLayerPoint(this._holes[e][t])}},_clipPoints:function(){var e=this._originalPoints,t=[];if(this._parts=[e].concat(this._holePoints),!this.options.noClip){for(var n=0,i=this._parts.length;i>n;n++){var s=r.PolyUtil.clipPolygon(this._parts[n],this._map._pathViewport);s.length&&t.push(s)}this._parts=t}},_getPathPartStr:function(e){var t=r.Polyline.prototype._getPathPartStr.call(this,e);return t+(r.Browser.svg?"z":"x")}}),r.polygon=function(e,t){return new r.Polygon(e,t)},function(){function e(e){return r.FeatureGroup.extend({initialize:function(e,t){this._layers={},this._options=t,this.setLatLngs(e)},setLatLngs:function(t){var n=0,r=t.length;for(this.eachLayer(function(e){r>n?e.setLatLngs(t[n++]):this.removeLayer(e)},this);r>n;)this.addLayer(new e(t[n++],this._options));return this}})}r.MultiPolyline=e(r.Polyline),r.MultiPolygon=e(r.Polygon),r.multiPolyline=function(e,t){return new r.MultiPolyline(e,t)},r.multiPolygon=function(e,t){return new r.MultiPolygon(e,t)}}(),r.Rectangle=r.Polygon.extend({initialize:function(e,t){r.Polygon.prototype.initialize.call(this,this._boundsToLatLngs(e),t)},setBounds:function(e){this.setLatLngs(this._boundsToLatLngs(e))},_boundsToLatLngs:function(e){return e=r.latLngBounds(e),[e.getSouthWest(),e.getNorthWest(),e.getNorthEast(),e.getSouthEast()]}}),r.rectangle=function(e,t){return new r.Rectangle(e,t)},r.Circle=r.Path.extend({initialize:function(e,t,n){r.Path.prototype.initialize.call(this,n),this._latlng=r.latLng(e),this._mRadius=t},options:{fill:!0},setLatLng:function(e){return this._latlng=r.latLng(e),this.redraw()},setRadius:function(e){return this._mRadius=e,this.redraw()},projectLatlngs:function(){var e=this._getLngRadius(),t=new r.LatLng(this._latlng.lat,this._latlng.lng-e),n=this._map.latLngToLayerPoint(t);this._point=this._map.latLngToLayerPoint(this._latlng),this._radius=Math.max(Math.round(this._point.x-n.x),1)},getBounds:function(){var e=this._getLngRadius(),t=360*(this._mRadius/40075017),n=this._latlng,i=new r.LatLng(n.lat-t,n.lng-e),s=new r.LatLng(n.lat+t,n.lng+e);return new r.LatLngBounds(i,s)},getLatLng:function(){return this._latlng},getPathString:function(){var e=this._point,t=this._radius;return this._checkIfEmpty()?"":r.Browser.svg?"M"+e.x+","+(e.y-t)+"A"+t+","+t+",0,1,1,"+(e.x-.1)+","+(e.y-t)+" z":(e._round(),t=Math.round(t),"AL "+e.x+","+e.y+" "+t+","+t+" 0,"+23592600)},getRadius:function(){return this._mRadius},_getLatRadius:function(){return 360*(this._mRadius/40075017)},_getLngRadius:function(){return this._getLatRadius()/Math.cos(r.LatLng.DEG_TO_RAD*this._latlng.lat)},_checkIfEmpty:function(){if(!this._map)return!1;var e=this._map._pathViewport,t=this._radius,n=this._point;return n.x-t>e.max.x||n.y-t>e.max.y||n.x+tn;n++)for(f=this._parts[n],i=0,u=f.length,s=u-1;u>i;s=i++)if((t||0!==i)&&(a=r.LineUtil.pointToSegmentDistance(e,f[s],f[i]),l>=a))return!0;return!1}}:{}),r.Polygon.include(r.Path.CANVAS?{_containsPoint:function(e){var t,n,i,s,o,u,a,f,l=!1;if(r.Polyline.prototype._containsPoint.call(this,e,!0))return!0;for(s=0,a=this._parts.length;a>s;s++)for(t=this._parts[s],o=0,f=t.length,u=f-1;f>o;u=o++)n=t[o],i=t[u],n.y>e.y!=i.y>e.y&&e.x<(i.x-n.x)*(e.y-n.y)/(i.y-n.y)+n.x&&(l=!l);return l}}:{}),r.Circle.include(r.Path.CANVAS?{_drawPath:function(){var e=this._point;this._ctx.beginPath(),this._ctx.arc(e.x,e.y,this._radius,0,2*Math.PI,!1)},_containsPoint:function(e){var t=this._point,n=this.options.stroke?this.options.weight/2:0;return e.distanceTo(t)<=this._radius+n}}:{}),r.GeoJSON=r.FeatureGroup.extend({initialize:function(e,t){r.setOptions(this,t),this._layers={},e&&this.addData(e)},addData:function(e){var t,n,i=r.Util.isArray(e)?e:e.features;if(i){for(t=0,n=i.length;n>t;t++)(i[t].geometries||i[t].geometry)&&this.addData(i[t]);return this}var s=this.options;if(!s.filter||s.filter(e)){var o=r.GeoJSON.geometryToLayer(e,s.pointToLayer);return o.feature=e,o.defaultOptions=o.options,this.resetStyle(o),s.onEachFeature&&s.onEachFeature(e,o),this.addLayer(o)}},resetStyle:function(e){var t=this.options.style;t&&(r.Util.extend(e.options,e.defaultOptions),this._setLayerStyle(e,t))},setStyle:function(e){this.eachLayer(function(t){this._setLayerStyle(t,e)},this)},_setLayerStyle:function(e,t){"function"==typeof t&&(t=t(e.feature)),e.setStyle&&e.setStyle(t)}}),r.extend(r.GeoJSON,{geometryToLayer:function(e,t){var n,i,s,o,u,a="Feature"===e.type?e.geometry:e,f=a.coordinates,l=[];switch(a.type){case"Point":return n=this.coordsToLatLng(f),t?t(e,n):new r.Marker(n);case"MultiPoint":for(s=0,o=f.length;o>s;s++)n=this.coordsToLatLng(f[s]),u=t?t(e,n):new r.Marker(n),l.push(u);return new r.FeatureGroup(l);case"LineString":return i=this.coordsToLatLngs(f),new r.Polyline(i);case"Polygon":return i=this.coordsToLatLngs(f,1),new r.Polygon(i);case"MultiLineString":return i=this.coordsToLatLngs(f,1),new r.MultiPolyline(i);case"MultiPolygon":return i=this.coordsToLatLngs(f,2),new r.MultiPolygon(i);case"GeometryCollection":for(s=0,o=a.geometries.length;o>s;s++)u=this.geometryToLayer({geometry:a.geometries[s],type:"Feature",properties:e.properties},t),l.push(u);return new r.FeatureGroup(l);default:throw Error("Invalid GeoJSON object.")}},coordsToLatLng:function(e,t){var n=parseFloat(e[t?0:1]),i=parseFloat(e[t?1:0]);return new r.LatLng(n,i)},coordsToLatLngs:function(e,t,n){var r,i,s,o=[];for(i=0,s=e.length;s>i;i++)r=t?this.coordsToLatLngs(e[i],t-1,n):this.coordsToLatLng(e[i],n),o.push(r);return o}}),r.geoJson=function(e,t){return new r.GeoJSON(e,t)},r.DomEvent={addListener:function(e,t,i,s){var o,u,a,f=r.stamp(i),l="_leaflet_"+t+f;return e[l]?this:(o=function(t){return i.call(s||e,t||r.DomEvent._getEvent())},r.Browser.msTouch&&0===t.indexOf("touch")?this.addMsTouchListener(e,t,o,f):(r.Browser.touch&&"dblclick"===t&&this.addDoubleTapListener&&this.addDoubleTapListener(e,o,f),"addEventListener"in e?"mousewheel"===t?(e.addEventListener("DOMMouseScroll",o,!1),e.addEventListener(t,o,!1)):"mouseenter"===t||"mouseleave"===t?(u=o,a="mouseenter"===t?"mouseover":"mouseout",o=function(t){return r.DomEvent._checkMouse(e,t)?u(t):n},e.addEventListener(a,o,!1)):e.addEventListener(t,o,!1):"attachEvent"in e&&e.attachEvent("on"+t,o),e[l]=o,this))},removeListener:function(e,t,n){var i=r.stamp(n),s="_leaflet_"+t+i,o=e[s];if(o)return r.Browser.msTouch&&0===t.indexOf("touch")?this.removeMsTouchListener(e,t,i):r.Browser.touch&&"dblclick"===t&&this.removeDoubleTapListener?this.removeDoubleTapListener(e,i):"removeEventListener"in e?"mousewheel"===t?(e.removeEventListener("DOMMouseScroll",o,!1),e.removeEventListener(t,o,!1)):"mouseenter"===t||"mouseleave"===t?e.removeEventListener("mouseenter"===t?"mouseover":"mouseout",o,!1):e.removeEventListener(t,o,!1):"detachEvent"in e&&e.detachEvent("on"+t,o),e[s]=null,this},stopPropagation:function(e){return e.stopPropagation?e.stopPropagation():e.cancelBubble=!0,this},disableClickPropagation:function(e){for(var t=r.DomEvent.stopPropagation,n=r.Draggable.START.length-1;n>=0;n--)r.DomEvent.addListener(e,r.Draggable.START[n],t);return r.DomEvent.addListener(e,"click",t).addListener(e,"dblclick",t)},preventDefault:function(e){return e.preventDefault?e.preventDefault():e.returnValue=!1,this},stop:function(e){return r.DomEvent.preventDefault(e).stopPropagation(e)},getMousePosition:function(e,n){var i=t.body,s=t.documentElement,o=e.pageX?e.pageX:e.clientX+i.scrollLeft+s.scrollLeft,u=e.pageY?e.pageY:e.clientY+i.scrollTop+s.scrollTop,a=new r.Point(o,u);return n?a._subtract(r.DomUtil.getViewportOffset(n)):a},getWheelDelta:function(e){var t=0;return e.wheelDelta&&(t=e.wheelDelta/120),e.detail&&(t=-e.detail/3),t},_checkMouse:function(e,t){var n=t.relatedTarget;if(!n)return!0;try{for(;n&&n!==e;)n=n.parentNode}catch(r){return!1}return n!==e},_getEvent:function(){var t=e.event;if(!t)for(var n=arguments.callee.caller;n&&(t=n.arguments[0],!t||e.Event!==t.constructor);)n=n.caller;return t}},r.DomEvent.on=r.DomEvent.addListener,r.DomEvent.off=r.DomEvent.removeListener,r.Draggable=r.Class.extend({includes:r.Mixin.Events,statics:{START:r.Browser.touch?["touchstart","mousedown"]:["mousedown"],END:{mousedown:"mouseup",touchstart:"touchend",MSPointerDown:"touchend"},MOVE:{mousedown:"mousemove",touchstart:"touchmove",MSPointerDown:"touchmove"},TAP_TOLERANCE:15},initialize:function(e,t,n){this._element=e,this._dragStartTarget=t||e,this._longPress=n&&!r.Browser.msTouch},enable:function(){if(!this._enabled){for(var e=r.Draggable.START.length-1;e>=0;e--)r.DomEvent.on(this._dragStartTarget,r.Draggable.START[e],this._onDown,this);this._enabled=!0}},disable:function(){if(this._enabled){for(var e=r.Draggable.START.length-1;e>=0;e--)r.DomEvent.off(this._dragStartTarget,r.Draggable.START[e],this._onDown,this);this._enabled=!1,this._moved=!1}},_onDown:function(e){if(!(!r.Browser.touch&&e.shiftKey||1!==e.which&&1!==e.button&&!e.touches||(r.DomEvent.preventDefault(e),r.DomEvent.stopPropagation(e),r.Draggable._disabled))){if(this._simulateClick=!0,e.touches&&e.touches.length>1)return this._simulateClick=!1,clearTimeout(this._longPressTimeout),n;var i=e.touches&&1===e.touches.length?e.touches[0]:e,s=i.target;r.Browser.touch&&"a"===s.tagName.toLowerCase()&&r.DomUtil.addClass(s,"leaflet-active"),this._moved=!1,this._moving||(this._startPoint=new r.Point(i.clientX,i.clientY),this._startPos=this._newPos=r.DomUtil.getPosition(this._element),e.touches&&1===e.touches.length&&r.Browser.touch&&this._longPress&&(this._longPressTimeout=setTimeout(r.bind(function(){var e=this._newPos&&this._newPos.distanceTo(this._startPos)||0;r.Draggable.TAP_TOLERANCE>e&&(this._simulateClick=!1,this._onUp(),this._simulateEvent("contextmenu",i))},this),1e3)),r.DomEvent.on(t,r.Draggable.MOVE[e.type],this._onMove,this),r.DomEvent.on(t,r.Draggable.END[e.type],this._onUp,this))}},_onMove:function(e){if(!(e.touches&&e.touches.length>1)){var t=e.touches&&1===e.touches.length?e.touches[0]:e,n=new r.Point(t.clientX,t.clientY),i=n.subtract(this._startPoint);(i.x||i.y)&&(r.DomEvent.preventDefault(e),this._moved||(this.fire("dragstart"),this._moved=!0,this._startPos=r.DomUtil.getPosition(this._element).subtract(i),r.Browser.touch||(r.DomUtil.disableTextSelection(),this._setMovingCursor())),this._newPos=this._startPos.add(i),this._moving=!0,r.Util.cancelAnimFrame(this._animRequest),this._animRequest=r.Util.requestAnimFrame(this._updatePosition,this,!0,this._dragStartTarget))}},_updatePosition:function(){this.fire("predrag"),r.DomUtil.setPosition(this._element,this._newPos),this.fire("drag")},_onUp:function(e){var n;if(clearTimeout(this._longPressTimeout),this._simulateClick&&e.changedTouches){var i=e.changedTouches[0],s=i.target,o=this._newPos&&this._newPos.distanceTo(this._startPos)||0;"a"===s.tagName.toLowerCase()&&r.DomUtil.removeClass(s,"leaflet-active"),r.Draggable.TAP_TOLERANCE>o&&(n=i)}r.Browser.touch||(r.DomUtil.enableTextSelection(),this._restoreCursor());for(var u in r.Draggable.MOVE)r.Draggable.MOVE.hasOwnProperty(u)&&(r.DomEvent.off(t,r.Draggable.MOVE[u],this._onMove),r.DomEvent.off(t,r.Draggable.END[u],this._onUp));this._moved&&(r.Util.cancelAnimFrame(this._animRequest),this.fire("dragend")),this._moving=!1,n&&(this._moved=!1,this._simulateEvent("click",n))},_setMovingCursor:function(){r.DomUtil.addClass(t.body,"leaflet-dragging")},_restoreCursor:function(){r.DomUtil.removeClass(t.body,"leaflet-dragging")},_simulateEvent:function(n,r){var i=t.createEvent("MouseEvents");i.initMouseEvent(n,!0,!0,e,1,r.screenX,r.screenY,r.clientX,r.clientY,!1,!1,!1,!1,0,null),r.target.dispatchEvent(i)}}),r.Handler=r.Class.extend({initialize:function(e){this._map=e},enable:function(){this._enabled||(this._enabled=!0,this.addHooks())},disable:function(){this._enabled&&(this._enabled=!1,this.removeHooks())},enabled:function(){return!!this._enabled}}),r.Map.mergeOptions({dragging:!0,inertia:!r.Browser.android23,inertiaDeceleration:3400,inertiaMaxSpeed:1/0,inertiaThreshold:r.Browser.touch?32:18,easeLinearity:.25,longPress:!0,worldCopyJump:!1}),r.Map.Drag=r.Handler.extend({addHooks:function(){if(!this._draggable){var e=this._map;this._draggable=new r.Draggable(e._mapPane,e._container,e.options.longPress),this._draggable.on({dragstart:this._onDragStart,drag:this._onDrag,dragend:this._onDragEnd},this),e.options.worldCopyJump&&(this._draggable.on("predrag",this._onPreDrag,this),e.on("viewreset",this._onViewReset,this))}this._draggable.enable()},removeHooks:function(){this._draggable.disable()},moved:function(){return this._draggable&&this._draggable._moved},_onDragStart:function(){var e=this._map;e._panAnim&&e._panAnim.stop(),e.fire("movestart").fire("dragstart"),e.options.inertia&&(this._positions=[],this._times=[])},_onDrag:function(){if(this._map.options.inertia){var e=this._lastTime=+(new Date),t=this._lastPos=this._draggable._newPos;this._positions.push(t),this._times.push(e),e-this._times[0]>200&&(this._positions.shift(),this._times.shift())}this._map.fire("move").fire("drag")},_onViewReset:function(){var e=this._map.getSize()._divideBy(2),t=this._map.latLngToLayerPoint(new r.LatLng(0,0));this._initialWorldOffset=t.subtract(e).x,this._worldWidth=this._map.project(new r.LatLng(0,180)).x},_onPreDrag:function(){var e=this._worldWidth,t=Math.round(e/2),n=this._initialWorldOffset,r=this._draggable._newPos.x,i=(r-t+n)%e+t-n,s=(r+t+n)%e-t-n,o=Math.abs(i+n)t.inertiaThreshold||!this._positions[0];if(i)e.fire("moveend");else{var s=this._lastPos.subtract(this._positions[0]),o=(this._lastTime+n-this._times[0])/1e3,u=t.easeLinearity,a=s.multiplyBy(u/o),f=a.distanceTo(new r.Point(0,0)),l=Math.min(t.inertiaMaxSpeed,f),c=a.multiplyBy(l/f),h=l/(t.inertiaDeceleration*u),p=c.multiplyBy(-h/2).round();r.Util.requestAnimFrame(function(){e.panBy(p,h,u)})}e.fire("dragend"),t.maxBounds&&r.Util.requestAnimFrame(this._panInsideMaxBounds,e,!0,e._container)},_panInsideMaxBounds:function(){this.panInsideBounds(this.options.maxBounds)}}),r.Map.addInitHook("addHandler","dragging",r.Map.Drag),r.Map.mergeOptions({doubleClickZoom:!0}),r.Map.DoubleClickZoom=r.Handler.extend({addHooks:function(){this._map.on("dblclick",this._onDoubleClick)},removeHooks:function(){this._map.off("dblclick",this._onDoubleClick)},_onDoubleClick:function(e){this.setView(e.latlng,this._zoom+1)}}),r.Map.addInitHook("addHandler","doubleClickZoom",r.Map.DoubleClickZoom),r.Map.mergeOptions({scrollWheelZoom:!0}),r.Map.ScrollWheelZoom=r.Handler.extend({addHooks:function(){r.DomEvent.on(this._map._container,"mousewheel",this._onWheelScroll,this),this._delta=0},removeHooks:function(){r.DomEvent.off(this._map._container,"mousewheel",this._onWheelScroll)},_onWheelScroll:function(e){var t=r.DomEvent.getWheelDelta(e);this._delta+=t,this._lastMousePos=this._map.mouseEventToContainerPoint(e),this._startTime||(this._startTime=+(new Date));var n=Math.max(40-(+(new Date)-this._startTime),0);clearTimeout(this._timer),this._timer=setTimeout +(r.bind(this._performZoom,this),n),r.DomEvent.preventDefault(e),r.DomEvent.stopPropagation(e)},_performZoom:function(){var e=this._map,t=this._delta,n=e.getZoom();if(t=t>0?Math.ceil(t):Math.round(t),t=Math.max(Math.min(t,4),-4),t=e._limitZoom(n+t)-n,this._delta=0,this._startTime=null,t){var r=n+t,i=this._getCenterForScrollWheelZoom(r);e.setView(i,r)}},_getCenterForScrollWheelZoom:function(e){var t=this._map,n=t.getZoomScale(e),r=t.getSize()._divideBy(2),i=this._lastMousePos._subtract(r)._multiplyBy(1-1/n),s=t._getTopLeftPoint()._add(r)._add(i);return t.unproject(s)}}),r.Map.addInitHook("addHandler","scrollWheelZoom",r.Map.ScrollWheelZoom),r.extend(r.DomEvent,{_touchstart:r.Browser.msTouch?"MSPointerDown":"touchstart",_touchend:r.Browser.msTouch?"MSPointerUp":"touchend",addDoubleTapListener:function(e,n,i){function s(e){var t;if(r.Browser.msTouch?(d.push(e.pointerId),t=d.length):t=e.touches.length,!(t>1)){var n=Date.now(),i=n-(u||n);a=e.touches?e.touches[0]:e,f=i>0&&l>=i,u=n}}function o(e){if(r.Browser.msTouch){var t=d.indexOf(e.pointerId);if(-1===t)return;d.splice(t,1)}if(f){if(r.Browser.msTouch){var i,s={};for(var o in a)i=a[o],s[o]="function"==typeof i?i.bind(a):i;a=s}a.type="dblclick",n(a),u=null}}var u,a,f=!1,l=250,c="_leaflet_",h=this._touchstart,p=this._touchend,d=[];e[c+h+i]=s,e[c+p+i]=o;var v=r.Browser.msTouch?t.documentElement:e;return e.addEventListener(h,s,!1),v.addEventListener(p,o,!1),r.Browser.msTouch&&v.addEventListener("MSPointerCancel",o,!1),this},removeDoubleTapListener:function(e,n){var i="_leaflet_";return e.removeEventListener(this._touchstart,e[i+this._touchstart+n],!1),(r.Browser.msTouch?t.documentElement:e).removeEventListener(this._touchend,e[i+this._touchend+n],!1),r.Browser.msTouch&&t.documentElement.removeEventListener("MSPointerCancel",e[i+this._touchend+n],!1),this}}),r.extend(r.DomEvent,{_msTouches:[],_msDocumentListener:!1,addMsTouchListener:function(e,t,n,r){switch(t){case"touchstart":return this.addMsTouchListenerStart(e,t,n,r);case"touchend":return this.addMsTouchListenerEnd(e,t,n,r);case"touchmove":return this.addMsTouchListenerMove(e,t,n,r);default:throw"Unknown touch event type"}},addMsTouchListenerStart:function(e,n,r,i){var s="_leaflet_",o=this._msTouches,u=function(e){for(var t=!1,n=0;o.length>n;n++)if(o[n].pointerId===e.pointerId){t=!0;break}t||o.push(e),e.touches=o.slice(),e.changedTouches=[e],r(e)};if(e[s+"touchstart"+i]=u,e.addEventListener("MSPointerDown",u,!1),!this._msDocumentListener){var a=function(e){for(var t=0;o.length>t;t++)if(o[t].pointerId===e.pointerId){o.splice(t,1);break}};t.documentElement.addEventListener("MSPointerUp",a,!1),t.documentElement.addEventListener("MSPointerCancel",a,!1),this._msDocumentListener=!0}return this},addMsTouchListenerMove:function(e,t,n,r){function i(e){if(e.pointerType!==e.MSPOINTER_TYPE_MOUSE||0!==e.buttons){for(var t=0;o.length>t;t++)if(o[t].pointerId===e.pointerId){o[t]=e;break}e.touches=o.slice(),e.changedTouches=[e],n(e)}}var s="_leaflet_",o=this._msTouches;return e[s+"touchmove"+r]=i,e.addEventListener("MSPointerMove",i,!1),this},addMsTouchListenerEnd:function(e,t,n,r){var i="_leaflet_",s=this._msTouches,o=function(e){for(var t=0;s.length>t;t++)if(s[t].pointerId===e.pointerId){s.splice(t,1);break}e.touches=s.slice(),e.changedTouches=[e],n(e)};return e[i+"touchend"+r]=o,e.addEventListener("MSPointerUp",o,!1),e.addEventListener("MSPointerCancel",o,!1),this},removeMsTouchListener:function(e,t,n){var r="_leaflet_",i=e[r+t+n];switch(t){case"touchstart":e.removeEventListener("MSPointerDown",i,!1);break;case"touchmove":e.removeEventListener("MSPointerMove",i,!1);break;case"touchend":e.removeEventListener("MSPointerUp",i,!1),e.removeEventListener("MSPointerCancel",i,!1)}return this}}),r.Map.mergeOptions({touchZoom:r.Browser.touch&&!r.Browser.android23}),r.Map.TouchZoom=r.Handler.extend({addHooks:function(){r.DomEvent.on(this._map._container,"touchstart",this._onTouchStart,this)},removeHooks:function(){r.DomEvent.off(this._map._container,"touchstart",this._onTouchStart,this)},_onTouchStart:function(e){var n=this._map;if(e.touches&&2===e.touches.length&&!n._animatingZoom&&!this._zooming){var i=n.mouseEventToLayerPoint(e.touches[0]),s=n.mouseEventToLayerPoint(e.touches[1]),o=n._getCenterLayerPoint();this._startCenter=i.add(s)._divideBy(2),this._startDist=i.distanceTo(s),this._moved=!1,this._zooming=!0,this._centerOffset=o.subtract(this._startCenter),n._panAnim&&n._panAnim.stop(),r.DomEvent.on(t,"touchmove",this._onTouchMove,this).on(t,"touchend",this._onTouchEnd,this),r.DomEvent.preventDefault(e)}},_onTouchMove:function(e){if(e.touches&&2===e.touches.length){var t=this._map,n=t.mouseEventToLayerPoint(e.touches[0]),i=t.mouseEventToLayerPoint(e.touches[1]);this._scale=n.distanceTo(i)/this._startDist,this._delta=n._add(i)._divideBy(2)._subtract(this._startCenter),1!==this._scale&&(this._moved||(r.DomUtil.addClass(t._mapPane,"leaflet-zoom-anim leaflet-touching"),t.fire("movestart").fire("zoomstart")._prepareTileBg(),this._moved=!0),r.Util.cancelAnimFrame(this._animRequest),this._animRequest=r.Util.requestAnimFrame(this._updateOnMove,this,!0,this._map._container),r.DomEvent.preventDefault(e))}},_updateOnMove:function(){var e=this._map,t=this._getScaleOrigin(),n=e.layerPointToLatLng(t);e.fire("zoomanim",{center:n,zoom:e.getScaleZoom(this._scale)}),e._tileBg.style[r.DomUtil.TRANSFORM]=r.DomUtil.getTranslateString(this._delta)+" "+r.DomUtil.getScaleString(this._scale,this._startCenter)},_onTouchEnd:function(){if(this._moved&&this._zooming){var e=this._map;this._zooming=!1,r.DomUtil.removeClass(e._mapPane,"leaflet-touching"),r.DomEvent.off(t,"touchmove",this._onTouchMove).off(t,"touchend",this._onTouchEnd);var n=this._getScaleOrigin(),i=e.layerPointToLatLng(n),s=e.getZoom(),o=e.getScaleZoom(this._scale)-s,u=o>0?Math.ceil(o):Math.floor(o),a=e._limitZoom(s+u);e.fire("zoomanim",{center:i,zoom:a}),e._runAnimation(i,a,e.getZoomScale(a)/this._scale,n,!0)}},_getScaleOrigin:function(){var e=this._centerOffset.subtract(this._delta).divideBy(this._scale);return this._startCenter.add(e)}}),r.Map.addInitHook("addHandler","touchZoom",r.Map.TouchZoom),r.Map.mergeOptions({boxZoom:!0}),r.Map.BoxZoom=r.Handler.extend({initialize:function(e){this._map=e,this._container=e._container,this._pane=e._panes.overlayPane},addHooks:function(){r.DomEvent.on(this._container,"mousedown",this._onMouseDown,this)},removeHooks:function(){r.DomEvent.off(this._container,"mousedown",this._onMouseDown)},_onMouseDown:function(e){return!e.shiftKey||1!==e.which&&1!==e.button?!1:(r.DomUtil.disableTextSelection(),this._startLayerPoint=this._map.mouseEventToLayerPoint(e),this._box=r.DomUtil.create("div","leaflet-zoom-box",this._pane),r.DomUtil.setPosition(this._box,this._startLayerPoint),this._container.style.cursor="crosshair",r.DomEvent.on(t,"mousemove",this._onMouseMove,this).on(t,"mouseup",this._onMouseUp,this).preventDefault(e),this._map.fire("boxzoomstart"),n)},_onMouseMove:function(e){var t=this._startLayerPoint,n=this._box,i=this._map.mouseEventToLayerPoint(e),s=i.subtract(t),o=new r.Point(Math.min(i.x,t.x),Math.min(i.y,t.y));r.DomUtil.setPosition(n,o),n.style.width=Math.max(0,Math.abs(s.x)-4)+"px",n.style.height=Math.max(0,Math.abs(s.y)-4)+"px"},_onMouseUp:function(e){this._pane.removeChild(this._box),this._container.style.cursor="",r.DomUtil.enableTextSelection(),r.DomEvent.off(t,"mousemove",this._onMouseMove).off(t,"mouseup",this._onMouseUp);var n=this._map,i=n.mouseEventToLayerPoint(e);if(!this._startLayerPoint.equals(i)){var s=new r.LatLngBounds(n.layerPointToLatLng(this._startLayerPoint),n.layerPointToLatLng(i));n.fitBounds(s),n.fire("boxzoomend",{boxZoomBounds:s})}}}),r.Map.addInitHook("addHandler","boxZoom",r.Map.BoxZoom),r.Map.mergeOptions({keyboard:!0,keyboardPanOffset:80,keyboardZoomOffset:1}),r.Map.Keyboard=r.Handler.extend({keyCodes:{left:[37],right:[39],down:[40],up:[38],zoomIn:[187,107,61],zoomOut:[189,109,173]},initialize:function(e){this._map=e,this._setPanOffset(e.options.keyboardPanOffset),this._setZoomOffset(e.options.keyboardZoomOffset)},addHooks:function(){var e=this._map._container;-1===e.tabIndex&&(e.tabIndex="0"),r.DomEvent.on(e,"focus",this._onFocus,this).on(e,"blur",this._onBlur,this).on(e,"mousedown",this._onMouseDown,this),this._map.on("focus",this._addHooks,this).on("blur",this._removeHooks,this)},removeHooks:function(){this._removeHooks();var e=this._map._container;r.DomEvent.off(e,"focus",this._onFocus,this).off(e,"blur",this._onBlur,this).off(e,"mousedown",this._onMouseDown,this),this._map.off("focus",this._addHooks,this).off("blur",this._removeHooks,this)},_onMouseDown:function(){this._focused||this._map._container.focus()},_onFocus:function(){this._focused=!0,this._map.fire("focus")},_onBlur:function(){this._focused=!1,this._map.fire("blur")},_setPanOffset:function(e){var t,n,r=this._panKeys={},i=this.keyCodes;for(t=0,n=i.left.length;n>t;t++)r[i.left[t]]=[-1*e,0];for(t=0,n=i.right.length;n>t;t++)r[i.right[t]]=[e,0];for(t=0,n=i.down.length;n>t;t++)r[i.down[t]]=[0,e];for(t=0,n=i.up.length;n>t;t++)r[i.up[t]]=[0,-1*e]},_setZoomOffset:function(e){var t,n,r=this._zoomKeys={},i=this.keyCodes;for(t=0,n=i.zoomIn.length;n>t;t++)r[i.zoomIn[t]]=e;for(t=0,n=i.zoomOut.length;n>t;t++)r[i.zoomOut[t]]=-e},_addHooks:function(){r.DomEvent.on(t,"keydown",this._onKeyDown,this)},_removeHooks:function(){r.DomEvent.off(t,"keydown",this._onKeyDown,this)},_onKeyDown:function(e){var t=e.keyCode,n=this._map;if(this._panKeys.hasOwnProperty(t))n.panBy(this._panKeys[t]),n.options.maxBounds&&n.panInsideBounds(n.options.maxBounds);else{if(!this._zoomKeys.hasOwnProperty(t))return;n.setZoom(n.getZoom()+this._zoomKeys[t])}r.DomEvent.stop(e)}}),r.Map.addInitHook("addHandler","keyboard",r.Map.Keyboard),r.Handler.MarkerDrag=r.Handler.extend({initialize:function(e){this._marker=e},addHooks:function(){var e=this._marker._icon;this._draggable||(this._draggable=(new r.Draggable(e,e)).on("dragstart",this._onDragStart,this).on("drag",this._onDrag,this).on("dragend",this._onDragEnd,this)),this._draggable.enable()},removeHooks:function(){this._draggable.disable()},moved:function(){return this._draggable&&this._draggable._moved},_onDragStart:function(){this._marker.closePopup().fire("movestart").fire("dragstart")},_onDrag:function(){var e=this._marker,t=e._shadow,n=r.DomUtil.getPosition(e._icon),i=e._map.layerPointToLatLng(n);t&&r.DomUtil.setPosition(t,n),e._latlng=i,e.fire("move",{latlng:i}).fire("drag")},_onDragEnd:function(){this._marker.fire("moveend").fire("dragend")}}),r.Handler.PolyEdit=r.Handler.extend({options:{icon:new r.DivIcon({iconSize:new r.Point(8,8),className:"leaflet-div-icon leaflet-editing-icon"})},initialize:function(e,t){this._poly=e,r.setOptions(this,t)},addHooks:function(){this._poly._map&&(this._markerGroup||this._initMarkers(),this._poly._map.addLayer(this._markerGroup))},removeHooks:function(){this._poly._map&&(this._poly._map.removeLayer(this._markerGroup),delete this._markerGroup,delete this._markers)},updateMarkers:function(){this._markerGroup.clearLayers(),this._initMarkers()},_initMarkers:function(){this._markerGroup||(this._markerGroup=new r.LayerGroup),this._markers=[];var e,t,n,i,s=this._poly._latlngs;for(e=0,n=s.length;n>e;e++)i=this._createMarker(s[e],e),i.on("click",this._onMarkerClick,this),this._markers.push(i);var o,u;for(e=0,t=n-1;n>e;t=e++)(0!==e||r.Polygon&&this._poly instanceof r.Polygon)&&(o=this._markers[t],u=this._markers[e],this._createMiddleMarker(o,u),this._updatePrevNext(o,u))},_createMarker:function(e,t){var n=new r.Marker(e,{draggable:!0,icon:this.options.icon});return n._origLatLng=e,n._index=t,n.on("drag",this._onMarkerDrag,this),n.on("dragend",this._fireEdit,this),this._markerGroup.addLayer(n),n},_fireEdit:function(){this._poly.fire("edit")},_onMarkerDrag:function(e){var t=e.target;r.extend(t._origLatLng,t._latlng),t._middleLeft&&t._middleLeft.setLatLng(this._getMiddleLatLng(t._prev,t)),t._middleRight&&t._middleRight.setLatLng(this._getMiddleLatLng(t,t._next)),this._poly.redraw()},_onMarkerClick:function(e){if(!(3>this._poly._latlngs.length)){var t=e.target,n=t._index;this._markerGroup.removeLayer(t),this._markers.splice(n,1),this._poly.spliceLatLngs(n,1),this._updateIndexes(n,-1),this._updatePrevNext(t._prev,t._next),t._middleLeft&&this._markerGroup.removeLayer(t._middleLeft),t._middleRight&&this._markerGroup.removeLayer(t._middleRight),t._prev&&t._next?this._createMiddleMarker(t._prev,t._next):t._prev?t._next||(t._prev._middleRight=null):t._next._middleLeft=null,this._poly.fire("edit")}},_updateIndexes:function(e,t){this._markerGroup.eachLayer(function(n){n._index>e&&(n._index+=t)})},_createMiddleMarker:function(e,t){var n,r,i,s=this._getMiddleLatLng(e,t),o=this._createMarker(s);o.setOpacity(.6),e._middleRight=t._middleLeft=o,r=function(){var r=t._index;o._index=r,o.off("click",n).on("click",this._onMarkerClick,this),s.lat=o.getLatLng().lat,s.lng=o.getLatLng().lng,this._poly.spliceLatLngs(r,0,s),this._markers.splice(r,0,o),o.setOpacity(1),this._updateIndexes(r,1),t._index++,this._updatePrevNext(e,o),this._updatePrevNext(o,t)},i=function(){o.off("dragstart",r,this),o.off("dragend",i,this),this._createMiddleMarker(e,o),this._createMiddleMarker(o,t)},n=function(){r.call(this),i.call(this),this._poly.fire("edit")},o.on("click",n,this).on("dragstart",r,this).on("dragend",i,this),this._markerGroup.addLayer(o)},_updatePrevNext:function(e,t){e&&(e._next=t),t&&(t._prev=e)},_getMiddleLatLng:function(e,t){var n=this._poly._map,r=n.latLngToLayerPoint(e.getLatLng()),i=n.latLngToLayerPoint(t.getLatLng());return n.layerPointToLatLng(r._add(i)._divideBy(2))}}),r.Polyline.addInitHook(function(){r.Handler.PolyEdit&&(this.editing=new r.Handler.PolyEdit(this),this.options.editable&&this.editing.enable()),this.on("add",function(){this.editing&&this.editing.enabled()&&this.editing.addHooks()}),this.on("remove",function(){this.editing&&this.editing.enabled()&&this.editing.removeHooks()})}),r.Control=r.Class.extend({options:{position:"topright"},initialize:function(e){r.setOptions(this,e)},getPosition:function(){return this.options.position},setPosition:function(e){var t=this._map;return t&&t.removeControl(this),this.options.position=e,t&&t.addControl(this),this},addTo:function(e){this._map=e;var t=this._container=this.onAdd(e),n=this.getPosition(),i=e._controlCorners[n];return r.DomUtil.addClass(t,"leaflet-control"),-1!==n.indexOf("bottom")?i.insertBefore(t,i.firstChild):i.appendChild(t),this},removeFrom:function(e){var t=this.getPosition(),n=e._controlCorners[t];return n.removeChild(this._container),this._map=null,this.onRemove&&this.onRemove(e),this}}),r.control=function(e){return new r.Control(e)},r.Map.include({addControl:function(e){return e.addTo(this),this},removeControl:function(e){return e.removeFrom(this),this},_initControlPos:function(){function e(e,s){var u=n+e+" "+n+s;t[e+s]=r.DomUtil.create("div",u,i)}var t=this._controlCorners={},n="leaflet-",i=this._controlContainer=r.DomUtil.create("div",n+"control-container",this._container);e("top","left"),e("top","right"),e("bottom","left"),e("bottom","right")}}),r.Control.Zoom=r.Control.extend({options:{position:"topleft"},onAdd:function(e){var t="leaflet-control-zoom",n="leaflet-bar",i=n+"-part",s=r.DomUtil.create("div",t+" "+n);return this._map=e,this._zoomInButton=this._createButton("+","Zoom in",t+"-in "+i+" "+i+"-top",s,this._zoomIn,this),this._zoomOutButton=this._createButton("-","Zoom out",t+"-out "+i+" "+i+"-bottom",s,this._zoomOut,this),e.on("zoomend",this._updateDisabled,this),s},onRemove:function(e){e.off("zoomend",this._updateDisabled,this)},_zoomIn:function(e){this._map.zoomIn(e.shiftKey?3:1)},_zoomOut:function(e){this._map.zoomOut(e.shiftKey?3:1)},_createButton:function(e,t,n,i,s,o){var u=r.DomUtil.create("a",n,i);u.innerHTML=e,u.href="#",u.title=t;var a=r.DomEvent.stopPropagation;return r.DomEvent.on(u,"click",a).on(u,"mousedown",a).on(u,"dblclick",a).on(u,"click",r.DomEvent.preventDefault).on(u,"click",s,o),u},_updateDisabled:function(){var e=this._map,t="leaflet-control-zoom-disabled";r.DomUtil.removeClass(this._zoomInButton,t),r.DomUtil.removeClass(this._zoomOutButton,t),e._zoom===e.getMinZoom()&&r.DomUtil.addClass(this._zoomOutButton,t),e._zoom===e.getMaxZoom()&&r.DomUtil.addClass(this._zoomInButton,t)}}),r.Map.mergeOptions({zoomControl:!0}),r.Map.addInitHook(function(){this.options.zoomControl&&(this.zoomControl=new r.Control.Zoom,this.addControl(this.zoomControl))}),r.control.zoom=function(e){return new r.Control.Zoom(e)},r.Control.Attribution=r.Control.extend({options:{position:"bottomright",prefix:'Powered by Leaflet'},initialize:function(e){r.setOptions(this,e),this._attributions={}},onAdd:function(e){return this._container=r.DomUtil.create("div","leaflet-control-attribution"),r.DomEvent.disableClickPropagation(this._container),e.on("layeradd",this._onLayerAdd,this).on("layerremove",this._onLayerRemove,this),this._update(),this._container},onRemove:function(e){e.off("layeradd",this._onLayerAdd).off("layerremove",this._onLayerRemove)},setPrefix:function(e){return this.options.prefix=e,this._update(),this},addAttribution:function(e){return e?(this._attributions[e]||(this._attributions[e]=0),this._attributions[e]++,this._update(),this):n},removeAttribution:function(e){return e?(this._attributions[e]--,this._update(),this):n},_update:function(){if(this._map){var e=[];for(var t in this._attributions)this._attributions.hasOwnProperty(t)&&this._attributions[t]&&e.push(t);var n=[];this.options.prefix&&n.push(this.options.prefix),e.length&&n.push(e.join(", ")),this._container.innerHTML=n.join(" — ")}},_onLayerAdd:function(e){e.layer.getAttribution&&this.addAttribution(e.layer.getAttribution())},_onLayerRemove:function(e){e.layer.getAttribution&&this.removeAttribution(e.layer.getAttribution())}}),r.Map.mergeOptions({attributionControl:!0}),r.Map.addInitHook(function(){this.options.attributionControl&&(this.attributionControl=(new r.Control.Attribution).addTo(this))}),r.control.attribution=function(e){return new r.Control.Attribution(e)},r.Control.Scale=r.Control.extend({options:{position:"bottomleft",maxWidth:100,metric:!0,imperial:!0,updateWhenIdle:!1},onAdd:function(e){this._map=e;var t="leaflet-control-scale",n=r.DomUtil.create("div",t),i=this.options;return this._addScales(i,t,n),e.on(i.updateWhenIdle?"moveend":"move",this._update,this),e.whenReady(this._update,this),n},onRemove:function(e){e.off(this.options.updateWhenIdle?"moveend":"move",this._update,this)},_addScales:function(e,t,n){e.metric&&(this._mScale=r.DomUtil.create("div",t+"-line",n)),e.imperial&&(this._iScale=r.DomUtil.create("div",t+"-line",n))},_update:function(){var e=this._map.getBounds(),t=e.getCenter().lat,n=6378137*Math.PI*Math.cos(t*Math.PI/180),r=n*(e.getNorthEast().lng-e.getSouthWest().lng)/180,i=this._map.getSize(),s=this.options,o=0;i.x>0&&(o=r*(s.maxWidth/i.x)),this._updateScales(s,o)},_updateScales:function(e,t){e.metric&&t&&this._updateMetric(t),e.imperial&&t&&this._updateImperial(t)},_updateMetric:function(e){var t=this._getRoundNum(e);this._mScale.style.width=this._getScaleWidth(t/e)+"px",this._mScale.innerHTML=1e3>t?t+" m":t/1e3+" km"},_updateImperial:function(e){var t,n,r,i=3.2808399*e,s=this._iScale;i>5280?(t=i/5280,n=this._getRoundNum(t),s.style.width=this._getScaleWidth(n/t)+"px",s.innerHTML=n+" mi"):(r=this._getRoundNum(i),s.style.width=this._getScaleWidth(r/i)+"px",s.innerHTML=r+" ft")},_getScaleWidth:function(e){return Math.round(this.options.maxWidth*e)-10},_getRoundNum:function(e){var t=Math.pow(10,(Math.floor(e)+"").length-1),n=e/t;return n=n>=10?10:n>=5?5:n>=3?3:n>=2?2:1,t*n}}),r.control.scale=function(e){return new r.Control.Scale(e)},r.Control.Layers=r.Control.extend({options:{collapsed:!0,position:"topright",autoZIndex:!0},initialize:function(e,t,n){r.setOptions(this,n),this._layers={},this._lastZIndex=0,this._handlingClick=!1;for(var i in e)e.hasOwnProperty(i)&&this._addLayer(e[i],i);for(i in t)t.hasOwnProperty(i)&&this._addLayer(t[i],i,!0)},onAdd:function(e){return this._initLayout(),this._update(),e.on("layeradd",this._onLayerChange,this).on("layerremove",this._onLayerChange,this),this._container},onRemove:function(e){e.off("layeradd",this._onLayerChange).off("layerremove",this._onLayerChange)},addBaseLayer:function(e,t){return this._addLayer(e,t),this._update(),this},addOverlay:function(e,t){return this._addLayer(e,t,!0),this._update(),this},removeLayer:function(e){var t=r.stamp(e);return delete this._layers[t],this._update(),this},_initLayout:function(){var e="leaflet-control-layers",t=this._container=r.DomUtil.create("div",e);r.Browser.touch?r.DomEvent.on(t,"click",r.DomEvent.stopPropagation):(r.DomEvent.disableClickPropagation(t),r.DomEvent.on(t,"mousewheel",r.DomEvent.stopPropagation));var n=this._form=r.DomUtil.create("form",e+"-list");if(this.options.collapsed){r.DomEvent.on(t,"mouseover",this._expand,this).on(t,"mouseout",this._collapse,this);var i=this._layersLink=r.DomUtil.create("a",e+"-toggle",t);i.href="#",i.title="Layers",r.Browser.touch?r.DomEvent.on(i,"click",r.DomEvent.stopPropagation).on(i,"click",r.DomEvent.preventDefault).on(i,"click",this._expand,this):r.DomEvent.on(i,"focus",this._expand,this),this._map.on("movestart",this._collapse,this)}else this._expand();this._baseLayersList=r.DomUtil.create("div",e+"-base",n),this._separator=r.DomUtil.create("div",e+"-separator",n),this._overlaysList=r.DomUtil.create("div",e+"-overlays",n),t.appendChild(n)},_addLayer:function(e,t,n){var i=r.stamp(e);this._layers[i]={layer:e,name:t,overlay:n},this.options.autoZIndex&&e.setZIndex&&(this._lastZIndex++,e.setZIndex(this._lastZIndex))},_update:function(){if(this._container){this._baseLayersList.innerHTML="",this._overlaysList.innerHTML="";var e=!1,t=!1;for(var n in this._layers)if(this._layers.hasOwnProperty(n)){var r=this._layers[n];this._addItem(r),t=t||r.overlay,e=e||!r.overlay}this._separator.style.display=t&&e?"":"none"}},_onLayerChange:function(e){var t=r.stamp(e.layer);this._layers[t]&&!this._handlingClick&&this._update()},_createRadioElement:function(e,n){var r='e;e++)t=i[e],n=this._layers[t.layerId],t.checked&&!this._map.hasLayer(n.layer)?(this._map.addLayer(n.layer),n.overlay||(r=n.layer)):!t.checked&&this._map.hasLayer(n.layer)&&this._map.removeLayer(n.layer);r&&(this._map.setZoom(this._map.getZoom()),this._map.fire("baselayerchange",{layer:r})),this._handlingClick=!1},_expand:function(){r.DomUtil.addClass(this._container,"leaflet-control-layers-expanded")},_collapse:function(){this._container.className=this._container.className.replace(" leaflet-control-layers-expanded","")}}),r.control.layers=function(e,t,n){return new r.Control.Layers(e,t,n)},r.PosAnimation=r.Class.extend({includes:r.Mixin.Events,run:function(e,t,n,i){this.stop(),this._el=e,this._inProgress=!0,this.fire("start"),e.style[r.DomUtil.TRANSITION]="all "+(n||.25)+"s cubic-bezier(0,0,"+(i||.5)+",1)",r.DomEvent.on(e,r.DomUtil.TRANSITION_END,this._onTransitionEnd,this),r.DomUtil.setPosition(e,t),r.Util.falseFn(e.offsetWidth),this._stepTimer=setInterval(r.bind(this.fire,this,"step"),50)},stop:function(){this._inProgress&&(r.DomUtil.setPosition(this._el,this._getPos()),this._onTransitionEnd(),r.Util.falseFn(this._el.offsetWidth))},_transformRe:/(-?[\d\.]+), (-?[\d\.]+)\)/,_getPos:function(){var t,n,i,s=this._el,o=e.getComputedStyle(s);return r.Browser.any3d?(i=o[r.DomUtil.TRANSFORM].match(this._transformRe),t=parseFloat(i[1]),n=parseFloat(i[2])):(t=parseFloat(o.left),n=parseFloat(o.top)),new r.Point(t,n,!0)},_onTransitionEnd:function(){r.DomEvent.off(this._el,r.DomUtil.TRANSITION_END,this._onTransitionEnd,this),this._inProgress&&(this._inProgress=!1,this._el.style[r.DomUtil.TRANSITION]="",clearInterval(this._stepTimer),this.fire("step").fire("end"))}}),r.Map.include({setView:function(e,t,n){t=this._limitZoom(t);var r=this._zoom!==t;if(this._loaded&&!n&&this._layers){this._panAnim&&this._panAnim.stop();var i=r?this._zoomToIfClose&&this._zoomToIfClose(e,t):this._panByIfClose(e);if(i)return clearTimeout(this._sizeTimer),this}return this._resetView(e,t),this},panBy:function(e,t,n){if(e=r.point(e),!e.x&&!e.y)return this;this._panAnim||(this._panAnim=new r.PosAnimation,this._panAnim.on({step:this._onPanTransitionStep,end:this._onPanTransitionEnd},this)),this.fire("movestart"),r.DomUtil.addClass(this._mapPane,"leaflet-pan-anim");var i=r.DomUtil.getPosition(this._mapPane).subtract(e)._round();return this._panAnim.run(this._mapPane,i,t||.25,n),this},_onPanTransitionStep:function(){this.fire("move")},_onPanTransitionEnd:function(){r.DomUtil.removeClass(this._mapPane,"leaflet-pan-anim"),this.fire("moveend")},_panByIfClose:function(e){var t=this._getCenterOffset(e)._floor();return this._offsetIsWithinView(t)?(this.panBy(t),!0):!1},_offsetIsWithinView:function(e,t){var n=t||1,r=this.getSize();return Math.abs(e.x)<=r.x*n&&Math.abs(e.y)<=r.y*n}}),r.PosAnimation=r.DomUtil.TRANSITION?r.PosAnimation:r.PosAnimation.extend({run:function(e,t,n,i){this.stop(),this._el=e,this._inProgress=!0,this._duration=n||.25,this._easeOutPower=1/Math.max(i||.5,.2),this._startPos=r.DomUtil.getPosition(e),this._offset=t.subtract(this._startPos),this._startTime=+(new Date),this.fire("start"),this._animate()},stop:function(){this._inProgress&&(this._step(),this._complete())},_animate:function(){this._animId=r.Util.requestAnimFrame(this._animate,this),this._step()},_step:function(){var e=+(new Date)-this._startTime,t=1e3*this._duration;t>e?this._runFrame(this._easeOut(e/t)):(this._runFrame(1),this._complete())},_runFrame:function(e){var t=this._startPos.add(this._offset.multiplyBy(e));r.DomUtil.setPosition(this._el,t),this.fire("step")},_complete:function(){r.Util.cancelAnimFrame(this._animId),this._inProgress=!1,this.fire("end")},_easeOut:function(e){return 1-Math.pow(1-e,this._easeOutPower)}}),r.Map.mergeOptions({zoomAnimation:r.DomUtil.TRANSITION&&!r.Browser.android23&&!r.Browser.mobileOpera}),r.DomUtil.TRANSITION&&r.Map.addInitHook(function(){r.DomEvent.on(this._mapPane,r.DomUtil.TRANSITION_END,this._catchTransitionEnd,this)}),r.Map.include(r.DomUtil.TRANSITION?{_zoomToIfClose:function(e,t){if(this._animatingZoom)return!0;if(!this.options.zoomAnimation)return!1;var n=this.getZoomScale(t),i=this._getCenterOffset(e)._divideBy(1-1/n);if(!this._offsetIsWithinView(i,1))return!1;r.DomUtil.addClass(this._mapPane,"leaflet-zoom-anim"),this.fire("movestart").fire("zoomstart"),this.fire("zoomanim",{center:e,zoom:t});var s=this._getCenterLayerPoint().add(i);return this._prepareTileBg(),this._runAnimation(e,t,n,s),!0},_catchTransitionEnd:function(){this._animatingZoom&&this._onZoomTransitionEnd()},_runAnimation:function(e,t,n,i,s){this._animateToCenter=e,this._animateToZoom=t,this._animatingZoom=!0,r.Draggable&&(r.Draggable._disabled=!0);var o=r.DomUtil.TRANSFORM,u=this._tileBg;clearTimeout(this._clearTileBgTimer),r.Util.falseFn(u.offsetWidth);var a=r.DomUtil.getScaleString(n,i),f=u.style[o];u.style[o]=s?f+" "+a:a+" "+f},_prepareTileBg:function(){var e=this._tilePane,t=this._tileBg;if(t&&this._getLoadedTilesPercentage(t)>.5&&.5>this._getLoadedTilesPercentage(e))return e.style.visibility="hidden",e.empty=!0,this._stopLoadingImages(e),n;t||(t=this._tileBg=this._createPane("leaflet-tile-pane",this._mapPane),t.style.zIndex=1),t.style[r.DomUtil.TRANSFORM]="",t.style.visibility="hidden",t.empty=!0,e.empty=!1,this._tilePane=this._panes.tilePane=t;var i=this._tileBg=e;r.DomUtil.addClass(i,"leaflet-zoom-animated"),this._stopLoadingImages(i)},_getLoadedTilesPercentage:function(e){var t,n,r=e.getElementsByTagName("img"),i=0;for(t=0,n=r.length;n>t;t++)r[t].complete&&i++;return i/n},_stopLoadingImages:function(e){var t,n,i,s=Array.prototype.slice.call(e.getElementsByTagName("img"));for(t=0,n=s.length;n>t;t++)i=s[t],i.complete||(i.onload=r.Util.falseFn,i.onerror=r.Util.falseFn,i.src=r.Util.emptyImageUrl,i.parentNode.removeChild(i))},_onZoomTransitionEnd:function(){this._restoreTileFront(),r.DomUtil.removeClass(this._mapPane,"leaflet-zoom-anim"),r.Util.falseFn(this._tileBg.offsetWidth),this._animatingZoom=!1,this._resetView(this._animateToCenter,this._animateToZoom,!0,!0),r.Draggable&&(r.Draggable._disabled=!1)},_restoreTileFront:function(){this._tilePane.innerHTML="",this._tilePane.style.visibility="",this._tilePane.style.zIndex=2,this._tileBg.style.zIndex=1},_clearTileBg:function(){this._animatingZoom||this.touchZoom._zooming||(this._tileBg.innerHTML="")}}:{}),r.Map.include({_defaultLocateOptions:{watch:!1,setView:!1,maxZoom:1/0,timeout:1e4,maximumAge:0,enableHighAccuracy:!1},locate:function(e){if(e=this._locationOptions=r.extend(this._defaultLocateOptions,e),!navigator.geolocation)return this._handleGeolocationError({code:0,message:"Geolocation not supported."}),this;var t=r.bind(this._handleGeolocationResponse,this),n=r.bind(this._handleGeolocationError,this);return e.watch?this._locationWatchId=navigator.geolocation.watchPosition(t,n,e):navigator.geolocation.getCurrentPosition(t,n,e),this},stopLocate:function(){return navigator.geolocation&&navigator.geolocation.clearWatch(this._locationWatchId),this},_handleGeolocationError:function(e){var t=e.code,n=e.message||(1===t?"permission denied":2===t?"position unavailable":"timeout");this._locationOptions.setView&&!this._loaded&&this.fitWorld(),this.fire("locationerror",{code:t,message:"Geolocation error: "+n+"."})},_handleGeolocationResponse:function(e){var t=180*e.coords.accuracy/4e7,n=2*t,i=e.coords.latitude,s=e.coords.longitude,o=new r.LatLng(i,s),u=new r.LatLng(i-t,s-n),a=new r.LatLng(i+t,s+n),f=new r.LatLngBounds(u,a),l=this._locationOptions;if(l.setView){var c=Math.min(this.getBoundsZoom(f),l.maxZoom);this.setView(o,c)}this.fire("locationfound",{latlng:o,bounds:f,accuracy:e.coords.accuracy})}})})(this,document),L.Google=L.Class.extend({includes:L.Mixin.Events,options:{minZoom:0,maxZoom:18,tileSize:256,subdomains:"abc",errorTileUrl:"",attribution:"",opacity:1,continuousWorld:!1,noWrap:!1},initialize:function(e,t,n){L.Util.setOptions(this,t),e==="INGRESS"?(e="ROADMAP",this._styles=[{featureType:"all",elementType:"all",stylers:[{visibility:"on"},{hue:"#131c1c"},{saturation:"-50"},{invert_lightness:!0}]},{featureType:"water",elementType:"all",stylers:[{visibility:"on"},{hue:"#005eff"},{invert_lightness:!0}]},{featureType:"poi",stylers:[{visibility:"off"}]},{featureType:"transit",elementType:"all",stylers:[{visibility:"off"}]}]):this._styles=null,this._type=google.maps.MapTypeId[e||"SATELLITE"]},onAdd:function(e,t){this._map=e,this._insertAtTheBottom=t,this._initContainer(),this._initMapObject(),this._map.options.zoomAnimation=!1,e.on("move",this._update,this),this._reset(),this._update()},onRemove:function(e){this._map._container.removeChild(this._container),this._map.options.zoomAnimation=!0,this._map.off("move",this._update,this)},getAttribution:function(){return this.options.attribution},setOpacity:function(e){this.options.opacity=e,e<1&&L.DomUtil.setOpacity(this._container,e)},_initContainer:function(){var e=this._map._container;first=e.firstChild,this._container||(this._container=L.DomUtil.create("div","leaflet-google-layer leaflet-top leaflet-left"),this._container.id="_GMapContainer"),e.insertBefore(this._container,first),this.setOpacity(this.options.opacity);var t=this._map.getSize();this._container.style.width=t.x+"px",this._container.style.height=t.y+"px"},_initMapObject:function(){this._google_center=new google.maps.LatLng(0,0);var e=new google.maps.Map(this._container,{center:this._google_center,zoom:0,styles:this._styles,tilt:0,mapTypeId:this._type,disableDefaultUI:!0,keyboardShortcuts:!1,draggable:!1,disableDoubleClickZoom:!0,scrollwheel:!1,streetViewControl:!1}),t=this;this._reposition=google.maps.event.addListenerOnce(e,"center_changed",function(){t.onReposition()}),e.backgroundColor="#ff0000",this._google=e},_resetCallback:function(e){this._reset(e.hard)},_reset:function(e){this._initContainer()},_update:function(){this._resize();var e=this._map.getCenter(),t=new google.maps.LatLng(e.lat,e.lng);this. +_google.setCenter(t),this._google.setZoom(this._map.getZoom())},_resize:function(){var e=this._map.getSize();if(parseInt(this._container.style.width)==e.x&&parseInt(this._container.style.height)==e.y)return;this._container.style.width=e.x+"px",this._container.style.height=e.y+"px",google.maps.event.trigger(this._google,"resize")},onReposition:function(){}}),function(){var e,t=[].slice;e=function(){var e,n,r,i,s,o,u;s=1<=arguments.length?t.call(arguments,0):[],r="",i=s[0],o=/(^|\s)((https?|ftp):\/\/[\-A-Z0-9+\u0026@#\/%?=~_|!:,.;]*[\-A-Z0-9+\u0026@#\/%=~_|])/gi;if(s.length>0){i["callback"]!=null&&typeof i.callback=="function"&&(e=i.callback,delete i.callback);for(n in i)u=i[n],r+=" "+n+"='"+u+"'";return this.replace(o,function(t,n,i){var s,o;return o=e&&e(i),s=o||""+i+"",""+n+s})}return this.replace(o,"$1$2")},String.prototype.autoLink=e}.call(this),function(){(function(){var e={}.hasOwnProperty,t=[].slice;null!=this.L&&(this.OverlappingMarkerSpiderfier=function(){function r(t,r){var i,s,o,u,a=this;this.map=t,null==r&&(r={});for(i in r)e.call(r,i)&&(s=r[i],this[i]=s);this.initMarkerArrays(),this.listeners={},u=["click","zoomend"],s=0;for(o=u.length;st?this:(n=this.markerListeners.splice(t,1)[0],e.removeEventListener("click",n),delete e._oms,this.markers.splice(t,1),this)},i.clearMarkers=function(){var e,t,n,r,i;this.unspiderfy(),i=this.markers,e=n=0;for(r=i.length;nn||this.listeners[e].splice(n,1),this},i.clearListeners=function(e){return this.listeners[e]=[],this},i.trigger=function(){var e,n,r,i,s,u;n=arguments[0],e=2<=arguments.length?t.call(arguments,1):[],n=null!=(r=this.listeners[n])?r:[],u=[],i=0;for(s=n.length;ie;n=0<=e?++o:--o)n=this.circleStartAngle+n*r,u.push(new L.Point(t.x+i*Math.cos(n),t.y+i*Math.sin(n)));return u},i.generatePtsSpiral=function(e,t){var n,r,i,o,u;i=this.spiralLengthStart,n=0,u=[];for(r=o=0;0<=e?oe;r=0<=e?++o:--o)n+=this.spiralFootSeparation/i+5e-4*r,r=new L.Point(t.x+i*Math.cos(n),t.y+i*Math.sin(n)),i+=s*this.spiralLengthFactor/n,u.push(r);return u},i.spiderListener=function(e){var t,n,r,i,s,o,u,a,f;t=null!=e._omsData,(!t||!this.keepSpiderfied)&&this.unspiderfy();if(t)return this.trigger("click",e);i=[],s=[],o=this.nearbyDistance*this.nearbyDistance,r=this.map.latLngToLayerPoint(e.getLatLng()),f=this.markers,u=0;for(a=f.length;u=this.circleSpiralSwitchover?this.generatePtsSpiral(c,n).reverse():this.generatePtsCircle(c,n),n=function(){var t,n,a,c=this;a=[],t=0;for(n=s.length;t div:visible mark");i=i.map(function(e,t){return $(t).text()}),i=uniqueArray(i);var s=null;for(var o=0;o div").data("needsClearing",!0),console.log("Bounding Box changed, chat will be cleared (old: "+chat._oldBBox+" ; new: "+s+" )"),chat._factionData={},chat._publicData={}),chat._oldBBox=s;var r=n.getNorthEast(),i=n.getSouthWest(),o={desiredNumItems:e?CHAT_FACTION_ITEMS:CHAT_PUBLIC_ITEMS,minLatE6:Math.round(i.lat*1e6),minLngE6:Math.round(i.lng*1e6),maxLatE6:Math.round(r.lat*1e6),maxLngE6:Math.round(r.lng*1e6),minTimestampMs:-1,maxTimestampMs:-1,factionOnly:e};if(t)o=$.extend(o,{maxTimestampMs:chat.getOldestTimestamp(e)});else{var u=chat.getNewestTimestamp(e);$.extend(o,{minTimestampMs:u})}return o},window.chat._requestFactionRunning=!1,window.chat.requestFaction=function(e,t){if(chat._requestFactionRunning&&!t)return;if(isIdle())return renderUpdateStatus();chat._requestFactionRunning=!0;var n=chat.genPostData(!0,e),r=window.postAjax("getPaginatedPlextsV2",n,chat.handleFaction,t?function(){window.chat._requestFactionRunning=!1}:function(){window.chat.requestFaction(e,!0)});requests.add(r)},window.chat._factionData={},window.chat.handleFaction=function(e,t,n){chat._requestFactionRunning=!1;if(!e||!e.result)return window.failedRequestCount++,console.warn("faction chat error. Waiting for next auto-refresh.");if(e.result.length===0)return;var r=chat.getOldestTimestamp(!0);chat.writeDataToHash(e,chat._factionData,!1);var i=r!==chat.getOldestTimestamp(!0);window.chat.renderFaction(i),e.result.length>=CHAT_FACTION_ITEMS&&chat.needMoreMessages()},window.chat.renderFaction=function(e){chat.renderData(chat._factionData,"chatfaction",e)},window.chat._requestPublicRunning=!1,window.chat.requestPublic=function(e,t){if(chat._requestPublicRunning&&!t)return;if(isIdle())return renderUpdateStatus();chat._requestPublicRunning=!0;var n=chat.genPostData(!1,e),r=window.postAjax("getPaginatedPlextsV2",n,chat.handlePublic,t?function(){window.chat._requestPublicRunning=!1}:function(){window.chat.requestPublic(e,!0)});requests.add(r)},window.chat._publicData={},window.chat.handlePublic=function(e,t,n){chat._requestPublicRunning=!1;if(!e||!e.result)return window.failedRequestCount++,console.warn("public chat error. Waiting for next auto-refresh.");if(e.result.length===0)return;var r=chat.getOldestTimestamp(!1);chat.writeDataToHash(e,chat._publicData,!0);var i=r!==chat.getOldestTimestamp(!1);runHooks("publicChatDataAvailable",{raw:e,processed:chat._publicData});switch(chat.getActive()){case"public":window.chat.renderPublic(i);break;case"compact":window.chat.renderCompact(i);break;case"full":window.chat.renderFull(i)}e.result.length>=CHAT_PUBLIC_ITEMS&&chat.needMoreMessages()},window.chat.renderPublic=function(e){var t=$.map(chat._publicData,function(e){if(!e[1])return[e]});chat.renderData(t,"chatpublic",e)},window.chat.renderCompact=function(e){var t={};$.each(chat._publicData,function(e,n){if(!n[1])return!0;var r=n[3];if(t[r]&&t[r][0]>n[0])return!0;t[r]=n}),chat.renderData(t,"chatcompact",e)},window.chat.renderFull=function(e){var t=$.map(chat._publicData,function(e){if(e[1])return[e]});chat.renderData(t,"chatfull",e)},window.chat.writeDataToHash=function(e,t,n){$.each(e.result,function(e,r){if(r[0]in t)return!0;var i=!1,s=r[1],o=r[2].plext.team==="ALIENS"?TEAM_ENL:TEAM_RES,u=r[2].plext.plextType!=="PLAYER_GENERATED",a="",f="",l;$.each(r[2].plext.markup,function(e,t){switch(t[0]){case"SENDER":f=t[1].plain.slice(0,-2),l=t[1].guid;break;case"PLAYER":l=t[1].guid,f=t[1].plain,o=t[1].team==="ALIENS"?TEAM_ENL:TEAM_RES,e>0&&(a+=f);break;case"TEXT":var r=$("
").text(t[1].plain).html().autoLink();a+=r.replace(window.PLAYER.nickMatcher,"$1");break;case"PORTAL":var s=[t[1].latE6/1e6,t[1].lngE6/1e6],u="https://ingress.com/intel?latE6="+t[1].latE6+"&lngE6="+t[1].lngE6+"&z=17&pguid="+t[1].guid,c="window.zoomToAndShowPortal('"+t[1].guid+"', ["+s[0]+", "+s[1]+"]);return false";a+=''+window.chat.getChatPortalName(t[1])+"";break;case"SECURE":if(n)return i=!0,!1}});if(i)return!0;t[r[0]]=[r[1],u,chat.renderMsg(a,f,s,o),l],window.setPlayerName(l,f)})},window.chat.getChatPortalName=function(e){var t=e.name;if(t==="US Post Office"){var n=e.address.split(",");t="USPS: "+n[0]}return t},window.chat.renderData=function(e,t,n){var r=$("#"+t);if(r.is(":hidden"))return;var i=$.map(e,function(e,t){return[e]});i=i.sort(function(e,t){return e[0]-t[0]});var s="",o=null;$.each(i,function(e,t){var n=(new Date(t[0])).toLocaleDateString();o&&o!==n&&(s+=chat.renderDivider(n)),s+=t[2],o=n});var u=scrollBottom(r);r.html(""+s+"
"),chat.keepScrollPosition(r,u,n)},window.chat.renderDivider=function(e){var t=" ──────────────────────────────────────────────────────────────────────────";return'─ '+e+t+""},window.chat.renderMsg=function(e,t,n,r){var i=unixTimeToHHmm(n),s=unixTimeToString(n,!0),o='",u='style="color:'+COLORS[r]+'"',a=t.length>=8?'title="'+t+'" class="help"':"",f=['<','>'];return""+o+""+f[0]+'"+t+""+f[1]+""+e+""},window.chat.getActive=function(){return $("#chatcontrols .active").text()},window.chat.toggle=function(){var e=$("#chat, #chatcontrols");if(e.hasClass("expand")){$("#chatcontrols a:first").html(''),e.removeClass("expand");var t=$("#chat > div:visible");t.data("ignoreNextScroll",!0),t.scrollTop(99999999),$(".leaflet-control").css("margin-left","13px")}else $("#chatcontrols a:first").html(''),e.addClass("expand"),$(".leaflet-control").css("margin-left","720px"),chat.needMoreMessages()},window.chat.request=function(){console.log("refreshing chat"),chat.requestFaction(!1),chat.requestPublic(!1)},window.chat.needMoreMessages=function(){var e=chat.getActive();if(e==="debug")return;var t=$("#chat > :visible");if(t.length===0)return;var n=scrollBottom(t)!==0||t.scrollTop()!==0,r=t.scrollTop()<=CHAT_REQUEST_SCROLL_TOP;if(n&&!r)return;console.log("No scrollbar or near top in active chat. Requesting more data."),e==="faction"?chat.requestFaction(!0):chat.requestPublic(!0)},window.chat.chooser=function(event){var t=$(event.target),tt=t.text(),mark=$("#chatinput mark"),input=$("#chatinput input");$("#chatcontrols .active").removeClass("active"),t.addClass("active"),$("#chat > div").hide();var elm;switch(tt){case"faction":input.css("color",""),mark.css("color",""),mark.text("tell faction:");break;case"public":input.css("cssText","color: red !important"),mark.css("cssText","color: red !important"),mark.text("broadcast:");break;case"compact":case"full":mark.css("cssText","color: #bbb !important"),input.css("cssText","color: #bbb !important"),mark.text("tell Jarvis:");break;default:throw"chat.chooser was asked to handle unknown button: "+tt}var elm=$("#chat"+tt);elm.show(),eval("chat.render"+tt.capitalize()+"(false);"),elm.data("needsScrollTop")&&(elm.data("ignoreNextScroll",!0),elm.scrollTop(elm.data("needsScrollTop")),elm.data("needsScrollTop",null)),chat.needMoreMessages()},window.chat.keepScrollPosition=function(e,t,n){if(e.is(":hidden")&&!n){e.data("needsScrollTop",99999999);return}if(t===0||n)e.data("ignoreNextScroll",!0),e.scrollTop(e.scrollTop()+(scrollBottom(e)-t))},window.chat.setup=function(){window.chat._localRangeCircle=L.circle(map.getCenter(),CHAT_MIN_RANGE*1e3),$("#chatcontrols, #chat, #chatinput").show(),$("#chatcontrols a:first").click(window.chat.toggle),$("#chatcontrols a").each(function(e,t){$.inArray($(t).text(),["full","compact","public","faction"])!==-1&&$(t).click(window.chat.chooser)}),$("#chatinput").click(function(){$("#chatinput input").focus()}),window.chat.setupTime(),window.chat.setupPosting(),$("#chatfaction").scroll(function(){var e=$(this);if(e.data("ignoreNextScroll"))return e.data("ignoreNextScroll",!1);e.scrollTop()'+(t>1e3?Math.round(t/1e3)+" km":Math.round(t)+" m")+""]},window.getPortalDescriptionFromDetails=function(e){var t=e.portalV2.descriptiveText,n=t.TITLE+" +"+t.ADDRESS;return t.ATTRIBUTION&&(n+=" +by "+t.ATTRIBUTION+" ("+t.ATTRIBUTION_LINK+")"),n},window.getModDetails=function(e){var t=[],n=[],r=[];$.each(e.portalV2.linkedModArray,function(e,i){if(!i)t.push(""),n.push(""),r.push("#000");else if(i.type==="RES_SHIELD"){var s=i.rarity.capitalize()+" "+i.displayName+" +";s+="Installed by: "+getPlayerName(i.installingUser),s+=" +Stats:";for(var o in i.stats){if(!i.stats.hasOwnProperty(o))continue;s+=" ++"+i.stats[o]+" "+o.capitalize()}t.push(i.rarity.capitalize().replace("_"," ")+" "+i.displayName),n.push(s),r.push(COLORS_MOD[i.rarity])}else t.push(i.type),n.push("Unknown mod. No further details available."),r.push("#FFF")});var i="'+t[0]+""+"'+t[1]+""+"'+t[2]+""+"'+t[3]+"";return i},window.getEnergyText=function(e){var t=getCurrentPortalEnergy(e),n=getTotalPortalEnergy(e),r=t+" / "+n,i=prettyEnergy(t)+" / "+prettyEnergy(n);return["energy",''+i+""]},window.getAvgResoDistText=function(e){var t=Math.round(10*getAvgResoDist(e))/10;return["reso dist",t+" m"]},window.getResonatorDetails=function(e){var t=[];return $.each([2,1,3,0,4,7,5,6],function(n,r){var i=e.resonatorArray.resonators[r];if(!i)return t.push(renderResonatorDetails(r,0,0,null,null)),!0;var s=parseInt(i.level),o=parseInt(i.energyTotal),u=window.getPlayerName(i.ownerGuid),a=i.distanceToPortal;r=parseInt(i.slot),t.push(renderResonatorDetails(r,s,o,a,u))}),genFourColumnTable(t)},window.renderResonatorDetails=function(e,t,n,r,i){if(t===0)var s='';else var o=RESO_NRG[t],u=n/o*100,a="energy: "+n+" / "+o+" ("+Math.round(u)+"%) +"+"level: "+t+" +"+"distance: "+r+"m +"+"owner: "+i+" +"+"octant: "+OCTANTS[e],f="width:"+u+"%; background:"+COLORS_LVL[t]+";",l=t<3?"#9900FF":"#FFFFFF",c=' '+t+" ",h='',s=''+h+c+"";return i=i?''+i+"":null,[s,i||""]},window.getAttackApGainText=function(e){function n(e){var n="Destroy & Capture: +";return n+=t.resoCount+"× Resonators = "+digits(t.resoAp)+" +",n+=t.linkCount+"× Links = "+digits(t.linkAp)+" +",n+=t.fieldCount+"× Fields = "+digits(t.fieldAp)+" +",n+="1× Capture = "+CAPTURE_PORTAL+" +",n+="8× Deploy = "+8*DEPLOY_RESONATOR+" +",n+="1× Bonus = "+COMPLETION_BONUS+" +",n+="Sum: "+digits(t.totalAp)+" AP",''+digits(e)+""}var t=getAttackApGain(e);return[n("AP Gain"),n(t.totalAp)]},window.updateGameScore=function(e){if(!e){window.postAjax("getGameScore",{},window.updateGameScore);return}var t=parseInt(e.result.resistanceScore),n=parseInt(e.result.alienScore),r=t+n,i=t/r*100,s=n/r*100;t=digits(t),n=digits(n);var o=''+Math.round(i)+"% ",u=' '+Math.round(s)+"%";$("#gamestat").html(o+u).one("click",function(){window.updateGameScore()}),$("#gamestat").attr("title","Resistance: "+t+" MindUnits +Enlightened: "+n+" MindUnits"),window.setTimeout("window.updateGameScore",REFRESH_GAME_SCORE*1e3)},window.convertCenterLat=function(e){return Math.round(255.9744*Math.abs(1/Math.cos(e*DEG2RAD)))},window.calculateR=function(e){return 1<0;r--){var i=0,s=1<=MAX_IDLE_TIME},window._onResumeFunctions=[],window.addResumeFunction=function(e){window._onResumeFunctions.push(e)},window.portalRenderLimit=function(){},window.portalRenderLimit.initialized=!1,window.portalRenderLimit.minLevelSet=!1,window.portalRenderLimit.minLevel=-1,window.portalRenderLimit.previousMinLevel=-1,window.portalRenderLimit.previousZoomLevel,window.portalRenderLimit.newPortalsPerLevel=new Array(MAX_PORTAL_LEVEL+1),window.portalRenderLimit.portalsPreviousMinLevel=new Array(MAX_PORTAL_LEVEL+1),window.portalRenderLimit.init=function(){var e=map.getZoom();portalRenderLimit.previousZoomLevel=portalRenderLimit.previousZoomLevel||e;if(portalRenderLimit.minLevelSet){var t=e-portalRenderLimit.previousZoomLevel;portalRenderLimit.previousMinLevel=Math.max(portalRenderLimit.minLevel-t,-1),portalRenderLimit.previousMinLevel=Math.min(portalRenderLimit.previousMinLevel,MAX_PORTAL_LEVEL)}portalRenderLimit.previousZoomLevel=e,portalRenderLimit.initialized=!0,portalRenderLimit.minLevel=-1,portalRenderLimit.resetCounting(),portalRenderLimit.resetPortalsPreviousMinLevel()},window.portalRenderLimit.resetCounting=function(){portalRenderLimit.minLevelSet=!1;for(var e=0;e<=MAX_PORTAL_LEVEL;e++)portalRenderLimit.newPortalsPerLevel[e]=0},window.portalRenderLimit.resetPortalsPreviousMinLevel=function(){for(var e=0;e<=MAX_PORTAL_LEVEL;e++)portalRenderLimit.portalsPreviousMinLevel[e]=new Array},window.portalRenderLimit.splitOrMergeLowLevelPortals=function(e){portalRenderLimit.resetCounting(),portalRenderLimit.countingPortals(e);var t=requests.isLastRequest("getThinnedEntitiesV2")?portalRenderLimit.mergeLowLevelPortals(e):portalRenderLimit.splitLowLevelPortals(e);return t},window.portalRenderLimit.countingPortals=function(e){$.each(e,function(e,t){var n=t[0],r=parseInt(getPortalLevel(t[2])),i=portalsLayers[r];if(findEntityInLeaflet(i,window.portals,n))return!0;portalRenderLimit.newPortalsPerLevel[r]++})},window.portalRenderLimit.splitLowLevelPortals=function(e){var t=new Array;return $.each(e,function(e,n){var r=parseInt(getPortalLevel(n[2]));r0){var n=layerGroupLength(portalsLayers[t-1]),r=portalRenderLimit.newPortalsPerLevel[t-1];e+=n+r;if(e>=MAX_DRAWN_PORTALS)break;t--}t=Math.min(t,MAX_PORTAL_LEVEL),portalRenderLimit.minLevel=Math.max(t,portalRenderLimit.minLevel),portalRenderLimit.minLevelSet=!0},window.storeMapPosition=function(){var e=window.map.getCenter();e.lat>=-90&&e.lat<=90&&writeCookie("ingress.intelmap.lat",e.lat),e.lng>=-180&&e.lng<=180&&writeCookie("ingress.intelmap.lng",e.lng),writeCookie("ingress.intelmap.zoom",window.map.getZoom())},window.getPosition=function(){if(getURLParam("latE6")&&getURLParam("lngE6")){console.log("mappos: reading URL params");var e=parseInt(getURLParam("latE6"))/1e6||0,t=parseInt(getURLParam("lngE6"))/1e6||0,n=parseInt(getURLParam("z"))+1||17;return{center:new L.LatLng(e,t),zoom:n>18?18:n}}if(readCookie("ingress.intelmap.lat")&&readCookie("ingress.intelmap.lng")){console.log("mappos: reading cookies");var e=parseFloat(readCookie("ingress.intelmap.lat"))||0,t=parseFloat(readCookie("ingress.intelmap.lng"))||0,n=parseInt(readCookie("ingress.intelmap.zoom"))||17;if(e<-90||e>90)e=0;if(t<-180||t>180)t=0;return{center:new L.LatLng(e,t),zoom:n>18?18:n}}return setTimeout("window.map.locate({setView : true, maxZoom: 13});",50),{center:new L.LatLng(0,0),zoom:1}},window.renderPortalDetails=function(e){function r(e){return''+e+""}console.warn("rendering for = "+e+" which is: "+window.portals[e]);if(!window.portals[e]){unselectOldPortal(),urlPortal=e;return}var t=window.portals[e].options.details;selectPortal(e);var n={incoming:0,outgoing:0};t.portalV2.linkedEdges&&$.each(t.portalV2.linkedEdges,function(e,t){n[t.isOrigin?"outgoing":"incoming"]++});var i=[r("links"),r(" ↳ "+n.incoming+"  •  "+n.outgoing+" ↴")],s=t.captured&&t.captured.capturingPlayerId?''+getPlayerName(t.captured.capturingPlayerId)+"":null,o=s?["owner",s]:null,u=t.captured?''+unixTimeToString(t.captured.capturedTime)+"":null,a=u?["since",u]:null,f=["fields",t.portalV2.linkedFields.length],l=[o,a,getRangeText(t),getEnergyText(t),i,getAvgResoDistText(t),f,getAttackApGainText(t)];l=''+genFourColumnTable(l)+"
";var c=''+getResonatorDetails(t)+"
";setPortalIndicators(t);var h=t.imageByUrl&&t.imageByUrl.imageUrl?t.imageByUrl.imageUrl:DEFAULT_PORTAL_IMG,p=t.locationE6.latE6,d=t.locationE6.lngE6,v="https://ingress.com/intel?latE6="+p+"&lngE6="+d+"&z=17&pguid="+e,m='title="'+getPortalDescriptionFromDetails(t)+' + +Click to show full image."',g="window.showPortalPosLinks("+p/1e6+","+d/1e6+")",y="Send in a postcard. Will put it online after receiving. Address:\n\nStefan Breunig\nINF 305 – R045\n69120 Heidelberg\nGermany";$("#portaldetails").attr("class",TEAM_TO_CSS[getTeam(t)]).html("

"+t.portalV2.descriptiveText.TITLE+"

"+'
'+''+''+Math.floor(getPortalLevel(t))+""+"
"+'
'+getModDetails(t)+"
"+l+c+'"),resolvePlayerNames(),runHooks("portalDetailsUpdated",{portalDetails:t})},window.setPortalIndicators=function(e){portalRangeIndicator&&map.removeLayer(portalRangeIndicator);var t=getPortalRange(e),n=[e.locationE6.latE6/1e6,e.locationE6.lngE6/1e6];portalRangeIndicator=(t>0?L.circle(n,t,{fill:!1,color:RANGE_INDICATOR_COLOR,weight:3,clickable:!1}):L.circle(n,t,{fill:!1,stroke:!1,clickable:!1})).addTo(map),portalAccessIndicator?portalAccessIndicator.setLatLng(n):portalAccessIndicator=L.circle(n,HACK_RANGE,{fill:!1,color:ACCESS_INDICATOR_COLOR,weight:2,clickable:!1}).addTo(map)},window.selectPortal=function(e){var t=selectedPortal===e,n=portals[selectedPortal];return!t&&n&&portalResetColor(n),selectedPortal=e,portals[e]&&(resonatorsSetSelectStyle(e),portals[e].bringToFront().setStyle({color:COLOR_SELECTED_PORTAL})),t},window.unselectOldPortal=function(){var e=portals[selectedPortal];e&&portalResetColor(e),selectedPortal=null,$("#portaldetails").html(""),debug.printStackTrace()},window.handleRedeemResponse=function(e,t,n){if(e.error){var r="";e.error==="ALREADY_REDEEMED"?r="The passcode has already been redeemed.":e.error==="ALREADY_REDEEMED_BY_PLAYER"?r="You have already redeemed this passcode.":e.error==="INVALID_PASSCODE"?r="This passcode is invalid.":r="There was a problem redeeming the passcode. Try again?",alert(""+e.error+" +"+r)}else if(e.result){var i=$('');i.append($('')),e.result.apAward&&i.append($("")),e.result.xmAward&&i.append($(""));var s={},o={},u={};for(var a in e.result.inventoryAward){var f=e.result.inventoryAward[a][2];if(f.modResource){if(f.modResource.resourceType==="RES_SHIELD"){var l=f.modResource.rarity.split("_").map(function(e){return e[0]}).join("");u[l]||(u[l]=0),u[l]+=1}}else if(f.resourceWithLevels)if(f.resourceWithLevels.resourceType==="EMITTER_A"){var c=f.resourceWithLevels.level;s[c]||(s[c]=0),s[c]+=1}else if(f.resourceWithLevels.resourceType==="EMP_BURSTER"){var c=f.resourceWithLevels.level;o[c]||(o[c]=0),o[c]+=1}}$.each(s,function(e,t){var n="Resonator";t>=2&&(n+=" ("+t+")"),i.append($('"))}),$.each(o,function(e,t){var n="Xmp Burster";t>=2&&(n+=" ("+t+")"),i.append($('"))}),$.each(u,function(e,t){var n="Portal Shield";t>=2&&(n+=" ("+t+")"),i.append($(""))}),alert(i,!0)}},window.setupRedeem=function(){$("#redeem").keypress(function(e){if((e.keyCode?e.keyCode:e.which)!=13)return;var t={passcode:$(this).val()};window.postAjax("redeemReward",t,window.handleRedeemResponse,function(e){var t="";e&&e.status?(e.status===429?t="You have been rate-limited by the server. Wait a bit and try again.":t="The server indicated an error.",t+=' +Response: HTTP '+e.status+"."):t="No status code was returned.",alert("The HTTP request failed. "+t)})})},window.getPlayerName=function(e){return localStorage[e]?localStorage[e]:(playersToResolve.indexOf(e)===-1&&playersInResolving.indexOf(e)===-1&&(console.log("resolving player guid="+e),debug.printStackTrace(),playersToResolve.push(e)),"{"+e.slice(0,12)+"}")},window.playerNameToGuid=function(e){var t=null;return $.each(Object.keys(localStorage),function(n,r){if(e===localStorage[r])return t=r,!1}),t},window.resolvePlayerNames=function(){if(window.playersToResolve.length===0)return;var e=window.playersToResolve,t={guids:e};playersInResolving=window.playersInResolving.concat(e),playersToResolve=[],postAjax("getPlayersByGuids",t,function(e){$.each(e.result, +function(e,t){window.setPlayerName(t.guid,t.nickname),window.playersInResolving.splice(window.playersInResolving.indexOf(t.guid),1)}),window.selectedPortal&&window.renderPortalDetails(window.selectedPortal)},function(){console.warn("resolving player guids failed: "+e.join(", ")),window.playersToResolve.concat(e)})},window.setPlayerName=function(e,t){$.trim(""+t).slice(0,5)==='{"L":'&&!window.alertFor37WasShown&&(window.alertFor37WasShown=!0,alert("You have run into bug #37. Please help me solve it! +Copy and paste this text and post it here: +https://github.com/breunigs/ingress-intel-total-conversion/issues/37 +If copy & pasting doesn’t work, make a screenshot instead. + + +"+window.debug.printStackTrace()+" + + +"+JSON.stringify(t))),localStorage[e]=t},window.loadPlayerNamesForPortal=function(e){if(map.getZoom()"+["#largepreview.enl img { border:2px solid "+COLORS[TEAM_ENL]+"; } ","#largepreview.res img { border:2px solid "+COLORS[TEAM_RES]+"; } ","#largepreview.none img { border:2px solid "+COLORS[TEAM_NONE]+"; } "].join(" +")+"")},$("#chatcontrols a").click(function(){$("#scrollwrapper, #updatestatus").hide(),$("#map").css("visibility","hidden"),$("#chat, #chatinput").show()}),window.smartphone.mapButton=$("map").click(function(){$("#chat, #chatinput, #scrollwrapper").hide(),$("#map").css("visibility","visible"),$("#updatestatus").show(),$(".active").removeClass("active"),$(this).addClass("active")}),window.smartphone.sideButton=$("info").click(function(){$("#chat, #chatinput, #updatestatus").hide(),$("#map").css("visibility","hidden"),$("#scrollwrapper").show(),$(".active").removeClass("active"),$(this).addClass("active")}),$("#chatcontrols").append(smartphone.mapButton).append(smartphone.sideButton),window.addHook("portalDetailsUpdated",function(e){var t=$(".imgpreview img").removeClass("hide");if(!t.length){$(".fullimg").remove();return}$(".fullimg").length?$(".fullimg").replaceWith(t.addClass("fullimg")):t.addClass("fullimg").appendTo("#sidebar")})},window.runOnSmartphonesAfterBoot=function(){if(!isSmartphone())return;console.warn("running smartphone post boot stuff"),chat.toggle(),smartphone.mapButton.click(),$("#portaldetails").off("click","**"),$(".leaflet-right").addClass("leaflet-left").removeClass("leaflet-right");var e=$("#chatcontrols a:visible");e.css("width",100/e.length+"%"),window.addHook("portalAdded",function(e){e.portal.on("add",function(){if(!this._container||this.options.addedTapHoldHandler)return;this.options.addedTapHoldHandler=!0;var e=this.options.guid;$(this._container).on("taphold",function(){window.renderPortalDetails(e),window.smartphone.sideButton.click()})})})},window.debug=function(){},window.debug.renderDetails=function(){console.log("portals: "+Object.keys(portals).length),console.log("links: "+Object.keys(links).length),console.log("fields: "+Object.keys(fields).length)},window.debug.printStackTrace=function(){var e=new Error("dummy");return console.log(e.stack),e.stack},window.debug.clearPortals=function(){for(var e=0;edebug"),$("#chatcontrols a:last").click(function(){$("#chatinput mark").css("cssText","color: #bbb !important").text("debug:"),$("#chat > div").hide(),$("#debugconsole").show(),$("#chatcontrols .active").removeClass("active"),$(this).addClass("active")}),$("#chat").append('
Passcode accepted!
+"+e.result.apAward+"AP
+"+e.result.xmAward+"XM
L'+e+""+n+"
L'+e+""+n+"
"+e+""+n+"
')},window.debug.console.renderLine=function(e,t){debug.console.create();switch(t){case"error":var n="#FF424D";break;case"warning":var n="#FFDE42";break;default:var n="#eee"}if(typeof e!="string"&&typeof e!="number"){var r=[];e=JSON.stringify(e,function(e,t){if(typeof t=="object"&&t!==null){if(r.indexOf(t)!==-1)return;r.push(t)}return t}),r=null}var i=new Date,s=i.toLocaleTimeString(),o=i.toLocaleString(),u='",a='style="color:'+n+'"',f=""+u+""+t+""+e+"";$("#debugconsole table").prepend(f)},window.debug.console.log=function(e){debug.console.renderLine(e,"notice")},window.debug.console.warn=function(e){debug.console.renderLine(e,"warning")},window.debug.console.error=function(e){debug.console.renderLine(e,"error")},window.debug.console.overwriteNative=function(){window.debug.console.create(),window.console=function(){},window.console.log=window.debug.console.log,window.console.warn=window.debug.console.warn,window.console.error=window.debug.console.error},window.debug.console.overwriteNativeIfRequired=function(){(!window.console||L.Browser.mobile)&&window.debug.console.overwriteNative()},window.setupGeosearch=function(){$("#geosearch").keypress(function(e){if((e.keyCode?e.keyCode:e.which)!=13)return;$.getJSON(NOMINATIM+encodeURIComponent($(this).val()),function(e){if(!e||!e[0])return;var t=e[0].boundingbox;if(!t)return;var n=new L.LatLng(t[0],t[2]),r=new L.LatLng(t[1],t[3]),i=new L.LatLngBounds(n,r);window.map.fitBounds(i),window.isSmartphone()&&window.smartphone.mapButton.click()}),e.preventDefault()})},window.getPortalLevel=function(e){var t=0,n=!1;return $.each(e.resonatorArray.resonators,function(e,r){if(!r)return!0;t+=parseInt(r.level),n=!0}),n?Math.max(1,t/8):0},window.getTotalPortalEnergy=function(e){var t=0;return $.each(e.resonatorArray.resonators,function(e,n){if(!n)return!0;var r=parseInt(n.level),i=RESO_NRG[r];t+=i}),t},window.getPortalEnergy=window.getTotalPortalEnergy,window.getCurrentPortalEnergy=function(e){var t=0;return $.each(e.resonatorArray.resonators,function(e,n){if(!n)return!0;t+=parseInt(n.energyTotal)}),t},window.getPortalRange=function(e){var t=0,n=!1;return $.each(e.resonatorArray.resonators,function(e,r){if(!r)return n=!0,!1;t+=parseInt(r.level)}),n?0:160*Math.pow(getPortalLevel(e),4)},window.getAvgResoDist=function(e){var t=0,n=0;return $.each(e.resonatorArray.resonators,function(e,r){if(!r)return!0;t+=parseInt(r.distanceToPortal),n++}),n?t/n:0},window.getAttackApGain=function(e){var t=0;$.each(e.resonatorArray.resonators,function(e,n){if(!n)return!0;t+=1});var n=e.portalV2.linkedEdges?e.portalV2.linkedEdges.length:0,r=e.portalV2.linkedFields?e.portalV2.linkedFields.length:0,i=t*DESTROY_RESONATOR,s=n*DESTROY_LINK,o=r*DESTROY_FIELD,u=i+s+o,a=CAPTURE_PORTAL+8*DEPLOY_RESONATOR+COMPLETION_BONUS,f=u+a;return{totalAp:f,destroyAp:u,captureAp:a,resoCount:t,resoAp:i,linkCount:n,linkAp:s,fieldCount:r,fieldAp:o}}}if(document.getElementsByTagName("html")[0].getAttribute("itemscope")!=null)throw"Ingress Intel Website is down, not a userscript issue.";window.iitcBuildDate="2013-03-11-080223",window.onload=function(){};if(window.location.protocol!=="https:"){var redir=window.location.href.replace(/^http:/,"https:");throw window.location=redir,"Need to load HTTPS version."}var scr=document.getElementsByTagName("script");for(var x in scr){var s=scr[x];if(s.src)continue;if(s.type!=="text/javascript")continue;var d=s.innerHTML.split(" +");break}if(!d)throw document.getElementById("header_email")?(setTimeout("location.reload();",3e3),"Page doesn’t have player data, but you are logged in. Reloading in 3s."):"Couldn’t retrieve player data. Are you logged in?";for(var i=0;imap status: '; - if(mapRunsUserAction) - t += 'paused during interaction'; - else if(isIdle()) - t += 'Idle, not updating.'; - else if(window.activeRequests.length > 0) - t += window.activeRequests.length + ' requests running.'; - else - t += 'Up to date.'; - - if(renderLimitReached()) - t += ' RENDER LIMIT ' - - if(window.failedRequestCount > 0) - t += ' ' + window.failedRequestCount + ' failed.' - - t += '
('; - var minlvl = getMinPortalLevel(); - if(minlvl === 0) - t += 'loading all portals'; - else - t+= 'only loading portals with level '+minlvl+' and up'; - t += ')'; - - var portalSelection = $('.leaflet-control-layers-overlays label'); - portalSelection.slice(0, minlvl+1).addClass('disabled').attr('title', 'Zoom in to show those.'); - portalSelection.slice(minlvl, 8).removeClass('disabled').attr('title', ''); - - - $('#updatestatus').html(t); +#sidebar { + background-color: rgba(8, 48, 78, 0.9); + border-left: 1px solid #20A8B1; + color: #888; + position: relative; + left: 0; + top: 0; + max-height: 100%; + overflow-y:scroll; + overflow-x:hidden; + z-index: 3000; +} + +#sidebartoggle { + display: block; + padding: 20px 5px; + margin-top: -31px; /* -(toggle height / 2) */ + line-height: 10px; + position: absolute; + top: 340px; /* (sidebar height / 2) */ + z-index: 3001; + background-color: rgba(8, 48, 78, 0.9); + color: #FFCE00; + border: 1px solid #20A8B1; + border-right: none; + border-radius: 5px 0 0 5px; + text-decoration: none; + right: 301px; /* overwritten later by the script with SIDEBAR_WIDTH */ } - -// sets the timer for the next auto refresh. Ensures only one timeout -// is queued. May be given 'override' in milliseconds if time should -// not be guessed automatically. Especially useful if a little delay -// is required, for example when zooming. -window.startRefreshTimeout = function(override) { - // may be required to remove 'paused during interaction' message in - // status bar - window.renderUpdateStatus(); - if(refreshTimeout) clearTimeout(refreshTimeout); - var t = 0; - if(override) { - t = override; - } else { - t = REFRESH*1000; - var adj = ZOOM_LEVEL_ADJ * (18 - window.map.getZoom()); - if(adj > 0) t += adj*1000; - } - var next = new Date(new Date().getTime() + t).toLocaleTimeString(); - console.log('planned refresh: ' + next); - refreshTimeout = setTimeout(window.requests._callOnRefreshFunctions, t); -} - -window.requests._onRefreshFunctions = []; -window.requests._callOnRefreshFunctions = function() { - startRefreshTimeout(); - - if(isIdle()) { - console.log('user has been idle for ' + idleTime + ' minutes. Skipping refresh.'); - renderUpdateStatus(); - return; - } - - console.log('refreshing'); - - $.each(window.requests._onRefreshFunctions, function(ind, f) { - f(); - }); -} - - -// add method here to be notified of auto-refreshes -window.requests.addRefreshFunction = function(f) { - window.requests._onRefreshFunctions.push(f); -} - - - - -// UTILS + MISC /////////////////////////////////////////////////////// - -// retrieves parameter from the URL?query=string. -window.getURLParam = function(param) { - var v = document.URL; - var i = v.indexOf(param); - if(i <= -1) return ''; - v = v.substr(i); - i = v.indexOf("&"); - if(i >= 0) v = v.substr(0, i); - return v.replace(param+"=",""); -} - -// read cookie by name. -// http://stackoverflow.com/a/5639455/1684530 by cwolves -var cookies; -window.readCookie = function(name,c,C,i){ - if(cookies) return cookies[name]; - c = document.cookie.split('; '); - cookies = {}; - for(i=c.length-1; i>=0; i--){ - C = c[i].split('='); - cookies[C[0]] = unescape(C[1]); - } - return cookies[name]; -} - -window.writeCookie = function(name, val) { - document.cookie = name + "=" + val + '; expires=Thu, 31 Dec 2020 23:59:59 GMT; path=/'; -} - -// add thousand separators to given number. -// http://stackoverflow.com/a/1990590/1684530 by Doug Neiner. -window.digits = function(d) { - return (d+"").replace(/(\d)(?=(\d\d\d)+(?!\d))/g, "$1 "); -} - -// posts AJAX request to Ingress API. -// action: last part of the actual URL, the rpc/dashboard. is -// added automatically -// data: JSON data to post. method will be derived automatically from -// action, but may be overridden. Expects to be given Hash. -// Strings are not supported. -// success: method to call on success. See jQuery API docs for avail- -// able arguments: http://api.jquery.com/jQuery.ajax/ -// error: see above. Additionally it is logged if the request failed. -window.postAjax = function(action, data, success, error) { - data = JSON.stringify($.extend({method: 'dashboard.'+action}, data)); - var remove = function(data, textStatus, jqXHR) { window.requests.remove(jqXHR); }; - var errCnt = function(jqXHR) { window.failedRequestCount++; window.requests.remove(jqXHR); }; - return $.ajax({ - // use full URL to avoid issues depending on how people set their - // slash. See: - // https://github.com/breunigs/ingress-intel-total-conversion/issues/56 - url: 'https://www.ingress.com/rpc/dashboard.'+action, - type: 'POST', - data: data, - dataType: 'json', - success: [remove, success], - error: error ? [errCnt, error] : errCnt, - contentType: 'application/json; charset=utf-8', - beforeSend: function(req) { - req.setRequestHeader('X-CSRFToken', readCookie('csrftoken')); - } - }); -} - -// converts unix timestamps to HH:mm:ss format if it was today; -// otherwise it returns YYYY-MM-DD -window.unixTimeToString = function(time, full) { - if(!time) return null; - var d = new Date(typeof time === 'string' ? parseInt(time) : time); - var time = d.toLocaleTimeString(); - var date = d.getFullYear()+'-'+(d.getMonth()+1)+'-'+d.getDate(); - if(typeof full !== 'undefined' && full) return date + ' ' + time; - if(d.toDateString() == new Date().toDateString()) - return time; - else - return date; -} - -window.unixTimeToHHmm = function(time) { - if(!time) return null; - var d = new Date(typeof time === 'string' ? parseInt(time) : time); - var h = '' + d.getHours(); h = h.length === 1 ? '0' + h : h; - var s = '' + d.getMinutes(); s = s.length === 1 ? '0' + s : s; - return h + ':' + s; -} - -window.rangeLinkClick = function() { - if(window.portalRangeIndicator) - window.map.fitBounds(window.portalRangeIndicator.getBounds()); - if(window.isSmartphone) - window.smartphone.mapButton.click(); -} - -window.showPortalPosLinks = function(lat, lng) { - var qrcode = '
'; - var script = ''; - var gmaps = 'gmaps'; - var osm = 'OSM'; - alert('
' + qrcode + script + gmaps + ' ' + osm + '
'); -} - -window.reportPortalIssue = function(info) { - var t = 'Redirecting you to a Google Help Page. Once there, click on “Contact Us” in the upper right corner.\n\nThe text box contains all necessary information. Press CTRL+C to copy it.'; - var d = window.portals[window.selectedPortal].options.details; - - var info = 'Your Nick: ' + PLAYER.nickname + ' ' - + 'Portal: ' + d.portalV2.descriptiveText.TITLE + ' ' - + 'Location: ' + d.portalV2.descriptiveText.ADDRESS - +' (lat ' + (d.locationE6.latE6/1E6) + '; lng ' + (d.locationE6.lngE6/1E6) + ')'; - - //codename, approx addr, portalname - if(prompt(t, info) !== null) - location.href = 'https://support.google.com/ingress?hl=en'; -} - -window._storedPaddedBounds = undefined; -window.getPaddedBounds = function() { - if(_storedPaddedBounds === undefined) { - map.on('zoomstart zoomend movestart moveend', function() { - window._storedPaddedBounds = null; - }); - } - if(renderLimitReached(0.7)) return window.map.getBounds(); - if(window._storedPaddedBounds) return window._storedPaddedBounds; - - var p = window.map.getBounds().pad(VIEWPORT_PAD_RATIO); - window._storedPaddedBounds = p; - return p; -} - -// returns true if the render limit has been reached. The default ratio -// is 1, which means it will tell you if there are more items drawn than -// acceptable. A value of 0.9 will tell you if 90% of the amount of -// acceptable entities have been drawn. You can use this to heuristi- -// cally detect if the render limit will be hit. -window.renderLimitReached = function(ratio) { - ratio = ratio || 1; - if(Object.keys(portals).length*ratio >= MAX_DRAWN_PORTALS) return true; - if(Object.keys(links).length*ratio >= MAX_DRAWN_LINKS) return true; - if(Object.keys(fields).length*ratio >= MAX_DRAWN_FIELDS) return true; - var param = { 'reached': false }; - window.runHooks('checkRenderLimit', param); - return param.reached; -} - -window.getMinPortalLevel = function() { - var z = map.getZoom(); - if(z >= 16) return 0; - var conv = ['impossible', 8,7,7,6,6,5,5,4,4,3,3,2,2,1,1]; - return conv[z]; -} - -// returns number of pixels left to scroll down before reaching the -// bottom. Works similar to the native scrollTop function. -window.scrollBottom = function(elm) { - if(typeof elm === 'string') elm = $(elm); - return elm.get(0).scrollHeight - elm.innerHeight() - elm.scrollTop(); -} - -window.zoomToAndShowPortal = function(guid, latlng) { - map.setView(latlng, 17); - // if the data is available, render it immediately. Otherwise defer - // until it becomes available. - if(window.portals[guid]) - renderPortalDetails(guid); - else - urlPortal = guid; -} - -// translates guids to entity types -window.getTypeByGuid = function(guid) { - // portals end in “.11” or “.12“, links in “.9", fields in “.b” - // .11 == portals - // .12 == portals - // .9 == links - // .b == fields - // .c == player/creator - // .d == chat messages - // - // others, not used in web: - // .5 == resources (burster/resonator) - // .6 == XM - // .4 == media items, maybe all droppped resources (?) - // resonator guid is [portal guid]-resonator-[slot] - switch(guid.slice(33)) { - case '11': - case '12': - return TYPE_PORTAL; - - case '9': - return TYPE_LINK; - - case 'b': - return TYPE_FIELD; - - case 'c': - return TYPE_PLAYER; - - case 'd': - return TYPE_CHAT; - - default: - if(guid.slice(-11,-2) == 'resonator') return TYPE_RESONATOR; - return TYPE_UNKNOWN; - } -} - -String.prototype.capitalize = function() { - return this.charAt(0).toUpperCase() + this.slice(1).toLowerCase(); -} - -// http://stackoverflow.com/a/646643/1684530 by Bergi and CMS -if (typeof String.prototype.startsWith !== 'function') { - String.prototype.startsWith = function (str){ - return this.slice(0, str.length) === str; - }; -} - -window.prettyEnergy = function(nrg) { - return nrg> 1000 ? Math.round(nrg/1000) + ' k': nrg; -} - -window.setPermaLink = function(elm) { - var c = map.getCenter(); - var lat = Math.round(c.lat*1E6); - var lng = Math.round(c.lng*1E6); - var qry = 'latE6='+lat+'&lngE6='+lng+'&z=' + (map.getZoom()-1); - $(elm).attr('href', 'https://www.ingress.com/intel?' + qry); -} - -window.uniqueArray = function(arr) { - return $.grep(arr, function(v, i) { - return $.inArray(v, arr) === i; - }); -} - -window.genFourColumnTable = function(blocks) { - var t = $.map(blocks, function(detail, index) { - if(!detail) return ''; - if(index % 2 === 0) - return ''+detail[1]+''+detail[0]+''; - else - return ' '+detail[0]+''+detail[1]+''; - }).join(''); - if(t.length % 2 === 1) t + ''; - return t; -} - - -// converts given text with newlines (\n) and tabs (\t) to a HTML -// table automatically. -window.convertTextToTableMagic = function(text) { - // check if it should be converted to a table - if(!text.match(/\t/)) return text.replace(/\n/g, '
'); - - var data = []; - var columnCount = 0; - - // parse data - var rows = text.split('\n'); - $.each(rows, function(i, row) { - data[i] = row.split('\t'); - if(data[i].length > columnCount) columnCount = data[i].length; - }); - - // build the table - var table = ''; - $.each(data, function(i, row) { - table += ''; - $.each(data[i], function(k, cell) { - var attributes = ''; - if(k === 0 && data[i].length < columnCount) { - attributes = ' colspan="'+(columnCount - data[i].length + 1)+'"'; - } - table += ''+cell+''; - }); - table += ''; - }); - table += '
'; - return table; -} - - - - -// SETUP ///////////////////////////////////////////////////////////// -// these functions set up specific areas after the boot function -// created a basic framework. All of these functions should only ever -// be run once. - -window.setupLargeImagePreview = function() { - $('#portaldetails').on('click', '.imgpreview', function() { - var ex = $('#largepreview'); - if(ex.length > 0) { - ex.remove(); - return; - } - var img = $(this).find('img')[0]; - var w = img.naturalWidth/2; - var h = img.naturalHeight/2; - var c = $('#portaldetails').attr('class'); - $('body').append( - '
' + img.outerHTML + '
' - ); - $('#largepreview').click(function() { $(this).remove() }); - }); -} - - -window.setupStyles = function() { - $('head').append(''); -} - -window.setupMap = function() { - $('#map').text(''); - - var osmOpt = {attribution: 'Map data © OpenStreetMap contributors', maxZoom: 18}; - var osm = new L.TileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', osmOpt); - - var cmOpt = {attribution: 'Map data © OpenStreetMap contributors, Imagery © CloudMade', maxZoom: 18}; - var cmMin = new L.TileLayer('http://{s}.tile.cloudmade.com/654cef5fd49a432ab81267e200ecc502/22677/256/{z}/{x}/{y}.png', cmOpt); - var cmMid = new L.TileLayer('http://{s}.tile.cloudmade.com/654cef5fd49a432ab81267e200ecc502/999/256/{z}/{x}/{y}.png', cmOpt); - - var views = [cmMid, cmMin, osm, new L.Google('INGRESS'), new L.Google('ROADMAP'), - new L.Google('SATELLITE'), new L.Google('HYBRID')]; - - - window.map = new L.Map('map', $.extend(getPosition(), - {zoomControl: !(localStorage['iitc.zoom.buttons'] === 'false')} - )); - - var addLayers = {}; - - portalsLayers = []; - for(var i = 0; i <= 8; i++) { - portalsLayers[i] = L.layerGroup([]); - map.addLayer(portalsLayers[i]); - var t = (i === 0 ? 'Unclaimed' : 'Level ' + i) + ' Portals'; - addLayers[t] = portalsLayers[i]; - } - - fieldsLayer = L.layerGroup([]); - map.addLayer(fieldsLayer, true); - addLayers['Fields'] = fieldsLayer; - - linksLayer = L.layerGroup([]); - map.addLayer(linksLayer, true); - addLayers['Links'] = linksLayer; - - window.layerChooser = new L.Control.Layers({ - 'OSM Cloudmade Midnight': views[0], - 'OSM Cloudmade Minimal': views[1], - 'OSM Mapnik': views[2], - 'Google Roads Ingress Style': views[3], - 'Google Roads': views[4], - 'Google Satellite': views[5], - 'Google Hybrid': views[6] - }, addLayers); - - map.addControl(window.layerChooser); - - // set the map AFTER adding the layer chooser, or Chrome reorders the - // layers. This likely leads to broken layer selection because the - // views/cookie order does not match the layer chooser order. - try { - map.addLayer(views[readCookie('ingress.intelmap.type')]); - } catch(e) { map.addLayer(views[0]); } - - map.attributionControl.setPrefix(''); - // listen for changes and store them in cookies - map.on('moveend', window.storeMapPosition); - map.on('zoomend', function() { - window.storeMapPosition(); - - // remove all resonators if zoom out to < RESONATOR_DISPLAY_ZOOM_LEVEL - if(isResonatorsShow()) return; - for(var i = 1; i < portalsLayers.length; i++) { - portalsLayers[i].eachLayer(function(item) { - var itemGuid = item.options.guid; - // check if 'item' is a resonator - if(getTypeByGuid(itemGuid) != TYPE_RESONATOR) return true; - portalsLayers[i].removeLayer(item); - }); - } - - console.log('Remove all resonators'); - }); - - map.on('baselayerchange', function () { - var selInd = $('[name=leaflet-base-layers]:checked').parent().index(); - writeCookie('ingress.intelmap.type', selInd); - }); - - // map update status handling - map.on('movestart zoomstart', function() { window.mapRunsUserAction = true }); - map.on('moveend zoomend', function() { window.mapRunsUserAction = false }); - - // update map hooks - map.on('movestart zoomstart', window.requests.abort); - map.on('moveend zoomend', function() { window.startRefreshTimeout(500) }); - - // run once on init - window.requestData(); - window.startRefreshTimeout(); - - window.addResumeFunction(window.requestData); - window.requests.addRefreshFunction(window.requestData); -}; - -// renders player details into the website. Since the player info is -// included as inline script in the original site, the data is static -// and cannot be updated. -window.setupPlayerStat = function() { - var level; - var ap = parseInt(PLAYER.ap); - for(level = 0; level < MIN_AP_FOR_LEVEL.length; level++) { - if(ap < MIN_AP_FOR_LEVEL[level]) break; - } - - var thisLvlAp = MIN_AP_FOR_LEVEL[level-1]; - var nextLvlAp = MIN_AP_FOR_LEVEL[level] || ap; - var lvlUpAp = digits(nextLvlAp-ap); - var lvlApProg = Math.round((ap-thisLvlAp)/(nextLvlAp-thisLvlAp)*100); - - - var xmMax = MAX_XM_PER_LEVEL[level]; - var xmRatio = Math.round(PLAYER.energy/xmMax*100); - - var cls = PLAYER.team === 'ALIENS' ? 'enl' : 'res'; - - - var t = 'Level:\t' + level + '\n' - + 'XM:\t' + PLAYER.energy + ' / ' + xmMax + '\n' - + 'AP:\t' + digits(ap) + '\n' - + (level < 8 ? 'level up in:\t' + lvlUpAp + ' AP' : 'Congrats! (neeeeerd)') - + '\n\Invites:\t'+PLAYER.available_invites; - + '\n\nNote: your player stats can only be updated by a full reload (F5)'; - - $('#playerstat').html('' - + '

'+level+' ' - + ''+PLAYER.nickname+'' - + '
' - + 'XM: '+xmRatio+'%' - + '' + (level < 8 ? 'level: '+lvlApProg+'%' : 'max level') + '' - + '
' - + '

' - ); -} - -window.setupSidebarToggle = function() { - $('#sidebartoggle').on('click', function() { - var toggle = $('#sidebartoggle'); - var sidebar = $('#scrollwrapper'); - if(sidebar.is(':visible')) { - sidebar.hide().css('z-index', 1); - $('.leaflet-right').css('margin-right','0'); - toggle.html(''); - toggle.css('right', '0'); - } else { - sidebar.css('z-index', 1001).show(); - $('.leaflet-right').css('margin-right', SIDEBAR_WIDTH+1+'px'); - toggle.html(''); - toggle.css('right', SIDEBAR_WIDTH+1+'px'); - } - }); -} - -window.setupTooltips = function(element) { - element = element || $(document); - element.tooltip({ - // disable show/hide animation - show: { effect: "hide", duration: 0 } , - hide: false, - open: function(event, ui) { - ui.tooltip.delay(300).fadeIn(0); - }, - content: function() { - var title = $(this).attr('title'); - return window.convertTextToTableMagic(title); - } - }); - - if(!window.tooltipClearerHasBeenSetup) { - window.tooltipClearerHasBeenSetup = true; - $(document).on('click', '.ui-tooltip', function() { $(this).remove(); }); - } -} - -window.setupDialogs = function() { - $('#dialog').dialog({ - autoOpen: false, - modal: true, - buttons: [ - { text: 'OK', click: function() { $(this).dialog('close'); } } - ] - }); - - window.alert = function(text, isHTML) { - var h = isHTML ? text : window.convertTextToTableMagic(text); - $('#dialog').html(h).dialog('open'); - } -} - - -window.setupQRLoadLib = function() { - (function(r){r.fn.qrcode=function(h){var s;function u(a){this.mode=s;this.data=a}function o(a,c){this.typeNumber=a;this.errorCorrectLevel=c;this.modules=null;this.moduleCount=0;this.dataCache=null;this.dataList=[]}function q(a,c){if(void 0==a.length)throw Error(a.length+"/"+c);for(var d=0;da||this.moduleCount<=a||0>c||this.moduleCount<=c)throw Error(a+","+c);return this.modules[a][c]},getModuleCount:function(){return this.moduleCount},make:function(){if(1>this.typeNumber){for(var a=1,a=1;40>a;a++){for(var c=p.getRSBlocks(a,this.errorCorrectLevel),d=new t,b=0,e=0;e=d;d++)if(!(-1>=a+d||this.moduleCount<=a+d))for(var b=-1;7>=b;b++)-1>=c+b||this.moduleCount<=c+b||(this.modules[a+d][c+b]= -0<=d&&6>=d&&(0==b||6==b)||0<=b&&6>=b&&(0==d||6==d)||2<=d&&4>=d&&2<=b&&4>=b?!0:!1)},getBestMaskPattern:function(){for(var a=0,c=0,d=0;8>d;d++){this.makeImpl(!0,d);var b=j.getLostPoint(this);if(0==d||a>b)a=b,c=d}return c},createMovieClip:function(a,c,d){a=a.createEmptyMovieClip(c,d);this.make();for(c=0;c=f;f++)for(var i=-2;2>=i;i++)this.modules[b+f][e+i]=-2==f||2==f||-2==i||2==i||0==f&&0==i?!0:!1}},setupTypeNumber:function(a){for(var c= -j.getBCHTypeNumber(this.typeNumber),d=0;18>d;d++){var b=!a&&1==(c>>d&1);this.modules[Math.floor(d/3)][d%3+this.moduleCount-8-3]=b}for(d=0;18>d;d++)b=!a&&1==(c>>d&1),this.modules[d%3+this.moduleCount-8-3][Math.floor(d/3)]=b},setupTypeInfo:function(a,c){for(var d=j.getBCHTypeInfo(this.errorCorrectLevel<<3|c),b=0;15>b;b++){var e=!a&&1==(d>>b&1);6>b?this.modules[b][8]=e:8>b?this.modules[b+1][8]=e:this.modules[this.moduleCount-15+b][8]=e}for(b=0;15>b;b++)e=!a&&1==(d>>b&1),8>b?this.modules[8][this.moduleCount- -b-1]=e:9>b?this.modules[8][15-b-1+1]=e:this.modules[8][15-b-1]=e;this.modules[this.moduleCount-8][8]=!a},mapData:function(a,c){for(var d=-1,b=this.moduleCount-1,e=7,f=0,i=this.moduleCount-1;0g;g++)if(null==this.modules[b][i-g]){var n=!1;f>>e&1));j.getMask(c,b,i-g)&&(n=!n);this.modules[b][i-g]=n;e--; -1==e&&(f++,e=7)}b+=d;if(0>b||this.moduleCount<=b){b-=d;d=-d;break}}}};o.PAD0=236;o.PAD1=17;o.createData=function(a,c,d){for(var c=p.getRSBlocks(a, -c),b=new t,e=0;e8*a)throw Error("code length overflow. ("+b.getLengthInBits()+">"+8*a+")");for(b.getLengthInBits()+4<=8*a&&b.put(0,4);0!=b.getLengthInBits()%8;)b.putBit(!1);for(;!(b.getLengthInBits()>=8*a);){b.put(o.PAD0,8);if(b.getLengthInBits()>=8*a)break;b.put(o.PAD1,8)}return o.createBytes(b,c)};o.createBytes=function(a,c){for(var d= -0,b=0,e=0,f=Array(c.length),i=Array(c.length),g=0;g>>=1;return c},getPatternPosition:function(a){return j.PATTERN_POSITION_TABLE[a-1]},getMask:function(a,c,d){switch(a){case 0:return 0==(c+d)%2;case 1:return 0==c%2;case 2:return 0==d%3;case 3:return 0==(c+d)%3;case 4:return 0==(Math.floor(c/2)+Math.floor(d/3))%2;case 5:return 0==c*d%2+c*d%3;case 6:return 0==(c*d%2+c*d%3)%2;case 7:return 0==(c*d%3+(c+d)%2)%2;default:throw Error("bad maskPattern:"+ -a);}},getErrorCorrectPolynomial:function(a){for(var c=new q([1],0),d=0;dc)switch(a){case 1:return 10;case 2:return 9;case s:return 8;case 8:return 8;default:throw Error("mode:"+a);}else if(27>c)switch(a){case 1:return 12;case 2:return 11;case s:return 16;case 8:return 10;default:throw Error("mode:"+a);}else if(41>c)switch(a){case 1:return 14;case 2:return 13;case s:return 16;case 8:return 12;default:throw Error("mode:"+ -a);}else throw Error("type:"+c);},getLostPoint:function(a){for(var c=a.getModuleCount(),d=0,b=0;b=g;g++)if(!(0>b+g||c<=b+g))for(var h=-1;1>=h;h++)0>e+h||c<=e+h||0==g&&0==h||i==a.isDark(b+g,e+h)&&f++;5a)throw Error("glog("+a+")");return l.LOG_TABLE[a]},gexp:function(a){for(;0>a;)a+=255;for(;256<=a;)a-=255;return l.EXP_TABLE[a]},EXP_TABLE:Array(256), -LOG_TABLE:Array(256)},m=0;8>m;m++)l.EXP_TABLE[m]=1<m;m++)l.EXP_TABLE[m]=l.EXP_TABLE[m-4]^l.EXP_TABLE[m-5]^l.EXP_TABLE[m-6]^l.EXP_TABLE[m-8];for(m=0;255>m;m++)l.LOG_TABLE[l.EXP_TABLE[m]]=m;q.prototype={get:function(a){return this.num[a]},getLength:function(){return this.num.length},multiply:function(a){for(var c=Array(this.getLength()+a.getLength()-1),d=0;d -this.getLength()-a.getLength())return this;for(var c=l.glog(this.get(0))-l.glog(a.get(0)),d=Array(this.getLength()),b=0;b>>7-a%8&1)},put:function(a,c){for(var d=0;d>>c-d-1&1))},getLengthInBits:function(){return this.length},putBit:function(a){var c=Math.floor(this.length/8);this.buffer.length<=c&&this.buffer.push(0);a&&(this.buffer[c]|=128>>>this.length%8);this.length++}};"string"===typeof h&&(h={text:h});h=r.extend({},{render:"canvas",width:256,height:256,typeNumber:-1, -correctLevel:2,background:"#ffffff",foreground:"#000000"},h);return this.each(function(){var a;if("canvas"==h.render){a=new o(h.typeNumber,h.correctLevel);a.addData(h.text);a.make();var c=document.createElement("canvas");c.width=h.width;c.height=h.height;for(var d=c.getContext("2d"),b=h.width/a.getModuleCount(),e=h.height/a.getModuleCount(),f=0;f").css("width",h.width+"px").css("height",h.height+"px").css("border","0px").css("border-collapse","collapse").css("background-color",h.background);d=h.width/a.getModuleCount();b=h.height/a.getModuleCount();for(e=0;e").css("height",b+"px").appendTo(c);for(i=0;i").css("width", -d+"px").css("background-color",a.isDark(e,i)?h.foreground:h.background).appendTo(f)}}a=c;jQuery(a).appendTo(this)})}})(jQuery); - -} - - -// BOOTING /////////////////////////////////////////////////////////// - -function boot() { - window.debug.console.overwriteNativeIfRequired(); - - console.log('loading done, booting. Built: 2013-02-26-223742'); - if(window.deviceID) console.log('Your device ID: ' + window.deviceID); - window.runOnSmartphonesBeforeBoot(); - - // overwrite default Leaflet Marker icon to be a neutral color - var base = 'http://breunigs.github.com/ingress-intel-total-conversion/dist/images/'; - L.Icon.Default.imagePath = base; - - window.iconEnl = L.Icon.Default.extend({options: { iconUrl: base + 'marker-green.png' } }); - window.iconRes = L.Icon.Default.extend({options: { iconUrl: base + 'marker-blue.png' } }); - - window.setupStyles(); - window.setupDialogs(); - window.setupMap(); - window.setupGeosearch(); - window.setupRedeem(); - window.setupLargeImagePreview(); - window.setupSidebarToggle(); - window.updateGameScore(); - window.setupPlayerStat(); - window.setupTooltips(); - window.chat.setup(); - window.setupQRLoadLib(); - // read here ONCE, so the URL is only evaluated one time after the - // necessary data has been loaded. - urlPortal = getURLParam('pguid'); - - // load only once - var n = window.PLAYER['nickname']; - window.PLAYER['nickMatcher'] = new RegExp('\\b('+n+')\\b', 'ig'); - - $('#sidebar').show(); - - if(window.bootPlugins) - $.each(window.bootPlugins, function(ind, ref) { ref(); }); - - // sidebar is now at final height. Adjust scrollwrapper so scrolling - // is possible for small screens and it doesn’t block the area below - // it. - $('#scrollwrapper').css('max-height', ($('#sidebar').get(0).scrollHeight+3) + 'px'); - - window.runOnSmartphonesAfterBoot(); - - // workaround for #129. Not sure why this is required. - setTimeout('window.map.invalidateSize(false);', 500); - - window.iitcLoaded = true; -} - -// this is the minified load.js script that allows us to easily load -// further javascript files async as well as in order. -// https://github.com/chriso/load.js -// Copyright (c) 2010 Chris O'Hara . MIT Licensed -function asyncLoadScript(a){return function(b,c){var d=document.createElement("script");d.type="text/javascript",d.src=a,d.onload=b,d.onerror=c,d.onreadystatechange=function(){var a=this.readyState;if(a==="loaded"||a==="complete")d.onreadystatechange=null,b()},head.insertBefore(d,head.firstChild)}}(function(a){a=a||{};var b={},c,d;c=function(a,d,e){var f=a.halt=!1;a.error=function(a){throw a},a.next=function(c){c&&(f=!1);if(!a.halt&&d&&d.length){var e=d.shift(),g=e.shift();f=!0;try{b[g].apply(a,[e,e.length,g])}catch(h){a.error(h)}}return a};for(var g in b){if(typeof a[g]=="function")continue;(function(e){a[e]=function(){var g=Array.prototype.slice.call(arguments);if(e==="onError"){if(d)return b.onError.apply(a,[g,g.length]),a;var h={};return b.onError.apply(h,[g,g.length]),c(h,null,"onError")}return g.unshift(e),d?(a.then=a[e],d.push(g),f?a:a.next()):c({},[g],e)}})(g)}return e&&(a.then=a[e]),a.call=function(b,c){c.unshift(b),d.unshift(c),a.next(!0)},a.next()},d=a.addMethod=function(d){var e=Array.prototype.slice.call(arguments),f=e.pop();for(var g=0,h=e.length;gi;i++){o=s[i]||{};for(e in o)o.hasOwnProperty(e)&&(t[e]=o[e])}return t},bind:function(t,e){var i=arguments.length>2?Array.prototype.slice.call(arguments,2):null;return function(){return t.apply(e,i||arguments)}},stamp:function(){var t=0,e="_leaflet_id";return function(i){return i[e]=i[e]||++t,i[e]}}(),limitExecByInterval:function(t,e,n){var o,s;return function a(){var r=arguments;return o?(s=!0,i):(o=!0,setTimeout(function(){o=!1,s&&(a.apply(n,r),s=!1)},e),t.apply(n,r),i)}},falseFn:function(){return!1},formatNum:function(t,e){var i=Math.pow(10,e||5);return Math.round(t*i)/i},splitWords:function(t){return t.replace(/^\s+|\s+$/g,"").split(/\s+/)},setOptions:function(t,e){return t.options=n.extend({},t.options,e),t.options},getParamString:function(t,e){var i=[];for(var n in t)t.hasOwnProperty(n)&&i.push(n+"="+t[n]);return(e&&-1!==e.indexOf("?")?"&":"?")+i.join("&")},template:function(t,e){return t.replace(/\{ *([\w_]+) *\}/g,function(t,i){var n=e[i];if(!e.hasOwnProperty(i))throw Error("No value provided for variable "+t);return n})},isArray:function(t){return"[object Array]"===Object.prototype.toString.call(t)},emptyImageUrl:"data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="},function(){function e(e){var i,n,o=["webkit","moz","o","ms"];for(i=0;o.length>i&&!n;i++)n=t[o[i]+e];return n}function o(e){var i=+new Date,n=Math.max(0,16-(i-s));return s=i+n,t.setTimeout(e,n)}var s=0,a=t.requestAnimationFrame||e("RequestAnimationFrame")||o,r=t.cancelAnimationFrame||e("CancelAnimationFrame")||e("CancelRequestAnimationFrame")||function(e){t.clearTimeout(e)};n.Util.requestAnimFrame=function(e,s,r,h){return e=n.bind(e,s),r&&a===o?(e(),i):a.call(t,e,h)},n.Util.cancelAnimFrame=function(e){e&&r.call(t,e)}}(),n.extend=n.Util.extend,n.bind=n.Util.bind,n.stamp=n.Util.stamp,n.setOptions=n.Util.setOptions,n.Class=function(){},n.Class.extend=function(t){var e=function(){this.initialize&&this.initialize.apply(this,arguments),this._initHooks&&this.callInitHooks()},i=function(){};i.prototype=this.prototype;var o=new i;o.constructor=e,e.prototype=o;for(var s in this)this.hasOwnProperty(s)&&"prototype"!==s&&(e[s]=this[s]);t.statics&&(n.extend(e,t.statics),delete t.statics),t.includes&&(n.Util.extend.apply(null,[o].concat(t.includes)),delete t.includes),t.options&&o.options&&(t.options=n.extend({},o.options,t.options)),n.extend(o,t),o._initHooks=[];var a=this;return o.callInitHooks=function(){if(!this._initHooksCalled){a.prototype.callInitHooks&&a.prototype.callInitHooks.call(this),this._initHooksCalled=!0;for(var t=0,e=o._initHooks.length;e>t;t++)o._initHooks[t].call(this)}},e},n.Class.include=function(t){n.extend(this.prototype,t)},n.Class.mergeOptions=function(t){n.extend(this.prototype.options,t)},n.Class.addInitHook=function(t){var e=Array.prototype.slice.call(arguments,1),i="function"==typeof t?t:function(){this[t].apply(this,e)};this.prototype._initHooks=this.prototype._initHooks||[],this.prototype._initHooks.push(i)};var s="_leaflet_events";n.Mixin={},n.Mixin.Events={addEventListener:function(t,e,i){var o,a,r,h=this[s]=this[s]||{};if("object"==typeof t){for(o in t)t.hasOwnProperty(o)&&this.addEventListener(o,t[o],e);return this}for(t=n.Util.splitWords(t),a=0,r=t.length;r>a;a++)h[t[a]]=h[t[a]]||[],h[t[a]].push({action:e,context:i||this});return this},hasEventListeners:function(t){return s in this&&t in this[s]&&this[s][t].length>0},removeEventListener:function(t,e,i){var o,a,r,h,l,u=this[s];if("object"==typeof t){for(o in t)t.hasOwnProperty(o)&&this.removeEventListener(o,t[o],e);return this}for(t=n.Util.splitWords(t),a=0,r=t.length;r>a;a++)if(this.hasEventListeners(t[a]))for(h=u[t[a]],l=h.length-1;l>=0;l--)e&&h[l].action!==e||i&&h[l].context!==i||h.splice(l,1);return this},fireEvent:function(t,e){if(!this.hasEventListeners(t))return this;for(var i=n.extend({type:t,target:this},e),o=this[s][t].slice(),a=0,r=o.length;r>a;a++)o[a].action.call(o[a].context||this,i);return this}},n.Mixin.Events.on=n.Mixin.Events.addEventListener,n.Mixin.Events.off=n.Mixin.Events.removeEventListener,n.Mixin.Events.fire=n.Mixin.Events.fireEvent,function(){var o=!!t.ActiveXObject,s=o&&!t.XMLHttpRequest,a=o&&!e.querySelector,r=navigator.userAgent.toLowerCase(),h=-1!==r.indexOf("webkit"),l=-1!==r.indexOf("chrome"),u=-1!==r.indexOf("android"),c=-1!==r.search("android [23]"),_=typeof orientation!=i+"",d=t.navigator&&t.navigator.msPointerEnabled&&t.navigator.msMaxTouchPoints,p="devicePixelRatio"in t&&t.devicePixelRatio>1||"matchMedia"in t&&t.matchMedia("(min-resolution:144dpi)")&&t.matchMedia("(min-resolution:144dpi)").matches,m=e.documentElement,f=o&&"transition"in m.style,g="WebKitCSSMatrix"in t&&"m11"in new t.WebKitCSSMatrix,v="MozPerspective"in m.style,y="OTransition"in m.style,L=!t.L_DISABLE_3D&&(f||g||v||y),P=!t.L_NO_TOUCH&&function(){var t="ontouchstart";if(d||t in m)return!0;var i=e.createElement("div"),n=!1;return i.setAttribute?(i.setAttribute(t,"return;"),"function"==typeof i[t]&&(n=!0),i.removeAttribute(t),i=null,n):!1}();n.Browser={ie:o,ie6:s,ie7:a,webkit:h,android:u,android23:c,chrome:l,ie3d:f,webkit3d:g,gecko3d:v,opera3d:y,any3d:L,mobile:_,mobileWebkit:_&&h,mobileWebkit3d:_&&g,mobileOpera:_&&t.opera,touch:P,msTouch:d,retina:p}}(),n.Point=function(t,e,i){this.x=i?Math.round(t):t,this.y=i?Math.round(e):e},n.Point.prototype={clone:function(){return new n.Point(this.x,this.y)},add:function(t){return this.clone()._add(n.point(t))},_add:function(t){return this.x+=t.x,this.y+=t.y,this},subtract:function(t){return this.clone()._subtract(n.point(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},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},distanceTo:function(t){t=n.point(t);var e=t.x-this.x,i=t.y-this.y;return Math.sqrt(e*e+i*i)},equals:function(t){return t.x===this.x&&t.y===this.y},toString:function(){return"Point("+n.Util.formatNum(this.x)+", "+n.Util.formatNum(this.y)+")"}},n.point=function(t,e,i){return t instanceof n.Point?t:n.Util.isArray(t)?new n.Point(t[0],t[1]):isNaN(t)?t:new n.Point(t,e,i)},n.Bounds=function(t,e){if(t)for(var i=e?[t,e]:t,n=0,o=i.length;o>n;n++)this.extend(i[n])},n.Bounds.prototype={extend:function(t){return t=n.point(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 n.Point((this.min.x+this.max.x)/2,(this.min.y+this.max.y)/2,t)},getBottomLeft:function(){return new n.Point(this.min.x,this.max.y)},getTopRight:function(){return new n.Point(this.max.x,this.min.y)},getSize:function(){return this.max.subtract(this.min)},contains:function(t){var e,i;return t="number"==typeof t[0]||t instanceof n.Point?n.point(t):n.bounds(t),t instanceof n.Bounds?(e=t.min,i=t.max):e=i=t,e.x>=this.min.x&&i.x<=this.max.x&&e.y>=this.min.y&&i.y<=this.max.y},intersects:function(t){t=n.bounds(t);var e=this.min,i=this.max,o=t.min,s=t.max,a=s.x>=e.x&&o.x<=i.x,r=s.y>=e.y&&o.y<=i.y;return a&&r},isValid:function(){return!(!this.min||!this.max)}},n.bounds=function(t,e){return!t||t instanceof n.Bounds?t:new n.Bounds(t,e)},n.Transformation=function(t,e,i,n){this._a=t,this._b=e,this._c=i,this._d=n},n.Transformation.prototype={transform:function(t,e){return this._transform(t.clone(),e)},_transform:function(t,e){return e=e||1,t.x=e*(this._a*t.x+this._b),t.y=e*(this._c*t.y+this._d),t},untransform:function(t,e){return e=e||1,new n.Point((t.x/e-this._b)/this._a,(t.y/e-this._d)/this._c)}},n.DomUtil={get:function(t){return"string"==typeof t?e.getElementById(t):t},getStyle:function(t,i){var n=t.style[i];if(!n&&t.currentStyle&&(n=t.currentStyle[i]),(!n||"auto"===n)&&e.defaultView){var o=e.defaultView.getComputedStyle(t,null);n=o?o[i]:null}return"auto"===n?null:n},getViewportOffset:function(t){var i,o=0,s=0,a=t,r=e.body,h=n.Browser.ie7;do{if(o+=a.offsetTop||0,s+=a.offsetLeft||0,o+=parseInt(n.DomUtil.getStyle(a,"borderTopWidth"),10)||0,s+=parseInt(n.DomUtil.getStyle(a,"borderLeftWidth"),10)||0,i=n.DomUtil.getStyle(a,"position"),a.offsetParent===r&&"absolute"===i)break;if("fixed"===i){o+=r.scrollTop||0,s+=r.scrollLeft||0;break}a=a.offsetParent}while(a);a=t;do{if(a===r)break;o-=a.scrollTop||0,s-=a.scrollLeft||0,n.DomUtil.documentIsLtr()||!n.Browser.webkit&&!h||(s+=a.scrollWidth-a.clientWidth,h&&"hidden"!==n.DomUtil.getStyle(a,"overflow-y")&&"hidden"!==n.DomUtil.getStyle(a,"overflow")&&(s+=17)),a=a.parentNode}while(a);return new n.Point(s,o)},documentIsLtr:function(){return n.DomUtil._docIsLtrCached||(n.DomUtil._docIsLtrCached=!0,n.DomUtil._docIsLtr="ltr"===n.DomUtil.getStyle(e.body,"direction")),n.DomUtil._docIsLtr},create:function(t,i,n){var o=e.createElement(t);return o.className=i,n&&n.appendChild(o),o},disableTextSelection:function(){e.selection&&e.selection.empty&&e.selection.empty(),this._onselectstart||(this._onselectstart=e.onselectstart||null,e.onselectstart=n.Util.falseFn)},enableTextSelection:function(){e.onselectstart===n.Util.falseFn&&(e.onselectstart=this._onselectstart,this._onselectstart=null)},hasClass:function(t,e){return t.className.length>0&&RegExp("(^|\\s)"+e+"(\\s|$)").test(t.className)},addClass:function(t,e){n.DomUtil.hasClass(t,e)||(t.className+=(t.className?" ":"")+e)},removeClass:function(t,e){function i(t,i){return i===e?"":t}t.className=t.className.replace(/(\S+)\s*/g,i).replace(/(^\s+|\s+$)/,"")},setOpacity:function(t,e){if("opacity"in t.style)t.style.opacity=e;else if("filter"in t.style){var i=!1,n="DXImageTransform.Microsoft.Alpha";try{i=t.filters.item(n)}catch(o){}e=Math.round(100*e),i?(i.Enabled=100!==e,i.Opacity=e):t.style.filter+=" progid:"+n+"(opacity="+e+")"}},testProp:function(t){for(var i=e.documentElement.style,n=0;t.length>n;n++)if(t[n]in i)return t[n];return!1},getTranslateString:function(t){var e=n.Browser.webkit3d,i="translate"+(e?"3d":"")+"(",o=(e?",0":"")+")";return i+t.x+"px,"+t.y+"px"+o},getScaleString:function(t,e){var i=n.DomUtil.getTranslateString(e.add(e.multiplyBy(-1*t))),o=" scale("+t+") ";return i+o},setPosition:function(t,e,i){t._leaflet_pos=e,!i&&n.Browser.any3d?(t.style[n.DomUtil.TRANSFORM]=n.DomUtil.getTranslateString(e),n.Browser.mobileWebkit3d&&(t.style.WebkitBackfaceVisibility="hidden")):(t.style.left=e.x+"px",t.style.top=e.y+"px")},getPosition:function(t){return t._leaflet_pos}},n.DomUtil.TRANSFORM=n.DomUtil.testProp(["transform","WebkitTransform","OTransform","MozTransform","msTransform"]),n.DomUtil.TRANSITION=n.DomUtil.testProp(["webkitTransition","transition","OTransition","MozTransition","msTransition"]),n.DomUtil.TRANSITION_END="webkitTransition"===n.DomUtil.TRANSITION||"OTransition"===n.DomUtil.TRANSITION?n.DomUtil.TRANSITION+"End":"transitionend",n.LatLng=function(t,e){var i=parseFloat(t),n=parseFloat(e);if(isNaN(i)||isNaN(n))throw Error("Invalid LatLng object: ("+t+", "+e+")");this.lat=i,this.lng=n},n.extend(n.LatLng,{DEG_TO_RAD:Math.PI/180,RAD_TO_DEG:180/Math.PI,MAX_MARGIN:1e-9}),n.LatLng.prototype={equals:function(t){if(!t)return!1;t=n.latLng(t);var e=Math.max(Math.abs(this.lat-t.lat),Math.abs(this.lng-t.lng));return n.LatLng.MAX_MARGIN>=e},toString:function(t){return"LatLng("+n.Util.formatNum(this.lat,t)+", "+n.Util.formatNum(this.lng,t)+")"},distanceTo:function(t){t=n.latLng(t);var e=6378137,i=n.LatLng.DEG_TO_RAD,o=(t.lat-this.lat)*i,s=(t.lng-this.lng)*i,a=this.lat*i,r=t.lat*i,h=Math.sin(o/2),l=Math.sin(s/2),u=h*h+l*l*Math.cos(a)*Math.cos(r);return 2*e*Math.atan2(Math.sqrt(u),Math.sqrt(1-u))},wrap:function(t,e){var i=this.lng;return t=t||-180,e=e||180,i=(i+e)%(e-t)+(t>i||i===e?e:t),new n.LatLng(this.lat,i)}},n.latLng=function(t,e){return t instanceof n.LatLng?t:n.Util.isArray(t)?new n.LatLng(t[0],t[1]):isNaN(t)?t:new n.LatLng(t,e)},n.LatLngBounds=function(t,e){if(t)for(var i=e?[t,e]:t,n=0,o=i.length;o>n;n++)this.extend(i[n])},n.LatLngBounds.prototype={extend:function(t){return t="number"==typeof t[0]||"string"==typeof t[0]||t instanceof n.LatLng?n.latLng(t):n.latLngBounds(t),t instanceof n.LatLng?this._southWest||this._northEast?(this._southWest.lat=Math.min(t.lat,this._southWest.lat),this._southWest.lng=Math.min(t.lng,this._southWest.lng),this._northEast.lat=Math.max(t.lat,this._northEast.lat),this._northEast.lng=Math.max(t.lng,this._northEast.lng)):(this._southWest=new n.LatLng(t.lat,t.lng),this._northEast=new n.LatLng(t.lat,t.lng)):t instanceof n.LatLngBounds&&(this.extend(t._southWest),this.extend(t._northEast)),this},pad:function(t){var e=this._southWest,i=this._northEast,o=Math.abs(e.lat-i.lat)*t,s=Math.abs(e.lng-i.lng)*t;return new n.LatLngBounds(new n.LatLng(e.lat-o,e.lng-s),new n.LatLng(i.lat+o,i.lng+s))},getCenter:function(){return new n.LatLng((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 n.LatLng(this._northEast.lat,this._southWest.lng)},getSouthEast:function(){return new n.LatLng(this._southWest.lat,this._northEast.lng)},contains:function(t){t="number"==typeof t[0]||t instanceof n.LatLng?n.latLng(t):n.latLngBounds(t);var e,i,o=this._southWest,s=this._northEast;return t instanceof n.LatLngBounds?(e=t.getSouthWest(),i=t.getNorthEast()):e=i=t,e.lat>=o.lat&&i.lat<=s.lat&&e.lng>=o.lng&&i.lng<=s.lng},intersects:function(t){t=n.latLngBounds(t);var e=this._southWest,i=this._northEast,o=t.getSouthWest(),s=t.getNorthEast(),a=s.lat>=e.lat&&o.lat<=i.lat,r=s.lng>=e.lng&&o.lng<=i.lng;return a&&r},toBBoxString:function(){var t=this._southWest,e=this._northEast;return[t.lng,t.lat,e.lng,e.lat].join(",")},equals:function(t){return t?(t=n.latLngBounds(t),this._southWest.equals(t.getSouthWest())&&this._northEast.equals(t.getNorthEast())):!1},isValid:function(){return!(!this._southWest||!this._northEast)}},n.latLngBounds=function(t,e){return!t||t instanceof n.LatLngBounds?t:new n.LatLngBounds(t,e)},n.Projection={},n.Projection.SphericalMercator={MAX_LATITUDE:85.0511287798,project:function(t){var e=n.LatLng.DEG_TO_RAD,i=this.MAX_LATITUDE,o=Math.max(Math.min(i,t.lat),-i),s=t.lng*e,a=o*e;return a=Math.log(Math.tan(Math.PI/4+a/2)),new n.Point(s,a)},unproject:function(t){var e=n.LatLng.RAD_TO_DEG,i=t.x*e,o=(2*Math.atan(Math.exp(t.y))-Math.PI/2)*e;return new n.LatLng(o,i)}},n.Projection.LonLat={project:function(t){return new n.Point(t.lng,t.lat)},unproject:function(t){return new n.LatLng(t.y,t.x)}},n.CRS={latLngToPoint:function(t,e){var i=this.projection.project(t),n=this.scale(e);return this.transformation._transform(i,n)},pointToLatLng:function(t,e){var i=this.scale(e),n=this.transformation.untransform(t,i);return this.projection.unproject(n)},project:function(t){return this.projection.project(t)},scale:function(t){return 256*Math.pow(2,t)}},n.CRS.Simple=n.extend({},n.CRS,{projection:n.Projection.LonLat,transformation:new n.Transformation(1,0,-1,0),scale:function(t){return Math.pow(2,t)}}),n.CRS.EPSG3857=n.extend({},n.CRS,{code:"EPSG:3857",projection:n.Projection.SphericalMercator,transformation:new n.Transformation(.5/Math.PI,.5,-.5/Math.PI,.5),project:function(t){var e=this.projection.project(t),i=6378137;return e.multiplyBy(i)}}),n.CRS.EPSG900913=n.extend({},n.CRS.EPSG3857,{code:"EPSG:900913"}),n.CRS.EPSG4326=n.extend({},n.CRS,{code:"EPSG:4326",projection:n.Projection.LonLat,transformation:new n.Transformation(1/360,.5,-1/360,.5)}),n.Map=n.Class.extend({includes:n.Mixin.Events,options:{crs:n.CRS.EPSG3857,fadeAnimation:n.DomUtil.TRANSITION&&!n.Browser.android23,trackResize:!0,markerZoomAnimation:n.DomUtil.TRANSITION&&n.Browser.any3d},initialize:function(t,e){e=n.setOptions(this,e),this._initContainer(t),this._initLayout(),this.callInitHooks(),this._initEvents(),e.maxBounds&&this.setMaxBounds(e.maxBounds),e.center&&e.zoom!==i&&this.setView(n.latLng(e.center),e.zoom,!0),this._initLayers(e.layers)},setView:function(t,e){return this._resetView(n.latLng(t),this._limitZoom(e)),this},setZoom:function(t){return this.setView(this.getCenter(),t)},zoomIn:function(t){return this.setZoom(this._zoom+(t||1))},zoomOut:function(t){return this.setZoom(this._zoom-(t||1))},fitBounds:function(t){var e=this.getBoundsZoom(t);return this.setView(n.latLngBounds(t).getCenter(),e)},fitWorld:function(){var t=new n.LatLng(-60,-170),e=new n.LatLng(85,179);return this.fitBounds(new n.LatLngBounds(t,e))},panTo:function(t){return this.setView(t,this._zoom)},panBy:function(t){return this.fire("movestart"),this._rawPanBy(n.point(t)),this.fire("move"),this.fire("moveend")},setMaxBounds:function(t){if(t=n.latLngBounds(t),this.options.maxBounds=t,!t)return this._boundsMinZoom=null,this;var e=this.getBoundsZoom(t,!0);return this._boundsMinZoom=e,this._loaded&&(e>this._zoom?this.setView(t.getCenter(),e):this.panInsideBounds(t)),this},panInsideBounds:function(t){t=n.latLngBounds(t);var e=this.getBounds(),i=this.project(e.getSouthWest()),o=this.project(e.getNorthEast()),s=this.project(t.getSouthWest()),a=this.project(t.getNorthEast()),r=0,h=0;return o.ya.x&&(r=a.x-o.x),i.y>s.y&&(h=s.y-i.y),i.x=r);return c&&e?null:e?r:r-1},getSize:function(){return(!this._size||this._sizeChanged)&&(this._size=new n.Point(this._container.clientWidth,this._container.clientHeight),this._sizeChanged=!1),this._size.clone()},getPixelBounds:function(){var t=this._getTopLeftPoint();return new n.Bounds(t,t.add(this.getSize()))},getPixelOrigin:function(){return this._initialTopLeftPoint},getPanes:function(){return this._panes},getContainer:function(){return this._container},getZoomScale:function(t){var e=this.options.crs;return e.scale(t)/e.scale(this._zoom)},getScaleZoom:function(t){return this._zoom+Math.log(t)/Math.LN2},project:function(t,e){return e=e===i?this._zoom:e,this.options.crs.latLngToPoint(n.latLng(t),e)},unproject:function(t,e){return e=e===i?this._zoom:e,this.options.crs.pointToLatLng(n.point(t),e)},layerPointToLatLng:function(t){var e=n.point(t).add(this._initialTopLeftPoint);return this.unproject(e)},latLngToLayerPoint:function(t){var e=this.project(n.latLng(t))._round();return e._subtract(this._initialTopLeftPoint)},containerPointToLayerPoint:function(t){return n.point(t).subtract(this._getMapPanePos())},layerPointToContainerPoint:function(t){return n.point(t).add(this._getMapPanePos())},containerPointToLatLng:function(t){var e=this.containerPointToLayerPoint(n.point(t));return this.layerPointToLatLng(e)},latLngToContainerPoint:function(t){return this.layerPointToContainerPoint(this.latLngToLayerPoint(n.latLng(t)))},mouseEventToContainerPoint:function(t){return n.DomEvent.getMousePosition(t,this._container)},mouseEventToLayerPoint:function(t){return this.containerPointToLayerPoint(this.mouseEventToContainerPoint(t))},mouseEventToLatLng:function(t){return this.layerPointToLatLng(this.mouseEventToLayerPoint(t))},_initContainer:function(t){var e=this._container=n.DomUtil.get(t);if(e._leaflet)throw Error("Map container is already initialized.");e._leaflet=!0},_initLayout:function(){var t=this._container;n.DomUtil.addClass(t,"leaflet-container"),n.Browser.touch&&n.DomUtil.addClass(t,"leaflet-touch"),this.options.fadeAnimation&&n.DomUtil.addClass(t,"leaflet-fade-anim");var e=n.DomUtil.getStyle(t,"position");"absolute"!==e&&"relative"!==e&&"fixed"!==e&&(t.style.position="relative"),this._initPanes(),this._initControlPos&&this._initControlPos()},_initPanes:function(){var t=this._panes={};this._mapPane=t.mapPane=this._createPane("leaflet-map-pane",this._container),this._tilePane=t.tilePane=this._createPane("leaflet-tile-pane",this._mapPane),t.objectsPane=this._createPane("leaflet-objects-pane",this._mapPane),t.shadowPane=this._createPane("leaflet-shadow-pane"),t.overlayPane=this._createPane("leaflet-overlay-pane"),t.markerPane=this._createPane("leaflet-marker-pane"),t.popupPane=this._createPane("leaflet-popup-pane");var e=" leaflet-zoom-hide";this.options.markerZoomAnimation||(n.DomUtil.addClass(t.markerPane,e),n.DomUtil.addClass(t.shadowPane,e),n.DomUtil.addClass(t.popupPane,e))},_createPane:function(t,e){return n.DomUtil.create("div",t,e||this._panes.objectsPane)},_initLayers:function(t){t=t?n.Util.isArray(t)?t:[t]:[],this._layers={},this._zoomBoundLayers={},this._tileLayersNum=0;var e,i;for(e=0,i=t.length;i>e;e++)this.addLayer(t[e])},_resetView:function(t,e,i,o){var s=this._zoom!==e;o||(this.fire("movestart"),s&&this.fire("zoomstart")),this._zoom=e,this._initialTopLeftPoint=this._getNewTopLeftPoint(t),i?this._initialTopLeftPoint._add(this._getMapPanePos()):n.DomUtil.setPosition(this._mapPane,new n.Point(0,0)),this._tileLayersToLoad=this._tileLayersNum;var a=!this._loaded;this._loaded=!0,this.fire("viewreset",{hard:!i}),this.fire("move"),(s||o)&&this.fire("zoomend"),this.fire("moveend",{hard:!i}),a&&this.fire("load")},_rawPanBy:function(t){n.DomUtil.setPosition(this._mapPane,this._getMapPanePos().subtract(t))},_updateZoomLevels:function(){var t,e=1/0,n=-1/0;for(t in this._zoomBoundLayers)if(this._zoomBoundLayers.hasOwnProperty(t)){var o=this._zoomBoundLayers[t];isNaN(o.options.minZoom)||(e=Math.min(e,o.options.minZoom)),isNaN(o.options.maxZoom)||(n=Math.max(n,o.options.maxZoom))}t===i?this._layersMaxZoom=this._layersMinZoom=i:(this._layersMaxZoom=n,this._layersMinZoom=e)},_initEvents:function(){if(n.DomEvent){n.DomEvent.on(this._container,"click",this._onMouseClick,this);var e,i,o=["dblclick","mousedown","mouseup","mouseenter","mouseleave","mousemove","contextmenu"];for(e=0,i=o.length;i>e;e++)n.DomEvent.on(this._container,o[e],this._fireMouseEvent,this);this.options.trackResize&&n.DomEvent.on(t,"resize",this._onResize,this)}},_onResize:function(){n.Util.cancelAnimFrame(this._resizeRequest),this._resizeRequest=n.Util.requestAnimFrame(this.invalidateSize,this,!1,this._container)},_onMouseClick:function(t){!this._loaded||this.dragging&&this.dragging.moved()||(this.fire("preclick"),this._fireMouseEvent(t))},_fireMouseEvent:function(t){if(this._loaded){var e=t.type;if(e="mouseenter"===e?"mouseover":"mouseleave"===e?"mouseout":e,this.hasEventListeners(e)){"contextmenu"===e&&n.DomEvent.preventDefault(t);var i=this.mouseEventToContainerPoint(t),o=this.containerPointToLayerPoint(i),s=this.layerPointToLatLng(o);this.fire(e,{latlng:s,layerPoint:o,containerPoint:i,originalEvent:t})}}},_onTileLayerLoad:function(){this._tileLayersToLoad--,this._tileLayersNum&&!this._tileLayersToLoad&&this._tileBg&&(clearTimeout(this._clearTileBgTimer),this._clearTileBgTimer=setTimeout(n.bind(this._clearTileBg,this),500))},whenReady:function(t,e){return this._loaded?t.call(e||this,this):this.on("load",t,e),this},_getMapPanePos:function(){return n.DomUtil.getPosition(this._mapPane)},_getTopLeftPoint:function(){if(!this._loaded)throw Error("Set map center and zoom first.");return this._initialTopLeftPoint.subtract(this._getMapPanePos())},_getNewTopLeftPoint:function(t,e){var i=this.getSize()._divideBy(2);return this.project(t,e)._subtract(i)._round()},_latLngToNewLayerPoint:function(t,e,i){var n=this._getNewTopLeftPoint(i,e).add(this._getMapPanePos());return this.project(t,e)._subtract(n)},_getCenterLayerPoint:function(){return this.containerPointToLayerPoint(this.getSize()._divideBy(2))},_getCenterOffset:function(t){return this.latLngToLayerPoint(t).subtract(this._getCenterLayerPoint())},_limitZoom:function(t){var e=this.getMinZoom(),i=this.getMaxZoom();return Math.max(e,Math.min(i,t))}}),n.map=function(t,e){return new n.Map(t,e)},n.Projection.Mercator={MAX_LATITUDE:85.0840591556,R_MINOR:6356752.3142,R_MAJOR:6378137,project:function(t){var e=n.LatLng.DEG_TO_RAD,i=this.MAX_LATITUDE,o=Math.max(Math.min(i,t.lat),-i),s=this.R_MAJOR,a=this.R_MINOR,r=t.lng*e*s,h=o*e,l=a/s,u=Math.sqrt(1-l*l),c=u*Math.sin(h);c=Math.pow((1-c)/(1+c),.5*u);var _=Math.tan(.5*(.5*Math.PI-h))/c;return h=-a*Math.log(_),new n.Point(r,h)},unproject:function(t){for(var e,i=n.LatLng.RAD_TO_DEG,o=this.R_MAJOR,s=this.R_MINOR,a=t.x*i/o,r=s/o,h=Math.sqrt(1-r*r),l=Math.exp(-t.y/s),u=Math.PI/2-2*Math.atan(l),c=15,_=1e-7,d=c,p=.1;Math.abs(p)>_&&--d>0;)e=h*Math.sin(u),p=Math.PI/2-2*Math.atan(l*Math.pow((1-e)/(1+e),.5*h))-u,u+=p;return new n.LatLng(u*i,a)}},n.CRS.EPSG3395=n.extend({},n.CRS,{code:"EPSG:3395",projection:n.Projection.Mercator,transformation:function(){var t=n.Projection.Mercator,e=t.R_MAJOR,i=t.R_MINOR;return new n.Transformation(.5/(Math.PI*e),.5,-.5/(Math.PI*i),.5)}()}),n.TileLayer=n.Class.extend({includes:n.Mixin.Events,options:{minZoom:0,maxZoom:18,tileSize:256,subdomains:"abc",errorTileUrl:"",attribution:"",zoomOffset:0,opacity:1,unloadInvisibleTiles:n.Browser.mobile,updateWhenIdle:n.Browser.mobile},initialize:function(t,e){e=n.setOptions(this,e),e.detectRetina&&n.Browser.retina&&e.maxZoom>0&&(e.tileSize=Math.floor(e.tileSize/2),e.zoomOffset++,e.minZoom>0&&e.minZoom--,this.options.maxZoom--),this._url=t;var i=this.options.subdomains;"string"==typeof i&&(this.options.subdomains=i.split(""))},onAdd:function(t){this._map=t,this._initContainer(),this._createTileProto(),t.on({viewreset:this._resetCallback,moveend:this._update},this),this.options.updateWhenIdle||(this._limitedUpdate=n.Util.limitExecByInterval(this._update,150,this),t.on("move",this._limitedUpdate,this)),this._reset(),this._update()},addTo:function(t){return t.addLayer(this),this},onRemove:function(t){this._container.parentNode.removeChild(this._container),t.off({viewreset:this._resetCallback,moveend:this._update},this),this.options.updateWhenIdle||t.off("move",this._limitedUpdate,this),this._container=null,this._map=null},bringToFront:function(){var t=this._map._panes.tilePane;return this._container&&(t.appendChild(this._container),this._setAutoZIndex(t,Math.max)),this},bringToBack:function(){var t=this._map._panes.tilePane;return this._container&&(t.insertBefore(this._container,t.firstChild),this._setAutoZIndex(t,Math.min)),this},getAttribution:function(){return this.options.attribution},setOpacity:function(t){return this.options.opacity=t,this._map&&this._updateOpacity(),this},setZIndex:function(t){return this.options.zIndex=t,this._updateZIndex(),this},setUrl:function(t,e){return this._url=t,e||this.redraw(),this},redraw:function(){return this._map&&(this._map._panes.tilePane.empty=!1,this._reset(!0),this._update()),this},_updateZIndex:function(){this._container&&this.options.zIndex!==i&&(this._container.style.zIndex=this.options.zIndex)},_setAutoZIndex:function(t,e){var i,n,o,s=t.children,a=-e(1/0,-1/0);for(n=0,o=s.length;o>n;n++)s[n]!==this._container&&(i=parseInt(s[n].style.zIndex,10),isNaN(i)||(a=e(a,i)));this.options.zIndex=this._container.style.zIndex=(isFinite(a)?a:0)+e(1,-1)},_updateOpacity:function(){n.DomUtil.setOpacity(this._container,this.options.opacity);var t,e=this._tiles;if(n.Browser.webkit)for(t in e)e.hasOwnProperty(t)&&(e[t].style.webkitTransform+=" translate(0,0)")},_initContainer:function(){var t=this._map._panes.tilePane;(!this._container||t.empty)&&(this._container=n.DomUtil.create("div","leaflet-layer"),this._updateZIndex(),t.appendChild(this._container),1>this.options.opacity&&this._updateOpacity())},_resetCallback:function(t){this._reset(t.hard)},_reset:function(t){var e=this._tiles;for(var i in e)e.hasOwnProperty(i)&&this.fire("tileunload",{tile:e[i]});this._tiles={},this._tilesToLoad=0,this.options.reuseTiles&&(this._unusedTiles=[]),t&&this._container&&(this._container.innerHTML=""),this._initContainer()},_update:function(){if(this._map){var t=this._map.getPixelBounds(),e=this._map.getZoom(),i=this.options.tileSize;if(!(e>this.options.maxZoom||this.options.minZoom>e)){var o=new n.Point(Math.floor(t.min.x/i),Math.floor(t.min.y/i)),s=new n.Point(Math.floor(t.max.x/i),Math.floor(t.max.y/i)),a=new n.Bounds(o,s);this._addTilesFromCenterOut(a),(this.options.unloadInvisibleTiles||this.options.reuseTiles)&&this._removeOtherTiles(a)}}},_addTilesFromCenterOut:function(t){var i,o,s,a=[],r=t.getCenter();for(i=t.min.y;t.max.y>=i;i++)for(o=t.min.x;t.max.x>=o;o++)s=new n.Point(o,i),this._tileShouldBeLoaded(s)&&a.push(s);var h=a.length;if(0!==h){a.sort(function(t,e){return t.distanceTo(r)-e.distanceTo(r)});var l=e.createDocumentFragment();for(this._tilesToLoad||this.fire("loading"),this._tilesToLoad+=h,o=0;h>o;o++)this._addTile(a[o],l);this._container.appendChild(l)}},_tileShouldBeLoaded:function(t){if(t.x+":"+t.y in this._tiles)return!1;if(!this.options.continuousWorld){var e=this._getWrapTileNum();if(this.options.noWrap&&(0>t.x||t.x>=e)||0>t.y||t.y>=e)return!1}return!0},_removeOtherTiles:function(t){var e,i,n,o;for(o in this._tiles)this._tiles.hasOwnProperty(o)&&(e=o.split(":"),i=parseInt(e[0],10),n=parseInt(e[1],10),(t.min.x>i||i>t.max.x||t.min.y>n||n>t.max.y)&&this._removeTile(o))},_removeTile:function(t){var e=this._tiles[t];this.fire("tileunload",{tile:e,url:e.src}),this.options.reuseTiles?(n.DomUtil.removeClass(e,"leaflet-tile-loaded"),this._unusedTiles.push(e)):e.parentNode===this._container&&this._container.removeChild(e),n.Browser.android||(e.src=n.Util.emptyImageUrl),delete this._tiles[t]},_addTile:function(t,e){var i=this._getTilePos(t),o=this._getTile();n.DomUtil.setPosition(o,i,n.Browser.chrome||n.Browser.android23),this._tiles[t.x+":"+t.y]=o,this._loadTile(o,t),o.parentNode!==this._container&&e.appendChild(o) -},_getZoomForUrl:function(){var t=this.options,e=this._map.getZoom();return t.zoomReverse&&(e=t.maxZoom-e),e+t.zoomOffset},_getTilePos:function(t){var e=this._map.getPixelOrigin(),i=this.options.tileSize;return t.multiplyBy(i).subtract(e)},getTileUrl:function(t){return this._adjustTilePoint(t),n.Util.template(this._url,n.extend({s:this._getSubdomain(t),z:this._getZoomForUrl(),x:t.x,y:t.y},this.options))},_getWrapTileNum:function(){return Math.pow(2,this._getZoomForUrl())},_adjustTilePoint:function(t){var e=this._getWrapTileNum();this.options.continuousWorld||this.options.noWrap||(t.x=(t.x%e+e)%e),this.options.tms&&(t.y=e-t.y-1)},_getSubdomain:function(t){var e=(t.x+t.y)%this.options.subdomains.length;return this.options.subdomains[e]},_createTileProto:function(){var t=this._tileImg=n.DomUtil.create("img","leaflet-tile");t.style.width=t.style.height=this.options.tileSize+"px",t.galleryimg="no"},_getTile:function(){if(this.options.reuseTiles&&this._unusedTiles.length>0){var t=this._unusedTiles.pop();return this._resetTile(t),t}return this._createTile()},_resetTile:function(){},_createTile:function(){var t=this._tileImg.cloneNode(!1);return t.onselectstart=t.onmousemove=n.Util.falseFn,t},_loadTile:function(t,e){t._layer=this,t.onload=this._tileOnLoad,t.onerror=this._tileOnError,t.src=this.getTileUrl(e)},_tileLoaded:function(){this._tilesToLoad--,this._tilesToLoad||this.fire("load")},_tileOnLoad:function(){var t=this._layer;this.src!==n.Util.emptyImageUrl&&(n.DomUtil.addClass(this,"leaflet-tile-loaded"),t.fire("tileload",{tile:this,url:this.src})),t._tileLoaded()},_tileOnError:function(){var t=this._layer;t.fire("tileerror",{tile:this,url:this.src});var e=t.options.errorTileUrl;e&&(this.src=e),t._tileLoaded()}}),n.tileLayer=function(t,e){return new n.TileLayer(t,e)},n.TileLayer.WMS=n.TileLayer.extend({defaultWmsParams:{service:"WMS",request:"GetMap",version:"1.1.1",layers:"",styles:"",format:"image/jpeg",transparent:!1},initialize:function(t,e){this._url=t;var i=n.extend({},this.defaultWmsParams);i.width=i.height=e.detectRetina&&n.Browser.retina?2*this.options.tileSize:this.options.tileSize;for(var o in e)this.options.hasOwnProperty(o)||(i[o]=e[o]);this.wmsParams=i,n.setOptions(this,e)},onAdd:function(t){var e=parseFloat(this.wmsParams.version)>=1.3?"crs":"srs";this.wmsParams[e]=t.options.crs.code,n.TileLayer.prototype.onAdd.call(this,t)},getTileUrl:function(t,e){this._adjustTilePoint(t);var i=this._map,o=i.options.crs,s=this.options.tileSize,a=t.multiplyBy(s),r=a.add(new n.Point(s,s)),h=o.project(i.unproject(a,e)),l=o.project(i.unproject(r,e)),u=[h.x,l.y,l.x,h.y].join(","),c=n.Util.template(this._url,{s:this._getSubdomain(t)});return c+n.Util.getParamString(this.wmsParams,c)+"&bbox="+u},setParams:function(t,e){return n.extend(this.wmsParams,t),e||this.redraw(),this}}),n.tileLayer.wms=function(t,e){return new n.TileLayer.WMS(t,e)},n.TileLayer.Canvas=n.TileLayer.extend({options:{async:!1},initialize:function(t){n.setOptions(this,t)},redraw:function(){var t=this._tiles;for(var e in t)t.hasOwnProperty(e)&&this._redrawTile(t[e])},_redrawTile:function(t){this.drawTile(t,t._tilePoint,this._map._zoom)},_createTileProto:function(){var t=this._canvasProto=n.DomUtil.create("canvas","leaflet-tile");t.width=t.height=this.options.tileSize},_createTile:function(){var t=this._canvasProto.cloneNode(!1);return t.onselectstart=t.onmousemove=n.Util.falseFn,t},_loadTile:function(t,e){t._layer=this,t._tilePoint=e,this._redrawTile(t),this.options.async||this.tileDrawn(t)},drawTile:function(){},tileDrawn:function(t){this._tileOnLoad.call(t)}}),n.tileLayer.canvas=function(t){return new n.TileLayer.Canvas(t)},n.ImageOverlay=n.Class.extend({includes:n.Mixin.Events,options:{opacity:1},initialize:function(t,e,i){this._url=t,this._bounds=n.latLngBounds(e),n.setOptions(this,i)},onAdd:function(t){this._map=t,this._image||this._initImage(),t._panes.overlayPane.appendChild(this._image),t.on("viewreset",this._reset,this),t.options.zoomAnimation&&n.Browser.any3d&&t.on("zoomanim",this._animateZoom,this),this._reset()},onRemove:function(t){t.getPanes().overlayPane.removeChild(this._image),t.off("viewreset",this._reset,this),t.options.zoomAnimation&&t.off("zoomanim",this._animateZoom,this)},addTo:function(t){return t.addLayer(this),this},setOpacity:function(t){return this.options.opacity=t,this._updateOpacity(),this},bringToFront:function(){return this._image&&this._map._panes.overlayPane.appendChild(this._image),this},bringToBack:function(){var t=this._map._panes.overlayPane;return this._image&&t.insertBefore(this._image,t.firstChild),this},_initImage:function(){this._image=n.DomUtil.create("img","leaflet-image-layer"),this._map.options.zoomAnimation&&n.Browser.any3d?n.DomUtil.addClass(this._image,"leaflet-zoom-animated"):n.DomUtil.addClass(this._image,"leaflet-zoom-hide"),this._updateOpacity(),n.extend(this._image,{galleryimg:"no",onselectstart:n.Util.falseFn,onmousemove:n.Util.falseFn,onload:n.bind(this._onImageLoad,this),src:this._url})},_animateZoom:function(t){var e=this._map,i=this._image,o=e.getZoomScale(t.zoom),s=this._bounds.getNorthWest(),a=this._bounds.getSouthEast(),r=e._latLngToNewLayerPoint(s,t.zoom,t.center),h=e._latLngToNewLayerPoint(a,t.zoom,t.center)._subtract(r),l=r._add(h._multiplyBy(.5*(1-1/o)));i.style[n.DomUtil.TRANSFORM]=n.DomUtil.getTranslateString(l)+" scale("+o+") "},_reset:function(){var t=this._image,e=this._map.latLngToLayerPoint(this._bounds.getNorthWest()),i=this._map.latLngToLayerPoint(this._bounds.getSouthEast())._subtract(e);n.DomUtil.setPosition(t,e),t.style.width=i.x+"px",t.style.height=i.y+"px"},_onImageLoad:function(){this.fire("load")},_updateOpacity:function(){n.DomUtil.setOpacity(this._image,this.options.opacity)}}),n.imageOverlay=function(t,e,i){return new n.ImageOverlay(t,e,i)},n.Icon=n.Class.extend({options:{className:""},initialize:function(t){n.setOptions(this,t)},createIcon:function(){return this._createIcon("icon")},createShadow:function(){return this._createIcon("shadow")},_createIcon:function(t){var e=this._getIconUrl(t);if(!e){if("icon"===t)throw Error("iconUrl not set in Icon options (see the docs).");return null}var i=this._createImg(e);return this._setIconStyles(i,t),i},_setIconStyles:function(t,e){var i,o=this.options,s=n.point(o[e+"Size"]);i="shadow"===e?n.point(o.shadowAnchor||o.iconAnchor):n.point(o.iconAnchor),!i&&s&&(i=s.divideBy(2,!0)),t.className="leaflet-marker-"+e+" "+o.className,i&&(t.style.marginLeft=-i.x+"px",t.style.marginTop=-i.y+"px"),s&&(t.style.width=s.x+"px",t.style.height=s.y+"px")},_createImg:function(t){var i;return n.Browser.ie6?(i=e.createElement("div"),i.style.filter='progid:DXImageTransform.Microsoft.AlphaImageLoader(src="'+t+'")'):(i=e.createElement("img"),i.src=t),i},_getIconUrl:function(t){return n.Browser.retina&&this.options[t+"RetinaUrl"]?this.options[t+"RetinaUrl"]:this.options[t+"Url"]}}),n.icon=function(t){return new n.Icon(t)},n.Icon.Default=n.Icon.extend({options:{iconSize:new n.Point(25,41),iconAnchor:new n.Point(12,41),popupAnchor:new n.Point(1,-34),shadowSize:new n.Point(41,41)},_getIconUrl:function(t){var e=t+"Url";if(this.options[e])return this.options[e];n.Browser.retina&&"icon"===t&&(t+="@2x");var i=n.Icon.Default.imagePath;if(!i)throw Error("Couldn't autodetect L.Icon.Default.imagePath, set it manually.");return i+"/marker-"+t+".png"}}),n.Icon.Default.imagePath=function(){var t,i,n,o,s=e.getElementsByTagName("script"),a=/\/?leaflet[\-\._]?([\w\-\._]*)\.js\??/;for(t=0,i=s.length;i>t;t++)if(n=s[t].src,o=n.match(a))return n.split(a)[0]+"/images"}(),n.Marker=n.Class.extend({includes:n.Mixin.Events,options:{icon:new n.Icon.Default,title:"",clickable:!0,draggable:!1,zIndexOffset:0,opacity:1,riseOnHover:!1,riseOffset:250},initialize:function(t,e){n.setOptions(this,e),this._latlng=n.latLng(t)},onAdd:function(t){this._map=t,t.on("viewreset",this.update,this),this._initIcon(),this.update(),t.options.zoomAnimation&&t.options.markerZoomAnimation&&t.on("zoomanim",this._animateZoom,this)},addTo:function(t){return t.addLayer(this),this},onRemove:function(t){this._removeIcon(),this.fire("remove"),t.off({viewreset:this.update,zoomanim:this._animateZoom},this),this._map=null},getLatLng:function(){return this._latlng},setLatLng:function(t){return this._latlng=n.latLng(t),this.update(),this.fire("move",{latlng:this._latlng})},setZIndexOffset:function(t){return this.options.zIndexOffset=t,this.update(),this},setIcon:function(t){return this._map&&this._removeIcon(),this.options.icon=t,this._map&&(this._initIcon(),this.update()),this},update:function(){if(this._icon){var t=this._map.latLngToLayerPoint(this._latlng).round();this._setPos(t)}return this},_initIcon:function(){var t=this.options,e=this._map,i=e.options.zoomAnimation&&e.options.markerZoomAnimation,o=i?"leaflet-zoom-animated":"leaflet-zoom-hide",s=!1;this._icon||(this._icon=t.icon.createIcon(),t.title&&(this._icon.title=t.title),this._initInteraction(),s=1>this.options.opacity,n.DomUtil.addClass(this._icon,o),t.riseOnHover&&n.DomEvent.on(this._icon,"mouseover",this._bringToFront,this).on(this._icon,"mouseout",this._resetZIndex,this)),this._shadow||(this._shadow=t.icon.createShadow(),this._shadow&&(n.DomUtil.addClass(this._shadow,o),s=1>this.options.opacity)),s&&this._updateOpacity();var a=this._map._panes;a.markerPane.appendChild(this._icon),this._shadow&&a.shadowPane.appendChild(this._shadow)},_removeIcon:function(){var t=this._map._panes;this.options.riseOnHover&&n.DomEvent.off(this._icon,"mouseover",this._bringToFront).off(this._icon,"mouseout",this._resetZIndex),t.markerPane.removeChild(this._icon),this._shadow&&t.shadowPane.removeChild(this._shadow),this._icon=this._shadow=null},_setPos:function(t){n.DomUtil.setPosition(this._icon,t),this._shadow&&n.DomUtil.setPosition(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 e=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center);this._setPos(e)},_initInteraction:function(){if(this.options.clickable){var t=this._icon,e=["dblclick","mousedown","mouseover","mouseout","contextmenu"];n.DomUtil.addClass(t,"leaflet-clickable"),n.DomEvent.on(t,"click",this._onMouseClick,this);for(var i=0;e.length>i;i++)n.DomEvent.on(t,e[i],this._fireMouseEvent,this);n.Handler.MarkerDrag&&(this.dragging=new n.Handler.MarkerDrag(this),this.options.draggable&&this.dragging.enable())}},_onMouseClick:function(t){var e=this.dragging&&this.dragging.moved();(this.hasEventListeners(t.type)||e)&&n.DomEvent.stopPropagation(t),e||(this.dragging&&this.dragging._enabled||!this._map.dragging||!this._map.dragging.moved())&&this.fire(t.type,{originalEvent:t})},_fireMouseEvent:function(t){this.fire(t.type,{originalEvent:t}),"contextmenu"===t.type&&this.hasEventListeners(t.type)&&n.DomEvent.preventDefault(t),"mousedown"!==t.type&&n.DomEvent.stopPropagation(t)},setOpacity:function(t){this.options.opacity=t,this._map&&this._updateOpacity()},_updateOpacity:function(){n.DomUtil.setOpacity(this._icon,this.options.opacity),this._shadow&&n.DomUtil.setOpacity(this._shadow,this.options.opacity)},_bringToFront:function(){this._updateZIndex(this.options.riseOffset)},_resetZIndex:function(){this._updateZIndex(0)}}),n.marker=function(t,e){return new n.Marker(t,e)},n.DivIcon=n.Icon.extend({options:{iconSize:new n.Point(12,12),className:"leaflet-div-icon"},createIcon:function(){var t=e.createElement("div"),i=this.options;return i.html&&(t.innerHTML=i.html),i.bgPos&&(t.style.backgroundPosition=-i.bgPos.x+"px "+-i.bgPos.y+"px"),this._setIconStyles(t,"icon"),t},createShadow:function(){return null}}),n.divIcon=function(t){return new n.DivIcon(t)},n.Map.mergeOptions({closePopupOnClick:!0}),n.Popup=n.Class.extend({includes:n.Mixin.Events,options:{minWidth:50,maxWidth:300,maxHeight:null,autoPan:!0,closeButton:!0,offset:new n.Point(0,6),autoPanPadding:new n.Point(5,5),className:"",zoomAnimation:!0},initialize:function(t,e){n.setOptions(this,t),this._source=e,this._animated=n.Browser.any3d&&this.options.zoomAnimation},onAdd:function(t){this._map=t,this._container||this._initLayout(),this._updateContent();var e=t.options.fadeAnimation;e&&n.DomUtil.setOpacity(this._container,0),t._panes.popupPane.appendChild(this._container),t.on("viewreset",this._updatePosition,this),this._animated&&t.on("zoomanim",this._zoomAnimation,this),t.options.closePopupOnClick&&t.on("preclick",this._close,this),this._update(),e&&n.DomUtil.setOpacity(this._container,1)},addTo:function(t){return t.addLayer(this),this},openOn:function(t){return t.openPopup(this),this},onRemove:function(t){t._panes.popupPane.removeChild(this._container),n.Util.falseFn(this._container.offsetWidth),t.off({viewreset:this._updatePosition,preclick:this._close,zoomanim:this._zoomAnimation},this),t.options.fadeAnimation&&n.DomUtil.setOpacity(this._container,0),this._map=null},setLatLng:function(t){return this._latlng=n.latLng(t),this._update(),this},setContent:function(t){return this._content=t,this._update(),this},_close:function(){var t=this._map;t&&(t._popup=null,t.removeLayer(this).fire("popupclose",{popup:this}))},_initLayout:function(){var t,e="leaflet-popup",i=e+" "+this.options.className+" leaflet-zoom-"+(this._animated?"animated":"hide"),o=this._container=n.DomUtil.create("div",i);this.options.closeButton&&(t=this._closeButton=n.DomUtil.create("a",e+"-close-button",o),t.href="#close",t.innerHTML="×",n.DomEvent.on(t,"click",this._onCloseButtonClick,this));var s=this._wrapper=n.DomUtil.create("div",e+"-content-wrapper",o);n.DomEvent.disableClickPropagation(s),this._contentNode=n.DomUtil.create("div",e+"-content",s),n.DomEvent.on(this._contentNode,"mousewheel",n.DomEvent.stopPropagation),this._tipContainer=n.DomUtil.create("div",e+"-tip-container",o),this._tip=n.DomUtil.create("div",e+"-tip",this._tipContainer)},_update:function(){this._map&&(this._container.style.visibility="hidden",this._updateContent(),this._updateLayout(),this._updatePosition(),this._container.style.visibility="",this._adjustPan())},_updateContent:function(){if(this._content){if("string"==typeof this._content)this._contentNode.innerHTML=this._content;else{for(;this._contentNode.hasChildNodes();)this._contentNode.removeChild(this._contentNode.firstChild);this._contentNode.appendChild(this._content)}this.fire("contentupdate")}},_updateLayout:function(){var t=this._contentNode,e=t.style;e.width="",e.whiteSpace="nowrap";var i=t.offsetWidth;i=Math.min(i,this.options.maxWidth),i=Math.max(i,this.options.minWidth),e.width=i+1+"px",e.whiteSpace="",e.height="";var o=t.offsetHeight,s=this.options.maxHeight,a="leaflet-popup-scrolled";s&&o>s?(e.height=s+"px",n.DomUtil.addClass(t,a)):n.DomUtil.removeClass(t,a),this._containerWidth=this._container.offsetWidth},_updatePosition:function(){if(this._map){var t=this._map.latLngToLayerPoint(this._latlng),e=this._animated,i=this.options.offset;e&&n.DomUtil.setPosition(this._container,t),this._containerBottom=-i.y-(e?0:t.y),this._containerLeft=-Math.round(this._containerWidth/2)+i.x+(e?0:t.x),this._container.style.bottom=this._containerBottom+"px",this._container.style.left=this._containerLeft+"px"}},_zoomAnimation:function(t){var e=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center);n.DomUtil.setPosition(this._container,e)},_adjustPan:function(){if(this.options.autoPan){var t=this._map,e=this._container.offsetHeight,i=this._containerWidth,o=new n.Point(this._containerLeft,-e-this._containerBottom);this._animated&&o._add(n.DomUtil.getPosition(this._container));var s=t.layerPointToContainerPoint(o),a=this.options.autoPanPadding,r=t.getSize(),h=0,l=0;0>s.x&&(h=s.x-a.x),s.x+i>r.x&&(h=s.x+i-r.x+a.x),0>s.y&&(l=s.y-a.y),s.y+e>r.y&&(l=s.y+e-r.y+a.y),(h||l)&&t.panBy(new n.Point(h,l))}},_onCloseButtonClick:function(t){this._close(),n.DomEvent.stop(t)}}),n.popup=function(t,e){return new n.Popup(t,e)},n.Marker.include({openPopup:function(){return this._popup&&this._map&&(this._popup.setLatLng(this._latlng),this._map.openPopup(this._popup)),this},closePopup:function(){return this._popup&&this._popup._close(),this},bindPopup:function(t,e){var i=n.point(this.options.icon.options.popupAnchor)||new n.Point(0,0);return i=i.add(n.Popup.prototype.options.offset),e&&e.offset&&(i=i.add(e.offset)),e=n.extend({offset:i},e),this._popup||this.on("click",this.openPopup,this).on("remove",this.closePopup,this).on("move",this._movePopup,this),this._popup=new n.Popup(e,this).setContent(t),this},unbindPopup:function(){return this._popup&&(this._popup=null,this.off("click",this.openPopup).off("remove",this.closePopup).off("move",this._movePopup)),this},_movePopup:function(t){this._popup.setLatLng(t.latlng)}}),n.Map.include({openPopup:function(t){return this.closePopup(),this._popup=t,this.addLayer(t).fire("popupopen",{popup:this._popup})},closePopup:function(){return this._popup&&this._popup._close(),this}}),n.LayerGroup=n.Class.extend({initialize:function(t){this._layers={};var e,i;if(t)for(e=0,i=t.length;i>e;e++)this.addLayer(t[e])},addLayer:function(t){var e=n.stamp(t);return this._layers[e]=t,this._map&&this._map.addLayer(t),this},removeLayer:function(t){var e=n.stamp(t);return delete this._layers[e],this._map&&this._map.removeLayer(t),this},clearLayers:function(){return this.eachLayer(this.removeLayer,this),this},invoke:function(t){var e,i,n=Array.prototype.slice.call(arguments,1);for(e in this._layers)this._layers.hasOwnProperty(e)&&(i=this._layers[e],i[t]&&i[t].apply(i,n));return this},onAdd:function(t){this._map=t,this.eachLayer(t.addLayer,t)},onRemove:function(t){this.eachLayer(t.removeLayer,t),this._map=null},addTo:function(t){return t.addLayer(this),this},eachLayer:function(t,e){for(var i in this._layers)this._layers.hasOwnProperty(i)&&t.call(e,this._layers[i])},setZIndex:function(t){return this.invoke("setZIndex",t)}}),n.layerGroup=function(t){return new n.LayerGroup(t)},n.FeatureGroup=n.LayerGroup.extend({includes:n.Mixin.Events,statics:{EVENTS:"click dblclick mouseover mouseout mousemove contextmenu"},addLayer:function(t){return this._layers[n.stamp(t)]?this:(t.on(n.FeatureGroup.EVENTS,this._propagateEvent,this),n.LayerGroup.prototype.addLayer.call(this,t),this._popupContent&&t.bindPopup&&t.bindPopup(this._popupContent,this._popupOptions),this.fire("layeradd",{layer:t}))},removeLayer:function(t){return t.off(n.FeatureGroup.EVENTS,this._propagateEvent,this),n.LayerGroup.prototype.removeLayer.call(this,t),this._popupContent&&this.invoke("unbindPopup"),this.fire("layerremove",{layer:t})},bindPopup:function(t,e){return this._popupContent=t,this._popupOptions=e,this.invoke("bindPopup",t,e)},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 n.LatLngBounds;return this.eachLayer(function(e){t.extend(e instanceof n.Marker?e.getLatLng():e.getBounds())}),t},_propagateEvent:function(t){t.layer=t.target,t.target=this,this.fire(t.type,t)}}),n.featureGroup=function(t){return new n.FeatureGroup(t)},n.Path=n.Class.extend({includes:[n.Mixin.Events],statics:{CLIP_PADDING:n.Browser.mobile?Math.max(0,Math.min(.5,(1280/Math.max(t.innerWidth,t.innerHeight)-1)/2)):.5},options:{stroke:!0,color:"#0033ff",dashArray:null,weight:5,opacity:.5,fill:!1,fillColor:null,fillOpacity:.2,clickable:!0},initialize:function(t){n.setOptions(this,t)},onAdd:function(t){this._map=t,this._container||(this._initElements(),this._initEvents()),this.projectLatlngs(),this._updatePath(),this._container&&this._map._pathRoot.appendChild(this._container),this.fire("add"),t.on({viewreset:this.projectLatlngs,moveend:this._updatePath},this)},addTo:function(t){return t.addLayer(this),this},onRemove:function(t){t._pathRoot.removeChild(this._container),this.fire("remove"),this._map=null,n.Browser.vml&&(this._container=null,this._stroke=null,this._fill=null),t.off({viewreset:this.projectLatlngs,moveend:this._updatePath},this)},projectLatlngs:function(){},setStyle:function(t){return n.setOptions(this,t),this._container&&this._updateStyle(),this},redraw:function(){return this._map&&(this.projectLatlngs(),this._updatePath()),this}}),n.Map.include({_updatePathViewport:function(){var t=n.Path.CLIP_PADDING,e=this.getSize(),i=n.DomUtil.getPosition(this._mapPane),o=i.multiplyBy(-1)._subtract(e.multiplyBy(t)._round()),s=o.add(e.multiplyBy(1+2*t)._round());this._pathViewport=new n.Bounds(o,s)}}),n.Path.SVG_NS="http://www.w3.org/2000/svg",n.Browser.svg=!(!e.createElementNS||!e.createElementNS(n.Path.SVG_NS,"svg").createSVGRect),n.Path=n.Path.extend({statics:{SVG:n.Browser.svg},bringToFront:function(){var t=this._map._pathRoot,e=this._container;return e&&t.lastChild!==e&&t.appendChild(e),this},bringToBack:function(){var t=this._map._pathRoot,e=this._container,i=t.firstChild;return e&&i!==e&&t.insertBefore(e,i),this},getPathString:function(){},_createElement:function(t){return e.createElementNS(n.Path.SVG_NS,t)},_initElements:function(){this._map._initPathRoot(),this._initPath(),this._initStyle()},_initPath:function(){this._container=this._createElement("g"),this._path=this._createElement("path"),this._container.appendChild(this._path)},_initStyle:function(){this.options.stroke&&(this._path.setAttribute("stroke-linejoin","round"),this._path.setAttribute("stroke-linecap","round")),this.options.fill&&this._path.setAttribute("fill-rule","evenodd"),this._updateStyle()},_updateStyle:function(){this.options.stroke?(this._path.setAttribute("stroke",this.options.color),this._path.setAttribute("stroke-opacity",this.options.opacity),this._path.setAttribute("stroke-width",this.options.weight),this.options.dashArray?this._path.setAttribute("stroke-dasharray",this.options.dashArray):this._path.removeAttribute("stroke-dasharray")):this._path.setAttribute("stroke","none"),this.options.fill?(this._path.setAttribute("fill",this.options.fillColor||this.options.color),this._path.setAttribute("fill-opacity",this.options.fillOpacity)):this._path.setAttribute("fill","none")},_updatePath:function(){var t=this.getPathString();t||(t="M0 0"),this._path.setAttribute("d",t)},_initEvents:function(){if(this.options.clickable){(n.Browser.svg||!n.Browser.vml)&&this._path.setAttribute("class","leaflet-clickable"),n.DomEvent.on(this._container,"click",this._onMouseClick,this);for(var t=["dblclick","mousedown","mouseover","mouseout","mousemove","contextmenu"],e=0;t.length>e;e++)n.DomEvent.on(this._container,t[e],this._fireMouseEvent,this)}},_onMouseClick:function(t){this._map.dragging&&this._map.dragging.moved()||this._fireMouseEvent(t)},_fireMouseEvent:function(t){if(this.hasEventListeners(t.type)){var e=this._map,i=e.mouseEventToContainerPoint(t),o=e.containerPointToLayerPoint(i),s=e.layerPointToLatLng(o);this.fire(t.type,{latlng:s,layerPoint:o,containerPoint:i,originalEvent:t}),"contextmenu"===t.type&&n.DomEvent.preventDefault(t),"mousemove"!==t.type&&n.DomEvent.stopPropagation(t)}}}),n.Map.include({_initPathRoot:function(){this._pathRoot||(this._pathRoot=n.Path.prototype._createElement("svg"),this._panes.overlayPane.appendChild(this._pathRoot),this.options.zoomAnimation&&n.Browser.any3d?(this._pathRoot.setAttribute("class"," leaflet-zoom-animated"),this.on({zoomanim:this._animatePathZoom,zoomend:this._endPathZoom})):this._pathRoot.setAttribute("class"," leaflet-zoom-hide"),this.on("moveend",this._updateSvgViewport),this._updateSvgViewport())},_animatePathZoom:function(t){var e=this.getZoomScale(t.zoom),i=this._getCenterOffset(t.center)._multiplyBy(-e)._add(this._pathViewport.min);this._pathRoot.style[n.DomUtil.TRANSFORM]=n.DomUtil.getTranslateString(i)+" scale("+e+") ",this._pathZooming=!0},_endPathZoom:function(){this._pathZooming=!1},_updateSvgViewport:function(){if(!this._pathZooming){this._updatePathViewport();var t=this._pathViewport,e=t.min,i=t.max,o=i.x-e.x,s=i.y-e.y,a=this._pathRoot,r=this._panes.overlayPane;n.Browser.mobileWebkit&&r.removeChild(a),n.DomUtil.setPosition(a,e),a.setAttribute("width",o),a.setAttribute("height",s),a.setAttribute("viewBox",[e.x,e.y,o,s].join(" ")),n.Browser.mobileWebkit&&r.appendChild(a)}}}),n.Path.include({bindPopup:function(t,e){return(!this._popup||e)&&(this._popup=new n.Popup(e,this)),this._popup.setContent(t),this._popupHandlersAdded||(this.on("click",this._openPopup,this).on("remove",this.closePopup,this),this._popupHandlersAdded=!0),this},unbindPopup:function(){return this._popup&&(this._popup=null,this.off("click",this._openPopup).off("remove",this.closePopup),this._popupHandlersAdded=!1),this},openPopup:function(t){return this._popup&&(t=t||this._latlng||this._latlngs[Math.floor(this._latlngs.length/2)],this._openPopup({latlng:t})),this},closePopup:function(){return this._popup&&this._popup._close(),this},_openPopup:function(t){this._popup.setLatLng(t.latlng),this._map.openPopup(this._popup)}}),n.Browser.vml=!n.Browser.svg&&function(){try{var t=e.createElement("div");t.innerHTML='';var i=t.firstChild;return i.style.behavior="url(#default#VML)",i&&"object"==typeof i.adj}catch(n){return!1}}(),n.Path=n.Browser.svg||!n.Browser.vml?n.Path:n.Path.extend({statics:{VML:!0,CLIP_PADDING:.02},_createElement:function(){try{return e.namespaces.add("lvml","urn:schemas-microsoft-com:vml"),function(t){return e.createElement("')}}catch(t){return function(t){return e.createElement("<"+t+' xmlns="urn:schemas-microsoft.com:vml" class="lvml">')}}}(),_initPath:function(){var t=this._container=this._createElement("shape");n.DomUtil.addClass(t,"leaflet-vml-shape"),this.options.clickable&&n.DomUtil.addClass(t,"leaflet-clickable"),t.coordsize="1 1",this._path=this._createElement("path"),t.appendChild(this._path),this._map._pathRoot.appendChild(t)},_initStyle:function(){this._updateStyle()},_updateStyle:function(){var t=this._stroke,e=this._fill,i=this.options,n=this._container;n.stroked=i.stroke,n.filled=i.fill,i.stroke?(t||(t=this._stroke=this._createElement("stroke"),t.endcap="round",n.appendChild(t)),t.weight=i.weight+"px",t.color=i.color,t.opacity=i.opacity,t.dashStyle=i.dashArray?i.dashArray instanceof Array?i.dashArray.join(" "):i.dashArray.replace(/ *, */g," "):""):t&&(n.removeChild(t),this._stroke=null),i.fill?(e||(e=this._fill=this._createElement("fill"),n.appendChild(e)),e.color=i.fillColor||i.color,e.opacity=i.fillOpacity):e&&(n.removeChild(e),this._fill=null)},_updatePath:function(){var t=this._container.style;t.display="none",this._path.v=this.getPathString()+" ",t.display=""}}),n.Map.include(n.Browser.svg||!n.Browser.vml?{}:{_initPathRoot:function(){if(!this._pathRoot){var t=this._pathRoot=e.createElement("div");t.className="leaflet-vml-container",this._panes.overlayPane.appendChild(t),this.on("moveend",this._updatePathViewport),this._updatePathViewport()}}}),n.Browser.canvas=function(){return!!e.createElement("canvas").getContext}(),n.Path=n.Path.SVG&&!t.L_PREFER_CANVAS||!n.Browser.canvas?n.Path:n.Path.extend({statics:{CANVAS:!0,SVG:!1},redraw:function(){return this._map&&(this.projectLatlngs(),this._requestUpdate()),this},setStyle:function(t){return n.setOptions(this,t),this._map&&(this._updateStyle(),this._requestUpdate()),this},onRemove:function(t){t.off("viewreset",this.projectLatlngs,this).off("moveend",this._updatePath,this),this.options.clickable&&this._map.off("click",this._onClick,this),this._requestUpdate(),this._map=null},_requestUpdate:function(){this._map&&!n.Path._updateRequest&&(n.Path._updateRequest=n.Util.requestAnimFrame(this._fireMapMoveEnd,this._map))},_fireMapMoveEnd:function(){n.Path._updateRequest=null,this.fire("moveend")},_initElements:function(){this._map._initPathRoot(),this._ctx=this._map._canvasCtx},_updateStyle:function(){var t=this.options;t.stroke&&(this._ctx.lineWidth=t.weight,this._ctx.strokeStyle=t.color),t.fill&&(this._ctx.fillStyle=t.fillColor||t.color)},_drawPath:function(){var t,e,i,o,s,a;for(this._ctx.beginPath(),t=0,i=this._parts.length;i>t;t++){for(e=0,o=this._parts[t].length;o>e;e++)s=this._parts[t][e],a=(0===e?"move":"line")+"To",this._ctx[a](s.x,s.y);this instanceof n.Polygon&&this._ctx.closePath()}},_checkIfEmpty:function(){return!this._parts.length},_updatePath:function(){if(!this._checkIfEmpty()){var t=this._ctx,e=this.options;this._drawPath(),t.save(),this._updateStyle(),e.fill&&(t.globalAlpha=e.fillOpacity,t.fill()),e.stroke&&(t.globalAlpha=e.opacity,t.stroke()),t.restore()}},_initEvents:function(){this.options.clickable&&this._map.on("click",this._onClick,this)},_onClick:function(t){this._containsPoint(t.layerPoint)&&this.fire("click",{latlng:t.latlng,layerPoint:t.layerPoint,containerPoint:t.containerPoint,originalEvent:t})}}),n.Map.include(n.Path.SVG&&!t.L_PREFER_CANVAS||!n.Browser.canvas?{}:{_initPathRoot:function(){var t,i=this._pathRoot;i||(i=this._pathRoot=e.createElement("canvas"),i.style.position="absolute",t=this._canvasCtx=i.getContext("2d"),t.lineCap="round",t.lineJoin="round",this._panes.overlayPane.appendChild(i),this.options.zoomAnimation&&(this._pathRoot.className="leaflet-zoom-animated",this.on("zoomanim",this._animatePathZoom),this.on("zoomend",this._endPathZoom)),this.on("moveend",this._updateCanvasViewport),this._updateCanvasViewport())},_updateCanvasViewport:function(){if(!this._pathZooming){this._updatePathViewport();var t=this._pathViewport,e=t.min,i=t.max.subtract(e),o=this._pathRoot;n.DomUtil.setPosition(o,e),o.width=i.x,o.height=i.y,o.getContext("2d").translate(-e.x,-e.y)}}}),n.LineUtil={simplify:function(t,e){if(!e||!t.length)return t.slice();var i=e*e;return t=this._reducePoints(t,i),t=this._simplifyDP(t,i)},pointToSegmentDistance:function(t,e,i){return Math.sqrt(this._sqClosestPointOnSegment(t,e,i,!0))},closestPointOnSegment:function(t,e,i){return this._sqClosestPointOnSegment(t,e,i)},_simplifyDP:function(t,e){var n=t.length,o=typeof Uint8Array!=i+""?Uint8Array:Array,s=new o(n);s[0]=s[n-1]=1,this._simplifyDPStep(t,s,e,0,n-1);var a,r=[];for(a=0;n>a;a++)s[a]&&r.push(t[a]);return r},_simplifyDPStep:function(t,e,i,n,o){var s,a,r,h=0;for(a=n+1;o-1>=a;a++)r=this._sqClosestPointOnSegment(t[a],t[n],t[o],!0),r>h&&(s=a,h=r);h>i&&(e[s]=1,this._simplifyDPStep(t,e,i,n,s),this._simplifyDPStep(t,e,i,s,o))},_reducePoints:function(t,e){for(var i=[t[0]],n=1,o=0,s=t.length;s>n;n++)this._sqDist(t[n],t[o])>e&&(i.push(t[n]),o=n);return s-1>o&&i.push(t[s-1]),i},clipSegment:function(t,e,i,n){var o,s,a,r=n?this._lastCode:this._getBitCode(t,i),h=this._getBitCode(e,i);for(this._lastCode=h;;){if(!(r|h))return[t,e];if(r&h)return!1;o=r||h,s=this._getEdgeIntersection(t,e,o,i),a=this._getBitCode(s,i),o===r?(t=s,r=a):(e=s,h=a)}},_getEdgeIntersection:function(t,e,o,s){var a=e.x-t.x,r=e.y-t.y,h=s.min,l=s.max;return 8&o?new n.Point(t.x+a*(l.y-t.y)/r,l.y):4&o?new n.Point(t.x+a*(h.y-t.y)/r,h.y):2&o?new n.Point(l.x,t.y+r*(l.x-t.x)/a):1&o?new n.Point(h.x,t.y+r*(h.x-t.x)/a):i},_getBitCode:function(t,e){var i=0;return t.xe.max.x&&(i|=2),t.ye.max.y&&(i|=8),i},_sqDist:function(t,e){var i=e.x-t.x,n=e.y-t.y;return i*i+n*n},_sqClosestPointOnSegment:function(t,e,i,o){var s,a=e.x,r=e.y,h=i.x-a,l=i.y-r,u=h*h+l*l;return u>0&&(s=((t.x-a)*h+(t.y-r)*l)/u,s>1?(a=i.x,r=i.y):s>0&&(a+=h*s,r+=l*s)),h=t.x-a,l=t.y-r,o?h*h+l*l:new n.Point(a,r)}},n.Polyline=n.Path.extend({initialize:function(t,e){n.Path.prototype.initialize.call(this,e),this._latlngs=this._convertLatLngs(t)},options:{smoothFactor:1,noClip:!1},projectLatlngs:function(){this._originalPoints=[];for(var t=0,e=this._latlngs.length;e>t;t++)this._originalPoints[t]=this._map.latLngToLayerPoint(this._latlngs[t])},getPathString:function(){for(var t=0,e=this._parts.length,i="";e>t;t++)i+=this._getPathPartStr(this._parts[t]);return i},getLatLngs:function(){return this._latlngs},setLatLngs:function(t){return this._latlngs=this._convertLatLngs(t),this.redraw()},addLatLng:function(t){return this._latlngs.push(n.latLng(t)),this.redraw()},spliceLatLngs:function(){var t=[].splice.apply(this._latlngs,arguments);return this._convertLatLngs(this._latlngs),this.redraw(),t},closestLayerPoint:function(t){for(var e,i,o=1/0,s=this._parts,a=null,r=0,h=s.length;h>r;r++)for(var l=s[r],u=1,c=l.length;c>u;u++){e=l[u-1],i=l[u]; -var _=n.LineUtil._sqClosestPointOnSegment(t,e,i,!0);o>_&&(o=_,a=n.LineUtil._sqClosestPointOnSegment(t,e,i))}return a&&(a.distance=Math.sqrt(o)),a},getBounds:function(){var t,e,i=new n.LatLngBounds,o=this.getLatLngs();for(t=0,e=o.length;e>t;t++)i.extend(o[t]);return i},_convertLatLngs:function(t){var e,i;for(e=0,i=t.length;i>e;e++){if(n.Util.isArray(t[e])&&"number"!=typeof t[e][0])return;t[e]=n.latLng(t[e])}return t},_initEvents:function(){n.Path.prototype._initEvents.call(this)},_getPathPartStr:function(t){for(var e,i=n.Path.VML,o=0,s=t.length,a="";s>o;o++)e=t[o],i&&e._round(),a+=(o?"L":"M")+e.x+" "+e.y;return a},_clipPoints:function(){var t,e,o,s=this._originalPoints,a=s.length;if(this.options.noClip)return this._parts=[s],i;this._parts=[];var r=this._parts,h=this._map._pathViewport,l=n.LineUtil;for(t=0,e=0;a-1>t;t++)o=l.clipSegment(s[t],s[t+1],h,t),o&&(r[e]=r[e]||[],r[e].push(o[0]),(o[1]!==s[t+1]||t===a-2)&&(r[e].push(o[1]),e++))},_simplifyPoints:function(){for(var t=this._parts,e=n.LineUtil,i=0,o=t.length;o>i;i++)t[i]=e.simplify(t[i],this.options.smoothFactor)},_updatePath:function(){this._map&&(this._clipPoints(),this._simplifyPoints(),n.Path.prototype._updatePath.call(this))}}),n.polyline=function(t,e){return new n.Polyline(t,e)},n.PolyUtil={},n.PolyUtil.clipPolygon=function(t,e){var i,o,s,a,r,h,l,u,c,_=[1,4,2,8],d=n.LineUtil;for(o=0,l=t.length;l>o;o++)t[o]._code=d._getBitCode(t[o],e);for(a=0;4>a;a++){for(u=_[a],i=[],o=0,l=t.length,s=l-1;l>o;s=o++)r=t[o],h=t[s],r._code&u?h._code&u||(c=d._getEdgeIntersection(h,r,u,e),c._code=d._getBitCode(c,e),i.push(c)):(h._code&u&&(c=d._getEdgeIntersection(h,r,u,e),c._code=d._getBitCode(c,e),i.push(c)),i.push(r));t=i}return t},n.Polygon=n.Polyline.extend({options:{fill:!0},initialize:function(t,e){n.Polyline.prototype.initialize.call(this,t,e),t&&n.Util.isArray(t[0])&&"number"!=typeof t[0][0]&&(this._latlngs=this._convertLatLngs(t[0]),this._holes=t.slice(1))},projectLatlngs:function(){if(n.Polyline.prototype.projectLatlngs.call(this),this._holePoints=[],this._holes){var t,e,i,o;for(t=0,i=this._holes.length;i>t;t++)for(this._holePoints[t]=[],e=0,o=this._holes[t].length;o>e;e++)this._holePoints[t][e]=this._map.latLngToLayerPoint(this._holes[t][e])}},_clipPoints:function(){var t=this._originalPoints,e=[];if(this._parts=[t].concat(this._holePoints),!this.options.noClip){for(var i=0,o=this._parts.length;o>i;i++){var s=n.PolyUtil.clipPolygon(this._parts[i],this._map._pathViewport);s.length&&e.push(s)}this._parts=e}},_getPathPartStr:function(t){var e=n.Polyline.prototype._getPathPartStr.call(this,t);return e+(n.Browser.svg?"z":"x")}}),n.polygon=function(t,e){return new n.Polygon(t,e)},function(){function t(t){return n.FeatureGroup.extend({initialize:function(t,e){this._layers={},this._options=e,this.setLatLngs(t)},setLatLngs:function(e){var i=0,n=e.length;for(this.eachLayer(function(t){n>i?t.setLatLngs(e[i++]):this.removeLayer(t)},this);n>i;)this.addLayer(new t(e[i++],this._options));return this}})}n.MultiPolyline=t(n.Polyline),n.MultiPolygon=t(n.Polygon),n.multiPolyline=function(t,e){return new n.MultiPolyline(t,e)},n.multiPolygon=function(t,e){return new n.MultiPolygon(t,e)}}(),n.Rectangle=n.Polygon.extend({initialize:function(t,e){n.Polygon.prototype.initialize.call(this,this._boundsToLatLngs(t),e)},setBounds:function(t){this.setLatLngs(this._boundsToLatLngs(t))},_boundsToLatLngs:function(t){return t=n.latLngBounds(t),[t.getSouthWest(),t.getNorthWest(),t.getNorthEast(),t.getSouthEast()]}}),n.rectangle=function(t,e){return new n.Rectangle(t,e)},n.Circle=n.Path.extend({initialize:function(t,e,i){n.Path.prototype.initialize.call(this,i),this._latlng=n.latLng(t),this._mRadius=e},options:{fill:!0},setLatLng:function(t){return this._latlng=n.latLng(t),this.redraw()},setRadius:function(t){return this._mRadius=t,this.redraw()},projectLatlngs:function(){var t=this._getLngRadius(),e=new n.LatLng(this._latlng.lat,this._latlng.lng-t),i=this._map.latLngToLayerPoint(e);this._point=this._map.latLngToLayerPoint(this._latlng),this._radius=Math.max(Math.round(this._point.x-i.x),1)},getBounds:function(){var t=this._getLngRadius(),e=360*(this._mRadius/40075017),i=this._latlng,o=new n.LatLng(i.lat-e,i.lng-t),s=new n.LatLng(i.lat+e,i.lng+t);return new n.LatLngBounds(o,s)},getLatLng:function(){return this._latlng},getPathString:function(){var t=this._point,e=this._radius;return this._checkIfEmpty()?"":n.Browser.svg?"M"+t.x+","+(t.y-e)+"A"+e+","+e+",0,1,1,"+(t.x-.1)+","+(t.y-e)+" z":(t._round(),e=Math.round(e),"AL "+t.x+","+t.y+" "+e+","+e+" 0,"+23592600)},getRadius:function(){return this._mRadius},_getLatRadius:function(){return 360*(this._mRadius/40075017)},_getLngRadius:function(){return this._getLatRadius()/Math.cos(n.LatLng.DEG_TO_RAD*this._latlng.lat)},_checkIfEmpty:function(){if(!this._map)return!1;var t=this._map._pathViewport,e=this._radius,i=this._point;return i.x-e>t.max.x||i.y-e>t.max.y||i.x+ei;i++)for(l=this._parts[i],o=0,r=l.length,s=r-1;r>o;s=o++)if((e||0!==o)&&(h=n.LineUtil.pointToSegmentDistance(t,l[s],l[o]),u>=h))return!0;return!1}}:{}),n.Polygon.include(n.Path.CANVAS?{_containsPoint:function(t){var e,i,o,s,a,r,h,l,u=!1;if(n.Polyline.prototype._containsPoint.call(this,t,!0))return!0;for(s=0,h=this._parts.length;h>s;s++)for(e=this._parts[s],a=0,l=e.length,r=l-1;l>a;r=a++)i=e[a],o=e[r],i.y>t.y!=o.y>t.y&&t.x<(o.x-i.x)*(t.y-i.y)/(o.y-i.y)+i.x&&(u=!u);return u}}:{}),n.Circle.include(n.Path.CANVAS?{_drawPath:function(){var t=this._point;this._ctx.beginPath(),this._ctx.arc(t.x,t.y,this._radius,0,2*Math.PI,!1)},_containsPoint:function(t){var e=this._point,i=this.options.stroke?this.options.weight/2:0;return t.distanceTo(e)<=this._radius+i}}:{}),n.GeoJSON=n.FeatureGroup.extend({initialize:function(t,e){n.setOptions(this,e),this._layers={},t&&this.addData(t)},addData:function(t){var e,i,o=n.Util.isArray(t)?t:t.features;if(o){for(e=0,i=o.length;i>e;e++)(o[e].geometries||o[e].geometry)&&this.addData(o[e]);return this}var s=this.options;if(!s.filter||s.filter(t)){var a=n.GeoJSON.geometryToLayer(t,s.pointToLayer);return a.feature=t,a.defaultOptions=a.options,this.resetStyle(a),s.onEachFeature&&s.onEachFeature(t,a),this.addLayer(a)}},resetStyle:function(t){var e=this.options.style;e&&(n.Util.extend(t.options,t.defaultOptions),this._setLayerStyle(t,e))},setStyle:function(t){this.eachLayer(function(e){this._setLayerStyle(e,t)},this)},_setLayerStyle:function(t,e){"function"==typeof e&&(e=e(t.feature)),t.setStyle&&t.setStyle(e)}}),n.extend(n.GeoJSON,{geometryToLayer:function(t,e){var i,o,s,a,r,h="Feature"===t.type?t.geometry:t,l=h.coordinates,u=[];switch(h.type){case"Point":return i=this.coordsToLatLng(l),e?e(t,i):new n.Marker(i);case"MultiPoint":for(s=0,a=l.length;a>s;s++)i=this.coordsToLatLng(l[s]),r=e?e(t,i):new n.Marker(i),u.push(r);return new n.FeatureGroup(u);case"LineString":return o=this.coordsToLatLngs(l),new n.Polyline(o);case"Polygon":return o=this.coordsToLatLngs(l,1),new n.Polygon(o);case"MultiLineString":return o=this.coordsToLatLngs(l,1),new n.MultiPolyline(o);case"MultiPolygon":return o=this.coordsToLatLngs(l,2),new n.MultiPolygon(o);case"GeometryCollection":for(s=0,a=h.geometries.length;a>s;s++)r=this.geometryToLayer({geometry:h.geometries[s],type:"Feature",properties:t.properties},e),u.push(r);return new n.FeatureGroup(u);default:throw Error("Invalid GeoJSON object.")}},coordsToLatLng:function(t,e){var i=parseFloat(t[e?0:1]),o=parseFloat(t[e?1:0]);return new n.LatLng(i,o)},coordsToLatLngs:function(t,e,i){var n,o,s,a=[];for(o=0,s=t.length;s>o;o++)n=e?this.coordsToLatLngs(t[o],e-1,i):this.coordsToLatLng(t[o],i),a.push(n);return a}}),n.geoJson=function(t,e){return new n.GeoJSON(t,e)},n.DomEvent={addListener:function(t,e,o,s){var a,r,h,l=n.stamp(o),u="_leaflet_"+e+l;return t[u]?this:(a=function(e){return o.call(s||t,e||n.DomEvent._getEvent())},n.Browser.msTouch&&0===e.indexOf("touch")?this.addMsTouchListener(t,e,a,l):(n.Browser.touch&&"dblclick"===e&&this.addDoubleTapListener&&this.addDoubleTapListener(t,a,l),"addEventListener"in t?"mousewheel"===e?(t.addEventListener("DOMMouseScroll",a,!1),t.addEventListener(e,a,!1)):"mouseenter"===e||"mouseleave"===e?(r=a,h="mouseenter"===e?"mouseover":"mouseout",a=function(e){return n.DomEvent._checkMouse(t,e)?r(e):i},t.addEventListener(h,a,!1)):t.addEventListener(e,a,!1):"attachEvent"in t&&t.attachEvent("on"+e,a),t[u]=a,this))},removeListener:function(t,e,i){var o=n.stamp(i),s="_leaflet_"+e+o,a=t[s];if(a)return n.Browser.msTouch&&0===e.indexOf("touch")?this.removeMsTouchListener(t,e,o):n.Browser.touch&&"dblclick"===e&&this.removeDoubleTapListener?this.removeDoubleTapListener(t,o):"removeEventListener"in t?"mousewheel"===e?(t.removeEventListener("DOMMouseScroll",a,!1),t.removeEventListener(e,a,!1)):"mouseenter"===e||"mouseleave"===e?t.removeEventListener("mouseenter"===e?"mouseover":"mouseout",a,!1):t.removeEventListener(e,a,!1):"detachEvent"in t&&t.detachEvent("on"+e,a),t[s]=null,this},stopPropagation:function(t){return t.stopPropagation?t.stopPropagation():t.cancelBubble=!0,this},disableClickPropagation:function(t){for(var e=n.DomEvent.stopPropagation,i=n.Draggable.START.length-1;i>=0;i--)n.DomEvent.addListener(t,n.Draggable.START[i],e);return n.DomEvent.addListener(t,"click",e).addListener(t,"dblclick",e)},preventDefault:function(t){return t.preventDefault?t.preventDefault():t.returnValue=!1,this},stop:function(t){return n.DomEvent.preventDefault(t).stopPropagation(t)},getMousePosition:function(t,i){var o=e.body,s=e.documentElement,a=t.pageX?t.pageX:t.clientX+o.scrollLeft+s.scrollLeft,r=t.pageY?t.pageY:t.clientY+o.scrollTop+s.scrollTop,h=new n.Point(a,r);return i?h._subtract(n.DomUtil.getViewportOffset(i)):h},getWheelDelta:function(t){var e=0;return t.wheelDelta&&(e=t.wheelDelta/120),t.detail&&(e=-t.detail/3),e},_checkMouse:function(t,e){var i=e.relatedTarget;if(!i)return!0;try{for(;i&&i!==t;)i=i.parentNode}catch(n){return!1}return i!==t},_getEvent:function(){var e=t.event;if(!e)for(var i=arguments.callee.caller;i&&(e=i.arguments[0],!e||t.Event!==e.constructor);)i=i.caller;return e}},n.DomEvent.on=n.DomEvent.addListener,n.DomEvent.off=n.DomEvent.removeListener,n.Draggable=n.Class.extend({includes:n.Mixin.Events,statics:{START:n.Browser.touch?["touchstart","mousedown"]:["mousedown"],END:{mousedown:"mouseup",touchstart:"touchend",MSPointerDown:"touchend"},MOVE:{mousedown:"mousemove",touchstart:"touchmove",MSPointerDown:"touchmove"},TAP_TOLERANCE:15},initialize:function(t,e,i){this._element=t,this._dragStartTarget=e||t,this._longPress=i&&!n.Browser.msTouch},enable:function(){if(!this._enabled){for(var t=n.Draggable.START.length-1;t>=0;t--)n.DomEvent.on(this._dragStartTarget,n.Draggable.START[t],this._onDown,this);this._enabled=!0}},disable:function(){if(this._enabled){for(var t=n.Draggable.START.length-1;t>=0;t--)n.DomEvent.off(this._dragStartTarget,n.Draggable.START[t],this._onDown,this);this._enabled=!1,this._moved=!1}},_onDown:function(t){if(!(!n.Browser.touch&&t.shiftKey||1!==t.which&&1!==t.button&&!t.touches||(n.DomEvent.preventDefault(t),n.DomEvent.stopPropagation(t),n.Draggable._disabled))){if(this._simulateClick=!0,t.touches&&t.touches.length>1)return this._simulateClick=!1,clearTimeout(this._longPressTimeout),i;var o=t.touches&&1===t.touches.length?t.touches[0]:t,s=o.target;n.Browser.touch&&"a"===s.tagName.toLowerCase()&&n.DomUtil.addClass(s,"leaflet-active"),this._moved=!1,this._moving||(this._startPoint=new n.Point(o.clientX,o.clientY),this._startPos=this._newPos=n.DomUtil.getPosition(this._element),t.touches&&1===t.touches.length&&n.Browser.touch&&this._longPress&&(this._longPressTimeout=setTimeout(n.bind(function(){var t=this._newPos&&this._newPos.distanceTo(this._startPos)||0;n.Draggable.TAP_TOLERANCE>t&&(this._simulateClick=!1,this._onUp(),this._simulateEvent("contextmenu",o))},this),1e3)),n.DomEvent.on(e,n.Draggable.MOVE[t.type],this._onMove,this),n.DomEvent.on(e,n.Draggable.END[t.type],this._onUp,this))}},_onMove:function(t){if(!(t.touches&&t.touches.length>1)){var e=t.touches&&1===t.touches.length?t.touches[0]:t,i=new n.Point(e.clientX,e.clientY),o=i.subtract(this._startPoint);(o.x||o.y)&&(n.DomEvent.preventDefault(t),this._moved||(this.fire("dragstart"),this._moved=!0,this._startPos=n.DomUtil.getPosition(this._element).subtract(o),n.Browser.touch||(n.DomUtil.disableTextSelection(),this._setMovingCursor())),this._newPos=this._startPos.add(o),this._moving=!0,n.Util.cancelAnimFrame(this._animRequest),this._animRequest=n.Util.requestAnimFrame(this._updatePosition,this,!0,this._dragStartTarget))}},_updatePosition:function(){this.fire("predrag"),n.DomUtil.setPosition(this._element,this._newPos),this.fire("drag")},_onUp:function(t){var i;if(clearTimeout(this._longPressTimeout),this._simulateClick&&t.changedTouches){var o=t.changedTouches[0],s=o.target,a=this._newPos&&this._newPos.distanceTo(this._startPos)||0;"a"===s.tagName.toLowerCase()&&n.DomUtil.removeClass(s,"leaflet-active"),n.Draggable.TAP_TOLERANCE>a&&(i=o)}n.Browser.touch||(n.DomUtil.enableTextSelection(),this._restoreCursor());for(var r in n.Draggable.MOVE)n.Draggable.MOVE.hasOwnProperty(r)&&(n.DomEvent.off(e,n.Draggable.MOVE[r],this._onMove),n.DomEvent.off(e,n.Draggable.END[r],this._onUp));this._moved&&(n.Util.cancelAnimFrame(this._animRequest),this.fire("dragend")),this._moving=!1,i&&(this._moved=!1,this._simulateEvent("click",i))},_setMovingCursor:function(){n.DomUtil.addClass(e.body,"leaflet-dragging")},_restoreCursor:function(){n.DomUtil.removeClass(e.body,"leaflet-dragging")},_simulateEvent:function(i,n){var o=e.createEvent("MouseEvents");o.initMouseEvent(i,!0,!0,t,1,n.screenX,n.screenY,n.clientX,n.clientY,!1,!1,!1,!1,0,null),n.target.dispatchEvent(o)}}),n.Handler=n.Class.extend({initialize:function(t){this._map=t},enable:function(){this._enabled||(this._enabled=!0,this.addHooks())},disable:function(){this._enabled&&(this._enabled=!1,this.removeHooks())},enabled:function(){return!!this._enabled}}),n.Map.mergeOptions({dragging:!0,inertia:!n.Browser.android23,inertiaDeceleration:3400,inertiaMaxSpeed:1/0,inertiaThreshold:n.Browser.touch?32:18,easeLinearity:.25,longPress:!0,worldCopyJump:!1}),n.Map.Drag=n.Handler.extend({addHooks:function(){if(!this._draggable){var t=this._map;this._draggable=new n.Draggable(t._mapPane,t._container,t.options.longPress),this._draggable.on({dragstart:this._onDragStart,drag:this._onDrag,dragend:this._onDragEnd},this),t.options.worldCopyJump&&(this._draggable.on("predrag",this._onPreDrag,this),t.on("viewreset",this._onViewReset,this))}this._draggable.enable()},removeHooks:function(){this._draggable.disable()},moved:function(){return this._draggable&&this._draggable._moved},_onDragStart:function(){var t=this._map;t._panAnim&&t._panAnim.stop(),t.fire("movestart").fire("dragstart"),t.options.inertia&&(this._positions=[],this._times=[])},_onDrag:function(){if(this._map.options.inertia){var t=this._lastTime=+new Date,e=this._lastPos=this._draggable._newPos;this._positions.push(e),this._times.push(t),t-this._times[0]>200&&(this._positions.shift(),this._times.shift())}this._map.fire("move").fire("drag")},_onViewReset:function(){var t=this._map.getSize()._divideBy(2),e=this._map.latLngToLayerPoint(new n.LatLng(0,0));this._initialWorldOffset=e.subtract(t).x,this._worldWidth=this._map.project(new n.LatLng(0,180)).x},_onPreDrag:function(){var t=this._worldWidth,e=Math.round(t/2),i=this._initialWorldOffset,n=this._draggable._newPos.x,o=(n-e+i)%t+e-i,s=(n+e+i)%t-e-i,a=Math.abs(o+i)e.inertiaThreshold||!this._positions[0];if(o)t.fire("moveend");else{var s=this._lastPos.subtract(this._positions[0]),a=(this._lastTime+i-this._times[0])/1e3,r=e.easeLinearity,h=s.multiplyBy(r/a),l=h.distanceTo(new n.Point(0,0)),u=Math.min(e.inertiaMaxSpeed,l),c=h.multiplyBy(u/l),_=u/(e.inertiaDeceleration*r),d=c.multiplyBy(-_/2).round();n.Util.requestAnimFrame(function(){t.panBy(d,_,r)})}t.fire("dragend"),e.maxBounds&&n.Util.requestAnimFrame(this._panInsideMaxBounds,t,!0,t._container)},_panInsideMaxBounds:function(){this.panInsideBounds(this.options.maxBounds)}}),n.Map.addInitHook("addHandler","dragging",n.Map.Drag),n.Map.mergeOptions({doubleClickZoom:!0}),n.Map.DoubleClickZoom=n.Handler.extend({addHooks:function(){this._map.on("dblclick",this._onDoubleClick)},removeHooks:function(){this._map.off("dblclick",this._onDoubleClick)},_onDoubleClick:function(t){this.setView(t.latlng,this._zoom+1)}}),n.Map.addInitHook("addHandler","doubleClickZoom",n.Map.DoubleClickZoom),n.Map.mergeOptions({scrollWheelZoom:!0}),n.Map.ScrollWheelZoom=n.Handler.extend({addHooks:function(){n.DomEvent.on(this._map._container,"mousewheel",this._onWheelScroll,this),this._delta=0},removeHooks:function(){n.DomEvent.off(this._map._container,"mousewheel",this._onWheelScroll)},_onWheelScroll:function(t){var e=n.DomEvent.getWheelDelta(t);this._delta+=e,this._lastMousePos=this._map.mouseEventToContainerPoint(t),this._startTime||(this._startTime=+new Date);var i=Math.max(40-(+new Date-this._startTime),0);clearTimeout(this._timer),this._timer=setTimeout(n.bind(this._performZoom,this),i),n.DomEvent.preventDefault(t),n.DomEvent.stopPropagation(t)},_performZoom:function(){var t=this._map,e=this._delta,i=t.getZoom();if(e=e>0?Math.ceil(e):Math.round(e),e=Math.max(Math.min(e,4),-4),e=t._limitZoom(i+e)-i,this._delta=0,this._startTime=null,e){var n=i+e,o=this._getCenterForScrollWheelZoom(n);t.setView(o,n)}},_getCenterForScrollWheelZoom:function(t){var e=this._map,i=e.getZoomScale(t),n=e.getSize()._divideBy(2),o=this._lastMousePos._subtract(n)._multiplyBy(1-1/i),s=e._getTopLeftPoint()._add(n)._add(o);return e.unproject(s)}}),n.Map.addInitHook("addHandler","scrollWheelZoom",n.Map.ScrollWheelZoom),n.extend(n.DomEvent,{_touchstart:n.Browser.msTouch?"MSPointerDown":"touchstart",_touchend:n.Browser.msTouch?"MSPointerUp":"touchend",addDoubleTapListener:function(t,i,o){function s(t){var e;if(n.Browser.msTouch?(p.push(t.pointerId),e=p.length):e=t.touches.length,!(e>1)){var i=Date.now(),o=i-(r||i);h=t.touches?t.touches[0]:t,l=o>0&&u>=o,r=i}}function a(t){if(n.Browser.msTouch){var e=p.indexOf(t.pointerId);if(-1===e)return;p.splice(e,1)}if(l){if(n.Browser.msTouch){var o,s={};for(var a in h)o=h[a],s[a]="function"==typeof o?o.bind(h):o;h=s}h.type="dblclick",i(h),r=null}}var r,h,l=!1,u=250,c="_leaflet_",_=this._touchstart,d=this._touchend,p=[];t[c+_+o]=s,t[c+d+o]=a;var m=n.Browser.msTouch?e.documentElement:t;return t.addEventListener(_,s,!1),m.addEventListener(d,a,!1),n.Browser.msTouch&&m.addEventListener("MSPointerCancel",a,!1),this},removeDoubleTapListener:function(t,i){var o="_leaflet_";return t.removeEventListener(this._touchstart,t[o+this._touchstart+i],!1),(n.Browser.msTouch?e.documentElement:t).removeEventListener(this._touchend,t[o+this._touchend+i],!1),n.Browser.msTouch&&e.documentElement.removeEventListener("MSPointerCancel",t[o+this._touchend+i],!1),this}}),n.extend(n.DomEvent,{_msTouches:[],_msDocumentListener:!1,addMsTouchListener:function(t,e,i,n){switch(e){case"touchstart":return this.addMsTouchListenerStart(t,e,i,n);case"touchend":return this.addMsTouchListenerEnd(t,e,i,n);case"touchmove":return this.addMsTouchListenerMove(t,e,i,n);default:throw"Unknown touch event type"}},addMsTouchListenerStart:function(t,i,n,o){var s="_leaflet_",a=this._msTouches,r=function(t){for(var e=!1,i=0;a.length>i;i++)if(a[i].pointerId===t.pointerId){e=!0;break}e||a.push(t),t.touches=a.slice(),t.changedTouches=[t],n(t)};if(t[s+"touchstart"+o]=r,t.addEventListener("MSPointerDown",r,!1),!this._msDocumentListener){var h=function(t){for(var e=0;a.length>e;e++)if(a[e].pointerId===t.pointerId){a.splice(e,1);break}};e.documentElement.addEventListener("MSPointerUp",h,!1),e.documentElement.addEventListener("MSPointerCancel",h,!1),this._msDocumentListener=!0}return this},addMsTouchListenerMove:function(t,e,i,n){function o(t){if(t.pointerType!==t.MSPOINTER_TYPE_MOUSE||0!==t.buttons){for(var e=0;a.length>e;e++)if(a[e].pointerId===t.pointerId){a[e]=t;break}t.touches=a.slice(),t.changedTouches=[t],i(t)}}var s="_leaflet_",a=this._msTouches;return t[s+"touchmove"+n]=o,t.addEventListener("MSPointerMove",o,!1),this},addMsTouchListenerEnd:function(t,e,i,n){var o="_leaflet_",s=this._msTouches,a=function(t){for(var e=0;s.length>e;e++)if(s[e].pointerId===t.pointerId){s.splice(e,1);break}t.touches=s.slice(),t.changedTouches=[t],i(t)};return t[o+"touchend"+n]=a,t.addEventListener("MSPointerUp",a,!1),t.addEventListener("MSPointerCancel",a,!1),this},removeMsTouchListener:function(t,e,i){var n="_leaflet_",o=t[n+e+i];switch(e){case"touchstart":t.removeEventListener("MSPointerDown",o,!1);break;case"touchmove":t.removeEventListener("MSPointerMove",o,!1);break;case"touchend":t.removeEventListener("MSPointerUp",o,!1),t.removeEventListener("MSPointerCancel",o,!1)}return this}}),n.Map.mergeOptions({touchZoom:n.Browser.touch&&!n.Browser.android23}),n.Map.TouchZoom=n.Handler.extend({addHooks:function(){n.DomEvent.on(this._map._container,"touchstart",this._onTouchStart,this)},removeHooks:function(){n.DomEvent.off(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 o=i.mouseEventToLayerPoint(t.touches[0]),s=i.mouseEventToLayerPoint(t.touches[1]),a=i._getCenterLayerPoint();this._startCenter=o.add(s)._divideBy(2),this._startDist=o.distanceTo(s),this._moved=!1,this._zooming=!0,this._centerOffset=a.subtract(this._startCenter),i._panAnim&&i._panAnim.stop(),n.DomEvent.on(e,"touchmove",this._onTouchMove,this).on(e,"touchend",this._onTouchEnd,this),n.DomEvent.preventDefault(t)}},_onTouchMove:function(t){if(t.touches&&2===t.touches.length){var e=this._map,i=e.mouseEventToLayerPoint(t.touches[0]),o=e.mouseEventToLayerPoint(t.touches[1]);this._scale=i.distanceTo(o)/this._startDist,this._delta=i._add(o)._divideBy(2)._subtract(this._startCenter),1!==this._scale&&(this._moved||(n.DomUtil.addClass(e._mapPane,"leaflet-zoom-anim leaflet-touching"),e.fire("movestart").fire("zoomstart")._prepareTileBg(),this._moved=!0),n.Util.cancelAnimFrame(this._animRequest),this._animRequest=n.Util.requestAnimFrame(this._updateOnMove,this,!0,this._map._container),n.DomEvent.preventDefault(t))}},_updateOnMove:function(){var t=this._map,e=this._getScaleOrigin(),i=t.layerPointToLatLng(e);t.fire("zoomanim",{center:i,zoom:t.getScaleZoom(this._scale)}),t._tileBg.style[n.DomUtil.TRANSFORM]=n.DomUtil.getTranslateString(this._delta)+" "+n.DomUtil.getScaleString(this._scale,this._startCenter)},_onTouchEnd:function(){if(this._moved&&this._zooming){var t=this._map;this._zooming=!1,n.DomUtil.removeClass(t._mapPane,"leaflet-touching"),n.DomEvent.off(e,"touchmove",this._onTouchMove).off(e,"touchend",this._onTouchEnd);var i=this._getScaleOrigin(),o=t.layerPointToLatLng(i),s=t.getZoom(),a=t.getScaleZoom(this._scale)-s,r=a>0?Math.ceil(a):Math.floor(a),h=t._limitZoom(s+r);t.fire("zoomanim",{center:o,zoom:h}),t._runAnimation(o,h,t.getZoomScale(h)/this._scale,i,!0)}},_getScaleOrigin:function(){var t=this._centerOffset.subtract(this._delta).divideBy(this._scale);return this._startCenter.add(t)}}),n.Map.addInitHook("addHandler","touchZoom",n.Map.TouchZoom),n.Map.mergeOptions({boxZoom:!0}),n.Map.BoxZoom=n.Handler.extend({initialize:function(t){this._map=t,this._container=t._container,this._pane=t._panes.overlayPane},addHooks:function(){n.DomEvent.on(this._container,"mousedown",this._onMouseDown,this)},removeHooks:function(){n.DomEvent.off(this._container,"mousedown",this._onMouseDown)},_onMouseDown:function(t){return!t.shiftKey||1!==t.which&&1!==t.button?!1:(n.DomUtil.disableTextSelection(),this._startLayerPoint=this._map.mouseEventToLayerPoint(t),this._box=n.DomUtil.create("div","leaflet-zoom-box",this._pane),n.DomUtil.setPosition(this._box,this._startLayerPoint),this._container.style.cursor="crosshair",n.DomEvent.on(e,"mousemove",this._onMouseMove,this).on(e,"mouseup",this._onMouseUp,this).preventDefault(t),this._map.fire("boxzoomstart"),i)},_onMouseMove:function(t){var e=this._startLayerPoint,i=this._box,o=this._map.mouseEventToLayerPoint(t),s=o.subtract(e),a=new n.Point(Math.min(o.x,e.x),Math.min(o.y,e.y));n.DomUtil.setPosition(i,a),i.style.width=Math.max(0,Math.abs(s.x)-4)+"px",i.style.height=Math.max(0,Math.abs(s.y)-4)+"px"},_onMouseUp:function(t){this._pane.removeChild(this._box),this._container.style.cursor="",n.DomUtil.enableTextSelection(),n.DomEvent.off(e,"mousemove",this._onMouseMove).off(e,"mouseup",this._onMouseUp);var i=this._map,o=i.mouseEventToLayerPoint(t);if(!this._startLayerPoint.equals(o)){var s=new n.LatLngBounds(i.layerPointToLatLng(this._startLayerPoint),i.layerPointToLatLng(o));i.fitBounds(s),i.fire("boxzoomend",{boxZoomBounds:s})}}}),n.Map.addInitHook("addHandler","boxZoom",n.Map.BoxZoom),n.Map.mergeOptions({keyboard:!0,keyboardPanOffset:80,keyboardZoomOffset:1}),n.Map.Keyboard=n.Handler.extend({keyCodes:{left:[37],right:[39],down:[40],up:[38],zoomIn:[187,107,61],zoomOut:[189,109,173]},initialize:function(t){this._map=t,this._setPanOffset(t.options.keyboardPanOffset),this._setZoomOffset(t.options.keyboardZoomOffset)},addHooks:function(){var t=this._map._container;-1===t.tabIndex&&(t.tabIndex="0"),n.DomEvent.on(t,"focus",this._onFocus,this).on(t,"blur",this._onBlur,this).on(t,"mousedown",this._onMouseDown,this),this._map.on("focus",this._addHooks,this).on("blur",this._removeHooks,this)},removeHooks:function(){this._removeHooks();var t=this._map._container;n.DomEvent.off(t,"focus",this._onFocus,this).off(t,"blur",this._onBlur,this).off(t,"mousedown",this._onMouseDown,this),this._map.off("focus",this._addHooks,this).off("blur",this._removeHooks,this)},_onMouseDown:function(){this._focused||this._map._container.focus()},_onFocus:function(){this._focused=!0,this._map.fire("focus")},_onBlur:function(){this._focused=!1,this._map.fire("blur")},_setPanOffset:function(t){var e,i,n=this._panKeys={},o=this.keyCodes;for(e=0,i=o.left.length;i>e;e++)n[o.left[e]]=[-1*t,0];for(e=0,i=o.right.length;i>e;e++)n[o.right[e]]=[t,0];for(e=0,i=o.down.length;i>e;e++)n[o.down[e]]=[0,t];for(e=0,i=o.up.length;i>e;e++)n[o.up[e]]=[0,-1*t]},_setZoomOffset:function(t){var e,i,n=this._zoomKeys={},o=this.keyCodes;for(e=0,i=o.zoomIn.length;i>e;e++)n[o.zoomIn[e]]=t;for(e=0,i=o.zoomOut.length;i>e;e++)n[o.zoomOut[e]]=-t},_addHooks:function(){n.DomEvent.on(e,"keydown",this._onKeyDown,this)},_removeHooks:function(){n.DomEvent.off(e,"keydown",this._onKeyDown,this)},_onKeyDown:function(t){var e=t.keyCode,i=this._map;if(this._panKeys.hasOwnProperty(e))i.panBy(this._panKeys[e]),i.options.maxBounds&&i.panInsideBounds(i.options.maxBounds);else{if(!this._zoomKeys.hasOwnProperty(e))return;i.setZoom(i.getZoom()+this._zoomKeys[e])}n.DomEvent.stop(t)}}),n.Map.addInitHook("addHandler","keyboard",n.Map.Keyboard),n.Handler.MarkerDrag=n.Handler.extend({initialize:function(t){this._marker=t},addHooks:function(){var t=this._marker._icon;this._draggable||(this._draggable=new n.Draggable(t,t).on("dragstart",this._onDragStart,this).on("drag",this._onDrag,this).on("dragend",this._onDragEnd,this)),this._draggable.enable()},removeHooks:function(){this._draggable.disable()},moved:function(){return this._draggable&&this._draggable._moved},_onDragStart:function(){this._marker.closePopup().fire("movestart").fire("dragstart")},_onDrag:function(){var t=this._marker,e=t._shadow,i=n.DomUtil.getPosition(t._icon),o=t._map.layerPointToLatLng(i);e&&n.DomUtil.setPosition(e,i),t._latlng=o,t.fire("move",{latlng:o}).fire("drag")},_onDragEnd:function(){this._marker.fire("moveend").fire("dragend")}}),n.Handler.PolyEdit=n.Handler.extend({options:{icon:new n.DivIcon({iconSize:new n.Point(8,8),className:"leaflet-div-icon leaflet-editing-icon"})},initialize:function(t,e){this._poly=t,n.setOptions(this,e)},addHooks:function(){this._poly._map&&(this._markerGroup||this._initMarkers(),this._poly._map.addLayer(this._markerGroup))},removeHooks:function(){this._poly._map&&(this._poly._map.removeLayer(this._markerGroup),delete this._markerGroup,delete this._markers)},updateMarkers:function(){this._markerGroup.clearLayers(),this._initMarkers()},_initMarkers:function(){this._markerGroup||(this._markerGroup=new n.LayerGroup),this._markers=[];var t,e,i,o,s=this._poly._latlngs;for(t=0,i=s.length;i>t;t++)o=this._createMarker(s[t],t),o.on("click",this._onMarkerClick,this),this._markers.push(o);var a,r;for(t=0,e=i-1;i>t;e=t++)(0!==t||n.Polygon&&this._poly instanceof n.Polygon)&&(a=this._markers[e],r=this._markers[t],this._createMiddleMarker(a,r),this._updatePrevNext(a,r))},_createMarker:function(t,e){var i=new n.Marker(t,{draggable:!0,icon:this.options.icon});return i._origLatLng=t,i._index=e,i.on("drag",this._onMarkerDrag,this),i.on("dragend",this._fireEdit,this),this._markerGroup.addLayer(i),i},_fireEdit:function(){this._poly.fire("edit")},_onMarkerDrag:function(t){var e=t.target;n.extend(e._origLatLng,e._latlng),e._middleLeft&&e._middleLeft.setLatLng(this._getMiddleLatLng(e._prev,e)),e._middleRight&&e._middleRight.setLatLng(this._getMiddleLatLng(e,e._next)),this._poly.redraw()},_onMarkerClick:function(t){if(!(3>this._poly._latlngs.length)){var e=t.target,i=e._index;this._markerGroup.removeLayer(e),this._markers.splice(i,1),this._poly.spliceLatLngs(i,1),this._updateIndexes(i,-1),this._updatePrevNext(e._prev,e._next),e._middleLeft&&this._markerGroup.removeLayer(e._middleLeft),e._middleRight&&this._markerGroup.removeLayer(e._middleRight),e._prev&&e._next?this._createMiddleMarker(e._prev,e._next):e._prev?e._next||(e._prev._middleRight=null):e._next._middleLeft=null,this._poly.fire("edit")}},_updateIndexes:function(t,e){this._markerGroup.eachLayer(function(i){i._index>t&&(i._index+=e)})},_createMiddleMarker:function(t,e){var i,n,o,s=this._getMiddleLatLng(t,e),a=this._createMarker(s);a.setOpacity(.6),t._middleRight=e._middleLeft=a,n=function(){var n=e._index;a._index=n,a.off("click",i).on("click",this._onMarkerClick,this),s.lat=a.getLatLng().lat,s.lng=a.getLatLng().lng,this._poly.spliceLatLngs(n,0,s),this._markers.splice(n,0,a),a.setOpacity(1),this._updateIndexes(n,1),e._index++,this._updatePrevNext(t,a),this._updatePrevNext(a,e)},o=function(){a.off("dragstart",n,this),a.off("dragend",o,this),this._createMiddleMarker(t,a),this._createMiddleMarker(a,e)},i=function(){n.call(this),o.call(this),this._poly.fire("edit")},a.on("click",i,this).on("dragstart",n,this).on("dragend",o,this),this._markerGroup.addLayer(a)},_updatePrevNext:function(t,e){t&&(t._next=e),e&&(e._prev=t)},_getMiddleLatLng:function(t,e){var i=this._poly._map,n=i.latLngToLayerPoint(t.getLatLng()),o=i.latLngToLayerPoint(e.getLatLng());return i.layerPointToLatLng(n._add(o)._divideBy(2))}}),n.Polyline.addInitHook(function(){n.Handler.PolyEdit&&(this.editing=new n.Handler.PolyEdit(this),this.options.editable&&this.editing.enable()),this.on("add",function(){this.editing&&this.editing.enabled()&&this.editing.addHooks()}),this.on("remove",function(){this.editing&&this.editing.enabled()&&this.editing.removeHooks()})}),n.Control=n.Class.extend({options:{position:"topright"},initialize:function(t){n.setOptions(this,t)},getPosition:function(){return this.options.position},setPosition:function(t){var e=this._map;return e&&e.removeControl(this),this.options.position=t,e&&e.addControl(this),this -},addTo:function(t){this._map=t;var e=this._container=this.onAdd(t),i=this.getPosition(),o=t._controlCorners[i];return n.DomUtil.addClass(e,"leaflet-control"),-1!==i.indexOf("bottom")?o.insertBefore(e,o.firstChild):o.appendChild(e),this},removeFrom:function(t){var e=this.getPosition(),i=t._controlCorners[e];return i.removeChild(this._container),this._map=null,this.onRemove&&this.onRemove(t),this}}),n.control=function(t){return new n.Control(t)},n.Map.include({addControl:function(t){return t.addTo(this),this},removeControl:function(t){return t.removeFrom(this),this},_initControlPos:function(){function t(t,s){var a=i+t+" "+i+s;e[t+s]=n.DomUtil.create("div",a,o)}var e=this._controlCorners={},i="leaflet-",o=this._controlContainer=n.DomUtil.create("div",i+"control-container",this._container);t("top","left"),t("top","right"),t("bottom","left"),t("bottom","right")}}),n.Control.Zoom=n.Control.extend({options:{position:"topleft"},onAdd:function(t){var e="leaflet-control-zoom",i="leaflet-bar",o=i+"-part",s=n.DomUtil.create("div",e+" "+i);return this._map=t,this._zoomInButton=this._createButton("+","Zoom in",e+"-in "+o+" "+o+"-top",s,this._zoomIn,this),this._zoomOutButton=this._createButton("-","Zoom out",e+"-out "+o+" "+o+"-bottom",s,this._zoomOut,this),t.on("zoomend",this._updateDisabled,this),s},onRemove:function(t){t.off("zoomend",this._updateDisabled,this)},_zoomIn:function(t){this._map.zoomIn(t.shiftKey?3:1)},_zoomOut:function(t){this._map.zoomOut(t.shiftKey?3:1)},_createButton:function(t,e,i,o,s,a){var r=n.DomUtil.create("a",i,o);r.innerHTML=t,r.href="#",r.title=e;var h=n.DomEvent.stopPropagation;return n.DomEvent.on(r,"click",h).on(r,"mousedown",h).on(r,"dblclick",h).on(r,"click",n.DomEvent.preventDefault).on(r,"click",s,a),r},_updateDisabled:function(){var t=this._map,e="leaflet-control-zoom-disabled";n.DomUtil.removeClass(this._zoomInButton,e),n.DomUtil.removeClass(this._zoomOutButton,e),t._zoom===t.getMinZoom()&&n.DomUtil.addClass(this._zoomOutButton,e),t._zoom===t.getMaxZoom()&&n.DomUtil.addClass(this._zoomInButton,e)}}),n.Map.mergeOptions({zoomControl:!0}),n.Map.addInitHook(function(){this.options.zoomControl&&(this.zoomControl=new n.Control.Zoom,this.addControl(this.zoomControl))}),n.control.zoom=function(t){return new n.Control.Zoom(t)},n.Control.Attribution=n.Control.extend({options:{position:"bottomright",prefix:'Powered by Leaflet'},initialize:function(t){n.setOptions(this,t),this._attributions={}},onAdd:function(t){return this._container=n.DomUtil.create("div","leaflet-control-attribution"),n.DomEvent.disableClickPropagation(this._container),t.on("layeradd",this._onLayerAdd,this).on("layerremove",this._onLayerRemove,this),this._update(),this._container},onRemove:function(t){t.off("layeradd",this._onLayerAdd).off("layerremove",this._onLayerRemove)},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):i},removeAttribution:function(t){return t?(this._attributions[t]--,this._update(),this):i},_update:function(){if(this._map){var t=[];for(var e in this._attributions)this._attributions.hasOwnProperty(e)&&this._attributions[e]&&t.push(e);var i=[];this.options.prefix&&i.push(this.options.prefix),t.length&&i.push(t.join(", ")),this._container.innerHTML=i.join(" — ")}},_onLayerAdd:function(t){t.layer.getAttribution&&this.addAttribution(t.layer.getAttribution())},_onLayerRemove:function(t){t.layer.getAttribution&&this.removeAttribution(t.layer.getAttribution())}}),n.Map.mergeOptions({attributionControl:!0}),n.Map.addInitHook(function(){this.options.attributionControl&&(this.attributionControl=(new n.Control.Attribution).addTo(this))}),n.control.attribution=function(t){return new n.Control.Attribution(t)},n.Control.Scale=n.Control.extend({options:{position:"bottomleft",maxWidth:100,metric:!0,imperial:!0,updateWhenIdle:!1},onAdd:function(t){this._map=t;var e="leaflet-control-scale",i=n.DomUtil.create("div",e),o=this.options;return this._addScales(o,e,i),t.on(o.updateWhenIdle?"moveend":"move",this._update,this),t.whenReady(this._update,this),i},onRemove:function(t){t.off(this.options.updateWhenIdle?"moveend":"move",this._update,this)},_addScales:function(t,e,i){t.metric&&(this._mScale=n.DomUtil.create("div",e+"-line",i)),t.imperial&&(this._iScale=n.DomUtil.create("div",e+"-line",i))},_update:function(){var t=this._map.getBounds(),e=t.getCenter().lat,i=6378137*Math.PI*Math.cos(e*Math.PI/180),n=i*(t.getNorthEast().lng-t.getSouthWest().lng)/180,o=this._map.getSize(),s=this.options,a=0;o.x>0&&(a=n*(s.maxWidth/o.x)),this._updateScales(s,a)},_updateScales:function(t,e){t.metric&&e&&this._updateMetric(e),t.imperial&&e&&this._updateImperial(e)},_updateMetric:function(t){var e=this._getRoundNum(t);this._mScale.style.width=this._getScaleWidth(e/t)+"px",this._mScale.innerHTML=1e3>e?e+" m":e/1e3+" km"},_updateImperial:function(t){var e,i,n,o=3.2808399*t,s=this._iScale;o>5280?(e=o/5280,i=this._getRoundNum(e),s.style.width=this._getScaleWidth(i/e)+"px",s.innerHTML=i+" mi"):(n=this._getRoundNum(o),s.style.width=this._getScaleWidth(n/o)+"px",s.innerHTML=n+" ft")},_getScaleWidth:function(t){return Math.round(this.options.maxWidth*t)-10},_getRoundNum:function(t){var e=Math.pow(10,(Math.floor(t)+"").length-1),i=t/e;return i=i>=10?10:i>=5?5:i>=3?3:i>=2?2:1,e*i}}),n.control.scale=function(t){return new n.Control.Scale(t)},n.Control.Layers=n.Control.extend({options:{collapsed:!0,position:"topright",autoZIndex:!0},initialize:function(t,e,i){n.setOptions(this,i),this._layers={},this._lastZIndex=0,this._handlingClick=!1;for(var o in t)t.hasOwnProperty(o)&&this._addLayer(t[o],o);for(o in e)e.hasOwnProperty(o)&&this._addLayer(e[o],o,!0)},onAdd:function(t){return this._initLayout(),this._update(),t.on("layeradd",this._onLayerChange,this).on("layerremove",this._onLayerChange,this),this._container},onRemove:function(t){t.off("layeradd",this._onLayerChange).off("layerremove",this._onLayerChange)},addBaseLayer:function(t,e){return this._addLayer(t,e),this._update(),this},addOverlay:function(t,e){return this._addLayer(t,e,!0),this._update(),this},removeLayer:function(t){var e=n.stamp(t);return delete this._layers[e],this._update(),this},_initLayout:function(){var t="leaflet-control-layers",e=this._container=n.DomUtil.create("div",t);n.Browser.touch?n.DomEvent.on(e,"click",n.DomEvent.stopPropagation):(n.DomEvent.disableClickPropagation(e),n.DomEvent.on(e,"mousewheel",n.DomEvent.stopPropagation));var i=this._form=n.DomUtil.create("form",t+"-list");if(this.options.collapsed){n.DomEvent.on(e,"mouseover",this._expand,this).on(e,"mouseout",this._collapse,this);var o=this._layersLink=n.DomUtil.create("a",t+"-toggle",e);o.href="#",o.title="Layers",n.Browser.touch?n.DomEvent.on(o,"click",n.DomEvent.stopPropagation).on(o,"click",n.DomEvent.preventDefault).on(o,"click",this._expand,this):n.DomEvent.on(o,"focus",this._expand,this),this._map.on("movestart",this._collapse,this)}else this._expand();this._baseLayersList=n.DomUtil.create("div",t+"-base",i),this._separator=n.DomUtil.create("div",t+"-separator",i),this._overlaysList=n.DomUtil.create("div",t+"-overlays",i),e.appendChild(i)},_addLayer:function(t,e,i){var o=n.stamp(t);this._layers[o]={layer:t,name:e,overlay:i},this.options.autoZIndex&&t.setZIndex&&(this._lastZIndex++,t.setZIndex(this._lastZIndex))},_update:function(){if(this._container){this._baseLayersList.innerHTML="",this._overlaysList.innerHTML="";var t=!1,e=!1;for(var i in this._layers)if(this._layers.hasOwnProperty(i)){var n=this._layers[i];this._addItem(n),e=e||n.overlay,t=t||!n.overlay}this._separator.style.display=e&&t?"":"none"}},_onLayerChange:function(t){var e=n.stamp(t.layer);this._layers[e]&&!this._handlingClick&&this._update()},_createRadioElement:function(t,i){var n='t;t++)e=o[t],i=this._layers[e.layerId],e.checked&&!this._map.hasLayer(i.layer)?(this._map.addLayer(i.layer),i.overlay||(n=i.layer)):!e.checked&&this._map.hasLayer(i.layer)&&this._map.removeLayer(i.layer);n&&(this._map.setZoom(this._map.getZoom()),this._map.fire("baselayerchange",{layer:n})),this._handlingClick=!1},_expand:function(){n.DomUtil.addClass(this._container,"leaflet-control-layers-expanded")},_collapse:function(){this._container.className=this._container.className.replace(" leaflet-control-layers-expanded","")}}),n.control.layers=function(t,e,i){return new n.Control.Layers(t,e,i)},n.PosAnimation=n.Class.extend({includes:n.Mixin.Events,run:function(t,e,i,o){this.stop(),this._el=t,this._inProgress=!0,this.fire("start"),t.style[n.DomUtil.TRANSITION]="all "+(i||.25)+"s cubic-bezier(0,0,"+(o||.5)+",1)",n.DomEvent.on(t,n.DomUtil.TRANSITION_END,this._onTransitionEnd,this),n.DomUtil.setPosition(t,e),n.Util.falseFn(t.offsetWidth),this._stepTimer=setInterval(n.bind(this.fire,this,"step"),50)},stop:function(){this._inProgress&&(n.DomUtil.setPosition(this._el,this._getPos()),this._onTransitionEnd(),n.Util.falseFn(this._el.offsetWidth))},_transformRe:/(-?[\d\.]+), (-?[\d\.]+)\)/,_getPos:function(){var e,i,o,s=this._el,a=t.getComputedStyle(s);return n.Browser.any3d?(o=a[n.DomUtil.TRANSFORM].match(this._transformRe),e=parseFloat(o[1]),i=parseFloat(o[2])):(e=parseFloat(a.left),i=parseFloat(a.top)),new n.Point(e,i,!0)},_onTransitionEnd:function(){n.DomEvent.off(this._el,n.DomUtil.TRANSITION_END,this._onTransitionEnd,this),this._inProgress&&(this._inProgress=!1,this._el.style[n.DomUtil.TRANSITION]="",clearInterval(this._stepTimer),this.fire("step").fire("end"))}}),n.Map.include({setView:function(t,e,i){e=this._limitZoom(e);var n=this._zoom!==e;if(this._loaded&&!i&&this._layers){this._panAnim&&this._panAnim.stop();var o=n?this._zoomToIfClose&&this._zoomToIfClose(t,e):this._panByIfClose(t);if(o)return clearTimeout(this._sizeTimer),this}return this._resetView(t,e),this},panBy:function(t,e,i){if(t=n.point(t),!t.x&&!t.y)return this;this._panAnim||(this._panAnim=new n.PosAnimation,this._panAnim.on({step:this._onPanTransitionStep,end:this._onPanTransitionEnd},this)),this.fire("movestart"),n.DomUtil.addClass(this._mapPane,"leaflet-pan-anim");var o=n.DomUtil.getPosition(this._mapPane).subtract(t)._round();return this._panAnim.run(this._mapPane,o,e||.25,i),this},_onPanTransitionStep:function(){this.fire("move")},_onPanTransitionEnd:function(){n.DomUtil.removeClass(this._mapPane,"leaflet-pan-anim"),this.fire("moveend")},_panByIfClose:function(t){var e=this._getCenterOffset(t)._floor();return this._offsetIsWithinView(e)?(this.panBy(e),!0):!1},_offsetIsWithinView:function(t,e){var i=e||1,n=this.getSize();return Math.abs(t.x)<=n.x*i&&Math.abs(t.y)<=n.y*i}}),n.PosAnimation=n.DomUtil.TRANSITION?n.PosAnimation:n.PosAnimation.extend({run:function(t,e,i,o){this.stop(),this._el=t,this._inProgress=!0,this._duration=i||.25,this._easeOutPower=1/Math.max(o||.5,.2),this._startPos=n.DomUtil.getPosition(t),this._offset=e.subtract(this._startPos),this._startTime=+new Date,this.fire("start"),this._animate()},stop:function(){this._inProgress&&(this._step(),this._complete())},_animate:function(){this._animId=n.Util.requestAnimFrame(this._animate,this),this._step()},_step:function(){var t=+new Date-this._startTime,e=1e3*this._duration;e>t?this._runFrame(this._easeOut(t/e)):(this._runFrame(1),this._complete())},_runFrame:function(t){var e=this._startPos.add(this._offset.multiplyBy(t));n.DomUtil.setPosition(this._el,e),this.fire("step")},_complete:function(){n.Util.cancelAnimFrame(this._animId),this._inProgress=!1,this.fire("end")},_easeOut:function(t){return 1-Math.pow(1-t,this._easeOutPower)}}),n.Map.mergeOptions({zoomAnimation:n.DomUtil.TRANSITION&&!n.Browser.android23&&!n.Browser.mobileOpera}),n.DomUtil.TRANSITION&&n.Map.addInitHook(function(){n.DomEvent.on(this._mapPane,n.DomUtil.TRANSITION_END,this._catchTransitionEnd,this)}),n.Map.include(n.DomUtil.TRANSITION?{_zoomToIfClose:function(t,e){if(this._animatingZoom)return!0;if(!this.options.zoomAnimation)return!1;var i=this.getZoomScale(e),o=this._getCenterOffset(t)._divideBy(1-1/i);if(!this._offsetIsWithinView(o,1))return!1;n.DomUtil.addClass(this._mapPane,"leaflet-zoom-anim"),this.fire("movestart").fire("zoomstart"),this.fire("zoomanim",{center:t,zoom:e});var s=this._getCenterLayerPoint().add(o);return this._prepareTileBg(),this._runAnimation(t,e,i,s),!0},_catchTransitionEnd:function(){this._animatingZoom&&this._onZoomTransitionEnd()},_runAnimation:function(t,e,i,o,s){this._animateToCenter=t,this._animateToZoom=e,this._animatingZoom=!0,n.Draggable&&(n.Draggable._disabled=!0);var a=n.DomUtil.TRANSFORM,r=this._tileBg;clearTimeout(this._clearTileBgTimer),n.Util.falseFn(r.offsetWidth);var h=n.DomUtil.getScaleString(i,o),l=r.style[a];r.style[a]=s?l+" "+h:h+" "+l},_prepareTileBg:function(){var t=this._tilePane,e=this._tileBg;if(e&&this._getLoadedTilesPercentage(e)>.5&&.5>this._getLoadedTilesPercentage(t))return t.style.visibility="hidden",t.empty=!0,this._stopLoadingImages(t),i;e||(e=this._tileBg=this._createPane("leaflet-tile-pane",this._mapPane),e.style.zIndex=1),e.style[n.DomUtil.TRANSFORM]="",e.style.visibility="hidden",e.empty=!0,t.empty=!1,this._tilePane=this._panes.tilePane=e;var o=this._tileBg=t;n.DomUtil.addClass(o,"leaflet-zoom-animated"),this._stopLoadingImages(o)},_getLoadedTilesPercentage:function(t){var e,i,n=t.getElementsByTagName("img"),o=0;for(e=0,i=n.length;i>e;e++)n[e].complete&&o++;return o/i},_stopLoadingImages:function(t){var e,i,o,s=Array.prototype.slice.call(t.getElementsByTagName("img"));for(e=0,i=s.length;i>e;e++)o=s[e],o.complete||(o.onload=n.Util.falseFn,o.onerror=n.Util.falseFn,o.src=n.Util.emptyImageUrl,o.parentNode.removeChild(o))},_onZoomTransitionEnd:function(){this._restoreTileFront(),n.DomUtil.removeClass(this._mapPane,"leaflet-zoom-anim"),n.Util.falseFn(this._tileBg.offsetWidth),this._animatingZoom=!1,this._resetView(this._animateToCenter,this._animateToZoom,!0,!0),n.Draggable&&(n.Draggable._disabled=!1)},_restoreTileFront:function(){this._tilePane.innerHTML="",this._tilePane.style.visibility="",this._tilePane.style.zIndex=2,this._tileBg.style.zIndex=1},_clearTileBg:function(){this._animatingZoom||this.touchZoom._zooming||(this._tileBg.innerHTML="")}}:{}),n.Map.include({_defaultLocateOptions:{watch:!1,setView:!1,maxZoom:1/0,timeout:1e4,maximumAge:0,enableHighAccuracy:!1},locate:function(t){if(t=this._locationOptions=n.extend(this._defaultLocateOptions,t),!navigator.geolocation)return this._handleGeolocationError({code:0,message:"Geolocation not supported."}),this;var e=n.bind(this._handleGeolocationResponse,this),i=n.bind(this._handleGeolocationError,this);return t.watch?this._locationWatchId=navigator.geolocation.watchPosition(e,i,t):navigator.geolocation.getCurrentPosition(e,i,t),this},stopLocate:function(){return navigator.geolocation&&navigator.geolocation.clearWatch(this._locationWatchId),this},_handleGeolocationError:function(t){var e=t.code,i=t.message||(1===e?"permission denied":2===e?"position unavailable":"timeout");this._locationOptions.setView&&!this._loaded&&this.fitWorld(),this.fire("locationerror",{code:e,message:"Geolocation error: "+i+"."})},_handleGeolocationResponse:function(t){var e=180*t.coords.accuracy/4e7,i=2*e,o=t.coords.latitude,s=t.coords.longitude,a=new n.LatLng(o,s),r=new n.LatLng(o-e,s-i),h=new n.LatLng(o+e,s+i),l=new n.LatLngBounds(r,h),u=this._locationOptions;if(u.setView){var c=Math.min(this.getBoundsZoom(l),u.maxZoom);this.setView(a,c)}this.fire("locationfound",{latlng:a,bounds:l,accuracy:t.coords.accuracy})}})})(this,document); -// modified version of https://github.com/shramov/leaflet-plugins. Also -// contains the default Ingress map style. -/* - * L.TileLayer is used for standard xyz-numbered tile layers. - */ -L.Google = L.Class.extend({ - includes: L.Mixin.Events, - - options: { - minZoom: 0, - maxZoom: 18, - tileSize: 256, - subdomains: 'abc', - errorTileUrl: '', - attribution: '', - opacity: 1, - continuousWorld: false, - noWrap: false, - }, - - // Possible types: SATELLITE, ROADMAP, HYBRID, INGRESS - initialize: function(type, options, styles) { - L.Util.setOptions(this, options); - if(type === 'INGRESS') { - type = 'ROADMAP'; - this._styles = [{featureType:"all", elementType:"all", stylers:[{visibility:"on"}, {hue:"#0091ff"}, {invert_lightness:true}]}, {featureType:"water", elementType:"all", stylers:[{visibility:"on"}, {hue:"#005eff"}, {invert_lightness:true}]}, {featureType:"poi", stylers:[{visibility:"off"}]}, {featureType:"transit", elementType:"all", stylers:[{visibility:"off"}]}]; - } else { - this._styles = null; - } - this._type = google.maps.MapTypeId[type || 'SATELLITE']; - }, - - onAdd: function(map, insertAtTheBottom) { - this._map = map; - this._insertAtTheBottom = insertAtTheBottom; - - // create a container div for tiles - this._initContainer(); - this._initMapObject(); - - // set up events - map.on('viewreset', this._resetCallback, this); - - this._limitedUpdate = L.Util.limitExecByInterval(this._update, 150, this); - map.on('move', this._update, this); - //map.on('moveend', this._update, this); - - this._reset(); - this._update(); - }, - - onRemove: function(map) { - this._map._container.removeChild(this._container); - //this._container = null; - - this._map.off('viewreset', this._resetCallback, this); - - this._map.off('move', this._update, this); - //this._map.off('moveend', this._update, this); - }, - - getAttribution: function() { - return this.options.attribution; - }, - - setOpacity: function(opacity) { - this.options.opacity = opacity; - if (opacity < 1) { - L.DomUtil.setOpacity(this._container, opacity); - } - }, - - _initContainer: function() { - var tilePane = this._map._container - first = tilePane.firstChild; - - if (!this._container) { - this._container = L.DomUtil.create('div', 'leaflet-google-layer leaflet-top leaflet-left'); - this._container.id = "_GMapContainer"; - } - - if (true) { - tilePane.insertBefore(this._container, first); - - this.setOpacity(this.options.opacity); - var size = this._map.getSize(); - this._container.style.width = size.x + 'px'; - this._container.style.height = size.y + 'px'; - } - }, - - _initMapObject: function() { - this._google_center = new google.maps.LatLng(0, 0); - var map = new google.maps.Map(this._container, { - center: this._google_center, - zoom: 0, - styles: this._styles, - mapTypeId: this._type, - disableDefaultUI: true, - keyboardShortcuts: false, - draggable: false, - disableDoubleClickZoom: true, - scrollwheel: false, - streetViewControl: false - }); - - var _this = this; - this._reposition = google.maps.event.addListenerOnce(map, "center_changed", - function() { _this.onReposition(); }); - - map.backgroundColor = '#ff0000'; - this._google = map; - }, - - _resetCallback: function(e) { - this._reset(e.hard); - }, - - _reset: function(clearOldContainer) { - this._initContainer(); - }, - - _update: function() { - this._resize(); - - var bounds = this._map.getBounds(); - var ne = bounds.getNorthEast(); - var sw = bounds.getSouthWest(); - var google_bounds = new google.maps.LatLngBounds( - new google.maps.LatLng(sw.lat, sw.lng), - new google.maps.LatLng(ne.lat, ne.lng) - ); - var center = this._map.getCenter(); - var _center = new google.maps.LatLng(center.lat, center.lng); - - this._google.setCenter(_center); - this._google.setZoom(this._map.getZoom()); - //this._google.fitBounds(google_bounds); - }, - - _resize: function() { - var size = this._map.getSize(); - if (this._container.style.width == size.x && - this._container.style.height == size.y) - return; - this._container.style.width = size.x + 'px'; - this._container.style.height = size.y + 'px'; - google.maps.event.trigger(this._google, "resize"); - }, - - onReposition: function() { - //google.maps.event.trigger(this._google, "resize"); - } -}); - -// Generated by CoffeeScript 1.4.0 -(function() { - var autoLink, - __slice = [].slice; - - autoLink = function() { - var callbackThunk, key, link_attributes, option, options, url_pattern, value; - options = 1 <= arguments.length ? __slice.call(arguments, 0) : []; - link_attributes = ''; - option = options[0]; - url_pattern = /(^|\s)(\b(https?|ftp):\/\/[\-A-Z0-9+\u0026@#\/%?=~_|!:,.;]*[\-A-Z0-9+\u0026@#\/%=~_|])/gi; - if (!(options.length > 0)) { - return this.replace(url_pattern, "$1$2"); - } - if ((option['callback'] != null) && typeof option['callback'] === 'function') { - callbackThunk = option['callback']; - delete option['callback']; - } - for (key in option) { - value = option[key]; - link_attributes += " " + key + "='" + value + "'"; - } - return this.replace(url_pattern, function(match, space, url) { - var link, returnCallback; - returnCallback = callbackThunk && callbackThunk(url); - link = returnCallback || ("" + url + ""); - return "" + space + link; - }); - }; - - String.prototype['autoLink'] = autoLink; - -}).call(this); - - -try { console.log('done loading included JS'); } catch(e) {} - -var JQUERY = 'https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'; -var JQUERYUI = 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js'; - -// after all scripts have loaded, boot the actual app -load(JQUERY).then(JQUERYUI).thenRun(boot); - - -window.chat = function() {}; - -window.chat.handleTabCompletion = function() { - var el = $('#chatinput input'); - var curPos = el.get(0).selectionStart; - var text = el.val(); - var word = text.slice(0, curPos).replace(/.*\b([a-z0-9-_])/, '$1').toLowerCase(); - - var list = $('#chat > div:visible mark'); - list = list.map(function(ind, mark) { return $(mark).text(); } ); - list = uniqueArray(list); - - var nick = null; - for(var i = 0; i < list.length; i++) { - if(!list[i].toLowerCase().startsWith(word)) continue; - if(nick && nick !== list[i]) { - console.log('More than one nick matches, aborting. ('+list[i]+' vs '+nick+')'); - return; - } - nick = list[i]; - } - if(!nick) { - console.log('No matches for ' + word); - return; - } - - var posStart = curPos - word.length; - var newText = text.substring(0, posStart); - newText += nick + (posStart === 0 ? ': ' : ' '); - newText += text.substring(curPos); - el.val(newText); -} - -// -// timestamp and clear management -// - -window.chat.getTimestamps = function(isFaction) { - var storage = isFaction ? chat._factionData : chat._publicData; - return $.map(storage, function(v, k) { return [v[0]]; }); -} - -window.chat.getOldestTimestamp = function(isFaction) { - var t = Math.min.apply(null, chat.getTimestamps(isFaction)); - return t === Infinity ? -1 : t; -} - -window.chat.getNewestTimestamp = function(isFaction) { - var t = Math.max.apply(null, chat.getTimestamps(isFaction)); - return t === -1*Infinity ? -1 : t; -} - -window.chat._oldBBox = null; -window.chat.genPostData = function(isFaction, getOlderMsgs) { - if(typeof isFaction !== 'boolean') throw('Need to know if public or faction chat.'); - - chat._localRangeCircle.setLatLng(map.getCenter()); - var b = map.getBounds().extend(chat._localRangeCircle.getBounds()); - var ne = b.getNorthEast(); - var sw = b.getSouthWest(); - - // round bounds in order to ignore rounding errors - var bbs = $.map([ne.lat, ne.lng, sw.lat, sw.lng], function(x) { return Math.round(x*1E4) }).join(); - if(chat._oldBBox && chat._oldBBox !== bbs) { - $('#chat > div').data('needsClearing', true); - console.log('Bounding Box changed, chat will be cleared (old: '+chat._oldBBox+' ; new: '+bbs+' )'); - // need to reset these flags now because clearing will only occur - // after the request is finished – i.e. there would be one almost - // useless request. - chat._factionData = {}; - chat._publicData = {}; - } - chat._oldBBox = bbs; - - var ne = b.getNorthEast(); - var sw = b.getSouthWest(); - var data = { - desiredNumItems: isFaction ? CHAT_FACTION_ITEMS : CHAT_PUBLIC_ITEMS , - minLatE6: Math.round(sw.lat*1E6), - minLngE6: Math.round(sw.lng*1E6), - maxLatE6: Math.round(ne.lat*1E6), - maxLngE6: Math.round(ne.lng*1E6), - minTimestampMs: -1, - maxTimestampMs: -1, - factionOnly: isFaction - } - - if(getOlderMsgs) { - // ask for older chat when scrolling up - data = $.extend(data, {maxTimestampMs: chat.getOldestTimestamp(isFaction)}); - } else { - // ask for newer chat - var min = chat.getNewestTimestamp(isFaction); - // the inital request will have both timestamp values set to -1, - // thus we receive the newest desiredNumItems. After that, we will - // only receive messages with a timestamp greater or equal to min - // above. - // After resuming from idle, there might be more new messages than - // desiredNumItems. So on the first request, we are not really up to - // date. We will eventually catch up, as long as there are less new - // messages than desiredNumItems per each refresh cycle. - // A proper solution would be to query until no more new results are - // returned. Another way would be to set desiredNumItems to a very - // large number so we really get all new messages since the last - // request. Setting desiredNumItems to -1 does unfortunately not - // work. - // Currently this edge case is not handled. Let’s see if this is a - // problem in crowded areas. - $.extend(data, {minTimestampMs: min}); - } - return data; -} - - - -// -// faction -// - -window.chat._requestFactionRunning = false; -window.chat.requestFaction = function(getOlderMsgs, isRetry) { - if(chat._requestFactionRunning && !isRetry) return; - if(isIdle()) return renderUpdateStatus(); - chat._requestFactionRunning = true; - - var d = chat.genPostData(true, getOlderMsgs); - var r = window.postAjax( - 'getPaginatedPlextsV2', - d, - chat.handleFaction, - isRetry - ? function() { window.chat._requestFactionRunning = false; } - : function() { window.chat.requestFaction(getOlderMsgs, true) } - ); - - requests.add(r); -} - - -window.chat._factionData = {}; -window.chat.handleFaction = function(data, textStatus, jqXHR) { - chat._requestFactionRunning = false; - - if(!data || !data.result) { - window.failedRequestCount++; - return console.warn('faction chat error. Waiting for next auto-refresh.'); - } - - if(data.result.length === 0) return; - - var old = chat.getOldestTimestamp(true); - chat.writeDataToHash(data, chat._factionData, false); - var oldMsgsWereAdded = old !== chat.getOldestTimestamp(true); - - window.chat.renderFaction(oldMsgsWereAdded); - - if(data.result.length >= CHAT_FACTION_ITEMS) chat.needMoreMessages(); -} - -window.chat.renderFaction = function(oldMsgsWereAdded) { - chat.renderData(chat._factionData, 'chatfaction', oldMsgsWereAdded); -} - - -// -// public -// - -window.chat._requestPublicRunning = false; -window.chat.requestPublic = function(getOlderMsgs, isRetry) { - if(chat._requestPublicRunning && !isRetry) return; - if(isIdle()) return renderUpdateStatus(); - chat._requestPublicRunning = true; - - var d = chat.genPostData(false, getOlderMsgs); - var r = window.postAjax( - 'getPaginatedPlextsV2', - d, - chat.handlePublic, - isRetry - ? function() { window.chat._requestPublicRunning = false; } - : function() { window.chat.requestPublic(getOlderMsgs, true) } - ); - - requests.add(r); -} - -window.chat._publicData = {}; -window.chat.handlePublic = function(data, textStatus, jqXHR) { - chat._requestPublicRunning = false; - - if(!data || !data.result) { - window.failedRequestCount++; - return console.warn('public chat error. Waiting for next auto-refresh.'); - } - - if(data.result.length === 0) return; - - var old = chat.getOldestTimestamp(false); - chat.writeDataToHash(data, chat._publicData, true); - var oldMsgsWereAdded = old !== chat.getOldestTimestamp(false); - - runHooks('publicChatDataAvailable', {raw: data, processed: chat._publicData}); - - switch(chat.getActive()) { - case 'public': window.chat.renderPublic(oldMsgsWereAdded); break; - case 'compact': window.chat.renderCompact(oldMsgsWereAdded); break; - case 'full': window.chat.renderFull(oldMsgsWereAdded); break; - } - - if(data.result.length >= CHAT_PUBLIC_ITEMS) chat.needMoreMessages(); +.enl { + color: #03fe03 !important; } -window.chat.renderPublic = function(oldMsgsWereAdded) { - // only keep player data - var data = $.map(chat._publicData, function(entry) { - if(!entry[1]) return [entry]; - }); - chat.renderData(data, 'chatpublic', oldMsgsWereAdded); -} - -window.chat.renderCompact = function(oldMsgsWereAdded) { - var data = {}; - $.each(chat._publicData, function(guid, entry) { - // skip player msgs - if(!entry[1]) return true; - var pguid = entry[3]; - // ignore if player has newer data - if(data[pguid] && data[pguid][0] > entry[0]) return true; - data[pguid] = entry; - }); - // data keys are now player guids instead of message guids. However, - // it is all the same to renderData. - chat.renderData(data, 'chatcompact', oldMsgsWereAdded); +.res { + color: #00c5ff !important; } -window.chat.renderFull = function(oldMsgsWereAdded) { - // only keep automatically generated data - var data = $.map(chat._publicData, function(entry) { - if(entry[1]) return [entry]; - }); - chat.renderData(data, 'chatfull', oldMsgsWereAdded); +.none { + color: #fff; } - -// -// common -// - -window.chat.writeDataToHash = function(newData, storageHash, skipSecureMsgs) { - $.each(newData.result, function(ind, json) { - // avoid duplicates - if(json[0] in storageHash) return true; - - var skipThisEntry = false; - - var time = json[1]; - var team = json[2].plext.team === 'ALIENS' ? TEAM_ENL : TEAM_RES; - var auto = json[2].plext.plextType !== 'PLAYER_GENERATED'; - var msg = '', nick = '', pguid; - $.each(json[2].plext.markup, function(ind, markup) { - switch(markup[0]) { - case 'SENDER': // user generated messages - nick = markup[1].plain.slice(0, -2); // cut “: ” at end - pguid = markup[1].guid; - break; - - case 'PLAYER': // automatically generated messages - pguid = markup[1].guid; - nick = markup[1].plain; - team = markup[1].team === 'ALIENS' ? TEAM_ENL : TEAM_RES; - if(ind > 0) msg += nick; // don’t repeat nick directly - break; - - case 'TEXT': - var tmp = $('
').text(markup[1].plain).html().autoLink(); - msg += tmp.replace(window.PLAYER['nickMatcher'], '$1'); - break; - - case 'PORTAL': - var latlng = [markup[1].latE6/1E6, markup[1].lngE6/1E6]; - var js = 'window.zoomToAndShowPortal(\''+markup[1].guid+'\', ['+latlng[0]+', '+latlng[1]+'])'; - msg += ''+markup[1].name+''; - break; - - case 'SECURE': - if(skipSecureMsgs) { - skipThisEntry = true; - return false; // breaks $.each - } - } - }); - if(skipThisEntry) return true; - - // format: timestamp, autogenerated, HTML message, player guid - storageHash[json[0]] = [json[1], auto, chat.renderMsg(msg, nick, time, team), pguid]; - - window.setPlayerName(pguid, nick); // free nick name resolves - }); +a { + color: #ffce00; + cursor: pointer; + text-decoration: none; } -// renders data from the data-hash to the element defined by the given -// ID. Set 3rd argument to true if it is likely that old data has been -// added. Latter is only required for scrolling. -window.chat.renderData = function(data, element, likelyWereOldMsgs) { - var elm = $('#'+element); - if(elm.is(':hidden')) return; - - // discard guids and sort old to new - var vals = $.map(data, function(v, k) { return [v]; }); - vals = vals.sort(function(a, b) { return a[0]-b[0]; }); - - // render to string with date separators inserted - var msgs = ''; - var prevTime = null; - $.each(vals, function(ind, msg) { - var nextTime = new Date(msg[0]).toLocaleDateString(); - if(prevTime && prevTime !== nextTime) - msgs += chat.renderDivider(nextTime); - msgs += msg[2]; - prevTime = nextTime; - }); - - var scrollBefore = scrollBottom(elm); - elm.html('' + msgs + '
'); - chat.keepScrollPosition(elm, scrollBefore, likelyWereOldMsgs); +a:hover { + text-decoration: underline; } - -window.chat.renderDivider = function(text) { - var d = ' ──────────────────────────────────────────────────────────────────────────'; - return '─ ' + text + d + ''; +/* map display, required because GMaps uses a high z-index which is + * normally above Leaflet’s vector pane */ +.leaflet-map-pane { + z-index: 1000; } - -window.chat.renderMsg = function(msg, nick, time, team) { - var ta = unixTimeToHHmm(time); - var tb = unixTimeToString(time, true); - // help cursor via “#chat time” - var t = ''; - var s = 'style="color:'+COLORS[team]+'"'; - var title = nick.length >= 8 ? 'title="'+nick+'" class="help"' : ''; - var i = ['<', '>']; - return ''+t+''+i[0]+''+nick+''+i[1]+''+msg+''; +.leaflet-control-layers-overlays label.disabled { + text-decoration: line-through; + cursor: help; } - - -window.chat.getActive = function() { - return $('#chatcontrols .active').text(); +.help { + cursor: help; } - -window.chat.toggle = function() { - var c = $('#chat, #chatcontrols'); - if(c.hasClass('expand')) { - $('#chatcontrols a:first').html(''); - c.removeClass('expand'); - var div = $('#chat > div:visible'); - div.data('ignoreNextScroll', true); - div.scrollTop(99999999); // scroll to bottom - $('.leaflet-control').css('margin-left', '13px'); - } else { - $('#chatcontrols a:first').html(''); - c.addClass('expand'); - $('.leaflet-control').css('margin-left', '720px'); - chat.needMoreMessages(); - } +.toggle { + display: block; + height: 0; + width: 0; } - -window.chat.request = function() { - console.log('refreshing chat'); - chat.requestFaction(false); - chat.requestPublic(false); +/* field mu count */ +.fieldmu { + color: #FFCE00; + font-size:13px; + font-family: "coda",arial,helvetica,sans-serif; /*override leaflet-container */ + text-align: center; + text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black; } -// checks if there are enough messages in the selected chat tab and -// loads more if not. -window.chat.needMoreMessages = function() { - var activeTab = chat.getActive(); - if(activeTab === 'debug') return; - - var activeChat = $('#chat > :visible'); - - var hasScrollbar = scrollBottom(activeChat) !== 0 || activeChat.scrollTop() !== 0; - var nearTop = activeChat.scrollTop() <= CHAT_REQUEST_SCROLL_TOP; - if(hasScrollbar && !nearTop) return; - - console.log('No scrollbar or near top in active chat. Requesting more data.'); +/* chat ***************************************************************/ - if(activeTab === 'faction') - chat.requestFaction(true); - else - chat.requestPublic(true); +#chatcontrols { + color: #FFCE00; + background: rgba(8, 48, 78, 0.9); + position: absolute; + left: 0; + z-index: 3001; + height: 26px; + padding-left:1px; } +#chatcontrols.expand { + top: 0; + bottom: auto; +} -window.chat.chooser = function(event) { - var t = $(event.target); - var tt = t.text(); - - var mark = $('#chatinput mark'); - - $('#chatcontrols .active').removeClass('active'); - t.addClass('active'); - - $('#chat > div').hide(); - - var elm; +#chatcontrols a { + margin-left: -1px; + display: inline-block; + width: 94px; + text-align: center; + height: 24px; + line-height: 24px; + border: 1px solid #20A8B1; + vertical-align: top; +} - switch(tt) { - case 'faction': - mark.css('color', ''); - mark.text('tell faction:'); - break; +#chatcontrols a:first-child { + letter-spacing:-1px; + text-decoration: none !important; +} - case 'public': - mark.css('cssText', 'color: red !important'); - mark.text('broadcast:'); - break; +#chatcontrols a.active { + border-color: #FFCE00; + border-bottom-width:0px; + font-weight:bold +} - case 'compact': - case 'full': - mark.css('cssText', 'color: #bbb !important'); - mark.text('tell Jarvis:'); - break; +#chatcontrols a.active + a { + border-left-color: #FFCE00 +} - default: - throw('chat.chooser was asked to handle unknown button: ' + tt); - } - var elm = $('#chat' + tt); - elm.show(); - eval('chat.render' + tt.capitalize() + '(false);'); - if(elm.data('needsScrollTop')) { - elm.data('ignoreNextScroll', true); - elm.scrollTop(elm.data('needsScrollTop')); - elm.data('needsScrollTop', null); - } +#chatcontrols .toggle { + border-left: 10px solid transparent; + border-right: 10px solid transparent; + margin: 6px auto auto; +} - chat.needMoreMessages(); +#chatcontrols .expand { + border-bottom: 10px solid #FFCE00; } +#chatcontrols .shrink { + border-top: 10px solid #FFCE00; +} -// contains the logic to keep the correct scroll position. -window.chat.keepScrollPosition = function(box, scrollBefore, isOldMsgs) { - // If scrolled down completely, keep it that way so new messages can - // be seen easily. If scrolled up, only need to fix scroll position - // when old messages are added. New messages added at the bottom don’t - // change the view and enabling this would make the chat scroll down - // for every added message, even if the user wants to read old stuff. - if(box.is(':hidden') && !isOldMsgs) { - box.data('needsScrollTop', 99999999); - return; - } +#chat { + position: absolute; + width: 708px; + bottom: 23px; + left: 0; + z-index: 3000; + background: rgba(8, 48, 78, 0.9); + font-size: 12.6px; + color: #eee; + border: 1px solid #20A8B1; + border-bottom: 0; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} - if(scrollBefore === 0 || isOldMsgs) { - box.data('ignoreNextScroll', true); - box.scrollTop(box.scrollTop() + (scrollBottom(box)-scrollBefore)); - } +em { + color: red; + font-style: normal; } +#chat.expand { + height:auto; + top: 25px; +} +#chatpublic, #chatfull, #chatcompact { + display: none; +} +#chat > div { + overflow-x:hidden; + overflow-y:scroll; + height: 100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + padding: 2px; + position:relative; +} -// -// setup -// +#chat table, #chatinput table { + width: 100%; + table-layout: fixed; + border-spacing: 0m; + border-collapse: collapse; +} -window.chat.setup = function() { - window.chat._localRangeCircle = L.circle(map.getCenter(), CHAT_MIN_RANGE*1000); +#chatinput table { + height: 100%; +} - $('#chatcontrols, #chat, #chatinput').show(); +#chat td, #chatinput td { + font-family: Verdana, sans-serif; + font-size: 12.6px; + vertical-align: top; + padding-bottom: 3px; +} - $('#chatcontrols a:first').click(window.chat.toggle); - $('#chatcontrols a').each(function(ind, elm) { - if($.inArray($(elm).text(), ['full', 'compact', 'public', 'faction']) !== -1) - $(elm).click(window.chat.chooser); - }); +/* time */ +#chat td:first-child, #chatinput td:first-child { + width: 44px; + overflow: hidden; + padding-left: 2px; + color: #bbb; + white-space: nowrap; +} +#chat time { + cursor: help; +} - $('#chatinput').click(function() { - $('#chatinput input').focus(); - }); +/* nick */ +#chat td:nth-child(2), #chatinput td:nth-child(2) { + width: 91px; + overflow: hidden; + padding-left: 2px; + white-space: nowrap; +} - window.chat.setupTime(); - window.chat.setupPosting(); +mark { + background: transparent; +} - $('#chatfaction').scroll(function() { - var t = $(this); - if(t.data('ignoreNextScroll')) return t.data('ignoreNextScroll', false); - if(t.scrollTop() < CHAT_REQUEST_SCROLL_TOP) chat.requestFaction(true); - if(scrollBottom(t) === 0) chat.requestFaction(false); - }); +.invisep { + display: inline-block; + width: 1px; + height: 1px; + overflow:hidden; + color: transparent; +} - $('#chatpublic, #chatfull, #chatcompact').scroll(function() { - var t = $(this); - if(t.data('ignoreNextScroll')) return t.data('ignoreNextScroll', false); - if(t.scrollTop() < CHAT_REQUEST_SCROLL_TOP) chat.requestPublic(true); - if(scrollBottom(t) === 0) chat.requestPublic(false); - }); +/* divider */ +summary { + color: #bbb; + display: inline-block; + font-family: Verdana,sans-serif; + height: 16px; + overflow: hidden; + padding: 0 2px; + white-space: nowrap; + width: 100%; +} - chat.request(); - window.addResumeFunction(chat.request); - window.requests.addRefreshFunction(chat.request); +#chatinput { + position: absolute; + bottom: 0; + left: 0; + padding: 0 2px; + background: rgba(8, 48, 78, 0.9); + width: 708px; + border: 1px solid #20A8B1; + z-index: 3001; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} - var cls = PLAYER.team === 'ALIENS' ? 'enl' : 'res'; - $('#chatinput mark').addClass(cls) +#chatinput td { + padding-bottom: 1px; + vertical-align: middle; } -window.chat.setupTime = function() { - var inputTime = $('#chatinput time'); - var updateTime = function() { - if(window.isIdle()) return; - var d = new Date(); - var h = d.getHours() + ''; if(h.length === 1) h = '0' + h; - var m = d.getMinutes() + ''; if(m.length === 1) m = '0' + m; - inputTime.text(h+':'+m); - // update ON the minute (1ms after) - setTimeout(updateTime, (60 - d.getSeconds()) * 1000 + 1); - }; - updateTime(); - window.addResumeFunction(updateTime); +#chatinput input { + background: transparent; + font-size: 12.6px; + font-family: Verdana,sans-serif; + color: #EEEEEE; + width: 100%; + height: 100%; } -// -// posting -// +/* sidebar ************************************************************/ -window.chat.setupPosting = function() { - $('#chatinput input').keydown(function(event) { - try { - var kc = (event.keyCode ? event.keyCode : event.which); - if(kc === 13) { // enter - chat.postMsg(); - event.preventDefault(); - } else if (kc === 9) { // tab - event.preventDefault(); - window.chat.handleTabCompletion(); - } - } catch(error) { - console.log(error); - debug.printStackTrace(); - } - }); - - $('#chatinput').submit(function(event) { - event.preventDefault(); - chat.postMsg(); - }); +#sidebar > * { + border-bottom: 1px solid #20A8B1; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; } -window.chat.postMsg = function() { - var c = chat.getActive(); - if(c === 'full' || c === 'compact') - return alert('Jarvis: A strange game. The only winning move is not to play. How about a nice game of chess?'); - var msg = $.trim($('#chatinput input').val()); - if(!msg || msg === '') return; - - if(c === 'debug') return new Function (msg)(); - - var public = c === 'public'; - var latlng = map.getCenter(); - - var data = {message: msg, - latE6: Math.round(latlng.lat*1E6), - lngE6: Math.round(latlng.lng*1E6), - factionOnly: !public}; - - var errMsg = 'Your message could not be delivered. You can copy&' + - 'paste it here and try again if you want:\n\n' + msg; - - window.postAjax('sendPlext', data, - function(response) { - if(response.error) alert(errMsg); - if(public) chat.requestPublic(false); else chat.requestFaction(false); }, - function() { - alert(errMsg); - } - ); - - $('#chatinput input').val(''); -} - - -// PORTAL DETAILS DISPLAY //////////////////////////////////////////// -// hand any of these functions the details-hash of a portal, and they -// will return pretty, displayable HTML or parts thereof. - -// returns displayable text+link about portal range -window.getRangeText = function(d) { - var range = getPortalRange(d); - return ['range', - '' - + (range > 1000 - ? Math.round(range/1000) + ' km' - : Math.round(range) + ' m') - + '']; -} - -// generates description text from details for portal -window.getPortalDescriptionFromDetails = function(details) { - var descObj = details.portalV2.descriptiveText; - // FIXME: also get real description? - var desc = descObj.TITLE + '\n' + descObj.ADDRESS; - if(descObj.ATTRIBUTION) - desc += '\nby '+descObj.ATTRIBUTION+' ('+descObj.ATTRIBUTION_LINK+')'; - return desc; -} - - -// given portal details, returns html code to display mod details. -window.getModDetails = function(d) { - var mods = []; - var modsTitle = []; - var modsColor = []; - $.each(d.portalV2.linkedModArray, function(ind, mod) { - if(!mod) { - mods.push(''); - modsTitle.push(''); - modsColor.push('#000'); - } else if(mod.type === 'RES_SHIELD') { - - var title = mod.rarity.capitalize() + ' ' + mod.displayName + '\n'; - title += 'Installed by: '+ getPlayerName(mod.installingUser); - - title += '\nStats:'; - for (var key in mod.stats) { - if (!mod.stats.hasOwnProperty(key)) continue; - title += '\n+' + mod.stats[key] + ' ' + key.capitalize(); - } - - mods.push(mod.rarity.capitalize().replace('_', ' ') + ' ' + mod.displayName); - modsTitle.push(title); - modsColor.push(COLORS_MOD[mod.rarity]); - } else { - mods.push(mod.type); - modsTitle.push('Unknown mod. No further details available.'); - modsColor.push('#FFF'); - } - }); - - var t = ''+mods[0]+'' - + ''+mods[1]+'' - + ''+mods[2]+'' - + ''+mods[3]+'' - - return t; -} - -window.getEnergyText = function(d) { - var currentNrg = getCurrentPortalEnergy(d); - var totalNrg = getTotalPortalEnergy(d); - var inf = currentNrg + ' / ' + totalNrg; - var fill = prettyEnergy(currentNrg) + ' / ' + prettyEnergy(totalNrg) - return ['energy', '' + fill + '']; -} - -window.getAvgResoDistText = function(d) { - var avgDist = Math.round(10*getAvgResoDist(d))/10; - return ['reso dist', avgDist + ' m']; -} - -window.getResonatorDetails = function(d) { - var resoDetails = []; - // octant=slot: 0=E, 1=NE, 2=N, 3=NW, 4=W, 5=SW, 6=S, SE=7 - // resos in the display should be ordered like this: - // N NE Since the view is displayed in columns, they - // NW E need to be ordered like this: N, NW, W, SW, NE, - // W SE E, SE, S, i.e. 2 3 4 5 1 0 7 6 - // SW S - - $.each([2, 1, 3, 0, 4, 7, 5, 6], function(ind, slot) { - var reso = d.resonatorArray.resonators[slot]; - if(!reso) { - resoDetails.push(renderResonatorDetails(slot, 0, 0, null, null)); - return true; - } - - var l = parseInt(reso.level); - var v = parseInt(reso.energyTotal); - var nick = window.getPlayerName(reso.ownerGuid); - var dist = reso.distanceToPortal; - // if array order and slot order drift apart, at least the octant - // naming will still be correct. - slot = parseInt(reso.slot); - - resoDetails.push(renderResonatorDetails(slot, l, v, dist, nick)); - }); - return genFourColumnTable(resoDetails); -} - -// helper function that renders the HTML for a given resonator. Does -// not work with raw details-hash. Needs digested infos instead: -// slot: which slot this resonator occupies. Starts with 0 (east) and -// rotates clockwise. So, last one is 7 (southeast). -window.renderResonatorDetails = function(slot, level, nrg, dist, nick) { - if(level === 0) { - var meter = ''; - } else { - var max = RESO_NRG[level]; - var fillGrade = nrg/max*100; - - var inf = 'energy:\t' + nrg + ' / ' + max + ' (' + Math.round(fillGrade) + '%)\n' - + 'level:\t' + level + '\n' - + 'distance:\t' + dist + 'm\n' - + 'owner:\t' + nick + '\n' - + 'octant:\t' + OCTANTS[slot]; - - var style = 'width:'+fillGrade+'%; background:'+COLORS_LVL[level]+';'; - - var color = (level < 3 ? "#9900FF" : "#FFFFFF"); - - var lbar = ' ' + level + ' '; - - var fill = ''; - - var meter = '' + fill + lbar + ''; - } - return [meter, nick || '']; -} - -// calculate AP gain from destroying portal and then capturing it by deploying resonators -window.getAttackApGainText = function(d) { - var breakdown = getAttackApGain(d); - - function tt(text) { - var t = 'Destroy & Capture:\n'; - t += breakdown.resoCount + '×\tResonators\t= ' + digits(breakdown.resoAp) + '\n'; - t += breakdown.linkCount + '×\tLinks\t= ' + digits(breakdown.linkAp) + '\n'; - t += breakdown.fieldCount + '×\tFields\t= ' + digits(breakdown.fieldAp) + '\n'; - t += '1×\tCapture\t= ' + CAPTURE_PORTAL + '\n'; - t += '8×\tDeploy\t= ' + (8 * DEPLOY_RESONATOR) + '\n'; - t += '1×\tBonus\t= ' + COMPLETION_BONUS + '\n'; - t += 'Sum: ' + digits(breakdown.totalAp) + ' AP'; - return '' + digits(text) + ''; - } - - return [tt('AP Gain'), tt(breakdown.totalAp)]; -} - - - -// GAME STATUS /////////////////////////////////////////////////////// -// MindUnit display -window.updateGameScore = function(data) { - if(!data) { - window.postAjax('getGameScore', {}, window.updateGameScore); - return; - } - - var r = parseInt(data.result.resistanceScore), e = parseInt(data.result.alienScore); - var s = r+e; - var rp = r/s*100, ep = e/s*100; - r = digits(r), e = digits(e); - var rs = ''+Math.round(rp)+'% '; - var es = ' '+Math.round(ep)+'%'; - $('#gamestat').html(rs+es).one('click', function() { window.updateGameScore() }); - // help cursor via “#gamestat span” - $('#gamestat').attr('title', 'Resistance:\t'+r+' MindUnits\nEnlightened:\t'+e+' MindUnits'); - - window.setTimeout('window.updateGameScore', REFRESH_GAME_SCORE*1000); -} - - - - -// MAP DATA REQUEST CALCULATORS ////////////////////////////////////// -// Ingress Intel splits up requests for map data (portals, links, -// fields) into tiles. To get data for the current viewport (i.e. what -// is currently visible) it first calculates which tiles intersect. -// For all those tiles, it then calculates the lat/lng bounds of that -// tile and a quadkey. Both the bounds and the quadkey are “somewhat” -// required to get complete data. No idea how the projection between -// lat/lng and tiles works. -// What follows now are functions that allow conversion between tiles -// and lat/lng as well as calculating the quad key. The variable names -// may be misleading. -// The minified source for this code was in gen_dashboard.js after the -// “// input 89” line (alternatively: the class was called “Xe”). - -window.convertCenterLat = function(centerLat) { - return Math.round(256 * 0.9999 * Math.abs(1 / Math.cos(centerLat * DEG2RAD))); +#sidebartoggle .toggle { + border-bottom: 10px solid transparent; + border-top: 10px solid transparent; } -window.calculateR = function(convCenterLat) { - return 1 << window.map.getZoom() - (convCenterLat / 256 - 1); +#sidebartoggle .open { + border-right: 10px solid #FFCE00; } -window.convertLatLngToPoint = function(latlng, magic, R) { - var x = (magic/2 + latlng.lng * magic / 360)*R; - var l = Math.sin(latlng.lat * DEG2RAD); - var y = (magic/2 + 0.5*Math.log((1+l)/(1-l)) * -(magic / (2*Math.PI)))*R; - return {x: Math.floor(x/magic), y: Math.floor(y/magic)}; +#sidebartoggle .close { + border-left: 10px solid #FFCE00; } -window.convertPointToLatLng = function(x, y, magic, R) { - var e = {}; - e.sw = { - // orig function put together from all over the place - // lat: (2 * Math.atan(Math.exp((((y + 1) * magic / R) - (magic/ 2)) / (-1*(magic / (2 * Math.PI))))) - Math.PI / 2) / (Math.PI / 180), - // shortened version by your favorite algebra program. - lat: (360*Math.atan(Math.exp(Math.PI - 2*Math.PI*(y+1)/R)))/Math.PI - 90, - lng: 360*x/R-180 - }; - e.ne = { - //lat: (2 * Math.atan(Math.exp(((y * magic / R) - (magic/ 2)) / (-1*(magic / (2 * Math.PI))))) - Math.PI / 2) / (Math.PI / 180), - lat: (360*Math.atan(Math.exp(Math.PI - 2*Math.PI*y/R)))/Math.PI - 90, - lng: 360*(x+1)/R-180 - }; - return e; +/* player stats */ +#playerstat { + height: 30px; } -// calculates the quad key for a given point. The point is not(!) in -// lat/lng format. -window.pointToQuadKey = function(x, y) { - var quadkey = []; - for(var c = window.map.getZoom(); c > 0; c--) { - // +-------+ quadrants are probably ordered like this - // | 0 | 1 | - // |---|---| - // | 2 | 3 | - // |---|---| - var quadrant = 0; - var e = 1 << c - 1; - (x & e) != 0 && quadrant++; // push right - (y & e) != 0 && (quadrant++, quadrant++); // push down - quadkey.push(quadrant); - } - return quadkey.join(""); +h2 { + color: #ffce00; + font-size: 21px; + padding: 0 4px; + margin: 0; + cursor:help; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + width: 100%; } -// given quadkey and bounds, returns the format as required by the -// Ingress API to request map data. -window.generateBoundsParams = function(quadkey, bounds) { - return { - id: quadkey, - qk: quadkey, - minLatE6: Math.round(bounds.sw.lat * 1E6), - minLngE6: Math.round(bounds.sw.lng * 1E6), - maxLatE6: Math.round(bounds.ne.lat * 1E6), - maxLngE6: Math.round(bounds.ne.lng * 1E6) - }; +h2 #name { + display: inline-block; + overflow: hidden; + text-overflow: "~"; + vertical-align: top; + white-space: nowrap; + width: 205px; + position: relative; } - - - -// ENTITY DETAILS TOOLS ////////////////////////////////////////////// -// hand any of these functions the details-hash of an entity (i.e. -// portal, link, field) and they will return useful data. - - -// given the entity detail data, returns the team the entity belongs -// to. Uses TEAM_* enum values. -window.getTeam = function(details) { - var team = TEAM_NONE; - if(details.controllingTeam.team === 'ALIENS') team = TEAM_ENL; - if(details.controllingTeam.team === 'RESISTANCE') team = TEAM_RES; - return team; +h2 #stats { + float: right; + height: 100%; + overflow: hidden; } +h2 #signout { + font-size: 12px; + font-weight: normal; + line-height: 29px; + padding: 0 4px; + position: absolute; + top: 0; + right: 0; + background-color: rgba(8, 48, 78, 0.5); + display: none; /* starts hidden */ +} -// IDLE HANDLING ///////////////////////////////////////////////////// - -window.idleTime = 0; // in minutes +h2 sup, h2 sub { + display: block; + font-size: 11px; + margin-bottom: -1px; +} -setInterval('window.idleTime += 1', 60*1000); -var idleReset = function () { - // update immediately when the user comes back - if(isIdle()) { - window.idleTime = 0; - $.each(window._onResumeFunctions, function(ind, f) { - f(); - }); - } - window.idleTime = 0; -}; -$('body').mousemove(idleReset).keypress(idleReset); -window.isIdle = function() { - return window.idleTime >= MAX_IDLE_TIME; +/* gamestats */ +#gamestat { + height: 22px; } -window._onResumeFunctions = []; - -// add your function here if you want to be notified when the user -// resumes from being idle -window.addResumeFunction = function(f) { - window._onResumeFunctions.push(f); +#gamestat span { + display: block; + float: left; + font-weight: bold; + cursor:help; + height: 21px; + line-height: 22px; } +#gamestat .res { + background: #005684; + text-align: right; +} +#gamestat .enl { + background: #017f01; +} -// LOCATION HANDLING ///////////////////////////////////////////////// -// i.e. setting initial position and storing new position after moving -// retrieves current position from map and stores it cookies -window.storeMapPosition = function() { - var m = window.map.getCenter(); +/* geosearch input, and others */ +input { + background-color: rgba(0, 0, 0, 0.3); + color: #ffce00; + height: 24px; + padding:3px 4px 1px 4px; + font-size: 14px; + border:0; + font-family:inherit; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} - if(m['lat'] >= -90 && m['lat'] <= 90) - writeCookie('ingress.intelmap.lat', m['lat']); +::-webkit-input-placeholder { + font-style: italic; +} - if(m['lng'] >= -180 && m['lng'] <= 180) - writeCookie('ingress.intelmap.lng', m['lng']); +:-moz-placeholder { + font-style: italic; +} - writeCookie('ingress.intelmap.zoom', window.map.getZoom()); +::-moz-placeholder { + font-style: italic; } +.leaflet-control-layers input { + height: auto; + padding: 0; +} -// either retrieves the last shown position from a cookie, from the -// URL or if neither is present, via Geolocation. If that fails, it -// returns a map that shows the whole world. -window.getPosition = function() { - if(getURLParam('latE6') && getURLParam('lngE6')) { - console.log("mappos: reading URL params"); - var lat = parseInt(getURLParam('latE6'))/1E6 || 0.0; - var lng = parseInt(getURLParam('lngE6'))/1E6 || 0.0; - // google seems to zoom in far more than leaflet - var z = parseInt(getURLParam('z'))+1 || 17; - return {center: new L.LatLng(lat, lng), zoom: z > 18 ? 18 : z}; - } - if(readCookie('ingress.intelmap.lat') && readCookie('ingress.intelmap.lng')) { - console.log("mappos: reading cookies"); - var lat = parseFloat(readCookie('ingress.intelmap.lat')) || 0.0; - var lng = parseFloat(readCookie('ingress.intelmap.lng')) || 0.0; - var z = parseInt(readCookie('ingress.intelmap.zoom')) || 17; +/* portal title and image */ +h3 { + font-size: 17px; + padding: 0 4px; + margin:0; + height: 25px; + width: 100%; + overflow:hidden; + text-overflow: "~"; + white-space: nowrap; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} - if(lat < -90 || lat > 90) lat = 0.0; - if(lng < -180 || lng > 180) lng = 0.0; +.imgpreview { + height: 200px; + background: no-repeat center center; + background-size: contain; + cursor: help; + overflow: hidden; +} - return {center: new L.LatLng(lat, lng), zoom: z > 18 ? 18 : z}; - } +.imgpreview img.hide { + display: none; +} - setTimeout("window.map.locate({setView : true, maxZoom: 13});", 50); +#level { + font-size: 40px; + text-shadow: -1px -1px #000, 1px -1px #000, -1px 1px #000, 1px 1px #000, 0 0 5px #fff; + display: block; + margin-right: 15px; + text-align:right; +} - return {center: new L.LatLng(0.0, 0.0), zoom: 1}; +/* portal mods */ +.mods { + margin: 5px auto 1px auto; + padding: 0 2px; + width: 296px; + height: 75px; + text-align: center; } +.mods span { + background-color: rgba(0, 0, 0, 0.3); + /* can’t use inline-block because Webkit’s implementation is buggy and + * introduces additional margins in random cases. No clear necessary, + * as that’s solved by setting height on .mods. */ + display: block; + float:left; + height: 63px; + margin: 0 2px; + overflow: hidden; + padding: 2px; + text-align: center; + width: 63px; + cursor:help; + border: 1px solid #666; +} -// PORTAL DETAILS MAIN /////////////////////////////////////////////// -// main code block that renders the portal details in the sidebar and -// methods that highlight the portal in the map view. +.mods span:not([title]) { + cursor: auto; +} -window.renderPortalDetails = function(guid) { - if(!window.portals[guid]) { - unselectOldPortal(); - urlPortal = guid; - return; - } +.res .mods span, .res .meter { + border: 1px solid #0076b6; +} +.enl .mods span, .enl .meter { + border: 1px solid #017f01; +} - var d = window.portals[guid].options.details; - - selectPortal(guid); - - // collect some random data that’s not worth to put in an own method - var links = {incoming: 0, outgoing: 0}; - if(d.portalV2.linkedEdges) $.each(d.portalV2.linkedEdges, function(ind, link) { - links[link.isOrigin ? 'outgoing' : 'incoming']++; - }); - function linkExpl(t) { return ''+t+''; } - var linksText = [linkExpl('links'), linkExpl(' ↳ ' + links.incoming+'  •  '+links.outgoing+' ↴')]; +/* random details, resonator details */ +#randdetails, #resodetails { + width: 100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + padding: 0 4px; + table-layout: fixed; + border-spacing: 0m; + border-collapse: collapse; +} - var player = d.captured && d.captured.capturingPlayerId - ? getPlayerName(d.captured.capturingPlayerId) - : null; - var playerText = player ? ['owner', player] : null; +#randdetails td, #resodetails td { + overflow: hidden; + text-overflow: "~"; + vertical-align: top; + white-space: nowrap; + width: 50%; + width: calc(50% - 62px); +} - var time = d.captured - ? '' - + unixTimeToString(d.captured.capturedTime) + '' - : null; - var sinceText = time ? ['since', time] : null; +#randdetails th, #resodetails th { + font-weight: normal; + text-align: right; + width: 62px; + padding-right:4px; + padding-left:4px; +} - var linkedFields = ['fields', d.portalV2.linkedFields.length]; +#randdetails th + th, #resodetails th + th { + text-align: left; + padding-right: 4px; + padding-left: 4px; +} - // collect and html-ify random data - var randDetails = [ - playerText, sinceText, getRangeText(d), getEnergyText(d), - linksText, getAvgResoDistText(d), linkedFields, getAttackApGainText(d) - ]; - randDetails = '' + genFourColumnTable(randDetails) + '
'; +#randdetails td:first-child, #resodetails td:first-child { + text-align: right; + padding-left: 2px; +} - var resoDetails = '' + getResonatorDetails(d) + '
'; +#randdetails td:last-child, #resodetails td:last-child { + text-align: left; + padding-right: 2px; +} - setPortalIndicators(d); - var img = d.imageByUrl && d.imageByUrl.imageUrl ? d.imageByUrl.imageUrl : DEFAULT_PORTAL_IMG; - var lat = d.locationE6.latE6; - var lng = d.locationE6.lngE6; - var perma = 'https://ingress.com/intel?latE6='+lat+'&lngE6='+lng+'&z=17&pguid='+guid; - var imgTitle = 'title="'+getPortalDescriptionFromDetails(d)+'\n\nClick to show full image."'; - var poslinks = 'window.showPortalPosLinks('+lat/1E6+','+lng/1E6+')'; - var postcard = 'Send in a postcard. Will put it online after receiving. Address:\\n\\nStefan Breunig\\nINF 305 – R045\\n69120 Heidelberg\\nGermany'; - - $('#portaldetails') - .attr('class', TEAM_TO_CSS[getTeam(d)]) - .html('' - + '

'+d.portalV2.descriptiveText.TITLE+'

' - // help cursor via “.imgpreview img” - + '
' - + '' - + ''+Math.floor(getPortalLevel(d))+'' - + '
' - + '
'+getModDetails(d)+'
' - + randDetails - + resoDetails - + '
'+ '' - + '' - + '' - + '' - + '
' - ); - - // try to resolve names that were required for above functions, but - // weren’t available yet. - resolvePlayerNames(); - - runHooks('portalDetailsUpdated', {portalDetails: d}); -} - -// draws link-range and hack-range circles around the portal with the -// given details. -window.setPortalIndicators = function(d) { - if(portalRangeIndicator) map.removeLayer(portalRangeIndicator); - var range = getPortalRange(d); - var coord = [d.locationE6.latE6/1E6, d.locationE6.lngE6/1E6]; - portalRangeIndicator = (range > 0 - ? L.circle(coord, range, { fill: false, color: RANGE_INDICATOR_COLOR, weight: 3, clickable: false }) - : L.circle(coord, range, { fill: false, stroke: false, clickable: false }) - ).addTo(map); - if(!portalAccessIndicator) - portalAccessIndicator = L.circle(coord, HACK_RANGE, - { fill: false, color: ACCESS_INDICATOR_COLOR, weight: 2, clickable: false } - ).addTo(map); - else - portalAccessIndicator.setLatLng(coord); - -} - -// highlights portal with given GUID. Automatically clears highlights -// on old selection. Returns false if the selected portal changed. -// Returns true if it’s still the same portal that just needs an -// update. -window.selectPortal = function(guid) { - var update = selectedPortal === guid; - var oldPortal = portals[selectedPortal]; - if(!update && oldPortal) portalResetColor(oldPortal); - - selectedPortal = guid; - - if(portals[guid]) { - resonatorsSetSelectStyle(guid); - portals[guid].bringToFront().setStyle({color: COLOR_SELECTED_PORTAL}); - } - - return update; -} - - -window.unselectOldPortal = function() { - var oldPortal = portals[selectedPortal]; - if(oldPortal) portalResetColor(oldPortal); - selectedPortal = null; - $('#portaldetails').html(''); -} - - - - -// REDEEMING ///////////////////////////////////////////////////////// - -window.handleRedeemResponse = function(data, textStatus, jqXHR) { - if (data.error) { - var error = ''; - if (data.error === 'ALREADY_REDEEMED') { - error = 'The passcode has already been redeemed.'; - } else if (data.error === 'ALREADY_REDEEMED_BY_PLAYER') { - error = 'You have already redeemed this passcode.'; - } else if (data.error === 'INVALID_PASSCODE') { - error = 'This passcode is invalid.'; - } else { - error = 'The passcode cannot be redeemed.'; - } - alert("Error: " + data.error + "\n" + error); - } else if (data.result) { - var res_level = 0, res_count = 0; - var xmp_level = 0, xmp_count = 0; - var shield_rarity = '', shield_count = 0; - - // This assumes that each passcode gives only one type of resonator/XMP/shield. - // This may break at some point, depending on changes to passcode functionality. - for (var i in data.result.inventoryAward) { - var acquired = data.result.inventoryAward[i][2]; - if (acquired.modResource) { - if (acquired.modResource.resourceType === 'RES_SHIELD') { - shield_rarity = acquired.modResource.rarity.split('_').map(function (i) {return i[0]}).join(''); - shield_count++; - } - } else if (acquired.resourceWithLevels) { - if (acquired.resourceWithLevels.resourceType === 'EMITTER_A') { - res_level = acquired.resourceWithLevels.level; - res_count++; - } else if (acquired.resourceWithLevels.resourceType === 'EMP_BURSTER') { - xmp_level = acquired.resourceWithLevels.level; - xmp_count++; - } - } - } - - alert("Passcode redeemed!\n" + [data.result.apAward + 'AP', data.result.xmAward + 'XM', res_count + 'xL' + res_level + ' RES', xmp_count + 'xL' + xmp_level + ' XMP', shield_count + 'x' + shield_rarity + ' SHIELD'].join('/')); - } -} - -window.setupRedeem = function() { - $("#redeem").keypress(function(e) { - if((e.keyCode ? e.keyCode : e.which) != 13) return; - var data = {passcode: $(this).val()}; - window.postAjax('redeemReward', data, window.handleRedeemResponse, - function() { alert('The HTTP request failed. Either your code is invalid or their servers are down. No way to tell.'); }); - }); -} - - -// PLAYER NAMES ////////////////////////////////////////////////////// -// Player names are cached in local storage forever. There is no GUI -// element from within the total conversion to clean them, but you -// can run localStorage.clean() to reset it. - - -// retrieves player name by GUID. If the name is not yet available, it -// will be added to a global list of GUIDs that need to be resolved. -// The resolve method is not called automatically. -window.getPlayerName = function(guid) { - if(localStorage[guid]) return localStorage[guid]; - // only add to queue if it isn’t already - if(playersToResolve.indexOf(guid) === -1 && playersInResolving.indexOf(guid) === -1) { - console.log('resolving player guid=' + guid); - playersToResolve.push(guid); - } - return '{'+guid.slice(0, 12)+'}'; -} - -// resolves all player GUIDs that have been added to the list. Reruns -// renderPortalDetails when finished, so that then-unresolved names -// get replaced by their correct versions. -window.resolvePlayerNames = function() { - if(window.playersToResolve.length === 0) return; - var p = window.playersToResolve; - var d = {guids: p}; - playersInResolving = window.playersInResolving.concat(p); - playersToResolve = []; - postAjax('getPlayersByGuids', d, function(dat) { - $.each(dat.result, function(ind, player) { - window.setPlayerName(player.guid, player.nickname); - // remove from array - window.playersInResolving.splice(window.playersInResolving.indexOf(player.guid), 1); - }); - if(window.selectedPortal) - window.renderPortalDetails(window.selectedPortal); - }, - function() { - // append failed resolves to the list again - console.warn('resolving player guids failed: ' + p.join(', ')); - window.playersToResolve.concat(p); - }); -} - - -window.setPlayerName = function(guid, nick) { - if($.trim(('' + nick)).slice(0, 5) === '{"L":' && !window.alertFor37WasShown) { - window.alertFor37WasShown = true; - alert('You have run into bug #37. Please help me solve it!\nCopy and paste this text and post it here:\nhttps://github.com/breunigs/ingress-intel-total-conversion/issues/37\nIf copy & pasting doesn’t work, make a screenshot instead.\n\n\n' + window.debug.printStackTrace() + '\n\n\n' + JSON.stringify(nick)); - } - localStorage[guid] = nick; -} - - -window.loadPlayerNamesForPortal = function(portal_details) { - if(map.getZoom() < PRECACHE_PLAYER_NAMES_ZOOM) return; - var e = portal_details; - - if(e.captured && e.captured.capturingPlayerId) - getPlayerName(e.captured.capturingPlayerId); - - if(!e.resonatorArray || !e.resonatorArray.resonators) return; - - $.each(e.resonatorArray.resonators, function(ind, reso) { - if(reso) getPlayerName(reso.ownerGuid); - }); -} - - -window.isSmartphone = function() { - // this check is also used in main.js. Note it should not detect - // tablets because their display is large enough to use the desktop - // version. - return navigator.userAgent.match(/Android.*Mobile/); +#randdetails { + margin-top: 9px; + margin-bottom: 9px; } -window.smartphone = function() {}; -window.runOnSmartphonesBeforeBoot = function() { - if(!isSmartphone()) return; - console.warn('running smartphone pre boot stuff'); +#randdetails tt { + font-family: inherit; + cursor: help; +} - // disable zoom buttons to see if they are really needed - window.localStorage['iitc.zoom.buttons'] = 'false'; +/* resonators */ +#resodetails { + margin-bottom: 9px; +} - // don’t need many of those - window.setupStyles = function() { - $('head').append(''); - } +.meter { + background: #000; + cursor: help; + display: inline-block; + height: 18px; + padding: 1px; + width: 100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + position: relative; + left: 0; + top: 0; +} - // this also matches the expand button, but it is hidden via CSS - $('#chatcontrols a').click(function() { - $('#scrollwrapper, #updatestatus').hide(); - // not displaying the map causes bugs in Leaflet - $('#map').css('visibility', 'hidden'); - $('#chat, #chatinput').show(); - }); +.meter span { + display: block; + height: 14px; +} - window.smartphone.mapButton = $('map').click(function() { - $('#chat, #chatinput, #scrollwrapper').hide(); - $('#map').css('visibility', 'visible'); - $('#updatestatus').show(); - $('.active').removeClass('active'); - $(this).addClass('active'); - }); +.meter-level { + position: absolute; + top: -2px; + left: 50%; + margin-left: -6px; + text-shadow: 0.0em 0.0em 0.3em #808080; +} +/* links below resos */ - window.smartphone.sideButton = $('info').click(function() { - $('#chat, #chatinput, #updatestatus').hide(); - $('#map').css('visibility', 'hidden'); - $('#scrollwrapper').show(); - $('.active').removeClass('active'); - $(this).addClass('active'); - }); +.linkdetails { + margin-bottom: 8px; +} - $('#chatcontrols').append(smartphone.mapButton).append(smartphone.sideButton); +aside { + display: inline-block; + padding-right: 9px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + text-align: center; +} - // add event to portals that allows long press to switch to sidebar - window.addHook('portalAdded', function(data) { - data.portal.on('dblclick', function() { - window.lastClickedPortal = this.options.guid; - }); - }); +.linkdetails aside:last-child { + padding-right: 0; +} - window.addHook('portalDetailsUpdated', function(data) { - var x = $('.imgpreview img').removeClass('hide'); +.linkdetails aside:nth-child(1) { + text-align: right; + width:88px; +} - if(!x.length) { - $('.fullimg').remove(); - return; - } +.linkdetails aside:nth-child(2) { + text-align: right; + width:67px; +} - if($('.fullimg').length) { - $('.fullimg').replaceWith(x.addClass('fullimg')); - } else { - x.addClass('fullimg').appendTo('#sidebar'); - } - }); +.linkdetails aside:nth-child(4) { + margin-left:13px; } -window.runOnSmartphonesAfterBoot = function() { - if(!isSmartphone()) return; - console.warn('running smartphone post boot stuff'); +#toolbox { + padding: 4px 2px; + font-size:90%; +} - chat.toggle(); - smartphone.mapButton.click(); +#toolbox > a { + padding: 4px; +} - // disable img full view - $('#portaldetails').off('click', '**'); +/* a common portal display takes this much space (prevents moving + * content when first selecting a portal) */ - $('.leaflet-right').addClass('leaflet-left').removeClass('leaflet-right'); +#portaldetails { + min-height: 553px; } +/* update status */ +#updatestatus { + background-color: rgba(8, 48, 78, 0.9); + border-bottom: 0; + border-top: 1px solid #20A8B1; + border-left: 1px solid #20A8B1; + bottom: 0; + color: #ffce00; + font-size:13px; + padding: 4px; + position: fixed; + right: 0; + z-index:3002; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} -// DEBUGGING TOOLS /////////////////////////////////////////////////// -// meant to be used from browser debugger tools and the like. -window.debug = function() {} +/* preview */ -window.debug.renderDetails = function() { - console.log('portals: ' + Object.keys(portals).length); - console.log('links: ' + Object.keys(links).length); - console.log('fields: ' + Object.keys(fields).length); +#largepreview { + left: 50%; + position: fixed; + top: 50%; + z-index: 2000; } - -window.debug.printStackTrace = function() { - var e = new Error('dummy'); - console.log(e.stack); - return e.stack; +#largepreview img { + box-shadow: 0 0 40px #000; +} +#largepreview img { + border: 2px solid #f8ff5e; } -window.debug.clearPortals = function() { - for(var i = 0; i < portalsLayers.length; i++) - portalsLayers[i].clearLayers(); +/* tooltips, dialogs */ +.ui-tooltip, .ui-dialog { + max-width: 300px; + position: absolute; + z-index: 9999; + background-color: rgba(8, 48, 78, 0.9); + border: 1px solid #20A8B1; + color: #eee; + font: 13px/15px "Helvetica Neue", Arial, Helvetica, sans-serif; + padding: 2px 4px; } -window.debug.clearLinks = function() { - linksLayer.clearLayers(); +.ui-tooltip, .ui-dialog a { + color: #FFCE00; } -window.debug.clearFields = function() { - fieldsLayer.clearLayers(); +.ui-dialog { + padding: 0; + border-radius: 2px; } -window.debug.getFields = function() { - return fields; +.ui-widget-overlay { + height: 100%; + left: 0; + position: fixed; + top: 0; + width: 100%; + z-index:9998; + background: #444; + opacity: 0.6; } -window.debug.forceSync = function() { - localStorage.clear(); - window.playersToResolve = []; - window.playersInResolving = []; - debug.clearFields(); - debug.clearLinks(); - debug.clearPortals(); - updateGameScore(); - requestData(); +.ui-dialog-titlebar { + display: none; } -window.debug.console = function() { - $('#debugconsole').text(); +.ui-dialog-content { + padding: 12px; + overflow-y: auto; + overflow-x: hidden; + max-height: 600px !important; + max-width: 700px !important; +} + +.ui-dialog-buttonpane { + padding: 12px; + border-top: 1px solid #20A8B1; +} + +.ui-dialog-buttonset { + text-align: right; +} + +.ui-dialog-buttonset button, +.ui-dialog-content button { + padding: 2px; + min-width: 80px; + color: #FFCE00; + border: 1px solid #FFCE00; + background-color: rgba(8, 48, 78, 0.9); +} + +.ui-dialog-buttonset button:hover { + text-decoration: underline; +} + +td { + padding: 0; + vertical-align: top; +} + +td + td { + padding-left: 4px; +} + +/* redeem results *****************************************************/ +.redeem-result { + font-size: 14px; + font-family: arial,helvetica,sans-serif; + table-layout: fixed; +} + +.redeem-result tr > td:first-child { + width: 50px; + text-align: right; +} +'+(navigator.userAgent.match(/Android.*Mobile/)?"" +:"")+'',document.getElementsByTagName("body")[0].innerHTML='
Loading, please wait
';var script=document.createElement("script");script.appendChild(document.createTextNode("("+wrapper+")();")),(document.body||document.head||document.documentElement).appendChild(script);