Skip to content

Releases: andywar65/djeocad

Edit from drawing detail

02 Jan 22:26
Compare
Choose a tag to compare

You can access all layers, blocks and block instances directly from main drawing view. Multiple actions are grouped under a dropdown menu. Some prefetch related to enhance performance.

Limit anonymous upload

22 Dec 19:55
Compare
Choose a tag to compare

Anonymous users can upload files, but you can limit number of extracted entities.
Fixed important bug: on Drawing delete, system hanged trying to delete related Layers (you were forced to delete Layers first, then Drawing, but Layer "0" cannot be deleted on frontend. Recursion was due to the overriding of Layer init method (bug #31435).

Geodata and curves

17 Dec 16:26
Compare
Choose a tag to compare

Add splines and ellipses to entity types

Geodata

17 Dec 13:52
Compare
Choose a tag to compare

All transformations rely on native ezdxf and pyproj methods. Geodata is stored in downloaded file

Fixed download

01 Dec 20:43
Compare
Choose a tag to compare

Fixed a bug on download drawing (important). Added a simple create drawing view with no login required

Layer to block, permissions

29 Nov 18:36
Compare
Choose a tag to compare

You can transform a layer to a block in Modify Layer View. Create, Modify and Delete Views need permissions to be accessed

CRUD of block instances, map layer control

26 Nov 19:45
Compare
Choose a tag to compare

Block instances may be added, changed an deleted. You can switch on and off layers in the map.

Extended CRUD on frontend

21 Nov 18:22
Compare
Choose a tag to compare

Create, Update and Delete drawings and layers on the frontend

Dealing with blocks

16 Nov 22:43
Compare
Choose a tag to compare

Unnested blocks are extracted from DXF, can be modified and downloaded back

Download DXF files

07 Nov 22:30
Compare
Choose a tag to compare

ARC and CIRCLE entities are extracted. It is possible to download back DXF files, even if modified