From 11f146a81bec16bdc1781f4f7fcb0404c5c2354a Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Mon, 13 Jun 2022 20:51:44 +0200 Subject: [PATCH] allow names on informal paths/footways --- data/presets/highway/footway/_informal.json | 1 + data/presets/highway/path/informal.json | 1 + 2 files changed, 2 insertions(+) diff --git a/data/presets/highway/footway/_informal.json b/data/presets/highway/footway/_informal.json index 81eabdbd..bef19897 100644 --- a/data/presets/highway/footway/_informal.json +++ b/data/presets/highway/footway/_informal.json @@ -9,6 +9,7 @@ "incline" ], "moreFields": [ + "name", "covered_no", "dog", "informal", diff --git a/data/presets/highway/path/informal.json b/data/presets/highway/path/informal.json index 08975978..0fefbadb 100644 --- a/data/presets/highway/path/informal.json +++ b/data/presets/highway/path/informal.json @@ -9,6 +9,7 @@ "incline" ], "moreFields": [ + "name", "covered_no", "dog", "horse_scale",