Opened 16 years ago

Closed 16 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 tomfukushima, 16 years ago

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.

comment:2 by tomfukushima, 16 years ago

External ID: 999307.01

comment:3 by jng, 16 years ago

Resolution: fixed
Status: newclosed

Labels are showing correctly again in RC1

Note: See TracTickets for help on using tickets.