default value for pixels to meters transform
This commit is contained in:
parent
e1fcbe6ba4
commit
9bd656a69f
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ def zoom_to_scaledenom(z1,z2=False):
|
|||
#return 100000000000000, 1
|
||||
return z1, z2
|
||||
|
||||
def pixel_size_at_zoom(z, l):
|
||||
def pixel_size_at_zoom(z, l=1):
|
||||
"""
|
||||
Converts l pixels on tiles into length on zoom z
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue