d3.geoTwoPointAzimuthalRaw()

d3.geoTwoPointAzimuthal(point0, point1)
d3.geoTwoPointAzimuthalRaw(d)

The two-point azimuthal projection “shows correct azimuths (but not distances) from either of two points to any other point. [It can] be used to locate a ship at sea, given the exact location of two radio transmitters and the direction of the ship to the transmitters.” This projection does not support projection.rotate, as the rotation is fixed by the two given points.

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

Please login to continue.