diff --git a/docs/sources/panels-visualizations/visualizations/geomap/index.md b/docs/sources/panels-visualizations/visualizations/geomap/index.md index d1578cc5063..b42d1f78a6c 100644 --- a/docs/sources/panels-visualizations/visualizations/geomap/index.md +++ b/docs/sources/panels-visualizations/visualizations/geomap/index.md @@ -51,7 +51,7 @@ refs: Geomaps allow you to view and customize the world map using geospatial data. It's the ideal visualization if you have data that includes location information and you want to see it displayed in a map. -You can configure and overlay [map layers](#types), like heatmaps and networks, and blend included basemaps or your own custom maps. This helps you to easily focus on the important location-based characteristics of the data. +You can configure and overlay [map layers](#layer-type), like heatmaps and networks, and blend included basemaps or your own custom maps. This helps you to easily focus on the important location-based characteristics of the data. {{< figure src="/static/img/docs/geomap-panel/geomap-example-8-1-0.png" max-width="1200px" alt="Geomap visualization" >}} @@ -141,42 +141,42 @@ The other location types— airport codes or US state codes—aren't aut If you want to use other codes or give the field a custom name, you can follow the steps in the [Location mode](#location-mode) section. -## Panel options +## Configuration options + +### Panel options {{< docs/shared lookup="visualizations/panel-options.md" source="grafana" version="" >}} -## Map View +### Map view options The map view controls the initial view of the map when the dashboard loads. -### Initial View +#### Initial View The initial view configures how the geomap renders when the panel is first loaded. -- **View** sets the center for the map when the panel first loads. - - **Fit to data** fits the map view based on the data extents of Map layers and updates when data changes. - - **Data** option allows selection of extent based on data from "All layers", a single "Layer", or the "Last value" from a selected layer. - - **Layer** can be selected if fitting data from a single "Layer" or the "Last value" of a layer. - - **Padding** sets padding in relative percent beyond data extent (not available when looking at "Last value" only). - - **Max Zoom** sets the maximum zoom level when fitting data. - - **Coordinates** sets the map view based on: - - **Latitude** - - **Longitude** - - Default Views are also available including: - - **(0°, 0°)** - - **North America** - - **South America** - - **Europe** - - **Africa** - - **West Asia** - - **South Asia** - - **South-East Asia** - - **East Asia** - - **Australia** - - **Oceania** -- **Zoom** sets the initial zoom level. - -### Share view +- **View** - Sets the center for the map when the panel first loads. Refer to the table following this list for view selections. +- **Zoom** - Sets the initial zoom level. +- **Use current map settings** - Use the settings of the current map to set the center. + + +| View selection | Description | +|---|---| +| Fit to data | fits the map view based on the data extents of Map layers and updates when data changes.