浏览代码

Some GeoJSON fixes

Maurits van der Schee 6 年前
父节点
当前提交
7353408f4c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      README.md

+ 2
- 2
README.md 查看文件

@@ -619,8 +619,8 @@ The GeoJSON support is a read-only view on the tables and records in GeoJSON for
619 619
     GET    /geojson/{table}      - list      - lists records as a GeoJSON FeatureCollection
620 620
     GET    /geojson/{table}/{id} - read      - reads a record by PK as a GeoJSON Feature
621 621
 
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.
624 624
 The following Geometry types are supported by the GeoJSON implementation:
625 625
 
626 626
   - Point

正在加载...
取消
保存