Hi, we are using SVG to display maps of any venue in our application, the data is divided in sections, rows and seats. The ELEMENTS inside svg can be more then XXXX. So let me explain how this thing actually works, when you are on default zoom it sho...
I have found this neat tool that helps me generate the map code to display the map: http://mapstarter.com/ If you click US states you get some demo data. If you then select the download tab the source code is provided. My question is, how much does i...