This commit is contained in:
muerwre 2019-02-20 14:09:42 +07:00
parent 50ab622b98
commit 073ef2b16a

View file

@ -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]: {