nodesToFeatureCollection
fun nodesToFeatureCollection(nodes: List<Node>, myNodeNum: Int? = null): FeatureCollection<Point, JsonObject?>(source)
Projects nodes into a GeoJSON FeatureCollection for the clustered node source.
Nodes without a usable fix are dropped rather than emitted at (0, 0) — that is what produced the "flying through the ocean" jump on the OSMdroid map.