Files
grafana/docs/sources/visualizations/geomap/geojson.md
T
Nathan Marrs 0d6d0ed9d0 Geomap: update the layer order in docs (#53749) (#54060)
(cherry picked from commit 4ac87a3b3b)

Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2022-08-22 13:40:21 -07:00

1.0 KiB

aliases, description, keywords, title, weight
aliases description keywords title weight
/docs/grafana/latest/features/panels/geomap/geojson/
/docs/grafana/latest/panels/visualizations/geomap/geojson/
GeoJSON layer
grafana
Geomap
panel
documentation
GeoJSON layer 3

GeoJSON layer

The GeoJSON layer allows you to select and load a static GeoJSON file from the filesystem.

  • GeoJSON URL provides a choice of GeoJSON files that ship with Grafana.
  • Default Style controls which styles to apply when no rules above match.
    • Color configures the color of the default style
    • Opacity configures the default opacity
  • Style Rules apply styles based on feature properties
    • Rule allows you to select a feature, condition, and value from the GeoJSON file in order to define a rule. The trash bin icon can be used to delete the current rule.
    • Color configures the color of the style for the current rule
    • Opacity configures the transparency level for the current rule
  • Add style rule creates additional style rules.