Myself and others have built a prototype of an online application to assist transport planners in prioritising new funding for bicycle paths:
https://robinlovelace.shinyapps.io/fixMyPath/
We are happy with the result and impressed with Shiny's ability to rapidly prototype concepts for web deployment without having to write a single line of JavaScript. However, the app has a major problem that you will see by zooming in and then adjusting the transparency sliders: the zoom resets every time you do this. The question is therefore a simple one: how can a re-write server.R
so that the map does not reset it's zoom settings?
The entire app can be seen in the link below and should be reproducible on any R installation, provided you have the right packages (e.g. rgdal, leaflet, ggmap):
https://github.com/nikolai-b/hackMyRoute/tree/master/R/fixMyPath
For more context, please see here.