From e8de509010fa586fd66df3f2fdfdbec28980a530 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sun, 21 Apr 2024 20:24:42 +0200 Subject: [PATCH] add ulm same as #154 --- yanic/yanic.conf.tmpl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/yanic/yanic.conf.tmpl b/yanic/yanic.conf.tmpl index 4f11805..d58b296 100644 --- a/yanic/yanic.conf.tmpl +++ b/yanic/yanic.conf.tmpl @@ -79,6 +79,14 @@ path = "/srv/yanic/meshviewer-freising.json" domain_as_site = true sites = ["ffmuc_freising"] +[[nodes.output.meshviewer-ffrgb]] +enable = true +path = "/srv/yanic/meshviewer-ulm.json" + +[nodes.output.meshviewer-ffrgb.filter] +domain_as_site = true +sites = ["ffmuc_ulm"] + [[nodes.output.geojson]] enable = true path = "/srv/yanic/nodes.geojson"