Add more place types
This commit is contained in:
@@ -41,13 +41,17 @@ export function getPlaceType(tags) {
|
|||||||
tags.shop ||
|
tags.shop ||
|
||||||
tags.tourism ||
|
tags.tourism ||
|
||||||
tags.leisure ||
|
tags.leisure ||
|
||||||
|
tags.historic ||
|
||||||
tags.office ||
|
tags.office ||
|
||||||
tags.craft ||
|
tags.craft ||
|
||||||
tags.historic ||
|
|
||||||
tags.place ||
|
|
||||||
tags.building ||
|
tags.building ||
|
||||||
tags.landuse ||
|
tags.landuse ||
|
||||||
tags.natural;
|
tags.place ||
|
||||||
|
tags.natural ||
|
||||||
|
tags.public_transport ||
|
||||||
|
tags.aeroway ||
|
||||||
|
tags.border_type ||
|
||||||
|
tags.admin_title;
|
||||||
|
|
||||||
return humanizeOsmTag(rawType);
|
return humanizeOsmTag(rawType);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user