Modify ↓
Opened 4 years ago
Last modified 4 years ago
#19649 new enhancement
Specify key name in Number of lanes greater than *:lanes
Reported by: | mkoniecz | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core validator | Version: | |
Keywords: | template_report lanes-tagging Lanes.java | Cc: |
Description (last modified by )
What steps will reproduce the problem?
- Select way with soup of tags including
lanes:backward=1 lanes:forward=2 lanes=3 turn:lanes=left|through;right
- run validator
- become confused
What is the expected result?
Number of lanes greater than turn:lanes (1)
What happens instead?
Number of lanes greater than *:lanes (1)
Please provide any additional information below. Attach a screenshot if possible.
Relative:URL: ^/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2020-06-30 19:13:42 +0200 (Tue, 30 Jun 2020) Revision:16731 Build-Date:2020-07-01 01:30:51 URL:https://josm.openstreetmap.de/svn/trunk Identification: JOSM/1.5 (16731 en_GB) Linux Ubuntu 20.04.1 LTS Memory Usage: 389 MB / 976 MB (86 MB allocated, but free) Java version: 11.0.8+10-post-Ubuntu-0ubuntu120.04, Ubuntu, OpenJDK 64-Bit Server VM Look and Feel: javax.swing.plaf.metal.MetalLookAndFeel Screen: :0.0 1920x1080 (scaling 1.0x1.0) Maximum Screen Size: 1920x1080 Best cursor sizes: 16x16 -> 16x16, 32x32 -> 32x32 Java package: openjdk-11-jre:amd64-11.0.8+10-0ubuntu1~20.04 Java ATK Wrapper package: libatk-wrapper-java:all-0.37.1-1 libcommons-logging-java: libcommons-logging-java:all-1.2-2 fonts-noto: fonts-noto:- Dataset consistency test: No problems found Plugins: + buildings_tools (35500) + measurement (35405) + reverter (35499) + todo (30306) Last errors/warnings: - W: java.net.SocketTimeoutException: Read timed out. Cause: java.net.SocketTimeoutException: Read timed out
Attachments (0)
Change History (3)
comment:1 by , 4 years ago
Description: | modified (diff) |
---|
comment:2 by , 4 years ago
Keywords: | lanes-tagging Lanes.java added |
---|
comment:3 by , 4 years ago
Summary: | Specify key name in Number of lanes greater than *:lanes (1) → Specify key name in Number of lanes greater than *:lanes |
---|
Note:
See TracTickets
for help on using tickets.
The problem is that if there is more than one tag with problematic value there is still only one warning and only one key would be displayed instead of all. As the test is an own java file, displaying all keys with problematic values should be possible.