1
0
mirror of https://github.com/tumic0/pbf2png.git synced 2024-10-05 22:53:22 +02:00

Cosmetics

This commit is contained in:
Martin Tůma 2020-07-04 20:16:51 +02:00 committed by GitHub
parent 2b0f5aaf7f
commit 62ed8a7a84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ the file name (or somewhere else) is required. The default mask(regular expressi
is `([0-9]+).*` which should fit all common tile name schemes like `$z-$x-$y.pbf`,
`$z_$y_$x.mvt`, etc.
## Styles
### Styles
See the QtPBFImagePlugin [documentation](https://github.com/tumic0/QtPBFImagePlugin#styles)
for how to set the style used for rendering the tiles. For the default OpenMapTiles
data schema and the default OSM-Liberty style nothing needs to be done.