I need to find a place where I can download shape files for javascript.
I mean this website:
uses raphael.js with a shape file of the us world:
http://raphaeljs.com/world/world.js
I just want to know how to get this file???
I need the js file for australia and new zeland.. also would be great if I can separate America in one shape and Asia in another one, thanks.
It’s SVG file and you have to convert from a vector file into draw command with js. You can convert an image to raphaeljs from here
http://readysetraphael.com/. If you want to get the shape of Australia you can take a look at the file. some thing like this