Add missing exports

so that wmts-from-capabilities example works.
This commit is contained in:
Bruno Binet
2013-03-07 22:26:13 +01:00
parent 14d5916e67
commit b4cbe0609a
2 changed files with 5 additions and 1 deletions

View File

@@ -1,2 +1,5 @@
@exportSymbol ol.Coordinate
@exportProperty ol.Coordinate.toStringHDMS
@exportSymbol ol.Coordinate.createStringXY
@exportSymbol ol.Coordinate.toStringHDMS
@exportSymbol ol.Coordinate.toStringXY
@exportSymbol ol.Coordinate.fromProjectedArray

View File

@@ -1,4 +1,5 @@
@exportSymbol ol.Extent
@exportProperty ol.Extent.prototype.getCenter
@exportProperty ol.Extent.prototype.getHeight
@exportProperty ol.Extent.prototype.getWidth
@exportProperty ol.Extent.prototype.containsCoordinate