qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.55k stars 3k forks source link

Processing algorithms to handle vector tiles styling #37152

Open saberraz opened 4 years ago

saberraz commented 4 years ago

As a starting point, @wonder-sk implemented a MapboxGL to QGIS style python script. The script has been further developed for Maptiler Plugin.

Ideally, we should have a number of algorithms in the processing toolbox to handle to style conversion for vector tiles. It will allow all plugins (e.g. QGIS2Web) to access such tools.

wonder-sk commented 4 years ago

Nyall has ported the conversion code to C++ / QGIS core: https://github.com/qgis/QGIS/pull/38599