Subject: | Critical Bug |
Date: | Thu, 3 Sep 2009 14:32:50 +0100 |
To: | bug-Geo-GoogleEarth-Document [...] rt.cpan.org |
From: | roger.moffatt [...] gmail.com |
Can't get this to work at all on ubuntu after a cpan install.
use Geo::GoogleEarth::Document;
my $kmldocument=Geo::GoogleEarth::Document->new();
my $placemark = $kmldocument->Placemark();
$placemark->Polygon( _any_parameters_ );
Always results in;
Can't locate object method "Polygon" via package
"Geo::GoogleEarth::Document::Placemark"
I also don't understand the relationship between these modules and the core
Geo::GoogleEarth::Document one. Some more working examples rather than
fragments would be helpful.
Roger