[ 原始碼: node-d3-geo ]
套件:node-d3-geo(1.11.9-6)
Shapes and calculators for spherical coordinates
The edges of a spherical polygon are geodesics (segments of great circles), not straight lines. Projected to the plane, geodesics are curves in all map projections except gnomonic, and thus accurate projection requires interpolation along each arc.
D3 uses adaptive sampling inspired by a popular line simplification method to balance accuracy and performance.
Node.js is an event-based server-side JavaScript engine.
其他與 node-d3-geo 有關的套件
|
|
|
|
-
- dep: node-d3-array
- Array manipulation, ordering, searching, summarizing, etc