Opened 19 years ago

Last modified 15 years ago

#1473 closed defect

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

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

Description

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 (0)

Note: See TracTickets for help on using tickets.