Kepler Map
Type: kepler-map
Embed the Kepler.gl viewer for a workspace UDF. Use {{udf_1}} to bind the connected UDF via a slot, or supply a plain UDF name as a fallback.
Supports children: No
Embeds the Kepler.gl viewer for a UDF in the workspace. Accepts a {{udf_N}} slot placeholder or a plain UDF name. Uses a parquet share URL when the canvas is shared; falls back to a temporary GeoJSON upload otherwise.
Example
{
"type": "kepler-map",
"props": {
"udf": "{{my_udf}}",
"title": "My Kepler Map",
"style": "min-height: 480px; border-radius: 8px;"
}
}
Every widget is defined as { "type": "kepler-map", "props": { ... } }. The properties below describe the props object.
Props
Loading ....
Raw schema
Download the full schema file: /widget-schema/kepler-map.json