@vizzuality/layer-manager-plugin-mapboxgl
Version:
## Requirements Install the next peer dependencies: ```sh # with Yarn yarn add deck.gl@7.3.6 luma.gl@7.3.2
15 lines (13 loc) • 305 B
TypeScript
export { default } from './src/index';
interface Plugin {
add: () => void
remove: () => void
setVisibility: () => void
setOpacity: () => void
setZIndex: () => void
setSource: () => void
setRender: () => void
setParams: () => void
setSQLParams: () => void
getLayerByType: () => void
}