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
It gives 1202 instead of 1220 which is the one I expect.
Weird thing is that if I call the same function with same latitude and longitude but 23 as zoom, the result is 12201010000110133101022 which is correct and as you can see the first 4 digits are 1220, exactly the same as I expect in the test above
Using custom functions with the coordinates:
Gives tiles
tms_x
andtms_y
equal to zero, which is correct.Then using:
quadtree = Tile.from_tms(tms_x=0,tms_y=0,zoom=1).quad_tree
gives
quadtree="2"
, when it should be0
.I managed to get the right result by commenting out this line:
pyGeoTile/pygeotile/tile.py
Line 79 in c744e54
Is this really an error, or am I doing something wrong with the procedure?
Thank you.
The text was updated successfully, but these errors were encountered: