Enrique Quero
Enrique Quero

Reputation: 612

Plugin for Zooming a map with Panel and mouse control

for my work I need a plugin in javascript or jquery that allows me to zoom to an image (a map I created) with the mouse (mouse wheel) and a panel with buttons (+ and -). The plugin should also allow me to move around the map by dragging the image.

Important: This plugin has to be free,because it'll be used on a website.

The image is high quality (takes about 2 mb) so the zoom will be pretty intense (from 10% to 90%).

I've been looking online and none really help me on what I need

I hope answer, thanks to all

EDIT:

http://www.jacklmoore.com/wheelzoom/

Something like this but with a panel of buttons to zoom

Upvotes: 1

Views: 732

Answers (1)

Aamir Afridi
Aamir Afridi

Reputation: 6411

I have modified the plugin a little bit. check this out http://bit.ly/1mUSAfE the problem is that once you click the zoom in or out button, the mouse wheel zoom doesn't work properly unless you zoom out completely and than zoom in.

I am still working on fixing it. I will comment if it works for me :)

Upvotes: 1

Related Questions