ckan / ckanext-mapviews

CKAN Resource View to build maps and choropleth maps
26 stars 23 forks source link

Navigate to another page when clicking on a map's feature #9

Closed vitorbaptista closed 10 years ago

vitorbaptista commented 10 years ago

In #8 I've added the functionality of, when clicking on a feature, you'd add filters to the current page. So, when the map was inside a dashboard, it'll allow you to filter data and update all views that understand filtering (i.e. ckanext-basiccharts).

This issue is to do the same thing but, instead of simply updating the filters and staying on the same page, you'd be redirected to another page with these filters set up.

The aim is to have a map embeded in a page somewhere and, when you click on one of its features, you'll go to a dashboard (or another view) with these filters set up.