[bookmarks] Reduced length of xml scheme url

This commit is contained in:
Alex Zolotarev 2012-11-30 11:55:46 -08:00 committed by Alex Zolotarev
parent 0da59ba7ba
commit 09e99ee134

View file

@ -372,7 +372,7 @@ void BookmarkCategory::SaveToKML(ostream & s)
if (scale != -1.0)
{
/// @todo Factor out to separate function to use for other custom params.
s << " <ExtendedData xmlns:mwm=\"http://mapswithme.com\">\n"
s << " <ExtendedData xmlns:mwm=\"http://mapswith.me\">\n"
<< " <mwm:scale>" << bm->GetScale() << "</mwm:scale>\n"
<< " </ExtendedData>\n";
}