Layer hierarchy for renderers.

This commit is contained in:
Tim Schaub
2012-06-20 21:53:19 +02:00
parent 5a31638da8
commit c9c1f79928
3 changed files with 23 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
goog.provide('ol.layer.Layer');
/**
* @constructor
* @export
*/
ol.layer.Layer = function() {};