From 62ed8a7a84824d1a56a819714438f8b15e9ccb8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 4 Jul 2020 20:16:51 +0200 Subject: [PATCH] Cosmetics --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41e6e66..48f17a7 100644 --- a/README.md +++ b/README.md @@ -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.