Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tsmock/photo_geotagging


https://github.com/tsmock/photo_geotagging

josm josm-plugin

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

Photo Geotagging Plugin
=======================

This plugin is used to write latitude and longitude information to the EXIF
header of jpg files. It extends the core geoimage feature of JOSM by adding a
new entry to the right click menu of any image layer.

The real work (writing lat/lon values to file) is done by the pure Java
sanselan library. Although sanselan is a proper apache commons project, there
was not much activity recently (End of 2009). The externals definition is set
to a specific revision. When updating that revision, you should check if the
workarounds (SanselanFixes.java) are still needed.

Author: Paul Hartmann

License: GPL v2 or any later version. (Note: When distributed together with
the sanselan library, only GPL v3 (or later) can be used.)