Export namespaces or constructors but not functions

This commit is contained in:
Tim Schaub
2013-09-04 13:08:39 -06:00
parent 8ca3f13bd2
commit fa1601f04f
4 changed files with 8 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
goog.require('ol.parser.ogc.WMTSCapabilities');
goog.require('ol.proj.addCommonProjections');
goog.require('ol.proj.common');
ol.proj.addCommonProjections();
ol.proj.common.add();
Proj4js.defs['EPSG:31256'] = '+proj=tmerc +lat_0=0 ' +
'+lon_0=16.33333333333333 +k=1 +x_0=0 +y_0=-5000000 +ellps=bessel ' +
'+towgs84=577.326,90.129,463.919,5.137,1.474,5.297,2.4232 ' +