Número de ID del error |
BUG-000159455 |
Enviado | June 27, 2023 |
Última modificación | June 5, 2024 |
Relacionado con | Portal for ArcGIS |
Versión encontrada | 10.9.1 |
Sistema operativo | Windows OS |
Versión de sistema operativo | 10.0 64 Bit |
Estado | As Designed
Tras revisión realizada por el equipo de desarrollo, se ha determinado que este comportamiento es acorde con lo designado. Consulte los detalles en la sección Información adicional.
|
Información adicional
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'.
Solución alternativa
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).
Pasos para reproducir