Vector-Tiles-Reader-QGIS-Plugin_2016 icon indicating copy to clipboard operation
Vector-Tiles-Reader-QGIS-Plugin_2016 copied to clipboard

Avoid temporary files in MBTiles reading process

Open Maroben opened this issue 8 years ago • 2 comments

do not save files physically if possible.

Maroben avatar Apr 05 '16 12:04 Maroben

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.

sfkeller avatar Apr 19 '16 13:04 sfkeller

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).

sfkeller avatar May 10 '16 14:05 sfkeller