Browse Source

Some GeoJSON fixes

Maurits van der Schee 6 years ago
parent
commit
bedfbbad58
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -619,7 +619,7 @@ 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 primary key as a GeoJSON Feature
621 621
 
622
-The "`/geojson`" endpoint internally uses the "`/records`" endpoint and inherits all functionality, such as joins and filters.
622
+The "`/geojson`" endpoint uses the "`/records`" endpoint internally and inherits all functionality, such as joins and filters.
623 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
 

Loading…
Cancel
Save