From bf1537584c863ef2b31f55f939c43abec4464f18 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Fri, 1 Aug 2025 16:14:18 +0200 Subject: [PATCH] New translations map-controls.mdx (Indonesian) --- website/src/lib/docs/id/map-controls.mdx | 70 ++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 website/src/lib/docs/id/map-controls.mdx diff --git a/website/src/lib/docs/id/map-controls.mdx b/website/src/lib/docs/id/map-controls.mdx new file mode 100644 index 00000000..8eee6884 --- /dev/null +++ b/website/src/lib/docs/id/map-controls.mdx @@ -0,0 +1,70 @@ +--- +title: Map controls +--- + + + +# { 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. + +### Map navigation + +The controls at the top allow you to zoom in and out , and to change the orientation and tilt of the map . + + + +To control the orientation and tilt of the map, you can also drag the map while holding Ctrl. + + + +### Search bar + +You can use the search bar to look for an address and navigate to it on the map. + +### Locate button + +The locate button centers the map on your current location. + + + +This only works if you have allowed your browser and gpx.studio to access your location. + + + +### 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. + +- 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 + +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. + +
+ + + Hover over the map to show the Waymarked Trails hiking overlay on top of the Mapbox Outdoors basemap. + +
+ +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 WMTS, WMS, or Mapbox style JSON URLs.