source: osm/applications/editors/josm/plugins/photo_geotagging/README@ 21804

Last change on this file since 21804 was 19671, checked in by bastik, 15 years ago

josm plugin photo_geotagging: first version

File size: 629 bytes
Line 
1README
2======
3This plugin is used to write latitude and longitude information
4to the EXIF header of jpg files.
5It extends the core geoimage feature of JOSM by adding a new entry
6to the right click menu of any image layer.
7
8The real work (writing lat/lon values to file) is done by the pure Java
9sanselan library.
10
11Note: Although sanselan is a proper apache commons project, there was not much activity recently (End of 2009). So let's hope, it is stable enough and gets fixed, if necessary.
12
13Author: Sebastian Klein
14
15License: GPL v2 or above. (Note: When used together with sanselan library only GPL v3 or above can be used.)
Note: See TracBrowser for help on using the repository browser.