We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a hash file so downloads can be verified.
BTW, you can already use the etag header for this, it uses MD5:
curl -sI https://btrfs.openfreemap.com/areas/monaco/20240918_231001_pt/tiles.mbtiles | grep etag etag: "98398ed3a69b873756404fa68edbd39a"
md5sum tiles.mbtiles 98398ed3a69b873756404fa68edbd39a tiles.mbtiles
The text was updated successfully, but these errors were encountered:
A SHA256SUMS file is now added, following the Ubuntu naming style.
8c8677d4f26318b029971ea13c592bed4b015c3e20ced111cc512c71f72a2344 tiles.btrfs.gz 1c5d8d2ff9c8a20842f9a83c0c0661c2b936c090eb0f9e5d51204db6e587db92 tiles.mbtiles
Sorry, something went wrong.
No branches or pull requests
Add a hash file so downloads can be verified.
BTW, you can already use the etag header for this, it uses MD5:
The text was updated successfully, but these errors were encountered: