Opened 14 years ago

#3008 new patch

Reimplement map decorations as annotation widgets

Reported by: timlinux Owned by: timlinux
Priority: minor: annoyance Milestone: Version 1.7.0
Component: MapCanvas Version: Trunk
Keywords: mapcanvas map widget scalebar Cc:
Must Fix for Release: No Platform: All
Platform Version: Awaiting user input: no

Description

Our plugins menu is cluttered already and some of the plugins would be better suited to being implemented as core functionality (e.g. scalebar, north arrow etc. For a long time I have wanted to implement the idea of mapwidgets - small widgets that can be dragged and arbitrarily placed on the map. Marco's mapannotation tools actually take us towards that idea nicely so I thought I would start reimplementing some decorations as subclasses of QgsMapAnnotation to get a feel of how suitable the api would be for generic widget api.

I'm attaching my first proof of concept for this (warning its still rough around the edges) which implements the scalebar as a widget. My idea to build out the widgets list at the upcoming hackfest in Wroclaw, Poland.

Also we should give some thought to making the implementation more generic (e.g. a special type of plugin?) so that it is not needed to do so many changes to app and gui for each new widget type.

I welcome comments and suggestions and will update the patch (with aim including in 1.6 if I can get it all polished nicely).

Tim

Attachments (1)

scalebarwidget_v1.diff (69.6 KB ) - added by timlinux 14 years ago.
Patch for scalebar widget generated against r14228

Download all attachments as: .zip

Change History (1)

by timlinux, 14 years ago

Attachment: scalebarwidget_v1.diff added

Patch for scalebar widget generated against r14228

Note: See TracTickets for help on using tickets.