[mapserver-commits] [mapserver/mapserver] 027f42: Oracle Spatial: Include mapows.h (#5373)
GitHub
noreply at github.com
Mon Feb 20 13:53:42 PST 2017
Branch: refs/heads/master
Home: https://github.com/mapserver/mapserver
Commit: 027f421ce8df06331a9cf9d61d55ebd2b1ba6005
https://github.com/mapserver/mapserver/commit/027f421ce8df06331a9cf9d61d55ebd2b1ba6005
Author: Martin Icking <martin.icking at bentley.com>
Date: 2017-01-26 (Thu, 26 Jan 2017)
Changed paths:
M maporaclespatial.c
Log Message:
-----------
Oracle Spatial: Include mapows.h (#5373)
mapserver crashed on windows with an Oracle layer (using Oracle plugin)
and "gml_types" "auto"
This was caused by using msOWSLookupMetadata without a prototype
Missing prototype gave following warning during a windows build:
Warning 13 warning C4013: 'msOWSLookupMetadata' undefined; assuming
extern returning int
C:\dev\mapserver-bentley\mapserver\maporaclespatial.c 2949 1
msplugin_oracle
Commit: 57fa73c40a696321fd0810a3bef4d7e502c6b5ca
https://github.com/mapserver/mapserver/commit/57fa73c40a696321fd0810a3bef4d7e502c6b5ca
Author: Tamas Szekeres <szekerest at gmail.com>
Date: 2017-02-11 (Sat, 11 Feb 2017)
Changed paths:
M appveyor.yml
Log Message:
-----------
Adding csharp build to appveyor script
Commit: 132695864b27bb6fced9a866f35365f445889a00
https://github.com/mapserver/mapserver/commit/132695864b27bb6fced9a866f35365f445889a00
Author: Landry Breuil <breuil at craig.fr>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M mapwms.c
Log Message:
-----------
Declare nLayerOrder where it's used. (#5387)
If LAYERS is specified multiple times in the query string, nLayerOrder isnt
reset to 0, and this leads to memory corruption/double-free's upon exit.
Commit: 094c6f50ee96b4c141115e7e4918b76bc1623d42
https://github.com/mapserver/mapserver/commit/094c6f50ee96b4c141115e7e4918b76bc1623d42
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2017-02-20 (Mon, 20 Feb 2017)
Changed paths:
M .travis.yml
Log Message:
-----------
.travis.yml: fix for upstream GDAL packaging changes
Commit: fc36c0aa8b0277ae10770a6c959ad25927c5306b
https://github.com/mapserver/mapserver/commit/fc36c0aa8b0277ae10770a6c959ad25927c5306b
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2017-02-20 (Mon, 20 Feb 2017)
Changed paths:
M mapgraticule.c
A msautotest/wxs/expected/wms_grid_reproj_to_3857_non_square_pixels_beyond_validity.png
A msautotest/wxs/expected/wms_grid_reproj_to_3857_square_pixels_beyond_validity.png
A msautotest/wxs/expected/wms_grid_reproj_to_3857_square_pixels_within_validity.png
A msautotest/wxs/wms_grid_reproj_to_3857.map
Log Message:
-----------
GRID layer: fix label positionning when requesting WGS84 graticule in EPSG:3857
This clamps labels in the validity area of EPSG:3857, even if the eastings of the
BBOX exceed 20037508.
Commit: f125a134011b9ff3842a5a99d3592b02e82cec41
https://github.com/mapserver/mapserver/commit/f125a134011b9ff3842a5a99d3592b02e82cec41
Author: Tamas Szekeres <szekerest at gmail.com>
Date: 2017-02-20 (Mon, 20 Feb 2017)
Changed paths:
M maplegend.c
Log Message:
-----------
Legend icon for label layers should not rotate (#5391)
Commit: 937cc3102da27efc029140dee9e62e48e10096a3
https://github.com/mapserver/mapserver/commit/937cc3102da27efc029140dee9e62e48e10096a3
Author: Tamas Szekeres <szekerest at gmail.com>
Date: 2017-02-20 (Mon, 20 Feb 2017)
Changed paths:
M maplegend.c
Log Message:
-----------
Merge pull request #5392 from szekerest/legendlabel
Legend icon for label layers should not rotate (#5391)
Commit: 02632e2e4db0ab9cb34844d6f18b1976563fc8a2
https://github.com/mapserver/mapserver/commit/02632e2e4db0ab9cb34844d6f18b1976563fc8a2
Author: Tamas Szekeres <szekerest at gmail.com>
Date: 2017-02-20 (Mon, 20 Feb 2017)
Changed paths:
M .travis.yml
M mapgraticule.c
M maplegend.c
M maporaclespatial.c
M mapwms.c
A msautotest/wxs/expected/wms_grid_reproj_to_3857_non_square_pixels_beyond_validity.png
A msautotest/wxs/expected/wms_grid_reproj_to_3857_square_pixels_beyond_validity.png
A msautotest/wxs/expected/wms_grid_reproj_to_3857_square_pixels_within_validity.png
A msautotest/wxs/wms_grid_reproj_to_3857.map
Log Message:
-----------
Merge branch 'branch-7-0'
Compare: https://github.com/mapserver/mapserver/compare/ec25f4dfe920...02632e2e4db0
More information about the mapserver-commits
mailing list