rodrigoqueiroz / geoscenarioserver

9 stars 1 forks source link

Show cplot in place of global map #96

Closed mantkiew closed 2 years ago

mantkiew commented 2 years ago

This is to optimize the presentation: when the global map is not present, display the cartesian plot in it's place, in a larger format.

I need this for recording traffic simulation videos when the map, frenet and btree plots are irrelevant.

When SHOW_MPLOT = True the display remains the same as the default. I only enlarged CPLOT_SIZE = 60, so that we can actually see some more context. image

However, when SHOW_MPLOT = False (and SHOW_FFPLOT = False and SHOW_BTREE = False), we see this nice layout (I also set CPLOT_SIZE = 100): cartesian_only_plot