Add full support for XYM and XYZM layouts
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user