TNRIS / dataHub

ReactJS frontend web application for browsing, downloading, and inquiring about TNRIS public data and historical imagery.
https://data.tnris.org
8 stars 0 forks source link

collection download map fullscreen button #215

Closed jwhaney closed 5 years ago

jwhaney commented 5 years ago

add a new control to the download map using the mapbox api to enlarge map to fullscreen.

https://docs.mapbox.com/mapbox-gl-js/example/fullscreen/

jwhaney commented 5 years ago

in adding this new fullscreen control to the download map, i discovered that all the buttons and stuff we have on the map need to be added as controls because if you maximize the map to fullscreen, all the other non mapbox control buttons and html disappear in the fullscreen mode.

working on this now...

jwhaney commented 5 years ago

closed via PR #220