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
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
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
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