Skip to content

JOSM/areaselector

Repository files navigation

JOSM Area Selector Plugin

JOSM area selector is a plugin to help creating buildings and other areas from existing imagery. Currently creating buildings is a manual task which takes much time. This plugin should help on that task.

Documentation

You can find out more about how to use the plugin and how it works in the project Wiki.

If you want to know how to configure the plugin, you can look at the Configuration Wiki page.

Building from source

Checkout the JOSM source, compile it and checkout the plugin source:

svn co https://josm.openstreetmap.de/osmsvn/applications/editors/josm josm
cd josm/core
ant clean dist
cd ../plugins
rm -rf areaselector
git clone https://github.com/JOSM/JOSM-areaselector.git areaselector
cd areaselector
ant clean install

Now Restart JOSM and activate the areaselector plugin in your preferences. Under Tools you should now see a new Tool called "Area Selector".

Details about plugin development can be found in the JOSM wiki.

License

This plugin was developed by Paul Woelfel (r00tat) and Thomas Konrad (thomaskonrad). You can contact us on github.

This software is licensed under GPL v3.

Third party resources

For image manipulation Marvin Project is used. The code was rebundled as jar files to make it easier to include. The MarvinPluginLoader was extended to search for already loaded classes first, before loading Plugins directly from jar files. The source is included in the jar files.

The second image manipulation library, which is also used to detect polygons is boofcv. This software is licensed under Apache License, Version 2.0.

The icons are based on Tracer Plugin.