|
|
@@ -704,7 +704,7 @@ export function lineContent(airspaceInfo, type=3) {
|
|
|
|
|
|
content.push(` - ${airspaceInfo.end_loc}`)
|
|
|
if(type == 1 || type == 3)
|
|
|
- content.push(`${flyingCenter(airspaceInfo.start_point)}`)
|
|
|
+ content.push(`${flyingCenter(airspaceInfo.end_point)}`)
|
|
|
|
|
|
if(isSafeString(airspaceInfo.airline_width)) {
|
|
|
content.push(`,宽度:${airspaceInfo.airline_width}米`)
|