You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I often find myself wanting to projection.fitWidth (related #161), but then reserving 1px or 10px of margin around the fit object. There’s no easy way to do this currently, unlike with projection.fitExtent.
The text was updated successfully, but these errors were encountered:
inset can be passed before ( projection.inset(10).fitWidth(…) ) but could alternatively be an option of fitWidth: projection.fitWidth(width, object, {inset: 10})
In terms of usability I'd love to have {type:Sphere} as the default, but this idea would seem to clash with that one.
I often find myself wanting to projection.fitWidth (related #161), but then reserving 1px or 10px of margin around the fit object. There’s no easy way to do this currently, unlike with projection.fitExtent.
The text was updated successfully, but these errors were encountered: