Last active
December 18, 2015 11:20
-
-
Save mousebird/5775200 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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