You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin can create a QGIS styling from a Mapbox GL JSON style on the fly.
License
The Vector Tile Reader plugin is released under the GNU license (see LICENSE)
Contributors
Vector Tile Reader has been developed by
Martin Boos
Acknowledgments:
Stefan Keller
Dijan Helbling
Nicola Jordan
Raphael Das Gupta
Carmelo Schumacher
Docker Tests
docker-compose build qgis2
docker-compose run -d --name qgis2 qgis2
docker exec -it qgis2 sh -c "qgis_testrunner.sh vector_tiles_reader"
Technical documentation
Name conventions for Vector Tiles Reader QGIS Plugin:
Official full name : "Vector Tiles Reader" or "Vector Tiles Reader QGIS-Plugin"
Camel Case no space: "VectorTilesReader"
Lower Case no space: "vector_tiles_reader"
Abbreviated names : "VT Reader" or "vtr"
Requirements
QGIS 3
This Plugin was tested on Ubuntu 17.10, Windows 10 and OSX
Installation
QGIS Plugins
Download the latest published release inside QGIS:
Plugins -> Manage and Install Plugins...
Search for 'Vector Tiles Reader'
Install
Windows (QGIS 3)
:: Set the path on the next line to the directory where the plugin is located
set PATH_TO_VTR="C:\DEV\Vector-Tiles-Reader-QGIS-Plugin"
mklink /D "%appdata%\QGIS\QGIS3\profiles\default\python\plugins\vector_tiles_reader" %PATH_TO_VTR%
:: Make sure the IDE knows about the qgis package (run in admin console)
mklink /D "%programfiles%\QGIS 3.6\apps\Python37\Lib\site-packages\qgis" "%programfiles%\QGIS 3.6\apps\qgis\python\qgis"