Summary: | Enable display of Openstreetmap maps in the Map Widgets | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Arnd Baecker <arnd.baecker> |
Component: | Geolocation-Osm | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | felix, philippe.roubach |
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | 1.0.0 | |
Sentry Crash Report: | |||
Attachments: | proof of concept, display OSM maps |
Description
Arnd Baecker
2008-10-01 20:57:34 UTC
Created attachment 27643 [details]
proof of concept, display OSM maps
The attached patch is proof-of-concept to use
the OSM layer. Tiles for higher zoom levels are automatically
downloaded.
As next step, we should discuss/decide whether (and if yes, where)
this should be made configurable.
*** Bug 199258 has been marked as a duplicate of this bug. *** warning i tried to use marble with openstreetmap line and fonts are displayed blurry see my bug report bug #199259 today the best tool is maps google Arnd, Your patch is very simple. I can add a settings button on marble widget area to display a combbox of possible maps style to use. There are other style available, outside openstreetmap ? Gilles Caulier SVN commit 1003234 by cgilles: added new button to right sidebar to switch between from Default map to openStreet map in marble widget. CCBUGS: 171983 M +73 -14 imagepropertiesgpstab.cpp M +3 -1 imagepropertiesgpstab.h M +1 -2 worldmapwidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1003234 SVN commit 1003434 by cgilles: Factoring again map theme management for marble widget. add theme button for Map Search tool. BUGS: 171983 M +19 -74 libs/imageproperties/imagepropertiesgpstab.cpp M +0 -2 libs/imageproperties/imagepropertiesgpstab.h M +85 -0 libs/imageproperties/worldmapwidget.cpp M +30 -2 libs/imageproperties/worldmapwidget.h M +6 -3 utilities/gpssearch/gpssearchview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1003434 |