bravius commented on issue #2126:
URL: https://github.com/apache/age/issues/2126#issuecomment-2481580185
You probably need to convert the result back to GeoJSON format using
ST_AsGeoJSON(), then cast to agtype.
Something like:
```
ST_AsGeoJSON(ST_GeomFromGeoJSON('{}')::agtype
```
...or...
```
ST_AsGeoJSON(ST_GeomFromGeoJSON('{}')::text::agtype
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]