<div dir="ltr"><div><div><div>I am not totally clear on exactly how you want it to work so this may or may not be helpful. I have something similar set up using the refFunctions plugin you mentioned.  I believe that the layers need to be in the same CRS for the reference functions.  <br><br></div>If you want to simply add a field with names to a set of existing points then you can use the field calculator and enter something like:  geomintersects('Layer B','name_field')<br><br></div>You can also set QGIS to calculate this for new features you digitize.  Add a new field to Layer A and In the field properties set the default value to the above formula. <br></div><div> <br></div><div>Finally, if you need it to work with layers in different CRS and are feeling pythonically adventurous I think it'd be pretty straightforward to make a custom function to do it  Just copy the refFunctions geomintersects() code into the function editor and add a bit to do a CRS transformation on the feature.<br><br>Andrew<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 20, 2016 at 3:03 PM, Laurent Bourlet <span dir="ltr"><<a href="mailto:laurentbourlet34@gmail.com" target="_blank">laurentbourlet34@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi at all<br>
<br>
I'm a beginner in Qgis and i would make a dynamic spatialjoin.<br>
In fact , i have created a vector layer ( for example  A) and i grab points in it when I'm outdoor ( these points are buildings unknowned by the government and so these building are not taxed ...) . I have also a layer (B) with the name of the owners of these lands .<br>
You see what i would ?...<br>
I would have these names transferred as attribut from B to A .<br>
For that , i think about a spatialjoin with a dynamic feature . So i have downloaded the two plugins "reffunction" and "spatialjoin".<br>
But i have certainly maked something wrong because i don't succeed ...<br>
<br>
Is it the good method ?<br>
<br>
And If yes , and if exist a doc about these plugins ...i'll take it :-))<br>
<br>
regards<br>
<br>
Laurent<br>
<br>
( pour les francophones ...je repère et saisis des points représentants  des batiments construits et visibles par Google Map mais inconnus par le cadastre et donc les impôts ...je voudrais donc enrichir la couche de saisie par les références des parcelles et les noms des propriétaires par une jointure spatiale dynamique ..à chaque point saisi , "monte" cette référence )<br>
<br>
______________________________<wbr>_________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>
List info: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman<wbr>/listinfo/qgis-user</a><br>
Unsubscribe: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman<wbr>/listinfo/qgis-user</a></blockquote></div><br></div></div>