Opened 17 years ago
Closed 17 years ago
#326 closed defect (fixed)
Districts layer of Sheboygan dataset does not show its feature labels.
Reported by: | jng | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | 2.0 |
Component: | Samples | Version: | |
Severity: | major | Keywords: | sheboygan |
Cc: | External ID: | 999307.01 |
Description
The "Districts" layer in the Sheboygan dataset does now show its feature labels.
Change History (3)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
External ID: | → 999307.01 |
---|
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Labels are showing correctly again in RC1
Note:
See TracTickets
for help on using tickets.
This is a temporary problem in that numeric values are not being converted to strings by the new expression engine.
If you change the expression for the label from concat('District ', Autogenerated_SDF_ID) to concat('District ', ToString ( Autogenerated_SDF_ID ) )
The labels will start to show up. We are working on getting things back to an automatic conversion so that layers do not need to be reauthored.