|
@@ -279,22 +279,22 @@ public class TGdbhGdServiceImpl implements ITGdbhGdService {
|
|
writetilt = "0.100000000000000006";
|
|
writetilt = "0.100000000000000006";
|
|
|
|
|
|
} else {
|
|
} else {
|
|
- Double dr = Math.abs(dr_mr - dr_hou);
|
|
+
|
|
- if (dr > 10 && dr < 160) {
|
|
+
|
|
- writetilt = "0.100000000000000006";
|
|
+
|
|
-
|
|
+
|
|
- } else if (dr > 160) {
|
|
+
|
|
-
|
|
+
|
|
-
|
|
+
|
|
-
|
|
+
|
|
-
|
|
+
|
|
-
|
|
+
|
|
-
|
|
+
|
|
- writetilt = tilt;
|
|
+
|
|
- } else {
|
|
+
|
|
writetilt = tilt;
|
|
writetilt = tilt;
|
|
|
|
|
|
- }
|
|
+
|
|
}
|
|
}
|
|
}
|
|
}
|
|
String height = dto.getHeight();
|
|
String height = dto.getHeight();
|