天气预报更换经纬度范围为麻城市
parent
53db88a017
commit
45cdc1d20a
|
|
@ -11,9 +11,11 @@ import java.util.List;
|
||||||
public class ForeRainVo {
|
public class ForeRainVo {
|
||||||
private String stcd;
|
private String stcd;
|
||||||
|
|
||||||
|
@Schema(description = "测站名称")
|
||||||
private String stnm;
|
private String stnm;
|
||||||
|
|
||||||
private String lgtd;
|
private String lgtd;
|
||||||
|
|
||||||
private String lttd;
|
private String lttd;
|
||||||
|
|
||||||
@Schema(description = "1h(mm)")
|
@Schema(description = "1h(mm)")
|
||||||
|
|
|
||||||
|
|
@ -52,10 +52,10 @@ public class ForecastService {
|
||||||
|
|
||||||
public static String getRadarData = "res/radarlayer";
|
public static String getRadarData = "res/radarlayer";
|
||||||
|
|
||||||
public static Double x1 = 108.62318959955861;
|
public static Double x1 = 114.6760272;
|
||||||
public static Double y1 = 29.328651167767397;
|
public static Double y1 = 30.86137395;
|
||||||
public static Double x2 = 109.33730092768361;
|
public static Double x2 = 115.47078236349958;
|
||||||
public static Double y2 = 30.04791233720099;
|
public static Double y2 = 31.6068084090001;
|
||||||
|
|
||||||
public static String totalLayers = "00.24";//只取24小时每个网格的总量
|
public static String totalLayers = "00.24";//只取24小时每个网格的总量
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue