Logicify / jquery-locationpicker-plugin

JQuery Location Picker plugin
MIT License
389 stars 260 forks source link

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

Open alfoadd opened 5 years ago

alfoadd commented 5 years ago

-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".