MrMufflon / Leaflet.Coordinates

Leaflet plugin to view mouse coordinates
http://mrmufflon.github.io/Leaflet.Coordinates/
Other
104 stars 55 forks source link

Contribution #32

Open guilhermejcgois opened 8 years ago

guilhermejcgois commented 8 years ago

I'm developing a web GIS and we are using Coordinates to track mouse coordinates, but we need some features more like:

  1. Centralize instead set a mark
  2. Show a tooltip indicating that action

In case of tooltip, we want to indicate to the user that he can do an action clicking in the control, this has become a requirement of UX.

I will maybe work on minor features, like a way to exit of edition mode of the control to cancel de action and I want to contribute with your plugin, how exactly I can do? Some guidelines? Or just do a pull request? I made a fork of the project too.

guilhermejcgois commented 8 years ago

I see that in PR26 the centralization was done, btw I will work only in the tooltip, thanks @epzilla!