Skip to content

Commit

Permalink
Update MBXViewController.m
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Brasseur committed Oct 31, 2023
1 parent bb998a4 commit 07f7fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/ios/app/MBXViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -2066,8 +2066,8 @@ - (void)setStyles
self.styleURLs = [NSMutableArray array];

/// Style that does not require an `apiKey` nor any further configuration
[self.styleNames addObject:@"MapLibre Basic"];
[self.styleURLs addObject:[NSURL URLWithString:@"https://demotiles.maplibre.org/style.json"]];
[self.styleNames addObject:@"Geolives Topo World V2"];
[self.styleURLs addObject:[NSURL URLWithString:@"https://carto.geolives.com/vector/geolivestopoosm_vector_grey.json"]];

/// Add MapLibre Styles if an `apiKey` exists
NSString* apiKey = [MLNSettings apiKey];
Expand Down

0 comments on commit 07f7fa4

Please sign in to comment.