Bug-ID-Nummer |
BUG-000159455 |
Eingereicht | June 27, 2023 |
Zuletzt geändert | June 5, 2024 |
Gilt für | Portal for ArcGIS |
Gefunden in Version | 10.9.1 |
Betriebssystem | Windows OS |
Betriebssystemversion | 10.0 64 Bit |
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
This issue occurs because the WMS server uses a white (FFFFFF) canvas to draw the features. Using white color in either a symbol or text blends in with the background. By default, most applications request a transparent background, so the server makes all white pixels transparent, which causes the text or symbol to 'disappear'.
Workaround
There are a couple of options; either one of these works:
- On the Web Map Service (WMS) service, do not use white (FFFFFF) color to render text or symbols. Instead, use the off-white color (FEFFFF).
- Set the background color (bgcolor) to a different color than white (FFFFFF).
Schritte zur Reproduzierung