mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 13:18:15 +02:00
Recognize more kinds of concrete surface as "paved"
This commit is contained in:
+3
-1
@@ -48,7 +48,9 @@ export var osmPavedTags = {
|
||||
'surface': {
|
||||
'paved': true,
|
||||
'asphalt': true,
|
||||
'concrete': true
|
||||
'concrete': true,
|
||||
'concrete:lanes': true,
|
||||
'concrete:plates': true
|
||||
},
|
||||
'tracktype': {
|
||||
'grade1': true
|
||||
|
||||
Reference in New Issue
Block a user