Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsmock/photo_geotagging
https://github.com/tsmock/photo_geotagging
josm josm-plugin
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tsmock/photo_geotagging
- Owner: tsmock
- License: gpl-2.0
- Created: 2024-03-27T16:47:19.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-09-19T20:58:43.000Z (4 months ago)
- Last Synced: 2024-11-14T06:53:08.801Z (2 months ago)
- Topics: josm, josm-plugin
- Language: Java
- Size: 633 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.)