imran-5 / PostGIS-Grids

PostgreSQL, PostGIS custom algorithms to make Hex Grid, Triangle Grid, Points Grid, and Rectangle Grid.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

creation of cells produce one geometry

jimoreira opened this issue · comments

hi, this is not an issue, more like a question.
I discover your repository when looking this
question
I've used your code here, it runs really well.
I was looking for a function to create a grid with several cells, each with its geom, and cut with the shape of the original polygon. Instead, I'm getting a unique geom, with the grid.
Is this what you have in mind? or I'm doing something wrong?

thanks
great work!