Clean up directory structure
This commit is contained in:
9
src/ol/base/transformfunction.js
Normal file
9
src/ol/base/transformfunction.js
Normal file
@@ -0,0 +1,9 @@
|
||||
goog.provide('ol.TransformFunction');
|
||||
|
||||
goog.require('ol.Coordinate');
|
||||
|
||||
|
||||
/**
|
||||
* @typedef {function(ol.Coordinate): ol.Coordinate}
|
||||
*/
|
||||
ol.TransformFunction;
|
||||
Reference in New Issue
Block a user