Skip to content

v0.10.0

Compare
Choose a tag to compare
@mthh mthh released this 07 Oct 15:27
· 1187 commits to master since this release
  • 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.