draw-libre 0.3.2 → 0.4.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 +6 -0
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +19 -53
- 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 p=class n{static docStyle=typeof window<"u"&&window.document&&window.document.documentElement.style;static transformProp=n.testProp(["transform","WebkitTransform"]);static testProp(e){if(!n.docStyle)return e[0];for(let t=0;t<e.length;t++)if(e[t]in n.docStyle)return e[t];return e[0]}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 setTransform(e,t){n.transformProp&&e.style&&(e.style[n.transformProp]=t);}static manageEventListener(e,t,i,o,r={}){if(!t)return;let a=e==="add"?"addEventListener":"removeEventListener";"passive"in r?t[a](i,o,r):t[a](i,o,r.capture);}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 H=class{#e;#t;#i;_undoButton;_deleteButton;_saveButton;_container;_updatePositionCallback;constructor(e){this.#e=e,this._container=void 0,this.#t=!0,this.#i=void 0,this.#r();}#o(){this.#i&&(this.#i.className="dashboard-container",this.#i.style.position="absolute",this.#i.style.zIndex="1000000",this.#i.style.pointerEvents="auto",this.#i.style.display=this.#t?"none":"block");}#r=()=>{let{store:e}=this.#e;this.createPanel(),this.#i=document.createElement("div"),this.#o(),this._container&&this.#i.appendChild(this._container),document.body.appendChild(this.#i),e.tail?.val&&this.setPanelLocation({lat:e.tail?.val?.lat,lng:e.tail?.val?.lng});};setPanelLocation=e=>{if(!this.#i)return;this.#t&&this.showPanel();let t=this.#e.map.project(e);this.#n(t),this.#s(e);};#n=e=>{if(this.#t||!this.#i)return;let i=this.#e.map.getContainer().getBoundingClientRect(),o=i.left+e.x,r=i.top+e.y,a=36;this.#i.style.left=`${o-a}px`,this.#i.style.top=`${r-a-4}px`;};#s(e){this.#l(),this._updatePositionCallback=()=>{this.#t||!this.#i||this.#n(this.#e.map.project(e));},this.#e.map.on("move",this._updatePositionCallback),this.#e.map.on("zoom",this._updatePositionCallback);}#l(){this._updatePositionCallback&&(this.#e.map.off("move",this._updatePositionCallback),this.#e.map.off("zoom",this._updatePositionCallback),this._updatePositionCallback=void 0);}showPanel=()=>{this.#t&&this.#i&&(this.#t=!1,this.#i.style.display="block",this.#i.style.transition="opacity 0.2s",this.#i.style.opacity="1");};hidePanel=()=>{!this.#t&&this.#i&&(this.#t=!0,this.#i.style.display="none");};removePanel=()=>{this._updatePositionCallback&&(this.#e.map.off("move",this._updatePositionCallback),this.#e.map.off("zoom",this._updatePositionCallback),this._updatePositionCallback=void 0),this.#i&&(document.body.removeChild(this.#i),this.#i=void 0),this._container&&(p.remove(this._container),this._container=void 0);};#a=(e,t,i,o)=>{let r=p.create("button",`panel-button panel-button-${i}`,o);return r.setAttribute("data-type",e),r.setAttribute("aria-label",t),p.create("span",`icon ${e} icon-${i}`,r),r};createPanel=()=>{let{options:e}=this.#e,{locale:t}=e,{undo:i,delete:o,save:r}=e.panel.buttons,a=e.panel.size,l=p.create("div","dashboard");i.visible&&(this._undoButton=this.#a("undo",t.undo,a,l)),o.visible&&(this._deleteButton=this.#a("delete",t.delete,a,l)),r.visible&&(this._saveButton=this.#a("save",t.save,a,l)),this._container=l;}};var me={type:"FeatureCollection",features:[{type:"Feature",properties:{},geometry:{type:"LineString",coordinates:[]}}]};var 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"},c={UnifiedSource:"mdl-unified-source",LineDynamicSource:"mdl-line-dynamic-source",LineSourceBreak:"mdl-line-source-break",SinglePointSource:"mdl-single-point-source"},T={large:6.5,default:5.5},U={large:"#FF6464",default:"#666666"},w={"circle-radius":T.default,"circle-color":"#FEFFFE","circle-stroke-color":U.default,"circle-stroke-width":3},R={"circle-radius":T.default-1.5,"circle-color":"#FEFFFE","circle-stroke-color":"#666666","circle-stroke-width":2},k={"circle-radius":T.large,"circle-color":"#FEFFFE","circle-stroke-color":"#666666","circle-stroke-width":3},B={"fill-color":"grey","fill-opacity":.4},D={"line-width":3,"line-color":"grey","line-opacity":.7},A={"circle-radius":T.default,"circle-color":"#FEFFFE","circle-stroke-color":"#666666","circle-stroke-width":3},_={"line-width":3,"line-color":"#FF6464","line-dasharray":[3,3]},z=n=>[{id:s.SinglePointLayer,source:c.SinglePointSource,type:"circle",paint:n.layersPaint.onLinePoint,layout:{visibility:"none"}},{id:s.PolygonLayer,source:c.UnifiedSource,type:"fill",paint:n.layersPaint.polygon,layout:{visibility:"none"},filter:["==","$type","Polygon"]},{id:s.LineDynamicLayer,source:c.LineDynamicSource,type:"line",paint:n.layersPaint.line,layout:{visibility:"none"}},{id:s.LineLayer,source:c.UnifiedSource,type:"line",paint:n.layersPaint.line,layout:{visibility:"visible"},filter:["==","$type","LineString"]},{id:s.LineLayerTransparent,source:c.UnifiedSource,type:"line",paint:{"line-width":4,"line-color":"transparent"},filter:["==","$type","LineString"]},{id:s.LineLayerBreak,source:c.LineSourceBreak,type:"line",paint:n.layersPaint.breakLine,layout:{visibility:"none"}},{id:s.PointsLayer,source:c.UnifiedSource,type:"circle",paint:n.layersPaint.points,filter:["all",["==","$type","Point"],["==","isFirst",!1],["==","isAuxiliary",!1]]},{id:s.FirstPointLayer,source:c.UnifiedSource,type:"circle",paint:n.layersPaint.firstPoint,filter:["==",["get","isFirst"],!0],layout:{visibility:"none"}},{id:s.AuxiliaryPointLayer,source:c.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:[s.PointsLayer,s.FirstPointLayer,s.AuxiliaryPointLayer,s.SinglePointLayer]})?.[0]?.properties.id;static queryPoint=(e,t)=>e.queryRenderedFeatures(t,{layers:[s.PointsLayer,s.FirstPointLayer,s.AuxiliaryPointLayer,s.SinglePointLayer]})?.[0]},M=class{static#e(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 r=t.val,a=t.val.id===e.head?.val?.id;i.push({type:"Feature",properties:{id:r.id,lat:r.lat,lng:r.lng,isFirst:a,isAuxiliary:r.isAuxiliary},geometry:{type:"Point",coordinates:[r.lng,r.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.#e(e),o=this.getAllLines(i).features,r=this.getPolygon(i).features;return {type:"FeatureCollection",features:[...t,...o,...r]}}},u=class n{static getGeometryIndex=(e,t)=>{let i=e.head,o=0,r=new Set;for(;i!==null&&!r.has(i.val?.id);){if(i.val?.id===t)return o;r.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 r=this.distance(e,t),a=this.distance(e,i),l=this.distance(i,t);return Math.abs(a+l-r)<.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;static switchToLineModeIfCan=e=>{let{store:t,map:i,mode:o,options:r}=e,a=t.tail?.next===t.head;n.canBreakClosedGeometry(t,r)&&a&&(r.pointGeneration==="auto"?t.tail?.val?.isAuxiliary?(t.head&&(t.head.next=t.tail,t.head.prev=null),t.tail&&t.tail.prev&&t.head&&(t.tail=t.tail.prev,t.tail.prev=t.head.next,t.tail.next=null),t.head?.next&&(t.head.next.next=t.tail,t.head.next.prev=t.head)):(t.head&&(t.head.prev=null),t.tail&&t.head&&(t.tail.prev=t.head.next,t.tail.next=null)):t.tail&&(t.tail.next=null),o.reset());}},L=()=>{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 r="";for(let a=0;a<o;a++)r+=n();return r}function t(o){let r=o===0,a=o===4;return r?8:a?12:4}let i=[];for(let o=0;o<5;o++)i.push(e(t(o)));return i.join("-")},S=(n,e)=>{let t,i=!0;function o(){i&&t&&(n(...t),t=null,i=!1,setTimeout(()=>{i=!0,o();},e));}return function(...r){t=r,o();}},b=(n,e)=>{let t;return function(...i){clearTimeout(t),t=window.setTimeout(()=>{n(...i);},e);}};var N=class{#e;#t;constructor(e){this.#e=e,this.#t=M.getUnifiedFeatures(this.#e.store),this.#i(),this.render();}#i(){this.#s(),this.#l(),this.#a(s.LineLayer,s.SinglePointLayer),this.#a(s.LineLayerTransparent,s.SinglePointLayer),this.#a(s.LineLayerTransparent,s.FirstPointLayer),this.#a(s.LineLayerTransparent,s.PointsLayer),this.#a(s.PolygonLayer,s.LineLayer),this.#o();}#o=()=>{let{store:e}=this.#e;e.addObserver(this.#n);};#r=()=>{let{store:e}=this.#e;e.removeObserver(this.#n);};#n=b(e=>{if(e.type==="STORE_MUTATED"||e.type==="STORE_DETACHED"){let{map:t,mode:i,options:o,store:r}=this.#e;i.getMode()==="polygon"&&u.isClosedGeometry(r,o)?t.setLayoutProperty(s.PolygonLayer,"visibility","visible"):t.setLayoutProperty(s.PolygonLayer,"visibility","none");}},10);#s=()=>{let{map:e}=this.#e;for(let t of Object.values(c))e.getSource(t)||e.addSource(t,{type:"geojson",data:{type:"FeatureCollection",features:[]},promoteId:"id"});};#l=()=>{let{map:e,options:t}=this.#e,i=z(t);for(let o of i)e.getLayer(o.id)||e.addLayer(o);};#a=(e,t)=>{let{map:i}=this.#e,o=i.getLayer(e),r=i.getLayer(t);o&&r&&i.moveLayer(e,t);};#p=()=>{let{map:e}=this.#e;for(let t of Object.values(c))e.getSource(t)&&e.removeSource(t);};#u=()=>{let{map:e}=this.#e;for(let t of Object.values(s))e.getLayer(t)&&e.removeLayer(t);};removeTiles=()=>{this.#u(),this.#p(),this.#r();};updateLine(e,t){let{mode:i}=this.#e,o=this.#t.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.#e,o=this.#t.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.#t?.features?.[e];i?.geometry?.coordinates&&(i.geometry.coordinates=[t.lng,t.lat]);}renderOnMouseMove=(e,t,i)=>{let{mode:o,options:r,store:a}=this.#e,l=e===0?a.size-1:e-1;this.updatePoint(e,t),i&&i.prev&&this.updatePoint(l,i.prev),i&&i.next&&this.updatePoint(e+1,i.next),this.updateLine(e,t),i&&i.prev&&this.updateLine(l,i.prev),i&&i.next&&this.updateLine(e+1,i.next),r.modes.polygon.visible&&o.isPolygon()&&(this.updatePolygon(e,t),i&&i.prev&&this.updatePolygon(l,i.prev),i&&i.next&&this.updatePolygon(e+1,i.next));let C=this.#e.map.getSource(c.UnifiedSource);C&&C.setData(this.#t);};render(){this.#t=M.getUnifiedFeatures(this.#e.store);let e=this.#e.map.getSource(c.UnifiedSource);e&&e.setData(this.#t);}resetGeometries=()=>{let e=this.#e.map.getSource(c.UnifiedSource);e&&e.setData({type:"FeatureCollection",features:[]});}};var Me=8,be=8,x=class{_container;_label;constructor(){this._container=void 0;}create=e=>{let t=p.create("div","popup-container",document.body),i=p.create("span",`popup-text popup-text-${e.placement}`,t);return i.textContent=e.label,this._container=t,this._label=i,this};#e=()=>{!this._label?.classList.value.includes("popup-text-active")&&this._label?.classList.add("popup-text-active");};#t=()=>this._label?{width:this._label.clientWidth,height:this._label.clientHeight}:{width:0,height:0};#i=e=>{let{bottom:t,left:i}=e.target.getBoundingClientRect(),{width:o,height:r}=this.#t();return {x:i-be-o,y:t-r-2}};#o=e=>{let{bottom:t,left:i,right:o}=e.target.getBoundingClientRect(),{width:r}=this.#t();return {x:(o-i)/2+i-r/2,y:t+Me}};getPosition=(e,t)=>t==="left"?this.#i(e):this.#o(e);setPosition=e=>{let{x:t,y:i}=e;this._container&&(this._container.style.left=`${t}px`,this._container.style.top=`${i}px`),this.#e();};remove=()=>{this._container&&p.remove(this._container);}};var f={AUTO:"auto",DEFAULT:"default",POINTER:"pointer",CROSSHAIR:"crosshair",MOVE:"move",HELP:"help",GRAB:"grab",GRABBING:"grabbing"};var q=(n,e)=>{for(let[t,i]of Object.entries(e))p.manageEventListener("add",n,t,i);},V=(n,e)=>{for(let[t,i]of Object.entries(e))p.manageEventListener("remove",n,t,i);},he=(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",REMOVEALL:"mdl:removeall",SAVE:"mdl:save",BREAK:"mdl:break",MODECHANGED:"mdl:modechanged"},ve=768,d={pointGeneration:"manual",panel:{size:"medium",buttons:{undo:{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:w,points:A,line:D,polygon:B,breakLine:_},initial:null,dynamicLine:!0,locale:{save:"Save",delete:"Delete all",undo:"Undo",line:"Line",polygon:"Polygon",break:"Split",closeLine:"Close the line",createPolygon:"Create a polygon"}};var h=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 undoPoint(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 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:r}=e;o.fire(v.SAVE,{originalEvent:i,timestamp:Date.now(),steps:t,mode:{geometry:r.getMode(),closedGeometry:r.getClosedGeometry()}});}static onLineBreak(e){e.fire(v.BREAK);}};var Y=class{#e;constructor(e){this.#e=e,this.#t();}#t=()=>{this.#e.mode.addObserver(this.#a);};removeConsumers=()=>{this.#e.mode.removeObserver(this.#a);};#i=()=>{let{_line:e,_polygon:t,_break:i}=this.#e.control;e?.classList.remove("control-button-active"),t?.classList.remove("control-button-active"),i?.classList.remove("control-button-active");};#o=e=>{this.#i(),e.classList.add("control-button-active");};#r=e=>{let{data:t}=e,{_line:i,_polygon:o,_break:r}=this.#e.control,{mode:a}=this.#e;if(h.modeChanged(this.#e.map,t),!(!i||!o||!r)){switch(t){case"line":this.#o(i);break;case"polygon":this.#o(o);break;}t?a.getClosedGeometry()&&this.#s(r):this.#n(r);}};#n=e=>{e.setAttribute("disabled","true"),e.setAttribute("aria-disabled","true");};#s=e=>{e.removeAttribute("disabled"),e.removeAttribute("aria-disabled");};#l=e=>{let{data:t}=e,{_break:i,_line:o,_polygon:r}=this.#e.control,{mode:a}=this.#e;t?(i&&this.#s(i),a.getMode()==="polygon"&&o&&this.#n(o),a.getMode()==="line"&&r&&this.#n(r)):(i&&this.#n(i),a.getMode()==="polygon"&&o&&this.#s(o),a.getMode()==="line"&&r&&this.#s(r));};#a=e=>{let{type:t,data:i}=e;if(t==="MODE_CHANGED"&&this.#r(e),t==="CLOSED_GEOMETRY_CHANGED"&&this.#l(e),t==="BREAK_CHANGED"&&i){let{_break:o}=this.#e.control;this.#o(o),h.modeChanged(this.#e.map,"break");}}};var j=class{#e;#t;#i;constructor(e){this.#e=e,this.#i=new Y(e),this.#t=new x,this.#o();}#o(){let{control:e}=this.#e;if(e){let t={mouseenter:this.onButtonEnter,mouseleave:this.onButtonLeave};e._line&&q(e._line,{...t,click:this.onLineClick}),e._polygon&&q(e._polygon,{...t,click:this.onPolygonClick}),e._break&&q(e._break,{...t,click:this.onBreakClick});}}#r(){let{control:e}=this.#e;if(e){let t={mouseenter:this.onButtonEnter,mouseleave:this.onButtonLeave};e._line&&V(e._line,{...t,click:this.onLineClick}),e._polygon&&V(e._polygon,{...t,click:this.onPolygonClick}),e._break&&V(e._break,{...t,click:this.onBreakClick});}}remove(){this.#i.removeConsumers(),this.#r(),this.#t.remove();}onButtonEnter=e=>{let{options:t}=this.#e,i=e.target.getAttribute("data-type");if(i){let o=he(i,t),r="left";this.#t.create({label:o,placement:r}).setPosition(this.#t.getPosition(e,r));}};onButtonLeave=()=>{this.#t.remove();};#n=()=>{let{control:e}=this.#e;e._line?.classList.remove("control-button-active"),e._polygon?.classList.remove("control-button-active"),e._break?.classList.remove("control-button-active");};#s=()=>{let{map:e,mode:t}=this.#e;t.getMode()||e.fire("mode:initialize");};onLineClick=()=>{let{map:e,mode:t,tiles:i,control:o}=this.#e;this.#s(),this.#n(),t.getMode()==="line"&&!t.getBreak()?(t.setMode(null),e.fire("mode:remove"),i.resetGeometries()):(o._line?.classList.add("control-button-active"),t.setMode("line"),i.render());};onPolygonClick=()=>{let{map:e,mode:t,tiles:i,control:o}=this.#e;this.#s(),this.#n(),t.getMode()==="polygon"&&!t.getBreak()?(t.setMode(null),e.fire("mode:remove"),i.resetGeometries()):(o._polygon?.classList.add("control-button-active"),t.setMode("polygon"),i.render());};onBreakClick=()=>{let{map:e,mode:t,control:i}=this.#e;t.getBreak()&&(t.setMode(null),e.fire("mode:remove")),this.#n(),i._break?.classList.add("control-button-active"),t.setBreak(!0),e.getCanvasContainer().style.cursor=f.POINTER;}};var y={getMidpoint(n,e){return {lat:(n.lat+e.lat)/2,lng:(n.lng+e.lng)/2}},createAuxiliaryPoint(n,e){let t=y.getMidpoint(n,e);return {lat:t.lat,lng:t.lng,isAuxiliary:!0,id:L()}},addPointToMap(n,e){let{store:t}=e,i={...n.lngLat,isAuxiliary:!1,id:L()};return t.push(i),i}},g={setFirstPointVisible(n){n.setLayoutProperty(s.FirstPointLayer,"visibility","visible");},setFirstPointHidden(n){n.setLayoutProperty(s.FirstPointLayer,"visibility","none");},setSinglePointVisible(n){n.target.setLayoutProperty(s.SinglePointLayer,"visibility","visible");},setSinglePointHidden(n){let e=n.target;setTimeout(()=>{e.setLayoutProperty(s.SinglePointLayer,"visibility","none");},33);}},pe={default(n){n.setFilter(s.PointsLayer,["all",["==","$type","Point"],["==","isFirst",!1],["==","isAuxiliary",!1]]);},closedGeometry(n){n.setFilter(s.PointsLayer,["all",["==","$type","Point"],["==","isAuxiliary",!1]]);}};var O=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 I={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 J=class{val;prev;next;constructor(e=null,t=null,i=null){this.val=e,this.prev=i,this.next=t;}},G=class extends O{head;tail;size;map;constructor(e){super();let t=P.initStore(e);this.map=t?t.map:new Map,this.head=t?t.head:null,this.tail=t?t.tail:null,this.size=t?t.size:0;}push(e){let t=new J(e);this.head?this.tail&&(t.prev=this.tail,this.tail.next=t,this.tail=t):this.head=this.tail=t,this.map.set(e.id,t),this.size++,this.pingConsumers();}insert(e,t){if(!t)return;let i=new J(e);i.prev=t,i.next=t.next,this.tail===t&&this.head===t.next&&(this.tail=i),t.next&&(t.next.prev=i),t.next=i,this.map.set(e.id,i),this.size++,this.pingConsumers();}findStepById(e){let t=this.map.get(e);return t?t.val:null}findNodeById(e){let t=this.map.get(e);return t||null}removeNodeById(e){let t=this.map.get(e);return t?(this.size===1?(this.head=null,this.tail=null):(t.prev&&(t.prev.next=t.next),t.next&&(t.next.prev=t.prev),t===this.head&&(this.head=t.next,this.head?.prev&&this.tail&&(this.tail.next=this.head)),t===this.tail&&(this.tail=t.prev,this.head&&this.tail?.next&&(this.head.prev=this.tail))),this.map.delete(e),this.size--,this.pingConsumers(),t):null}reset(){this.head=null,this.tail=null,this.size=0,this.map.clear(),this.pingConsumers();}pingConsumers=()=>{this.notify({type:"STORE_MUTATED",data:{head:this.head,tail:this.tail,size:this.size}});}},P=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(I.EMPTY_INITIAL_STATE);return e&&e.initial.steps?n.fromArray(e.initial,e.pointGeneration):null}static#e=e=>e.map((t,i)=>({...t,isAuxiliary:!1,isFirst:i===0,id:L()}));static buildStepSequence(e,t,i){let o=new G,r=t?e.slice(0,-1):e;return r.forEach((a,l)=>{if(o.push(a),i==="auto"){if(r[l+1]){let C=y.createAuxiliaryPoint(a,r[l+1]);o.push(C);}else if(t){let C=y.createAuxiliaryPoint(a,r[0]);o.push(C);}}}),o}static fromArray(e,t){let{steps:i,closeGeometry:o,generateId:r}=e,a=r?this.#e(i):i,l=this.buildStepSequence(a,o,t);return o&&l.tail&&l.head&&(l.tail.next=l.head,l.head.prev=l.tail),l}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 K=class{#e;#t;constructor(e){this.#e=e,this.#t=new x;}initConsumers(){this.#e.store.addObserver(this.#i),this.#e.mode?.addObserver(this.#o);}removeConsumers(){this.#e.store.removeObserver(this.#i),this.#e.mode?.removeObserver(this.#o);}#i=e=>{if(e.type==="STORE_MUTATED"){let{data:t}=e;if(t.size===0)this.#e.panel.hidePanel();else {let i=Object.assign({},t);for(;i.tail;)if(i.tail?.val?.isAuxiliary)i.tail=i.tail?.prev;else {i.tail?.val&&this.#e.panel.setPanelLocation({lat:i.tail.val.lat,lng:i.tail.val.lng});break}}}};#o=e=>{let{store:t}=this.#e,{type:i,data:o}=e;i==="MODE_CHANGED"&&!o&&this.#e.panel.hidePanel(),i==="MODE_CHANGED"&&o&&t.tail?.val&&this.#e.panel.setPanelLocation({lat:t.tail?.val?.lat,lng:t.tail?.val?.lng});};initEvents(){let{panel:e}=this.#e;e._undoButton&&(p.manageEventListener("add",e._undoButton,"click",this.#l),p.manageEventListener("add",e._undoButton,"mouseenter",this.onMouseEnter),p.manageEventListener("add",e._undoButton,"mouseleave",this.onMouseLeave)),e._deleteButton&&(p.manageEventListener("add",e._deleteButton,"click",this.#n),p.manageEventListener("add",e._deleteButton,"mouseenter",this.onMouseEnter),p.manageEventListener("add",e._deleteButton,"mouseleave",this.onMouseLeave)),e._saveButton&&(p.manageEventListener("add",e._saveButton,"click",this.onSaveClick),p.manageEventListener("add",e._saveButton,"mouseenter",this.onMouseEnter),p.manageEventListener("add",e._saveButton,"mouseleave",this.onMouseLeave));}removeEvents(){let{panel:e}=this.#e;e._undoButton&&(p.manageEventListener("remove",e._undoButton,"click",this.#l),p.manageEventListener("remove",e._undoButton,"mouseenter",this.onMouseEnter),p.manageEventListener("remove",e._undoButton,"mouseleave",this.onMouseLeave)),e._deleteButton&&(p.manageEventListener("remove",e._deleteButton,"click",this.#n),p.manageEventListener("remove",e._deleteButton,"mouseenter",this.onMouseEnter),p.manageEventListener("remove",e._deleteButton,"mouseleave",this.onMouseLeave)),e._saveButton&&(p.manageEventListener("remove",e._saveButton,"click",this.onSaveClick),p.manageEventListener("remove",e._saveButton,"mouseenter",this.onMouseEnter),p.manageEventListener("remove",e._saveButton,"mouseleave",this.onMouseLeave));}#r=e=>{let{options:t}=this.#e;return {undo:t.locale.undo,delete:t.locale.delete,save:t.locale.save}[e]};onMouseEnter=e=>{let t=e.target.getAttribute("data-type");if(t){let i=this.#r(t);this.#t.create({label:i,placement:"bottom"}).setPosition(this.#t.getPosition(e,"bottom"));}};onMouseLeave=()=>{this.#t.remove();};#n=e=>{let{tiles:t,mode:i,panel:o,store:r,map:a}=this.#e;r.reset(),o.hidePanel(),i.reset(),this.#t.remove(),t.resetGeometries(),h.removeAllPoints(a,e);};#s=()=>{let{store:e,options:t}=this.#e;if(e.removeNodeById(e.tail?.val?.id),t.pointGeneration==="auto"&&(e.removeNodeById(e.tail?.val?.id),e.tail?.val?.isAuxiliary)){if(e.removeNodeById(e.tail?.val?.id),!u.canBreakClosedGeometry(e,t)){let i=y.createAuxiliaryPoint(e.tail.val,e.head?.val);e.push(i);}e.tail.next=e.head;}};#l=e=>{let{store:t,map:i,tiles:o,options:r}=this.#e;t.size==1&&t.reset(),this.#s(),u.switchToLineModeIfCan(this.#e),this.#t.remove();let a={...t.tail?.val,total:t.size};h.undoPoint(a,i,e),o.render();};onSaveClick=e=>{let{store:t,options:i}=this.#e;h.onSaveClick(this.#e,P.toArray(t.head),e),this.#t.remove(),i.panel.buttons.save.clearOnSave&&this.#n(e);}};var ue=(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,r=m.getPixelCoordinates(o,t.val),a=m.getPixelCoordinates(o,t.next.val),l=m.getPixelCoordinates(o,n.lngLat);if(u.checkIfPointIsOnLine(r,a,l))return t}i.add(t),t=t.next;}return null},ye=(n,e)=>{let t=ue(n,e);if(t){let i={...n.lngLat,isAuxiliary:!1,id:L()};return e.insert(i,t),i}return null},fe=(n,e)=>{let{store:t,tiles:i}=e;t.tail?.val&&(g.setSinglePointHidden(n),i.render());},Le=n=>m.isFeatureTriggered(n,[s.PointsLayer,s.FirstPointLayer,s.AuxiliaryPointLayer]);var Ee=15,$=class{props;#e;#t;constructor(e){this.props=e,this.#e=null,this.#t=S(this.#n,Ee);}initBreakEvents=()=>{let{map:e}=this.props;e.on("click",s.LineLayerTransparent,this.#i),e.on("mouseenter",s.LineLayerTransparent,this.#t),e.on("mousemove",s.LineLayerTransparent,this.#t),e.on("mouseleave",s.LineLayerTransparent,this.#s);};removeBreakEvents=()=>{let{map:e}=this.props;e.off("click",s.LineLayerTransparent,this.#i),e.off("mouseenter",s.LineLayerTransparent,this.#t),e.off("mousemove",s.LineLayerTransparent,this.#t),e.off("mouseleave",s.LineLayerTransparent,this.#s);};hideBreakLine=()=>{let{map:e}=this.props;e.getLayoutProperty(s.LineLayerBreak,"visibility")!=="none"&&e.setLayoutProperty(s.LineLayerBreak,"visibility","none");};showBreakLine=()=>{let{map:e}=this.props;e.getLayoutProperty(s.LineLayerBreak,"visibility")!=="visible"&&e.setLayoutProperty(s.LineLayerBreak,"visibility","visible");};#i=()=>{let{store:e,mode:t,map:i,tiles:o,options:r}=this.props;this.#e&&(u.breakGeometry(e,r,this.#e),this.#s(),t.reset(),o.render(),e.notify({type:"STORE_DETACHED",data:null}),h.onLineBreak(i));};#o=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}};#r=e=>{let{options:t}=this.props;if(t.pointGeneration==="manual"){let i=[e?.val?.lng,e?.val?.lat],o=[e?.next?.val?.lng,e?.next?.val?.lat];return {current:i,next:o}}return this.#o(e)};#n=e=>{let{map:t,store:i}=this.props,o=ue(e,i);o?.val?.id!==this.#e?.val?.id&&(this.#e=o);let r=t.getSource(c.LineSourceBreak),{current:a,next:l}=this.#r(this.#e),E=M.getLine(a,l);E&&(r.setData(E),this.showBreakLine());};#s=()=>{setTimeout(()=>{this.hideBreakLine();},Ee+10);}};var Ce=10,Z=class{#e;#t;#i;#o;#r;#n;#s;constructor(e){this.#e=e,this.#t=e.options.dynamicLine,this.#i=null,this.#o=null,this.#l(),this.#n=S(this.#y,Ce),this.#s=b(this.#p,10);}#l(){this.#e.store.addObserver(this.#u),this.#e.mode.addObserver(this.#d),this.#e.mouseEvents.addObserver(this.#a);}removeLine=()=>{this.hideDynamicLine();};removeConsumers=()=>{this.#e.store.removeObserver(this.#u),this.#e.mode.removeObserver(this.#d),this.#e.mouseEvents.removeObserver(this.#a);};#a=e=>{let{mode:t}=this.#e;if(!t.getClosedGeometry()&&(e.type==="lastPointMouseClick"&&e.data?(this.hideDynamicLine(),this.#t=!1):e.type==="lastPointMouseClick"&&!e.data&&(this.#t=!0),!!this.#t&&((e.type==="pointMouseEnter"||e.type==="lineMouseEnter")&&e.data&&this.hideDynamicLine(),(e.type==="pointMouseLeave"||e.type==="lineMouseLeave")&&e.data))){let{store:i}=this.#e;this.#i=i.tail?.val,this.#o=i.tail?.val,this.showDynamicLine();}};#p=e=>{let{store:t,options:i}=this.#e;e?.tail?.val&&!u.isClosedGeometry(t,i)&&(this.#i=t.tail?.val,this.showDynamicLine());};#u=e=>{e.type==="STORE_MUTATED"&&(this.#s(e.data),e.data.size||this.hideDynamicLine());};#d=e=>{let{store:t}=this.#e,i=e.data;e.type==="CLOSED_GEOMETRY_CHANGED"&&(i&&this.hideDynamicLine(),!i&&t?.tail?.val&&(this.#i=t?.tail?.val,this.showDynamicLine()));};initDynamicEvents=()=>{let{map:e}=this.#e;e.on("click",this.#v),e.on("mousemove",this.#n),e.on(v.REMOVEALL,this.hideDynamicLine),e.on(v.UNDO,this.#m),e.on(v.RIGHTCLICKREMOVE,this.#c);};removeEvents=()=>{let{map:e}=this.#e;e.off("click",this.#v),e.off("mousemove",this.#n),e.off(v.REMOVEALL,this.hideDynamicLine),e.off(v.UNDO,this.#m),e.off(v.RIGHTCLICKREMOVE,this.#c);};hideDynamicLine=()=>{let{map:e}=this.#e;this.#i=null,this.#o=null,this.#r=null,e.off("mousemove",this.#n);let t=e.getSource(c.LineDynamicSource);t&&t.setData(me),e.setLayoutProperty(s.LineDynamicLayer,"visibility","none");};showDynamicLine=()=>{let{map:e,store:t}=this.#e;if(t.size&&this.#i?.lat&&this.#i.lng&&this.#o?.lng&&this.#o?.lat){let i=[this.#i.lng,this.#i.lat],o=[this.#o.lng,this.#o.lat];this.#r=M.getLine(i,o),e.setLayoutProperty(s.LineDynamicLayer,"visibility","visible"),this.#o&&this.#h({lng:this.#o?.lng,lat:this.#o?.lat});}e.on("mousemove",this.#n);};#h=e=>{if(!this.#r)return;let{map:t}=this.#e;this.#r.features[0].geometry.coordinates[1]=[e.lng,e.lat];let i=t.getSource(c.LineDynamicSource);i&&i.setData(this.#r);};#y=e=>{this.#h(e.lngLat);};#v=e=>{let{mode:t}=this.#e,i=m.isFeatureTriggered(e,[s.LineLayerTransparent,s.LineLayer]);i&&t.getBreak()&&(this.#o={lng:e.lngLat.lng,lat:e.lngLat.lat}),!i&&this.hideDynamicLine();};#m=e=>{let{store:t,options:i}=this.#e;if(!u.isClosedGeometry(t,i)){let o=e.target.unproject({x:e.originalEvent.x,y:e.originalEvent.y});this.#o={lng:o.lng,lat:o.lat},this.#i=t.tail?.val,this.showDynamicLine();}t.size===0&&this.hideDynamicLine();};#c=e=>{let{store:t,mode:i}=this.#e;i.getClosedGeometry()||(this.#o={lng:e.coordinates.lng,lat:e.coordinates.lat},this.#i=t.tail?.val,this.showDynamicLine()),t.size===0&&this.hideDynamicLine();}};var Se=22,W=class{props;#e;#t;constructor(e){this.props=e,this.#e=!1,this.#t=null;}initEvents(){let{map:e}=this.props;e.on("click",s.LineLayerTransparent,this.#i),e.on("mousemove",s.LineLayerTransparent,this.#r),e.on("mouseenter",s.LineLayerTransparent,this.#n),e.on("mouseleave",s.LineLayerTransparent,this.#s);}removeEvents(){let{map:e}=this.props;e.off("click",s.LineLayerTransparent,this.#i),e.off("mousemove",s.LineLayerTransparent,this.#r),e.off("mouseenter",s.LineLayerTransparent,this.#n),e.off("mouseleave",s.LineLayerTransparent,this.#s);}#i=e=>{let{store:t,map:i,mode:o}=this.props;if(Le(e))return;let r=ye(e,t);r&&(fe(e,this.props),h.addPoint({...r,total:t.size},i,o));};#o=e=>{if(g.setSinglePointVisible(e),e.target.getLayer(s.SinglePointLayer)){let i=e.target.getSource(c.SinglePointSource);i&&i.setData({type:"Feature",geometry:{type:"Point",coordinates:[e.lngLat.lng,e.lngLat.lat]},properties:{}});}};#r=S(e=>{if(m.isFeatureTriggered(e,[s.PointsLayer,s.FirstPointLayer]))return;let{mouseEvents:t}=this.props;t.pointMouseDown||t.pointMouseEnter||(this.#t=e,!this.#e&&(this.#e=!0,requestAnimationFrame(()=>{this.#t&&(this.#o(this.#t),this.#e=!1);})));},Se);#n=e=>{let{mouseEvents:t}=this.props;t.pointMouseDown||t.pointMouseEnter||m.isFeatureTriggered(e,[s.PointsLayer,s.FirstPointLayer])||(t.lineMouseEnter=!0,g.setSinglePointVisible(e));};#s=e=>{let{mouseEvents:t}=this.props;t.pointMouseDown||t.pointMouseEnter||(t.lineMouseLeave=!0,g.setSinglePointHidden(e));}};var X=class{props;#e;#t;#i;#o;constructor(e){this.props=e,this.#e=new $(e),this.#t=e.options.pointGeneration==="manual"?new W(e):null,this.#i=null,this.#o="default";}init(){this.#r(),this.#n(),this.#s();}#r=()=>{window.innerWidth<=ve||this.props.options.dynamicLine&&(this.#i=new Z(this.props));};#n(){!this.props.mode.getBreak()&&(this.#t?.initEvents(),this.props.options.dynamicLine&&this.#i?.initDynamicEvents());}#s(){this.props.mode.addObserver(this.#u),this.props.mouseEvents.addObserver(this.#p);}remove(){this.#l(),this.#a();}#l(){this.props.mode.removeObserver(this.#u),this.props.mouseEvents.removeObserver(this.#p),this.props.options.dynamicLine&&this.#i?.removeConsumers();}#a(){this.#e.removeBreakEvents(),this.#t?.removeEvents(),this.props.options.dynamicLine&&(this.#i?.removeEvents(),this.#i?.removeLine());}#p=e=>{let{type:t,data:i}=e,{mode:o}=this.props;if(!(!i||!o.getBreak()))switch(t){case"pointMouseDown":this.#e.removeBreakEvents(),this.#e.hideBreakLine();break;case"pointMouseUp":this.#e.initBreakEvents();break;}};#u=e=>{let{type:t,data:i}=e;t==="MODE_CHANGED"&&this.#o==="break"&&(this.#e.removeBreakEvents(),this.#t?.initEvents(),this.#o="default"),t==="BREAK_CHANGED"&&i&&this.#o==="default"&&(this.#t?.removeEvents(),this.#e.initBreakEvents(),this.#o="break");}};var xe=n=>{n.setPaintProperty(s.FirstPointLayer,"circle-radius",T.large),n.setPaintProperty(s.FirstPointLayer,"circle-stroke-color",U.large);},Oe=n=>{n.setPaintProperty(s.FirstPointLayer,"circle-radius",T.default),n.setPaintProperty(s.FirstPointLayer,"circle-stroke-color",U.default);},de=(n,e)=>{e==="large"?xe(n):Oe(n);},ge=n=>{n.getLayer(s.LineLayerTransparent)&&n.removeLayer(s.LineLayerTransparent);},Pe=(n,e)=>{if(n.getLayer(s.LineLayerTransparent))return;let i=z(e).find(o=>o.id===s.LineLayerTransparent);i&&n.addLayer(i);};var Q=class{#e;#t;#i;#o;constructor(e,t){this.#t=e,this.#e=!1,this.#o=t,this.#i=new x,this.initLayer(),this.#l();}#r=()=>{let{mode:e,store:t}=this.#t;e.addObserver(this.#p),t.addObserver(this.#u);};#n=()=>{let{mode:e,store:t}=this.#t;e.removeObserver(this.#p),t.removeObserver(this.#u);};initLayer(){let{map:e}=this.#t;e.setLayoutProperty(s.FirstPointLayer,"visibility","visible");}#s=()=>{let{map:e}=this.#t;e.on("mouseenter",s.FirstPointLayer,this.#o.onPointMouseEnter),e.on("mouseleave",s.FirstPointLayer,this.#o.onPointMouseLeave),e.on("mousedown",s.FirstPointLayer,this.#o.onPointMouseDown),e.on("mouseup",s.FirstPointLayer,this.#o.onPointMouseUp),e.on("touchend",s.FirstPointLayer,this.#o.onPointMouseUp),e.on("touchstart",s.FirstPointLayer,this.#o.onPointMouseDown);};#l(){let{map:e}=this.#t;e.on("click",s.FirstPointLayer,this.#d),e.on("mouseenter",s.FirstPointLayer,this.#c),e.on("mouseleave",s.FirstPointLayer,this.#v),e.on("mouseup",s.FirstPointLayer,this.#y),e.on("mousedown",s.FirstPointLayer,this.#h),this.#s(),this.#r();}#a=()=>{let{map:e}=this.#t;e.off("mouseenter",s.FirstPointLayer,this.#o.onPointMouseEnter),e.off("mouseleave",s.FirstPointLayer,this.#o.onPointMouseLeave),e.off("mousedown",s.FirstPointLayer,this.#o.onPointMouseDown),e.off("mouseup",s.FirstPointLayer,this.#o.onPointMouseUp),e.off("touchend",s.FirstPointLayer,this.#o.onPointMouseUp),e.off("touchstart",s.FirstPointLayer,this.#o.onPointMouseDown);};removeEvents(){let{map:e}=this.#t;e.off("click",s.FirstPointLayer,this.#d),e.off("mouseenter",s.FirstPointLayer,this.#c),e.off("mouseleave",s.FirstPointLayer,this.#v),e.off("mouseup",s.FirstPointLayer,this.#y),this.#a(),this.#n();}#p=e=>{let{map:t,options:i}=this.#t,{type:o,data:r}=e;o==="MODE_CHANGED"&&(r==="line"&&!i.modes.line.closeGeometry?(g.setFirstPointHidden(t),pe.closedGeometry(t)):(g.setFirstPointVisible(t),pe.default(t)));};#u=b(e=>{let{map:t,store:i,options:o}=this.#t,{type:r}=e;(r==="STORE_MUTATED"||r==="STORE_DETACHED")&&(u.canCloseGeometry(i,o)?de(t,"large"):de(t,"default"));},10);#d=()=>{let{store:e,map:t,mode:i,tiles:o,options:r}=this.#t;if(u.canCloseGeometry(e,r)){let a=Object.assign({},e.head?.val,{id:L(),total:e.size});if(r.pointGeneration==="auto"&&e.tail?.val){let l=y.createAuxiliaryPoint(e.tail?.val,a);e.push(l);}u.closeGeometry(e,i),h.addPoint(a,t,i),o.render();}};#h=()=>{this.#e=!0,this.#i.remove();};#y=()=>{this.#e=!1;};#v=()=>{let{mouseEvents:e}=this.#t;this.#e||(e.firstPointMouseLeave=!0,this.#i.remove());};#m=()=>{let{mode:e,options:t}=this.#t;return e.getMode()==="line"&&t.modes.line.closeGeometry?t.locale.closeLine:e.getMode()==="polygon"?t.locale.createPolygon:""};#c=e=>{let{mode:t,mouseEvents:i,store:o,options:r}=this.#t;if(i.firstPointMouseEnter=!0,!(t.getClosedGeometry()||this.#e)&&u.canCloseGeometry(o,r)){let{x:a,y:l}=e.originalEvent;if(a&&l){this.#i.create({label:this.#m(),placement:"bottom"});let C=this.#i._label?this.#i._label.clientWidth/2:0;this.#i.setPosition({x:a-C,y:l+14});}}}};var ee=class{#e;#t;constructor(e,t){this.#e=e,this.#t=t,this.#r();}#i=()=>{let{map:e}=this.#e;e.on("mouseenter",s.AuxiliaryPointLayer,this.#t.onPointMouseEnter),e.on("mouseleave",s.AuxiliaryPointLayer,this.#t.onPointMouseLeave),e.on("mousedown",s.AuxiliaryPointLayer,this.#t.onPointMouseDown),e.on("mouseup",s.AuxiliaryPointLayer,this.#t.onPointMouseUp),e.on("touchend",s.AuxiliaryPointLayer,this.#t.onPointMouseUp),e.on("touchstart",s.AuxiliaryPointLayer,this.#t.onPointMouseDown);};#o=()=>{let{map:e}=this.#e;e.off("mouseenter",s.AuxiliaryPointLayer,this.#t.onPointMouseEnter),e.off("mouseleave",s.AuxiliaryPointLayer,this.#t.onPointMouseLeave),e.off("mousedown",s.AuxiliaryPointLayer,this.#t.onPointMouseDown),e.off("mouseup",s.AuxiliaryPointLayer,this.#t.onPointMouseUp),e.off("touchend",s.AuxiliaryPointLayer,this.#t.onPointMouseUp),e.off("touchstart",s.AuxiliaryPointLayer,this.#t.onPointMouseDown);};#r(){let{map:e}=this.#e;e.on("mousedown",s.AuxiliaryPointLayer,this.#l),e.on("touchstart",s.AuxiliaryPointLayer,this.#l),e.on("mousedown",s.PointsLayer,this.#s),e.on("touchstart",s.PointsLayer,this.#s),this.#i();}removeEvents(){let{map:e}=this.#e;e.off("mousedown",s.AuxiliaryPointLayer,this.#l),e.off("touchstart",s.AuxiliaryPointLayer,this.#l),e.off("mousedown",s.PointsLayer,this.#s),e.off("touchstart",s.PointsLayer,this.#s),this.#o();}#n=e=>{if(!e)return;let{store:t}=this.#e,i=e.next,o=e.prev;if(o){let r=y.createAuxiliaryPoint(o.val,e.val);t.insert(r,o);}if(i){let r=y.createAuxiliaryPoint(e.val,i.val);t.insert(r,e);}};#s=e=>{e.preventDefault();};#l=e=>{let{store:t,tiles:i,map:o}=this.#e;if(e.originalEvent.button===2)return;let r=m.queryPointId(o,e.point),a=t.findNodeById(r);a&&a.val&&(a.val.isAuxiliary=!1,this.#n(a)),i.render();}};var te=class{selectedNode=null;selectedIdx=null;startCoordinates=null;enteredStep=null;lastEvent=null;getSelectedNode(){return this.selectedNode}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;}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;}};var ie=class{props;state;constructor(e,t){this.props=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.props,o=t?.prev?.prev,r=t?.next?.next;return i.pointGeneration==="auto"?{next:r?.val?y.getMidpoint(r.val,e.lngLat):null,prev:o?.val?y.getMidpoint(e.lngLat,o.val):null}:null};addPointToStore(e){let{store:t,options:i}=this.props,o={...e.lngLat,id:L()};if(i.pointGeneration==="auto"&&t?.tail?.val&&t.size>=1){let a=y.createAuxiliaryPoint(t.tail.val,o);t.push(a);}return y.addPointToMap(e,this.props)}recalculateAuxiliaryPoints(e){if(!e)return;let{store:t}=this.props,i=e.next,o=e.prev,r=e.next?.next,a=e.prev?.prev;i?.val&&t.removeNodeById(i.val.id),o?.val&&t.removeNodeById(o.val.id);let l=t.size!==3;if(r?.val&&a?.val&&l){let E=y.createAuxiliaryPoint(r.val,a.val);t.insert(E,a);}}removePointFromStore(e){let{store:t,options:i}=this.props;if(t.size===1){t.reset();return}let o=t.findNodeById(e);!o?.val?.isAuxiliary&&(t.removeNodeById(e),i.pointGeneration==="auto"&&this.recalculateAuxiliaryPoints(o));}};var oe=class{props;events;firstPoint;auxPoints;pointState;topologyManager;constructor(e){this.props=e,this.pointState=new te,this.topologyManager=new ie(e,this.pointState),this.events={onPointMouseEnter:this.#p,onPointMouseLeave:this.#u,onPointMouseDown:this.#m,onPointMouseUp:this.#c,onMapMouseMove:this.#a},this.firstPoint=new Q(this.props,this.events),this.auxPoints=new ee(this.props,this.events);}#e=()=>{this.props.mode.addObserver(this.#h),this.props.store.addObserver(this.#d);};#t=()=>{this.props.mode.removeObserver(this.#h),this.props.store.removeObserver(this.#d);};initEvents=()=>{let{map:e}=this.props;e.on("click",this.#s),e.on("dblclick",this.#o),e.on("mouseenter",s.PointsLayer,this.#p),e.on("mouseleave",s.PointsLayer,this.#u),e.on("mousedown",s.PointsLayer,this.#m),e.on("click",s.PointsLayer,this.#i),e.on("mouseup",s.PointsLayer,this.#c),e.on("touchend",s.PointsLayer,this.#c),e.on("touchstart",s.PointsLayer,this.#m),this.#e();};removeEvents=()=>{let{map:e}=this.props;e.off("click",this.#s),e.off("dblclick",this.#o),e.off("mousemove",this.#a),e.off("mouseenter",s.PointsLayer,this.#p),e.off("mouseleave",s.PointsLayer,this.#u),e.off("mousedown",s.PointsLayer,this.#m),e.off("click",s.PointsLayer,this.#i),e.off("mouseup",s.PointsLayer,this.#c),e.off("touchend",s.PointsLayer,this.#c),e.off("touchstart",s.PointsLayer,this.#m),this.firstPoint?.removeEvents(),this.auxPoints?.removeEvents(),this.#t();};#i=e=>{let{mouseEvents:t,store:i,map:o,options:r}=this.props,a=m.queryPointId(o,e.point);P.isLastPoint(i,r,a)&&(t.lastPointMouseClick=!0,t.lastPointMouseUp=!1);};#o=e=>{e.preventDefault();};#r=e=>{let{store:t,tiles:i}=this.props;if(t.size===1)t.reset();else {let o=m.queryPointId(this.props.map,e.point),r=t.findNodeById(o);this.topologyManager.removePointFromStore(o),!r?.val?.isAuxiliary&&(h.pointRemoveRightClick({...r?.val,total:t.size},this.props.map),u.switchToLineModeIfCan(this.props));}i.render();};#n=e=>m.isFeatureTriggered(e,[s.PointsLayer,s.FirstPointLayer,s.LineLayerTransparent,s.LineLayerBreak]);#s=e=>{let{mode:t,mouseEvents:i,map:o,store:r,tiles:a}=this.props;if(t.getClosedGeometry()||this.#n(e))return;i.lastPointMouseClick&&(i.lastPointMouseClick=!1),o.getCanvasContainer().style.cursor="grab";let l=this.topologyManager.addPointToStore(e);h.addPoint({...l,total:r.size},o,t),g.setSinglePointHidden(e),a.render();};#l=e=>{e.originalEvent.buttons===0&&this.#c();};#a=S(e=>{let{mouseEvents:t}=this.props;if(t.pointMouseDown){if(this.pointState.setLastEvent(e),!this.pointState.getSelectedNode())return;let{tiles:i}=this.props;this.#l(this.pointState.getLastEvent());let o=this.topologyManager.getAuxPointsLatLng(this.pointState.getLastEvent());i.renderOnMouseMove(this.pointState.getSelectedIdx(),e.lngLat,o);}},17);#p=e=>{let{mouseEvents:t,map:i,store:o,options:r}=this.props;if(t&&(t.pointMouseEnter=!0,t.pointMouseDown))return;g.setSinglePointHidden(e);let a=m.queryPointId(i,e.point);P.isLastPoint(o,r,a)&&(t.lastPointMouseEnter=!0,t.lastPointMouseLeave=!1);let l=o.findStepById(a);l&&(this.pointState.setEnteredStep(l),h.enterPoint(Object.assign({},l,{total:o.size}),i));};#u=e=>{let{mouseEvents:t,store:i,map:o,options:r}=this.props;if(t&&(t.pointMouseEnter=!1,e.originalEvent.buttons===0&&(t.pointMouseLeave=!0),t.pointMouseDown))return;let a=m.queryPointId(o,e.point);P.isLastPoint(i,r,a)&&(t.lastPointMouseEnter=!1,t.lastPointMouseLeave=!0),h.leavePoint(Object.assign({},this.pointState.getEnteredStep(),{total:i.size}),o);};#d=e=>{e.type==="STORE_MUTATED"&&e.data.size===0&&this.pointState.reset();};#h=e=>{(e.type==="BREAK_CHANGED"||e.type==="MODE_CHANGED")&&this.pointState.reset();};#y=()=>{let{store:e,panel:t,options:i}=this.props,o=this.pointState.getSelectedNode();o?.val&&P.isLastPoint(e,i,o.val.id)&&t.hidePanel();};#v=e=>{let{store:t,map:i}=this.props,o=m.queryPointId(i,e.point),r=t.findNodeById(o);r&&this.pointState.setSelectedNode(r);};#m=e=>{e.preventDefault(),this.pointState.clearLastEvent();let{mouseEvents:t,map:i,store:o,options:r}=this.props;if(e.originalEvent.button===2){this.#r(e);return}this.#v(e),ge(i),this.#y();let a=m.queryPoint(i,e.point),l=u.getGeometryIndex(o,a?.properties.id);this.pointState.setSelectedIdx(l),t&&(t.pointMouseDown=!0),this.pointState.setStartCoordinates(e.lngLat),i.on("mousemove",this.#a),i.on("touchmove",this.#a);};#c=()=>{let{mouseEvents:e,store:t,panel:i,map:o,options:r}=this.props;o.off("mousemove",this.#a),o.off("touchmove",this.#a),e.pointMouseUp=!0;let a=this.pointState.getSelectedNode(),l=this.pointState.getLastEvent(),E=this.pointState.getStartCoordinates();a&&a.val&&(l&&(this.topologyManager.updateStore(),this.pointState.clearLastEvent()),t.notify({type:"STORE_MUTATED",data:t}),i?.showPanel(),h.movePoint({id:a.val.id,total:t.size,end:{lat:a.val.lat,lng:a.val.lng},start:E},o),this.pointState.partialReset()),e&&(e.pointMouseDown=!1),Pe(o,r);}};var ne=class extends N{#e;#t;#i;#o;#r;constructor(e){super({...e}),this.#e=e,this.#t=new K(e),this.#i=new j(e),this.#o=new oe(e),this.#r=new X(e),e.map.on("mode:initialize",this.#n),e.map.on("mode:remove",this.#s);}#n=()=>{this.#r.init(),this.#t?.initEvents(),this.#t?.initConsumers(),this.#o?.initEvents();};#s=()=>{this.#t?.removeEvents(),this.#t?.removeConsumers(),this.#o?.removeEvents(),this.#r?.remove();};removeMapEventsAndConsumers=()=>{this.#t?.removeEvents(),this.#o?.removeEvents(),this.#i?.remove(),this.#r?.remove(),this.#e.map.off("mode:initialize",this.#n);}};var se=class{#e;_line;_polygon;_break;_container;constructor(e){this.#e=e.options,this._line=void 0,this._polygon=void 0,this._break=void 0,this._container=p.create("div","mapboxgl-ctrl mapboxgl-ctrl-group maplibregl-ctrl maplibregl-ctrl-group"),this.createControl(e);}createControlButton=(e,t,i,o)=>{let r=this.#e.panel.size,a=p.create("button",`control-button control-button-${r}`,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")),p.create("span",`icon ${e} icon-${r}`,a),a};#t=e=>{let{mode:t,options:i}=e,o=this.#e.modes.line.visible,r=i.locale.line;o&&(this._line=this.createControlButton("line",r,t.getMode()==="line"));};#i=e=>{let{mode:t,options:i}=e,o=this.#e.modes.polygon.visible,r=i.locale.polygon;o&&(this._polygon=this.createControlButton("polygon",r,t.getMode()==="polygon"));};#o=e=>{let{mode:t,options:i}=e,o=this.#e.modes.breakGeometry.visible,r=i.locale.break;if(o){let l=!this.#e?.initial?.closeGeometry,E=t.getBreak();this._break=this.createControlButton("break",r,E,l);}};createControl=e=>{this.#t(e),this.#i(e),this.#o(e);};getContainer=()=>this._container};function Te(n){return n.initial?.geometry?n.initial?.geometry:n.modes.initial?n.modes.initial:null}var re=class extends O{#e;#t;#i;constructor(e){super(),this.#e=Te(e),this.#t=!1,this.#i=e.initial?.closeGeometry??!1;}getMode=()=>this.#e;setMode=e=>{this.#e=e,this.setBreak(!1),this.notify({type:"MODE_CHANGED",data:e});};getBreak=()=>this.#t;setBreak=e=>{this.#t=e,this.notify({type:"BREAK_CHANGED",data:e});};getClosedGeometry=()=>this.#i;setClosedGeometry=e=>{this.#i=e,this.notify({type:"CLOSED_GEOMETRY_CHANGED",data:this.#i});};isPolygon=()=>this.#e==="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 ae=class{#e;#t;constructor(e){this.#e=e,this.#t=this.#e.map.getCanvasContainer(),this.#t.style.cursor=e.mode.getMode()?f.CROSSHAIR:f.AUTO,this.#i();}set=e=>{this.#t.style.cursor=e;};get=()=>this.#t.style.cursor;handleMouseLeave=b(()=>{let{mouseEvents:e,mode:t}=this.#e;if(!e.pointMouseDown){if(!t.getMode()){this.set(f.AUTO);return}t.getClosedGeometry()?this.set(f.AUTO):this.set(f.CROSSHAIR);}},10);handleFirstPointMouseEnter=b(()=>{let{store:e,options:t}=this.#e;u.canCloseGeometry(e,t)&&this.set(f.POINTER);},10);#i(){let{mouseEvents:e}=this.#e;e.addObserver(this.#o);}removeConsumers(){let{mouseEvents:e}=this.#e;e.removeObserver(this.#o);}#o=e=>{let{mode:t,mouseEvents:i,store:o,options:r}=this.#e;if(t.getBreak())return;let{type:a,data:l}=e;if(l)switch(a){case"pointMouseDown":this.set(f.GRABBING);break;case"pointMouseUp":this.set(f.GRAB);break;case"pointMouseEnter":if(i.pointMouseDown)return;this.set(f.GRAB);break;case"pointMouseLeave":this.handleMouseLeave();break;case"lineMouseEnter":if(i.pointMouseDown)return;this.set(f.POINTER);break;case"lineMouseLeave":this.handleMouseLeave();break;case"firstPointMouseEnter":this.handleFirstPointMouseEnter();break;case"firstPointMouseLeave":this.handleMouseLeave();break;case"lastPointMouseEnter":u.isClosedGeometry(o,r)||this.set(f.POINTER);break;case"lastPointMouseLeave":this.handleMouseLeave();break;}}};var le=class extends O{#e;#t;#i;#o;#r;#n;#s;#l;#a;#p;#u;#d;constructor(){super(),this.#e=!1,this.#t=!1,this.#i=!1,this.#o=!1,this.#r=!1,this.#n=!1,this.#s=!1,this.#l=!1,this.#a=!1,this.#p=!1,this.#u=!1,this.#d=!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.#r}set lastPointMouseEnter(e){this.#r=e,this.notify({type:"lastPointMouseEnter",data:e});}get lastPointMouseLeave(){return this.#n}set lastPointMouseLeave(e){this.#n=e,this.notify({type:"lastPointMouseLeave",data:e});}get pointMouseDown(){return this.#s}set pointMouseDown(e){this.#s=e,this.notify({type:"pointMouseDown",data:e});}get pointMouseUp(){return this.#l}set pointMouseUp(e){this.#l=e,this.notify({type:"pointMouseUp",data:e});}get pointMouseEnter(){return this.#a}set pointMouseEnter(e){this.#a=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.#u}set lineMouseEnter(e){this.#u=e,this.notify({type:"lineMouseEnter",data:e});}get lineMouseLeave(){return this.#d}set lineMouseLeave(e){this.#d=e,this.notify({type:"lineMouseLeave",data:e});}};var F=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(I.MISSING_IDS)}static checkIfEnoughPointsToClose(e,t){if(t&&e.length<3)throw new Error(I.NOT_ENOUGH_POINTS_TO_CLOSE)}static checkIfPolygonIsClosed(e){let{closeGeometry:t,steps:i}=e;if(i){let o=i[0]?.lng,r=i[i.length-1]?.lng,a=i[0]?.lat,l=i[i.length-1]?.lat;if((o!==r||a!==l)&&t)throw new Error(I.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??d.pointGeneration,panel:we(e),modes:ke(e),layersPaint:Ae(e),initial:e.initial||d.initial,locale:De(e),dynamicLine:e.dynamicLine??d.dynamicLine}:d}};function we(n){return {size:n.panel?.size||d.panel.size,buttons:{undo:{visible:n.panel?.buttons?.undo?.visible??d.panel.buttons.undo.visible},delete:{visible:n.panel?.buttons?.delete?.visible??d.panel.buttons.delete.visible},save:{visible:n.panel?.buttons?.save?.visible??d.panel.buttons.save.visible,clearOnSave:n.panel?.buttons?.save?.clearOnSave??d.panel.buttons.save.clearOnSave}}}}function ke(n){return {initial:n.modes?.initial||d.modes.initial,line:{visible:n?.modes?.line?.visible!==void 0?n.modes.line.visible:n?.initial?.geometry==="line"||d.modes.line.visible,closeGeometry:n?.modes?.line?.closeGeometry??d.modes.line.closeGeometry},polygon:{visible:n?.modes?.polygon?.visible!==void 0?n.modes.polygon.visible:n?.initial?.geometry==="polygon"||d.modes.polygon.visible},breakGeometry:{visible:n?.modes?.breakGeometry?.visible??d.modes.breakGeometry.visible}}}function Ae(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"]||w["circle-radius"],"circle-color":n.layersPaint?.firstPoint?.["circle-color"]||w["circle-color"],"circle-stroke-color":n.layersPaint?.firstPoint?.["circle-stroke-color"]||w["circle-stroke-color"],"circle-stroke-width":n.layersPaint?.firstPoint?.["circle-stroke-width"]||w["circle-stroke-width"],...n.layersPaint?.firstPoint},points:{"circle-radius":n.layersPaint?.points?.["circle-radius"]||A["circle-radius"],"circle-color":n.layersPaint?.points?.["circle-color"]||A["circle-color"],"circle-stroke-color":n.layersPaint?.points?.["circle-stroke-color"]||A["circle-stroke-color"],"circle-stroke-width":n.layersPaint?.points?.["circle-stroke-width"]||A["circle-stroke-width"],...n.layersPaint?.points},auxiliaryPoint:{"circle-radius":n.layersPaint?.auxiliaryPoint?.["circle-radius"]||R["circle-radius"],"circle-color":n.layersPaint?.auxiliaryPoint?.["circle-color"]||R["circle-color"],"circle-stroke-color":n.layersPaint?.auxiliaryPoint?.["circle-stroke-color"]||R["circle-stroke-color"],"circle-stroke-width":n.layersPaint?.auxiliaryPoint?.["circle-stroke-width"]||R["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"]||B["fill-color"],"fill-opacity":n.layersPaint?.polygon?.["fill-opacity"]||B["fill-opacity"],...n.layersPaint?.polygon},breakLine:{"line-width":n.layersPaint?.breakLine?.["line-width"]||_["line-width"],"line-color":n.layersPaint?.breakLine?.["line-color"]||_["line-color"],"line-dasharray":n.layersPaint?.breakLine?.["line-dasharray"]||_["line-dasharray"],...n.layersPaint?.breakLine}}}function De(n){return {save:n.locale?.save??d.locale.save,delete:n.locale?.delete??d.locale.delete,undo:n.locale?.undo??d.locale.undo,line:n.locale?.line??d.locale.line,polygon:n.locale?.polygon??d.locale.polygon,break:n.locale?.break??d.locale.break,closeLine:n.locale?.closeLine??d.locale.closeLine,createPolygon:n.locale?.createPolygon??d.locale.createPolygon}}var ce=class n{#e;#t;#i;#o;#r;#n;#s;#l;#a;static#p=null;static#u=!1;constructor(e){if(this.#o=F.init(e),this.#o.initial&&F.checkInitialStepsOption(this.#o.initial),n.#u)throw new Error("Use 'DrawLibre.getInstance()' instead of 'new DrawLibre()'.");n.#u=!0,this.#t=void 0,this.#i=void 0,this.#r=void 0,this.#n=void 0,this.#s=void 0,this.#a=void 0,this.#l=void 0;}static getInstance(e){return n.#p||(n.#p=new n(e)),n.#p}onAdd=e=>{this.#t=new G(this.#o),this.#i=new re(this.#o),this.#s=new H({map:e,mode:this.#i,options:this.#o,store:this.#t}),this.#n=new N({map:e,store:this.#t,options:this.#o,mode:this.#i});let t=new se({options:this.#o,mode:this.#i});return this.#a=new le,this.#l=new ae({map:e,mode:this.#i,mouseEvents:this.#a,store:this.#t,options:this.#o}),this.#r=new ne({map:e,store:this.#t,options:this.#o,panel:this.#s,control:t,mode:this.#i,tiles:this.#n,mouseEvents:this.#a}),this.#i.getMode()&&e.fire("mode:initialize"),this.#i.pingConsumers(),this.#t.pingConsumers(),this.#e=t.getContainer(),this.#e};onRemove=()=>{this.#l?.removeConsumers(),this.#n?.removeTiles(),this.#r?.removeMapEventsAndConsumers(),this.#s?.removePanel(),this.#t?.reset(),this.#i?.unsubscribe(),this.#e&&p.remove(this.#e);};setSteps=e=>{if(Array.isArray(e))for(let t of e){let i={...t,id:t.id||L()};this.#t?.push(i);}else throw new Error("Invalid argument. Expected an array of steps.");this.#n?.render();};findStepById=e=>this.#t?.findStepById(e);findNodeById=e=>this.#t?.findNodeById(e);getAllSteps=(e="array")=>{if(e==="array"&&this.#t)return P.toArray(this.#t.head);if(e==="linkedlist")return this.#t;throw new Error("Invalid type specified. Use 'array' or 'linkedlist'.")};setOptions=e=>{this.#o=e(this.#o);};removeAllSteps=()=>{this.#t?.reset(),this.#s?.removePanel(),this.#n?.render();}};
|
|
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();}};
|
|
2
2
|
|
|
3
|
-
export {
|
|
3
|
+
export { Ne as default };
|
|
4
4
|
//# sourceMappingURL=index.js.map
|
|
5
5
|
//# sourceMappingURL=index.js.map
|