[mapserver-commits] [mapserver/mapserver] 50482b: scafolding for vector tile support

GitHub noreply at github.com
Tue Mar 27 13:36:42 PDT 2018


  Branch: refs/heads/master
  Home:   https://github.com/mapserver/mapserver
  Commit: 50482bf7fbabaaea5cc6f537c2065563ddef4b7c
      https://github.com/mapserver/mapserver/commit/50482bf7fbabaaea5cc6f537c2065563ddef4b7c
  Author: Thomas Bonfort <thomas.bonfort at gmail.com>
  Date:   2015-09-13 (Sun, 13 Sep 2015)

  Changed paths:
    M CMakeLists.txt
    A cmake/FindProtobufC.cmake
    A mapmvt.cpp
    M mapoutput.c
    M mapserver-config.h.in
    M mapserver.h
    A renderers/mvt/vector_tile.c
    A renderers/mvt/vector_tile.pb-c.c
    A renderers/mvt/vector_tile.pb-c.h
    A renderers/mvt/vector_tile.proto

  Log Message:
  -----------
  scafolding for vector tile support


  Commit: 0de02306b65b6a8b157abdb1ddf051b333056782
      https://github.com/mapserver/mapserver/commit/0de02306b65b6a8b157abdb1ddf051b333056782
  Author: Thomas Bonfort <thomas.bonfort at gmail.com>
  Date:   2015-09-13 (Sun, 13 Sep 2015)

  Changed paths:
    M CMakeLists.txt
    A mapmvt.c
    R mapmvt.cpp
    M mapserver.h
    M maptemplate.c

  Log Message:
  -----------
  plug vector tile driver into template output


  Commit: 1123b9ef4f46275a1dc156d4cfca0d98f9ce01c2
      https://github.com/mapserver/mapserver/commit/1123b9ef4f46275a1dc156d4cfca0d98f9ce01c2
  Author: Thomas Bonfort <thomas.bonfort at gmail.com>
  Date:   2015-09-13 (Sun, 13 Sep 2015)

  Changed paths:
    M .travis.yml
    M CMakeLists.txt
    M mapmvt.c
    M maputil.c
    R renderers/mvt/vector_tile.c
    R renderers/mvt/vector_tile.pb-c.c
    R renderers/mvt/vector_tile.pb-c.h

  Log Message:
  -----------
  WIP implementing vector tile support


  Commit: 59f45f6d8c61567faca721c237775016bbd0df9c
      https://github.com/mapserver/mapserver/commit/59f45f6d8c61567faca721c237775016bbd0df9c
  Author: Thomas Bonfort <thomas.bonfort at gmail.com>
  Date:   2015-09-13 (Sun, 13 Sep 2015)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  correct protobuf package name


  Commit: 0ed57ec03101c09558dd4e49d44aeb0cfb2d4415
      https://github.com/mapserver/mapserver/commit/0ed57ec03101c09558dd4e49d44aeb0cfb2d4415
  Author: Thomas Bonfort <thomas.bonfort at gmail.com>
  Date:   2015-09-13 (Sun, 13 Sep 2015)

  Changed paths:
    M mapmvt.c
    M mapoutput.c

  Log Message:
  -----------
  implement geometry encoding, remove mvt from default formats


  Commit: e8372756dec33aaf55a60430bfd3ca10741c319f
      https://github.com/mapserver/mapserver/commit/e8372756dec33aaf55a60430bfd3ca10741c319f
  Author: Thomas Bonfort <thomas.bonfort at gmail.com>
  Date:   2015-09-13 (Sun, 13 Sep 2015)

  Changed paths:
    M maperror.c
    M mapmvt.c

  Log Message:
  -----------
  fix allocation error


  Commit: 50c3a44ddd3c182ca0e1a16a6e5a1c5c20675768
      https://github.com/mapserver/mapserver/commit/50c3a44ddd3c182ca0e1a16a6e5a1c5c20675768
  Author: Thomas Bonfort <thomas.bonfort at gmail.com>
  Date:   2015-09-14 (Mon, 14 Sep 2015)

  Changed paths:
    M mapserver.h
    M mapwfs.c

  Log Message:
  -----------
  setup correct map scale and units for WFS queries if using vector tile driver


  Commit: ead1757de83772cb77c224bc68c862089ad9a177
      https://github.com/mapserver/mapserver/commit/ead1757de83772cb77c224bc68c862089ad9a177
  Author: Thomas Bonfort <thomas.bonfort at gmail.com>
  Date:   2015-09-17 (Thu, 17 Sep 2015)

  Changed paths:
    M mapmvt.c

  Log Message:
  -----------
  fix y orientation, align to query rect


  Commit: 2597714ded12107658e7119f9890e8fbdcf68ac6
      https://github.com/mapserver/mapserver/commit/2597714ded12107658e7119f9890e8fbdcf68ac6
  Author: Thomas Bonfort <thomas.bonfort at gmail.com>
  Date:   2015-09-17 (Thu, 17 Sep 2015)

  Changed paths:
    M mapmvt.c

  Log Message:
  -----------
  restore default vector tile extent to 4096


  Commit: ab544816b8da3eff25a5e8960d0bbdaaec827ad4
      https://github.com/mapserver/mapserver/commit/ab544816b8da3eff25a5e8960d0bbdaaec827ad4
  Author: Thomas Bonfort <thomas.bonfort at gmail.com>
  Date:   2015-09-17 (Thu, 17 Sep 2015)

  Changed paths:
    M mapmvt.c

  Log Message:
  -----------
  segfault on NULL item type


  Commit: 032e5d3215d88a8519b0ef2405ff9a0c49eab998
      https://github.com/mapserver/mapserver/commit/032e5d3215d88a8519b0ef2405ff9a0c49eab998
  Author: Thomas Bonfort <thomas.bonfort at gmail.com>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

  Changed paths:
    M mapmvt.c
    M mapwfs.c

  Log Message:
  -----------
  add a buffer around vector tiles, configure the vector tile extent


  Commit: 91e54c9a0293e4ab59e8e1916af17c4a921b4e5e
      https://github.com/mapserver/mapserver/commit/91e54c9a0293e4ab59e8e1916af17c4a921b4e5e
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2017-01-23 (Mon, 23 Jan 2017)

  Changed paths:
    M mapmvt.c
    M mapoutput.c
    M mapservutil.c
    M renderers/mvt/vector_tile.proto

  Log Message:
  -----------
  Got things working against a couple of the Leaflet plugins. Using version 2 of the spec.


  Commit: e2612b925857a800b9003f5e30d85babfb929fcf
      https://github.com/mapserver/mapserver/commit/e2612b925857a800b9003f5e30d85babfb929fcf
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2017-01-25 (Wed, 25 Jan 2017)

  Changed paths:
    M mapmvt.c
    M mapservutil.c

  Log Message:
  -----------
  Ignore malformed parts created by clipping process.


  Commit: 010dc2adf5d760d58e6276c8b23ca099663e815c
      https://github.com/mapserver/mapserver/commit/010dc2adf5d760d58e6276c8b23ca099663e815c
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2017-02-01 (Wed, 01 Feb 2017)

  Changed paths:
    M mapmvt.c
    M mapservutil.c

  Log Message:
  -----------
  Working without a query now...


  Commit: a62477ea3009b92ea6ff4048ca94ca8e0cb2aebd
      https://github.com/mapserver/mapserver/commit/a62477ea3009b92ea6ff4048ca94ca8e0cb2aebd
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2017-02-07 (Tue, 07 Feb 2017)

  Changed paths:
    M mapmvt.c

  Log Message:
  -----------
  Compute n_geometry early and skip shapes where n_geometry=0.


  Commit: d3baaa1f899ebd70143cbeebda348eba6d8a473b
      https://github.com/mapserver/mapserver/commit/d3baaa1f899ebd70143cbeebda348eba6d8a473b
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2017-02-08 (Wed, 08 Feb 2017)

  Changed paths:
    M mapmvt.c

  Log Message:
  -----------
  Fixed one lingering reference to mvt_feature being used before initialization.


  Commit: 67732819a31f9b3eaa40667d8cfbe59aa03455c6
      https://github.com/mapserver/mapserver/commit/67732819a31f9b3eaa40667d8cfbe59aa03455c6
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2017-02-08 (Wed, 08 Feb 2017)

  Changed paths:
    M mapmvt.c
    M mapservutil.c
    M maptemplate.c

  Log Message:
  -----------
  Moved allocation of mvt features to be dynamic. Changed name of main MVT writing function and pulled it from the templating code.


  Commit: d542d215039596646d34bb5ba7d214e92a86f9e4
      https://github.com/mapserver/mapserver/commit/d542d215039596646d34bb5ba7d214e92a86f9e4
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2017-02-09 (Thu, 09 Feb 2017)

  Changed paths:
    M mapmvt.c
    M mapservutil.c
    M mapwms.c

  Log Message:
  -----------
  Added initial hooks into WMS. Removed unused format parameter from msMVTWriteTile().


  Commit: 3d62e1c54f32317902f015b98ffd393e3fd22d99
      https://github.com/mapserver/mapserver/commit/3d62e1c54f32317902f015b98ffd393e3fd22d99
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2017-02-09 (Thu, 09 Feb 2017)

  Changed paths:
    M mapmvt.c

  Log Message:
  -----------
  Added support to properly set direction on polygon rings so GL renders things properly.


  Commit: 47c55e08e1ff1f864a17e013252070908b259625
      https://github.com/mapserver/mapserver/commit/47c55e08e1ff1f864a17e013252070908b259625
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2017-02-10 (Fri, 10 Feb 2017)

  Changed paths:
    M mapmvt.c
    M mapserver.h

  Log Message:
  -----------
  Make sure all the public function names and arguments are aligned.


  Commit: c4da16b5bc6789cb5b1ac8b303ac0069d592cae5
      https://github.com/mapserver/mapserver/commit/c4da16b5bc6789cb5b1ac8b303ac0069d592cae5
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2017-02-10 (Fri, 10 Feb 2017)

  Changed paths:
    M mapmvt.c
    M mapserver.h
    M mapservutil.c
    M mapwms.c

  Log Message:
  -----------
  Enable MVT default format for WMS (retired reference to GD). Removed msMVTSetup(), not necessary for WMS of mode=tile operation.


  Commit: d4468c2c73610c2bd46a51256efbe4177003c83e
      https://github.com/mapserver/mapserver/commit/d4468c2c73610c2bd46a51256efbe4177003c83e
  Author: Fabrizio <fab.min at gmail.com>
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
    M mapmvt.c

  Log Message:
  -----------
  Update mapmvt.c

Reverse Geometry with mvtReverseRingDirection only if MS_LAYER_POLYGON, trying to solve https://github.com/sdlime/mvt-demo/issues/2


  Commit: 05b6d95ddfc71e584e5c4ac806394426940cfa61
      https://github.com/mapserver/mapserver/commit/05b6d95ddfc71e584e5c4ac806394426940cfa61
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2017-05-26 (Fri, 26 May 2017)

  Changed paths:
    M mapmvt.c

  Log Message:
  -----------
  Merge pull request #1 from fminuti/mvtReverseRingDirection-polygon

Update mapmvt.c


  Commit: d374fa235fe8a3b6f8c8121ee7e90a7c80729b29
      https://github.com/mapserver/mapserver/commit/d374fa235fe8a3b6f8c8121ee7e90a7c80729b29
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2017-07-31 (Mon, 31 Jul 2017)

  Changed paths:
    M mapmvt.c

  Log Message:
  -----------
  Bring into line with #5277...


  Commit: 13813cbf8c8e95214805cb18e59186c39ce898b2
      https://github.com/mapserver/mapserver/commit/13813cbf8c8e95214805cb18e59186c39ce898b2
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2017-07-31 (Mon, 31 Jul 2017)

  Changed paths:
    M mapoutput.c

  Log Message:
  -----------
  Update MVT mime-type to comply with version 2.1 of the vector tile spec.


  Commit: 2ddcd98e152e6a8ccc631d524412e9e74f117faf
      https://github.com/mapserver/mapserver/commit/2ddcd98e152e6a8ccc631d524412e9e74f117faf
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2017-08-23 (Wed, 23 Aug 2017)

  Changed paths:
    M mapwfs.c

  Log Message:
  -----------
  Commented out the WFS code that adjusts the supplied extent as there is no route (currently) to render query results as MVT.


  Commit: e948ee5d3fd111680113cd2ddfb2b0df13a98f7d
      https://github.com/mapserver/mapserver/commit/e948ee5d3fd111680113cd2ddfb2b0df13a98f7d
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2017-10-12 (Thu, 12 Oct 2017)

  Changed paths:
    M .gitattributes
    M .gitignore
    R .gitmodules
    M .travis.yml
    M CMakeLists.txt
    A CONTRIBUTING.md
    M HISTORY.TXT
    M Makefile
    M README
    M README.WIN32
    M apache/mod_mapserver.c
    M appveyor.yml
    M cmake/FindICONV.cmake
    M cmake/FindPHP5.cmake
    A create_mapaxisorder_csv.py
    M fontcache.c
    M fontcache.h
    M github_issue_no_activity_closer.py
    M hittest.c
    M kerneldensity.c
    M mapagg.cpp
    M mapaxisorder.csv
    M mapaxisorder.h
    M mapaxisorder.sh
    M mapcairo.c
    M mapchart.c
    M mapcluster.c
    A mapcompositingfilter.c
    M mapcontext.c
    M mapcontour.c
    M mapcopy.c
    M mapcopy.h
    M mapdraw.c
    M mapdrawgdal.c
    M mapfile.c
    M mapfile.h
    M mapgeomtransform.c
    M mapgml.c
    M mapgraticule.c
    M maphash.c
    M maphttp.c
    M mapimageio.c
    M mapio.c
    M mapio.h
    M maplabel.c
    M maplayer.c
    M maplegend.c
    M maplexer.c
    M maplexer.l
    M maplibxml2.c
    A mapmetadata.c
    M mapmssql2008.c
    M mapogcfilter.c
    M mapogcfilter.h
    M mapogcfiltercommon.c
    M mapogcsld.c
    M mapogcsos.c
    M mapogr.cpp
    M mapogroutput.c
    M maporaclespatial.c
    M mapoutput.c
    M mapows.c
    M mapows.h
    M mapowscommon.c
    M mapparser.c
    M mapparser.y
    M mappluginlayer.c
    M mappostgis.c
    M mappostgis.h
    M mapprimitive.c
    M mapproject.c
    M mapquery.c
    M mapraster.c
    M maprasterquery.c
    M mapregex.c
    M maprendering.c
    M mapresample.c
    M mapscript/csharp/CMakeLists.txt
    M mapscript/csharp/Makefile.vc
    M mapscript/csharp/csmodule.i
    A mapscript/csharp/examples/drawmapGDIPlus.cs
    A mapscript/csharp/examples/drawmapWPF.cs
    M mapscript/csharp/swig_csharp_extensions.i
    M mapscript/java/javamodule.i
    M mapscript/mapscript.i
    M mapscript/mserror.i
    M mapscript/php/CMakeLists.txt
    M mapscript/php/README.WIN32
    M mapscript/php/error.c
    M mapscript/php/label.c
    M mapscript/php/layer.c
    M mapscript/php/map.c
    M mapscript/php/mapscript_i.c
    M mapscript/php/owsrequest.c
    M mapscript/php/php_mapscript.c
    M mapscript/php/php_mapscript_util.h
    M mapscript/php/php_proj.c
    M mapscript/php/style.c
    M mapscript/python/pymodule.i
    M mapscript/python/setup.py
    M mapscript/ruby/rbmodule.i
    M mapscript/swiginc/class.i
    M mapscript/swiginc/color.i
    M mapscript/swiginc/label.i
    M mapscript/swiginc/layer.i
    M mapscript/swiginc/map.i
    M mapscript/swiginc/msio.i
    M mapscript/swiginc/outputformat.i
    M mapscript/swiginc/owsrequest.i
    M mapscript/swiginc/point.i
    M mapscript/swiginc/rect.i
    M mapscript/swiginc/shape.i
    M mapscript/swiginc/style.i
    M mapscript/swiginc/symbol.i
    M mapscript/swiginc/symbolset.i
    M mapserv.c
    M mapserver.h
    M mapshape.c
    M mapshape.h
    M mapstring.c
    M mapsymbol.c
    M maptemplate.c
    M mapthread.c
    M maptime.c
    M mapunion.c
    M maputfgrid.cpp
    M maputil.c
    M mapuvraster.c
    M mapwcs.c
    M mapwcs.h
    M mapwcs11.c
    M mapwcs20.c
    M mapwfs.c
    M mapwfs11.c
    M mapwfs20.c
    M mapwfslayer.c
    M mapwms.c
    M mapwmslayer.c
    A msautotest/.gitignore
    A msautotest/README
    A msautotest/create_postgis_test_data.bat
    A msautotest/create_postgis_test_data.sh
    A msautotest/gdal/256_overlay_res.map
    A msautotest/gdal/256color_overdose.map
    A msautotest/gdal/256color_overdose_cmt.map
    A msautotest/gdal/256color_overdose_res.map
    A msautotest/gdal/5band.map
    A msautotest/gdal/all_require.txt
    A msautotest/gdal/alpha_on_alpha_overlay.map
    A msautotest/gdal/average_rgb.map
    A msautotest/gdal/average_rgb_plug.map
    A msautotest/gdal/bilinear_float.map
    A msautotest/gdal/bilinear_src_transp.map
    A msautotest/gdal/bilinear_src_transp2.map
    A msautotest/gdal/class16.map
    A msautotest/gdal/class16_intoddscale.map
    A msautotest/gdal/class16_ndmap.map
    A msautotest/gdal/class16_oddscale.map
    A msautotest/gdal/class16_range.map
    A msautotest/gdal/class8_range.map
    A msautotest/gdal/classtest1.map
    A msautotest/gdal/classtest2.map
    A msautotest/gdal/classtest2_plugin.map
    A msautotest/gdal/data/5band.vrt
    A msautotest/gdal/data/float.tif
    A msautotest/gdal/data/float.wld
    A msautotest/gdal/data/grey.tif
    A msautotest/gdal/data/grey.wld
    A msautotest/gdal/data/grey_raw.tif
    A msautotest/gdal/data/grey_rot.tif
    A msautotest/gdal/data/grey_rot.wld
    A msautotest/gdal/data/grey_upsidedown.tif
    A msautotest/gdal/data/grey_upsidedown.wld
    A msautotest/gdal/data/greyalpha.vrt
    A msautotest/gdal/data/grid.gif
    A msautotest/gdal/data/grid.wld
    A msautotest/gdal/data/int16.vrt
    A msautotest/gdal/data/leftredrighttransp.tif
    A msautotest/gdal/data/lon_wrap_180.asc
    A msautotest/gdal/data/lon_wrap_180.prj
    A msautotest/gdal/data/munich_1.crv
    A msautotest/gdal/data/munich_rgb.crv
    A msautotest/gdal/data/pct22.tif
    A msautotest/gdal/data/pct22.wld
    A msautotest/gdal/data/pnts.dbf
    A msautotest/gdal/data/pnts.prj
    A msautotest/gdal/data/pnts.shp
    A msautotest/gdal/data/pnts.shx
    A msautotest/gdal/data/red_square.tif
    A msautotest/gdal/data/redtranspgradient.tif
    A msautotest/gdal/data/rgb.tif
    A msautotest/gdal/data/rgb.wld
    A msautotest/gdal/data/rgb16.tif
    A msautotest/gdal/data/rgb16.wld
    A msautotest/gdal/data/rgb_12bit.tif
    A msautotest/gdal/data/rgba.tif
    A msautotest/gdal/data/rgba.wld
    A msautotest/gdal/data/test3_with_1mask_1bit.tif
    A msautotest/gdal/data/test_with_mask_1bit.tif
    A msautotest/gdal/data/tile11.vrt
    A msautotest/gdal/data/tile12.vrt
    A msautotest/gdal/data/tile21.vrt
    A msautotest/gdal/data/tile22.vrt
    A msautotest/gdal/data/tile_index.dbf
    A msautotest/gdal/data/tile_index.mid
    A msautotest/gdal/data/tile_index.mif
    A msautotest/gdal/data/tile_index.shp
    A msautotest/gdal/data/tile_index.shx
    A msautotest/gdal/data/tile_index_mixed_srs.dbf
    A msautotest/gdal/data/tile_index_mixed_srs.prj
    A msautotest/gdal/data/tile_index_mixed_srs.shp
    A msautotest/gdal/data/tile_index_mixed_srs.shx
    A msautotest/gdal/data/tile_index_mixed_srs_26711.dbf
    A msautotest/gdal/data/tile_index_mixed_srs_26711.prj
    A msautotest/gdal/data/tile_index_mixed_srs_26711.shp
    A msautotest/gdal/data/tile_index_mixed_srs_26711.shx
    A msautotest/gdal/data/tile_index_mixed_srs_with_data_dir.dbf
    A msautotest/gdal/data/tile_index_mixed_srs_with_data_dir.prj
    A msautotest/gdal/data/tile_index_mixed_srs_with_data_dir.shp
    A msautotest/gdal/data/tile_index_mixed_srs_with_data_dir.shx
    A msautotest/gdal/data/utmsmall_bottomleft_4326.tif
    A msautotest/gdal/data/utmsmall_bottomright_3857.tif
    A msautotest/gdal/data/utmsmall_topleft_26711.tif
    A msautotest/gdal/data/utmsmall_topright_32611.tif
    A msautotest/gdal/deferred.map
    A msautotest/gdal/expected/256_overlay_res.png
    A msautotest/gdal/expected/256color_overdose.png
    A msautotest/gdal/expected/256color_overdose_cmt.png
    A msautotest/gdal/expected/256color_overdose_res.png
    A msautotest/gdal/expected/5band.png
    A msautotest/gdal/expected/alpha_on_alpha_overlay.png
    A msautotest/gdal/expected/average_rgb.png
    A msautotest/gdal/expected/average_rgb_plug.png
    A msautotest/gdal/expected/bilinear_float.png
    A msautotest/gdal/expected/bilinear_src_transp.png
    A msautotest/gdal/expected/bilinear_src_transp2.png
    A msautotest/gdal/expected/class16.png
    A msautotest/gdal/expected/class16_intoddscale.png
    A msautotest/gdal/expected/class16_ndmap.png
    A msautotest/gdal/expected/class16_oddscale.png
    A msautotest/gdal/expected/class16_range.png
    A msautotest/gdal/expected/class8_range.png
    A msautotest/gdal/expected/classtest1.png
    A msautotest/gdal/expected/classtest2.png
    A msautotest/gdal/expected/classtest2_plugin.png
    A msautotest/gdal/expected/deferred.png
    A msautotest/gdal/expected/double_range_hsl.png
    A msautotest/gdal/expected/double_range_rgb.png
    A msautotest/gdal/expected/gd_png_256_res.png
    A msautotest/gdal/expected/gd_png_tr_256.png
    A msautotest/gdal/expected/gd_png_tr_256_res.png
    A msautotest/gdal/expected/gdal_png_256_res.png
    A msautotest/gdal/expected/gdal_png_tr_256.png
    A msautotest/gdal/expected/gdal_png_tr_256_res.png
    A msautotest/gdal/expected/grayalpha.png
    A msautotest/gdal/expected/grayalpha_8bit.png
    A msautotest/gdal/expected/grayalpha_plug.png
    A msautotest/gdal/expected/heatmap-no-overlap.png
    A msautotest/gdal/expected/heatmap-r15-border-autonorm-hsl-attr.png
    A msautotest/gdal/expected/heatmap-r20-noborder-fixednorm-rgb-expression.png
    A msautotest/gdal/expected/heatmap-r20-noborder-fixednorm-rgb-fixed.png
    A msautotest/gdal/expected/heatmap-reproj.png
    A msautotest/gdal/expected/lon_wrap_180.png
    A msautotest/gdal/expected/lut_1_crv.png
    A msautotest/gdal/expected/lut_float.png
    A msautotest/gdal/expected/lut_inline.png
    A msautotest/gdal/expected/lut_inline_12bits.png
    A msautotest/gdal/expected/lut_rgb_crv.png
    A msautotest/gdal/expected/mask_1.png
    A msautotest/gdal/expected/mask_3.png
    A msautotest/gdal/expected/nodata_8bit.png
    A msautotest/gdal/expected/nodata_rgb.png
    A msautotest/gdal/expected/nodata_scaled.png
    A msautotest/gdal/expected/nonsquare.png
    A msautotest/gdal/expected/nonsquare_multiraw.png
    A msautotest/gdal/expected/offsite_8bitgrey.png
    A msautotest/gdal/expected/offsite_pct_rgb.png
    A msautotest/gdal/expected/offsite_pct_rgb_torgb.png
    A msautotest/gdal/expected/ows_extent.png
    A msautotest/gdal/expected/processing_bands.png
    A msautotest/gdal/expected/processing_scale_auto.png
    A msautotest/gdal/expected/rawmode_multiband.png
    A msautotest/gdal/expected/rawmode_nodata.png
    A msautotest/gdal/expected/rawmode_nodata_resample.png
    A msautotest/gdal/expected/reproj.png
    A msautotest/gdal/expected/rgb_16bit.png
    A msautotest/gdal/expected/rgb_overlay.png
    A msautotest/gdal/expected/rgb_overlay_plug.png
    A msautotest/gdal/expected/rgb_overlay_res.png
    A msautotest/gdal/expected/rgb_overlay_res_to8bit.png
    A msautotest/gdal/expected/rgb_overlay_res_to8bit_dithered.png
    A msautotest/gdal/expected/rgba_overlay_res.png
    A msautotest/gdal/expected/rot_out.png
    A msautotest/gdal/expected/simplealpha.png
    A msautotest/gdal/expected/simplealpha_bg.png
    A msautotest/gdal/expected/simplealpha_plug.png
    A msautotest/gdal/expected/ticket_5032_optim_1.png
    A msautotest/gdal/expected/ticket_5032_optim_2.png
    A msautotest/gdal/expected/tileindex.png
    A msautotest/gdal/expected/tileindex_mi.png
    A msautotest/gdal/expected/tileindexmixedsrs.png
    A msautotest/gdal/expected/tileindexmixedsrs2.png
    A msautotest/gdal/expected/tileindexmixedsrs3.png
    A msautotest/gdal/expected/tileindexmixedsrs4.png
    A msautotest/gdal/expected/trlay1.png
    A msautotest/gdal/expected/trlay2.png
    A msautotest/gdal/expected/trlay3.png
    A msautotest/gdal/expected/unclassified.png
    A msautotest/gdal/expected/wld_override.png
    A msautotest/gdal/expected/wld_rotate.png
    A msautotest/gdal/expected/wld_upsidedown.png
    A msautotest/gdal/expected/wmsclient.png
    A msautotest/gdal/expected/wmsclient_3543.png
    A msautotest/gdal/gd_png_256_res.map
    A msautotest/gdal/gd_png_tr_256.map
    A msautotest/gdal/gd_png_tr_256_res.map
    A msautotest/gdal/gdal_png_256_res.map
    A msautotest/gdal/gdal_png_tr_256.map
    A msautotest/gdal/gdal_png_tr_256_res.map
    A msautotest/gdal/grayalpha.map
    A msautotest/gdal/grayalpha_8bit.map
    A msautotest/gdal/grayalpha_plug.map
    A msautotest/gdal/heat.map
    A msautotest/gdal/lon_wrap_180.map
    A msautotest/gdal/lut_1_crv.map
    A msautotest/gdal/lut_float.map
    A msautotest/gdal/lut_inline.map
    A msautotest/gdal/lut_inline_12bits.map
    A msautotest/gdal/lut_rgb_crv.map
    A msautotest/gdal/mask_1.map
    A msautotest/gdal/mask_3.map
    A msautotest/gdal/nodata_8bit.map
    A msautotest/gdal/nodata_rgb.map
    A msautotest/gdal/nodata_scaled.map
    A msautotest/gdal/nonsquare.map
    A msautotest/gdal/nonsquare_multiraw.map
    A msautotest/gdal/offsite_8bitgrey.map
    A msautotest/gdal/offsite_pct_rgb.map
    A msautotest/gdal/offsite_pct_rgb_torgb.map
    A msautotest/gdal/processing_bands.map
    A msautotest/gdal/processing_scale_auto.map
    A msautotest/gdal/rawmode_multiband.map
    A msautotest/gdal/rawmode_nodata.map
    A msautotest/gdal/rawmode_nodata_resample.map
    A msautotest/gdal/reproj.map
    A msautotest/gdal/rgb_16bit.map
    A msautotest/gdal/rgb_overlay.map
    A msautotest/gdal/rgb_overlay_plug.map
    A msautotest/gdal/rgb_overlay_res.map
    A msautotest/gdal/rgb_overlay_res_to8bit.map
    A msautotest/gdal/rgb_overlay_res_to8bit_dithered.map
    A msautotest/gdal/rgba_overlay_res.map
    A msautotest/gdal/rot_out.map
    A msautotest/gdal/run_test.py
    A msautotest/gdal/simplealpha.map
    A msautotest/gdal/simplealpha_bg.map
    A msautotest/gdal/simplealpha_plug.map
    A msautotest/gdal/ticket_5032_optim_1.map
    A msautotest/gdal/ticket_5032_optim_2.map
    A msautotest/gdal/tileindex.map
    A msautotest/gdal/tileindex_mi.map
    A msautotest/gdal/tileindexmixedsrs.map
    A msautotest/gdal/tileindexmixedsrs2.map
    A msautotest/gdal/tileindexmixedsrs3.map
    A msautotest/gdal/tileindexmixedsrs4.map
    A msautotest/gdal/trlay1.map
    A msautotest/gdal/trlay2.map
    A msautotest/gdal/trlay3.map
    A msautotest/gdal/unclassified.map
    A msautotest/gdal/wld_override.map
    A msautotest/gdal/wld_rotate.map
    A msautotest/gdal/wld_upsidedown.map
    A msautotest/gdal/wmsclient.map
    A msautotest/gdal/wmsclient_3543.map
    A msautotest/misc/attrbind.map
    A msautotest/misc/autostyle.map
    A msautotest/misc/autostyle_quoted.map
    A msautotest/misc/bug1526.map
    A msautotest/misc/bug1716.map.broken
    A msautotest/misc/contour.map
    A msautotest/misc/data/DroidNaskh-Regular.ttf
    A msautotest/misc/data/DroidSansDevanagari-Regular.ttf
    A msautotest/misc/data/LucidaBrightRegular.ttf
    A msautotest/misc/data/Road_Works.svg
    A msautotest/misc/data/SOUNDG.dbf
    A msautotest/misc/data/SOUNDG.shp
    A msautotest/misc/data/SOUNDG.shx
    A msautotest/misc/data/WORLD_TESTPOLY_UPPERCASE.DBF
    A msautotest/misc/data/WORLD_TESTPOLY_UPPERCASE.QIX
    A msautotest/misc/data/WORLD_TESTPOLY_UPPERCASE.SHP
    A msautotest/misc/data/WORLD_TESTPOLY_UPPERCASE.SHX
    A msautotest/misc/data/attrbind.dbf
    A msautotest/misc/data/attrbind.shp
    A msautotest/misc/data/attrbind.shx
    A msautotest/misc/data/canada.dgn
    A msautotest/misc/data/chartlayer.dbf
    A msautotest/misc/data/chartlayer.shp
    A msautotest/misc/data/chartlayer.shx
    A msautotest/misc/data/colorwheel.png
    A msautotest/misc/data/contour_gwm.tif
    A msautotest/misc/data/dateline_boxes.dbf
    A msautotest/misc/data/dateline_boxes.shp
    A msautotest/misc/data/dateline_boxes.shx
    A msautotest/misc/data/gdalicon.gif
    A msautotest/misc/data/gdalicon.png
    A msautotest/misc/data/gdalicon_interlaced.gif
    A msautotest/misc/data/latin1.dbf
    A msautotest/misc/data/latin1.shp
    A msautotest/misc/data/latin1.shx
    A msautotest/misc/data/linemarker.png
    A msautotest/misc/data/ogrbrush.csv
    A msautotest/misc/data/ogrmultitool.csv
    A msautotest/misc/data/ogrpen.csv
    A msautotest/misc/data/quoted_text.DAT
    A msautotest/misc/data/quoted_text.ID
    A msautotest/misc/data/quoted_text.MAP
    A msautotest/misc/data/quoted_text.TAB
    A msautotest/misc/data/rotpoints.dbf
    A msautotest/misc/data/rotpoints.prj
    A msautotest/misc/data/rotpoints.qpj
    A msautotest/misc/data/rotpoints.shp
    A msautotest/misc/data/rotpoints.shx
    A msautotest/misc/data/shppoly/idlink.dbf
    A msautotest/misc/data/shppoly/poly.dbf
    A msautotest/misc/data/shppoly/poly.shp
    A msautotest/misc/data/shppoly/poly.shx
    A msautotest/misc/data/spiral.dbf
    A msautotest/misc/data/spiral.prj
    A msautotest/misc/data/spiral.qpj
    A msautotest/misc/data/spiral.shp
    A msautotest/misc/data/spiral.shx
    A msautotest/misc/data/testlines.dbf
    A msautotest/misc/data/testlines.shp
    A msautotest/misc/data/testlines.shx
    A msautotest/misc/data/world_testpoly.dbf
    A msautotest/misc/data/world_testpoly.shp
    A msautotest/misc/data/world_testpoly.shx
    A msautotest/misc/dateline.map
    A msautotest/misc/encoding.map
    A msautotest/misc/expected/agg_entity_encoded_follow_text.png
    A msautotest/misc/expected/attrbind_test001.png
    A msautotest/misc/expected/autostyle.png
    A msautotest/misc/expected/autostyle_quoted.png
    A msautotest/misc/expected/bug1526.png
    A msautotest/misc/expected/bug1716.png
    A msautotest/misc/expected/contour.png
    A msautotest/misc/expected/dateline.png
    A msautotest/misc/expected/encodings.png
    A msautotest/misc/expected/encodings.xml
    A msautotest/misc/expected/geopdf-iso.pdf
    A msautotest/misc/expected/geopdf-ogc.pdf
    A msautotest/misc/expected/listexpression.png
    A msautotest/misc/expected/maxfeatures-of.png
    A msautotest/misc/expected/maxfeatures.png
    A msautotest/misc/expected/multipoint.png
    A msautotest/misc/expected/ogr_attrfilter.png
    A msautotest/misc/expected/ogr_direct.png
    A msautotest/misc/expected/ogr_empty_geojson.json
    A msautotest/misc/expected/ogr_join.png
    A msautotest/misc/expected/ogr_multi_defer.png
    A msautotest/misc/expected/ogr_select.png
    A msautotest/misc/expected/ogr_vrtconnect.png
    A msautotest/misc/expected/ogr_wkt.png
    A msautotest/misc/expected/ogrbrush.png
    A msautotest/misc/expected/ogrmultitool.png
    A msautotest/misc/expected/ogrpen.png
    A msautotest/misc/expected/ortho.png
    A msautotest/misc/expected/quantized.png
    A msautotest/misc/expected/quoted_data.png
    A msautotest/misc/expected/quoting.png
    A msautotest/misc/expected/rfc14.png
    A msautotest/misc/expected/rfc36_geojson.js
    A msautotest/misc/expected/rfc36_ogr_geojson.js
    A msautotest/misc/expected/rot_out.png
    A msautotest/misc/expected/runtime_sub_test001.txt
    A msautotest/misc/expected/runtime_sub_test002.png
    A msautotest/misc/expected/runtime_sub_test003.txt
    A msautotest/misc/expected/runtime_sub_test004.png
    A msautotest/misc/expected/runtime_sub_test005.txt
    A msautotest/misc/expected/runtime_sub_test008.png
    A msautotest/misc/expected/runtime_sub_test009.png
    A msautotest/misc/expected/runtime_sub_test010.png
    A msautotest/misc/expected/runtime_sub_test011.png
    A msautotest/misc/expected/runtime_sub_test012.png
    A msautotest/misc/expected/runtime_sub_test013.png
    A msautotest/misc/expected/runtime_sub_test_caps.xml
    A msautotest/misc/expected/scaletoken_data_200k.png
    A msautotest/misc/expected/scaletoken_data_29m.png
    A msautotest/misc/expected/scaletoken_data_40m.png
    A msautotest/misc/expected/scaletoken_filter_192k.png
    A msautotest/misc/expected/scaletoken_filter_424k.png
    A msautotest/misc/expected/scaletoken_filter_655k.png
    A msautotest/misc/expected/scaletoken_filteritem_192k.png
    A msautotest/misc/expected/scaletoken_filteritem_424k.png
    A msautotest/misc/expected/sde_bug2072.png
    A msautotest/misc/expected/sde_join.png
    A msautotest/misc/expected/sde_join_getinfo.xml
    A msautotest/misc/expected/sde_utf.png
    A msautotest/misc/expected/sde_utf2.png
    A msautotest/misc/expected/sde_view.png
    A msautotest/misc/expected/sde_wms_cap.xml
    A msautotest/misc/expected/sde_wms_describe.xml
    A msautotest/misc/expected/sde_wms_get_map_polygon.png
    A msautotest/misc/expected/shp2img-size.gif
    A msautotest/misc/expected/shp2img-size.png
    A msautotest/misc/expected/style_opacity_test001.png
    A msautotest/misc/expected/style_opacity_test002.png
    A msautotest/misc/expected/style_opacity_test003.png
    A msautotest/misc/expected/testuppercase.png
    A msautotest/misc/fonts.lst
    A msautotest/misc/geopdf.map
    A msautotest/misc/listexpression.map
    A msautotest/misc/maxfeatures.map
    A msautotest/misc/multipoint.map
    A msautotest/misc/ogr_attrfilter.map
    A msautotest/misc/ogr_direct.map
    A msautotest/misc/ogr_empty_geojson.map
    A msautotest/misc/ogr_join.map
    A msautotest/misc/ogr_multi_defer.map
    A msautotest/misc/ogr_select.map
    A msautotest/misc/ogr_vrtconnect.map
    A msautotest/misc/ogr_wkt.map
    A msautotest/misc/ogrbrush.map
    A msautotest/misc/ogrmultitool.map
    A msautotest/misc/ogrpen.map
    A msautotest/misc/ortho.map
    A msautotest/misc/quantized.map
    A msautotest/misc/quoted_data.map
    A msautotest/misc/quoting.map
    A msautotest/misc/rfc14.map
    A msautotest/misc/rfc36.map
    A msautotest/misc/rfc36.tmpl
    A msautotest/misc/rfc36_ogr.map
    A msautotest/misc/rot_out.map
    A msautotest/misc/run_test.py
    A msautotest/misc/runtime_sub.map
    A msautotest/misc/scaletoken.map
    A msautotest/misc/sde_bug2072.map
    A msautotest/misc/sde_join.map
    A msautotest/misc/sde_utf.map
    A msautotest/misc/sde_utf2.map
    A msautotest/misc/sde_view.map
    A msautotest/misc/sde_wms.map
    A msautotest/misc/shp2img-size.map
    A msautotest/misc/style_opacity.map
    A msautotest/misc/testuppercase.map
    A msautotest/mspython/.cvsignore
    A msautotest/mspython/README
    A msautotest/mspython/bug_check.py
    A msautotest/mspython/expected/bug673.png
    A msautotest/mspython/ogr_query.map
    A msautotest/mspython/ogr_query.py
    A msautotest/mspython/rqtest.py
    A msautotest/mspython/run_all_tests.py
    A msautotest/mspython/test_mapio.map
    A msautotest/mspython/test_mapio.py
    A msautotest/mspython/test_xmp.map
    A msautotest/mspython/test_xmp.py
    A msautotest/mspython/wkt.py
    A msautotest/php/README
    A msautotest/php/classObjTest.php
    A msautotest/php/colorObjTest.php
    A msautotest/php/errorObjTest.php
    A msautotest/php/hashtableObjTest.php
    A msautotest/php/labelObjTest.php
    A msautotest/php/labelleaderObjTest.php
    A msautotest/php/layerObjTest.php
    A msautotest/php/lineObjTest.php
    A msautotest/php/mapObjTest.php
    A msautotest/php/maps/data/LucidaBrightRegular.ttf
    A msautotest/php/maps/data/SOUNDG.dbf
    A msautotest/php/maps/data/SOUNDG.shp
    A msautotest/php/maps/data/SOUNDG.shx
    A msautotest/php/maps/data/alpinehut.svg
    A msautotest/php/maps/data/attrbind.dbf
    A msautotest/php/maps/data/attrbind.shp
    A msautotest/php/maps/data/attrbind.shx
    A msautotest/php/maps/data/bdry_counpy2.dbf
    A msautotest/php/maps/data/bdry_counpy2.shp
    A msautotest/php/maps/data/bdry_counpy2.shx
    A msautotest/php/maps/data/canada.dgn
    A msautotest/php/maps/data/chartlayer.dbf
    A msautotest/php/maps/data/chartlayer.shp
    A msautotest/php/maps/data/chartlayer.shx
    A msautotest/php/maps/data/colorwheel.png
    A msautotest/php/maps/data/dateline_boxes.dbf
    A msautotest/php/maps/data/dateline_boxes.shp
    A msautotest/php/maps/data/dateline_boxes.shx
    A msautotest/php/maps/data/epsg2
    A msautotest/php/maps/data/gdalicon.gif
    A msautotest/php/maps/data/gdalicon.png
    A msautotest/php/maps/data/gdalicon_interlaced.gif
    A msautotest/php/maps/data/grey.tif
    A msautotest/php/maps/data/grey.wld
    A msautotest/php/maps/data/indx_q100kpy4.dbf
    A msautotest/php/maps/data/indx_q100kpy4.shp
    A msautotest/php/maps/data/indx_q100kpy4.shx
    A msautotest/php/maps/data/inspire/TN.CommonTransportElements.TransportArea.dbf
    A msautotest/php/maps/data/inspire/TN.CommonTransportElements.TransportArea.prj
    A msautotest/php/maps/data/inspire/TN.CommonTransportElements.TransportArea.qix
    A msautotest/php/maps/data/inspire/TN.CommonTransportElements.TransportArea.sbn
    A msautotest/php/maps/data/inspire/TN.CommonTransportElements.TransportArea.sbx
    A msautotest/php/maps/data/inspire/TN.CommonTransportElements.TransportArea.shp
    A msautotest/php/maps/data/inspire/TN.CommonTransportElements.TransportArea.shx
    A msautotest/php/maps/data/inspire/TN.CommonTransportElements.TransportLink.dbf
    A msautotest/php/maps/data/inspire/TN.CommonTransportElements.TransportLink.prj
    A msautotest/php/maps/data/inspire/TN.CommonTransportElements.TransportLink.qix
    A msautotest/php/maps/data/inspire/TN.CommonTransportElements.TransportLink.sbn
    A msautotest/php/maps/data/inspire/TN.CommonTransportElements.TransportLink.sbx
    A msautotest/php/maps/data/inspire/TN.CommonTransportElements.TransportLink.shp
    A msautotest/php/maps/data/inspire/TN.CommonTransportElements.TransportLink.shx
    A msautotest/php/maps/data/inspire/TN.CommonTransportElements.TransportNode.dbf
    A msautotest/php/maps/data/inspire/TN.CommonTransportElements.TransportNode.prj
    A msautotest/php/maps/data/inspire/TN.CommonTransportElements.TransportNode.qix
    A msautotest/php/maps/data/inspire/TN.CommonTransportElements.TransportNode.sbn
    A msautotest/php/maps/data/inspire/TN.CommonTransportElements.TransportNode.sbx
    A msautotest/php/maps/data/inspire/TN.CommonTransportElements.TransportNode.shp
    A msautotest/php/maps/data/inspire/TN.CommonTransportElements.TransportNode.shx
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayArea.dbf
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayArea.prj
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayArea.qix
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayArea.sbn
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayArea.sbx
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayArea.shp
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayArea.shx
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayLink.dbf
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayLink.prj
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayLink.qix
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayLink.sbn
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayLink.sbx
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayLink.shp
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayLink.shx
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayStationArea.dbf
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayStationArea.prj
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayStationArea.qix
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayStationArea.sbn
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayStationArea.sbx
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayStationArea.shp
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayStationArea.shx
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayYardArea.dbf
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayYardArea.prj
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayYardArea.qix
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayYardArea.sbn
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayYardArea.sbx
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayYardArea.shp
    A msautotest/php/maps/data/inspire/TN.RailTransportNetwork.RailwayYardArea.shx
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.RoadArea.dbf
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.RoadArea.prj
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.RoadArea.qix
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.RoadArea.sbn
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.RoadArea.sbx
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.RoadArea.shp
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.RoadArea.shx
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.RoadLink.dbf
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.RoadLink.prj
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.RoadLink.qix
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.RoadLink.sbn
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.RoadLink.sbx
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.RoadLink.shp
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.RoadLink.shx
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.RoadServiceArea.dbf
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.RoadServiceArea.prj
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.RoadServiceArea.qix
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.RoadServiceArea.sbn
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.RoadServiceArea.sbx
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.RoadServiceArea.shp
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.RoadServiceArea.shx
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.VehicleTrafficArea.dbf
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.VehicleTrafficArea.prj
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.VehicleTrafficArea.qix
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.VehicleTrafficArea.sbn
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.VehicleTrafficArea.sbx
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.VehicleTrafficArea.shp
    A msautotest/php/maps/data/inspire/TN.RoadTransportNetwork.VehicleTrafficArea.shx
    A msautotest/php/maps/data/lakes2.dbf
    A msautotest/php/maps/data/lakes2.prj
    A msautotest/php/maps/data/lakes2.qpj
    A msautotest/php/maps/data/lakes2.shp
    A msautotest/php/maps/data/lakes2.shx
    A msautotest/php/maps/data/land_shallow_topo_2048.tif
    A msautotest/php/maps/data/land_shallow_topo_2048.txt
    A msautotest/php/maps/data/land_shallow_topo_2048.wld
    A msautotest/php/maps/data/linemarker.png
    A msautotest/php/maps/data/multi.csv
    A msautotest/php/maps/data/multiband.tif
    A msautotest/php/maps/data/mums.gfs
    A msautotest/php/maps/data/mums.gml
    A msautotest/php/maps/data/mums.xsd
    A msautotest/php/maps/data/obs.csv
    A msautotest/php/maps/data/obs.dbf
    A msautotest/php/maps/data/obs.ovf
    A msautotest/php/maps/data/obs.shp
    A msautotest/php/maps/data/obs.shx
    A msautotest/php/maps/data/pattern1.dbf
    A msautotest/php/maps/data/pattern1.shp
    A msautotest/php/maps/data/pattern1.shx
    A msautotest/php/maps/data/pattern10.dbf
    A msautotest/php/maps/data/pattern10.shp
    A msautotest/php/maps/data/pattern10.shx
    A msautotest/php/maps/data/pattern11.dbf
    A msautotest/php/maps/data/pattern11.shp
    A msautotest/php/maps/data/pattern11.shx
    A msautotest/php/maps/data/pattern12.dbf
    A msautotest/php/maps/data/pattern12.shp
    A msautotest/php/maps/data/pattern12.shx
    A msautotest/php/maps/data/pattern13.dbf
    A msautotest/php/maps/data/pattern13.shp
    A msautotest/php/maps/data/pattern13.shx
    A msautotest/php/maps/data/pattern14.dbf
    A msautotest/php/maps/data/pattern14.shp
    A msautotest/php/maps/data/pattern14.shx
    A msautotest/php/maps/data/pattern15.dbf
    A msautotest/php/maps/data/pattern15.shp
    A msautotest/php/maps/data/pattern15.shx
    A msautotest/php/maps/data/pattern2.dbf
    A msautotest/php/maps/data/pattern2.shp
    A msautotest/php/maps/data/pattern2.shx
    A msautotest/php/maps/data/pattern3.dbf
    A msautotest/php/maps/data/pattern3.shp
    A msautotest/php/maps/data/pattern3.shx
    A msautotest/php/maps/data/pattern4.dbf
    A msautotest/php/maps/data/pattern4.shp
    A msautotest/php/maps/data/pattern4.shx
    A msautotest/php/maps/data/pattern5.dbf
    A msautotest/php/maps/data/pattern5.shp
    A msautotest/php/maps/data/pattern5.shx
    A msautotest/php/maps/data/pattern6.dbf
    A msautotest/php/maps/data/pattern6.shp
    A msautotest/php/maps/data/pattern6.shx
    A msautotest/php/maps/data/pattern7.dbf
    A msautotest/php/maps/data/pattern7.shp
    A msautotest/php/maps/data/pattern7.shx
    A msautotest/php/maps/data/pattern8.dbf
    A msautotest/php/maps/data/pattern8.shp
    A msautotest/php/maps/data/pattern8.shx
    A msautotest/php/maps/data/pattern9.dbf
    A msautotest/php/maps/data/pattern9.shp
    A msautotest/php/maps/data/pattern9.shx
    A msautotest/php/maps/data/popplace.dbf
    A msautotest/php/maps/data/popplace.sbn
    A msautotest/php/maps/data/popplace.sbx
    A msautotest/php/maps/data/popplace.shp
    A msautotest/php/maps/data/popplace.shx
    A msautotest/php/maps/data/province.dbf
    A msautotest/php/maps/data/province.sbn
    A msautotest/php/maps/data/province.sbx
    A msautotest/php/maps/data/province.shp
    A msautotest/php/maps/data/province.shx
    A msautotest/php/maps/data/rivers.dbf
    A msautotest/php/maps/data/rivers.qix
    A msautotest/php/maps/data/rivers.shp
    A msautotest/php/maps/data/rivers.shx
    A msautotest/php/maps/data/road.dbf
    A msautotest/php/maps/data/road.sbn
    A msautotest/php/maps/data/road.sbx
    A msautotest/php/maps/data/road.shp
    A msautotest/php/maps/data/road.shx
    A msautotest/php/maps/data/road_eng.dbf
    A msautotest/php/maps/data/road_eng.sbn
    A msautotest/php/maps/data/road_eng.sbx
    A msautotest/php/maps/data/road_eng.shp
    A msautotest/php/maps/data/road_eng.shx
    A msautotest/php/maps/data/road_ger.dbf
    A msautotest/php/maps/data/road_ger.sbn
    A msautotest/php/maps/data/road_ger.sbx
    A msautotest/php/maps/data/road_ger.shp
    A msautotest/php/maps/data/road_ger.shx
    A msautotest/php/maps/data/rotpoints.dbf
    A msautotest/php/maps/data/rotpoints.prj
    A msautotest/php/maps/data/rotpoints.qpj
    A msautotest/php/maps/data/rotpoints.shp
    A msautotest/php/maps/data/rotpoints.shx
    A msautotest/php/maps/data/shppoly/idlink.dbf
    A msautotest/php/maps/data/shppoly/poly.dbf
    A msautotest/php/maps/data/shppoly/poly.shp
    A msautotest/php/maps/data/shppoly/poly.shx
    A msautotest/php/maps/data/sos-2147.xml
    A msautotest/php/maps/data/sos-35.xml
    A msautotest/php/maps/data/sos-604.xml
    A msautotest/php/maps/data/spiral.dbf
    A msautotest/php/maps/data/spiral.prj
    A msautotest/php/maps/data/spiral.qpj
    A msautotest/php/maps/data/spiral.shp
    A msautotest/php/maps/data/spiral.shx
    A msautotest/php/maps/data/testShape.shp
    A msautotest/php/maps/data/testShape.shx
    A msautotest/php/maps/data/testlines.dbf
    A msautotest/php/maps/data/testlines.shp
    A msautotest/php/maps/data/testlines.shx
    A msautotest/php/maps/data/toronto.tfw
    A msautotest/php/maps/data/toronto.tif
    A msautotest/php/maps/data/toronto.txt
    A msautotest/php/maps/data/wcs_index.dbf
    A msautotest/php/maps/data/wcs_index.shp
    A msautotest/php/maps/data/wcs_index.shx
    A msautotest/php/maps/data/world_testpoly.dbf
    A msautotest/php/maps/data/world_testpoly.shp
    A msautotest/php/maps/data/world_testpoly.shx
    A msautotest/php/maps/etc/fonts.txt
    A msautotest/php/maps/etc/symbols.sym
    A msautotest/php/maps/etc/vera/COPYRIGHT.TXT
    A msautotest/php/maps/etc/vera/README.TXT
    A msautotest/php/maps/etc/vera/RELEASENOTES.TXT
    A msautotest/php/maps/etc/vera/Vera.ttf
    A msautotest/php/maps/etc/vera/VeraBd.ttf
    A msautotest/php/maps/filter.map
    A msautotest/php/maps/filtermap.map
    A msautotest/php/maps/filters.map
    A msautotest/php/maps/fonts.lst
    A msautotest/php/maps/gdalicon.gif
    A msautotest/php/maps/gml.gml
    A msautotest/php/maps/helloworld-gif.map
    A msautotest/php/maps/include/bdry_counpy2_postgis.map
    A msautotest/php/maps/include/bdry_counpy2_shapefile.map
    A msautotest/php/maps/include/indx_q100kpy4_shapefile.map
    A msautotest/php/maps/labels-leader.map
    A msautotest/php/maps/labels.map
    A msautotest/php/maps/ogr_query.map
    A msautotest/php/maps/ows_wms.map
    A msautotest/php/maps/plant4.jpg
    A msautotest/php/maps/query.map
    A msautotest/php/maps/querymap.map
    A msautotest/php/maps/saveQueryAsGML
    A msautotest/php/maps/style_opacity.map
    A msautotest/php/maps/sunflower.gif
    A msautotest/php/maps/symbolset
    A msautotest/php/maps/template.map
    A msautotest/php/maps/template/feature.tmpl
    A msautotest/php/maps/template/html.tmpl
    A msautotest/php/maps/template/query.tmpl
    A msautotest/php/maps/template/template.html
    A msautotest/php/maps/test.gml
    A msautotest/php/maps/test.map
    A msautotest/php/maps/wms_simple.map
    A msautotest/php/outputFrmtObj.php
    A msautotest/php/owsRequestObjTest.php
    A msautotest/php/pointObjTest.php
    A msautotest/php/projectionObjTest.php
    A msautotest/php/queryMapObjTest.php
    A msautotest/php/rectObjTest.php
    A msautotest/php/run_test.py
    A msautotest/php/run_test.sh
    A msautotest/php/shapeFileObjTest.php
    A msautotest/php/shapeObjTest.php
    A msautotest/php/styleObjTest.php
    A msautotest/php/symbolObjTest.php
    A msautotest/php/webObjTest.php
    A msautotest/pymod/.cvsignore
    A msautotest/pymod/README_MSAUTOTEST_VIEWER
    A msautotest/pymod/config.cfg
    A msautotest/pymod/httpd_msautotest.conf
    A msautotest/pymod/index.html
    A msautotest/pymod/msautotest_viewer.py
    A msautotest/pymod/mstestlib.py
    A msautotest/pymod/pmstestlib.py
    A msautotest/pymod/testlib.py
    A msautotest/pymod/xmlvalidate.py
    A msautotest/query/.gitignore
    A msautotest/query/context.map
    A msautotest/query/data/bdry_counpy2.dbf
    A msautotest/query/data/bdry_counpy2.shp
    A msautotest/query/data/bdry_counpy2.shx
    A msautotest/query/data/indx_q100kpy4.dbf
    A msautotest/query/data/indx_q100kpy4.shp
    A msautotest/query/data/indx_q100kpy4.shx
    A msautotest/query/expected/context_test001.png
    A msautotest/query/expected/context_test002.png
    A msautotest/query/expected/context_test003.png
    A msautotest/query/expected/filters_test001.png
    A msautotest/query/expected/filters_test002.png
    A msautotest/query/expected/filters_test003.png
    A msautotest/query/expected/filters_test004.png
    A msautotest/query/expected/filters_test005.png
    A msautotest/query/expected/filters_test006.png
    A msautotest/query/expected/filters_test007.png
    A msautotest/query/expected/filters_test008.png
    A msautotest/query/expected/filters_test009.png
    A msautotest/query/expected/filters_test010.png
    A msautotest/query/expected/query_ogr_test001.txt
    A msautotest/query/expected/query_ogr_test002.txt
    A msautotest/query/expected/query_ogr_test003.txt
    A msautotest/query/expected/query_ogr_test004.txt
    A msautotest/query/expected/query_ogr_test005.txt
    A msautotest/query/expected/query_ogr_test006.txt
    A msautotest/query/expected/query_ogr_test007.txt
    A msautotest/query/expected/query_ogr_test008.txt
    A msautotest/query/expected/query_ogr_test009.txt
    A msautotest/query/expected/query_ogr_test010.txt
    A msautotest/query/expected/query_ogr_test011.txt
    A msautotest/query/expected/query_ogr_test012.txt
    A msautotest/query/expected/query_postgis_test001.txt
    A msautotest/query/expected/query_postgis_test002.txt
    A msautotest/query/expected/query_postgis_test003.txt
    A msautotest/query/expected/query_postgis_test004.txt
    A msautotest/query/expected/query_postgis_test005.txt
    A msautotest/query/expected/query_postgis_test006.txt
    A msautotest/query/expected/query_postgis_test007.txt
    A msautotest/query/expected/query_postgis_test008.txt
    A msautotest/query/expected/query_postgis_test009.txt
    A msautotest/query/expected/query_postgis_test010.txt
    A msautotest/query/expected/query_postgis_test011.txt
    A msautotest/query/expected/query_postgis_test012.txt
    A msautotest/query/expected/query_postgis_test013.txt
    A msautotest/query/expected/query_test001.txt
    A msautotest/query/expected/query_test002.txt
    A msautotest/query/expected/query_test003.txt
    A msautotest/query/expected/query_test004.txt
    A msautotest/query/expected/query_test005.txt
    A msautotest/query/expected/query_test006.txt
    A msautotest/query/expected/query_test007.txt
    A msautotest/query/expected/query_test008.txt
    A msautotest/query/expected/query_test009.txt
    A msautotest/query/expected/query_test010.txt
    A msautotest/query/expected/query_test011.txt
    A msautotest/query/expected/query_test012.txt
    A msautotest/query/expected/querymap_test001.png
    A msautotest/query/expected/querymap_test002.png
    A msautotest/query/expected/querymap_test003.png
    A msautotest/query/expected/querymap_test004.png
    A msautotest/query/expected/querymap_test005.png
    A msautotest/query/expected/querymap_test006.png
    A msautotest/query/expected/querymap_test007.png
    A msautotest/query/expected/querymap_test008.png
    A msautotest/query/expected/querymap_test009.png
    A msautotest/query/expected/querymap_test010.png
    A msautotest/query/expected/querymap_test011.png
    A msautotest/query/expected/rfc62_test001.txt
    A msautotest/query/expected/rfc62_test002.txt
    A msautotest/query/expected/rfc62_test003.txt
    A msautotest/query/expected/template_test001.html
    A msautotest/query/expected/template_test002.html
    A msautotest/query/expected/text_test001.png
    A msautotest/query/expected/text_test002.png
    A msautotest/query/expected/text_test003.png
    A msautotest/query/expected/text_test004.png
    A msautotest/query/expected/text_test005.png
    A msautotest/query/expected/text_test006.png
    A msautotest/query/expected/text_test007.png
    A msautotest/query/filters.map
    A msautotest/query/include/bdry_counpy2_ogr.map
    A msautotest/query/include/bdry_counpy2_postgis.map
    A msautotest/query/include/bdry_counpy2_shapefile.map
    A msautotest/query/include/indx_q100kpy4_ogr.map
    A msautotest/query/include/indx_q100kpy4_shapefile.map
    A msautotest/query/query.map
    A msautotest/query/query_ogr.map
    A msautotest/query/query_postgis.map
    A msautotest/query/querymap.map
    A msautotest/query/rfc62.map
    A msautotest/query/run_test.py
    A msautotest/query/template.map
    A msautotest/query/template/feature.tmpl
    A msautotest/query/template/html.tmpl
    A msautotest/query/template/query.tmpl
    A msautotest/query/template/query_postgis.tmpl
    A msautotest/query/text.map
    A msautotest/renderers/average_rgb.map
    A msautotest/renderers/baseline_text.map
    A msautotest/renderers/chartlayer_bar.map
    A msautotest/renderers/chartlayer_pie.map
    A msautotest/renderers/chartlayer_pie2.map
    A msautotest/renderers/chartlayer_pie_expressions.map
    A msautotest/renderers/chartlayer_vbar.map
    A msautotest/renderers/circle_layer.map
    A msautotest/renderers/compositing.map
    A msautotest/renderers/data/DejaVuSansCondensed.ttf
    A msautotest/renderers/data/VL-Gothic-Regular.ttf
    A msautotest/renderers/data/cities.dbf
    A msautotest/renderers/data/cities.prj
    A msautotest/renderers/data/cities.shp
    A msautotest/renderers/data/cities.shx
    A msautotest/renderers/data/fonts.lst
    A msautotest/renderers/data/meteo.dbf
    A msautotest/renderers/data/meteo.prj
    A msautotest/renderers/data/meteo.shp
    A msautotest/renderers/data/meteo.shx
    A msautotest/renderers/data/testutfgrid.csv
    A msautotest/renderers/data/wind_12.tif
    A msautotest/renderers/data/world.tif
    A msautotest/renderers/data/world_testlines.dbf
    A msautotest/renderers/data/world_testlines.prj
    A msautotest/renderers/data/world_testlines.qpj
    A msautotest/renderers/data/world_testlines.shp
    A msautotest/renderers/data/world_testlines.shx
    A msautotest/renderers/data/world_testpoly.dbf
    A msautotest/renderers/data/world_testpoly.shp
    A msautotest/renderers/data/world_testpoly.shx
    A msautotest/renderers/embed_legend.map
    A msautotest/renderers/embed_legend_rgba.map
    A msautotest/renderers/embed_legend_rgba_tr.map
    A msautotest/renderers/embed_legend_tr.map
    A msautotest/renderers/embed_sb_rgb.map
    A msautotest/renderers/embed_sb_rgb_tr.map
    A msautotest/renderers/embed_sb_rgba.map
    A msautotest/renderers/embed_sb_rgba_tr.map
    A msautotest/renderers/empty.map
    A msautotest/renderers/entity_encoded_follow_text.map
    A msautotest/renderers/expected/average_rgb.cairo.png
    A msautotest/renderers/expected/average_rgb.pdf
    A msautotest/renderers/expected/average_rgb.png
    A msautotest/renderers/expected/average_rgb.svg
    A msautotest/renderers/expected/baseline_text.cairo.png
    A msautotest/renderers/expected/baseline_text.pdf
    A msautotest/renderers/expected/baseline_text.png
    A msautotest/renderers/expected/baseline_text.svg
    A msautotest/renderers/expected/chartlayer_bar.cairo.png
    A msautotest/renderers/expected/chartlayer_bar.pdf
    A msautotest/renderers/expected/chartlayer_bar.png
    A msautotest/renderers/expected/chartlayer_bar.svg
    A msautotest/renderers/expected/chartlayer_pie.cairo.png
    A msautotest/renderers/expected/chartlayer_pie.gif
    A msautotest/renderers/expected/chartlayer_pie.pdf
    A msautotest/renderers/expected/chartlayer_pie.png
    A msautotest/renderers/expected/chartlayer_pie.svg
    A msautotest/renderers/expected/chartlayer_pie2.cairo.png
    A msautotest/renderers/expected/chartlayer_pie2.gif
    A msautotest/renderers/expected/chartlayer_pie2.pdf
    A msautotest/renderers/expected/chartlayer_pie2.png
    A msautotest/renderers/expected/chartlayer_pie2.svg
    A msautotest/renderers/expected/chartlayer_pie_expressions.cairo.png
    A msautotest/renderers/expected/chartlayer_pie_expressions.pdf
    A msautotest/renderers/expected/chartlayer_pie_expressions.png
    A msautotest/renderers/expected/chartlayer_pie_expressions.svg
    A msautotest/renderers/expected/chartlayer_vbar.cairo.png
    A msautotest/renderers/expected/chartlayer_vbar.gif
    A msautotest/renderers/expected/chartlayer_vbar.pdf
    A msautotest/renderers/expected/chartlayer_vbar.png
    A msautotest/renderers/expected/chartlayer_vbar.svg
    A msautotest/renderers/expected/circle_layer.cairo.png
    A msautotest/renderers/expected/circle_layer.pdf
    A msautotest/renderers/expected/circle_layer.png
    A msautotest/renderers/expected/circle_layer.svg
    A msautotest/renderers/expected/compositing.cairo.png
    A msautotest/renderers/expected/compositing.pdf
    A msautotest/renderers/expected/compositing.png
    A msautotest/renderers/expected/compositing.svg
    A msautotest/renderers/expected/embed_legend.cairo.png
    A msautotest/renderers/expected/embed_legend.png
    A msautotest/renderers/expected/embed_legend_rgba.cairo.png
    A msautotest/renderers/expected/embed_legend_rgba.png
    A msautotest/renderers/expected/embed_legend_rgba_tr.cairo.png
    A msautotest/renderers/expected/embed_legend_rgba_tr.png
    A msautotest/renderers/expected/embed_legend_tr.cairo.png
    A msautotest/renderers/expected/embed_legend_tr.png
    A msautotest/renderers/expected/embed_sb_rgb.cairo.png
    A msautotest/renderers/expected/embed_sb_rgb.png
    A msautotest/renderers/expected/embed_sb_rgb_tr.cairo.png
    A msautotest/renderers/expected/embed_sb_rgb_tr.png
    A msautotest/renderers/expected/embed_sb_rgba.cairo.png
    A msautotest/renderers/expected/embed_sb_rgba.png
    A msautotest/renderers/expected/embed_sb_rgba_tr.cairo.png
    A msautotest/renderers/expected/embed_sb_rgba_tr.png
    A msautotest/renderers/expected/empty.cairo.png
    A msautotest/renderers/expected/empty.pdf
    A msautotest/renderers/expected/empty.png
    A msautotest/renderers/expected/empty.svg
    A msautotest/renderers/expected/entity_encoded_follow_text.cairo.png
    A msautotest/renderers/expected/entity_encoded_follow_text.pdf
    A msautotest/renderers/expected/entity_encoded_follow_text.png
    A msautotest/renderers/expected/entity_encoded_follow_text.svg
    A msautotest/renderers/expected/font-fail-file.txt
    A msautotest/renderers/expected/font-fail-key.txt
    A msautotest/renderers/expected/force_palette.cairo.png
    A msautotest/renderers/expected/force_palette.png
    A msautotest/renderers/expected/force_palette_rgba.cairo.png
    A msautotest/renderers/expected/force_palette_rgba.png
    A msautotest/renderers/expected/force_pc256.cairo.png
    A msautotest/renderers/expected/force_pc256.png
    A msautotest/renderers/expected/force_pc256_rgba.cairo.png
    A msautotest/renderers/expected/force_pc256_rgba.png
    A msautotest/renderers/expected/gd_fallback.png
    A msautotest/renderers/expected/gd_fallback_gif.png
    A msautotest/renderers/expected/gd_fallback_jpeg.png
    A msautotest/renderers/expected/gd_fallback_pc256.png
    A msautotest/renderers/expected/geomtransform-vertex-layer.cairo.png
    A msautotest/renderers/expected/geomtransform-vertex-layer.pdf
    A msautotest/renderers/expected/geomtransform-vertex-layer.png
    A msautotest/renderers/expected/geomtransform-vertex-layer.svg
    A msautotest/renderers/expected/geomtransform-vertex.cairo.png
    A msautotest/renderers/expected/geomtransform-vertex.pdf
    A msautotest/renderers/expected/geomtransform-vertex.png
    A msautotest/renderers/expected/geomtransform-vertex.svg
    A msautotest/renderers/expected/grid.cairo.png
    A msautotest/renderers/expected/grid.pdf
    A msautotest/renderers/expected/grid.png
    A msautotest/renderers/expected/grid.svg
    A msautotest/renderers/expected/label-align-center.cairo.png
    A msautotest/renderers/expected/label-align-center.png
    A msautotest/renderers/expected/label-align-default.cairo.png
    A msautotest/renderers/expected/label-align-default.png
    A msautotest/renderers/expected/label-align-left.cairo.png
    A msautotest/renderers/expected/label-align-left.png
    A msautotest/renderers/expected/label-align-right.cairo.png
    A msautotest/renderers/expected/label-align-right.png
    A msautotest/renderers/expected/label-multifont.cairo.png
    A msautotest/renderers/expected/label-multifont.pdf
    A msautotest/renderers/expected/label-multifont.png
    A msautotest/renderers/expected/label-multifont.svg
    A msautotest/renderers/expected/label_ar-align-center.cairo.png
    A msautotest/renderers/expected/label_ar-align-center.png
    A msautotest/renderers/expected/label_ar-align-default.cairo.png
    A msautotest/renderers/expected/label_ar-align-default.png
    A msautotest/renderers/expected/label_ar-align-left.cairo.png
    A msautotest/renderers/expected/label_ar-align-left.png
    A msautotest/renderers/expected/label_ar-align-right.cairo.png
    A msautotest/renderers/expected/label_ar-align-right.png
    A msautotest/renderers/expected/label_latin_align_center.png
    A msautotest/renderers/expected/label_latin_align_default.png
    A msautotest/renderers/expected/label_latin_align_left.png
    A msautotest/renderers/expected/label_latin_align_right.png
    A msautotest/renderers/expected/label_noclip.cairo.png
    A msautotest/renderers/expected/label_noclip.pdf
    A msautotest/renderers/expected/label_noclip.png
    A msautotest/renderers/expected/label_noclip.svg
    A msautotest/renderers/expected/labelcacheoff.cairo.png
    A msautotest/renderers/expected/labelcacheoff.pdf
    A msautotest/renderers/expected/labelcacheoff.png
    A msautotest/renderers/expected/labelcacheoff.svg
    A msautotest/renderers/expected/labelpnt.cairo.png
    A msautotest/renderers/expected/labelpnt.pdf
    A msautotest/renderers/expected/labelpnt.png
    A msautotest/renderers/expected/labelpnt.svg
    A msautotest/renderers/expected/labelrot.cairo.png
    A msautotest/renderers/expected/labelrot.pdf
    A msautotest/renderers/expected/labelrot.png
    A msautotest/renderers/expected/labelrot.svg
    A msautotest/renderers/expected/labels-anno.cairo.png
    A msautotest/renderers/expected/labels-anno.pdf
    A msautotest/renderers/expected/labels-anno.png
    A msautotest/renderers/expected/labels-anno.svg
    A msautotest/renderers/expected/labels-bitmap-multiline.png
    A msautotest/renderers/expected/labels-bitmap.png
    A msautotest/renderers/expected/labels-leader.cairo.png
    A msautotest/renderers/expected/labels-leader.pdf
    A msautotest/renderers/expected/labels-leader.png
    A msautotest/renderers/expected/labels-leader.svg
    A msautotest/renderers/expected/labels-min-distance.cairo.png
    A msautotest/renderers/expected/labels-min-distance.pdf
    A msautotest/renderers/expected/labels-min-distance.png
    A msautotest/renderers/expected/labels-min-distance.svg
    A msautotest/renderers/expected/labels.cairo.png
    A msautotest/renderers/expected/labels.pdf
    A msautotest/renderers/expected/labels.png
    A msautotest/renderers/expected/labels.svg
    A msautotest/renderers/expected/legend.cairo.png
    A msautotest/renderers/expected/legend.pdf
    A msautotest/renderers/expected/legend.png
    A msautotest/renderers/expected/legend.svg
    A msautotest/renderers/expected/legend_label_offset.cairo.png
    A msautotest/renderers/expected/legend_label_offset.pdf
    A msautotest/renderers/expected/legend_label_offset.png
    A msautotest/renderers/expected/legend_label_offset.svg
    A msautotest/renderers/expected/legend_raster_gradient.png
    A msautotest/renderers/expected/legend_resolution_point_1.png
    A msautotest/renderers/expected/legend_resolution_point_2.png
    A msautotest/renderers/expected/legend_resolution_point_4.png
    A msautotest/renderers/expected/legend_sizeunits_meters.cairo.png
    A msautotest/renderers/expected/legend_sizeunits_meters.pdf
    A msautotest/renderers/expected/legend_sizeunits_meters.png
    A msautotest/renderers/expected/legend_sizeunits_meters.svg
    A msautotest/renderers/expected/line_anchorpoint.cairo.png
    A msautotest/renderers/expected/line_anchorpoint.png
    A msautotest/renderers/expected/line_label_auto.cairo.png
    A msautotest/renderers/expected/line_label_auto.pdf
    A msautotest/renderers/expected/line_label_auto.png
    A msautotest/renderers/expected/line_label_auto.svg
    A msautotest/renderers/expected/line_label_auto2.cairo.png
    A msautotest/renderers/expected/line_label_auto2.pdf
    A msautotest/renderers/expected/line_label_auto2.png
    A msautotest/renderers/expected/line_label_auto2.svg
    A msautotest/renderers/expected/line_label_follow.cairo.png
    A msautotest/renderers/expected/line_label_follow.pdf
    A msautotest/renderers/expected/line_label_follow.png
    A msautotest/renderers/expected/line_label_follow.svg
    A msautotest/renderers/expected/line_label_follow_offsetted.cairo.png
    A msautotest/renderers/expected/line_label_follow_offsetted.pdf
    A msautotest/renderers/expected/line_label_follow_offsetted.png
    A msautotest/renderers/expected/line_label_follow_offsetted.svg
    A msautotest/renderers/expected/line_label_follow_retry.cairo.png
    A msautotest/renderers/expected/line_label_follow_retry.pdf
    A msautotest/renderers/expected/line_label_follow_retry.png
    A msautotest/renderers/expected/line_label_follow_retry.svg
    A msautotest/renderers/expected/line_marker_pixmap.cairo.png
    A msautotest/renderers/expected/line_marker_pixmap.pdf
    A msautotest/renderers/expected/line_marker_pixmap.png
    A msautotest/renderers/expected/line_marker_pixmap.svg
    A msautotest/renderers/expected/line_marker_svg.cairo.png
    A msautotest/renderers/expected/line_marker_svg.pdf
    A msautotest/renderers/expected/line_marker_svg.png
    A msautotest/renderers/expected/line_marker_svg.svg
    A msautotest/renderers/expected/line_marker_truetype.cairo.png
    A msautotest/renderers/expected/line_marker_truetype.pdf
    A msautotest/renderers/expected/line_marker_truetype.png
    A msautotest/renderers/expected/line_marker_truetype.svg
    A msautotest/renderers/expected/line_marker_vector.cairo.png
    A msautotest/renderers/expected/line_marker_vector.pdf
    A msautotest/renderers/expected/line_marker_vector.png
    A msautotest/renderers/expected/line_marker_vector.svg
    A msautotest/renderers/expected/line_offset.cairo.png
    A msautotest/renderers/expected/line_offset.pdf
    A msautotest/renderers/expected/line_offset.png
    A msautotest/renderers/expected/line_offset.svg
    A msautotest/renderers/expected/line_pattern.cairo.png
    A msautotest/renderers/expected/line_pattern.pdf
    A msautotest/renderers/expected/line_pattern.png
    A msautotest/renderers/expected/line_pattern.svg
    A msautotest/renderers/expected/line_pattern_offset.cairo.png
    A msautotest/renderers/expected/line_pattern_offset.pdf
    A msautotest/renderers/expected/line_pattern_offset.png
    A msautotest/renderers/expected/line_pattern_offset.svg
    A msautotest/renderers/expected/line_short_gap.cairo.png
    A msautotest/renderers/expected/line_short_gap.pdf
    A msautotest/renderers/expected/line_short_gap.png
    A msautotest/renderers/expected/line_short_gap.svg
    A msautotest/renderers/expected/line_simple.cairo.jpg
    A msautotest/renderers/expected/line_simple.cairo.png
    A msautotest/renderers/expected/line_simple.json
    A msautotest/renderers/expected/line_simple.pdf
    A msautotest/renderers/expected/line_simple.png
    A msautotest/renderers/expected/line_simple.svg
    A msautotest/renderers/expected/lots_of_text.cairo.png
    A msautotest/renderers/expected/lots_of_text.png
    A msautotest/renderers/expected/marker_anchorpoint.cairo.png
    A msautotest/renderers/expected/marker_anchorpoint.pdf
    A msautotest/renderers/expected/marker_anchorpoint.png
    A msautotest/renderers/expected/marker_anchorpoint.svg
    A msautotest/renderers/expected/marker_pixmap.cairo.png
    A msautotest/renderers/expected/marker_pixmap.pdf
    A msautotest/renderers/expected/marker_pixmap.png
    A msautotest/renderers/expected/marker_pixmap.svg
    A msautotest/renderers/expected/mask.cairo.png
    A msautotest/renderers/expected/mask.png
    A msautotest/renderers/expected/mask_opacity.cairo.png
    A msautotest/renderers/expected/mask_opacity.png
    A msautotest/renderers/expected/multilabel-leader.cairo.png
    A msautotest/renderers/expected/multilabel-leader.pdf
    A msautotest/renderers/expected/multilabel-leader.png
    A msautotest/renderers/expected/multilabel-leader.svg
    A msautotest/renderers/expected/multilabel.cairo.png
    A msautotest/renderers/expected/multilabel.gif
    A msautotest/renderers/expected/multilabel.pdf
    A msautotest/renderers/expected/multilabel.png
    A msautotest/renderers/expected/multilabel.svg
    A msautotest/renderers/expected/nodata_8bit.cairo.png
    A msautotest/renderers/expected/nodata_8bit.pdf
    A msautotest/renderers/expected/nodata_8bit.png
    A msautotest/renderers/expected/nodata_8bit.svg
    A msautotest/renderers/expected/plb_embed_legend.cairo.png
    A msautotest/renderers/expected/plb_embed_legend.png
    A msautotest/renderers/expected/plb_embed_legend_rgba.cairo.png
    A msautotest/renderers/expected/plb_embed_legend_rgba.png
    A msautotest/renderers/expected/plb_embed_legend_rgba_tr.cairo.png
    A msautotest/renderers/expected/plb_embed_legend_rgba_tr.png
    A msautotest/renderers/expected/plb_embed_legend_tr.cairo.png
    A msautotest/renderers/expected/plb_embed_legend_tr.png
    A msautotest/renderers/expected/point-polaroffset.cairo.png
    A msautotest/renderers/expected/point-polaroffset.pdf
    A msautotest/renderers/expected/point-polaroffset.png
    A msautotest/renderers/expected/point-polaroffset.svg
    A msautotest/renderers/expected/point_ellipse.cairo.png
    A msautotest/renderers/expected/point_ellipse.json
    A msautotest/renderers/expected/point_ellipse.pdf
    A msautotest/renderers/expected/point_ellipse.png
    A msautotest/renderers/expected/point_ellipse.svg
    A msautotest/renderers/expected/point_pixmap.cairo.png
    A msautotest/renderers/expected/point_pixmap.json
    A msautotest/renderers/expected/point_pixmap.pdf
    A msautotest/renderers/expected/point_pixmap.png
    A msautotest/renderers/expected/point_pixmap.svg
    A msautotest/renderers/expected/point_pixmap_gif.cairo.png
    A msautotest/renderers/expected/point_pixmap_gif.pdf
    A msautotest/renderers/expected/point_pixmap_gif.png
    A msautotest/renderers/expected/point_pixmap_gif.svg
    A msautotest/renderers/expected/point_svg.cairo.png
    A msautotest/renderers/expected/point_svg.pdf
    A msautotest/renderers/expected/point_svg.png
    A msautotest/renderers/expected/point_svg.svg
    A msautotest/renderers/expected/point_truetype.cairo.png
    A msautotest/renderers/expected/point_truetype.pdf
    A msautotest/renderers/expected/point_truetype.png
    A msautotest/renderers/expected/point_truetype.svg
    A msautotest/renderers/expected/point_vector.cairo.png
    A msautotest/renderers/expected/point_vector.json
    A msautotest/renderers/expected/point_vector.pdf
    A msautotest/renderers/expected/point_vector.png
    A msautotest/renderers/expected/point_vector.svg
    A msautotest/renderers/expected/poly-label-multiline-pos-auto.cairo.png
    A msautotest/renderers/expected/poly-label-multiline-pos-auto.pdf
    A msautotest/renderers/expected/poly-label-multiline-pos-auto.png
    A msautotest/renderers/expected/poly-label-multiline-pos-auto.svg
    A msautotest/renderers/expected/poly-label-pos-auto.cairo.png
    A msautotest/renderers/expected/poly-label-pos-auto.pdf
    A msautotest/renderers/expected/poly-label-pos-auto.png
    A msautotest/renderers/expected/poly-label-pos-auto.svg
    A msautotest/renderers/expected/poly_geomtransform_anchor.cairo.png
    A msautotest/renderers/expected/poly_geomtransform_anchor.pdf
    A msautotest/renderers/expected/poly_geomtransform_anchor.png
    A msautotest/renderers/expected/poly_geomtransform_anchor.svg
    A msautotest/renderers/expected/polygon-as-line-offset.cairo.png
    A msautotest/renderers/expected/polygon-as-line-offset.pdf
    A msautotest/renderers/expected/polygon-as-line-offset.png
    A msautotest/renderers/expected/polygon-as-line-offset.svg
    A msautotest/renderers/expected/polygon-as-line.cairo.png
    A msautotest/renderers/expected/polygon-as-line.pdf
    A msautotest/renderers/expected/polygon-as-line.png
    A msautotest/renderers/expected/polygon-as-line.svg
    A msautotest/renderers/expected/polygon-hatch-dashed.cairo.png
    A msautotest/renderers/expected/polygon-hatch-dashed.pdf
    A msautotest/renderers/expected/polygon-hatch-dashed.png
    A msautotest/renderers/expected/polygon-hatch-dashed.svg
    A msautotest/renderers/expected/polygon-hatch.cairo.png
    A msautotest/renderers/expected/polygon-hatch.pdf
    A msautotest/renderers/expected/polygon-hatch.png
    A msautotest/renderers/expected/polygon-hatch.svg
    A msautotest/renderers/expected/polygon-pixmap.cairo.png
    A msautotest/renderers/expected/polygon-pixmap.pdf
    A msautotest/renderers/expected/polygon-pixmap.png
    A msautotest/renderers/expected/polygon-pixmap.svg
    A msautotest/renderers/expected/polygon-simple.cairo.png
    A msautotest/renderers/expected/polygon-simple.gif
    A msautotest/renderers/expected/polygon-simple.json
    A msautotest/renderers/expected/polygon-simple.pdf
    A msautotest/renderers/expected/polygon-simple.png
    A msautotest/renderers/expected/polygon-simple.svg
    A msautotest/renderers/expected/polygon-ttf.cairo.png
    A msautotest/renderers/expected/polygon-ttf.pdf
    A msautotest/renderers/expected/polygon-ttf.png
    A msautotest/renderers/expected/polygon-ttf.svg
    A msautotest/renderers/expected/polygon-vector.cairo.png
    A msautotest/renderers/expected/polygon-vector.pdf
    A msautotest/renderers/expected/polygon-vector.png
    A msautotest/renderers/expected/polygon-vector.svg
    A msautotest/renderers/expected/polyline_no_clip.png
    A msautotest/renderers/expected/raster_simple.cairo.png
    A msautotest/renderers/expected/raster_simple.pdf
    A msautotest/renderers/expected/raster_simple.png
    A msautotest/renderers/expected/raster_simple.svg
    A msautotest/renderers/expected/raster_simple_opacity.cairo.png
    A msautotest/renderers/expected/raster_simple_opacity.pdf
    A msautotest/renderers/expected/raster_simple_opacity.png
    A msautotest/renderers/expected/raster_simple_opacity.svg
    A msautotest/renderers/expected/reproj.cairo.png
    A msautotest/renderers/expected/reproj.pdf
    A msautotest/renderers/expected/reproj.png
    A msautotest/renderers/expected/reproj.svg
    A msautotest/renderers/expected/resolution_line_1.png
    A msautotest/renderers/expected/resolution_line_2.png
    A msautotest/renderers/expected/resolution_line_4.png
    A msautotest/renderers/expected/resolution_point_1.png
    A msautotest/renderers/expected/resolution_point_2.png
    A msautotest/renderers/expected/resolution_point_4.png
    A msautotest/renderers/expected/resolution_polygon_1.png
    A msautotest/renderers/expected/resolution_polygon_2.png
    A msautotest/renderers/expected/resolution_polygon_4.png
    A msautotest/renderers/expected/resolution_text_1.png
    A msautotest/renderers/expected/resolution_text_2.png
    A msautotest/renderers/expected/resolution_text_4.png
    A msautotest/renderers/expected/rgb_overlay.cairo.png
    A msautotest/renderers/expected/rgb_overlay.pdf
    A msautotest/renderers/expected/rgb_overlay.png
    A msautotest/renderers/expected/rgb_overlay.svg
    A msautotest/renderers/expected/rgb_overlay_res.cairo.png
    A msautotest/renderers/expected/rgb_overlay_res.pdf
    A msautotest/renderers/expected/rgb_overlay_res.png
    A msautotest/renderers/expected/rgb_overlay_res.svg
    A msautotest/renderers/expected/rgb_overlay_res_to8bit.cairo.png
    A msautotest/renderers/expected/rgb_overlay_res_to8bit.pdf
    A msautotest/renderers/expected/rgb_overlay_res_to8bit.png
    A msautotest/renderers/expected/rgb_overlay_res_to8bit.svg
    A msautotest/renderers/expected/rgb_overlay_res_to8bit_dithered.cairo.png
    A msautotest/renderers/expected/rgb_overlay_res_to8bit_dithered.pdf
    A msautotest/renderers/expected/rgb_overlay_res_to8bit_dithered.png
    A msautotest/renderers/expected/rgb_overlay_res_to8bit_dithered.svg
    A msautotest/renderers/expected/rgba_overlay_res.cairo.png
    A msautotest/renderers/expected/rgba_overlay_res.pdf
    A msautotest/renderers/expected/rgba_overlay_res.png
    A msautotest/renderers/expected/rgba_overlay_res.svg
    A msautotest/renderers/expected/text_shaping_1.cairo.png
    A msautotest/renderers/expected/text_shaping_1.pdf
    A msautotest/renderers/expected/text_shaping_1.png
    A msautotest/renderers/expected/text_shaping_1.svg
    A msautotest/renderers/expected/transparent_layer.cairo.png
    A msautotest/renderers/expected/transparent_layer.pdf
    A msautotest/renderers/expected/transparent_layer.png
    A msautotest/renderers/expected/transparent_layer.svg
    A msautotest/renderers/expected/utfgrid-escaping.json
    A msautotest/renderers/expected/uvraster.cairo.png
    A msautotest/renderers/expected/uvraster.pdf
    A msautotest/renderers/expected/uvraster.png
    A msautotest/renderers/expected/uvraster.svg
    A msautotest/renderers/expected/uvraster_reproj.cairo.png
    A msautotest/renderers/expected/uvraster_reproj.pdf
    A msautotest/renderers/expected/uvraster_reproj.png
    A msautotest/renderers/expected/uvraster_reproj.svg
    A msautotest/renderers/expected/wld_rotate.cairo.png
    A msautotest/renderers/expected/wld_rotate.pdf
    A msautotest/renderers/expected/wld_rotate.png
    A msautotest/renderers/expected/wld_rotate.svg
    A msautotest/renderers/expected/wld_upsidedown.cairo.png
    A msautotest/renderers/expected/wld_upsidedown.pdf
    A msautotest/renderers/expected/wld_upsidedown.png
    A msautotest/renderers/expected/wld_upsidedown.svg
    A msautotest/renderers/expected/wmsclient.cairo.png
    A msautotest/renderers/expected/wmsclient.pdf
    A msautotest/renderers/expected/wmsclient.png
    A msautotest/renderers/expected/wmsclient.svg
    A msautotest/renderers/font-fail.map
    A msautotest/renderers/force_palette.map
    A msautotest/renderers/force_palette_rgba.map
    A msautotest/renderers/force_pc256.map
    A msautotest/renderers/force_pc256_rgba.map
    A msautotest/renderers/geomtransform-vertex.map
    A msautotest/renderers/grid.map
    A msautotest/renderers/label-multifont.map
    A msautotest/renderers/label_noclip.map
    A msautotest/renderers/labelcacheoff.map
    A msautotest/renderers/labelpnt.map
    A msautotest/renderers/labelrot.map
    A msautotest/renderers/labels-alignment.map
    A msautotest/renderers/labels-anno.map
    A msautotest/renderers/labels-bitmap-multiline.map
    A msautotest/renderers/labels-bitmap.map
    A msautotest/renderers/labels-leader.map
    A msautotest/renderers/labels-min-distance.map
    A msautotest/renderers/labels.map
    A msautotest/renderers/legend.map
    A msautotest/renderers/legend_label_offset.map
    A msautotest/renderers/legend_raster_gradient.map
    A msautotest/renderers/legend_sizeunits_meters.map
    A msautotest/renderers/line_anchorpoint.map
    A msautotest/renderers/line_label_auto.map
    A msautotest/renderers/line_label_auto2.map
    A msautotest/renderers/line_label_follow.map
    A msautotest/renderers/line_label_follow_offsetted.map
    A msautotest/renderers/line_label_follow_retry.map
    A msautotest/renderers/line_marker_pixmap.map
    A msautotest/renderers/line_marker_svg.map
    A msautotest/renderers/line_marker_truetype.map
    A msautotest/renderers/line_marker_vector.map
    A msautotest/renderers/line_offset.map
    A msautotest/renderers/line_pattern.map
    A msautotest/renderers/line_pattern_offset.map
    A msautotest/renderers/line_short_gap.map
    A msautotest/renderers/line_simple.map
    A msautotest/renderers/lots_of_text.map
    A msautotest/renderers/marker_anchorpoint.map
    A msautotest/renderers/marker_pixmap.map
    A msautotest/renderers/mask.map
    A msautotest/renderers/mask_opacity.map
    A msautotest/renderers/multilabel-leader.map
    A msautotest/renderers/multilabel.map
    A msautotest/renderers/nodata_8bit.map
    A msautotest/renderers/palette.txt
    A msautotest/renderers/palette_rgba.txt
    A msautotest/renderers/plb_embed_legend.map
    A msautotest/renderers/plb_embed_legend_rgba.map
    A msautotest/renderers/plb_embed_legend_rgba_tr.map
    A msautotest/renderers/plb_embed_legend_tr.map
    A msautotest/renderers/point-polaroffset.map
    A msautotest/renderers/point_ellipse.map
    A msautotest/renderers/point_pixmap.map
    A msautotest/renderers/point_pixmap_gif.map
    A msautotest/renderers/point_svg.map
    A msautotest/renderers/point_truetype.map
    A msautotest/renderers/point_vector.map
    A msautotest/renderers/poly-label-multiline-pos-auto.map
    A msautotest/renderers/poly-label-pos-auto.map
    A msautotest/renderers/poly_geomtransform_anchor.map
    A msautotest/renderers/polygon-as-line-offset.map
    A msautotest/renderers/polygon-as-line.map
    A msautotest/renderers/polygon-hatch-dashed.map
    A msautotest/renderers/polygon-hatch.map
    A msautotest/renderers/polygon-pixmap.map
    A msautotest/renderers/polygon-simple.map
    A msautotest/renderers/polygon-ttf.map
    A msautotest/renderers/polygon-vector.map
    A msautotest/renderers/polyline_no_clip.map
    A msautotest/renderers/raster_simple.map
    A msautotest/renderers/raster_simple_opacity.map
    A msautotest/renderers/reproj.map
    A msautotest/renderers/resolution.map
    A msautotest/renderers/rgb_overlay.map
    A msautotest/renderers/rgb_overlay_res.map
    A msautotest/renderers/rgb_overlay_res_to8bit.map
    A msautotest/renderers/rgb_overlay_res_to8bit_dithered.map
    A msautotest/renderers/rgba_overlay_res.map
    A msautotest/renderers/run_test.py
    A msautotest/renderers/symbolset
    A msautotest/renderers/text-shaping.map
    A msautotest/renderers/transparent_layer.map
    A msautotest/renderers/utfgrid-escaping.map
    A msautotest/renderers/uvraster.map
    A msautotest/renderers/uvraster_reproj.map
    A msautotest/renderers/wld_rotate.map
    A msautotest/renderers/wld_upsidedown.map
    A msautotest/renderers/wmsclient.map
    A msautotest/valgrind-suppressions.txt
    A msautotest/wxs/contour_tileindex.map
    A msautotest/wxs/data/addfiles/wfs_ogr_addfile_in_subdir.txt
    A msautotest/wxs/data/alltypes.csv
    A msautotest/wxs/data/alltypes.csvt
    A msautotest/wxs/data/contour_gwm.tif
    A msautotest/wxs/data/contour_gwm_2.tif
    A msautotest/wxs/data/contour_ti.dbf
    A msautotest/wxs/data/contour_ti.prj
    A msautotest/wxs/data/contour_ti.shp
    A msautotest/wxs/data/contour_ti.shx
    A msautotest/wxs/data/db.sqlite
    A msautotest/wxs/data/epsg2
    A msautotest/wxs/data/grey.tif
    A msautotest/wxs/data/grey.wld
    A msautotest/wxs/data/inspire/TN.CommonTransportElements.TransportArea.dbf
    A msautotest/wxs/data/inspire/TN.CommonTransportElements.TransportArea.prj
    A msautotest/wxs/data/inspire/TN.CommonTransportElements.TransportArea.qix
    A msautotest/wxs/data/inspire/TN.CommonTransportElements.TransportArea.sbn
    A msautotest/wxs/data/inspire/TN.CommonTransportElements.TransportArea.sbx
    A msautotest/wxs/data/inspire/TN.CommonTransportElements.TransportArea.shp
    A msautotest/wxs/data/inspire/TN.CommonTransportElements.TransportArea.shx
    A msautotest/wxs/data/inspire/TN.CommonTransportElements.TransportLink.dbf
    A msautotest/wxs/data/inspire/TN.CommonTransportElements.TransportLink.prj
    A msautotest/wxs/data/inspire/TN.CommonTransportElements.TransportLink.qix
    A msautotest/wxs/data/inspire/TN.CommonTransportElements.TransportLink.sbn
    A msautotest/wxs/data/inspire/TN.CommonTransportElements.TransportLink.sbx
    A msautotest/wxs/data/inspire/TN.CommonTransportElements.TransportLink.shp
    A msautotest/wxs/data/inspire/TN.CommonTransportElements.TransportLink.shx
    A msautotest/wxs/data/inspire/TN.CommonTransportElements.TransportNode.dbf
    A msautotest/wxs/data/inspire/TN.CommonTransportElements.TransportNode.prj
    A msautotest/wxs/data/inspire/TN.CommonTransportElements.TransportNode.qix
    A msautotest/wxs/data/inspire/TN.CommonTransportElements.TransportNode.sbn
    A msautotest/wxs/data/inspire/TN.CommonTransportElements.TransportNode.sbx
    A msautotest/wxs/data/inspire/TN.CommonTransportElements.TransportNode.shp
    A msautotest/wxs/data/inspire/TN.CommonTransportElements.TransportNode.shx
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayArea.dbf
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayArea.prj
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayArea.qix
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayArea.sbn
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayArea.sbx
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayArea.shp
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayArea.shx
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayLink.dbf
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayLink.prj
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayLink.qix
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayLink.sbn
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayLink.sbx
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayLink.shp
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayLink.shx
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayStationArea.dbf
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayStationArea.prj
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayStationArea.qix
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayStationArea.sbn
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayStationArea.sbx
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayStationArea.shp
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayStationArea.shx
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayYardArea.dbf
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayYardArea.prj
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayYardArea.qix
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayYardArea.sbn
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayYardArea.sbx
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayYardArea.shp
    A msautotest/wxs/data/inspire/TN.RailTransportNetwork.RailwayYardArea.shx
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.RoadArea.dbf
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.RoadArea.prj
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.RoadArea.qix
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.RoadArea.sbn
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.RoadArea.sbx
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.RoadArea.shp
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.RoadArea.shx
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.RoadLink.dbf
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.RoadLink.prj
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.RoadLink.qix
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.RoadLink.sbn
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.RoadLink.sbx
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.RoadLink.shp
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.RoadLink.shx
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.RoadServiceArea.dbf
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.RoadServiceArea.prj
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.RoadServiceArea.qix
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.RoadServiceArea.sbn
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.RoadServiceArea.sbx
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.RoadServiceArea.shp
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.RoadServiceArea.shx
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.VehicleTrafficArea.dbf
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.VehicleTrafficArea.prj
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.VehicleTrafficArea.qix
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.VehicleTrafficArea.sbn
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.VehicleTrafficArea.sbx
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.VehicleTrafficArea.shp
    A msautotest/wxs/data/inspire/TN.RoadTransportNetwork.VehicleTrafficArea.shx
    A msautotest/wxs/data/lakes2.dbf
    A msautotest/wxs/data/lakes2.prj
    A msautotest/wxs/data/lakes2.qpj
    A msautotest/wxs/data/lakes2.shp
    A msautotest/wxs/data/lakes2.shx
    A msautotest/wxs/data/land_shallow_topo_2048.tif
    A msautotest/wxs/data/land_shallow_topo_2048.txt
    A msautotest/wxs/data/land_shallow_topo_2048.wld
    A msautotest/wxs/data/linestring.csv
    A msautotest/wxs/data/linestring.dbf
    A msautotest/wxs/data/linestring.shp
    A msautotest/wxs/data/linestring.shx
    A msautotest/wxs/data/linestring3d.csv
    A msautotest/wxs/data/multi.csv
    A msautotest/wxs/data/multiband.tif
    A msautotest/wxs/data/multilinestring.csv
    A msautotest/wxs/data/multilinestring.dbf
    A msautotest/wxs/data/multilinestring.shp
    A msautotest/wxs/data/multilinestring.shx
    A msautotest/wxs/data/multilinestring3d.csv
    A msautotest/wxs/data/multipoint.csv
    A msautotest/wxs/data/multipoint.dbf
    A msautotest/wxs/data/multipoint.shp
    A msautotest/wxs/data/multipoint.shx
    A msautotest/wxs/data/multipoint3d.csv
    A msautotest/wxs/data/multipolygon.csv
    A msautotest/wxs/data/multipolygon.dbf
    A msautotest/wxs/data/multipolygon.shp
    A msautotest/wxs/data/multipolygon.shx
    A msautotest/wxs/data/multipolygon3d.csv
    A msautotest/wxs/data/mums.gfs
    A msautotest/wxs/data/mums.gml
    A msautotest/wxs/data/mums.xsd
    A msautotest/wxs/data/obs.csv
    A msautotest/wxs/data/obs.dbf
    A msautotest/wxs/data/obs.ovf
    A msautotest/wxs/data/obs.shp
    A msautotest/wxs/data/obs.shx
    A msautotest/wxs/data/pattern1.dbf
    A msautotest/wxs/data/pattern1.shp
    A msautotest/wxs/data/pattern1.shx
    A msautotest/wxs/data/pattern10.dbf
    A msautotest/wxs/data/pattern10.shp
    A msautotest/wxs/data/pattern10.shx
    A msautotest/wxs/data/pattern11.dbf
    A msautotest/wxs/data/pattern11.shp
    A msautotest/wxs/data/pattern11.shx
    A msautotest/wxs/data/pattern12.dbf
    A msautotest/wxs/data/pattern12.shp
    A msautotest/wxs/data/pattern12.shx
    A msautotest/wxs/data/pattern13.dbf
    A msautotest/wxs/data/pattern13.shp
    A msautotest/wxs/data/pattern13.shx
    A msautotest/wxs/data/pattern14.dbf
    A msautotest/wxs/data/pattern14.shp
    A msautotest/wxs/data/pattern14.shx
    A msautotest/wxs/data/pattern15.dbf
    A msautotest/wxs/data/pattern15.shp
    A msautotest/wxs/data/pattern15.shx
    A msautotest/wxs/data/pattern2.dbf
    A msautotest/wxs/data/pattern2.shp
    A msautotest/wxs/data/pattern2.shx
    A msautotest/wxs/data/pattern3.dbf
    A msautotest/wxs/data/pattern3.shp
    A msautotest/wxs/data/pattern3.shx
    A msautotest/wxs/data/pattern4.dbf
    A msautotest/wxs/data/pattern4.shp
    A msautotest/wxs/data/pattern4.shx
    A msautotest/wxs/data/pattern5.dbf
    A msautotest/wxs/data/pattern5.shp
    A msautotest/wxs/data/pattern5.shx
    A msautotest/wxs/data/pattern6.dbf
    A msautotest/wxs/data/pattern6.shp
    A msautotest/wxs/data/pattern6.shx
    A msautotest/wxs/data/pattern7.dbf
    A msautotest/wxs/data/pattern7.shp
    A msautotest/wxs/data/pattern7.shx
    A msautotest/wxs/data/pattern8.dbf
    A msautotest/wxs/data/pattern8.shp
    A msautotest/wxs/data/pattern8.shx
    A msautotest/wxs/data/pattern9.dbf
    A msautotest/wxs/data/pattern9.shp
    A msautotest/wxs/data/pattern9.shx
    A msautotest/wxs/data/point.csv
    A msautotest/wxs/data/point.dbf
    A msautotest/wxs/data/point.shp
    A msautotest/wxs/data/point.shx
    A msautotest/wxs/data/point3d.csv
    A msautotest/wxs/data/point_2_49.dbf
    A msautotest/wxs/data/point_2_49.prj
    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/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/polar_stereo.tif
    A msautotest/wxs/data/polygon.csv
    A msautotest/wxs/data/polygon.dbf
    A msautotest/wxs/data/polygon.shp
    A msautotest/wxs/data/polygon.shx
    A msautotest/wxs/data/polygon3d.csv
    A msautotest/wxs/data/popplace.dbf
    A msautotest/wxs/data/popplace.sbn
    A msautotest/wxs/data/popplace.sbx
    A msautotest/wxs/data/popplace.shp
    A msautotest/wxs/data/popplace.shx
    A msautotest/wxs/data/province.dbf
    A msautotest/wxs/data/province.sbn
    A msautotest/wxs/data/province.sbx
    A msautotest/wxs/data/province.shp
    A msautotest/wxs/data/province.shx
    A msautotest/wxs/data/rivers.dbf
    A msautotest/wxs/data/rivers.qix
    A msautotest/wxs/data/rivers.shp
    A msautotest/wxs/data/rivers.shx
    A msautotest/wxs/data/road.dbf
    A msautotest/wxs/data/road.sbn
    A msautotest/wxs/data/road.sbx
    A msautotest/wxs/data/road.shp
    A msautotest/wxs/data/road.shx
    A msautotest/wxs/data/road2_with_addfiles.txt
    A msautotest/wxs/data/road_eng.dbf
    A msautotest/wxs/data/road_eng.sbn
    A msautotest/wxs/data/road_eng.sbx
    A msautotest/wxs/data/road_eng.shp
    A msautotest/wxs/data/road_eng.shx
    A msautotest/wxs/data/road_ger.dbf
    A msautotest/wxs/data/road_ger.sbn
    A msautotest/wxs/data/road_ger.sbx
    A msautotest/wxs/data/road_ger.shp
    A msautotest/wxs/data/road_ger.shx
    A msautotest/wxs/data/road_with_addfiles.txt
    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/data/sos-2147.xml
    A msautotest/wxs/data/sos-35.xml
    A msautotest/wxs/data/sos-604.xml
    A msautotest/wxs/data/test5299.csv
    A msautotest/wxs/data/ticket5445.tif
    A msautotest/wxs/data/toronto.tfw
    A msautotest/wxs/data/toronto.tif
    A msautotest/wxs/data/toronto.txt
    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/data/wcs_index.dbf
    A msautotest/wxs/data/wcs_index.shp
    A msautotest/wxs/data/wcs_index.shx
    A msautotest/wxs/data/wcs_mask.dbf
    A msautotest/wxs/data/wcs_mask.prj
    A msautotest/wxs/data/wcs_mask.qpj
    A msautotest/wxs/data/wcs_mask.shp
    A msautotest/wxs/data/wcs_mask.shx
    A msautotest/wxs/data/wfs_200_allgeoms_filestoredquery.xml
    A msautotest/wxs/data/wfs_ogr_common_addfile.txt
    A msautotest/wxs/data/withnullvalues.csv
    A msautotest/wxs/data/withnullvalues.csvt
    A msautotest/wxs/etc/fonts.txt
    A msautotest/wxs/etc/largesld.sld
    A msautotest/wxs/etc/repeat.sld
    A msautotest/wxs/etc/symbols.sym
    A msautotest/wxs/etc/vera/COPYRIGHT.TXT
    A msautotest/wxs/etc/vera/README.TXT
    A msautotest/wxs/etc/vera/RELEASENOTES.TXT
    A msautotest/wxs/etc/vera/Vera.ttf
    A msautotest/wxs/etc/vera/VeraBd.ttf
    A msautotest/wxs/expected/mode_maplegend_74.png
    A msautotest/wxs/expected/mode_maplegend_all.png
    A msautotest/wxs/expected/ows_all_wfs_capabilities.xml
    A msautotest/wxs/expected/ows_all_wfs_getfeature.xml
    A msautotest/wxs/expected/ows_all_wms_capabilities.xml
    A msautotest/wxs/expected/ows_all_wms_capabilities_post.xml
    A msautotest/wxs/expected/ows_all_wms_getfeatureinfo.xml
    A msautotest/wxs/expected/ows_metadata_302_layer_param.xml
    A msautotest/wxs/expected/ows_metadata_empty_layer_param.xml
    A msautotest/wxs/expected/ows_metadata_invalid_layer_param.xml
    A msautotest/wxs/expected/ows_metadata_layer_raster.xml
    A msautotest/wxs/expected/ows_metadata_layer_vector.xml
    A msautotest/wxs/expected/ows_metadata_missing_layer_param.xml
    A msautotest/wxs/expected/ows_metadata_wcs_capabilities100.xml
    A msautotest/wxs/expected/ows_metadata_wcs_capabilities110.xml
    A msautotest/wxs/expected/ows_metadata_wfs_capabilities100.xml
    A msautotest/wxs/expected/ows_metadata_wfs_capabilities110.xml
    A msautotest/wxs/expected/ows_metadata_wfs_capabilities200.xml
    A msautotest/wxs/expected/ows_metadata_wms_capabilities111.xml
    A msautotest/wxs/expected/ows_metadata_wms_capabilities130.xml
    A msautotest/wxs/expected/ows_sos_capabilities.xml
    A msautotest/wxs/expected/ows_sos_describesensor.xml
    A msautotest/wxs/expected/ows_sos_disabled.xml
    A msautotest/wxs/expected/ows_sos_getobservation.xml
    A msautotest/wxs/expected/ows_wcs11_disabled.xml
    A msautotest/wxs/expected/ows_wcs20_disabled.xml
    A msautotest/wxs/expected/ows_wcs_capabilities.xml
    A msautotest/wxs/expected/ows_wcs_describecoverage.xml
    A msautotest/wxs/expected/ows_wcs_getcoverage.xml
    A msautotest/wxs/expected/ows_wfs10_disabled.xml
    A msautotest/wxs/expected/ows_wfs11_disabled.xml
    A msautotest/wxs/expected/ows_wfs_capabilities.xml
    A msautotest/wxs/expected/ows_wfs_describefeaturetype.xml
    A msautotest/wxs/expected/ows_wfs_getfeature.xml
    A msautotest/wxs/expected/ows_wms11_disabled.xml
    A msautotest/wxs/expected/ows_wms13_disabled.xml
    A msautotest/wxs/expected/ows_wms_capabilities.xml
    A msautotest/wxs/expected/ows_wms_describelayer.xml
    A msautotest/wxs/expected/ows_wms_getfeatureinfo.xml
    A msautotest/wxs/expected/ows_wms_getfeatureinfo_gml.xml
    A msautotest/wxs/expected/ows_wms_getfeatureinfo_gml_alias.xml
    A msautotest/wxs/expected/ows_wms_getfeatureinfo_plain.xml
    A msautotest/wxs/expected/ows_wms_getfeatureinfo_plain_alias.xml
    A msautotest/wxs/expected/ows_wms_getfeatureinfo_plain_noalias.xml
    A msautotest/wxs/expected/ows_wms_getlegendgraphic.xml
    A msautotest/wxs/expected/ows_wms_getmap.xml
    A msautotest/wxs/expected/ows_wms_getmap_exception.png
    A msautotest/wxs/expected/ows_wms_getmap_valid.png
    A msautotest/wxs/expected/ows_wms_rootlayer_name_capabilities.xml
    A msautotest/wxs/expected/ows_wms_rootlayer_name_empty_capabilities.xml
    A msautotest/wxs/expected/sos_cap.xml
    A msautotest/wxs/expected/sos_cap0.xml
    A msautotest/wxs/expected/sos_cap1.xml
    A msautotest/wxs/expected/sos_caps_updatesequence.xml
    A msautotest/wxs/expected/sos_descobs.xml
    A msautotest/wxs/expected/sos_descobs_ex1.xml
    A msautotest/wxs/expected/sos_descobs_ex2.xml
    A msautotest/wxs/expected/sos_describe.xml
    A msautotest/wxs/expected/sos_exception_acceptversions.xml
    A msautotest/wxs/expected/sos_exception_updatesequence1.xml
    A msautotest/wxs/expected/sos_exception_updatesequence2.xml
    A msautotest/wxs/expected/sos_getobs_all.xml
    A msautotest/wxs/expected/sos_getobs_datablock.xml
    A msautotest/wxs/expected/sos_getobs_epsg_4326.xml
    A msautotest/wxs/expected/sos_getobs_filter.xml
    A msautotest/wxs/expected/sos_getobs_foi.xml
    A msautotest/wxs/expected/sos_getobs_proc.xml
    A msautotest/wxs/expected/sos_getobs_time.xml
    A msautotest/wxs/expected/sos_getobs_time_filter.xml
    A msautotest/wxs/expected/sos_getobs_time_filter_foi.xml
    A msautotest/wxs/expected/sos_se0.xml
    A msautotest/wxs/expected/sos_se1.xml
    A msautotest/wxs/expected/sos_se10.xml
    A msautotest/wxs/expected/sos_se11.xml
    A msautotest/wxs/expected/sos_se2.xml
    A msautotest/wxs/expected/sos_se3.xml
    A msautotest/wxs/expected/sos_se4.xml
    A msautotest/wxs/expected/sos_se5.xml
    A msautotest/wxs/expected/sos_se6.xml
    A msautotest/wxs/expected/sos_se7.xml
    A msautotest/wxs/expected/sos_se8.xml
    A msautotest/wxs/expected/sos_se9.xml
    A msautotest/wxs/expected/wcs11_cap.txt
    A msautotest/wxs/expected/wcs11_cap.xml
    A msautotest/wxs/expected/wcs11_caps_section1.xml
    A msautotest/wxs/expected/wcs11_caps_section2.xml
    A msautotest/wxs/expected/wcs11_caps_section3.xml
    A msautotest/wxs/expected/wcs11_caps_updatesequence.xml
    A msautotest/wxs/expected/wcs11_describe.xml
    A msautotest/wxs/expected/wcs11_exception_updatesequence1.xml
    A msautotest/wxs/expected/wcs11_exception_updatesequence2.xml
    A msautotest/wxs/expected/wcs11_post_cap.xml
    A msautotest/wxs/expected/wcs11_post_caps_section1.xml
    A msautotest/wxs/expected/wcs11_post_caps_section2.xml
    A msautotest/wxs/expected/wcs11_post_caps_section3.xml
    A msautotest/wxs/expected/wcs11_post_caps_updatesequence.xml
    A msautotest/wxs/expected/wcs11_post_describe.xml
    A msautotest/wxs/expected/wcs11_post_exception_invalidparam_coverage.xml
    A msautotest/wxs/expected/wcs11_post_exception_invalidparam_format.xml
    A msautotest/wxs/expected/wcs11_post_exception_invalidparam_request.xml
    A msautotest/wxs/expected/wcs11_post_exception_missingparam_coverage.xml
    A msautotest/wxs/expected/wcs11_post_exception_missingparam_format.xml
    A msautotest/wxs/expected/wcs11_post_exception_updatesequence1.xml
    A msautotest/wxs/expected/wcs11_post_exception_updatesequence2.xml
    A msautotest/wxs/expected/wcs11_post_getcov_gdpng8.dat
    A msautotest/wxs/expected/wcs11_post_getcov_grd.dat
    A msautotest/wxs/expected/wcs11_post_getcov_grd_4326.dat
    A msautotest/wxs/expected/wcs11_post_getcov_grd_imagecrs.dat
    A msautotest/wxs/expected/wcs11_post_getcov_grd_wgs84.dat
    A msautotest/wxs/expected/wcs_10_getcov_bands_name_new.dat
    A msautotest/wxs/expected/wcs_16.grd
    A msautotest/wxs/expected/wcs_16_ds.grd
    A msautotest/wxs/expected/wcs_16_repro.grd
    A msautotest/wxs/expected/wcs_20_cap.txt
    A msautotest/wxs/expected/wcs_20_cap.xml
    A msautotest/wxs/expected/wcs_20_cap_200.xml
    A msautotest/wxs/expected/wcs_20_cap_accept_versions.xml
    A msautotest/wxs/expected/wcs_20_cap_sections_all.xml
    A msautotest/wxs/expected/wcs_20_cap_sections_all_specific.xml
    A msautotest/wxs/expected/wcs_20_cap_sections_contents.xml
    A msautotest/wxs/expected/wcs_20_cap_sections_operations_metadata.xml
    A msautotest/wxs/expected/wcs_20_cap_sections_service_identification.xml
    A msautotest/wxs/expected/wcs_20_cap_sections_service_metadata.xml
    A msautotest/wxs/expected/wcs_20_cap_sections_service_provider.xml
    A msautotest/wxs/expected/wcs_20_cap_updatesequence.xml
    A msautotest/wxs/expected/wcs_20_desc.txt
    A msautotest/wxs/expected/wcs_20_desc.xml
    A msautotest/wxs/expected/wcs_20_desc_bands.xml
    A msautotest/wxs/expected/wcs_20_exception_exceed_maxsize.xml
    A msautotest/wxs/expected/wcs_20_exception_extent_nooverlap.xml
    A msautotest/wxs/expected/wcs_20_exception_invalidaxislabel.xml
    A msautotest/wxs/expected/wcs_20_exception_invalidaxislabel_2.xml
    A msautotest/wxs/expected/wcs_20_exception_invalidparam_coverage.xml
    A msautotest/wxs/expected/wcs_20_exception_invalidparam_format.xml
    A msautotest/wxs/expected/wcs_20_exception_invalidparam_interpolation.xml
    A msautotest/wxs/expected/wcs_20_exception_invalidparam_mediatype.xml
    A msautotest/wxs/expected/wcs_20_exception_invalidparam_request.txt
    A msautotest/wxs/expected/wcs_20_exception_invalidparam_request.xml
    A msautotest/wxs/expected/wcs_20_exception_invalidsubsetting.xml
    A msautotest/wxs/expected/wcs_20_exception_invalidsubsetting_2.xml
    A msautotest/wxs/expected/wcs_20_exception_missingparam_coverage.xml
    A msautotest/wxs/expected/wcs_20_exception_missingparam_request.xml
    A msautotest/wxs/expected/wcs_20_exception_requestparseerror.xml
    A msautotest/wxs/expected/wcs_20_exception_scaling.xml
    A msautotest/wxs/expected/wcs_20_exception_toomanyparams_coverage.xml
    A msautotest/wxs/expected/wcs_20_exception_updatesequence_equal.xml
    A msautotest/wxs/expected/wcs_20_exception_updatesequence_higher.xml
    A msautotest/wxs/expected/wcs_20_getcov_bands_index.tif
    A msautotest/wxs/expected/wcs_20_getcov_bands_index_new.tif
    A msautotest/wxs/expected/wcs_20_getcov_bands_interval.tif
    A msautotest/wxs/expected/wcs_20_getcov_bands_intervals.tif
    A msautotest/wxs/expected/wcs_20_getcov_bands_name.dat
    A msautotest/wxs/expected/wcs_20_getcov_bands_name.tif
    A msautotest/wxs/expected/wcs_20_getcov_bands_name_new.dat
    A msautotest/wxs/expected/wcs_20_getcov_bands_name_new.tif
    A msautotest/wxs/expected/wcs_20_getcov_bands_name_new_reproject.dat
    A msautotest/wxs/expected/wcs_20_getcov_full.dat
    A msautotest/wxs/expected/wcs_20_getcov_full.png
    A msautotest/wxs/expected/wcs_20_getcov_full.tif
    A msautotest/wxs/expected/wcs_20_getcov_grd.dat
    A msautotest/wxs/expected/wcs_20_getcov_grd_mp.dat
    A msautotest/wxs/expected/wcs_20_getcov_gtiff_compress_deflate_predictor.tif
    A msautotest/wxs/expected/wcs_20_getcov_gtiff_compress_jpeg.tif
    A msautotest/wxs/expected/wcs_20_getcov_gtiff_interleave_band.tif
    A msautotest/wxs/expected/wcs_20_getcov_gtiff_tiling.tif
    A msautotest/wxs/expected/wcs_20_getcov_imageCRS.tif
    A msautotest/wxs/expected/wcs_20_getcov_imageCRS_scaling_resolution_trim_both.tif
    A msautotest/wxs/expected/wcs_20_getcov_imageCRS_scaling_size_trim_both.tif
    A msautotest/wxs/expected/wcs_20_getcov_interpolation_average.tif
    A msautotest/wxs/expected/wcs_20_getcov_interpolation_bilinear.tif
    A msautotest/wxs/expected/wcs_20_getcov_interpolation_nearest.tif
    A msautotest/wxs/expected/wcs_20_getcov_native_format.tif
    A msautotest/wxs/expected/wcs_20_getcov_origCRS.tif
    A msautotest/wxs/expected/wcs_20_getcov_origCRS_scaling_resolution_trim_both.tif
    A msautotest/wxs/expected/wcs_20_getcov_origCRS_scaling_size_trim_both.tif
    A msautotest/wxs/expected/wcs_20_getcov_outputcrs.tif
    A msautotest/wxs/expected/wcs_20_getcov_reproj.dat
    A msautotest/wxs/expected/wcs_20_getcov_reproj.tif
    A msautotest/wxs/expected/wcs_20_getcov_reproj_scaling_resolution_trim_both.tif
    A msautotest/wxs/expected/wcs_20_getcov_reproj_scaling_size_trim_both.tif
    A msautotest/wxs/expected/wcs_20_getcov_scaling_extent.tif
    A msautotest/wxs/expected/wcs_20_getcov_scaling_resolution_full.tif
    A msautotest/wxs/expected/wcs_20_getcov_scaling_resolution_size.tif
    A msautotest/wxs/expected/wcs_20_getcov_scaling_resolution_trim_both.tif
    A msautotest/wxs/expected/wcs_20_getcov_scaling_scalefactor.tif
    A msautotest/wxs/expected/wcs_20_getcov_scaling_scalefactor_per_axis.tif
    A msautotest/wxs/expected/wcs_20_getcov_scaling_size_full.tif
    A msautotest/wxs/expected/wcs_20_getcov_scaling_size_resolution.tif
    A msautotest/wxs/expected/wcs_20_getcov_scaling_size_trim_both.tif
    A msautotest/wxs/expected/wcs_20_getcov_subsettingcrs.tif
    A msautotest/wxs/expected/wcs_20_getcov_trim_x_both.tif
    A msautotest/wxs/expected/wcs_20_getcov_trim_x_max.tif
    A msautotest/wxs/expected/wcs_20_getcov_trim_x_min.tif
    A msautotest/wxs/expected/wcs_20_getcov_trim_x_y_both.tif
    A msautotest/wxs/expected/wcs_20_getcov_trim_x_y_both_1px.tif
    A msautotest/wxs/expected/wcs_20_getcov_trim_y_both.tif
    A msautotest/wxs/expected/wcs_20_getcov_trim_y_max.tif
    A msautotest/wxs/expected/wcs_20_getcov_trim_y_min.tif
    A msautotest/wxs/expected/wcs_20_multi_getcov_trim_x_to_1px.tif
    A msautotest/wxs/expected/wcs_20_multi_getcov_trim_y_to_1px.tif
    A msautotest/wxs/expected/wcs_20_post_bands_index.tif
    A msautotest/wxs/expected/wcs_20_post_bands_index_new.tif
    A msautotest/wxs/expected/wcs_20_post_bands_interval_component.tif
    A msautotest/wxs/expected/wcs_20_post_bands_name.dat
    A msautotest/wxs/expected/wcs_20_post_bands_name.tif
    A msautotest/wxs/expected/wcs_20_post_bands_name_new.dat
    A msautotest/wxs/expected/wcs_20_post_bands_name_new.tif
    A msautotest/wxs/expected/wcs_20_post_cap.xml
    A msautotest/wxs/expected/wcs_20_post_desc.xml
    A msautotest/wxs/expected/wcs_20_post_exception_extent_nooverlap.xml
    A msautotest/wxs/expected/wcs_20_post_exception_invalidparam_coverage.xml
    A msautotest/wxs/expected/wcs_20_post_exception_invalidparam_format.xml
    A msautotest/wxs/expected/wcs_20_post_exception_invalidparam_interpolation.xml
    A msautotest/wxs/expected/wcs_20_post_exception_invalidparam_request.xml
    A msautotest/wxs/expected/wcs_20_post_exception_missingparam_coverage.xml
    A msautotest/wxs/expected/wcs_20_post_exception_missingparam_format_no_native.xml
    A msautotest/wxs/expected/wcs_20_post_exception_scaling.xml
    A msautotest/wxs/expected/wcs_20_post_exception_toomanyparams_coverage.xml
    A msautotest/wxs/expected/wcs_20_post_getcov_full_multipart.dat
    A msautotest/wxs/expected/wcs_20_post_getcov_geotiff_compression_jpeg.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_imageCRS.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_imageCRS_scaling_resolution_trim_both.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_imageCRS_scaling_size_trim_both.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_interpolation_average.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_interpolation_bilinear.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_interpolation_nearest.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_origCRS.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_origCRS_scaling_resolution_trim_both.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_origCRS_scaling_size_trim_both.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_reproj.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_reproj_scaling_resolution_trim_both.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_reproj_scaling_size_trim_both.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_scaling_resolution_full.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_scaling_resolution_size.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_scaling_resolution_trim_both.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_scaling_size_full.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_scaling_size_resolution.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_scaling_size_trim_both.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_subsettingcrs.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_subsettingcrs_outputcrs.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_trim_x_both.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_trim_x_max.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_trim_x_min.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_trim_x_y_both.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_trim_x_y_both_1px.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_trim_y_both.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_trim_y_max.tif
    A msautotest/wxs/expected/wcs_20_post_getcov_trim_y_min.tif
    A msautotest/wxs/expected/wcs_bilinear.png
    A msautotest/wxs/expected/wcs_cap.txt
    A msautotest/wxs/expected/wcs_cap.xml
    A msautotest/wxs/expected/wcs_cap_highversion_x.xml
    A msautotest/wxs/expected/wcs_cap_highversion_x.y.xml
    A msautotest/wxs/expected/wcs_cap_highversion_x.y.z.xml
    A msautotest/wxs/expected/wcs_cap_noversion.xml
    A msautotest/wxs/expected/wcs_caps_updatesequence.xml
    A msautotest/wxs/expected/wcs_describe.xml
    A msautotest/wxs/expected/wcs_describe_coverage_tileindexmixedsrs_26711.xml
    A msautotest/wxs/expected/wcs_empty_cap100.xml
    A msautotest/wxs/expected/wcs_empty_cap111.xml
    A msautotest/wxs/expected/wcs_empty_cap201.xml
    A msautotest/wxs/expected/wcs_empty_cap_latestversion.xml
    A msautotest/wxs/expected/wcs_exception-2.xml
    A msautotest/wxs/expected/wcs_exception-3.xml
    A msautotest/wxs/expected/wcs_exception-4.xml
    A msautotest/wxs/expected/wcs_exception-5.xml
    A msautotest/wxs/expected/wcs_exception-6.xml
    A msautotest/wxs/expected/wcs_exception-7.xml
    A msautotest/wxs/expected/wcs_exception.xml
    A msautotest/wxs/expected/wcs_exception_updatesequence1.xml
    A msautotest/wxs/expected/wcs_exception_updatesequence2.xml
    A msautotest/wxs/expected/wcs_get_capabilities_tileindexmixedsrs_26711.xml
    A msautotest/wxs/expected/wcs_get_caps.xml
    A msautotest/wxs/expected/wcs_get_coverage_tileindexmixedsrs_26711.tif
    A msautotest/wxs/expected/wcs_getcov_exception_bands.xml
    A msautotest/wxs/expected/wcs_getcov_exception_bbox.xml
    A msautotest/wxs/expected/wcs_getcov_exception_maxsize.xml
    A msautotest/wxs/expected/wcs_getcov_grd_10.dat
    A msautotest/wxs/expected/wcs_getcov_grd_11.dat
    A msautotest/wxs/expected/wcs_getcov_grd_11_4326.dat
    A msautotest/wxs/expected/wcs_getcov_grd_11_imagecrs.dat
    A msautotest/wxs/expected/wcs_getcov_grd_11_wgs84.dat
    A msautotest/wxs/expected/wcs_getcov_png8_11.dat
    A msautotest/wxs/expected/wcs_mask_16.grd
    A msautotest/wxs/expected/wcs_mask_16_ds.grd
    A msautotest/wxs/expected/wcs_mask_16_repro.grd
    A msautotest/wxs/expected/wcs_mask_20_getcov_full.dat
    A msautotest/wxs/expected/wcs_mask_20_getcov_full.gif
    A msautotest/wxs/expected/wcs_mask_20_getcov_full.png
    A msautotest/wxs/expected/wcs_mask_20_getcov_full.tif
    A msautotest/wxs/expected/wcs_mask_20_getcov_grd.dat
    A msautotest/wxs/expected/wcs_mask_20_getcov_grd_mp.dat
    A msautotest/wxs/expected/wcs_mask_20_getcov_imageCRS.tif
    A msautotest/wxs/expected/wcs_mask_20_getcov_imageCRS_scaling_resolution_trim_both.tif
    A msautotest/wxs/expected/wcs_mask_20_getcov_imageCRS_scaling_size_trim_both.tif
    A msautotest/wxs/expected/wcs_mask_20_getcov_interpolation_average.tif
    A msautotest/wxs/expected/wcs_mask_20_getcov_interpolation_bilinear.tif
    A msautotest/wxs/expected/wcs_mask_20_getcov_interpolation_nearest.tif
    A msautotest/wxs/expected/wcs_mask_20_getcov_origCRS.tif
    A msautotest/wxs/expected/wcs_mask_20_getcov_origCRS_scaling_resolution_trim_both.tif
    A msautotest/wxs/expected/wcs_mask_20_getcov_origCRS_scaling_size_trim_both.tif
    A msautotest/wxs/expected/wcs_mask_20_getcov_reproj.dat
    A msautotest/wxs/expected/wcs_mask_20_getcov_reproj.tif
    A msautotest/wxs/expected/wcs_mask_20_getcov_reproj_scaling_resolution_trim_both.tif
    A msautotest/wxs/expected/wcs_mask_20_getcov_reproj_scaling_size_trim_both.tif
    A msautotest/wxs/expected/wcs_mask_20_getcov_scaling_resolution_full.tif
    A msautotest/wxs/expected/wcs_mask_20_getcov_scaling_resolution_size.tif
    A msautotest/wxs/expected/wcs_mask_20_getcov_scaling_resolution_trim_both.tif
    A msautotest/wxs/expected/wcs_mask_20_getcov_scaling_size_full.tif
    A msautotest/wxs/expected/wcs_mask_20_getcov_scaling_size_resolution.tif
    A msautotest/wxs/expected/wcs_mask_20_getcov_scaling_size_trim_both.tif
    A msautotest/wxs/expected/wcs_mask_20_getcov_trim_x_both.tif
    A msautotest/wxs/expected/wcs_mask_20_getcov_trim_x_max.tif
    A msautotest/wxs/expected/wcs_mask_20_getcov_trim_x_min.tif
    A msautotest/wxs/expected/wcs_mask_20_getcov_trim_x_y_both.tif
    A msautotest/wxs/expected/wcs_mask_20_getcov_trim_x_y_both_1px.tif
    A msautotest/wxs/expected/wcs_mask_20_getcov_trim_y_both.tif
    A msautotest/wxs/expected/wcs_mask_20_getcov_trim_y_max.tif
    A msautotest/wxs/expected/wcs_mask_20_getcov_trim_y_min.tif
    A msautotest/wxs/expected/wcs_mask_bilinear.gif
    A msautotest/wxs/expected/wcs_mask_bilinear.png
    A msautotest/wxs/expected/wcs_mask_getcov_grd_10.dat
    A msautotest/wxs/expected/wcs_mask_getcov_grd_11.dat
    A msautotest/wxs/expected/wcs_mask_getcov_grd_11_4326.dat
    A msautotest/wxs/expected/wcs_mask_getcov_grd_11_imagecrs.dat
    A msautotest/wxs/expected/wcs_mask_getcov_grd_11_wgs84.dat
    A msautotest/wxs/expected/wcs_mask_getcov_png8_11.dat
    A msautotest/wxs/expected/wcs_mask_simple.gif
    A msautotest/wxs/expected/wcs_mask_simple.png
    A msautotest/wxs/expected/wcs_post_exception1.xml
    A msautotest/wxs/expected/wcs_post_exception2.xml
    A msautotest/wxs/expected/wcs_simple.png
    A msautotest/wxs/expected/wfs10_test_xml_escaping.xml
    A msautotest/wxs/expected/wfs11_cap.xml
    A msautotest/wxs/expected/wfs11_cap_ogr.xml
    A msautotest/wxs/expected/wfs11_caps_updatesequence.xml
    A msautotest/wxs/expected/wfs11_caps_updatesequence_ogr.xml
    A msautotest/wxs/expected/wfs11_describe.xml
    A msautotest/wxs/expected/wfs11_describe_ogr.xml
    A msautotest/wxs/expected/wfs11_exception.xml
    A msautotest/wxs/expected/wfs11_exception_invalid_srsname.xml
    A msautotest/wxs/expected/wfs11_exception_invalid_srsname_ogr.xml
    A msautotest/wxs/expected/wfs11_exception_ogr.xml
    A msautotest/wxs/expected/wfs11_exception_updatesequence1.xml
    A msautotest/wxs/expected/wfs11_exception_updatesequence1_ogr.xml
    A msautotest/wxs/expected/wfs11_exception_updatesequence2.xml
    A msautotest/wxs/expected/wfs11_exception_updatesequence2_ogr.xml
    A msautotest/wxs/expected/wfs11_get_feature.xml
    A msautotest/wxs/expected/wfs11_get_feature_hits.xml
    A msautotest/wxs/expected/wfs11_get_feature_hits_ogr.xml
    A msautotest/wxs/expected/wfs11_get_feature_id.xml
    A msautotest/wxs/expected/wfs11_get_feature_id_gml2.xml
    A msautotest/wxs/expected/wfs11_get_feature_id_gml2_ogr.xml
    A msautotest/wxs/expected/wfs11_get_feature_id_ogr.xml
    A msautotest/wxs/expected/wfs11_get_feature_maxfeatures.xml
    A msautotest/wxs/expected/wfs11_get_feature_maxfeatures_ogr.xml
    A msautotest/wxs/expected/wfs11_get_feature_ogr.xml
    A msautotest/wxs/expected/wfs11_get_feature_srsname.xml
    A msautotest/wxs/expected/wfs11_get_feature_srsname_ogr.xml
    A msautotest/wxs/expected/wfs11_test_xml_escaping.xml
    A msautotest/wxs/expected/wfs20_cap.xml
    A msautotest/wxs/expected/wfs20_test_xml_escaping.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_describefeaturetype.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_describefeaturetype_gml2.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_describefeaturetype_typename.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_describestoredqueries.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_describestoredqueries_with_id.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_describestoredqueries_with_predefined_id.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_describestoredqueries_with_two_id.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_exception_invalidquery.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_exception_myquery_missing_param.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_getfeature.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_getfeature_3857.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_getfeature_3857_bbox.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_getfeature_all_filters.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_getfeature_bbox_count_0.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_getfeature_bbox_none.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_getfeature_count_0.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_getfeature_gml2.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_getfeature_gml3.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_getfeature_multilayer_filter_count.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_getfeature_multilayer_rid_count.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_getfeature_start_index.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_getfeaturebyid.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_liststoredqueries.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_myquery.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_post_describefeaturetype_typename.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_post_describestoredqueries_with_two_id.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_post_exception_invalidquery.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_post_getfeature.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_post_getfeature_all_filters.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_post_getfeature_count_1.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_post_getfeature_filter_first_layer.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_post_getfeature_filter_first_layer_count.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_post_getfeature_filter_second_layer.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_post_getfeature_filter_second_layer_count.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_post_liststoredqueries.xml
    A msautotest/wxs/expected/wfs_200_allgeoms_post_several_getfeaturebyid.xml
    A msautotest/wxs/expected/wfs_200_caps.xml
    A msautotest/wxs/expected/wfs_200_caps_000.xml
    A msautotest/wxs/expected/wfs_200_caps_100.xml
    A msautotest/wxs/expected/wfs_200_caps_105.xml
    A msautotest/wxs/expected/wfs_200_caps_110.xml
    A msautotest/wxs/expected/wfs_200_caps_115.xml
    A msautotest/wxs/expected/wfs_200_caps_200.xml
    A msautotest/wxs/expected/wfs_200_caps_200_110.xml
    A msautotest/wxs/expected/wfs_200_caps_205.xml
    A msautotest/wxs/expected/wfs_200_caps_acceptversions_110.xml
    A msautotest/wxs/expected/wfs_200_caps_acceptversions_110_100.xml
    A msautotest/wxs/expected/wfs_200_caps_acceptversions_110_200.xml
    A msautotest/wxs/expected/wfs_200_caps_acceptversions_123.xml
    A msautotest/wxs/expected/wfs_200_caps_acceptversions_200.xml
    A msautotest/wxs/expected/wfs_200_caps_acceptversions_200_110.xml
    A msautotest/wxs/expected/wfs_200_caps_acceptversions_foo.xml
    A msautotest/wxs/expected/wfs_200_caps_invalid.xml
    A msautotest/wxs/expected/wfs_200_caps_post.xml
    A msautotest/wxs/expected/wfs_200_caps_post_acceptversions_110.xml
    A msautotest/wxs/expected/wfs_200_caps_post_acceptversions_110_200.xml
    A msautotest/wxs/expected/wfs_200_caps_post_acceptversions_200_110.xml
    A msautotest/wxs/expected/wfs_200_caps_post_invalid.xml
    A msautotest/wxs/expected/wfs_200_caps_post_kvp.xml
    A msautotest/wxs/expected/wfs_200_caps_post_version_110.xml
    A msautotest/wxs/expected/wfs_200_caps_post_version_200.xml
    A msautotest/wxs/expected/wfs_200_caps_sections_all.xml
    A msautotest/wxs/expected/wfs_200_caps_sections_feature_type_list.xml
    A msautotest/wxs/expected/wfs_200_caps_sections_filter_capabilities.xml
    A msautotest/wxs/expected/wfs_200_caps_sections_operations_metadata.xml
    A msautotest/wxs/expected/wfs_200_caps_sections_service_identification.xml
    A msautotest/wxs/expected/wfs_200_caps_sections_service_provider.xml
    A msautotest/wxs/expected/wfs_200_caps_updatesequence.xml
    A msautotest/wxs/expected/wfs_200_cite_bbox_world.xml
    A msautotest/wxs/expected/wfs_200_cite_describe.xml
    A msautotest/wxs/expected/wfs_200_cite_exception_inexisting_property.xml
    A msautotest/wxs/expected/wfs_200_cite_exception_invalid_operand.xml
    A msautotest/wxs/expected/wfs_200_cite_exception_no_service.xml
    A msautotest/wxs/expected/wfs_200_cite_filter_bbox_world.xml
    A msautotest/wxs/expected/wfs_200_cite_filter_like.xml
    A msautotest/wxs/expected/wfs_200_cite_filter_resourceid_stringvalue.xml
    A msautotest/wxs/expected/wfs_200_cite_flt_simplify_1.xml
    A msautotest/wxs/expected/wfs_200_cite_flt_simplify_2.xml
    A msautotest/wxs/expected/wfs_200_cite_flt_simplify_3.xml
    A msautotest/wxs/expected/wfs_200_cite_flt_simplify_4.xml
    A msautotest/wxs/expected/wfs_200_cite_flt_simplify_5.xml
    A msautotest/wxs/expected/wfs_200_cite_flt_simplify_6.xml
    A msautotest/wxs/expected/wfs_200_cite_getpropertyvalue_gmlid.xml
    A msautotest/wxs/expected/wfs_200_cite_not_propertyisnil_nillable_property.xml
    A msautotest/wxs/expected/wfs_200_cite_not_propertyisnull_valid_property.xml
    A msautotest/wxs/expected/wfs_200_cite_postgis_bbox_world.xml
    A msautotest/wxs/expected/wfs_200_cite_postgis_describe.xml
    A msautotest/wxs/expected/wfs_200_cite_postgis_exception_no_service.xml
    A msautotest/wxs/expected/wfs_200_cite_postgis_filter_bbox_world.xml
    A msautotest/wxs/expected/wfs_200_cite_postgis_filter_like.xml
    A msautotest/wxs/expected/wfs_200_cite_postgis_filter_resourceid_stringvalue.xml
    A msautotest/wxs/expected/wfs_200_cite_postgis_getpropertyvalue_gmlid.xml
    A msautotest/wxs/expected/wfs_200_cite_postgis_not_propertyisnil_nillable_property.xml
    A msautotest/wxs/expected/wfs_200_cite_postgis_not_propertyisnull_valid_property.xml
    A msautotest/wxs/expected/wfs_200_cite_postgis_propertyisnil_nillable_property.xml
    A msautotest/wxs/expected/wfs_200_cite_postgis_propertyisnull_gmlname.xml
    A msautotest/wxs/expected/wfs_200_cite_propertyisnil_boundedBy.xml
    A msautotest/wxs/expected/wfs_200_cite_propertyisnil_nillable_property.xml
    A msautotest/wxs/expected/wfs_200_cite_propertyisnull_boundedBy.xml
    A msautotest/wxs/expected/wfs_200_cite_propertyisnull_gmlname.xml
    A msautotest/wxs/expected/wfs_200_describefeaturetype.xml
    A msautotest/wxs/expected/wfs_200_describefeaturetype_outputformat_gml212.xml
    A msautotest/wxs/expected/wfs_200_describefeaturetype_outputformat_gml311.xml
    A msautotest/wxs/expected/wfs_200_describefeaturetype_outputformat_gml32.xml
    A msautotest/wxs/expected/wfs_200_describefeaturetype_typename.xml
    A msautotest/wxs/expected/wfs_200_describestoredqueries.xml
    A msautotest/wxs/expected/wfs_200_describestoredqueries_with_id.xml
    A msautotest/wxs/expected/wfs_200_exception_allgeoms_getfeature_invalid_typename.xml
    A msautotest/wxs/expected/wfs_200_exception_describefeaturetype_illegal_typename.xml
    A msautotest/wxs/expected/wfs_200_exception_describefeaturetype_outputformat_invalid.xml
    A msautotest/wxs/expected/wfs_200_exception_describestoredqueries_with_invalid_id.xml
    A msautotest/wxs/expected/wfs_200_exception_getfeature_bbox_wrong_number_of_args.xml
    A msautotest/wxs/expected/wfs_200_exception_getfeature_filter_bbox.xml
    A msautotest/wxs/expected/wfs_200_exception_getfeature_filter_language.xml
    A msautotest/wxs/expected/wfs_200_exception_getfeature_filter_resourceid.xml
    A msautotest/wxs/expected/wfs_200_exception_getfeature_filter_typenames_different_count.xml
    A msautotest/wxs/expected/wfs_200_exception_getfeature_invalid_filter.xml
    A msautotest/wxs/expected/wfs_200_exception_getfeature_invalid_srsname.xml
    A msautotest/wxs/expected/wfs_200_exception_getfeature_no_typenames.xml
    A msautotest/wxs/expected/wfs_200_exception_getfeature_outputformat.xml
    A msautotest/wxs/expected/wfs_200_exception_getfeature_resourceid_badstructure.xml
    A msautotest/wxs/expected/wfs_200_exception_getfeature_resourceid_disable_layer.xml
    A msautotest/wxs/expected/wfs_200_exception_getfeature_resourceid_filter_invalid_typename.xml
    A msautotest/wxs/expected/wfs_200_exception_getfeature_resourceid_inexisting.xml
    A msautotest/wxs/expected/wfs_200_exception_getfeature_resourceid_invalid_typename.xml
    A msautotest/wxs/expected/wfs_200_exception_getfeaturebyid_invalid_id.xml
    A msautotest/wxs/expected/wfs_200_exception_getfeaturebyid_missing_param.xml
    A msautotest/wxs/expected/wfs_200_exception_getfeaturebyid_no_such_typename.xml
    A msautotest/wxs/expected/wfs_200_exception_getfeaturebyid_nofeature.xml
    A msautotest/wxs/expected/wfs_200_exception_getfeaturebyid_wrong_queryid.xml
    A msautotest/wxs/expected/wfs_200_exception_getpropertyvalue_excluded_property.xml
    A msautotest/wxs/expected/wfs_200_exception_getpropertyvalue_invalid_outputformat.xml
    A msautotest/wxs/expected/wfs_200_exception_getpropertyvalue_invalid_property.xml
    A msautotest/wxs/expected/wfs_200_exception_getpropertyvalue_invalid_typename.xml
    A msautotest/wxs/expected/wfs_200_exception_getpropertyvalue_missing_typenames.xml
    A msautotest/wxs/expected/wfs_200_exception_getpropertyvalue_missing_valuereference.xml
    A msautotest/wxs/expected/wfs_200_exception_post_getfeature_resourceid_disable_layer.xml
    A msautotest/wxs/expected/wfs_200_exception_request_missing.xml
    A msautotest/wxs/expected/wfs_200_exception_updatesequence1.xml
    A msautotest/wxs/expected/wfs_200_exception_updatesequence2.xml
    A msautotest/wxs/expected/wfs_200_getfeature.xml
    A msautotest/wxs/expected/wfs_200_getfeature_bbox.xml
    A msautotest/wxs/expected/wfs_200_getfeature_bbox_with_crs84_srs.xml
    A msautotest/wxs/expected/wfs_200_getfeature_bbox_with_srs.xml
    A msautotest/wxs/expected/wfs_200_getfeature_bbox_with_urn_srs.xml
    A msautotest/wxs/expected/wfs_200_getfeature_count_0.xml
    A msautotest/wxs/expected/wfs_200_getfeature_count_1.xml
    A msautotest/wxs/expected/wfs_200_getfeature_count_100.xml
    A msautotest/wxs/expected/wfs_200_getfeature_empty_bbox.xml
    A msautotest/wxs/expected/wfs_200_getfeature_filter_full_bbox.xml
    A msautotest/wxs/expected/wfs_200_getfeature_filter_language.xml
    A msautotest/wxs/expected/wfs_200_getfeature_hits_with_prefix.xml
    A msautotest/wxs/expected/wfs_200_getfeature_outputformat_gml212.xml
    A msautotest/wxs/expected/wfs_200_getfeature_outputformat_gml311.xml
    A msautotest/wxs/expected/wfs_200_getfeature_outputformat_gml321.xml
    A msautotest/wxs/expected/wfs_200_getfeature_outputformat_gmlxml321.xml
    A msautotest/wxs/expected/wfs_200_getfeature_resourceid.xml
    A msautotest/wxs/expected/wfs_200_getfeature_resourceid_notypenames.xml
    A msautotest/wxs/expected/wfs_200_getfeature_resulttype_hits.xml
    A msautotest/wxs/expected/wfs_200_getfeature_resulttype_hits_count.xml
    A msautotest/wxs/expected/wfs_200_getfeature_resulttype_hits_startindex.xml
    A msautotest/wxs/expected/wfs_200_getfeature_several_resourceid.xml
    A msautotest/wxs/expected/wfs_200_getfeature_srsname.xml
    A msautotest/wxs/expected/wfs_200_getfeature_startindex_0_count2.xml
    A msautotest/wxs/expected/wfs_200_getfeature_startindex_19_count2.xml
    A msautotest/wxs/expected/wfs_200_getfeature_startindex_1_count2.xml
    A msautotest/wxs/expected/wfs_200_getfeature_startindex_20_count2.xml
    A msautotest/wxs/expected/wfs_200_getfeature_startindex_21_count2.xml
    A msautotest/wxs/expected/wfs_200_getfeature_startindex_2_count2.xml
    A msautotest/wxs/expected/wfs_200_getfeature_startindex_4_count2.xml
    A msautotest/wxs/expected/wfs_200_getfeature_startindex_minus1_count2.xml
    A msautotest/wxs/expected/wfs_200_getfeature_urn_srsname.xml
    A msautotest/wxs/expected/wfs_200_getfeaturebyid.xml
    A msautotest/wxs/expected/wfs_200_getfeaturebyid_count0.xml
    A msautotest/wxs/expected/wfs_200_getfeaturebyid_hits.xml
    A msautotest/wxs/expected/wfs_200_getpropertyvalue.xml
    A msautotest/wxs/expected/wfs_200_getpropertyvalue_alias.xml
    A msautotest/wxs/expected/wfs_200_getpropertyvalue_all_options_hits.xml
    A msautotest/wxs/expected/wfs_200_getpropertyvalue_geometry.xml
    A msautotest/wxs/expected/wfs_200_getpropertyvalue_getfeaturebyid.xml
    A msautotest/wxs/expected/wfs_200_getpropertyvalue_with_ns.xml
    A msautotest/wxs/expected/wfs_200_insipire_caps.xml
    A msautotest/wxs/expected/wfs_200_insipire_caps_eng.xml
    A msautotest/wxs/expected/wfs_200_insipire_caps_fre.xml
    A msautotest/wxs/expected/wfs_200_insipire_caps_unk.xml
    A msautotest/wxs/expected/wfs_200_insipire_missing_md_caps.xml
    A msautotest/wxs/expected/wfs_200_insipire_scenario1_caps.xml
    A msautotest/wxs/expected/wfs_200_invalid_version.xml
    A msautotest/wxs/expected/wfs_200_liststoredqueries.xml
    A msautotest/wxs/expected/wfs_200_low_wfsmaxfeatures_hits.xml
    A msautotest/wxs/expected/wfs_200_low_wfsmaxfeatures_no_compute_number_matched.xml
    A msautotest/wxs/expected/wfs_200_low_wfsmaxfeatures_no_compute_number_matched_hits.xml
    A msautotest/wxs/expected/wfs_200_low_wfsmaxfeatures_no_compute_number_matched_hits_zero.xml
    A msautotest/wxs/expected/wfs_200_post_caps_sections_service_identification.xml
    A msautotest/wxs/expected/wfs_200_post_caps_updatesequence.xml
    A msautotest/wxs/expected/wfs_200_post_describefeaturetype.xml
    A msautotest/wxs/expected/wfs_200_post_describefeaturetype_outputformat_gml311.xml
    A msautotest/wxs/expected/wfs_200_post_describefeaturetype_outputformat_gml32.xml
    A msautotest/wxs/expected/wfs_200_post_describefeaturetype_typename.xml
    A msautotest/wxs/expected/wfs_200_post_describestoredqueries.xml
    A msautotest/wxs/expected/wfs_200_post_describestoredqueries_with_id.xml
    A msautotest/wxs/expected/wfs_200_post_exception_describestoredqueries_with_invalid_id.xml
    A msautotest/wxs/expected/wfs_200_post_exception_getfeaturebyid_invalid_param.xml
    A msautotest/wxs/expected/wfs_200_post_exception_getfeaturebyid_missing_param.xml
    A msautotest/wxs/expected/wfs_200_post_exception_getfeaturebyid_missing_queryid.xml
    A msautotest/wxs/expected/wfs_200_post_exception_getfeaturebyid_wrong_queryid.xml
    A msautotest/wxs/expected/wfs_200_post_exception_getpropertyvalue_sortby.xml
    A msautotest/wxs/expected/wfs_200_post_exception_sortby.xml
    A msautotest/wxs/expected/wfs_200_post_exception_updatesequence1.xml
    A msautotest/wxs/expected/wfs_200_post_getfeature.xml
    A msautotest/wxs/expected/wfs_200_post_getfeature_count_1.xml
    A msautotest/wxs/expected/wfs_200_post_getfeature_filter_bbox.xml
    A msautotest/wxs/expected/wfs_200_post_getfeature_filter_empty_bbox.xml
    A msautotest/wxs/expected/wfs_200_post_getfeature_filter_full_bbox.xml
    A msautotest/wxs/expected/wfs_200_post_getfeature_filter_full_bbox_gml212.xml
    A msautotest/wxs/expected/wfs_200_post_getfeature_filter_full_bbox_gml311.xml
    A msautotest/wxs/expected/wfs_200_post_getfeature_filter_full_bbox_no_srs.xml
    A msautotest/wxs/expected/wfs_200_post_getfeature_outputformat_gml311.xml
    A msautotest/wxs/expected/wfs_200_post_getfeature_resourceid.xml
    A msautotest/wxs/expected/wfs_200_post_getfeature_resulttype_hits.xml
    A msautotest/wxs/expected/wfs_200_post_getfeature_several_resourceid.xml
    A msautotest/wxs/expected/wfs_200_post_getfeature_srsname.xml
    A msautotest/wxs/expected/wfs_200_post_getfeature_startindex_1_count2.xml
    A msautotest/wxs/expected/wfs_200_post_getfeaturebyid.xml
    A msautotest/wxs/expected/wfs_200_post_getpropertyvalue.xml
    A msautotest/wxs/expected/wfs_200_post_getpropertyvalue_all_options.xml
    A msautotest/wxs/expected/wfs_200_post_getpropertyvalue_getfeaturebyid.xml
    A msautotest/wxs/expected/wfs_200_post_liststoredqueries.xml
    A msautotest/wxs/expected/wfs_200_post_unsupportedGetFeatureWithLock.xml
    A msautotest/wxs/expected/wfs_200_unknown_op.xml
    A msautotest/wxs/expected/wfs_200_unsupported_op.xml
    A msautotest/wxs/expected/wfs_200_version_missing.xml
    A msautotest/wxs/expected/wfs_alltypes_describefeaturetype.xml
    A msautotest/wxs/expected/wfs_cap.xml
    A msautotest/wxs/expected/wfs_cap_ogr.xml
    A msautotest/wxs/expected/wfs_caps_updatesequence.xml
    A msautotest/wxs/expected/wfs_caps_updatesequence_ogr.xml
    A msautotest/wxs/expected/wfs_combined_filter.xml
    A msautotest/wxs/expected/wfs_default_version_110_caps.xml
    A msautotest/wxs/expected/wfs_default_version_110_caps_000.xml
    A msautotest/wxs/expected/wfs_default_version_110_caps_100.xml
    A msautotest/wxs/expected/wfs_default_version_110_caps_105.xml
    A msautotest/wxs/expected/wfs_default_version_110_caps_110.xml
    A msautotest/wxs/expected/wfs_default_version_110_caps_115.xml
    A msautotest/wxs/expected/wfs_default_version_110_caps_200.xml
    A msautotest/wxs/expected/wfs_default_version_110_caps_205.xml
    A msautotest/wxs/expected/wfs_default_version_110_caps_invalid.xml
    A msautotest/wxs/expected/wfs_describe.xml
    A msautotest/wxs/expected/wfs_describe_feature_type_gml2.xml
    A msautotest/wxs/expected/wfs_describe_feature_type_gml3l0.xml
    A msautotest/wxs/expected/wfs_describe_ogr.xml
    A msautotest/wxs/expected/wfs_exception.xml
    A msautotest/wxs/expected/wfs_exception_get_feature_propertyname_invalid_number.xml
    A msautotest/wxs/expected/wfs_exception_ogr.xml
    A msautotest/wxs/expected/wfs_exception_updatesequence1.xml
    A msautotest/wxs/expected/wfs_exception_updatesequence1_ogr.xml
    A msautotest/wxs/expected/wfs_exception_updatesequence2.xml
    A msautotest/wxs/expected/wfs_exception_updatesequence2_ogr.xml
    A msautotest/wxs/expected/wfs_filter_200_dwithin.xml
    A msautotest/wxs/expected/wfs_filter_200_intersects.xml
    A msautotest/wxs/expected/wfs_filter_200_islike.xml
    A msautotest/wxs/expected/wfs_filter_200_property_is_equal.xml
    A msautotest/wxs/expected/wfs_filter_200_property_is_equal_case_insensitive.xml
    A msautotest/wxs/expected/wfs_filter_200_property_isbetween.xml
    A msautotest/wxs/expected/wfs_filter_200_within.xml
    A msautotest/wxs/expected/wfs_filter_200_within_explicit_SRS.xml
    A msautotest/wxs/expected/wfs_filter_3_and.xml
    A msautotest/wxs/expected/wfs_filter_bbox.xml
    A msautotest/wxs/expected/wfs_filter_bbox_no_propertyname.xml
    A msautotest/wxs/expected/wfs_filter_bbox_old_fashion.xml
    A msautotest/wxs/expected/wfs_filter_bbox_urlepsg.xml
    A msautotest/wxs/expected/wfs_filter_bbox_urnepsg.xml
    A msautotest/wxs/expected/wfs_filter_beyond.xml
    A msautotest/wxs/expected/wfs_filter_contains.xml
    A msautotest/wxs/expected/wfs_filter_crosses.xml
    A msautotest/wxs/expected/wfs_filter_crosses_invalid_geom.xml
    A msautotest/wxs/expected/wfs_filter_disjoint.xml
    A msautotest/wxs/expected/wfs_filter_dwithin.xml
    A msautotest/wxs/expected/wfs_filter_dwithin_invalid_geom.xml
    A msautotest/wxs/expected/wfs_filter_dwithin_multipoint.xml
    A msautotest/wxs/expected/wfs_filter_dwithin_units.xml
    A msautotest/wxs/expected/wfs_filter_equals.xml
    A msautotest/wxs/expected/wfs_filter_equals_poly.xml
    A msautotest/wxs/expected/wfs_filter_false_ogr_property_is_equal_and_bbox.xml
    A msautotest/wxs/expected/wfs_filter_greater_than_or_equalto.xml
    A msautotest/wxs/expected/wfs_filter_intersects.xml
    A msautotest/wxs/expected/wfs_filter_intersects_line.xml
    A msautotest/wxs/expected/wfs_filter_intersects_multipoint.xml
    A msautotest/wxs/expected/wfs_filter_invalid_and.xml
    A msautotest/wxs/expected/wfs_filter_invalid_bbox.xml
    A msautotest/wxs/expected/wfs_filter_invalid_crosses.xml
    A msautotest/wxs/expected/wfs_filter_invalid_dwithin.xml
    A msautotest/wxs/expected/wfs_filter_invalid_empty.xml
    A msautotest/wxs/expected/wfs_filter_invalid_featureid.xml
    A msautotest/wxs/expected/wfs_filter_invalid_foo.xml
    A msautotest/wxs/expected/wfs_filter_invalid_no_filter_node.xml
    A msautotest/wxs/expected/wfs_filter_invalid_not.xml
    A msautotest/wxs/expected/wfs_filter_invalid_property_is_between.xml
    A msautotest/wxs/expected/wfs_filter_invalid_property_is_equal.xml
    A msautotest/wxs/expected/wfs_filter_invalid_property_is_equal_2.xml
    A msautotest/wxs/expected/wfs_filter_invalid_property_is_like.xml
    A msautotest/wxs/expected/wfs_filter_invalid_property_name.xml
    A msautotest/wxs/expected/wfs_filter_invalid_xml.xml
    A msautotest/wxs/expected/wfs_filter_is_not_equal.xml
    A msautotest/wxs/expected/wfs_filter_isbetween.xml
    A msautotest/wxs/expected/wfs_filter_isbetween_and_isequalto.xml
    A msautotest/wxs/expected/wfs_filter_isbetween_and_not_isequalto.xml
    A msautotest/wxs/expected/wfs_filter_isbetween_or_isequalto.xml
    A msautotest/wxs/expected/wfs_filter_isbetween_with_literal.xml
    A msautotest/wxs/expected/wfs_filter_iseq_or_iseq_str1.xml
    A msautotest/wxs/expected/wfs_filter_iseq_or_iseq_str2.xml
    A msautotest/wxs/expected/wfs_filter_iseq_or_iseq_str3.xml
    A msautotest/wxs/expected/wfs_filter_iseq_or_iseq_str4.xml
    A msautotest/wxs/expected/wfs_filter_iseq_or_iseq_str5.xml
    A msautotest/wxs/expected/wfs_filter_isequalto_and_isequalto.xml
    A msautotest/wxs/expected/wfs_filter_isequalto_and_isequalto_reverse.xml
    A msautotest/wxs/expected/wfs_filter_isequalto_or_isequalto.xml
    A msautotest/wxs/expected/wfs_filter_isequalto_or_isequalto_reverse.xml
    A msautotest/wxs/expected/wfs_filter_isgreater_than.xml
    A msautotest/wxs/expected/wfs_filter_isless_than.xml
    A msautotest/wxs/expected/wfs_filter_isless_than_or_equalto.xml
    A msautotest/wxs/expected/wfs_filter_islike.xml
    A msautotest/wxs/expected/wfs_filter_islike_logical.xml
    A msautotest/wxs/expected/wfs_filter_not_isequalto.xml
    A msautotest/wxs/expected/wfs_filter_overlaps.xml
    A msautotest/wxs/expected/wfs_filter_postgis_bbox.xml
    A msautotest/wxs/expected/wfs_filter_postgis_bbox_hits.xml
    A msautotest/wxs/expected/wfs_filter_postgis_bbox_no_propertyname.xml
    A msautotest/wxs/expected/wfs_filter_postgis_beyond.xml
    A msautotest/wxs/expected/wfs_filter_postgis_contains.xml
    A msautotest/wxs/expected/wfs_filter_postgis_crosses.xml
    A msautotest/wxs/expected/wfs_filter_postgis_disjoint.xml
    A msautotest/wxs/expected/wfs_filter_postgis_dwithin.xml
    A msautotest/wxs/expected/wfs_filter_postgis_dwithin_units.xml
    A msautotest/wxs/expected/wfs_filter_postgis_equals.xml
    A msautotest/wxs/expected/wfs_filter_postgis_equals_poly.xml
    A msautotest/wxs/expected/wfs_filter_postgis_filter_item_hits.xml
    A msautotest/wxs/expected/wfs_filter_postgis_filter_item_hits_start_index.xml
    A msautotest/wxs/expected/wfs_filter_postgis_greater_than_or_equalto.xml
    A msautotest/wxs/expected/wfs_filter_postgis_intersects.xml
    A msautotest/wxs/expected/wfs_filter_postgis_intersects_line.xml
    A msautotest/wxs/expected/wfs_filter_postgis_is_not_equal.xml
    A msautotest/wxs/expected/wfs_filter_postgis_isbetween.xml
    A msautotest/wxs/expected/wfs_filter_postgis_isbetween_and_isequalto.xml
    A msautotest/wxs/expected/wfs_filter_postgis_isbetween_and_not_isequalto.xml
    A msautotest/wxs/expected/wfs_filter_postgis_isbetween_or_isequalto.xml
    A msautotest/wxs/expected/wfs_filter_postgis_iseq_or_iseq_str1.xml
    A msautotest/wxs/expected/wfs_filter_postgis_iseq_or_iseq_str2.xml
    A msautotest/wxs/expected/wfs_filter_postgis_iseq_or_iseq_str3.xml
    A msautotest/wxs/expected/wfs_filter_postgis_iseq_or_iseq_str4.xml
    A msautotest/wxs/expected/wfs_filter_postgis_iseq_or_iseq_str5.xml
    A msautotest/wxs/expected/wfs_filter_postgis_isequalto_and_isequalto.xml
    A msautotest/wxs/expected/wfs_filter_postgis_isequalto_and_isequalto_reverse.xml
    A msautotest/wxs/expected/wfs_filter_postgis_isequalto_or_isequalto.xml
    A msautotest/wxs/expected/wfs_filter_postgis_isequalto_or_isequalto_reverse.xml
    A msautotest/wxs/expected/wfs_filter_postgis_isgreater_than.xml
    A msautotest/wxs/expected/wfs_filter_postgis_isless_than.xml
    A msautotest/wxs/expected/wfs_filter_postgis_isless_than_or_equalto.xml
    A msautotest/wxs/expected/wfs_filter_postgis_islike.xml
    A msautotest/wxs/expected/wfs_filter_postgis_islike_logical.xml
    A msautotest/wxs/expected/wfs_filter_postgis_not_isequalto.xml
    A msautotest/wxs/expected/wfs_filter_postgis_overlaps.xml
    A msautotest/wxs/expected/wfs_filter_postgis_property_is_equal.xml
    A msautotest/wxs/expected/wfs_filter_postgis_property_is_equal_case_insensitive.xml
    A msautotest/wxs/expected/wfs_filter_postgis_property_is_equal_empty.xml
    A msautotest/wxs/expected/wfs_filter_postgis_property_is_equal_hits.xml
    A msautotest/wxs/expected/wfs_filter_postgis_property_is_equal_no_matching.xml
    A msautotest/wxs/expected/wfs_filter_postgis_property_is_equal_quote1.xml
    A msautotest/wxs/expected/wfs_filter_postgis_property_is_equal_quote2.xml
    A msautotest/wxs/expected/wfs_filter_postgis_property_is_equal_quote3.xml
    A msautotest/wxs/expected/wfs_filter_postgis_property_is_equal_quote4.xml
    A msautotest/wxs/expected/wfs_filter_postgis_property_is_equal_quote5.xml
    A msautotest/wxs/expected/wfs_filter_postgis_property_is_equal_quote6.xml
    A msautotest/wxs/expected/wfs_filter_postgis_property_is_null_result.xml
    A msautotest/wxs/expected/wfs_filter_postgis_property_is_null_zero_result.xml
    A msautotest/wxs/expected/wfs_filter_postgis_startindex.xml
    A msautotest/wxs/expected/wfs_filter_postgis_startindex2.xml
    A msautotest/wxs/expected/wfs_filter_postgis_touches.xml
    A msautotest/wxs/expected/wfs_filter_postgis_within.xml
    A msautotest/wxs/expected/wfs_filter_projmeter_bbox.xml
    A msautotest/wxs/expected/wfs_filter_projmeter_beyond.xml
    A msautotest/wxs/expected/wfs_filter_projmeter_contains.xml
    A msautotest/wxs/expected/wfs_filter_projmeter_crosses.xml
    A msautotest/wxs/expected/wfs_filter_projmeter_disjoint.xml
    A msautotest/wxs/expected/wfs_filter_projmeter_dwithin.xml
    A msautotest/wxs/expected/wfs_filter_projmeter_equals.xml
    A msautotest/wxs/expected/wfs_filter_projmeter_equals_poly.xml
    A msautotest/wxs/expected/wfs_filter_projmeter_intersects.xml
    A msautotest/wxs/expected/wfs_filter_projmeter_intersects_line.xml
    A msautotest/wxs/expected/wfs_filter_projmeter_overlaps.xml
    A msautotest/wxs/expected/wfs_filter_projmeter_touches.xml
    A msautotest/wxs/expected/wfs_filter_projmeter_within.xml
    A msautotest/wxs/expected/wfs_filter_property_is_equal.xml
    A msautotest/wxs/expected/wfs_filter_property_is_equal_case_insensitive.xml
    A msautotest/wxs/expected/wfs_filter_property_is_equal_no_matching.xml
    A msautotest/wxs/expected/wfs_filter_property_is_equal_parenthesis.xml
    A msautotest/wxs/expected/wfs_filter_property_is_equal_parenthesis_post.xml
    A msautotest/wxs/expected/wfs_filter_property_is_equal_quote1.xml
    A msautotest/wxs/expected/wfs_filter_property_is_equal_quote2.xml
    A msautotest/wxs/expected/wfs_filter_property_is_equal_quote3.xml
    A msautotest/wxs/expected/wfs_filter_property_is_equal_quote4.xml
    A msautotest/wxs/expected/wfs_filter_property_is_equal_quote5.xml
    A msautotest/wxs/expected/wfs_filter_property_is_equal_quote6.xml
    A msautotest/wxs/expected/wfs_filter_startindex.xml
    A msautotest/wxs/expected/wfs_filter_startindex2.xml
    A msautotest/wxs/expected/wfs_filter_touches.xml
    A msautotest/wxs/expected/wfs_filter_within.xml
    A msautotest/wxs/expected/wfs_get_caps.xml
    A msautotest/wxs/expected/wfs_get_feature.xml
    A msautotest/wxs/expected/wfs_get_feature_gml2.xml
    A msautotest/wxs/expected/wfs_get_feature_gml3l0.xml
    A msautotest/wxs/expected/wfs_get_feature_id.xml
    A msautotest/wxs/expected/wfs_get_feature_id_ogr.xml
    A msautotest/wxs/expected/wfs_get_feature_ogr.xml
    A msautotest/wxs/expected/wfs_get_feature_propertyname.xml
    A msautotest/wxs/expected/wfs_get_feature_propertyname_geometry.xml
    A msautotest/wxs/expected/wfs_get_feature_propertyname_geometry_ogr.xml
    A msautotest/wxs/expected/wfs_get_feature_propertyname_ogr.xml
    A msautotest/wxs/expected/wfs_getfeature_twotypenames1.xml
    A msautotest/wxs/expected/wfs_getfeature_twotypenames2.xml
    A msautotest/wxs/expected/wfs_group_describe.xml
    A msautotest/wxs/expected/wfs_group_get_feature.xml
    A msautotest/wxs/expected/wfs_group_get_feature_alias.xml
    A msautotest/wxs/expected/wfs_group_get_feature_area.xml
    A msautotest/wxs/expected/wfs_group_get_feature_filter.xml
    A msautotest/wxs/expected/wfs_group_get_feature_filter_no_ns.xml
    A msautotest/wxs/expected/wfs_group_get_feature_namegroup.xml
    A msautotest/wxs/expected/wfs_group_get_feature_two_in_group.xml
    A msautotest/wxs/expected/wfs_group_get_feature_two_in_group_with_ns.xml
    A msautotest/wxs/expected/wfs_group_getpropertyvalue_alias.xml
    A msautotest/wxs/expected/wfs_group_getpropertyvalue_namegroup.xml
    A msautotest/wxs/expected/wfs_group_getpropertyvalue_ns.xml
    A msautotest/wxs/expected/wfs_group_getpropertyvalue_other_prop.xml
    A msautotest/wxs/expected/wfs_inspire_caps.xml
    A msautotest/wxs/expected/wfs_multi_geom_elements_describe.xml
    A msautotest/wxs/expected/wfs_multi_geom_elements_feature.xml
    A msautotest/wxs/expected/wfs_ogr_25d_gml2.xml
    A msautotest/wxs/expected/wfs_ogr_25d_gml3.xml
    A msautotest/wxs/expected/wfs_ogr_drv_nocreatedatasource_caps.xml
    A msautotest/wxs/expected/wfs_ogr_invalid_filename_csvstream.txt
    A msautotest/wxs/expected/wfs_ogr_native_sql_01.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_01_spatial_index_disabled.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_02.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_03.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_04.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_05.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_06.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_06_disable_default_extent_for_getfeature.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_07.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_08.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_09.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_10.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_11.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_12.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_13.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_14.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_15.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_16.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_17.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_18.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_19.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_20.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_21.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_22.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_23.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_24.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_25.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_26.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_27.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_28.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_29.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_30.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_31.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_32.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_33.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_34.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_35.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_36.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_37.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_38.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_39.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_40.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_41.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_42.xml
    A msautotest/wxs/expected/wfs_ogr_native_sql_43.xml
    A msautotest/wxs/expected/wfs_ogr_nonexistingdrv_caps.xml
    A msautotest/wxs/expected/wfs_ogr_tileindex_of_shp_bbox_filter.xml
    A msautotest/wxs/expected/wfs_ogr_tileindexmixedsrs_get_feature.xml
    A msautotest/wxs/expected/wfs_optional_items_describe.xml
    A msautotest/wxs/expected/wfs_optional_items_get_feature.xml
    A msautotest/wxs/expected/wfs_optional_items_get_feature_alias.xml
    A msautotest/wxs/expected/wfs_optional_items_get_feature_all.xml
    A msautotest/wxs/expected/wfs_optional_items_get_feature_area.xml
    A msautotest/wxs/expected/wfs_optional_items_get_feature_area_geometry.xml
    A msautotest/wxs/expected/wfs_optional_items_get_feature_area_name.xml
    A msautotest/wxs/expected/wfs_optional_items_get_feature_excluded.xml
    A msautotest/wxs/expected/wfs_optional_items_get_feature_filter_alias.xml
    A msautotest/wxs/expected/wfs_optional_items_get_feature_geometry.xml
    A msautotest/wxs/expected/wfs_post_time_during_filter_match_features.xml
    A msautotest/wxs/expected/wfs_post_time_ogr_during_filter_match_features.xml
    A msautotest/wxs/expected/wfs_post_time_postgis_during_filter_match_features.xml
    A msautotest/wxs/expected/wfs_post_time_simpler_during_filter_match_features.xml
    A msautotest/wxs/expected/wfs_postgis_25d_gml2.xml
    A msautotest/wxs/expected/wfs_postgis_25d_gml3.xml
    A msautotest/wxs/expected/wfs_query_cache.xml
    A msautotest/wxs/expected/wfs_query_cache_2.xml
    A msautotest/wxs/expected/wfs_shape_tileindex_of_shp_bbox_filter.xml
    A msautotest/wxs/expected/wfs_shape_tileindexmixedsrs_get_feature.xml
    A msautotest/wxs/expected/wfs_test5299.xml
    A msautotest/wxs/expected/wfs_time_describe.xml
    A msautotest/wxs/expected/wfs_time_during_filter_and_other_clause.xml
    A msautotest/wxs/expected/wfs_time_during_filter_match_features.xml
    A msautotest/wxs/expected/wfs_time_during_filter_match_no_feature.xml
    A msautotest/wxs/expected/wfs_time_getfeature.xml
    A msautotest/wxs/expected/wfs_time_ogr_describe.xml
    A msautotest/wxs/expected/wfs_time_ogr_during_filter_and_other_clause.xml
    A msautotest/wxs/expected/wfs_time_ogr_during_filter_match_features.xml
    A msautotest/wxs/expected/wfs_time_ogr_during_filter_match_no_feature.xml
    A msautotest/wxs/expected/wfs_time_ogr_getfeature.xml
    A msautotest/wxs/expected/wfs_time_ogr_or_two_during_filter.xml
    A msautotest/wxs/expected/wfs_time_or_two_during_filter.xml
    A msautotest/wxs/expected/wfs_time_postgis_between.xml
    A msautotest/wxs/expected/wfs_time_postgis_describe.xml
    A msautotest/wxs/expected/wfs_time_postgis_during_filter_and_other_clause.xml
    A msautotest/wxs/expected/wfs_time_postgis_during_filter_match_features.xml
    A msautotest/wxs/expected/wfs_time_postgis_during_filter_match_no_feature.xml
    A msautotest/wxs/expected/wfs_time_postgis_getcaps.xml
    A msautotest/wxs/expected/wfs_time_postgis_getfeature.xml
    A msautotest/wxs/expected/wfs_time_postgis_lessthan.xml
    A msautotest/wxs/expected/wfs_time_postgis_or_two_during_filter.xml
    A msautotest/wxs/expected/wfs_time_postgis_sortby.xml
    A msautotest/wxs/expected/wfsogr10_bnazip.zip
    A msautotest/wxs/expected/wfsogr10_caps.xml
    A msautotest/wxs/expected/wfsogr10_csvstream.txt
    A msautotest/wxs/expected/wfsogr10_geojson.json
    A msautotest/wxs/expected/wfsogr10_gml2.xml
    A msautotest/wxs/expected/wfsogr10_gpx.xml
    A msautotest/wxs/expected/wfsogr10_midmif.txt
    A msautotest/wxs/expected/wfsogr10_multi.xml
    A msautotest/wxs/expected/wfsogr10_nullnumeric.xml
    A msautotest/wxs/expected/wfsogr10_ograuto.xml
    A msautotest/wxs/expected/wfsogr10_ogrgml.xml
    A msautotest/wxs/expected/wfsogr10_shapezip.zip
    A msautotest/wxs/expected/wfsogr10_template.xml
    A msautotest/wxs/expected/wfsogr10_twolayer.xml
    A msautotest/wxs/expected/wfsogr11_caps.xml
    A msautotest/wxs/expected/wfsogr11_ogrcsv.xml
    A msautotest/wxs/expected/wfsogr11_ogrgml.xml
    A msautotest/wxs/expected/wfsogr11_ogrgml_ll.xml
    A msautotest/wxs/expected/wfsogr11_post_sortby.xml
    A msautotest/wxs/expected/wfsogr11_sortby.xml
    A msautotest/wxs/expected/wfsogr_200_multiplelayers.xml
    A msautotest/wxs/expected/wfsogr_200_multiplelayers_with_count.xml
    A msautotest/wxs/expected/wfsogr_addfiles_onelayer.txt
    A msautotest/wxs/expected/wfsogr_addfiles_onelayer.zip
    A msautotest/wxs/expected/wfsogr_addfiles_twolayers.txt
    A msautotest/wxs/expected/wfsogr_exception_not_same_srs.xml
    A msautotest/wxs/expected/wfsogr_exception_sortby_inconsistant_sortby_and_typenames.xml
    A msautotest/wxs/expected/wfsogr_exception_sortby_wrong_propertyname.xml
    A msautotest/wxs/expected/wfsogr_exception_sortby_wrong_syntax.xml
    A msautotest/wxs/expected/wfsogr_getpropertyvalue_sortby.xml
    A msautotest/wxs/expected/wfsogr_post_sortby.xml
    A msautotest/wxs/expected/wfsogr_sortby.xml
    A msautotest/wxs/expected/wfsogr_sortby_asc.xml
    A msautotest/wxs/expected/wfsogr_wms_getfeatureinfo.xml
    A msautotest/wxs/expected/wms111_test_xml_escaping.xml
    A msautotest/wxs/expected/wms130_test_xml_escaping.xml
    A msautotest/wxs/expected/wms_cap.xml
    A msautotest/wxs/expected/wms_cap130.xml
    A msautotest/wxs/expected/wms_cap130_postgis.xml
    A msautotest/wxs/expected/wms_cap_1.1.1.xml
    A msautotest/wxs/expected/wms_cap_latestversion.xml
    A msautotest/wxs/expected/wms_cap_latestversion_postgis.xml
    A msautotest/wxs/expected/wms_cap_postgis.xml
    A msautotest/wxs/expected/wms_caps_updatesequence.xml
    A msautotest/wxs/expected/wms_caps_updatesequence_postgis.xml
    A msautotest/wxs/expected/wms_content_legend_all_all.png
    A msautotest/wxs/expected/wms_content_legend_all_all_sld.png
    A msautotest/wxs/expected/wms_content_legend_all_default.png
    A msautotest/wxs/expected/wms_content_legend_all_only74.png
    A msautotest/wxs/expected/wms_content_legend_all_only74_sld.png
    A msautotest/wxs/expected/wms_content_legend_empty_sld.png
    A msautotest/wxs/expected/wms_content_legend_l1_all.png
    A msautotest/wxs/expected/wms_content_legend_l1_all_sld.png
    A msautotest/wxs/expected/wms_content_legend_l1_changefont.png
    A msautotest/wxs/expected/wms_content_legend_l1_default.png
    A msautotest/wxs/expected/wms_content_legend_l1_only74.png
    A msautotest/wxs/expected/wms_content_legend_l1_only74_sld.png
    A msautotest/wxs/expected/wms_contour_inline_ti.png
    A msautotest/wxs/expected/wms_contour_layer_ti.png
    A msautotest/wxs/expected/wms_describe.xml
    A msautotest/wxs/expected/wms_describe_1.1.1.xml
    A msautotest/wxs/expected/wms_describe_layer.xml
    A msautotest/wxs/expected/wms_describe_postgis.xml
    A msautotest/wxs/expected/wms_describelayer130.xml
    A msautotest/wxs/expected/wms_describelayer130_postgis.xml
    A msautotest/wxs/expected/wms_dimension_cap.xml
    A msautotest/wxs/expected/wms_dimension_cap130.xml
    A msautotest/wxs/expected/wms_dimension_extent_1.png
    A msautotest/wxs/expected/wms_dimension_extent_2.png
    A msautotest/wxs/expected/wms_dimension_extent_3.xml
    A msautotest/wxs/expected/wms_dimension_extent_4.xml
    A msautotest/wxs/expected/wms_dimension_extent_5.xml
    A msautotest/wxs/expected/wms_dimension_extent_multi_range_1.png
    A msautotest/wxs/expected/wms_dimension_extent_multi_range_2.png
    A msautotest/wxs/expected/wms_dimension_extent_multi_range_3.xml
    A msautotest/wxs/expected/wms_dimension_extent_multi_range_4.png
    A msautotest/wxs/expected/wms_dimension_extent_multi_range_5.png
    A msautotest/wxs/expected/wms_dimension_extent_multi_range_6.xml
    A msautotest/wxs/expected/wms_dimension_extent_multi_range_7.xml
    A msautotest/wxs/expected/wms_dimension_extent_multi_range_8.xml
    A msautotest/wxs/expected/wms_dimension_extent_range_1.png
    A msautotest/wxs/expected/wms_dimension_extent_range_2.png
    A msautotest/wxs/expected/wms_dimension_extent_range_3.xml
    A msautotest/wxs/expected/wms_dimension_extent_range_4.xml
    A msautotest/wxs/expected/wms_dimension_extent_range_5.xml
    A msautotest/wxs/expected/wms_dimension_misc_1.png
    A msautotest/wxs/expected/wms_dimension_numeric_1.png
    A msautotest/wxs/expected/wms_dimension_numeric_2.png
    A msautotest/wxs/expected/wms_dimension_numeric_3.xml
    A msautotest/wxs/expected/wms_dimension_numeric_4.xml
    A msautotest/wxs/expected/wms_dimension_numeric_5.xml
    A msautotest/wxs/expected/wms_dimension_string_1.png
    A msautotest/wxs/expected/wms_dimension_string_2.png
    A msautotest/wxs/expected/wms_dimension_string_3.xml
    A msautotest/wxs/expected/wms_dimension_string_4.xml
    A msautotest/wxs/expected/wms_dimension_string_5.xml
    A msautotest/wxs/expected/wms_empty_cap100.xml
    A msautotest/wxs/expected/wms_empty_cap111.xml
    A msautotest/wxs/expected/wms_empty_cap130.xml
    A msautotest/wxs/expected/wms_empty_cap_latestversion.xml
    A msautotest/wxs/expected/wms_exception130.xml
    A msautotest/wxs/expected/wms_exception130_postgis.xml
    A msautotest/wxs/expected/wms_exception_updatesequence1.xml
    A msautotest/wxs/expected/wms_exception_updatesequence1_postgis.xml
    A msautotest/wxs/expected/wms_exception_updatesequence2.xml
    A msautotest/wxs/expected/wms_exception_updatesequence2_postgis.xml
    A msautotest/wxs/expected/wms_filter_getmap130.png
    A msautotest/wxs/expected/wms_filter_getmap130_dwithin.png
    A msautotest/wxs/expected/wms_filter_getmap130_dwithin2.png
    A msautotest/wxs/expected/wms_filter_getmap130_emptyfilter.png
    A msautotest/wxs/expected/wms_filter_getmap130_propertyequalto.png
    A msautotest/wxs/expected/wms_get_capabilities_tileindexmixedsrs.xml
    A msautotest/wxs/expected/wms_get_caps.xml
    A msautotest/wxs/expected/wms_get_feature_info_raster.gml
    A msautotest/wxs/expected/wms_get_feature_info_raster.html
    A msautotest/wxs/expected/wms_get_feature_info_raster_feature_count.gml
    A msautotest/wxs/expected/wms_get_feature_info_vector.gml
    A msautotest/wxs/expected/wms_get_feature_info_vector.html
    A msautotest/wxs/expected/wms_get_legend_graphic.png
    A msautotest/wxs/expected/wms_get_map_ext_sld_404.xml
    A msautotest/wxs/expected/wms_get_map_ext_sld_fileproto.xml
    A msautotest/wxs/expected/wms_get_map_ext_sld_proto.xml
    A msautotest/wxs/expected/wms_get_map_ext_sld_too_large.xml
    A msautotest/wxs/expected/wms_get_map_ext_sld_too_large_override.png
    A msautotest/wxs/expected/wms_get_map_line_dash_sld.png
    A msautotest/wxs/expected/wms_get_map_line_dash_sld_postgis.png
    A msautotest/wxs/expected/wms_get_map_line_elsefilter_sld.png
    A msautotest/wxs/expected/wms_get_map_line_elsefilter_sld_postgis.png
    A msautotest/wxs/expected/wms_get_map_line_filter_islike.png
    A msautotest/wxs/expected/wms_get_map_line_filter_islike_postgis.png
    A msautotest/wxs/expected/wms_get_map_line_filter_sld.png
    A msautotest/wxs/expected/wms_get_map_line_filter_sld_postgis.png
    A msautotest/wxs/expected/wms_get_map_line_multi_filter_sld.png
    A msautotest/wxs/expected/wms_get_map_line_multi_filter_sld_postgis.png
    A msautotest/wxs/expected/wms_get_map_line_multi_symbol_text_sld.png
    A msautotest/wxs/expected/wms_get_map_line_multi_symbol_text_sld_postgis.png
    A msautotest/wxs/expected/wms_get_map_line_sld.png
    A msautotest/wxs/expected/wms_get_map_line_sld_postgis.png
    A msautotest/wxs/expected/wms_get_map_line_width_sld.png
    A msautotest/wxs/expected/wms_get_map_line_width_sld_postgis.png
    A msautotest/wxs/expected/wms_get_map_mark_symbol_filter_quote1_sld.png
    A msautotest/wxs/expected/wms_get_map_mark_symbol_filter_quote1_sld_postgis.png
    A msautotest/wxs/expected/wms_get_map_mark_symbol_filter_quote2_sld.png
    A msautotest/wxs/expected/wms_get_map_mark_symbol_filter_quote2_sld_postgis.png
    A msautotest/wxs/expected/wms_get_map_mark_symbol_sld.png
    A msautotest/wxs/expected/wms_get_map_mark_symbol_sld_postgis.png
    A msautotest/wxs/expected/wms_get_map_multi_layers_one_sld_on_all_layers.png
    A msautotest/wxs/expected/wms_get_map_multi_layers_one_sld_on_all_layers_postgis.png
    A msautotest/wxs/expected/wms_get_map_multi_layers_one_sld_on_one_layer.png
    A msautotest/wxs/expected/wms_get_map_multi_layers_one_sld_on_one_layer_postgis.png
    A msautotest/wxs/expected/wms_get_map_multi_polygon_filter.png
    A msautotest/wxs/expected/wms_get_map_multi_polygon_filter_postgis.png
    A msautotest/wxs/expected/wms_get_map_multi_styles_same_layer.png
    A msautotest/wxs/expected/wms_get_map_multi_styles_same_layer_postgis.png
    A msautotest/wxs/expected/wms_get_map_multi_styles_sld_same_layer.png
    A msautotest/wxs/expected/wms_get_map_multi_styles_sld_same_layer_postgis.png
    A msautotest/wxs/expected/wms_get_map_namedlayer_nostyle_layerfeatureconstraints_postgis.png
    A msautotest/wxs/expected/wms_get_map_namedlayer_nostyle_postgis.png
    A msautotest/wxs/expected/wms_get_map_namedstyle_layerfeatureconstraints_postgis.png
    A msautotest/wxs/expected/wms_get_map_namedstyle_postgis.png
    A msautotest/wxs/expected/wms_get_map_polygon.kml
    A msautotest/wxs/expected/wms_get_map_polygon.kmz
    A msautotest/wxs/expected/wms_get_map_polygon.png
    A msautotest/wxs/expected/wms_get_map_polygon_fill_ext_symbol_sld.png
    A msautotest/wxs/expected/wms_get_map_polygon_fill_outline_sld.png
    A msautotest/wxs/expected/wms_get_map_polygon_fill_outline_sld_postgis.png
    A msautotest/wxs/expected/wms_get_map_polygon_fill_sld.png
    A msautotest/wxs/expected/wms_get_map_polygon_fill_sld_postgis.png
    A msautotest/wxs/expected/wms_get_map_polygon_fill_symbol_sld.png
    A msautotest/wxs/expected/wms_get_map_polygon_fill_symbol_sld_postgis.png
    A msautotest/wxs/expected/wms_get_map_polygon_postgis.png
    A msautotest/wxs/expected/wms_get_map_repeated_layer_ext_sld.png
    A msautotest/wxs/expected/wms_get_map_repeated_layer_sld.png
    A msautotest/wxs/expected/wms_get_map_sld_proj.png
    A msautotest/wxs/expected/wms_get_map_symbol_ext_sld.png
    A msautotest/wxs/expected/wms_get_map_symbol_ext_svg_sld.png
    A msautotest/wxs/expected/wms_get_map_symbol_ext_svg_sld_failed_validation.png
    A msautotest/wxs/expected/wms_get_map_symbol_no_external_graphic_validation.png
    A msautotest/wxs/expected/wms_get_map_text_alias_sld.png
    A msautotest/wxs/expected/wms_get_map_text_alias_sld_postgis.png
    A msautotest/wxs/expected/wms_get_map_text_sld.png
    A msautotest/wxs/expected/wms_get_map_text_sld_postgis.png
    A msautotest/wxs/expected/wms_get_map_text_symbol_sld.png
    A msautotest/wxs/expected/wms_get_map_text_symbol_sld_postgis.png
    A msautotest/wxs/expected/wms_get_map_tileindexmixedsrs.tif
    A msautotest/wxs/expected/wms_get_map_unsupported_featuretypeconstraints_extent.xml
    A msautotest/wxs/expected/wms_get_map_unsupported_featuretypename.xml
    A msautotest/wxs/expected/wms_get_map_unsupported_multiple_featuretypeconstraints.xml
    A msautotest/wxs/expected/wms_get_map_userstyle_filters_layerfeatureconstraints_postgis.png
    A msautotest/wxs/expected/wms_get_map_userstyle_layerfeatureconstraints_layer_with_filter_postgis.png
    A msautotest/wxs/expected/wms_get_map_userstyle_layerfeatureconstraints_postgis.png
    A msautotest/wxs/expected/wms_get_styles.sld
    A msautotest/wxs/expected/wms_getfeatureinfo.xml
    A msautotest/wxs/expected/wms_getfeatureinfo130.xml
    A msautotest/wxs/expected/wms_getfeatureinfo130_postgis.xml
    A msautotest/wxs/expected/wms_getmap.png
    A msautotest/wxs/expected/wms_getmap130.png
    A msautotest/wxs/expected/wms_getmap130_postgis.png
    A msautotest/wxs/expected/wms_getmap130crsexception.xml
    A msautotest/wxs/expected/wms_getmap130crsexception_postgis.xml
    A msautotest/wxs/expected/wms_getmap130layerlimitexception.xml
    A msautotest/wxs/expected/wms_getmap130layerlimitexception_postgis.xml
    A msautotest/wxs/expected/wms_getschemaex.xml
    A msautotest/wxs/expected/wms_getschemaex_postgis.xml
    A msautotest/wxs/expected/wms_getstyles.xml
    A msautotest/wxs/expected/wms_getstyles130.xml
    A msautotest/wxs/expected/wms_getstyles130_postgis.xml
    A msautotest/wxs/expected/wms_getstyles_postgis.xml
    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/expected/wms_inspire_cap.xml
    A msautotest/wxs/expected/wms_inspire_cap_111.xml
    A msautotest/wxs/expected/wms_inspire_cap_111_eng.xml
    A msautotest/wxs/expected/wms_inspire_cap_111_ger.xml
    A msautotest/wxs/expected/wms_inspire_cap_eng.xml
    A msautotest/wxs/expected/wms_inspire_cap_ger.xml
    A msautotest/wxs/expected/wms_inspire_describe_all.xml
    A msautotest/wxs/expected/wms_inspire_describe_commontransportelements.xml
    A msautotest/wxs/expected/wms_inspire_describe_railtransportnetwork.xml
    A msautotest/wxs/expected/wms_inspire_describe_roadtransportnetwork.xml
    A msautotest/wxs/expected/wms_inspire_describe_transportnode.xml
    A msautotest/wxs/expected/wms_inspire_featureinfo_all.xml
    A msautotest/wxs/expected/wms_inspire_featureinfo_all_mime_plain.txt
    A msautotest/wxs/expected/wms_inspire_featureinfo_all_mime_xml.txt
    A msautotest/wxs/expected/wms_inspire_featureinfo_commontransportelements.xml
    A msautotest/wxs/expected/wms_inspire_featureinfo_railtransportnetwork.xml
    A msautotest/wxs/expected/wms_inspire_featureinfo_roadtransportnetwork.xml
    A msautotest/wxs/expected/wms_inspire_legendgraphic_all.png
    A msautotest/wxs/expected/wms_inspire_legendgraphic_commontransportelements.png
    A msautotest/wxs/expected/wms_inspire_legendgraphic_railtransportnetwork.png
    A msautotest/wxs/expected/wms_inspire_legendgraphic_roadtransportnetwork.png
    A msautotest/wxs/expected/wms_inspire_legendgraphic_transportarea1.png
    A msautotest/wxs/expected/wms_inspire_legendgraphic_transportarea2.png
    A msautotest/wxs/expected/wms_inspire_legendgraphic_transportlink1.png
    A msautotest/wxs/expected/wms_inspire_legendgraphic_transportlink2.png
    A msautotest/wxs/expected/wms_inspire_legendgraphic_transportnode1.png
    A msautotest/wxs/expected/wms_inspire_legendgraphic_transportnode2.png
    A msautotest/wxs/expected/wms_inspire_map_all.png
    A msautotest/wxs/expected/wms_inspire_map_all_style1.png
    A msautotest/wxs/expected/wms_inspire_map_all_style2.png
    A msautotest/wxs/expected/wms_inspire_map_annotation.png
    A msautotest/wxs/expected/wms_inspire_map_commontransportelements.png
    A msautotest/wxs/expected/wms_inspire_map_railtransportnetwork.png
    A msautotest/wxs/expected/wms_inspire_map_railwayarea.png
    A msautotest/wxs/expected/wms_inspire_map_railwaylink.png
    A msautotest/wxs/expected/wms_inspire_map_railwaystationarea.png
    A msautotest/wxs/expected/wms_inspire_map_railwayyardarea.png
    A msautotest/wxs/expected/wms_inspire_map_roadarea.png
    A msautotest/wxs/expected/wms_inspire_map_roadlink.png
    A msautotest/wxs/expected/wms_inspire_map_roadservicearea.png
    A msautotest/wxs/expected/wms_inspire_map_roadtransportnetwork.png
    A msautotest/wxs/expected/wms_inspire_map_transportarea.png
    A msautotest/wxs/expected/wms_inspire_map_transportarea_style1.png
    A msautotest/wxs/expected/wms_inspire_map_transportarea_style2.png
    A msautotest/wxs/expected/wms_inspire_map_transportlink.png
    A msautotest/wxs/expected/wms_inspire_map_transportnode.png
    A msautotest/wxs/expected/wms_inspire_map_vehicletrafficarea.png
    A msautotest/wxs/expected/wms_inspire_scenario1_cap130.xml
    A msautotest/wxs/expected/wms_inspire_scenario1_cap130_eng.xml
    A msautotest/wxs/expected/wms_inspire_scenario1_cap130_ger.xml
    A msautotest/wxs/expected/wms_inspire_scenario1_describe130_airlink.xml
    A msautotest/wxs/expected/wms_inspire_scenario1_describe130_roadarea.xml
    A msautotest/wxs/expected/wms_inspire_scenario1_describe130_roadlink.xml
    A msautotest/wxs/expected/wms_inspire_scenario1_describe130_transportlink.xml
    A msautotest/wxs/expected/wms_inspire_scenario1_legendgraphic_airlink.png
    A msautotest/wxs/expected/wms_inspire_scenario1_legendgraphic_roadarea.png
    A msautotest/wxs/expected/wms_inspire_scenario1_legendgraphic_roadlink.png
    A msautotest/wxs/expected/wms_inspire_scenario1_legendgraphic_transportlink.png
    A msautotest/wxs/expected/wms_inspire_scenario1_map130_airlink.png
    A msautotest/wxs/expected/wms_inspire_scenario1_map130_roadarea.png
    A msautotest/wxs/expected/wms_inspire_scenario1_map130_roadlink.png
    A msautotest/wxs/expected/wms_inspire_scenario1_map130_transportlink.png
    A msautotest/wxs/expected/wms_inspire_scenario1_styles130_airlink.xml
    A msautotest/wxs/expected/wms_inspire_scenario1_styles130_roadarea.xml
    A msautotest/wxs/expected/wms_inspire_scenario1_styles130_roadlink.xml
    A msautotest/wxs/expected/wms_inspire_scenario1_styles130_transportlink.xml
    A msautotest/wxs/expected/wms_inspire_scenario2_cap111.xml
    A msautotest/wxs/expected/wms_inspire_scenario2_cap111_eng.xml
    A msautotest/wxs/expected/wms_inspire_scenario2_cap111_ger.xml
    A msautotest/wxs/expected/wms_inspire_scenario2_cap130.xml
    A msautotest/wxs/expected/wms_inspire_scenario2_cap130_eng.xml
    A msautotest/wxs/expected/wms_inspire_scenario2_cap130_ger.xml
    A msautotest/wxs/expected/wms_inspire_scenario2_describe130_airlink.xml
    A msautotest/wxs/expected/wms_inspire_scenario2_describe130_roadarea.xml
    A msautotest/wxs/expected/wms_inspire_scenario2_describe130_roadlink.xml
    A msautotest/wxs/expected/wms_inspire_scenario2_describe130_transportlink.xml
    A msautotest/wxs/expected/wms_inspire_scenario2_legendgraphic_airlink.png
    A msautotest/wxs/expected/wms_inspire_scenario2_legendgraphic_roadarea.png
    A msautotest/wxs/expected/wms_inspire_scenario2_legendgraphic_roadlink.png
    A msautotest/wxs/expected/wms_inspire_scenario2_legendgraphic_transportlink.png
    A msautotest/wxs/expected/wms_inspire_scenario2_map130_airlink.png
    A msautotest/wxs/expected/wms_inspire_scenario2_map130_roadarea.png
    A msautotest/wxs/expected/wms_inspire_scenario2_map130_roadlink.png
    A msautotest/wxs/expected/wms_inspire_scenario2_map130_transportlink.png
    A msautotest/wxs/expected/wms_inspire_scenario2_styles130_airlink.xml
    A msautotest/wxs/expected/wms_inspire_scenario2_styles130_roadarea.xml
    A msautotest/wxs/expected/wms_inspire_scenario2_styles130_roadlink.xml
    A msautotest/wxs/expected/wms_inspire_scenario2_styles130_transportlink.xml
    A msautotest/wxs/expected/wms_inspire_styles_all.xml
    A msautotest/wxs/expected/wms_inspire_styles_commontransportelements.xml
    A msautotest/wxs/expected/wms_inspire_styles_railtransportnetwork.xml
    A msautotest/wxs/expected/wms_inspire_styles_roadtransportnetwork.xml
    A msautotest/wxs/expected/wms_inspire_styles_transportnode.xml
    A msautotest/wxs/expected/wms_keyimage_legend.png
    A msautotest/wxs/expected/wms_legend_notext.png
    A msautotest/wxs/expected/wms_north_polar_stereo_extent.xml
    A msautotest/wxs/expected/wms_nosld_cap.xml
    A msautotest/wxs/expected/wms_nosld_cap_postgis.xml
    A msautotest/wxs/expected/wms_nosld_get_map_line_sld.png
    A msautotest/wxs/expected/wms_nosld_get_map_line_sld_postgis.png
    A msautotest/wxs/expected/wms_nosld_legend.png
    A msautotest/wxs/expected/wms_nosld_legend_postgis.png
    A msautotest/wxs/expected/wms_ogr_native.png
    A msautotest/wxs/expected/wms_ogr_native_sql_data.png
    A msautotest/wxs/expected/wms_polar_stereo.png
    A msautotest/wxs/expected/wms_rast_cap.xml
    A msautotest/wxs/expected/wms_rast_empty.txt
    A msautotest/wxs/expected/wms_rast_featureinfo.xml
    A msautotest/wxs/expected/wms_rast_featureinfo_reproj.xml
    A msautotest/wxs/expected/wms_raster_jpeg_png.jpg
    A msautotest/wxs/expected/wms_raster_jpeg_png.png
    A msautotest/wxs/expected/wms_src_non_square_pixel_ticket5445.png
    A msautotest/wxs/expected/wms_time_cap.xml
    A msautotest/wxs/expected/wms_time_cap130.xml
    A msautotest/wxs/expected/wms_time_cap130_postgis_postgis.xml
    A msautotest/wxs/expected/wms_time_cap_postgis_postgis.xml
    A msautotest/wxs/expected/wms_time_default_value.png
    A msautotest/wxs/expected/wms_time_default_value_postgis.png
    A msautotest/wxs/expected/wms_time_multi_ranges_reso_hour.png
    A msautotest/wxs/expected/wms_time_multi_ranges_reso_hour_postgis.png
    A msautotest/wxs/expected/wms_time_multi_reverse.png
    A msautotest/wxs/expected/wms_time_multi_reverse_postgis.png
    A msautotest/wxs/expected/wms_time_no_default_value.xml
    A msautotest/wxs/expected/wms_time_no_default_value_postgis.xml
    A msautotest/wxs/expected/wms_time_no_time_param.png
    A msautotest/wxs/expected/wms_time_no_time_param_postgis.png
    A msautotest/wxs/expected/wms_time_out_of_extents_multi.xml
    A msautotest/wxs/expected/wms_time_out_of_extents_multi_postgis.xml
    A msautotest/wxs/expected/wms_time_out_of_extents_multi_ranges.xml
    A msautotest/wxs/expected/wms_time_out_of_extents_multi_ranges_postgis.xml
    A msautotest/wxs/expected/wms_time_out_of_extents_single.xml
    A msautotest/wxs/expected/wms_time_out_of_extents_single_postgis.xml
    A msautotest/wxs/expected/wms_time_out_of_extents_single_range.xml
    A msautotest/wxs/expected/wms_time_out_of_extents_single_range_postgis.xml
    A msautotest/wxs/expected/wms_time_pattern10a.png
    A msautotest/wxs/expected/wms_time_pattern10a_postgis.png

  Log Message:
  -----------
  Synced with mapserver:master.


  Commit: 9ac714b532dd8f5d1966baf001c31206db0c9d9e
      https://github.com/mapserver/mapserver/commit/9ac714b532dd8f5d1966baf001c31206db0c9d9e
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2018-01-28 (Sun, 28 Jan 2018)

  Changed paths:
    M .travis.yml
    M CMakeLists.txt
    M mapwms.c

  Log Message:
  -----------
  Fixed some conflicts against master.


  Commit: a1b83fa367e148a32c5dea8169cc507105b79141
      https://github.com/mapserver/mapserver/commit/a1b83fa367e148a32c5dea8169cc507105b79141
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2018-01-28 (Sun, 28 Jan 2018)

  Changed paths:
    M HISTORY.TXT
    M fontcache.c
    M mapcluster.c
    M mapcontext.c
    M mapdraw.c
    M mapfile.c
    M mapgdal.c
    M mapgeomtransform.c
    M mapgraticule.c
    M maphash.c
    M maphash.h
    M mapimageio.c
    M mapimagemap.c
    M mapkmlrenderer.cpp
    M mapkmlrenderer.h
    M maplayer.c
    M mapogcfilter.c
    M mapogcsld.c
    M mapogcsos.c
    M maporaclespatial.c
    M mapoutput.c
    M mappostgis.c
    M mapproject.c
    M mapproject.h
    M mapraster.c
    M maprasterquery.c
    M mapresample.c
    M mapscale.c
    M mapserver.h
    M mapstring.c
    M maptemplate.c
    M maputil.c
    M mapuvraster.c
    M mapwcs.c
    M mapwcs.h
    M mapwcs11.c
    M mapwcs20.c
    M mapwfslayer.c
    M mapwms.c
    M msautotest/gdal/heat.map
    A msautotest/misc/expected/grid_without_label.png
    A msautotest/misc/grid_without_label.map
    M msautotest/misc/scaletoken.map
    M msautotest/pymod/mstestlib.py
    A msautotest/renderers/embed_sb_rgba_offset.map
    A msautotest/renderers/expected/embed_sb_rgba_offset.cairo.png
    A msautotest/renderers/expected/embed_sb_rgba_offset.png
    A msautotest/wxs/data/temperatures.tif
    A msautotest/wxs/data/uvraster_lonwrap180.tif
    A msautotest/wxs/data/wms_uvraster_map_reprojection.tif
    M msautotest/wxs/expected/ows_wms_capabilities.xml
    M msautotest/wxs/expected/ows_wms_rootlayer_name_capabilities.xml
    M msautotest/wxs/expected/ows_wms_rootlayer_name_empty_capabilities.xml
    M msautotest/wxs/expected/wcs_10_getcov_bands_name_new.dat
    M msautotest/wxs/expected/wcs_20_desc.txt
    M msautotest/wxs/expected/wcs_20_desc.xml
    M msautotest/wxs/expected/wcs_20_desc_bands.xml
    M msautotest/wxs/expected/wcs_20_getcov_bands_name.dat
    M msautotest/wxs/expected/wcs_20_getcov_bands_name_new.dat
    M msautotest/wxs/expected/wcs_20_getcov_bands_name_new_reproject.dat
    M msautotest/wxs/expected/wcs_20_getcov_full.dat
    M msautotest/wxs/expected/wcs_20_getcov_grd_mp.dat
    M msautotest/wxs/expected/wcs_20_getcov_reproj.dat
    M msautotest/wxs/expected/wcs_20_post_bands_name.dat
    M msautotest/wxs/expected/wcs_20_post_bands_name_new.dat
    M msautotest/wxs/expected/wcs_20_post_desc.xml
    M msautotest/wxs/expected/wcs_20_post_getcov_full_multipart.dat
    A msautotest/wxs/expected/wcs_grib_output_wcs10_get_coverage.grb2
    A msautotest/wxs/expected/wcs_grib_output_wcs11_get_coverage.grb2
    A msautotest/wxs/expected/wcs_grib_output_wcs20_get_coverage.grb2
    M msautotest/wxs/expected/wcs_mask_20_getcov_full.dat
    M msautotest/wxs/expected/wcs_mask_20_getcov_grd_mp.dat
    M msautotest/wxs/expected/wcs_mask_20_getcov_reproj.dat
    A msautotest/wxs/expected/wcs_simple_layer_specif_option.tif
    A msautotest/wxs/expected/wfs_filter_postgis_intersects_bad_extent.xml
    A msautotest/wxs/expected/wfs_filter_postgis_intersects_good_extent.xml
    A msautotest/wxs/expected/wms_layer_groups_caps111.xml
    A msautotest/wxs/expected/wms_layer_groups_map_all.png
    A msautotest/wxs/expected/wms_layer_groups_map_g1.png
    A msautotest/wxs/expected/wms_layer_groups_map_g2sg3l1.png
    A msautotest/wxs/expected/wms_layer_groups_map_sg1.png
    A msautotest/wxs/expected/wms_layer_groups_map_sg2.png
    A msautotest/wxs/expected/wms_uvraster_lonwrap180_accross_hemisphere.png
    A msautotest/wxs/expected/wms_uvraster_lonwrap180_east_hemisphere.png
    A msautotest/wxs/expected/wms_uvraster_lonwrap180_west_hemisphere.png
    A msautotest/wxs/expected/wms_uvraster_lonwrap180_whole_world.png
    A msautotest/wxs/expected/wms_uvraster_map_reprojection_extent_intersecting_layer.png
    A msautotest/wxs/expected/wms_uvraster_map_reprojection_extent_larger_than_layer.png
    A msautotest/wxs/expected/wms_uvraster_map_reprojection_extent_smaller_than_layer.png
    A msautotest/wxs/wcs_grib_output.map
    M msautotest/wxs/wcs_multi.map
    A msautotest/wxs/wcs_simple_layer_specific_option.map
    A msautotest/wxs/wms_layer_groups.map
    A msautotest/wxs/wms_uvraster_lonwrap180.map
    A msautotest/wxs/wms_uvraster_map_reprojection.map

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into vector-tiles


  Commit: 93c36424ad1daa49858cf7dae83bf6e36a7e40d6
      https://github.com/mapserver/mapserver/commit/93c36424ad1daa49858cf7dae83bf6e36a7e40d6
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2018-02-03 (Sat, 03 Feb 2018)

  Changed paths:
    M msautotest/wxs/expected/ows_all_wms_capabilities.xml
    M msautotest/wxs/expected/wms_inspire_scenario1_cap130.xml
    M msautotest/wxs/expected/wms_inspire_scenario1_cap130_ger.xml
    M msautotest/wxs/expected/wms_layer_groups_caps111.xml
    M msautotest/wxs/expected/wms_north_polar_stereo_extent.xml

  Log Message:
  -----------
  Updated a few test results to account for vector tiles. Let's see if that works and then we'll take care of the others.


  Commit: 470b6fb1e41a932ebbbb81dadac72718417b5ba9
      https://github.com/mapserver/mapserver/commit/470b6fb1e41a932ebbbb81dadac72718417b5ba9
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2018-02-08 (Thu, 08 Feb 2018)

  Changed paths:
    M msautotest/wxs/expected/ows_all_wms_capabilities_post.xml
    M msautotest/wxs/expected/ows_metadata_wms_capabilities111.xml
    M msautotest/wxs/expected/ows_metadata_wms_capabilities130.xml
    M msautotest/wxs/expected/ows_wms_capabilities.xml
    M msautotest/wxs/expected/ows_wms_rootlayer_name_capabilities.xml
    M msautotest/wxs/expected/wms111_test_xml_escaping.xml
    M msautotest/wxs/expected/wms130_test_xml_escaping.xml
    M msautotest/wxs/expected/wms_dimension_cap.xml
    M msautotest/wxs/expected/wms_dimension_cap130.xml
    M msautotest/wxs/expected/wms_empty_cap111.xml
    M msautotest/wxs/expected/wms_empty_cap_latestversion.xml
    M msautotest/wxs/expected/wms_get_capabilities_tileindexmixedsrs.xml
    M msautotest/wxs/expected/wms_inspire_cap.xml
    M msautotest/wxs/expected/wms_inspire_cap_111.xml
    M msautotest/wxs/expected/wms_inspire_cap_111_ger.xml
    M msautotest/wxs/expected/wms_inspire_cap_eng.xml
    M msautotest/wxs/expected/wms_inspire_cap_ger.xml
    M msautotest/wxs/expected/wms_inspire_scenario1_cap130_eng.xml
    M msautotest/wxs/expected/wms_inspire_scenario2_cap111.xml
    M msautotest/wxs/expected/wms_inspire_scenario2_cap111_eng.xml
    M msautotest/wxs/expected/wms_inspire_scenario2_cap111_ger.xml
    M msautotest/wxs/expected/wms_inspire_scenario2_cap130.xml
    M msautotest/wxs/expected/wms_inspire_scenario2_cap130_eng.xml
    M msautotest/wxs/expected/wms_inspire_scenario2_cap130_ger.xml
    M msautotest/wxs/expected/wms_nosld_cap.xml
    M msautotest/wxs/expected/wms_nosld_cap_postgis.xml

  Log Message:
  -----------
  Fixed format list to include MVT...


  Commit: 8b7b89db086568e84ebfa0b4f11920cf3190ada1
      https://github.com/mapserver/mapserver/commit/8b7b89db086568e84ebfa0b4f11920cf3190ada1
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2018-02-08 (Thu, 08 Feb 2018)

  Changed paths:
    M msautotest/wxs/expected/ows_wms_rootlayer_name_empty_capabilities.xml
    M msautotest/wxs/expected/wms_empty_cap130.xml
    M msautotest/wxs/expected/wms_inspire_cap_111_eng.xml

  Log Message:
  -----------
  Fixed format list to include MVT... (missed a couple)


  Commit: 86d7edbb36ed9ad34015054361191b774e41c81f
      https://github.com/mapserver/mapserver/commit/86d7edbb36ed9ad34015054361191b774e41c81f
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2018-03-04 (Sun, 04 Mar 2018)

  Changed paths:
    M scripts/vagrant/packages.sh

  Log Message:
  -----------
  Updated vagrant setup to include protobuf packages.


  Commit: 03f0df72e37ee227fbfb706ac3e61c58a18fa641
      https://github.com/mapserver/mapserver/commit/03f0df72e37ee227fbfb706ac3e61c58a18fa641
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2018-03-04 (Sun, 04 Mar 2018)

  Changed paths:
    M README
    M mapdraw.c
    M mapio.c
    M mapoutput.c
    M mapprimitive.c
    M mapproject.c
    M mapraster.c
    M mapserver.h
    M mapwcs.c
    M mapwcs.h
    M mapwcs20.c
    A msautotest/wxs/data/temperatures.grb2
    A msautotest/wxs/expected/wcs_grib_input_output_wcs10_get_coverage.grb2
    A msautotest/wxs/expected/wcs_grib_input_output_wcs11_get_coverage.grb2
    A msautotest/wxs/expected/wcs_grib_input_output_wcs20_get_coverage.grb2
    A msautotest/wxs/wcs_grib_input_output.map

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into vector-tiles


  Commit: a7ecb21c0010aecd9d2e6d4a588819001d64af7b
      https://github.com/mapserver/mapserver/commit/a7ecb21c0010aecd9d2e6d4a588819001d64af7b
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2018-03-21 (Wed, 21 Mar 2018)

  Changed paths:
    M mapwms.c

  Log Message:
  -----------
  Found the issue that was causing the 1.3 client tests to fail...


  Commit: 5d5b125104bc787ec5419bcffd2ad36626a90226
      https://github.com/mapserver/mapserver/commit/5d5b125104bc787ec5419bcffd2ad36626a90226
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
    M fontcache.c
    M maplexer.c
    M mapmssql2008.c
    M mapogr.cpp
    M mapoutput.c
    M mapows.c
    M mapows.h
    M mapparser.c
    M mapparser.h
    M mapscript/java/CMakeLists.txt
    M mapwcs.h
    M mapwcs20.c
    M msautotest/wxs/expected/ows_all_wms_capabilities.xml
    M msautotest/wxs/expected/ows_all_wms_capabilities_post.xml
    M msautotest/wxs/expected/ows_metadata_wms_capabilities111.xml
    M msautotest/wxs/expected/ows_metadata_wms_capabilities130.xml
    M msautotest/wxs/expected/ows_wms_capabilities.xml
    M msautotest/wxs/expected/ows_wms_rootlayer_name_capabilities.xml
    M msautotest/wxs/expected/ows_wms_rootlayer_name_empty_capabilities.xml
    A msautotest/wxs/expected/wcs_20_cap_inspire_embed.xml
    A msautotest/wxs/expected/wcs_20_cap_inspire_embed_acceptlanguage_default.xml
    A msautotest/wxs/expected/wcs_20_cap_inspire_embed_acceptlanguage_multiple.xml
    A msautotest/wxs/expected/wcs_20_cap_inspire_embed_acceptlanguage_secondary.xml
    A msautotest/wxs/expected/wcs_20_cap_inspire_embed_acceptlanguage_unknown.xml
    A msautotest/wxs/expected/wcs_20_cap_inspire_url.xml
    A msautotest/wxs/expected/wcs_20_cap_inspire_url_acceptlanguage_default.xml
    A msautotest/wxs/expected/wcs_20_cap_inspire_url_acceptlanguage_multiple.xml
    A msautotest/wxs/expected/wcs_20_cap_inspire_url_acceptlanguage_secondary.xml
    A msautotest/wxs/expected/wcs_20_cap_inspire_url_acceptlanguage_unknown.xml
    M msautotest/wxs/expected/wms111_test_xml_escaping.xml
    M msautotest/wxs/expected/wms130_test_xml_escaping.xml
    M msautotest/wxs/expected/wms_dimension_cap.xml
    M msautotest/wxs/expected/wms_dimension_cap130.xml
    M msautotest/wxs/expected/wms_empty_cap111.xml
    M msautotest/wxs/expected/wms_empty_cap130.xml
    M msautotest/wxs/expected/wms_empty_cap_latestversion.xml
    M msautotest/wxs/expected/wms_get_capabilities_tileindexmixedsrs.xml
    M msautotest/wxs/expected/wms_inspire_cap.xml
    M msautotest/wxs/expected/wms_inspire_cap_111.xml
    M msautotest/wxs/expected/wms_inspire_cap_111_eng.xml
    M msautotest/wxs/expected/wms_inspire_cap_111_ger.xml
    M msautotest/wxs/expected/wms_inspire_cap_eng.xml
    M msautotest/wxs/expected/wms_inspire_cap_ger.xml
    M msautotest/wxs/expected/wms_inspire_scenario1_cap130.xml
    M msautotest/wxs/expected/wms_inspire_scenario1_cap130_eng.xml
    M msautotest/wxs/expected/wms_inspire_scenario1_cap130_ger.xml
    M msautotest/wxs/expected/wms_inspire_scenario2_cap111.xml
    M msautotest/wxs/expected/wms_inspire_scenario2_cap111_eng.xml
    M msautotest/wxs/expected/wms_inspire_scenario2_cap111_ger.xml
    M msautotest/wxs/expected/wms_inspire_scenario2_cap130.xml
    M msautotest/wxs/expected/wms_inspire_scenario2_cap130_eng.xml
    M msautotest/wxs/expected/wms_inspire_scenario2_cap130_ger.xml
    M msautotest/wxs/expected/wms_layer_groups_caps111.xml
    M msautotest/wxs/expected/wms_north_polar_stereo_extent.xml
    M msautotest/wxs/expected/wms_nosld_cap.xml
    M msautotest/wxs/expected/wms_nosld_cap_postgis.xml
    A msautotest/wxs/wcs_inspire_scenario1.map
    A msautotest/wxs/wcs_inspire_scenario2.map

  Log Message:
  -----------
  Brought in line with mapserver/master again.


  Commit: 9d3ed9e50f4d80734dda3006ab0cf25def0f1008
      https://github.com/mapserver/mapserver/commit/9d3ed9e50f4d80734dda3006ab0cf25def0f1008
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
    M msautotest/wxs/expected/wms_get_capabilities_tileindexmixedsrs.xml

  Log Message:
  -----------
  Damn, missed one test result.


  Commit: 51416a6a31d8fa0c270179dd534949854c10f640
      https://github.com/mapserver/mapserver/commit/51416a6a31d8fa0c270179dd534949854c10f640
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
    M .travis.yml
    M CMakeLists.txt
    A cmake/FindProtobufC.cmake
    M maperror.c
    M maplexer.c
    A mapmvt.c
    M mapoutput.c
    M mapparser.c
    M mapparser.h
    M mapserver-config.h.in
    M mapserver.h
    M mapservutil.c
    M maptemplate.c
    M mapwfs.c
    M mapwms.c
    M msautotest/wxs/expected/ows_all_wms_capabilities.xml
    M msautotest/wxs/expected/ows_all_wms_capabilities_post.xml
    M msautotest/wxs/expected/ows_metadata_wms_capabilities111.xml
    M msautotest/wxs/expected/ows_metadata_wms_capabilities130.xml
    M msautotest/wxs/expected/ows_wms_capabilities.xml
    M msautotest/wxs/expected/ows_wms_rootlayer_name_capabilities.xml
    M msautotest/wxs/expected/ows_wms_rootlayer_name_empty_capabilities.xml
    M msautotest/wxs/expected/wms111_test_xml_escaping.xml
    M msautotest/wxs/expected/wms130_test_xml_escaping.xml
    M msautotest/wxs/expected/wms_dimension_cap.xml
    M msautotest/wxs/expected/wms_dimension_cap130.xml
    M msautotest/wxs/expected/wms_empty_cap111.xml
    M msautotest/wxs/expected/wms_empty_cap130.xml
    M msautotest/wxs/expected/wms_empty_cap_latestversion.xml
    M msautotest/wxs/expected/wms_get_capabilities_tileindexmixedsrs.xml
    M msautotest/wxs/expected/wms_inspire_cap.xml
    M msautotest/wxs/expected/wms_inspire_cap_111.xml
    M msautotest/wxs/expected/wms_inspire_cap_111_eng.xml
    M msautotest/wxs/expected/wms_inspire_cap_111_ger.xml
    M msautotest/wxs/expected/wms_inspire_cap_eng.xml
    M msautotest/wxs/expected/wms_inspire_cap_ger.xml
    M msautotest/wxs/expected/wms_inspire_scenario1_cap130.xml
    M msautotest/wxs/expected/wms_inspire_scenario1_cap130_eng.xml
    M msautotest/wxs/expected/wms_inspire_scenario1_cap130_ger.xml
    M msautotest/wxs/expected/wms_inspire_scenario2_cap111.xml
    M msautotest/wxs/expected/wms_inspire_scenario2_cap111_eng.xml
    M msautotest/wxs/expected/wms_inspire_scenario2_cap111_ger.xml
    M msautotest/wxs/expected/wms_inspire_scenario2_cap130.xml
    M msautotest/wxs/expected/wms_inspire_scenario2_cap130_eng.xml
    M msautotest/wxs/expected/wms_inspire_scenario2_cap130_ger.xml
    M msautotest/wxs/expected/wms_layer_groups_caps111.xml
    M msautotest/wxs/expected/wms_north_polar_stereo_extent.xml
    M msautotest/wxs/expected/wms_nosld_cap.xml
    M msautotest/wxs/expected/wms_nosld_cap_postgis.xml
    A renderers/mvt/vector_tile.proto
    M scripts/vagrant/packages.sh

  Log Message:
  -----------
  Merge pull request #5376 from sdlime/vector-tiles

Vector Tile Support


Compare: https://github.com/mapserver/mapserver/compare/3a2c8f3fef6d...51416a6a31d8


More information about the mapserver-commits mailing list