Skip to content

v1.2

Compare
Choose a tag to compare
@TomBor TomBor released this 21 Jul 10:36
· 366 commits to master since this release

Basemaps

  • add Europe at three levels: country, NUTS-2 and NUTS-3 + examples data
  • add France electoral district for 2012 and 2017 with presidential data
  • add Germany at two levels: Lander and Lankreise + examples data. Thanks to @mukil ! (#9)
  • all basemaps now have a copyright cited according to sources and visible in UI
  • support of two optional layers: a second line geometry draw at the top and a second polygon geometry draw at the bottom (see Europe basemap for example)

Viz and UI

  • add german translation thnaks to @mukil ! (#9)
  • add a daltonism simulation via SVG filters from colourblind
  • add bar symbol in addition to circle and rectangle
  • improve legend of all visualizations
  • add two discretizations: standard deviation and Jenks based on geostats and simple-statistics plus some otpimization

Dependancies

  • update to d3v4
  • update to ember 2.13
  • add electron to build offline version of Khartis for Windows, macOS and Linux

Fix

  • and a lot of fix not listed