Re: [postgis-users] Postgis 3.0: How to convert liblwgeom to librttopo?

2022-06-27 Thread pt122
Hi, [once more as plain text since html was scrubbed...] > Your function sounds a lot like existing > https://postgis.net/docs/ST_AsMVTGeom.html Thanks for the reference, I didn't hear of this before. It's in /postgis/mvt.c, right? For reference, my signature would be the following: prepr

Re: [postgis-users] Postgis 3.0: How to convert liblwgeom to librttopo?

2022-06-27 Thread pt122
Hi,   > Your function sounds a lot like existing https://postgis.net/docs/ST_AsMVTGeom.html   Thanks for the reference, I didn't hear of this before. It's in /postgis/mvt.c, right?   For reference, my signature would be the following:       preprocess(geometry geom, box2d bounds, double re

Re: [postgis-users] Postgis 3.0: How to convert liblwgeom to librttopo?

2022-06-27 Thread Komяpa
Hi, Your function sounds a lot like existing https://postgis.net/docs/ST_AsMVTGeom.html On Mon, Jun 27, 2022 at 9:10 PM wrote: > Thank you for your feedback. Since I see no practical way for me to use > liblwgeom functionality after installing postgis 3.x I tried another > approach and added my

Re: [postgis-users] Postgis 3.0: How to convert liblwgeom to librttopo?

2022-06-27 Thread pt122
Thank you for your feedback. Since I see no practical way for me to use liblwgeom functionality after installing postgis 3.x I tried another approach and added my function to the normal postgis make process which works fine for me:   - put my c file into /postgis - add it in postgis/Makefile - a