forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
a8fd550b72
commit
6a0b77eb99
180 changed files with 16812 additions and 2509 deletions
|
|
@ -198,7 +198,7 @@ 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){
|
||||
if (!tags) {
|
||||
continue
|
||||
}
|
||||
let somethingChanged = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue