Changeset 444 for trunk/zoo-project/zoo-services/gdal/dem/service.c
- Timestamp:
- Oct 14, 2013, 11:24:53 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-services/gdal/dem/service.c
r412 r444 2561 2561 if(tmpMap1!=NULL && strcasecmp(tmpMap1->value,"NULL")!=0 ) 2562 2562 scale = atof(tmpMap1->value); 2563 map*tmpMap1=getMapFromMaps(inputs,"b","value");2563 tmpMap1=getMapFromMaps(inputs,"b","value"); 2564 2564 if(tmpMap1!=NULL && strcasecmp(tmpMap1->value,"NULL")!=0 ) 2565 2565 nBand = atoi(tmpMap1->value);
Note: See TracChangeset
for help on using the changeset viewer.