在topojson.merge中出现故障

时间:2016-05-01 23:15:33

标签: d3.js topojson

使用topojson.merge时发生这种故障的原因是什么?

enter image description here

svg.append('path')
.datum(topojson.merge(BR, BR.objects.mg.geometries.filter(function(d) {
  if (d.properties.geocode === '3136306' || d.properties.geocode === '3109402' ) {
    return true;
  }
})))
.attr('class', 'fmg')
.attr('d', path);

[编辑]

我画的是我希望从合并中得到的区域。

enter image description here

0 个答案:

没有答案