You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently you have to write your query as a JSON object using GeoJSON, but there's also the WKT format, and the corresponding ST_GeomFromText function - it would need a small test to determine if it should be handling JSON or text, but would give more options to users (I find it easier to remember when testing than the JSON formats).
Currently you have to write your query as a JSON object using GeoJSON, but there's also the WKT format, and the corresponding
ST_GeomFromText
function - it would need a small test to determine if it should be handling JSON or text, but would give more options to users (I find it easier to remember when testing than the JSON formats).https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry
The text was updated successfully, but these errors were encountered: