Changeset 291
- Timestamp:
- Sep 26, 2017, 3:20:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/klask
r290 r291 2847 2847 print "\"location$b-$l\" [label=\"$building" . q{/} . join(q{\n}, split(m{ / }xms, $loc)) . "\", color=black, fillcolor=orange, style=filled];\n"; 2848 2848 # print "\"location$b-$l\" [label=\"$building / $loc\", color=black, fillcolor=orange, style=filled];\n"; 2849 print "\"building$b\" -> \"location$b-$l\" [len=2, color=firebrick] \n";2849 print "\"building$b\" -> \"location$b-$l\" [len=2, color=firebrick];\n"; 2850 2850 2851 2851 for my $sw (keys %{$db_building{$building}->{$loc}}) {
Note: See TracChangeset
for help on using the changeset viewer.