itowns
Version:
A JS/WebGL framework for 3D geospatial data visualization
5 lines (4 loc) • 301 B
TypeScript
export function moveLayerToIndex(layer: any, newIndex: any, imageryLayers: any): void;
export function moveLayerDown(layer: any, imageryLayers: any): void;
export function moveLayerUp(layer: any, imageryLayers: any): void;
export function getColorLayersIdOrderedBySequence(imageryLayers: any): any[];