Feat: Defaut render is tex when Expression is imported from mapytex
This commit is contained in:
		| @@ -153,7 +153,7 @@ class Expression(object): | ||||
|         return renders[self.RENDER](self._tree) | ||||
|  | ||||
|     def __repr__(self): | ||||
|         return f"<Exp: {renders[self.RENDER](self._tree)}>" | ||||
|         return f"<Exp: {renders['txt'](self._tree)}>" | ||||
|  | ||||
|     def _order(self, exclude_nodes=["*", "/", "**"]): | ||||
|         """ Order the expression base on types | ||||
|   | ||||
		Reference in New Issue
	
	Block a user