postgraphile-plugin-connection-filter-postgis
postgraphile-plugin-connection-filter-postgis copied to clipboard
Add ST_DWithin Filter
Currently Draft to link against files inside of the changes
ST_DWithin should accept another parameter
for example, st_dwithin will take 3 parameters. '''sql st_dwithin(ST_Transform(ST_GeomFromGeoJSON('{"type":"Point","coordinates":[113.90542561848997, 22.577212999132]}'), 3857),ST_Transform(t.location, 3857), 100 '''