add 3D note in view docs

This commit is contained in:
vcoppe
2024-07-18 16:08:01 +02:00
parent cb50e7e7b1
commit 28f9c0ba7a
2 changed files with 9 additions and 2 deletions

View File

@@ -14,7 +14,9 @@ title: Map controls
The controls at the top allow to zoom in <Plus size="16" class="inline-block" style="margin-bottom: 2px" /> and out <Minus size="16" class="inline-block" style="margin-bottom: 2px" />, and to change the orientation of the map <Compass size="16" class="inline-block" style="margin-bottom: 2px" />.
To control the orientation and tilt of the map, you can also drag the map while holding <kbd>Ctrl</kbd>.
<DocsNote>
To control the orientation and tilt of the map, you can also drag the map while holding <kbd>Ctrl</kbd>.
</DocsNote>
### <Search size="16" class="inline-block" style="margin-bottom: 2px" /> Search bar

View File

@@ -4,6 +4,7 @@ title: View options
<script lang="ts">
import { MountainSnow, GalleryVertical, Map, Layers2, Coins, Milestone, Box } from 'lucide-svelte';
import DocsNote from '$lib/components/docs/DocsNote.svelte';
</script>
# { title }
@@ -38,4 +39,8 @@ Toggle the visibility of direction arrows on the map.
### <Box size="16" class="inline-block" style="margin-bottom: 2px" /> Toggle 3D
Enter or exit the 3D map view.
Enter or exit the 3D map view.
<DocsNote>
To control the orientation and tilt of the map, you can also drag the map while holding <kbd>Ctrl</kbd>.
</DocsNote>