<div dir="ltr">GDAL also seems to support reading EXIF information if we want to use that to avoid any extra libraries.</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 4, 2016 at 3:51 PM, Paolo Cavallini <span dir="ltr"><<a href="mailto:cavallini@faunalia.it" target="_blank">cavallini@faunalia.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
a frequent request from user is a better management of geotagged photos.<br>
What most users expect is to:<br>
1. be able to load geotagged photos<br>
2. display the locations<br>
3. display the photo clicking on the location<br>
* possibly also to show a miniature.<br>
Currently we have:<br>
* an old and relatively complex C++ plugin, much more powerful than<br>
this, and thus overkill for such a simple task<br>
* the external plugin photo2shape, that only do #1 and #2, has issues<br>
with py libraries, and leaves photos in an external path<br>
* a plugin that helps georeferencing photos.<br>
My suggestion would be to modify photo2shape to save on a<br>
spatialite/geopackage db:<br>
* the photos<br>
* their locations<br>
* the line joining consecutive points<br>
* the photos themselves<br>
* a form that will display the photo on click.<br>
Such a plugin would be IMHO a good candidate for inclusion in core.<br>
Is anyone working on something similar? Better ideas?<br>
All the best.<br>
<span class="HOEnZb"><font color="#888888">--<br>
Paolo Cavallini - <a href="http://www.faunalia.eu" rel="noreferrer" target="_blank">www.faunalia.eu</a><br>
QGIS & PostGIS courses: <a href="http://www.faunalia.eu/training.html" rel="noreferrer" target="_blank">http://www.faunalia.eu/training.html</a><br>
_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>
List info: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
Unsubscribe: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a></font></span></blockquote></div><br></div>