thematic-earth
Version:
HTML-based, whole-Earth thematic maps using locally hosted data layers
2 lines • 496 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 LegendSymbol={PLACE:'place',HORIZONTAL_LINE:'horizontal-line',VERTICAL_LINE:'vertical-line',ARC:'arc',RIVER:'river',ROUTE:'route',RECTANGLE:'rectangle',SPACE:'space',CIRCLE:'circle',LAKE:'lake',TERRITORY:'territory'};Object.freeze(LegendSymbol);export default new Proxy(LegendSymbol,new EnumProxyHandler('LegendSymbol'));