From 5e43e1042aa07c6a544a5f9fece87bcb729a96ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Thu, 1 Nov 2018 23:29:53 +0100 Subject: [PATCH] Added missing zlib build requirement --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f1c4d0..75369b2 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ OpenMapTiles is part of the plugin. ## Usage Due to a major design flaw in the Mapbox vector tiles specification - the zoom is not part of the PBF data - the plugin can not be used "as is", but passing -the zoom level is necessary. This is done by exploiting the optional format +the zoom level is necessary. This is done by exploiting the optional *format* parameter of the QImage constructor or the QImage::fromData() or QPixmap::loadFromData() functions. The zoom number is passed as ASCII string to the functions: @@ -29,6 +29,7 @@ pm.loadFromData(tileData, QString::number(zoom).toLatin1()); Build requirements: * QT 5.x * Google Protocol Buffers (protobuf-lite) +* Zlib Build steps: ```shell