I would like to implement a feature that shows a map of every indigenous tribe within the United State (and perhaps the world). The data should use an API and an existing map technology (probably Google Map's?).
Test Cases:
- The map should use an API on the back-end and some type of map interface on the front-end.
- The map should show icons at the approximate location of each tribe.
- The user should have the ability to click on each icon to view information about the tribe (This could be number of tribes in the area).
To Do: