Good afternoon! I have a geoprocessing tool that is used for mapping coordinates on the map. In the desktop and REST environment, if I type in coordinates up to 6 decimal places (example: -97.505235. 35.641936) it will map to the degree of accuracy. However, when publishing the tool and using in the Web App Builder develop edition, only three of the numbers following the decimal place are returned. The number is rounded. Is there a default setting in a configuration file that can change this?
When the GP tool is run at the rest endpoint:
Anyone know where to change the default from 3 digits to 6 digits following the decimal point?