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.
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.