Skip to content

Commit

Permalink
Don't append a second bbox parameter for wfs client requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkofahl committed Aug 8, 2013
1 parent 7a5613e commit da25522
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mapwfslayer.c
Expand Up @@ -455,9 +455,6 @@ static char *msBuildWFSLayerGetURL(mapObj *map, layerObj *lp, rectObj *bbox,

msFree(projUrn);
}
snprintf(pszURL + strlen(pszURL), bufferSize-strlen(pszURL),
"&BBOX=%.15g,%.15g,%.15g,%.15g",
bbox->minx, bbox->miny, bbox->maxx, bbox->maxy);

if (psParams->nMaxFeatures > 0)
snprintf(pszURL + strlen(pszURL), bufferSize-strlen(pszURL),
Expand Down

0 comments on commit da25522

Please sign in to comment.