Grid size support for projects.

This commit is contained in:
grossmj
2018-04-13 16:54:57 +08:00
parent 9adfb1820d
commit 2de182eff4
4 changed files with 36 additions and 1 deletions

View File

@ -83,6 +83,7 @@ def project_to_topology(project):
"show_layers": project.show_layers,
"snap_to_grid": project.snap_to_grid,
"show_grid": project.show_grid,
"grid_size": project.grid_size,
"show_interface_labels": project.show_interface_labels,
"topology": {
"nodes": [],