mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-28 12:36:41 +07:00
done update after point delete
This commit is contained in:
parent
121ec610e0
commit
d0b5f3bd94
6 changed files with 13 additions and 15 deletions
|
@ -4,7 +4,9 @@ import { CLIENT } from '$config/frontend';
|
|||
import { DomMarker } from '$utils/DomMarker';
|
||||
|
||||
export class Router {
|
||||
constructor({ map, lockMapClicks, setRouterPoints, pushPolyPoints }) {
|
||||
constructor({
|
||||
map, lockMapClicks, setRouterPoints, pushPolyPoints
|
||||
}) {
|
||||
this.waypoints = [];
|
||||
this.lockMapClicks = lockMapClicks;
|
||||
this.setRouterPoints = setRouterPoints;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue