mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 16:52:31 +00:00
New Crowdin updates (#109)
* New translations edit.mdx (Italian) * New translations edit.mdx (Italian) * New translations en.json (Portuguese, Brazilian) * New translations edit.mdx (Portuguese, Brazilian) * New translations faq.mdx (Portuguese, Brazilian) * New translations elevation.mdx (Portuguese, Brazilian) * New translations map-controls.mdx (Romanian) * New translations map-controls.mdx (French) * New translations map-controls.mdx (Spanish) * New translations map-controls.mdx (Catalan) * New translations map-controls.mdx (Czech) * New translations map-controls.mdx (German) * New translations map-controls.mdx (Greek) * New translations map-controls.mdx (Hungarian) * New translations map-controls.mdx (Italian) * New translations map-controls.mdx (Lithuanian) * New translations map-controls.mdx (Dutch) * New translations map-controls.mdx (Norwegian) * New translations map-controls.mdx (Polish) * New translations map-controls.mdx (Portuguese) * New translations map-controls.mdx (Russian) * New translations map-controls.mdx (Swedish) * New translations map-controls.mdx (Chinese Simplified) * New translations map-controls.mdx (Vietnamese) * New translations map-controls.mdx (Portuguese, Brazilian) * New translations settings.mdx (Romanian) * New translations settings.mdx (French) * New translations settings.mdx (Spanish) * New translations settings.mdx (Catalan) * New translations settings.mdx (Czech) * New translations settings.mdx (German) * New translations settings.mdx (Greek) * New translations settings.mdx (Hungarian) * New translations settings.mdx (Italian) * New translations settings.mdx (Lithuanian) * New translations settings.mdx (Dutch) * New translations settings.mdx (Norwegian) * New translations settings.mdx (Polish) * New translations settings.mdx (Portuguese) * New translations settings.mdx (Russian) * New translations settings.mdx (Swedish) * New translations settings.mdx (Chinese Simplified) * New translations settings.mdx (Vietnamese) * New translations settings.mdx (Portuguese, Brazilian) * New translations map-controls.mdx (Korean) * New translations settings.mdx (Korean) * New translations map-controls.mdx (Hebrew) * New translations settings.mdx (Hebrew) * New translations map-controls.mdx (Finnish) * New translations settings.mdx (Finnish) * New translations map-controls.mdx (Belarusian) * New translations settings.mdx (Belarusian) * New translations map-controls.mdx (Serbian (Latin)) * New translations settings.mdx (Serbian (Latin)) * New translations map-controls.mdx (Danish) * New translations settings.mdx (Danish) * Update source file map-controls.mdx * Update source file settings.mdx * New translations map-controls.mdx (French) * New translations map-controls.mdx (Spanish) * New translations map-controls.mdx (German) * New translations map-controls.mdx (Dutch) * New translations map-controls.mdx (Russian) * New translations map-controls.mdx (Portuguese, Brazilian) * New translations settings.mdx (French) * New translations settings.mdx (Spanish) * New translations settings.mdx (German) * New translations settings.mdx (Dutch) * New translations settings.mdx (Russian) * New translations settings.mdx (Portuguese, Brazilian)
This commit is contained in:
@@ -3,7 +3,7 @@ title: Map controls
|
||||
---
|
||||
|
||||
<script>
|
||||
import { Plus, Minus, Diff, Compass, Search, LocateFixed, PersonStanding, Layers3 } from 'lucide-svelte';
|
||||
import { Plus, Minus, Diff, Compass, Search, LocateFixed, PersonStanding, Layers } from 'lucide-svelte';
|
||||
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
||||
import DocsLayers from '$lib/components/docs/DocsLayers.svelte';
|
||||
</script>
|
||||
@@ -42,7 +42,7 @@ Depending on the street view source chosen in the [settings](./menu/settings), s
|
||||
- <a href="https://www.mapillary.com/" target="_blank">Mapillary</a>: 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.
|
||||
- <a href="https://www.google.com/streetview/" target="_blank">Google Street View</a>: click on the map to open a new tab with the street view imagery at that location.
|
||||
|
||||
### <Layers3 size="16" class="inline-block" style="margin-bottom: 2px" /> Map layers
|
||||
### <Layers size="16" class="inline-block" style="margin-bottom: 2px" /> Map layers
|
||||
|
||||
The map layers button allows you to switch between different basemaps, and toggle map overlays and categories of points of interest.
|
||||
|
||||
|
@@ -3,7 +3,7 @@ title: Settings
|
||||
---
|
||||
|
||||
<script lang="ts">
|
||||
import { Ruler, Zap, Thermometer, Languages, Sun, PersonStanding, Layers3 } from 'lucide-svelte';
|
||||
import { Ruler, Zap, Thermometer, Languages, Sun, PersonStanding, Layers } from 'lucide-svelte';
|
||||
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
||||
</script>
|
||||
|
||||
@@ -44,7 +44,7 @@ Change the source used for the [street view control](../map-controls).
|
||||
The default one is <a href="https://www.mapillary.com" target="_blank">Mapillary</a>, but you can also use <a href="https://www.google.com/streetview/" target="_blank">Google Street View</a>.
|
||||
Learn more about how to use the street view control in the [map controls section](../map-controls).
|
||||
|
||||
### <Layers3 size="16" class="inline-block" style="margin-bottom: 2px" /> Map layers...
|
||||
### <Layers size="16" class="inline-block" style="margin-bottom: 2px" /> Map layers...
|
||||
|
||||
Open a dialog where you can enable or disable map layers, add custom ones, change the opacity of overlays, and more.
|
||||
有关地图图层的更多信息,请参阅[地图控件部分](.../map-controls)。
|
||||
|
Reference in New Issue
Block a user