Skip to content

Instantly share code, notes, and snippets.

@mousebird
Last active December 18, 2015 11:20
Show Gist options
  • Save mousebird/5775200 to your computer and use it in GitHub Desktop.
Save mousebird/5775200 to your computer and use it in GitHub Desktop.
// This is a nice base layer with water and elevation, but no labels or boundaries
MaplyQuadEarthWithRemoteTiles *layer = [[MaplyQuadEarthWithRemoteTiles alloc] initWithBaseURL:@"http://a.tiles.mapbox.com/v3/mousebird.map-2ebn78d1/" ext:@"png" minZoom:0 maxZoom:12];
[globeViewC addLayer:layer];
// Let's start up over San Francisco, center of the universe
[globeViewC animateToPosition:MaplyCoordinateMakeWithDegrees(-122.4192, 37.7793) time:1.0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment