Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsmock/importimageplugin
https://github.com/tsmock/importimageplugin
josm josm-plugin
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tsmock/importimageplugin
- Owner: tsmock
- License: gpl-2.0
- Created: 2024-03-26T17:28:00.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-05-16T16:46:25.000Z (8 months ago)
- Last Synced: 2024-05-16T17:56:27.767Z (8 months ago)
- Topics: josm, josm-plugin
- Language: Java
- Homepage:
- Size: 91.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
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 (.wld (or other extensions like ".bpw" for BMP files, ".tfw" for Tiffs))
- a projection file (.prj) with a WKT-representation of the source projection for this imageIf 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 "/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.