Ticket #326 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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

Changed 4 years ago by tomfukushima

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.

Changed 4 years ago by tomfukushima

  • external_id set to 999307.01

Changed 4 years ago by jng

  • status changed from new to closed
  • resolution set to fixed

Labels are showing correctly again in RC1

Note: See TracTickets for help on using tickets.