After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 577909 - Layers should allow selections of markers to be made
Layers should allow selections of markers to be made
Status: RESOLVED FIXED
Product: libchamplain
Classification: Core
Component: markers
unspecified
Other Linux
: Normal enhancement
: 0.4
Assigned To: libchamplain-maint
libchamplain-maint
Depends on:
Blocks:
 
 
Reported: 2009-04-04 07:49 UTC by Pierre-Luc Beaudoin
Modified: 2009-07-29 03:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pierre-Luc Beaudoin 2009-04-04 07:49:03 UTC
ChamplainLayer should maintain which markers have been selected.  This is useful when you want to have a side pane to display information about markers.  

ChamplainLayer should grow the following signals:
* selection-mode: an enum (similar to GtkSelectionMode): none, single, browse, multiple.
* selection: a pointer to a (possibly empty) list of markers

new functions:
select_all
unselect_all
select (markers [])
select_within (a zone delimited by 2 sets of lat,lon)
Comment 1 Pierre-Luc Beaudoin 2009-07-29 03:48:48 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.