Changeset 877
- Timestamp:
- 11/19/06 18:56:52 (2 years ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
Build.PL (modified) (1 diff)
-
PREREQUISITES (modified) (1 diff)
-
lib/OpenGuides/Utils.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Build.PL
r854 r877 250 250 'File::Temp' => 0, 251 251 'Geography::NationalGrid' => 0, 252 'Geo::HelmertTransform' => 0, 252 253 'LWP::Simple' => 0, 253 254 'Parse::RecDescent' => 0, -
trunk/PREREQUISITES
r854 r877 34 34 Geo::Coordinates::UTM 35 35 ) 36 Geo::HelmertTransform 36 37 LWP::Simple 37 38 Module::Build (version 0.18 or later) -
trunk/lib/OpenGuides/Utils.pm
r872 r877 255 255 $helmert = sub($$$) { 256 256 my ($datum,$oldlat,$oldlong) = @_; 257 if ($datum eq 'Airy') { 258 $datum = 'Airy1830'; 259 } 257 260 my $datum_helper = new Geo::HelmertTransform::Datum(Name=>$datum); 258 261 my $wgs84_helper = new Geo::HelmertTransform::Datum(Name=>'WGS84');
