trafficonese / leaflet.extras

Extra functionality for leaflet R package.
https://trafficonese.github.io/leaflet.extras/
GNU General Public License v3.0
213 stars 74 forks source link

Use whenReady leaflet method #167

Closed schloerke closed 5 years ago

schloerke commented 5 years ago

Fixes https://github.com/rstudio/leaflet/issues/623 Fixes https://github.com/rstudio/leaflet/issues/608

Solves race case of trying to get a mapCenter when the widget has rendered, but the map has not rendered.

I have not looked for other situations where this might be useful within leaflet.extras.

Method: https://leafletjs.com/reference-1.3.0.html#map-whenready

schloerke commented 5 years ago

Merging to close issues on leaflet