mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 07:46:58 +02:00
Fix toilet access field (fixes #1754)
This commit is contained in:
@@ -42,6 +42,8 @@ en:
|
||||
destination:
|
||||
title: Destination
|
||||
description: Access permitted only to reach a destination
|
||||
access_toilets:
|
||||
label: Access
|
||||
address:
|
||||
label: Address
|
||||
placeholders:
|
||||
|
||||
@@ -46,6 +46,17 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"access_toilets": {
|
||||
"key": "access",
|
||||
"type": "combo",
|
||||
"label": "Access",
|
||||
"options": [
|
||||
"public",
|
||||
"permissive",
|
||||
"private",
|
||||
"customers"
|
||||
]
|
||||
},
|
||||
"address": {
|
||||
"type": "address",
|
||||
"keys": [
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "access",
|
||||
"type": "combo",
|
||||
"label": "Access",
|
||||
"options": ["public", "permissive", "private", "customers"]
|
||||
}
|
||||
@@ -1102,7 +1102,7 @@
|
||||
"toilets/disposal",
|
||||
"operator",
|
||||
"building_area",
|
||||
"access"
|
||||
"access_toilets"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"toilets/disposal",
|
||||
"operator",
|
||||
"building_area",
|
||||
"access"
|
||||
"access_toilets"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
Vendored
+4
-1
@@ -425,6 +425,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"access_toilets": {
|
||||
"label": "Access"
|
||||
},
|
||||
"address": {
|
||||
"label": "Address",
|
||||
"placeholders": {
|
||||
@@ -2041,4 +2044,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user