Add view abstraction
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
goog.provide('ol.IView3D');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Interface for views.
|
||||
* @interface
|
||||
*/
|
||||
ol.IView3D = function() {
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user