Added method getExtent to ol.proj.Projection

This commit is contained in:
Christian Beilschmidt
2016-03-10 17:08:59 +01:00
parent 0144ad5a74
commit 9efdd51da4

View File

@@ -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;
}
}