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
path: root/map
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2012-11-30 23:55:46 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:47:20 +0300
commit09e99ee134fbfecaf80765fbfe5fea697ee5f900 (patch)
tree2bf211862ff8bfc59c71c90dff7cd2c1b9dc4b4e /map
parent0da59ba7ba9992c94f8bacf36ddce6b3101cc815 (diff)
[bookmarks] Reduced length of xml scheme url
Diffstat (limited to 'map')
-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";
}