From: Martin Skorupski Date: Wed, 18 Oct 2023 13:00:19 +0000 (+0200) Subject: Add style for kml for viewer X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=a0eac541102d7e247e14f6df211f4b7c7e424ded;p=oam.git Add style for kml for viewer - a json structure for kml styles created Issue-ID: OAM-367 Change-Id: I4f85df5de728be46c3e71bb837ad30108f3e0460 Signed-off-by: Martin Skorupski --- diff --git a/code/network-generator/view/kml.styles.json b/code/network-generator/view/kml.styles.json new file mode 100644 index 0000000..ef9ab62 --- /dev/null +++ b/code/network-generator/view/kml.styles.json @@ -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