<div dir="ltr">Hi,<br><div><div class="gmail_extra"><br><div class="gmail_quote">2016-12-21 21:39 GMT+01:00 Karl-Magnus Jönsson <span dir="ltr"><<a href="mailto:Karl-Magnus.Jonsson@kristianstad.se" target="_blank">Karl-Magnus.Jonsson@kristianstad.se</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">



<div dir="auto">
<div>
<blockquote type="cite"><font color="#000000"><span style="background-color:rgba(255,255,255,0)">Actually it is (easier). Or could be. If you are able to use spatial sql as in postgis. Maybe you could do something similar in spatialite. A little more work
 to set up the database but in the end there are a lot more possibilities. I would have done something like this (maybe not correct syntax. Read the referece!): <br>
<br></span></font></blockquote></div></div></blockquote><div>Actually, for many releases now, you can use SQL on any file format in QGIS, shapefile included. No more need to put it inside a SpatiaLite base. Simply use virtual layer <a href="http://docs.qgis.org/2.14/en/docs/user_manual/working_with_vector/virtual_layers.html">http://docs.qgis.org/2.14/en/docs/user_manual/working_with_vector/virtual_layers.html</a> within the DB Manager tool.<br><br></div><div>Regards,<br>Harrissou <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div><blockquote type="cite"><font color="#000000"><span style="background-color:rgba(255,255,255,0)">
Create or replace view [viewname] as<br>
Select<br>
A.id,<br>
A.attribute1,<br>
B.attribute2,<br>
A.geom<br>
>From pointtable A, polygontable B<br>
Where st_within(A.geom,B.geom);<br>
<br>
If A.geom has to be transformed you could use st_transform inside the st_within function.</span></font></blockquote>
<blockquote type="cite"><font color="#000000"><span style="background-color:rgba(255,255,255,0)">/Karl-Magnus Jönsson </span></font></blockquote>
</div><div><div class="gmail-h5">
<div><br>
21 dec 2016 kl. 19:23 skrev Laurent Bourlet <<a href="mailto:laurentbourlet34@gmail.com" target="_blank">laurentbourlet34@gmail.com</a>>:<br>
<br>
</div>
<blockquote type="cite">
<div><span>Hi,</span><br>
<span></span><br>
<span>i thought it was more easy ...</span><br>
<span></span><br>
<span>In fact , i don't use a GPS because these points don't need precision : they are only used to identify the parcels . And i would like to catch their identity ( a number for each parcel and the owner ) if possible with a dynamic spatialjoin...</span><br>
<span></span><br>
<span>With booth data ( number of parcel and name of owner ) , i could talk with the fisc administration :-)</span><br>
<span></span><br>
<span>Randy was right ...i didn't have the same EPSG for the two layers . It's now OK ! but without the feature "dynamic" .</span><br>
<span></span><br>
<span>Indeed , i would avoid building many temporaries layers and i thought it existed a plugin for this  " dynamic" feature.</span><br>
<span></span><br>
<span>If no , i will ask my users to make spatialjoins some time to time ...</span><br>
<span></span><br>
<span>Waiting , i will try the solution of Bernd...</span><br>
<span></span><br>
<span>Thank you anyway !</span><br>
<span></span><br>
<span>laurent</span><br>
<span></span><br>
<span></span><br>
<span>Le 21/12/2016 à 17:46, Bernd Vogelgesang a écrit :</span><br>
<blockquote type="cite"><span>Hi,</span><br>
</blockquote>
<blockquote type="cite"><span></span><br>
</blockquote>
<blockquote type="cite"><span>for me this sounds more like he is getting new points once in a while and</span><br>
</blockquote>
<blockquote type="cite"><span>wants to join those attributes to the new points "automatically" from the</span><br>
</blockquote>
<blockquote type="cite"><span>parcel layer.</span><br>
</blockquote>
<blockquote type="cite"><span></span><br>
</blockquote>
<blockquote type="cite"><span>The biggest problem for users is to rethink the workflow from the end to</span><br>
</blockquote>
<blockquote type="cite"><span>the beginning and to know the limitations.</span><br>
</blockquote>
<blockquote type="cite"><span></span><br>
</blockquote>
<blockquote type="cite"><span>The outcome should be a point layer with the polygons attributes. If those</span><br>
</blockquote>
<blockquote type="cite"><span>points (layer A) are from GPS as Randy assumes, they have to be</span><br>
</blockquote>
<blockquote type="cite"><span>reprojected to the parcels layer (layer B) before being able to join them</span><br>
</blockquote>
<blockquote type="cite"><span>spatially(layer C). The spatial join in the toolbox produces layer D.</span><br>
</blockquote>
<blockquote type="cite"><span></span><br>
</blockquote>
<blockquote type="cite"><span>Most probably, the resulting layer D is going to to be edited in some way</span><br>
</blockquote>
<blockquote type="cite"><span>(adding notes about size, the progress, classifications, whatever), so you</span><br>
</blockquote>
<blockquote type="cite"><span>will have to find a way to preserve those new attribute while being able to</span><br>
</blockquote>
<blockquote type="cite"><span>add new points without much trouble.</span><br>
</blockquote>
<blockquote type="cite"><span></span><br>
</blockquote>
<blockquote type="cite"><span>The processing toolbox is a good way to do these steps, though it produces</span><br>
</blockquote>
<blockquote type="cite"><span>a lot of temporary files cluttering the project.</span><br>
</blockquote>
<blockquote type="cite"><span></span><br>
</blockquote>
<blockquote type="cite"><span>A better way for all those repetitive tasks, is to use the graphical</span><br>
</blockquote>
<blockquote type="cite"><span>modeller, to create a workflow which only has to be triggered once new</span><br>
</blockquote>
<blockquote type="cite"><span>points come in, and the resulting file can be saved as new a file e.g.</span><br>
</blockquote>
<blockquote type="cite"><span>with the current date in the name, so you have kind of an archive and do not</span><br>
</blockquote>
<blockquote type="cite"><span>overwrite previous files (and destroy your work in case something goes</span><br>
</blockquote>
<blockquote type="cite"><span>wrong).</span><br>
</blockquote>
<blockquote type="cite"><span></span><br>
</blockquote>
<blockquote type="cite"><span>So I can imagine a model with input layer A (new points in WGS84 without attributes) and a parcel layer B (in whatever projection).</span><br>
</blockquote>
<blockquote type="cite"><span>reproject layer A and C will be created as an intermediate step.</span><br>
</blockquote>
<blockquote type="cite"><span></span><br>
</blockquote>
<blockquote type="cite"><span>Next input layer is the latest result layer D, reprojected and with attributes.</span><br>
</blockquote>
<blockquote type="cite"><span>Merge layer C and D -> E. Now delete all columns which are from layer B (from the last spatial join. Unfortunately, you can only delete one field at a time in the modeller, so you'll will have to add the command several times in
 a row to the model) -> Fn</span><br>
</blockquote>
<blockquote type="cite"><span>Do the spatial join of Fn with B.</span><br>
</blockquote>
<blockquote type="cite"><span></span><br>
</blockquote>
<blockquote type="cite"><span>The last result G will now hold all points with the corresponding parcel info plus additional fields you might have added to the points.</span><br>
</blockquote>
<blockquote type="cite"><span>G will be the input D in the next run with fresh points.</span><br>
</blockquote>
<blockquote type="cite"><span></span><br>
</blockquote>
<blockquote type="cite"><span>So, do not add new points to the already existing collection of points in WGS84 (it is never save to edit layers without backup), but just import them as a new input set and then run the model with the parcel layer and the last
 result layer.</span><br>
</blockquote>
<blockquote type="cite"><span></span><br>
</blockquote>
<blockquote type="cite"><span>The modeller is not as intuitive as it should be, but it can save you a lot of time once you managed to set up a model.</span><br>
</blockquote>
<blockquote type="cite"><span></span><br>
</blockquote>
<blockquote type="cite"><span>Maybe I was completely wrong analysing the problem, but maybe someone else has the problem that fits to my solution ;)</span><br>
</blockquote>
<blockquote type="cite"><span>Cheers</span><br>
</blockquote>
<blockquote type="cite"><span>Bernd</span><br>
</blockquote>
<blockquote type="cite"><span></span><br>
</blockquote>
<blockquote type="cite"><span></span><br>
</blockquote>
<blockquote type="cite"><span></span><br>
</blockquote>
<blockquote type="cite"><span></span><br>
</blockquote>
<blockquote type="cite"><span></span><br>
</blockquote>
<blockquote type="cite"><span>Am 21.12.2016, 14:07 Uhr, schrieb Randal Hale</span><br>
</blockquote>
<blockquote type="cite"><span><<a href="mailto:rjhale@northrivergeographic.com" target="_blank">rjhale@northrivergeographic.<wbr>com</a>>:</span><br>
</blockquote>
<blockquote type="cite"><span></span><br>
</blockquote>
<blockquote type="cite">
<blockquote type="cite"><span>2 things:</span><br>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite"><span></span><br>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite"><span>1. In QGIS there is a processing toolbox (I assume you are one something as new as version 2.14.8). Open it (it's at the top -> Processing -> Toolbox). You can search for tools. Search for "join" and you should see a "Join Attributes
 by location". This is a spatial join.</span><br>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite"><span></span><br>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite"><span>2. THE MOST IMPORTANT THING. You mentioned you had collected points with a GPS. Possibly these points are in EPSG:4326. I'm going to guess that your parcel layer isn't. If you right click your parcel layer (in the layers panel)
 it will allow you to select properties. On the General Tab you will see the Coordinate Reference System mentioned and many times it is something like EPSG:xxxx . A Spatial Join must have the layers in the same coordinate system.</span><br>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite"><span></span><br>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite"><span>If it is different - Right Click on your GPS points and "Save as". When the "Save vector layer as...." window comes up. Save it as a shapefile and MOST IMPORTANTLY change the CRS to match your parcel layer. Click on the small globe
 (that appears to be wearing a hat) and in the filter type in the number you see for your parcels. You can then select that projection and Save your file. It should save. You can then perform the "join by location".</span><br>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite"><span></span><br>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite"><span>It should work. You are very close though so don't worry.</span><br>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite"><span></span><br>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite"><span>Randy</span><br>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite"><span></span><br>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite"><span></span><br>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite"><span></span><br>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite"><span>On 12/21/2016 01:24 AM, Erwan Conseil wrote:</span><br>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>Hi</span><br>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>In my layer B , I have the name of the owner and the number of the parcel : this number , a polygon , have a WKT location . All this is in a SHP . As I grab points in layer A directly in Qgis (2.18) , I have also a SHP . And i
 need a dynamic join because I have no desire to make the spatial join each time...</span><br>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>Regards</span><br>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>Laurent</span><br>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span></span><br>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>Le 21 déc. 2016 à 01:30, Randal Hale <<a href="mailto:rjhale@northrivergeographic.com" target="_blank">rjhale@northrivergeographic.<wbr>com</a>> a écrit :</span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span></span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>In your layer B - Do the Names of the Owners have a location (like a tax parcel) or are they a spreadsheet (like Microsoft Excel)?</span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span></span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>Randy</span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span></span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span></span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>On 12/20/2016 06:03 PM, Laurent Bourlet wrote:</span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>Hi at all</span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span></span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>I'm a beginner in Qgis and i would make a dynamic spatialjoin.</span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>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 .</span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>You see what i would ?...</span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>I would have these names transferred as attribut from B to A .</span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>For that , i think about a spatialjoin with a dynamic feature . So i have downloaded the two plugins "reffunction" and "spatialjoin".</span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>But i have certainly maked something wrong because i don't succeed ...</span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span></span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>Is it the good method ?</span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span></span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>And If yes , and if exist a doc about these plugins ...i'll take it :-))</span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span></span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>regards</span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span></span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>Laurent</span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span></span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>( 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 )</span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span></span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>______________________________<wbr>_________________</span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>Qgis-user mailing list</span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span><a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a></span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>List info: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">
http://lists.osgeo.org/<wbr>mailman/listinfo/qgis-user</a></span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>Unsubscribe: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">
http://lists.osgeo.org/<wbr>mailman/listinfo/qgis-user</a></span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>-- -----------------</span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>Randal Hale</span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>North River Geographic Systems, Inc</span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span><a href="http://www.northrivergeographic.com" target="_blank">http://www.<wbr>northrivergeographic.com</a></span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>423.653.3611 <a href="mailto:rjhale@northrivergeographic.com" target="_blank">
rjhale@northrivergeographic.<wbr>com</a></span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>twitter:rjhale</span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span></span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>______________________________<wbr>_________________</span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>Qgis-user mailing list</span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span><a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a></span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>List info: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">
http://lists.osgeo.org/<wbr>mailman/listinfo/qgis-user</a></span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"><span>Unsubscribe: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">
http://lists.osgeo.org/<wbr>mailman/listinfo/qgis-user</a></span><br>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<blockquote type="cite">
<blockquote type="cite"><span></span><br>
</blockquote>
</blockquote>
<blockquote type="cite"><span></span><br>
</blockquote>
<blockquote type="cite"><span></span><br>
</blockquote>
<span></span><br>
<span>______________________________<wbr>_________________</span><br>
<span>Qgis-user mailing list</span><br>
<span><a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a></span><br>
<span>List info: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/<wbr>mailman/listinfo/qgis-user</a></span><br>
<span>Unsubscribe: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/<wbr>mailman/listinfo/qgis-user</a></span></div>
</blockquote>
</div></div></div>

<br>______________________________<wbr>_________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org">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/<wbr>mailman/listinfo/qgis-user</a><br>
Unsubscribe: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>mailman/listinfo/qgis-user</a><br></blockquote></div><br></div></div></div>