Solved

Dissolve Polygons and generate list of those if the attribute value is different

  • 15 April 2019
  • 2 replies
  • 4 views

Badge +1

Hi all,

I have overlapping polygons and I am using Dissolver to avoid this. However, I would like to keep some attribute from both polygons that are overlapping in case attribute value is different. For example, those polygons have attribute calls "Side" and i would like to have list of these in case of both polygon has different value for it such as Side = W and Side = E but if both attribute Side = W and Side = W.

I want to do it because in some cases i have 6 polygons are overlapping and if i generate a list regardless from the values of those attributes, I am having very long attribute list.

 

Thanks in advance.

Best

icon

Best answer by ebygomm 15 April 2019, 11:35

View original

2 replies

Userlevel 1
Badge +10

Easier to generate the list then use a ListDuplicateRemover to keep only the distinct values.

Badge +1

Easier to generate the list then use a ListDuplicateRemover to keep only the distinct values.

Thanks! It worked that why.

Reply