Changes between Initial Version and Version 5 of Ticket #1794


Ignore:
Timestamp:
Jul 4, 2007, 11:56:32 AM (17 years ago)
Author:
dmorissette
Comment:

I'll take this bug. The issue of nextLabel() vs getlabel(i) has come up again while working on the label priority (RFC-27).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1794

    • Property Cc assefa@… added
    • Property Component MapScript-SWIGMapScript-PHP
    • Property Milestone5.0 release
    • Property Owner changed from sdlime to dmorissette
  • Ticket #1794 – Description

    initial v5  
    1 {{{
    21As mapObj.nextLabel() contains a static variable in its body (see below), it
    32cannot be invoked several times to retrieve labelCacheMemberObj objects of a
     
    1110labelCacheMemberObj objects. It could be nice to have a couple of set/get for it.
    1211
     12{{{
    1313// nextLabel() in question
    1414static labelCacheMemberObj *nextLabel(mapObj *self) {