forked from MapComplete/MapComplete
Fix #1956 with workaround
This commit is contained in:
parent
4fd592cc4f
commit
8b6ee7075c
6 changed files with 106 additions and 66 deletions
|
@ -198,6 +198,9 @@ export default class MetaTagging {
|
|||
for (let i = 0; i < features.length; i++) {
|
||||
const feature = features[i]
|
||||
const tags = featurePropertiesStores?.getStore(feature.properties.id)
|
||||
if(!tags){
|
||||
continue
|
||||
}
|
||||
let somethingChanged = false
|
||||
const definedTags = new Set(Object.getOwnPropertyNames(feature.properties))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue