Skip to content

Commit

Permalink
Merge branch 'branch-6-0' of github.com:mapserver/mapserver into bran…
Browse files Browse the repository at this point in the history
…ch-6-0
  • Loading branch information
tbonfort committed Apr 4, 2012
2 parents 9b1c608 + e0f2384 commit f2b56e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions HISTORY.TXT
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

MapServer Revision History
==========================

Expand All @@ -13,7 +12,9 @@ the top of the list.)
For a complete change history, please see the Subversion log comments.

Current Version (future 6.0.3, SVN branch-6-0):
---------------------------
-----------------------------------------------

- Added missing DEFRESOLUTION parameter to msCopyMap() function (#4272)

- Fixed Python MapScript layerObj/classObj Error (#3940)

Expand Down
1 change: 1 addition & 0 deletions mapcopy.c
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,7 @@ int msCopyMap(mapObj *dst, mapObj *src)
MS_COPYSTELEM(cellsize);
MS_COPYSTELEM(units);
MS_COPYSTELEM(scaledenom);
MS_COPYSTELEM(defresolution);
MS_COPYSTELEM(resolution);
MS_COPYSTRING(dst->shapepath, src->shapepath);
MS_COPYSTRING(dst->mappath, src->mappath);
Expand Down

0 comments on commit f2b56e0

Please sign in to comment.