mobile icon indicating copy to clipboard operation
mobile copied to clipboard

Map sketch geometries insert vertices at `0` instead of appending

Open uclaros opened this issue 7 months ago • 0 comments

When drawing on the canvas, new vertices should be appended at the end of both the screen space geometry and the map space geometry (used for highlights). There should not be any visible difference to the user, though it will avoid copying all vertices data on each insert.

uclaros avatar Jun 16 '25 07:06 uclaros