Skip to content

Commit

Permalink
Fix type in globe-custom-tiles example (#4939)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonFreer authored Oct 31, 2024
1 parent d67fc04 commit 09758d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/examples/globe-custom-tiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
}
};

const projectionData = map.transform.getProjectionData({overscaledTileId: tileID});
const projectionData = map.transform.getProjectionData({overscaledTileID: tileID});

gl.uniform4f(
locations['u_projection_clipping_plane'],
Expand Down

0 comments on commit 09758d9

Please sign in to comment.