do not save names when falling back to addresses

If an object doesn't have a useable main tag, then the names should
always be ignored, independently of the presence of housenumbers.
We have to assume that the name belongs to a feature that was
intentionally filtered out.
This commit is contained in:
Sarah Hoffmann
2024-12-09 17:28:30 +01:00
parent b1e5265d33
commit 0d500d4bd1
4 changed files with 40 additions and 3 deletions

View File

@@ -74,6 +74,14 @@
"stone" : 30,
"" : [22, 0]
},
"water" : {
"lake" : [20, 0],
"reservoir" : [20, 0],
"wastewater" : [24, 0],
"pond" : [24, 0],
"fountain" : [24, 0],
"" : [22, 0]
},
"waterway" : {
"river" : [19, 0],
"stream" : [22, 0],