thematic-earth
Version:
HTML-based, whole-Earth thematic maps using locally hosted data layers
2 lines • 379 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 ProjectionStage={ROTATION:1,PROJECTION:2,TRANSFORMATION:3,PLACEMENT:4,STYLING:5,DRAWING:6};Object.freeze(ProjectionStage);export default new Proxy(ProjectionStage,new EnumProxyHandler('ProjectionStage'));