diff --git a/openlayers/openlayers.d.ts b/openlayers/openlayers.d.ts index f16b21fa10..1d4d55cede 100644 --- a/openlayers/openlayers.d.ts +++ b/openlayers/openlayers.d.ts @@ -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; } }