Shapes | _shapes | Shapes data tree.
Connect the "shapes" or "threeDeeShapes" or "foundShapes" output of some of the Gismo OSM components to this component's "_shapes" input." | Goo |
Values Per Key | _valuesPerKey | Values data tree.
Connect the \"values\" output for particular key of some of the Gismo components to this input.
To do that, use the "List Item" component and add the "values" output to its "L" input. Also Set its "index" input to correspond to the specific key you are looking for.
Then plug the "i" ("item") ouput to this component's "_valuesPerKey" input. | Goo |
| ____________ | Script variable CleanValues | Goo |
Replace Value | replaceValue_ | If a value from the "_valuesPerKey" input is invalid (equals to ;empty;), then replace it with some number/text added to this input.
If nothing is added to this input, then in case the value is invalid, it will simply be removed.
-
Optionally add a number or a text. | Goo |
Convert To Num | convertToNum_ | Optional input to determine if each of the data added to the "_valuesPerKey" input will be converted to a number or not.
This is useful as data coming from "values" outputs of Gismo OSM components is always a text (string) even though it may look like it is numeric.
-
If nothing is added to this input, default value of "False" will be used.
-
Boolean value ("True" or "False"). | Goo |