I have a rectangular PNG image which gets converted to tiles using a tool "Maptiler".
MapTiler itself renders an html with leaflet script added to it which in turn lets me zoom in and zoom out.
The issue I am currently facing is since the image isn't square,So while creating the tiles,the maptiler is generating a transparent grey image to cover up the rest of the image as it doesn't fit onto the edges.Hence I am getting a grey border as described in the image below.
So my question is if there is any tool that can stretch the last tile instead of adding a grey border to cover up the image which "maptiler" is doing ??
or if leaflet js supports non square tiles ?? Thanks