Changes between Initial Version and Version 1 of Ticket #19474, comment 2


Ignore:
Timestamp:
2022-11-16T16:38:07+01:00 (3 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19474, comment 2

    initial v1  
    11I haven't been able to reproduce.
    22
    3 Looking at the [https://github.com/JOSM/pt_assistant/blob/ecd4671f9beb24861808c776344ea4d71c0ec40d~1/src/main/java/org/openstreetmap/josm/plugins/pt_assistant/utils/StopToWayAssigner.java#L115 code], it is likely `getBBox` returned `null` (since `stop.getPlatform() != null` is checked previously). Which is interesting, since a `Way` has been unable to return a `null` bbox since at least 2009.
     3Looking at the [https://github.com/JOSM/pt_assistant/blob/v2.1.14/src/main/java/org/openstreetmap/josm/plugins/pt_assistant/utils/StopToWayAssigner.java#L115 code], it is likely `getBBox` returned `null` (since `stop.getPlatform() != null` is checked previously). Which is interesting, since a `Way` has been unable to return a `null` bbox since at least 2009.