libredwg icon indicating copy to clipboard operation
libredwg copied to clipboard

Official mirror of libredwg. With CI hooks and nightly releases. PR's ok

Results 172 libredwg issues
Sort by recently updated
recently updated
newest added

Hi, I successfully convert the dwg file to geojson but all the attributes are missing. For example In my dwg file I have something like this ![image](https://github.com/LibreDWG/libredwg/assets/881327/b672596c-d5d9-462e-91d7-1edbf89721b0) and in my...

enhancement

example_2018.json.err s531-smooth-plate-standard-bottom-stair-connection-to-embed_from_pacificstair.com.json.err s532-smooth-plate-extended-top-stair-connection-to-embed_from_pacificstair.com.json.err s533-smooth-plate-extended-bottom-stair-connection-to-embed_from_pacificstair.com.json.err s534-smooth-plate-haunch-top-stair-connection-to-embed_from_pacificstair.com.json.err s535-smooth-plate-haunch-bottom-stair-connection-to-embed_from_pacificstair.com.json.err s540-smooth-plate-standard-top-stair-connection-to-structural-steel_from_pacificstair.com.json.err s541-smooth-plate-standard-bottom-stair-connection-to-structural-steel_from_pacificstair.com.json.err s542-smooth-plate-extended-top-stair-connection-to-structural-steel_from_pacificstair.com.json.err s543-smooth-plate-extended-bottom-stair-connection-to-structural-steel_from_pacificstair.com.json.err s544-smooth-plate-haunch-top-stair-connection-to-structural-steel_from_pacificstair.com.json.err s545-smooth-plate-haunch-bottom-stair-connection-to-structural-steel_from_pacificstair.com.json.err

bug

For some reason I'm singing myself/ the company I work at for up to this. If you dont want it or there is no PR in 6 months - please...

This is me getting - "nit picky", just close if you dont agree. If you try to build a stock build on a fresh Ubuntu system (I.E as per the...

Actual situation: Example (Blank AC2.10 DWG file) [BLANK.DWG.gz](https://github.com/LibreDWG/libredwg/files/12431679/BLANK.DWG.gz) After conversion to JSON, there is BLOCK_HEADER in the form: ``` ... { } ... ``` Because code (in src/out_json.c): ``` ......

I am going to improve flags_r11 setting. I created PR https://github.com/LibreDWG/libredwg/pull/757 which: * Describe these numbers precisely * Added flags_r11 from the structure if is defined One thing is TODO,...

There is an issue in the encoding of 3DLINE in pre13. Test via dwgadd. cat test.dwgadd ``` line (1 2 3) (4 5 6) ``` Command: ```dwgadd -v9 --as r9...

In postR13 is in the header handle for these default LTYPE values. But in preR13 it quietly does not find a handle for these types. ``` ... if (vars->LTYPE_BYLAYER) return...

bug