6
votes
2answers
1k views

Create a polygon layer from point data

I'm currently using QGIS 1.8.0 I would like to create a polygon layer from a point dataset, where the size of the polygons relates to the resolution of the grid reference. The ultimate aim would be ...
0
votes
2answers
224 views

How to implement a spatial query on polygon data for a specific point?

I have vector data fed into a database which returns a report at province level upon querying. This is implemented in a web tool. I want to add an extra functionality at point level, where I can ...