We defined a map project with multiple layers and with a custom tilingscheme. When we publish th map project, the minScale / maxScale parameters are filled by default with some values in the created
serviceconfiguration.json which leads to minScale / maxScale settings in the resulting mapservice:
"minScale":"18489297.737236001","maxScale":"288895.27714399999"
I want to remove this restriction as a webmap client based on arcgis JS might use this setting and will restrict the user from zooming in or out beyond these scale limits.
Unfortunately these parameters are somewhere stored and I can only see them in the sharing option:
Is there any other way to save this setting to a 0-0 config or 0 - 23?
1) Go to the ArcGIS server admin console https://domain/arcgis/admin/login
2) Services -> Your_Service - > edit the scales in the text box and then click Save Edits