in reply to Geo::Shapefile::Writer help
my $shp_writer = Geo::Shapefile::Writer->new( $name, 'POLYGON', @attr_ +descriptions ); my $shape = [ [86.925, 27.988], [86.5278, 27.744], [86.43, 27.365], # ...many more vertices ]; $shp_writer->add_shape( $shape, @attributes );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Geo::Shapefile::Writer help
by Anonymous Monk on Apr 05, 2016 at 19:11 UTC |