Version: 0.10-svn (using KDE 4.1.0) Installed from: Compiled From Sources Marble supports various layers, among which the Openstreetmap (see http://www.openstreetmap.org/) layer is of particular interest as it contains streets (including footpaths, cyclepaths etc.) with an extremely good quality for many places. It should be possible for the user to choose between the different layers.
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