ClickHouse function reference
Svg
Generates an SVG representation of geometric data. Syntax:- SVG
- svg
geometry(Geo): The geometric data to be converted to SVG.style(String, optional): A style string to be applied to the SVG element.
String)
The function generates different SVG elements based on the input geometry type:
- Point: SVG circle
- Ring or Polygon: SVG polygon
- MultiPolygon: SVG path