Bug 171983 - Enable display of Openstreetmap maps in the Map Widgets
Summary: Enable display of Openstreetmap maps in the Map Widgets
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Geolocation-Osm (show other bugs)
Version: 0.10.0
Platform: Compiled Sources Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-01 20:57 UTC by Arnd Baecker
Modified: 2017-08-18 16:40 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 1.0.0


Attachments
proof of concept, display OSM maps (1.30 KB, patch)
2008-10-01 21:01 UTC, Arnd Baecker
Details

Note You need to log in before you can comment on or make changes to this bug.
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