[23:21:10] | <thattechguy99[m]> | Total Noob question. What table does sensor data get stored in? |
[14:05:54] | <mstenta[m]> | symbioquine paul121 Do either of you know if there's a way to manually trigger the farmOS-map edit control's`featurechange` event from inside another behavior? |
[14:06:33] | <mstenta[m]> | I basically need to get the farmOS core `input` behavior (which dumps WKT into the field below the map) to run after manually editing the edit layer features from another behavior. |
[14:08:20] | <mstenta[m]> | Oh wait I may have another way to do this... |
[14:51:17] | <symbioquine[m]> | I think you could subscribe to the OL map's interactions changing, check whether it is a draw interaction from the edit control, and and/remove listeners for the edit control's draw interaction |
[14:51:23] | <symbioquine[m]> | but it would be kinda messy |
[16:01:28] | <mstenta[m]> | Thanks symbioquine I did end up figuring out a better way. I forgot we had `instance.edit.getWKT()` so I just use that and stick it into the data field |
[16:02:03] | <mstenta[m]> | (Actually paul121's recent issue reminded me that was an option... https://github.com/farmOS/farmOS-map/issues/172) |
[16:19:50] | <symbioquine[m]> | 👍 |