UNPKG

@clairbuoyant/worldwind-react

Version:

An interactive globe for React using NASA's WorldWind Javascript SDK.

33 lines 1.1 kB
export const DEFAULT_BACKGROUND_COLOR = 'rgb(36,74,101)'; export const layerTypes = new Map([ ['atmosphere-day-night', 'Atmosphere and Day/Night'], ['bing-aerial-labels', 'Bing Aerial with Labels'], ['bing-aerial', 'Bing Aerial'], ['bing-roads', 'Bing Roads'], ['blue-marble-landsat', 'Blue Marble and LandSat'], ['blue-marble-lowres', 'Background'], ['blue-marble', 'Blue Marble'], ['compass', 'Compass'], ['coordinates', 'Coordinates'], ['eox-openstreetmap', 'EOX OpenStreetMap'], ['eox-sentinal2-labels', 'EOX Sentinal-2 with Labels'], ['eox-sentinal2', 'EOX Sentinal-2'], ['renderables', 'Renderables'], ['stars', 'Stars'], ['tessellation', 'Tessellation'], ['usgs-imagery-topo', 'USGS Imagery Topographic'], ['usgs-topo', 'USGS Topographic'], ['view-controls', 'View Controls'], ]); export const projections = [ '3D', 'Equirectangular', 'Mercator', 'North Gnomonic', 'North Polar', 'North UPS', 'South Gnomonic', 'South Polar', 'South UPS', ]; //# sourceMappingURL=globe.constants.js.map