We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed0c6a commit d26895fCopy full SHA for d26895f
src/utils/makeXyzUrl.ts
@@ -12,7 +12,6 @@ const makeXyzUrl = (tileServer: string, tileCoord: [number, number, number]) =>
12
.replace(/{z}/gi, zoom.toString())
13
.replace(/{x}/gi, x.toString())
14
.replace(/{y}/gi, y.toString())
15
- console.log(url)
16
return url
17
}
18
0 commit comments