Use ol.Coordinate instead of ol.geom.Vertex

This commit is contained in:
Tim Schaub
2013-08-30 13:30:25 -06:00
parent 29317c3316
commit 7165d414c7
4 changed files with 7 additions and 14 deletions

View File

@@ -1,15 +1,8 @@
goog.provide('ol.geom.Vertex');
goog.provide('ol.geom.VertexArray');
goog.require('ol.coordinate');
/**
* @typedef {Array.<number>}
*/
ol.geom.Vertex;
/**
* @typedef {Array.<ol.geom.Vertex>}
*/