Numéro d’ID de bogue |
BUG-000159455 |
Envoi | June 27, 2023 |
Dernière modification | June 5, 2024 |
S’applique à | Portal for ArcGIS |
Version trouvée | 10.9.1 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | 10.0 64 Bit |
Statut | As Designed
Après examen par l’équipe de développement, il a été déterminé que ce comportement est prévu. Pour plus d’informations, reportez-vous à la section Informations supplémentaires.
|
Informations supplémentaires
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'.
Solution de contournement
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).
Étapes pour reproduire