Closed phtj closed 5 years ago
The model.compare() method needs to allow models that have different position orders to be treated as equal
so a polygon with positions ps1, ps2, ps3 should evaluate to being the same as a polygon with positions ps2, ps3, ps1
this option cab be a boolean switch for compare
done, needs testing
The model.compare() method needs to allow models that have different position orders to be treated as equal
so a polygon with positions ps1, ps2, ps3 should evaluate to being the same as a polygon with positions ps2, ps3, ps1
this option cab be a boolean switch for compare