Browse Source

Update README.md

Maurits van der Schee 6 years ago
parent
commit
6ac04e7966
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

620
     GET    /geojson/{table}/{id} - read      - reads a record by primary key as a GeoJSON Feature
620
     GET    /geojson/{table}/{id} - read      - reads a record by primary key as a GeoJSON Feature
621
 
621
 
622
 The "`/geojson`" endpoint uses the "`/records`" endpoint internally 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
-It also supports a "geometry" parameter to indicate the name of the geometry column in case the table has more than one of them.
623
+It also supports a "geometry" parameter to indicate the name of the geometry column in case the table has more than one.
624
 For map views it supports the "bbox" parameter in which you can specify upper-left and lower-right coordinates (comma separated).
624
 For map views it supports the "bbox" parameter in which you can specify upper-left and lower-right coordinates (comma separated).
625
 The following Geometry types are supported by the GeoJSON implementation:
625
 The following Geometry types are supported by the GeoJSON implementation:
626
 
626
 
708
 Grab the public key via this [URL](https://www.googleapis.com/robot/v1/metadata/x509/securetoken@system.gserviceaccount.com).
708
 Grab the public key via this [URL](https://www.googleapis.com/robot/v1/metadata/x509/securetoken@system.gserviceaccount.com).
709
 There may be several certificates, just grab the one corresponding to your `kid` (if you don't
709
 There may be several certificates, just grab the one corresponding to your `kid` (if you don't
710
 know what it is, just test them all until you will be logged in).
710
 know what it is, just test them all until you will be logged in).
711
-Now, just fill `jwtAuth.secret` with your public key.
711
+Now, just fill `jwtAuth.secret` with your public key.F
712
 
712
 
713
 To test your integration, you can copy the [firebase/vanilla.html](examples/clients/firebase/vanilla.html)
713
 To test your integration, you can copy the [firebase/vanilla.html](examples/clients/firebase/vanilla.html)
714
 file and the [firebase/vanilla-success.html](examples/clients/firebase/vanilla-success.html) file,
714
 file and the [firebase/vanilla-success.html](examples/clients/firebase/vanilla-success.html) file,

Loading…
Cancel
Save