天气预报经纬度范围修改
parent
04079d5bac
commit
f5a2bcfd69
|
|
@ -52,10 +52,10 @@ public class ForecastService {
|
||||||
|
|
||||||
public static String getRadarData = "res/radarlayer";
|
public static String getRadarData = "res/radarlayer";
|
||||||
|
|
||||||
public static Double x1 = 114.6760272;
|
public static Double x1 = 114.364492;
|
||||||
public static Double y1 = 30.86137395;
|
public static Double y1 = 30.910941;
|
||||||
public static Double x2 = 115.47078236349958;
|
public static Double x2 = 114.872155;
|
||||||
public static Double y2 = 31.6068084090001;
|
public static Double y2 = 31.594063;
|
||||||
|
|
||||||
public static String totalLayers = "00.24";//只取24小时每个网格的总量
|
public static String totalLayers = "00.24";//只取24小时每个网格的总量
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue