Create ol.Coordinate around goog.math.Coordinate

This commit is contained in:
Tom Payne
2012-07-19 10:34:12 +02:00
parent d62ba69458
commit c547404615
22 changed files with 155 additions and 131 deletions

View File

@@ -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;