thematic-earth
Version:
HTML-based, whole-Earth thematic maps using locally hosted data layers
2 lines • 341 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 RenderingState={NOT_RENDERING:0,SKETCHING:1,PAINTING:2};Object.freeze(RenderingState);export default new Proxy(RenderingState,new EnumProxyHandler('RenderingState'));