Move cell configurations to cell level
- adopt changes in python classes
-- network,
-- tower
IssueID: OAM-375
Change-Id: I6f69ce3018ba874dab2c2c1f72947cdef6d7d396
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
diff --git a/code/network-generator/view/kml.styles.json b/code/network-generator/view/kml.styles.json
index 38eca05..b431b1b 100644
--- a/code/network-generator/view/kml.styles.json
+++ b/code/network-generator/view/kml.styles.json
@@ -1,4 +1,4 @@
{
- "Railway":{"stroke":{"color":"ff00ccff", "width":"3"},"fill":{"color":"ff00ccff"}},
- "Tower":{"stroke":{"color":"ffffcc00", "width":"3"},"fill":{"color":"22ffcc00"}}
+ "Railway":{"stroke":{"color":"ff00ccff", "width":"2"},"fill":{"color":"ff00ccff"}},
+ "Tower":{"stroke":{"color":"ffffcc00", "width":"2"},"fill":{"color":"22ffcc00"}}
}
\ No newline at end of file