[postgis-tickets] [PostGIS] #4627: ST_HexagonGrid produces overlapping hexagons

PostGIS trac at osgeo.org
Fri Jan 31 10:04:43 PST 2020


#4627: ST_HexagonGrid produces overlapping hexagons
----------------------+---------------------------
  Reporter:  dbaston  |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  medium   |  Milestone:  PostGIS 3.1.0
 Component:  postgis  |    Version:  master
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by pramsey):

 Ug, well an improvement is nice. I fear the only real full-on solution is
 the one Komzpa put in the old PR: feeding in any pre-existing coordinates
 to the generation function so they can be re-used... so the HexagonGrid
 function would have to carry a bunch of prior state, and the Hexagon
 function would have to be able to make use of said state.
 And that would still leave cases where independently generated hexagons
 from the same tiling space didn't have perfectly matching vertex values.

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4627#comment:3>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list