forked from organicmaps/organicmaps
[ios] Returned back red pin for bookmarks
This commit is contained in:
parent
97fc21ae33
commit
ee90a76e4b
2 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#import "BalloonView.h"
|
||||
|
||||
static NSString * g_colors [] = {
|
||||
@"placemark-red",
|
||||
@"placemark-blue",
|
||||
@"placemark-brown",
|
||||
@"placemark-green",
|
||||
|
|
Loading…
Add table
Reference in a new issue