Skip to content

Commit

Permalink
Merge pull request #15044 from mike-000/maxZoom
Browse files Browse the repository at this point in the history
Set correct maxZoom in OSM Vector Tiles example
  • Loading branch information
ahocevar committed Aug 23, 2023
2 parents 5a62495 + d1165c1 commit 2345245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/osm-vector-tiles.js
Expand Up @@ -69,7 +69,7 @@ const map = new Map({
layerName: 'layer',
layers: ['water', 'roads', 'buildings'],
}),
maxZoom: 19,
maxZoom: 16,
url:
'https://tile.nextzen.org/tilezen/vector/v1/all/{z}/{x}/{y}.topojson?api_key=' +
key,
Expand Down

0 comments on commit 2345245

Please sign in to comment.