Re: [svg-developers] Re: Zoom In Out wih SVG

2012-06-07 Thread yannick . bochatay
no API, countless global variables, browser sniffing, etc, to my mind SVGPan is not a good choice. But it's short and standalone so it can help to understand how a zoom can work. Yannick - Mail original - De: jamesd jcdeeri...@yahoo.com À: svg-developers@yahoogroups.com Envoyé: Mercredi

Re: [svg-developers] Re: Zoom In Out wih SVG

2012-06-07 Thread Erik Dahlstrom
On Wed, 06 Jun 2012 22:33:37 +0200, jamesd jcdeeri...@yahoo.com wrote: SVGpan works extremely well. The only thing is that your map should be in an iframe to avoid cross SVG confusion. http://code.google.com/p/svgpan/ James The SVGPan library has some bugs that needs to be patched in to

[svg-developers] Re: Zoom In Out wih SVG

2012-06-07 Thread jamesd
All I can say is that SVGpan is working extremely well for me. It allows the user to scroll the image on the trackpad without a mouse, I assume on a tablet you're finger swipe will do the same thing (Is that what you mean by touch events?). --- In svg-developers@yahoogroups.com, Erik Dahlstrom

[svg-developers] Re: Zoom In Out wih SVG

2012-06-07 Thread jamesd
All I can say is that SVGpan is working extremely well for me. It allows the user to scroll the image on the trackpad without a mouse, I assume on a tablet you're finger swipe will do the same thing (Is that what you mean by touch events?). --- In svg-developers@yahoogroups.com, Erik Dahlstrom

[svg-developers] SVG MYSQL JavaScript Template

2012-06-07 Thread shofinurdin shofinurdin
excuse me... i am making SVG MAP WEB project using Mysql as database and javascript... but i don't really know the function javascript to show the legend and scale of the SVG MAP.. any body can help me.. maybe somebody has web SVG template using javascript and mysql... thanks a lot before

Re: [svg-developers] SVG MYSQL JavaScript Template

2012-06-07 Thread Jacob Beard
Are you using JavaScript on the client or on the server? Are you trying to get your JavaScript code to talk directly to your mysql db? Or are you only using it to scale an SVG map in the browser? If you have a sample of the map you are trying to scale, that would be helpful. Jake On Thu, Jun 7,