mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-28 00:16:26 +02:00
Fix aeroway test.
This commit is contained in:
parent
784aaadad5
commit
6d3d2cdb14
1 changed files with 5 additions and 3 deletions
|
@ -46,8 +46,11 @@ ROAD_TYPES: list[dict[str, str]] = [
|
|||
{"highway": "path"},
|
||||
{"highway": "track"},
|
||||
{"highway": "raceway"},
|
||||
{"highway": "runway"},
|
||||
{"highway": "taxiway"},
|
||||
{"aeroway": "runway"},
|
||||
{"aeroway": "taxiway"},
|
||||
]
|
||||
|
||||
RAILWAY_TYPES: list[dict[str, str]] = [
|
||||
{"railway": "rail"},
|
||||
{"railway": "light_rail"},
|
||||
{"railway": "monorail"},
|
||||
|
@ -58,7 +61,6 @@ ROAD_TYPES: list[dict[str, str]] = [
|
|||
{"railway": "subway", "color": "blue"},
|
||||
]
|
||||
|
||||
|
||||
ROAD_FEATURES: list[dict[str, str]] = [
|
||||
{"lanes": "1"},
|
||||
{"lanes": "2"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue