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:
authorDaria Volvenkova <d.volvenkova@corp.mail.ru>2019-11-25 13:24:52 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2020-01-13 12:04:14 +0300
commit524b980919bac17323b42fb98832c69eab749b2b (patch)
tree64356fe16194b2f1d558a7229c7c42b40e8d1d77 /map/api_mark_point.cpp
parent88d0ef3f563a1eeece359f4df77d5cf8d6bba4ca (diff)
[bookmarks] Extended colours palette. Upgraded KML version.
Diffstat (limited to 'map/api_mark_point.cpp')
-rw-r--r--map/api_mark_point.cpp10
1 files changed, 9 insertions, 1 deletions
diff --git a/map/api_mark_point.cpp b/map/api_mark_point.cpp
index 86763184f8..5793a6f30e 100644
--- a/map/api_mark_point.cpp
+++ b/map/api_mark_point.cpp
@@ -14,7 +14,15 @@ std::map<std::string, std::string> kStyleToColor = {
{"placemark-pink", "BookmarkPink"},
{"placemark-brown", "BookmarkBrown"},
{"placemark-green", "BookmarkGreen"},
- {"placemark-orange", "BookmarkOrange"}
+ {"placemark-orange", "BookmarkOrange"},
+ {"placemark-deeppurple", "BookmarkDeepPurple"},
+ {"placemark-lightblue", "BookmarkLightBlue"},
+ {"placemark-cyan", "BookmarkCyan"},
+ {"placemark-teal", "BookmarkTeal"},
+ {"placemark-lime", "BookmarkLime"},
+ {"placemark-deeporange", "BookmarkDeepOrange"},
+ {"placemark-gray", "BookmarkGray"},
+ {"placemark-bluegray", "BookmarkBlueGray"}
};
std::string GetSupportedStyle(std::string const & style)