From c0db52b89b94da4b87b018e23b2fe65ed6c84cc4 Mon Sep 17 00:00:00 2001 From: Tobias Zwick Date: Sun, 14 May 2017 01:04:48 +0200 Subject: [PATCH] use http, use mvt as transmission format and remove superfluous ?api_key= url parameter (fix #175 hopefully) --- app/src/main/assets/cinnabar-style-7.0.0.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/app/src/main/assets/cinnabar-style-7.0.0.yaml b/app/src/main/assets/cinnabar-style-7.0.0.yaml index 2b877687747..f479af9977e 100644 --- a/app/src/main/assets/cinnabar-style-7.0.0.yaml +++ b/app/src/main/assets/cinnabar-style-7.0.0.yaml @@ -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)