I am new to leaflet and like to know how to create a tile of images.
Leaflet js requires the following tile source format:
http://localhost/tileserver/{z}/{x}/{y}.png
What is {z}/{x}/{y}, and what kind of data should be stored in z,x and y?
Also, how do you store the image path in db?
I found one link with some information: