Unverified Commit b06d5480 authored by Hoi Sing Edison Wong's avatar Hoi Sing Edison Wong
Browse files

Issue #3252846 by hswong3i: Refine Gesture Handling Configure with Options

Currently we only support simple on/off for GestureHandling support, but
missing support for its configuration options (see
https://github.com/elmarquis/Leaflet.GestureHandling

), e.g.

    map.addControl(new L.Control.gestureHandling({
        duration: 1000,
        text: {
            touch: "Use two fingers to move the map",
            scroll: "Use ctrl + scroll to zoom the map",
            scrollMac: "Use \u2318 + scroll to zoom the map"
        },
    }));

This PR reference our Marker Cluster configuration form design, refine
GestureHandling configuration by provide a textarea for customize
options.

Signed-off-by: default avatarWong Hoi Sing Edison <hswong3i@pantarei-design.com>
parent 69620bdf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment