source: osm/applications/editors/josm/plugins/ImportImagePlugin/README@ 29531

Last change on this file since 29531 was 23145, checked in by fkowitz, 14 years ago

plugin added to repository

File size: 872 bytes
Line 
1ImportImagePlugin:
2
3This Plugin makes use of the Geotools library to provide a method to
4import spatial referenced images into JOSM.
5
6Basically, the plugin import function needs:
7- the image file (Supported formats: GeoTiff, Tiff, jpg, bmp, png, gif)
8- a world file (<image_name>.wld (or other extensions like ".bpw" for BMP files, ".tfw" for Tiffs))
9- a projection file (<image_name>.prj) with a WKT-representation of the source projection for this image
10
11If no world file can be found, the plugin cannot continue.
12If no projection file can be found, the plugin asks to use the DEFAULT reference system,
13which can be set either in "<APP_DATA_DIR>/JOSM/plugins/ImportImagePlugin/pluginProperties.properties" file
14or in the layer-properties dialog after a layer is created.
15
16For a more detailed documentation you may visit the WIKI-entry for the plugin.
17
Note: See TracBrowser for help on using the repository browser.