jquery-locationpicker-plugin icon indicating copy to clipboard operation
jquery-locationpicker-plugin copied to clipboard

Support for exponential values on range radius input, and use of "gestureHandling"

Open alfoadd opened this issue 6 years ago • 0 comments

-Added support for exponential values when using a range input to select the radius. I've added an example in examples/examples.html

-Added support for the the recommended "gestureHandling" property, which replaces the deprecated "draggable" property. I had to solve an issue which caused the map to flicker when using gestureHandling: 'cooperative'.

-Updated dependencies with "npm audit fix".

alfoadd avatar Dec 25 '18 21:12 alfoadd