Changes between Initial Version and Version 1 of Ticket #5739
- Timestamp:
- 06/06/24 12:42:21 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5739 – Description
initial v1 1 1 Mentioned in irc/matrix, and sounds like a good idea to me 2 2 3 ``` 3 4 5 ---- 4 6 Hi, I'm trying to understand the GeoJSON implementation in Postgis. Specifically, the [documentation](https://postgis.net/docs/ST_AsGeoJSON.html) mentions that the `options` parameter allows you to include bbox and CRS in the output. However, the [spec](https://www.rfc-editor.org/rfc/rfc7946#section-3) only makes mention of the `bbox` field. This 5 7 12:54 PM 6 8 leaves me somewhat unclear on the field name used for CRS information (based on documentation alone), especially since the postgis documentation page does not include any examples where either bbox or crs is included. Do anyone know how these fields are encoded in the GeoJSON produced by `ST_AsGeoJson`? 7 ```