You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I'm using the tileToBBOX function to extract the bbox of a tile. Easy enough. My issue comes with reading the output. Let's say I have a point at coordinates Latitude 33.43386; Longitude 8.561223. Converting this to slippy map tilenames (https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames) x and y gives me 34326 and 26303 respectively at zoom level 16. When I run tileToBBOX i get the output 8.55835 -90.00000 1705.58899 33.43603 . I can see that the first and last coordinate make sense bearing in mind the original long-lat I've provided, but the middle values threw me off. I am a bit lost - is the second digit the angle of the tile, and the third one - the length of each side of the square? Can you provide some context as to what these two number mean and in general about the output of the function. Thank you!
The text was updated successfully, but these errors were encountered:
Hi there, I'm using the tileToBBOX function to extract the bbox of a tile. Easy enough. My issue comes with reading the output. Let's say I have a point at coordinates Latitude 33.43386; Longitude 8.561223. Converting this to slippy map tilenames (https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames) x and y gives me 34326 and 26303 respectively at zoom level 16. When I run tileToBBOX i get the output 8.55835 -90.00000 1705.58899 33.43603 . I can see that the first and last coordinate make sense bearing in mind the original long-lat I've provided, but the middle values threw me off. I am a bit lost - is the second digit the angle of the tile, and the third one - the length of each side of the square? Can you provide some context as to what these two number mean and in general about the output of the function. Thank you!
The text was updated successfully, but these errors were encountered: