Bug 224138 - Add annotations in open street map
Summary: Add annotations in open street map
Status: CONFIRMED
Alias: None
Product: marble
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: some future version
Assignee: marble-bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-25 10:06 UTC by Sergio Cambra
Modified: 2014-04-04 10:42 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

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