Tracks2Map is a plugin for the OpenStreetMap editor JOSM. It opens all GPX tracks in the current map view from a specified directory. Optionally, it can work recursively on subdirectories. Only those tracks, are opened that actually cross the map view. If available, associated markers are opened as well.
As the plugin may open a number of GPX track layers and GPX marker layers at a time, it also provides a menu option for deleting all GPX layers at a time.
Tracks2Map plugin is configured as Eclipse Java project. The project directory must be placed in josm/plugins of the original JOSM source tree for build.xml to work. The location of the JOSM project needs to be specified on the build path. The built plugin Tracks2Map.jar will be found in josm/dist.
- Copy the plugin JAR file
Tracks2Map.jarinto the JOSM plugins directory. Under Linux, the plugins directory should be located at$HOME/.local/share/JOSM/plugins. - Launch JOSM and select
Edit -> Preferencesfrom the menu bar. - In the opened preferences dialog, select the tab
Plugins. - In the sub-tab
Plugins, select radio button optionAvailable. - Search for
Tracks2Map: [...]in the list of available plugins and select the checkbox. - Click the
OKbutton at the bottom. - It might be necessary to restart JOSM for the changes to take effect.
- From the JOSM menu bar, select
Edit -> Preferences. - In the opened preferences dialog, select the tab
Tracks2Map. - Select the directory with your recorded or gathered GPX tracks via the file chooser dialog and check the
Recursiveoption as needed. - Click the
OKbutton at the bottom.
For further information and screenshots visit the project wiki or the Track2Map plugin page on the OpenStreetMap wiki.