- Scenario Outline: minor highways droped without name, included with
- Given the scene roads-with-pois
- And a wiped database
- And the place ways
- | osm_id | class | type | geometry
- | 1 | highway | <type> | :w-south
- And the named place ways
- | osm_id | class | type | geometry
- | 2 | highway | <type> | :w-north
- When importing
- Then table placex has no entry for W1
- And table placex contains
- | object | rank_search | rank_address
- | W2 | <rank> | <rank>
-
- Examples:
- | type | rank
- | service | 27
- | cycleway | 27
- | path | 27
- | footway | 27
- | steps | 27
- | bridleway | 27
- | track | 26
- | byway | 26
- | motorway_link | 27
- | primary_link | 27
- | trunk_link | 27
- | secondary_link| 27
- | tertiary_link | 27
-