Fernando Chorney
unread,Feb 18, 2011, 12:49:28 PM2/18/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to olwidget
My map options for the list_map are as follows
'map_options': {
'controls':
['LayerSwitcher','Navigation','PanZoom','Attribution','SelectFeature',],
}
Yet, I cant seem to get a select feature box to select a bunch of
points on the map.
Has anybody else wanted to do this? Anybody get it working?
Basically what I want is there to be a way to select navigation vs
select feature.
When select feature is activated, what I would like is when the user
selects a bunch of points, their respective checkboxes in the django
changelist are also selected. Thus I can do group actions to these
selected points.