Scott Whittaker

Results 10 comments of Scott Whittaker

Any progress on this? For my purposes I'd like to maintain the default behaviour up to a certain zoom level, then grow with the zoom level after that. Should be...

No worries, I actually kind of solved it myself, though it's not quite as clean as I'd like. Essentially I'm using map.on("zoomend") to catch the zoom, check the zoom level,...

This would be really handy, kind of surprising it's not built in as an option for the select widget. Also for our purposes it would be useful to have a...

I've run across this while attempting to update the libraries. Is there a workaround? If not, what are the latest versions of `@mapbox/mapbox-gl-draw` and `mapbox-gl` that are functional together?

I've temporarily gotten round this with an ugly typescript hack: ```jsx // eslint-disable-next-line no-type-assertion/no-type-assertion const typeFudgedDrawControl = theDrawControl as unknown as IControl; map.addControl(typeFudgedDrawControl, 'top-left'); ```

Never mind, I stopped using _pixelRatio_ on the image properties, and used _icon_size_ on the layer _layout_ properties instead.

Same issue here. Was previously working. Printer settings: hostname + API key. Click Test button, get successful connection message. But gcode upload and print is stuck RESOLVING ADDRESS.

Just installed 2.7.3 and the issue appears to be fixed.

Setting the styles manually with the current libraries: mapbox-gl: 3.9 maplibre-gl: 5.0 react-map-gl: 8.0 I get the error: `Error: layers.gl-draw-lines.cold.paint.line-dasharray: data expressions not supported` So I had to simplify it...

OK just noting that I did manage to get it running, but it was increadibly slow to process, used 100% of the CPU for several minutes, and failed to produce...