Manuel Forcén Muñoz
Manuel Forcén Muñoz
AFAIK, changes should be done in the javascript engine, telling them not to process the change during the script execution. If I come up with some workaround, I will post...
You can convert them with GDAL, by using gdalwarp -t_srs EPSG:4326 in.tif out.tif
Hey, thanks! I forgot to add a minimal reproducible example.
That's right, I've been experiencing this myself. Would it be possible to have a dropdown menu on that option? Alternatively, it would be a good idea to have a console...
Great! I will start working on this. Best regards!
After some investigation, I've discovered that there is a pending feature in [walrus](https://github.com/rustwasm/walrus) that would allow wasm-bindgen to generate binaries while keeping the debug information up to date. I'll try...