@globalfishingwatch/layer-composer
Advanced tools
Comparing version 0.8.0 to 0.8.1
export { LayerComposerStyles, LayerComposerOptions, GeneratorStyles } from './layer-composer/types'; | ||
export { Type, Generator, GeneratorConfig } from './layer-composer/generators/types'; | ||
export { Type, Generator, GeneratorConfig, BackgroundGeneratorConfig, GlGeneratorConfig, CartoPolygonsGeneratorConfig, TrackGeneratorConfig, VesselEventsGeneratorConfig, RulersGeneratorConfig, HeatmapGeneratorConfig, HeatmapAnimatedGeneratorConfig, AnyGeneratorConfig, Ruler, } from './layer-composer/generators/types'; | ||
export { default, DEFAULT_CONFIG } from './layer-composer'; | ||
export { default as defaultGenerators, HEATMAP_GEOM_TYPES, HEATMAP_COLOR_RAMPS, } from './layer-composer/generators'; | ||
export { default as sort, convertLegacyGroups } from './sort'; |
@@ -124,3 +124,3 @@ import { FeatureCollection } from 'geojson'; | ||
} | ||
export declare type AnyGeneratorConfig = BackgroundGeneratorConfig | GlGeneratorConfig | CartoPolygonsGeneratorConfig | TrackGeneratorConfig | VesselEventsGeneratorConfig | HeatmapGeneratorConfig; | ||
export declare type AnyGeneratorConfig = BackgroundGeneratorConfig | GlGeneratorConfig | CartoPolygonsGeneratorConfig | TrackGeneratorConfig | VesselEventsGeneratorConfig | RulersGeneratorConfig | HeatmapGeneratorConfig | HeatmapAnimatedGeneratorConfig; | ||
export declare type RawEvent = { | ||
@@ -127,0 +127,0 @@ id: string; |
{ | ||
"name": "@globalfishingwatch/layer-composer", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Tools to convert layer configuration to data structures needed in Mapbox GL GFW interactive maps ", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
export { LayerComposerStyles, LayerComposerOptions, GeneratorStyles } from './layer-composer/types' | ||
export { Type, Generator, GeneratorConfig } from './layer-composer/generators/types' | ||
export { | ||
Type, | ||
Generator, | ||
GeneratorConfig, | ||
BackgroundGeneratorConfig, | ||
GlGeneratorConfig, | ||
CartoPolygonsGeneratorConfig, | ||
TrackGeneratorConfig, | ||
VesselEventsGeneratorConfig, | ||
RulersGeneratorConfig, | ||
HeatmapGeneratorConfig, | ||
HeatmapAnimatedGeneratorConfig, | ||
AnyGeneratorConfig, | ||
Ruler, | ||
} from './layer-composer/generators/types' | ||
@@ -4,0 +18,0 @@ export { default, DEFAULT_CONFIG } from './layer-composer' |
@@ -143,3 +143,5 @@ import { FeatureCollection } from 'geojson' | ||
| VesselEventsGeneratorConfig | ||
| RulersGeneratorConfig | ||
| HeatmapGeneratorConfig | ||
| HeatmapAnimatedGeneratorConfig | ||
@@ -146,0 +148,0 @@ // ---- Generator specific types |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1788679
19667