2

我尝试将 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'

自定义项目的工作方式似乎发生了重大变化,但我不太确定如何。

谁能阐明 Leaflet + d3 示例在 d3 3.0 中的外观?

4

0 回答 0