osrm-backend/taginfo.json

85 lines
2.3 KiB
JSON
Raw Normal View History

2014-08-22 04:42:43 -04:00
{
"data_format": 1,
2014-08-22 04:43:25 -04:00
"data_url": "https://raw.githubusercontent.com/Project-OSRM/osrm-backend/develop/taginfo.json",
2014-08-22 04:42:43 -04:00
"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.",
"object_types": [ "way" ]
2014-08-22 04:42:43 -04:00
},
{
"key": "service",
2014-08-25 15:55:07 -04:00
"value": "parking_aisle",
"object_types": [ "way" ]
2014-08-22 04:42:43 -04:00
},
{
"key": "oneway",
"object_types": [ "way" ]
2014-08-22 04:42:43 -04:00
},
{
"key": "area",
"value": "yes",
"object_types": [ "way" ],
2014-08-25 15:55:07 -04:00
"description": "Roads with area=yes are ignored by default."
2014-08-22 04:42:43 -04:00
},
{
"key": "impassable",
2014-08-25 15:55:07 -04:00
"description": "This is used by HOT."
2014-08-22 04:42:43 -04:00
},
{
"key": "status",
2014-08-25 15:55:07 -04:00
"description": "This is used by HOT."
2014-08-22 04:42:43 -04:00
},
{
"key": "access",
"object_types": [ "way" ]
2014-08-22 04:42:43 -04:00
},
{
"key": "barrier"
},
{
"key": "maxspeed",
"object_types": [ "way" ]
2014-08-22 04:42:43 -04:00
},
{
"key": "maxspeed:forward",
"object_types": [ "way" ]
2014-08-22 04:42:43 -04:00
},
{
"key": "maxspeed:backward",
"object_types": [ "way" ]
2014-08-22 04:42:43 -04:00
},
{
"key": "duration"
},
{
"key": "name",
"object_types": [ "way" ],
2014-08-22 04:42:43 -04:00
"description": "Name of road for navigation instructions."
},
{
"key": "ref",
"object_types": [ "way" ],
2014-08-22 04:42:43 -04:00
"description": "Ref of road for navigation instructions, overrides name."
},
{
"key": "junction",
"object_types": [ "way" ],
2014-08-22 04:42:43 -04:00
"value": "roundabout"
},
{
"key": "type",
"value": "restriction",
"object_types": [ "relation" ]
2014-08-22 04:42:43 -04:00
}
]
}