geometalab / Vector-Tiles-Reader-QGIS-Plugin

Vector Tiles Reader QGIS-Plugin - QGIS Python plugin which reads Mapbox Vector Tiles from a server, a local MBTiles file or a directory
http://plugins.qgis.org/plugins/vector_tiles_reader/
GNU General Public License v2.0
149 stars 30 forks source link

fix #276 first-loading-issue fix #277

Closed Kanahiro closed 4 years ago

Kanahiro commented 4 years ago

Removed some codes cause the problem. By this, the plugin become not able to judge whether _load_tiles() is called by _on_add_layer() as FIRST loading or not. I guess this is not important. The plugin is actually working.

Thanks.

codecov[bot] commented 4 years ago

Codecov Report

Merging #277 into dev-qgis3 will increase coverage by 0.05%. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##           dev-qgis3     #277      +/-   ##
=============================================
+ Coverage      61.22%   61.28%   +0.05%     
=============================================
  Files             17       17              
  Lines           3384     3381       -3     
=============================================
  Hits            2072     2072              
+ Misses          1312     1309       -3
Impacted Files Coverage Δ
plugin/vtr_plugin.py 28.79% <ø> (+0.11%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a31ae86...390f061. Read the comment docs.