draw-libre 0.4.0 → 0.5.0
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/README.md +12 -0
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +35 -13
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
var K=class{_isHidden=!0;_anchor={dx:0,dy:0};_pendingCoord=null;_rafId=0;_listenersActive=!1;get isHidden(){return this._isHidden}set isHidden(e){this._isHidden=e;}get anchor(){return {...this._anchor}}set anchor(e){this._anchor={...e};}get pendingCoord(){return this._pendingCoord}set pendingCoord(e){this._pendingCoord=e;}get rafId(){return this._rafId}set rafId(e){this._rafId=e;}get listenersActive(){return this._listenersActive}set listenersActive(e){this._listenersActive=e;}reset(){this._isHidden=!0,this._anchor={dx:0,dy:0},this._pendingCoord=null,this._rafId=0,this._listenersActive=!1;}};var l=class{static create(e,t,i){let o=window.document.createElement(e);return t!==void 0&&(o.className=t),i&&i.appendChild(o),o}static remove(e){e.parentNode&&e.parentNode.removeChild(e);}static addEventListener(e,t,i,o={}){e&&e.addEventListener(t,i,o);}static removeEventListener(e,t,i,o={}){e&&e.removeEventListener(t,i,o);}static mouseButton(e){return e.button}static addClassName(e,t){e.classList.contains(t)||e.classList.add(t);}static removeClassName(e,t){e.classList.contains(t)&&e.classList.remove(t);}};var ke={type:"FeatureCollection",features:[{type:"Feature",properties:{},geometry:{type:"LineString",coordinates:[]}}]};var r={LineDynamicLayer:"mdl-line-dynamic-layer",LineLayer:"mdl-line-layer",LineLayerTransparent:"mdl-line-layer-transparent",LineLayerBreak:"mdl-line-break-layer",PolygonLayer:"mdl-polygon-layer",PointsLayer:"mdl-points-layer",SinglePointLayer:"mdl-single-point-layer",FirstPointLayer:"mdl-first-point-layer",AuxiliaryPointLayer:"mdl-auxiliary-point-layer"},d={UnifiedSource:"mdl-unified-source",LineDynamicSource:"mdl-line-dynamic-source",LineSourceBreak:"mdl-line-source-break",SinglePointSource:"mdl-single-point-source"},A={large:6.5,default:5.5},Y={large:"#FF6464",default:"#666666"},N={"circle-radius":A.default,"circle-color":"#FEFFFE","circle-stroke-color":Y.default,"circle-stroke-width":3},U={"circle-radius":A.default-1.5,"circle-color":"#FEFFFE","circle-stroke-color":"#666666","circle-stroke-width":2},k={"circle-radius":A.large,"circle-color":"#FEFFFE","circle-stroke-color":"#666666","circle-stroke-width":3},H={"fill-color":"grey","fill-opacity":.4},D={"line-width":3,"line-color":"grey","line-opacity":.7},R={"circle-radius":A.default,"circle-color":"#FEFFFE","circle-stroke-color":"#666666","circle-stroke-width":3},I={"line-width":3,"line-color":"#FF6464","line-dasharray":[3,3]},j=n=>[{id:r.SinglePointLayer,source:d.SinglePointSource,type:"circle",paint:n.layersPaint.onLinePoint,layout:{visibility:"none"}},{id:r.PolygonLayer,source:d.UnifiedSource,type:"fill",paint:n.layersPaint.polygon,layout:{visibility:"none"},filter:["==","$type","Polygon"]},{id:r.LineDynamicLayer,source:d.LineDynamicSource,type:"line",paint:n.layersPaint.line,layout:{visibility:"none"}},{id:r.LineLayer,source:d.UnifiedSource,type:"line",paint:n.layersPaint.line,layout:{visibility:"visible"},filter:["==","$type","LineString"]},{id:r.LineLayerTransparent,source:d.UnifiedSource,type:"line",paint:{"line-width":4,"line-color":"transparent"},filter:["==","$type","LineString"]},{id:r.LineLayerBreak,source:d.LineSourceBreak,type:"line",paint:n.layersPaint.breakLine,layout:{visibility:"none"}},{id:r.PointsLayer,source:d.UnifiedSource,type:"circle",paint:n.layersPaint.points,filter:["all",["==","$type","Point"],["==","isFirst",!1],["==","isAuxiliary",!1]]},{id:r.FirstPointLayer,source:d.UnifiedSource,type:"circle",paint:n.layersPaint.firstPoint,filter:["==",["get","isFirst"],!0],layout:{visibility:"none"}},{id:r.AuxiliaryPointLayer,source:d.UnifiedSource,type:"circle",paint:n.layersPaint.auxiliaryPoint,filter:["==",["get","isAuxiliary"],!0]}];var m=class{static isFeatureTriggered(e,t){return e.target.queryRenderedFeatures(e.point,{layers:t}).some(o=>t.includes(o.layer.id))}static getPixelCoordinates=(e,t)=>{let{lat:i,lng:o}=t;return e.project([o,i])};static queryPointId=(e,t)=>e.queryRenderedFeatures(t,{layers:[r.PointsLayer,r.FirstPointLayer,r.AuxiliaryPointLayer,r.SinglePointLayer]})?.[0]?.properties.id;static queryPoint=(e,t)=>e.queryRenderedFeatures(t,{layers:[r.PointsLayer,r.FirstPointLayer,r.AuxiliaryPointLayer,r.SinglePointLayer]})?.[0]},S=class{static#t(e){let t=[],i=e.head,o=new Set;for(;i!==null;){if(o.has(i.val?.id)){e.head&&e.head.val&&t.push([e.head.val.lng,e.head.val.lat]);break}o.add(i.val?.id),i.val&&t.push([i.val.lng,i.val.lat]),i=i.next;}return t}static getLine(e,t){return {type:"FeatureCollection",features:[{type:"Feature",properties:{},geometry:{type:"LineString",coordinates:[e,t]}}]}}static getAllLines(e){return {type:"FeatureCollection",features:[{type:"Feature",properties:{},geometry:{type:"LineString",coordinates:e}}]}}static getPolygon(e){return {type:"FeatureCollection",features:[{type:"Feature",properties:{},geometry:{type:"Polygon",coordinates:[e]}}]}}static getPoints(e){let t=e.head,i=[],o=new Set;for(;t!==null&&!o.has(t.val?.id);){if(t.val){let s=t.val,a=t.val.id===e.head?.val?.id;i.push({type:"Feature",properties:{id:s.id,lat:s.lat,lng:s.lng,isFirst:a,isAuxiliary:s.isAuxiliary},geometry:{type:"Point",coordinates:[s.lng,s.lat]}});}o.add(t.val?.id),t=t.next;}return {type:"FeatureCollection",features:i}}static getUnifiedFeatures(e){let t=this.getPoints(e).features,i=this.#t(e),o=this.getAllLines(i).features,s=this.getPolygon(i).features;return {type:"FeatureCollection",features:[...t,...o,...s]}}},b=class{static getGeometryIndex=(e,t)=>{let i=e.head,o=0,s=new Set;for(;i!==null&&!s.has(i.val?.id);){if(i.val?.id===t)return o;s.add(i.val?.id),o++,i=i.next;}return -1};static distance=(e,t)=>Math.sqrt((e.x-t.x)**2+(e.y-t.y)**2);static checkIfPointIsOnLine=(e,t,i)=>{let s=this.distance(e,t),a=this.distance(e,i),p=this.distance(i,t);return Math.abs(a+p-s)<.1};static isClosedGeometry=(e,t)=>t.pointGeneration==="auto"?e.tail?.next?.val?.id===e.head?.val?.id&&e.tail?.next!==null:e.tail?.next===e.head;static breakGeometry=(e,t,i)=>{e.head&&(t.pointGeneration==="auto"?(i.val?.isAuxiliary?(e.head=i.next,e.head.prev=null,e.tail=i.prev,e.tail.next=null):(e.head=i.next?.next,e.head.prev=null,e.tail=i,e.tail.next=null),e.size=e.size-1):(e.head=i.next,e.head.prev=null,e.tail=i,e.tail.next=null));};static closeGeometry=(e,t)=>{e.tail&&e.head&&(e.tail.next=e.head,e.head.prev=e.tail),t.setClosedGeometry(!0);};static canCloseGeometry=(e,t)=>(t.pointGeneration==="auto"?e.size>3:e.size>2)&&!this.isClosedGeometry(e,t);static canBreakClosedGeometry=(e,t)=>t.pointGeneration==="auto"?e.size<=3:e.size<=2},g=()=>{if("crypto"in window&&"randomUUID"in window.crypto)return window.crypto.randomUUID();function n(){return "0123456789abcdef"[Math.floor(Math.random()*16)]}function e(o){let s="";for(let a=0;a<o;a++)s+=n();return s}function t(o){let s=o===0,a=o===4;return s?8:a?12:4}let i=[];for(let o=0;o<5;o++)i.push(e(t(o)));return i.join("-")},w=(n,e)=>{let t,i=!0;function o(){i&&t&&(n(...t),t=null,i=!1,setTimeout(()=>{i=!0,o();},e));}return function(...s){t=s,o();}},B=(n,e)=>{let t;return function(...i){clearTimeout(t),t=window.setTimeout(()=>{n(...i);},e);}},P=n=>{n&&(n.setAttribute("disabled","true"),n.setAttribute("aria-disabled","true"));},O=n=>{n&&(n.removeAttribute("disabled"),n.removeAttribute("aria-disabled"));};var J=class{constructor(e){this.ctx=e;this.root=l.create("div","dashboard-container"),this.buttonContainer=l.create("div","dashboard",this.root),this.renderButtons(),e.map.getContainer().appendChild(this.root);}root;buttonContainer;buttons={};createButton(e,t,i,o){let s=l.create("button",`panel-button panel-button-${i}`,o);return s.setAttribute("data-type",e),s.setAttribute("aria-label",t),l.create("span",`icon ${e} icon-${i}`,s),s}renderButtons(){let{panel:e,locale:t}=this.ctx.options,{buttons:i,size:o}=e;Object.keys(i).forEach(s=>{if(!i[s].visible)return;let a=this.createButton(s,t[s],o,this.buttonContainer);(s==="undo"||s==="redo")&&P(a),this.buttons[s]=a;});}getButton(e){return this.buttons[e]}getRoot(){return this.root}show(){this.root.classList.remove("hidden");}hide(){this.root.classList.add("hidden");}setTransform(e,t){this.root.style.transform=`translate(${e}px, ${t}px)`;}observeResize(e){let t=new ResizeObserver(e);return t.observe(this.root),t}destroy(){this.root.remove();}};var ze=20,$=class{constructor(e){this.ctx=e;this.view=new J(e),this.init();}view;state=new K;resizeObserver;onMapMove=()=>this.schedulePositionUpdate();init(){let{store:e}=this.ctx;this.resizeObserver=this.view.observeResize(this.measureAnchor),this.measureAnchor(),e.tail?.val&&this.setPanelLocation(e.tail.val);}destroy(){this.state.listenersActive&&this.disableListeners(),this.resizeObserver.disconnect(),cancelAnimationFrame(this.state.rafId),this.view.destroy();}enableListeners(){if(this.state.listenersActive)return;let e=this.ctx.map;e.on("move",this.onMapMove),e.on("zoom",this.onMapMove),this.state.listenersActive=!0;}disableListeners(){if(!this.state.listenersActive)return;let e=this.ctx.map;e.off("move",this.onMapMove),e.off("zoom",this.onMapMove),this.state.listenersActive=!1;}setPanelLocation=e=>{this.state.pendingCoord=e,this.enableListeners(),this.schedulePositionUpdate(),this.show();};measureAnchor=()=>{let{width:e,height:t}=this.view.getRoot().getBoundingClientRect();this.state.anchor={dx:-e/2,dy:-t-ze},this.schedulePositionUpdate();};schedulePositionUpdate=()=>{this.state.rafId||(this.state.rafId=requestAnimationFrame(()=>{if(this.state.rafId=0,this.state.pendingCoord){let e=this.ctx.map.project(this.state.pendingCoord),{dx:t,dy:i}=this.state.anchor;this.view.setTransform(e.x+t,e.y+i);}}));};setVisible(e){this.state.isHidden=!e,e?this.view.show():this.view.hide();}show=()=>this.setVisible(!0);hide=()=>this.setVisible(!1);get undoButton(){return this.view.getButton("undo")}get redoButton(){return this.view.getButton("redo")}get deleteButton(){return this.view.getButton("delete")}get saveButton(){return this.view.getButton("save")}};var _=class{constructor(e){this.ctx=e;this.unifiedGeoJSON=S.getUnifiedFeatures(this.ctx.store),this.execute();}unifiedGeoJSON;updateLine(e,t){let{mode:i}=this.ctx,o=this.unifiedGeoJSON.features.at(-2)?.geometry.coordinates;o&&(o[e]=[t.lng,t.lat],i.getClosedGeometry()&&e===0&&(o[o.length-1]=[t.lng,t.lat]));}updatePolygon(e,t){let{mode:i}=this.ctx,o=this.unifiedGeoJSON.features.at(-1)?.geometry.coordinates[0];o&&(o[e]=[t.lng,t.lat],i.getClosedGeometry()&&e===0&&(o[o.length-1]=[t.lng,t.lat]));}updatePoint(e,t){let i=this.unifiedGeoJSON?.features?.[e];i?.geometry?.coordinates&&(i.geometry.coordinates=[t.lng,t.lat]);}executeOnMouseMove=(e,t,i)=>{let{mode:o,options:s,store:a}=this.ctx,p=e===0?a.size-1:e-1;this.updatePoint(e,t),i&&i.prev&&this.updatePoint(p,i.prev),i&&i.next&&this.updatePoint(e+1,i.next),this.updateLine(e,t),i&&i.prev&&this.updateLine(p,i.prev),i&&i.next&&this.updateLine(e+1,i.next),s.modes.polygon.visible&&o.isPolygon()&&(this.updatePolygon(e,t),i&&i.prev&&this.updatePolygon(p,i.prev),i&&i.next&&this.updatePolygon(e+1,i.next));let L=this.ctx.map.getSource(d.UnifiedSource);L&&L.setData(this.unifiedGeoJSON);};execute(){this.unifiedGeoJSON=S.getUnifiedFeatures(this.ctx.store);let e=this.ctx.map.getSource(d.UnifiedSource);e&&e.setData(this.unifiedGeoJSON);}resetGeometries=()=>{let e=this.ctx.map.getSource(d.UnifiedSource);e&&e.setData({type:"FeatureCollection",features:[]});}};var qe=8,Ve=8,T=class{container;label;constructor(){this.container=void 0;}create=e=>{let t=l.create("div","popup-container",document.body),i=l.create("span",`popup-text popup-text-${e.placement}`,t);return i.textContent=e.label,this.container=t,this.label=i,this};#t=()=>{!this.label?.classList.value.includes("popup-text-active")&&this.label?.classList.add("popup-text-active");};#e=()=>this.label?{width:this.label.clientWidth,height:this.label.clientHeight}:{width:0,height:0};#o=e=>{let{bottom:t,left:i}=e.target.getBoundingClientRect(),{width:o,height:s}=this.#e();return {x:i-Ve-o,y:t-s-2}};#i=e=>{let{bottom:t,left:i,right:o}=e.target.getBoundingClientRect(),{width:s}=this.#e();return {x:(o-i)/2+i-s/2,y:t+qe}};getPosition=(e,t)=>t==="left"?this.#o(e):this.#i(e);setPosition=e=>{let{x:t,y:i}=e;this.container&&(this.container.style.left=`${t}px`,this.container.style.top=`${i}px`),this.#t();};remove=()=>{this.container&&l.remove(this.container);}};var E={AUTO:"auto",DEFAULT:"default",POINTER:"pointer",CROSSHAIR:"crosshair",MOVE:"move",HELP:"help",GRAB:"grab",GRABBING:"grabbing"};var Re=(n,e)=>{let t=e.locale.line,i=e.locale.polygon,o=e.locale.break;return {line:t,polygon:i,break:o}[n]};var v={RIGHTCLICKREMOVE:"mdl:rightclickremove",POINTENTER:"mdl:pointenter",POINTLEAVE:"mdl:pointleave",MOVEEND:"mdl:moveend",ADD:"mdl:add",UNDO:"mdl:undo",REDO:"mdl:redo",REMOVEALL:"mdl:removeall",SAVE:"mdl:save",BREAK:"mdl:break",MODECHANGED:"mdl:modechanged"},Be=768,u={pointGeneration:"manual",panel:{size:"medium",buttons:{undo:{visible:!0},redo:{visible:!0},delete:{visible:!0},save:{visible:!0,clearOnSave:!0}}},modes:{initial:null,line:{visible:!0,closeGeometry:!0},polygon:{visible:!0},breakGeometry:{visible:!0}},layersPaint:{onLinePoint:k,firstPoint:N,points:R,line:D,polygon:H,breakLine:I},initial:null,dynamicLine:!0,locale:{save:"Save",delete:"Delete all",undo:"Undo",redo:"Redo",line:"Line",polygon:"Polygon",break:"Split",closeLine:"Close the line",createPolygon:"Create a polygon"}};var c=class{static addPoint(e,t,i){t.fire(v.ADD,{id:e.id,coordinates:{lat:e.lat,lng:e.lng},total:e.total,timestamp:Date.now(),mode:{geometry:i.getMode(),closedGeometry:i.getClosedGeometry()}});}static movePoint(e,t){t.fire(v.MOVEEND,{id:e.id,start_coordinates:{lat:e.start.lat,lng:e.start.lng},end_coordinates:{lat:e.end.lat,lng:e.end.lng},total:e.total,timestamp:Date.now()});}static pointRemoveRightClick(e,t){t.fire(v.RIGHTCLICKREMOVE,{id:e.id,coordinates:{lat:e.lat,lng:e.lng},total:e.total,timestamp:Date.now()});}static enterPoint(e,t){t.fire(v.POINTENTER,{id:e.id,coordinates:{lat:e.lat,lng:e.lng},total:e.total,timestamp:Date.now()});}static leavePoint(e,t){t.fire(v.POINTLEAVE,{id:e.id,coordinates:{lat:e.lat,lng:e.lng},total:e.total,timestamp:Date.now()});}static undo(e,t,i){t.fire(v.UNDO,{originalEvent:i,id:e.id,coordinates:{lat:e.lat,lng:e.lng},total:e.total,timestamp:Date.now()});}static redo(e,t,i){t.fire(v.REDO,{originalEvent:i,id:e.id,coordinates:{lat:e.lat,lng:e.lng},total:e.total,timestamp:Date.now()});}static modeChanged(e,t){e.fire(v.MODECHANGED,{mode:t});}static removeAllPoints(e,t){e.fire(v.REMOVEALL,{originalEvent:t});}static onSaveClick(e,t,i){let{map:o,mode:s}=e;o.fire(v.SAVE,{originalEvent:i,timestamp:Date.now(),steps:t,mode:{geometry:s.getMode(),closedGeometry:s.getClosedGeometry()}});}static onLineBreak(e){e.fire(v.BREAK);}};var W=class{constructor(e){this.props=e;this.initConsumers();}initConsumers=()=>{this.props.mode.addObserver(this.mapModeConsumer);};removeConsumers=()=>{this.props.mode.removeObserver(this.mapModeConsumer);};resetAllState=()=>{let{lineButton:e,polygonButton:t,breakButton:i}=this.props.control;e?.classList.remove("control-button-active"),t?.classList.remove("control-button-active"),i?.classList.remove("control-button-active");};checkActive=e=>{this.resetAllState(),e.classList.add("control-button-active");};observeModeChange=e=>{let{data:t}=e,{lineButton:i,polygonButton:o,breakButton:s}=this.props.control,{mode:a}=this.props;if(c.modeChanged(this.props.map,t),!(!i||!o||!s)){switch(t){case"line":this.checkActive(i);break;case"polygon":this.checkActive(o);break;}t?a.getClosedGeometry()&&O(s):P(s);}};observeGeometryChange=e=>{let{data:t}=e,{breakButton:i,lineButton:o,polygonButton:s}=this.props.control,{mode:a}=this.props;t?(i&&O(i),a.getMode()==="polygon"&&o&&P(o),a.getMode()==="line"&&s&&P(s)):(i&&P(i),a.getMode()==="polygon"&&o&&O(o),a.getMode()==="line"&&s&&O(s));};mapModeConsumer=e=>{let{type:t,data:i}=e;if(t==="MODE_CHANGED"&&this.observeModeChange(e),t==="CLOSED_GEOMETRY_CHANGED"&&this.observeGeometryChange(e),t==="BREAK_CHANGED"&&i){let{breakButton:o}=this.props.control;this.checkActive(o),c.modeChanged(this.props.map,"break");}}};var Z=class{constructor(e){this.ctx=e;this.#e=new W(e),this.#t=new T,this.#o();}#t;#e;#o(){let{control:e}=this.ctx;if(e){let{breakButton:t,lineButton:i,polygonButton:o}=e;i&&(l.addEventListener(i,"click",this.onLineClick),l.addEventListener(i,"mouseenter",this.onButtonEnter),l.addEventListener(i,"mouseleave",this.onButtonLeave)),o&&(l.addEventListener(o,"click",this.onPolygonClick),l.addEventListener(o,"mouseenter",this.onButtonEnter),l.addEventListener(o,"mouseleave",this.onButtonLeave)),t&&(l.addEventListener(t,"click",this.onBreakClick),l.addEventListener(t,"mouseenter",this.onButtonEnter),l.addEventListener(t,"mouseleave",this.onButtonLeave));}}#i(){let{control:e}=this.ctx;if(e){let{breakButton:t,lineButton:i,polygonButton:o}=e;i&&(l.removeEventListener(i,"click",this.onLineClick),l.removeEventListener(i,"mouseenter",this.onButtonEnter),l.removeEventListener(i,"mouseleave",this.onButtonLeave)),o&&(l.removeEventListener(o,"click",this.onPolygonClick),l.removeEventListener(o,"mouseenter",this.onButtonEnter),l.removeEventListener(o,"mouseleave",this.onButtonLeave)),t&&(l.removeEventListener(t,"click",this.onBreakClick),l.removeEventListener(t,"mouseenter",this.onButtonEnter),l.removeEventListener(t,"mouseleave",this.onButtonLeave));}}remove(){this.#e.removeConsumers(),this.#i(),this.#t.remove();}onButtonEnter=e=>{let{options:t}=this.ctx,i=e.target.getAttribute("data-type");if(i){let o=Re(i,t),s="left";this.#t.create({label:o,placement:s}).setPosition(this.#t.getPosition(e,s));}};onButtonLeave=()=>{this.#t.remove();};#n=()=>{let{control:e}=this.ctx;e.lineButton?.classList.remove("control-button-active"),e.polygonButton?.classList.remove("control-button-active"),e.breakButton?.classList.remove("control-button-active");};#s=()=>{let{map:e,mode:t}=this.ctx;t.getMode()||e.fire("mode:initialize");};onLineClick=()=>{let{map:e,mode:t,renderer:i,control:o}=this.ctx;this.#s(),this.#n(),t.getMode()==="line"&&!t.getBreak()?(t.setMode(null),e.fire("mode:remove"),i.resetGeometries()):(o.lineButton?.classList.add("control-button-active"),t.setMode("line"),i.execute());};onPolygonClick=()=>{let{map:e,mode:t,renderer:i,control:o}=this.ctx;this.#s(),this.#n(),t.getMode()==="polygon"&&!t.getBreak()?(t.setMode(null),e.fire("mode:remove"),i.resetGeometries()):(o.polygonButton?.classList.add("control-button-active"),t.setMode("polygon"),i.execute());};onBreakClick=()=>{let{map:e,mode:t,control:i}=this.ctx;t.getBreak()&&(t.setMode(null),e.fire("mode:remove")),this.#n(),i.breakButton?.classList.add("control-button-active"),t.setBreak(!0),e.getCanvasContainer().style.cursor=E.POINTER;}};var f={getMidpoint(n,e){return {lat:(n.lat+e.lat)/2,lng:(n.lng+e.lng)/2}},createAuxiliaryPoint(n,e){let t=f.getMidpoint(n,e);return {lat:t.lat,lng:t.lng,isAuxiliary:!0,id:g()}}},x={setFirstPointVisible(n){n.setLayoutProperty(r.FirstPointLayer,"visibility","visible");},setFirstPointHidden(n){n.setLayoutProperty(r.FirstPointLayer,"visibility","none");},setSinglePointVisible(n){n.target.setLayoutProperty(r.SinglePointLayer,"visibility","visible");},setSinglePointHidden(n){let e=n.target;setTimeout(()=>{e.setLayoutProperty(r.SinglePointLayer,"visibility","none");},33);}},Se={default(n){n.setFilter(r.PointsLayer,["all",["==","$type","Point"],["==","isFirst",!1],["==","isAuxiliary",!1]]);},closedGeometry(n){n.setFilter(r.PointsLayer,["all",["==","$type","Point"],["==","isAuxiliary",!1]]);}};var C=class{observers;constructor(){this.observers=new Set;}addObserver(e){this.observers.add(e);}removeObserver(e){this.observers.delete(e);}unsubscribe(){this.observers.clear();}notify(e){this.observers.forEach(t=>t(e));}};var G={EMPTY_INITIAL_STATE:"You passed an empty initial array in the options. Please either remove the 'initial' property or include at least one element in the array.",MISSING_IDS:"You set 'generateId' to false but did not provide IDs for all steps. Please ensure all steps have IDs or set 'generateId' to true.",NOT_ENOUGH_POINTS_TO_CLOSE:"At least three points are required to close a polygon or a line. Please add more points or set 'closeGeometry' to false.",FIRST_LAST_POINT_NOT_EQUAL:"The first and last points of a polygon or a closed linestring must be the same. Please ensure the first and last points are equal or set 'closeGeometry' to false."};var X=class{constructor(e,t){this.store=e;this.options=t;this.store=e;}isCircular=()=>{let{head:e,tail:t}=this.store;return !e||!t?!1:e===t.next&&t===e.prev};canBreak=()=>{let{size:e}=this.store,t=this.options?.pointGeneration==="auto"?3:2;return e<=t};canClose=()=>{let{size:e}=this.store;return (this.options?.pointGeneration==="auto"?e>3:e>2)&&!this.isCircular()};break=e=>{if(this.store.head)if(this.options?.pointGeneration==="auto")if(e.val?.isAuxiliary){let t=e.val?.id;this.store.head=e.next,this.store.tail=e.prev,this.store.removeNodeById(t),this.store.head.prev=null,this.store.tail.next=null;}else {let t=e.next?.val?.id;this.store.head=e.next?.next,this.store.tail=e,this.store.removeNodeById(t),this.store.head.prev=null,this.store.tail.next=null;}else this.store.head=e.next,this.store.head.prev=null,this.store.tail=e,this.store.tail.next=null;};close=()=>{let{head:e,tail:t}=this.store;!e||!t||(t.next=e,e.prev=t);}};var z=class{val;prev;next;constructor(e=null,t=null,i=null){this.val=e,this.prev=i,this.next=t;}},q=class extends C{constructor(t){super();this.options=t;let i=M.initStore(t);this.circular=new X(this,t),this.map=i?i.map:new Map,this.head=i?i.head:null,this.tail=i?i.tail:null,this.size=i?i.size:0;}head;tail;size;map;circular;push=t=>{let i=new z(t);return this.head?this.tail&&(i.prev=this.tail,this.tail.next=i,this.tail=i):this.head=this.tail=i,this.map.set(t.id,i),this.size++,this.pingConsumers(),i};unshift=t=>{let i=new z(t);i.next=this.head,this.head=i,this.circular.isCircular()&&this.tail&&(this.tail.next=i,i.prev=this.tail),this.map.set(t.id,i),this.size++,this.pingConsumers();};insertAfter=(t,i)=>{if(!t)return null;let o=new z(i);return o.prev=t,o.next=t.next,this.tail===t&&this.head===t.next&&(this.tail=o,this.head.prev=o),t.next&&(t.next.prev=o),t.next=o,this.map.set(i.id,o),this.size++,this.pingConsumers(),o};removeNodeById(t){let i=this.map.get(t);return i?(this.size===1?(this.head=null,this.tail=null):(i.prev&&(i.prev.next=i.next),i.next&&(i.next.prev=i.prev),i===this.head&&(this.head=i.next,this.head?.prev&&this.tail&&(this.tail.next=this.head)),i===this.tail&&(this.tail=i.prev,this.head&&this.tail?.next&&(this.head.prev=this.tail))),this.map.delete(t),this.size--,this.pingConsumers(),i):null}findStepById(t){let i=this.map.get(t);return i?i.val:null}findNodeById(t){let i=this.map.get(t);return i||null}reset=()=>{this.head=null,this.tail=null,this.size=0,this.map.clear(),this.notify({type:"STORE_CLEARED"});};pingConsumers=()=>{this.notify({type:"STORE_MUTATED",data:{head:this.head,tail:this.tail,size:this.size}});}},M=class n{static isLastPoint=(e,t,i)=>t.pointGeneration==="auto"&&e.tail?.next===e.head?e.tail?.prev?.val?.id===i:e.tail?.val?.id===i;static initStore(e){if(!e?.initial)return null;if(e&&e.initial&&!e.initial.steps.length)throw new Error(G.EMPTY_INITIAL_STATE);return e&&e.initial.steps?n.fromArray(e.initial,e.pointGeneration):null}static generateIdForSteps=e=>e.map((t,i)=>({...t,isAuxiliary:!1,isFirst:i===0,id:g()}));static buildStepSequence(e,t,i){let o=new q,s=t?e.slice(0,-1):e;return s.forEach((a,p)=>{if(o.push(a),i==="auto"){if(s[p+1]){let L=f.createAuxiliaryPoint(a,s[p+1]);o.push(L);}else if(t){let L=f.createAuxiliaryPoint(a,s[0]);o.push(L);}}}),o}static fromArray(e,t){let{steps:i,closeGeometry:o,generateId:s}=e,a=s?this.generateIdForSteps(i):i,p=this.buildStepSequence(a,o,t);return o&&p.tail&&p.head&&(p.tail.next=p.head,p.head.prev=p.tail),p}static toArray(e){if(!e)return [];let t=new Set,i=[],o=e;for(;o!==null&&!t.has(o);)t.add(o),i.push(o.val),o=o.next;return i}};var we=class{constructor(e,t,i=[]){this.type=e;this.payload=t;this.commands=i;}add(e){this.commands.push(e);}execute(){if(this.commands)for(let e of this.commands)e.execute();}undo(){if(this.commands)for(let e=this.commands.length-1;e>=0;e--)this.commands[e]?.undo();}},Oe=class n extends C{transaction=null;undoStack=[];redoStack=[];static instance=null;static getInstance(){return n.instance||(n.instance=new n),n.instance}commit=e=>{e.execute(),this.transaction?this.transaction.add(e):this.undoStack.push(e),this.redoStack.length=0,this.pingConsumers();};undo=()=>{let e=this.undoStack.pop();if(e)return e.undo(),this.redoStack.push(e),this.pingConsumers(),e};redo=()=>{let e=this.redoStack.pop();return e?(e.execute(),this.undoStack.push(e),this.pingConsumers(),e):null};beginTransaction=(e="compound",t=null)=>{this.transaction||(this.transaction=new we(e,t));};commitTransaction=()=>{if(!this.transaction)return;let e=this.transaction;this.transaction=null,this.undoStack.push(e),this.pingConsumers();};getRedoStackLength=()=>this.redoStack.length;getUndoStackLength=()=>this.undoStack;resetStacks=()=>{this.undoStack=[],this.redoStack=[],this.notify({type:"REDO_STACK_CHANGED",data:0});};pingConsumers=()=>{this.notify({type:"REDO_STACK_CHANGED",data:this.redoStack.length}),this.notify({type:"UNDO_STACK_CHANGED",data:this.undoStack.length});}},h=Oe.getInstance();var Q=class{constructor(e){this.ctx=e;this.tooltip=new T;}tooltip;initConsumers(){this.ctx.store.addObserver(this.onStoreChangeConsumer),this.ctx.mode?.addObserver(this.onMapModeConsumer),h.addObserver(this.timelineConsumer);}removeConsumers(){this.ctx.store.removeObserver(this.onStoreChangeConsumer),this.ctx.mode?.removeObserver(this.onMapModeConsumer),h.removeObserver(this.timelineConsumer);}timelineConsumer=e=>{let{type:t,data:i}=e;t==="REDO_STACK_CHANGED"&&(i?O(this.ctx.panel.redoButton):P(this.ctx.panel.redoButton)),t==="UNDO_STACK_CHANGED"&&(i?O(this.ctx.panel.undoButton):P(this.ctx.panel.undoButton));};onStoreChangeConsumer=e=>{if(e.type==="STORE_MUTATED"){let{data:t}=e;if(t?.size===0)this.ctx.panel.hide();else {let i=Object.assign({},t);for(;i.tail;)if(i.tail?.val?.isAuxiliary)i.tail=i.tail?.prev;else {i.tail?.val&&this.ctx.panel.setPanelLocation({lat:i.tail.val.lat,lng:i.tail.val.lng});break}}}};onMapModeConsumer=e=>{let{store:t}=this.ctx,{type:i,data:o}=e;i==="MODE_CHANGED"&&!o&&this.ctx.panel.hide(),i==="MODE_CHANGED"&&o&&t.tail?.val&&this.ctx.panel.setPanelLocation({lat:t.tail?.val?.lat,lng:t.tail?.val?.lng});};initEvents(){let{panel:e}=this.ctx;e.undoButton&&(l.addEventListener(e.undoButton,"click",this.onUndoClick),l.addEventListener(e.undoButton,"mouseenter",this.onMouseEnter),l.addEventListener(e.undoButton,"mouseleave",this.onMouseLeave)),e.redoButton&&(l.addEventListener(e.redoButton,"click",this.onRedoClick),l.addEventListener(e.redoButton,"mouseenter",this.onMouseEnter),l.addEventListener(e.redoButton,"mouseleave",this.onMouseLeave)),e.deleteButton&&(l.addEventListener(e.deleteButton,"click",this.onRemoveAll),l.addEventListener(e.deleteButton,"mouseenter",this.onMouseEnter),l.addEventListener(e.deleteButton,"mouseleave",this.onMouseLeave)),e.saveButton&&(l.addEventListener(e.saveButton,"click",this.onSaveClick),l.addEventListener(e.saveButton,"mouseenter",this.onMouseEnter),l.addEventListener(e.saveButton,"mouseleave",this.onMouseLeave));}removeEvents(){let{panel:e}=this.ctx;e.undoButton&&(l.removeEventListener(e.undoButton,"click",this.onUndoClick),l.removeEventListener(e.undoButton,"mouseenter",this.onMouseEnter),l.removeEventListener(e.undoButton,"mouseleave",this.onMouseLeave)),e.deleteButton&&(l.removeEventListener(e.deleteButton,"click",this.onRemoveAll),l.removeEventListener(e.deleteButton,"mouseenter",this.onMouseEnter),l.removeEventListener(e.deleteButton,"mouseleave",this.onMouseLeave)),e.redoButton&&(l.removeEventListener(e.redoButton,"click",this.onRedoClick),l.removeEventListener(e.redoButton,"mouseenter",this.onMouseEnter),l.removeEventListener(e.redoButton,"mouseleave",this.onMouseLeave)),e.saveButton&&(l.removeEventListener(e.saveButton,"click",this.onSaveClick),l.removeEventListener(e.saveButton,"mouseenter",this.onMouseEnter),l.removeEventListener(e.saveButton,"mouseleave",this.onMouseLeave));}getButtonLabel=e=>{let{options:t}=this.ctx;return {undo:t.locale.undo,redo:t.locale.redo,delete:t.locale.delete,save:t.locale.save}[e]};onMouseEnter=e=>{let t=e.target.getAttribute("data-type");if(t){let i=this.getButtonLabel(t);this.tooltip.create({label:i,placement:"bottom"}).setPosition(this.tooltip.getPosition(e,"bottom"));}};onMouseLeave=()=>{this.tooltip.remove();};onRemoveAll=e=>{let{renderer:t,mode:i,panel:o,store:s,map:a}=this.ctx;s.reset(),o.hide(),i.reset(),this.tooltip.remove(),h.resetStacks(),t.resetGeometries(),c.removeAllPoints(a,e);};onUndoClick=e=>{let{store:t,map:i,renderer:o}=this.ctx,s=h.getRedoStackLength();t.size===1&&s?(t.reset(),this.ctx.panel.hide()):h.undo(),this.tooltip.remove(),c.undo({...t.tail?.val,total:t.size},i,e),o.execute();};onRedoClick=e=>{let{store:t,map:i,renderer:o}=this.ctx;h.redo(),c.redo({...t.tail?.val,total:t.size},i,e),o.execute();};onSaveClick=e=>{let{store:t,options:i}=this.ctx;c.onSaveClick(this.ctx,M.toArray(t.head),e),this.tooltip.remove(),i.panel.buttons.save.clearOnSave&&this.onRemoveAll(e);}};var ee=class{constructor(e,t,i){this.store=e;this.segmentStart=i;this.step={id:g(),isAuxiliary:!1,...t},this.payload={node:this.step};}type="STORE_POINT_INSERTED";payload;step;snapshot={insertedNode:null};restoreInsertedNode=e=>{let t=e.prev,i=e.next;t?t.next=e:this.store.head=e,i?i.prev=e:this.store.tail=e,this.store.tail===t&&this.store.head===i&&(this.store.tail=e,this.store.head&&(this.store.head.prev=e)),e.val&&!this.store.map.has(e.val.id)&&(this.store.map.set(e.val.id,e),this.store.size++,this.store.pingConsumers());};execute=()=>{this.snapshot.insertedNode?this.restoreInsertedNode(this.snapshot.insertedNode):this.snapshot.insertedNode=this.store.insertAfter(this.segmentStart,this.step),this.store.notify({type:"STORE_POINT_INSERTED"});};undo=()=>{this.store.removeNodeById(this.step.id);}};var Te=(n,e)=>{let t=e.head,i=new Set;for(;t!==null&&!i.has(t);){if(t?.next?.val&&t?.val){let o=n.target,s=m.getPixelCoordinates(o,t.val),a=m.getPixelCoordinates(o,t.next.val),p=m.getPixelCoordinates(o,n.lngLat);if(b.checkIfPointIsOnLine(s,a,p))return t}i.add(t),t=t.next;}return null},De=(n,e)=>{let t=Te(n,e);if(t){let i={...n.lngLat,isAuxiliary:!1,id:g()};return h.commit(new ee(e,i,t)),i}return null},Ie=(n,e)=>{let{store:t,renderer:i}=e;t.tail?.val&&(x.setSinglePointHidden(n),i.execute());},_e=n=>m.isFeatureTriggered(n,[r.PointsLayer,r.FirstPointLayer,r.AuxiliaryPointLayer]);var te=class{constructor(e,t,i,o,s){this.store=e;this.options=t;this.mode=i;this.current=o;this.clickCoords=s;}type="STORE_BREAK_GEOMETRY";snapshot={originalHead:null,originalTail:null,newHead:null,newTail:null,newAuxBetweenHeadTail:null};makeSnapshot=()=>{this.snapshot.originalHead=this.store.head,this.snapshot.originalTail=this.store.tail,this.snapshot.newAuxBetweenHeadTail=this.current.val?.isAuxiliary?this.current:this.current.next;};execute=()=>{this.makeSnapshot(),this.store.circular.break(this.current),this.mode.setClosedGeometry(!1),this.snapshot.newHead=this.store.head,this.snapshot.newTail=this.store.tail,this.store.notify({type:"STORE_BREAK_GEOMETRY",data:{coords:this.clickCoords}});};restoreOriginalHeadTail=()=>{let{originalHead:e,originalTail:t}=this.snapshot;this.store.head=e,this.store.tail=t,this.store.head&&(this.store.head.prev=this.store.tail),this.store.tail&&(this.store.tail.next=this.store.head);};restoreAuxBetweenNewHeadTail=()=>{let{newHead:e,newTail:t,newAuxBetweenHeadTail:i}=this.snapshot;e&&t&&(t.next=i,i.prev=t,i.next=e,e.prev=i,i?.val&&(this.store.map.set(i?.val.id,i),this.store.size+=1));};undo=()=>{this.restoreOriginalHeadTail(),this.store.circular.close(),this.store.notify({type:"STORE_CLOSE_GEOMETRY"});let{newHead:e,newTail:t,newAuxBetweenHeadTail:i}=this.snapshot;e&&t&&(this.options.pointGeneration==="auto"?this.restoreAuxBetweenNewHeadTail():(t.next=e,e.prev=t)),this.mode.setClosedGeometry(!0),this.store.pingConsumers();}};var Ge=15,ie=class{constructor(e){this.ctx=e;this.current=null,this.throttledOnLineEnter=w(this.onLineEnterBreak,Ge);}current;throttledOnLineEnter;initBreakEvents=()=>{this.ctx.map.on("click",r.LineLayer,this.geometryBreakOnClick),this.ctx.map.on("mouseenter",r.LineLayer,this.throttledOnLineEnter),this.ctx.map.on("mousemove",r.LineLayer,this.throttledOnLineEnter),this.ctx.map.on("mouseleave",r.LineLayer,this.onLineLeave);};removeBreakEvents=()=>{this.ctx.map.off("click",r.LineLayer,this.geometryBreakOnClick),this.ctx.map.off("mouseenter",r.LineLayer,this.throttledOnLineEnter),this.ctx.map.off("mousemove",r.LineLayer,this.throttledOnLineEnter),this.ctx.map.off("mouseleave",r.LineLayer,this.onLineLeave);};hideBreakLine=()=>{this.ctx.map.getLayoutProperty(r.LineLayerBreak,"visibility")!=="none"&&this.ctx.map.setLayoutProperty(r.LineLayerBreak,"visibility","none");};showBreakLine=()=>{this.ctx.map.getLayoutProperty(r.LineLayerBreak,"visibility")!=="visible"&&this.ctx.map.setLayoutProperty(r.LineLayerBreak,"visibility","visible");};geometryBreakOnClick=e=>{let{store:t,mode:i,map:o,renderer:s,options:a}=this.ctx;this.current&&(h.commit(new te(t,a,i,this.current,e.lngLat)),this.onLineLeave(),i.reset(),s.execute(),c.onLineBreak(o));};getAutoGenerationPoints=e=>{let t=null,i=null;return e?.val?.isAuxiliary?(t=[e?.prev?.val?.lng,e?.prev?.val?.lat],i=[e?.next?.val?.lng,e?.next?.val?.lat]):(t=[e?.val?.lng,e?.val?.lat],i=[e?.next?.next?.val?.lng,e?.next?.next?.val?.lat]),{current:t,next:i}};getLinePoints=e=>{if(this.ctx.options.pointGeneration==="manual"){let t=[e?.val?.lng,e?.val?.lat],i=[e?.next?.val?.lng,e?.next?.val?.lat];return {current:t,next:i}}return this.getAutoGenerationPoints(e)};onLineEnterBreak=e=>{let{map:t,store:i}=this.ctx,o=Te(e,i);o?.val?.id!==this.current?.val?.id&&(this.current=o);let s=t.getSource(d.LineSourceBreak),{current:a,next:p}=this.getLinePoints(this.current),y=S.getLine(a,p);y&&(s.setData(y),this.showBreakLine());};onLineLeave=()=>{setTimeout(()=>{this.hideBreakLine();},Ge+10);}};var Ke=17,oe=class{constructor(e){this.ctx=e;this.visible=!0,this.onMouseMoveThrottled=w(this.onLineMove,Ke),this.onStoreEventsDebounced=B(this.onStoreEventsConsumer,10),this.initConsumers(),this.initDynamicEvents();}visible;firstPoint=null;secondPoint=null;lineFeature;onMouseMoveThrottled;onStoreEventsDebounced;initConsumers(){this.ctx.store.addObserver(this.onStoreEventsDebounced),this.ctx.mouseEvents.addObserver(this.onMouseEventsConsumer);}removeConsumers=()=>{this.ctx.store.removeObserver(this.onStoreEventsDebounced),this.ctx.mouseEvents.removeObserver(this.onMouseEventsConsumer);};onMouseEventsConsumer=e=>{let{store:t}=this.ctx;if(t.circular.isCircular()){this.hide();return}if(e.type==="lastPointMouseClick"&&e.data&&(this.hide(),this.visible=!1),!this.visible)return;if(["pointMouseEnter","lineMouseEnter","pointMouseDown"].includes(e.type)&&e.data&&this.hide(),e.type==="pointMouseLeave"||e.type==="lineMouseLeave"){let{store:o}=this.ctx;if(o.circular.isCircular())return;e.data&&(this.firstPoint=o.tail?.val,this.secondPoint=o.tail?.val,this.show());}};onStoreEventsConsumer=e=>{let{store:t}=this.ctx;if(t.circular.isCircular()){this.hide();return}e.type==="STORE_CLOSE_GEOMETRY"||e.type==="STORE_CLEARED"?this.hide():e.type==="STORE_BREAK_GEOMETRY"?(this.firstPoint=t.tail?.val,this.secondPoint=e.data?.coords,this.show(),this.visible=!0):e.type==="STORE_POINT_ADD"&&t.size>0&&(this.firstPoint=t.tail?.val,this.secondPoint=t.tail?.val,this.show(),this.visible=!0);};initDynamicEvents=()=>{let{map:e}=this.ctx;e.on("click",this.onMapClick),e.on("mousemove",this.onMouseMoveThrottled),e.on(v.REMOVEALL,this.hide),e.on(v.UNDO,this.onUndoRedoClick),e.on(v.REDO,this.onUndoRedoClick),e.on(v.RIGHTCLICKREMOVE,this.onRightClickRemove);};removeEvents=()=>{let{map:e}=this.ctx;e.off("click",this.onMapClick),e.off("mousemove",this.onMouseMoveThrottled),e.off(v.REMOVEALL,this.hide),e.off(v.UNDO,this.onUndoRedoClick),e.off(v.REDO,this.onUndoRedoClick),e.off(v.RIGHTCLICKREMOVE,this.onRightClickRemove);};hide=()=>{let{map:e}=this.ctx;this.firstPoint=null,this.secondPoint=null,this.lineFeature=null,e.off("mousemove",this.onMouseMoveThrottled);let t=e.getSource(d.LineDynamicSource);t&&t.setData(ke),e.getLayer(r.LineDynamicLayer)&&e.setLayoutProperty(r.LineDynamicLayer,"visibility","none");};show=()=>{let{map:e,store:t}=this.ctx;if(t.size&&this.firstPoint?.lat&&this.firstPoint.lng&&this.secondPoint?.lng&&this.secondPoint?.lat){let i=[this.firstPoint.lng,this.firstPoint.lat],o=[this.secondPoint.lng,this.secondPoint.lat];this.lineFeature=S.getLine(i,o),e.setLayoutProperty(r.LineDynamicLayer,"visibility","visible"),this.secondPoint&&this.renderLineOnMouseMove({lng:this.secondPoint?.lng,lat:this.secondPoint?.lat});}e.on("mousemove",this.onMouseMoveThrottled);};renderLineOnMouseMove=e=>{if(!this.lineFeature)return;let{map:t}=this.ctx;this.lineFeature.features[0].geometry.coordinates[1]=[e.lng,e.lat];let i=t.getSource(d.LineDynamicSource);i&&i.setData(this.lineFeature);};onLineMove=e=>{this.renderLineOnMouseMove(e.lngLat);};onMapClick=e=>{let{mode:t}=this.ctx,i=m.isFeatureTriggered(e,[r.LineLayerTransparent,r.LineLayer]);i&&t.getBreak()&&(this.secondPoint={lng:e.lngLat.lng,lat:e.lngLat.lat}),!i&&this.hide();};onUndoRedoClick=e=>{let{store:t}=this.ctx;if(!t.circular.isCircular()){let i=e.target.unproject({x:e.originalEvent.x,y:e.originalEvent.y});this.secondPoint={lng:i.lng,lat:i.lat},this.firstPoint=t.tail?.val,this.show();}t.size===0&&this.hide();};onRightClickRemove=e=>{let{store:t}=this.ctx;t.circular.isCircular()||(this.secondPoint={lng:e.coordinates.lng,lat:e.coordinates.lat},this.firstPoint=t.tail?.val,this.show()),t.size===0&&this.hide();}};var Ye=22,ne=class{constructor(e){this.ctx=e;this.isThrottled=!1,this.lastEvent=null;}isThrottled;lastEvent;initEvents(){this.ctx.map.on("click",r.LineLayerTransparent,this.onLineClick),this.ctx.map.on("mousemove",r.LineLayerTransparent,this.onLineMove),this.ctx.map.on("mouseenter",r.LineLayerTransparent,this.onLineEnter),this.ctx.map.on("mouseleave",r.LineLayerTransparent,this.onLineLeave);}removeEvents(){this.ctx.map.off("click",r.LineLayerTransparent,this.onLineClick),this.ctx.map.off("mousemove",r.LineLayerTransparent,this.onLineMove),this.ctx.map.off("mouseenter",r.LineLayerTransparent,this.onLineEnter),this.ctx.map.off("mouseleave",r.LineLayerTransparent,this.onLineLeave);}onLineClick=e=>{let{store:t,map:i,mode:o}=this.ctx;if(_e(e))return;let s=De(e,t);s&&(Ie(e,this.ctx),c.addPoint({...s,total:t.size},i,o));};processMouseMove=e=>{if(x.setSinglePointVisible(e),e.target.getLayer(r.SinglePointLayer)){let i=e.target.getSource(d.SinglePointSource);i&&i.setData({type:"Feature",geometry:{type:"Point",coordinates:[e.lngLat.lng,e.lngLat.lat]},properties:{}});}};onLineMove=w(e=>{m.isFeatureTriggered(e,[r.PointsLayer,r.FirstPointLayer])||this.ctx.mouseEvents.pointMouseDown||this.ctx.mouseEvents.pointMouseEnter||(this.lastEvent=e,!this.isThrottled&&(this.isThrottled=!0,requestAnimationFrame(()=>{this.lastEvent&&(this.processMouseMove(this.lastEvent),this.isThrottled=!1);})));},Ye);onLineEnter=e=>{this.ctx.mouseEvents.pointMouseDown||this.ctx.mouseEvents.pointMouseEnter||m.isFeatureTriggered(e,[r.PointsLayer,r.FirstPointLayer])||(this.ctx.mouseEvents.lineMouseEnter=!0,x.setSinglePointVisible(e));};onLineLeave=e=>{this.ctx.mouseEvents.pointMouseDown||this.ctx.mouseEvents.pointMouseEnter||(this.ctx.mouseEvents.lineMouseLeave=!0,x.setSinglePointHidden(e));}};var se=class{constructor(e){this.ctx=e;this.break=new ie(e),this.transparent=e.options.pointGeneration==="manual"?new ne(e):null,this.dynamic=null,this.type="default";}break;transparent;dynamic;type;init(){this.initDynamicLine(),this.initEvents(),this.initConsumers();}initDynamicLine=()=>{window.innerWidth<=Be||this.ctx.options.dynamicLine&&(this.dynamic=new oe(this.ctx));};initEvents(){!this.ctx.mode.getBreak()&&this.transparent?.initEvents();}initConsumers(){this.ctx.mode.addObserver(this.mapModeConsumer),this.ctx.mouseEvents.addObserver(this.mouseEventsConsumer);}remove(){this.removeConsumers(),this.removeEvents();}removeConsumers(){this.ctx.mode.removeObserver(this.mapModeConsumer),this.ctx.mouseEvents.removeObserver(this.mouseEventsConsumer),this.ctx.options.dynamicLine&&this.dynamic?.removeConsumers();}removeEvents(){this.break.removeBreakEvents(),this.transparent?.removeEvents(),this.ctx.options.dynamicLine&&(this.dynamic?.removeEvents(),this.dynamic?.hide());}mouseEventsConsumer=e=>{let{type:t,data:i}=e,{mode:o}=this.ctx;if(!(!i||!o.getBreak()))switch(t){case"pointMouseDown":this.break.removeBreakEvents(),this.break.hideBreakLine();break;case"pointMouseUp":this.break.initBreakEvents();break;}};mapModeConsumer=e=>{let{type:t,data:i}=e;t==="MODE_CHANGED"&&this.type==="break"&&(this.break.removeBreakEvents(),this.transparent?.initEvents(),this.type="default"),t==="BREAK_CHANGED"&&i&&this.type==="default"&&(this.transparent?.removeEvents(),this.break.initBreakEvents(),this.type="break");}};var je=n=>{n.setPaintProperty(r.FirstPointLayer,"circle-radius",A.large),n.setPaintProperty(r.FirstPointLayer,"circle-stroke-color",Y.large);},Je=n=>{n.setPaintProperty(r.FirstPointLayer,"circle-radius",A.default),n.setPaintProperty(r.FirstPointLayer,"circle-stroke-color",Y.default);},Ae=(n,e)=>{e==="large"?je(n):Je(n);},Fe=n=>{n.getLayer(r.LineLayerTransparent)&&n.removeLayer(r.LineLayerTransparent);},re=(n,e)=>{if(n.getLayer(r.LineLayerTransparent))return;let i=j(e).find(o=>o.id===r.LineLayerTransparent);i&&n.addLayer(i);};var ae=class{constructor(e,t,i){this.store=e;this.mode=t;this.options=i;this.type="STORE_CLOSE_GEOMETRY";}type="STORE_CLOSE_GEOMETRY";auxPointSnapshot=null;restoreAuxPoint=()=>{this.auxPointSnapshot?.val&&(this.store.head.prev=this.auxPointSnapshot,this.store.tail.next=this.auxPointSnapshot,this.auxPointSnapshot.prev=this.store.tail,this.auxPointSnapshot.next=this.store.head,this.store.tail=this.auxPointSnapshot,this.store.map.set(this.auxPointSnapshot.val.id,this.auxPointSnapshot),this.store.size++,this.store.pingConsumers());};execute=()=>{if(this.options.pointGeneration==="auto"&&this.store.tail?.val)if(this.auxPointSnapshot)this.restoreAuxPoint();else {let e=f.createAuxiliaryPoint(this.store.tail?.val,this.store.head?.val);this.auxPointSnapshot=this.store.push(e);}this.store.circular.close(),this.mode.setClosedGeometry(!0),this.store.notify({type:this.type});};undo=()=>{this.options.pointGeneration==="auto"&&this.store.removeNodeById(this.store.tail?.val?.id),this.store.tail?.val&&this.store.head?.val&&(this.store.tail.next=null,this.store.head.prev=null),this.mode.setClosedGeometry(!1),this.store.notify({type:"STORE_BREAK_GEOMETRY"});}};var le=class{constructor(e,t){this.props=e;this.baseEvents=t;this.#t=!1,this.#e=new T,this.initLayer(),this.initEvents();}#t;#e;initConsumers=()=>{let{mode:e,store:t}=this.props;e.addObserver(this.onMapModeChanggeConsumer),t.addObserver(this.onStoreChangeConsumer);};removeConsumers=()=>{let{mode:e,store:t}=this.props;e.removeObserver(this.onMapModeChanggeConsumer),t.removeObserver(this.onStoreChangeConsumer);};initLayer(){let{map:e}=this.props;e.setLayoutProperty(r.FirstPointLayer,"visibility","visible");}initBaseEvents=()=>{let{map:e}=this.props;e.on("mouseenter",r.FirstPointLayer,this.baseEvents.onPointMouseEnter),e.on("mouseleave",r.FirstPointLayer,this.baseEvents.onPointMouseLeave),e.on("mousedown",r.FirstPointLayer,this.baseEvents.onPointMouseDown),e.on("mouseup",r.FirstPointLayer,this.baseEvents.onPointMouseUp),e.on("touchend",r.FirstPointLayer,this.baseEvents.onPointMouseUp),e.on("touchstart",r.FirstPointLayer,this.baseEvents.onPointMouseDown);};initEvents(){let{map:e}=this.props;e.on("click",r.FirstPointLayer,this.onFirstPointClick),e.on("mouseenter",r.FirstPointLayer,this.onFirstPointMouseEnter),e.on("mouseleave",r.FirstPointLayer,this.onFirstPointMouseLeave),e.on("mouseup",r.FirstPointLayer,this.onFirstPointMouseUp),e.on("mousedown",r.FirstPointLayer,this.onFirstPointMouseDown),this.initBaseEvents(),this.initConsumers();}removeBaseEvents=()=>{let{map:e}=this.props;e.off("mouseenter",r.FirstPointLayer,this.baseEvents.onPointMouseEnter),e.off("mouseleave",r.FirstPointLayer,this.baseEvents.onPointMouseLeave),e.off("mousedown",r.FirstPointLayer,this.baseEvents.onPointMouseDown),e.off("mouseup",r.FirstPointLayer,this.baseEvents.onPointMouseUp),e.off("touchend",r.FirstPointLayer,this.baseEvents.onPointMouseUp),e.off("touchstart",r.FirstPointLayer,this.baseEvents.onPointMouseDown);};removeEvents(){let{map:e}=this.props;e.off("click",r.FirstPointLayer,this.onFirstPointClick),e.off("mouseenter",r.FirstPointLayer,this.onFirstPointMouseEnter),e.off("mouseleave",r.FirstPointLayer,this.onFirstPointMouseLeave),e.off("mouseup",r.FirstPointLayer,this.onFirstPointMouseUp),this.removeBaseEvents(),this.removeConsumers();}onMapModeChanggeConsumer=e=>{let{map:t,options:i}=this.props,{type:o,data:s}=e;o==="MODE_CHANGED"&&(s==="line"&&!i.modes.line.closeGeometry?(x.setFirstPointHidden(t),Se.closedGeometry(t)):(x.setFirstPointVisible(t),Se.default(t)));};onStoreChangeConsumer=e=>{let{map:t,store:i}=this.props,{type:o}=e;["STORE_MUTATED","STORE_POINT_INSERTED","STORE_CLOSE_GEOMETRY","STORE_BREAK_GEOMETRY","STORE_CLEARED"].includes(o)&&(i.circular.canClose()?Ae(t,"large"):Ae(t,"default"));};onFirstPointClick=()=>{let{store:e,mode:t,renderer:i,options:o}=this.props;e.circular.canClose()&&(h.commit(new ae(e,t,o)),i.execute());};onFirstPointMouseDown=()=>{this.#t=!0,this.#e.remove();};onFirstPointMouseUp=()=>{this.#t=!1;};onFirstPointMouseLeave=()=>{let{mouseEvents:e}=this.props;this.#t||(e.firstPointMouseLeave=!0,this.#e.remove());};getTitle=()=>{let{mode:e,options:t}=this.props;return e.getMode()==="line"&&t.modes.line.closeGeometry?t.locale.closeLine:e.getMode()==="polygon"?t.locale.createPolygon:""};onFirstPointMouseEnter=e=>{let{mode:t,mouseEvents:i,store:o,options:s}=this.props;if(i.firstPointMouseEnter=!0,!(t.getClosedGeometry()||this.#t)&&b.canCloseGeometry(o,s)){let{x:a,y:p}=e.originalEvent;if(a&&p){this.#e.create({label:this.getTitle(),placement:"bottom"});let L=this.#e.label?this.#e.label.clientWidth/2:0;this.#e.setPosition({x:a-L,y:p+14});}}}};var pe=class{constructor(e,t){this.store=e;this.clickedNode=t;this.snapshot=this.makeSnapshot(this.clickedNode);}type="STORE_AUX_TO_PRIMARY";snapshot=null;makeSnapshot(e){let t=e.prev,i=e.next;return {clickedNode:e,prevPrimaryNode:t,nextPrimaryNode:i,prevAuxNode:null,nextAuxNode:null}}restorePreviousAux=e=>{if(!this.snapshot)return;let{prevPrimaryNode:t,prevAuxNode:i}=this.snapshot;t&&(t.next=i),i&&(i.prev=t),e.prev=i,i&&(i.next=e),i?.val?.id&&!this.store.map.has(i.val.id)&&(this.store.map.set(i?.val?.id,i),this.store.size++);};restoreNextAux=e=>{if(!this.snapshot)return;let{nextPrimaryNode:t,nextAuxNode:i}=this.snapshot;if(e.next=i,i&&(i.prev=e,i.next=t),t&&(t.prev=i),e.next?.next===this.store.head){let s=e.next;this.store.tail=s,this.store.head&&(this.store.head.prev=s),this.store.tail&&(this.store.tail.next=this.store.head);}i?.val?.id&&(this.store.map.set(i.val?.id,i),this.store.size++);};addTwoAuxiliaryPoints=e=>{if(!this.snapshot)return;let{nextPrimaryNode:t,prevPrimaryNode:i}=this.snapshot;if(i)if(this.snapshot.prevAuxNode)this.restorePreviousAux(e);else {let o=f.createAuxiliaryPoint(i.val,e.val);this.snapshot.prevAuxNode=this.store.insertAfter(i,o);}if(t)if(this.snapshot.nextAuxNode)this.restoreNextAux(e);else {let o=f.createAuxiliaryPoint(e.val,t.val);this.snapshot.nextAuxNode=this.store.insertAfter(e,o);}};execute=()=>{if(!this.snapshot)return;let{clickedNode:e}=this.snapshot;e&&e.val&&(e.val.isAuxiliary=!1,this.addTwoAuxiliaryPoints(e));};removeTwoAuxiliaryPoints=e=>{if(!e||!this.snapshot)return;let{prevAuxNode:t,nextAuxNode:i}=this.snapshot;t?.val?.isAuxiliary&&this.store.removeNodeById(t.val?.id),i?.val?.isAuxiliary&&this.store.removeNodeById(i?.val.id);};undo=()=>{if(!this.snapshot)return;let{clickedNode:e}=this.snapshot;e&&e.val&&(e.val.isAuxiliary=!0,this.removeTwoAuxiliaryPoints(e));}};var F=class{constructor(e,t,i,o){this.store=e;this.selectedNode=t;this.start=i;this.map=o;this.end={lat:t.val.lat,lng:t.val.lng};}type="STORE_POINT_MOVED";end;updateNeighbors=e=>{let t=e.prev,i=e.next;if(!t?.val?.isAuxiliary&&!i?.val?.isAuxiliary)return;let o=e.prev?.prev,s=e.next?.next;if(o?.val&&this.selectedNode?.val&&t){let a=f.getMidpoint(this.selectedNode?.val,o?.val);t.val&&(t.val.lat=a.lat,t.val.lng=a.lng);}if(s?.val&&this.selectedNode?.val&&i){let a=f.getMidpoint(this.selectedNode?.val,s?.val);i.val&&(i.val.lat=a.lat,i.val.lng=a.lng);}};execute=()=>{if(!this.selectedNode.val)return;let e=this.store.findStepById(this.selectedNode.val?.id);e&&(e.lat=this.end.lat,e.lng=this.end.lng,this.updateNeighbors(this.selectedNode),this.store.notify({type:"STORE_MUTATED",data:this.store}),c.movePoint({id:this.selectedNode.val.id,total:this.store.size,end:{lat:this.selectedNode.val.lat,lng:this.selectedNode.val.lng},start:this.start},this.map));};undo=()=>{if(!this.selectedNode.val)return;let e=this.store.findStepById(this.selectedNode.val?.id);e&&(e.lat=this.start.lat,e.lng=this.start.lng,this.updateNeighbors(this.selectedNode),this.store.notify({type:"STORE_MUTATED",data:this.store}),c.movePoint({id:this.selectedNode.val.id,total:this.store.size,end:this.start,start:this.end},this.map));}};var ue=class{constructor(e,t,i,o){this.ctx=e;this.baseEvents=t;this.pointState=i;this.topologyManager=o;this.initEvents();}initBaseEvents=()=>{let{map:e}=this.ctx;e.on("mouseenter",r.AuxiliaryPointLayer,this.baseEvents.onPointMouseEnter),e.on("mouseleave",r.AuxiliaryPointLayer,this.baseEvents.onPointMouseLeave),e.on("mousedown",r.AuxiliaryPointLayer,this.baseEvents.onPointMouseDown),e.on("mouseup",r.PointsLayer,this.onMouseUp),e.on("touchend",r.PointsLayer,this.onMouseUp),e.on("touchstart",r.AuxiliaryPointLayer,this.baseEvents.onPointMouseDown);};removeBaseEvents=()=>{let{map:e}=this.ctx;e.off("mouseenter",r.AuxiliaryPointLayer,this.baseEvents.onPointMouseEnter),e.off("mouseleave",r.AuxiliaryPointLayer,this.baseEvents.onPointMouseLeave),e.off("mousedown",r.AuxiliaryPointLayer,this.baseEvents.onPointMouseDown),e.off("mouseup",r.PointsLayer,this.onMouseUp),e.off("touchend",r.PointsLayer,this.onMouseUp),e.off("touchstart",r.AuxiliaryPointLayer,this.baseEvents.onPointMouseDown);};initEvents(){let{map:e}=this.ctx;e.on("mousedown",r.AuxiliaryPointLayer,this.onMouseDown),e.on("touchstart",r.AuxiliaryPointLayer,this.onMouseDown),this.initBaseEvents();}removeEvents(){let{map:e}=this.ctx;e.off("mousedown",r.AuxiliaryPointLayer,this.onMouseDown),e.off("touchstart",r.AuxiliaryPointLayer,this.onMouseDown),this.removeBaseEvents();}onMouseDown=e=>{let{store:t,renderer:i,map:o}=this.ctx;if(e.originalEvent.button===2)return;let s=m.queryPointId(o,e.point),a=t.findNodeById(s);a&&(h.beginTransaction("PointCompound"),h.commit(new pe(t,a)),i.execute());};onMouseUp=()=>{let{mouseEvents:e,store:t,panel:i,map:o,options:s}=this.ctx;e.pointMouseUp=!0;let a=this.pointState.getSelectedNode(),p=this.pointState.getLastEvent(),y=this.pointState.getStartCoordinates();a&&a.val&&(p&&(this.topologyManager.updateStore(),this.pointState.clearLastEvent()),i?.show(),this.pointState.isMoved()&&(h.commit(new F(t,a,y,o)),h.commitTransaction()),this.pointState.partialReset()),e&&(e.pointMouseDown=!1),re(o,s);}};var ce=class{selectedNode=null;selectedIdx=null;startCoordinates=null;enteredStep=null;lastEvent=null;moved=!1;getSelectedNode(){return this.selectedNode}isMoved(){return this.moved}getSelectedIdx(){return this.selectedIdx}getStartCoordinates(){return this.startCoordinates}getEnteredStep(){return this.enteredStep}getLastEvent(){return this.lastEvent}setSelectedNode(e){this.selectedNode=e;}setSelectedIdx(e){this.selectedIdx=e;}setStartCoordinates(e){this.startCoordinates=e;}setEnteredStep(e){this.enteredStep=e;}setLastEvent(e){this.lastEvent=e;}setMoved(e){this.moved=e;}clearLastEvent(){this.lastEvent=null;}reset(){this.selectedNode=null,this.selectedIdx=null,this.startCoordinates=null,this.enteredStep=null,this.lastEvent=null;}partialReset(){this.selectedNode=null,this.selectedIdx=null,this.startCoordinates=null,this.lastEvent=null,this.moved=!1;}};var de=class{constructor(e,t,i){this.store=e;this.options=t;this.step={id:g(),isAuxiliary:!1,...i};}type="STORE_MUTATED";snapshot={addedNode:null,auxNode:null};step;restoreAddedNode=e=>{e.prev?e.prev.next=e:this.store.head=e,e.next?e.next.prev=e:this.store.tail=e,this.snapshot.addedNode=e,e.val&&(this.store.map.set(e.val.id,e),this.store.size++,this.store.pingConsumers());};restoreAuxNode=e=>{e.prev?e.prev.next=e:this.store.head=e,e.next?e.next.prev=e:this.store.tail=e,this.snapshot.auxNode=e,e.val&&(this.store.map.set(e.val.id,e),this.store.size++,this.store.pingConsumers());};execute=()=>{if(this.snapshot.addedNode?this.restoreAddedNode(this.snapshot.addedNode):this.snapshot.addedNode=this.store.push(this.step),this.options.pointGeneration==="auto"&&this.store.tail?.prev?.val)if(this.snapshot?.auxNode?.val)this.restoreAuxNode(this.snapshot.auxNode);else {let e=f.createAuxiliaryPoint(this.store.tail?.val,this.store.tail?.prev?.val);this.snapshot.auxNode=this.store.insertAfter(this.store.tail.prev,e);}this.store.notify({type:"STORE_POINT_ADD"});};undo=()=>{this.store.removeNodeById(this.step.id),this.options.pointGeneration==="auto"&&this?.snapshot.auxNode?.val&&this.store.removeNodeById(this?.snapshot.auxNode.val.id);};getStep=()=>this.step};var he=class{constructor(e){this.ctx=e;}type="STORE_INBETWEEN_POINT_REMOVED";snapshot=null;makeSnapshot(e){let{store:t,nodeId:i}=this.ctx,o=t.circular.isCircular(),s=t.head?.val?.id===i,p=(o?t.tail?.prev:t.tail)?.val?.id===i,y=e.prev,L=e.next,Ue=e.prev?.prev??null,He=e.next?.next??null;return {removedNode:e,wasCircular:o,wasRemovedHead:s,wasRemovedTail:p,beforePrimary:Ue,afterPrimary:He,beforeAux:y,afterAux:L,newAux:null}}restoreNodeAfter=(e,t)=>{!e||!t||!t.val||(t.prev=e,t.next=e.next,e.next&&(e.next.prev=t),e.next=t,this.ctx.store.map.has(t.val.id)||(this.ctx.store.map.set(t.val.id,t),this.ctx.store.size++,this.ctx.store.pingConsumers()));};recalculateInBetweenRemoved(e){if(!e||!this.snapshot)return;let{store:t}=this.ctx,i=e.prev,o=e.next,s=i?.prev,a=o?.next;i?.val?.isAuxiliary&&t.removeNodeById(i.val.id),o?.val?.isAuxiliary&&t.removeNodeById(o.val.id);let p=t.circular.isCircular()?t.size>=5:t.size>=3;if(s?.val&&a?.val&&p)if(this.snapshot.newAux)this.restoreNodeAfter(s,this.snapshot.newAux);else {let y=f.createAuxiliaryPoint(s.val,a.val);this.snapshot.newAux=t.insertAfter(s,y);}}breakGeometryIfNeeded=e=>{let{store:t}=e;if(t.circular.canBreak()&&t.circular.isCircular()){if(t.tail?.val?.isAuxiliary){let i=t.tail;t.removeNodeById(t.tail.val.id),t.tail=i?.prev;let o=f.createAuxiliaryPoint(t.tail?.val,t.head?.val);this.snapshot&&(this.snapshot.newAux=t.insertAfter(t.head,o));}return t.head&&(t.head.prev=null),t.tail&&(t.tail.next=null),!0}return !1};execute=()=>{let e=this.ctx.store.findNodeById(this.ctx.nodeId),t=e?.val?.isAuxiliary;if(!e||t)return;this.snapshot=this.makeSnapshot(e),this.recalculateInBetweenRemoved(e),this.ctx.store.removeNodeById(this.ctx.nodeId),this.breakGeometryIfNeeded(this.ctx)&&this.ctx.mode.reset(),c.pointRemoveRightClick({...e?.val,total:this.ctx.store.size},this.ctx.map),this.ctx.store.pingConsumers();};restoreRemovedMiddleNode=e=>{if(!this.snapshot||!e.val)return;let{beforePrimary:t,afterPrimary:i,wasCircular:o}=this.snapshot,{store:s,mode:a}=this.ctx;if(t&&(t.next=e,e.prev=t),i&&(e.next=i,i.prev=e),o&&!this.ctx.store.circular.isCircular()){let p=f.createAuxiliaryPoint(s.tail?.val,s.head?.val);s.push(p),s.circular.close(),a.setClosedGeometry(!0);}};restoreRemovedHeadNode=e=>{if(!this.snapshot||!e?.val)return;let{wasCircular:t}=this.snapshot,{store:i,mode:o}=this.ctx,s=this.ctx.store.head;s&&(e.next=s,s.prev=e),i.head=e;let a=!i.circular.isCircular();t&&a&&(i.circular.close(),o.setClosedGeometry(!0));};restoreRemovedTailNode=e=>{let{store:t,mode:i}=this.ctx;if(!this.snapshot)return;let{wasCircular:o}=this.snapshot,s=t.tail;s&&(s.next=e,e.prev=s,t.tail=e);let a=!t.circular.isCircular();o&&a&&(t.circular.close(),i.setClosedGeometry(!0));};restoreAuxiliaryPoints(e){this.snapshot&&(e.prev?.val&&e.val&&this.snapshot?.beforeAux&&(this.restoreNodeAfter(e.prev,this.snapshot?.beforeAux),this.snapshot.wasRemovedHead&&this.snapshot.wasCircular&&(this.ctx.store.tail=this.snapshot.beforeAux)),e.next?.val&&e.val&&this.snapshot?.afterAux&&(this.restoreNodeAfter(e,this.snapshot?.afterAux),this.snapshot.wasRemovedTail&&this.snapshot.wasCircular&&(this.ctx.store.tail=this.snapshot.afterAux)),this.snapshot.wasCircular&&this.ctx.store.circular.close());}undo=()=>{let{store:e}=this.ctx;if(!this.snapshot)return;let{removedNode:t,wasRemovedHead:i,wasRemovedTail:o,wasCircular:s}=this.snapshot;t?.val&&(i?(e.removeNodeById(e.head?.prev?.val?.id),this.restoreRemovedHeadNode(t)):o?(this.restoreRemovedTailNode(t),s&&e.tail?.prev?.val?.isAuxiliary&&e.removeNodeById(e.tail?.prev?.val?.id)):(this.snapshot.newAux?.val?.id&&e.removeNodeById(this.snapshot.newAux?.val?.id),this.restoreRemovedMiddleNode(t)),e.map.has(this.ctx.nodeId)||(e.map.set(this.ctx.nodeId,t),e.size++),this.restoreAuxiliaryPoints(t),e.pingConsumers());}};var me=class{constructor(e){this.ctx=e;}type="STORE_INBETWEEN_POINT_REMOVED";snapshot=null;makeSnapshot(e){let t=this.ctx.store.head?.val?.id===this.ctx.nodeId,i=this.ctx.store.tail?.val?.id===this.ctx.nodeId,o=this.ctx.store.circular.isCircular();return {removedNode:e,wasCircular:o,wasRemovedHead:t,wasRemovedTail:i}}breakGeometryIfNeeded=e=>{let{store:t}=e;return t.circular.canBreak()&&t.circular.isCircular()?(t.head&&(t.head.prev=null),t.tail&&(t.tail.next=null),!0):!1};execute=()=>{let e=this.ctx.store.findNodeById(this.ctx.nodeId);if(!e?.val)return;this.snapshot=this.makeSnapshot(e),this.ctx.store.removeNodeById(this.ctx.nodeId),this.breakGeometryIfNeeded(this.ctx)&&this.ctx.mode.reset(),c.pointRemoveRightClick({...e?.val,total:this.ctx.store.size},this.ctx.map),this.ctx.store.pingConsumers();};closeGeometryIfNeeded=()=>{let{store:e,mode:t}=this.ctx,i=!this.ctx.store.circular.isCircular();this.snapshot?.wasCircular&&i&&(e.circular.close(),t.setClosedGeometry(!0));};restoreRemovedMiddleNode=e=>{if(!e?.val)return;let{prev:t,next:i}=e;t?(t.next=e,e.prev=t):this.ctx.store.head=e,i?(i.prev=e,e.next=i):this.ctx.store.tail=e;};restoreRemovedHeadNode=e=>{let t=this.ctx.store.head;e?.val&&(t&&(e.next=t,t.prev=e),this.ctx.store.head=e);};restoreRemovedTailNode=e=>{let t=this.ctx.store.tail;t&&(t.next=e,e.prev=t),this.ctx.store.tail=e;};undo=()=>{if(!this.snapshot)return;let{removedNode:e,wasRemovedHead:t,wasRemovedTail:i}=this.snapshot;t?this.restoreRemovedHeadNode(e):i?this.restoreRemovedTailNode(e):this.restoreRemovedMiddleNode(e),this.closeGeometryIfNeeded(),this.ctx.store.map.has(this.ctx.nodeId)||(this.ctx.store.map.set(this.ctx.nodeId,e),this.ctx.store.size++),this.ctx.store.pingConsumers();}};var ve=class{constructor(e){this.ctx=e;this.manualPointRemove=new me(this.ctx),this.autoPointRemove=new he(this.ctx);}type="STORE_INBETWEEN_POINT_REMOVED";manualPointRemove=null;autoPointRemove=null;execute=()=>{this.ctx.options.pointGeneration==="auto"?this.autoPointRemove?.execute():this.manualPointRemove?.execute();};undo=()=>{this.ctx.options.pointGeneration==="auto"?this.autoPointRemove?.undo():this.manualPointRemove?.undo();}};var fe=class{constructor(e,t){this.ctx=e;this.state=t;}updateMainPoint(e,t){e.val&&(e.val.lat=t.lngLat.lat,e.val.lng=t.lngLat.lng);}updateAuxiliaryPoints(e,t){let i=this.getAuxPointsLatLng(t);i&&(this.updatePrevAuxPoint(e,i.prev),this.updateNextAuxPoint(e,i.next));}updatePrevAuxPoint(e,t){e.prev?.val&&t&&(e.prev.val.lat=t.lat,e.prev.val.lng=t.lng);}updateNextAuxPoint(e,t){e.next?.val&&t&&(e.next.val.lat=t.lat,e.next.val.lng=t.lng);}updateStore=()=>{let e=this.state.getLastEvent(),t=this.state.getSelectedNode();!e||!t?.val||(this.updateMainPoint(t,e),this.updateAuxiliaryPoints(t,e));};getAuxPointsLatLng=e=>{let t=this.state.getSelectedNode();if(!t)return null;let{options:i}=this.ctx,o=t?.prev?.prev,s=t?.next?.next;return i.pointGeneration==="auto"?{next:s?.val?f.getMidpoint(s.val,e.lngLat):null,prev:o?.val?f.getMidpoint(e.lngLat,o.val):null}:null};addPoint(e){let{store:t,options:i}=this.ctx,o=new de(t,i,e.lngLat);return h.commit(o),o.getStep()}removePoint(e){let{store:t,options:i,mode:o,map:s}=this.ctx;t.size===1?t.reset():h.commit(new ve({store:t,options:i,mode:o,map:s,nodeId:e}));}};var ye=class{constructor(e){this.ctx=e;this.pointState=new ce,this.topologyManager=new fe(e,this.pointState),this.events={onPointMouseEnter:this.onPointMouseEnter,onPointMouseLeave:this.onPointMouseLeave,onPointMouseDown:this.onPointMouseDown,onPointMouseUp:this.onPointMouseUp,onMapMouseMove:this.onMapMouseMove},this.firstPoint=new le(this.ctx,this.events),this.auxPoints=new ue(this.ctx,this.events,this.pointState,this.topologyManager);}events;firstPoint;auxPoints;pointState;topologyManager;initConsumers=()=>{this.ctx.mode.addObserver(this.mapModeConsumer),this.ctx.store.addObserver(this.storeEventsConsumer);};removeConsumers=()=>{this.ctx.mode.removeObserver(this.mapModeConsumer),this.ctx.store.removeObserver(this.storeEventsConsumer);};initEvents=()=>{let{map:e}=this.ctx;e.on("click",this.onMapClick),e.on("dblclick",this.onMapDblClick),e.on("mouseenter",r.PointsLayer,this.onPointMouseEnter),e.on("mouseleave",r.PointsLayer,this.onPointMouseLeave),e.on("mousedown",r.PointsLayer,this.onPointMouseDown),e.on("click",r.PointsLayer,this.onPointClick),e.on("mouseup",r.PointsLayer,this.onPointMouseUp),e.on("touchend",r.PointsLayer,this.onPointMouseUp),e.on("touchstart",r.PointsLayer,this.onPointMouseDown),this.initConsumers();};removeEvents=()=>{let{map:e}=this.ctx;e.off("click",this.onMapClick),e.off("dblclick",this.onMapDblClick),e.off("mousemove",this.onMapMouseMove),e.off("mouseenter",r.PointsLayer,this.onPointMouseEnter),e.off("mouseleave",r.PointsLayer,this.onPointMouseLeave),e.off("mousedown",r.PointsLayer,this.onPointMouseDown),e.off("click",r.PointsLayer,this.onPointClick),e.off("mouseup",r.PointsLayer,this.onPointMouseUp),e.off("touchend",r.PointsLayer,this.onPointMouseUp),e.off("touchstart",r.PointsLayer,this.onPointMouseDown),this.firstPoint?.removeEvents(),this.auxPoints?.removeEvents(),this.removeConsumers();};onPointClick=e=>{let{mouseEvents:t,store:i,map:o,options:s}=this.ctx,a=m.queryPointId(o,e.point);M.isLastPoint(i,s,a)&&(t.lastPointMouseClick=!0,t.lastPointMouseUp=!1);};onMapDblClick=e=>{e.preventDefault();};onPointRemove=e=>{let{store:t,renderer:i}=this.ctx;if(t.size===1)t.reset(),this.ctx.panel.hide();else {let o=m.queryPointId(this.ctx.map,e.point),s=t.findNodeById(o);if(!s?.val)return;this.topologyManager.removePoint(s.val.id);}i.execute();};onOwnGeometryLayersClick=e=>m.isFeatureTriggered(e,[r.PointsLayer,r.FirstPointLayer,r.LineLayerTransparent,r.LineLayerBreak]);onMapClick=e=>{let{mode:t,mouseEvents:i,map:o,store:s,renderer:a}=this.ctx;if(t.getClosedGeometry()||this.onOwnGeometryLayersClick(e))return;i.lastPointMouseClick&&(i.lastPointMouseClick=!1),o.getCanvasContainer().style.cursor="grab";let p=this.topologyManager.addPoint(e);c.addPoint({...p,total:s.size},o,t),x.setSinglePointHidden(e),a.execute();};onMoveLeftClickUp=e=>{e.originalEvent.buttons===0&&this.onPointMouseUp();};onMapMouseMove=w(e=>{let{mouseEvents:t}=this.ctx;if(t.pointMouseDown){if(this.pointState.setLastEvent(e),!this.pointState.getSelectedNode())return;let{renderer:i}=this.ctx;this.onMoveLeftClickUp(this.pointState.getLastEvent());let o=this.topologyManager.getAuxPointsLatLng(this.pointState.getLastEvent());i.executeOnMouseMove(this.pointState.getSelectedIdx(),e.lngLat,o),this.pointState.setMoved(!0);}},17);onPointMouseEnter=e=>{let{mouseEvents:t,map:i,store:o,options:s}=this.ctx;if(t&&(t.pointMouseEnter=!0,t.pointMouseDown))return;x.setSinglePointHidden(e);let a=m.queryPointId(i,e.point);M.isLastPoint(o,s,a)&&(t.lastPointMouseEnter=!0,t.lastPointMouseLeave=!1);let p=o.findStepById(a);p&&(this.pointState.setEnteredStep(p),c.enterPoint(Object.assign({},p,{total:o.size}),i));};onPointMouseLeave=e=>{let{mouseEvents:t,store:i,map:o,options:s}=this.ctx;if(t&&(t.pointMouseEnter=!1,e.originalEvent.buttons===0&&(t.pointMouseLeave=!0),t.pointMouseDown))return;let a=m.queryPointId(o,e.point);M.isLastPoint(i,s,a)&&(t.lastPointMouseEnter=!1,t.lastPointMouseLeave=!0),c.leavePoint(Object.assign({},this.pointState.getEnteredStep(),{total:i.size}),o);};storeEventsConsumer=e=>{e.type==="STORE_MUTATED"&&e.data?.size===0&&this.pointState.reset();};mapModeConsumer=e=>{(e.type==="BREAK_CHANGED"||e.type==="MODE_CHANGED")&&this.pointState.reset();};hideLastPointPanel=()=>{let{store:e,panel:t,options:i}=this.ctx,o=this.pointState.getSelectedNode();o?.val&&M.isLastPoint(e,i,o.val.id)&&t.hide();};setSelectedNode=e=>{let{store:t,map:i}=this.ctx,o=m.queryPointId(i,e.point),s=t.findNodeById(o);s&&this.pointState.setSelectedNode(s);};onPointMouseDown=e=>{e.preventDefault(),this.pointState.clearLastEvent();let{mouseEvents:t,map:i,store:o}=this.ctx;if(e.originalEvent.button===2){this.onPointRemove(e);return}this.setSelectedNode(e),Fe(i),this.hideLastPointPanel();let s=m.queryPoint(i,e.point),a=b.getGeometryIndex(o,s?.properties.id);this.pointState.setSelectedIdx(a),t&&(t.pointMouseDown=!0),this.pointState.setStartCoordinates(e.lngLat),i.on("mousemove",this.onMapMouseMove),i.on("touchmove",this.onMapMouseMove);};onPointMouseUp=()=>{let{mouseEvents:e,store:t,panel:i,map:o,options:s,renderer:a}=this.ctx;o.off("mousemove",this.onMapMouseMove),o.off("touchmove",this.onMapMouseMove),e.pointMouseUp=!0;let p=this.pointState.getSelectedNode(),y=this.pointState.getLastEvent(),L=this.pointState.getStartCoordinates();p&&!p.val?.isAuxiliary&&(y&&(this.topologyManager.updateStore(),this.pointState.clearLastEvent()),i?.show(),this.pointState.isMoved()&&(h.commit(new F(t,p,L,o)),this.pointState.setMoved(!1)),this.pointState.partialReset()),e&&(e.pointMouseDown=!1),re(o,s),a.execute();}};var Ee=class extends _{constructor(t){super({...t});this.events=t;this.panelEvents=new Q(t),this.controlEvents=new Z(t),this.pointEvents=new ye(t),this.lineEvents=new se(t),t.map.on("mode:initialize",this.initEvents),t.map.on("mode:remove",this.removeDrawEvents);}panelEvents;controlEvents;pointEvents;lineEvents;initEvents=()=>{this.lineEvents.init(),this.panelEvents?.initEvents(),this.panelEvents?.initConsumers(),this.pointEvents?.initEvents();};removeDrawEvents=()=>{this.panelEvents?.removeEvents(),this.panelEvents?.removeConsumers(),this.pointEvents?.removeEvents(),this.lineEvents?.remove();};removeMapEventsAndConsumers=()=>{this.panelEvents?.removeEvents(),this.pointEvents?.removeEvents(),this.controlEvents?.remove(),this.lineEvents?.remove(),this.events.map.off("mode:initialize",this.initEvents),this.events.map.off("mode:remove",this.removeDrawEvents);}};var Le=class{constructor(e){this.props=e;this.lineButton=void 0,this.polygonButton=void 0,this.breakButton=void 0,this.container=l.create("div","mapboxgl-ctrl mapboxgl-ctrl-group maplibregl-ctrl maplibregl-ctrl-group"),this.createControl();}lineButton;polygonButton;breakButton;container;createControlButton=(e,t,i,o)=>{let s=this.props.options.panel.size,a=l.create("button",`control-button control-button-${s}`,this.container);return a.setAttribute("aria-label",t),a.setAttribute("data-type",e),i&&a.classList.add("control-button-active"),o&&(a.setAttribute("disabled","true"),a.setAttribute("aria-disabled","true")),l.create("span",`icon ${e} icon-medium`,a),a};createLineButton=()=>{let{mode:e,options:t}=this.props,i=this.props.options.modes.line.visible,o=t.locale.line;i&&(this.lineButton=this.createControlButton("line",o,e.getMode()==="line"));};createPolygonButton=()=>{let{mode:e,options:t}=this.props,i=this.props.options.modes.polygon.visible,o=t.locale.polygon;i&&(this.polygonButton=this.createControlButton("polygon",o,e.getMode()==="polygon"));};createBreakButton=()=>{let{mode:e,options:t}=this.props,i=this.props.options.modes.breakGeometry.visible,o=t.locale.break;if(i){let a=!this.props.options.initial?.closeGeometry,p=e.getBreak();this.breakButton=this.createControlButton("break",o,p,a);}};createControl=()=>{this.createLineButton(),this.createPolygonButton(),this.createBreakButton();};getContainer=()=>this.container};function $e(n){return n.initial?.geometry?n.initial?.geometry:n.modes.initial?n.modes.initial:null}var ge=class extends C{mode;break;closedGeometry;constructor(e){super(),this.mode=$e(e),this.break=!1,this.closedGeometry=e.initial?.closeGeometry??!1;}getMode=()=>this.mode;setMode=e=>{this.mode=e,this.setBreak(!1),this.notify({type:"MODE_CHANGED",data:e});};getBreak=()=>this.break;setBreak=e=>{this.break=e,this.notify({type:"BREAK_CHANGED",data:e});};getClosedGeometry=()=>this.closedGeometry;setClosedGeometry=e=>{this.closedGeometry=e,this.notify({type:"CLOSED_GEOMETRY_CHANGED",data:this.closedGeometry});};isPolygon=()=>this.mode==="polygon"&&this.getClosedGeometry();reset=()=>{this.setMode(this.getMode()),this.setClosedGeometry(!1);};pingConsumers=()=>{this.notify({type:"MODE_CHANGED",data:this.getMode()}),this.notify({type:"CLOSED_GEOMETRY_CHANGED",data:this.getClosedGeometry()});}};var xe=class{#t;#e;constructor(e){this.#t=e,this.#e=this.#t.map.getCanvasContainer(),this.#e.style.cursor=e.mode.getMode()?E.CROSSHAIR:E.AUTO,this.#o();}set=e=>{this.#e.style.cursor=e;};get=()=>this.#e.style.cursor;handleMouseLeave=B(()=>{let{mouseEvents:e,mode:t}=this.#t;if(!e.pointMouseDown){if(!t.getMode()){this.set(E.AUTO);return}t.getClosedGeometry()?this.set(E.AUTO):this.set(E.CROSSHAIR);}},10);handleFirstPointMouseEnter=B(()=>{let{store:e,options:t}=this.#t;b.canCloseGeometry(e,t)&&this.set(E.POINTER);},10);#o(){let{mouseEvents:e}=this.#t;e.addObserver(this.#i);}removeConsumers(){let{mouseEvents:e}=this.#t;e.removeObserver(this.#i);}#i=e=>{let{mode:t,mouseEvents:i,store:o,options:s}=this.#t;if(t.getBreak())return;let{type:a,data:p}=e;if(p)switch(a){case"pointMouseDown":this.set(E.GRABBING);break;case"pointMouseUp":this.set(E.GRAB);break;case"pointMouseEnter":if(i.pointMouseDown)return;this.set(E.GRAB);break;case"pointMouseLeave":this.handleMouseLeave();break;case"lineMouseEnter":if(i.pointMouseDown)return;this.set(E.POINTER);break;case"lineMouseLeave":this.handleMouseLeave();break;case"firstPointMouseEnter":this.handleFirstPointMouseEnter();break;case"firstPointMouseLeave":this.handleMouseLeave();break;case"lastPointMouseEnter":b.isClosedGeometry(o,s)||this.set(E.POINTER);break;case"lastPointMouseLeave":this.handleMouseLeave();break;}}};var Me=class extends C{#t;#e;#o;#i;#n;#s;#r;#a;#p;#l;#u;#c;constructor(){super(),this.#t=!1,this.#e=!1,this.#o=!1,this.#i=!1,this.#n=!1,this.#s=!1,this.#r=!1,this.#a=!1,this.#p=!1,this.#l=!1,this.#u=!1,this.#c=!1;}get firstPointMouseEnter(){return this.#t}set firstPointMouseEnter(e){this.#t=e,this.notify({type:"firstPointMouseEnter",data:e});}get firstPointMouseLeave(){return this.#e}set firstPointMouseLeave(e){this.#e=e,this.notify({type:"firstPointMouseLeave",data:e});}get lastPointMouseClick(){return this.#o}set lastPointMouseClick(e){this.#o=e,this.notify({type:"lastPointMouseClick",data:e});}get lastPointMouseUp(){return this.#i}set lastPointMouseUp(e){this.#i=e,this.notify({type:"lastPointMouseUp",data:e});}get lastPointMouseEnter(){return this.#n}set lastPointMouseEnter(e){this.#n=e,this.notify({type:"lastPointMouseEnter",data:e});}get lastPointMouseLeave(){return this.#s}set lastPointMouseLeave(e){this.#s=e,this.notify({type:"lastPointMouseLeave",data:e});}get pointMouseDown(){return this.#r}set pointMouseDown(e){this.#r=e,this.notify({type:"pointMouseDown",data:e});}get pointMouseUp(){return this.#a}set pointMouseUp(e){this.#a=e,this.notify({type:"pointMouseUp",data:e});}get pointMouseEnter(){return this.#p}set pointMouseEnter(e){this.#p=e,this.notify({type:"pointMouseEnter",data:e});}get pointMouseLeave(){return this.#l}set pointMouseLeave(e){this.#l=e,this.notify({type:"pointMouseLeave",data:e});}get lineMouseEnter(){return this.#u}set lineMouseEnter(e){this.#u=e,this.notify({type:"lineMouseEnter",data:e});}get lineMouseLeave(){return this.#c}set lineMouseLeave(e){this.#c=e,this.notify({type:"lineMouseLeave",data:e});}};var V=class{static allStepsHaveIds(e){return e.every(t=>"id"in t&&t.id!==void 0)}static checkIfMissingIds(e,t){let i=!t,o=!this.allStepsHaveIds(e);if(i&&o)throw new Error(G.MISSING_IDS)}static checkIfEnoughPointsToClose(e,t){if(t&&e.length<3)throw new Error(G.NOT_ENOUGH_POINTS_TO_CLOSE)}static checkIfPolygonIsClosed(e){let{closeGeometry:t,steps:i}=e;if(i){let o=i[0]?.lng,s=i[i.length-1]?.lng,a=i[0]?.lat,p=i[i.length-1]?.lat;if((o!==s||a!==p)&&t)throw new Error(G.FIRST_LAST_POINT_NOT_EQUAL)}}static checkInitialStepsOption(e){let{closeGeometry:t,generateId:i,steps:o}=e;this.checkIfMissingIds(o,i),this.checkIfEnoughPointsToClose(o,t),this.checkIfPolygonIsClosed(e);}static init(e){return e?{pointGeneration:e.pointGeneration??u.pointGeneration,panel:We(e),modes:Ze(e),layersPaint:Xe(e),initial:e.initial||u.initial,locale:Qe(e),dynamicLine:e.dynamicLine??u.dynamicLine}:u}};function We(n){return {size:n.panel?.size||u.panel.size,buttons:{undo:{visible:n.panel?.buttons?.undo?.visible??u.panel.buttons.undo.visible},redo:{visible:n.panel?.buttons?.redo?.visible??u.panel.buttons.redo.visible},delete:{visible:n.panel?.buttons?.delete?.visible??u.panel.buttons.delete.visible},save:{visible:n.panel?.buttons?.save?.visible??u.panel.buttons.save.visible,clearOnSave:n.panel?.buttons?.save?.clearOnSave??u.panel.buttons.save.clearOnSave}}}}function Ze(n){return {initial:n.modes?.initial||u.modes.initial,line:{visible:n?.modes?.line?.visible!==void 0?n.modes.line.visible:n?.initial?.geometry==="line"||u.modes.line.visible,closeGeometry:n?.modes?.line?.closeGeometry??u.modes.line.closeGeometry},polygon:{visible:n?.modes?.polygon?.visible!==void 0?n.modes.polygon.visible:n?.initial?.geometry==="polygon"||u.modes.polygon.visible},breakGeometry:{visible:n?.modes?.breakGeometry?.visible??u.modes.breakGeometry.visible}}}function Xe(n){return {onLinePoint:{"circle-radius":n.layersPaint?.onLinePoint?.["circle-radius"]||k["circle-radius"],"circle-color":n.layersPaint?.onLinePoint?.["circle-color"]||k["circle-color"],"circle-stroke-color":n.layersPaint?.onLinePoint?.["circle-stroke-color"]||k["circle-stroke-color"],"circle-stroke-width":n.layersPaint?.onLinePoint?.["circle-stroke-width"]||k["circle-stroke-width"],...n.layersPaint?.onLinePoint},firstPoint:{"circle-radius":n.layersPaint?.firstPoint?.["circle-radius"]||N["circle-radius"],"circle-color":n.layersPaint?.firstPoint?.["circle-color"]||N["circle-color"],"circle-stroke-color":n.layersPaint?.firstPoint?.["circle-stroke-color"]||N["circle-stroke-color"],"circle-stroke-width":n.layersPaint?.firstPoint?.["circle-stroke-width"]||N["circle-stroke-width"],...n.layersPaint?.firstPoint},points:{"circle-radius":n.layersPaint?.points?.["circle-radius"]||R["circle-radius"],"circle-color":n.layersPaint?.points?.["circle-color"]||R["circle-color"],"circle-stroke-color":n.layersPaint?.points?.["circle-stroke-color"]||R["circle-stroke-color"],"circle-stroke-width":n.layersPaint?.points?.["circle-stroke-width"]||R["circle-stroke-width"],...n.layersPaint?.points},auxiliaryPoint:{"circle-radius":n.layersPaint?.auxiliaryPoint?.["circle-radius"]||U["circle-radius"],"circle-color":n.layersPaint?.auxiliaryPoint?.["circle-color"]||U["circle-color"],"circle-stroke-color":n.layersPaint?.auxiliaryPoint?.["circle-stroke-color"]||U["circle-stroke-color"],"circle-stroke-width":n.layersPaint?.auxiliaryPoint?.["circle-stroke-width"]||U["circle-stroke-width"],...n.layersPaint?.auxiliaryPoint},line:{"line-width":n.layersPaint?.line?.["line-width"]||D["line-width"],"line-color":n.layersPaint?.line?.["line-color"]||D["line-color"],"line-opacity":n.layersPaint?.line?.["line-opacity"]||D["line-opacity"],...n.layersPaint?.line},polygon:{"fill-color":n.layersPaint?.polygon?.["fill-color"]||H["fill-color"],"fill-opacity":n.layersPaint?.polygon?.["fill-opacity"]||H["fill-opacity"],...n.layersPaint?.polygon},breakLine:{"line-width":n.layersPaint?.breakLine?.["line-width"]||I["line-width"],"line-color":n.layersPaint?.breakLine?.["line-color"]||I["line-color"],"line-dasharray":n.layersPaint?.breakLine?.["line-dasharray"]||I["line-dasharray"],...n.layersPaint?.breakLine}}}function Qe(n){return {save:n.locale?.save??u.locale.save,delete:n.locale?.delete??u.locale.delete,undo:n.locale?.undo??u.locale.undo,redo:n.locale?.redo??u.locale.redo,line:n.locale?.line??u.locale.line,polygon:n.locale?.polygon??u.locale.polygon,break:n.locale?.break??u.locale.break,closeLine:n.locale?.closeLine??u.locale.closeLine,createPolygon:n.locale?.createPolygon??u.locale.createPolygon}}var be=class{constructor(e){this.ctx=e;}init(){this.add(),this.swap(r.LineLayer,r.SinglePointLayer),this.swap(r.LineLayerTransparent,r.SinglePointLayer),this.swap(r.LineLayerTransparent,r.FirstPointLayer),this.swap(r.LineLayerTransparent,r.PointsLayer),this.swap(r.PolygonLayer,r.LineLayer),this.initConsumers();}initConsumers=()=>{this.ctx.store.addObserver(this.onStoreChange);};removeConsumers=()=>{this.ctx.store.removeObserver(this.onStoreChange);};onStoreChange=B(e=>{if(["STORE_MUTATED","STORE_CLOSE_GEOMETRY","STORE_BREAK_GEOMETRY","STORE_CLEARED"].includes(e.type)){let{map:i,store:o,mode:s}=this.ctx;s.getMode()==="polygon"&&o.circular.isCircular()?i.setLayoutProperty(r.PolygonLayer,"visibility","visible"):i.setLayoutProperty(r.PolygonLayer,"visibility","none");}},10);add=()=>{let e=j(this.ctx.options);for(let t of e)this.ctx.map.getLayer(t.id)||this.ctx.map.addLayer(t);};swap=(e,t)=>{let i=this.ctx.map.getLayer(e),o=this.ctx.map.getLayer(t);i&&o&&this.ctx.map.moveLayer(e,t);};removeLayers=()=>{for(let e of Object.values(r))this.ctx.map.getLayer(e)&&this.ctx.map.removeLayer(e);};remove=()=>{this.removeConsumers(),this.removeLayers();}};var Pe=class{constructor(e){this.ctx=e;}init(){for(let e of Object.values(d))this.ctx.map.getSource(e)||this.ctx.map.addSource(e,{type:"geojson",data:{type:"FeatureCollection",features:[]},promoteId:"id"});}remove(){for(let e of Object.values(d))this.ctx.map.getSource(e)&&this.ctx.map.removeSource(e);}};var Ce=class{constructor(e){this.ctx=e;this.sources=new Pe(this.ctx),this.layers=new be(this.ctx),this.init();}sources;layers;init=()=>{this.sources.init(),this.layers.init();};remove=()=>{this.layers.remove(),this.sources.remove();}};var Ne=class n{#t;#e;#o;#i;#n;#s;#r;#a;#p;#l;static#u=null;static#c=!1;constructor(e){if(this.#i=V.init(e),this.#i.initial&&V.checkInitialStepsOption(this.#i.initial),n.#c)throw new Error("Use 'DrawLibre.getInstance()' instead of 'new DrawLibre()'.");n.#c=!0,this.#e=void 0,this.#o=void 0,this.#n=void 0,this.#s=void 0,this.#a=void 0,this.#r=void 0,this.#l=void 0,this.#p=void 0;}static getInstance(e){return n.#u||(n.#u=new n(e)),n.#u}onAdd=e=>{this.#e=new q(this.#i),this.#o=new ge(this.#i),this.#r=new $({map:e,mode:this.#o,options:this.#i,store:this.#e}),this.#s=new Ce({map:e,store:this.#e,mode:this.#o,options:this.#i}),this.#a=new _({map:e,store:this.#e,options:this.#i,mode:this.#o});let t=new Le({options:this.#i,mode:this.#o});return this.#l=new Me,this.#p=new xe({map:e,mode:this.#o,mouseEvents:this.#l,store:this.#e,options:this.#i}),this.#n=new Ee({map:e,store:this.#e,options:this.#i,panel:this.#r,control:t,mode:this.#o,renderer:this.#a,mouseEvents:this.#l}),this.#o.getMode()&&e.fire("mode:initialize"),this.#o.pingConsumers(),this.#e.pingConsumers(),this.#t=t.getContainer(),this.#t};onRemove=()=>{this.#p?.removeConsumers(),this.#s?.remove(),this.#n?.removeMapEventsAndConsumers(),this.#r?.destroy(),this.#e?.reset(),this.#o?.unsubscribe(),this.#t&&l.remove(this.#t);};setSteps=e=>{if(Array.isArray(e))for(let t of e){let i={...t,id:t.id||g()};this.#e?.push(i);}else throw new Error("Invalid argument. Expected an array of steps.");this.#a?.execute();};findStepById=e=>this.#e?.findStepById(e);findNodeById=e=>this.#e?.findNodeById(e);getAllSteps=(e="array")=>{if(e==="array"&&this.#e)return M.toArray(this.#e.head);if(e==="linkedlist")return {head:this.#e?.head,tail:this.#e?.tail,size:this.#e?.size};throw new Error("Invalid type specified. Use 'array' or 'linkedlist'.")};setOptions=e=>{this.#i=e(this.#i);};removeAllSteps=()=>{this.#e?.reset(),this.#r?.destroy(),this.#a?.execute();}};
|
|
1
|
+
var F=class{_isHidden=!0;_anchor={dx:0,dy:0};_pendingCoord=null;_rafId=0;_listenersActive=!1;get isHidden(){return this._isHidden}set isHidden(e){this._isHidden=e;}get anchor(){return {...this._anchor}}set anchor(e){this._anchor={...e};}get pendingCoord(){return this._pendingCoord}set pendingCoord(e){this._pendingCoord=e;}get rafId(){return this._rafId}set rafId(e){this._rafId=e;}get listenersActive(){return this._listenersActive}set listenersActive(e){this._listenersActive=e;}reset(){this._isHidden=!0,this._anchor={dx:0,dy:0},this._pendingCoord=null,this._rafId=0,this._listenersActive=!1;}};var l=class{static create(e,t,i){let n=window.document.createElement(e);return t!==void 0&&(n.className=t),i&&i.appendChild(n),n}static remove(e){e.parentNode&&e.parentNode.removeChild(e);}static addEventListener(e,t,i,n={}){e&&e.addEventListener(t,i,n);}static removeEventListener(e,t,i,n={}){e&&e.removeEventListener(t,i,n);}static mouseButton(e){return e.button}static addClassName(e,t){e.classList.contains(t)||e.classList.add(t);}static removeClassName(e,t){e.classList.contains(t)&&e.classList.remove(t);}static disableButton=e=>{e&&(e.setAttribute("disabled","true"),e.setAttribute("aria-disabled","true"));};static enableButton=e=>{e&&(e.removeAttribute("disabled"),e.removeAttribute("aria-disabled"));}};var H=class{constructor(e){this.ctx=e;this.root=l.create("div","mdl-dashboard-container"),this.buttonContainer=l.create("div","mdl-dashboard",this.root),this.renderButtons(),e.map.getContainer().appendChild(this.root);}root;buttonContainer;buttons={};createButton(e,t,i,n){let r=l.create("button",`mdl-panel-button mdl-panel-button-${i}`,n);return r.setAttribute("data-type",e),r.setAttribute("aria-label",t),l.create("span",`icon ${e} icon-${i}`,r),r}renderButtons(){let{panel:e,locale:t}=this.ctx.options,{buttons:i,size:n}=e;Object.keys(i).forEach(r=>{if(!i[r].visible)return;let a=this.createButton(r,t[r],n,this.buttonContainer);(r==="undo"||r==="redo")&&l.disableButton(a),this.buttons[r]=a;});}getButton=e=>{let t=this?.buttons?.[e];return t||console.warn(`[PanelView] Button "${e}" not initialized`),t??null};getRoot=()=>this.root;show=()=>{this.root.classList.remove("hidden");};hide=()=>{this.root.classList.add("hidden");};setTransform=(e,t)=>{this.root.style.transform=`translate(${e}px, ${t}px)`;};observeResize=e=>{let t=new ResizeObserver(e);return t.observe(this.root),t};destroy=()=>{this.root.remove();}};var Xe=8,Qe=8,M=class{container;label;constructor(){this.container=void 0;}create=e=>{let t=l.create("div","popup-container",document.body),i=l.create("span",`popup-text popup-text-${e.placement}`,t);return i.textContent=e.label,this.container=t,this.label=i,this};activateAnimation=()=>{!this.label?.classList.value.includes("popup-text-active")&&this.label?.classList.add("popup-text-active");};getLabelDimensions=()=>this.label?{width:this.label.clientWidth,height:this.label.clientHeight}:{width:0,height:0};getLeftPosition=e=>{let{bottom:t,left:i}=e.target.getBoundingClientRect(),{width:n,height:r}=this.getLabelDimensions();return {x:i-Qe-n,y:t-r-2}};getBottomPosition=e=>{let{bottom:t,left:i,right:n}=e.target.getBoundingClientRect(),{width:r}=this.getLabelDimensions();return {x:(n-i)/2+i-r/2,y:t+Xe}};getPosition=(e,t)=>t==="left"?this.getLeftPosition(e):this.getBottomPosition(e);setPosition=e=>{let{x:t,y:i}=e;this.container&&(this.container.style.left=`${t}px`,this.container.style.top=`${i}px`),this.activateAnimation();};remove=()=>{this.container&&l.remove(this.container);}};var x=class{observers;constructor(){this.observers=new Set;}addObserver(e){this.observers.add(e);}removeObserver(e){this.observers.delete(e);}unsubscribe(){this.observers.clear();}notify(e){this.observers.forEach(t=>t(e));}};var z=class{constructor(e,t,i=[]){this.type=e;this.payload=t;this.commands=i;}add(e){this.commands.push(e);}execute(){if(this.commands)for(let e of this.commands)e.execute();}undo(){if(this.commands)for(let e=this.commands.length-1;e>=0;e--)this.commands[e]?.undo();}};var Te=class o extends x{transaction=null;undoStack=[];redoStack=[];static instance=null;static getInstance(){return o.instance||(o.instance=new o),o.instance}commit=e=>{e.execute(),this.transaction?this.transaction.add(e):this.undoStack.push(e),this.redoStack.length=0,this.pingConsumers();};undo=()=>{let e=this.undoStack.pop();if(e)return e.undo(),this.redoStack.push(e),this.pingConsumers(),e};redo=()=>{let e=this.redoStack.pop();return e?(e.execute(),this.undoStack.push(e),this.pingConsumers(),e):null};beginTransaction=(e="compound",t=null)=>{this.transaction||(this.transaction=new z(e,t));};commitTransaction=()=>{if(!this.transaction)return;let e=this.transaction;this.transaction=null,this.undoStack.push(e),this.pingConsumers();};getRedoStackLength=()=>this.redoStack.length;getUndoStackLength=()=>this.undoStack.length;resetStacks=()=>{this.undoStack=[],this.redoStack=[],this.notify({type:"REDO_STACK_CHANGED",data:0});};pingConsumers=()=>{this.notify({type:"REDO_STACK_CHANGED",data:this.redoStack.length}),this.notify({type:"UNDO_STACK_CHANGED",data:this.undoStack.length});}},u=Te.getInstance();var L=()=>{if("crypto"in window&&"randomUUID"in window.crypto)return window.crypto.randomUUID();function o(){return "0123456789abcdef"[Math.floor(Math.random()*16)]}function e(n){let r="";for(let a=0;a<n;a++)r+=o();return r}function t(n){let r=n===0,a=n===4;return r?8:a?12:4}let i=[];for(let n=0;n<5;n++)i.push(e(t(n)));return i.join("-")},C=(o,e)=>{let t,i=!0;function n(){i&&t&&(o(...t),t=null,i=!1,setTimeout(()=>{i=!0,n();},e));}return function(...r){t=r,n();}},S=(o,e)=>{let t;return function(...i){clearTimeout(t),t=window.setTimeout(()=>{o(...i);},e);}};var _e={type:"FeatureCollection",features:[{type:"Feature",properties:{},geometry:{type:"LineString",coordinates:[]}}]},s={LineDynamicLayer:"mdl-line-dynamic-layer",LineLayer:"mdl-line-layer",LineLayerTransparent:"mdl-line-layer-transparent",LineLayerBreak:"mdl-line-break-layer",PolygonLayer:"mdl-polygon-layer",PointsLayer:"mdl-points-layer",SinglePointLayer:"mdl-single-point-layer",FirstPointLayer:"mdl-first-point-layer",AuxiliaryPointLayer:"mdl-auxiliary-point-layer"},h={UnifiedSource:"mdl-unified-source",LineDynamicSource:"mdl-line-dynamic-source",LineSourceBreak:"mdl-line-source-break",SinglePointSource:"mdl-single-point-source"},w={large:6.5,default:5.5},q={large:"#FF6464",default:"#666666"},T={"circle-radius":w.default,"circle-color":"#FEFFFE","circle-stroke-color":q.default,"circle-stroke-width":3},B={"circle-radius":w.default-1.5,"circle-color":"#FEFFFE","circle-stroke-color":"#666666","circle-stroke-width":2},O={"circle-radius":w.large,"circle-color":"#FEFFFE","circle-stroke-color":"#666666","circle-stroke-width":3},I={"fill-color":"grey","fill-opacity":.4},N={"line-width":3,"line-color":"grey","line-opacity":.7},A={"circle-radius":w.default,"circle-color":"#FEFFFE","circle-stroke-color":"#666666","circle-stroke-width":3},k={"line-width":3,"line-color":"#FF6464","line-dasharray":[3,3]},V=o=>[{id:s.SinglePointLayer,source:h.SinglePointSource,type:"circle",paint:o.layersPaint.onLinePoint,layout:{visibility:"none"}},{id:s.PolygonLayer,source:h.UnifiedSource,type:"fill",paint:o.layersPaint.polygon,layout:{visibility:"none"},filter:["==","$type","Polygon"]},{id:s.LineDynamicLayer,source:h.LineDynamicSource,type:"line",paint:o.layersPaint.line,layout:{visibility:"none"}},{id:s.LineLayer,source:h.UnifiedSource,type:"line",paint:o.layersPaint.line,layout:{visibility:"visible"},filter:["==","$type","LineString"]},{id:s.LineLayerTransparent,source:h.UnifiedSource,type:"line",paint:{"line-width":4,"line-color":"transparent"},filter:["==","$type","LineString"]},{id:s.LineLayerBreak,source:h.LineSourceBreak,type:"line",paint:o.layersPaint.breakLine,layout:{visibility:"none"}},{id:s.PointsLayer,source:h.UnifiedSource,type:"circle",paint:o.layersPaint.points,filter:["all",["==","$type","Point"],["==","isFirst",!1],["==","isAuxiliary",!1]]},{id:s.FirstPointLayer,source:h.UnifiedSource,type:"circle",paint:o.layersPaint.firstPoint,filter:["==",["get","isFirst"],!0],layout:{visibility:"none"}},{id:s.AuxiliaryPointLayer,source:h.UnifiedSource,type:"circle",paint:o.layersPaint.auxiliaryPoint,filter:["==",["get","isAuxiliary"],!0]}];var v={getMidpoint(o,e){return {lat:(o.lat+e.lat)/2,lng:(o.lng+e.lng)/2}},createAuxiliaryPoint(o,e){let t=v.getMidpoint(o,e);return {lat:t.lat,lng:t.lng,isAuxiliary:!0,id:L()}}},g={setFirstPointVisible(o){o.setLayoutProperty(s.FirstPointLayer,"visibility","visible");},setFirstPointHidden(o){o.setLayoutProperty(s.FirstPointLayer,"visibility","none");},setSinglePointVisible(o){o.target.setLayoutProperty(s.SinglePointLayer,"visibility","visible");},setSinglePointHidden(o){let e=o.target;setTimeout(()=>{e.setLayoutProperty(s.SinglePointLayer,"visibility","none");},33);}},Oe={default(o){o.setFilter(s.PointsLayer,["all",["==","$type","Point"],["==","isFirst",!1],["==","isAuxiliary",!1]]);},closedGeometry(o){o.setFilter(s.PointsLayer,["all",["==","$type","Point"],["==","isAuxiliary",!1]]);}};var K=class{constructor(e,t){this.store=e;this.options=t;this.store=e;}isCircular=()=>{let{head:e,tail:t}=this.store;return !e||!t?!1:e===t.next&&t===e.prev};canBreak=()=>{let{size:e}=this.store,t=this.options?.pointGeneration==="auto"?3:2;return e<=t};canClose=()=>{let{size:e}=this.store;return (this.options?.pointGeneration==="auto"?e>3:e>2)&&!this.isCircular()};break=e=>{if(this.store.head)if(this.options?.pointGeneration==="auto")if(e.val?.isAuxiliary){let t=e.val?.id;this.store.head=e.next,this.store.tail=e.prev,this.store.removeNodeById(t),this.store.head.prev=null,this.store.tail.next=null;}else {let t=e.next?.val?.id;this.store.head=e.next?.next,this.store.tail=e,this.store.removeNodeById(t),this.store.head.prev=null,this.store.tail.next=null;}else this.store.head=e.next,this.store.head.prev=null,this.store.tail=e,this.store.tail.next=null;};close=()=>{let{head:e,tail:t}=this.store;!e||!t||(t.next=e,e.prev=t);}};var _=class{val;prev;next;constructor(e=null,t=null,i=null){this.val=e,this.prev=i,this.next=t;}},R=class extends x{constructor(t){super();this.options=t;let i=Ge(this.options);this.circular=new K(this,this.options),this.map=i?i.map:new Map,this.head=i?i.head:null,this.tail=i?i.tail:null,this.size=i?i.size:0;}head;tail;size;map;circular;push=t=>{let i=new _(t);return this.head?this.tail&&(i.prev=this.tail,this.tail.next=i,this.tail=i):this.head=this.tail=i,this.map.set(t.id,i),this.size++,this.pingConsumers(),i};unshift=t=>{let i=new _(t);i.next=this.head,this.head=i,this.circular.isCircular()&&this.tail&&(this.tail.next=i,i.prev=this.tail),this.map.set(t.id,i),this.size++,this.pingConsumers();};insertAfter=(t,i)=>{if(!t)return null;let n=new _(i);return n.prev=t,n.next=t.next,this.tail===t&&this.head===t.next&&(this.tail=n,this.head.prev=n),t.next&&(t.next.prev=n),t.next=n,this.map.set(i.id,n),this.size++,this.pingConsumers(),n};removeNodeById(t){let i=this.map.get(t);return i?(this.size===1?(this.head=null,this.tail=null):(i.prev&&(i.prev.next=i.next),i.next&&(i.next.prev=i.prev),i===this.head&&(this.head=i.next,this.head?.prev&&this.tail&&(this.tail.next=this.head)),i===this.tail&&(this.tail=i.prev,this.head&&this.tail?.next&&(this.head.prev=this.tail))),this.map.delete(t),this.size--,this.pingConsumers(),i):null}findStepById(t){let i=this.map.get(t);return i?i.val:null}findNodeById(t){let i=this.map.get(t);return i||null}isLastPoint=(t,i)=>t.pointGeneration==="auto"&&this.tail?.next===this.head?this.tail?.prev?.val?.id===i:this.tail?.val?.id===i;reset=()=>{this.head=null,this.tail=null,this.size=0,this.map.clear(),this.notify({type:"STORE_CLEARED"});};pingConsumers=()=>{this.notify({type:"STORE_MUTATED",data:{head:this.head,tail:this.tail,size:this.size}});}};var G={EMPTY_INITIAL_STATE:"You passed an empty initial array in the options. Please either remove the 'initial' property or include at least one element in the array.",MISSING_IDS:"You set 'generateId' to false but did not provide IDs for all steps. Please ensure all steps have IDs or set 'generateId' to true.",NOT_ENOUGH_POINTS_TO_CLOSE:"At least three points are required to close a polygon or a line. Please add more points or set 'closeGeometry' to false.",FIRST_LAST_POINT_NOT_EQUAL:"The first and last points of a polygon or a closed linestring must be the same. Please ensure the first and last points are equal or set 'closeGeometry' to false."};function et(o,e,t){let i=new R,n=e?o.slice(0,-1):o;return n.forEach((r,a)=>{if(i.push(r),t==="auto"){if(n[a+1]){let y=v.createAuxiliaryPoint(r,n[a+1]);i.push(y);}else if(e){let y=v.createAuxiliaryPoint(r,n[0]);i.push(y);}}}),i}function tt(o){return o.map((e,t)=>({...e,isAuxiliary:!1,isFirst:t===0,id:L()}))}function it(o,e){let{steps:t,closeGeometry:i,generateId:n}=o,r=n?tt(t):t,a=et(r,i,e);return i&&a.tail&&a.head&&(a.tail.next=a.head,a.head.prev=a.tail),a}function Ge(o){if(!o?.initial)return null;if(o&&o.initial&&!o.initial.steps.length)throw new Error(G.EMPTY_INITIAL_STATE);return o&&o.initial.steps?it(o.initial,o.pointGeneration):null}function Y(o){if(!o)return [];let e=new Set,t=[],i=o;for(;i!==null&&!e.has(i);)e.add(i),t.push(i.val),i=i.next;return t}var m={RIGHTCLICKREMOVE:"mdl:rightclickremove",POINTENTER:"mdl:pointenter",POINT_LEAVE:"mdl:pointleave",MOVE_END:"mdl:moveend",ADD:"mdl:add",UNDO:"mdl:undo",REDO:"mdl:redo",REMOVE_ALL:"mdl:removeall",SAVE:"mdl:save",BREAK:"mdl:break",MODE_CHANGED:"mdl:modechanged",UNDO_STACK_CHANGED:"mdl:undostackchanged",REDO_STACK_CHANGED:"mdl:redostackchanged"},Ue=768;var c=class{static addPoint(e,t,i){t.fire(m.ADD,{id:e.id,coordinates:{lat:e.lat,lng:e.lng},total:e.total,timestamp:Date.now(),mode:{geometry:i.getMode(),closedGeometry:i.getClosedGeometry()}});}static movePoint(e,t){t.fire(m.MOVE_END,{id:e.id,start_coordinates:{lat:e.start.lat,lng:e.start.lng},end_coordinates:{lat:e.end.lat,lng:e.end.lng},total:e.total,timestamp:Date.now()});}static pointRemoveRightClick(e,t){t.fire(m.RIGHTCLICKREMOVE,{id:e.id,coordinates:{lat:e.lat,lng:e.lng},total:e.total,timestamp:Date.now()});}static enterPoint(e,t){t.fire(m.POINTENTER,{id:e.id,coordinates:{lat:e.lat,lng:e.lng},total:e.total,timestamp:Date.now()});}static leavePoint(e,t){t.fire(m.POINT_LEAVE,{id:e.id,coordinates:{lat:e.lat,lng:e.lng},total:e.total,timestamp:Date.now()});}static undo(e,t,i){t.fire(m.UNDO,{originalEvent:i,id:e.id,coordinates:{lat:e.lat,lng:e.lng},total:e.total,timestamp:Date.now()});}static redo(e,t,i){t.fire(m.REDO,{originalEvent:i,id:e.id,coordinates:{lat:e.lat,lng:e.lng},total:e.total,timestamp:Date.now()});}static modeChanged(e,t){e.fire(m.MODE_CHANGED,{mode:t});}static removeAllPoints(e,t){e.fire(m.REMOVE_ALL,{originalEvent:t});}static onSaveClick(e,t,i){let{map:n,mode:r}=e;n.fire(m.SAVE,{originalEvent:i,timestamp:Date.now(),steps:t,mode:{geometry:r.getMode(),closedGeometry:r.getClosedGeometry()}});}static onLineBreak(e){e.fire(m.BREAK);}static onUndoStackChange=(e,t)=>{e.fire(m.UNDO_STACK_CHANGED,{length:t});};static onRedoStackChange=(e,t)=>{e.fire(m.REDO_STACK_CHANGED,{length:t});}};function ot(o){let e=[],t=o.head,i=new Set;for(;t!==null;){if(i.has(t.val?.id)){o.head&&o.head.val&&e.push([o.head.val.lng,o.head.val.lat]);break}i.add(t.val?.id),t.val&&e.push([t.val.lng,t.val.lat]),t=t.next;}return e}function J(o,e){return {type:"FeatureCollection",features:[{type:"Feature",properties:{},geometry:{type:"LineString",coordinates:[o,e]}}]}}function nt(o){return {type:"FeatureCollection",features:[{type:"Feature",properties:{},geometry:{type:"LineString",coordinates:o}}]}}function st(o){return {type:"FeatureCollection",features:[{type:"Feature",properties:{},geometry:{type:"Polygon",coordinates:[o]}}]}}function rt(o){let e=o.head,t=[],i=new Set;for(;e!==null&&!i.has(e.val?.id);){if(e.val){let n=e.val,r=e.val.id===o.head?.val?.id;t.push({type:"Feature",properties:{id:n.id,lat:n.lat,lng:n.lng,isFirst:r,isAuxiliary:n.isAuxiliary},geometry:{type:"Point",coordinates:[n.lng,n.lat]}});}i.add(e.val?.id),e=e.next;}return {type:"FeatureCollection",features:t}}function Ae(o){let e=rt(o).features,t=ot(o),i=nt(t).features,n=st(t).features;return {type:"FeatureCollection",features:[...e,...i,...n]}}var Ne=class o{static instance=null;ctx=null;unifiedGeoJSON;constructor(){this.unifiedGeoJSON={type:"FeatureCollection",features:[]};}initialize(e){return this.ctx=e,this.unifiedGeoJSON=Ae(this.ctx.store),this.execute(),o.instance}static getInstance(){return o.instance||(o.instance=new o),o.instance}getContext(){if(!this.ctx)throw new Error("Somehow trolled with Renderer.getContext, check the Renderer.initialize");return this.ctx}updateLine(e,t){let{mode:i}=this.getContext(),n=this.unifiedGeoJSON.features.at(-2)?.geometry.coordinates;n&&(n[e]=[t.lng,t.lat],i.getClosedGeometry()&&e===0&&(n[n.length-1]=[t.lng,t.lat]));}updatePolygon(e,t){let{mode:i}=this.getContext(),n=this.unifiedGeoJSON.features.at(-1)?.geometry.coordinates[0];n&&(n[e]=[t.lng,t.lat],i.getClosedGeometry()&&e===0&&(n[n.length-1]=[t.lng,t.lat]));}updatePoint(e,t){let i=this.unifiedGeoJSON?.features?.[e];i?.geometry?.coordinates&&(i.geometry.coordinates=[t.lng,t.lat]);}executeOnMouseMove=(e,t,i)=>{let{map:n,mode:r,options:a,store:p}=this.getContext(),y=e===0?p.size-1:e-1;this.updatePoint(e,t),i&&i.prev&&this.updatePoint(y,i.prev),i&&i.next&&this.updatePoint(e+1,i.next),this.updateLine(e,t),i&&i.prev&&this.updateLine(y,i.prev),i&&i.next&&this.updateLine(e+1,i.next),a.modes.polygon.visible&&r.isPolygon()&&(this.updatePolygon(e,t),i&&i.prev&&this.updatePolygon(y,i.prev),i&&i.next&&this.updatePolygon(e+1,i.next));let U=n.getSource(h.UnifiedSource);U&&U.setData(this.unifiedGeoJSON);};execute(){let{map:e,store:t}=this.getContext();this.unifiedGeoJSON=Ae(t);let i=e.getSource(h.UnifiedSource);i&&i.setData(this.unifiedGeoJSON);}resetGeometries=()=>{let{map:e}=this.getContext(),t=e.getSource(h.UnifiedSource);t&&t.setData({type:"FeatureCollection",features:[]});}},f=Ne.getInstance();var j=class{constructor(e){this.ctx=e;}clear=e=>{let{mode:t,view:i,store:n,map:r}=this.ctx;n.reset(),i.hide(),t.reset(),u.resetStacks(),f.resetGeometries(),e&&c.removeAllPoints(r,e),f.execute();};undo=e=>{let{store:t,map:i,view:n}=this.ctx,r=u.getRedoStackLength();t.size===1&&r?(t.reset(),n.hide()):u.undo(),e&&c.undo({...t.tail?.val,total:t.size},i,e),f.execute();};redo=e=>{let{store:t,map:i}=this.ctx;u.redo(),e&&c.redo({...t.tail?.val,total:t.size},i,e),f.execute();};save=e=>{let{store:t,options:i}=this.ctx;e&&c.onSaveClick(this.ctx,Y(t.head),e),i.panel.buttons.save.clearOnSave&&this.clear(e),f.execute();}};var $=class{constructor(e){this.ctx=e;this.tooltip=new M,this.actions=new j(this.ctx);}tooltip;actions=null;addButtonListeners(e,t){let i=this.ctx.view.getButton(e);i&&(l.addEventListener(i,"click",t),l.addEventListener(i,"mouseenter",this.onMouseEnter),l.addEventListener(i,"mouseleave",this.onMouseLeave));}removeButtonListeners(e,t){let i=this.ctx.view.getButton(e);i&&(l.removeEventListener(i,"click",t),l.removeEventListener(i,"mouseenter",this.onMouseEnter),l.removeEventListener(i,"mouseleave",this.onMouseLeave));}initEvents(){this.addButtonListeners("undo",this.onUndoClick),this.addButtonListeners("redo",this.onRedoClick),this.addButtonListeners("delete",this.onClearClick),this.addButtonListeners("save",this.onSaveClick);}removeEvents(){this.removeButtonListeners("undo",this.onUndoClick),this.removeButtonListeners("redo",this.onRedoClick),this.removeButtonListeners("delete",this.onClearClick),this.removeButtonListeners("save",this.onSaveClick);}getButtonLabel=e=>{let{options:t}=this.ctx;return {undo:t.locale.undo,redo:t.locale.redo,delete:t.locale.delete,save:t.locale.save}[e]};onMouseEnter=e=>{let i=e.target.getAttribute("data-type");if(i){let n=this.getButtonLabel(i);this.tooltip.create({label:n,placement:"bottom"}).setPosition(this.tooltip.getPosition(e,"bottom"));}};onMouseLeave=()=>{this.tooltip.remove();};onUndoClick=e=>{this.actions?.undo(e),this.tooltip.remove();};onRedoClick=e=>{this.actions?.redo(e),this.tooltip.remove();};onClearClick=e=>{this.actions?.clear(e),this.tooltip.remove();};onSaveClick=e=>{this.actions?.save(e),this.tooltip.remove();};api(){return this.actions}};var W=class{constructor(e){this.ctx=e;}initConsumers(){this.ctx.store.addObserver(this.onStoreChangeConsumer),this.ctx.mode?.addObserver(this.onMapModeConsumer),u.addObserver(this.onTimelineChangeConsumer);}removeConsumers(){this.ctx.store.removeObserver(this.onStoreChangeConsumer),this.ctx.mode?.removeObserver(this.onMapModeConsumer),u.removeObserver(this.onTimelineChangeConsumer);}onTimelineChangeConsumer=e=>{let{type:t,data:i}=e;t==="REDO_STACK_CHANGED"&&(i?l.enableButton(this.ctx.view.getButton("redo")):l.disableButton(this.ctx.view.getButton("redo"))),t==="UNDO_STACK_CHANGED"&&(i?l.enableButton(this.ctx.view.getButton("undo")):l.disableButton(this.ctx.view.getButton("undo")));};onStoreChangeConsumer=e=>{if(e.type==="STORE_MUTATED"){let{data:t}=e;if(t?.size===0)this.ctx.view.hide();else {let i=Object.assign({},t);for(;i.tail;)if(i.tail?.val?.isAuxiliary)i.tail=i.tail?.prev;else {i.tail?.val&&this.ctx.setPanelLocation({lat:i.tail.val.lat,lng:i.tail.val.lng});break}}}};onMapModeConsumer=e=>{let{store:t}=this.ctx,{type:i,data:n}=e;i==="MODE_CHANGED"&&!n&&this.ctx.view.hide(),i==="MODE_CHANGED"&&n&&t.tail?.val&&this.ctx.setPanelLocation({lat:t.tail?.val?.lat,lng:t.tail?.val?.lng});}};var at=20,Z=class{constructor(e){this.ctx=e;this.view=new H(e),this.events=new $({...e,view:this.view}),this.observer=new W({...e,view:this.view,setPanelLocation:this.setPanelLocation}),this.init();}view;state=new F;events;observer;resizeObserver;onMapMove=()=>this.schedulePositionUpdate();init(){let{store:e}=this.ctx;this.resizeObserver=this.view.observeResize(this.measureAnchor),this.measureAnchor(),e.tail?.val&&this.setPanelLocation(e.tail.val),this.events.initEvents(),this.observer.initConsumers();}destroy(){this.observer.removeConsumers(),this.events.removeEvents(),this.state.listenersActive&&this.disableListeners(),this.resizeObserver.disconnect(),cancelAnimationFrame(this.state.rafId),this.view.destroy();}enableListeners(){if(this.state.listenersActive)return;let e=this.ctx.map;e.on("move",this.onMapMove),e.on("zoom",this.onMapMove),this.state.listenersActive=!0;}disableListeners(){if(!this.state.listenersActive)return;let e=this.ctx.map;e.off("move",this.onMapMove),e.off("zoom",this.onMapMove),this.state.listenersActive=!1;}setPanelLocation=e=>{this.state.pendingCoord=e,this.enableListeners(),this.schedulePositionUpdate(),this.show();};measureAnchor=()=>{let{width:e,height:t}=this.view.getRoot().getBoundingClientRect();this.state.anchor={dx:-e/2,dy:-t-at},this.schedulePositionUpdate();};schedulePositionUpdate=()=>{this.state.rafId||(this.state.rafId=requestAnimationFrame(()=>{if(this.state.rafId=0,this.state.pendingCoord){let e=this.ctx.map.project(this.state.pendingCoord),{dx:t,dy:i}=this.state.anchor;this.view.setTransform(e.x+t,e.y+i);}}));};setVisible(e){this.state.isHidden=!e,e?this.view.show():this.view.hide();}show=()=>this.setVisible(!0);hide=()=>this.setVisible(!1);api=()=>this.events.api()};var E={AUTO:"auto",DEFAULT:"default",POINTER:"pointer",CROSSHAIR:"crosshair",MOVE:"move",HELP:"help",GRAB:"grab",GRABBING:"grabbing"};var Fe=(o,e)=>{let t=e.locale.line,i=e.locale.polygon,n=e.locale.break;return {line:t,polygon:i,break:n}[o]};var X=class{constructor(e){this.ctx=e;this.tooltip=new M,this.initEvents();}tooltip;initEvents(){let{lineButton:e,breakButton:t,polygonButton:i}=this.ctx.view;e&&(l.addEventListener(e,"click",this.onLineClick),l.addEventListener(e,"mouseenter",this.onButtonEnter),l.addEventListener(e,"mouseleave",this.onButtonLeave)),i&&(l.addEventListener(i,"click",this.onPolygonClick),l.addEventListener(i,"mouseenter",this.onButtonEnter),l.addEventListener(i,"mouseleave",this.onButtonLeave)),t&&(l.addEventListener(t,"click",this.onBreakClick),l.addEventListener(t,"mouseenter",this.onButtonEnter),l.addEventListener(t,"mouseleave",this.onButtonLeave));}removeEvents(){let{lineButton:e,breakButton:t,polygonButton:i}=this.ctx.view;e&&(l.removeEventListener(e,"click",this.onLineClick),l.removeEventListener(e,"mouseenter",this.onButtonEnter),l.removeEventListener(e,"mouseleave",this.onButtonLeave)),i&&(l.removeEventListener(i,"click",this.onPolygonClick),l.removeEventListener(i,"mouseenter",this.onButtonEnter),l.removeEventListener(i,"mouseleave",this.onButtonLeave)),t&&(l.removeEventListener(t,"click",this.onBreakClick),l.removeEventListener(t,"mouseenter",this.onButtonEnter),l.removeEventListener(t,"mouseleave",this.onButtonLeave));}remove(){this.removeEvents(),this.tooltip.remove();}onButtonEnter=e=>{let{options:t}=this.ctx,i=e.target.getAttribute("data-type");if(i){let n=Fe(i,t),r="left";this.tooltip.create({label:n,placement:r}).setPosition(this.tooltip.getPosition(e,r));}};onButtonLeave=()=>{this.tooltip.remove();};removeActiveClass=()=>{let{lineButton:e,breakButton:t,polygonButton:i}=this.ctx.view;e?.classList.remove("control-button-active"),i?.classList.remove("control-button-active"),t?.classList.remove("control-button-active");};onLineClick=()=>{let{mode:e}=this.ctx,{lineButton:t}=this.ctx.view;e.getMode()!=="line"&&(this.removeActiveClass(),t?.classList.add("control-button-active"),e.setMode("line"));};onPolygonClick=()=>{let{mode:e}=this.ctx,{polygonButton:t}=this.ctx.view;e.getMode()!=="polygon"&&(this.removeActiveClass(),t?.classList.add("control-button-active"),e.setMode("polygon"));};onBreakClick=()=>{let{map:e,mode:t}=this.ctx,{breakButton:i}=this.ctx.view;this.removeActiveClass(),i?.classList.add("control-button-active"),t.setBreak(!0),e.getCanvasContainer().style.cursor=E.POINTER;}};var Q=class{constructor(e){this.ctx=e;this.initConsumers();}initConsumers=()=>{this.ctx.mode.addObserver(this.mapModeConsumer);};remove=()=>{this.ctx.mode.removeObserver(this.mapModeConsumer);};resetAllState=()=>{let{lineButton:e,breakButton:t,polygonButton:i}=this.ctx.view;e?.classList.remove("control-button-active"),i?.classList.remove("control-button-active"),t?.classList.remove("control-button-active");};checkActive=e=>{this.resetAllState(),e.classList.add("control-button-active");};observeModeChange=e=>{let{data:t}=e,{lineButton:i,breakButton:n,polygonButton:r}=this.ctx.view,{mode:a}=this.ctx;if(c.modeChanged(this.ctx.map,t),!(!i||!r||!n)){switch(t){case"line":this.checkActive(i);break;case"polygon":this.checkActive(r);break;}t?a.getClosedGeometry()&&l.enableButton(n):l.disableButton(n);}};observeGeometryChange=e=>{let{data:t}=e,{lineButton:i,breakButton:n,polygonButton:r}=this.ctx.view,{mode:a}=this.ctx,p=a.getMode();n&&(t?l.enableButton(n):l.disableButton(n)),p==="polygon"&&i&&(t?l.disableButton(i):l.enableButton(i)),p==="line"&&r&&(t?l.disableButton(r):l.enableButton(r));};mapModeConsumer=e=>{let{type:t,data:i}=e;if(t==="MODE_CHANGED"&&this.observeModeChange(e),t==="CLOSED_GEOMETRY_CHANGED"&&this.observeGeometryChange(e),t==="BREAK_CHANGED"&&i){let{breakButton:n}=this.ctx.view;this.checkActive(n),c.modeChanged(this.ctx.map,"break");}}};var ee=class{constructor(e){this.ctx=e;this.root=l.create("div","mapboxgl-ctrl mapboxgl-ctrl-group maplibregl-ctrl maplibregl-ctrl-group"),this.createControl();}root;lineButton;polygonButton;breakButton;createControlButton=(e,t,i,n)=>{let r=this.ctx.options.panel.size,a=l.create("button",`control-button control-button-${r}`,this.root);return a.setAttribute("aria-label",t),a.setAttribute("data-type",e),i&&a.classList.add("control-button-active"),n&&l.disableButton(a),l.create("span",`icon ${e} icon-medium`,a),a};createLineButton=()=>{let{mode:e,options:t}=this.ctx,i=this.ctx.options.modes.line.visible,n=t.locale.line;i&&(this.lineButton=this.createControlButton("line",n,e.getMode()==="line"));};createPolygonButton=()=>{let{mode:e,options:t}=this.ctx,i=this.ctx.options.modes.polygon.visible,n=t.locale.polygon;i&&(this.polygonButton=this.createControlButton("polygon",n,e.getMode()==="polygon"));};createBreakButton=()=>{let{mode:e,options:t}=this.ctx,i=this.ctx.options.modes.breakGeometry.visible,n=t.locale.break;if(i){let a=!this.ctx.options.initial?.closeGeometry,p=e.getBreak();this.breakButton=this.createControlButton("break",n,p,a);}};createControl=()=>{this.createLineButton(),this.createPolygonButton(),this.createBreakButton();};getContainer=()=>this.root;destroy=()=>{this.root.remove();}};var te=class{constructor(e){this.ctx=e;this.view=new ee(e);let t={...e,view:this.view};this.events=new X(t),this.observer=new Q(t),this.init();}view;events;observer;init(){let e=this.view.getContainer();this.ctx.map.getContainer().appendChild(e);}getContainer(){return this.view.getContainer()}destroy(){this.events.remove(),this.observer.remove(),this.view.destroy();}};function lt(o){return o.initial?.geometry?o.initial?.geometry:o.modes.initial?o.modes.initial:null}var ie=class extends x{mode;break;closedGeometry;constructor(e){super(),this.mode=lt(e),this.break=!1,this.closedGeometry=e.initial?.closeGeometry??!1;}getMode=()=>this.mode;setMode=e=>{this.mode=e,this.setBreak(!1),this.notify({type:"MODE_CHANGED",data:e});};getBreak=()=>this.break;setBreak=e=>{this.break=e,this.notify({type:"BREAK_CHANGED",data:e});};getClosedGeometry=()=>this.closedGeometry;setClosedGeometry=e=>{this.closedGeometry=e,this.notify({type:"CLOSED_GEOMETRY_CHANGED",data:this.closedGeometry});};isPolygon=()=>this.mode==="polygon"&&this.getClosedGeometry();reset=()=>{this.setMode(this.getMode()),this.setClosedGeometry(!1);};pingConsumers=()=>{this.notify({type:"MODE_CHANGED",data:this.getMode()}),this.notify({type:"CLOSED_GEOMETRY_CHANGED",data:this.getClosedGeometry()});}};var oe=class{constructor(e){this.ctx=e;this.#e=this.ctx.map.getCanvasContainer(),this.#e.style.cursor=e.mode.getMode()?E.CROSSHAIR:E.AUTO,this.#t();}#e;set=e=>{this.#e.style.cursor=e;};get=()=>this.#e.style.cursor;handleMouseLeave=S(()=>{let{mouseEvents:e,mode:t}=this.ctx;if(!e.pointMouseDown){if(!t.getMode()){this.set(E.AUTO);return}t.getClosedGeometry()?this.set(E.AUTO):this.set(E.CROSSHAIR);}},10);handleFirstPointMouseEnter=S(()=>{let{store:e}=this.ctx;e.circular.canClose()&&this.set(E.POINTER);},10);#t(){let{mouseEvents:e}=this.ctx;e.addObserver(this.#i);}remove(){let{mouseEvents:e}=this.ctx;e.removeObserver(this.#i);}#i=e=>{let{mode:t,mouseEvents:i,store:n,options:r}=this.ctx;if(t.getBreak())return;let{type:a,data:p}=e;if(p)switch(a){case"pointMouseDown":this.set(E.GRABBING);break;case"pointMouseUp":this.set(E.GRAB);break;case"pointMouseEnter":if(i.pointMouseDown)return;this.set(E.GRAB);break;case"pointMouseLeave":this.handleMouseLeave();break;case"lineMouseEnter":if(i.pointMouseDown)return;this.set(E.POINTER);break;case"lineMouseLeave":this.handleMouseLeave();break;case"firstPointMouseEnter":this.handleFirstPointMouseEnter();break;case"firstPointMouseLeave":this.handleMouseLeave();break;case"lastPointMouseEnter":n.circular.isCircular()||this.set(E.POINTER);break;case"lastPointMouseLeave":this.handleMouseLeave();break;}}};var ne=class extends x{#e;#t;#i;#o;#n;#s;#r;#a;#l;#p;#c;#u;constructor(){super(),this.#e=!1,this.#t=!1,this.#i=!1,this.#o=!1,this.#n=!1,this.#s=!1,this.#r=!1,this.#a=!1,this.#l=!1,this.#p=!1,this.#c=!1,this.#u=!1;}get firstPointMouseEnter(){return this.#e}set firstPointMouseEnter(e){this.#e=e,this.notify({type:"firstPointMouseEnter",data:e});}get firstPointMouseLeave(){return this.#t}set firstPointMouseLeave(e){this.#t=e,this.notify({type:"firstPointMouseLeave",data:e});}get lastPointMouseClick(){return this.#i}set lastPointMouseClick(e){this.#i=e,this.notify({type:"lastPointMouseClick",data:e});}get lastPointMouseUp(){return this.#o}set lastPointMouseUp(e){this.#o=e,this.notify({type:"lastPointMouseUp",data:e});}get lastPointMouseEnter(){return this.#n}set lastPointMouseEnter(e){this.#n=e,this.notify({type:"lastPointMouseEnter",data:e});}get lastPointMouseLeave(){return this.#s}set lastPointMouseLeave(e){this.#s=e,this.notify({type:"lastPointMouseLeave",data:e});}get pointMouseDown(){return this.#r}set pointMouseDown(e){this.#r=e,this.notify({type:"pointMouseDown",data:e});}get pointMouseUp(){return this.#a}set pointMouseUp(e){this.#a=e,this.notify({type:"pointMouseUp",data:e});}get pointMouseEnter(){return this.#l}set pointMouseEnter(e){this.#l=e,this.notify({type:"pointMouseEnter",data:e});}get pointMouseLeave(){return this.#p}set pointMouseLeave(e){this.#p=e,this.notify({type:"pointMouseLeave",data:e});}get lineMouseEnter(){return this.#c}set lineMouseEnter(e){this.#c=e,this.notify({type:"lineMouseEnter",data:e});}get lineMouseLeave(){return this.#u}set lineMouseLeave(e){this.#u=e,this.notify({type:"lineMouseLeave",data:e});}};var d={pointGeneration:"manual",panel:{size:"medium",buttons:{undo:{visible:!0},redo:{visible:!0},delete:{visible:!0},save:{visible:!0,clearOnSave:!0}}},modes:{initial:null,line:{visible:!0,closeGeometry:!0},polygon:{visible:!0},breakGeometry:{visible:!0}},layersPaint:{onLinePoint:O,firstPoint:T,points:A,line:N,polygon:I,breakLine:k},initial:null,dynamicLine:!0,locale:{save:"Save",delete:"Delete all",undo:"Undo",redo:"Redo",line:"Line",polygon:"Polygon",break:"Split",closeLine:"Close the line",createPolygon:"Create a polygon"}};function pt(o){return o.every(e=>"id"in e&&e.id!==void 0)}function ct(o,e){let t=!e,i=!pt(o);if(t&&i)throw new Error(G.MISSING_IDS)}function ut(o,e){if(e&&o.length<3)throw new Error(G.NOT_ENOUGH_POINTS_TO_CLOSE)}function dt(o){let{closeGeometry:e,steps:t}=o;if(t){let i=t[0]?.lng,n=t[t.length-1]?.lng,r=t[0]?.lat,a=t[t.length-1]?.lat;if((i!==n||r!==a)&&e)throw new Error(G.FIRST_LAST_POINT_NOT_EQUAL)}}function He(o){let{closeGeometry:e,generateId:t,steps:i}=o;ct(i,t),ut(i,e),dt(o);}function ze(o){return o?{pointGeneration:o.pointGeneration??d.pointGeneration,panel:ht(o),modes:mt(o),layersPaint:vt(o),initial:o.initial||d.initial,locale:ft(o),dynamicLine:o.dynamicLine??d.dynamicLine}:d}function ht(o){return {size:o.panel?.size||d.panel.size,buttons:{undo:{visible:o.panel?.buttons?.undo?.visible??d.panel.buttons.undo.visible},redo:{visible:o.panel?.buttons?.redo?.visible??d.panel.buttons.redo.visible},delete:{visible:o.panel?.buttons?.delete?.visible??d.panel.buttons.delete.visible},save:{visible:o.panel?.buttons?.save?.visible??d.panel.buttons.save.visible,clearOnSave:o.panel?.buttons?.save?.clearOnSave??d.panel.buttons.save.clearOnSave}}}}function mt(o){return {initial:o.modes?.initial||d.modes.initial,line:{visible:o?.modes?.line?.visible!==void 0?o.modes.line.visible:o?.initial?.geometry==="line"||d.modes.line.visible,closeGeometry:o?.modes?.line?.closeGeometry??d.modes.line.closeGeometry},polygon:{visible:o?.modes?.polygon?.visible!==void 0?o.modes.polygon.visible:o?.initial?.geometry==="polygon"||d.modes.polygon.visible},breakGeometry:{visible:o?.modes?.breakGeometry?.visible??d.modes.breakGeometry.visible}}}function vt(o){return {onLinePoint:{"circle-radius":o.layersPaint?.onLinePoint?.["circle-radius"]||O["circle-radius"],"circle-color":o.layersPaint?.onLinePoint?.["circle-color"]||O["circle-color"],"circle-stroke-color":o.layersPaint?.onLinePoint?.["circle-stroke-color"]||O["circle-stroke-color"],"circle-stroke-width":o.layersPaint?.onLinePoint?.["circle-stroke-width"]||O["circle-stroke-width"],...o.layersPaint?.onLinePoint},firstPoint:{"circle-radius":o.layersPaint?.firstPoint?.["circle-radius"]||T["circle-radius"],"circle-color":o.layersPaint?.firstPoint?.["circle-color"]||T["circle-color"],"circle-stroke-color":o.layersPaint?.firstPoint?.["circle-stroke-color"]||T["circle-stroke-color"],"circle-stroke-width":o.layersPaint?.firstPoint?.["circle-stroke-width"]||T["circle-stroke-width"],...o.layersPaint?.firstPoint},points:{"circle-radius":o.layersPaint?.points?.["circle-radius"]||A["circle-radius"],"circle-color":o.layersPaint?.points?.["circle-color"]||A["circle-color"],"circle-stroke-color":o.layersPaint?.points?.["circle-stroke-color"]||A["circle-stroke-color"],"circle-stroke-width":o.layersPaint?.points?.["circle-stroke-width"]||A["circle-stroke-width"],...o.layersPaint?.points},auxiliaryPoint:{"circle-radius":o.layersPaint?.auxiliaryPoint?.["circle-radius"]||B["circle-radius"],"circle-color":o.layersPaint?.auxiliaryPoint?.["circle-color"]||B["circle-color"],"circle-stroke-color":o.layersPaint?.auxiliaryPoint?.["circle-stroke-color"]||B["circle-stroke-color"],"circle-stroke-width":o.layersPaint?.auxiliaryPoint?.["circle-stroke-width"]||B["circle-stroke-width"],...o.layersPaint?.auxiliaryPoint},line:{"line-width":o.layersPaint?.line?.["line-width"]||N["line-width"],"line-color":o.layersPaint?.line?.["line-color"]||N["line-color"],"line-opacity":o.layersPaint?.line?.["line-opacity"]||N["line-opacity"],...o.layersPaint?.line},polygon:{"fill-color":o.layersPaint?.polygon?.["fill-color"]||I["fill-color"],"fill-opacity":o.layersPaint?.polygon?.["fill-opacity"]||I["fill-opacity"],...o.layersPaint?.polygon},breakLine:{"line-width":o.layersPaint?.breakLine?.["line-width"]||k["line-width"],"line-color":o.layersPaint?.breakLine?.["line-color"]||k["line-color"],"line-dasharray":o.layersPaint?.breakLine?.["line-dasharray"]||k["line-dasharray"],...o.layersPaint?.breakLine}}}function ft(o){return {save:o.locale?.save??d.locale.save,delete:o.locale?.delete??d.locale.delete,undo:o.locale?.undo??d.locale.undo,redo:o.locale?.redo??d.locale.redo,line:o.locale?.line??d.locale.line,polygon:o.locale?.polygon??d.locale.polygon,break:o.locale?.break??d.locale.break,closeLine:o.locale?.closeLine??d.locale.closeLine,createPolygon:o.locale?.createPolygon??d.locale.createPolygon}}var se=class{constructor(e,t,i){this.store=e;this.segmentStart=i;this.step={id:L(),isAuxiliary:!1,...t},this.payload={node:this.step};}type="STORE_POINT_INSERTED";payload;step;snapshot={insertedNode:null};restoreInsertedNode=e=>{let t=e.prev,i=e.next;t?t.next=e:this.store.head=e,i?i.prev=e:this.store.tail=e,this.store.tail===t&&this.store.head===i&&(this.store.tail=e,this.store.head&&(this.store.head.prev=e)),e.val&&!this.store.map.has(e.val.id)&&(this.store.map.set(e.val.id,e),this.store.size++,this.store.pingConsumers());};execute=()=>{this.snapshot.insertedNode?this.restoreInsertedNode(this.snapshot.insertedNode):this.snapshot.insertedNode=this.store.insertAfter(this.segmentStart,this.step),this.store.notify({type:"STORE_POINT_INSERTED"});};undo=()=>{this.store.removeNodeById(this.step.id);}};var b=(o,e)=>o.target.queryRenderedFeatures(o.point,{layers:e}).some(i=>e.includes(i.layer.id)),P=(o,e)=>o.queryRenderedFeatures(e,{layers:[s.PointsLayer,s.FirstPointLayer,s.AuxiliaryPointLayer,s.SinglePointLayer]})?.[0]?.properties.id,qe=(o,e)=>o.queryRenderedFeatures(e,{layers:[s.PointsLayer,s.FirstPointLayer,s.AuxiliaryPointLayer,s.SinglePointLayer]})?.[0],Ve=(o,e)=>{let t=o.head,i=0,n=new Set;for(;t!==null&&!n.has(t.val?.id);){if(t.val?.id===e)return i;n.add(t.val?.id),i++,t=t.next;}return -1};function Ke(o){return o.originalEvent.button===2}var ke=(o,e)=>Math.sqrt(Math.pow(o.x-e.x,2)+Math.pow(o.y-e.y,2)),yt=(o,e,t)=>{let n=ke(o,e),r=ke(o,t),a=ke(t,e);return Math.abs(r+a-n)<.1},Re=(o,e)=>{let t=e.head,i=new Set;for(;t!==null&&!i.has(t);){if(t?.next?.val&&t?.val){let n=o.target,r=n.project(t.val),a=n.project(t.next.val),p=n.project(o.lngLat);if(yt(r,a,p))return t}i.add(t),t=t.next;}return null},Ye=(o,e)=>{let t=Re(o,e);if(t){let i={...o.lngLat,isAuxiliary:!1,id:L()};return u.commit(new se(e,i,t)),i}return null},Je=(o,e)=>{let{store:t}=e;t.tail?.val&&(g.setSinglePointHidden(o),f.execute());},je=o=>b(o,[s.PointsLayer,s.FirstPointLayer,s.AuxiliaryPointLayer]);var re=class{constructor(e,t,i,n,r){this.store=e;this.options=t;this.mode=i;this.current=n;this.clickCoords=r;}type="STORE_BREAK_GEOMETRY";snapshot={originalHead:null,originalTail:null,newHead:null,newTail:null,newAuxBetweenHeadTail:null};makeSnapshot=()=>{this.snapshot.originalHead=this.store.head,this.snapshot.originalTail=this.store.tail,this.snapshot.newAuxBetweenHeadTail=this.current.val?.isAuxiliary?this.current:this.current.next;};execute=()=>{this.makeSnapshot(),this.store.circular.break(this.current),this.mode.setClosedGeometry(!1),this.snapshot.newHead=this.store.head,this.snapshot.newTail=this.store.tail,this.store.notify({type:"STORE_BREAK_GEOMETRY",data:{coords:this.clickCoords}});};restoreOriginalHeadTail=()=>{let{originalHead:e,originalTail:t}=this.snapshot;this.store.head=e,this.store.tail=t,this.store.head&&(this.store.head.prev=this.store.tail),this.store.tail&&(this.store.tail.next=this.store.head);};restoreAuxBetweenNewHeadTail=()=>{let{newHead:e,newTail:t,newAuxBetweenHeadTail:i}=this.snapshot;e&&t&&(t.next=i,i.prev=t,i.next=e,e.prev=i,i?.val&&(this.store.map.set(i?.val.id,i),this.store.size+=1));};undo=()=>{this.restoreOriginalHeadTail(),this.store.circular.close(),this.store.notify({type:"STORE_CLOSE_GEOMETRY"});let{newHead:e,newTail:t}=this.snapshot;e&&t&&(this.options.pointGeneration==="auto"?this.restoreAuxBetweenNewHeadTail():(t.next=e,e.prev=t)),this.mode.setClosedGeometry(!0),this.store.pingConsumers();}};var $e=15,ae=class{constructor(e){this.ctx=e;this.current=null,this.throttledOnLineEnter=C(this.onLineEnterBreak,$e);}current;throttledOnLineEnter;initBreakEvents=()=>{this.ctx.map.on("click",s.LineLayer,this.geometryBreakOnClick),this.ctx.map.on("mouseenter",s.LineLayer,this.throttledOnLineEnter),this.ctx.map.on("mousemove",s.LineLayer,this.throttledOnLineEnter),this.ctx.map.on("mouseleave",s.LineLayer,this.onLineLeave);};removeBreakEvents=()=>{this.ctx.map.off("click",s.LineLayer,this.geometryBreakOnClick),this.ctx.map.off("mouseenter",s.LineLayer,this.throttledOnLineEnter),this.ctx.map.off("mousemove",s.LineLayer,this.throttledOnLineEnter),this.ctx.map.off("mouseleave",s.LineLayer,this.onLineLeave);};hideBreakLine=()=>{this.ctx.map.getLayoutProperty(s.LineLayerBreak,"visibility")!=="none"&&this.ctx.map.setLayoutProperty(s.LineLayerBreak,"visibility","none");};showBreakLine=()=>{this.ctx.map.getLayoutProperty(s.LineLayerBreak,"visibility")!=="visible"&&this.ctx.map.setLayoutProperty(s.LineLayerBreak,"visibility","visible");};geometryBreakOnClick=e=>{let{store:t,mode:i,map:n,options:r}=this.ctx;this.current&&(u.commit(new re(t,r,i,this.current,e.lngLat)),this.onLineLeave(),i.reset(),f.execute(),c.onLineBreak(n));};getAutoGenerationPoints=e=>{let t=null,i=null;return e?.val?.isAuxiliary?(t=[e?.prev?.val?.lng,e?.prev?.val?.lat],i=[e?.next?.val?.lng,e?.next?.val?.lat]):(t=[e?.val?.lng,e?.val?.lat],i=[e?.next?.next?.val?.lng,e?.next?.next?.val?.lat]),{current:t,next:i}};getLinePoints=e=>{if(this.ctx.options.pointGeneration==="manual"){let t=[e?.val?.lng,e?.val?.lat],i=[e?.next?.val?.lng,e?.next?.val?.lat];return {current:t,next:i}}return this.getAutoGenerationPoints(e)};onLineEnterBreak=e=>{let{map:t,store:i}=this.ctx,n=Re(e,i);n?.val?.id!==this.current?.val?.id&&(this.current=n);let r=t.getSource(h.LineSourceBreak),{current:a,next:p}=this.getLinePoints(this.current),y=J(a,p);y&&(r.setData(y),this.showBreakLine());};onLineLeave=()=>{setTimeout(()=>{this.hideBreakLine();},$e+10);}};var Et=17,le=class{constructor(e){this.ctx=e;this.visible=!0,this.onMouseMoveThrottled=C(this.onLineMove,Et),this.onStoreEventsDebounced=S(this.onStoreEventsConsumer,10),this.initConsumers(),this.initDynamicEvents();}visible;firstPoint=null;secondPoint=null;lineFeature;onMouseMoveThrottled;onStoreEventsDebounced;initConsumers(){this.ctx.store.addObserver(this.onStoreEventsDebounced),this.ctx.mouseEvents.addObserver(this.onMouseEventsConsumer);}removeConsumers=()=>{this.ctx.store.removeObserver(this.onStoreEventsDebounced),this.ctx.mouseEvents.removeObserver(this.onMouseEventsConsumer);};onMouseEventsConsumer=e=>{let{store:t}=this.ctx;if(t.circular.isCircular()){this.hide();return}if(e.type==="lastPointMouseClick"&&e.data&&(this.hide(),this.visible=!1),!this.visible)return;if(["pointMouseEnter","lineMouseEnter","pointMouseDown"].includes(e.type)&&e.data&&this.hide(),e.type==="pointMouseLeave"||e.type==="lineMouseLeave"){let{store:n}=this.ctx;if(n.circular.isCircular())return;e.data&&(this.firstPoint=n.tail?.val,this.secondPoint=n.tail?.val,this.show());}};onStoreEventsConsumer=e=>{let{store:t}=this.ctx;if(t.circular.isCircular()){this.hide();return}e.type==="STORE_CLOSE_GEOMETRY"||e.type==="STORE_CLEARED"?this.hide():e.type==="STORE_BREAK_GEOMETRY"?(this.firstPoint=t.tail?.val,this.secondPoint=e.data?.coords,this.show(),this.visible=!0):e.type==="STORE_POINT_ADD"&&t.size>0&&(this.firstPoint=t.tail?.val,this.secondPoint=t.tail?.val,this.show(),this.visible=!0);};initDynamicEvents=()=>{let{map:e}=this.ctx;e.on("click",this.onMapClick),e.on("mousemove",this.onMouseMoveThrottled),e.on(m.REMOVE_ALL,this.hide),e.on(m.UNDO,this.onUndoRedoClick),e.on(m.REDO,this.onUndoRedoClick),e.on(m.RIGHTCLICKREMOVE,this.onRightClickRemove);};removeEvents=()=>{let{map:e}=this.ctx;e.off("click",this.onMapClick),e.off("mousemove",this.onMouseMoveThrottled),e.off(m.REMOVE_ALL,this.hide),e.off(m.UNDO,this.onUndoRedoClick),e.off(m.REDO,this.onUndoRedoClick),e.off(m.RIGHTCLICKREMOVE,this.onRightClickRemove);};hide=()=>{let{map:e}=this.ctx;this.firstPoint=null,this.secondPoint=null,this.lineFeature=null,e.off("mousemove",this.onMouseMoveThrottled);let t=e.getSource(h.LineDynamicSource);t&&t.setData(_e),e.getLayer(s.LineDynamicLayer)&&e.setLayoutProperty(s.LineDynamicLayer,"visibility","none");};show=()=>{let{map:e,store:t}=this.ctx;if(t.size&&this.firstPoint?.lat&&this.firstPoint.lng&&this.secondPoint?.lng&&this.secondPoint?.lat){let i=[this.firstPoint.lng,this.firstPoint.lat],n=[this.secondPoint.lng,this.secondPoint.lat];this.lineFeature=J(i,n),e.setLayoutProperty(s.LineDynamicLayer,"visibility","visible"),this.secondPoint&&this.renderLineOnMouseMove({lng:this.secondPoint?.lng,lat:this.secondPoint?.lat});}e.on("mousemove",this.onMouseMoveThrottled);};renderLineOnMouseMove=e=>{if(!this.lineFeature)return;let{map:t}=this.ctx;this.lineFeature.features[0].geometry.coordinates[1]=[e.lng,e.lat];let i=t.getSource(h.LineDynamicSource);i&&i.setData(this.lineFeature);};onLineMove=e=>{this.renderLineOnMouseMove(e.lngLat);};onMapClick=e=>{let{mode:t}=this.ctx,i=b(e,[s.LineLayerTransparent,s.LineLayer]);i&&t.getBreak()&&(this.secondPoint={lng:e.lngLat.lng,lat:e.lngLat.lat}),!i&&this.hide();};onUndoRedoClick=e=>{let{store:t}=this.ctx;if(!t.circular.isCircular()){let i=e.target.unproject({x:e.originalEvent.x,y:e.originalEvent.y});this.firstPoint=t.tail?.val,this.secondPoint={lng:i.lng,lat:i.lat},this.show();}t.size===0&&this.hide();};onRightClickRemove=e=>{let{store:t}=this.ctx;t.circular.isCircular()||(this.secondPoint={lng:e.coordinates.lng,lat:e.coordinates.lat},this.firstPoint=t.tail?.val,this.show()),t.size===0&&this.hide();}};var Lt=17,pe=class{constructor(e){this.ctx=e;this.isThrottled=!1,this.lastEvent=null;}isThrottled;lastEvent;initEvents(){this.ctx.map.on("click",s.LineLayerTransparent,this.onLineClick),this.ctx.map.on("mousemove",s.LineLayerTransparent,this.onLineMove),this.ctx.map.on("mouseenter",s.LineLayerTransparent,this.onLineEnter),this.ctx.map.on("mouseleave",s.LineLayerTransparent,this.onLineLeave);}removeEvents(){this.ctx.map.off("click",s.LineLayerTransparent,this.onLineClick),this.ctx.map.off("mousemove",s.LineLayerTransparent,this.onLineMove),this.ctx.map.off("mouseenter",s.LineLayerTransparent,this.onLineEnter),this.ctx.map.off("mouseleave",s.LineLayerTransparent,this.onLineLeave);}onLineClick=e=>{let{store:t,map:i,mode:n}=this.ctx;if(je(e))return;let r=Ye(e,t);r&&(Je(e,this.ctx),c.addPoint({...r,total:t.size},i,n));};processMouseMove=e=>{if(g.setSinglePointVisible(e),e.target.getLayer(s.SinglePointLayer)){let i=e.target.getSource(h.SinglePointSource);i&&i.setData({type:"Feature",geometry:{type:"Point",coordinates:[e.lngLat.lng,e.lngLat.lat]},properties:{}});}};onLineMove=C(e=>{b(e,[s.PointsLayer,s.FirstPointLayer])||this.ctx.mouseEvents.pointMouseDown||this.ctx.mouseEvents.pointMouseEnter||(this.lastEvent=e,!this.isThrottled&&(this.isThrottled=!0,requestAnimationFrame(()=>{this.lastEvent&&(this.processMouseMove(this.lastEvent),this.isThrottled=!1);})));},Lt);onLineEnter=e=>{this.ctx.mouseEvents.pointMouseDown||this.ctx.mouseEvents.pointMouseEnter||b(e,[s.PointsLayer,s.FirstPointLayer])||(this.ctx.mouseEvents.lineMouseEnter=!0,g.setSinglePointVisible(e));};onLineLeave=e=>{this.ctx.mouseEvents.pointMouseDown||this.ctx.mouseEvents.pointMouseEnter||(this.ctx.mouseEvents.lineMouseLeave=!0,g.setSinglePointHidden(e));}};var ce=class{constructor(e){this.ctx=e;this.break=new ae(e),this.transparent=e.options.pointGeneration==="manual"?new pe(e):null,this.dynamic=null,this.type="default";}break;transparent;dynamic;type;init(){this.initDynamicLine(),this.initEvents(),this.initConsumers();}initDynamicLine=()=>{window.innerWidth<=Ue||this.ctx.options.dynamicLine&&(this.dynamic=new le(this.ctx));};initEvents(){!this.ctx.mode.getBreak()&&this.transparent?.initEvents();}initConsumers(){this.ctx.mode.addObserver(this.mapModeConsumer),this.ctx.mouseEvents.addObserver(this.mouseEventsConsumer);}remove(){this.removeConsumers(),this.removeEvents();}removeConsumers(){this.ctx.mode.removeObserver(this.mapModeConsumer),this.ctx.mouseEvents.removeObserver(this.mouseEventsConsumer),this.ctx.options.dynamicLine&&this.dynamic?.removeConsumers();}removeEvents(){this.break.removeBreakEvents(),this.transparent?.removeEvents(),this.ctx.options.dynamicLine&&(this.dynamic?.removeEvents(),this.dynamic?.hide());}mouseEventsConsumer=e=>{let{type:t,data:i}=e,{mode:n}=this.ctx;if(!(!i||!n.getBreak()))switch(t){case"pointMouseDown":this.break.removeBreakEvents(),this.break.hideBreakLine();break;case"pointMouseUp":this.break.initBreakEvents();break;}};mapModeConsumer=e=>{let{type:t,data:i}=e;t==="MODE_CHANGED"&&this.type==="break"&&(this.break.removeBreakEvents(),this.transparent?.initEvents(),this.type="default"),t==="BREAK_CHANGED"&&i&&this.type==="default"&&(this.transparent?.removeEvents(),this.break.initBreakEvents(),this.type="break");}};var gt=o=>{o.setPaintProperty(s.FirstPointLayer,"circle-radius",w.large),o.setPaintProperty(s.FirstPointLayer,"circle-stroke-color",q.large);},xt=o=>{o.setPaintProperty(s.FirstPointLayer,"circle-radius",w.default),o.setPaintProperty(s.FirstPointLayer,"circle-stroke-color",q.default);},De=(o,e)=>{e==="large"?gt(o):xt(o);},We=o=>{o.getLayer(s.LineLayerTransparent)&&o.removeLayer(s.LineLayerTransparent);},ue=(o,e)=>{if(o.getLayer(s.LineLayerTransparent))return;let i=V(e).find(n=>n.id===s.LineLayerTransparent);i&&o.addLayer(i);};var de=class{constructor(e,t,i){this.store=e;this.mode=t;this.options=i;this.type="STORE_CLOSE_GEOMETRY";}type="STORE_CLOSE_GEOMETRY";auxPointSnapshot=null;restoreAuxPoint=()=>{this.auxPointSnapshot?.val&&(this.store.head.prev=this.auxPointSnapshot,this.store.tail.next=this.auxPointSnapshot,this.auxPointSnapshot.prev=this.store.tail,this.auxPointSnapshot.next=this.store.head,this.store.tail=this.auxPointSnapshot,this.store.map.set(this.auxPointSnapshot.val.id,this.auxPointSnapshot),this.store.size++,this.store.pingConsumers());};execute=()=>{if(this.options.pointGeneration==="auto"&&this.store.tail?.val)if(this.auxPointSnapshot)this.restoreAuxPoint();else {let e=v.createAuxiliaryPoint(this.store.tail?.val,this.store.head?.val);this.auxPointSnapshot=this.store.push(e);}this.store.circular.close(),this.mode.setClosedGeometry(!0),this.store.notify({type:this.type});};undo=()=>{this.options.pointGeneration==="auto"&&this.store.removeNodeById(this.store.tail?.val?.id),this.store.tail?.val&&this.store.head?.val&&(this.store.tail.next=null,this.store.head.prev=null),this.mode.setClosedGeometry(!1),this.store.notify({type:"STORE_BREAK_GEOMETRY"});}};var he=class{constructor(e,t){this.ctx=e;this.baseEvents=t;this.#e=!1,this.#t=new M,this.initLayer(),this.initEvents();}#e;#t;initConsumers=()=>{let{mode:e,store:t}=this.ctx;e.addObserver(this.onMapModeChanggeConsumer),t.addObserver(this.onStoreChangeConsumer);};removeConsumers=()=>{let{mode:e,store:t}=this.ctx;e.removeObserver(this.onMapModeChanggeConsumer),t.removeObserver(this.onStoreChangeConsumer);};initLayer(){let{map:e}=this.ctx;e.getLayer(s.FirstPointLayer)&&e.setLayoutProperty(s.FirstPointLayer,"visibility","visible");}initBaseEvents=()=>{let{map:e}=this.ctx;e.on("mouseenter",s.FirstPointLayer,this.baseEvents.onPointMouseEnter),e.on("mouseleave",s.FirstPointLayer,this.baseEvents.onPointMouseLeave),e.on("mousedown",s.FirstPointLayer,this.baseEvents.onPointMouseDown),e.on("mouseup",s.FirstPointLayer,this.baseEvents.onPointMouseUp),e.on("touchend",s.FirstPointLayer,this.baseEvents.onPointMouseUp),e.on("touchstart",s.FirstPointLayer,this.baseEvents.onPointMouseDown);};initEvents(){let{map:e}=this.ctx;e.on("click",s.FirstPointLayer,this.onFirstPointClick),e.on("mouseenter",s.FirstPointLayer,this.onFirstPointMouseEnter),e.on("mouseleave",s.FirstPointLayer,this.onFirstPointMouseLeave),e.on("mouseup",s.FirstPointLayer,this.onFirstPointMouseUp),e.on("mousedown",s.FirstPointLayer,this.onFirstPointMouseDown),this.initBaseEvents(),this.initConsumers();}removeBaseEvents=()=>{let{map:e}=this.ctx;e.off("mouseenter",s.FirstPointLayer,this.baseEvents.onPointMouseEnter),e.off("mouseleave",s.FirstPointLayer,this.baseEvents.onPointMouseLeave),e.off("mousedown",s.FirstPointLayer,this.baseEvents.onPointMouseDown),e.off("mouseup",s.FirstPointLayer,this.baseEvents.onPointMouseUp),e.off("touchend",s.FirstPointLayer,this.baseEvents.onPointMouseUp),e.off("touchstart",s.FirstPointLayer,this.baseEvents.onPointMouseDown);};removeEvents(){let{map:e}=this.ctx;e.off("click",s.FirstPointLayer,this.onFirstPointClick),e.off("mouseenter",s.FirstPointLayer,this.onFirstPointMouseEnter),e.off("mouseleave",s.FirstPointLayer,this.onFirstPointMouseLeave),e.off("mouseup",s.FirstPointLayer,this.onFirstPointMouseUp),this.removeBaseEvents(),this.removeConsumers();}onMapModeChanggeConsumer=e=>{let{map:t,options:i}=this.ctx,{type:n,data:r}=e;n==="MODE_CHANGED"&&(r==="line"&&!i.modes.line.closeGeometry?(g.setFirstPointHidden(t),Oe.closedGeometry(t)):(g.setFirstPointVisible(t),Oe.default(t)));};onStoreChangeConsumer=e=>{let{map:t,store:i}=this.ctx,{type:n}=e;["STORE_MUTATED","STORE_POINT_INSERTED","STORE_CLOSE_GEOMETRY","STORE_BREAK_GEOMETRY","STORE_CLEARED"].includes(n)&&(i.circular.canClose()?De(t,"large"):De(t,"default"));};onFirstPointClick=()=>{let{store:e,mode:t,options:i}=this.ctx;e.circular.canClose()&&(u.commit(new de(e,t,i)),f.execute());};onFirstPointMouseDown=()=>{this.#e=!0,this.#t.remove();};onFirstPointMouseUp=()=>{this.#e=!1;};onFirstPointMouseLeave=()=>{let{mouseEvents:e}=this.ctx;this.#e||(e.firstPointMouseLeave=!0,this.#t.remove());};getTitle=()=>{let{mode:e,options:t}=this.ctx;return e.getMode()==="line"&&t.modes.line.closeGeometry?t.locale.closeLine:e.getMode()==="polygon"?t.locale.createPolygon:""};onFirstPointMouseEnter=e=>{let{mode:t,mouseEvents:i,store:n}=this.ctx;if(i.firstPointMouseEnter=!0,!(t.getClosedGeometry()||this.#e)&&n.circular.canClose()){let{x:r,y:a}=e.originalEvent;if(r&&a){this.#t.create({label:this.getTitle(),placement:"bottom"});let y=this.#t.label?this.#t.label.clientWidth/2:0;this.#t.setPosition({x:r-y,y:a+14});}}}};var me=class{constructor(e,t){this.store=e;this.clickedNode=t;this.snapshot=this.makeSnapshot(this.clickedNode);}type="STORE_AUX_TO_PRIMARY";snapshot=null;makeSnapshot(e){let t=e.prev,i=e.next;return {clickedNode:e,prevPrimaryNode:t,nextPrimaryNode:i,prevAuxNode:null,nextAuxNode:null}}restorePreviousAux=e=>{if(!this.snapshot)return;let{prevPrimaryNode:t,prevAuxNode:i}=this.snapshot;t&&(t.next=i),i&&(i.prev=t),e.prev=i,i&&(i.next=e),i?.val?.id&&!this.store.map.has(i.val.id)&&(this.store.map.set(i?.val?.id,i),this.store.size++);};restoreNextAux=e=>{if(!this.snapshot)return;let{nextPrimaryNode:t,nextAuxNode:i}=this.snapshot;if(e.next=i,i&&(i.prev=e,i.next=t),t&&(t.prev=i),e.next?.next===this.store.head){let r=e.next;this.store.tail=r,this.store.head&&(this.store.head.prev=r),this.store.tail&&(this.store.tail.next=this.store.head);}i?.val?.id&&(this.store.map.set(i.val?.id,i),this.store.size++);};addTwoAuxiliaryPoints=e=>{if(!this.snapshot)return;let{nextPrimaryNode:t,prevPrimaryNode:i}=this.snapshot;if(i)if(this.snapshot.prevAuxNode)this.restorePreviousAux(e);else {let n=v.createAuxiliaryPoint(i.val,e.val);this.snapshot.prevAuxNode=this.store.insertAfter(i,n);}if(t)if(this.snapshot.nextAuxNode)this.restoreNextAux(e);else {let n=v.createAuxiliaryPoint(e.val,t.val);this.snapshot.nextAuxNode=this.store.insertAfter(e,n);}};execute=()=>{if(!this.snapshot)return;let{clickedNode:e}=this.snapshot;e&&e.val&&(e.val.isAuxiliary=!1,this.addTwoAuxiliaryPoints(e));};removeTwoAuxiliaryPoints=e=>{if(!e||!this.snapshot)return;let{prevAuxNode:t,nextAuxNode:i}=this.snapshot;t?.val?.isAuxiliary&&this.store.removeNodeById(t.val?.id),i?.val?.isAuxiliary&&this.store.removeNodeById(i?.val.id);};undo=()=>{if(!this.snapshot)return;let{clickedNode:e}=this.snapshot;e&&e.val&&(e.val.isAuxiliary=!0,this.removeTwoAuxiliaryPoints(e));}};var D=class{constructor(e,t,i,n){this.store=e;this.selectedNode=t;this.start=i;this.map=n;this.end={lat:t.val.lat,lng:t.val.lng};}type="STORE_POINT_MOVED";end;updateNeighbors=e=>{let t=e.prev,i=e.next;if(!t?.val?.isAuxiliary&&!i?.val?.isAuxiliary)return;let n=e.prev?.prev,r=e.next?.next;if(n?.val&&this.selectedNode?.val&&t){let a=v.getMidpoint(this.selectedNode?.val,n?.val);t.val&&(t.val.lat=a.lat,t.val.lng=a.lng);}if(r?.val&&this.selectedNode?.val&&i){let a=v.getMidpoint(this.selectedNode?.val,r?.val);i.val&&(i.val.lat=a.lat,i.val.lng=a.lng);}};execute=()=>{if(!this.selectedNode.val)return;let e=this.store.findStepById(this.selectedNode.val?.id);e&&(e.lat=this.end.lat,e.lng=this.end.lng,this.updateNeighbors(this.selectedNode),this.store.notify({type:"STORE_MUTATED",data:this.store}),c.movePoint({id:this.selectedNode.val.id,total:this.store.size,end:{lat:this.selectedNode.val.lat,lng:this.selectedNode.val.lng},start:this.start},this.map));};undo=()=>{if(!this.selectedNode.val)return;let e=this.store.findStepById(this.selectedNode.val?.id);e&&(e.lat=this.start.lat,e.lng=this.start.lng,this.updateNeighbors(this.selectedNode),this.store.notify({type:"STORE_MUTATED",data:this.store}),c.movePoint({id:this.selectedNode.val.id,total:this.store.size,end:this.start,start:this.end},this.map));}};var ve=class{constructor(e,t,i,n){this.ctx=e;this.baseEvents=t;this.pointState=i;this.topologyManager=n;this.initEvents();}initBaseEvents=()=>{let{map:e}=this.ctx;e.on("mouseenter",s.AuxiliaryPointLayer,this.baseEvents.onPointMouseEnter),e.on("mouseleave",s.AuxiliaryPointLayer,this.baseEvents.onPointMouseLeave),e.on("mousedown",s.AuxiliaryPointLayer,this.baseEvents.onPointMouseDown),e.on("mouseup",s.PointsLayer,this.onMouseUp),e.on("touchend",s.PointsLayer,this.onMouseUp),e.on("touchstart",s.AuxiliaryPointLayer,this.baseEvents.onPointMouseDown);};removeBaseEvents=()=>{let{map:e}=this.ctx;e.off("mouseenter",s.AuxiliaryPointLayer,this.baseEvents.onPointMouseEnter),e.off("mouseleave",s.AuxiliaryPointLayer,this.baseEvents.onPointMouseLeave),e.off("mousedown",s.AuxiliaryPointLayer,this.baseEvents.onPointMouseDown),e.off("mouseup",s.PointsLayer,this.onMouseUp),e.off("touchend",s.PointsLayer,this.onMouseUp),e.off("touchstart",s.AuxiliaryPointLayer,this.baseEvents.onPointMouseDown);};initEvents(){let{map:e}=this.ctx;e.on("mousedown",s.AuxiliaryPointLayer,this.onMouseDown),e.on("touchstart",s.AuxiliaryPointLayer,this.onMouseDown),this.initBaseEvents();}removeEvents(){let{map:e}=this.ctx;e.off("mousedown",s.AuxiliaryPointLayer,this.onMouseDown),e.off("touchstart",s.AuxiliaryPointLayer,this.onMouseDown),this.removeBaseEvents();}onMouseDown=e=>{let{store:t,map:i}=this.ctx;if(Ke(e))return;let n=P(i,e.point),r=t.findNodeById(n);r&&(u.beginTransaction("PointCompound"),u.commit(new me(t,r)),f.execute());};onMouseUp=()=>{let{mouseEvents:e,store:t,panel:i,map:n,options:r}=this.ctx;e.pointMouseUp=!0;let a=this.pointState.getSelectedNode(),p=this.pointState.getLastEvent(),y=this.pointState.getStartCoordinates();a&&a.val&&(p&&(this.topologyManager.updateStore(),this.pointState.clearLastEvent()),i?.show(),this.pointState.isMoved()&&(u.commit(new D(t,a,y,n)),u.commitTransaction()),this.pointState.partialReset()),e&&(e.pointMouseDown=!1),ue(n,r);}};var fe=class{selectedNode=null;selectedIdx=null;startCoordinates=null;enteredStep=null;lastEvent=null;moved=!1;getSelectedNode(){return this.selectedNode}isMoved(){return this.moved}getSelectedIdx(){return this.selectedIdx}getStartCoordinates(){return this.startCoordinates}getEnteredStep(){return this.enteredStep}getLastEvent(){return this.lastEvent}setSelectedNode(e){this.selectedNode=e;}setSelectedIdx(e){this.selectedIdx=e;}setStartCoordinates(e){this.startCoordinates=e;}setEnteredStep(e){this.enteredStep=e;}setLastEvent(e){this.lastEvent=e;}setMoved(e){this.moved=e;}clearLastEvent(){this.lastEvent=null;}reset(){this.selectedNode=null,this.selectedIdx=null,this.startCoordinates=null,this.enteredStep=null,this.lastEvent=null;}partialReset(){this.selectedNode=null,this.selectedIdx=null,this.startCoordinates=null,this.lastEvent=null,this.moved=!1;}};var ye=class{constructor(e,t,i){this.store=e;this.options=t;this.step={id:L(),isAuxiliary:!1,...i};}type="STORE_MUTATED";snapshot={addedNode:null,auxNode:null};step;restoreAddedNode=e=>{e.prev?e.prev.next=e:this.store.head=e,e.next?e.next.prev=e:this.store.tail=e,this.snapshot.addedNode=e,e.val&&(this.store.map.set(e.val.id,e),this.store.size++,this.store.pingConsumers());};restoreAuxNode=e=>{e.prev?e.prev.next=e:this.store.head=e,e.next?e.next.prev=e:this.store.tail=e,this.snapshot.auxNode=e,e.val&&(this.store.map.set(e.val.id,e),this.store.size++,this.store.pingConsumers());};execute=()=>{if(this.snapshot.addedNode?this.restoreAddedNode(this.snapshot.addedNode):this.snapshot.addedNode=this.store.push(this.step),this.options.pointGeneration==="auto"&&this.store.tail?.prev?.val)if(this.snapshot?.auxNode?.val)this.restoreAuxNode(this.snapshot.auxNode);else {let e=v.createAuxiliaryPoint(this.store.tail?.val,this.store.tail?.prev?.val);this.snapshot.auxNode=this.store.insertAfter(this.store.tail.prev,e);}this.store.notify({type:"STORE_POINT_ADD"});};undo=()=>{this.store.removeNodeById(this.step.id),this.options.pointGeneration==="auto"&&this?.snapshot.auxNode?.val&&this.store.removeNodeById(this?.snapshot.auxNode.val.id);};getStep=()=>this.step};var Ee=class{constructor(e){this.ctx=e;}type="STORE_INBETWEEN_POINT_REMOVED";snapshot=null;makeSnapshot(e){let{store:t,nodeId:i}=this.ctx,n=t.circular.isCircular(),r=t.head?.val?.id===i,p=(n?t.tail?.prev:t.tail)?.val?.id===i,y=e.prev,Ie=e.next,U=e.prev?.prev??null,Ze=e.next?.next??null;return {removedNode:e,wasCircular:n,wasRemovedHead:r,wasRemovedTail:p,beforePrimary:U,afterPrimary:Ze,beforeAux:y,afterAux:Ie,newAux:null}}restoreNodeAfter=(e,t)=>{!e||!t||!t.val||(t.prev=e,t.next=e.next,e.next&&(e.next.prev=t),e.next=t,this.ctx.store.map.has(t.val.id)||(this.ctx.store.map.set(t.val.id,t),this.ctx.store.size++,this.ctx.store.pingConsumers()));};recalculateInBetweenRemoved(e){if(!e||!this.snapshot)return;let{store:t}=this.ctx,i=e.prev,n=e.next,r=i?.prev,a=n?.next;i?.val?.isAuxiliary&&t.removeNodeById(i.val.id),n?.val?.isAuxiliary&&t.removeNodeById(n.val.id);let p=t.circular.isCircular()?t.size>=5:t.size>=3;if(r?.val&&a?.val&&p)if(this.snapshot.newAux)this.restoreNodeAfter(r,this.snapshot.newAux);else {let y=v.createAuxiliaryPoint(r.val,a.val);this.snapshot.newAux=t.insertAfter(r,y);}}breakGeometryIfNeeded=e=>{let{store:t}=e;if(t.circular.canBreak()&&t.circular.isCircular()){if(t.tail?.val?.isAuxiliary){let i=t.tail;t.removeNodeById(t.tail.val.id),t.tail=i?.prev;let n=v.createAuxiliaryPoint(t.tail?.val,t.head?.val);this.snapshot&&(this.snapshot.newAux=t.insertAfter(t.head,n));}return t.head&&(t.head.prev=null),t.tail&&(t.tail.next=null),!0}return !1};execute=()=>{let e=this.ctx.store.findNodeById(this.ctx.nodeId),t=e?.val?.isAuxiliary;if(!e||t)return;this.snapshot=this.makeSnapshot(e),this.recalculateInBetweenRemoved(e),this.ctx.store.removeNodeById(this.ctx.nodeId),this.breakGeometryIfNeeded(this.ctx)&&this.ctx.mode.reset(),c.pointRemoveRightClick({...e?.val,total:this.ctx.store.size},this.ctx.map),this.ctx.store.pingConsumers();};restoreRemovedMiddleNode=e=>{if(!this.snapshot||!e.val)return;let{beforePrimary:t,afterPrimary:i,wasCircular:n}=this.snapshot,{store:r,mode:a}=this.ctx;if(t&&(t.next=e,e.prev=t),i&&(e.next=i,i.prev=e),n&&!this.ctx.store.circular.isCircular()){let p=v.createAuxiliaryPoint(r.tail?.val,r.head?.val);r.push(p),r.circular.close(),a.setClosedGeometry(!0);}};restoreRemovedHeadNode=e=>{if(!this.snapshot||!e?.val)return;let{wasCircular:t}=this.snapshot,{store:i,mode:n}=this.ctx,r=this.ctx.store.head;r&&(e.next=r,r.prev=e),i.head=e;let a=!i.circular.isCircular();t&&a&&(i.circular.close(),n.setClosedGeometry(!0));};restoreRemovedTailNode=e=>{let{store:t,mode:i}=this.ctx;if(!this.snapshot)return;let{wasCircular:n}=this.snapshot,r=t.tail;r&&(r.next=e,e.prev=r,t.tail=e);let a=!t.circular.isCircular();n&&a&&(t.circular.close(),i.setClosedGeometry(!0));};restoreAuxiliaryPoints(e){this.snapshot&&(e.prev?.val&&e.val&&this.snapshot?.beforeAux&&(this.restoreNodeAfter(e.prev,this.snapshot?.beforeAux),this.snapshot.wasRemovedHead&&this.snapshot.wasCircular&&(this.ctx.store.tail=this.snapshot.beforeAux)),e.next?.val&&e.val&&this.snapshot?.afterAux&&(this.restoreNodeAfter(e,this.snapshot?.afterAux),this.snapshot.wasRemovedTail&&this.snapshot.wasCircular&&(this.ctx.store.tail=this.snapshot.afterAux)),this.snapshot.wasCircular&&this.ctx.store.circular.close());}undo=()=>{let{store:e}=this.ctx;if(!this.snapshot)return;let{removedNode:t,wasRemovedHead:i,wasRemovedTail:n,wasCircular:r}=this.snapshot;t?.val&&(i?(e.removeNodeById(e.head?.prev?.val?.id),this.restoreRemovedHeadNode(t)):n?(this.restoreRemovedTailNode(t),r&&e.tail?.prev?.val?.isAuxiliary&&e.removeNodeById(e.tail?.prev?.val?.id)):(this.snapshot.newAux?.val?.id&&e.removeNodeById(this.snapshot.newAux?.val?.id),this.restoreRemovedMiddleNode(t)),e.map.has(this.ctx.nodeId)||(e.map.set(this.ctx.nodeId,t),e.size++),this.restoreAuxiliaryPoints(t),e.pingConsumers());}};var Le=class{constructor(e){this.ctx=e;}type="STORE_INBETWEEN_POINT_REMOVED";snapshot=null;makeSnapshot(e){let t=this.ctx.store.head?.val?.id===this.ctx.nodeId,i=this.ctx.store.tail?.val?.id===this.ctx.nodeId,n=this.ctx.store.circular.isCircular();return {removedNode:e,wasCircular:n,wasRemovedHead:t,wasRemovedTail:i}}breakGeometryIfNeeded=e=>{let{store:t}=e;return t.circular.canBreak()&&t.circular.isCircular()?(t.head&&(t.head.prev=null),t.tail&&(t.tail.next=null),!0):!1};execute=()=>{let e=this.ctx.store.findNodeById(this.ctx.nodeId);if(!e?.val)return;this.snapshot=this.makeSnapshot(e),this.ctx.store.removeNodeById(this.ctx.nodeId),this.breakGeometryIfNeeded(this.ctx)&&this.ctx.mode.reset(),c.pointRemoveRightClick({...e?.val,total:this.ctx.store.size},this.ctx.map),this.ctx.store.pingConsumers();};closeGeometryIfNeeded=()=>{let{store:e,mode:t}=this.ctx,i=!this.ctx.store.circular.isCircular();this.snapshot?.wasCircular&&i&&(e.circular.close(),t.setClosedGeometry(!0));};restoreRemovedMiddleNode=e=>{if(!e?.val)return;let{prev:t,next:i}=e;t?(t.next=e,e.prev=t):this.ctx.store.head=e,i?(i.prev=e,e.next=i):this.ctx.store.tail=e;};restoreRemovedHeadNode=e=>{let t=this.ctx.store.head;e?.val&&(t&&(e.next=t,t.prev=e),this.ctx.store.head=e);};restoreRemovedTailNode=e=>{let t=this.ctx.store.tail;t&&(t.next=e,e.prev=t),this.ctx.store.tail=e;};undo=()=>{if(!this.snapshot)return;let{removedNode:e,wasRemovedHead:t,wasRemovedTail:i}=this.snapshot;t?this.restoreRemovedHeadNode(e):i?this.restoreRemovedTailNode(e):this.restoreRemovedMiddleNode(e),this.closeGeometryIfNeeded(),this.ctx.store.map.has(this.ctx.nodeId)||(this.ctx.store.map.set(this.ctx.nodeId,e),this.ctx.store.size++),this.ctx.store.pingConsumers();}};var ge=class{constructor(e){this.ctx=e;this.manualPointRemove=new Le(this.ctx),this.autoPointRemove=new Ee(this.ctx);}type="STORE_INBETWEEN_POINT_REMOVED";manualPointRemove=null;autoPointRemove=null;execute=()=>{this.ctx.options.pointGeneration==="auto"?this.autoPointRemove?.execute():this.manualPointRemove?.execute();};undo=()=>{this.ctx.options.pointGeneration==="auto"?this.autoPointRemove?.undo():this.manualPointRemove?.undo();}};var xe=class{constructor(e,t){this.ctx=e;this.state=t;}updateMainPoint(e,t){e.val&&(e.val.lat=t.lngLat.lat,e.val.lng=t.lngLat.lng);}updateAuxiliaryPoints(e,t){let i=this.getAuxPointsLatLng(t);i&&(this.updatePrevAuxPoint(e,i.prev),this.updateNextAuxPoint(e,i.next));}updatePrevAuxPoint(e,t){e.prev?.val&&t&&(e.prev.val.lat=t.lat,e.prev.val.lng=t.lng);}updateNextAuxPoint(e,t){e.next?.val&&t&&(e.next.val.lat=t.lat,e.next.val.lng=t.lng);}updateStore=()=>{let e=this.state.getLastEvent(),t=this.state.getSelectedNode();!e||!t?.val||(this.updateMainPoint(t,e),this.updateAuxiliaryPoints(t,e));};getAuxPointsLatLng=e=>{let t=this.state.getSelectedNode();if(!t)return null;let{options:i}=this.ctx,n=t?.prev?.prev,r=t?.next?.next;return i.pointGeneration==="auto"?{next:r?.val?v.getMidpoint(r.val,e.lngLat):null,prev:n?.val?v.getMidpoint(e.lngLat,n.val):null}:null};addPoint(e){let{store:t,options:i}=this.ctx,n=new ye(t,i,e.lngLat);return u.commit(n),n.getStep()}removePoint(e){let{store:t,options:i,mode:n,map:r}=this.ctx;t.size===1?t.reset():u.commit(new ge({store:t,options:i,mode:n,map:r,nodeId:e}));}};var be=class{constructor(e){this.ctx=e;this.pointState=new fe,this.topologyManager=new xe(e,this.pointState),this.events={onPointMouseEnter:this.onPointMouseEnter,onPointMouseLeave:this.onPointMouseLeave,onPointMouseDown:this.onPointMouseDown,onPointMouseUp:this.onPointMouseUp,onMapMouseMove:this.onMapMouseMove},this.firstPoint=new he(this.ctx,this.events),this.auxPoints=new ve(this.ctx,this.events,this.pointState,this.topologyManager);}events;firstPoint;auxPoints;pointState;topologyManager;initConsumers=()=>{this.ctx.mode.addObserver(this.mapModeConsumer),this.ctx.store.addObserver(this.storeEventsConsumer);};removeConsumers=()=>{this.ctx.mode.removeObserver(this.mapModeConsumer),this.ctx.store.removeObserver(this.storeEventsConsumer);};init=()=>{let{map:e}=this.ctx;e.on("click",this.onMapClick),e.on("dblclick",this.onMapDblClick),e.on("mouseenter",s.PointsLayer,this.onPointMouseEnter),e.on("mouseleave",s.PointsLayer,this.onPointMouseLeave),e.on("mousedown",s.PointsLayer,this.onPointMouseDown),e.on("click",s.PointsLayer,this.onPointClick),e.on("mouseup",s.PointsLayer,this.onPointMouseUp),e.on("touchend",s.PointsLayer,this.onPointMouseUp),e.on("touchstart",s.PointsLayer,this.onPointMouseDown),this.initConsumers();};remove=()=>{let{map:e}=this.ctx;e.off("click",this.onMapClick),e.off("dblclick",this.onMapDblClick),e.off("mousemove",this.onMapMouseMove),e.off("mouseenter",s.PointsLayer,this.onPointMouseEnter),e.off("mouseleave",s.PointsLayer,this.onPointMouseLeave),e.off("mousedown",s.PointsLayer,this.onPointMouseDown),e.off("click",s.PointsLayer,this.onPointClick),e.off("mouseup",s.PointsLayer,this.onPointMouseUp),e.off("touchend",s.PointsLayer,this.onPointMouseUp),e.off("touchstart",s.PointsLayer,this.onPointMouseDown),this.firstPoint?.removeEvents(),this.auxPoints?.removeEvents(),this.removeConsumers();};onPointClick=e=>{let{mouseEvents:t,store:i,map:n,options:r}=this.ctx,a=P(n,e.point);i.isLastPoint(r,a)&&(t.lastPointMouseClick=!0,t.lastPointMouseUp=!1);};onMapDblClick=e=>{e.preventDefault();};onPointRemove=e=>{let{store:t}=this.ctx;if(t.size===1)t.reset(),this.ctx.panel.hide();else {let i=P(this.ctx.map,e.point),n=t.findNodeById(i);if(!n?.val)return;this.topologyManager.removePoint(n.val.id);}f.execute();};onOwnGeometryLayersClick=e=>b(e,[s.PointsLayer,s.FirstPointLayer,s.LineLayerTransparent,s.LineLayerBreak]);onMapClick=e=>{let{mode:t,mouseEvents:i,map:n,store:r}=this.ctx;if(t.getClosedGeometry()||this.onOwnGeometryLayersClick(e))return;i.lastPointMouseClick&&(i.lastPointMouseClick=!1),n.getCanvasContainer().style.cursor="grab";let a=this.topologyManager.addPoint(e);c.addPoint({...a,total:r.size},n,t),g.setSinglePointHidden(e),f.execute();};onMoveLeftClickUp=e=>{e.originalEvent.buttons===0&&this.onPointMouseUp();};onMapMouseMove=C(e=>{let{mouseEvents:t}=this.ctx;if(t.pointMouseDown){if(this.pointState.setLastEvent(e),!this.pointState.getSelectedNode())return;this.onMoveLeftClickUp(this.pointState.getLastEvent());let i=this.topologyManager.getAuxPointsLatLng(this.pointState.getLastEvent());f.executeOnMouseMove(this.pointState.getSelectedIdx(),e.lngLat,i),this.pointState.setMoved(!0);}},17);onPointMouseEnter=e=>{let{mouseEvents:t,map:i,store:n,options:r}=this.ctx;if(t&&(t.pointMouseEnter=!0,t.pointMouseDown))return;g.setSinglePointHidden(e);let a=P(i,e.point);n.isLastPoint(r,a)&&(t.lastPointMouseEnter=!0,t.lastPointMouseLeave=!1);let p=n.findStepById(a);p&&(this.pointState.setEnteredStep(p),c.enterPoint(Object.assign({},p,{total:n.size}),i));};onPointMouseLeave=e=>{let{mouseEvents:t,store:i,map:n,options:r}=this.ctx;if(t&&(t.pointMouseEnter=!1,e.originalEvent.buttons===0&&(t.pointMouseLeave=!0),t.pointMouseDown))return;let a=P(n,e.point);i.isLastPoint(r,a)&&(t.lastPointMouseEnter=!1,t.lastPointMouseLeave=!0),c.leavePoint(Object.assign({},this.pointState.getEnteredStep(),{total:i.size}),n);};storeEventsConsumer=e=>{e.type==="STORE_MUTATED"&&e.data?.size===0&&this.pointState.reset();};mapModeConsumer=e=>{(e.type==="BREAK_CHANGED"||e.type==="MODE_CHANGED")&&this.pointState.reset();};hideLastPointPanel=()=>{let{store:e,panel:t,options:i}=this.ctx,n=this.pointState.getSelectedNode();n?.val&&e.isLastPoint(i,n.val.id)&&t.hide();};setSelectedNode=e=>{let{store:t,map:i}=this.ctx,n=P(i,e.point),r=t.findNodeById(n);r&&this.pointState.setSelectedNode(r);};onPointMouseDown=e=>{e.preventDefault(),this.pointState.clearLastEvent();let{mouseEvents:t,map:i,store:n}=this.ctx;if(e.originalEvent.button===2){this.onPointRemove(e);return}this.setSelectedNode(e),We(i),this.hideLastPointPanel();let r=qe(i,e.point),a=Ve(n,r?.properties.id);this.pointState.setSelectedIdx(a),t&&(t.pointMouseDown=!0),this.pointState.setStartCoordinates(e.lngLat),i.on("mousemove",this.onMapMouseMove),i.on("touchmove",this.onMapMouseMove);};onPointMouseUp=()=>{let{mouseEvents:e,store:t,panel:i,map:n,options:r}=this.ctx;n.off("mousemove",this.onMapMouseMove),n.off("touchmove",this.onMapMouseMove),e.pointMouseUp=!0;let a=this.pointState.getSelectedNode(),p=this.pointState.getLastEvent(),y=this.pointState.getStartCoordinates();a&&!a.val?.isAuxiliary&&(p&&(this.topologyManager.updateStore(),this.pointState.clearLastEvent()),i?.show(),this.pointState.isMoved()&&(u.commit(new D(t,a,y,n)),this.pointState.setMoved(!1)),this.pointState.partialReset()),e&&(e.pointMouseDown=!1),ue(n,r),f.execute();}};var Me=class{constructor(e){this.ctx=e;this.pointEvents=new be(this.ctx),this.lineEvents=new ce(this.ctx),this.initEvents();}pointEvents;lineEvents;initEvents=()=>{this.lineEvents.init(),this.pointEvents?.init();};remove=()=>{this.pointEvents?.remove(),this.lineEvents?.remove();}};var Ce=class{constructor(e){this.ctx=e;}init(){this.add(),this.swap(s.LineLayer,s.SinglePointLayer),this.swap(s.LineLayerTransparent,s.SinglePointLayer),this.swap(s.LineLayerTransparent,s.FirstPointLayer),this.swap(s.LineLayerTransparent,s.PointsLayer),this.swap(s.PolygonLayer,s.LineLayer),this.initConsumers();}initConsumers=()=>{this.ctx.store.addObserver(this.onStoreChange);};removeConsumers=()=>{this.ctx.store.removeObserver(this.onStoreChange);};onStoreChange=S(e=>{if(["STORE_MUTATED","STORE_CLOSE_GEOMETRY","STORE_BREAK_GEOMETRY","STORE_CLEARED"].includes(e.type)){let{map:i,store:n,mode:r}=this.ctx;r.getMode()==="polygon"&&n.circular.isCircular()?i.setLayoutProperty(s.PolygonLayer,"visibility","visible"):i.setLayoutProperty(s.PolygonLayer,"visibility","none");}},10);add=()=>{let e=V(this.ctx.options);for(let t of e)this.ctx.map.getLayer(t.id)||this.ctx.map.addLayer(t);};swap=(e,t)=>{let i=this.ctx.map.getLayer(e),n=this.ctx.map.getLayer(t);i&&n&&this.ctx.map.moveLayer(e,t);};removeLayers=()=>{for(let e of Object.values(s))this.ctx.map.getLayer(e)&&this.ctx.map.removeLayer(e);};remove=()=>{this.removeConsumers(),this.removeLayers();}};var Pe=class{constructor(e){this.ctx=e;}init(){for(let e of Object.values(h))this.ctx.map.getSource(e)||this.ctx.map.addSource(e,{type:"geojson",data:{type:"FeatureCollection",features:[]},promoteId:"id"});}remove(){for(let e of Object.values(h))this.ctx.map.getSource(e)&&this.ctx.map.removeSource(e);}};var Se=class{constructor(e){this.ctx=e;this.sources=new Pe(this.ctx),this.layers=new Ce(this.ctx),this.events=new Me(this.ctx),this.init();}sources;layers;events;init=()=>{this.sources.init(),this.layers.init();};remove=()=>{this.layers.remove(),this.sources.remove(),this.events?.remove();}};var we=class{constructor(e){this.map=e;this.init();}init(){u.addObserver(this.onTimelineEvent);}destroy(){u.removeObserver(this.onTimelineEvent);}onTimelineEvent=e=>{switch(e.type){case"UNDO_STACK_CHANGED":c.onUndoStackChange(this.map,e.data);break;case"REDO_STACK_CHANGED":c.onRedoStackChange(this.map,e.data);break}}};var Be=class o{container;store;mode;defaultOptions;tiles;panel;control;cursor;mouseEvents;timelineAdapter;renderer=null;static instance=null;constructor(e){this.defaultOptions=ze(e),this.defaultOptions.initial&&He(this.defaultOptions.initial);}static getInstance(e){return o.instance||(o.instance=new o(e)),o.instance}onAdd=e=>(this.store=new R(this.defaultOptions),this.mode=new ie(this.defaultOptions),this.renderer=f.initialize({map:e,store:this.store,options:this.defaultOptions,mode:this.mode}),this.mouseEvents=new ne,this.panel=new Z({map:e,mode:this.mode,options:this.defaultOptions,store:this.store}),this.control=new te({options:this.defaultOptions,map:e,mode:this.mode}),this.tiles=new Se({map:e,store:this.store,mode:this.mode,options:this.defaultOptions,control:this.control,panel:this.panel,mouseEvents:this.mouseEvents}),this.cursor=new oe({map:e,mode:this.mode,mouseEvents:this.mouseEvents,store:this.store,options:this.defaultOptions}),this.timelineAdapter=new we(e),this.mode.pingConsumers(),this.store.pingConsumers(),this.container=this.control.getContainer(),this.container);onRemove=()=>{this.cursor?.remove(),this.tiles?.remove(),this.panel?.destroy(),this.store?.reset(),this.mode?.unsubscribe(),this.control?.destroy(),this.timelineAdapter?.destroy(),this.container&&l.remove(this.container);};setSteps=e=>{if(Array.isArray(e))for(let t of e){let i={...t,id:t.id||L()};this.store?.push(i);}else throw new Error("Invalid argument. Expected an array of steps.");this.renderer?.execute();};findStepById=e=>this.store?.findStepById(e);findNodeById=e=>this.store?.findNodeById(e);getAllSteps=(e="array")=>{if(e==="array"&&this.store)return Y(this.store.head);if(e==="linkedlist")return {head:this.store?.head,tail:this.store?.tail,size:this.store?.size};throw new Error("Invalid type specified. Use 'array' or 'linkedlist'.")};setOptions=e=>{this.defaultOptions=e(this.defaultOptions);};undo=e=>{this.panel?.api()?.undo(e);};redo=e=>{this.panel?.api()?.redo(e);};clear=()=>{this.panel?.api()?.clear();};save=()=>{this.panel?.api()?.save();};removeAllSteps=()=>{this.store?.reset(),this.panel?.destroy(),this.renderer?.execute();}};
|
|
2
2
|
|
|
3
|
-
export {
|
|
3
|
+
export { Be as default };
|
|
4
4
|
//# sourceMappingURL=index.js.map
|
|
5
5
|
//# sourceMappingURL=index.js.map
|