Update 'VRAPoten-API.md'

master
Mark van der Wal 2021-03-05 20:51:04 +00:00
parent 71b43fc067
commit 9e4bad55be
1 changed files with 4 additions and 2 deletions

View File

@ -79,13 +79,15 @@ Response 404 Item not found
There are some optional task attribute input parameters for greater flexibility.
* **countPerArea**
Allows you to specify if spacing in cm needs to be calculated to count per area in m2.
* "countPerArea" Allows you to specify if spacing in cm needs to be calculated to count per area in m2.
* "useShadow" Use shadow map if available.
default is false
defaults are false
```javascript
{
"countPerArea": true,
"useShadow": true
}
```