Changeset 7596

Show
Ignore:
Timestamp:
05/16/08 00:28:42 (3 months ago)
Author:
sdlime
Message:

Fix for bug #2036 identified. Still commented out since I can't test WCS on my home box at the moment.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/mapserver/mapwcs.c

    r7544 r7596  
    13631363  } 
    13641364   
    1365   /* find the layer we are working with. */ 
     1365  /* find the layer we are working with */ 
    13661366  lp = NULL; 
    13671367  for(i=0; i<map->numlayers; i++) { 
     1368    /* char *name; 
     1369       name = msOWSGetEncodeMetadata(GET_LAYER(map, i)->metadata, "COM", "name", GET_LAYER(map, i)->name); */ 
     1370 
    13681371    if( EQUAL(GET_LAYER(map, i)->name, params->coverages[0]) ) { 
    13691372      lp = GET_LAYER(map, i);