Skip to content

Releases: simogeo/geostats

v2.1.0

22 Aug 07:04
Compare
Choose a tag to compare

removing openlayers and unwanted layers for npm package | issue #62

v2.0.0

26 Apr 17:44
Compare
Choose a tag to compare
  • Typescript compatibility | issue #51
  • Switch from 1.8.0 to 2.0.0 because of npm error

v1.8.0

17 Oct 08:39
Compare
Choose a tag to compare
  • Fixing bug on counter when using using getClassUniqueValues() method | issue #50
  • Ensure nbClass param is an integer | issue #45
  • Optimized getClassJenks() method | issue #49
  • Old Jenks method still available by calling getClassJenks2() method
  • Fix the default legend style, so items are aligned vertically | issue #48

v1.6.0

12 May 07:30
Compare
Choose a tag to compare
  • Typo bug converting string to float | issue #32
  • Force precision to 20 if user defined is superior - to prevent browser error | issue #34
  • Mean calculation outside loop | issue #35
  • Min / Max methods handled without using Math function | supposed to prevent issue #33
  • Cast values to Float on decimalFormat method | issue #36