Opened 6 years ago

Closed 6 years ago

#3974 closed enhancement (fixed)

ST_AsX3D revise to use stringbuffer

Reported by: robe Owned by: robe
Priority: blocker Milestone: PostGIS 2.5.0
Component: postgis Version: master
Keywords: Cc:

Description

Right now the lwout_x3d.c file is a mangled mess of sprintfs. By moving much of this logic to stringbuffer, the code will be significantly shorter and probably better able to generate large X3D documents which as I recall, someone complained about a while ago.

Once I have this in place I'll move on to the other tasks of supporting Curves, #1416 and #3705

Change History (2)

comment:1 by robe, 6 years ago

Owner: changed from pramsey to robe

comment:2 by robe, 6 years ago

Resolution: fixed
Status: newclosed

In 16224:

Rewrite to use stringbuffer instead of the mess of sprintfs
Closes #3974

Note: See TracTickets for help on using tickets.