Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'map/bookmark.cpp')
-rw-r--r--map/bookmark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/bookmark.cpp b/map/bookmark.cpp
index 546a87f68a..006f60bf5a 100644
--- a/map/bookmark.cpp
+++ b/map/bookmark.cpp
@@ -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";
}