kaitlyngaynor / gorongosa-shiny

Code for Gorongosa Camera Trap Shiny App
https://kaitlyngaynor.shinyapps.io/gorongosa-shiny/
Apache License 2.0
2 stars 0 forks source link

Basemap isn't ideal #12

Closed kaitlyngaynor closed 4 years ago

kaitlyngaynor commented 4 years ago

https://github.com/kaitlyngaynor/gorongosa-camera-traps/blob/b678e1597071d2a39af6785db81a000feb57d206/shiny-rai/server.R#L62

I used ggmap to add a basemap, but couldn’t get Google API to work despite some troubleshooting, so am stuck with just the lake, essentially, and no satellite imagery. It may be worth investigating leaflet as an alternative, but just leaving it for now.

kaitlyngaynor commented 4 years ago

Used leaflet as alternative. Decided on using OpenStreetMap base layer because it had more than the ggmap tile, and was less distracting than the satellite image. Possible to swap for ESRI base layer, though: addProviderTiles(providers$Esri.WorldImagery)