Releases: geometalab/Vector-Tiles-Reader-QGIS-Plugin
Releases · geometalab/Vector-Tiles-Reader-QGIS-Plugin
v3.3.0
- Merge PR #292
- Mark plugin as experimental
v3.2.2
- Fix: Make sure native library is unloaded before trying to update it
- Fix: Missing values added to log entry
v3.2.1
- Fix: Loading error on Mac
- Fix: Loading of native decoding library
v3.2.0
- Fix: Due to a bug in the style parser, no labels/icons were shown anymore (icons are still not visible, due to an issue in QGIS)
- OpenMapTiles removed from predefined connections
- MapTiler added to predefined connections
v3.1.0
- OpenInfraMaps added to predefined connections
v3.0.5
- Bugfix: Layer names from the TileJSON containing characters invalid for a filepath, would lead to an exception.
- Feature: ArcGIS support via TileJSON
v3.0.4
- Feature: Loading a TileJSON from the harddisk is now supported
- Bugfix: Native library might have prevented deinstallation of plugin
- Bugfix: Error detection in networking code fixed
v3.0.3
- Bugfix: Ensure Python 3.5 string format compatibility
v3.0.2
- Disconnect internal event at shutdown of reader
v3.0.1
- Bugfix: Loading error fixed 'Error during network request: 201'
- Bugfix: '>' not supported between instances of 'NoneType' and 'int'
- Bugfix: Handling of CRS 'USER:100000
- Code quality improved