do not export read and write for feature parsers

This commit is contained in:
Bart van den Eijnden
2013-09-13 10:35:57 +02:00
parent daddc61dc6
commit 99f2d0e3d5
4 changed files with 0 additions and 12 deletions

View File

@@ -1,6 +1 @@
@exportSymbol ol.parser.GeoJSON
@exportProperty ol.parser.GeoJSON.prototype.read
@exportProperty ol.parser.GeoJSON.read
@exportProperty ol.parser.GeoJSON.prototype.write
@exportProperty ol.parser.GeoJSON.write

View File

@@ -1,3 +1 @@
@exportSymbol ol.parser.GPX
@exportProperty ol.parser.GPX.prototype.read
@exportProperty ol.parser.GPX.prototype.write

View File

@@ -1,3 +1 @@
@exportSymbol ol.parser.KML
@exportProperty ol.parser.KML.prototype.read
@exportProperty ol.parser.KML.prototype.write

View File

@@ -1,4 +1 @@
@exportSymbol ol.parser.TopoJSON
@exportProperty ol.parser.TopoJSON.prototype.read
@exportProperty ol.parser.TopoJSON.read