Velopark: include name in maproulette items

This commit is contained in:
Pieter Vander Vennet 2024-05-08 14:20:59 +02:00
parent c2a7f2adcd
commit 782926c09d
2 changed files with 33 additions and 34 deletions

View file

@ -1814,7 +1814,6 @@ console.log(">>> ",helpTexts.join("\n\n"))
) ?? features[0]
const properties = feature.properties
properties["ref:velopark"] = url
delete properties["name"]
console.log("Got properties from velopark:", properties)
return properties
} catch (e) {