ThinkGeo.com    |     Documentation    |     Premium Support

How to draw 2 polygons/multipolygons

Hello,

I have one shape file with multipal Polygons/Multi-polygons. I want to extract 2 polygons and draw them with different colours.

I have zone layer marking against each polygon id. For reference here I am attaching shape file.

Please guide/help me. In attached shape file (Sample04.shp) I want Parcel 7A & 7B drawn. 7A with differnt colour (Residential yellow)

7B (7B green Forest).

Thanks

Sample04.zip (70.1 KB)

Hi Djay, 
  
 I found your data contains two polygon with name 7A and 7B, do you meant you want to draw them with different color? 
  
 If I hadn’t misunderstood you, please view our sample DrawAFeatureBasedOnAValue which is contained on our HowDoISample. Which shows how to render polygon with different color based on different value. 
  
 Regards, 
  
 Don