Cosmetics

This commit is contained in:
Martin Tůma 2023-12-10 15:19:35 +01:00 committed by GitHub
parent ea98da4a74
commit 6e1bc09d62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,8 +34,8 @@ reader.read(&image);
```
you will get 1024x1024px tiles with a pixel ratio of 2 (= HiDPI tiles).
Since version 2.7 tile "overzoom" is supported. If you set *format* to
"$zoom;$overzoom":
Since version 2.7 tile overzoom is supported. If you set *format* to
`$zoom;$overzoom`:
```cpp
QPixmap pm;
pm.loadFromData(tileData, QByteArray::number(zoom) + ';' +