Merge pull request #80 from elemoine/wms-custom-proj-fix

wms-custom-proj example does not work with the ol build
This commit is contained in:
Éric Lemoine
2012-11-02 05:38:38 -07:00
3 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1 @@
@exportSymbol ol.Attribution

View File

@@ -1,4 +1,5 @@
@exportSymbol ol.Projection
@exportProperty ol.Projection.addProjection
@exportProperty ol.Projection.getFromCode
@exportProperty ol.Projection.getTransform
@exportProperty ol.Projection.getTransformFromCodes
@@ -8,3 +9,6 @@
@exportProperty ol.Projection.prototype.getExtent
@exportProperty ol.Projection.prototype.getUnits
@exportSymbol ol.ProjectionUnits
@exportProperty ol.ProjectionUnits.DEGREES
@exportProperty ol.ProjectionUnits.METERS

View File

@@ -1,4 +1,5 @@
goog.provide('ol.Projection');
goog.provide('ol.ProjectionUnits');
goog.require('goog.array');
goog.require('goog.asserts');