Add full support for XYM and XYZM layouts

This commit is contained in:
Bart van den Eijnden
2015-04-16 21:19:59 +02:00
parent db8c6ef1b4
commit a438ffb280
3 changed files with 466 additions and 23 deletions
+7
View File
@@ -41,6 +41,13 @@ EsriJSONCRS.prototype.wkid;
var EsriJSONPoint = function() {};
/**
* M value of point.
* @type {!number}
*/
EsriJSONPoint.prototype.m;
/**
* X coordinate of point.
* @type {!number}