Add to_directory method to relevant object classes
[oam.git] / code / network-generator / test_config.json
index 914d359..9b70e65 100644 (file)
@@ -11,7 +11,7 @@
         "representation": "hexagon"
       },
       "smo": {
-        "fiveCCoreCount": 1,
+        "fiveGCoreCount": 1,
         "nearRtRicSpiralRadius": 0,
         "oCloudResourcePoolCount": 1
       },
   },
   "outputFolder": "output",
   "generationTasks": {
-    "topology": true,
-    "svg": true,
-    "kml": true
+    "topology": {
+      "enabled": true,
+      "compressed": true
+    },
+    "svg": {
+      "enabled": true,
+      "compressed": true
+    },
+    "kml": {
+      "enabled": true,
+      "compressed": true
+    }
   }
 }
\ No newline at end of file