Skip to content

Files

Latest commit

501bc22 · Jan 3, 2016

History

History
This branch is 5926 commits ahead of, 8629 commits behind JOSM/josm-plugins:master.

ImportImagePlugin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 15, 2015
Nov 19, 2015
Sep 13, 2010
Apr 26, 2014
Nov 18, 2012
Nov 16, 2015
Nov 16, 2015
Nov 15, 2015
Nov 18, 2012
Sep 13, 2010
Sep 13, 2010
Jan 3, 2016
ImportImagePlugin:

This Plugin makes use of the Geotools library to provide a method to 
import spatial referenced images into JOSM.

Basically, the plugin import function needs:
- the image file (Supported formats: GeoTiff, Tiff, jpg, bmp, png, gif)
- a world file (<image_name>.wld (or other extensions like ".bpw" for BMP files, ".tfw" for Tiffs))
- a projection file (<image_name>.prj) with a WKT-representation of the source projection for this image

If no world file can be found, the plugin cannot continue.
If no projection file can be found, the plugin asks to use the DEFAULT reference system,
which can be set either in "<APP_DATA_DIR>/JOSM/plugins/ImportImagePlugin/pluginProperties.properties" file
or in the layer-properties dialog after a layer is created.

For a more detailed documentation you may visit the WIKI-entry for the plugin.