[mapguide-trac] #326: Districts layer of Sheboygan dataset does not show its feature labels.

MapGuide Open Source trac_mapguide at osgeo.org
Thu Nov 22 23:42:21 EST 2007


#326: Districts layer of Sheboygan dataset does not show its feature labels.
-----------------------+----------------------------------------------------
 Reporter:  jng        |         Owner:     
     Type:  defect     |        Status:  new
 Priority:  medium     |     Milestone:  2.0
Component:  Samples    |       Version:     
 Severity:  major      |    Resolution:     
 Keywords:  sheboygan  |   External_id:     
-----------------------+----------------------------------------------------
Comment (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.

-- 
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/326#comment:1>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list