Ticket #23753: 23753.patch

File 23753.patch, 1.4 KB (added by GerdP, 5 months ago)

add closedway to preset

  • resources/data/defaultpresets.xml

     
    99739973            <combo key="colour:text" text="Color of text (HTML name or hexadecimal code)" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" values_context="color" />
    99749974            <combo key="colour:arrow" text="Color of border/arrow (HTML name or hexadecimal code)" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" values_context="color" />
    99759975            <roles>
    9976                 <role key="from" text="last way before junction" requisite="optional" type="node,way" />
     9976                <role key="from" text="last way before junction" requisite="optional" type="node,way,closedway" />
    99779977                <role key="intersection" text="node of the intersection" requisite="optional" count="1" type="node" />
    9978                 <role key="to" text="first way after junction" requisite="required" count="1" type="node,way" />
     9978                <role key="to" text="first way after junction" requisite="required" count="1" type="node,way,closedway" />
    99799979                <role key="sign" text="position of sign" requisite="optional" type="node" />
    99809980            </roles>
    99819981        </item> <!-- Destination Sign -->