r-spatial / mapedit

Interactive editing of spatial data in R
https://www.r-spatial.org/r/2019/03/31/mapedit_leafpm.html
Other
218 stars 33 forks source link

Calls to addFeatures() & addHomeButton() should use leafem package #99

Closed JoshOBrien closed 5 years ago

JoshOBrien commented 5 years ago

Since its commit 13d04d93bb3563, mapview functions addFeatures() & addHomeButton() (along with several others) have been moved out of that package and into the leafem package. This commit updates all mapedit function calls to those two functions to call them from the leafem namespace and to thus avoid the deprecation warnings that calling them from the mapview namespace now produces.

tim-salabim commented 5 years ago

Thanks! An oversight on my part. Too many packages to keep track of :-)