submarcos / django-vectortiles

Mapbox VectorTiles for django, with PostGIS or Python
https://django-vectortiles.readthedocs.io
MIT License
38 stars 11 forks source link

Do not evaluate vector_tile_queryset before vector tile request #10

Closed StefanBrand closed 3 years ago

StefanBrand commented 3 years ago

Fix #9

codecov[bot] commented 3 years ago

Codecov Report

Merging #10 (19c7e08) into master (fb2ad8c) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #10   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          145       145           
=========================================
  Hits           145       145           
Impacted Files Coverage Δ
vectortiles/mixins.py 100.00% <100.00%> (ø)

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 fb2ad8c...19c7e08. Read the comment docs.

submarcos commented 3 years ago

Great