Fixed more typos in the reference docs
This commit is contained in:
@@ -357,7 +357,7 @@ Name | Type | Description
|
||||
|
||||
```bash
|
||||
SELECT cdb_isodistance('010100000000000000008006C00DEB9D3C72F44340', 'car', ARRAY[1000,2000]::integer[]);
|
||||
SELECT cdb_isodistance('010100000000000000008006C00DEB9D3C72F44340', 'walk', ARRAY[1000]::integer[], ARRAY['mode_traffic=enabled,quality=3']::text[]);
|
||||
SELECT cdb_isodistance('010100000000000000008006C00DEB9D3C72F44340', 'walk', ARRAY[1000]::integer[], ARRAY['mode_traffic=enabled','quality=3']::text[]);
|
||||
```
|
||||
|
||||
### cdb_isochrone(_source geometry, mode text, range integer[], options text[]_)
|
||||
@@ -370,5 +370,5 @@ This function uses the same parameters and info as the `cdb_isodistance` functio
|
||||
|
||||
```bash
|
||||
SELECT cdb_isochrone('010100000000000000008006C00DEB9D3C72F44340', 'car', ARRAY[300,900,12000]::integer[]);
|
||||
SELECT cdb_isodistance('010100000000000000008006C00DEB9D3C72F44340', 'walk', ARRAY[300,900]::integer[], ARRAY['mode_traffic=enabled,quality=3']::text[]);
|
||||
SELECT cdb_isodistance('010100000000000000008006C00DEB9D3C72F44340', 'walk', ARRAY[300,900]::integer[], ARRAY['mode_traffic=enabled','quality=3']::text[]);
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user