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:
@@ -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
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
@exportSymbol ol.parser.GeoJSON
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
@exportSymbol ol.parser.GPX
|
|
||||||
@exportProperty ol.parser.GPX.prototype.read
|
|
||||||
@exportProperty ol.parser.GPX.prototype.write
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
@exportSymbol ol.parser.GPX
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
@exportSymbol ol.parser.KML
|
|
||||||
@exportProperty ol.parser.KML.prototype.read
|
|
||||||
@exportProperty ol.parser.KML.prototype.write
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
@exportSymbol ol.parser.KML
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
@exportSymbol ol.parser.TopoJSON
|
|
||||||
|
|
||||||
@exportProperty ol.parser.TopoJSON.prototype.read
|
|
||||||
@exportProperty ol.parser.TopoJSON.read
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
@exportSymbol ol.parser.TopoJSON
|
||||||
Reference in New Issue
Block a user