Merge pull request #2119 from fredj/apidoc

Mark ol.format.GPX#readProjection as a function
This commit is contained in:
Frédéric Junod
2014-05-28 18:22:42 +02:00

View File

@@ -430,6 +430,7 @@ ol.format.GPX.prototype.readFeaturesFromNode = function(node) {
/**
* Read the projection from a GPX source.
*
* @function
* @param {ArrayBuffer|Document|Node|Object|string} source Source.
* @return {ol.proj.Projection} Projection.
* @todo api