diff --git a/app/utils/osm.js b/app/utils/osm.js index e0a16b4..73ec343 100644 --- a/app/utils/osm.js +++ b/app/utils/osm.js @@ -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',