-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Build a map + table interface like this that enables the user to pull in data from different sources.
Example:
post: Telangana Temperature Data from 2013 to 2017
file/resource: Monthly maximum temperature
There, see data API tab
Sample API query:
https://www.data.telangana.gov.in/api/action/datastore/search.json?resource_id=cc9950ce-89aa-455b-847b-d87756db8f91&limit=5
A query for district=adilabad and limit=2:
https://www.data.telangana.gov.in/api/action/datastore/search.json?resource_id=cc9950ce-89aa-455b-847b-d87756db8f91&district=adilabad&limit=2
(suggestion: copy-paste the json output to codebeautify, see in tree viewer mode)
Wanted: One page where multiple such queries can be run, and the output is displayed on inter-linked map, and table for that dataset. Multiple datasets > multiple tables loaded, but all on same map.
- Clicking on a row on the table will make map zoom to it.
- Selecting something on map will highlight the corresponding row on table.
- Multiple selections possible
- Filtering data on table will filter it on the map
- have a constrain to map view function to filter the tables to show only the data that is visible on map.