Changes between Initial Version and Version 1 of Ticket #15871


Ignore:
Timestamp:
2018-02-04T16:56:57+01:00 (6 years ago)
Author:
Klumbumbus
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15871 – Description

    initial v1  
    11The preset for natural=tree misses input fields for circumference and denotation. Below my code for the chunk:
    2 
     2{{{
     3#!xml
    34    <chunk id="denotation">
    45        <combo key="denotation" text="Cycle" values_searchable="true" >
     
    1011        </combo>
    1112    </chunk>
    12 
     13}}}
    1314Below the completed code for the item, also added a missing link to Norwegian wiki page.
    14 
     15{{{
     16#!xml
    1517        <item name="Tree" icon="presets/landmark/trees.svg" type="node" preset_name_label="true">
    1618            <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=tree"
     
    3739            <reference ref="denotation" />
    3840        </item> <!-- Tree -->
     41}}}