[mapserver-commits] [MapServer/MapServer] d12a27: Allow null features in OGR output (#6138)

Seth G noreply at github.com
Tue Sep 22 14:36:51 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/MapServer/MapServer
  Commit: d12a270d55fc741639d161823a28e42fd1786bb2
      https://github.com/MapServer/MapServer/commit/d12a270d55fc741639d161823a28e42fd1786bb2
  Author: Seth G <sethg at geographika.co.uk>
  Date:   2020-09-22 (Tue, 22 Sep 2020)

  Changed paths:
    M mapogroutput.cpp
    A msautotest/mssql/expected/line.json
    A msautotest/mssql/expected/multiline.json
    A msautotest/mssql/expected/multipoint.json
    A msautotest/mssql/expected/multipolygon.json
    A msautotest/mssql/expected/multipolygon_with_hole.json
    A msautotest/mssql/expected/null_line.json
    A msautotest/mssql/expected/null_multiline.json
    A msautotest/mssql/expected/null_multipoint.json
    A msautotest/mssql/expected/null_multipolygon.json
    A msautotest/mssql/expected/null_point.json
    A msautotest/mssql/expected/null_polygon.json
    A msautotest/mssql/expected/point.json
    A msautotest/mssql/expected/polygon.json
    A msautotest/mssql/expected/polygon_with_hole.json
    R msautotest/mssql/include/cities_mssql.map
    A msautotest/mssql/include/mssql_connection.map
    A msautotest/mssql/include/wfs_ogr_export_metadata.map
    M msautotest/mssql/wfs_mssql.map
    A msautotest/mssql/wfs_ogr_export.map
    M msautotest/requirements.txt

  Log Message:
  -----------
  Allow null features in OGR output (#6138)

* Remove numline guards to allow null outputs

* Move line geom check inside loop

* Fix autotest syntax and add lxml dependency

* Fix INCLUDE

* Set GML geometry type and update empty polygons to produce null GeoJSON

* Revert whitespace




More information about the mapserver-commits mailing list