Vector-Tiles-Reader-QGIS-Plugin_2016
Vector-Tiles-Reader-QGIS-Plugin_2016 copied to clipboard
Avoid temporary files in MBTiles reading process
do not save files physically if possible.
Currently following two temporary files are written (both in method mbtiles): 1. After reading PBF from MBTiles and 2. after decoding. Both need to be replaced by Python structures. Replace both hacks with proper Python structures.
Choose/keep QgsVectorLayer/OGR which can handle GeoJSON files. MemoryLayer is an alternative where one can append features (but this requires to convert geometry objects in QGIS before).