Opened 13 years ago

Closed 13 years ago

#3953 closed enhancement (fixed)

Missing autoangle and autofollow properties

Reported by: iap Owned by: jmckenna
Priority: normal Milestone:
Component: Documentation - MapServer Version: 6.0
Severity: normal Keywords:
Cc: aboudreault

Description

$label->set('autoangle', MS_TRUE); produces the following "Error: propety 'autoangle' does not exist in this object."

$label->set('autofollow', MS_TRUE); produces the following "Error: propety 'autofollow' does not exist in this object."

Works in 5.6.7 release.

Change History (2)

comment:1 by iap, 13 years ago

Component: MapScript-PHPMapServer Documentation
Milestone: 6.0.1 release
Owner: changed from aboudreault to jmckenna
Type: defectenhancement

autoangle and autofollow propreties where deleted and replaced with: $label->set('anglemode', MS_AUTO); $label->set('anglemode', MS_FOLLOW);

This is not reflected in MapScript-PHP documentation.

comment:2 by havatv, 13 years ago

Resolution: fixed
Status: newclosed

Fixed for 6.0 and trunk in r11987.

Note: See TracTickets for help on using tickets.