Implement GPX parser (read/write).

Implement a parser for GPX which supports read and write.
This commit is contained in:
Bart van den Eijnden
2013-05-17 15:59:12 +02:00
parent 02ba8a86e6
commit dc922b4ffa
8 changed files with 1643 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
@exportSymbol ol.parser.GPX
@exportProperty ol.parser.GPX.prototype.read
@exportProperty ol.parser.GPX.prototype.write