We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91fd9ec commit e455bdbCopy full SHA for e455bdb
src/Core/Feature.js
@@ -376,7 +376,7 @@ export class FeatureCollection extends THREE.Object3D {
376
this.extent = options.buildExtent === false ? undefined : defaultExtent(options.forcedExtentCrs || this.crs);
377
this.#setLocalSystem = (center) => {
378
// set local system center
379
- center.as('EPSG:4326', this.center);
+ center.as(this.crs, this.center);
380
381
// set position to local system center
382
this.position.copy(center);
0 commit comments