Closed oriolbx closed 7 years ago
Tested the viz API, and the table object is always empty, that's why in your case the __dict__
attribute was empty.
I've added to the Visualization
class the related_tables
field, which is an array of the tables contained in the map. I guess that was the attribute you were looking for.
When using the class VisualizationManager, the object
table
does not return the tables of the map but theclient
object.I'm using the next code to get the table object values:
The result of python is: