Rowan Winsemius

Results 314 comments of Rowan Winsemius

Gday @JosephusPaye Well I've had an initial first shot at putting this together for a single component - http://rowanwins.github.io/keenUIdocs/ I had a brief go with the idea of a playground/code...

Gday @stefanjudis I'd be happy to take a bit of a look at this. I've succesfully compiled an electron app on my windows machine before although using a previous version...

Gday @stefanjudis , Well as you suspected I've run into an issue with the child_pty module in the sessions.js which is being used for spawning child processes, it appears that...

I've made a few little tweaks to the config based on your requests @DanielJDufour - worker is now inlined - some of the bundle files are now in a new...

A visible file browser for sentinel images is available here http://sentinel-s2-l1c.s3-website.eu-central-1.amazonaws.com/#tiles/55/J/CF/2018/7/25/0/ Im thinking this might require writing some node bindings to some C written codec (eg [openJPEG](http://www.openjpeg.org/)). Or there is...

Yep that seems like a sensible approach @DanielJDufour and seems like that would fit with the intro sentence on this repo > Wrapper around Georeferenced Rasters like GeoTIFF, NetCDF, JPG,...

Hi @melz007 Yeah this is probably related to the vast bulk of issues in the repo at the moment. When I get some free time I'll dig into it further

Gday @brenttony So you need to do something like ```` var a3Size = { width: 1123, height: 1587, className: 'a3CssClass', tooltip: 'A custom A3 size' } var printer = L.easyPrint({...

Can you post a fuller snippet of the code you're trying. Everything works for me as expected. Regarding the legend is the legend div inside your leaflet map div?

Looks odd but you probably need to provide more information for me to help you. Can you show me a fuller snippet of your settings. Thanks