Heat Tiles

Color Legend

The color legends for heat tiles is available in our API as a query. These colors and representation are subject to change.

query {
  heat {
    mapLegend {
      opacity
      colors {
        color
        represents {
          min
          max
          unit
        }
      }
    }
  }
}

opacity should be applied to color both on the map layer and within the legend reprsentation to correctly identify the visible layer.

Last updated