From 764c5030b9ddac58d02dceda962250d43d394012 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Sun, 22 Sep 2024 11:28:13 +0200 Subject: [PATCH] consistent map layers icon --- website/src/lib/components/Menu.svelte | 4 ++-- website/src/lib/docs/en/map-controls.mdx | 4 ++-- website/src/lib/docs/en/menu/settings.mdx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/src/lib/components/Menu.svelte b/website/src/lib/components/Menu.svelte index 01cc25dc..1091f8e2 100644 --- a/website/src/lib/components/Menu.svelte +++ b/website/src/lib/components/Menu.svelte @@ -21,7 +21,7 @@ Thermometer, Sun, Moon, - Layers3, + Layers, GalleryVertical, Languages, Settings, @@ -447,7 +447,7 @@ (layerSettingsOpen = true)}> - + {$_('menu.layers')} diff --git a/website/src/lib/docs/en/map-controls.mdx b/website/src/lib/docs/en/map-controls.mdx index 280c2958..4e359d0e 100644 --- a/website/src/lib/docs/en/map-controls.mdx +++ b/website/src/lib/docs/en/map-controls.mdx @@ -3,7 +3,7 @@ title: Map controls --- @@ -42,7 +42,7 @@ Depending on the street view source chosen in the [settings](./menu/settings), s - Mapillary: the street view coverage will appear as green lines on the map. When zoomed in enough, green dots will show the exact locations where street view imagery is available. Hovering over a green dot will show the street view image at that location. - Google Street View: click on the map to open a new tab with the street view imagery at that location. -### Map layers +### Map layers The map layers button allows you to switch between different basemaps, and toggle map overlays and categories of points of interest. diff --git a/website/src/lib/docs/en/menu/settings.mdx b/website/src/lib/docs/en/menu/settings.mdx index a9dd4931..2a95081e 100644 --- a/website/src/lib/docs/en/menu/settings.mdx +++ b/website/src/lib/docs/en/menu/settings.mdx @@ -3,7 +3,7 @@ title: Settings --- @@ -44,7 +44,7 @@ Change the source used for the [street view control](../map-controls). The default one is Mapillary, but you can also use Google Street View. Learn more about how to use the street view control in the [map controls section](../map-controls). -### Map layers... +### Map layers... Open a dialog where you can enable or disable map layers, add custom ones, change the opacity of overlays, and more. More information about map layers can be found in the [map controls section](../map-controls). \ No newline at end of file