Merge remote-tracking branch 'openlayers/master' into vector-api

This commit is contained in:
Tom Payne
2013-12-05 16:52:36 +01:00
7 changed files with 148 additions and 13 deletions

View File

@@ -79,6 +79,7 @@ ol.renderer.webgl.Map = function(container, map) {
this.gl_ = ol.webgl.getContext(this.canvas_, {
antialias: true,
depth: false,
failIfMajorPerformanceCaveat: true,
preserveDrawingBuffer: false,
stencil: true
});