ObiHill
ObiHill

Reputation: 11876

Creating Custom Vector Maps for Javascript Vector Mapping Apps

I'm looking to create custom maps for a web app that I'm developing.

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

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

Thanks in advance.

Upvotes: 4

Views: 4818

Answers (2)

wickit
wickit

Reputation: 21

How you get SVG code? Import your svg graphic to this editor: https://github.com/SVG-Edit/svgedit

Then you can edit code (keyboard shortcut U) and paste it to bjornd site: http://svgto.jvectormap.com/

Upvotes: 2

bjornd
bjornd

Reputation: 22943

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

Upvotes: 3

Related Questions