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
+8
View File
@@ -8,6 +8,14 @@ import BaseObject, {getChangeEventType} from './Object.js';
import Geometry from './geom/Geometry.js';
import Style from './style/Style.js';
/**
* @typedef {typeof Feature|typeof import("./render/Feature.js").default} FeatureClass
*/
/**
* @typedef {Feature|import("./render/Feature.js").default} FeatureLike
*/
/**
* @classdesc
* A vector object for geographic features with a geometry and other