Returns the geometry in SVG format. Particularly, it returns the content of the attribute "d" from the tag "<svg:path d=''... >".
1 geo.asSvg
<geo.asSvg>
<geom_column /> *
</geo.asSvg>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Egeom_column | geometry |
Example
Copy
<select> <columns> <geo.asSvg>a.the_geom</geo.asSvg> </columns> <from table='dual' alias='a' /> </select>