Ticket #1941 (new patch)

Opened 11 months ago

Last modified 7 weeks ago

supporting lwgeom_grid() in liblwgeom

Reported by: esseffe Owned by: strk
Priority: medium Milestone: PostGIS 2.2.0
Component: liblwgeom Version: trunk
Keywords: Cc: esseffe

Description

I notice that lwgeom_grid() isn't available on liblwgeom; it's currently implemented directcly into the PostGIS main-core. IMHO liblwgeom looks to be a more appropriate place for this API.

the attached patch allows to transfer lwgeom_grid() directly in liblwgeom.

bye Sandro Furieri

Attachments

lwgeom_grid_patch Download (20.0 KB) - added by esseffe 11 months ago.

Change History

Changed 11 months ago by esseffe

Changed 11 months ago by strk

One thing Sandro: anything going into the liblwgeom.h file (public API) would better be prefixed by lw, so gridspec should be lw_gridspec or something like that.

Changed 3 months ago by robe

  • cc esseffe added

Sandro does Sandro need to provide another patch? Wasn't absolutely clear from your comment.

Changed 3 months ago by robe

  • type changed from enhancement to patch

Changed 3 months ago by strk

I'd appreciate a new patch, yes. @esseffe are you going to provide it ?

Changed 7 weeks ago by robe

  • milestone changed from PostGIS 2.1.0 to PostGIS 2.2.0
Note: See TracTickets for help on using tickets.