We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a99ecd commit 7ca64f8Copy full SHA for 7ca64f8
1 file changed
src/three/plugins/images/sources/XYZImageSource.js
@@ -8,7 +8,7 @@ export class XYZImageSource extends TiledImageSource {
8
const {
9
levels = 20,
10
tileDimension = 256,
11
- projection = 'EPSG:4326',
+ projection = 'EPSG:3857',
12
url = null,
13
...rest
14
} = options;
0 commit comments