[mapserver-commits] [mapserver/mapserver] d2d392: Remove msRestoreOldFilter() that is no longer used
GitHub
noreply at github.com
Wed Jun 22 09:43:26 PDT 2016
Branch: refs/heads/master
Home: https://github.com/mapserver/mapserver
Commit: d2d392102f27a494e9313d9f1b902288bc954cc8
https://github.com/mapserver/mapserver/commit/d2d392102f27a494e9313d9f1b902288bc954cc8
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2016-06-15 (Wed, 15 Jun 2016)
Changed paths:
M mapquery.c
Log Message:
-----------
Remove msRestoreOldFilter() that is no longer used
Commit: 9f1ef9510c1b2e38f60c1fab4d7fa8cfca38a554
https://github.com/mapserver/mapserver/commit/9f1ef9510c1b2e38f60c1fab4d7fa8cfca38a554
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2016-06-22 (Wed, 22 Jun 2016)
Changed paths:
M mapogcfilter.c
M mapogcfilter.h
M mapogcfiltercommon.c
A msautotest/wxs/data/point_2_49.dbf
A msautotest/wxs/data/point_2_49.shp
A msautotest/wxs/data/point_2_49.shx
A msautotest/wxs/data/point_3_50.dbf
A msautotest/wxs/data/point_3_50.shp
A msautotest/wxs/data/point_3_50.shx
A msautotest/wxs/data/shp_tileindex_of_shp.dbf
A msautotest/wxs/data/shp_tileindex_of_shp.shp
A msautotest/wxs/data/shp_tileindex_of_shp.shx
A msautotest/wxs/expected/wfs_shp_tileindex_of_shp_bbox_filter.xml
M msautotest/wxs/wfs_200_allgeoms.map
A msautotest/wxs/wfs_shp_tileindex_of_shp.map
Log Message:
-----------
[Filter] Fix slow filter BBOX evaluation with tileindex of shapefile (#5291)
On a layer that is a tileindex of shapefiles, a BBOX as WFS XML filter
used the slow path of common expression evaluation, which caused all
shapefiles to be opened, instead of just the ones intersecting the BBOX.
This commit tries to fetch a "top BBOX" filter and use it as the rect
passed to msLayerWhichShapes().
Commit: 6b089df8cfd2f1a7f43196180bfc6d6c49a88276
https://github.com/mapserver/mapserver/commit/6b089df8cfd2f1a7f43196180bfc6d6c49a88276
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2016-06-22 (Wed, 22 Jun 2016)
Changed paths:
M mappostgis.c
Log Message:
-----------
Merge branch 'master' of github.com:mapserver/mapserver
Commit: 003f17a2c4cb85c8319a02cad58513bb0e994be6
https://github.com/mapserver/mapserver/commit/003f17a2c4cb85c8319a02cad58513bb0e994be6
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2016-06-22 (Wed, 22 Jun 2016)
Changed paths:
M mapogcfilter.c
M mapogcfilter.h
M mapogcfiltercommon.c
A msautotest/wxs/data/point_2_49.dbf
A msautotest/wxs/data/point_2_49.shp
A msautotest/wxs/data/point_2_49.shx
A msautotest/wxs/data/point_3_50.dbf
A msautotest/wxs/data/point_3_50.shp
A msautotest/wxs/data/point_3_50.shx
A msautotest/wxs/data/shp_tileindex_of_shp.dbf
A msautotest/wxs/data/shp_tileindex_of_shp.shp
A msautotest/wxs/data/shp_tileindex_of_shp.shx
A msautotest/wxs/expected/wfs_shp_tileindex_of_shp_bbox_filter.xml
M msautotest/wxs/wfs_200_allgeoms.map
A msautotest/wxs/wfs_shp_tileindex_of_shp.map
Log Message:
-----------
Merge branch 'branch-7-0'
Compare: https://github.com/mapserver/mapserver/compare/5abc89e3f834...003f17a2c4cb
More information about the mapserver-commits
mailing list