I have a polygon containing lots of bodies of water and only want to display the bodies of water over a certain size. Am I on the right track with this python code?
def FindLabel ( [AreaSqKm] ): if int([AreaSqKm]) > 50: return [AreaSqKm] It verifies and shows a sample text string that contains nothing. Any ideas?
أكثر...
def FindLabel ( [AreaSqKm] ): if int([AreaSqKm]) > 50: return [AreaSqKm] It verifies and shows a sample text string that contains nothing. Any ideas?
أكثر...