- Timestamp:
- Nov 25, 2013, 3:27:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-services/gdal/translate/service.c
r373 r448 145 145 fprintf(stderr,"DEBUG pszDest : %s\n",pszDest); 146 146 } 147 148 tmpMap=NULL; 149 tmpMap=getMapFromMaps(inputs,"SrcWin","value"); 150 if(tmpMap!=NULL){ 151 char *tmp=tmpMap->value; 152 char *t=strtok(tmp,","); 153 int cnt=0; 154 while(t!=NULL){ 155 anSrcWin[cnt] = atoi(t); 156 t=strtok(NULL,","); 157 cnt++; 158 } 159 } 160 147 161 tmpMap=NULL; 148 162 tmpMap=getMapFromMaps(inputs,"ProjWin","value");
Note: See TracChangeset
for help on using the changeset viewer.