Create ol.Coordinate around goog.math.Coordinate
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
goog.provide('ol.TransformFunction');
|
||||
|
||||
goog.require('goog.math.Coordinate');
|
||||
goog.require('ol.Coordinate');
|
||||
|
||||
|
||||
/**
|
||||
* @typedef {function(goog.math.Coordinate): goog.math.Coordinate}
|
||||
* @typedef {function(ol.Coordinate): ol.Coordinate}
|
||||
*/
|
||||
ol.TransformFunction;
|
||||
|
||||
Reference in New Issue
Block a user