Skip to content

Commit

Permalink
Add tree_form tag
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Mar 23, 2024
1 parent a4dc244 commit 9e0c670
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions master_preset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1540,6 +1540,14 @@
<list_entry value="agricultural" display_value="Agricultural" short_description="Trees in agricultural use."/>
</combo>
</chunk>
<chunk id="tree_form">
<combo key="tree_form" text="Tree form" values_searchable="true" values_context="tree_form">
<list_entry value="natural" display_value="Natural" short_description="Uncropped."/>
<list_entry value="symmetric" display_value="Symmetric" short_description="Cropped in a symmetric fashion."/>
<list_entry value="pollard" display_value="Pollard" short_description="Pollard cropping."/>
<list_entry value="unbalanced" display_value="Unbalanced" />
</combo>
</chunk>
<chunk id="tree_base">
<link wiki="Tag:natural=tree"/>
<key key="natural" value="tree"/>
Expand All @@ -1551,6 +1559,7 @@
<reference ref="denotation" />
<optional>
<text key="diameter_crown" text="Crown diameter (meters)"/>
<reference ref="tree_form" />
</optional>
</chunk>
<!-- start of religions and denominations -->
Expand Down Expand Up @@ -13576,6 +13585,7 @@
<reference ref="genus_species_taxon"/>
<reference ref="leaf"/>
<reference ref="denotation"/>
<reference ref="tree_form" />
</optional>
</item> <!-- Tree Row -->
<item name="Tree Stump" icon="${natural_tree_stump}" type="node" preset_name_label="true">
Expand Down

0 comments on commit 9e0c670

Please sign in to comment.