Skip to content

Commit 7ca64f8

Browse files
committed
Fix default projection
1 parent 4a99ecd commit 7ca64f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/three/plugins/images/sources/XYZImageSource.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export class XYZImageSource extends TiledImageSource {
88
const {
99
levels = 20,
1010
tileDimension = 256,
11-
projection = 'EPSG:4326',
11+
projection = 'EPSG:3857',
1212
url = null,
1313
...rest
1414
} = options;

0 commit comments

Comments
 (0)