Open AviFix opened 5 years ago
Hi
When trying to use intersect on the following feature(same feature in both params) it returns null const intersection = intersect(polygon, polygon);
I expected it to return the same feature since both features are identical.
The feature: feature.TXT
Please advise
Try updating to the newer version. I changed mine to 6.2.0-alpha.2 and it started identifying correctly.
Hi
When trying to use intersect on the following feature(same feature in both params) it returns null const intersection = intersect(polygon, polygon);
I expected it to return the same feature since both features are identical.
The feature: feature.TXT
Please advise