I'm using these settings for real world sized svgs or cim symbols
{
type: 'size',
axis: 'width',
field: 'width',
valueUnit: 'meters',
},
{
type: 'size',
axis: 'depth',
field: 'length',
valueUnit: 'meters',
}, But it's not working for 2D?
Is there an alternative?
Thanks