Skip to content

v1.2.0

Compare
Choose a tag to compare
@henrythasler henrythasler released this 20 Feb 17:51
· 100 commits to master since this release

Summary

  • new layer property geom_query to define a query that is used to get the geometry for the tile. Can be used to modify the geometry (e.g. ST_LineMerge(geometry)) if needed.
  • There is now a wrapper in local/ to execute the tileserver locally
  • Added some documentation and charts for AWS architecture

List of changes

  • reduce tilesize with geom_query and ST_LineMerge 08b04cb
  • Merge pull request #14 from henrythasler/feature/geom_query d6bbf47
  • bump versions, omit inspect style 8c1d603
  • [local] gzip encoding [local] merge more features a43d53c
  • introduce geom_query to modify geometry before ST_AsMvtGeom() 3737bd1
  • Merge remote-tracking branch 'origin/master' 28dd5de
  • Merge pull request #13 from henrythasler/feature/localhost 96ff8a2
  • remove surplus file 6e5d2d6
  • create html file for local experiments 26ab8af
  • remove surplus js-files fa7482d
  • clean up layer 559f8de
  • upgrade to mapbox-gl-js 1.6.1 wip c3232b8
  • new architecture chart 7273431
  • wrapper for tileserver-class 78e4750
  • add ECR-stuff to architecture f30b08b
  • add achitecture chart to dev-docs b5d447b
  • Merge remote-tracking branch 'origin/master' 5bfb76e
  • Update architecture.drawio Update architecture.drawio Update architecture.drawio Update architecture.drawio Update architecture.drawio Update architecture.drawio 4e9711a
  • Update architecture.drawio 351005e
  • Update architecture.drawio fcb6df1
  • Update architecture.drawio 5ea75c9
  • Update architecture.drawio a95422f
  • Update architecture.drawio d0682ef
  • Update architecture.drawio 8dafd84
  • Added architecture.drawio f72d6a6
  • Merge pull request #12 from henrythasler/snyk-fix-8280e8055a2db617b366f5955e8e38e9 32d804c
  • fix: package.json & package-lock.json to reduce vulnerabilities 8c0fef9

v1.1.1...v1.2.0