What is the simplest way for a slippy SVG visualization?
Posted
by
totymedli
on Programmers
See other posts from Programmers
or by totymedli
Published on 2012-11-02T21:00:24Z
Indexed on
2012/11/02
23:16 UTC
Read the original article
Hit count: 204
I have a big SVG file representing a complicated graph with hundreds of points. I want to represent this in a web page. My idea was that I could make it like Google Maps represent their maps, in those slippy, dragable, moveable maps. I'am looking for an easy and fast JavaScript library which could do the work.
What I need for my "map" is the drag/move, zoom ability, and some way to click on the points of the picture, which makes a little information apear about that point, like Google maps markers.
I'am looking for a free/open source library.
I saw some solutions but I'am uncertain about them, and none of them seemed to be perfet:
© Programmers or respective owner