Ticket #3421 (closed enhancement: fixed)
SWIG MapScript Creating a lineObj
| Reported by: | lfilak | Owned by: | jmckenna |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Documentation - MapScript | Version: | 5.6 |
| Severity: | normal | Keywords: | |
| Cc: | havatv, sdlime |
Description
A new lineObj can be created from a bogus symbolObj. Sample in Perl: my $symbol = new mapscript::symbolObj("bogus.sym"); my $line = $symbol->getPoints();
For some unknown reason this is not sufficient enough to create a GEOS polygon, use fromWKT for that.
Change History
Note: See
TracTickets for help on using
tickets.
