Summary: | Allow distance measurement over the map | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Philippe ROUBACH <philippe.roubach> |
Component: | Plugin-Generic-GeolocationEdit | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles, mike |
Priority: | NOR | ||
Version: | 4.6.0 | ||
Target Milestone: | --- | ||
Platform: | Mandriva RPMs | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/-/commit/e0f96d03f5ee60633f4124d7362f29b63546ddf4 | Version Fixed In: | 8.3.0 |
Sentry Crash Report: | |||
Attachments: |
google search
wikipedia item tourist map geotag software window satellite view geotag software window map view google map distance measurement tool |
Description
Philippe ROUBACH
2008-11-18 14:56:51 UTC
Created attachment 28663 [details]
google search
Created attachment 28664 [details]
wikipedia item
Created attachment 28665 [details]
tourist map
Created attachment 28666 [details]
geotag software window satellite view
Created attachment 28667 [details]
geotag software window map view
Created attachment 28668 [details]
google map distance measurement tool
addendum please stop using konqueror konqueror for many years has javascript compliance problems give the choice to the user to use FF or use webkit Philippe, This is a flameware : please stop using konqueror. konqueror for many years has javascript compliance problems give the choice to the user to use FF or use webkit => KHTML is used, not Konqueror has well => using FireFox : impossible and it's not too powerfull than KHTML from C++ interface viewpoint. ==> Webkit is a simplified KHTML implementation packaged by Qt4... Perhaps later KHTML will use WebKit has well, like developement is supported by Qt4. So for the moment, we wait and see. For the rest of your proposal, your workflow sound like very complex, and long, to just geotag your images. Synchronize a gps tracklist with images sound definitively more simple... Gilles Caulier Gilles Caulier 1. its not a flameware i like konqueror but several times a day i must use FF i would say FF is realistic it faces the compliance pb konqueror is idealistic it wants to change the reality but i can't wait for the reality is changed this is today i need an explorer which works 2. i said "give the choice" 3. you read my post too fast i know geottager or geologger i have one i use it but i have OLD stills yes it is complex to geotag old stills but it is not my workflow which is complex Philippe, This file still valid using kipi-plugins 2.4 where GUI have been rewritten indeep by Michael ? Gilles Caulier Many things of this have been implemented in 2.x: You can now display the image you are currently tagging and modify its location data, you can have two map views side-by-side (for example, one Google satellite, one OSM). For distance measurement, you can right now use only the one from Marble. What I think we could still later add from Philippe's list is a distance measurement tool for the Google Maps part. About adding tags, this could maybe added to the reverse geotagging system. Michael Git commit e0f96d03f5ee60633f4124d7362f29b63546ddf4 by Gilles Caulier. Committed on 22/12/2023 at 17:58. Pushed by cgilles into branch 'master'. Add distance measurement plugin for the Geolocation. Fix missing wrap i18n from ui files FIXED-IN: 8.3.0 M +1 -0 core/utilities/geolocation/marble/plugins/render/CMakeLists.txt M +1 -1 core/utilities/geolocation/marble/plugins/render/compass/CMakeLists.txt M +1 -1 core/utilities/geolocation/marble/plugins/render/mapscale/CMakeLists.txt A +17 -0 core/utilities/geolocation/marble/plugins/render/measure/CMakeLists.txt A +137 -0 core/utilities/geolocation/marble/plugins/render/measure/MeasureConfigDialog.cpp [License: LGPL(v2.1+)] A +55 -0 core/utilities/geolocation/marble/plugins/render/measure/MeasureConfigDialog.h [License: LGPL(v2.1+)] A +233 -0 core/utilities/geolocation/marble/plugins/render/measure/MeasureConfigDialog.ui A +702 -0 core/utilities/geolocation/marble/plugins/render/measure/MeasureToolPlugin.cpp [License: LGPL(v2.1+)] A +142 -0 core/utilities/geolocation/marble/plugins/render/measure/MeasureToolPlugin.h [License: LGPL(v2.1+)] A +- -- core/utilities/geolocation/marble/plugins/render/measure/mark.png A +5 -0 core/utilities/geolocation/marble/plugins/render/measure/measuretool.qrc M +1 -1 core/utilities/geolocation/marble/plugins/render/navigation/CMakeLists.txt M +1 -1 core/utilities/geolocation/marble/plugins/render/overviewmap/CMakeLists.txt https://invent.kde.org/graphics/digikam/-/commit/e0f96d03f5ee60633f4124d7362f29b63546ddf4 |