ol-mapbox-style
Version:
Create OpenLayers maps from Mapbox Style objects
4 lines (3 loc) • 417 B
TypeScript
export { default as MapboxVectorLayer } from "./MapboxVectorLayer.js";
export { getStyleForLayer, recordStyleLayer, renderTransparent, stylefunction } from "./stylefunction.js";
export { addMapboxLayer, apply, apply as default, applyBackground, applyStyle, getFeatureState, getLayer, getLayers, getMapboxLayer, getSource, removeMapboxLayer, setFeatureState, updateMapboxLayer, updateMapboxSource } from "./apply.js";