I have been recently taking a look at kartograph. I understand that we generate the svg with kartograph.py and then use the svg in kartograph.js to render maps in a web interface.
I want to generate something like this http://kartograph.org/showcase/animated-symbols/. But using world map instead. The problem is I am very new to mapping and geo data. Its super difficult for me to find how to generate a svg only with country outlines using kartograph.py.
There is an example to test kartograph.py which generates a world map svg but its close to 2MB in size. Is this normal? Wont it delay the initial loading of the graph with a 2 MB svg ( atleast in poor internet connection).
Also the example uses some .shp files to draw the map, where can i get those files.
In other simple words, I am trying to find a simple end to end example to how to use kartograph, but it looks like one such thing is not available.I have googled for several times and just returned empty handed.
any pointers on how to generate the a simple world map with country outlines and what are layers, filters and explanation of few terms to get me started will be very helpful. Thanks in advance
I wrote a blog post myself on how to get started with Kartograph. This blog post is available here http://vumaasha.github.io/codehook/kartograph/geomapping/2013/11/24/using-kartograph.html. I hope this will be helpful for people who are new to Kartograph and gis stuff that it is related to