ghybs / Leaflet.TileLayer.Fallback

Replaces missing Tiles by scaled lower zoom Tiles
Apache License 2.0
36 stars 18 forks source link

offset gap between tile and lower zoom tiles #12

Closed boraerden closed 3 years ago

boraerden commented 6 years ago

using leaflet 1.3.3 and Leaflet.TileLayer.Fallback 1.0.4

There is a gap to the left between the tile with the appropriate zoom level and the lower zoom tiles.

image

Did anyone else have this issue?

ghybs commented 6 years ago

Hi,

Thank you for your message and screenshot.

Please could you share a live example that reproduces this issue? (e.g. using https://leafletjs.com/edit, or JSFiddle, etc.)

I am not sure I totally understand what your screenshot is supposed to show, and whether your issue is about tiles at the current zoom level or lower ones:

45178614-2ff44e80-b1e4-11e8-8565-d8e152bf5083_annotated

Given that some of your tiles have rounded corners, there is some chance you have some global CSS that applies to Leaflet tiles, and may interfere with their shape and position.

ghybs commented 3 years ago

Closing due to lack of feedback