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