Changeset 8167 in josm for trunk/data/defaultpresets.xml
- Timestamp:
- 2015-04-04T00:11:54+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r8164 r8167 229 229 </chunk> 230 230 <chunk id="leaf"> 231 <combo key="leaf_type" text="Type" values="broadleaved,needleleaved,mixed,leafless" /> 232 <combo key="leaf_cycle" text="Cycle" values="deciduous,evergreen,semi_deciduous,semi_evergreen,mixed" /> 231 <combo key="leaf_type" text="Type" values="broadleaved,needleleaved,mixed,leafless" values_searchable="true" /> 232 <combo key="leaf_cycle" text="Cycle" values_searchable="true" > 233 <list_entry value="deciduous" short_description="Plants that are leafless for a certain period during the year." /> 234 <list_entry value="evergreen" short_description="Plants that are never entirely without green foliage." /> 235 <list_entry value="semi_deciduous" short_description="Plants that lose their foliage for a very short period, when old leaves fall off and new foliage growth is starting." /> 236 <list_entry value="semi_evergreen" short_description="Plants that lose most, but not all, of their foliage for a fraction of the year." /> 237 <list_entry value="mixed" short_description="Habitat with evergreen and deciduous vegetation." /> 238 </combo> 233 239 </chunk> 234 240 <chunk id="religious"> … … 1394 1400 <text key="species" text="Species" /> 1395 1401 <text key="taxon" text="Taxon" /> 1402 <reference ref="leaf" /> 1396 1403 </optional> 1397 1404 </item> <!-- Hedge -->
Note:
See TracChangeset
for help on using the changeset viewer.