Skip to content

Commit

Permalink
sdk key and max_zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
nvkelso committed Jan 31, 2018
1 parent 50a9b83 commit 6b88c5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions refill-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import:
global:
# Sign up for a Mapzen API key to enjoy higher rate limits
# https://mapzen.com/documentation/overview/#developer-accounts-and-api-keys
sdk_mapzen_api_key: '' # set this value to your Mapzen API key
sdk_api_key: '' # set this value to your Mapzen API key

#ux/ui
ux_language: false # l10n language code, trusting OSM in v0.10 tiles, fixed in v1.0 tiles
Expand Down Expand Up @@ -257,15 +257,15 @@ sources:
type: MVT #GeoJSON, MVT, TopoJSON
url: https://tile.nextzen.org/tilezen/vector/v1/512/all/{z}/{x}/{y}.mvt
url_params:
api_key: global.sdk_mapzen_api_key
api_key: global.sdk_api_key
tile_size: 512
max_zoom: 15
max_zoom: 16
normals: # normals
type: Raster
# prod
url: https://tile.nextzen.org/tilezen/terrain/v1/512/normal/{z}/{x}/{y}.png
url_params:
api_key: global.sdk_mapzen_api_key
api_key: global.sdk_api_key
tile_size: 512
max_zoom: 14

Expand Down

0 comments on commit 6b88c5e

Please sign in to comment.