I am trying to resize a geo svg in an xml file and am failing. I'v been trying to adjust the viewBox and height/width but cannot get it to work... I am basically trying to enlarge the svg for use with Kartograph.js. I got the FRA.svg file from KArtograph...
context path { fill: #eee; stroke: #bbb; } ]]>
Any help would be great, thanks!
I hope you still need the answer.
I had the same problem resizing my world.svg on resizing the window. Basically the API of Kartograph.js is very uncomplete.
Just oversee the source, there you'll find a resize-function. In my case I came up with the following (including a timeout to not resizing the map continuously:
Works great for me.