versatiles 0.5.7

A toolbox for converting, checking and serving map tiles in various formats.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[build]
pre-build = [
  "dpkg --add-architecture $CROSS_DEB_ARCH",
  "apt-get update",
  "apt-get install -y libsqlite3-dev:$CROSS_DEB_ARCH"
]

[target.gnu-linux-x86_64]
pre-build = [ "dpkg --add-architecture $CROSS_DEB_ARCH", "apt-get update", "apt-get install -y libsqlite3-dev:x86_64" ]

[target.gnu-linux-aarch64]
pre-build = [ "dpkg --add-architecture $CROSS_DEB_ARCH", "apt-get update", "apt-get install -y libsqlite3-dev:arm64" ]