Skip to content
Snippets Groups Projects
Commit c8a7a05e authored by A Nilsen's avatar A Nilsen
Browse files

Inkludert en manglende kombinasjon av prosjektvalg

parent b72e4b36
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment