From 04e4cfc031dd888473f3ba1bc44d7141af75257a Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Mon, 1 Apr 2019 15:00:32 -0400 Subject: [PATCH] Flag paths with "no" access value for their implied designation (re: #6070) --- data/deprecated.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/deprecated.json b/data/deprecated.json index dd5ddb8c9..39173c30a 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -200,6 +200,18 @@ "old": {"highway": "abandoned"}, "replace": {"abandoned:highway": "*"} }, + { + "old": {"highway": "bridleway", "horse": "no"}, + "replace": {"highway": "path", "horse": "no"} + }, + { + "old": {"highway": "cycleway", "bicycle": "no"}, + "replace": {"highway": "path", "bicycle": "no"} + }, + { + "old": {"highway": "footway", "foot": "no"}, + "replace": {"highway": "path", "foot": "no"} + }, { "old": {"highway": "ford"}, "replace": {"ford": "*"}