Skip to content

Releases: 123FLO321/SwiftTileserverCache

Improved Error Reporting

25 May 14:53
Compare
Choose a tag to compare
Pre-release
  • Errors now contain more useful information
  • Add /styles now returns an array of styles with name and id

Fix Color Encoding

17 May 20:50
Compare
Choose a tag to compare
Fix Color Encoding Pre-release
Pre-release
  • Fix a bug where colors containing #, ( or ) resulted in an error

Add Regeneratable support + Add Array subscripting

17 May 17:50
Compare
Choose a tag to compare
  • Add regeneratable support to pregenerated maps (add URL parameters: pregenerate=true and regeneratable=true)
  • Add new #index(array, index) tag to get element at index

New Tags and Local Marker Support

12 May 10:52
Compare
Choose a tag to compare
Pre-release
  • Add #pad tag to add pad leading zeros (example: #pad(id, 3) -> 001)
  • Add #round tag round and fill to specific decimals (example: #round(lat, 3) -> 1.000)
  • Add #format tag to use a custom format(example: #format(id, "custom format"))
  • Add support for local markers in Markers directory (check updated docker-compose.yml)
  • Fix Dockerfile

Update to Swift 5.2.3. to fix a Memory Leak

11 May 17:36
Compare
Choose a tag to compare
  • Update to Swift 5.2.3. to fix memory leak

Improved ImageMagick Error Reporting

11 May 14:19
Compare
Choose a tag to compare
Pre-release
  • Improves ImageMagick error reporting

Fix Path in Dockerfile

11 May 14:06
Compare
Choose a tag to compare
Pre-release
  • Fix path in Dockerfile
  • Fix /mutlistaticmap using the wrong imagemagick command

Move to Vapor

11 May 14:06
Compare
Choose a tag to compare
Move to Vapor Pre-release
Pre-release
  • Moved backend to Vapor
  • Use Leaf for templating (Check updated README)
  • Added pregenerate option (Can be used instead of link-shortenesr. Check updated README)
  • Removed deprecated /static route
  • Modified all routes to be event-driven and none blocking
  • Improved performance

This is a beta release and still needs testing

Improved Touching

06 May 11:32
Compare
Choose a tag to compare
  • Touch all changed files at once every 30s
  • Use JohnSundell/ShellOut instead of custom Shell solution
  • Fix unintentional ")" in StaticWithMarkers

1.0.3

03 Apr 15:09
Compare
Choose a tag to compare
fix touch on linux