questions about the display

33 views
Skip to first unread message

Fatima Meski

unread,
Jan 11, 2019, 5:55:41 AM1/11/19
to GAMA
Hi everyone,
I hope you are having a nice day.
I am currently working on air traffic simulation.
My agents are planes. i want to display for every agent it information of flight plan from my BDD.

like it show in this photo :

I would like to know Is that possible in GAMA.
Thank you in advance
Capture.PNG

Arnaud Grignard

unread,
Jan 11, 2019, 9:25:54 AM1/11/19
to GAMA
Hi Fatima,

You won't be able to use a specific Phylactery Display however using something like this (playing size at at value modulo the size of your environment) might do the trick for you

draw ellipse (10,5) color:#white border:#black at:{location.x,location.y};

draw "information " color:#black size:2 at:{location.x - 2,location.y};

draw "plane 1" color:#black size:2 at:{location.x - 2,location.y + 2};


Arnaud

Fatima Meski

unread,
Jan 12, 2019, 1:46:30 PM1/12/19
to GAMA
Thanks
Reply all
Reply to author
Forward
0 new messages