My question is why on desktop the site works fine but when I try to open the site on mobile devices like tablets or phones the page crashes when the .tif file should be displayed on the map.
My GeoTiff file odm_orthophoto.tif is located in the same folder as the project and it’s 17,9 MB but i think it should be also accesible via HTTP(S) since it works on computers. I don’t know how am i suppose to load it via Tiles server / GeoServer since project is build on leaflet. I’m hosting everything on xampp if that somehow helps.
I am trying to load files that were generated by gdal2tiles on a leaflet map, but they are not displayed, only the basic map. I checked through the console and errors are being loaded, e.g. http://localhost/teststrony/13/4481/2690.png 404 (Not Found)
I entered the location of this and the path http://localhost/teststrony/13/4481/
is correct, but there is an image named 5501.png and not 2690.png as the page wants to load, how to fix it? If that helps, i’m using anaconda to use the gdal2tiles and convert .tif file to tiles, so im pretty sure images are good, i checked even them and they seem accurate, but their names are different than those what website wants to load.