Tile borders visible with GeoAxis
Going from Axis --> GeoAxis results in some of the tiles having their border plotted.
ext = Extent(X = (-105.233315f0, -105.13142f0), Y = (39.92924f0, 39.98638f0));
Tyler.Map(ext, axis=(;type = GeoAxis))
Huh thanks for the report, I can replicate. Maybe some lines are being plotted accidentally or something? Will have to look into it
Oh that's the ticklines from GeoAxis 🤣
Not particularly good ticklines though. More of a GeoMakie issue. But you could turn them off anyway.
Specifically, the improvement that needs to be made here is that we should try to extend grid lines to the rectangular edge wherever possible. I wonder if it might be worth prototyping a new RectangularGeoAxis that acts like a regular Axis, instead of GeoAxis which has a lot of estimation going on.