Skip to content

Commit

Permalink
Add comment for map member var in MeasureResult
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismayer committed May 6, 2024
1 parent 33bc671 commit fc6cdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/measuretool/MeasureResult.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default {
},
data () {
return {
map: null,
map: null, // the OL map is injected into this var by the Mapable mixin
area: EMPTY_RESULT_TEXT,
distance: EMPTY_RESULT_TEXT,
angle: EMPTY_RESULT_TEXT
Expand Down

0 comments on commit fc6cdf5

Please sign in to comment.