[mapserver-commits] [mapserver/mapserver] bb61f1: Shape and OGR providers: allow TILESRS keyword to ...
GitHub
noreply at github.com
Thu Mar 30 11:22:07 PDT 2017
Branch: refs/heads/master
Home: https://github.com/mapserver/mapserver
Commit: bb61f1f38c161452d0eb6343865508c3021ab902
https://github.com/mapserver/mapserver/commit/bb61f1f38c161452d0eb6343865508c3021ab902
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2017-03-30 (Thu, 30 Mar 2017)
Changed paths:
M mapogr.cpp
M mapshape.c
M mapshape.h
A msautotest/wxs/data/point_2_49.prj
A msautotest/wxs/data/point_3_50_EPSG_32631.dbf
A msautotest/wxs/data/point_3_50_EPSG_32631.prj
A msautotest/wxs/data/point_3_50_EPSG_32631.shp
A msautotest/wxs/data/point_3_50_EPSG_32631.shx
A msautotest/wxs/data/vectortileindexmixedsrs.dbf
A msautotest/wxs/data/vectortileindexmixedsrs.prj
A msautotest/wxs/data/vectortileindexmixedsrs.shp
A msautotest/wxs/data/vectortileindexmixedsrs.shx
A msautotest/wxs/expected/wfs_ogr_tileindexmixedsrs_get_feature.xml
A msautotest/wxs/expected/wfs_shape_tileindexmixedsrs_get_feature.xml
A msautotest/wxs/wfs_ogr_tileindexmixedsrs.map
A msautotest/wxs/wfs_shape_tileindexmixedsrs.map
Log Message:
-----------
Shape and OGR providers: allow TILESRS keyword to support tileindex with tiles of different SRS
This is the extension of previous work to support raster tile index.
Such vector tileindex with mixed SRS can be generated with GDAL 2.2 ogrtindex utility
with the -t_srs and -src_srs_name options.
Commit: 6b88863f76491c4fe680b7d41a33cd4744a6f960
https://github.com/mapserver/mapserver/commit/6b88863f76491c4fe680b7d41a33cd4744a6f960
Author: Even Rouault <even.rouault at mines-paris.org>
Date: 2017-03-30 (Thu, 30 Mar 2017)
Changed paths:
M mapogr.cpp
M mapshape.c
M mapshape.h
A msautotest/wxs/data/point_2_49.prj
A msautotest/wxs/data/point_3_50_EPSG_32631.dbf
A msautotest/wxs/data/point_3_50_EPSG_32631.prj
A msautotest/wxs/data/point_3_50_EPSG_32631.shp
A msautotest/wxs/data/point_3_50_EPSG_32631.shx
A msautotest/wxs/data/vectortileindexmixedsrs.dbf
A msautotest/wxs/data/vectortileindexmixedsrs.prj
A msautotest/wxs/data/vectortileindexmixedsrs.shp
A msautotest/wxs/data/vectortileindexmixedsrs.shx
A msautotest/wxs/expected/wfs_ogr_tileindexmixedsrs_get_feature.xml
A msautotest/wxs/expected/wfs_shape_tileindexmixedsrs_get_feature.xml
A msautotest/wxs/wfs_ogr_tileindexmixedsrs.map
A msautotest/wxs/wfs_shape_tileindexmixedsrs.map
Log Message:
-----------
Merge pull request #5417 from rouault/vector_tileindex_mixed_srs
Shape and OGR providers: allow TILESRS keyword to support tileindex with tiles of different SRS
Compare: https://github.com/mapserver/mapserver/compare/bf858b9b1b7d...6b88863f7649
More information about the mapserver-commits
mailing list