Hi ThinkGeo,
The maps near Palm Springs, CA shows pattern of pink rectangles.
Regards,
Anil
MapsNearPalmSprings.zip (70.9 KB)
Hi ThinkGeo,
The maps near Palm Springs, CA shows pattern of pink rectangles.
Regards,
Anil
MapsNearPalmSprings.zip (70.9 KB)
Anil.
I compare the BingMap that the data is like this, just maybe we can make it lighter to similiar with BingMap, you can update your code at RenderSymbolFedlandBIA change AreaStyle from AreaStyles.CreateSimpleAreaStyle(GeoColor.FromArgb(150, 197, 167, 148)); to
AreaStyles.CreateSimpleAreaStyle(GeoColor.FromArgb(30, 197, 167, 148), GeoColor.FromArgb(50, GeoColor.StandardColors.Gray));
BingMap:
WorldMapKit Before:
WorldMapKit After:
Thanks
James