We should reorder and make our functionality more noticeable. The structure I think of:
Accept: application/geo+json
- The generated column example
- Insertion with string representation
- Here it would be nice to check if we still need to do
"area": "SRID=4326;POLYGON((0 0, 1 0, 1 1, 0 1, 0 0))", maybe area can be speicified as JSON on latest releases. This is just a nicety, not really required for this PR.
Originally posted by @steve-chavez in #4911 (comment)
We should reorder and make our functionality more noticeable. The structure I think of:
Accept: application/geo+json"area": "SRID=4326;POLYGON((0 0, 1 0, 1 1, 0 1, 0 0))", maybe area can be speicified as JSON on latest releases. This is just a nicety, not really required for this PR.Originally posted by @steve-chavez in #4911 (comment)