Måns Beckman
Måns Beckman
Since this might be a breaking change, if we can't solve the problem you mentioned, I think it might be better to do this as a custom version of the...
Long story short, contour lines is just one thing I would like to do. Use cases: (that I realize might not be the most common, but this is what I...
Hi, just set the option outlineColor to the color you want, and outlineWidth to the width of the outline. See the documentation.
Ping. Any plans for merging this?
I have written a custom protocol for vector and raster tiles that can have uneven depth coverage, and it would really be great if there was a more graceful way...
@klao You might be interested in the workarounds for this that I have posted in #5618.
There is a caching mechanism, but not for this kind of use. I would suggest that you request the symbol without the direction arrow, and then draw it on your...
I played around with light and sky and managed to get something that was acceptable. It is still more of a shadow, setting light color to black does not work,...
I managed to find: https://github.com/maplibre/maplibre-gl-js/blob/2f5a47a72fb9dfaa0cdcbf4a68beb34dbe50cb54/src/geo/projection/globe_utils.ts#L83 But then I realized that my scope had changed to that I wanted something similar to the default haze around the globe that globe.gl has....
For now, I solved this with a custom extension: ```javascript //sigint and reinforced addons to base geometries #################################### export default function (ms) { let drawArray1 = []; let drawArray2 =...