Hello, I am trying to making interactive dashboard.
Can I get the record from the map?
Here is the table image
title : US National park
| ID | Name | State | Visited? | LatLong |
|---|---|---|---|---|
| 0.8727251084 | American Samoa | American Samoa | Yes | -14.25, -170.68 |
| 0.07319206481 | Arches | Utah | Yes | 38.68, -109.57 |
| 0.01372118241 | Badlands | South Dakota | No | 43.75, -102.50 |
| 0.6419287799 | Big Bend | Texas | No | 29.25, -103.25 |
| … | … | … | … |
⁂I already have a dashboard “from the List to map”.
left side - slice , user can select the state
right side - Map showing the place where in the state which user selected.
⁂Now I would like to have a dashboard “from Map to the List”.
left side - Map
right side - list which showed on the map
If I look a nation wide map, the list contains all of the park in US.
if I look the half side(East) of the US, the list contains the park in the East side of US.
if I zoom in to Arizona, the list contains the park in Arizona (and the around state).
I want to have the list based of 2 aspect I think.
One is the center place of the map.
Another is the zoom level. (Nation wide - State - City - Town…)
To look the map, user will do pinch-in, pinch-out or just move, no input items.
And also is it OK?
I want to have the list which showed in the map view, also the column selected “Visited” status (User will select Yes or No).