Skip to content

Commit cca852e

Browse files
committed
fixed MBTiles filename since change to smaller version
1 parent d3e7507 commit cca852e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MBTiles Interactivity Example/InteractivityViewController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ - (void)viewDidLoad
2626

2727
[self.view addSubview:mapView];
2828

29-
NSURL *tileSetURL = [[NSBundle mainBundle] URLForResource:@"geography-class" withExtension:@"mbtiles"];
29+
NSURL *tileSetURL = [[NSBundle mainBundle] URLForResource:@"geography-class-mini" withExtension:@"mbtiles"];
3030

3131
RMMBTilesTileSource *source = [[[RMMBTilesTileSource alloc] initWithTileSetURL:tileSetURL] autorelease];
3232

0 commit comments

Comments
 (0)