mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2026-02-26 06:05:20 +00:00
[svn r6872] Changed area definitions to something slightly more helpful
This commit is contained in:
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -6,11 +6,12 @@ use File::Path;
|
||||
use Getopt::Long;
|
||||
|
||||
# header column never has any info...
|
||||
# certainly not now I've deleted it (DL)
|
||||
|
||||
((my $progname = $0) =~ s/^.*\///ig); # basename $0
|
||||
my $warnings; # set this if we have non fatal problems
|
||||
my $cvsdirectories = ':'; # this gets filled with directories that should have
|
||||
# cvsignores generated in a later pass
|
||||
# cvsignores generated in a later pass
|
||||
|
||||
# Parse options
|
||||
my $no_verbose_progress = 0;
|
||||
@@ -29,7 +30,9 @@ unless ($ARGV[0]) {
|
||||
usage();
|
||||
}
|
||||
|
||||
# One day this may be proofed against this problem, but another command line parameter (location of expoweb) is inevitable, and unappealing
|
||||
# One day this may be proofed against this problem,
|
||||
# but another command line parameter (location of expoweb)
|
||||
# is inevitable, and unappealing
|
||||
($_ = cwd()) =~ s/^.*\///ig;
|
||||
if ($_ ne "noinfo") {
|
||||
print STDERR "This program expects to be run from a CWD of noinfo!\n\n";
|
||||
@@ -728,10 +731,10 @@ sub expandarea {
|
||||
return ("Schwarzmooskogel ridge", "smkridge");
|
||||
}
|
||||
if ($_[1] == 0 && $_[0] eq "2a") {
|
||||
return ("Caves known or expected to link into the Stellerweg - Eishöhle and Kaninchenhöhle systems", "smkridge");
|
||||
return ("Southern section near 40 and 161", "smkridge");
|
||||
}
|
||||
if ($_[1] == 0 && $_[0] eq "2b") {
|
||||
return ("Caves in the area of the Stellerweg - Eishöhle and Kaninchenhöhle systems, but not linked up", "smkridge");
|
||||
return ("Northern section near 204", "smkridge");
|
||||
}
|
||||
if ($_[0] eq 3) {
|
||||
return ("Bräuning Alm", "br-alm");
|
||||
|
||||
Reference in New Issue
Block a user