chiark / gitweb /
more textadj
[pandemic-rising-tide.git] / misc-data.pl
1 our %c =
2 (
3  OrientRegions => [ 'Roer en Overmaas', 'Noorderzijlvest' ],
4  OrientBearing => -15,
5  GraphScale => 30,
6  Colours => {
7      yellow => 'ff0',
8      purple => 'e0e',
9      green  => '0a0',
10      red    => 'f50',
11      high   => '888',
12      sea    => '88f',
13      land   => '922',
14      dyke   => '922',
15  },
16  DisplayNames => {
17      ZZ => 'Zuiderzee',
18  },
19  HS => [ 'Roer en Overmaas', 'Schouwen-Duiveland', 'Rijn en Ijssel' ],
20  SeaTrack => [qw(2 2 2 3 3 3 4 4 4)],
21  TextAdjust => {
22    'Zeeuws-Vlaanderen' => [0.5, 0],
23    'Walcheren'         => [0.6, 0.5], #-1.0, -0.75
24    'Noorderzijlvest'   => [0.0, -0.5],
25    'Twente',           => [-0.3, 0.0],
26  }
27 );