Skip to content

Releases: zellige/hastile

v1.0.9

08 Apr 03:57
Compare
Choose a tag to compare

Good things have arrived

v1.0.8

08 Apr 03:07
Compare
Choose a tag to compare

Good things have arrived

v1.0.7

08 Apr 02:35
Compare
Choose a tag to compare

Good things have arrived

v1.0.4

07 Apr 23:34
Compare
Choose a tag to compare
Only build on PR and release on TAG

v1.0.3

10 May 07:25
Compare
Choose a tag to compare
.

v1.0.1

10 May 06:41
Compare
Choose a tag to compare
.

v0.0.1-alpha3

21 Jul 03:54
Compare
Choose a tag to compare
  • Change simplify distance to improve simplification (reduces the amount of simplification).
  • Improved testing of MVT output.
  • Produce proper media types for MVT and JSON outputs (application/vnd.mapbox-vector-tile and application/json respectively).
  • Upgrade to GHC 8.0.2

v0.0.1-alpha2

19 Mar 20:23
Compare
Choose a tag to compare

This fixes an important issue where properties in the GeoJSON were always strings - even if in the database they were numeric types.

The table structure that Hastile expected changed:

  • From three columns: geometry as geojson, properties in a hstore column and geometry.
  • To two columns: full formed geojson and geometry.

For an example of this change see: 9a329e0

v0.0.1-alpha1

19 Mar 20:20
Compare
Choose a tag to compare

This is the first version that spent any time in production.