From 1bb71ff3f2b64d242d0a06d456fdb47266fbe8af Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Thu, 3 Sep 2020 11:28:57 -0400 Subject: [PATCH] Add derived data --- data/presets/presets.json | 2 +- data/taginfo.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/presets/presets.json b/data/presets/presets.json index 640542dfa..c607f027a 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -573,7 +573,7 @@ "highway/street_lamp": {"icon": "temaki-street_lamp_arm", "geometry": ["point", "vertex"], "tags": {"highway": "street_lamp"}, "fields": ["lamp_type", "lamp_mount", "direction", "height", "ref"], "terms": ["streetlight", "street light", "lamp", "light", "gaslight"], "name": "Street Lamp"}, "highway/tertiary_link": {"icon": "iD-highway-tertiary-link", "fields": ["{highway/primary_link}"], "moreFields": ["{highway/primary_link}"], "geometry": ["line"], "tags": {"highway": "tertiary_link"}, "terms": ["on ramp", "off ramp", "ramp", "road", "street"], "name": "Tertiary Link"}, "highway/tertiary": {"icon": "iD-highway-tertiary", "fields": ["{highway/primary}"], "moreFields": ["{highway/primary}"], "geometry": ["line"], "tags": {"highway": "tertiary"}, "terms": ["road", "street"], "name": "Tertiary Road"}, - "highway/toll_gantry": {"notCountryCodes": ["de"], "icon": "temaki-height_restrictor", "fields": ["ref", "operator", "access", "maxheight", "opening_hours", "opening_hours/covid19", "payment_multi"], "moreFields": ["website"], "geometry": ["vertex"], "tags": {"highway": "toll_gantry"}, "terms": ["license plate camera toll", "cashless toll", "electronic toll", "free-flow toll", "toll gantry", "transponder toll"], "name": "Open Road Toll"}, + "highway/toll_gantry": {"notCountryCodes": ["de"], "icon": "temaki-toll_gantry", "fields": ["ref", "operator", "access", "maxheight", "opening_hours", "opening_hours/covid19", "payment_multi"], "moreFields": ["website"], "geometry": ["vertex"], "tags": {"highway": "toll_gantry"}, "terms": ["license plate camera toll", "cashless toll", "electronic toll", "free-flow toll", "toll gantry", "transponder toll"], "name": "Open Road Toll"}, "highway/track": {"icon": "fas-truck-monster", "fields": ["name", "tracktype", "surface", "width", "structure", "access", "incline", "smoothness"], "moreFields": ["covered", "flood_prone", "horse_scale", "maxweight_bridge", "mtb/scale", "mtb/scale/imba", "mtb/scale/uphill", "stroller", "wheelchair"], "geometry": ["line"], "tags": {"highway": "track"}, "terms": ["woods road", "forest road", "logging road", "fire road", "farm road", "agricultural road", "ranch road", "carriage road", "primitive", "unmaintained", "rut", "offroad", "4wd", "4x4", "four wheel drive", "atv", "quad", "jeep", "double track", "two track"], "name": "Unmaintained Track Road"}, "highway/traffic_mirror": {"icon": "maki-circle-stroked", "geometry": ["point", "vertex"], "fields": ["direction"], "tags": {"highway": "traffic_mirror"}, "terms": ["blind spot", "convex", "corner", "curved", "roadside", "round", "safety", "sphere", "visibility"], "name": "Traffic Mirror"}, "highway/traffic_signals": {"icon": "temaki-traffic_signals", "geometry": ["vertex"], "tags": {"highway": "traffic_signals"}, "fields": ["traffic_signals", "traffic_signals/direction"], "terms": ["light", "stoplight", "traffic light"], "name": "Traffic Signals"}, diff --git a/data/taginfo.json b/data/taginfo.json index 31fab8c8a..f0e786d22 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -556,7 +556,7 @@ {"key": "highway", "value": "street_lamp", "description": "🄿 Street Lamp", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/street_lamp_arm.svg"}, {"key": "highway", "value": "tertiary_link", "description": "🄿 Tertiary Link", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/iD-sprite/presets/highway-tertiary-link.svg"}, {"key": "highway", "value": "tertiary", "description": "🄿 Tertiary Road", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/iD-sprite/presets/highway-tertiary.svg"}, - {"key": "highway", "value": "toll_gantry", "description": "🄿 Open Road Toll", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/height_restrictor.svg"}, + {"key": "highway", "value": "toll_gantry", "description": "🄿 Open Road Toll", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/toll_gantry.svg"}, {"key": "highway", "value": "track", "description": "🄿 Unmaintained Track Road", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-truck-monster.svg"}, {"key": "highway", "value": "traffic_mirror", "description": "🄿 Traffic Mirror", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/circle-stroked-15.svg"}, {"key": "highway", "value": "traffic_signals", "description": "🄿 Traffic Signals", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/traffic_signals.svg"},