Minor key adjustments

This commit is contained in:
Emux
2018-02-06 13:49:50 +02:00
parent 20bdf84d91
commit 1be12b2700
5 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ public class MapzenTest extends GdxMapImpl {
UrlTileSource tileSource = OSciMap4TileSource.builder()
.httpFactory(new OkHttpEngine.OkHttpFactory())
.url("https://vector.mapzen.com/osm/v0.8/all")
.apiKey("vector-tiles-xxxxxxx") // Put a proper API key
.apiKey("xxxxxxx") // Put a proper API key
.build();
VectorTileLayer l = mMap.setBaseMap(tileSource);