Bug 224138

Summary: Add annotations in open street map
Product: [Applications] marble Reporter: Sergio Cambra <sergio>
Component: generalAssignee: marble-bugs
Status: CONFIRMED ---    
Severity: wishlist CC: moltonel, nienhueser, simongobak
Priority: NOR    
Version: unspecified   
Target Milestone: some future version   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Sergio Cambra 2010-01-25 10:06:39 UTC
Version:            (using Devel)
OS:                Linux
Installed from:    Compiled sources

I know Andrew Manson develop something like that in GSOC 2009, I don't know why it's not in 4.4, but I think it would be very useful. I updated to 4.4rc only to try this feature thinking it was added.
Comment 1 Dennis Nienhüser 2010-01-25 20:22:00 UTC
The plugin was disabled in the default build here: http://websvn.kde.org/?view=revision&revision=1053182

It will be included per default when it is considered ready for end users -- which requires someone working on it. Until then you can always build from source and enable it in CMakeLists.txt (remove the comment in front of add_subdirectory( osmannotate )).
Comment 2 Sergio Cambra 2010-01-25 20:38:08 UTC
Is there someone working on it? Is there some feature missing or is it unstable? I have never developped with KDE4, only a bit with KDE3, but maybe I can try to finished it if it isn't very hard.
Comment 3 Vincent de Phily 2013-09-24 16:44:19 UTC
Just a drive-by comment to note that osm.org now has official support for "notes" on the map, which replaces the unofficial "openstreetbugs" and "mapdust" services which the marble plugin probably targeted. The plugin code probably needs some simple refactoring.
Comment 4 Shayantan 2014-04-03 19:55:30 UTC
this is my first time with marble coding (my first junior job) . I am a bit of a noob ,though. Can anyone guide me as to how to approach this interesting challenge ?
Comment 5 Vincent de Phily 2014-04-04 10:42:00 UTC
The notes API is described here: http://wiki.openstreetmap.org/wiki/API_v0.6#Map_Notes_API
It's a fairly straightforward REST API.

I can't help for the Marble side of things, I'm only a user there.