mirror of
https://github.com/nasa/openmct.git
synced 2025-03-22 12:05:19 +00:00
feat: add MAP
annotationType
This commit is contained in:
parent
5152583c3b
commit
3f2c63c9d7
@ -32,13 +32,15 @@ import _ from 'lodash';
|
||||
* @property {String} PIXEL_SPATIAL The pixel-spatial annotation type
|
||||
* @property {String} TEMPORAL The temporal annotation type
|
||||
* @property {String} PLOT_SPATIAL The plot-spatial annotation type
|
||||
* @property {String} MAP The map annotation type
|
||||
*/
|
||||
const ANNOTATION_TYPES = Object.freeze({
|
||||
NOTEBOOK: 'NOTEBOOK',
|
||||
GEOSPATIAL: 'GEOSPATIAL',
|
||||
PIXEL_SPATIAL: 'PIXEL_SPATIAL',
|
||||
TEMPORAL: 'TEMPORAL',
|
||||
PLOT_SPATIAL: 'PLOT_SPATIAL'
|
||||
PLOT_SPATIAL: 'PLOT_SPATIAL',
|
||||
MAP: 'MAP'
|
||||
});
|
||||
|
||||
const ANNOTATION_TYPE = 'annotation';
|
||||
|
Loading…
x
Reference in New Issue
Block a user