From 60d0a79be5acbeedf1e9d16fb3b95fc38fb5b8ec Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sat, 18 Jun 2016 00:29:18 -0400 Subject: [PATCH] Add sidewalk preset to Path presets category and run make --- data/presets/categories.json | 2 ++ data/presets/categories/path.json | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/data/presets/categories.json b/data/presets/categories.json index 6387343fd..db4ead5ca 100644 --- a/data/presets/categories.json +++ b/data/presets/categories.json @@ -61,6 +61,8 @@ "icon": "category-path", "members": [ "highway/pedestrian", + "footway/crosswalk", + "footway/sidewalk", "highway/footway", "highway/cycleway", "highway/bridleway", diff --git a/data/presets/categories/path.json b/data/presets/categories/path.json index dc90aabe1..fe13881f5 100644 --- a/data/presets/categories/path.json +++ b/data/presets/categories/path.json @@ -4,8 +4,9 @@ "icon": "category-path", "members": [ "highway/pedestrian", - "highway/footway", + "footway/crosswalk", "footway/sidewalk", + "highway/footway", "highway/cycleway", "highway/bridleway", "highway/path",