forked from MapComplete/MapComplete
Re-enable button, add setting to choose how to add new features
This commit is contained in:
parent
25ff4b3a8c
commit
1acb645beb
12 changed files with 124 additions and 110 deletions
|
@ -118,6 +118,9 @@ export default class MetaTagging {
|
|||
}
|
||||
const state = this.state
|
||||
const layer = state.layout.getMatchingLayer(feature.properties)
|
||||
if(!layer){
|
||||
return
|
||||
}
|
||||
// Force update if the tags of the element changed
|
||||
MetaTagging.addMetatags(
|
||||
[feature],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue