﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
21789	Add snowshoeing and running checkboxes to guidepost preset	pyrog	team	"Hiking path (at least in France) are often used also for snowshoeing and running (called ""TRAIL"" in France).
Adding these checkboxes will save time to edit guideposts.

josm/trunk/data/defaultpresets.xml
{{{#!xml
        <item name=""Guidepost"" icon=""presets/misc/information/guidepost.svg"" type=""node"" preset_name_label=""true"">
            <link wiki=""Tag:information=guidepost"" />
            <label text=""A Signpost/Guidepost to indicate the directions to different destinations."" />
            <space />
            <key key=""tourism"" value=""information"" />
            <key key=""information"" value=""guidepost"" />
            <reference ref=""name_ref_operator"" />
            <text key=""ele"" text=""Elevation"" />
            <optional text=""Routes shown for:"">
                <check key=""hiking"" text=""Hiking"" />
                <check key=""running"" text=""Running"" />
                <check key=""bicycle"" text=""Cycling"" />
                <check key=""mtb"" text=""Mountainbiking"" />
                <check key=""ski"" text=""Skiing"" />
                <check key=""snowshoe"" text=""Snowshoeing"" />
                <check key=""horse"" text=""Riding"" />
                <space />
                <label text=""... other transportation modes possible"" />
            </optional>
        </item> <!-- Guidepost -->
        <item name=""Route marker"" icon=""presets/misc/information/route_marker.svg"" type=""node"" preset_name_label=""true"">
            <link wiki=""Key:information"" />
            <space />
            <key key=""tourism"" value=""information"" />
            <key key=""information"" value=""route_marker"" />
            <reference ref=""name_ref_operator"" />
            <text key=""ele"" text=""Elevation"" />
            <optional text=""Routes shown for:"">
                <check key=""hiking"" text=""Hiking"" />
                <check key=""running"" text=""Running"" />
                <check key=""bicycle"" text=""Cycling"" />
                <check key=""mtb"" text=""Mountainbiking"" />
                <check key=""ski"" text=""Skiing"" />
                <check key=""snowshoe"" text=""Snowshoeing"" />
                <check key=""horse"" text=""Riding"" />
                <space />
                <label text=""... other transportation modes possible"" />
            </optional>
        </item> <!-- Route marker -->
}}}
"	enhancement	new	normal		Internal preset			guidepost route marker	
