Changeset 23373 in osm for applications
- Timestamp:
- 2010-09-27T09:40:13+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/photo_geotagging
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/photo_geotagging/README
r19671 r23373 1 1 README 2 2 ====== 3 This plugin is used to write latitude and longitude information 4 to the EXIF header of jpg files. 5 It extends the core geoimage feature of JOSM by adding a new entry 6 to the right click menu of any image layer. 3 This plugin is used to write latitude and longitude information to the EXIF 4 header of jpg files. It extends the core geoimage feature of JOSM by adding a 5 new entry to the right click menu of any image layer. 7 6 8 7 The real work (writing lat/lon values to file) is done by the pure Java 9 sanselan library. 8 sanselan library. Although sanselan is a proper apache commons project, there 9 was not much activity recently (End of 2009). The externals definition is set 10 to a specific revision. When updating that revision, you should check if the 11 workarounds (SanselanFixes.java) are still needed. 10 12 11 Note: 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 13 13 14 Author: Sebastian Klein 14 15 15 License: GPL v2 or above. (Note: When used together with sanselan library only GPL v3 or above can be used.) 16 License: GPL v2 or any later version. (Note: When distributed together with 17 the sanselan library, only GPL v3 (or later) can be used.) -
applications/editors/josm/plugins/photo_geotagging/src/org/apache
- Property svn:externals
-
old new 1 sanselan http://svn.apache.org/repos/asf/commons/proper/sanselan/trunk/src/main/java/org/apache/sanselan1 sanselan -r904291 http://svn.apache.org/repos/asf/commons/proper/sanselan/trunk/src/main/java/org/apache/sanselan
-
- Property svn:externals
Note:
See TracChangeset
for help on using the changeset viewer.