OSMobject Name | _OSMobjectName | A single or a list of OSM object names.
Use "OSM Objects" dropdown list to generate it. | Goo |
| _____________ | A key for which "requiredTag" output will be created.
For example: "leisure". If we also supply "park" to the "requiredValues_" below, then "requiredTag" would be: "leisure=park" which will be a prerequisite for finding all parks in "OSM search" component. | Goo |
Required Key | _requiredKey | Required key for which "requiredTag" output will be created.
-
If you add data to upper "_OSMobjectName" input, you do not have to use this input.
-
This input (and "requiredValues_" below it) is used if one would like to create custom "requiredTag" output not based on "OSM Objects" drowdown list.
For example, if we supply "leisure" to this input, and "park" to the one below ("requiredValues_"), then "requiredTag" output will be created as: "leisure,park" which will be a prerequisite for finding all parks in "OSM search" component. | Goo |
Required Values | requiredValues_ | Required values for which "requiredTag" output will be created.
-
If you add data to upper "_OSMobjectName" input, you do not have to use this input.
-
This input (and "_requiredKey" above it) is used if one would like to create custom "requiredTag" output not based on "OSM Objects" drowdown list.
For example, if we supply "park" to this input, and "leisure" to "_requiredKey" above, then "requiredTag" output will be created as: "leisure,park" which will be a prerequisite for finding all parks in "OSM search" component.
-
This input can also be left blank. In that case "_requiredKey" input ("leisure") will only be taken into account when generating the "requiredTag" output. | Goo |