Skip to content

Commit

Permalink
Add armrest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Jul 22, 2024
1 parent b35787b commit af0a59e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions master_preset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2573,8 +2573,9 @@
<text key="network" text="Network"/>
</optional>
</chunk>
<chunk id="backrest">
<chunk id="back_and_armrest">
<check key="backrest" text="Backrest"/>
<check key="armrest" text="Armrest"/>
</chunk>
<chunk id="intermittent">
<check key="intermittent" text="Is the water body intermittent (doesn't permanently contain water)?" disable_off="true"/>
Expand Down Expand Up @@ -7698,7 +7699,7 @@
<link wiki="Tag:leisure=picnic_table"/>
<space/>
<key key="leisure" value="picnic_table"/>
<reference ref="backrest"/>
<reference ref="back_and_armrest"/>
<reference ref="material"/>
<reference ref="colours" />
<check key="covered" text="Covered"/>
Expand Down Expand Up @@ -9412,7 +9413,7 @@
<link wiki="Tag:amenity=bench"/>
<space/>
<key key="amenity" value="bench"/>
<reference ref="backrest"/>
<reference ref="back_and_armrest"/>
<reference ref="material"/>
<reference ref="colours" />
<combo key="seats" text="Seats count" values="1,2,3,4,5,6,7,8,9,10" value_type="integer"/>
Expand All @@ -9425,7 +9426,7 @@
<link wiki="Tag:leisure=bleachers"/>
<space/>
<key key="leisure" value="bleachers"/>
<reference ref="backrest"/>
<reference ref="back_and_armrest"/>
<reference ref="material"/>
<reference ref="colours" />
<optional>
Expand Down

0 comments on commit af0a59e

Please sign in to comment.