Correct spelling

This commit is contained in:
Frederic Junod
2017-01-12 10:26:06 +01:00
parent 3c751cad69
commit a2f99f8e39

View File

@@ -96,7 +96,7 @@ ol.format.EsriJSON.readGeometry_ = function(object, opt_options) {
* @param {Array.<!Array.<!Array.<number>>>} rings Rings.
* @param {ol.geom.GeometryLayout} layout Geometry layout.
* @private
* @return {Array.<!Array.<!Array.<number>>>} Transoformed rings.
* @return {Array.<!Array.<!Array.<number>>>} Transformed rings.
*/
ol.format.EsriJSON.convertRings_ = function(rings, layout) {
var outerRings = [];