Various small fixes, add AED-layout

This commit is contained in:
Pieter Vander Vennet 2020-08-22 12:44:11 +02:00
parent cce9207a35
commit 734f571b5d
11 changed files with 1742 additions and 168 deletions

View file

@ -75,8 +75,6 @@ export class TagRendering extends UIElement implements TagDependantUIElement {
this.ListenTo(this._editMode);
this.ListenTo(State.state?.osmConnection?.userDetails);
console.log("Creating tagRendering with", options)
const self = this;
this._priority = options.priority ?? 0;