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

Last change on this file since 26341 was 26341, checked in by bastik, 13 years ago

move common plugin build targets to a single template file; fix i18n for native-password-manager plugin; fix authors

File size: 820 bytes
Line 
1Photo Geotagging Plugin
2=======================
3
4This plugin is used to write latitude and longitude information to the EXIF
5header of jpg files. It extends the core geoimage feature of JOSM by adding a
6new entry to 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. Although sanselan is a proper apache commons project, there
10was not much activity recently (End of 2009). The externals definition is set
11to a specific revision. When updating that revision, you should check if the
12workarounds (SanselanFixes.java) are still needed.
13
14
15Author: Paul Hartmann <phaaurlt@googlemail.com>
16
17License: GPL v2 or any later version. (Note: When distributed together with
18the sanselan library, only GPL v3 (or later) can be used.)
Note: See TracBrowser for help on using the repository browser.