Add note about WebGL rendering

This commit is contained in:
Tim Schaub
2016-12-10 12:50:06 -07:00
parent 49b3359aa8
commit 53473ddeb1

View File

@@ -10,6 +10,8 @@ On the subject of view transitions, scrolling with a trackpad or magic mouse now
On the rendering front, the Canvas renderer got another overhaul. This release brings back the strategy of rendering to a dedicated Canvas element per layer. If you were experiencing issues with gaps between tiles on rotated views or when zooming, this change should bring rendering improvements.
Also on the rendering front, @GaborFarkas completed a nearly 5 month effort to bring line and polygon support to the WebGL renderer. If you're interested in experimenting with WebGL for vector rendering, use `renderer: 'webgl'` in your map constructor.
See the full list of changes below. There are some other gems down there.
## Upgrade notes