Skip to content

Commit

Permalink
Remove web.extent from copying
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed May 23, 2021
1 parent c5483f5 commit 6fed096
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mapcopy.c
Expand Up @@ -443,8 +443,6 @@ int msCopyWeb(webObj *dst, const webObj *src, mapObj *map)
MS_COPYSTRING(dst->empty, src->empty);
MS_COPYSTRING(dst->error, src->error);

MS_COPYRECT(&(dst->extent), &(src->extent));

MS_COPYSTELEM(minscaledenom);
MS_COPYSTELEM(maxscaledenom);
MS_COPYSTRING(dst->mintemplate, src->mintemplate);
Expand Down

0 comments on commit 6fed096

Please sign in to comment.