Fix y coordinate
This commit is contained in:
parent
92155b6b33
commit
78a7ccbe4b
@ -12,7 +12,7 @@ def tile2lnglat(z, x, y):
|
||||
return lon, lat
|
||||
|
||||
lon0, lat0 = tile2lnglat(z, x, y)
|
||||
lon1, lat1 = tile2lnglat(z, x+1, y+1)
|
||||
lon1, lat1 = tile2lnglat(z, x+1, y-1)
|
||||
|
||||
return [lon0, lat0, lon1, lat1]
|
||||
$$ LANGUAGE plpythonu;
|
||||
|
Loading…
Reference in New Issue
Block a user