limit database cache time to a little more than a day

This commit is contained in:
Matthias Wirth
2020-01-07 20:10:32 +01:00
parent 832b4bda54
commit e2e3d002f8
4 changed files with 4 additions and 5 deletions

View File

@@ -3097,7 +3097,6 @@ function globeIndexes() {
x1 = -180;
x2 = 180;
}
console.log(y1 + ' ' + y2);
if (y1 < -90)
y1 = -90;
if (y2 > 90)