geometalab / Vector-Tiles-Reader-QGIS-Plugin_2016

QGIS Python plugin which reads Mapbox vector tiles from a local MBTiles file (Note: Abandoned repo; goto repo Vector-Tiles-Reader-QGIS-Plugin)
http://giswiki.hsr.ch/Vector_Tiles_Reader_QGIS_Plugin
GNU General Public License v2.0
18 stars 3 forks source link

Vector Tiles Reader QGIS-Plugin (abandoned repo; goto repo Vector-Tiles-Reader-QGIS-Plugin)

This Python plugin reads Mapbox Vector Tiles (MVT) from a local MBTiles file and loads them into a vector layer that is rendered by QGIS and it's (default) styling.

For more information about the Vector Tiles concept and limitations of the plugin see homepage.

Important web links:

License

The Vector Tile Reader plugin is released under the GNU license (see LICENSE)

Contributors

Vector Tile Reader has been developed by

Acknowledgments:

Technical documentation

Name conventions for Vector Tiles Reader QGIS Plugin:

Installation

Copy folder to:

~/.qgis2/python/plugins

~ means the home directory on Windows usually something like: 'C:\Users{user}'

Development

tbd