Skip to content

Releases: riatelab/magrit

v0.8.9

22 Oct 19:45
2699a8f
Compare
Choose a tag to compare
  • Fix bug with translation on index page.

  • Remove the old contact form in favour of the contact form of RIATE website.

v0.8.8

21 Sep 13:41
Compare
Choose a tag to compare
  • New: Change the index page to display some cartographic templates.

  • Fix bug with map title properties dialog opening.

v0.8.7

10 Sep 10:10
Compare
Choose a tag to compare
  • New: Allow to clip the SVG export to the currently displayed extent.

v0.8.6

08 Aug 19:49
Compare
Choose a tag to compare
  • Improve symbols positioning in waffle map legends.

  • Improve the tests suite.

  • Update some examples in documentation (notably to use Lambert-93 projection on
    some Paris map).

v0.8.5

05 Jul 08:39
Compare
Choose a tag to compare
  • New: Allow to create a legend also for layout layers.

  • New: Display a message before promoting/downgrading a layer to/from the status of target layer.

  • Fix layer projection before computing Dougenik cartograms.

  • Fix unexpected GeoJSON file also present in zip archive when exporting to shapefile.

  • Fix incorrect behavior when editing scalebar properties (+ fix the behavior of the its cancel button).

v0.8.4

08 Jun 10:00
Compare
Choose a tag to compare
  • Fix silly syntax error.

v0.8.3

08 Jun 09:26
Compare
Choose a tag to compare
  • Fix error while getting temporary filename on some functions.

v0.8.2

07 Jun 08:38
Compare
Choose a tag to compare
  • Fix height of svg chart for values classification for links and discontinuities.

  • Internal modifications to allow local use of the server application without redis (and possibly easier installation/use on windows).

v0.8.1

22 May 13:56
Compare
Choose a tag to compare
  • Fix the displaying of bar chart in classification panel.

v0.8.0

22 May 09:22
Compare
Choose a tag to compare
  • New: Allow to promote layout layers (or some result layers) to be a target layer. This functionality makes it possible to combine some representations more efficiently and more quickly (for example, making a chroropleth map on the result of an anamorphosis, etc.).

  • Change how are imported target/layout layers: a message asking whether the newly imported layer is a target layer or a layout layer ?

  • Fix position of context menu when opened on layout features located on near the right/bottom of the window.

  • Try to improve the style of the box asking to type the various fields of the layer.

  • Change the workflow to prepare JS code (now using webpack) / split JS code in more files / don't use Jinja2 server-side anymore.