Changes between Initial Version and Version 1 of Ticket #5739


Ignore:
Timestamp:
06/06/24 12:42:21 (6 months ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5739 – Description

    initial v1  
    11Mentioned in irc/matrix, and sounds like a good idea to me
    22
    3 ```
     3
     4
     5----
    46Hi, 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
    5712:54 PM
    68leaves 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 ```