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

@@ -46,7 +46,7 @@ public class MapzenGeojsonTest extends GdxMapApp {
OkHttpEngine.OkHttpFactory factory = new OkHttpEngine.OkHttpFactory(builder);
UrlTileSource tileSource = MapzenGeojsonTileSource.builder()
.apiKey("mapzen-xxxxxxx") // Put a proper API key
.apiKey("xxxxxxx") // Put a proper API key
.httpFactory(factory)
//.locale("en")
.build();