mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-18 12:33:17 +08:00
Added method getExtent to ol.proj.Projection
This commit is contained in:
4
openlayers/openlayers.d.ts
vendored
4
openlayers/openlayers.d.ts
vendored
@@ -4051,7 +4051,9 @@ declare module ol {
|
||||
function transformExtent(extent: Extent, source: ProjectionLike, destination: ProjectionLike): Extent;
|
||||
|
||||
class Projection {
|
||||
constructor(options: olx.Projection)
|
||||
constructor(options: olx.Projection);
|
||||
|
||||
getExtent(): Extent;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user