edited description in line 245

@ethervoid , looks good! i just rewrote the English a bit. Let me know if this is okay then we can update all the live docs.
This commit is contained in:
csobier 2017-10-18 08:19:34 -04:00 committed by GitHub
parent ff0989f8fc
commit b93e7e8843

View File

@ -242,7 +242,7 @@ filter_tags | Text[] | a list of filters. Only geometries for which all of thes
numer_id | Text | the ID of a numerator to check whether the geometry is valid against. Will not reduce length of returned table, but will change values for `valid_numer` (optional)
denom_id | Text | the ID of a denominator to check whether the geometry is valid against. Will not reduce length of returned table, but will change values for `valid_denom` (optional)
timespan | Text | the ID of a timespan to check whether the geometry is valid against. Will not reduce length of returned table, but will change values for `valid_timespan` (optional)
number_geometries | Integer | Number of geometries of the source data in order to calculate more accurately the score value to know which geometry fits better with the provided extent. (optional)
number_geometries | Integer | calculates the score value based on a specified numeric parameter. This is useful if you need to adjust the accuracy of the number of geometries relative to the bounding box. (optional)
#### Returns