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 ...@@ -807,8 +807,10 @@ object ApiDatabaseModule: TApiDatabaseModule
Calculated = True Calculated = True
end end
object uqMapComplaintspngName: TStringField object uqMapComplaintspngName: TStringField
DisplayWidth = 100
FieldKind = fkCalculated FieldKind = fkCalculated
FieldName = 'pngName' FieldName = 'pngName'
Size = 100
Calculated = True Calculated = True
end end
object uqMapComplaintsBUSINESS: TStringField object uqMapComplaintsBUSINESS: TStringField
......
[Settings] [Settings]
LogFileNum=622 LogFileNum=625
webClientVersion=0.1.0 webClientVersion=0.1.0
...@@ -82,7 +82,7 @@ object FViewMap: TFViewMap ...@@ -82,7 +82,7 @@ object FViewMap: TFViewMap
Enabled = False Enabled = False
Interval = 100 Interval = 100
OnTimer = tmrLocateTimer OnTimer = tmrLocateTimer
Left = 174 Left = 222
Top = 74 Top = 52
end end
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