ckan / ckanext-mapviews

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

Get only the fields we need #7

Open vitorbaptista opened 10 years ago

vitorbaptista commented 10 years ago

Depending on the data, it might be quite wasteful to get all fields using the DataStore API. We can optimize a lot by simply getting what we need.

We'll need to change Recline's CKAN API to fix this.