Summary: | Support OpenWLANMap / libwlocate as position provider | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | Dennis Nienhüser <nienhueser> |
Component: | general | Assignee: | marble-bugs |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | 1.5 (KDE 4.10) | ||
Platform: | unspecified | ||
OS: | Linux | ||
URL: | http://www.openwlanmap.org/ | ||
Latest Commit: | Version Fixed In: | 1.5.0 | |
Sentry Crash Report: |
Description
Dennis Nienhüser
2012-05-29 11:07:34 UTC
Git commit 0b39c56d0f82116ffffe24c323020e0ba07cee4b by Dennis Nienhüser. Committed on 29/05/2012 at 20:59. Pushed by nienhueser into branch 'sok-2012-plasma-active'. Open WLAN Map position provider. Uses libwlocate to determine the current position based on neighboring WLAN access points or (as a fallback) the IP address. Contrary to other position provider plugins this is currently implemented as a one-shot position determination since that is the major use case. A +16 -0 Findlibwlocate.cmake M +6 -0 src/plugins/positionprovider/CMakeLists.txt A +18 -0 src/plugins/positionprovider/wlocate/CMakeLists.txt A +204 -0 src/plugins/positionprovider/wlocate/WlocatePositionProviderPlugin.cpp [License: LGPL] A +65 -0 src/plugins/positionprovider/wlocate/WlocatePositionProviderPlugin.h [License: LGPL] http://commits.kde.org/marble/0b39c56d0f82116ffffe24c323020e0ba07cee4b Git commit 2a7e7ca878bf152ab5471035980316fed7d656e7 by Dennis Nienhüser. Committed on 29/05/2012 at 20:59. Pushed by nienhueser into branch 'master'. Open WLAN Map position provider. Uses libwlocate to determine the current position based on neighboring WLAN access points or (as a fallback) the IP address. Contrary to other position provider plugins this is currently implemented as a one-shot position determination since that is the major use case. A +16 -0 Findlibwlocate.cmake M +6 -0 src/plugins/positionprovider/CMakeLists.txt A +18 -0 src/plugins/positionprovider/wlocate/CMakeLists.txt A +204 -0 src/plugins/positionprovider/wlocate/WlocatePositionProviderPlugin.cpp [License: LGPL] A +65 -0 src/plugins/positionprovider/wlocate/WlocatePositionProviderPlugin.h [License: LGPL] http://commits.kde.org/marble/2a7e7ca878bf152ab5471035980316fed7d656e7 |