thematic-earth
Version:
HTML-based, whole-Earth thematic maps using locally hosted data layers
2 lines • 340 B
JavaScript
/* Copyright (c) 2023 Read Write Tools. Legal use subject to the Thematic Earth Software License Agreement. */
import EnumProxyHandler from'./enum-proxy-handler.class.js';var LabelingState={QUEUEING:0,PENDING:1,WORKING:2,COMPLETE:3};Object.freeze(LabelingState);export default new Proxy(LabelingState,new EnumProxyHandler('LabelingState'));