[mapserver-commits] [mapserver/mapserver] 131095: Fixed the mapfile writer to support GEOMTRANSFORM ...
GitHub
noreply at github.com
Tue Dec 11 02:43:39 PST 2012
Branch: refs/heads/master
Home: https://github.com/mapserver/mapserver
Commit: 131095d4fe7cac7ff53221b14de61b5b6a3dbb0c
https://github.com/mapserver/mapserver/commit/131095d4fe7cac7ff53221b14de61b5b6a3dbb0c
Author: szekerest <szekerest at gmail.com>
Date: 2012-11-12 (Mon, 12 Nov 2012)
Changed paths:
M mapfile.c
Log Message:
-----------
Fixed the mapfile writer to support GEOMTRANSFORM expressions (#2825)
Commit: 53536141a75f2f3bcdfb3dc4937ec0b825fa368d
https://github.com/mapserver/mapserver/commit/53536141a75f2f3bcdfb3dc4937ec0b825fa368d
Author: szekerest <szekerest at gmail.com>
Date: 2012-11-13 (Tue, 13 Nov 2012)
Changed paths:
M mapfile.c
Log Message:
-----------
Fix indentation when writing PATTERN
Commit: 6c9d17a2ca188e552703d472de2b57f2ea7a98d4
https://github.com/mapserver/mapserver/commit/6c9d17a2ca188e552703d472de2b57f2ea7a98d4
Author: Thomas Bonfort <thomas.bonfort at gmail.com>
Date: 2012-11-14 (Wed, 14 Nov 2012)
Changed paths:
M mapserver.h
Log Message:
-----------
update header for 6.2.0
Commit: 62d58131336edfbfa96f2b8ef61e17920fdfd77b
https://github.com/mapserver/mapserver/commit/62d58131336edfbfa96f2b8ef61e17920fdfd77b
Author: szekerest <szekerest at gmail.com>
Date: 2012-11-17 (Sat, 17 Nov 2012)
Changed paths:
M mapscript/csharp/csmodule.i
Log Message:
-----------
Add C# typemaps for style pattern
Commit: 83c167204bf6dd778cb843d82e4fa355cdfbbeee
https://github.com/mapserver/mapserver/commit/83c167204bf6dd778cb843d82e4fa355cdfbbeee
Author: szekerest <szekerest at gmail.com>
Date: 2012-11-17 (Sat, 17 Nov 2012)
Changed paths:
M mapscript/csharp/csmodule.i
Log Message:
-----------
Get rid of the warning on missing $excode
Commit: be113194771fae4df70a8d4b0b76183ed47d634a
https://github.com/mapserver/mapserver/commit/be113194771fae4df70a8d4b0b76183ed47d634a
Author: Alan Boudreault <aboudreault at mapgears.com>
Date: 2012-11-26 (Mon, 26 Nov 2012)
Changed paths:
M msautotest
Log Message:
-----------
Updated msautotest
Commit: 4352a273be0898a013f32dc8d11439514fdaa402
https://github.com/mapserver/mapserver/commit/4352a273be0898a013f32dc8d11439514fdaa402
Author: Alan Boudreault <aboudreault at mapgears.com>
Date: 2012-11-26 (Mon, 26 Nov 2012)
Changed paths:
M msautotest
Log Message:
-----------
Updated msautotest
Commit: 6d2fe7de10b0c17204df1785737b3dcbf475d972
https://github.com/mapserver/mapserver/commit/6d2fe7de10b0c17204df1785737b3dcbf475d972
Author: Umberto Nicoletti <umberto.nicoletti at gmail.com>
Date: 2012-11-28 (Wed, 28 Nov 2012)
Changed paths:
M configure
M configure.in
Log Message:
-----------
backport patch #4231 which was left behind due to a mis-git-undertanding
Commit: 82da39e7a4665ec9459ae1fa89851060f438a232
https://github.com/mapserver/mapserver/commit/82da39e7a4665ec9459ae1fa89851060f438a232
Author: szekerest <szekerest at gmail.com>
Date: 2012-12-09 (Sun, 09 Dec 2012)
Changed paths:
M maplayer.c
Log Message:
-----------
Fix problems with STYLEITEM (#4534)
Commit: e9e48941e9b02378de57a8ad6c6aa0d070816b06
https://github.com/mapserver/mapserver/commit/e9e48941e9b02378de57a8ad6c6aa0d070816b06
Author: Homme Zwaagstra <hrz at geodata.soton.ac.uk>
Date: 2012-12-11 (Tue, 11 Dec 2012)
Changed paths:
M mapfile.c
Log Message:
-----------
Fix thread safety issue in msLoadMapFromString (#4523)
The `TLOCK_PARSER` thread mutex is now released after the call to
`msyylex_destroy()` which otherwise clobbers global lexer variables
that may be in use in another thread.
closes #4523
Commit: 5e3bc561ae9f2e1bd97e75ab1cfe2e2baa270a31
https://github.com/mapserver/mapserver/commit/5e3bc561ae9f2e1bd97e75ab1cfe2e2baa270a31
Author: Homme Zwaagstra <hrz at geodata.soton.ac.uk>
Date: 2012-12-11 (Tue, 11 Dec 2012)
Changed paths:
M cgiutil.h
M mapserv.c
Log Message:
-----------
Remove redundant call to msDebugInitFromEnv (#4522)
`msSetup()` already calls `msDebugInitFromEnv()`.
Specify correct "C" linkage in `cgiutil.h`
`cgiutil.h` is the only file included by `mapserver.h` which defines
symbols and which isn't wrapped by `extern "C"`: its symbols end up in
`libmapserver` and without this fix linking against them in C++ fails.
closes #4522
Commit: b6abf97da8c426fa74cb055405f3b05643c9ebdb
https://github.com/mapserver/mapserver/commit/b6abf97da8c426fa74cb055405f3b05643c9ebdb
Author: Thomas Bonfort <thomas.bonfort at gmail.com>
Date: 2012-12-11 (Tue, 11 Dec 2012)
Changed paths:
M mapwms.c
Log Message:
-----------
fix order of wms <Style> element in capabilities (#4529)
Commit: b03a9145a335c2cabc7653a567de2a2f8330b6fe
https://github.com/mapserver/mapserver/commit/b03a9145a335c2cabc7653a567de2a2f8330b6fe
Author: Thomas Bonfort <thomas.bonfort at gmail.com>
Date: 2012-12-11 (Tue, 11 Dec 2012)
Changed paths:
M maputil.c
Log Message:
-----------
fix proj version check (#4526)
typo in the check for proj's lookup cache existence
closes #4526
Commit: 7364f12a9efc21f8bdfae431356f3e74dda4e364
https://github.com/mapserver/mapserver/commit/7364f12a9efc21f8bdfae431356f3e74dda4e364
Author: Thomas Bonfort <thomas.bonfort at gmail.com>
Date: 2012-12-11 (Tue, 11 Dec 2012)
Changed paths:
M mapscript/php/Makefile.in
Log Message:
-----------
suffix php mapscript lib with version number (#4525)
closes #4525
Commit: 66760da34f37c706e856a336e1b6dce0322bf407
https://github.com/mapserver/mapserver/commit/66760da34f37c706e856a336e1b6dce0322bf407
Author: Thomas Bonfort <thomas.bonfort at gmail.com>
Date: 2012-12-11 (Tue, 11 Dec 2012)
Changed paths:
M cgiutil.h
M configure
M configure.in
M mapdraw.c
M mapfile.c
M maplayer.c
M mapmssql2008.c
M mapogr.cpp
M maporaclespatial.c
M mapscript/csharp/csmodule.i
M mapscript/php/Makefile.in
M mapscript/swiginc/label.i
M mapserv.c
M mapsymbol.c
M maputil.c
M mapuvraster.c
M mapwcs.c
M mapwms.c
M msautotest
Log Message:
-----------
Merge branch 'branch-6-2'
Conflicts:
mapserver.h
Commit: e178db7b0a16aa6dc21dea9580f4edaa5ffa8c54
https://github.com/mapserver/mapserver/commit/e178db7b0a16aa6dc21dea9580f4edaa5ffa8c54
Author: Thomas Bonfort <thomas.bonfort at gmail.com>
Date: 2012-12-11 (Tue, 11 Dec 2012)
Changed paths:
M maptemplate.c
Log Message:
-----------
Merge branch 'master' of github.com:mapserver/mapserver
Compare: https://github.com/mapserver/mapserver/compare/d206d4d653f6...e178db7b0a16
More information about the mapserver-commits
mailing list