Skip to content

Commit

Permalink
switch back to MVT, add note why MVT is used
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoniecz committed Jun 14, 2017
1 parent 8d7be81 commit 3e35ba2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/assets/cinnabar-style-7.0.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,9 @@ textures:

sources:
mapzen:
type: TopoJSON #GeoJSON, MVT, TopoJSON
type: MVT #GeoJSON, MVT, TopoJSON
#binary MVT format is used in StreetComplete as it is recommended for mobile
#https://mapzen.com/documentation/vector-tiles/)
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
Expand Down

0 comments on commit 3e35ba2

Please sign in to comment.