Releases: dechristopher/xyz
Releases · dechristopher/xyz
XYZ v0.0.4
This release of XYZ simply adds a minzoom
parameter to allow you to begin priming at a certain zoom level.
- Added
minzoom
parameter 8ed3d34 @dechristopher
XYZ v0.0.3
This release of XYZ is primarily maintenance-oriented. Lots of codebase cleanup was done and some control flow optimizations were made. In addition, the logging has been cleaned up and improved with the duration each zoom level takes to prime. Progress bars also no longer show after completion.
- Cleaned up methods and messages 5b4c40b @dechristopher
- Use checkConfig function in main b2172d6 @dechristopher
- Build custom progressBar from options 5b17875 @dechristopher
- Improved/added logging, added durations, cleaned up functions 4a34764 @dechristopher
XYZ v0.0.2
This release of XYZ adds the --header
flag which allows the tool to pass arbitrary headers to the tile cache server. This is useful for configurations that require authentication or a realistic User-Agent set up.
XYZ v0.0.1
The first release of XYZ supporting unauthenticated, concurrent tile cache priming.