Hi. I have thousands of gpx tracks and make it routable path with it on JOSM. and then I will make my own mapsforge map I use "J" command to connect intersection part of every tracks manually. But It needs much time and I worry about missing some of the part. I found scripting plugin for JOSM. but I don't know how to make script for automatic "J" command I guess the procedure like this. 1. Define preset value of distance of 'node to way' (ex. 10m) 2. On the script, search whole bound of gpx tracks and compare with the value to preset. 3. Join node to way 4. loop Need some advise . Thanks asked 11 Feb '20, 04:59 orango6666 |
The plugin utilsplugin2 comes with a command "Add Nodes at intersections" (shift-I), see https://wiki.openstreetmap.org/wiki/JOSM/Plugins/utilsplugin2#Add_nodes_at_intersections_.28Shift.2BI.29. Select all ways, press shift-I. done answered 11 Feb '20, 11:04 escada |
Thank you for answer, escada. It works nice! I have one more question. Is there some way to join node with adjacent way automatically? answered 12 Feb '20, 00:17 orango6666 |