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
Verify this issue hasn't already been reported, or resolved in the latest alpha pre-release.
I used turf.truncate to truncate five decimal places based on the proposal given in #2258, but this error was still displayed. But if the decimal point is truncated to the last 4 digits, it can work smoothly, but for me, the precision of the decimal point cannot accurately express my geojson data. I want to know what caused this error.
The text was updated successfully, but these errors were encountered:
Thanks for reporting @showarp. Can you try zipping the geojson files first to see if you can attach them? They usually compress quite well. Alternatively are you able to upload to dropbox (or similar) and provide a link?
The issue is possibly with a third party library, so having the data causing the problem will be a big help.
result.zip Here's the cleanest reproduction of the bug, go run leaflet.html to see it, and I found that if I change the code on line 58 to let result = turf.buffer(x, 0.000621*1.5, { units: “miles” }); the program is working fine, but I don't want this temporary solution. Thank you for your reply!
Please provide the following when reporting an issue:
v7.0.0
.geojson
).Because the original data set is too large (40+MB), it can't be uploaded. Only some fragments can be intercepted here.
This is a json file that contains two jsons in geojson format
{Groove:{some geojsondata},TreePit:{some geojsondata}}
I used
turf.truncate
to truncate five decimal places based on the proposal given in #2258, but this error was still displayed. But if the decimal point is truncated to the last 4 digits, it can work smoothly, but for me, the precision of the decimal point cannot accurately express my geojson data. I want to know what caused this error.The text was updated successfully, but these errors were encountered: