The output files should be compressed 69/12369/1
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Sun, 17 Dec 2023 12:51:57 +0000 (13:51 +0100)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Sun, 17 Dec 2023 12:52:01 +0000 (13:52 +0100)
- update config files according to new schema

Issue-ID: OAM-394
Change-Id: I596000f7cc68ef94af347ac3d7757d2d7865ef26
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
code/network-generator/config.json
code/network-generator/test_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
index fa60319..9b70e65 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