我尝试将Mike Bostock的Leaflet + d3 mashup移植到d3 3.0的最新版本中,但我对“投影”行有一些问题:
Uncaught TypeError: Object function (x){
var point = self.map.latLngToLayerPoint(new L.LatLng(x[1], x[0]));
return [point.x, point.y];
} has no method 'point'
自定义项目的工作方式似乎发生了重大变化,但我不太清楚如何。
有没有人能够了解传单+ d3示例在d3 3.0中的表现?