如何使用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" } },
这就是我想要实现的。