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
This is a great library, thanks for putting it together.
One useful enhancement would be to calculate the pixel of a latitude/longitude inside a given Tile. Adding this capability to the Tile class would probably make sense, something along the lines of:
# Calculates the pixel location of a point inside the tile
def pixels(self, of_point: Point) -> (int, int):
pass
I can do this as well but let's discuss if this feature makes sense for the library.
Thanks!
The text was updated successfully, but these errors were encountered:
This is a great library, thanks for putting it together.
One useful enhancement would be to calculate the pixel of a latitude/longitude inside a given Tile. Adding this capability to the Tile class would probably make sense, something along the lines of:
I can do this as well but let's discuss if this feature makes sense for the library.
Thanks!
The text was updated successfully, but these errors were encountered: