laptop and a wrench

Bug

When null values are being passed through a Python label expression in a tile package, random values that are not associated with the feature are drawn as labels instead of no label.

Zuletzt veröffentlicht: December 18, 2017 ArcGIS for Desktop
Bug-ID-Nummer BUG-000109602
EingereichtNovember 16, 2017
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS for Desktop
Gefunden in Version10.5.1
StatusWill Not Be Addressed

Zusätzliche Informationen

We apologize that we were unable to address this issue within the current product support cycle.  If the issue continues to affect your work in a supported release, please contact Technical Support.

Workaround

Instead of returning null in the Python label expression, use: " "Example:def FindLabel([CN_PARCEL_]  ):    if str([CN_PARCEL_]) == "123456":        return " "    else:        return str([CN_PARCEL_])

Schritte zur Reproduzierung

Bug-ID: BUG-000109602

Software:

  • ArcGIS for Desktop

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln