Jared Holmberg
Jared Holmberg
A year later...I discovered (though analyzing the module loaded via import(...)) that it's looking for the "icon" property that is a child of the "definition" property of the module. For...
I included an example page named "Apply to Group"
I don't want to get too far down the rabbit hole, but it seems the approach to implement mapbox background is somewhat limited (currently only color and opacity, and not...
Got one last TS error that I'm perplexed over...as it works just fine. The error says I can't use a string of "change:source" but it's literally in the TS defnition....
Ah, that makes sense...apprecate the help and look forward to your suggestions.
I like the switch to a renderBackground function, and thanks for catching that I left my Esri source in the example.
@ahocevar will this be released as 8.2.x or 9.x? Is there a release schedule or as-necessary?
@ahocevar will you cherry-pick this onto a 8.2.x release so it's picked up as a OL 6.x dep? We use VueLayers, and that project hasn't vetted OL 7 breaking changes.
Had to bump npm to 8.3 so I could use overrides, but yay... ``` ... import { apply } from 'ol-mapbox-style' ... _created (group) { apply(group.$layer, this._styleUrlWithToken) } ``` 
Would that mean making the Tile layer url parameter optional in exchange for providing a style url parameter that the Tile layer can pull the tile url from, or would...