d3.geoTwoPointEquidistantRaw()

d3.geoTwoPointEquidistant(point0, point1)
d3.geoTwoPointEquidistantRaw(z0)

The two-point equidistant projection. This projection does not support projection.rotate, as the rotation is fixed by the two given points. Note: to show the whole Earth, this projection requires clipping to spherical polygons, which is not yet supported in D3. However, you can typically show most of the Earth by using D3’s great-circle clipping.

doc_D3_Js
2016-11-24 10:26:40
Comments
Leave a Comment

Please login to continue.