Transformed
This commit is contained in:
@@ -1,15 +1,17 @@
|
||||
goog.provide('ol.geom.GeometryLayout');
|
||||
|
||||
|
||||
/**
|
||||
* @module ol/geom/GeometryLayout
|
||||
*/
|
||||
/**
|
||||
* The coordinate layout for geometries, indicating whether a 3rd or 4th z ('Z')
|
||||
* or measure ('M') coordinate is available. Supported values are `'XY'`,
|
||||
* `'XYZ'`, `'XYM'`, `'XYZM'`.
|
||||
* @enum {string}
|
||||
*/
|
||||
ol.geom.GeometryLayout = {
|
||||
var _ol_geom_GeometryLayout_ = {
|
||||
XY: 'XY',
|
||||
XYZ: 'XYZ',
|
||||
XYM: 'XYM',
|
||||
XYZM: 'XYZM'
|
||||
};
|
||||
|
||||
export default _ol_geom_GeometryLayout_;
|
||||
|
||||
Reference in New Issue
Block a user