@maptiler/geocoding-control 2.1.6 → 3.0.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CODE_OF_CONDUCT.md +46 -0
- package/CONTRIBUTING.md +72 -0
- package/README.md +36 -22
- package/SECURITY.md +16 -0
- package/dist/index.js +856 -0
- package/dist/index.js.map +1 -0
- package/dist/index.umd.js +263 -0
- package/dist/index.umd.js.map +1 -0
- package/dist/leaflet.public.js +1273 -0
- package/dist/leaflet.public.js.map +1 -0
- package/dist/leaflet.public.umd.js +276 -0
- package/dist/leaflet.public.umd.js.map +1 -0
- package/dist/maplibregl.js +1297 -0
- package/dist/maplibregl.js.map +1 -0
- package/dist/maplibregl.umd.js +276 -0
- package/dist/maplibregl.umd.js.map +1 -0
- package/dist/maptilersdk.js +1305 -0
- package/dist/maptilersdk.js.map +1 -0
- package/dist/maptilersdk.umd.js +276 -0
- package/dist/maptilersdk.umd.js.map +1 -0
- package/dist/src/components/clear-icon.d.ts +10 -0
- package/dist/src/components/fail-icon.d.ts +10 -0
- package/dist/src/components/loading-icon.d.ts +10 -0
- package/dist/src/components/marker.d.ts +10 -0
- package/dist/src/components/reverse-geocoding-icon.d.ts +10 -0
- package/dist/src/components/search-icon.d.ts +10 -0
- package/dist/src/controls/leaflet-control.d.ts +58 -0
- package/dist/src/controls/leaflet-events.d.ts +42 -0
- package/dist/src/controls/leaflet-options.d.ts +84 -0
- package/dist/src/controls/maplibregl-control.d.ts +55 -0
- package/dist/src/controls/maplibregl-events.d.ts +44 -0
- package/dist/src/controls/maplibregl-options.d.ts +104 -0
- package/dist/src/controls/maptilersdk-control.d.ts +6 -0
- package/dist/src/controls/maptilersdk-events.d.ts +2 -0
- package/dist/src/controls/maptilersdk-options.d.ts +10 -0
- package/dist/src/geocoder/geocoder-events.d.ts +46 -0
- package/dist/src/geocoder/geocoder-feature-item.d.ts +22 -0
- package/{svelte/types.d.ts → dist/src/geocoder/geocoder-options.d.ts} +12 -148
- package/dist/src/geocoder/geocoder.d.ts +112 -0
- package/dist/src/index.d.ts +9 -0
- package/dist/src/leaflet.public.d.ts +7 -0
- package/dist/src/maplibregl.d.ts +7 -0
- package/dist/src/maptilersdk.d.ts +7 -0
- package/dist/src/types.d.ts +45 -0
- package/dist/src/utils/geo-utils.d.ts +6 -0
- package/dist/src/utils/mask.d.ts +2 -0
- package/dist/src/utils/proximity.d.ts +2 -0
- package/package.json +84 -116
- package/MapLibreBasedGeocodingControl.d.ts +0 -3072
- package/geo-coordinates-parser.t.d.ts +0 -8
- package/geoUtils.d.ts +0 -3
- package/leaflet-controller.d.ts +0 -12
- package/leaflet-controller.js +0 -2475
- package/leaflet-controller.js.map +0 -1
- package/leaflet-controller.umd.js +0 -2
- package/leaflet-controller.umd.js.map +0 -1
- package/leaflet.d.ts +0 -131
- package/leaflet.js +0 -5055
- package/leaflet.js.map +0 -1
- package/leaflet.umd.js +0 -14
- package/leaflet.umd.js.map +0 -1
- package/maplibregl-controller.d.ts +0 -19
- package/maplibregl-controller.js +0 -2418
- package/maplibregl-controller.js.map +0 -1
- package/maplibregl-controller.umd.js +0 -2
- package/maplibregl-controller.umd.js.map +0 -1
- package/maplibregl.d.ts +0 -2509
- package/maplibregl.js +0 -5115
- package/maplibregl.js.map +0 -1
- package/maplibregl.umd.js +0 -14
- package/maplibregl.umd.js.map +0 -1
- package/maptilersdk.d.ts +0 -2504
- package/maptilersdk.js +0 -5125
- package/maptilersdk.js.map +0 -1
- package/maptilersdk.umd.js +0 -14
- package/maptilersdk.umd.js.map +0 -1
- package/mask.d.ts +0 -2
- package/openlayers-controller.d.ts +0 -15
- package/openlayers-controller.js +0 -2174
- package/openlayers-controller.js.map +0 -1
- package/openlayers-controller.umd.js +0 -2
- package/openlayers-controller.umd.js.map +0 -1
- package/openlayers.d.ts +0 -109
- package/openlayers.js +0 -5018
- package/openlayers.js.map +0 -1
- package/openlayers.umd.js +0 -14
- package/openlayers.umd.js.map +0 -1
- package/proximity.d.ts +0 -2
- package/react.d.ts +0 -45
- package/react.js +0 -2768
- package/react.js.map +0 -1
- package/react.umd.js +0 -14
- package/react.umd.js.map +0 -1
- package/style.css +0 -1
- package/svelte/ClearIcon.svelte +0 -12
- package/svelte/ClearIcon.svelte.d.ts +0 -25
- package/svelte/FailIcon.svelte +0 -12
- package/svelte/FailIcon.svelte.d.ts +0 -25
- package/svelte/FeatureItem.svelte +0 -246
- package/svelte/FeatureItem.svelte.d.ts +0 -26
- package/svelte/GeocodingControl.svelte +0 -919
- package/svelte/GeocodingControl.svelte.d.ts +0 -105
- package/svelte/LoadingIcon.svelte +0 -40
- package/svelte/LoadingIcon.svelte.d.ts +0 -25
- package/svelte/MapLibreBasedGeocodingControl.d.ts +0 -3072
- package/svelte/MapLibreBasedGeocodingControl.js +0 -210
- package/svelte/MarkerIcon.svelte +0 -71
- package/svelte/MarkerIcon.svelte.d.ts +0 -18
- package/svelte/ReverseGeocodingIcon.svelte +0 -12
- package/svelte/ReverseGeocodingIcon.svelte.d.ts +0 -25
- package/svelte/SearchIcon.svelte +0 -26
- package/svelte/SearchIcon.svelte.d.ts +0 -25
- package/svelte/geo-coordinates-parser.t.d.ts +0 -8
- package/svelte/geo-coordinates-parser.t.js +0 -1
- package/svelte/geoUtils.d.ts +0 -3
- package/svelte/geoUtils.js +0 -18
- package/svelte/info.json +0 -1
- package/svelte/leaflet-controller.d.ts +0 -12
- package/svelte/leaflet-controller.js +0 -274
- package/svelte/leaflet.d.ts +0 -131
- package/svelte/leaflet.js +0 -116
- package/svelte/maplibregl-controller.d.ts +0 -19
- package/svelte/maplibregl-controller.js +0 -279
- package/svelte/maplibregl.d.ts +0 -2509
- package/svelte/maplibregl.js +0 -17
- package/svelte/maptilersdk.d.ts +0 -2504
- package/svelte/maptilersdk.js +0 -32
- package/svelte/mask.d.ts +0 -2
- package/svelte/mask.js +0 -54
- package/svelte/openlayers-controller.d.ts +0 -15
- package/svelte/openlayers-controller.js +0 -283
- package/svelte/openlayers.d.ts +0 -109
- package/svelte/openlayers.js +0 -178
- package/svelte/proximity.d.ts +0 -2
- package/svelte/proximity.js +0 -60
- package/svelte/react.d.ts +0 -45
- package/svelte/react.js +0 -106
- package/svelte/types.js +0 -1
- package/svelte/vanilla.d.ts +0 -61
- package/svelte/vanilla.js +0 -101
- package/svelte/vite-env.d.ts +0 -2
- package/types.d.ts +0 -391
- package/vanilla.d.ts +0 -61
- package/vanilla.js +0 -2772
- package/vanilla.js.map +0 -1
- package/vanilla.umd.js +0 -14
- package/vanilla.umd.js.map +0 -1
- /package/{icons → dist/icons}/10pin.svg +0 -0
- /package/{icons → dist/icons}/9pin.svg +0 -0
- /package/{icons → dist/icons}/advertising_column.svg +0 -0
- /package/{icons → dist/icons}/aerodrome.svg +0 -0
- /package/{icons → dist/icons}/alcohol.svg +0 -0
- /package/{icons → dist/icons}/alpine_hut.svg +0 -0
- /package/{icons → dist/icons}/amusement_arcade.svg +0 -0
- /package/{icons → dist/icons}/amusement_park.svg +0 -0
- /package/{icons → dist/icons}/apartment.svg +0 -0
- /package/{icons → dist/icons}/archaeological_site.svg +0 -0
- /package/{icons → dist/icons}/area.svg +0 -0
- /package/{icons → dist/icons}/art.svg +0 -0
- /package/{icons → dist/icons}/arts_centre.svg +0 -0
- /package/{icons → dist/icons}/artwork.svg +0 -0
- /package/{icons → dist/icons}/audioguide.svg +0 -0
- /package/{icons → dist/icons}/bag.svg +0 -0
- /package/{icons → dist/icons}/beauty.svg +0 -0
- /package/{icons → dist/icons}/bed.svg +0 -0
- /package/{icons → dist/icons}/bell_tower.svg +0 -0
- /package/{icons → dist/icons}/beverages.svg +0 -0
- /package/{icons → dist/icons}/bicycle_repair_station.svg +0 -0
- /package/{icons → dist/icons}/biergarten.svg +0 -0
- /package/{icons → dist/icons}/bird_hide.svg +0 -0
- /package/{icons → dist/icons}/boat_rental.svg +0 -0
- /package/{icons → dist/icons}/bookmaker.svg +0 -0
- /package/{icons → dist/icons}/books.svg +0 -0
- /package/{icons → dist/icons}/bowl.svg +0 -0
- /package/{icons → dist/icons}/bowling_alley.svg +0 -0
- /package/{icons → dist/icons}/bunker.svg +0 -0
- /package/{icons → dist/icons}/bureau_de_change.svg +0 -0
- /package/{icons → dist/icons}/bus_station.svg +0 -0
- /package/{icons → dist/icons}/bust.svg +0 -0
- /package/{icons → dist/icons}/camping.svg +0 -0
- /package/{icons → dist/icons}/car_parts.svg +0 -0
- /package/{icons → dist/icons}/car_wash.svg +0 -0
- /package/{icons → dist/icons}/caravan_park.svg +0 -0
- /package/{icons → dist/icons}/carpet.svg +0 -0
- /package/{icons → dist/icons}/cattle_grid.svg +0 -0
- /package/{icons → dist/icons}/cave_entrance.svg +0 -0
- /package/{icons → dist/icons}/chalet.svg +0 -0
- /package/{icons → dist/icons}/charity.svg +0 -0
- /package/{icons → dist/icons}/chemist.svg +0 -0
- /package/{icons → dist/icons}/chimney.svg +0 -0
- /package/{icons → dist/icons}/church.svg +0 -0
- /package/{icons → dist/icons}/city_gate.svg +0 -0
- /package/{icons → dist/icons}/clinic.svg +0 -0
- /package/{icons → dist/icons}/clothes.svg +0 -0
- /package/{icons → dist/icons}/coffee.svg +0 -0
- /package/{icons → dist/icons}/community_centre.svg +0 -0
- /package/{icons → dist/icons}/computer.svg +0 -0
- /package/{icons → dist/icons}/consulate.svg +0 -0
- /package/{icons → dist/icons}/copyshop.svg +0 -0
- /package/{icons → dist/icons}/cosmetics.svg +0 -0
- /package/{icons → dist/icons}/courthouse.svg +0 -0
- /package/{icons → dist/icons}/crane.svg +0 -0
- /package/{icons → dist/icons}/dairy.svg +0 -0
- /package/{icons → dist/icons}/deli.svg +0 -0
- /package/{icons → dist/icons}/department_store.svg +0 -0
- /package/{icons → dist/icons}/diy.svg +0 -0
- /package/{icons → dist/icons}/electronics.svg +0 -0
- /package/{icons → dist/icons}/embankment.svg +0 -0
- /package/{icons → dist/icons}/embassy.svg +0 -0
- /package/{icons → dist/icons}/excrement_bags.svg +0 -0
- /package/{icons → dist/icons}/fabric.svg +0 -0
- /package/{icons → dist/icons}/farmyard.svg +0 -0
- /package/{icons → dist/icons}/ferry.svg +0 -0
- /package/{icons → dist/icons}/firepit.svg +0 -0
- /package/{icons → dist/icons}/firestation.svg +0 -0
- /package/{icons → dist/icons}/fishing.svg +0 -0
- /package/{icons → dist/icons}/fitness.svg +0 -0
- /package/{icons → dist/icons}/ford.svg +0 -0
- /package/{icons → dist/icons}/fort.svg +0 -0
- /package/{icons → dist/icons}/fortress.svg +0 -0
- /package/{icons → dist/icons}/full-height_turnstile.svg +0 -0
- /package/{icons → dist/icons}/generator_wind.svg +0 -0
- /package/{icons → dist/icons}/golf_pin.svg +0 -0
- /package/{icons → dist/icons}/greengrocer.svg +0 -0
- /package/{icons → dist/icons}/guest_house.svg +0 -0
- /package/{icons → dist/icons}/helipad.svg +0 -0
- /package/{icons → dist/icons}/hifi.svg +0 -0
- /package/{icons → dist/icons}/hostel.svg +0 -0
- /package/{icons → dist/icons}/hotel.svg +0 -0
- /package/{icons → dist/icons}/housenumber.svg +0 -0
- /package/{icons → dist/icons}/houseware.svg +0 -0
- /package/{icons → dist/icons}/hunting_stand.svg +0 -0
- /package/{icons → dist/icons}/interior_decoration.svg +0 -0
- /package/{icons → dist/icons}/internet_cafe.svg +0 -0
- /package/{icons → dist/icons}/kindergarten.svg +0 -0
- /package/{icons → dist/icons}/kissing_gate.svg +0 -0
- /package/{icons → dist/icons}/manor.svg +0 -0
- /package/{icons → dist/icons}/map.svg +0 -0
- /package/{icons → dist/icons}/marker_reverse.svg +0 -0
- /package/{icons → dist/icons}/marker_selected.svg +0 -0
- /package/{icons → dist/icons}/marker_unselected.svg +0 -0
- /package/{icons → dist/icons}/marketplace.svg +0 -0
- /package/{icons → dist/icons}/massage.svg +0 -0
- /package/{icons → dist/icons}/mast.svg +0 -0
- /package/{icons → dist/icons}/mast_communications.svg +0 -0
- /package/{icons → dist/icons}/mast_lighting.svg +0 -0
- /package/{icons → dist/icons}/medical_supply.svg +0 -0
- /package/{icons → dist/icons}/memorial.svg +0 -0
- /package/{icons → dist/icons}/miniature_golf.svg +0 -0
- /package/{icons → dist/icons}/motel.svg +0 -0
- /package/{icons → dist/icons}/mountain_range.svg +0 -0
- /package/{icons → dist/icons}/multifaith.svg +0 -0
- /package/{icons → dist/icons}/musical_instrument.svg +0 -0
- /package/{icons → dist/icons}/newsagent.svg +0 -0
- /package/{icons → dist/icons}/nightclub.svg +0 -0
- /package/{icons → dist/icons}/ocean.svg +0 -0
- /package/{icons → dist/icons}/office.svg +0 -0
- /package/{icons → dist/icons}/outdoor_seating.svg +0 -0
- /package/{icons → dist/icons}/palace.svg +0 -0
- /package/{icons → dist/icons}/parcel_locker.svg +0 -0
- /package/{icons → dist/icons}/parking_space.svg +0 -0
- /package/{icons → dist/icons}/parking_tickets.svg +0 -0
- /package/{icons → dist/icons}/pet.svg +0 -0
- /package/{icons → dist/icons}/photo.svg +0 -0
- /package/{icons → dist/icons}/picnic.svg +0 -0
- /package/{icons → dist/icons}/plaque.svg +0 -0
- /package/{icons → dist/icons}/poi.svg +0 -0
- /package/{icons → dist/icons}/post_box.svg +0 -0
- /package/{icons → dist/icons}/post_office.svg +0 -0
- /package/{icons → dist/icons}/postal_code.svg +0 -0
- /package/{icons → dist/icons}/pub.svg +0 -0
- /package/{icons → dist/icons}/public_bath.svg +0 -0
- /package/{icons → dist/icons}/public_bookcase.svg +0 -0
- /package/{icons → dist/icons}/public_building.svg +0 -0
- /package/{icons → dist/icons}/public_transport_tickets.svg +0 -0
- /package/{icons → dist/icons}/reverse.svg +0 -0
- /package/{icons → dist/icons}/river.svg +0 -0
- /package/{icons → dist/icons}/road.svg +0 -0
- /package/{icons → dist/icons}/saddle.svg +0 -0
- /package/{icons → dist/icons}/sauna.svg +0 -0
- /package/{icons → dist/icons}/sea.svg +0 -0
- /package/{icons → dist/icons}/second_hand.svg +0 -0
- /package/{icons → dist/icons}/shintoist.svg +0 -0
- /package/{icons → dist/icons}/shoe.svg +0 -0
- /package/{icons → dist/icons}/shower.svg +0 -0
- /package/{icons → dist/icons}/shrine.svg +0 -0
- /package/{icons → dist/icons}/sikhist.svg +0 -0
- /package/{icons → dist/icons}/slipway.svg +0 -0
- /package/{icons → dist/icons}/snowmobile.svg +0 -0
- /package/{icons → dist/icons}/social_facility.svg +0 -0
- /package/{icons → dist/icons}/sports.svg +0 -0
- /package/{icons → dist/icons}/sprite.json +0 -0
- /package/{icons → dist/icons}/sprite.png +0 -0
- /package/{icons → dist/icons}/sprite@2x.json +0 -0
- /package/{icons → dist/icons}/sprite@2x.png +0 -0
- /package/{icons → dist/icons}/stationery.svg +0 -0
- /package/{icons → dist/icons}/stile.svg +0 -0
- /package/{icons → dist/icons}/stone.svg +0 -0
- /package/{icons → dist/icons}/storage_tank.svg +0 -0
- /package/{icons → dist/icons}/stream.svg +0 -0
- /package/{icons → dist/icons}/street.svg +0 -0
- /package/{icons → dist/icons}/supermarket.svg +0 -0
- /package/{icons → dist/icons}/tea.svg +0 -0
- /package/{icons → dist/icons}/telescope_dish.svg +0 -0
- /package/{icons → dist/icons}/telescope_dome.svg +0 -0
- /package/{icons → dist/icons}/ticket.svg +0 -0
- /package/{icons → dist/icons}/tobacco.svg +0 -0
- /package/{icons → dist/icons}/tower_cantilever_communication.svg +0 -0
- /package/{icons → dist/icons}/tower_cooling.svg +0 -0
- /package/{icons → dist/icons}/tower_dish.svg +0 -0
- /package/{icons → dist/icons}/tower_dome.svg +0 -0
- /package/{icons → dist/icons}/tower_generic.svg +0 -0
- /package/{icons → dist/icons}/tower_lattice.svg +0 -0
- /package/{icons → dist/icons}/tower_lattice_communication.svg +0 -0
- /package/{icons → dist/icons}/tower_lattice_lighting.svg +0 -0
- /package/{icons → dist/icons}/tower_lighting.svg +0 -0
- /package/{icons → dist/icons}/townhall.svg +0 -0
- /package/{icons → dist/icons}/toys.svg +0 -0
- /package/{icons → dist/icons}/trade.svg +0 -0
- /package/{icons → dist/icons}/traffic_light.svg +0 -0
- /package/{icons → dist/icons}/train_station.svg +0 -0
- /package/{icons → dist/icons}/travel_agency.svg +0 -0
- /package/{icons → dist/icons}/tyres.svg +0 -0
- /package/{icons → dist/icons}/university.svg +0 -0
- /package/{icons → dist/icons}/variety_store.svg +0 -0
- /package/{icons → dist/icons}/vehicle_inspection.svg +0 -0
- /package/{icons → dist/icons}/vending_machine.svg +0 -0
- /package/{icons → dist/icons}/video.svg +0 -0
- /package/{icons → dist/icons}/video_games.svg +0 -0
- /package/{icons → dist/icons}/waste_disposal.svg +0 -0
- /package/{icons → dist/icons}/water_well.svg +0 -0
- /package/{icons → dist/icons}/waterfall.svg +0 -0
- /package/{icons → dist/icons}/wilderness_hut.svg +0 -0
package/maplibregl.umd.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
(function(j,$){typeof exports=="object"&&typeof module<"u"?$(exports,require("maplibre-gl")):typeof define=="function"&&define.amd?define(["exports","maplibre-gl"],$):(j=typeof globalThis<"u"?globalThis:j||self,$(j.maplibreglMaptilerGeocoder={},j.maplibregl))})(this,function(j,$){"use strict";var Bs=Object.defineProperty;var vn=j=>{throw TypeError(j)};var Ws=(j,$,me)=>$ in j?Bs(j,$,{enumerable:!0,configurable:!0,writable:!0,value:me}):j[$]=me;var I=(j,$,me)=>Ws(j,typeof $!="symbol"?$+"":$,me),bn=(j,$,me)=>$.has(j)||vn("Cannot "+me);var le=(j,$,me)=>(bn(j,$,"read from private field"),me?me.call(j):$.get(j)),Vt=(j,$,me)=>$.has(j)?vn("Cannot add the same private member more than once"):$ instanceof WeakSet?$.add(j):$.set(j,me),Ct=(j,$,me,dt)=>(bn(j,$,"write to private field"),dt?dt.call(j,me):$.set(j,me),me);var an,fn;function me(i){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(i){for(const t in i)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(i,t);Object.defineProperty(e,t,n.get?n:{enumerable:!0,get:()=>i[t]})}}return e.default=i,Object.freeze(e)}const dt=me($);function ie(){}function En(i,e){for(const t in e)i[t]=e[t];return i}function yi(i){return i()}function vi(){return Object.create(null)}function Ue(i){i.forEach(yi)}function bi(i){return typeof i=="function"}function Ke(i,e){return i!=i?e==e:i!==e||i&&typeof i=="object"||typeof i=="function"}let kt;function ye(i,e){return i===e?!0:(kt||(kt=document.createElement("a")),kt.href=e,i===kt.href)}function Ln(i){return Object.keys(i).length===0}function _n(i,e,t,n){if(i){const r=wi(i,e,t,n);return i[0](r)}}function wi(i,e,t,n){return i[1]&&n?En(t.ctx.slice(),i[1](n(e))):t.ctx}function Sn(i,e,t,n){return i[2],e.dirty}function xn(i,e,t,n,r,u){if(r){const h=wi(e,t,n,u);i.p(h,r)}}function Tn(i){if(i.ctx.length>32){const e=[],t=i.ctx.length/32;for(let n=0;n<t;n++)e[n]=-1;return e}return-1}function Ot(i){return i??""}function V(i,e){i.appendChild(e)}function ne(i,e,t){i.insertBefore(e,t||null)}function ee(i){i.parentNode&&i.parentNode.removeChild(i)}function Y(i){return document.createElement(i)}function ke(i){return document.createElementNS("http://www.w3.org/2000/svg",i)}function Ye(i){return document.createTextNode(i)}function we(){return Ye(" ")}function Mn(){return Ye("")}function ce(i,e,t,n){return i.addEventListener(e,t,n),()=>i.removeEventListener(e,t,n)}function Cn(i){return function(e){return e.preventDefault(),i.call(this,e)}}function S(i,e,t){t==null?i.removeAttribute(e):i.getAttribute(e)!==t&&i.setAttribute(e,t)}function Nn(i){return Array.from(i.childNodes)}function gt(i,e){e=""+e,i.data!==e&&(i.data=e)}function Ei(i,e){i.value=e??""}function Ie(i,e,t){i.classList.toggle(e,!!t)}function kn(i,e,{bubbles:t=!1,cancelable:n=!1}={}){return new CustomEvent(i,{detail:e,bubbles:t,cancelable:n})}let mt;function pt(i){mt=i}function Li(){if(!mt)throw new Error("Function called outside component initialization");return mt}function On(i){Li().$$.on_destroy.push(i)}function _i(){const i=Li();return(e,t,{cancelable:n=!1}={})=>{const r=i.$$.callbacks[e];if(r){const u=kn(e,t,{cancelable:n});return r.slice().forEach(h=>{h.call(i,u)}),!u.defaultPrevented}return!0}}function Rn(i,e){const t=i.$$.callbacks[e.type];t&&t.slice().forEach(n=>n.call(this,e))}const ut=[],Yt=[];let at=[];const Si=[],Pn=Promise.resolve();let Qt=!1;function In(){Qt||(Qt=!0,Pn.then(xi))}function Xt(i){at.push(i)}const Jt=new Set;let ft=0;function xi(){if(ft!==0)return;const i=mt;do{try{for(;ft<ut.length;){const e=ut[ft];ft++,pt(e),An(e.$$)}}catch(e){throw ut.length=0,ft=0,e}for(pt(null),ut.length=0,ft=0;Yt.length;)Yt.pop()();for(let e=0;e<at.length;e+=1){const t=at[e];Jt.has(t)||(Jt.add(t),t())}at.length=0}while(ut.length);for(;Si.length;)Si.pop()();Qt=!1,Jt.clear(),pt(i)}function An(i){if(i.fragment!==null){i.update(),Ue(i.before_update);const e=i.dirty;i.dirty=[-1],i.fragment&&i.fragment.p(i.ctx,e),i.after_update.forEach(Xt)}}function Bn(i){const e=[],t=[];at.forEach(n=>i.indexOf(n)===-1?e.push(n):t.push(n)),t.forEach(n=>n()),at=e}const Rt=new Set;let nt;function Pt(){nt={r:0,c:[],p:nt}}function It(){nt.r||Ue(nt.c),nt=nt.p}function ue(i,e){i&&i.i&&(Rt.delete(i),i.i(e))}function ge(i,e,t,n){if(i&&i.o){if(Rt.has(i))return;Rt.add(i),nt.c.push(()=>{Rt.delete(i),n&&(t&&i.d(1),n())}),i.o(e)}else n&&n()}function Ti(i){return(i==null?void 0:i.length)!==void 0?i:Array.from(i)}function Wn(i,e){ge(i,1,1,()=>{e.delete(i.key)})}function Gn(i,e,t,n,r,u,h,o,g,f,w,_){let N=i.length,R=u.length,O=N;const W={};for(;O--;)W[i[O].key]=O;const M=[],k=new Map,x=new Map,C=[];for(O=R;O--;){const A=_(r,u,O),s=t(A);let l=h.get(s);l?C.push(()=>l.p(A,e)):(l=f(s,A),l.c()),k.set(s,M[O]=l),s in W&&x.set(s,Math.abs(O-W[s]))}const P=new Set,z=new Set;function q(A){ue(A,1),A.m(o,w),h.set(A.key,A),w=A.first,R--}for(;N&&R;){const A=M[R-1],s=i[N-1],l=A.key,a=s.key;A===s?(w=A.first,N--,R--):k.has(a)?!h.has(l)||P.has(l)?q(A):z.has(a)?N--:x.get(l)>x.get(a)?(z.add(l),q(A)):(P.add(a),N--):(g(s,h),N--)}for(;N--;){const A=i[N];k.has(A.key)||g(A,h)}for(;R;)q(M[R-1]);return Ue(C),M}function Qe(i){i&&i.c()}function qe(i,e,t){const{fragment:n,after_update:r}=i.$$;n&&n.m(e,t),Xt(()=>{const u=i.$$.on_mount.map(yi).filter(bi);i.$$.on_destroy?i.$$.on_destroy.push(...u):Ue(u),i.$$.on_mount=[]}),r.forEach(Xt)}function Fe(i,e){const t=i.$$;t.fragment!==null&&(Bn(t.after_update),Ue(t.on_destroy),t.fragment&&t.fragment.d(e),t.on_destroy=t.fragment=null,t.ctx=[])}function Dn(i,e){i.$$.dirty[0]===-1&&(ut.push(i),In(),i.$$.dirty.fill(0)),i.$$.dirty[e/31|0]|=1<<e%31}function Xe(i,e,t,n,r,u,h=null,o=[-1]){const g=mt;pt(i);const f=i.$$={fragment:null,ctx:[],props:u,update:ie,not_equal:r,bound:vi(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(e.context||(g?g.$$.context:[])),callbacks:vi(),dirty:o,skip_bound:!1,root:e.target||g.$$.root};h&&h(f.root);let w=!1;if(f.ctx=t?t(i,e.props||{},(_,N,...R)=>{const O=R.length?R[0]:N;return f.ctx&&r(f.ctx[_],f.ctx[_]=O)&&(!f.skip_bound&&f.bound[_]&&f.bound[_](O),w&&Dn(i,_)),N}):[],f.update(),w=!0,Ue(f.before_update),f.fragment=n?n(f.ctx):!1,e.target){if(e.hydrate){const _=Nn(e.target);f.fragment&&f.fragment.l(_),_.forEach(ee)}else f.fragment&&f.fragment.c();e.intro&&ue(i.$$.fragment),qe(i,e.target,e.anchor),xi()}pt(g)}class Je{constructor(){I(this,"$$");I(this,"$$set")}$destroy(){Fe(this,1),this.$destroy=ie}$on(e,t){if(!bi(t))return ie;const n=this.$$.callbacks[e]||(this.$$.callbacks[e]=[]);return n.push(t),()=>{const r=n.indexOf(t);r!==-1&&n.splice(r,1)}}$set(e){this.$$set&&!Ln(e)&&(this.$$.skip_bound=!0,this.$$set(e),this.$$.skip_bound=!1)}}const zn="4";typeof window<"u"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(zn);function Un(i){let e,t;return{c(){e=ke("svg"),t=ke("path"),S(t,"d","M13.12.706a.982.982 0 0 0-1.391 0L6.907 5.517 2.087.696a.982.982 0 1 0-1.391 1.39l4.821 4.821L.696 11.73a.982.982 0 1 0 1.39 1.39l4.821-4.821 4.822 4.821a.982.982 0 1 0 1.39-1.39L8.298 6.908l4.821-4.822a.988.988 0 0 0 0-1.38Z"),S(e,"viewBox","0 0 14 14"),S(e,"width","13"),S(e,"height","13"),S(e,"class","svelte-en2qvf")},m(n,r){ne(n,e,r),V(e,t)},p:ie,i:ie,o:ie,d(n){n&&ee(e)}}}class Mi extends Je{constructor(e){super(),Xe(this,e,null,Un,Ke,{})}}function qn(i){let e,t;return{c(){e=ke("svg"),t=ke("path"),S(t,"d","M15 0C6.705 0 0 6.705 0 15C0 23.295 6.705 30 15 30C23.295 30 30 23.295 30 15C30 6.705 23.295 0 15 0ZM22.5 20.385L20.385 22.5L15 17.115L9.615 22.5L7.5 20.385L12.885 15L7.5 9.615L9.615 7.5L15 12.885L20.385 7.5L22.5 9.615L17.115 15L22.5 20.385Z"),S(e,"viewBox","0 0 30 30"),S(e,"fill","none"),S(e,"xmlns","http://www.w3.org/2000/svg"),S(e,"class","svelte-d2loi5")},m(n,r){ne(n,e,r),V(e,t)},p:ie,i:ie,o:ie,d(n){n&&ee(e)}}}class Ci extends Je{constructor(e){super(),Xe(this,e,null,qn,Ke,{})}}function Fn(i){let e,t;return{c(){e=Y("img"),ye(e.src,t=i[3]+"area.svg")||S(e,"src",t),S(e,"alt",i[7]),S(e,"title",i[7]),S(e,"class","svelte-w9y5n9")},m(n,r){ne(n,e,r)},p(n,r){r&8&&!ye(e.src,t=n[3]+"area.svg")&&S(e,"src",t),r&128&&S(e,"alt",n[7]),r&128&&S(e,"title",n[7])},d(n){n&&ee(e)}}}function jn(i){let e,t;return{c(){e=Y("img"),ye(e.src,t=i[3]+"reverse.svg")||S(e,"src",t),S(e,"alt",i[7]),S(e,"title",i[7]),S(e,"class","svelte-w9y5n9")},m(n,r){ne(n,e,r)},p(n,r){r&8&&!ye(e.src,t=n[3]+"reverse.svg")&&S(e,"src",t),r&128&&S(e,"alt",n[7]),r&128&&S(e,"title",n[7])},d(n){n&&ee(e)}}}function Zn(i){let e,t;return{c(){e=Y("img"),ye(e.src,t=i[3]+"poi.svg")||S(e,"src",t),S(e,"alt",i[7]),S(e,"title",i[7]),S(e,"class","svelte-w9y5n9")},m(n,r){ne(n,e,r)},p(n,r){r&8&&!ye(e.src,t=n[3]+"poi.svg")&&S(e,"src",t),r&128&&S(e,"alt",n[7]),r&128&&S(e,"title",n[7])},d(n){n&&ee(e)}}}function Hn(i){let e,t;return{c(){e=Y("img"),ye(e.src,t=i[3]+"postal_code.svg")||S(e,"src",t),S(e,"alt",i[7]),S(e,"title",i[7]),S(e,"class","svelte-w9y5n9")},m(n,r){ne(n,e,r)},p(n,r){r&8&&!ye(e.src,t=n[3]+"postal_code.svg")&&S(e,"src",t),r&128&&S(e,"alt",n[7]),r&128&&S(e,"title",n[7])},d(n){n&&ee(e)}}}function Vn(i){let e,t;return{c(){e=Y("img"),ye(e.src,t=i[3]+"street.svg")||S(e,"src",t),S(e,"alt",i[7]),S(e,"title",i[7]),S(e,"class","svelte-w9y5n9")},m(n,r){ne(n,e,r)},p(n,r){r&8&&!ye(e.src,t=n[3]+"street.svg")&&S(e,"src",t),r&128&&S(e,"alt",n[7]),r&128&&S(e,"title",n[7])},d(n){n&&ee(e)}}}function Kn(i){let e,t;return{c(){e=Y("img"),ye(e.src,t=i[3]+"road.svg")||S(e,"src",t),S(e,"alt",i[7]),S(e,"title",i[7]),S(e,"class","svelte-w9y5n9")},m(n,r){ne(n,e,r)},p(n,r){r&8&&!ye(e.src,t=n[3]+"road.svg")&&S(e,"src",t),r&128&&S(e,"alt",n[7]),r&128&&S(e,"title",n[7])},d(n){n&&ee(e)}}}function Yn(i){let e,t;return{c(){e=Y("img"),ye(e.src,t=i[3]+"housenumber.svg")||S(e,"src",t),S(e,"alt",i[7]),S(e,"title",i[7]),S(e,"class","svelte-w9y5n9")},m(n,r){ne(n,e,r)},p(n,r){r&8&&!ye(e.src,t=n[3]+"housenumber.svg")&&S(e,"src",t),r&128&&S(e,"alt",n[7]),r&128&&S(e,"title",n[7])},d(n){n&&ee(e)}}}function Qn(i){let e,t,n,r;return{c(){e=Y("img"),ye(e.src,t=i[5])||S(e,"src",t),S(e,"alt",i[4]),S(e,"title",i[7]),S(e,"class","svelte-w9y5n9")},m(u,h){ne(u,e,h),n||(r=ce(e,"error",i[14]),n=!0)},p(u,h){h&32&&!ye(e.src,t=u[5])&&S(e,"src",t),h&16&&S(e,"alt",u[4]),h&128&&S(e,"title",u[7])},d(u){u&&ee(e),n=!1,r()}}}function Xn(i){let e,t;return{c(){e=Y("div"),S(e,"class","sprite-icon svelte-w9y5n9"),S(e,"style",t=`
|
|
2
|
-
width: ${i[6].width/xe}px;
|
|
3
|
-
height: ${i[6].height/xe}px;
|
|
4
|
-
background-image: url(${i[3]}sprite${$t}.png);
|
|
5
|
-
background-position: -${i[6].x/xe}px -${i[6].y/xe}px;
|
|
6
|
-
background-size: ${Oe.width/xe}px ${Oe.height/xe}px;
|
|
7
|
-
`),S(e,"title",i[7])},m(n,r){ne(n,e,r)},p(n,r){r&72&&t!==(t=`
|
|
8
|
-
width: ${n[6].width/xe}px;
|
|
9
|
-
height: ${n[6].height/xe}px;
|
|
10
|
-
background-image: url(${n[3]}sprite${$t}.png);
|
|
11
|
-
background-position: -${n[6].x/xe}px -${n[6].y/xe}px;
|
|
12
|
-
background-size: ${Oe.width/xe}px ${Oe.height/xe}px;
|
|
13
|
-
`)&&S(e,"style",t),r&128&&S(e,"title",n[7])},d(n){n&&ee(e)}}}function Ni(i){let e,t;return{c(){e=Y("span"),t=Ye(i[7]),S(e,"class","secondary svelte-w9y5n9")},m(n,r){ne(n,e,r),V(e,t)},p(n,r){r&128&>(t,n[7])},d(n){n&&ee(e)}}}function Jn(i){let e,t,n,r,u,h,o,g,f,w=(i[8]?i[0].place_name:i[0].place_name.replace(/,.*/,""))+"",_,N,R=i[2]==="always"||i[2]!=="never"&&!i[0].address&&!i[0].id.startsWith("road.")&&!i[0].id.startsWith("address.")&&!i[0].id.startsWith("postal_code.")&&(!i[0].id.startsWith("poi.")||!i[5])&&!i[8],O,W,M=(i[8]?"":i[0].place_name.replace(/[^,]*,?\s*/,""))+"",k,x,C,P,z,q;function A(m,c){return c&1&&(t=null),c&1&&(n=null),c&1&&(r=null),c&1&&(u=null),Oe&&m[6]?Xn:m[5]?Qn:m[0].address?Yn:(t==null&&(t=!!m[0].id.startsWith("road.")),t?Kn:(n==null&&(n=!!m[0].id.startsWith("address.")),n?Vn:(r==null&&(r=!!m[0].id.startsWith("postal_code.")),r?Hn:(u==null&&(u=!!m[0].id.startsWith("poi.")),u?Zn:m[8]?jn:Fn))))}let s=A(i,-1),l=s(i),a=R&&Ni(i);return{c(){e=Y("li"),l.c(),h=we(),o=Y("span"),g=Y("span"),f=Y("span"),_=Ye(w),N=we(),a&&a.c(),O=we(),W=Y("span"),k=Ye(M),S(f,"class","primary svelte-w9y5n9"),S(g,"class","svelte-w9y5n9"),S(W,"class","line2 svelte-w9y5n9"),S(o,"class","texts svelte-w9y5n9"),S(e,"tabindex","-1"),S(e,"role","option"),S(e,"aria-selected",x=i[1]==="selected"),S(e,"aria-checked",C=i[1]==="picked"),S(e,"class",P=Ot(i[1])+" svelte-w9y5n9")},m(m,c){ne(m,e,c),l.m(e,null),V(e,h),V(e,o),V(o,g),V(g,f),V(f,_),V(g,N),a&&a.m(g,null),V(o,O),V(o,W),V(W,k),z||(q=[ce(e,"mouseenter",i[13]),ce(e,"focus",i[15]),ce(e,"click",i[16])],z=!0)},p(m,[c]){s===(s=A(m,c))&&l?l.p(m,c):(l.d(1),l=s(m),l&&(l.c(),l.m(e,h))),c&257&&w!==(w=(m[8]?m[0].place_name:m[0].place_name.replace(/,.*/,""))+"")&>(_,w),c&293&&(R=m[2]==="always"||m[2]!=="never"&&!m[0].address&&!m[0].id.startsWith("road.")&&!m[0].id.startsWith("address.")&&!m[0].id.startsWith("postal_code.")&&(!m[0].id.startsWith("poi.")||!m[5])&&!m[8]),R?a?a.p(m,c):(a=Ni(m),a.c(),a.m(g,null)):a&&(a.d(1),a=null),c&257&&M!==(M=(m[8]?"":m[0].place_name.replace(/[^,]*,?\s*/,""))+"")&>(k,M),c&2&&x!==(x=m[1]==="selected")&&S(e,"aria-selected",x),c&2&&C!==(C=m[1]==="picked")&&S(e,"aria-checked",C),c&2&&P!==(P=Ot(m[1])+" svelte-w9y5n9")&&S(e,"class",P)},i:ie,o:ie,d(m){m&&ee(e),l.d(),a&&a.d(),z=!1,Ue(q)}}}const ki=typeof devicePixelRatio>"u"?1:devicePixelRatio>1.25,$t=ki?"@2x":"",xe=ki?2:1;let Oe,At;function $n(i,e,t){let n,r,u,{feature:h}=e,{style:o="default"}=e,{showPlaceType:g}=e,{missingIconsCache:f}=e,{iconsBaseUrl:w}=e;const _=_i();let N,R,O,W;function M(){At??(At=fetch(`${w}sprite${$t}.json`).then(s=>s.json()).then(s=>{Oe=s}).catch(()=>{Oe=null}))}function k(){R&&f.add(R),x()}function x(){Oe!==void 0?C():(M(),At==null||At.then(C))}function C(){do{if(W--,t(4,N=n==null?void 0:n[W]),t(6,O=N?Oe==null?void 0:Oe.icons[N]:void 0),O)break;t(5,R=N?w+N.replace(/ /g,"_")+".svg":void 0)}while(W>-1&&(!R||f.has(R)))}function P(s){Rn.call(this,i,s)}const z=()=>k(),q=()=>_("select",void 0),A=s=>{document.activeElement!==s.target&&_("select",void 0)};return i.$$set=s=>{"feature"in s&&t(0,h=s.feature),"style"in s&&t(1,o=s.style),"showPlaceType"in s&&t(2,g=s.showPlaceType),"missingIconsCache"in s&&t(11,f=s.missingIconsCache),"iconsBaseUrl"in s&&t(3,w=s.iconsBaseUrl)},i.$$.update=()=>{var s,l,a,m,c;i.$$.dirty&1&&t(12,n=(s=h.properties)==null?void 0:s.categories),i.$$.dirty&1&&t(8,r=h.place_type[0]==="reverse"),i.$$.dirty&1&&t(7,u=((a=(l=h.properties)==null?void 0:l.categories)==null?void 0:a.join(", "))??((c=(m=h.properties)==null?void 0:m.place_type_name)==null?void 0:c[0])??h.place_type[0]),i.$$.dirty&4096&&(W=(n==null?void 0:n.length)??0,x())},[h,o,g,w,N,R,O,u,r,_,k,f,n,P,z,q,A]}class er extends Je{constructor(e){super(),Xe(this,e,$n,Jn,Ke,{feature:0,style:1,showPlaceType:2,missingIconsCache:11,iconsBaseUrl:3})}}function tr(i){let e;return{c(){e=Y("div"),e.innerHTML='<svg viewBox="0 0 18 18" width="24" height="24" class="svelte-7cmwmc"><path fill="#333" d="M4.4 4.4l.8.8c2.1-2.1 5.5-2.1 7.6 0l.8-.8c-2.5-2.5-6.7-2.5-9.2 0z"></path><path opacity=".1" d="M12.8 12.9c-2.1 2.1-5.5 2.1-7.6 0-2.1-2.1-2.1-5.5 0-7.7l-.8-.8c-2.5 2.5-2.5 6.7 0 9.2s6.6 2.5 9.2 0 2.5-6.6 0-9.2l-.8.8c2.2 2.1 2.2 5.6 0 7.7z"></path></svg>',S(e,"class","svelte-7cmwmc")},m(t,n){ne(t,e,n)},p:ie,i:ie,o:ie,d(t){t&&ee(e)}}}class ir extends Je{constructor(e){super(),Xe(this,e,null,tr,Ke,{})}}function nr(i){let e,t,n;return{c(){e=ke("svg"),t=ke("path"),S(t,"stroke-width","4"),S(t,"d","M 5,33.103579 C 5,17.607779 18.457,5 35,5 C 51.543,5 65,17.607779 65,33.103579 C 65,56.388679 40.4668,76.048179 36.6112,79.137779 C 36.3714,79.329879 36.2116,79.457979 36.1427,79.518879 C 35.8203,79.800879 35.4102,79.942779 35,79.942779 C 34.5899,79.942779 34.1797,79.800879 33.8575,79.518879 C 33.7886,79.457979 33.6289,79.330079 33.3893,79.138079 C 29.5346,76.049279 5,56.389379 5,33.103579 Z M 35.0001,49.386379 C 43.1917,49.386379 49.8323,42.646079 49.8323,34.331379 C 49.8323,26.016779 43.1917,19.276479 35.0001,19.276479 C 26.8085,19.276479 20.1679,26.016779 20.1679,34.331379 C 20.1679,42.646079 26.8085,49.386379 35.0001,49.386379 Z"),S(t,"class","svelte-gzo3ar"),S(e,"width",n=i[0]==="list"?20:void 0),S(e,"viewBox","0 0 70 85"),S(e,"fill","none"),S(e,"class","svelte-gzo3ar"),Ie(e,"in-map",i[0]!=="list"),Ie(e,"list-icon",i[0]==="list")},m(r,u){ne(r,e,u),V(e,t)},p(r,[u]){u&1&&n!==(n=r[0]==="list"?20:void 0)&&S(e,"width",n),u&1&&Ie(e,"in-map",r[0]!=="list"),u&1&&Ie(e,"list-icon",r[0]==="list")},i:ie,o:ie,d(r){r&&ee(e)}}}function rr(i,e,t){let{displayIn:n}=e;return i.$$set=r=>{"displayIn"in r&&t(0,n=r.displayIn)},[n]}class sr extends Je{constructor(e){super(),Xe(this,e,rr,nr,Ke,{displayIn:0})}}function or(i){let e,t;return{c(){e=ke("svg"),t=ke("path"),S(t,"d","M30.003-26.765C13.46-26.765 0-14.158 0 1.337c0 23.286 24.535 42.952 28.39 46.04.24.192.402.316.471.376.323.282.732.424 1.142.424.41 0 .82-.142 1.142-.424.068-.06.231-.183.471-.376 3.856-3.09 28.39-22.754 28.39-46.04 0-15.495-13.46-28.102-30.003-28.102Zm1.757 12.469c4.38 0 7.858 1.052 10.431 3.158 2.595 2.105 3.89 4.913 3.89 8.422 0 2.34-.53 4.362-1.593 6.063-1.063 1.702-3.086 3.616-6.063 5.742-2.042 1.51-3.337 2.659-3.89 3.446-.532.787-.8 1.82-.8 3.096v1.914h-8.449V15.18c0-2.041.434-3.815 1.306-5.325.872-1.51 2.467-3.118 4.785-4.82 2.233-1.594 3.7-2.89 4.402-3.889a5.582 5.582 0 0 0 1.087-3.35c0-1.382-.51-2.435-1.531-3.158-1.02-.723-2.45-1.087-4.28-1.087-3.19 0-6.826 1.047-10.91 3.131l-3.472-6.986c4.742-2.659 9.77-3.992 15.087-3.992Zm-1.88 37.324c1.765 0 3.124.472 4.08 1.408.98.936 1.47 2.276 1.47 4.02 0 1.68-.49 3.007-1.47 3.985-.977.957-2.336 1.435-4.08 1.435-1.787 0-3.171-.465-4.15-1.4-.978-.958-1.47-2.298-1.47-4.02 0-1.787.48-3.14 1.436-4.054.957-.915 2.355-1.374 4.184-1.374Z"),S(e,"viewBox","0 0 60.006 21.412"),S(e,"width","14"),S(e,"height","20"),S(e,"class","svelte-en2qvf")},m(n,r){ne(n,e,r),V(e,t)},p:ie,i:ie,o:ie,d(n){n&&ee(e)}}}class lr extends Je{constructor(e){super(),Xe(this,e,null,or,Ke,{})}}function ur(i){let e,t,n;return{c(){e=ke("svg"),t=ke("circle"),n=ke("path"),S(t,"cx","4.789"),S(t,"cy","4.787"),S(t,"r","3.85"),S(t,"class","svelte-1aq105l"),S(n,"d","M12.063 12.063 7.635 7.635"),S(n,"class","svelte-1aq105l"),S(e,"xmlns","http://www.w3.org/2000/svg"),S(e,"width","13"),S(e,"height","13"),S(e,"viewBox","0 0 13 13"),S(e,"class","svelte-1aq105l")},m(r,u){ne(r,e,u),V(e,t),V(e,n)},p:ie,i:ie,o:ie,d(r){r&&ee(e)}}}class ar extends Je{constructor(e){super(),Xe(this,e,null,ur,Ke,{})}}function fr(i,e,t){const n=e[1],r=e[0],u=n-r;return i===n&&t?i:((i-r)%u+u)%u+r}function Bt(i){const e=[...i];return e[2]<e[0]&&(Math.abs((e[0]+e[2]+360)/2)>Math.abs((e[0]-360+e[2])/2)?e[0]-=360:e[2]+=360),e}let yt;async function cr(i,e,t){const n=i==null?void 0:i.getCenterAndZoom();for(const r of e??[])if(!(n&&(r.minZoom!=null&&r.minZoom>n[0]||r.maxZoom!=null&&r.maxZoom<n[0]))){if(r.type==="fixed")return r.coordinates.join(",");e:if(r.type==="client-geolocation"){if(yt&&r.cachedLocationExpiry&&yt.time+r.cachedLocationExpiry>Date.now()){if(!yt.coords)break e;return yt.coords}let u;try{return u=await new Promise((h,o)=>{t.signal.addEventListener("abort",()=>{o(Error("aborted"))}),navigator.geolocation.getCurrentPosition(g=>{h([g.coords.longitude,g.coords.latitude].map(f=>f.toFixed(6)).join(","))},g=>{o(g)},r)}),u}catch{}finally{r.cachedLocationExpiry&&(yt={time:Date.now(),coords:u})}if(t.signal.aborted)return}if(r.type==="server-geolocation")return"ip";if(n&&r.type==="map-center")return n[1].toFixed(6)+","+n[2].toFixed(6)}}const hr=/^(NORTH|SOUTH|[NS])?\s*([+-]?[0-8]?[0-9])\s*([•º°\.:]|D(?:EG)?(?:REES)?)?\s*,?([6-9][0-9])\s*(['′´’\.:]|M(?:IN)?(?:UTES)?)?\s*(NORTH|SOUTH|[NS])?(?:\s*[,/;]\s*|\s*)(EAST|WEST|[EW])?\s*([+-]?[0-1]?[0-9]?[0-9])\s*([•º°\.:]|D(?:EG)?(?:REES)?)?\s*,?([6-9][0-9])\s*(['′´’\.:]|M(?:IN)?(?:UTES)?)?\s*(EAST|WEST|[EW])?$/i,Oi=/^([+-]?[0-8]?[0-9])\s+([0-5]?[0-9]\.\d{3,})[\s,]{1,}([+-]?[0-1]?[0-9]?[0-9])\s+([0-5]?[0-9]\.\d{3,})$/,Ri=/^(NORTH|SOUTH|[NS])?[\s]*([+-]?[0-8]?[0-9](?:[\.,]\d{3,}))[\s]*([•º°]?)[\s]*(NORTH|SOUTH|[NS])?[\s]*[,/;]?[\s]*(EAST|WEST|[EW])?[\s]*([+-]?[0-1]?[0-9]?[0-9](?:[\.,]\d{3,}))[\s]*([•º°]?)[\s]*(EAST|WEST|[EW])?$/i,Pi=/^(NORTH|SOUTH|[NS])?\s*([+-]?[0-8]?[0-9])\s*(\.)\s*([0-5]?[0-9])\s*(\.)\s*((?:[0-5]?[0-9])(?:[\.,]\d{1,3})?)?\s*(NORTH|SOUTH|[NS])?(?:\s*[,/;]\s*|\s*)(EAST|WEST|[EW])?\s*([+-]?[0-1]?[0-9]?[0-9])\s*(\.)\s*([0-5]?[0-9])\s*(\.)\s*((?:[0-5]?[0-9])(?:[\.,]\d{1,3})?)?\s*(EAST|WEST|[EW])?$/i,Ii=/^(NORTH|SOUTH|[NS])?\s*([+-]?[0-8]?[0-9])\s*(D(?:EG)?(?:REES)?)\s*([0-5]?[0-9])\s*(M(?:IN)?(?:UTES)?)\s*((?:[0-5]?[0-9])(?:[\.,]\d{1,3})?)?\s*(S(?:EC)?(?:ONDS)?)?\s*(NORTH|SOUTH|[NS])?(?:\s*[,/;]\s*|\s*)(EAST|WEST|[EW])?\s*([+-]?[0-1]?[0-9]?[0-9])\s*(D(?:EG)?(?:REES)?)\s*([0-5]?[0-9])\s*(M(?:IN)?(?:UTES)?)\s*((?:[0-5]?[0-9])(?:[\.,]\d{1,3})?)?\s*(S(?:EC)?(?:ONDS)?)\s*(EAST|WEST|[EW])?$/i,Ai=/^(NORTH|SOUTH|[NS])?\s*([+-]?[0-8]?[0-9])\s*([•º°\.:]|D(?:EG)?(?:REES)?)?\s*,?([0-5]?[0-9](?:[\.,]\d{1,})?)?\s*(['′´’\.:]|M(?:IN)?(?:UTES)?)?\s*,?((?:[0-5]?[0-9])(?:[\.,]\d{1,3})?)?\s*(''|′′|’’|´´|["″”\.])?\s*(NORTH|SOUTH|[NS])?(?:\s*[,/;]\s*|\s*)(EAST|WEST|[EW])?\s*([+-]?[0-1]?[0-9]?[0-9])\s*([•º°\.:]|D(?:EG)?(?:REES)?)?\s*,?([0-5]?[0-9](?:[\.,]\d{1,})?)?\s*(['′´’\.:]|M(?:IN)?(?:UTES)?)?\s*,?((?:[0-5]?[0-9])(?:[\.,]\d{1,3})?)?\s*(''|′′|´´|’’|["″”\.])?\s*(EAST|WEST|[EW])?$/i;function dr(i){if(!["DMS","DM","DD"].includes(i))throw new Error("invalid format specified");if(this.decimalCoordinates&&this.decimalCoordinates.trim()){const e=this.decimalCoordinates.split(",").map(R=>Number(R.trim())),t=Number(e[0]),n=Number(e[1]),r=Math.abs(t),u=Math.abs(n),h=t>0?"N":"S",o=n>0?"E":"W";let g;i=="DD"&&(g=`${r}° ${h}, ${u}° ${o}`);const f=Math.floor(r),w=Math.floor(u),_=(r-f)*60,N=(u-w)*60;if(i=="DM"){let R=Bi(_,3).toFixed(3).padStart(6,"0"),O=Bi(N,3).toFixed(3).padStart(6,"0");R.endsWith(".000")&&O.endsWith(".000")&&(R=R.replace(/\.000$/,""),O=O.replace(/\.000$/,"")),g=`${f}° ${R}' ${h}, ${w}° ${O}' ${o}`}if(i=="DMS"){const R=Math.floor(_),O=Math.floor(N);let W=((_-R)*60).toFixed(1).padStart(4,"0"),M=((N-O)*60).toFixed(1).padStart(4,"0");const k=R.toString().padStart(2,"0"),x=O.toString().padStart(2,"0");W.endsWith(".0")&&M.endsWith(".0")&&(W=W.replace(/\.0$/,""),M=M.replace(/\.0$/,"")),g=`${f}° ${k}' ${W}" ${h}, ${w}° ${x}' ${M}" ${o}`}return g}else throw new Error("no decimal coordinates to convert")}function Bi(i,e){const t=Math.pow(10,e);return Math.round((i+Number.EPSILON)*t)/t}function ei(i,e){e||(e=5),i=i.replace(/\s+/g," ").trim();let t=null,n=null,r="",u="",h=null,o=[],g=!1;if(hr.test(i))throw new Error("invalid coordinate value");if(Oi.test(i))if(o=Oi.exec(i),g=vt(o),g)t=Math.abs(o[1])+o[2]/60,Number(o[1])<0&&(t*=-1),n=Math.abs(o[3])+o[4]/60,Number(o[3])<0&&(n*=-1),h="DM";else throw new Error("invalid coordinate format");else if(Ri.test(i))if(o=Ri.exec(i),g=vt(o),g){if(t=o[2],n=o[6],t.includes(",")&&(t=t.replace(",",".")),n.includes(",")&&(n=n.replace(",",".")),h="DD",Number(Math.round(t))==Number(t))throw new Error("integer only coordinate provided");if(Number(Math.round(n))==Number(n))throw new Error("integer only coordinate provided");o[1]?(r=o[1],u=o[5]):o[4]&&(r=o[4],u=o[8])}else throw new Error("invalid decimal coordinate format");else if(Pi.test(i))if(o=Pi.exec(i),g=vt(o),g)t=Math.abs(parseInt(o[2])),o[4]&&(t+=o[4]/60,h="DM"),o[6]&&(t+=o[6].replace(",",".")/3600,h="DMS"),parseInt(o[2])<0&&(t=-1*t),n=Math.abs(parseInt(o[9])),o[11]&&(n+=o[11]/60),o[13]&&(n+=o[13].replace(",",".")/3600),parseInt(o[9])<0&&(n=-1*n),o[1]?(r=o[1],u=o[8]):o[7]&&(r=o[7],u=o[14]);else throw new Error("invalid DMS coordinates format");else if(Ii.test(i))if(o=Ii.exec(i),g=vt(o),g)t=Math.abs(parseInt(o[2])),o[4]&&(t+=o[4]/60,h="DM"),o[6]&&(t+=o[6]/3600,h="DMS"),parseInt(o[2])<0&&(t=-1*t),n=Math.abs(parseInt(o[10])),o[12]&&(n+=o[12]/60),o[14]&&(n+=o[14]/3600),parseInt(o[10])<0&&(n=-1*n),o[1]?(r=o[1],u=o[9]):o[8]&&(r=o[8],u=o[16]);else throw new Error("invalid DMS coordinates format");else if(Ai.test(i)){if(o=Ai.exec(i),g=vt(o),o.filter(f=>f).length<=5)throw new Error("invalid coordinates format");if(g)t=Math.abs(parseInt(o[2])),o[4]&&(t+=o[4].replace(",",".")/60,h="DM"),o[6]&&(t+=o[6].replace(",",".")/3600,h="DMS"),parseInt(o[2])<0&&(t=-1*t),n=Math.abs(parseInt(o[10])),o[12]&&(n+=o[12].replace(",",".")/60),o[14]&&(n+=o[14].replace(",",".")/3600),parseInt(o[10])<0&&(n=-1*n),o[1]?(r=o[1],u=o[9]):o[8]&&(r=o[8],u=o[16]);else throw new Error("invalid coordinates format")}if(g){if(Math.abs(n)>=180)throw new Error("invalid longitude value");if(Math.abs(t)>=90)throw new Error("invalid latitude value");if(r&&!u||!r&&u)throw new Error("invalid coordinates value");if(r&&r==u)throw new Error("invalid coordinates format");t.toString().includes(",")&&(t=t.replace(",",".")),n.toString().includes(",")&&(n=n.replace(",","."));let f=/S|SOUTH/i;f.test(r)&&t>0&&(t=-1*t),f=/W|WEST/i,f.test(u)&&n>0&&(n=-1*n);const w=o[0].trim();let _,N;const R=/[,/;\u0020]/g,O=w.match(R);if(O==null){const k=Math.floor(i.length/2);_=w.substring(0,k).trim(),N=w.substring(k).trim()}else{let k;O.length%2==1?k=Math.floor(O.length/2):k=O.length/2-1;let x=0;if(k==0)x=w.indexOf(O[0]),_=w.substring(0,x).trim(),N=w.substring(x+1).trim();else{let C=0,P=0;for(;C<=k;)x=w.indexOf(O[C],P),P=x+1,C++;_=w.substring(0,x).trim(),N=w.substring(x+1).trim()}}const W=_.split(".");if(W.length==2&&W[1]==0&&W[1].length!=2)throw new Error("invalid coordinates format");const M=N.split(".");if(M.length==2&&M[1]==0&&M[1].length!=2)throw new Error("invalid coordinates format");if(/^\d+$/.test(_)||/^\d+$/.test(N))throw new Error("degree only coordinate/s provided");return t=Number(Number(t).toFixed(e)),n=Number(Number(n).toFixed(e)),Object.freeze({verbatimCoordinates:w,verbatimLatitude:_,verbatimLongitude:N,decimalLatitude:t,decimalLongitude:n,decimalCoordinates:`${t},${n}`,originalFormat:h,closeEnough:gr,toCoordinateFormat:dr})}else throw new Error("coordinates pattern match failed")}function vt(i){if(!isNaN(i[0]))return!1;const e=[...i];if(e.shift(),e.length%2>0)return!1;const t=/^[-+]?\d+([\.,]\d+)?$/,n=/[eastsouthnorthwest]+/i,r=e.length/2;for(let u=0;u<r;u++){const h=e[u],o=e[u+r],g=t.test(h)&&t.test(o),f=n.test(h)&&n.test(o),w=h==o;if(!(h==null&&o==null)){if(h==null||o==null)return!1;if(g||f||w)continue;return!1}}return!0}function Wi(i,e){const t=Math.abs(i-e);return Number(t.toFixed(6))<=1e-5}function gr(i){if(!i)throw new Error("coords must be provided");if(i.includes(",")){const e=i.split(",");if(Number(e[0])==NaN||Number(e[1])==NaN)throw new Error("coords are not valid decimals");return Wi(this.decimalLatitude,Number(e[0]))&&Wi(this.decimalLongitude,e[1])}else throw new Error("coords being tested must be separated by a comma")}const mr=Object.freeze({DMS:"DMS",DM:"DM",DD:"DD"});ei.to=mr;const pr=[{verbatimCoordinates:"40.123, -74.123",verbatimLatitude:"40.123",verbatimLongitude:"-74.123"},{verbatimCoordinates:"40.123° N 74.123° W",verbatimLatitude:"40.123° N",verbatimLongitude:"74.123° W"},{verbatimCoordinates:"40.123° N 74.123° W",verbatimLatitude:"40.123° N",verbatimLongitude:"74.123° W"},{verbatimCoordinates:'40° 7´ 22.8" N 74° 7´ 22.8" W',verbatimLatitude:'40° 7´ 22.8" N',verbatimLongitude:'74° 7´ 22.8" W'},{verbatimCoordinates:"40° 7.38’ , -74° 7.38’",verbatimLatitude:"40° 7.38’",verbatimLongitude:"-74° 7.38’"},{verbatimCoordinates:"N40°7’22.8’’, W74°7’22.8’’",verbatimLatitude:"N40°7’22.8’’",verbatimLongitude:"W74°7’22.8’’"},{verbatimCoordinates:'40°7’22.8"N, 74°7’22.8"W',verbatimLatitude:'40°7’22.8"N',verbatimLongitude:'74°7’22.8"W'},{verbatimCoordinates:`40°7'22.8"N, 74°7'22.8"W`,verbatimLatitude:`40°7'22.8"N`,verbatimLongitude:`74°7'22.8"W`},{verbatimCoordinates:"40 7 22.8, -74 7 22.8",verbatimLatitude:"40 7 22.8",verbatimLongitude:"-74 7 22.8"},{verbatimCoordinates:"40.123 -74.123",verbatimLatitude:"40.123",verbatimLongitude:"-74.123"},{verbatimCoordinates:"40.123°,-74.123°",verbatimLatitude:"40.123°",verbatimLongitude:"-74.123°"},{verbatimCoordinates:"40.123N74.123W",verbatimLatitude:"40.123N",verbatimLongitude:"74.123W"},{verbatimCoordinates:"4007.38N7407.38W",verbatimLatitude:"4007.38N",verbatimLongitude:"7407.38W"},{verbatimCoordinates:'40°7’22.8"N, 74°7’22.8"W',verbatimLatitude:'40°7’22.8"N',verbatimLongitude:'74°7’22.8"W'},{verbatimCoordinates:"400722.8N740722.8W",verbatimLatitude:"400722.8N",verbatimLongitude:"740722.8W"},{verbatimCoordinates:"N 40 7.38 W 74 7.38",verbatimLatitude:"N 40 7.38",verbatimLongitude:"W 74 7.38"},{verbatimCoordinates:"40:7:22.8N 74:7:22.8W",verbatimLatitude:"40:7:22.8N",verbatimLongitude:"74:7:22.8W"},{verbatimCoordinates:"40:7:23N,74:7:23W",verbatimLatitude:"40:7:23N",verbatimLongitude:"74:7:23W",decimalLatitude:40.1230555555,decimalLongitude:-74.1230555555},{verbatimCoordinates:'40°7’23"N 74°7’23"W',verbatimLatitude:'40°7’23"N',verbatimLongitude:'74°7’23"W',decimalLatitude:40.1230555555,decimalLongitude:-74.12305555555555},{verbatimCoordinates:'40°7’23"S 74°7’23"E',verbatimLatitude:'40°7’23"S',verbatimLongitude:'74°7’23"E',decimalLatitude:-40.1230555555,decimalLongitude:74.12305555555555},{verbatimCoordinates:'40°7’23" -74°7’23"',verbatimLatitude:'40°7’23"',verbatimLongitude:'-74°7’23"',decimalLatitude:40.1230555555,decimalLongitude:-74.123055555},{verbatimCoordinates:'40d 7’ 23" N 74d 7’ 23" W',verbatimLatitude:'40d 7’ 23" N',verbatimLongitude:'74d 7’ 23" W',decimalLatitude:40.1230555555,decimalLongitude:-74.123055555},{verbatimCoordinates:"40.123N 74.123W",verbatimLatitude:"40.123N",verbatimLongitude:"74.123W"},{verbatimCoordinates:"40° 7.38, -74° 7.38",verbatimLatitude:"40° 7.38",verbatimLongitude:"-74° 7.38"},{verbatimCoordinates:"40° 7.38, -74° 7.38",verbatimLatitude:"40° 7.38",verbatimLongitude:"-74° 7.38"},{verbatimCoordinates:"40 7 22.8; -74 7 22.8",verbatimLatitude:"40 7 22.8",verbatimLongitude:"-74 7 22.8"}],yr={decimalLatitude:40.123,decimalLongitude:-74.123},vr=[{verbatimCoordinates:`50°4'17.698"south, 14°24'2.826"east`,verbatimLatitude:`50°4'17.698"south`,verbatimLongitude:`14°24'2.826"east`,decimalLatitude:-50.07158277777778,decimalLongitude:14.400785},{verbatimCoordinates:"50d4m17.698S 14d24m2.826E",verbatimLatitude:"50d4m17.698S",verbatimLongitude:"14d24m2.826E",decimalLatitude:-50.07158277777778,decimalLongitude:14.400785},{verbatimCoordinates:"40:26:46N,79:56:55W",verbatimLatitude:"40:26:46N",verbatimLongitude:"79:56:55W",decimalLatitude:40.44611111111111,decimalLongitude:-79.9486111111111},{verbatimCoordinates:"40:26:46.302N 79:56:55.903W",verbatimLatitude:"40:26:46.302N",verbatimLongitude:"79:56:55.903W",decimalLatitude:40.446195,decimalLongitude:-79.94886194444445},{verbatimCoordinates:"40°26′47″N 79°58′36″W",verbatimLatitude:"40°26′47″N",verbatimLongitude:"79°58′36″W",decimalLatitude:40.44638888888889,decimalLongitude:-79.97666666666667},{verbatimCoordinates:"40d 26′ 47″ N 79d 58′ 36″ W",verbatimLatitude:"40d 26′ 47″ N",verbatimLongitude:"79d 58′ 36″ W",decimalLatitude:40.44638888888889,decimalLongitude:-79.97666666666667},{verbatimCoordinates:"40.446195N 79.948862W",verbatimLatitude:"40.446195N",verbatimLongitude:"79.948862W",decimalLatitude:40.446195,decimalLongitude:-79.948862},{verbatimCoordinates:"40,446195° 79,948862°",verbatimLatitude:"40,446195°",verbatimLongitude:"79,948862°",decimalLatitude:40.446195,decimalLongitude:79.948862},{verbatimCoordinates:"40° 26.7717, -79° 56.93172",verbatimLatitude:"40° 26.7717",verbatimLongitude:"-79° 56.93172",decimalLatitude:40.446195,decimalLongitude:-79.948862},{verbatimCoordinates:"40.446195, -79.948862",verbatimLatitude:"40.446195",verbatimLongitude:"-79.948862",decimalLatitude:40.446195,decimalLongitude:-79.948862},{verbatimCoordinates:"40.123256; -74.123256",verbatimLatitude:"40.123256",verbatimLongitude:"-74.123256",decimalLatitude:40.123256,decimalLongitude:-74.123256},{verbatimCoordinates:"18°24S 22°45E",verbatimLatitude:"18°24S",verbatimLongitude:"22°45E",decimalLatitude:-18.4,decimalLongitude:22.75}],br=[{verbatimCoordinates:"10.432342S 10.6345345E",verbatimLatitude:"10.432342S",verbatimLongitude:"10.6345345E",decimalLatitude:-10.432342,decimalLongitude:10.6345345},{verbatimCoordinates:"10.00S 10.00E",verbatimLatitude:"10.00S",verbatimLongitude:"10.00E",decimalLatitude:-10,decimalLongitude:10},{verbatimCoordinates:"00.00S 01.00E",verbatimLatitude:"00.00S",verbatimLongitude:"01.00E",decimalLatitude:0,decimalLongitude:1},{verbatimCoordinates:"18.24S 22.45E",verbatimLatitude:"18.24S",verbatimLongitude:"22.45E",decimalLatitude:-18.4,decimalLongitude:22.75},{verbatimCoordinates:"27deg 15min 45.2sec S 18deg 32min 53.7sec E",verbatimLatitude:"27deg 15min 45.2sec S",verbatimLongitude:"18deg 32min 53.7sec E",decimalLatitude:-27.262555555555554,decimalLongitude:18.54825},{verbatimCoordinates:"-23.3245° S / 28.2344° E",verbatimLatitude:"-23.3245° S",verbatimLongitude:"28.2344° E",decimalLatitude:-23.3245,decimalLongitude:28.2344},{verbatimCoordinates:"40° 26.7717 -79° 56.93172",verbatimLatitude:"40° 26.7717",verbatimLongitude:"-79° 56.93172",decimalLatitude:40.446195,decimalLongitude:-79.948862},{verbatimCoordinates:"27.15.45S 18.32.53E",verbatimLatitude:"27.15.45S",verbatimLongitude:"18.32.53E",decimalLatitude:-27.2625,decimalLongitude:18.548055},{verbatimCoordinates:"-27.15.45 18.32.53",verbatimLatitude:"-27.15.45",verbatimLongitude:"18.32.53",decimalLatitude:-27.2625,decimalLongitude:18.548055},{verbatimCoordinates:"27.15.45.2S 18.32.53.4E",verbatimLatitude:"27.15.45.2S",verbatimLongitude:"18.32.53.4E",decimalLatitude:-27.262556,decimalLongitude:18.548167},{verbatimCoordinates:"27.15.45,2S 18.32.53,4E",verbatimLatitude:"27.15.45,2S",verbatimLongitude:"18.32.53,4E",decimalLatitude:-27.262556,decimalLongitude:18.548167},{verbatimCoordinates:"S23.43563 ° E22.45634 °",verbatimLatitude:"S23.43563 °",verbatimLongitude:"E22.45634 °",decimalLatitude:-23.43563,decimalLongitude:22.45634},{verbatimCoordinates:"27,71372° S 23,07771° E",verbatimLatitude:"27,71372° S",verbatimLongitude:"23,07771° E",decimalLatitude:-27.71372,decimalLongitude:23.07771},{verbatimCoordinates:"27.45.34 S 23.23.23 E",verbatimLatitude:"27.45.34 S",verbatimLongitude:"23.23.23 E",decimalLatitude:-27.759444,decimalLongitude:23.38972222},{verbatimCoordinates:"S 27.45.34 E 23.23.23",verbatimLatitude:"S 27.45.34",verbatimLongitude:"E 23.23.23",decimalLatitude:-27.759444,decimalLongitude:23.38972222},{verbatimCoordinates:"53 16.3863,4 52.8171",verbatimLatitude:"53 16.3863",verbatimLongitude:"4 52.8171",decimalLatitude:53.273105,decimalLongitude:4.88029},{verbatimCoordinates:"50 8.2914,-5 2.4447",verbatimLatitude:"50 8.2914",verbatimLongitude:"-5 2.4447",decimalLatitude:50.13819,decimalLongitude:-5.040745},{verbatimCoordinates:"N 48° 30,6410', E 18° 57,4583'",verbatimLatitude:"N 48° 30,6410'",verbatimLongitude:"E 18° 57,4583'",decimalLatitude:48.51068,decimalLongitude:18.95764},{verbatimCoordinates:"1.23456, 18.33453",verbatimLatitude:"1.23456",verbatimLongitude:"18.33453",decimalLatitude:1.23456,decimalLongitude:18.33453}];function wr(){const i=[];return pr.forEach(e=>{e.decimalLatitude?i.push(e):i.push({...e,...yr})}),[...i,...vr,...br]}const Er=wr();ei.formats=Er.map(i=>i.verbatimCoordinates);const Lr=ei;function Gi(i,e,t){const n=i.slice();return n[97]=e[t],n[99]=t,n}function Di(i){let e,t;return e=new ir({}),{c(){Qe(e.$$.fragment)},m(n,r){qe(e,n,r),t=!0},i(n){t||(ue(e.$$.fragment,n),t=!0)},o(n){ge(e.$$.fragment,n),t=!1},d(n){Fe(e,n)}}}function zi(i){let e,t,n,r,u;return t=new lr({}),{c(){e=Y("button"),Qe(t.$$.fragment),S(e,"type","button"),S(e,"title",i[10]),S(e,"class","svelte-bz0zu3"),Ie(e,"active",i[0])},m(h,o){ne(h,e,o),qe(t,e,null),n=!0,r||(u=ce(e,"click",i[79]),r=!0)},p(h,o){(!n||o[0]&1024)&&S(e,"title",h[10]),(!n||o[0]&1)&&Ie(e,"active",h[0])},i(h){n||(ue(t.$$.fragment,h),n=!0)},o(h){ge(t.$$.fragment,h),n=!1},d(h){h&&ee(e),Fe(t),r=!1,u()}}}function _r(i){let e,t=[],n=new Map,r,u,h,o=Ti(i[13]);const g=f=>f[97].id+(f[97].address?","+f[97].address:"");for(let f=0;f<o.length;f+=1){let w=Gi(i,o,f),_=g(w);n.set(_,t[f]=Ui(_,w))}return{c(){e=Y("ul");for(let f=0;f<t.length;f+=1)t[f].c();S(e,"class","options svelte-bz0zu3"),S(e,"role","listbox")},m(f,w){ne(f,e,w);for(let _=0;_<t.length;_+=1)t[_]&&t[_].m(e,null);r=!0,u||(h=[ce(e,"mouseleave",i[27]),ce(e,"blur",i[83]),ce(e,"keydown",i[23])],u=!0)},p(f,w){w[0]&102823936&&(o=Ti(f[13]),Pt(),t=Gn(t,w,g,1,f,o,n,e,Wn,Ui,null,Gi),It())},i(f){if(!r){for(let w=0;w<o.length;w+=1)ue(t[w]);r=!0}},o(f){for(let w=0;w<t.length;w+=1)ge(t[w]);r=!1},d(f){f&&ee(e);for(let w=0;w<t.length;w+=1)t[w].d();u=!1,Ue(h)}}}function Sr(i){let e,t,n,r,u,h;return t=new Ci({}),{c(){e=Y("div"),Qe(t.$$.fragment),n=we(),r=Y("div"),u=Ye(i[8]),S(r,"class","svelte-bz0zu3"),S(e,"class","no-results svelte-bz0zu3")},m(o,g){ne(o,e,g),qe(t,e,null),V(e,n),V(e,r),V(r,u),h=!0},p(o,g){(!h||g[0]&256)&>(u,o[8])},i(o){h||(ue(t.$$.fragment,o),h=!0)},o(o){ge(t.$$.fragment,o),h=!1},d(o){o&&ee(e),Fe(t)}}}function xr(i){let e="",t;return{c(){t=Ye(e)},m(n,r){ne(n,t,r)},p:ie,i:ie,o:ie,d(n){n&&ee(t)}}}function Tr(i){let e,t,n,r,u,h,o,g,f,w,_;return t=new Ci({}),g=new Mi({}),{c(){e=Y("div"),Qe(t.$$.fragment),n=we(),r=Y("div"),u=Ye(i[7]),h=we(),o=Y("button"),Qe(g.$$.fragment),S(r,"class","svelte-bz0zu3"),S(o,"class","svelte-bz0zu3"),S(e,"class","error svelte-bz0zu3")},m(N,R){ne(N,e,R),qe(t,e,null),V(e,n),V(e,r),V(r,u),V(e,h),V(e,o),qe(g,o,null),f=!0,w||(_=ce(o,"click",i[80]),w=!0)},p(N,R){(!f||R[0]&128)&>(u,N[7])},i(N){f||(ue(t.$$.fragment,N),ue(g.$$.fragment,N),f=!0)},o(N){ge(t.$$.fragment,N),ge(g.$$.fragment,N),f=!1},d(N){N&&ee(e),Fe(t),Fe(g),w=!1,_()}}}function Ui(i,e){var o;let t,n,r;function u(){return e[81](e[99])}function h(){return e[82](e[97])}return n=new er({props:{feature:e[97],showPlaceType:e[11],style:e[15]===e[99]?"selected":((o=e[14])==null?void 0:o.id)===e[97].id?"picked":"default",missingIconsCache:e[21],iconsBaseUrl:e[12]}}),n.$on("mouseenter",u),n.$on("select",h),{key:i,first:null,c(){t=Mn(),Qe(n.$$.fragment),this.first=t},m(g,f){ne(g,t,f),qe(n,g,f),r=!0},p(g,f){var _;e=g;const w={};f[0]&8192&&(w.feature=e[97]),f[0]&2048&&(w.showPlaceType=e[11]),f[0]&57344&&(w.style=e[15]===e[99]?"selected":((_=e[14])==null?void 0:_.id)===e[97].id?"picked":"default"),f[0]&4096&&(w.iconsBaseUrl=e[12]),n.$set(w)},i(g){r||(ue(n.$$.fragment,g),r=!0)},o(g){ge(n.$$.fragment,g),r=!1},d(g){g&&ee(t),Fe(n,g)}}}function Mr(i){let e,t,n,r,u,h,o,g,f,w,_,N,R,O,W,M,k,x,C,P,z,q=!1;u=new ar({}),_=new Mi({});let A=i[20]&&Di(),s=i[6]==="button"&&zi(i);const l=i[70].default,a=_n(l,i,i[69],null),m=[Tr,xr,Sr,_r],c=[];function p(y,d){var v,b;return y[19]?0:!y[16]&&!y[4]?1:((v=y[13])==null?void 0:v.length)===0?2:(b=y[13])!=null&&b.length&&(y[16]||y[4])?3:-1}return~(M=p(i))&&(k=c[M]=m[M](i)),{c(){e=we(),t=Y("form"),n=Y("div"),r=Y("button"),Qe(u.$$.fragment),h=we(),o=Y("input"),g=we(),f=Y("div"),w=Y("button"),Qe(_.$$.fragment),N=we(),A&&A.c(),R=we(),s&&s.c(),O=we(),a&&a.c(),W=we(),k&&k.c(),S(r,"class","search-button svelte-bz0zu3"),S(r,"type","button"),S(o,"placeholder",i[9]),S(o,"aria-label",i[9]),S(o,"class","svelte-bz0zu3"),S(w,"type","button"),S(w,"title",i[3]),S(w,"class","svelte-bz0zu3"),S(f,"class","clear-button-container svelte-bz0zu3"),Ie(f,"displayable",i[1]!==""),S(n,"class","input-group svelte-bz0zu3"),S(t,"class",x=Ot(i[2])+" svelte-bz0zu3"),Ie(t,"can-collapse",i[5]&&i[1]==="")},m(y,d){ne(y,e,d),ne(y,t,d),V(t,n),V(n,r),qe(u,r,null),V(n,h),V(n,o),i[72](o),Ei(o,i[1]),V(n,g),V(n,f),V(f,w),qe(_,w,null),V(f,N),A&&A.m(f,null),V(n,R),s&&s.m(n,null),V(n,O),a&&a.m(n,null),V(t,W),~M&&c[M].m(t,null),C=!0,P||(z=[ce(r,"click",i[71]),ce(o,"input",i[73]),ce(o,"focus",i[74]),ce(o,"blur",i[75]),ce(o,"click",i[76]),ce(o,"keydown",i[23]),ce(o,"input",i[24]),ce(o,"change",i[77]),ce(w,"click",i[78]),ce(t,"submit",Cn(i[22]))],P=!0)},p(y,d){(!C||d[0]&512)&&S(o,"placeholder",y[9]),(!C||d[0]&512)&&S(o,"aria-label",y[9]),d[0]&2&&o.value!==y[1]&&Ei(o,y[1]),(!C||d[0]&8)&&S(w,"title",y[3]),y[20]?A?d[0]&1048576&&ue(A,1):(A=Di(),A.c(),ue(A,1),A.m(f,null)):A&&(Pt(),ge(A,1,1,()=>{A=null}),It()),(!C||d[0]&2)&&Ie(f,"displayable",y[1]!==""),y[6]==="button"?s?(s.p(y,d),d[0]&64&&ue(s,1)):(s=zi(y),s.c(),ue(s,1),s.m(n,O)):s&&(Pt(),ge(s,1,1,()=>{s=null}),It()),a&&a.p&&(!C||d[2]&128)&&xn(a,l,y,y[69],C?Sn(l,y[69],d,null):Tn(y[69]),null);let v=M;M=p(y),M===v?~M&&c[M].p(y,d):(k&&(Pt(),ge(c[v],1,1,()=>{c[v]=null}),It()),~M?(k=c[M],k?k.p(y,d):(k=c[M]=m[M](y),k.c()),ue(k,1),k.m(t,null)):k=null),(!C||d[0]&4&&x!==(x=Ot(y[2])+" svelte-bz0zu3"))&&S(t,"class",x),(!C||d[0]&38)&&Ie(t,"can-collapse",y[5]&&y[1]==="")},i(y){C||(ue(q),ue(u.$$.fragment,y),ue(_.$$.fragment,y),ue(A),ue(s),ue(a,y),ue(k),C=!0)},o(y){ge(q),ge(u.$$.fragment,y),ge(_.$$.fragment,y),ge(A),ge(s),ge(a,y),ge(k),C=!1},d(y){y&&(ee(e),ee(t)),Fe(u),i[72](null),Fe(_),A&&A.d(),s&&s.d(),a&&a.d(y),~M&&c[M].d(),P=!1,Ue(z)}}}function Cr(i,e,t){let n,r,u,{$$slots:h={},$$scope:o}=e;const g={continental_marine:4,country:4,major_landform:8,region:5,subregion:6,county:7,joint_municipality:8,joint_submunicipality:9,municipality:10,municipal_district:11,locality:12,neighbourhood:13,place:14,postal_code:14,road:16,poi:17,address:18,"poi.peak":15,"poi.shop":18,"poi.cafe":18,"poi.restaurant":18,"poi.aerodrome":13};let{class:f=void 0}=e,{apiKey:w}=e,{bbox:_=void 0}=e,{clearButtonTitle:N="clear"}=e,{clearOnBlur:R=!1}=e,{clearListOnPick:O=!1}=e,{keepListOpen:W=!1}=e,{collapsed:M=!1}=e,{country:k=void 0}=e,{debounceSearch:x=200}=e,{enableReverse:C="never"}=e,{errorMessage:P="Something went wrong…"}=e,{filter:z=()=>!0}=e,{flyTo:q=!0}=e,{fuzzyMatch:A=!0}=e,{language:s=void 0}=e,{limit:l=void 0}=e;const a=41415112612;let{reverseGeocodingLimit:m=a}=e,{mapController:c=void 0}=e,{minLength:p=2}=e,{noResultsMessage:y="Oops! Looks like you're trying to predict something that's not quite right. We can't seem to find what you're looking for. Maybe try double-checking your spelling or try a different search term. Keep on typing - we'll do our best to get you where you need to go!"}=e,{placeholder:d="Search"}=e,{proximity:v=[{type:"server-geolocation"}]}=e,{reverseActive:b=C==="always"}=e,{reverseButtonTitle:E="toggle reverse geocoding"}=e,{searchValue:T=""}=e,{pickedResultStyle:B="full-geometry"}=e,{showPlaceType:G="if-needed"}=e,{showResultsWhileTyping:H=!0}=e,{selectFirst:Q=!0}=e,{flyToSelected:re=!1}=e,{markerOnSelected:Z=!0}=e,{types:K=void 0}=e;const he=[];let{reverseGeocodingTypes:He=he}=e,{exhaustiveReverseGeocoding:st=!1}=e,{excludeTypes:ot=!1}=e;const Le=void 0;let{reverseGeocodingExcludeTypes:We=Le}=e,{zoom:pe=g}=e,{apiUrl:de="https://api.maptiler.com/geocoding"}=e,{fetchParameters:te={}}=e,{iconsBaseUrl:cn="https://cdn.maptiler.com/maptiler-geocoding-control/v2.1.6/icons/"}=e,{adjustUrlQuery:ui=()=>{}}=e,{adjustUrl:ai=()=>{}}=e;function ds(L){Pe.focus(L)}function gs(){Pe.blur()}function hn(L,oe=!0,ae=!1){t(1,T=L),oe?(t(15,X=-1),gn()):(mn(void 0,!ae,ae),setTimeout(()=>{Pe.focus(),Pe.select()}))}function ms(){t(13,F=void 0),t(14,D=void 0),t(15,X=-1)}function ps(){t(64,fe=[]),t(14,D=void 0)}let F,fe,D,dn="",Pe,X=-1,Ge,Zt=[],lt,ct,ht,fi,Ve=!1;const ys=new Set,tt=_i();On(()=>{c&&(c.setEventHandler(void 0),c.indicateReverse(!1),c.setSelectedMarker(-1),c.setFeatures(void 0,void 0,!1))});function gn(L){if(t(17,Ve=!1),ct&&(clearTimeout(ct),ct=void 0),X>-1&&F)t(14,D=F[X]),t(1,T=D.place_type[0]==="reverse"?D.place_name:D.place_name.replace(/,.*/,"")),t(19,Ge=void 0),t(64,fe=void 0),t(15,X=-1);else if(T){const oe=L||!ci(T);hi(T,{exact:!0}).then(()=>{t(64,fe=F),t(14,D=void 0),oe&&vs()}).catch(ae=>t(19,Ge=ae))}}function ci(L){try{return Lr(L,6)}catch{return!1}}async function hi(L,{byId:oe=!1,exact:ae=!1}={}){var Se,De,it;t(19,Ge=void 0),lt==null||lt.abort();const _e=new AbortController;t(20,lt=_e);try{const J=ci(L),xt=new URL(de+"/"+encodeURIComponent(J?J.decimalLongitude+","+J.decimalLatitude:L)+".json"),Ne=xt.searchParams;s!==void 0&&Ne.set("language",Array.isArray(s)?s.join(","):s??"");const[mi]=(c==null?void 0:c.getCenterAndZoom())??[];let ze=(Se=!J||He===he?K:He)==null?void 0:Se.map(ve=>typeof ve=="string"?ve:mi===void 0||(ve[0]??0)<=mi&&mi<(ve[1]??1/0)?ve[2]:void 0).filter(ve=>ve!==void 0);ze&&(ze=[...new Set(ze)],Ne.set("types",ze.join(",")));const yn=!J||We===Le?ot:We;if(yn&&Ne.set("excludeTypes",String(yn)),_&&Ne.set("bbox",_.map(ve=>ve.toFixed(6)).join(",")),k&&Ne.set("country",Array.isArray(k)?k.join(","):k),!oe&&!J){const ve=await cr(c,v,_e);ve&&Ne.set("proximity",ve),(ae||!H)&&Ne.set("autocomplete","false"),Ne.set("fuzzyMatch",String(A))}const Tt=m===a?l:m;Tt!==void 0&&Tt>1&&(ze==null?void 0:ze.length)!==1&&console.warn("For reverse geocoding when limit > 1 then types must contain single value."),J?(Tt===1||Tt!==void 0&&(st||(ze==null?void 0:ze.length)===1))&&Ne.set("limit",String(Tt)):l!==void 0&&Ne.set("limit",String(l)),w&&Ne.set("key",w),ui(Ne),ai(xt);const As=xt.searchParams.get("types")===""&&xt.searchParams.get("excludeTypes")!=="true",Ht=xt.toString();if(Ht===dn){oe?(O&&t(13,F=void 0),t(14,D=Zt[0])):(t(13,F=Zt),((De=F[X])==null?void 0:De.id)!==(r==null?void 0:r.id)&&t(15,X=-1));return}dn=Ht;let Mt;if(As)Mt={type:"FeatureCollection",features:[]};else{const ve=await fetch(Ht,{signal:_e.signal,...te});if(!ve.ok)throw new Error(await ve.text());Mt=await ve.json()}tt("response",{url:Ht,featureCollection:Mt}),oe?(O&&t(13,F=void 0),t(14,D=Mt.features[0]),Zt=[D]):(t(13,F=Mt.features.filter(z)),J&&F.unshift({type:"Feature",properties:{},id:"reverse_"+J.decimalLongitude+"_"+J.decimalLatitude,text:J.decimalLatitude+", "+J.decimalLongitude,place_name:J.decimalLatitude+", "+J.decimalLongitude,place_type:["reverse"],center:[J.decimalLongitude,J.decimalLatitude],bbox:[J.decimalLongitude,J.decimalLatitude,J.decimalLongitude,J.decimalLatitude],geometry:{type:"Point",coordinates:[J.decimalLongitude,J.decimalLatitude]}}),Zt=F,((it=F[X])==null?void 0:it.id)!==(r==null?void 0:r.id)&&t(15,X=-1),J&&Pe.focus())}catch(J){if(J&&typeof J=="object"&&"name"in J&&J.name==="AbortError")return;throw J}finally{_e===lt&&t(20,lt=void 0)}}function vs(){var _e;if(!(fe!=null&&fe.length)||!q)return;const L=[180,90,-180,-90],oe=!fe.some(Se=>!Se.matching_text);let ae;for(const Se of fe){const De=St(Se);if(ae=ae===void 0?De:De===void 0?ae:Math.max(ae,De),oe||!Se.matching_text)for(const it of[0,1,2,3])L[it]=Math[it<2?"min":"max"](L[it],((_e=Se.bbox)==null?void 0:_e[it])??Se.center[it%2])}c&&fe.length>0&&(D&&L[0]===L[2]&&L[1]===L[3]?c.flyTo(D.center,St(D)):c.fitBounds(Bt(L),50,ae))}function di(){!D||!c||(!D.bbox||D.bbox[0]===D.bbox[2]&&D.bbox[1]===D.bbox[3]?c.flyTo(D.center,St(D)):c.fitBounds(Bt(D.bbox),50,St(D)))}function St(L){var ae;if(!L.bbox||L.bbox[0]!==L.bbox[2]&&L.bbox[1]!==L.bbox[3])return;const oe=L.id.replace(/\..*/,"");return(Array.isArray((ae=L.properties)==null?void 0:ae.categories)?L.properties.categories.reduce((_e,Se)=>{const De=pe[oe+"."+Se];return _e===void 0?De:De===void 0?_e:Math.max(_e,De)},void 0):void 0)??pe[oe]}function bs(L){t(0,b=C==="always"),t(13,F=void 0),t(14,D=void 0),t(15,X=-1),hn(L[1].toFixed(6)+", "+fr(L[0],[-180,180],!0).toFixed(6),!1,!0)}function ws(L){if(!F)return;let oe=L.key==="ArrowDown"?1:L.key==="ArrowUp"?-1:0;oe&&(Pe.focus(),t(17,Ve=!0),L.preventDefault(),D&&X===-1&&t(15,X=F.findIndex(ae=>ae.id===(D==null?void 0:D.id))),X===(D||Q?0:-1)&&oe===-1&&t(15,X=F.length),t(15,X+=oe),X>=F.length&&t(15,X=-1),X<0&&(D||Q)&&t(15,X=0))}function mn(L,oe=!0,ae=!1){if(t(19,Ge=void 0),t(14,D=void 0),t(17,Ve=!0),H||ae){if(ct&&clearTimeout(ct),T.length<p)return;const _e=T;ct=window.setTimeout(()=>{hi(_e).catch(Se=>t(19,Ge=Se))},oe?x:0)}else t(13,F=void 0),t(19,Ge=void 0)}function gi(L){D&&(D==null?void 0:D.id)===(L==null?void 0:L.id)?di():(t(14,D=L),t(1,T=L.place_name))}function pn(L){t(15,X=L)}function Es(){(!Q||D)&&t(15,X=-1),re&&di()}const Ls=()=>Pe.focus();function _s(L){Yt[L?"unshift":"push"](()=>{Pe=L,t(18,Pe)})}function Ss(){T=this.value,t(1,T),t(17,Ve),t(31,R),t(16,ht)}const xs=()=>t(17,Ve=!0),Ts=()=>t(17,Ve=!1),Ms=()=>t(17,Ve=!0),Cs=()=>t(14,D=void 0),Ns=()=>{t(1,T=""),t(14,D=void 0),Pe.focus()},ks=()=>t(0,b=!b),Os=()=>t(19,Ge=void 0),Rs=L=>pn(L),Ps=L=>gi(L),Is=()=>{};return i.$$set=L=>{"class"in L&&t(2,f=L.class),"apiKey"in L&&t(29,w=L.apiKey),"bbox"in L&&t(30,_=L.bbox),"clearButtonTitle"in L&&t(3,N=L.clearButtonTitle),"clearOnBlur"in L&&t(31,R=L.clearOnBlur),"clearListOnPick"in L&&t(32,O=L.clearListOnPick),"keepListOpen"in L&&t(4,W=L.keepListOpen),"collapsed"in L&&t(5,M=L.collapsed),"country"in L&&t(33,k=L.country),"debounceSearch"in L&&t(34,x=L.debounceSearch),"enableReverse"in L&&t(6,C=L.enableReverse),"errorMessage"in L&&t(7,P=L.errorMessage),"filter"in L&&t(35,z=L.filter),"flyTo"in L&&t(36,q=L.flyTo),"fuzzyMatch"in L&&t(37,A=L.fuzzyMatch),"language"in L&&t(38,s=L.language),"limit"in L&&t(39,l=L.limit),"reverseGeocodingLimit"in L&&t(40,m=L.reverseGeocodingLimit),"mapController"in L&&t(41,c=L.mapController),"minLength"in L&&t(42,p=L.minLength),"noResultsMessage"in L&&t(8,y=L.noResultsMessage),"placeholder"in L&&t(9,d=L.placeholder),"proximity"in L&&t(43,v=L.proximity),"reverseActive"in L&&t(0,b=L.reverseActive),"reverseButtonTitle"in L&&t(10,E=L.reverseButtonTitle),"searchValue"in L&&t(1,T=L.searchValue),"pickedResultStyle"in L&&t(44,B=L.pickedResultStyle),"showPlaceType"in L&&t(11,G=L.showPlaceType),"showResultsWhileTyping"in L&&t(45,H=L.showResultsWhileTyping),"selectFirst"in L&&t(46,Q=L.selectFirst),"flyToSelected"in L&&t(47,re=L.flyToSelected),"markerOnSelected"in L&&t(48,Z=L.markerOnSelected),"types"in L&&t(49,K=L.types),"reverseGeocodingTypes"in L&&t(50,He=L.reverseGeocodingTypes),"exhaustiveReverseGeocoding"in L&&t(51,st=L.exhaustiveReverseGeocoding),"excludeTypes"in L&&t(52,ot=L.excludeTypes),"reverseGeocodingExcludeTypes"in L&&t(53,We=L.reverseGeocodingExcludeTypes),"zoom"in L&&t(54,pe=L.zoom),"apiUrl"in L&&t(55,de=L.apiUrl),"fetchParameters"in L&&t(56,te=L.fetchParameters),"iconsBaseUrl"in L&&t(12,cn=L.iconsBaseUrl),"adjustUrlQuery"in L&&t(57,ui=L.adjustUrlQuery),"adjustUrl"in L&&t(58,ai=L.adjustUrl),"$$scope"in L&&t(69,o=L.$$scope)},i.$$.update=()=>{if(i.$$.dirty[0]&64&&t(0,b=C==="always"),i.$$.dirty[0]&16384|i.$$.dirty[1]&8192&&B!=="marker-only"&&D&&!D.address&&D.geometry.type==="Point"&&D.place_type[0]!=="reverse"&&hi(D.id,{byId:!0}).catch(L=>t(19,Ge=L)),i.$$.dirty[0]&16384|i.$$.dirty[1]&1058|i.$$.dirty[2]&8&&(c&&D&&D.id!==fi&&q&&(di(),O&&t(13,F=void 0),t(64,fe=void 0),t(15,X=-1)),t(65,fi=D==null?void 0:D.id)),i.$$.dirty[0]&196608|i.$$.dirty[1]&1&&setTimeout(()=>{t(16,ht=Ve),R&&!ht&&t(1,T="")}),i.$$.dirty[0]&8194|i.$$.dirty[1]&2048&&T.length<p&&(t(13,F=void 0),t(19,Ge=void 0),t(64,fe=F)),i.$$.dirty[0]&57344|i.$$.dirty[1]&32768&&Q&&F!=null&&F.length&&X==-1&&!D&&t(15,X=0),i.$$.dirty[0]&8192|i.$$.dirty[2]&4&&fe!==F&&t(64,fe=void 0),i.$$.dirty[0]&73729|i.$$.dirty[1]&1024|i.$$.dirty[2]&4&&c&&c.setEventHandler(L=>{switch(L.type){case"mapClick":b&&bs(L.coordinates);break;case"markerClick":{const oe=F==null?void 0:F.find(ae=>ae.id===L.id);oe&&gi(oe)}break;case"markerMouseEnter":fe&&t(15,X=ht?(F==null?void 0:F.findIndex(oe=>oe.id===L.id))??-1:-1);break;case"markerMouseLeave":fe&&t(15,X=-1);break}}),i.$$.dirty[0]&40960&&t(66,r=F==null?void 0:F[X]),i.$$.dirty[1]&66592|i.$$.dirty[2]&16&&c&&r&&q&&re&&c.flyTo(r.center,St(r)),i.$$.dirty[1]&8192&&t(68,n=B==="full-geometry-including-polygon-center-marker"),i.$$.dirty[1]&132096|i.$$.dirty[2]&64&&(Z||c==null||c.setFeatures(void 0,void 0,n)),i.$$.dirty[0]&16384|i.$$.dirty[1]&132096|i.$$.dirty[2]&84&&c&&Z&&!fe&&(c.setFeatures(r?[r]:void 0,D,n),c.setSelectedMarker(r?0:-1)),i.$$.dirty[0]&16384|i.$$.dirty[1]&1024|i.$$.dirty[2]&68&&c&&c.setFeatures(fe,D,n),i.$$.dirty[0]&32768|i.$$.dirty[1]&1024|i.$$.dirty[2]&4&&fe&&c&&c.setSelectedMarker(X),i.$$.dirty[0]&2|i.$$.dirty[1]&1024&&c){const L=ci(T);c.setReverseMarker(L?[L.decimalLongitude,L.decimalLatitude]:void 0)}i.$$.dirty[2]&16&&tt("select",{feature:r}),i.$$.dirty[0]&16384&&tt("pick",{feature:D}),i.$$.dirty[0]&73744&&t(67,u=!!(F!=null&&F.length)&&(ht||W)),i.$$.dirty[2]&32&&tt("optionsvisibilitychange",{optionsVisible:u}),i.$$.dirty[0]&8192&&tt("featureslisted",{features:F}),i.$$.dirty[2]&4&&tt("featuresmarked",{features:fe}),i.$$.dirty[0]&1&&tt("reversetoggle",{reverse:b}),i.$$.dirty[0]&2&&tt("querychange",{query:T}),i.$$.dirty[0]&1|i.$$.dirty[1]&1024&&c&&c.indicateReverse(b)},[b,T,f,N,W,M,C,P,y,d,E,G,cn,F,D,X,ht,Ve,Pe,Ge,lt,ys,gn,ws,mn,gi,pn,Es,g,w,_,R,O,k,x,z,q,A,s,l,m,c,p,v,B,H,Q,re,Z,K,He,st,ot,We,pe,de,te,ui,ai,ds,gs,hn,ms,ps,fe,fi,r,u,n,o,h,Ls,_s,Ss,xs,Ts,Ms,Cs,Ns,ks,Os,Rs,Ps,Is]}let Nr=class extends Je{constructor(e){super(),Xe(this,e,Cr,Mr,Ke,{ZOOM_DEFAULTS:28,class:2,apiKey:29,bbox:30,clearButtonTitle:3,clearOnBlur:31,clearListOnPick:32,keepListOpen:4,collapsed:5,country:33,debounceSearch:34,enableReverse:6,errorMessage:7,filter:35,flyTo:36,fuzzyMatch:37,language:38,limit:39,reverseGeocodingLimit:40,mapController:41,minLength:42,noResultsMessage:8,placeholder:9,proximity:43,reverseActive:0,reverseButtonTitle:10,searchValue:1,pickedResultStyle:44,showPlaceType:11,showResultsWhileTyping:45,selectFirst:46,flyToSelected:47,markerOnSelected:48,types:49,reverseGeocodingTypes:50,exhaustiveReverseGeocoding:51,excludeTypes:52,reverseGeocodingExcludeTypes:53,zoom:54,apiUrl:55,fetchParameters:56,iconsBaseUrl:12,adjustUrlQuery:57,adjustUrl:58,focus:59,blur:60,setQuery:61,clearList:62,clearMap:63},null,[-1,-1,-1,-1])}get ZOOM_DEFAULTS(){return this.$$.ctx[28]}get focus(){return this.$$.ctx[59]}get blur(){return this.$$.ctx[60]}get setQuery(){return this.$$.ctx[61]}get clearList(){return this.$$.ctx[62]}get clearMap(){return this.$$.ctx[63]}};function bt(i,e,t={}){const n={type:"Feature"};return(t.id===0||t.id)&&(n.id=t.id),t.bbox&&(n.bbox=t.bbox),n.properties=e||{},n.geometry=i,n}function ti(i,e,t={}){for(const r of i){if(r.length<4)throw new Error("Each LinearRing of a Polygon must have 4 or more Positions.");if(r[r.length-1].length!==r[0].length)throw new Error("First and last Position are not equivalent.");for(let u=0;u<r[r.length-1].length;u++)if(r[r.length-1][u]!==r[0][u])throw new Error("First and last Position are not equivalent.")}return bt({type:"Polygon",coordinates:i},e,t)}function wt(i,e={}){const t={type:"FeatureCollection"};return e.id&&(t.id=e.id),e.bbox&&(t.bbox=e.bbox),t.features=i,t}function qi(i,e,t={}){return bt({type:"MultiPolygon",coordinates:i},e,t)}var kr=/^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i,ii=Math.ceil,Te=Math.floor,be="[BigNumber Error] ",Fi=be+"Number primitive has more than 15 significant digits: ",Re=1e14,U=14,ji=9007199254740991,ni=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8,1e9,1e10,1e11,1e12,1e13],$e=1e7,Ee=1e9;function Zi(i){var e,t,n,r=x.prototype={constructor:x,toString:null,valueOf:null},u=new x(1),h=20,o=4,g=-7,f=21,w=-1e7,_=1e7,N=!1,R=1,O=0,W={prefix:"",groupSize:3,secondaryGroupSize:0,groupSeparator:",",decimalSeparator:".",fractionGroupSize:0,fractionGroupSeparator:" ",suffix:""},M="0123456789abcdefghijklmnopqrstuvwxyz",k=!0;function x(s,l){var a,m,c,p,y,d,v,b,E=this;if(!(E instanceof x))return new x(s,l);if(l==null){if(s&&s._isBigNumber===!0){E.s=s.s,!s.c||s.e>_?E.c=E.e=null:s.e<w?E.c=[E.e=0]:(E.e=s.e,E.c=s.c.slice());return}if((d=typeof s=="number")&&s*0==0){if(E.s=1/s<0?(s=-s,-1):1,s===~~s){for(p=0,y=s;y>=10;y/=10,p++);p>_?E.c=E.e=null:(E.e=p,E.c=[s]);return}b=String(s)}else{if(!kr.test(b=String(s)))return n(E,b,d);E.s=b.charCodeAt(0)==45?(b=b.slice(1),-1):1}(p=b.indexOf("."))>-1&&(b=b.replace(".","")),(y=b.search(/e/i))>0?(p<0&&(p=y),p+=+b.slice(y+1),b=b.substring(0,y)):p<0&&(p=b.length)}else{if(se(l,2,M.length,"Base"),l==10&&k)return E=new x(s),q(E,h+E.e+1,o);if(b=String(s),d=typeof s=="number"){if(s*0!=0)return n(E,b,d,l);if(E.s=1/s<0?(b=b.slice(1),-1):1,x.DEBUG&&b.replace(/^0\.0*|\./,"").length>15)throw Error(Fi+s)}else E.s=b.charCodeAt(0)===45?(b=b.slice(1),-1):1;for(a=M.slice(0,l),p=y=0,v=b.length;y<v;y++)if(a.indexOf(m=b.charAt(y))<0){if(m=="."){if(y>p){p=v;continue}}else if(!c&&(b==b.toUpperCase()&&(b=b.toLowerCase())||b==b.toLowerCase()&&(b=b.toUpperCase()))){c=!0,y=-1,p=0;continue}return n(E,String(s),d,l)}d=!1,b=t(b,l,10,E.s),(p=b.indexOf("."))>-1?b=b.replace(".",""):p=b.length}for(y=0;b.charCodeAt(y)===48;y++);for(v=b.length;b.charCodeAt(--v)===48;);if(b=b.slice(y,++v)){if(v-=y,d&&x.DEBUG&&v>15&&(s>ji||s!==Te(s)))throw Error(Fi+E.s*s);if((p=p-y-1)>_)E.c=E.e=null;else if(p<w)E.c=[E.e=0];else{if(E.e=p,E.c=[],y=(p+1)%U,p<0&&(y+=U),y<v){for(y&&E.c.push(+b.slice(0,y)),v-=U;y<v;)E.c.push(+b.slice(y,y+=U));y=U-(b=b.slice(y)).length}else y-=v;for(;y--;b+="0");E.c.push(+b)}}else E.c=[E.e=0]}x.clone=Zi,x.ROUND_UP=0,x.ROUND_DOWN=1,x.ROUND_CEIL=2,x.ROUND_FLOOR=3,x.ROUND_HALF_UP=4,x.ROUND_HALF_DOWN=5,x.ROUND_HALF_EVEN=6,x.ROUND_HALF_CEIL=7,x.ROUND_HALF_FLOOR=8,x.EUCLID=9,x.config=x.set=function(s){var l,a;if(s!=null)if(typeof s=="object"){if(s.hasOwnProperty(l="DECIMAL_PLACES")&&(a=s[l],se(a,0,Ee,l),h=a),s.hasOwnProperty(l="ROUNDING_MODE")&&(a=s[l],se(a,0,8,l),o=a),s.hasOwnProperty(l="EXPONENTIAL_AT")&&(a=s[l],a&&a.pop?(se(a[0],-1e9,0,l),se(a[1],0,Ee,l),g=a[0],f=a[1]):(se(a,-1e9,Ee,l),g=-(f=a<0?-a:a))),s.hasOwnProperty(l="RANGE"))if(a=s[l],a&&a.pop)se(a[0],-1e9,-1,l),se(a[1],1,Ee,l),w=a[0],_=a[1];else if(se(a,-1e9,Ee,l),a)w=-(_=a<0?-a:a);else throw Error(be+l+" cannot be zero: "+a);if(s.hasOwnProperty(l="CRYPTO"))if(a=s[l],a===!!a)if(a)if(typeof crypto<"u"&&crypto&&(crypto.getRandomValues||crypto.randomBytes))N=a;else throw N=!a,Error(be+"crypto unavailable");else N=a;else throw Error(be+l+" not true or false: "+a);if(s.hasOwnProperty(l="MODULO_MODE")&&(a=s[l],se(a,0,9,l),R=a),s.hasOwnProperty(l="POW_PRECISION")&&(a=s[l],se(a,0,Ee,l),O=a),s.hasOwnProperty(l="FORMAT"))if(a=s[l],typeof a=="object")W=a;else throw Error(be+l+" not an object: "+a);if(s.hasOwnProperty(l="ALPHABET"))if(a=s[l],typeof a=="string"&&!/^.?$|[+\-.\s]|(.).*\1/.test(a))k=a.slice(0,10)=="0123456789",M=a;else throw Error(be+l+" invalid: "+a)}else throw Error(be+"Object expected: "+s);return{DECIMAL_PLACES:h,ROUNDING_MODE:o,EXPONENTIAL_AT:[g,f],RANGE:[w,_],CRYPTO:N,MODULO_MODE:R,POW_PRECISION:O,FORMAT:W,ALPHABET:M}},x.isBigNumber=function(s){if(!s||s._isBigNumber!==!0)return!1;if(!x.DEBUG)return!0;var l,a,m=s.c,c=s.e,p=s.s;e:if({}.toString.call(m)=="[object Array]"){if((p===1||p===-1)&&c>=-1e9&&c<=Ee&&c===Te(c)){if(m[0]===0){if(c===0&&m.length===1)return!0;break e}if(l=(c+1)%U,l<1&&(l+=U),String(m[0]).length==l){for(l=0;l<m.length;l++)if(a=m[l],a<0||a>=Re||a!==Te(a))break e;if(a!==0)return!0}}}else if(m===null&&c===null&&(p===null||p===1||p===-1))return!0;throw Error(be+"Invalid BigNumber: "+s)},x.maximum=x.max=function(){return P(arguments,-1)},x.minimum=x.min=function(){return P(arguments,1)},x.random=function(){var s=9007199254740992,l=Math.random()*s&2097151?function(){return Te(Math.random()*s)}:function(){return(Math.random()*1073741824|0)*8388608+(Math.random()*8388608|0)};return function(a){var m,c,p,y,d,v=0,b=[],E=new x(u);if(a==null?a=h:se(a,0,Ee),y=ii(a/U),N)if(crypto.getRandomValues){for(m=crypto.getRandomValues(new Uint32Array(y*=2));v<y;)d=m[v]*131072+(m[v+1]>>>11),d>=9e15?(c=crypto.getRandomValues(new Uint32Array(2)),m[v]=c[0],m[v+1]=c[1]):(b.push(d%1e14),v+=2);v=y/2}else if(crypto.randomBytes){for(m=crypto.randomBytes(y*=7);v<y;)d=(m[v]&31)*281474976710656+m[v+1]*1099511627776+m[v+2]*4294967296+m[v+3]*16777216+(m[v+4]<<16)+(m[v+5]<<8)+m[v+6],d>=9e15?crypto.randomBytes(7).copy(m,v):(b.push(d%1e14),v+=7);v=y/7}else throw N=!1,Error(be+"crypto unavailable");if(!N)for(;v<y;)d=l(),d<9e15&&(b[v++]=d%1e14);for(y=b[--v],a%=U,y&&a&&(d=ni[U-a],b[v]=Te(y/d)*d);b[v]===0;b.pop(),v--);if(v<0)b=[p=0];else{for(p=-1;b[0]===0;b.splice(0,1),p-=U);for(v=1,d=b[0];d>=10;d/=10,v++);v<U&&(p-=U-v)}return E.e=p,E.c=b,E}}(),x.sum=function(){for(var s=1,l=arguments,a=new x(l[0]);s<l.length;)a=a.plus(l[s++]);return a},t=function(){var s="0123456789";function l(a,m,c,p){for(var y,d=[0],v,b=0,E=a.length;b<E;){for(v=d.length;v--;d[v]*=m);for(d[0]+=p.indexOf(a.charAt(b++)),y=0;y<d.length;y++)d[y]>c-1&&(d[y+1]==null&&(d[y+1]=0),d[y+1]+=d[y]/c|0,d[y]%=c)}return d.reverse()}return function(a,m,c,p,y){var d,v,b,E,T,B,G,H,Q=a.indexOf("."),re=h,Z=o;for(Q>=0&&(E=O,O=0,a=a.replace(".",""),H=new x(m),B=H.pow(a.length-Q),O=E,H.c=l(je(Ce(B.c),B.e,"0"),10,c,s),H.e=H.c.length),G=l(a,m,c,y?(d=M,s):(d=s,M)),b=E=G.length;G[--E]==0;G.pop());if(!G[0])return d.charAt(0);if(Q<0?--b:(B.c=G,B.e=b,B.s=p,B=e(B,H,re,Z,c),G=B.c,T=B.r,b=B.e),v=b+re+1,Q=G[v],E=c/2,T=T||v<0||G[v+1]!=null,T=Z<4?(Q!=null||T)&&(Z==0||Z==(B.s<0?3:2)):Q>E||Q==E&&(Z==4||T||Z==6&&G[v-1]&1||Z==(B.s<0?8:7)),v<1||!G[0])a=T?je(d.charAt(1),-re,d.charAt(0)):d.charAt(0);else{if(G.length=v,T)for(--c;++G[--v]>c;)G[v]=0,v||(++b,G=[1].concat(G));for(E=G.length;!G[--E];);for(Q=0,a="";Q<=E;a+=d.charAt(G[Q++]));a=je(a,b,d.charAt(0))}return a}}(),e=function(){function s(m,c,p){var y,d,v,b,E=0,T=m.length,B=c%$e,G=c/$e|0;for(m=m.slice();T--;)v=m[T]%$e,b=m[T]/$e|0,y=G*v+b*B,d=B*v+y%$e*$e+E,E=(d/p|0)+(y/$e|0)+G*b,m[T]=d%p;return E&&(m=[E].concat(m)),m}function l(m,c,p,y){var d,v;if(p!=y)v=p>y?1:-1;else for(d=v=0;d<p;d++)if(m[d]!=c[d]){v=m[d]>c[d]?1:-1;break}return v}function a(m,c,p,y){for(var d=0;p--;)m[p]-=d,d=m[p]<c[p]?1:0,m[p]=d*y+m[p]-c[p];for(;!m[0]&&m.length>1;m.splice(0,1));}return function(m,c,p,y,d){var v,b,E,T,B,G,H,Q,re,Z,K,he,He,st,ot,Le,We,pe=m.s==c.s?1:-1,de=m.c,te=c.c;if(!de||!de[0]||!te||!te[0])return new x(!m.s||!c.s||(de?te&&de[0]==te[0]:!te)?NaN:de&&de[0]==0||!te?pe*0:pe/0);for(Q=new x(pe),re=Q.c=[],b=m.e-c.e,pe=p+b+1,d||(d=Re,b=Me(m.e/U)-Me(c.e/U),pe=pe/U|0),E=0;te[E]==(de[E]||0);E++);if(te[E]>(de[E]||0)&&b--,pe<0)re.push(1),T=!0;else{for(st=de.length,Le=te.length,E=0,pe+=2,B=Te(d/(te[0]+1)),B>1&&(te=s(te,B,d),de=s(de,B,d),Le=te.length,st=de.length),He=Le,Z=de.slice(0,Le),K=Z.length;K<Le;Z[K++]=0);We=te.slice(),We=[0].concat(We),ot=te[0],te[1]>=d/2&&ot++;do{if(B=0,v=l(te,Z,Le,K),v<0){if(he=Z[0],Le!=K&&(he=he*d+(Z[1]||0)),B=Te(he/ot),B>1)for(B>=d&&(B=d-1),G=s(te,B,d),H=G.length,K=Z.length;l(G,Z,H,K)==1;)B--,a(G,Le<H?We:te,H,d),H=G.length,v=1;else B==0&&(v=B=1),G=te.slice(),H=G.length;if(H<K&&(G=[0].concat(G)),a(Z,G,K,d),K=Z.length,v==-1)for(;l(te,Z,Le,K)<1;)B++,a(Z,Le<K?We:te,K,d),K=Z.length}else v===0&&(B++,Z=[0]);re[E++]=B,Z[0]?Z[K++]=de[He]||0:(Z=[de[He]],K=1)}while((He++<st||Z[0]!=null)&&pe--);T=Z[0]!=null,re[0]||re.splice(0,1)}if(d==Re){for(E=1,pe=re[0];pe>=10;pe/=10,E++);q(Q,p+(Q.e=E+b*U-1)+1,y,T)}else Q.e=b,Q.r=+T;return Q}}();function C(s,l,a,m){var c,p,y,d,v;if(a==null?a=o:se(a,0,8),!s.c)return s.toString();if(c=s.c[0],y=s.e,l==null)v=Ce(s.c),v=m==1||m==2&&(y<=g||y>=f)?Gt(v,y):je(v,y,"0");else if(s=q(new x(s),l,a),p=s.e,v=Ce(s.c),d=v.length,m==1||m==2&&(l<=p||p<=g)){for(;d<l;v+="0",d++);v=Gt(v,p)}else if(l-=y,v=je(v,p,"0"),p+1>d){if(--l>0)for(v+=".";l--;v+="0");}else if(l+=p-d,l>0)for(p+1==d&&(v+=".");l--;v+="0");return s.s<0&&c?"-"+v:v}function P(s,l){for(var a,m,c=1,p=new x(s[0]);c<s.length;c++)m=new x(s[c]),(!m.s||(a=rt(p,m))===l||a===0&&p.s===l)&&(p=m);return p}function z(s,l,a){for(var m=1,c=l.length;!l[--c];l.pop());for(c=l[0];c>=10;c/=10,m++);return(a=m+a*U-1)>_?s.c=s.e=null:a<w?s.c=[s.e=0]:(s.e=a,s.c=l),s}n=function(){var s=/^(-?)0([xbo])(?=\w[\w.]*$)/i,l=/^([^.]+)\.$/,a=/^\.([^.]+)$/,m=/^-?(Infinity|NaN)$/,c=/^\s*\+(?=[\w.])|^\s+|\s+$/g;return function(p,y,d,v){var b,E=d?y:y.replace(c,"");if(m.test(E))p.s=isNaN(E)?null:E<0?-1:1;else{if(!d&&(E=E.replace(s,function(T,B,G){return b=(G=G.toLowerCase())=="x"?16:G=="b"?2:8,!v||v==b?B:T}),v&&(b=v,E=E.replace(l,"$1").replace(a,"0.$1")),y!=E))return new x(E,b);if(x.DEBUG)throw Error(be+"Not a"+(v?" base "+v:"")+" number: "+y);p.s=null}p.c=p.e=null}}();function q(s,l,a,m){var c,p,y,d,v,b,E,T=s.c,B=ni;if(T){e:{for(c=1,d=T[0];d>=10;d/=10,c++);if(p=l-c,p<0)p+=U,y=l,v=T[b=0],E=Te(v/B[c-y-1]%10);else if(b=ii((p+1)/U),b>=T.length)if(m){for(;T.length<=b;T.push(0));v=E=0,c=1,p%=U,y=p-U+1}else break e;else{for(v=d=T[b],c=1;d>=10;d/=10,c++);p%=U,y=p-U+c,E=y<0?0:Te(v/B[c-y-1]%10)}if(m=m||l<0||T[b+1]!=null||(y<0?v:v%B[c-y-1]),m=a<4?(E||m)&&(a==0||a==(s.s<0?3:2)):E>5||E==5&&(a==4||m||a==6&&(p>0?y>0?v/B[c-y]:0:T[b-1])%10&1||a==(s.s<0?8:7)),l<1||!T[0])return T.length=0,m?(l-=s.e+1,T[0]=B[(U-l%U)%U],s.e=-l||0):T[0]=s.e=0,s;if(p==0?(T.length=b,d=1,b--):(T.length=b+1,d=B[U-p],T[b]=y>0?Te(v/B[c-y]%B[y])*d:0),m)for(;;)if(b==0){for(p=1,y=T[0];y>=10;y/=10,p++);for(y=T[0]+=d,d=1;y>=10;y/=10,d++);p!=d&&(s.e++,T[0]==Re&&(T[0]=1));break}else{if(T[b]+=d,T[b]!=Re)break;T[b--]=0,d=1}for(p=T.length;T[--p]===0;T.pop());}s.e>_?s.c=s.e=null:s.e<w&&(s.c=[s.e=0])}return s}function A(s){var l,a=s.e;return a===null?s.toString():(l=Ce(s.c),l=a<=g||a>=f?Gt(l,a):je(l,a,"0"),s.s<0?"-"+l:l)}return r.absoluteValue=r.abs=function(){var s=new x(this);return s.s<0&&(s.s=1),s},r.comparedTo=function(s,l){return rt(this,new x(s,l))},r.decimalPlaces=r.dp=function(s,l){var a,m,c,p=this;if(s!=null)return se(s,0,Ee),l==null?l=o:se(l,0,8),q(new x(p),s+p.e+1,l);if(!(a=p.c))return null;if(m=((c=a.length-1)-Me(this.e/U))*U,c=a[c])for(;c%10==0;c/=10,m--);return m<0&&(m=0),m},r.dividedBy=r.div=function(s,l){return e(this,new x(s,l),h,o)},r.dividedToIntegerBy=r.idiv=function(s,l){return e(this,new x(s,l),0,1)},r.exponentiatedBy=r.pow=function(s,l){var a,m,c,p,y,d,v,b,E,T=this;if(s=new x(s),s.c&&!s.isInteger())throw Error(be+"Exponent not an integer: "+A(s));if(l!=null&&(l=new x(l)),d=s.e>14,!T.c||!T.c[0]||T.c[0]==1&&!T.e&&T.c.length==1||!s.c||!s.c[0])return E=new x(Math.pow(+A(T),d?s.s*(2-Wt(s)):+A(s))),l?E.mod(l):E;if(v=s.s<0,l){if(l.c?!l.c[0]:!l.s)return new x(NaN);m=!v&&T.isInteger()&&l.isInteger(),m&&(T=T.mod(l))}else{if(s.e>9&&(T.e>0||T.e<-1||(T.e==0?T.c[0]>1||d&&T.c[1]>=24e7:T.c[0]<8e13||d&&T.c[0]<=9999975e7)))return p=T.s<0&&Wt(s)?-0:0,T.e>-1&&(p=1/p),new x(v?1/p:p);O&&(p=ii(O/U+2))}for(d?(a=new x(.5),v&&(s.s=1),b=Wt(s)):(c=Math.abs(+A(s)),b=c%2),E=new x(u);;){if(b){if(E=E.times(T),!E.c)break;p?E.c.length>p&&(E.c.length=p):m&&(E=E.mod(l))}if(c){if(c=Te(c/2),c===0)break;b=c%2}else if(s=s.times(a),q(s,s.e+1,1),s.e>14)b=Wt(s);else{if(c=+A(s),c===0)break;b=c%2}T=T.times(T),p?T.c&&T.c.length>p&&(T.c.length=p):m&&(T=T.mod(l))}return m?E:(v&&(E=u.div(E)),l?E.mod(l):p?q(E,O,o,y):E)},r.integerValue=function(s){var l=new x(this);return s==null?s=o:se(s,0,8),q(l,l.e+1,s)},r.isEqualTo=r.eq=function(s,l){return rt(this,new x(s,l))===0},r.isFinite=function(){return!!this.c},r.isGreaterThan=r.gt=function(s,l){return rt(this,new x(s,l))>0},r.isGreaterThanOrEqualTo=r.gte=function(s,l){return(l=rt(this,new x(s,l)))===1||l===0},r.isInteger=function(){return!!this.c&&Me(this.e/U)>this.c.length-2},r.isLessThan=r.lt=function(s,l){return rt(this,new x(s,l))<0},r.isLessThanOrEqualTo=r.lte=function(s,l){return(l=rt(this,new x(s,l)))===-1||l===0},r.isNaN=function(){return!this.s},r.isNegative=function(){return this.s<0},r.isPositive=function(){return this.s>0},r.isZero=function(){return!!this.c&&this.c[0]==0},r.minus=function(s,l){var a,m,c,p,y=this,d=y.s;if(s=new x(s,l),l=s.s,!d||!l)return new x(NaN);if(d!=l)return s.s=-l,y.plus(s);var v=y.e/U,b=s.e/U,E=y.c,T=s.c;if(!v||!b){if(!E||!T)return E?(s.s=-l,s):new x(T?y:NaN);if(!E[0]||!T[0])return T[0]?(s.s=-l,s):new x(E[0]?y:o==3?-0:0)}if(v=Me(v),b=Me(b),E=E.slice(),d=v-b){for((p=d<0)?(d=-d,c=E):(b=v,c=T),c.reverse(),l=d;l--;c.push(0));c.reverse()}else for(m=(p=(d=E.length)<(l=T.length))?d:l,d=l=0;l<m;l++)if(E[l]!=T[l]){p=E[l]<T[l];break}if(p&&(c=E,E=T,T=c,s.s=-s.s),l=(m=T.length)-(a=E.length),l>0)for(;l--;E[a++]=0);for(l=Re-1;m>d;){if(E[--m]<T[m]){for(a=m;a&&!E[--a];E[a]=l);--E[a],E[m]+=Re}E[m]-=T[m]}for(;E[0]==0;E.splice(0,1),--b);return E[0]?z(s,E,b):(s.s=o==3?-1:1,s.c=[s.e=0],s)},r.modulo=r.mod=function(s,l){var a,m,c=this;return s=new x(s,l),!c.c||!s.s||s.c&&!s.c[0]?new x(NaN):!s.c||c.c&&!c.c[0]?new x(c):(R==9?(m=s.s,s.s=1,a=e(c,s,0,3),s.s=m,a.s*=m):a=e(c,s,0,R),s=c.minus(a.times(s)),!s.c[0]&&R==1&&(s.s=c.s),s)},r.multipliedBy=r.times=function(s,l){var a,m,c,p,y,d,v,b,E,T,B,G,H,Q,re,Z=this,K=Z.c,he=(s=new x(s,l)).c;if(!K||!he||!K[0]||!he[0])return!Z.s||!s.s||K&&!K[0]&&!he||he&&!he[0]&&!K?s.c=s.e=s.s=null:(s.s*=Z.s,!K||!he?s.c=s.e=null:(s.c=[0],s.e=0)),s;for(m=Me(Z.e/U)+Me(s.e/U),s.s*=Z.s,v=K.length,T=he.length,v<T&&(H=K,K=he,he=H,c=v,v=T,T=c),c=v+T,H=[];c--;H.push(0));for(Q=Re,re=$e,c=T;--c>=0;){for(a=0,B=he[c]%re,G=he[c]/re|0,y=v,p=c+y;p>c;)b=K[--y]%re,E=K[y]/re|0,d=G*b+E*B,b=B*b+d%re*re+H[p]+a,a=(b/Q|0)+(d/re|0)+G*E,H[p--]=b%Q;H[p]=a}return a?++m:H.splice(0,1),z(s,H,m)},r.negated=function(){var s=new x(this);return s.s=-s.s||null,s},r.plus=function(s,l){var a,m=this,c=m.s;if(s=new x(s,l),l=s.s,!c||!l)return new x(NaN);if(c!=l)return s.s=-l,m.minus(s);var p=m.e/U,y=s.e/U,d=m.c,v=s.c;if(!p||!y){if(!d||!v)return new x(c/0);if(!d[0]||!v[0])return v[0]?s:new x(d[0]?m:c*0)}if(p=Me(p),y=Me(y),d=d.slice(),c=p-y){for(c>0?(y=p,a=v):(c=-c,a=d),a.reverse();c--;a.push(0));a.reverse()}for(c=d.length,l=v.length,c-l<0&&(a=v,v=d,d=a,l=c),c=0;l;)c=(d[--l]=d[l]+v[l]+c)/Re|0,d[l]=Re===d[l]?0:d[l]%Re;return c&&(d=[c].concat(d),++y),z(s,d,y)},r.precision=r.sd=function(s,l){var a,m,c,p=this;if(s!=null&&s!==!!s)return se(s,1,Ee),l==null?l=o:se(l,0,8),q(new x(p),s,l);if(!(a=p.c))return null;if(c=a.length-1,m=c*U+1,c=a[c]){for(;c%10==0;c/=10,m--);for(c=a[0];c>=10;c/=10,m++);}return s&&p.e+1>m&&(m=p.e+1),m},r.shiftedBy=function(s){return se(s,-9007199254740991,ji),this.times("1e"+s)},r.squareRoot=r.sqrt=function(){var s,l,a,m,c,p=this,y=p.c,d=p.s,v=p.e,b=h+4,E=new x("0.5");if(d!==1||!y||!y[0])return new x(!d||d<0&&(!y||y[0])?NaN:y?p:1/0);if(d=Math.sqrt(+A(p)),d==0||d==1/0?(l=Ce(y),(l.length+v)%2==0&&(l+="0"),d=Math.sqrt(+l),v=Me((v+1)/2)-(v<0||v%2),d==1/0?l="5e"+v:(l=d.toExponential(),l=l.slice(0,l.indexOf("e")+1)+v),a=new x(l)):a=new x(d+""),a.c[0]){for(v=a.e,d=v+b,d<3&&(d=0);;)if(c=a,a=E.times(c.plus(e(p,c,b,1))),Ce(c.c).slice(0,d)===(l=Ce(a.c)).slice(0,d))if(a.e<v&&--d,l=l.slice(d-3,d+1),l=="9999"||!m&&l=="4999"){if(!m&&(q(c,c.e+h+2,0),c.times(c).eq(p))){a=c;break}b+=4,d+=4,m=1}else{(!+l||!+l.slice(1)&&l.charAt(0)=="5")&&(q(a,a.e+h+2,1),s=!a.times(a).eq(p));break}}return q(a,a.e+h+1,o,s)},r.toExponential=function(s,l){return s!=null&&(se(s,0,Ee),s++),C(this,s,l,1)},r.toFixed=function(s,l){return s!=null&&(se(s,0,Ee),s=s+this.e+1),C(this,s,l)},r.toFormat=function(s,l,a){var m,c=this;if(a==null)s!=null&&l&&typeof l=="object"?(a=l,l=null):s&&typeof s=="object"?(a=s,s=l=null):a=W;else if(typeof a!="object")throw Error(be+"Argument not an object: "+a);if(m=c.toFixed(s,l),c.c){var p,y=m.split("."),d=+a.groupSize,v=+a.secondaryGroupSize,b=a.groupSeparator||"",E=y[0],T=y[1],B=c.s<0,G=B?E.slice(1):E,H=G.length;if(v&&(p=d,d=v,v=p,H-=p),d>0&&H>0){for(p=H%d||d,E=G.substr(0,p);p<H;p+=d)E+=b+G.substr(p,d);v>0&&(E+=b+G.slice(p)),B&&(E="-"+E)}m=T?E+(a.decimalSeparator||"")+((v=+a.fractionGroupSize)?T.replace(new RegExp("\\d{"+v+"}\\B","g"),"$&"+(a.fractionGroupSeparator||"")):T):E}return(a.prefix||"")+m+(a.suffix||"")},r.toFraction=function(s){var l,a,m,c,p,y,d,v,b,E,T,B,G=this,H=G.c;if(s!=null&&(d=new x(s),!d.isInteger()&&(d.c||d.s!==1)||d.lt(u)))throw Error(be+"Argument "+(d.isInteger()?"out of range: ":"not an integer: ")+A(d));if(!H)return new x(G);for(l=new x(u),b=a=new x(u),m=v=new x(u),B=Ce(H),p=l.e=B.length-G.e-1,l.c[0]=ni[(y=p%U)<0?U+y:y],s=!s||d.comparedTo(l)>0?p>0?l:b:d,y=_,_=1/0,d=new x(B),v.c[0]=0;E=e(d,l,0,1),c=a.plus(E.times(m)),c.comparedTo(s)!=1;)a=m,m=c,b=v.plus(E.times(c=b)),v=c,l=d.minus(E.times(c=l)),d=c;return c=e(s.minus(a),m,0,1),v=v.plus(c.times(b)),a=a.plus(c.times(m)),v.s=b.s=G.s,p=p*2,T=e(b,m,p,o).minus(G).abs().comparedTo(e(v,a,p,o).minus(G).abs())<1?[b,m]:[v,a],_=y,T},r.toNumber=function(){return+A(this)},r.toPrecision=function(s,l){return s!=null&&se(s,1,Ee),C(this,s,l,2)},r.toString=function(s){var l,a=this,m=a.s,c=a.e;return c===null?m?(l="Infinity",m<0&&(l="-"+l)):l="NaN":(s==null?l=c<=g||c>=f?Gt(Ce(a.c),c):je(Ce(a.c),c,"0"):s===10&&k?(a=q(new x(a),h+c+1,o),l=je(Ce(a.c),a.e,"0")):(se(s,2,M.length,"Base"),l=t(je(Ce(a.c),c,"0"),10,s,m,!0)),m<0&&a.c[0]&&(l="-"+l)),l},r.valueOf=r.toJSON=function(){return A(this)},r._isBigNumber=!0,r[Symbol.toStringTag]="BigNumber",r[Symbol.for("nodejs.util.inspect.custom")]=r.valueOf,i!=null&&x.set(i),x}function Me(i){var e=i|0;return i>0||i===e?e:e-1}function Ce(i){for(var e,t,n=1,r=i.length,u=i[0]+"";n<r;){for(e=i[n++]+"",t=U-e.length;t--;e="0"+e);u+=e}for(r=u.length;u.charCodeAt(--r)===48;);return u.slice(0,r+1||1)}function rt(i,e){var t,n,r=i.c,u=e.c,h=i.s,o=e.s,g=i.e,f=e.e;if(!h||!o)return null;if(t=r&&!r[0],n=u&&!u[0],t||n)return t?n?0:-o:h;if(h!=o)return h;if(t=h<0,n=g==f,!r||!u)return n?0:!r^t?1:-1;if(!n)return g>f^t?1:-1;for(o=(g=r.length)<(f=u.length)?g:f,h=0;h<o;h++)if(r[h]!=u[h])return r[h]>u[h]^t?1:-1;return g==f?0:g>f^t?1:-1}function se(i,e,t,n){if(i<e||i>t||i!==Te(i))throw Error(be+(n||"Argument")+(typeof i=="number"?i<e||i>t?" out of range: ":" not an integer: ":" not a primitive number: ")+String(i))}function Wt(i){var e=i.c.length-1;return Me(i.e/U)==e&&i.c[e]%2!=0}function Gt(i,e){return(i.length>1?i.charAt(0)+"."+i.slice(1):i)+(e<0?"e":"e+")+e}function je(i,e,t){var n,r;if(e<0){for(r=t+".";++e;r+=t);i=r+i}else if(n=i.length,++e>n){for(r=t,e-=n;--e;r+=t);i+=r}else e<n&&(i=i.slice(0,e)+"."+i.slice(e));return i}var Ae=Zi(),Or=class{constructor(i){I(this,"key");I(this,"left",null);I(this,"right",null);this.key=i}},Et=class extends Or{constructor(i){super(i)}},Rr=class{constructor(){I(this,"size",0);I(this,"modificationCount",0);I(this,"splayCount",0)}splay(i){const e=this.root;if(e==null)return this.compare(i,i),-1;let t=null,n=null,r=null,u=null,h=e;const o=this.compare;let g;for(;;)if(g=o(h.key,i),g>0){let f=h.left;if(f==null||(g=o(f.key,i),g>0&&(h.left=f.right,f.right=h,h=f,f=h.left,f==null)))break;t==null?n=h:t.left=h,t=h,h=f}else if(g<0){let f=h.right;if(f==null||(g=o(f.key,i),g<0&&(h.right=f.left,f.left=h,h=f,f=h.right,f==null)))break;r==null?u=h:r.right=h,r=h,h=f}else break;return r!=null&&(r.right=h.left,h.left=u),t!=null&&(t.left=h.right,h.right=n),this.root!==h&&(this.root=h,this.splayCount++),g}splayMin(i){let e=i,t=e.left;for(;t!=null;){const n=t;e.left=n.right,n.right=e,e=n,t=e.left}return e}splayMax(i){let e=i,t=e.right;for(;t!=null;){const n=t;e.right=n.left,n.left=e,e=n,t=e.right}return e}_delete(i){if(this.root==null||this.splay(i)!=0)return null;let t=this.root;const n=t,r=t.left;if(this.size--,r==null)this.root=t.right;else{const u=t.right;t=this.splayMax(r),t.right=u,this.root=t}return this.modificationCount++,n}addNewRoot(i,e){this.size++,this.modificationCount++;const t=this.root;if(t==null){this.root=i;return}e<0?(i.left=t,i.right=t.right,t.right=null):(i.right=t,i.left=t.left,t.left=null),this.root=i}_first(){const i=this.root;return i==null?null:(this.root=this.splayMin(i),this.root)}_last(){const i=this.root;return i==null?null:(this.root=this.splayMax(i),this.root)}clear(){this.root=null,this.size=0,this.modificationCount++}has(i){return this.validKey(i)&&this.splay(i)==0}defaultCompare(){return(i,e)=>i<e?-1:i>e?1:0}wrap(){return{getRoot:()=>this.root,setRoot:i=>{this.root=i},getSize:()=>this.size,getModificationCount:()=>this.modificationCount,getSplayCount:()=>this.splayCount,setSplayCount:i=>{this.splayCount=i},splay:i=>this.splay(i),has:i=>this.has(i)}}},Dt=class Nt extends Rr{constructor(t,n){super();I(this,"root",null);I(this,"compare");I(this,"validKey");I(this,an,"[object Set]");this.compare=t??this.defaultCompare(),this.validKey=n??(r=>r!=null&&r!=null)}delete(t){return this.validKey(t)?this._delete(t)!=null:!1}deleteAll(t){for(const n of t)this.delete(n)}forEach(t){const n=this[Symbol.iterator]();let r;for(;r=n.next(),!r.done;)t(r.value,r.value,this)}add(t){const n=this.splay(t);return n!=0&&this.addNewRoot(new Et(t),n),this}addAndReturn(t){const n=this.splay(t);return n!=0&&this.addNewRoot(new Et(t),n),this.root.key}addAll(t){for(const n of t)this.add(n)}isEmpty(){return this.root==null}isNotEmpty(){return this.root!=null}single(){if(this.size==0)throw"Bad state: No element";if(this.size>1)throw"Bad state: Too many element";return this.root.key}first(){if(this.size==0)throw"Bad state: No element";return this._first().key}last(){if(this.size==0)throw"Bad state: No element";return this._last().key}lastBefore(t){if(t==null)throw"Invalid arguments(s)";if(this.root==null)return null;if(this.splay(t)<0)return this.root.key;let r=this.root.left;if(r==null)return null;let u=r.right;for(;u!=null;)r=u,u=r.right;return r.key}firstAfter(t){if(t==null)throw"Invalid arguments(s)";if(this.root==null)return null;if(this.splay(t)>0)return this.root.key;let r=this.root.right;if(r==null)return null;let u=r.left;for(;u!=null;)r=u,u=r.left;return r.key}retainAll(t){const n=new Nt(this.compare,this.validKey),r=this.modificationCount;for(const u of t){if(r!=this.modificationCount)throw"Concurrent modification during iteration.";this.validKey(u)&&this.splay(u)==0&&n.add(this.root.key)}n.size!=this.size&&(this.root=n.root,this.size=n.size,this.modificationCount++)}lookup(t){return!this.validKey(t)||this.splay(t)!=0?null:this.root.key}intersection(t){const n=new Nt(this.compare,this.validKey);for(const r of this)t.has(r)&&n.add(r);return n}difference(t){const n=new Nt(this.compare,this.validKey);for(const r of this)t.has(r)||n.add(r);return n}union(t){const n=this.clone();return n.addAll(t),n}clone(){const t=new Nt(this.compare,this.validKey);return t.size=this.size,t.root=this.copyNode(this.root),t}copyNode(t){if(t==null)return null;function n(u,h){let o,g;do{if(o=u.left,g=u.right,o!=null){const f=new Et(o.key);h.left=f,n(o,f)}if(g!=null){const f=new Et(g.key);h.right=f,u=g,h=f}}while(g!=null)}const r=new Et(t.key);return n(t,r),r}toSet(){return this.clone()}entries(){return new Ir(this.wrap())}keys(){return this[Symbol.iterator]()}values(){return this[Symbol.iterator]()}[(fn=Symbol.iterator,an=Symbol.toStringTag,fn)](){return new Pr(this.wrap())}},Hi=class{constructor(i){I(this,"tree");I(this,"path",new Array);I(this,"modificationCount",null);I(this,"splayCount");this.tree=i,this.splayCount=i.getSplayCount()}[Symbol.iterator](){return this}next(){return this.moveNext()?{done:!1,value:this.current()}:{done:!0,value:null}}current(){if(!this.path.length)return null;const i=this.path[this.path.length-1];return this.getValue(i)}rebuildPath(i){this.path.splice(0,this.path.length),this.tree.splay(i),this.path.push(this.tree.getRoot()),this.splayCount=this.tree.getSplayCount()}findLeftMostDescendent(i){for(;i!=null;)this.path.push(i),i=i.left}moveNext(){if(this.modificationCount!=this.tree.getModificationCount()){if(this.modificationCount==null){this.modificationCount=this.tree.getModificationCount();let t=this.tree.getRoot();for(;t!=null;)this.path.push(t),t=t.left;return this.path.length>0}throw"Concurrent modification during iteration."}if(!this.path.length)return!1;this.splayCount!=this.tree.getSplayCount()&&this.rebuildPath(this.path[this.path.length-1].key);let i=this.path[this.path.length-1],e=i.right;if(e!=null){for(;e!=null;)this.path.push(e),e=e.left;return!0}for(this.path.pop();this.path.length&&this.path[this.path.length-1].right===i;)i=this.path.pop();return this.path.length>0}},Pr=class extends Hi{getValue(i){return i.key}},Ir=class extends Hi{getValue(i){return[i.key,i.key]}},Vi=i=>()=>i,ri=i=>{const e=i?(t,n)=>n.minus(t).abs().isLessThanOrEqualTo(i):Vi(!1);return(t,n)=>e(t,n)?0:t.comparedTo(n)};function Ar(i){const e=i?(t,n,r,u,h)=>t.exponentiatedBy(2).isLessThanOrEqualTo(u.minus(n).exponentiatedBy(2).plus(h.minus(r).exponentiatedBy(2)).times(i)):Vi(!1);return(t,n,r)=>{const u=t.x,h=t.y,o=r.x,g=r.y,f=h.minus(g).times(n.x.minus(o)).minus(u.minus(o).times(n.y.minus(g)));return e(f,u,h,o,g)?0:f.comparedTo(0)}}var Br=i=>i,Wr=i=>{if(i){const e=new Dt(ri(i)),t=new Dt(ri(i)),n=(u,h)=>h.addAndReturn(u),r=u=>({x:n(u.x,e),y:n(u.y,t)});return r({x:new Ae(0),y:new Ae(0)}),r}return Br},si=i=>({set:e=>{Ze=si(e)},reset:()=>si(i),compare:ri(i),snap:Wr(i),orient:Ar(i)}),Ze=si(),Lt=(i,e)=>i.ll.x.isLessThanOrEqualTo(e.x)&&e.x.isLessThanOrEqualTo(i.ur.x)&&i.ll.y.isLessThanOrEqualTo(e.y)&&e.y.isLessThanOrEqualTo(i.ur.y),oi=(i,e)=>{if(e.ur.x.isLessThan(i.ll.x)||i.ur.x.isLessThan(e.ll.x)||e.ur.y.isLessThan(i.ll.y)||i.ur.y.isLessThan(e.ll.y))return null;const t=i.ll.x.isLessThan(e.ll.x)?e.ll.x:i.ll.x,n=i.ur.x.isLessThan(e.ur.x)?i.ur.x:e.ur.x,r=i.ll.y.isLessThan(e.ll.y)?e.ll.y:i.ll.y,u=i.ur.y.isLessThan(e.ur.y)?i.ur.y:e.ur.y;return{ll:{x:t,y:r},ur:{x:n,y:u}}},zt=(i,e)=>i.x.times(e.y).minus(i.y.times(e.x)),Ki=(i,e)=>i.x.times(e.x).plus(i.y.times(e.y)),Ut=i=>Ki(i,i).sqrt(),Gr=(i,e,t)=>{const n={x:e.x.minus(i.x),y:e.y.minus(i.y)},r={x:t.x.minus(i.x),y:t.y.minus(i.y)};return zt(r,n).div(Ut(r)).div(Ut(n))},Dr=(i,e,t)=>{const n={x:e.x.minus(i.x),y:e.y.minus(i.y)},r={x:t.x.minus(i.x),y:t.y.minus(i.y)};return Ki(r,n).div(Ut(r)).div(Ut(n))},Yi=(i,e,t)=>e.y.isZero()?null:{x:i.x.plus(e.x.div(e.y).times(t.minus(i.y))),y:t},Qi=(i,e,t)=>e.x.isZero()?null:{x:t,y:i.y.plus(e.y.div(e.x).times(t.minus(i.x)))},zr=(i,e,t,n)=>{if(e.x.isZero())return Qi(t,n,i.x);if(n.x.isZero())return Qi(i,e,t.x);if(e.y.isZero())return Yi(t,n,i.y);if(n.y.isZero())return Yi(i,e,t.y);const r=zt(e,n);if(r.isZero())return null;const u={x:t.x.minus(i.x),y:t.y.minus(i.y)},h=zt(u,e).div(r),o=zt(u,n).div(r),g=i.x.plus(o.times(e.x)),f=t.x.plus(h.times(n.x)),w=i.y.plus(o.times(e.y)),_=t.y.plus(h.times(n.y)),N=g.plus(f).div(2),R=w.plus(_).div(2);return{x:N,y:R}},Be=class wn{constructor(e,t){I(this,"point");I(this,"isLeft");I(this,"segment");I(this,"otherSE");I(this,"consumedBy");e.events===void 0?e.events=[this]:e.events.push(this),this.point=e,this.isLeft=t}static compare(e,t){const n=wn.comparePoints(e.point,t.point);return n!==0?n:(e.point!==t.point&&e.link(t),e.isLeft!==t.isLeft?e.isLeft?1:-1:Ft.compare(e.segment,t.segment))}static comparePoints(e,t){return e.x.isLessThan(t.x)?-1:e.x.isGreaterThan(t.x)?1:e.y.isLessThan(t.y)?-1:e.y.isGreaterThan(t.y)?1:0}link(e){if(e.point===this.point)throw new Error("Tried to link already linked events");const t=e.point.events;for(let n=0,r=t.length;n<r;n++){const u=t[n];this.point.events.push(u),u.point=this.point}this.checkForConsuming()}checkForConsuming(){const e=this.point.events.length;for(let t=0;t<e;t++){const n=this.point.events[t];if(n.segment.consumedBy===void 0)for(let r=t+1;r<e;r++){const u=this.point.events[r];u.consumedBy===void 0&&n.otherSE.point.events===u.otherSE.point.events&&n.segment.consume(u.segment)}}}getAvailableLinkedEvents(){const e=[];for(let t=0,n=this.point.events.length;t<n;t++){const r=this.point.events[t];r!==this&&!r.segment.ringOut&&r.segment.isInResult()&&e.push(r)}return e}getLeftmostComparator(e){const t=new Map,n=r=>{const u=r.otherSE;t.set(r,{sine:Gr(this.point,e.point,u.point),cosine:Dr(this.point,e.point,u.point)})};return(r,u)=>{t.has(r)||n(r),t.has(u)||n(u);const{sine:h,cosine:o}=t.get(r),{sine:g,cosine:f}=t.get(u);return h.isGreaterThanOrEqualTo(0)&&g.isGreaterThanOrEqualTo(0)?o.isLessThan(f)?1:o.isGreaterThan(f)?-1:0:h.isLessThan(0)&&g.isLessThan(0)?o.isLessThan(f)?-1:o.isGreaterThan(f)?1:0:g.isLessThan(h)?-1:g.isGreaterThan(h)?1:0}}},Ur=class pi{constructor(e){I(this,"events");I(this,"poly");I(this,"_isExteriorRing");I(this,"_enclosingRing");this.events=e;for(let t=0,n=e.length;t<n;t++)e[t].segment.ringOut=this;this.poly=null}static factory(e){const t=[];for(let n=0,r=e.length;n<r;n++){const u=e[n];if(!u.isInResult()||u.ringOut)continue;let h=null,o=u.leftSE,g=u.rightSE;const f=[o],w=o.point,_=[];for(;h=o,o=g,f.push(o),o.point!==w;)for(;;){const N=o.getAvailableLinkedEvents();if(N.length===0){const W=f[0].point,M=f[f.length-1].point;throw new Error(`Unable to complete output ring starting at [${W.x}, ${W.y}]. Last matching segment found ends at [${M.x}, ${M.y}].`)}if(N.length===1){g=N[0].otherSE;break}let R=null;for(let W=0,M=_.length;W<M;W++)if(_[W].point===o.point){R=W;break}if(R!==null){const W=_.splice(R)[0],M=f.splice(W.index);M.unshift(M[0].otherSE),t.push(new pi(M.reverse()));continue}_.push({index:f.length,point:o.point});const O=o.getLeftmostComparator(h);g=N.sort(O)[0].otherSE;break}t.push(new pi(f))}return t}getGeom(){let e=this.events[0].point;const t=[e];for(let f=1,w=this.events.length-1;f<w;f++){const _=this.events[f].point,N=this.events[f+1].point;Ze.orient(_,e,N)!==0&&(t.push(_),e=_)}if(t.length===1)return null;const n=t[0],r=t[1];Ze.orient(n,e,r)===0&&t.shift(),t.push(t[0]);const u=this.isExteriorRing()?1:-1,h=this.isExteriorRing()?0:t.length-1,o=this.isExteriorRing()?t.length:-1,g=[];for(let f=h;f!=o;f+=u)g.push([t[f].x.toNumber(),t[f].y.toNumber()]);return g}isExteriorRing(){if(this._isExteriorRing===void 0){const e=this.enclosingRing();this._isExteriorRing=e?!e.isExteriorRing():!0}return this._isExteriorRing}enclosingRing(){return this._enclosingRing===void 0&&(this._enclosingRing=this._calcEnclosingRing()),this._enclosingRing}_calcEnclosingRing(){var r,u;let e=this.events[0];for(let h=1,o=this.events.length;h<o;h++){const g=this.events[h];Be.compare(e,g)>0&&(e=g)}let t=e.segment.prevInResult(),n=t?t.prevInResult():null;for(;;){if(!t)return null;if(!n)return t.ringOut;if(n.ringOut!==t.ringOut)return((r=n.ringOut)==null?void 0:r.enclosingRing())!==t.ringOut?t.ringOut:(u=t.ringOut)==null?void 0:u.enclosingRing();t=n.prevInResult(),n=t?t.prevInResult():null}}},Xi=class{constructor(i){I(this,"exteriorRing");I(this,"interiorRings");this.exteriorRing=i,i.poly=this,this.interiorRings=[]}addInterior(i){this.interiorRings.push(i),i.poly=this}getGeom(){const i=this.exteriorRing.getGeom();if(i===null)return null;const e=[i];for(let t=0,n=this.interiorRings.length;t<n;t++){const r=this.interiorRings[t].getGeom();r!==null&&e.push(r)}return e}},qr=class{constructor(i){I(this,"rings");I(this,"polys");this.rings=i,this.polys=this._composePolys(i)}getGeom(){const i=[];for(let e=0,t=this.polys.length;e<t;e++){const n=this.polys[e].getGeom();n!==null&&i.push(n)}return i}_composePolys(i){var t;const e=[];for(let n=0,r=i.length;n<r;n++){const u=i[n];if(!u.poly)if(u.isExteriorRing())e.push(new Xi(u));else{const h=u.enclosingRing();h!=null&&h.poly||e.push(new Xi(h)),(t=h==null?void 0:h.poly)==null||t.addInterior(u)}}return e}},Fr=class{constructor(i,e=Ft.compare){I(this,"queue");I(this,"tree");I(this,"segments");this.queue=i,this.tree=new Dt(e),this.segments=[]}process(i){const e=i.segment,t=[];if(i.consumedBy)return i.isLeft?this.queue.delete(i.otherSE):this.tree.delete(e),t;i.isLeft&&this.tree.add(e);let n=e,r=e;do n=this.tree.lastBefore(n);while(n!=null&&n.consumedBy!=null);do r=this.tree.firstAfter(r);while(r!=null&&r.consumedBy!=null);if(i.isLeft){let u=null;if(n){const o=n.getIntersection(e);if(o!==null&&(e.isAnEndpoint(o)||(u=o),!n.isAnEndpoint(o))){const g=this._splitSafely(n,o);for(let f=0,w=g.length;f<w;f++)t.push(g[f])}}let h=null;if(r){const o=r.getIntersection(e);if(o!==null&&(e.isAnEndpoint(o)||(h=o),!r.isAnEndpoint(o))){const g=this._splitSafely(r,o);for(let f=0,w=g.length;f<w;f++)t.push(g[f])}}if(u!==null||h!==null){let o=null;u===null?o=h:h===null?o=u:o=Be.comparePoints(u,h)<=0?u:h,this.queue.delete(e.rightSE),t.push(e.rightSE);const g=e.split(o);for(let f=0,w=g.length;f<w;f++)t.push(g[f])}t.length>0?(this.tree.delete(e),t.push(i)):(this.segments.push(e),e.prev=n)}else{if(n&&r){const u=n.getIntersection(r);if(u!==null){if(!n.isAnEndpoint(u)){const h=this._splitSafely(n,u);for(let o=0,g=h.length;o<g;o++)t.push(h[o])}if(!r.isAnEndpoint(u)){const h=this._splitSafely(r,u);for(let o=0,g=h.length;o<g;o++)t.push(h[o])}}}this.tree.delete(e)}return t}_splitSafely(i,e){this.tree.delete(i);const t=i.rightSE;this.queue.delete(t);const n=i.split(e);return n.push(t),i.consumedBy===void 0&&this.tree.add(i),n}},jr=class{constructor(){I(this,"type");I(this,"numMultiPolys")}run(i,e,t){_t.type=i;const n=[new $i(e,!0)];for(let f=0,w=t.length;f<w;f++)n.push(new $i(t[f],!1));if(_t.numMultiPolys=n.length,_t.type==="difference"){const f=n[0];let w=1;for(;w<n.length;)oi(n[w].bbox,f.bbox)!==null?w++:n.splice(w,1)}if(_t.type==="intersection")for(let f=0,w=n.length;f<w;f++){const _=n[f];for(let N=f+1,R=n.length;N<R;N++)if(oi(_.bbox,n[N].bbox)===null)return[]}const r=new Dt(Be.compare);for(let f=0,w=n.length;f<w;f++){const _=n[f].getSweepEvents();for(let N=0,R=_.length;N<R;N++)r.add(_[N])}const u=new Fr(r);let h=null;for(r.size!=0&&(h=r.first(),r.delete(h));h;){const f=u.process(h);for(let w=0,_=f.length;w<_;w++){const N=f[w];N.consumedBy===void 0&&r.add(N)}r.size!=0?(h=r.first(),r.delete(h)):h=null}Ze.reset();const o=Ur.factory(u.segments);return new qr(o).getGeom()}},_t=new jr,qt=_t,Zr=0,Ft=class Kt{constructor(e,t,n,r){I(this,"id");I(this,"leftSE");I(this,"rightSE");I(this,"rings");I(this,"windings");I(this,"ringOut");I(this,"consumedBy");I(this,"prev");I(this,"_prevInResult");I(this,"_beforeState");I(this,"_afterState");I(this,"_isInResult");this.id=++Zr,this.leftSE=e,e.segment=this,e.otherSE=t,this.rightSE=t,t.segment=this,t.otherSE=e,this.rings=n,this.windings=r}static compare(e,t){const n=e.leftSE.point.x,r=t.leftSE.point.x,u=e.rightSE.point.x,h=t.rightSE.point.x;if(h.isLessThan(n))return 1;if(u.isLessThan(r))return-1;const o=e.leftSE.point.y,g=t.leftSE.point.y,f=e.rightSE.point.y,w=t.rightSE.point.y;if(n.isLessThan(r)){if(g.isLessThan(o)&&g.isLessThan(f))return 1;if(g.isGreaterThan(o)&&g.isGreaterThan(f))return-1;const _=e.comparePoint(t.leftSE.point);if(_<0)return 1;if(_>0)return-1;const N=t.comparePoint(e.rightSE.point);return N!==0?N:-1}if(n.isGreaterThan(r)){if(o.isLessThan(g)&&o.isLessThan(w))return-1;if(o.isGreaterThan(g)&&o.isGreaterThan(w))return 1;const _=t.comparePoint(e.leftSE.point);if(_!==0)return _;const N=e.comparePoint(t.rightSE.point);return N<0?1:N>0?-1:1}if(o.isLessThan(g))return-1;if(o.isGreaterThan(g))return 1;if(u.isLessThan(h)){const _=t.comparePoint(e.rightSE.point);if(_!==0)return _}if(u.isGreaterThan(h)){const _=e.comparePoint(t.rightSE.point);if(_<0)return 1;if(_>0)return-1}if(!u.eq(h)){const _=f.minus(o),N=u.minus(n),R=w.minus(g),O=h.minus(r);if(_.isGreaterThan(N)&&R.isLessThan(O))return 1;if(_.isLessThan(N)&&R.isGreaterThan(O))return-1}return u.isGreaterThan(h)?1:u.isLessThan(h)||f.isLessThan(w)?-1:f.isGreaterThan(w)?1:e.id<t.id?-1:e.id>t.id?1:0}static fromRing(e,t,n){let r,u,h;const o=Be.comparePoints(e,t);if(o<0)r=e,u=t,h=1;else if(o>0)r=t,u=e,h=-1;else throw new Error(`Tried to create degenerate segment at [${e.x}, ${e.y}]`);const g=new Be(r,!0),f=new Be(u,!1);return new Kt(g,f,[n],[h])}replaceRightSE(e){this.rightSE=e,this.rightSE.segment=this,this.rightSE.otherSE=this.leftSE,this.leftSE.otherSE=this.rightSE}bbox(){const e=this.leftSE.point.y,t=this.rightSE.point.y;return{ll:{x:this.leftSE.point.x,y:e.isLessThan(t)?e:t},ur:{x:this.rightSE.point.x,y:e.isGreaterThan(t)?e:t}}}vector(){return{x:this.rightSE.point.x.minus(this.leftSE.point.x),y:this.rightSE.point.y.minus(this.leftSE.point.y)}}isAnEndpoint(e){return e.x.eq(this.leftSE.point.x)&&e.y.eq(this.leftSE.point.y)||e.x.eq(this.rightSE.point.x)&&e.y.eq(this.rightSE.point.y)}comparePoint(e){return Ze.orient(this.leftSE.point,e,this.rightSE.point)}getIntersection(e){const t=this.bbox(),n=e.bbox(),r=oi(t,n);if(r===null)return null;const u=this.leftSE.point,h=this.rightSE.point,o=e.leftSE.point,g=e.rightSE.point,f=Lt(t,o)&&this.comparePoint(o)===0,w=Lt(n,u)&&e.comparePoint(u)===0,_=Lt(t,g)&&this.comparePoint(g)===0,N=Lt(n,h)&&e.comparePoint(h)===0;if(w&&f)return N&&!_?h:!N&&_?g:null;if(w)return _&&u.x.eq(g.x)&&u.y.eq(g.y)?null:u;if(f)return N&&h.x.eq(o.x)&&h.y.eq(o.y)?null:o;if(N&&_)return null;if(N)return h;if(_)return g;const R=zr(u,this.vector(),o,e.vector());return R===null||!Lt(r,R)?null:Ze.snap(R)}split(e){const t=[],n=e.events!==void 0,r=new Be(e,!0),u=new Be(e,!1),h=this.rightSE;this.replaceRightSE(u),t.push(u),t.push(r);const o=new Kt(r,h,this.rings.slice(),this.windings.slice());return Be.comparePoints(o.leftSE.point,o.rightSE.point)>0&&o.swapEvents(),Be.comparePoints(this.leftSE.point,this.rightSE.point)>0&&this.swapEvents(),n&&(r.checkForConsuming(),u.checkForConsuming()),t}swapEvents(){const e=this.rightSE;this.rightSE=this.leftSE,this.leftSE=e,this.leftSE.isLeft=!0,this.rightSE.isLeft=!1;for(let t=0,n=this.windings.length;t<n;t++)this.windings[t]*=-1}consume(e){let t=this,n=e;for(;t.consumedBy;)t=t.consumedBy;for(;n.consumedBy;)n=n.consumedBy;const r=Kt.compare(t,n);if(r!==0){if(r>0){const u=t;t=n,n=u}if(t.prev===n){const u=t;t=n,n=u}for(let u=0,h=n.rings.length;u<h;u++){const o=n.rings[u],g=n.windings[u],f=t.rings.indexOf(o);f===-1?(t.rings.push(o),t.windings.push(g)):t.windings[f]+=g}n.rings=null,n.windings=null,n.consumedBy=t,n.leftSE.consumedBy=t.leftSE,n.rightSE.consumedBy=t.rightSE}}prevInResult(){return this._prevInResult!==void 0?this._prevInResult:(this.prev?this.prev.isInResult()?this._prevInResult=this.prev:this._prevInResult=this.prev.prevInResult():this._prevInResult=null,this._prevInResult)}beforeState(){if(this._beforeState!==void 0)return this._beforeState;if(!this.prev)this._beforeState={rings:[],windings:[],multiPolys:[]};else{const e=this.prev.consumedBy||this.prev;this._beforeState=e.afterState()}return this._beforeState}afterState(){if(this._afterState!==void 0)return this._afterState;const e=this.beforeState();this._afterState={rings:e.rings.slice(0),windings:e.windings.slice(0),multiPolys:[]};const t=this._afterState.rings,n=this._afterState.windings,r=this._afterState.multiPolys;for(let o=0,g=this.rings.length;o<g;o++){const f=this.rings[o],w=this.windings[o],_=t.indexOf(f);_===-1?(t.push(f),n.push(w)):n[_]+=w}const u=[],h=[];for(let o=0,g=t.length;o<g;o++){if(n[o]===0)continue;const f=t[o],w=f.poly;if(h.indexOf(w)===-1)if(f.isExterior)u.push(w);else{h.indexOf(w)===-1&&h.push(w);const _=u.indexOf(f.poly);_!==-1&&u.splice(_,1)}}for(let o=0,g=u.length;o<g;o++){const f=u[o].multiPoly;r.indexOf(f)===-1&&r.push(f)}return this._afterState}isInResult(){if(this.consumedBy)return!1;if(this._isInResult!==void 0)return this._isInResult;const e=this.beforeState().multiPolys,t=this.afterState().multiPolys;switch(qt.type){case"union":{const n=e.length===0,r=t.length===0;this._isInResult=n!==r;break}case"intersection":{let n,r;e.length<t.length?(n=e.length,r=t.length):(n=t.length,r=e.length),this._isInResult=r===qt.numMultiPolys&&n<r;break}case"xor":{const n=Math.abs(e.length-t.length);this._isInResult=n%2===1;break}case"difference":{const n=r=>r.length===1&&r[0].isSubject;this._isInResult=n(e)!==n(t);break}}return this._isInResult}},Ji=class{constructor(i,e,t){I(this,"poly");I(this,"isExterior");I(this,"segments");I(this,"bbox");if(!Array.isArray(i)||i.length===0)throw new Error("Input geometry is not a valid Polygon or MultiPolygon");if(this.poly=e,this.isExterior=t,this.segments=[],typeof i[0][0]!="number"||typeof i[0][1]!="number")throw new Error("Input geometry is not a valid Polygon or MultiPolygon");const n=Ze.snap({x:new Ae(i[0][0]),y:new Ae(i[0][1])});this.bbox={ll:{x:n.x,y:n.y},ur:{x:n.x,y:n.y}};let r=n;for(let u=1,h=i.length;u<h;u++){if(typeof i[u][0]!="number"||typeof i[u][1]!="number")throw new Error("Input geometry is not a valid Polygon or MultiPolygon");const o=Ze.snap({x:new Ae(i[u][0]),y:new Ae(i[u][1])});o.x.eq(r.x)&&o.y.eq(r.y)||(this.segments.push(Ft.fromRing(r,o,this)),o.x.isLessThan(this.bbox.ll.x)&&(this.bbox.ll.x=o.x),o.y.isLessThan(this.bbox.ll.y)&&(this.bbox.ll.y=o.y),o.x.isGreaterThan(this.bbox.ur.x)&&(this.bbox.ur.x=o.x),o.y.isGreaterThan(this.bbox.ur.y)&&(this.bbox.ur.y=o.y),r=o)}(!n.x.eq(r.x)||!n.y.eq(r.y))&&this.segments.push(Ft.fromRing(r,n,this))}getSweepEvents(){const i=[];for(let e=0,t=this.segments.length;e<t;e++){const n=this.segments[e];i.push(n.leftSE),i.push(n.rightSE)}return i}},Hr=class{constructor(i,e){I(this,"multiPoly");I(this,"exteriorRing");I(this,"interiorRings");I(this,"bbox");if(!Array.isArray(i))throw new Error("Input geometry is not a valid Polygon or MultiPolygon");this.exteriorRing=new Ji(i[0],this,!0),this.bbox={ll:{x:this.exteriorRing.bbox.ll.x,y:this.exteriorRing.bbox.ll.y},ur:{x:this.exteriorRing.bbox.ur.x,y:this.exteriorRing.bbox.ur.y}},this.interiorRings=[];for(let t=1,n=i.length;t<n;t++){const r=new Ji(i[t],this,!1);r.bbox.ll.x.isLessThan(this.bbox.ll.x)&&(this.bbox.ll.x=r.bbox.ll.x),r.bbox.ll.y.isLessThan(this.bbox.ll.y)&&(this.bbox.ll.y=r.bbox.ll.y),r.bbox.ur.x.isGreaterThan(this.bbox.ur.x)&&(this.bbox.ur.x=r.bbox.ur.x),r.bbox.ur.y.isGreaterThan(this.bbox.ur.y)&&(this.bbox.ur.y=r.bbox.ur.y),this.interiorRings.push(r)}this.multiPoly=e}getSweepEvents(){const i=this.exteriorRing.getSweepEvents();for(let e=0,t=this.interiorRings.length;e<t;e++){const n=this.interiorRings[e].getSweepEvents();for(let r=0,u=n.length;r<u;r++)i.push(n[r])}return i}},$i=class{constructor(i,e){I(this,"isSubject");I(this,"polys");I(this,"bbox");if(!Array.isArray(i))throw new Error("Input geometry is not a valid Polygon or MultiPolygon");try{typeof i[0][0][0]=="number"&&(i=[i])}catch{}this.polys=[],this.bbox={ll:{x:new Ae(Number.POSITIVE_INFINITY),y:new Ae(Number.POSITIVE_INFINITY)},ur:{x:new Ae(Number.NEGATIVE_INFINITY),y:new Ae(Number.NEGATIVE_INFINITY)}};for(let t=0,n=i.length;t<n;t++){const r=new Hr(i[t],this);r.bbox.ll.x.isLessThan(this.bbox.ll.x)&&(this.bbox.ll.x=r.bbox.ll.x),r.bbox.ll.y.isLessThan(this.bbox.ll.y)&&(this.bbox.ll.y=r.bbox.ll.y),r.bbox.ur.x.isGreaterThan(this.bbox.ur.x)&&(this.bbox.ur.x=r.bbox.ur.x),r.bbox.ur.y.isGreaterThan(this.bbox.ur.y)&&(this.bbox.ur.y=r.bbox.ur.y),this.polys.push(r)}this.isSubject=e}getSweepEvents(){const i=[];for(let e=0,t=this.polys.length;e<t;e++){const n=this.polys[e].getSweepEvents();for(let r=0,u=n.length;r<u;r++)i.push(n[r])}return i}},Vr=(i,...e)=>qt.run("union",i,e),Kr=(i,...e)=>qt.run("difference",i,e);Ze.set;function en(i,e,t){if(i!==null)for(var n,r,u,h,o,g,f,w=0,_=0,N,R=i.type,O=R==="FeatureCollection",W=R==="Feature",M=O?i.features.length:1,k=0;k<M;k++){f=O?i.features[k].geometry:W?i.geometry:i,N=f?f.type==="GeometryCollection":!1,o=N?f.geometries.length:1;for(var x=0;x<o;x++){var C=0,P=0;if(h=N?f.geometries[x]:f,h!==null){g=h.coordinates;var z=h.type;switch(w=0,z){case null:break;case"Point":if(e(g,_,k,C,P)===!1)return!1;_++,C++;break;case"LineString":case"MultiPoint":for(n=0;n<g.length;n++){if(e(g[n],_,k,C,P)===!1)return!1;_++,z==="MultiPoint"&&C++}z==="LineString"&&C++;break;case"Polygon":case"MultiLineString":for(n=0;n<g.length;n++){for(r=0;r<g[n].length-w;r++){if(e(g[n][r],_,k,C,P)===!1)return!1;_++}z==="MultiLineString"&&C++,z==="Polygon"&&P++}z==="Polygon"&&C++;break;case"MultiPolygon":for(n=0;n<g.length;n++){for(P=0,r=0;r<g[n].length;r++){for(u=0;u<g[n][r].length-w;u++){if(e(g[n][r][u],_,k,C,P)===!1)return!1;_++}P++}C++}break;case"GeometryCollection":for(n=0;n<h.geometries.length;n++)if(en(h.geometries[n],e)===!1)return!1;break;default:throw new Error("Unknown Geometry Type")}}}}}function li(i,e){var t,n,r,u,h,o,g,f,w,_,N=0,R=i.type==="FeatureCollection",O=i.type==="Feature",W=R?i.features.length:1;for(t=0;t<W;t++){for(o=R?i.features[t].geometry:O?i.geometry:i,f=R?i.features[t].properties:O?i.properties:{},w=R?i.features[t].bbox:O?i.bbox:void 0,_=R?i.features[t].id:O?i.id:void 0,g=o?o.type==="GeometryCollection":!1,h=g?o.geometries.length:1,r=0;r<h;r++){if(u=g?o.geometries[r]:o,u===null){if(e(null,N,f,w,_)===!1)return!1;continue}switch(u.type){case"Point":case"LineString":case"MultiPoint":case"Polygon":case"MultiLineString":case"MultiPolygon":{if(e(u,N,f,w,_)===!1)return!1;break}case"GeometryCollection":{for(n=0;n<u.geometries.length;n++)if(e(u.geometries[n],N,f,w,_)===!1)return!1;break}default:throw new Error("Unknown Geometry Type")}}N++}}function Yr(i,e){li(i,function(t,n,r,u,h){var o=t===null?null:t.type;switch(o){case null:case"Point":case"LineString":case"Polygon":return e(bt(t,r,{bbox:u,id:h}),n,0)===!1?!1:void 0}var g;switch(o){case"MultiPoint":g="Point";break;case"MultiLineString":g="LineString";break;case"MultiPolygon":g="Polygon";break}for(var f=0;f<t.coordinates.length;f++){var w=t.coordinates[f],_={type:g,coordinates:w};if(e(bt(_,r),n,f)===!1)return!1}})}function Qr(i,e={}){const t=[];if(li(i,r=>{t.push(r.coordinates)}),t.length<2)throw new Error("Must have at least 2 geometries");const n=Vr(t[0],...t.slice(1));return n.length===0?null:n.length===1?ti(n[0],e.properties):qi(n,e.properties)}var tn=Qr;function Xr(i,e={}){if(i.bbox!=null&&e.recompute!==!0)return i.bbox;const t=[1/0,1/0,-1/0,-1/0];return en(i,n=>{t[0]>n[0]&&(t[0]=n[0]),t[1]>n[1]&&(t[1]=n[1]),t[2]<n[0]&&(t[2]=n[0]),t[3]<n[1]&&(t[3]=n[1])}),t}var nn=Xr;function Jr(i){const e=[];if(li(i,r=>{e.push(r.coordinates)}),e.length<2)throw new Error("Must have at least two features");const t=i.features[0].properties||{},n=Kr(e[0],...e.slice(1));return n.length===0?null:n.length===1?ti(n[0],t):qi(n,t)}var $r=Jr;function es(i){if(!i)throw new Error("geojson is required");var e=[];return Yr(i,function(t){e.push(t)}),wt(e)}var ts=es;function rn(i,e){const t=$r(wt([ti([[[180,90],[-180,90],[-180,-90],[180,-90],[180,90]]]),i]));if(!t)return;t.properties={isMask:!0};const n=Bt(nn(i)),r=(n[2]-n[0])/360/1e3,u=n[0]<-180,h=n[2]>180,o=ts(i);if(o.features.length>1&&(u||h))for(const g of o.features){const f=Bt(nn(g));if(h&&f[0]<-180+r)for(const w of g.geometry.coordinates)for(const _ of w)_[0]+=360-r;if(u&&f[2]>180-r)for(const w of g.geometry.coordinates)for(const _ of w)_[0]-=360-r}e(wt([o.features.length<2?i:tn(o)??i,t]))}const sn={fill:{paint:{"fill-color":"#000","fill-opacity":.1},filter:["all",["==",["geometry-type"],"Polygon"],["has","isMask"]]},line:{layout:{"line-cap":"square"},paint:{"line-width":["case",["==",["geometry-type"],"Polygon"],2,3],"line-dasharray":[1,1],"line-color":"#3170fe"},filter:["!",["has","isMask"]]}},jt="mtlr-gc-full-geom",on="mtlr-gc-full-geom-fill",ln="mtlr-gc-full-geom-line";function un(i,e,t=!0,n=!0,r={},u={},h=sn){let o;const g=[];let f,w,_;function N(){if(!i.loaded){i.once("load",N);return}const M=h?h===!0?sn:h:void 0;if(!(M!=null&&M.fill)&&!(M!=null&&M.line))return;const k=i.getSource(jt);if(k)k.setData(_??wt([]));else if(_)i.addSource(jt,{type:"geojson",data:_});else return;!i.getLayer(on)&&(M!=null&&M.fill)&&i.addLayer({...M==null?void 0:M.fill,id:on,type:"fill",source:jt}),!i.getLayer(ln)&&(M!=null&&M.line)&&i.addLayer({...M==null?void 0:M.line,id:ln,type:"line",source:jt})}function R(M){_=M,N()}i.on("styledata",()=>{setTimeout(()=>{_&&N()})});const O=M=>{o==null||o({type:"mapClick",coordinates:[M.lngLat.lng,M.lngLat.lat]})};function W(M=!1){if(!e)throw new Error;const k=document.createElement("div");return M&&k.classList.add("marker-interactive"),new sr({props:{displayIn:"maplibre"},target:k}),new e.Marker({element:k,offset:[1,-13]})}return{setEventHandler(M){M?(o=M,i.on("click",O)):(o=void 0,i.off("click",O))},flyTo(M,k){i.flyTo({center:M,...k?{zoom:k}:{},...r})},fitBounds(M,k,x){i.fitBounds([[M[0],M[1]],[M[2],M[3]]],{padding:k,...x?{maxZoom:x}:{},...u})},indicateReverse(M){i.getCanvasContainer().style.cursor=M?"crosshair":""},setReverseMarker(M){!e||!t||(w?M?w.setLngLat(M):(w.remove(),w=void 0):M&&(t instanceof Function?w=t(i)??void 0:(w=(typeof t=="object"?new e.Marker(t):W()).setLngLat(M).addTo(i),w.getElement().classList.add("marker-reverse"))))},setFeatures(M,k,x){for(const C of g)C.remove();if(g.length=0,R(void 0),!!e){e:if(k){let C=!1;if(k.geometry.type==="GeometryCollection"){const P=k.geometry.geometries.filter(z=>z.type==="Polygon"||z.type==="MultiPolygon");t:if(P.length>0){const z=tn(wt(P.map(q=>bt(q))));if(!z)break t;rn({...k,geometry:z.geometry},R),C=!0}else{const z=k.geometry.geometries.filter(q=>q.type==="LineString"||q.type==="MultiLineString");z.length>0&&(R({...k,geometry:{type:"GeometryCollection",geometries:z}}),C=!0)}}if(!C){if(k.geometry.type==="Polygon"||k.geometry.type==="MultiPolygon")rn(k,R);else if(k.geometry.type==="LineString"||k.geometry.type==="MultiLineString"){R(k);break e}}if(!x&&!k.geometry.type.endsWith("Point"))break e;if(t instanceof Function){const P=t(i,k);P&&g.push(P)}else t&&g.push(typeof t=="object"?new e.Marker(t):W().setLngLat(k.center).addTo(i))}if(n)for(const C of M??[]){if(C===k)continue;let P;if(n instanceof Function){if(P=n(i,C),!P)continue}else P=(typeof n=="object"?new e.Marker(n):W(!0)).setLngLat(C.center).setPopup(new e.Popup({offset:[1,-27],closeButton:!1,closeOnMove:!0,className:"maptiler-gc-popup"}).setText(C.place_type[0]==="reverse"?C.place_name:C.place_name.replace(/,.*/,""))).addTo(i);const z=P.getElement();z.addEventListener("click",q=>{q.stopPropagation(),o==null||o({type:"markerClick",id:C.id})}),z.addEventListener("mouseenter",()=>{o==null||o({type:"markerMouseEnter",id:C.id}),P.togglePopup()}),z.addEventListener("mouseleave",()=>{o==null||o({type:"markerMouseLeave",id:C.id}),P.togglePopup()}),g.push(P)}}},setSelectedMarker(M){f&&f.getElement().classList.toggle("marker-selected",!1),f=M>-1?g[M]:void 0,f==null||f.getElement().classList.toggle("marker-selected",!0)},getCenterAndZoom(){const M=i.getCenter();return[i.getZoom(),M.lng,M.lat]}}}function is(i,e,t){var O,W,M;class n{constructor(x,C){I(this,"type");I(this,"target");this.type=C,this.target=x}}class r extends n{constructor(C,P){super(C,"select");I(this,"feature");Object.assign(this,P)}}class u extends n{constructor(C,P){super(C,"featureslisted");I(this,"features");this.features=P}}class h extends n{constructor(C,P){super(C,"featuresmarked");I(this,"features");this.features=P}}class o extends n{constructor(C,P){super(C,"optionsvisibilitychange");I(this,"optionsVisible");this.optionsVisible=P}}class g extends n{constructor(C,P){super(C,"pick");I(this,"feature");this.feature=P}}class f extends n{constructor(C,P){super(C,"querychange");I(this,"query");this.query=P}}class w extends n{constructor(C,P,z){super(C,"response");I(this,"url");I(this,"featureCollection");this.url=P,this.featureCollection=z}}class _ extends n{constructor(C,P){super(C,"reversetoggle");I(this,"reverse");this.reverse=P}}class N extends i{constructor(C={}){super();Vt(this,O);Vt(this,W);Vt(this,M);Ct(this,W,C)}onAddInt(C){const P=document.createElement("div");P.className="mapboxgl-ctrl-geocoder mapboxgl-ctrl maplibregl-ctrl-geocoder maplibregl-ctrl mapboxgl-ctrl-group";const{marker:z,showResultMarkers:q,flyTo:A,fullGeometryStyle:s,...l}=le(this,W),a=typeof A=="boolean"?{}:A,c={mapController:un(C,e,z,q,a,a,s),flyTo:A===void 0?!0:!!A,apiKey:"",...t==null?void 0:t(C,P),...l};if(!c.apiKey)throw new Error("no apiKey provided");return Ct(this,O,new Nr({target:P,props:c})),le(this,O).$on("select",p=>{this.fire(new r(this,p.detail))}),le(this,O).$on("pick",p=>{this.fire(new g(this,p.detail.feature))}),le(this,O).$on("featureslisted",p=>{this.fire(new u(this,p.detail.features))}),le(this,O).$on("featuresmarked",p=>{this.fire(new h(this,p.detail.features))}),le(this,O).$on("response",p=>{this.fire(new w(this,p.detail.url,p.detail.featureCollection))}),le(this,O).$on("optionsvisibilitychange",p=>{this.fire(new o(this,p.detail.optionsVisible))}),le(this,O).$on("reversetoggle",p=>{this.fire(new _(this,p.detail.reverse))}),le(this,O).$on("querychange",p=>{this.fire(new f(this,p.detail.query))}),Ct(this,M,P),P}on(C,P){return super.on(C,P)}once(C,P){return super.once(C,P)}off(C,P){return super.off(C,P)}listens(C){return super.listens(C)}setOptions(C){var l;Object.assign(le(this,W),C);const{marker:P,showResultMarkers:z,flyTo:q,fullGeometryStyle:A,...s}=le(this,W);(l=le(this,O))==null||l.$set(s)}setQuery(C,P=!0){var z;(z=le(this,O))==null||z.setQuery(C,P)}clearMap(){var C;(C=le(this,O))==null||C.clearMap()}clearList(){var C;(C=le(this,O))==null||C.clearList()}setReverseMode(C){var P;(P=le(this,O))==null||P.$set({reverseActive:C})}focus(C){var P;(P=le(this,O))==null||P.focus(C)}blur(){var C;(C=le(this,O))==null||C.blur()}onRemove(){var C,P,z;(C=le(this,O))==null||C.$destroy(),Ct(this,O,void 0),(z=(P=le(this,M))==null?void 0:P.parentNode)==null||z.removeChild(le(this,M))}}return O=new WeakMap,W=new WeakMap,M=new WeakMap,{MapLibreBasedGeocodingControl:N,events:{SelectEvent:r,FeaturesListedEvent:u,FeaturesMarkedEvent:h,OptionsVisibilityChangeEvent:o,PickEvent:g,QueryChangeEvent:f,ResponseEvent:w,ReverseToggleEvent:_}}}const{MapLibreBasedGeocodingControl:ns,events:et}=is(dt.Evented,dt);class rs extends ns{onAdd(e){return super.onAddInt(e)}}const ss=et.SelectEvent,os=et.FeaturesListedEvent,ls=et.FeaturesMarkedEvent,us=et.OptionsVisibilityChangeEvent,as=et.PickEvent,fs=et.QueryChangeEvent,cs=et.ResponseEvent,hs=et.ReverseToggleEvent;j.FeaturesListedEvent=os,j.FeaturesMarkedEvent=ls,j.GeocodingControl=rs,j.OptionsVisibilityChangeEvent=us,j.PickEvent=as,j.QueryChangeEvent=fs,j.ResponseEvent=cs,j.ReverseToggleEvent=hs,j.SelectEvent=ss,j.createMapLibreGlMapController=un,Object.defineProperty(j,Symbol.toStringTag,{value:"Module"})});
|
|
14
|
-
//# sourceMappingURL=maplibregl.umd.js.map
|