@lists.osgeo.org
Subject: Re: [Qgis-user] Finding Points which do not overlay
Hi Henrik:
If you still don't solve your issue, perhaps you can try this:
1. If you don't have it, Calculate X and Y coords. for your two layers
2. Make a table union, in layer properties
3. Create two new fields for
Hi Henrik:
If you still don't solve your issue, perhaps you can try this:
1. If you don't have it, Calculate X and Y coords. for your two layers
2. Make a table union, in layer properties
3. Create two new fields for calculate difference of coordinates (Xi - Xj)
and (Yi - Yj)
4. Calculate the
Hey,
So I will get right to the problem I have.
I have two different Layers with the same content from different times. Now
I want to know which points changed their location and which have been added
or deleted so I just wanted to find the points which do not overlay by using
Vector -> Geoprocessi