Modify

Opened 12 years ago

Closed 12 years ago

#8725 closed defect (duplicate)

defaultpresets.xml

Reported by: percherie Owned by: percherie
Priority: normal Milestone:
Component: Internal preset Version:
Keywords: Cc:

Description

Hello,

I corrected a lot of errors with JOSM and I often correct intersection of roads and rivers. They are often bridges that are not drawn.

The bridge tool requires each input bridge = yes and layer = 1 is that it is possible to change this default behavior?

Change History (4)

comment:1 by Don-vip, 12 years ago

Owner: changed from team to percherie
Status: newneedinfo

What exactly do you want us to change ?

comment:2 by percherie, 12 years ago

This relates to the issue of road or stream existing. When adding information "bridge", the default values ​​are not selected.

Temporarily I created my first preset with the following code for workaround :

        <item name="Simple bridge" fr.name="Pont simple" icon="presets/bridge.png" type="way">
            <key key="bridge" value="yes"/>
            <key key="layer" value="1"/>
        </item>
        <item name="Simple tunnel" fr.name="Tunnel simple" icon="presets/tunnel.png" type="way">
            <key key="tunnel" value="yes"/>
            <key key="layer" value="-1"/>
        </item>
        <item name="Simple culvert" fr.name="Buse simple" icon="presets/tunnel.png" type="way">
            <key key="tunnel" value="culvert"/>
            <key key="layer" value="-1"/>
        </item>

in reply to:  2 comment:3 by skyper, 12 years ago

Replying to percherie:

This relates to the issue of road or stream existing. When adding information "bridge", the default values ​​are not selected.

Temporarily I created my first preset with the following code for workaround :

        <item name="Simple bridge" fr.name="Pont simple" icon="presets/bridge.png" type="way">
            <key key="bridge" value="yes"/>
            <key key="layer" value="1"/>
        </item>
        <item name="Simple tunnel" fr.name="Tunnel simple" icon="presets/tunnel.png" type="way">
            <key key="tunnel" value="yes"/>
            <key key="layer" value="-1"/>
        </item>
        <item name="Simple culvert" fr.name="Buse simple" icon="presets/tunnel.png" type="way">
            <key key="tunnel" value="culvert"/>
            <key key="layer" value="-1"/>
        </item>

Please try latest. This was fixed in r5949 (see #8661).

By the way, do you know the one click preset.

comment:4 by skyper, 12 years ago

Resolution: duplicate
Status: needinfoclosed

Closed as duplicate of #8661.

Add Comment


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