update the README #1171
Annotations
10 errors
Run npm i:
src/context.ts#L64
Generic type 'VectorTileLayer<FeatureType>' requires 1 type argument(s).
|
Run npm i:
src/layer/RLayerCluster.tsx#L31
Generic type 'Cluster<FeatureType>' requires 1 type argument(s).
|
Run npm i:
src/layer/RLayerCluster.tsx#L32
Generic type 'Cluster<FeatureType>' requires 1 type argument(s).
|
Run npm i:
src/layer/RLayerHeatmap.tsx#L49
Generic type 'Heatmap<FeatureType>' requires 1 type argument(s).
|
Run npm i:
src/layer/RLayerHeatmap.tsx#L53
Type 'VectorSource<Feature<Geometry>>' is not assignable to type 'VectorSource<Feature<Point>>'.
|
Run npm i:
src/layer/RLayerVector.tsx#L24
Property 'ol' in type 'RLayerVector<F>' is not assignable to the same property in base type 'RLayerBaseVector<F, RLayerBaseVectorProps<F>>'.
|
Run npm i:
src/layer/RLayerVector.tsx#L24
Type 'VectorSource<F>' does not satisfy the constraint 'FeatureLike'.
|
Run npm i:
src/layer/RLayerVector.tsx#L31
Type 'FeatureFormat<typeof Feature>' is not assignable to type 'FeatureFormat<FeatureToFeatureClass<F>>'.
|
Run npm i:
src/layer/RLayerVector.tsx#L32
Type 'FeatureLoader' is not assignable to type 'FeatureLoader<F>'.
|
Run npm i:
src/layer/RLayerVector.tsx#L36
Type 'VectorLayer<F>' is not assignable to type 'VectorLayer<VectorSource<F>>'.
|
Loading