I recently looked at a cartographer. I understand that we generate svg using kartograph.py, and then use svg in the kartograph.js file to display maps in the web interface.
I want to create something like http://kartograph.org/showcase/animated-symbols/ . But use a world map instead. The problem is that I'm very new to mapping and geodata. It is very difficult for me to find how to create svg only with country contours using kartograph.py.
There is an example for checking kartograph.py, which generates an svg world map, but its size is close to the size of 2 MB. This is normal? Does not delay the initial loading of the graph using svg at 2 MB (at least in a poor Internet connection).
Also the example uses some .shp files to draw a map where I can get these files.
In other simple words, I am trying to find a simple example of the end on how to use a cartographer, but it seems that one such thing is not available. I searched Google several times and just came back empty-handed.
any pointers on how to generate a simple world map with the contours of the country and which layers, filters and an explanation of several terms to start me will be very useful. thanks in advance
source share