|
@@ -267,7 +267,7 @@ export default class AddCrossRoad {
|
|
|
}
|
|
|
|
|
|
buildExitRamp(position) {
|
|
|
- const roadLen = 600;
|
|
|
+ const roadLen = 800;
|
|
|
let startPoint = {
|
|
|
x: position.x,
|
|
|
y: position.y + (roadLen * 3) / 5,
|
|
@@ -284,7 +284,7 @@ export default class AddCrossRoad {
|
|
|
roadService.create(startPoint.vectorId, crossPoint.vectorId);
|
|
|
roadService.create(crossPoint.vectorId, endPoint.vectorId);
|
|
|
let startPoint2 = {
|
|
|
- x: startPoint.x + roadLen / 4,
|
|
|
+ x: startPoint.x + roadLen / 3,
|
|
|
y: startPoint.y,
|
|
|
};
|
|
|
startPoint2 = roadPointService.create(startPoint2);
|