We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5a26d commit 413b01eCopy full SHA for 413b01e
README.md
@@ -619,7 +619,7 @@ The GeoJSON support is a read-only view on the tables and records in GeoJSON for
619
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
621
622
-The "`/geojson`" endpoint internally uses the "`/geojson`" endpoint and inherits all functionality, such as joins and filters.
+The "`/geojson`" endpoint internally uses the "`/records`" 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.
624
The following Geometry types are supported by the GeoJSON implementation:
625
0 commit comments