Orange Mug
Orange Mug
Removed Mapbox source/styles in PR #391 Lets add it back in when we have either - An access token (preferred option) - A UI for adding token on data source...
> The token is working again 😕 Someone should approach a Mapbox employee at a conference/meetup and ask for a free token that we know we're allowed to use.
Aaaaah that makes sense, thanks @lukasmartinelli. Also happy new year!
I'm in favour of moving over to `@maplibre/maplibre-gl-style-spec`, reasons being: - we have an opportunity to discuss any changes with the maplibre team (because it's public) - the maplibre spec...
@ahocevar the spec is in progress over at https://github.com/maparatus/ol-mapbox-style-spec, rendered spec at https://maparatus.github.io/ol-mapbox-style-spec/ (I'll continue to update issue #10 on progress). That's based on the maplibre-gl spec. I'm happy to...
@ahocevar this failing test seems to be caused by a flakey test. I can get this to pass/fail locally by just running `npm test` multiple times. Any ideas?
This branch is all up to date and has the latest commit `4d4aeaa` (on `main`) ```bash # git status | grep "On branch" On branch feature/add-sort-key-support # git log --oneline...
I'll have another proper look tomorrow @ahocevar. But FYI I still see flakiness with tests. I get passes/fails of the test suite on repeat runs without any changes ```bash #...
I think within the layer is working correctly, at least it should be will confirm tomorrow. The function uses a secondary index multiplied by a tiny number. ```js export function...
> Using a different zIndex for every feature adds a significant performance penalty. Using the layer's renderOrder function would be a better choice. Ok cool, will change over tomorrow. Regarding...