fix pettier
This commit is contained in:
@@ -176,7 +176,10 @@ class Geometry extends BaseObject {
|
|||||||
if (this.extentRevision_ != this.getRevision()) {
|
if (this.extentRevision_ != this.getRevision()) {
|
||||||
this.extent_ = this.computeExtent(this.extent_);
|
this.extent_ = this.computeExtent(this.extent_);
|
||||||
if (
|
if (
|
||||||
!containsExtent([-Infinity, -Infinity, Infinity, Infinity], this.extent_)
|
!containsExtent(
|
||||||
|
[-Infinity, -Infinity, Infinity, Infinity],
|
||||||
|
this.extent_
|
||||||
|
)
|
||||||
) {
|
) {
|
||||||
this.extent_ = createEmpty();
|
this.extent_ = createEmpty();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user