Matthieu Viry

Results 84 comments of Matthieu Viry

I postpone the correction of this issue to version 0.9.0. I think I should take the opportunity of this enhancement to improve the appearance of some of the elements in...

Awesome ! I will release `0.8.15` tomorrow (if nothing bad happens during some last tests!) then I will start working on this discretisation panel.

Thanks ! Ideally, this should be done while solving issue #69 (which proposes, among other things, to allow changing the background and outline colors of symbols added individually to the...

Some work about this issue has been done in 3811e49. Positive impact : - Now when searching for "thematic cartography" on Google, with english language, magrit.cnrs.fr is very well positioned...

Hi, TLDR; - Almost all the data imported in Magrit public instance is sent to the server at some point as there is some data massaging (and rudimentary caching) happening...

Redis is indeed the only storage brick. You don't need much space to host Magrit because Redis does not use disk persistence, so everything is in RAM. The biggest thing...

I have to admit that in my opinion the code contained in `voronoi.rs` does not really belong here (although it is probably very useful) in the sense that it takes...

In fact the open options should be passed as an argument to the `OpenEx` function (wrapped by the `Gdal.open` JS function) which doesn't seem to be supported yet. I will...

Indeed :laughing: I'm not specifically attached to adding this method, I was thinking about it more from a pedagogical point of view (*having methods that allow to represent 2 comparable...

Loading vector features from WFS could be considered. Based on the discussions we have had internally, I believe that this change will come in a future major release of the...