且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何将SVG转换为jVectorMap格式

更新时间:2022-06-15 10:23:24

我不完全确定问题的原因是什么,但我设法找到解决方案。

I'm not totally sure what was the cause of the issue but I managed to find a solution.

我将SVG导入: https://svg-edit.github.io/svgedit/releases/svg-edit-2.8.1/svg-editor.html

我重新定向路径然后导出。

I reoriented the paths and then exported.

生成以下SVG:

<svg width="1600" height="987" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
 <metadata/>
 <g>
  <title>Layer 1</title>
  <path id="svg_1" d="m932.44098,173.05901l85.34198,0l0,62.58l-85.34198,0l0,-62.58z" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="null" fill="#94D4EA"/>
  <path id="svg_2" d="m743.1745,381.74323l62.07562,-62.07562l62.65472,62.65472l-62.07562,62.07562l-62.65472,-62.65472z" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="null" fill="#94D4EA"/>
  <path id="svg_3" d="m744.50299,548.14899l40.80103,0l0,43.13898l-40.80103,0l0,-43.13898z" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="null" fill="#94D4EA"/>
  <path id="svg_4" d="m1025.172,322.57101l53.71997,0l0,147.46899l-53.71997,0l0,-147.46899z" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="null" fill="#94D4EA"/>
  <path id="svg_5" d="m642.21399,721.36902l93.91699,0l0,94.133l-93.91699,0l0,-94.133z" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="null" fill="#94D4EA"/>
  <path id="svg_6" d="m653.42999,530.74902l62.58002,0l0,84.03503l-62.58002,0l0,-84.03503z" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="null" fill="#94D4EA"/>
  <path id="svg_7" d="m523.24103,211.666l52.12201,0l0,47.644l-52.12201,0l0,-47.644z" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="null" fill="#94D4EA"/>
  <path id="svg_8" d="m867.25897,547.14899l201.95197,0l0,28.19897l-201.95197,0l0,-28.19897z" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="null" fill="#94D4EA"/>
  <path id="svg_9" d="m653.42999,432.87201l62.58002,0l0,84.03503l-62.58002,0l0,-84.03503z" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="null" fill="#94D4EA"/>
  <path id="svg_10" d="m653.42999,334.59201l62.58002,0l0,84.035l-62.58002,0l0,-84.035z" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="null" fill="#94D4EA"/>
  <path id="svg_11" d="m833.95099,173.05901l85.34198,0l0,62.58l-85.34198,0l0,-62.58z" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="null" fill="#94D4EA"/>
  <path id="svg_12" d="m736.151,173.05901l85.34198,0l0,62.58l-85.34198,0l0,-62.58z" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="null" fill="#94D4EA"/>
  <path id="svg_13" d="m638.35199,173.05901l85.34198,0l0,62.58l-85.34198,0l0,-62.58z" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="null" fill="#94D4EA"/>
  <path id="svg_14" d="m1027.88196,171.589l40.80103,0l0,43.13899l-40.80103,0l0,-43.13899z" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="null" fill="#94D4EA"/>
  <path id="svg_15" d="m586.82202,171.589l40.80103,0l0,43.13899l-40.80103,0l0,-43.13899z" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="null" fill="#94D4EA"/>
  <path id="svg_16" d="m879.28729,369.35007l-62.65546,-62.65546l62.07422,-62.07417l62.6554,62.65544l-62.07416,62.07419z" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="null" fill="#94D4EA"/>
  <path id="svg_17" d="m879.43805,394.32544l62.65405,62.65402l-62.07635,62.07632l-62.65399,-62.65402l62.07629,-62.07632z" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="null" fill="#94D4EA"/>
  <path id="svg_18" d="m953.88336,319.27084l62.65399,62.65402l-62.07562,62.07559l-62.65399,-62.65399l62.07562,-62.07562z" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="null" fill="#94D4EA"/>
 </g>
</svg>

它看起来效果很好。