Creating custom vector maps for Javascript vector mapping applications

I am looking to create custom maps for the web application that I am developing.

I look at datamaps (http://datamaps.github.com/), Kartograph.js (http://kartograph.org/) and JQVMap (http://jqvmap.com/).

I can create maps using CorelDraw, but how do I export it so that I can use it with these tools?

Thanks in advance.

+4
source share
2 answers

I just created http://svgto.jvectormap.com/ for this purpose. With it, you can convert SVG files to cards compatible with jVectorMap .

+3
source

How do you get the svg code? Import your svg image file into this editor: https://github.com/SVG-Edit/svgedit

Then you can edit the code (shortcut U) and paste it on the bjornd website: http://svgto.jvectormap.com/

+2
source

All Articles