From 3d9cd5b5bfa2b4be7d228cc62202037d24794849 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Fri, 5 Apr 2019 09:55:14 -0700 Subject: [PATCH] Fix highway=unsurfaced replacement tags --- data/deprecated.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/deprecated.json b/data/deprecated.json index 3fa21db97..f58b6f4a2 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -245,7 +245,7 @@ }, { "old": {"highway": "unsurfaced"}, - "replace": {"highway": "road", "incline": "unpaved"} + "replace": {"highway": "road", "surface": "unpaved"} }, { "old": {"kerb": "dropped"},