Line | |
---|
1 | ImportImagePlugin:
|
---|
2 |
|
---|
3 | This Plugin makes use of the Geotools library to provide a method to
|
---|
4 | import spatial referenced images into JOSM.
|
---|
5 |
|
---|
6 | Basically, 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 |
|
---|
11 | If no world file can be found, the plugin cannot continue.
|
---|
12 | If no projection file can be found, the plugin asks to use the DEFAULT reference system,
|
---|
13 | which can be set either in "<APP_DATA_DIR>/JOSM/plugins/ImportImagePlugin/pluginProperties.properties" file
|
---|
14 | or in the layer-properties dialog after a layer is created.
|
---|
15 |
|
---|
16 | For a more detailed documentation you may visit the WIKI-entry for the plugin.
|
---|
17 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.