From ab24d6bd96ef18c623fbfad2c5a1e9babc5a58a0 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Fri, 22 Aug 2014 10:42:43 +0200 Subject: [PATCH] add JSON file for taginfo analysis --- taginfo.json | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 taginfo.json diff --git a/taginfo.json b/taginfo.json new file mode 100644 index 000000000..6b8ec7f64 --- /dev/null +++ b/taginfo.json @@ -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" + } + ] +}