[mapserver-commits] [mapserver/mapserver] 46849f: Fix an issue with the complex polygon in oracle

GitHub noreply at github.com
Wed Jul 30 07:34:06 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/mapserver/mapserver
  Commit: 46849f44f67a62e3d8e3eb656b32f2aebe1c050f
      https://github.com/mapserver/mapserver/commit/46849f44f67a62e3d8e3eb656b32f2aebe1c050f
  Author: dufop <pascal.dufour at bentley.com>
  Date:   2014-07-30 (Wed, 30 Jul 2014)

  Changed paths:
    M maporaclespatial.c

  Log Message:
  -----------
  Fix an issue with the complex polygon in oracle

The problem was when a polygon is composed from multiple line string and/or an arc polygon, the type of the shape is change for MS_SHAPE_LINE instead to keep the MS_SHAPE_POLYGON flag. So to solve it I validate the type provide by oracle and if it's a complex polygon I force to set the shape type to MS_SHAPE_POLYGON and the shape are now process as a polygon instead of a line string.


  Commit: 5085e5c97b1fdbca340e0c46313d54f279179c3b
      https://github.com/mapserver/mapserver/commit/5085e5c97b1fdbca340e0c46313d54f279179c3b
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2014-07-30 (Wed, 30 Jul 2014)

  Changed paths:
    M maporaclespatial.c

  Log Message:
  -----------
  Merge pull request #4967 from dufop/master

Fix an issue with the complex polygon in oracle


Compare: https://github.com/mapserver/mapserver/compare/f2ab894d9a62...5085e5c97b1f


More information about the mapserver-commits mailing list