forked from MapComplete/MapComplete
Add layer icon to filter view
This commit is contained in:
parent
1cfcfea314
commit
f5d6441b70
6 changed files with 55 additions and 39 deletions
|
@ -39,6 +39,7 @@ export default class CreateNewWayAction extends OsmChangeAction {
|
|||
}
|
||||
|
||||
const newPoint = new CreateNewNodeAction([], coordinate.lat, coordinate.lon, {
|
||||
allowReuseOfPreviouslyCreatedPoints: true,
|
||||
changeType: null,
|
||||
theme: this._options.theme
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue