From 4b8f4b9cf66e8ad8d468f9d5e7848aa910cd3c53 Mon Sep 17 00:00:00 2001 From: Brice Schaffner Date: Wed, 7 Aug 2024 09:15:23 +0200 Subject: [PATCH] Fix docuwq --- src/store/modules/features.store.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store/modules/features.store.js b/src/store/modules/features.store.js index b467c39f8..9b9c0309e 100644 --- a/src/store/modules/features.store.js +++ b/src/store/modules/features.store.js @@ -157,9 +157,9 @@ export default { * have a LineString or Polygon feature */ profileFeature: null, - /** @type {LayerFeature | null} Profile Data for the profile geometry */ + /** @type {ElevationProfile | null} Profile Data for the profile geometry */ profileData: null, - /** @type {ElevationProfile | null} */ + /** @type {ProfileError | null} */ profileRequestError: null, }, getters: {