• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mapbox / mapbox-gl-native / 15881
77%

Build:
DEFAULT BRANCH: master
Ran 20 Sep 2016 12:22PM UTC
Jobs 1
Files 391
Run time 21s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
15881

push

travis-ci

kkaefer
[core] do not render layers that are outside their zoom range

So far, we didn't properly disable layers that are outside the zoom range. This means that we rendered layers that should not have been rendered, albeit we didn't make any attempt to load tiles for those layers. However, when zooming in/out, existing tiles might already have been loaded in the source which continued to be rendered. In most cases they weren't actually visible because either the matrices weren't updated, or the clip IDs weren't set so that they would be "rendered" off-screen and clipped completely. In any case, we did way too much work.

9899 of 13061 relevant lines covered (75.79%)

14537.48 hits per line

Jobs
ID Job ID Ran Files Coverage
2 15881.2 (BUILDTYPE=Debug _CXX=g++-5 _CC=gcc-5 WITH_COVERAGE=1) 20 Sep 2016 12:22PM UTC 0
75.79
Travis Job 15881.2
Source Files on build 15881
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #15881
  • 1e8f9c75 on github
  • Prev Build on master (#15876)
  • Next Build on master (#15885)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc