Hi, I have two layers, the first is composed of polygons representing the districts, and the second is a large polygon showing the area with a specific soil type. I intersect the two layers to see which districts have this soil type, and have a problem with the polygons on the border. Ideally, I'd like to see which share of their area has this soil, but the output of analysis is a bit confusing. I get two variables, the first is the Shape__Area which is the total area of a polygon in question, not the part contained in the soil polygon. The second is the Area in sq kilometres. I wonder if it is the area of the intersection, or again the total polygon, now in different units. Could you help?