Skip to content

Commit f984a30

Browse files
committed
Some GeoJSON fixes
1 parent 413b01e commit f984a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ The GeoJSON support is a read-only view on the tables and records in GeoJSON for
617617
method path - operation - description
618618
----------------------------------------------------------------------------------------
619619
GET /geojson/{table} - list - lists records as a GeoJSON FeatureCollection
620-
GET /geojson/{table}/{id} - read - reads a record by PK as a GeoJSON Feature
620+
GET /geojson/{table}/{id} - read - reads a record by primary key as a GeoJSON Feature
621621

622622
The "`/geojson`" endpoint internally uses the "`/records`" endpoint and inherits all functionality, such as joins and filters.
623623
It also supports a "geometry" parameter to indicate the name of the geometry column in case the table has more than one of them.

0 commit comments

Comments
 (0)