diff --git a/app/utils/osm.js b/app/utils/osm.js index 1ac0389..4f6e810 100644 --- a/app/utils/osm.js +++ b/app/utils/osm.js @@ -50,6 +50,7 @@ export function getPlaceType(tags) { tags.natural || tags.public_transport || tags.aeroway || + tags.waterway || tags.border_type || tags.admin_title;