trafficonese / leaflet.extras

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

Wish: Enable leaflet plug-in Leaflet Coordinates Control #56

Closed ricobert1 closed 7 years ago

ricobert1 commented 7 years ago

A nice plug-in built for Leaflet: Captures mouseclick and displays its coordinates with easy way to copy them. https://github.com/zimmicz/Leaflet-Coordinates-Control

bhaskarvk commented 7 years ago

mapview::addMouseCoordinates should give you the same thing. I am not inclined to duplicate this as it's already available in mapview. https://github.com/r-spatial/mapview/blob/develop/R/addMouseCoordinates.R#L44