Skip to content

Releases: riatelab/magrit

v0.7.4

18 Apr 09:34
Compare
Choose a tag to compare
  • Prevent some error when opening layer with non unique entries in field named 'id' (internally caused by the fact we use geojson and fiona is failing on opening geojson with duplicates in that field).

v0.7.3

21 Mar 22:44
Compare
Choose a tag to compare
  • Multiple small bug fixes related to styles.

  • Fix badly set value on some input range elements.

v0.7.2

19 Mar 13:55
Compare
Choose a tag to compare
  • Removes arithmetic progression classification method.

  • Also allow to create proportional symbols map when analyzing a layer of points.

  • Allow to use rounded corners on rectangles available as layout features.

  • Slightly change the behavior when a result layer is added by not fitting anymore the view-port on it.

  • Fix the "fit-zoom" behavior when using Armadillo projection and a layer at world scale.

  • Change the stewart implementation to consume less memory (smoomapy package is dropped temporarily).

v0.7.1

09 Mar 16:40
Compare
Choose a tag to compare
  • Fix typos in documentation.

  • Add a new option for proportional symbols legends, allowing to display a line between the symbol and the value.

  • Enable the (still experimental) auto-alignment feature for text annotation.

v0.7.0

05 Mar 16:53
Compare
Choose a tag to compare
  • New: allow to analyze a layer of points by two means : through a regular grid or through an existing layer of polygons. Informations computed are either the density of items (weighted or not) in each cell/polygon or a statistical summary (mean or standard deviation) about the items belonging to each cell/polygon.

v0.6.7

01 Feb 14:30
Compare
Choose a tag to compare
  • Fix links creation on some cases when using integers as identifiers.

v0.6.6

19 Jan 07:21
Compare
Choose a tag to compare
  • Fix/improve some styling options in links menu and in links classification box.

  • Fix error occurring on labels creation when using a target layer with empty geometries and warn the user if it's the case (as for the other representations).

v0.6.5

12 Jan 10:57
Compare
Choose a tag to compare
  • Be more tolerant with in the regular expression used to filter the name of exported maps (by allowing dot, dash and parentheses for example).

  • Fix the displaying of the "waiting" overlay when loading a TopoJSON layer.

  • Fix the displaying of the "horizontal layout" option for legend when used on a categorical choropleth map + rounding precision for "horizontal layout" legend and "proportional symbols" legend.

  • Fix bug when changing layer name when using particularly long names.

  • Compute jenks natural breaks in a web worker if the dataset contains more than 7500 features.

v0.6.4

22 Dec 09:51
Compare
Choose a tag to compare
  • Slightly change how field type is determined.

  • Try to improve the 'active'/'pushed' effect on buttons located on the bottom-right of the map.

  • Try to be lighter on the use of memory (by reducing the TTL of redis entries and by not saving (for later reuse) intermediate results anymore when computing potentials).

  • Explicitly set locale and language parameters on docker image and make a better sanitizing of layer names.

v0.6.2

12 Dec 13:12
Compare
Choose a tag to compare
  • Fix bug when importing shapefiles (due to wrong hash computation).