Returns the geometry in asGeoJSON format.
1 geo.asGeoJSON
<geo.asGeoJSON>
<geom_column /> *
</geo.asGeoJSON>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Egeom_column | geometry |
Example
Copy
<select> <columns> <geo.asGeoJSON>a.the_geom</geo.asGeoJSON> </columns> <from table='roads' alias='a' /> </select>