Changes between Initial Version and Version 1 of Ticket #5596


Ignore:
Timestamp:
10/30/23 12:09:37 (12 months ago)
Author:
jtojnar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5596 – Description

    initial v1  
    33    If a Feature has a commonly used identifier, that identifier SHOULD be included as a member of the Feature object with the name "id"
    44
    5 But `ST_ASGeoJSONRow` does not support this so one needs to tediously build JSON object manually with `jsonb_build_object` as [https://postgis.net/docs/manual-3.4/ST_AsGeoJSON.html described in the manual).
     5But `ST_ASGeoJSONRow` does not support this so one needs to tediously build JSON object manually with `jsonb_build_object` as [https://postgis.net/docs/manual-3.4/ST_AsGeoJSON.html described in the manual].
    66
    77Ideally, there would be a new argument that would allow specifying which column to promote to id.