the-engine-room / Zimbabwe-Replication

http://zimbabwe.transparentoil.org
MIT License
1 stars 3 forks source link

Browse By Minerals tasks #11

Open tingeber opened 8 years ago

tingeber commented 8 years ago
nevenduranec commented 8 years ago

The map does't have info what minerals are in what mines.

We can solve it by either:

  1. Include the minerals info in the map (data team)
  2. Get the minerals info by selecting the data from carto when the click on the mineral occurs (frontend team)
georgeslabreche commented 8 years ago

I vote for option 2 because the first option will be tricky to consolidate all minerals for one mine in the geojson. We would have to generate a new table and then it’s a maintenance nightmare in terms of updating the data.

IronRunes commented 8 years ago

@nevenduranec & @georgeslabreche I worked around the whole thing by getting the needed IDs from the additional info that shows up upon clicking on a mineral. hopefully it suits.