Skip to content

Opens all GPX tracks in the current map view from a specified directory. Can work recursively on subdirectories and provides an option to close all GPX layers at once.

License

Notifications You must be signed in to change notification settings

hhtznr/JOSM-Tracks2Map-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JOSM Tracks2Map Plugin

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.

Building from source

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.

Installation

  1. Copy the plugin JAR file Tracks2Map.jar into the JOSM plugins directory. Under Linux, the plugins directory should be located at $HOME/.local/share/JOSM/plugins.
  2. Launch JOSM and select Edit -> Preferences from the menu bar.
  3. In the opened preferences dialog, select the tab Plugins.
  4. In the sub-tab Plugins, select radio button option Available.
  5. Search for Tracks2Map: [...] in the list of available plugins and select the checkbox.
  6. Click the OK button at the bottom.
  7. It might be necessary to restart JOSM for the changes to take effect.

Configuration

  1. From the JOSM menu bar, select Edit -> Preferences.
  2. In the opened preferences dialog, select the tab Tracks2Map.
  3. Select the directory with your recorded or gathered GPX tracks via the file chooser dialog and check the Recursive option as needed.
  4. Click the OK button at the bottom.

For further information and screenshots visit the project wiki or the Track2Map plugin page on the OpenStreetMap wiki.

About

Opens all GPX tracks in the current map view from a specified directory. Can work recursively on subdirectories and provides an option to close all GPX layers at once.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages