[ios] Returned back red pin for bookmarks

This commit is contained in:
Alex Zolotarev 2012-10-14 03:15:35 +03:00 committed by Alex Zolotarev
parent 97fc21ae33
commit ee90a76e4b
2 changed files with 2 additions and 1 deletions

View file

@ -31,7 +31,7 @@
if ((self = [super init]))
{
// Default bookmark pin color
self.color = @"placemark-purple";
self.color = @"placemark-red";
self.setName = [BalloonView getDefaultSetName];
// Load bookmarks from kml files
GetFramework().LoadBookmarks();

View file

@ -2,6 +2,7 @@
#import "BalloonView.h"
static NSString * g_colors [] = {
@"placemark-red",
@"placemark-blue",
@"placemark-brown",
@"placemark-green",