如何更改多边形以实现datamap中的状态分离?

时间:2016-09-10 14:47:09

标签: d3.js svg maps polygon datamaps

如何使用datamapjs中的坐标实现加利福尼亚州的划分?

以下是我在datamap-js文件中进行的代码更改。

{ "type": "Polygon", "id": "NCAL", "arcs": [[55, -47,55, 56, 57]], "properties": { "name": "Northern California" } },
            { "type": "Polygon", "id": "SCAL", "arcs": [[55,-57,55, 56, 57]], "properties": { "name": "Southern California" } },

这就是我想要实现的目标。

enter image description here

0 个答案:

没有答案