Changeset 23139 in osm for applications/editors/josm/plugins/00_plugin_dir_template/README
- Timestamp:
- 2010-09-13T17:17:00+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/00_plugin_dir_template/README
r22835 r23139 1 README 2 ====== 1 ImportImagePlugin: 3 2 4 Readme for your plugin 3 This Plugin makes use of the Geotools library to provide a method to 4 import spatial referenced images into JOSM. 5 5 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. 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 TracChangeset
for help on using the changeset viewer.