使用topojson.merge时发生这种故障的原因是什么?
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);
[编辑]
我画的是我希望从合并中得到的区域。