Jan Žák
Jan Žák
Yeah, makes sense. Asset role `palette` or `raster:palette`?
Linking the original issues. Currently, an animated custom WebGL layer really causes a high load because of `map.triggerRepaint`. It performs better in a separate context. https://github.com/mapbox/mapbox-gl-js/issues/7629 https://github.com/mapbox/mapbox-gl-js/issues/8159
Pardon me for a shameless plug, I maintain a STAC Catalog with pre-processed environmental data for visualization, with deck.gl layers for simple integration with common map libraries. Basic subscription covers...
After TS parser is generated, I use this Shell function to reorder the file content: ```sh reorderParser() { FILE="$1" TMPFILE=`mktemp` # reorder classes in the generated parser # see https://github.com/tunnelvisionlabs/antlr4ts/issues/341...
Hi, is the WebGL code available to take a look?
Hi @m-mohr, I'm sorry for inactivity, I'm totally swamped these days :( Have you seen any interest about this topic from anyone else?
I'm going to close this for now, thanks.
Haha :) Anyway, this is only about standardizing a STAC field if there is more interest about it. Anyone can still use it as a custom field. Regarding the implementation,...
Hi, this works for me in the [demo](https://zakjan.github.io/mapbox-gl-draw-geodesic/). Select `draw_circle` in the mode select, draw a circle, the mode switches back to simple_select. Can you debug what's specific in your...