Currently the projection has bounds in output coordinate space, and scales are ignored.
Scale limits are assumed to be input coordinate space throughout, which would be the same here (e.g. lon/lat if SETTING source = 4326).
We'd need to project the computed bbox to source coordinates, apply the limits, and project back to target coordinates.
Breaks will become graticule lines.
Currently the projection has
boundsin output coordinate space, and scales are ignored.Scale limits are assumed to be input coordinate space throughout, which would be the same here (e.g. lon/lat if
SETTING source = 4326).We'd need to project the computed bbox to
sourcecoordinates, apply the limits, and project back totargetcoordinates.Breaks will become graticule lines.