-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
Mapbox does not render tiles unless map pitch is > 0 on certain Windows 7 systems. This may be related to #930 but in 930 the map was rendering. In this case, the map does not render anything at all until a pitch is set.
In the screenshots below, the rendering visible on the map is custom GL we've written and render on a separate canvas external to mapbox.
The same behavior also occurs across all mapbox-gl examples at https://www.mapbox.com/mapbox-gl-js/examples/
System Specs Screenshot (Processor)

System Specs Screenshot (Graphics Card)

mapbox-gl-js version: 0.15.0
Steps to Trigger Behavior
- Test any current mapbox example. All examples are blank.
- map.setPitch(45)
- Tiles render correctly.
- map.setPitch(0)
- Map no longer renders.
Expected Behavior
Map renders normally.
Actual Behavior
Map does not render unless tilted/pitched.
maptastik

