Update 'VRAPoten-API.md'

master
Mark van der Wal 2021-04-14 17:33:58 +00:00
parent a31c8be83e
commit 7fc3ef5138
1 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,8 @@ Response 404 Item not found
##### Optional input parameters ##### ##### Optional input parameters #####
There are some optional task attribute input parameters for greater flexibility. There are some optional task attribute input parameters for greater flexibility.
* **inputLayerName**
* Allows you to specify which layer to use for an input item.
* **countPerArea** * **countPerArea**
* Allows you to specify if spacing in cm needs to be calculated to count per area in m2. * Allows you to specify if spacing in cm needs to be calculated to count per area in m2.
* **useShadow** * **useShadow**
@ -87,6 +89,7 @@ defaults are false
```javascript ```javascript
{ {
"inputLayerName": "EC_30",
"countPerArea": true, "countPerArea": true,
"useShadow": true "useShadow": true
} }