mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 15:43:25 +00:00

* New translations en.json (Dutch) * New translations en.json (Russian) * New translations en.json (Turkish) * New translations en.json (German) * New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Belarusian) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (Danish) * New translations en.json (Greek) * New translations en.json (Finnish) * New translations en.json (Hebrew) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Korean) * New translations en.json (Lithuanian) * New translations en.json (Norwegian) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Swedish) * New translations en.json (Ukrainian) * New translations en.json (Chinese Simplified) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Latvian) * New translations en.json (Serbian (Latin)) * New translations view.mdx (Chinese Simplified) * Update source file en.json * New translations en.json (French)
50 lines
1.7 KiB
Plaintext
50 lines
1.7 KiB
Plaintext
---
|
|
title: 显示
|
|
---
|
|
|
|
<script lang="ts">
|
|
import { ChartArea, ListTree, Map, Layers2, Coins, Milestone, Box } from 'lucide-svelte';
|
|
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
|
</script>
|
|
|
|
# { title }
|
|
|
|
用于改变界面布局和地图显示效果。
|
|
|
|
### <ChartArea size="16" class="inline-block" style="margin-bottom: 2px" /> 海拔剖面图
|
|
|
|
隐藏海拔剖面图以显示更多内容,或显示它以检查所选内容。
|
|
|
|
### <ListTree size="16" class="inline-block" style="margin-bottom: 2px" /> 文件树
|
|
|
|
切换 [文件列表](../files-and-stats) 为树形布局。
|
|
此布局非常适合管理大量已打开的文件,文件将被组织成一个纵向列表并显示在地图右侧。
|
|
此外,展开文件树中的可折叠部分,可检查其中包含的 [轨迹、路段和兴趣点](../gpx) 等要素。
|
|
|
|
### <Map size="16" class="inline-block" style="margin-bottom: 2px" /> 切换为上一个底图
|
|
|
|
将底图更改为之前通过 [地图图层控件](../map-controls) 选择的样式。
|
|
|
|
### <Layers2 size="16" class="inline-block" style="margin-bottom: 2px" /> 切换叠加层
|
|
|
|
显示或隐藏之前通过 [地图图层控件](../map-controls) 选择的叠加层。
|
|
|
|
### <Coins size="16" class="inline-block" style="margin-bottom: 2px" /> 距离标记
|
|
|
|
显示或隐藏轨迹上的距离标记。
|
|
同 [海拔剖面图](../files-and-stats) 一样,仅作用于所选内容。
|
|
|
|
### <Milestone size="16" class="inline-block" style="margin-bottom: 2px" /> 方向箭头
|
|
|
|
显示或隐藏轨迹上的方向箭头。
|
|
|
|
### <Box size="16" class="inline-block" style="margin-bottom: 2px" /> 切换 3D
|
|
|
|
进入或退出地图 3D 视角。
|
|
|
|
<DocsNote>
|
|
|
|
也可在按住 <kbd>Ctrl</kbd> 的同时用鼠标拖拽地图实现此功能。
|
|
|
|
</DocsNote>
|