GD::Map

GD::Map is Perl extension for creating geographic map files with GD.
Download

GD::Map Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Chris Sutton
  • Publisher web site:
  • http://search.cpan.org/~cjs/GD-Map-1.00/Map.pm

GD::Map Tags


GD::Map Description

GD::Map is Perl extension for creating geographic map files with GD. GD::Map is Perl extension for creating geographic map files with GD.SYNOPSIS use GD::Map; my $m = GD::Map:new( basemap_path => "", output_path => "", verbose => 1, ); $m->set_basemap("northamerica"); $m->add_object(id => "route", type => "line", color => "255,0,0"); $m->add_data( id => "route", start_long => 123.1, end_long => 124.7, start_lat => 49.3, end_lat => 37.5, ); $m->draw(); my $filename = "$m->{filename}.png"; my $w = $m->{map_width}; my $h = $m->{map_height};ABSTRACT Perl extension for creating geographic map files with GD Requirements: · Perl


GD::Map Related Software