Skip to content

Commit

Permalink
Remove prop default
Browse files Browse the repository at this point in the history
  • Loading branch information
katamartin committed Mar 26, 2024
1 parent 870475b commit e8af016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const createTiles = (regl, opts) => {
setMetadata,
order,
version = 'v2',
projection = 'mercator',
projection,
}) {
this.tiles = {}
this.loaders = {}
Expand Down

0 comments on commit e8af016

Please sign in to comment.