From: Dirk Koopman Date: Sat, 30 Aug 2014 21:03:56 +0000 (+0100) Subject: add new wpxloc.raw X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=03e07f8f668308a37e6be5693bb9ae4ee8baa93f;p=spider.git add new wpxloc.raw --- diff --git a/Changes b/Changes index 4e0ee712..a2fbebf3 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ 30Aug14======================================================================= 1. add CTY-2409 prefixes +2. add new wpxloc.raw 19Jul14======================================================================= 1. Use JSON::XS for ForkCall serialisation in DXCommandmode.pm 19Jun14======================================================================= diff --git a/data/prefix_data.pl b/data/prefix_data.pl index 51f9166b..b7372f92 100644 --- a/data/prefix_data.pl +++ b/data/prefix_data.pl @@ -27878,8 +27878,8 @@ 370 => bless( { name => 'Louga-6W8', dxcc => 298, itu => 46, cq => 35, utcoff => 0.00, lat => 15.2666666666667, long => -15.5166666666667 }, 'Prefix'), 371 => bless( { name => 'Fatick-6W', dxcc => 298, itu => 46, cq => 35, utcoff => 0.00, lat => 14.3666666666667, long => -16.1333333333333 }, 'Prefix'), 372 => bless( { name => 'Fatick-6W9', dxcc => 298, itu => 46, cq => 35, utcoff => 0.00, lat => 14.3666666666667, long => -16.1333333333333 }, 'Prefix'), - 373 => bless( { name => 'Socotra-7O', dxcc => 300, itu => 39, cq => 37, utcoff => -3.00, lat => 12.5, long => 53.9166666666667 }, 'Prefix'), - 374 => bless( { name => 'Socotra-7O/S', dxcc => 300, itu => 39, cq => 37, utcoff => -3.00, lat => 12.5, long => 53.9166666666667 }, 'Prefix'), + 373 => bless( { name => 'Socotra-7O', dxcc => 300, itu => 48, cq => 37, utcoff => -3.00, lat => 12.5, long => 53.9166666666667 }, 'Prefix'), + 374 => bless( { name => 'Socotra-7O/S', dxcc => 300, itu => 48, cq => 37, utcoff => -3.00, lat => 12.5, long => 53.9166666666667 }, 'Prefix'), 375 => bless( { name => 'Kinshasa-9Q', dxcc => 315, itu => 52, cq => 36, utcoff => -1.00, lat => -4.33333333333333, long => 15.25 }, 'Prefix'), 376 => bless( { name => 'Kinshasa-9Q1', dxcc => 315, itu => 52, cq => 36, utcoff => -1.00, lat => -4.33333333333333, long => 15.25 }, 'Prefix'), 377 => bless( { name => 'Bas-Congo-9Q', dxcc => 315, itu => 52, cq => 36, utcoff => -1.00, lat => -5.81666666666667, long => 13.05 }, 'Prefix'), diff --git a/data/wpxloc.raw b/data/wpxloc.raw index 6d786583..fb05b2db 100644 --- a/data/wpxloc.raw +++ b/data/wpxloc.raw @@ -1,6 +1,6 @@ ! $Id$ ! -! This file was created by Jim Reisert AD1C on 05 Aug 2014 +! This file was created by Jim Reisert AD1C on 30 Aug 2014 ! See: http://www.country-files.com/dx-cluster/wpxloc/ ! ! Highest DXCC number is 357 ("VERSION" entity) @@ -100,8 +100,8 @@ C4,H2,P3 Cyprus-5B 288 39 20 -2.00 35 0 0 6V9 Fatick-6W 298 46 35 0.00 14 22 0 N 16 8 0 W 6Y Jamaica-6Y 299 11 8 5.00 18 12 0 N 77 28 0 W @ 7O Yemen-7O 300 39 21 -3.00 15 39 0 N 48 7 0 E @ -7O/S Socotra-7O 300 39 37 -3.00 12 30 0 N 53 55 0 E -7O Socotra-7O/S 300 39 37 -3.00 12 30 0 N 53 55 0 E +7O/S Socotra-7O 300 48 37 -3.00 12 30 0 N 53 55 0 E +7O Socotra-7O/S 300 48 37 -3.00 12 30 0 N 53 55 0 E 7P Lesotho-7P 301 57 38 -2.00 29 13 0 S 27 53 0 E @ 7Q Malawi-7Q 302 53 37 -2.00 14 0 0 S 34 0 0 E @ 7X Algeria-7X 303 37 33 -1.00 28 0 0 N 2 0 0 E @ @@ -118,7 +118,7 @@ C4,H2,P3 Cyprus-5B 288 39 20 -2.00 35 0 0 NLD Kuwait-9K 310 39 21 -3.00 29 23 0 N 47 23 0 E 9L Sierra-Leone-9L 311 46 35 0.00 8 30 0 N 13 15 0 W @ 9M2 West-Malaysia-9M2 312 54 28 -8.00 3 57 0 N 102 14 0 E @ -9M4,9W2,9W4 West-Malaysia-9M2 312 54 28 -8.00 3 57 0 N 102 14 0 E +9M4,9M57,9W2,9W4 West-Malaysia-9M2 312 54 28 -8.00 3 57 0 N 102 14 0 E 9M6 East-Malaysia-9M6 313 54 28 -8.00 2 41 0 N 113 19 0 E @ 9M8,9M9,9W6,9W8 East-Malaysia-9M6 313 54 28 -8.00 2 41 0 N 113 19 0 E 9N Nepal-9N 314 42 22 -5.75 27 42 0 N 85 20 0 E @ diff --git a/perl/Version.pm b/perl/Version.pm index b12044a7..8b17672d 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -10,7 +10,7 @@ package main; use vars qw($version $build $gitversion); $version = '1.57'; -$build = '40'; -$gitversion = '6227d68'; +$build = '41'; +$gitversion = '4d20bb1'; 1;