The GeoPoint Within Polygon condition checks if the geoinformation inserted in Picturepark is within a defined polygon e.g. to check if the images shot were created in Aarau or more general to check if images were taken (GPS data from extracted metadata) near the headquarter address (polygon) and then assign the headquarter tag to them (action assign tag).
Triggers the moment the Geo Point value in the provided fieldpath is inside the defined polygon.
Specific Definitions
Is the Images' Location in the Defined Area?
{
"kind": "GeoPointWithinPolygonCondition",
"polygon": [
{
"kind": "GeoPoint",
"lat": 12,
"lon": 12
},
{
"kind": "GeoPoint",
"lat": 12,
"lon": 12
},
{
"kind": "GeoPoint",
"lat": 12,
"lon": 12
}],
"fieldPath": "image.location"
}
CODE