Flood Tiles

The flood tiles provide two products, probability depth and flood historic event.

Color Legend

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

query {
  flood {
    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