Remove usage of goog.color

This commit is contained in:
Björn Harrtell
2016-07-12 10:56:00 +02:00
parent 2289d557d8
commit 3be90d4d8d
4 changed files with 41 additions and 34 deletions
-10
View File
@@ -78,16 +78,6 @@ ol.ENABLE_DOM = true;
ol.ENABLE_IMAGE = true;
/**
* @define {boolean} Enable Closure named colors (`goog.color.names`).
* Enabling these colors adds about 3KB uncompressed / 1.5KB compressed to
* the final build size. Default is `false`. This setting has no effect
* with Canvas renderer, which uses its own names, whether this is true or
* false.
*/
ol.ENABLE_NAMED_COLORS = false;
/**
* @define {boolean} Enable integration with the Proj4js library. Default is
* `true`.