Export methods methods for ol.Extent

so that wmts example work (it makes use of extent.getTopLeft() method)
This commit is contained in:
Bruno Binet
2013-03-07 21:04:20 +01:00
parent 56ffb6146d
commit 0f9f5a25ae

View File

@@ -1,3 +1,10 @@
@exportSymbol ol.Extent
@exportProperty ol.Extent.prototype.getHeight
@exportProperty ol.Extent.prototype.getWidth
@exportProperty ol.Extent.prototype.containsCoordinate
@exportProperty ol.Extent.prototype.containsExtent
@exportProperty ol.Extent.prototype.getBottomLeft
@exportProperty ol.Extent.prototype.getBottomRight
@exportProperty ol.Extent.prototype.getTopLeft
@exportProperty ol.Extent.prototype.getTopRight
@exportProperty ol.Extent.prototype.transform