Skip to content

Commit

Permalink
add more outputs (ffwert,augsburg,freising) (#154)
Browse files Browse the repository at this point in the history
* add more outputs (ffwert,augsburg,freising)
* Update yanic/yanic.conf.tmpl
  • Loading branch information
T0biii authored Mar 14, 2024
1 parent 195f6e8 commit 3f257b2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions yanic/yanic.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,30 @@ path = "/srv/yanic/meshviewer-ffdon.json"
domain_as_site = true
sites = [{% for domain in sites["ffdon"] %}"ffdon_{{ domain }}", {% endfor %}]

[[nodes.output.meshviewer-ffrgb]]
enable = true
path = "/srv/yanic/meshviewer-ffwert.json"

[nodes.output.meshviewer-ffrgb.filter]
domain_as_site = true
sites = [{% for domain in sites["ffwert"] %}"ffwert_{{ domain }}", {% endfor %}]

[[nodes.output.meshviewer-ffrgb]]
enable = true
path = "/srv/yanic/meshviewer-augsburg.json"

[nodes.output.meshviewer-ffrgb.filter]
domain_as_site = true
sites = ["ffmuc_augsburg"]

[[nodes.output.meshviewer-ffrgb]]
enable = true
path = "/srv/yanic/meshviewer-freising.json"

[nodes.output.meshviewer-ffrgb.filter]
domain_as_site = true
sites = ["ffmuc_freising"]

[[nodes.output.geojson]]
enable = true
path = "/srv/yanic/nodes.geojson"
Expand Down

0 comments on commit 3f257b2

Please sign in to comment.