Skip to content

Commit

Permalink
added use_geo_coords default to initial_args
Browse files Browse the repository at this point in the history
  • Loading branch information
ChHarding committed Jan 3, 2024
1 parent 1d0accf commit 3a71d3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions touchterrain/common/TouchTerrainEarthEngine.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ def pr(*arglist):
"tilewidth_scale": None, # set x/y scale, with None, scale is set automatically by the selected area (region)
"clean_diags":False, # clean of corner diagonal 1 x 1 islands?
"sqrt":False,
"use_geo_coords": None,
}


Expand Down

0 comments on commit 3a71d3e

Please sign in to comment.