<html><body><div style="color:#000; background-color:#fff; font-family:Courier New, courier, monaco, monospace, sans-serif;font-size:18pt">Comment lisser un vecteur dans GIS ?<br><div style="font-family: Courier New, courier, monaco, monospace, sans-serif; font-size: 18pt;"><div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"><div dir="ltr"><hr size="1"><font face="Arial" size="2"><b><span style="font-weight:bold;">De :</span></b> "qgis-user-request@lists.osgeo.org" <qgis-user-request@lists.osgeo.org><br> <b><span style="font-weight: bold;">À :</span></b> qgis-user@lists.osgeo.org <br> <b><span style="font-weight: bold;">Envoyé le :</span></b> Mercredi 6 novembre 2013 6h35<br> <b><span style="font-weight: bold;">Objet :</span></b> Qgis-user Digest, Vol 93, Issue 10<br> </font> </div> <div class="y_msg_container"><br>Send Qgis-user mailing list submissions to<br>    <a
 ymailto="mailto:qgis-user@lists.osgeo.org" href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a><br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>    <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>or, via email, send a message with subject or body 'help' to<br>    <a ymailto="mailto:qgis-user-request@lists.osgeo.org" href="mailto:qgis-user-request@lists.osgeo.org">qgis-user-request@lists.osgeo.org</a><br><br>You can reach the person managing the list at<br>    <a ymailto="mailto:qgis-user-owner@lists.osgeo.org" href="mailto:qgis-user-owner@lists.osgeo.org">qgis-user-owner@lists.osgeo.org</a><br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of Qgis-user digest..."<br><br><br>Today's Topics:<br><br>   1. Re: How do I georeference an xls
 file opened in QGIS 2.0<br>      (Richard Duivenvoorde)<br>   2. disappearing shape layer (Jake Maier)<br>   3. Re: disappearing shape layer (Jake Maier)<br>   4. Re: How to get QGIS Mobile Web Client (as presented at<br>      FOSS4G) (cdp)<br>   5. Re: disappearing shape layer (Goyo)<br>   6. Re: How do I georeference an xls file opened in QGIS 2.0<br>      (Lee Hachadoorian)<br>   7. EPSG:3987 is recognized in QGIS 2.0.1 on Windows 8.1 but not<br>      Arch Linux (Saulteau Don)<br>   8. Re: How do I georeference an xls file opened in QGIS 2.0<br>      (Minoru Akagi)<br>   9. Re: How do I georeference an xls file opened in QGIS 2.0<br>      (Minoru Akagi)<br>  10. Re: Cannot add XLS table, no recognized data type (Lene Fischer)<br>  11. Re: Cannot add XLS table, no recognized data type<br>      (Jos?
 Pedro Santos)<br>  12. Re: How do I georeference an xls file opened in QGIS 2.0<br>      (Zirneklitis)<br>  13. Overview map window tracking (Zoltan Szecsei)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Tue, 05 Nov 2013 21:38:21 +0100<br>From: Richard Duivenvoorde <<a ymailto="mailto:rdmailings@duif.net" href="mailto:rdmailings@duif.net">rdmailings@duif.net</a>><br>To: Brent Wood <<a ymailto="mailto:pcreso@pcreso.com" href="mailto:pcreso@pcreso.com">pcreso@pcreso.com</a>>, "G. Allegri" <<a ymailto="mailto:giohappy@gmail.com" href="mailto:giohappy@gmail.com">giohappy@gmail.com</a>><br>Cc: "<a ymailto="mailto:qgis-user@lists.osgeo.org" href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>" <<a ymailto="mailto:qgis-user@lists.osgeo.org" href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>><br>Subject: Re:
 [Qgis-user] How do I georeference an xls file opened in<br>    QGIS 2.0<br>Message-ID: <<a ymailto="mailto:5279573D.6010807@duif.net" href="mailto:5279573D.6010807@duif.net">5279573D.6010807@duif.net</a>><br>Content-Type: text/plain; charset=ISO-8859-1<br><br>On 05-11-13 20:41, Brent Wood wrote:<br>> Cheers...<br>> <br>> I don't want to create shapefiles or csv's, etc, from spreadsheets,  I<br>> just want to plot *.xls files which contain x/y columns on the map.<br>> <br>> I sort of figured that if a GIS tool can open an xls file this would be<br>> pretty basic functionality... perhaps optimistically :-)<br>> <br>> The use case I'm envisaging is a live Excel spreadsheet used to store<br>> data. New rows (records) are added as appropriate. A QGIS project<br>> includes the spreadsheet as a current layer - so a QGIS user can open<br>> the spreadsheet, as well as other map layers, & save the
 project.<br>> Reopening the project would automatically plot all the rows in the<br>> spreadsheet on the map.<br>> <br>> The only ways I can see to achieve this functionality involve recreating<br>> another copy of the spreadsheet in another format before I can view the<br>> points on the map. Which is an annoying extra few steps every time I<br>> want to view the spreadsheet.<br>> <br>> Is this worth filing a ticket for? Perhaps add some extra functionality<br>> in the vector layer dialogue: if the file type opened is an xls, allow<br>> the user to (optionally) specify the column identifiers for the X & Y<br>> coords & the SRID to apply? <br><br>Hi,<br><br>my xytools plugin does parts of your question:<br>- it can load an xls file (xlr module needed), will ask you for a crs<br>and the x and y column, and then will create features and place those in<br>a memory layer (!). Which you could save to ...
 whatever<br>But as this is a memorylayer the link to your excelfile is not<br>memorized, so loading excel file in a project file is not working.<br><br>Second option: as OGR  can load excel files, QGIS can load them as<br>tables (just via 'add vector layer'). Maybe (!, haven't tried this) you<br>can use the vrt-magic from ogr for this.<br>See <a href="http://www.gdal.org/ogr/drv_vrt.html" target="_blank">http://www.gdal.org/ogr/drv_vrt.html</a><br>This would mean that your excel file would be accompanied by this xml<br>file which defines the columns and geometrytype. And OGR (and by this<br>hopefully QGIS) will then see it as a 'virtual' geometry containing<br>file. Please try (and report back ;-) )<br><br>Third option: instead of real excell files,<br>use csv files (combined with vrt?) See<br><a href="http://www.gdal.org/ogr/drv_csv.html" target="_blank">http://www.gdal.org/ogr/drv_csv.html</a><br><br>The Delimited Text File layer is also pretty
 sophisticated nowadays!<br><br>Hope this helps.<br><br>Regards,<br><br>Richard Duivenvoorde<br><br><br><br><br>------------------------------<br><br>Message: 2<br>Date: Tue, 5 Nov 2013 16:53:35 -0500<br>From: "Jake Maier" <<a ymailto="mailto:j.m@jmforestry.com" href="mailto:j.m@jmforestry.com">j.m@jmforestry.com</a>><br>To: <<a ymailto="mailto:Qgis-user@lists.osgeo.org" href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a>><br>Subject: [Qgis-user] disappearing shape layer<br>Message-ID: <01d901ceda71$7afbe050$70f3a0f0$@<a ymailto="mailto:m@jmforestry.com" href="mailto:m@jmforestry.com">m@jmforestry.com</a>><br>Content-Type: text/plain; charset="us-ascii"<br><br>Actually the layer itself is not disappearing. It just will not display.<br><br>I open the attribute table, there is a 125 acre polygon<br><br>I select zoom to layer and it displays the right area<br><br>I turn it on and off and on again several times it will not
 display a<br>polygon<br><br>I look into the properties/style and everything look OK (as far as I know,<br>that is)<br><br>I don't know how I can get the layer to display again<br><br>Does anybody have an idea?<br><br>On a related item, when I turn on a layer, it often will only display a<br>check on the layer but will not display the layer. After I turn the layer<br>off and on again, it will normally display. <br><br>Thanks for any help<br><br>Jake<br><br> <br><br>Jake Maier<br><br>6 Lower Falls Road<br><br>Orland<br><br>ME 04472<br><br>469 0231<br><br><a ymailto="mailto:j.m@jmforestry.com" href="mailto:j.m@jmforestry.com">j.m@jmforestry.com</a><br><br> <br><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <<a href="http://lists.osgeo.org/pipermail/qgis-user/attachments/20131105/fa575ddf/attachment-0001.html"
 target="_blank">http://lists.osgeo.org/pipermail/qgis-user/attachments/20131105/fa575ddf/attachment-0001.html</a>><br><br>------------------------------<br><br>Message: 3<br>Date: Tue, 5 Nov 2013 16:55:36 -0500<br>From: "Jake Maier" <<a ymailto="mailto:j.m@jmforestry.com" href="mailto:j.m@jmforestry.com">j.m@jmforestry.com</a>><br>To: <<a ymailto="mailto:Qgis-user@lists.osgeo.org" href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a>><br>Subject: Re: [Qgis-user] disappearing shape layer<br>Message-ID: <01de01ceda71$c34ac560$49e05020$@<a ymailto="mailto:m@jmforestry.com" href="mailto:m@jmforestry.com">m@jmforestry.com</a>><br>Content-Type: text/plain; charset="us-ascii"<br><br>Sorry I forgot, I'm using 2.0.1 last updated about a month ago on a PC Win7<br><br> <br><br>From: Jake Maier [mailto:<a ymailto="mailto:j.m@jmforestry.com" href="mailto:j.m@jmforestry.com">j.m@jmforestry.com</a>] <br>Sent: Tuesday, November 05,
 2013 4:54 PM<br>To: '<a ymailto="mailto:Qgis-user@lists.osgeo.org" href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a>'<br>Subject: disappearing shape layer<br><br> <br><br>Actually the layer itself is not disappearing. It just will not display.<br><br>I open the attribute table, there is a 125 acre polygon<br><br>I select zoom to layer and it displays the right area<br><br>I turn it on and off and on again several times it will not display a<br>polygon<br><br>I look into the properties/style and everything look OK (as far as I know,<br>that is)<br><br>I don't know how I can get the layer to display again<br><br>Does anybody have an idea?<br><br>On a related item, when I turn on a layer, it often will only display a<br>check on the layer but will not display the layer. After I turn the layer<br>off and on again, it will normally display. <br><br>Thanks for any help<br><br>Jake<br><br> <br><br>Jake Maier<br><br>6 Lower Falls
 Road<br><br>Orland<br><br>ME 04472<br><br>469 0231<br><br><a ymailto="mailto:j.m@jmforestry.com" href="mailto:j.m@jmforestry.com">j.m@jmforestry.com</a><br><br> <br><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <<a href="http://lists.osgeo.org/pipermail/qgis-user/attachments/20131105/fec1783b/attachment-0001.html" target="_blank">http://lists.osgeo.org/pipermail/qgis-user/attachments/20131105/fec1783b/attachment-0001.html</a>><br><br>------------------------------<br><br>Message: 4<br>Date: Tue, 5 Nov 2013 13:51:23 -0800 (PST)<br>From: cdp <<a ymailto="mailto:cdaponte@synergyaspen.ca" href="mailto:cdaponte@synergyaspen.ca">cdaponte@synergyaspen.ca</a>><br>To: <a ymailto="mailto:qgis-user@lists.osgeo.org" href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a><br>Subject: Re: [Qgis-user] How to get QGIS Mobile Web Client (as<br>    presented at   
 FOSS4G)<br>Message-ID: <<a ymailto="mailto:1383688283547-5087540.post@n6.nabble.com" href="mailto:1383688283547-5087540.post@n6.nabble.com">1383688283547-5087540.post@n6.nabble.com</a>><br>Content-Type: text/plain; charset=us-ascii<br><br>Thanks Andreas.  Looking forward to putting the new client to the test!<br><br><br><br>--<br>View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/How-to-get-QGIS-Mobile-Web-Client-as-presented-at-FOSS4G-tp5082689p5087540.html" target="_blank">http://osgeo-org.1560.x6.nabble.com/How-to-get-QGIS-Mobile-Web-Client-as-presented-at-FOSS4G-tp5082689p5087540.html</a><br>Sent from the Quantum GIS - User mailing list archive at Nabble.com.<br><br><br>------------------------------<br><br>Message: 5<br>Date: Wed, 6 Nov 2013 01:02:17 +0100<br>From: Goyo <<a ymailto="mailto:goyodiaz@gmail.com" href="mailto:goyodiaz@gmail.com">goyodiaz@gmail.com</a>><br>To: Jake Maier <<a
 ymailto="mailto:j.m@jmforestry.com" href="mailto:j.m@jmforestry.com">j.m@jmforestry.com</a>><br>Cc: qgis-user <<a ymailto="mailto:Qgis-user@lists.osgeo.org" href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a>><br>Subject: Re: [Qgis-user] disappearing shape layer<br>Message-ID:<br>    <CACNjSPTPKFv4Ekd8yYvYx4B8thhv5bbjVBvBNAbgBmAUUV2K+<a ymailto="mailto:g@mail.gmail.com" href="mailto:g@mail.gmail.com">g@mail.gmail.com</a>><br>Content-Type: text/plain; charset=UTF-8<br><br>2013/11/5 Jake Maier <<a ymailto="mailto:j.m@jmforestry.com" href="mailto:j.m@jmforestry.com">j.m@jmforestry.com</a>>:<br>> Actually the layer itself is not disappearing. It just will not display.<br>><br>> I open the attribute table, there is a 125 acre polygon<br>><br>> I select zoom to layer and it displays the right area<br>><br>> I turn it on and off and on again several times it will not display a<br>>
 polygon<br>><br>> I look into the properties/style and everything look OK (as far as I know,<br>> that is)<br>><br>> I don?t know how I can get the layer to display again<br>><br>> Does anybody have an idea?<br><br>Somethink like that has been happening to me lately with shapefiles<br>which lack a .prj file (I think). Try Layer > Save as... and then load<br>the resulting file.<br><br>Goyo<br><br><br>------------------------------<br><br>Message: 6<br>Date: Tue, 05 Nov 2013 19:39:44 -0500<br>From: Lee Hachadoorian <Lee.Hachadoorian+<a ymailto="mailto:L@gmail.com" href="mailto:L@gmail.com">L@gmail.com</a>><br>To: <a ymailto="mailto:davidc@rti.org" href="mailto:davidc@rti.org">davidc@rti.org</a>,  "<a ymailto="mailto:qgis-user@lists.osgeo.org" href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>"<br>    <<a ymailto="mailto:qgis-user@lists.osgeo.org"
 href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>><br>Cc: <a ymailto="mailto:richard@duif.net" href="mailto:richard@duif.net">richard@duif.net</a><br>Subject: Re: [Qgis-user] How do I georeference an xls file opened in<br>    QGIS 2.0<br>Message-ID: <<a ymailto="mailto:52798FD0.4090808@gmail.com" href="mailto:52798FD0.4090808@gmail.com">52798FD0.4090808@gmail.com</a>><br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>David,<br><br>Is there any chance your GDAL/OGR lacks Excel support? According to OGR <br>Formats page [1], it isn't compiled by default. Try `ogrinfo <your <br>file>` from the command line.<br><br>I can confirm that it is working for me (QGIS 2.0.1, GDAL 1.10.0, Linux <br>Mint 13) via the Add Vector Layer dialog (as described by Brent) and via <br>drag and drop from the file system, as you describe in your original <br>post. (Even without Richard's excellent XYTools
 plugin.)<br><br>Best,<br>--Lee<br><br>[1] <a href="http://www.gdal.org/ogr/ogr_formats.html" target="_blank">http://www.gdal.org/ogr/ogr_formats.html</a><br><br>On 11/05/2013 03:38 PM, Richard Duivenvoorde wrote:<br>> On 05-11-13 20:41, Brent Wood wrote:<br>>> Cheers...<br>>><br>>> I don't want to create shapefiles or csv's, etc, from spreadsheets,  I<br>>> just want to plot *.xls files which contain x/y columns on the map.<br>>><br>>> I sort of figured that if a GIS tool can open an xls file this would be<br>>> pretty basic functionality... perhaps optimistically :-)<br>>><br>>> The use case I'm envisaging is a live Excel spreadsheet used to store<br>>> data. New rows (records) are added as appropriate. A QGIS project<br>>> includes the spreadsheet as a current layer - so a QGIS user can open<br>>> the spreadsheet, as well as other map layers, & save the
 project.<br>>> Reopening the project would automatically plot all the rows in the<br>>> spreadsheet on the map.<br>>><br>>> The only ways I can see to achieve this functionality involve recreating<br>>> another copy of the spreadsheet in another format before I can view the<br>>> points on the map. Which is an annoying extra few steps every time I<br>>> want to view the spreadsheet.<br>>><br>>> Is this worth filing a ticket for? Perhaps add some extra functionality<br>>> in the vector layer dialogue: if the file type opened is an xls, allow<br>>> the user to (optionally) specify the column identifiers for the X & Y<br>>> coords & the SRID to apply?<br>> Hi,<br>><br>> my xytools plugin does parts of your question:<br>> - it can load an xls file (xlr module needed), will ask you for a crs<br>> and the x and y column, and then will create features and place those
 in<br>> a memory layer (!). Which you could save to ... whatever<br>> But as this is a memorylayer the link to your excelfile is not<br>> memorized, so loading excel file in a project file is not working.<br>><br>> Second option: as OGR  can load excel files, QGIS can load them as<br>> tables (just via 'add vector layer'). Maybe (!, haven't tried this) you<br>> can use the vrt-magic from ogr for this.<br>> See <a href="http://www.gdal.org/ogr/drv_vrt.html" target="_blank">http://www.gdal.org/ogr/drv_vrt.html</a><br>> This would mean that your excel file would be accompanied by this xml<br>> file which defines the columns and geometrytype. And OGR (and by this<br>> hopefully QGIS) will then see it as a 'virtual' geometry containing<br>> file. Please try (and report back ;-) )<br>><br>> Third option: instead of real excell files,<br>> use csv files (combined with vrt?) See<br>> <a
 href="http://www.gdal.org/ogr/drv_csv.html" target="_blank">http://www.gdal.org/ogr/drv_csv.html</a><br>><br>> The Delimited Text File layer is also pretty sophisticated nowadays!<br>><br>> Hope this helps.<br>><br>> Regards,<br>><br>> Richard Duivenvoorde<br>><br>><br>> _______________________________________________<br>> Qgis-user mailing list<br>> <a ymailto="mailto:Qgis-user@lists.osgeo.org" href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>> <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>><br><br>-- <br>Lee Hachadoorian<br>Assistant Professor in Geography, Dartmouth College<br><a href="http://freecity.commons.gc.cuny.edu/" target="_blank">http://freecity.commons.gc.cuny.edu</a><br><br><br><br>------------------------------<br><br>Message: 7<br>Date: Tue, 5 Nov 2013 18:22:28 -0700<br>From: Saulteau
 Don <<a ymailto="mailto:sault.don@gmail.com" href="mailto:sault.don@gmail.com">sault.don@gmail.com</a>><br>To: qgis-user <<a ymailto="mailto:qgis-user@lists.osgeo.org" href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>><br>Subject: [Qgis-user] EPSG:3987 is recognized in QGIS 2.0.1 on Windows<br>    8.1 but not Arch Linux<br>Message-ID:<br>    <<a ymailto="mailto:CAJo0jfPev0vrwQtvnpSXD_4LP-SEsFRO95rjez-a9NgBgWrMyg@mail.gmail.com" href="mailto:CAJo0jfPev0vrwQtvnpSXD_4LP-SEsFRO95rjez-a9NgBgWrMyg@mail.gmail.com">CAJo0jfPev0vrwQtvnpSXD_4LP-SEsFRO95rjez-a9NgBgWrMyg@mail.gmail.com</a>><br>Content-Type: text/plain; charset=ISO-8859-1<br><br>Evening list,<br><br>I've got some shapefiles that came without a .prj component but the<br>data source sent me confirmation of the proj details and I think I've<br>confirmed that the data was projected using EPSG:3978 (NAD83 / Canada<br>Atlas
 Lambert).<br><br>I've zipped them in my dropbox at <a href="https://db.tt/EO53JsUR" target="_blank">https://db.tt/EO53JsUR</a><br><br>I applied that projection to a resultant shapefile and my data is now<br>lining up, but this is only on Windows 8.1 when QGIS is installed from<br>the osgeo4w 64-bit installer.<br><br>But opening the same shapefile on Arch Linux, QGIS 2.0.1 can't<br>recognize the projection and<br>instead gives it the wrong parameters and as:<br>USER:100000 -  * Generated CRS<br>(+proj=lcc +lat_1=49 +lat_0=49 +lon_0=-95 +k_0=1 +x_0=0 +y_0=0<br>+ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs)<br>So it's not lining up to other data.<br><br>It should instead be:<br>(+proj=lcc +lat_1=49 +lat_2=77 +lat_0=49 +lon_0=-95 +x_0=0 +y_0=0<br>+ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs)<br>which is EPSG:3978<br><br>What can I do on Arch Linux so that EPSG:3978 can be<br>recognized, it isn't in the projection list like it is on
 Windows...<br>Not sure if this is because of something lacking in the proj4 library<br>or is it a QGIS thing? Can it be compiled in by default like on<br>Windows?<br><br>Any help is appreciated, thanks =)<br><br>SaultDon<br><br><br>------------------------------<br><br>Message: 8<br>Date: Wed, 6 Nov 2013 12:13:57 +0900<br>From: Minoru Akagi <<a ymailto="mailto:akaginch@gmail.com" href="mailto:akaginch@gmail.com">akaginch@gmail.com</a>><br>To: Brent Wood <<a ymailto="mailto:pcreso@pcreso.com" href="mailto:pcreso@pcreso.com">pcreso@pcreso.com</a>>, "G. Allegri" <<a ymailto="mailto:giohappy@gmail.com" href="mailto:giohappy@gmail.com">giohappy@gmail.com</a>>,<br>    <a ymailto="mailto:richard@duif.net" href="mailto:richard@duif.net">richard@duif.net</a><br>Cc: "<a ymailto="mailto:qgis-user@lists.osgeo.org" href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>" <<a ymailto="mailto:qgis-user@lists.osgeo.org"
 href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>><br>Subject: Re: [Qgis-user] How do I georeference an xls file opened in<br>    QGIS 2.0<br>Message-ID:<br>    <CA+Bj0=qZC3VrYc5sre8v3H+mHhs7r5tjaGti_04THMOtVgsL=<a ymailto="mailto:A@mail.gmail.com" href="mailto:A@mail.gmail.com">A@mail.gmail.com</a>><br>Content-Type: text/plain; charset=ISO-8859-1<br><br>Hi Brent, Giovanni and Richard,<br><br>I can open an excel sheet as a point layer with a VRT file.<br>An example of vrt file:<br>---<br><OGRVRTDataSource><br>    <OGRVRTLayer name="points"><br>        <SrcDataSource>points.xls</SrcDataSource><br>        <SrcLayer>Sheet1</SrcLayer><br>        <GeometryType>wkbPoint</GeometryType><br>        <LayerSRS>WGS84</LayerSRS><br>       
 <GeometryField encoding="PointFromColumns" x="lon" y="lat"/><br>    </OGRVRTLayer><br></OGRVRTDataSource><br>---<br><br>XLS driver is read-only, but newly supported ODS [1] and XLSX [2]<br>drivers can also write. So we can edit spreadsheet directly in QGIS.<br>An tip to correctly add points into spreadsheet layer is including at<br>least one decimal in each x and y column in advance. Making x field<br>and y field uneditable in the properties dialog may lead to<br>comfortable editing.<br><br>[1] <a href="http://www.gdal.org/ogr/drv_ods.html" target="_blank">http://www.gdal.org/ogr/drv_ods.html</a><br>[2] <a href="http://www.gdal.org/ogr/drv_xlsx.html" target="_blank">http://www.gdal.org/ogr/drv_xlsx.html</a><br><br>Minoru<br><br><br>------------------------------<br><br>Message: 9<br>Date: Wed, 6 Nov 2013 15:42:29 +0900<br>From: Minoru Akagi <<a ymailto="mailto:akaginch@gmail.com"
 href="mailto:akaginch@gmail.com">akaginch@gmail.com</a>><br>To: Brent Wood <<a ymailto="mailto:pcreso@pcreso.com" href="mailto:pcreso@pcreso.com">pcreso@pcreso.com</a>>, "G. Allegri" <<a ymailto="mailto:giohappy@gmail.com" href="mailto:giohappy@gmail.com">giohappy@gmail.com</a>>,<br>    <a ymailto="mailto:richard@duif.net" href="mailto:richard@duif.net">richard@duif.net</a><br>Cc: "<a ymailto="mailto:qgis-user@lists.osgeo.org" href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>" <<a ymailto="mailto:qgis-user@lists.osgeo.org" href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>><br>Subject: Re: [Qgis-user] How do I georeference an xls file opened in<br>    QGIS 2.0<br>Message-ID:<br>    <CA+Bj0=ogNi=Q_v0miagVTwou15qHOAG7Mx7wQ8vZyxaP=<a ymailto="mailto:0KZ0Q@mail.gmail.com" href="mailto:0KZ0Q@mail.gmail.com">0KZ0Q@mail.gmail.com</a>><br>Content-Type:
 text/plain; charset=ISO-8859-1<br><br>If source file is not in current working directory or the path is not<br>absolute path, "relativeToVRT" is necessary.<br><br><SrcDataSource relativeToVRT="1">points.xls</SrcDataSource><br><br>Cheers,<br>Minoru<br><br>2013/11/6 Minoru Akagi <<a ymailto="mailto:akaginch@gmail.com" href="mailto:akaginch@gmail.com">akaginch@gmail.com</a>>:<br>> Hi Brent, Giovanni and Richard,<br>><br>> I can open an excel sheet as a point layer with a VRT file.<br>> An example of vrt file:<br>> ---<br>> <OGRVRTDataSource><br>>     <OGRVRTLayer name="points"><br>>         <SrcDataSource>points.xls</SrcDataSource><br>>         <SrcLayer>Sheet1</SrcLayer><br>>         <GeometryType>wkbPoint</GeometryType><br>>        
 <LayerSRS>WGS84</LayerSRS><br>>         <GeometryField encoding="PointFromColumns" x="lon" y="lat"/><br>>     </OGRVRTLayer><br>> </OGRVRTDataSource><br>> ---<br>><br>> XLS driver is read-only, but newly supported ODS [1] and XLSX [2]<br>> drivers can also write. So we can edit spreadsheet directly in QGIS.<br>> An tip to correctly add points into spreadsheet layer is including at<br>> least one decimal in each x and y column in advance. Making x field<br>> and y field uneditable in the properties dialog may lead to<br>> comfortable editing.<br>><br>> [1] <a href="http://www.gdal.org/ogr/drv_ods.html" target="_blank">http://www.gdal.org/ogr/drv_ods.html</a><br>> [2] <a href="http://www.gdal.org/ogr/drv_xlsx.html" target="_blank">http://www.gdal.org/ogr/drv_xlsx.html</a><br>><br>> Minoru<br><br><br>------------------------------<br><br>Message:
 10<br>Date: Wed, 6 Nov 2013 10:23:43 +0000<br>From: Lene Fischer <<a ymailto="mailto:lfi@life.ku.dk" href="mailto:lfi@life.ku.dk">lfi@life.ku.dk</a>><br>To: "Chrest, David" <<a ymailto="mailto:davidc@rti.org" href="mailto:davidc@rti.org">davidc@rti.org</a>>, "<a ymailto="mailto:qgis-user@lists.osgeo.org" href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>"<br>    <<a ymailto="mailto:qgis-user@lists.osgeo.org" href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>><br>Subject: Re: [Qgis-user] Cannot add XLS table, no recognized data type<br>Message-ID:<br>    <<a ymailto="mailto:38497AD9CA059C42AA3451EFEFF0378E54BEA27E@P2KITMBX04WC02.unicph.domain" href="mailto:38497AD9CA059C42AA3451EFEFF0378E54BEA27E@P2KITMBX04WC02.unicph.domain">38497AD9CA059C42AA3451EFEFF0378E54BEA27E@P2KITMBX04WC02.unicph.domain</a>><br>    <br>Content-Type: text/plain;
 charset="windows-1252"<br><br>Hi<br>In 2.0 on my computer i works- Please remember to close the file in Excel before opening in QGIS - I get an Attribute table. If you want to open and use colums as x and y coordinates - Save your xls to csv and open as CSV.<br>Regards<br>Lene<br>________________________________<br>Fra: <a ymailto="mailto:qgis-user-bounces@lists.osgeo.org" href="mailto:qgis-user-bounces@lists.osgeo.org">qgis-user-bounces@lists.osgeo.org</a> [<a ymailto="mailto:qgis-user-bounces@lists.osgeo.org" href="mailto:qgis-user-bounces@lists.osgeo.org">qgis-user-bounces@lists.osgeo.org</a>] p? vegne af Chrest, David [<a ymailto="mailto:davidc@rti.org" href="mailto:davidc@rti.org">davidc@rti.org</a>]<br>Sendt: 5. november 2013 14:07<br>Til: <a ymailto="mailto:qgis-user@lists.osgeo.org" href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a><br>Emne: [Qgis-user] Cannot add XLS table, no recognized data type<br><br>The QGIS 2.0 User
 Guide states that I can add Excel (XLS) files like other layers and tables. Page 50 of Anita Graser?s Learning QGIS 2.0 book (great book by the way) also says ??we can load XLS files by simply dragging them into QGIS from the file browser or using Add Vector Layer.? However, My .xls file does not appear in the file browser. And when I try to add it by other methods, I get the ??is not a valid or recognized data source? error message. Am I missing something obvious? Is there something I need to do to be able to ad .xls tables that was not documented?<br>Thanks for any help.<br><br>David<br><br>David Chrest<br>Research GIS Analyst<br>RTI International<br>3040 Cornwallis Rd, PO Box 12194<br>Research Triangle Park, NC  27709-2194<br><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <<a href="http://lists.osgeo.org/pipermail/qgis-user/attachments/20131106/e1e1fabe/attachment-0001.html"
 target="_blank">http://lists.osgeo.org/pipermail/qgis-user/attachments/20131106/e1e1fabe/attachment-0001.html</a>><br><br>------------------------------<br><br>Message: 11<br>Date: Wed, 6 Nov 2013 10:56:21 +0000<br>From: Jos? Pedro Santos <<a ymailto="mailto:zpsantos1@hotmail.com" href="mailto:zpsantos1@hotmail.com">zpsantos1@hotmail.com</a>><br>To: Lene Fischer <<a ymailto="mailto:lfi@life.ku.dk" href="mailto:lfi@life.ku.dk">lfi@life.ku.dk</a>>, "Chrest, David" <<a ymailto="mailto:davidc@rti.org" href="mailto:davidc@rti.org">davidc@rti.org</a>>,<br>    QGIS    Mailing List <<a ymailto="mailto:qgis-user@lists.osgeo.org" href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>><br>Subject: Re: [Qgis-user] Cannot add XLS table, no recognized data type<br>Message-ID: <<a ymailto="mailto:DUB110-W854ACC1345C2696FD380FEE0F00@phx.gbl"
 href="mailto:DUB110-W854ACC1345C2696FD380FEE0F00@phx.gbl">DUB110-W854ACC1345C2696FD380FEE0F00@phx.gbl</a>><br>Content-Type: text/plain; charset="windows-1252"<br><br>Hi All, <br><br>David take a look on this explanation: <a href="http://www.qgis.nl/2012/07/17/?lang=en" target="_blank">http://www.qgis.nl/2012/07/17/?lang=en</a><br><br>Good luck. <br><br>Best Regards,<br>Jos? Santos<br><br>From: <a ymailto="mailto:lfi@life.ku.dk" href="mailto:lfi@life.ku.dk">lfi@life.ku.dk</a><br>To: <a ymailto="mailto:davidc@rti.org" href="mailto:davidc@rti.org">davidc@rti.org</a>; <a ymailto="mailto:qgis-user@lists.osgeo.org" href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a><br>Date: Wed, 6 Nov 2013 10:23:43 +0000<br>Subject: Re: [Qgis-user] Cannot add XLS table, no recognized data type<br><br><br><br><br><br><br><br>Hi<br><br>In 2.0 on my computer i works- Please remember to close the file in Excel before opening in QGIS - I get an Attribute
 table. If you want to open and use colums as x and y coordinates - Save your xls to csv and open as CSV.<br><br>Regards<br><br>Lene<br><br><br>Fra: <a ymailto="mailto:qgis-user-bounces@lists.osgeo.org" href="mailto:qgis-user-bounces@lists.osgeo.org">qgis-user-bounces@lists.osgeo.org</a> [<a ymailto="mailto:qgis-user-bounces@lists.osgeo.org" href="mailto:qgis-user-bounces@lists.osgeo.org">qgis-user-bounces@lists.osgeo.org</a>] p? vegne af Chrest, David [<a ymailto="mailto:davidc@rti.org" href="mailto:davidc@rti.org">davidc@rti.org</a>]<br><br>Sendt: 5. november 2013 14:07<br><br>Til: <a ymailto="mailto:qgis-user@lists.osgeo.org" href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a><br><br>Emne: [Qgis-user] Cannot add XLS table, no recognized data type<br><br><br><br><br><br><br><br>The QGIS 2.0 User Guide states that I can add Excel (XLS) files like other layers and tables. Page 50 of Anita Graser?s Learning QGIS 2.0 book (great book by
 the way) also says ??we can load XLS files by simply dragging them into QGIS from<br> the file browser or using Add Vector Layer.? However, My .xls file does not appear in the file browser. And when I try to add it by other methods, I get the ??is not a valid or recognized data source? error message. Am I missing something obvious? Is there<br> something I need to do to be able to ad .xls tables that was not documented?<br>Thanks for any help.<br> <br>David<br> <br>David Chrest<br>Research GIS Analyst<br>RTI International<br>3040 Cornwallis Rd, PO Box 12194<br>Research Triangle Park, NC  27709-2194<br> <br><br><br><br><br> <br><br><br><br><br>_______________________________________________<br>Qgis-user mailing list<br><a ymailto="mailto:Qgis-user@lists.osgeo.org" href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br><a href="http://lists.osgeo.org/mailman/listinfo/qgis-user"
 target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a>                           <br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <<a href="http://lists.osgeo.org/pipermail/qgis-user/attachments/20131106/55942937/attachment-0001.html" target="_blank">http://lists.osgeo.org/pipermail/qgis-user/attachments/20131106/55942937/attachment-0001.html</a>><br><br>------------------------------<br><br>Message: 12<br>Date: Wed, 06 Nov 2013 15:00:26 +0200<br>From: Zirneklitis <<a ymailto="mailto:eko@lanet.lv" href="mailto:eko@lanet.lv">eko@lanet.lv</a>><br>Cc: "<a ymailto="mailto:qgis-user@lists.osgeo.org" href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>" <<a ymailto="mailto:qgis-user@lists.osgeo.org" href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>><br>Subject: Re:
 [Qgis-user] How do I georeference an xls file opened in<br>    QGIS 2.0<br>Message-ID: <<a ymailto="mailto:527A3D6A.3070101@lanet.lv" href="mailto:527A3D6A.3070101@lanet.lv">527A3D6A.3070101@lanet.lv</a>><br>Content-Type: text/plain; charset=windows-1257; format=flowed<br><br>Starting from MS Office 2003 Exel You can not use Exel to save DBF files.<br><br>Best regards,<br>Karlis<br><br>Basques, Bob (CI-StPaul) wrote:<br>> Well, you can do this with DBF files, which Excel can open and save<br>> (part of a SHP)..<br><br><br>------------------------------<br><br>Message: 13<br>Date: Wed, 06 Nov 2013 16:34:35 +0200<br>From: Zoltan Szecsei <<a ymailto="mailto:zoltans@geograph.co.za" href="mailto:zoltans@geograph.co.za">zoltans@geograph.co.za</a>><br>To: "<a ymailto="mailto:qgis-user@lists.osgeo.org" href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>" <<a ymailto="mailto:qgis-user@lists.osgeo.org"
 href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>><br>Subject: [Qgis-user] Overview map window tracking<br>Message-ID: <<a ymailto="mailto:527A537B.6050105@geograph.co.za" href="mailto:527A537B.6050105@geograph.co.za">527A537B.6050105@geograph.co.za</a>><br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>Hi,<br>I'm using 2.0.1.<br><br>Is there a way to open a small map window that can be zoomed to your <br>projects AOI.<br>Then, as you zoom around your working map window, a rectangle box can be <br>shown in the above window, giving you some perspective of where you are <br>currently working.<br><br>TIA,<br>Zoltan<br><br><br><br><br>-- <br><br>===========================================<br>Zoltan Szecsei PrGISc [PGP0031]<br>Geograph (Pty) Ltd.<br>P.O. Box 7, Muizenberg 7950, South Africa.<br><br>65 Main Road, Muizenberg 7945<br>Western Cape, South Africa.<br><br>34? 6'16.35"S 18?28'5.62"E<br><br>Tel:
 +27-21-7884897  Mobile: +27-83-6004028<br>Fax: +27-86-6115323     www.geograph.co.za<br>===========================================<br><br><br><br>------------------------------<br><br>_______________________________________________<br>Qgis-user mailing list<br><a ymailto="mailto:Qgis-user@lists.osgeo.org" href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br><a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br><br>End of Qgis-user Digest, Vol 93, Issue 10<br>*****************************************<br><br><br></div> </div> </div>  </div></body></html>