Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2023-02-06 22:45:39 +01:00
parent 664a7f821e
commit e3b5d7b875
6 changed files with 93 additions and 202 deletions

View file

@ -118,7 +118,7 @@ export default class SimpleMetaTaggers {
/*Note: also called by 'UpdateTagsFromOsmAPI'*/
const tgs = feature.properties
let movedSomething = false;
let movedSomething = false
function move(src: string, target: string) {
if (tgs[src] === undefined) {