I need to import map data where the color is based on an associated value (no problem there), but the shape needs to be based on location type.
e.g.
Value 1 to 10 = Red
Value 11 to 20 = Yellow
Value 21 to 30 = Green
Type A = Circle
Type B = Triangle
Type C = Square
So a type B point with value 15 would be a yellow triangle
I would appreciate suggestion on how to go about this.
Thanks
Roger