We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
amenity=bench
armrest
color
moreFields
1 parent e11a6d2 commit 87d7b90Copy full SHA for 87d7b90
data/fields/armrest.json
@@ -0,0 +1,12 @@
1
+{
2
+ "key": "armrest",
3
+ "type": "check",
4
+ "label": "Armrests",
5
+ "strings": {
6
+ "options": {
7
+ "undefined": "Unknown",
8
+ "yes": "One or more armrests",
9
+ "no": "No armrests"
10
+ }
11
12
+}
data/presets/amenity/bench.json
@@ -2,11 +2,12 @@
"icon": "temaki-bench",
"fields": [
"backrest",
+ "armrest",
"material",
- "seats",
- "colour"
+ "seats"
],
"moreFields": [
+ "colour",
"access_simple",
"direction",
13
"height",
0 commit comments