Commit 375df95d by Mac Stephens

Quick fix to calc field for marker png size to allow for longer marker names

parent 7134d6cb
......@@ -807,8 +807,10 @@ object ApiDatabaseModule: TApiDatabaseModule
Calculated = True
end
object uqMapComplaintspngName: TStringField
DisplayWidth = 100
FieldKind = fkCalculated
FieldName = 'pngName'
Size = 100
Calculated = True
end
object uqMapComplaintsBUSINESS: TStringField
......
[Settings]
LogFileNum=622
LogFileNum=625
webClientVersion=0.1.0
......@@ -82,7 +82,7 @@ object FViewMap: TFViewMap
Enabled = False
Interval = 100
OnTimer = tmrLocateTimer
Left = 174
Top = 74
Left = 222
Top = 52
end
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment