add JSON file for taginfo analysis

This commit is contained in:
Dennis Luxen 2014-08-22 10:42:43 +02:00
parent 7782c80c4f
commit ab24d6bd96

71
taginfo.json Normal file
View File

@ -0,0 +1,71 @@
{
"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"
}
]
}