Hi collective, looking for a little help, happy where it come from (the general question might get answered faster than the zerocodes helpline - due to timezones) as I’m sure this is something obvious (to you) that I’m missing.
I’ve configured the plugin to see if if can detect a pointer (for the timbeing) as being inside a given shape - for this test I’ve used the shape on the demo for simplicity.
anyway my setup is as follows…
I have a series of polygon coordinates…
4.891434574979996,52.37947315053009,4.888767264245104,52.37717445011447,4.88594305287873,52.37286406430607,4.886099953510978,52.369463351978965,4.887668959825163,52.366828817386335,4.892611329715152,52.36476898089961,4.898259752447785,52.364673172214026,4.902888321075011,52.365727056328694,4.903829724863471,52.36869695812132,4.906497035598335,52.36994234138774,4.909556597911376,52.371379278450405,4.908772094754312,52.37267248183912,4.903751274548171,52.37554613158733,4.9017900166550135,52.377078668333695,4.898965805288782,52.37659975631354,4.897239898343173,52.37803647679294,4.894807938555829,52.37966470349667,4.892925130978028,52.38095766428634,4.890022469296412,52.38220270185593,4.888296562350831,52.380526681563026,4.891434574979996,52.37947315053009
that are stored in my database. at the moment this is a single polygon.
I have then plotted these onto my Mapbox map to ensure that it is indeed a polygon with a workflow action and also a Mapbox element.
this is producing the map on the screen correctly…
I’ve also used the workflow to drop a pin and as you can see from the screenshot above the coordinates for the dropped pin are being captured.
my Geofence element has the following configuration…
no matter where I drop the pin on the map or if I hardcode the coordinates into the workflow and the geofence the pin state is not being recorded, I’m not sure how to see if the state is being set or how to interrogate the setting of the pin as it’s not a workflow as such.
I have a text based field that is checking with conditions…
can anyone give me some guidance on what I’m missing as I’m sure I’ve replicated everything from the demo correctly.