osrm-backend/taginfo.json

72 lines
1.8 KiB
JSON
Raw Normal View History

2014-08-22 04:42:43 -04:00
{
"data_format": 1,
"data_url": "https://https://raw.githubusercontent.com/Project-OSRM/osrm-backend/develop/taginfo.json",
"project": {
"name": "Open Source Routing Machine (car profile)",
"description": "High-performance routing engine for shortest paths in road networks.",
"project_url": "http://project-osrm.org",
"icon_url": "http://project-osrm.org/images/osrm_icon.png",
"contact_name": "Dennis Luxen",
"contact_email": "info@project-osrm.org"
},
"tags": [
{
"key": "highway",
"description": "type of road"
},
{
"key": "service",
"description": "looking for parking_aisles"
},
{
"key": "oneway"
},
{
"key": "area",
"description": "Area=yes is ignored by default"
},
{
"key": "impassable",
"description": "this is used by HOT"
},
{
"key": "status",
"description": "this is used by HOT"
},
{
"key": "access"
},
{
"key": "barrier"
},
{
"key": "maxspeed"
},
{
"key": "maxspeed:forward"
},
{
"key": "maxspeed:backward"
},
{
"key": "duration"
},
{
"key": "name",
"description": "Name of road for navigation instructions."
},
{
"key": "ref",
"description": "Ref of road for navigation instructions, overrides name."
},
{
"key": "junction",
"value": "roundabout"
},
{
"key": "type",
"value": "restriction"
}
]
}