ucsd-vision / InvasivePlantSpecies

0 stars 0 forks source link

Add a map view of all panoramas #7

Closed r2d2bol closed 7 years ago

r2d2bol commented 7 years ago

We should display a map of the panoramas in the database using the google maps API. Ideally it is something like the "Placing basic markers" example here: https://developers.google.com/maps/documentation/javascript/earthquakes . Even better would be something like the marker clustering example here: https://developers.google.com/maps/documentation/javascript/marker-clustering

archerD commented 7 years ago

In progress in the GoogleMap branch. The main functionality is there, a map with markers for each panorama and the ability to choose a panorama to edit from the map.

r2d2bol commented 7 years ago

Looks good, this branch has been merged to master, closing.