mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-04 06:19:24 +08:00
d3.d.ts: fixed raw signatures for conic projections
This commit is contained in:
6
d3/d3.d.ts
vendored
6
d3/d3.d.ts
vendored
@@ -2960,21 +2960,21 @@ declare module D3 {
|
||||
*/
|
||||
conicConformal: {
|
||||
(): Projection;
|
||||
raw: RawProjection;
|
||||
raw(phi1:number, phi2:number): RawProjection;
|
||||
}
|
||||
/**
|
||||
* the conic equidistant projection.
|
||||
*/
|
||||
conicEquidistant: {
|
||||
(): Projection;
|
||||
raw: RawProjection;
|
||||
raw(phi1:number, phi2:number): RawProjection;
|
||||
}
|
||||
/**
|
||||
* the conic equal-area (a.k.a. Albers) projection.
|
||||
*/
|
||||
conicEqualArea: {
|
||||
(): Projection;
|
||||
raw: RawProjection;
|
||||
raw(phi1:number, phi2:number): RawProjection;
|
||||
}
|
||||
/**
|
||||
* the equirectangular (plate carreé) projection.
|
||||
|
||||
Reference in New Issue
Block a user