forked from organicmaps/organicmaps
Add processing of placemark-yellow.
This commit is contained in:
parent
7129e1dfe9
commit
5d7723e719
1 changed files with 8 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Reference in a new issue