Utilities for map projections.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

8 行
190 B

  1. declare module 'd3-geo-polygon';
  2. declare module 'd3-geo-projection' {
  3. import * as d3geo from 'd3-geo';
  4. export * from 'd3-geo';
  5. export function geoSinusoidal(): d3geo.GeoProjection;
  6. }