diff --git a/src/ol/format/GeoJSON.js b/src/ol/format/GeoJSON.js index a4cb0c7bb3..52be02255f 100644 --- a/src/ol/format/GeoJSON.js +++ b/src/ol/format/GeoJSON.js @@ -66,6 +66,9 @@ class GeoJSON extends JSONFeature { ); if (options.featureProjection) { + /** + * @type {import("../proj/Projection.js").default} + */ this.defaultFeatureProjection = getProjection(options.featureProjection); }