UNPKG

ol-mapbox-style

Version:

Create OpenLayers layers or maps from Mapbox/MapLibre styles

25 lines (24 loc) 499 B
export { addMapboxLayer, apply, applyBackground, applyStyle, apply as default, getFeatureState, getLayer, getLayers, getMapboxLayer, getSource, removeMapboxLayer, setFeatureState, updateMapboxLayer, updateMapboxSource, } from './apply.js'; export {styleConfig} from './expressions.js'; export {default as MapboxVectorLayer} from './MapboxVectorLayer.js'; export { getStyleForLayer, recordStyleLayer, renderTransparent, stylefunction, } from './stylefunction.js';