Prioritize craft before amenity for place type
It's usually more distinct and useful/interesting
This commit is contained in:
+1
-1
@@ -34,13 +34,13 @@ export function getLocalizedName(tags, defaultName = 'Untitled Place') {
|
||||
}
|
||||
|
||||
const PLACE_TYPE_KEYS = [
|
||||
'craft',
|
||||
'amenity',
|
||||
'shop',
|
||||
'tourism',
|
||||
'historic',
|
||||
'leisure',
|
||||
'office',
|
||||
'craft',
|
||||
'building',
|
||||
'landuse',
|
||||
'public_transport',
|
||||
|
||||
Reference in New Issue
Block a user