
Convert a grouped layout to a drag-edit handoff object (legacy)
Source:R/layout_quality.R
as_dragmapr.RdLegacy / low-level handoff (superseded, but not deprecated).
This is the original handoff: it bundles the grouped geometry and
the absolute anchors into a dragmapr_layout list. The preferred path is now
as_dragmapr_state(), which emits a geometry-free dragmapr::dragmapr_state()
– the shared editorial composition contract that state = arguments accept
across focus_map(), render_dragged_map(), and update_exploded_layout().
as_dragmapr() remains supported for existing offset-table / CSV workflows
and is not scheduled for removal, but new code should prefer the state-first
API.
See also
as_dragmapr_state() for the preferred state-first handoff.