Skip to content

Bus stops not receiving a class attribute in the buildings/building theme/type #326

Description

Hi,

I've noticed bus stop shelters from OSM (e.g https://www.openstreetmap.org/way/1279409225) are not getting a class assigned to them in the buildings theme.

Here's that region in the explorer (there's a few around there with no class: https://explore.overturemaps.org/#18.74/42.3734639/-71.1004976

Here's that OSM feature above in Overture:

select * from read_parquet('s3://overturemaps-us-west-2/release/2025-02-19.0/theme=buildings/type=building/*') where id = '08b2a30662cddfff0200ff385e43baef';
                    id = 08b2a30662cddfff0200ff385e43baef
              geometry = POLYGON ((-71.1003151 42.3737197, -71.1003188 42.3737083, -71.1002611 42.3737004, -71.1002582 42.3737118, -71.1002714 42.3737136, -71.1003151 42.3737197))
                  bbox = {'xmin': -71.10032, 'xmax': -71.10026, 'ymin': 42.3737, 'ymax': 42.373726}
               version = 0
               sources = [{'property': , 'dataset': OpenStreetMap, 'record_id': w1279409225@2, 'update_time': 2024-10-25T02:00:38.000Z, 'confidence': NULL}]
                 level = 1
               subtype = civic
                 class =
                height =
                 names =
             has_parts = false
        is_underground = false
            num_floors =
num_floors_underground =
            min_height =
             min_floor =
          facade_color =
       facade_material =
         roof_material =
            roof_shape =
        roof_direction =
      roof_orientation =
            roof_color =
           roof_height =
                 theme = buildings
                  type = building

Presumably they should pick up some class value, shelter or something... didn't see a perfect candidate in the class list

Thanks!

Metadata

Metadata

Labels

enhancementNew feature or request

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions