16-2.Projections 投影

330 阅读3分钟

Projections

Raw projections

  • project - project the specified point from the sphere to the plane.将指定点从球体投影到平面
  • project.invert - unproject the specified point from the plane to the sphere.将指定点从平面取消投影到球体。
  • d3.geoProjection - create a custom projection.创建自定义投影
  • d3.geoProjectionMutator - create a custom configurable projection.创建自定义的可配置投影