Clusterbuster Versions Save

A Mapbox Vector Tile (MVT) map tiling server with built-in clustering and filtering

v2.4.0

4 years ago

2.4.0 (2019-11-27)

Features

  • tiler: allow zoomToDistance override (#35) (eae8f64)

v2.3.1

4 years ago

2.3.1 (2019-11-22)

Bug Fixes

v2.3.0

4 years ago

2.3.0 (2019-11-20)

Features

  • tiler: Deprecate resolution and add extent and bufferSize (#30) (f8b4cf7)

v2.2.0

4 years ago

2.2.0 (2019-11-20)

Features

v2.1.1

4 years ago

2.1.1 (2019-11-13)

Bug Fixes

v2.1.0

4 years ago

2.1.0 (2019-11-01)

Features

  • tile: Include the cluster expansion zoom level into the MVT tile properties (#27) (cd9c0da)

v2.0.1

4 years ago

2.0.1 (2019-10-31)

Bug Fixes

  • ci: semantic release default plugins added (#25) (25c5b56)

v1.1.0

4 years ago

1.1.0 (2019-10-31)

Bug Fixes

  • queries: fix slonik validation errors (#16) (4daa0d0)

Features

  • tiler: add debug configuration option for verbose logging (#20) (717adcc)

v1.0.1

4 years ago

1.0.1 (2019-10-30)

Bug Fixes

  • queries: fix slonik validation errors (#16) (90185ec)

v1.0.0

4 years ago

1.0.0 (2019-10-30)

Bug Fixes

  • queries: wrap sql in slonik sql template strings (#12) (81a738e)
  • tiler: config.yaml (109dfbd)
  • tiler: dev start script (40e3c56)
  • tiler: examples (#7) (403439d)
  • tiler: first commit to restore history before structure change (c40b499)
  • tiler: fix query where clause for unclustered server (da3b72b)
  • tiler: fix wrong file path for index.ts (#8) (77a6136)
  • tiler: missing unclustered srid conversion and mvt geom conversion (13ba21e)
  • tiler: move server back to lib (36c8fd2)
  • tiler: proper connection pooling (0d47bae)
  • tiler: rename server back to tiler (7bc3561)
  • tiler: rollup issues (0a0f524)

Features

  • cache: scope cache to remove static import of redis (#13) (534d25c)
  • tiler: add rollup and convert to typescript WIP (990ae89)
  • tiler: basic testing setup, and first attempt at attributes mapping (32455d7)
  • tiler: Configurable cache with support for lru-cache and redis (#10) (76205c5)
  • tiler: double bbox where statement on initial feature query to reduce query time (6af3ea5)
  • tiler: feature attribute bubbling to mvt (20d9e06)
  • tiler: load supporting SQL functions on startup (aa15196)
  • tiler: lru cache and performance logging (b6f8201)
  • tiler: minimal example server added (dc4107a)
  • tiler: move to dbscan to get real cluster counts (7c4e69f)
  • tiler: sql generator function for recursive clustering (80cf1b0)
  • tiler: typescript on example and generate index.d.ts (b2365e1)
  • tiller: Export TileServer instead of default (#9) (593c65c)