Modify ↓
Opened 7 years ago
Last modified 6 years ago
#17662 new defect
Wrong warnings for route=ferry relation
| Reported by: | nlehuby | Owned by: | Biswesh |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin pt_assistant | Version: | |
| Keywords: | template_report | Cc: | Polyglot, simon04 |
Description
What steps will reproduce the problem?
- load this route relation : http://www.openstreetmap.org/relation/2868848
- validate
- you get a warning "PT: Stop_position is not part of a way" for this node https://www.openstreetmap.org/node/2259760976, whereas it is actually part of multiple ways
What is the expected result?
We should not get this warning
What happens instead?
We get a false positive warning
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: 2019-03-31 21:17:00 +0200 (Sun, 31 Mar 2019)
Build-Date:2019-03-31 20:25:18
Revision:14945
Relative:URL: ^/trunk
Identification: JOSM/1.5 (14945 fr) Linux Ubuntu 16.04.6 LTS
Memory Usage: 555 MB / 1756 MB (178 MB allocated, but free)
Java version: 1.8.0_191-8u191-b12-2ubuntu0.16.04.1-b12, Oracle Corporation, OpenJDK 64-Bit Server VM
Screen: :0.0 1366x768
Maximum Screen Size: 1366x768
Java package: openjdk-8-jre:amd64-8u191-b12-2ubuntu0.16.04.1
VM arguments: [-Djosm.restart=true, -Djava.net.useSystemProxies=true]
Dataset consistency test: No problems found
Plugins:
+ Mapillary (1.5.18)
+ OpeningHoursEditor (34867)
+ PicLayer (34867)
+ apache-commons (34506)
+ apache-http (34632)
+ conflation (0.6.2)
+ ejml (34389)
+ geojson (116)
+ geotools (34513)
+ jaxb (34678)
+ jna (34867)
+ jts (34524)
+ log4j (34527)
+ opendata (34911)
+ pbf (34867)
+ pt_assistant (2.1.10)
+ todo (30306)
+ utilsplugin2 (34932)
Tagging presets:
+ https://josm.openstreetmap.de/josmfile?page=Presets/SITP-Transmilenio&zip=1
+ ${HOME}/github/zzz_josm_presets/police_FR.xml
Validator rules:
- https://github.com/Jungle-Bus/transport_mapcss/raw/gh-pages/transport.validator.zip
- ${HOME}/github/zz_poc_mapcss_swimming/Colour.validator.mapcss
- ${HOME}/github/zz_poc_mapcss_swimming/Power.validator.mapcss
+ ${HOME}/github/transport_mapcss/transport.validator.mapcss
Last errors/warnings:
- W: No configuration settings found. Using hardcoded default values for all pools.
Attachments (0)
Note:
See TracTickets
for help on using tickets.



Strange bug. It goes back to r6810 where ferry route relation has been added as a "non-public transport" route relation, and yet r6863 checked it a few days later as a public transport route relation.
@Simon: what do you think?