Opened 18 years ago

Closed 16 years ago

#1685 closed defect (fixed)

no 'antialias' property of Style Object

Reported by: akrherz@… Owned by: jmckenna
Priority: high Milestone: 5.0.4 release
Component: Documentation - MapServer Version: 4.8
Severity: normal Keywords:
Cc:

Description

If I try this with 4.8.1

$roads = $map->getlayerbyname("roads");
$r_c1 = $roads->getClass($k);
$r_s1 = $r_c1->getStyle(1);
$r_s1->set("size", 5);
$r_s1->set("antialias", MS_ON);

I get this

Fatal error: Property 'antialias' does not exist in this object

Yet it appears antialias is a member of Style 

http://mapserver.gis.umn.edu/docs/reference/mapfile/style

I was playing with antialiased brushes and ran into this problem.

Change History (5)

comment:1 by assefa, 18 years ago

Cc: mapserver-bugs@… added
Owner: changed from mapserverbugs to jmckenna@…
Fixed in cvs head.
Reademe in cvs has been updated.

Reassign for documentation change.

comment:2 by akrherz@…, 18 years ago

I have verified this is fixed in CVS HEAD.

comment:3 by jmckenna, 17 years ago

Milestone: 5.0 release
Owner: changed from jmckenna@… to jmckenna

comment:4 by jmckenna, 16 years ago

Component: MapScript-PHPMapServer Documentation

comment:5 by jmckenna, 16 years ago

Resolution: fixed
Status: newclosed
  • online phpmapscript class doc is updated to r7813.
Note: See TracTickets for help on using tickets.