ol-mapbox-style
Version:
Create OpenLayers maps from Mapbox Style objects
24 lines (23 loc) • 453 B
JavaScript
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';
export {default as MapboxVectorLayer} from './MapboxVectorLayer.js';