Search code examples
javascriptdictionarytile

How can I implement a zoomable draggable interface the same as seatgeek?


Seatgeek has a zoomable draggable tiled interface.

An example is here: http://seatgeek.com/sf-bulls-yankees-tickets/3-2-2012-tampa-george-steinbrenner-field/mlb/785875/#

I want to implement a scrollable draggable interface like this but I cannot use Google's code for google maps. Also I need the tile system like google maps where it pulls tiles from the server for rendering the map. Need to implement in javascript. What library can I use? How can I do it? How does seatgeek do it?


I de-compiled their javascript http://pastebin.com/PVjahhnH


Solution