Closed LdDl closed 2 years ago
Implemented in https://github.com/LdDl/osm2ch/pull/12
fmt.Sprintf("%d", edge.SourceOSMWayID),
fmt.Sprintf("%d", edge.TargetOSMWayID),
fmt.Sprintf("%d", edge.SourceComponent.SourceNodeID), fmt.Sprintf("%d", edge.SourceComponent.TargetNodeID),
fmt.Sprintf("%d", edge.TargeComponent.SourceNodeID), fmt.Sprintf("%d", edge.TargeComponent.TargetNodeID),
If we will need all Nodes' IDs along the certain Way open new issue for new feature
Is your feature request related to a problem? Please describe. Current utlity doesn't export source OSM ids (way/node).
Describe the solution you'd like and provide pseudocode examples if you can pseudocode'ish
And then export it into CSV as separate columns
Describe alternatives you've considered and provide pseudocode examples if you can nope
Additional context nope