Martin Ždila
Martin Ždila
I can run it on my WisNode just by applying https://github.com/Ebiroll/RAK811_BreakBoard/issues/5#issuecomment-405612921. I use Debian Bullseye. Flashing: ``` stm32flash -b 115200 -e 255 -w ~/RAK811_BreakBoard/.pio/build/rak811/firmware.bin -v /dev/ttyUSB0 ``` Reading logs: ```...
Yes, if I had time. I'll try to check the source maybe next week or so.
> May be unrelated, but why do you have both NoData value and alpha? * NoData - I have no data for those pixels (ie. unknown R, unknown G, unknown...
BTW I can generate png tiles with correct alpha using [mapnik-based server](https://github.com/FreemapSlovakia/freemap-mapserver) (it is just more work to set it up). Also QGIS has no problem interpreting alpha channel correctly.
Attached a sample. [sample.tif.gz](https://github.com/OSGeo/gdal/files/6622701/sample.tif.gz)
@MammutAlex thanks. It helps also for other multi-byte characters (like ľščťžýáíéôäň).
Version of maplibre-gl I use is 2.4.0, Leaflet 1.9.3, TypeScript 4.7.4 For some reason typescript uses `Map` and `MapOptions` from `@types/leaflet/index.d.ts` and not from `maplibre-gl/dist/maplibre-gl.d.ts`. 
Same for `MediaPipeline.create`. Also why is `MediaElement.connect` marked with `(static)`? Examples show it called on the object.
Hi greim. After last update the hoxy doesn't work at all and the browser timeouts.
Default Ubuntu Natty: martin@bono:~$ node -v v0.2.6 Please add version check on startup :-)