Skip to content

Commit dd1705e

Browse files
committed
fix highway=construction preset, closes #443, closes #416
1 parent cc411a7 commit dd1705e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

data/presets/highway/construction.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,19 @@
1414
"line"
1515
],
1616
"tags": {
17+
"highway": "construction"
18+
},
19+
"removeTags": {
1720
"highway": "construction",
18-
"access": "no"
21+
"construction": "*"
1922
},
2023
"terms": [
24+
"closed road",
2125
"closure",
2226
"construction",
2327
"road closed",
2428
"road work",
2529
"roadwork"
2630
],
27-
"name": "Closed Road"
31+
"name": "Road under Construction"
2832
}

0 commit comments

Comments
 (0)