Opened 8 years ago
Closed 7 years ago
#2754 closed defect (fixed)
Fail to stylize layer when expression in symbol definition has invalid value
Reported by: | zhanga | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Rendering Service | Version: | 3.1.0 |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
Some settings of a symbol definition e.g. width/height can be expressions. Suppose a table has a column HEIGHT which type is double, and the height of symbol is 0.1*HEIGHT. Then if a feature's HEIGHT is null, a FDOException will be thrown when stylizing the feature, and stylize layer will fail.
Attachments (1)
Change History (2)
by , 8 years ago
Attachment: | 2754.patch added |
---|
comment:1 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch for #2754