CodeforNRV / NRV-Park-Finder

Find a public park and amenities in the New River Valley (VA)
1 stars 4 forks source link

PostgreSQL function to return parks ordered by distance and within radius #55

Closed nealf closed 7 years ago

nealf commented 7 years ago

@jhawley We'll implement this and it should be available through the PostgREST api when it is done.

nealf commented 7 years ago

This function should be available at the endpoint https://parks.api.codefornrv.org/rpc/get_radius

Function calls in PostgREST require a POST with named variables, which in this case are:

nealf commented 7 years ago

Duplicate of #13