BNHM / reservemapper

Mapping Biodiversity data on our natural reserves
https://reservemapper.berkeley.edu
GNU General Public License v3.0
1 stars 6 forks source link

Map CalPhotos #10

Closed mkoo closed 6 years ago

mkoo commented 6 years ago

What would be the best way to do this? If we premise the reservemapper that we are exploring datasets associated with reserves than again, we can allow searching on Calphotos as an option but would have to be separate from the current search boxes. Open for discussion.

jdeck88 commented 6 years ago

This would be easy to implement since photos in ecoengine already and can be called by API:

https://ecoengine.berkeley.edu/api/photos/?bbox=-124,44,-114,46&format=json

Suggestion is that we can use a Radio Button to choose either photos OR occurrences. If choosing photos then we display just photos and have a different set of parameters we can pull from here:

https://ecoengine.berkeley.edu/docs/quickstart.html#search

jdeck88 commented 6 years ago

This is implemented.