We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In layer config you can include layer_config:
layer_config
// basic { "type": "basic", "items": [{"name": "name", "color": "#ff0000", "icon": "URL"}], "unit": "m." } // line { "type": "lines", "items": [{"name": "name", "value": "1", "color": "#ff0000", "lineType": "dash"}], "unit": "m." } // gradient { "type": "gradient", "items": [{"name": "name", "value": "1", "color": "#ff0000"}], "unit": "m." } // choropleth { "type": "choropleth", "items": [{"name": "name", "value": "1", "color": "#ff0000"}], "unit": "m." }