Skip to content

Commit

Permalink
use http, use mvt as transmission format and remove superfluous ?api_…
Browse files Browse the repository at this point in the history
…key= url parameter (fix #175 hopefully)
  • Loading branch information
westnordost committed May 13, 2017
1 parent 6ebcd2e commit c0db52b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions app/src/main/assets/cinnabar-style-7.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -718,12 +718,8 @@ textures:

sources:
mapzen:
type: TopoJSON #GeoJSON, MVT, TopoJSON
url: https://tile.mapzen.com/mapzen/vector/v1/all/{z}/{x}/{y}.topojson
#url: '//tile.dev.mapzen.com/mapzen/vector/v1/all/{z}/{x}/{y}.topojson'
#url: //localhost:8080/vector/all/{z}/{x}/{y}.json
url_params:
api_key: global.sdk_mapzen_api_key
type: MVT
url: http://tile.mapzen.com/mapzen/vector/v1/all/{z}/{x}/{y}.mvt
max_zoom: 16

# # Only enable this for local debug, should not be enabled for prod (app inserts these at runtime)
Expand Down

0 comments on commit c0db52b

Please sign in to comment.