weatherv-patch
Version:
Weather visualization SDK - Enhanced features patch for v0.1.66
18 lines (17 loc) • 1.21 kB
TypeScript
import Factor from './source/factor';
import { Client } from './client/client';
import { OlClient } from './client/ol/ol-client';
import { AmapClient } from './client/amap/amap-client';
import { GmapClient } from './client/gmap/gmap-client';
import { MapboxClient } from './client/mmap/mapbox-client';
import { ColorRamp } from './renderer/color-ramp';
import { setLinearDecodeConfig, setVectorDecodeConfig, setCustomDecodeConfig } from './source/decode-strategy';
import { TileGraySource } from './source/tile-gray-source';
import { ColormapTileLayer } from './layer/color/colormap-tile-layer';
import { ColormapLayer } from './layer/color/colormap-layer';
import { ParticleAnimationLayer } from './layer/particle/particle-animation-layer';
import { FeatherLayer } from './layer/feather/feather-layer';
import { Units } from './renderer/units';
import { Platform } from './util/platform';
import * as Util from './util/util';
export { Client, OlClient, AmapClient, GmapClient, MapboxClient, ColormapTileLayer, ColormapLayer, ParticleAnimationLayer, FeatherLayer, Factor, ColorRamp, TileGraySource, setLinearDecodeConfig, setVectorDecodeConfig, setCustomDecodeConfig, Util, Platform, Units };