Ticket #1687 (closed enhancement: fixed)

Opened 14 months ago

Last modified 2 months ago

Add an ST_Simplify(TopoGeometry) override

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS 2.1.0
Component: topology Version: trunk
Keywords: history 2.1.0 Cc:

Description

Such function would take advantage of the topological definition of the geometry and while still returning a simple geometry it would still perform the simplification retaining primitive nodes.

Change History

Changed 2 months ago by strk

r11158 implements this. Lacks documentation, but I'm not sure how to best encode that. I'd rather re-use the existing "ST_Simplify" section, but @robe mentioned that's a no-no due to automatic tests generated in there and possibly breaking when you don't have topology installed. Needs another ticket ?

Changed 2 months ago by strk

  • keywords history 2.1.0 added
  • status changed from new to closed
  • resolution set to fixed

r11159 documents it (the way robe wanted it)

Changed 2 months ago by robe

  • status changed from closed to reopened
  • resolution fixed deleted

hmm -- shouldn't the short description be:

Returns a "simplified" geometry version of the given TopoGeometry using the Douglas-Peucker algorithm.

Changed 2 months ago by strk

  • status changed from reopened to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.