Modify

Opened 3 years ago

Last modified 3 years ago

#21789 new enhancement

Add snowshoeing and running checkboxes to guidepost preset

Reported by: pyrog Owned by: team
Priority: normal Milestone:
Component: Internal preset Version:
Keywords: guidepost route marker Cc:

Description

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

        <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 -->

Attachments (1)

defaultpresets.xml (478.6 KB ) - added by pyrog 3 years ago.

Download all attachments as: .zip

Change History (4)

by pyrog, 3 years ago

Attachment: defaultpresets.xml added

comment:1 by skyper, 3 years ago

Component: CoreInternal preset
Keywords: guidepost route marker added

@pyrog:
Please, only attach diffs or patch files. The complete preset file is pretty useless.

Do we have some numbers of usage?

comment:2 by pyrog, 3 years ago

@skyper I don't know how to produce a diff/patch file and I'am not familiar with trac. Do you have a link ?

A lot of path in Jura, Alps… in France are shared by MTB, hiking, snowshoeing, running…
There are also winter routes (nordic skiing, snowshoeing). Guideposts, informations boards are specific, some are shared.

comment:3 by skyper, 3 years ago

See DevelopersGuide/PatchGuide and take a look at the attachment of tickets with patches.
Regarding WikiFormatting on Trac there is the option of TracSyntaxColoring for WikiProcessors.

Current numbers on nodes:

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain team.
as The resolution will be set. Next status will be 'closed'.
to The owner will be changed from team to the specified user.
Next status will be 'needinfo'. The owner will be changed from team to pyrog.
as duplicate The resolution will be set to duplicate. Next status will be 'closed'. The specified ticket will be cross-referenced with this ticket.
The owner will be changed from team to anonymous. Next status will be 'assigned'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.