Donny Velazquez
Donny Velazquez
I got the packages from NuGet, version 1.1.0
**Update** I solved my problem. I went back to the original answer I found on StackOverflow and clipped the geometry. That was the issue. https://stackoverflow.com/a/78633268/1231 The Tile extension `ToPolygon()` used...
> I started this project a long time ago now. We are using this in almost all of our maps, for example here: > > https://www.anyways.eu/models > > I rarely...
I don't see the branch.
I just tried the newest version with this file. [0720_003.zip](https://github.com/user-attachments/files/18011843/0720_003.zip) Keep getting this error.  ``` ACadSharp.Exceptions.CadNotSupportedException HResult=0x80131515 Message=File version not recognised Source=ACadSharp StackTrace: at ACadSharp.IO.DWG.DwgFileHeader.CreateFileHeader(ACadVersion version) at ACadSharp.IO.DwgReader.readFileHeader() at...
I can't believe I did such a noob move 😞 Thanks 👍
I think this might be broken in the newest version because I have the dummy ajaxUrl and it still doesn't call my ajaxRequestFunc. Does anything else need to be set?
This is what I'm doing. I'm using it in Vue3. The column names show, but no row data is loaded. I look at the Network tab in Chrome and no...
I just tried a bunch of different combos you suggested. I got nothing. Honestly not sure why any of these settings should affect the first load. I would think if...
Yeah your right. I should of pulled out the code into a standalone .htm file to test. It seems to work. Thanks, I'll have to troubleshoot what else it could...