Examples

This page contains examples of different kinds of visualizations expressed in the Felt Style Language

Minimal visualization

{
  "version": "2.3",
  "type": "simple",
  "config": {},
  "paint": {},
  "label": {}
}

Point layer example

{
  "version": "2.3",
  "type": "simple",
  "config": { "labelAttribute": ["oper_cln", "owner_cln"] },
  "paint": {
    "color": "#8F7EBF",
    "strokeColor": "#CEC5E8"
  },
  "label": {
    "haloColor": "#E9E4F7",
    "color": "#8F7EBF"
  }
}

Polygon layer example

Line layer example

Color category

Numeric visualization

Heatmap visualization

H3 visualization

Last updated

Was this helpful?