Skip to content

Commit 7353408

Browse files
committed
Some GeoJSON fixes
1 parent 1d911cd commit 7353408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,8 +619,8 @@ The GeoJSON support is a read-only view on the tables and records in GeoJSON for
619619
GET /geojson/{table} - list - lists records as a GeoJSON FeatureCollection
620620
GET /geojson/{table}/{id} - read - reads a record by PK as a GeoJSON Feature
621621

622-
The "`/geojson`" endpoint will only show what is allowed in your session. It also supports a "geometry"
623-
parameter to indicate the name of the geometry column in case the table has more than one of them.
622+
The "`/geojson`" endpoint internally uses the "`/geojson`" endpoint and inherits all functionality, such as joins and filters.
623+
It also supports a "geometry" parameter to indicate the name of the geometry column in case the table has more than one of them.
624624
The following Geometry types are supported by the GeoJSON implementation:
625625

626626
- Point

0 commit comments

Comments
 (0)