jquery-locationpicker-plugin
jquery-locationpicker-plugin copied to clipboard
Support for exponential values on range radius input, and use of "gestureHandling"
-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".