Move FeatureClass and FeatureLike to ol/Feature

This commit is contained in:
Kevin Schmidt
2018-10-01 08:59:55 -06:00
parent 7056eb8536
commit c5a9d5b0bc
4 changed files with 14 additions and 16 deletions
+2 -2
View File
@@ -56,7 +56,7 @@ class DragAndDropEvent extends Event {
/**
* The features parsed from dropped data.
* @type {Array<import("../format/Feature.js").FeatureLike>|undefined}
* @type {Array<import("../Feature.js").FeatureLike>|undefined}
* @api
*/
this.features = opt_features;
@@ -220,7 +220,7 @@ class DragAndDrop extends Interaction {
* @param {string} text Text.
* @param {import("../format/Feature.js").ReadOptions} options Read options.
* @private
* @return {Array<import("../format/Feature.js").FeatureLike>} Features.
* @return {Array<import("../Feature.js").FeatureLike>} Features.
*/
tryReadFeatures_(format, text, options) {
try {