Closed dnomadb closed 9 years ago
Right now, makesurface fillfacets outputs attributes as a sub-object:
makesurface fillfacets
attributes
{ qt: qt, attributes: { attributename1: value, attributename2: value, .... } }
For database updating, it seems as if a flatter structure will be beneficial:
{ qt: qt, attributename1: value, attributename2: value, .... }
cc: @ian29
Doing this looks like it may create a cascade of expensive refactors, going to handle inline for now.
Right now,
makesurface fillfacets
outputsattributes
as a sub-object:For database updating, it seems as if a flatter structure will be beneficial:
cc: @ian29