mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Run make to update generated preset files
This commit is contained in:
@@ -309,6 +309,9 @@ en:
|
||||
description:
|
||||
# 'description=*'
|
||||
label: Description
|
||||
diaper:
|
||||
# 'diaper=*'
|
||||
label: Diaper Changing Available
|
||||
dock:
|
||||
# 'dock=*'
|
||||
label: Type
|
||||
|
||||
@@ -408,6 +408,21 @@
|
||||
"type": "textarea",
|
||||
"label": "Description"
|
||||
},
|
||||
"diaper": {
|
||||
"key": "diaper",
|
||||
"type": "combo",
|
||||
"label": "Diaper Changing Available",
|
||||
"options": [
|
||||
"yes",
|
||||
"no",
|
||||
"room",
|
||||
"1",
|
||||
"2",
|
||||
"3",
|
||||
"4",
|
||||
"5"
|
||||
]
|
||||
},
|
||||
"dock": {
|
||||
"key": "dock",
|
||||
"type": "combo",
|
||||
|
||||
@@ -1912,7 +1912,8 @@
|
||||
"building_area",
|
||||
"access_toilets",
|
||||
"gender",
|
||||
"fee"
|
||||
"fee",
|
||||
"diaper"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
Vendored
+3
@@ -883,6 +883,9 @@
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
"diaper": {
|
||||
"label": "Diaper Changing Available"
|
||||
},
|
||||
"dock": {
|
||||
"label": "Type"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user