0

I use MapInfo-Discover and have calculated Catchment areas for analysis. MI won’t print overlapping polygons in one table in any set order; dividing the data into 100’s of tables isn’t a solution.

Can QGIS do this?

PolyGeo
  • 65,136
  • 29
  • 109
  • 338
  • QGIS rendering order > https://gis.stackexchange.com/questions/183048/how-to-change-feature-draw-order-in-qgis/183305 – Mapperz Jul 30 '18 at 15:19

1 Answers1

1

QGIS allows you to sort attribute tables based on any attribute. So if the polygons have a field that numbers them in the order you want the table displayed, you can sort the table by that field.

csk
  • 24,827
  • 3
  • 32
  • 70