Replies: 2 comments 3 replies
-
Yes, Indeed I think I've put some artificial limitation in there, to avoid DOS attacks or fuzzing errors. Will check and remove if so |
Beta Was this translation helpful? Give feedback.
2 replies
-
Just give me some time. I just broke my right shoulder and should not be typing anything... :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I created a DWG file with AutoCAD 2014.
In this file, I defined a block and inserted it many times (over 30,000).
When I tried to parse it into GeoJSON using the code below:
1234.zip
I noticed that the while loop never executes.If I reduce the number of inserted blocks to around 20,000, the code works as expected. is there a potential limitation here?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions