Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Jul 16, 2024
1 parent 18f238c commit 059d97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export const DefaultTestTiles: TestTile[] = [
{
name: 'topographic-3857-tauranga-terrain-z12',
tileMatrix: TileMatrixIdentifier.Google,
location: { lat: -37.7635905, lng: 176.2261963, z: 12},
location: { lat: -37.7635905, lng: 176.2261963, z: 12 },
tileSet: 'topographic',
style: 'topographic',
terrain: 'LINZ-Terrain',
Expand Down

0 comments on commit 059d97e

Please sign in to comment.