Opened 19 years ago

Closed 15 years ago

#1473 closed defect (duplicate)

nextlabel missing as a call on the map object — at Version 1

Reported by: assefa Owned by: mapserverbugs
Priority: high Milestone:
Component: MapScript-PHP Version: 4.8
Severity: normal Keywords:
Cc:

Description (last modified by dmorissette)

nextlabel missing as a call on the map object in php but is available 
elsewhere. 

Here is the code to be called :


labelCacheMemberObj *nextLabel() {
    static int i=0;

    if(i<self->labelcache.numlabels)
      return &(self->labelcache.labels[i++]);
    else
      return NULL;	
  }

Change History (1)

comment:1 by dmorissette, 15 years ago

Description: modified (diff)
Resolution: duplicate
Status: newclosed

Closing as duplicate. This should be fixed at the same time as #1794.

Note: See TracTickets for help on using tickets.