Ignore:
Timestamp:
2010-09-13T17:17:00+02:00 (14 years ago)
Author:
fkowitz
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/00_plugin_dir_template/README

    r22835 r23139  
    1 README
    2 ======
     1ImportImagePlugin:
    32
    4 Readme for your plugin
     3This Plugin makes use of the Geotools library to provide a method to
     4import spatial referenced images into JOSM.
    55
    6     * Plugin author and contact email address.
    7    
    8     * The license for your plugin source code. If you have no special preferences,
    9       you can pick the license that is used for JOSM ("GPL v2 or later").
    10      
    11     * Notes for future developers, if needed.
     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 TracChangeset for help on using the changeset viewer.