Bug 171983

Summary: Enable display of Openstreetmap maps in the Map Widgets
Product: [Applications] digikam Reporter: Arnd Baecker <arnd.baecker>
Component: Geolocation-OsmAssignee: 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
Attachments: proof of concept, display OSM maps

Description Arnd Baecker 2008-10-01 20:57:34 UTC
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.
Comment 1 Arnd Baecker 2008-10-01 21:01:36 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.
Comment 2 caulier.gilles 2009-07-07 11:24:26 UTC
*** Bug 199258 has been marked as a duplicate of this bug. ***
Comment 3 Philippe ROUBACH 2009-07-27 11:31:12 UTC
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
Comment 4 caulier.gilles 2009-07-27 13:26:17 UTC
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
Comment 5 caulier.gilles 2009-07-27 23:29:00 UTC
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
Comment 6 caulier.gilles 2009-07-28 10:49:01 UTC
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