-
Notifications
You must be signed in to change notification settings - Fork 27
Collection of attributes for better navigation experiences
Jay Zhang edited this page Mar 7, 2019
·
8 revisions
Name | Picture | Purpose | Reference |
---|---|---|---|
Key:duration | * Indicate duration of a route that is bus, route=ferry, route=shuttle_train, bridge:movable, railway=funicular, aerialway=cable_car * Improve Routing Weight/Duration Calculation and Guidance |
osrm-way_handlers.lua-WayHandlers.ferries, osrm-way_handlers.lua-WayHandlers.movable |
|
barrier=height_restrictor | * A height restrictor which prevents access of vehicles higher than a set limit. * Convenient navigation experience. |
osrm-car.lua-process_node | |
barrier=bollard | * The node with such tag represent where the bollard is. * Convenient navigation experience. |
osrm-car.lua-process_node | |
Key:destination | * Destination when following a linear feature * Guidance |
||
Key:narrow | * Convenient navigation experience. | ||
Key:maxlength | * Convenient navigation experience. | ||
Key:surface | * Describes the surface of a feature. * Improve Routing Weight/Duration Calculation |
osrm-way_handlers.lua-WayHandlers.surface | |
Key:tracktype | * Provides a classification of tracks. * Improve Routing Weight/Duration Calculation |
osrm-way_handlers.lua-WayHandlers.surface | |
Key:smoothness | * Provide a classification scheme regarding the physical usability of a way for wheeled vehicle. * Improve Routing Weight/Duration Calculation |
osrm-way_handlers.lua-WayHandlers.surface | |
Key:maxspeed:advisory, Key:maxspeed | * Specifies an advisory speed limit, e.g. on a motorway on/off ramp or a curve. * Improve Routing Weight/Duration Calculation |
osrm-way_handlers.lua-WayHandlers.maxspeed | |
Key:service: Tag:service=alley, Tag:service=parking_aisle, Tag:service=driveway, Tag:service=drive-through |
|
* Additional information about a service highway/railway/waterway, or about services offered at a business * Improve Routing Weight/Duration Calculation |
osrm-way_handlers.lua-WayHandlers.penalties |
Key:width | * The width of a feature * Improve Routing Weight/Duration Calculation |
osrm-way_handlers.lua-WayHandlers.penalties | |
Key:lanes | * Total number of marked traffic lanes available for motorised traffic. * Improve Routing Weight/Duration Calculation |
osrm-way_handlers.lua-WayHandlers.penalties | |
Tag:oneway=alternating | * Oneway that changes its direction often * Improve Routing Weight/Duration Calculation |
osrm-way_handlers.lua-WayHandlers.penalties | |
Key:side_road | * tag for marking side carriageways of roads. * Improve Routing Weight/Duration Calculation |
osrm-way_handlers.lua-WayHandlers.penalties |