SDT.MapOptions.js
..\Program Files (x86)\CartoPac\FieldServer.Web\Public\js\SDT\SDT.MapOptions.js
In non-US system configurations, CartoPac Server may be configured to display map options in metric units rather than English.
In the SDT.MapOptions.js file, the scaleBarUnits setting may be set to metric to use metric units in the CartoPac Web Application.
var GlobalMapOptions = {
scaleBarUnits:"metric"
};
SDT.MapOptions