Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
emiMobile
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mac Stephens
emiMobile
Commits
375df95d
Commit
375df95d
authored
Feb 25, 2026
by
Mac Stephens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quick fix to calc field for marker png size to allow for longer marker names
parent
7134d6cb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
Api.Database.dfm
emiMobileServer/Source/Api.Database.dfm
+2
-0
emiMobileServer.ini
emiMobileServer/bin/emiMobileServer.ini
+1
-1
View.Map.dfm
webEMIMobile/View.Map.dfm
+2
-2
No files found.
emiMobileServer/Source/Api.Database.dfm
View file @
375df95d
...
...
@@ -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
...
...
emiMobileServer/bin/emiMobileServer.ini
View file @
375df95d
[Settings]
LogFileNum
=
62
2
LogFileNum
=
62
5
webClientVersion
=
0.1.0
webEMIMobile/View.Map.dfm
View file @
375df95d
...
...
@@ -82,7 +82,7 @@ object FViewMap: TFViewMap
Enabled = False
Interval = 100
OnTimer = tmrLocateTimer
Left =
174
Top =
74
Left =
222
Top =
52
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment