Files
Drew Slobodnjak ef24453b9b Geomap: Update Documentation (#53552)
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
Co-authored-by: Nathan Marrs  <nathanielmarrs@gmail.com>
2022-08-12 15:37:10 -07:00

1.1 KiB

aliases description keywords title weight
/docs/grafana/latest/features/panels/geomap/zyx/
/docs/grafana/latest/panels/visualizations/geomap/zyx/
ArcGIS layer
grafana
Geomap
panel
documentation
XYZ tile layer 400

XYZ tile layer

The XYZ tile layer is a map from a generic tile layer.

{{< figure src="/static/img/docs/geomap-panel/geomap-xyz-9-1-0.png" max-width="1200px" caption="Geomap panel xyz example" >}}

Options

  • URL template

    Note: Set a valid tile server url, with {z}/{x}/{y} for example: https://tile.openstreetmap.org/{z}/{x}/{y}.png

  • Attribution sets the reference string for the layer if displayed in [map controls]({{< relref "controls/#show-attribution" >}})

  • Opacity from 0 (transparent) to 1 (opaque)

{{< figure src="/static/img/docs/geomap-panel/geomap-xyz-options-9-1-0.png" max-width="1200px" caption="Geomap panel xyz options" >}}

More information