Rename ol.format.Format to ol.format.Feature

This commit is contained in:
Tom Payne
2014-02-28 13:05:57 +01:00
parent c6df670a55
commit ea8944c755
12 changed files with 92 additions and 92 deletions

View File

@@ -37,7 +37,7 @@ ol.source.VectorFile = function(opt_options) {
});
/**
* @type {ol.format.Format}
* @type {ol.format.Feature}
* @protected
*/
this.format = options.format;