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?
Attachments (0)
Change History (4)
comment:1 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → needinfo |
follow-up: 3 comment:2 by , 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>
comment:3 by , 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 , 12 years ago
Resolution: | → duplicate |
---|---|
Status: | needinfo → closed |
Closed as duplicate of #8661.
What exactly do you want us to change ?