Closed eowusu14 closed 1 year ago
I added a .png map with size 13519 x 7318 as a tile but it is improperly displayed. The single image is grid into 3
Here is the code I used to add the tile
How best can I add a custom .png map as a base map without it being grided? I'm using django 3.2 Thank you
You should set nowrap to true: https://leafletjs.com/reference.html#gridlayer-nowrap
Thank you, it is fixed. I converted the png file to tiles and I'm able to zoom in and out
I added a .png map with size 13519 x 7318 as a tile but it is improperly displayed. The single image is grid into 3
Here is the code I used to add the tile
How best can I add a custom .png map as a base map without it being grided? I'm using django 3.2 Thank you