MapGuide Open Source:  Home |  Download |  Internals

Ticket #326 (closed defect: fixed)

Opened 11 months ago

Last modified 9 months ago

Districts layer of Sheboygan dataset does not show its feature labels.

Reported by: jng Assigned to:
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

11/22/07 23:42:21 changed 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.

11/26/07 14:56:50 changed by tomfukushima

  • external_id set to 999307.01.

01/27/08 07:21:05 changed by jng

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

Labels are showing correctly again in RC1