Skip to content

Commit

Permalink
Merge pull request #2935 from Geoportail-Luxembourg/fix_profile_line
Browse files Browse the repository at this point in the history
Show the profile line
  • Loading branch information
rmichaelis authored Sep 16, 2022
2 parents ded0814 + 1ca78a1 commit 616e59d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ const exports = function($scope, $q, $http, $compile, gettext,
startMsg: $compile('<div translate>' + helpMsg + '</div>')($scope)[0],
continueMsg: $compile('<div translate>' + contMsg + '</div>')($scope)[0],
sketchStyle: sketchStyle,
style: style
style: style,
layer: layer
});

/**
Expand Down

0 comments on commit 616e59d

Please sign in to comment.