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

* New translations en.json (Italian) * New translations funding.mdx (Czech) * New translations mapbox.mdx (Czech) * New translations translation.mdx (Czech) * New translations edit.mdx (Czech) * New translations settings.mdx (Czech) * New translations edit.mdx (Polish) * New translations funding.mdx (Italian) * New translations edit.mdx (Italian) * New translations elevation.mdx (Italian) * New translations en.json (Catalan) * New translations en.json (Italian) * New translations files-and-stats.mdx (Italian) * New translations edit.mdx (Italian) * New translations file.mdx (Catalan) * New translations file.mdx (Italian) * New translations extract.mdx (Catalan) * New translations routing.mdx (Italian) * New translations en.json (Catalan) * New translations files-and-stats.mdx (Catalan) * New translations getting-started.mdx (Catalan) * New translations mapbox.mdx (Catalan) * New translations settings.mdx (Catalan) * New translations view.mdx (Catalan) * New translations faq.mdx (Catalan) * New translations en.json (Catalan) * New translations files-and-stats.mdx (Italian) * New translations getting-started.mdx (Italian) * New translations funding.mdx (Italian) * New translations view.mdx (Catalan) * New translations view.mdx (Italian) * New translations en.json (Catalan) * New translations en.json (Catalan) * New translations files-and-stats.mdx (Catalan) * New translations en.json (Hebrew) * New translations files-and-stats.mdx (Catalan) * New translations en.json (Hebrew) * New translations gpx.mdx (German) * New translations en.json (German) * New translations en.json (German) * New translations funding.mdx (Hebrew) * New translations en.json (Dutch) * New translations edit.mdx (German) * New translations extract.mdx (German) * New translations elevation.mdx (German) * New translations en.json (German) * New translations extract.mdx (German) * New translations en.json (Italian) * New translations en.json (Italian) * New translations files-and-stats.mdx (Italian) * New translations getting-started.mdx (Italian) * New translations minify.mdx (Italian) * New translations poi.mdx (Italian) * New translations routing.mdx (Italian) * New translations en.json (Czech) * New translations en.json (French) * New translations en.json (German) * New translations en.json (German) * New translations en.json (Czech) * New translations file.mdx (Czech) * New translations settings.mdx (Czech) * New translations routing.mdx (Czech) * New translations en.json (German) * New translations mapbox.mdx (German) * New translations en.json (German) * New translations en.json (Turkish) * New translations files-and-stats.mdx (Turkish) * New translations getting-started.mdx (Turkish) * New translations gpx.mdx (Turkish) * New translations funding.mdx (Turkish) * New translations mapbox.mdx (Turkish) * New translations translation.mdx (Turkish) * New translations integration.mdx (Turkish) * New translations map-controls.mdx (Turkish) * New translations menu.mdx (Turkish) * New translations edit.mdx (Turkish) * New translations file.mdx (Turkish) * New translations settings.mdx (Turkish) * New translations view.mdx (Turkish) * New translations toolbar.mdx (Turkish) * New translations clean.mdx (Turkish) * New translations extract.mdx (Turkish) * New translations merge.mdx (Turkish) * New translations minify.mdx (Turkish) * New translations poi.mdx (Turkish) * New translations routing.mdx (Turkish) * New translations scissors.mdx (Turkish) * New translations time.mdx (Turkish) * New translations faq.mdx (Turkish) * New translations elevation.mdx (Turkish) * New translations en.json (Turkish) * New translations en.json (Turkish) * New translations en.json (Turkish) * New translations en.json (Russian) * New translations en.json (Ukrainian) * New translations files-and-stats.mdx (Ukrainian) * New translations getting-started.mdx (Ukrainian) * New translations gpx.mdx (Ukrainian) * New translations funding.mdx (Ukrainian) * New translations mapbox.mdx (Ukrainian) * New translations translation.mdx (Ukrainian) * New translations integration.mdx (Ukrainian) * New translations map-controls.mdx (Ukrainian) * New translations menu.mdx (Ukrainian) * New translations edit.mdx (Ukrainian) * New translations file.mdx (Ukrainian) * New translations settings.mdx (Ukrainian) * New translations view.mdx (Ukrainian) * New translations toolbar.mdx (Ukrainian) * New translations clean.mdx (Ukrainian) * New translations extract.mdx (Ukrainian) * New translations merge.mdx (Ukrainian) * New translations minify.mdx (Ukrainian) * New translations poi.mdx (Ukrainian) * New translations routing.mdx (Ukrainian) * New translations scissors.mdx (Ukrainian) * New translations time.mdx (Ukrainian) * New translations faq.mdx (Ukrainian) * New translations elevation.mdx (Ukrainian) * New translations en.json (Ukrainian) * New translations merge.mdx (German) * New translations en.json (German) * New translations gpx.mdx (German) * New translations edit.mdx (German) * New translations extract.mdx (German) * New translations en.json (Ukrainian) * New translations merge.mdx (German) * New translations files-and-stats.mdx (German) * New translations getting-started.mdx (German) * New translations funding.mdx (German) * New translations integration.mdx (German) * New translations map-controls.mdx (German) * New translations view.mdx (German) * New translations toolbar.mdx (German) * New translations minify.mdx (German) * New translations poi.mdx (German) * New translations routing.mdx (German) * New translations scissors.mdx (German) * New translations faq.mdx (German) * New translations en.json (German) * New translations funding.mdx (German)
71 lines
3.8 KiB
Plaintext
71 lines
3.8 KiB
Plaintext
---
|
|
title: Map controls
|
|
---
|
|
|
|
<script>
|
|
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>
|
|
|
|
# { title }
|
|
|
|
The map controls are located on the right side of the interface.
|
|
These controls allow you to navigate the map, zoom in and out, and switch between different map styles.
|
|
|
|
### <Diff size="16" class="inline-block" style="margin-bottom: 2px" /> Map navigation
|
|
|
|
The controls at the top allow you 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 and tilt of the map <Compass size="16" class="inline-block" style="margin-bottom: 2px" />.
|
|
|
|
<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
|
|
|
|
You can use the search bar to look for an address and navigate to it on the map.
|
|
|
|
### <LocateFixed size="16" class="inline-block" style="margin-bottom: 2px" /> Locate button
|
|
|
|
The locate button centers the map on your current location.
|
|
|
|
<DocsNote>
|
|
|
|
This only works if you have allowed your browser and <b>gpx.studio</b> to access your location.
|
|
|
|
</DocsNote>
|
|
|
|
### <PersonStanding size="16" class="inline-block" style="margin-bottom: 2px" /> Street view
|
|
|
|
This button can be used to enable street view mode on the map.
|
|
Depending on the street view source chosen in the [settings](./menu/settings), street view imagery can be accessed differently.
|
|
|
|
- <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.
|
|
|
|
### <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.
|
|
|
|
- **Basemaps** are background maps that present the main geographic features of the world.
|
|
Depending on their purpose, basemaps have different styles and levels of detail.
|
|
Only one basemap can be displayed at a time.
|
|
- **Overlays** are additional layers that can be displayed on top of the basemap to provide complementary information.
|
|
- **Points of interest** can be added to the map to show different categories of places, such as shops, restaurants, or accommodations.
|
|
|
|
<div class="flex flex-col items-center">
|
|
<DocsLayers />
|
|
<span class="text-sm text-center mt-2">
|
|
Hover over the map to show the <a href="https://hiking.waymarkedtrails.org" target="_blank">Waymarked Trails hiking</a> overlay on top of the <a href="https://www.mapbox.com/maps/outdoors" target="_blank">Mapbox Outdoors</a> basemap.
|
|
</span>
|
|
</div>
|
|
|
|
A large collection of global and local basemaps and overlays is available in **gpx.studio**, as well as a selection of point-of-interest categories.
|
|
They can be enabled in the [map layer settings dialog](./menu/settings).
|
|
|
|
In these settings, you can also manage the opacity of the overlays.
|
|
|
|
For advanced users, it is possible to add custom basemaps and overlays by providing <a href="https://en.wikipedia.org/wiki/Web_Map_Tile_Service" target="_blank">WMTS</a>, <a href="https://en.wikipedia.org/wiki/Web_Map_Service" target="_blank">WMS</a>, or <a href="https://docs.mapbox.com/help/glossary/style/" target="_blank">Mapbox style JSON</a> URLs.
|