Judd Taylor wrote:
>
> The main thing that I see here is that the proj lib isn't initializing
> properly. This is usually when it can't find the default parameter files
> for the various projections.
>

That was the trick.  In my case, I was missing the "proj-nad" package 
which contains the parameter files.

Now I'm getting a plplot error with the latest svn version of plplot.  
This test is failing:

ok (sum(pdl(-0.0001, 10.0001, -0.001, 100.001) - pdl($wld_xmin, 
$wld_xmax, $wld_ymin, $wld_ymax)) == 0,
    "plgvpw call works correctly");

If I print this I get:

 (sum(pdl(-0.0001, 10.0001, -0.001, 100.001) - pdl(0, 10, 0, 100)) == 
4.54176355812325e-15

It looks like you're working around a previously existing rounding error 
in plplot that has since been fixed.

- Orion
>

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to