Releases: zellige/hastile
Releases · zellige/hastile
v1.0.9
v1.0.8
Good things have arrived
v1.0.7
Good things have arrived
v1.0.4
v1.0.3
v1.0.1
v0.0.1-alpha3
- 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
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
This is the first version that spent any time in production.