You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
world1.js.zip
Using the above file for region merging will result in the following error: import PolygonClipping from 'polygon-clipping'; const poly0 = jsonData.features[0].geometry.coordinates; const poly1 = jsonData.features[1].geometry.coordinates; PolygonClipping.union(poly0, poly1);
The text was updated successfully, but these errors were encountered:
tomorrowcheng
changed the title
Maximum call stack size exceeded
PolygonClipping.union cause Maximum call stack size exceeded
Jan 9, 2023
world1.js.zip
Using the above file for region merging will result in the following error:
import PolygonClipping from 'polygon-clipping'; const poly0 = jsonData.features[0].geometry.coordinates; const poly1 = jsonData.features[1].geometry.coordinates; PolygonClipping.union(poly0, poly1);
The text was updated successfully, but these errors were encountered: