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 = [
|
const PLACE_TYPE_KEYS = [
|
||||||
|
'craft',
|
||||||
'amenity',
|
'amenity',
|
||||||
'shop',
|
'shop',
|
||||||
'tourism',
|
'tourism',
|
||||||
'historic',
|
'historic',
|
||||||
'leisure',
|
'leisure',
|
||||||
'office',
|
'office',
|
||||||
'craft',
|
|
||||||
'building',
|
'building',
|
||||||
'landuse',
|
'landuse',
|
||||||
'public_transport',
|
'public_transport',
|
||||||
|
|||||||
Reference in New Issue
Block a user