Add processing of placemark-yellow.

This commit is contained in:
vng 2013-07-05 23:11:00 +03:00 committed by Alex Zolotarev
parent 7129e1dfe9
commit 5d7723e719

View file

@ -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 =