Skip to content

Releases: geometalab/Vector-Tiles-Reader-QGIS-Plugin

v3.3.0

23 Jun 09:31
a3e0643
Compare
Choose a tag to compare
  • Merge PR #292
  • Mark plugin as experimental

v3.2.2

31 Dec 08:20
6c95865
Compare
Choose a tag to compare
  • Fix: Make sure native library is unloaded before trying to update it
  • Fix: Missing values added to log entry

v3.2.1

04 Oct 09:16
c9a3ec6
Compare
Choose a tag to compare
  • Fix: Loading error on Mac
  • Fix: Loading of native decoding library

v3.2.0

02 Oct 08:47
0a13dcf
Compare
Choose a tag to compare
  • 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

07 Aug 10:50
d8666a2
Compare
Choose a tag to compare
  • OpenInfraMaps added to predefined connections

v3.0.5

09 Jun 09:59
920c43e
Compare
Choose a tag to compare
  • 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

20 Apr 12:14
a9eae77
Compare
Choose a tag to compare
  • 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

20 Mar 08:23
f7469d1
Compare
Choose a tag to compare
  • Bugfix: Ensure Python 3.5 string format compatibility

v3.0.2

12 Mar 18:51
Compare
Choose a tag to compare
  • Disconnect internal event at shutdown of reader

v3.0.1

12 Mar 16:44
cb3177a
Compare
Choose a tag to compare
  • 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