Bug-ID-Nummer |
BUG-000156340 |
Eingereicht | March 6, 2023 |
Zuletzt geändert | December 5, 2024 |
Gilt für | Portal for ArcGIS |
Gefunden in Version | 10.9.1 |
Betriebssystem | Windows OS |
Betriebssystemversion | N/A |
Status | As Designed
Nach Überprüfung durch das Entwicklungsteam wurde festgestellt, dass dieses Verhalten wie geplant ist. Weitere Informationen finden Sie im Abschnitt "Zusätzliche Informationen".
|
Zusätzliche Informationen
The behavior we see is by design. The change on min/max scale at web map viewer cannot simply overwrite server's min/max scale property.
The definitions of relevant image server properties:
minScale: minimum scale (most zoomed out) at which the service layer is visible in the map view. If the map is zoomed out beyond this scale, the service layer will not be visible. A value of 0 means the layer does not have a minimum scale.
maxScale: maximum scale (most zoomed in) at which the service layer is visible in the current map view. If the map is zoomed in beyond this scale, the service layer will not be visible. A value of 0 means the layer does not have a maximum scale.
resampling: indicated whether clients should resample tiles for areas where tiles are unavailable. resampling is a client behavior. web map client will listen to this server setting, the default is true.
Workaround
Source the Map Viewer from ArcGIS Online.
Schritte zur Reproduzierung