Add attribute height to tag for retaining_wall

Same as for hedge https://github.com/openstreetmap/iD/blob/mast/data/presets/presets/barrier/hedge.json
This commit is contained in:
Tobias
2018-06-25 20:48:41 +02:00
committed by GitHub
parent 048ea07025
commit 7ff178b675

View File

@@ -1,4 +1,7 @@
{
"fields": [
"height"
],
"geometry": [
"line",
"area"
@@ -7,4 +10,4 @@
"barrier": "retaining_wall"
},
"name": "Retaining Wall"
}
}