Skip to content

Releases: riatelab/magrit

v0.10.0

07 Oct 15:27
Compare
Choose a tag to compare
  • Change how is proposed the 'custom palette' option in the classification panel (#78).

  • Improve CSS of the classification panel.

  • Improve the rendering of the histogram in the classification panel.

  • Sort alphabetically categories of 'typo' and 'picto' by default.

  • Improve positioning of the waffles in Waffle Map (so that the center of the waffle block falls on the x-center, instead of the behavior until now where it was the lower right corner).

  • Enforce parsing fields as string in GML file (following bug report by email).

  • Read the CRS of the GML file to transfer it to the UI and ask the user if it should be used.

  • Fix coordinates order (using OAMS_TRADITIONAL_GIS_ORDER option of OSR) when exporting to Shapefile and GML.

  • In PropSymbolTypo, do not show in the legend the categories that do not appear on the map because of empty or 0 values in the field used to draw the proportional symbol (#93).

  • Update some country names in "World countries" example dataset (PR #92 by @rCarto).

  • Update the whole d3.js stack.

v0.9.2

08 Sep 06:11
Compare
Choose a tag to compare
  • Fix positioning of the waffles in Waffle Map (#87).

v0.9.1

31 Aug 14:48
Compare
Choose a tag to compare
  • Fix repositioning of the labels after reloading project file if they were manually displaced (#86).

v0.9.0

31 Aug 08:56
Compare
Choose a tag to compare
  • New feature: Implement text buffer for label layers (#79).

  • Improve the rendering of all the text buffer (title, text annotation and label layer) by using stroke, stroke-width and paint-order attributes.

  • Improve the detection of the current font when reopening style popup for title and text annotation.

  • Fix import of xlsx files (#85).

v0.8.15

26 Aug 07:41
a783cfd
Compare
Choose a tag to compare
  • Allow to export CSV table (#75).

  • Fix legend not visible on proportional links map on Firefox (#74).

  • Fix positioning of symbols and labels when centroid doesn't fall inside the target polygon (it now tries to compute the inaccessibility pole or if it still doesn't find a point in the polygon, the closest point to the centroid on the edge of the polygon) (#63).

  • Update many dependencies to ease the installation with recent Python (such as 3.10) on a recent system (such as ubuntu 22.04).

  • Update Docker recipes.

  • Update the documentation about the possibility to change the role (target / layout) of the layers in the interface (#36).

  • Correctly update the count of layout layers (#82).

  • Fix some typos in french and English translations.

  • Improve the style of some buttons (they weren't readable when they were in "hover" state).

  • Improve the style of the "layer style" popups (elements were not properly aligned) and of the "layout feature style" popups.

v0.8.14

16 Mar 11:35
a86a7bb
Compare
Choose a tag to compare
Corrections dans la documentation
suppression de la page de contact

v0.8.13

27 Nov 12:33
Compare
Choose a tag to compare
  • Replace cascaded_union with unary_union in Python code and attempt to handle input geometries with errors.

  • Shape-rendering attributes when creating smoothed maps.

v0.8.12

27 Nov 12:32
Compare
Choose a tag to compare
  • Allow more flexibility to customize the set of sample layers to use when deploying Magrit (#45).

  • Fixe some typos in documentation (#49).

  • Render crisp-edges (ie. disable SVG antialiasing) if the stroke-width or the stroke-opacity of a layer is set to 0 (#61). Note that this has an impact on the quality of the rendering, which is now slightly crenellated.

  • Avoid opening the overlay (dedicated to file upload and triggered by a drag event) when draging html elements (#64).

  • Correctly set the "lang" HTML attribute to avoid having chrome translation poping up when it is not necessary (#65).

  • Improves the retrieval of a useful error message in case of failed conversion of tabular file.

  • Avoid to propose to reuse the style of an existing categorical layer when there is only one.

  • Improves the experience of reordering modalities for categorical layer / harmonize style between the modal window doing this for categorical layer and for picto layer (related to #62).

v0.8.11

23 Mar 10:46
Compare
Choose a tag to compare
  • Allow to specify the address to use to create the server.

  • Fix join operation when using a webworker (should fix #38).

  • Replace some absolute paths at forgotten places.

  • Bump webpack / webpack-cli version.

  • Fix a misalignment in the fill color section in the layer style dialog (for layout layers).

  • Fix the size of the two input ranges in the north arrow properties dialog and remove the duplicated title.

  • Fix the initial value of the range input for border opacity in smoothed map properties dialog.

  • Fix the width of the single symbol properties dialog (so it has the same size of arrow/ellipse/etc. dialog).

  • Fix alignment of elements in jointure dialog (and space more evenly the elements).

  • Add some margin/padding to the elements in the classification dialog (when using 'diverging palette' option).

  • Fix many recurring typos in French (selection -> sélection; fleche -> flèche; charactère -> caractère) and in English (Proportionnal -> Proportional).

v0.8.10

23 Nov 10:46
Compare
Choose a tag to compare
  • Fix typo on documentation and french interface with semis de point. (#32)

  • Fix incorrect 'REVENUS' and 'REVENUS_PAR_MENAGE' values on Grand Paris dataset. (#33)

  • Fix bug with the displaying of information on table dialog in french interface (such as "20 entrées par page"). (#29)

  • Start gunicorn with some "max-requests" value to automatically restart the workers and minimize the potential memory leak impact.

  • Fix bug with 'reverse palette' button on smoothed map properties dialog. (#31)