#16436 closed defect (invalid)
wrong Upload check: Road crosses streem
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core validator | Version: | |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- draw a line with tag: track = footway + bridge = yes and cross this line with another line tagged with waterway = stream
- try to upload it
- JOSM makes a notification, that both lines are crossing each other, which is not the fact, due to the tag bridge = yes, which implicates, that the bridges goes over the stream and this positon.
What is the expected result?
Improved check before upload
What happens instead?
Please provide any additional information below. Attach a screenshot if possible.
URL:https://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2018-05-31 00:51:20 +0200 (Thu, 31 May 2018) Build-Date:2018-05-30 22:58:01 Revision:13878 Relative:URL: ^/trunk Identification: JOSM/1.5 (13878 de) Mac OS X 10.13.5 OS Build number: Mac OS X 10.13.5 (17F77) Memory Usage: 1550 MB / 2731 MB (740 MB allocated, but free) Java version: 1.8.0_171-b11, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM Screen: Display 441084945 2560x1080 Maximum Screen Size: 2560x1080 VM arguments: [-Djava.library.path=/private/var/folders/mq/zwtfhdb533d13ylzfqpbjrfc0000gn/T/AppTranslocation/410C6339-0E09-4117-A9D7-408858A2B0ED/d/JOSM.app/Contents/MacOS, -DLibraryDirectory=${HOME}/Library, -DDocumentsDirectory=${HOME}/Documents, -DApplicationSupportDirectory=${HOME}/Library/Application Support, -DCachesDirectory=${HOME}/Library/Caches, -DSandboxEnabled=false, -Dapple.laf.useScreenMenuBar=true, -Dcom.apple.macos.use-file-dialog-packages=true, -Dcom.apple.macos.useScreenMenuBar=true, -Dcom.apple.mrj.application.apple.menu.about.name=JOSM, -Dcom.apple.smallTabs=true] Dataset consistency test: No problems found Plugins: + buildings_tools (34212) + continuosDownload (68) + contourmerge (1032) + editgpx (34109) + utilsplugin2 (34221) Map paint styles: + https://pasharm.github.io/New_basic_style_for_JOSM/New_basic_style.mapcss Last errors/warnings: - W: Unable to convert property color to type class java.awt.Color: found # of type class java.lang.String! - W: Unable to convert property color to type class java.awt.Color: found # of type class java.lang.String! - W: Unable to convert property color to type class java.awt.Color: found # of type class java.lang.String! - W: Unable to convert property color to type class java.awt.Color: found # of type class java.lang.String! - W: Unable to convert property color to type class java.awt.Color: found # of type class java.lang.String! - W: Unable to convert property color to type class java.awt.Color: found # of type class java.lang.String! - W: Unable to convert property color to type class java.awt.Color: found # of type class java.lang.String! - W: Unable to convert property color to type class java.awt.Color: found # of type class java.lang.String! - W: Unable to convert property color to type class java.awt.Color: found # of type class java.lang.String! - W: Unable to convert property color to type class java.awt.Color: found # of type class java.lang.String!
Attachments (1)
Change History (5)
by , 7 years ago
Attachment: | Bildschirmfoto 2018-06-28 um 13.03.13.png added |
---|
comment:1 by , 7 years ago
comment:2 by , 7 years ago
Component: | Core bugreport → Core validator |
---|---|
Resolution: | → invalid |
Status: | new → closed |
For crossing highway/waterway ways add the layer tag.
comment:3 by , 7 years ago
Is it possible to get this tag (layer = ±1) added automatically?
I mean, if I tag a bridge, it's clear, that layer = 1 should be added. In case I tag a tunnel, layer = -1 should be added. ID-Editor do this automatically and from my point of view, it makes sense.
comment:4 by , 7 years ago
The layer tag is automatically set when you use the internal bridge preset at Man Made -> Bridges -> Bridge. (same for tunnel). You may also use wiki:Presets/OneClick.
When manually adding tags via the add value dialog (Alt+A) no other tags are set automatically, which is the wanted behavior.
I have observed this problem also with highway = path, bridge = yes crossed with waterway = stream.