mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
fix
This commit is contained in:
parent
50ab622b98
commit
073ef2b16a
1 changed files with 0 additions and 5 deletions
|
@ -44,15 +44,10 @@ export class Editor {
|
||||||
map, routerMoveStart, lockMapClicks, setTotalDist: this.setDistance, triggerOnChange, editor: this,
|
map, routerMoveStart, lockMapClicks, setTotalDist: this.setDistance, triggerOnChange, editor: this,
|
||||||
});
|
});
|
||||||
|
|
||||||
// this.newPoly = new NewPoly({
|
|
||||||
// map, editor: this,
|
|
||||||
// });
|
|
||||||
|
|
||||||
this.stickers = new Stickers({ map, lockMapClicks, triggerOnChange, editor: this });
|
this.stickers = new Stickers({ map, lockMapClicks, triggerOnChange, editor: this });
|
||||||
this.router = new Router({
|
this.router = new Router({
|
||||||
map, lockMapClicks, setRouterPoints: this.setRouterPoints, changeMode, pushPolyPoints
|
map, lockMapClicks, setRouterPoints: this.setRouterPoints, changeMode, pushPolyPoints
|
||||||
});
|
});
|
||||||
// this.shotter = new Shotter({ map });
|
|
||||||
|
|
||||||
this.switches = {
|
this.switches = {
|
||||||
[MODES.POLY]: {
|
[MODES.POLY]: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue