mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
d3.d.ts: fixed raw signatures for conic projections
This commit is contained in:
Vendored
+3
-3
@@ -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