Merge Map and MapRenderer

This commit is contained in:
Tom Payne
2012-07-14 13:36:24 +02:00
parent 19ea6a0cba
commit d1e5906e2c
26 changed files with 504 additions and 585 deletions
+9
View File
@@ -0,0 +1,9 @@
goog.provide('ol.webgl');
/**
* @return {boolean} Is supported.
*/
ol.webgl.isSupported = function() {
return 'WebGLRenderingContext' in goog.global;
};