Looks like the axis spine slightly clips outside of the inner Scene there and Makie removes that piece. That looks a bit like overeager clipping to me, @ffreyer maybe? Otherwise @asinghvi17
[GeoMakie.jl/src/projection.jl](https://github.com/MakieOrg/GeoMakie.jl/blob/c8a608e08aae05f63f34cd9000fdc50f5c91872d/src/projection.jl#L78)
Line 78 in [c8a608e](https://github.com/MakieOrg/GeoMakie.jl/commit/c8a608e08aae05f63f34cd9000fdc50f5c91872d)
function iterated_bounds(f, (xmin, xmax), (ymin, ymax), N = 21)