Skip to content

Commit

Permalink
[bookmarks] additional mock's
Browse files Browse the repository at this point in the history
  • Loading branch information
Arsentiy Milchakov authored and tomilov committed Oct 5, 2020
1 parent c23418e commit 29eb04a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions map/bookmark_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1448,8 +1448,9 @@ void BookmarkManager::AddNestedGroupDummy()
data.m_icon = kml::BookmarkIcon::Museum;
data.m_viewportScale = 0;
data.m_timestamp = {};
data.m_point = {55.746438, 37.606609};
data.m_point = {37.606609, 55.746438};
data.m_visible = true;
data.m_color = {kml::PredefinedColor::Green, 0x0000ff00};

for (auto const groupId : {parentId, kDummyChildCollection, kDummyChildCategory})
{
Expand All @@ -1468,8 +1469,9 @@ void BookmarkManager::AddNestedGroupDummy()
data.m_icon = kml::BookmarkIcon::Museum;
data.m_viewportScale = 0;
data.m_timestamp = {};
data.m_point = {55.757780, 37.629519};
data.m_point = {37.629519, 55.757780};
data.m_visible = true;
data.m_color = {kml::PredefinedColor::Green, 0x0000ff00};

for (auto const groupId : {parentId, kDummyChildCategory})
{
Expand Down

0 comments on commit 29eb04a

Please sign in to comment.