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
var margined = offset.data(coordinates).margin(10);
Edges of the same polygon overlap [ 900.23864, 1442.9450940378442 ] [ 910.23864, 1442.9450940378442 ] [ 900.6344919243114, 1442.9450940378442 ] [ 910.23864, 1442.9450940378442 ]
brute
node_modules\martinez-polygon-clipping\src\index.js:418
if (data === event) {
^
ReferenceError: event is not defined
The text was updated successfully, but these errors were encountered:
I'm having problem with this polygon with the example codes:
[
[ 902.955, 1272.35 ],
[ 905.23864, 1272.35 ],
[ 905.23864, 1434.2848399999998 ],
[ 902.955, 1434.2848399999998 ],
[ 902.955, 1272.35 ]
]
var margined = offset.data(coordinates).margin(10);
The text was updated successfully, but these errors were encountered: