You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks a lot!
I tried to look through the function briefly, but it's quite a lot of code and it was contributed quite some time ago, so I'm not familiar with it. Eventually you have a not so common use case with your very long lines, which is not covered with pgRouting tests.
Problem
pgr_nodenetwork misses nodes on very long ferry lines imported from OSM.
To Reproduce
Load the table
public.lines
from the sql in the Sample Data section.Execute
Expectation
All points where the lines overlap should be noded. However, some are missing.
Multiple re-runs give the same missing nodes, so the failure seems to be at least stable over time.
With the results from this sample data, one is missing (in the middle, above the two overlapping nodes):
Sample Data
This was imported with
osm2pgsql
from the fileferries-problematic.osm.pbf
in this zip:ferries-problematic.zip
Platform/versions
The text was updated successfully, but these errors were encountered: