Changes between Initial Version and Version 1 of Ticket #15871
- Timestamp:
- 2018-02-04T16:56:57+01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15871 – Description
initial v1 1 1 The preset for natural=tree misses input fields for circumference and denotation. Below my code for the chunk: 2 2 {{{ 3 #!xml 3 4 <chunk id="denotation"> 4 5 <combo key="denotation" text="Cycle" values_searchable="true" > … … 10 11 </combo> 11 12 </chunk> 12 13 }}} 13 14 Below the completed code for the item, also added a missing link to Norwegian wiki page. 14 15 {{{ 16 #!xml 15 17 <item name="Tree" icon="presets/landmark/trees.svg" type="node" preset_name_label="true"> 16 18 <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=tree" … … 37 39 <reference ref="denotation" /> 38 40 </item> <!-- Tree --> 41 }}}