mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 22:53:43 +00:00
Implement Track Selection and elevation info display on PP
Signed-off-by: kavikhalique <kavikhalique3@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
ebb7c45d1a
commit
f1628c70bc
@@ -866,7 +866,7 @@ void BookmarkManager::SetElevationActivePoint(kml::TrackId const & trackId, m2::
|
||||
auto const track = GetTrack(trackId);
|
||||
CHECK(track != nullptr, ());
|
||||
|
||||
SetTrackSelectionInfo({trackId, pt, targetDistance}, false /* notifyListeners */);
|
||||
SetTrackSelectionInfo({trackId, pt, targetDistance}, true /* notifyListeners */);
|
||||
|
||||
m_drapeEngine.SafeCall(&df::DrapeEngine::SelectObject, df::SelectionShape::ESelectedObject::OBJECT_TRACK, pt,
|
||||
FeatureID(), false /* isAnim */, false /* isGeometrySelectionAllowed */,
|
||||
|
||||
Reference in New Issue
Block a user