Skip to content

Commit

Permalink
Merge branch 'gh-pages' into nvkelso/nextzen
Browse files Browse the repository at this point in the history
  • Loading branch information
nvkelso authored Mar 16, 2018
2 parents 7b550cd + f605738 commit 3a4c49e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,13 +225,13 @@

var dev_or_prod = 'prod';
// prod
var mapzen_api_key = 'vector-tiles-h6AbVZA';
var sdk_api_key = '8HNQZsjzTJyNhnoyr_7yrQ';

if( dev_or_prod == 'dev' ) {
mapzen_api_key = 'mapzen-iP15tWp';
sdk_api_key = '8HNQZsjzTJyNhnoyr_7yrQ';
}

var tg_global = { sdk_mapzen_api_key: mapzen_api_key };
var tg_global = { sdk_api_key: sdk_api_key };

var layer = Tangram.leafletLayer({
// more: 'mapzen-n22UFkv'
Expand Down
2 changes: 1 addition & 1 deletion tron-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sources:
url_params:
api_key: global.sdk_api_key
rasters: [normals-elevation]
tile_size: 512
tile_size: 256
max_zoom: 16
normals-elevation:
type: Raster
Expand Down

0 comments on commit 3a4c49e

Please sign in to comment.