Add style for kml for viewer 32/11932/1
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Wed, 18 Oct 2023 13:00:19 +0000 (15:00 +0200)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Wed, 18 Oct 2023 13:06:10 +0000 (15:06 +0200)
- a json structure for kml styles created

Issue-ID: OAM-367
Change-Id: I4f85df5de728be46c3e71bb837ad30108f3e0460
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
code/network-generator/view/kml.styles.json [new file with mode: 0644]

diff --git a/code/network-generator/view/kml.styles.json b/code/network-generator/view/kml.styles.json
new file mode 100644 (file)
index 0000000..ef9ab62
--- /dev/null
@@ -0,0 +1,4 @@
+{
+  "Railway":{"stroke":{"color":"ff00ccff", "width":"3"},"fill":{"color":"ff00ccff"}},
+  "Tower":{"stroke":{"color":"ffffcc00", "width":"5"},"fill":{"color":"22ffcc00"}}
+}        
\ No newline at end of file