[Kde-imaging] [Bug 135406] History for last used GPS coordinates

Geoff King gsking1 at gmail.com
Fri Jun 29 01:10:48 CEST 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=135406         




------- Additional Comments From gsking1 gmail com  2007-06-29 01:10 -------
I think this would be useful feature.  I like to assign GPS locations to as many pictures as possible and keep finding myself navigating to several of the same places on the map or entering coordinates, which can become tedious.  

I usually don't have a GPS running all the time, so the correlator can't always to the trick (although that's a sweet feature!).

Having a dropdown or listbox with possible common entries would be useful.  I think Peter has a good idea with storing this in a .kml file.  

Here's an example of a few locations stored as .kml...

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.0">
<Document><name>gps-example</name>
<Folder>
<name>Digikam Waypoints</name>
<Placemark>
<name>Sequoia Lakes Trail</name>
<description></description>
<Point><coordinates>-118.681965,36.602036,2857</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Sequoia WatchTower</name>
<description></description>
<Point><coordinates>-118.699187,36.606576,2720</coordinates>
</Point>
</Placemark>
</Folder>
</Document>
</kml>


More information about the Kde-imaging mailing list