FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

lineObj · MapServer/MapServer Wiki · GitHub

lineObj · MapServer/MapServer Wiki · GitHub
Skip to content

Navigation Menu

Thomas Bonfort edited this page Apr 6, 2012 · 2 revisions

#!perl
$line = new mapscript::lineObj();
$numpoints = $line->{numpoints};
for($j=0; $j<$numpoints; $j++) {
$point = $line->get($j);
}

my $line = new mapscript::lineObj();
my $point = new mapscript::pointObj(); while () {
$point->{x} = $long;
$point->{y} = $lat;
$line->add($point);
}

----                                  
back to PerlMapScrip

Wiki pages Pages 355

Clone this wiki locally

Footer

© 2026 GitHub, Inc.

Back | FazBrowse Home | New Git URL