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:
authorvng <viktor.govako@gmail.com>2013-07-06 00:11:00 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:58:16 +0300
commit5d7723e7190679bb4cb477268297540f8d6607d2 (patch)
treeb923b71373d74f70bc284307fff0117ad55f6698 /map/bookmark.cpp
parent7129e1dfe9480a73e9d16a4c2a85b76f73d01c2e (diff)
Add processing of placemark-yellow.
Diffstat (limited to 'map/bookmark.cpp')
-rw-r--r--map/bookmark.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/map/bookmark.cpp b/map/bookmark.cpp
index 62ae997210..da23f9ee3f 100644
--- a/map/bookmark.cpp
+++ b/map/bookmark.cpp
@@ -113,7 +113,7 @@ namespace bookmark_impl
string GetSupportedBMType(string const & s) const
{
static char const * icons[] = {
- "placemark-red", "placemark-blue", "placemark-purple",
+ "placemark-red", "placemark-blue", "placemark-purple", "placemark-yellow",
"placemark-pink", "placemark-brown", "placemark-green", "placemark-orange"
};
@@ -360,6 +360,13 @@ char const * kmlHeader =
" </Icon>\n"
" </IconStyle>\n"
" </Style>\n"
+ " <Style id=\"placemark-yellow\">\n"
+ " <IconStyle>\n"
+ " <Icon>\n"
+ " <href>http://mapswith.me/placemarks/placemark-yellow.png</href>\n"
+ " </Icon>\n"
+ " </IconStyle>\n"
+ " </Style>\n"
;
char const * kmlFooter =