forked from MapComplete/MapComplete
Chore: housekeeping
This commit is contained in:
parent
18e3e6f806
commit
a3a7e74f56
94 changed files with 1273 additions and 1080 deletions
|
@ -72,7 +72,7 @@ export class LastClickFeatureSource implements FeatureSource {
|
|||
first_preset: this.renderings[0],
|
||||
mouse_button: mode ?? "none",
|
||||
_usermode: this._usermode?.data,
|
||||
_addNewEnabled: (this._enabledAddMorePoints?.data ?? true) ? "yes" : "no"
|
||||
_addNewEnabled: this._enabledAddMorePoints?.data ?? true ? "yes" : "no",
|
||||
}
|
||||
this.i++
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue