Skip to content

Commit

Permalink
Merge pull request #53 from iandees/use-bigger-tiles
Browse files Browse the repository at this point in the history
Switch from 256 to 512 tiles, and from topojson to MVT
  • Loading branch information
meetar authored Jul 23, 2024
2 parents 47066c7 + 18eb206 commit d8854ba
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scene.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
sources:
elevation:
type: Raster
url: https://tile.nextzen.org/tilezen/terrain/v1/256/terrarium/{z}/{x}/{y}.png
url: https://tile.nextzen.org/tilezen/terrain/v1/512/terrarium/{z}/{x}/{y}.png
max_zoom: 14
tile_size: 512
url_params:
api_key: dmlO1fVQRPKI-GrVIYJ1YA
mapzen:
type: TopoJSON
url: https://tile.nextzen.org/tilezen/vector/v1/256/all/{z}/{x}/{y}.topojson
type: MVT
url: https://tile.nextzen.org/tilezen/vector/v1/512/all/{z}/{x}/{y}.mvt
max_zoom: 16
tile_size: 512
url_params:
api_key: dmlO1fVQRPKI-GrVIYJ1YA
styles:
Expand Down

0 comments on commit d8854ba

Please sign in to comment.