add field for the "two_sided=yes" tag

see https://github.com/openstreetmap/iD/issues/9329#issuecomment-1270589307
This commit is contained in:
Martin Raifer
2022-10-11 18:30:38 +02:00
parent 96f30790a1
commit 2375a6bef4
6 changed files with 38 additions and 8 deletions
+4
View File
@@ -4,6 +4,10 @@
"height",
"material"
],
"moreFields": [
"{barrier}",
"two_sided"
],
"geometry": [
"line",
"area"
+4
View File
@@ -3,6 +3,10 @@
"fields": [
"material"
],
"moreFields": [
"{barrier}",
"two_sided"
],
"geometry": [
"line"
],
+2 -1
View File
@@ -3,7 +3,8 @@
"fields": [
"kerb",
"tactile_paving",
"wheelchair"
"wheelchair",
"two_sided"
],
"moreFields": [
"material"