| Summary: | Feature Request (KGeoTag): Import Google Maps location - Copy location from clipboard | ||
|---|---|---|---|
| Product: | [Applications] kgeotag | Reporter: | BOF <bugs_kde_org.5.kuru> |
| Component: | General | Assignee: | Tobias Leupold <tl> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | tl |
| Priority: | NOR | ||
| Version First Reported In: | 1.2.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
BOF
2022-08-31 07:40:06 UTC
Thanks for your feature request! This shouldn't be too hard to implement. I'll have a look at it shortly. Stay tuned ;-) Git commit 9db53c50994629173712adadcbeb99e1c2d1ca7f by Tobias Leupold. Committed on 01/09/2022 at 13:55. Pushed by tleupold into branch 'master'. Added setting corrdinates from the clipboard M +3 -0 ChangeLog.rst M +51 -0 src/ImagesListView.cpp M +3 -0 src/ImagesListView.h M +9 -0 src/MainWindow.cpp M +1 -0 src/MainWindow.h https://invent.kde.org/graphics/kgeotag/commit/9db53c50994629173712adadcbeb99e1c2d1ca7f Did you think of something like this? You can now right-click an image or a selection of images and "Set coordinates from clipboard". As of now, Google's format is parsed, as well as OpenStreetMap's Geo-URI scheme. (In reply to Tobias Leupold from comment #3) > Did you think of something like this? > > You can now right-click an image or a selection of images and "Set > coordinates from clipboard". As of now, Google's format is parsed, as well > as OpenStreetMap's Geo-URI scheme. Sounds pretty good. I looked at the commit on gitlab and (saying this with the a rather small cpp code knowledge) it looks as if it would do exactly what I would use it for. Is there a place where I can download an AppImage to test if it works as designed? PS: Thank you very much for the quick response! There are no live builds. But it's pretty easy to compile KGeoTag, just have a look at https://community.kde.org/KGeoTag I'm pretty sure this is what you wanted. I wanted to do a new release anyway, so I did. Just checkout KGeoTag 1.3.0 as soon as your distribution provides it. If there's still a problem, feel free to re-open this bus or to file a new one. |