|
@@ -1640,7 +1640,7 @@ var draw_all = function() {
|
|
|
d7a += obj.d7a;
|
|
|
d7oc += obj.d7oc;
|
|
|
d7ac += obj.d7ac;
|
|
|
- if ((obj.lat > 30) && (obj.lat < 33) && (obj.lng > 100) && (obj.lng < 125)) {
|
|
|
+ if ((obj.lat > 20) && (obj.lat < 45) && (obj.lng > 100) && (obj.lng < 130)) {
|
|
|
totalLng += obj.lng;
|
|
|
totalLat += obj.lat;
|
|
|
latngCount++;
|
|
@@ -1944,7 +1944,7 @@ var chk_company_cur = function(idx) {
|
|
|
if (idx >= StatusStore.length)
|
|
|
idx = 0;
|
|
|
var obj = StatusStore[idx];
|
|
|
- if ((obj.lat > 30) && (obj.lat < 33) && (obj.lng > 100) && (obj.lng < 125))
|
|
|
+ if ((obj.lat > 20) && (obj.lat < 45) && (obj.lng > 100) && (obj.lng < 130))
|
|
|
return idx;
|
|
|
nrow++;
|
|
|
if (nrow >= StatusStore.length)
|