Skip to content

Releases: riatelab/magrit

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).

v0.6.1

11 Dec 22:52
Compare
Choose a tag to compare
  • New: add a new kind of layout for legends in use for choropleth maps.

  • New: allow to create labels according to the values of a given field (such as creating "Name" labels only for cities with larger "Population" than xxx)

  • Fix some bugs occurring while loading user files and improve the support for tabular file containing coordinates.

  • Fix some typos in the interface and improve the displaying of the projection name when the projection is coming from a proj.4 string.

  • Slightly improve support for Edge and Safari.

v0.6.0

29 Nov 07:30
Compare
Choose a tag to compare
  • New: ask the user if he wants to remove the not-joined features from his basemap (after a partial join).

  • New: allow to make proportional links (ie. without data classification, only graduated links were available until now).

  • New: add some new basemaps for France.

v0.5.7

08 Nov 10:58
Compare
Choose a tag to compare
  • Fix minors typo in french translation.
  • Fix bug preventing to modify the number of class when using a diverging classification scheme.

v0.5.5

12 Oct 10:48
Compare
Choose a tag to compare
  • Fix bug with pictogram displaying in the box allowing to choose them.

v0.5.3

22 Sep 14:08
Compare
Choose a tag to compare
  • Change the default font used in text/tspan SVG elements (in favor of Arial). Should fix the bug occurring while trying to open the resulting SVG file with some software on systems where the font in use is not available (notably Adobe Illustrator v16.0 CS6 on MacOSX).

v0.5.2

13 Sep 18:21
Compare
Choose a tag to compare
  • Fix graticule style edition.

v0.5.1

08 Sep 10:39
Compare
Choose a tag to compare
  • Improve how rectangles are drawn and edited.

  • Fix the tooltip displaying proj.4 string.

  • Allow to select projection from EPSG code and display it's name in the menu.

  • Allow to reuse the colors and labels from an existing categorical layer.

  • Change the layout of the box displaying the table.