Changes between Initial Version and Version 1 of Ticket #5596
- Timestamp:
- 10/30/23 12:09:37 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5596 – Description
initial v1 3 3 If a Feature has a commonly used identifier, that identifier SHOULD be included as a member of the Feature object with the name "id" 4 4 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 ).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]. 6 6 7 7 Ideally, there would be a new argument that would allow specifying which column to promote to id.