Skip to content

Commit

Permalink
Fix docuwq
Browse files Browse the repository at this point in the history
  • Loading branch information
ltshb committed Aug 7, 2024
1 parent fa7945a commit 4b8f4b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/modules/features.store.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 4b8f4b9

Please sign in to comment.