From e8af016bf403da287bac3a1d882e93acac63b019 Mon Sep 17 00:00:00 2001 From: katamartin Date: Tue, 26 Mar 2024 10:19:43 -0400 Subject: [PATCH] Remove prop default --- src/tiles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tiles.js b/src/tiles.js index 7064533..f0480bf 100644 --- a/src/tiles.js +++ b/src/tiles.js @@ -46,7 +46,7 @@ export const createTiles = (regl, opts) => { setMetadata, order, version = 'v2', - projection = 'mercator', + projection, }) { this.tiles = {} this.loaders = {}