The output files should be compressed
[oam.git] / code / network-generator / config.json
index 2e13bbc..9cc8afe 100644 (file)
   },
   "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