> Hi all,
>
> How thread safe is osm-gps-map?
I don't know, but I haven't had the crashes you've had.
> Any thoughts?
Yes, steal your code from
https://github.com/gordonjcp/aprsmap
This basically has a G_IO thread running to talk to an APRS-IS server, and plops down objects and tracks in the GUI thread.
--
Gordon JC Pearce MM0YEQ <gord...@gjcp.net>
I've already been looking at that :) It's working really well now.
But yea, I'll probably end up doing something similar to get the data
from the thread to the UI. Doing UI stuffs directly from another thread
is perhaps foolish.
-Phil
Yeah, this is a gtk limitation, not osm-gps-map per se.
John
>
> -Phil
>
-Phil