forked from organicmaps/organicmaps
[guides on map] calculation of bookmark catalog link is fixed
This commit is contained in:
parent
358e77bb27
commit
ece7bba9a6
1 changed files with 2 additions and 2 deletions
|
@ -188,8 +188,8 @@ GuidesManager::GuidesGallery GuidesManager::GetGallery() const
|
|||
GuidesGallery::Item item;
|
||||
item.m_guideId = info.m_id;
|
||||
|
||||
auto url = url::Join(BOOKMARKS_CATALOG_FRONT_URL, languages::GetCurrentNorm(), "v3/mobilefront",
|
||||
info.m_id);
|
||||
auto url = url::Join(BOOKMARKS_CATALOG_FRONT_URL, languages::GetCurrentNorm(),
|
||||
"v3/mobilefront/route", info.m_id);
|
||||
InjectUTM(url, UTM::GuidesOnMapGallery);
|
||||
InjectUTMTerm(url, std::to_string(m_shownGuides.size()));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue