From 577bb119641c80e1736815ed70a0b99c942c63e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Fri, 10 Apr 2020 13:06:10 +0200 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df33e23..e497dca 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # QtPBFImagePlugin styles -Styles for OpenMapTiles and Mapbox vector tiles usable with [QtPBFImagePlugin](https://github.com/tumic0/QtPBFImagePlugin). +Styles for Mapbox vector tiles (MVT) usable with +[QtPBFImagePlugin](https://github.com/tumic0/QtPBFImagePlugin). + +There are (at least) three incompatible MVT schemas out there: +- Mapbox +- OpenMapTiles (eg. MapTiler, Mapilion) +- Tilezen (eg. HERE, Nextzen) + +This repository contains Mapbox GL styles usable with QtPBFImagePlugin for +each schema. The styles are usualy copies (sometimes with minor tweaks) of +the original styles created by Mapbox, Openmaptiles or Apollo Mapping before +they have moved to the new style format (expressions).