Hi!
When I'm trying to run shrink to seed it creates a polygon inside seed "hole"
any idea why happen this?
Solved! Go to Solution.
I suspect it is your seed symbology. The Seed is actually a small round polygon.
You can symbolize it as you please.
If you click on the Seed symbol
you can modify the symbology
to make sure this is a symbology issue you can always add the parcel fabric to a new map, get the default symbology and see how it looks.
Other thoughts: could also be 2 overlapping parcels from different types, a small round parcel that looks like a seed.
Please confirm if this is indeed a symbology issue
I suspect it is your seed symbology. The Seed is actually a small round polygon.
You can symbolize it as you please.
If you click on the Seed symbol
you can modify the symbology
to make sure this is a symbology issue you can always add the parcel fabric to a new map, get the default symbology and see how it looks.
Other thoughts: could also be 2 overlapping parcels from different types, a small round parcel that looks like a seed.
Please confirm if this is indeed a symbology issue
I think you are right!!!! 😁
I checked it again and finally, the color comes from the parcel, not from the seed!
As you can see from the image.
Thanks for confirming. If you want to symbolize based on a field (Category) as well as the Seed, you might need a few lines in Arcade.
I think something like this would work:
If ($feature.IsSeed == 1) return 'Seed';
return $feature.<your field name>;
You enter it in the symbology pane: