osrm-backend/taginfo.json
2014-08-25 21:55:07 +02:00

74 lines
1.8 KiB
JSON

{
"data_format": 1,
"data_url": "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",
"value": "parking_aisle",
"description": ""
},
{
"key": "oneway"
},
{
"key": "area",
"value": "yes",
"description": "Roads with area=yes are 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"
}
]
}