forked from MapComplete/MapComplete
Fix GRB theme
This commit is contained in:
parent
c94d9d838e
commit
7b837d7435
2 changed files with 13 additions and 4 deletions
|
@ -209,9 +209,9 @@ export class BBox {
|
|||
|
||||
}
|
||||
|
||||
private check() {
|
||||
private check() {
|
||||
if (isNaN(this.maxLon) || isNaN(this.maxLat) || isNaN(this.minLon) || isNaN(this.minLat)) {
|
||||
console.log(this);
|
||||
console.trace("BBox with NaN detected:", this);
|
||||
throw "BBOX has NAN";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue