You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 7.0, setting a layer LABELITEM to a column name that doesn't exist generates a server error instead of an error message. In 6.4 and earlier versions you'd see something like "msDrawMap(): Image handling error. Failed to draw layer named 'x'. msDBFGetItemIndex(): DBASE file error. Item 'y' not found.".
Steve
The text was updated successfully, but these errors were encountered:
Also happens CLASSITEM or within an expression, at least for shapefiles. OGR driver seems to ignore the problem but doesn't crash. Looks like it could be an issue in mapdraw.c where the return value from msLayerWhichItems() is not checked in msDrawVectorLayer().
In version 7.0, setting a layer LABELITEM to a column name that doesn't exist generates a server error instead of an error message. In 6.4 and earlier versions you'd see something like "msDrawMap(): Image handling error. Failed to draw layer named 'x'. msDBFGetItemIndex(): DBASE file error. Item 'y' not found.".
Steve
The text was updated successfully, but these errors were encountered: