Example
import LayerMapBox from "gpf-ext-ol/layers/LayerMapBox"
ou
import { LayerMapBox } from "gpf-ext-ol"
Events
-
mapbox:style:loaded
Layers/LayerMapBox.js, line 351 -
event triggered when a style is apply
Properties:
Name Type Description type Object event
style String style url
name String style name
target Object instance LayerMapBox
Example
LayerMapBox.on("mapbox:style:loaded", function (e) { console.log(e.style); })