From 28f9c0ba7a961024aab9ae828c5182a3d04414e5 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Thu, 18 Jul 2024 16:08:01 +0200 Subject: [PATCH] add 3D note in view docs --- website/src/lib/docs/en/map-controls.mdx | 4 +++- website/src/lib/docs/en/menu/view.mdx | 7 ++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/website/src/lib/docs/en/map-controls.mdx b/website/src/lib/docs/en/map-controls.mdx index 9d9ecfcb..b8584fa6 100644 --- a/website/src/lib/docs/en/map-controls.mdx +++ b/website/src/lib/docs/en/map-controls.mdx @@ -14,7 +14,9 @@ title: Map controls The controls at the top allow to zoom in and out , and to change the orientation of the map . -To control the orientation and tilt of the map, you can also drag the map while holding Ctrl. + + To control the orientation and tilt of the map, you can also drag the map while holding Ctrl. + ### Search bar diff --git a/website/src/lib/docs/en/menu/view.mdx b/website/src/lib/docs/en/menu/view.mdx index 5dea943b..8cbc7511 100644 --- a/website/src/lib/docs/en/menu/view.mdx +++ b/website/src/lib/docs/en/menu/view.mdx @@ -4,6 +4,7 @@ title: View options # { title } @@ -38,4 +39,8 @@ Toggle the visibility of direction arrows on the map. ### Toggle 3D -Enter or exit the 3D map view. \ No newline at end of file +Enter or exit the 3D map view. + + + To control the orientation and tilt of the map, you can also drag the map while holding Ctrl. + \ No newline at end of file