Merge pull request #1022 from bartvde/parser-api

Parser api changes (remove read/write for feature parsers and add parser to the filenames) (r=@elemoine)
This commit is contained in:
Bart van den Eijnden
2013-09-13 08:01:57 -07:00
40 changed files with 4 additions and 16 deletions

View File

@@ -1,6 +0,0 @@
@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

@@ -0,0 +1 @@
@exportSymbol ol.parser.GeoJSON

View File

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

View File

@@ -0,0 +1 @@
@exportSymbol ol.parser.GPX

View File

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

View File

@@ -0,0 +1 @@
@exportSymbol ol.parser.KML

View File

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

View File

@@ -0,0 +1 @@
@exportSymbol ol.parser.TopoJSON