[Digikam-devel] [Bug 111560] Be able to locate photos on a map
Gilles Caulier
caulier.gilles at free.fr
Tue Sep 26 10:15:52 BST 2006
------- 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=111560
------- Additional Comments From caulier.gilles free fr 2006-09-26 11:15 -------
SVN commit 588511 by cgilles:
kipi-plugins from trunk : GPSSync tool : added mapki link
CCMAIL: gerhard kulzer net
CCBUGS: 133359, 111560
M +10 -1 gpseditdialog.cpp
--- trunk/extragear/libs/kipi-plugins/gpssync/gpseditdialog.cpp #588510:588511
@ -48,7 +48,8 @
enum WebGPSLocator
{
- CapeLinks = 0
+ CapeLinks = 0,
+ MapKi
// TODO : Added here others web GPS coordinates locator
};
@ -99,6 +100,8 @
d->gpsCombo = new QComboBox( false, plainPage() );
d->gpsButton = new QPushButton(i18n("Get GPS Coordinates..."), plainPage());
d->gpsCombo->insertItem(QString("Capelinks"), GPSEditDialogDialogPrivate::CapeLinks);
+ d->gpsCombo->insertItem(QString("MapKi"), GPSEditDialogDialogPrivate::MapKi);
+
// TODO : Added here others web GPS coordinates locator
grid->addMultiCellWidget(altitudeLabel, 0, 0, 0, 0);
@ -146,6 +149,12 @
break;
}
+ case GPSEditDialogDialogPrivate::MapKi:
+ {
+ url.append("http://mapki.com/getLonLat.php");
+ break;
+ }
+
// TODO : Added here others web GPS coordinates locator
}
More information about the Digikam-devel
mailing list