Summary: | Show track on the google map. | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Julien Narboux <Julien> |
Component: | Geolocation-GoogleMaps | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.2.0 | |
Sentry Crash Report: |
Description
Julien Narboux
2006-10-10 10:41:44 UTC
Since few days, kml has been added to the google maps api and can display tracks, I added a kml export functionality to gpssync plugin and it can display a track taken from a GPX file (the best is to take the one you used to corelate the picture) when exported. Note that it doesn't link pictures between them, only translate a gpx file, so, once you've corelate your picture, dont trash the GPX file. you can check the bug #139793 or see the result at http://stpo.homelinux.org/data/kmltest/kmldocument.kml (in google earth) http://stpo.homelinux.org/data/kmltest2/kmldocument.kml (in googlemaps) SVN commit 772640 by cgilles: kipi-plugins from trunk (KDE4) : digiKam has a new tool to edit a GPS track list using googlemaps ! More than one point can be edited over the ma at the same time... A fresh screenshot of the tool in action is available here : http://digikam3rdparty.free.fr/Screenshots/gpstracklisteditor.png BUG: 135451 BUG: 135386 CCMAIL: digikam-devel@kde.org CCMAIL: kde-imaging@kde.org M +7 -2 gpstracklistcontainer.h M +19 -7 gpstracklisteditdialog.cpp M +2 -0 gpstracklisteditdialog.h M +2 -10 gpstracklistviewitem.cpp M +1 -1 gpstracklistwidget.cpp M +51 -2 plugin_gpssync.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=772640 Why aren't you using Marble for this? |