The wms-custom-proj example requires more exports
This commit is contained in:
1
src/ol/attribution.exports
Normal file
1
src/ol/attribution.exports
Normal file
@@ -0,0 +1 @@
|
|||||||
|
@exportSymbol ol.Attribution
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
@exportSymbol ol.Projection
|
@exportSymbol ol.Projection
|
||||||
|
@exportProperty ol.Projection.addProjection
|
||||||
@exportProperty ol.Projection.getFromCode
|
@exportProperty ol.Projection.getFromCode
|
||||||
@exportProperty ol.Projection.getTransform
|
@exportProperty ol.Projection.getTransform
|
||||||
@exportProperty ol.Projection.getTransformFromCodes
|
@exportProperty ol.Projection.getTransformFromCodes
|
||||||
@@ -8,3 +9,6 @@
|
|||||||
@exportProperty ol.Projection.prototype.getExtent
|
@exportProperty ol.Projection.prototype.getExtent
|
||||||
@exportProperty ol.Projection.prototype.getUnits
|
@exportProperty ol.Projection.prototype.getUnits
|
||||||
|
|
||||||
|
@exportSymbol ol.ProjectionUnits
|
||||||
|
@exportProperty ol.ProjectionUnits.DEGREES
|
||||||
|
@exportProperty ol.ProjectionUnits.METERS
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
goog.provide('ol.Projection');
|
goog.provide('ol.Projection');
|
||||||
|
goog.provide('ol.ProjectionUnits');
|
||||||
|
|
||||||
goog.require('goog.array');
|
goog.require('goog.array');
|
||||||
goog.require('goog.asserts');
|
goog.require('goog.asserts');
|
||||||
|
|||||||
Reference in New Issue
Block a user