Leaflet.MousePosition icon indicating copy to clipboard operation
Leaflet.MousePosition copied to clipboard

A mouse position control for Leaflet

Results 18 Leaflet.MousePosition issues
Sort by recently updated
recently updated
newest added

I get an error TypeError: L.control.mousePosition is not a function

The onRemove is failing to remove the _onMouseMove event because the context is missing. In Leaflet 1.8.0 it logs the following warning: listener not found. The fix is to include...

Thanks for this plugin. Sorry to open this problem but I think it is necessary to add in the readme file how to install the plugin.

What is the option to display coordinates as DMS? Thank you

The correct name is emptyString and not emptystring

Is it possible to change formatter on the fly? thanks!

This would be great if an npm package could be created for leaflet.mouseposition.

You'll need to do a `$ bower register` to make this show up as your own package in the Bower package registry (I deliberately didn't do this from my fork).

Do you think you would be able to support the bower architecture? You would need to add a bower.json file and add the library to their list. Please let me...

This pull request adds the ability to specify a formatter that formats the lat/long as a single string, rather than having to specify them individually. For example, in the UK...