FieldtypeLeafletMapMarker
FieldtypeLeafletMapMarker copied to clipboard
Added scrollWheelZoom checkbox
This PR is applicable for ADMIN side on page editing, avoiding map zooming in/out when scrolling along the page.
Checkbox to disable map zoom on mouse wheel scroll:
InputfieldLeafletMapMarker.module has new field in configuration func, one line (:44) added in __construct(), one line (:112) added in ___render() and one class addition in markup to set a specific html class (triggered by JS), on line 159 and 161
InputfieldLeafletMapMarker.js has a check for the html class to set option as map.scrollWheelZoom.disable(), on lines 137-139 InputfieldLeafletMarker_files.zip