diff --git a/get_nib.py b/get_nib.py index 06b7a866211de5c55936032e39aca216c102a8e0..7b8c7f503314e95ef80f4df0edf0a735c5bd32aa 100644 --- a/get_nib.py +++ b/get_nib.py @@ -663,6 +663,8 @@ class getnib: param ='{Filter:"ortofototype in (1,2,3,4,5,8,9)",Coordinates:"'+coords+'",InputWKID:'+str(crs_proj_int)+',StopOnCover:false}' if of and sat and not ir: param = '{Filter:"ortofototype in (1,2,3,4,5,6,8,9)",Coordinates:"'+coords+'",InputWKID:'+str(crs_proj_int)+',StopOnCover:false}' + if of and ir and not sat: + param = '{Filter:"ortofototype in (1,2,3,4,5,6,7,9)",Coordinates:"'+coords+'",InputWKID:'+str(crs_proj_int)+',StopOnCover:false}' if of and sat and ir: param = '{Filter:"ortofototype in (1,2,3,4,5,6,7,8,9)",Coordinates:"'+coords+'",InputWKID:'+str(crs_proj_int)+',StopOnCover:false}' if sat and not of and not ir: