Replace ol.geom.GeometryType with ol.geom.Type

This commit is contained in:
Tom Payne
2013-11-12 01:17:59 +01:00
parent b9af8232d0
commit cd9b52572a
10 changed files with 14 additions and 14 deletions

View File

@@ -148,7 +148,7 @@ ol.renderer.vector.renderPolygonGeometry_ =
/**
* @const
* @private
* @type {Object.<ol.geom.GeometryType,
* @type {Object.<ol.geom.Type,
* function(ol.render.IReplayReplayGroup, ol.geom.Geometry,
* ol.style.Style)>}
*/