mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 05:18:00 +00:00
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:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user