forked from organicmaps/organicmaps
[bookmarks] Reduced length of xml scheme url
This commit is contained in:
parent
0da59ba7ba
commit
09e99ee134
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue