Returns the geometry in asGeoJSON format.

1 geo.asGeoJSON

<geo.asGeoJSON>
    <geom_column /> *
</geo.asGeoJSON>
Example
Copy
<select>
    <columns>
        <geo.asGeoJSON>a.the_geom</geo.asGeoJSON>
    </columns>
    <from table='roads' alias='a' />
</select>