I have a dataset of local roads, which I want to use for ShortestPathFinder.
The road network includes roads on islands, and those roads are not connected to the roads on the mainland.
Is there a transformer that can output only those roads that are part of the mainland road network? I want to eliminate the islands.