Fix toilet access field (fixes #1754)

This commit is contained in:
John Firebaugh
2013-08-27 11:41:34 -07:00
parent ffa3997fdd
commit 250bfdad27
6 changed files with 25 additions and 3 deletions
+2
View File
@@ -42,6 +42,8 @@ en:
destination:
title: Destination
description: Access permitted only to reach a destination
access_toilets:
label: Access
address:
label: Address
placeholders:
+11
View File
@@ -46,6 +46,17 @@
}
}
},
"access_toilets": {
"key": "access",
"type": "combo",
"label": "Access",
"options": [
"public",
"permissive",
"private",
"customers"
]
},
"address": {
"type": "address",
"keys": [
+6
View File
@@ -0,0 +1,6 @@
{
"key": "access",
"type": "combo",
"label": "Access",
"options": ["public", "permissive", "private", "customers"]
}
+1 -1
View File
@@ -1102,7 +1102,7 @@
"toilets/disposal",
"operator",
"building_area",
"access"
"access_toilets"
],
"geometry": [
"point",
+1 -1
View File
@@ -3,7 +3,7 @@
"toilets/disposal",
"operator",
"building_area",
"access"
"access_toilets"
],
"geometry": [
"point",
+4 -1
View File
@@ -425,6 +425,9 @@
}
}
},
"access_toilets": {
"label": "Access"
},
"address": {
"label": "Address",
"placeholders": {
@@ -2041,4 +2044,4 @@
}
}
}
}
}