graphile / graphile/postgis

Allow WKT (Well Known Text) input for types

Open
#8 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
90
Forks
13
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.