Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ian Dunn

    (@iandunn)

    You may be able to with some custom JavaScript, but that’s not something the plugin supports.

    You can try looking for things on Google. This might be a good start.

    Thread Starter yuuzai

    (@yuuzai)

    Thank you very much and indeed I found my answer.
    I modified functions.js of the plugin and addded these after the creation of the mapOptions object at line 49 (plugin version 1.6.1).

    mapOptions.draggable = false;
    mapOptions.minZoom = mapOptions.zoom;
    mapOptions.maxZoom = mapOptions.zoom;
    mapOptions.disableDoubleClickZoom = true;
    Plugin Author Ian Dunn

    (@iandunn)

    Great, thanks for posting the solution 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Basic Google Maps Placemarks] Lock Zoom and Panning’ is closed to new replies.