-Heath McConnell
> On Dec 12, 2013, at 5:53 AM, [email protected] wrote:
>
> Send Qgis-user mailing list submissions to
> [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.osgeo.org/mailman/listinfo/qgis-user
> or, via email, send a message with subject or body 'help' to
> [email protected]
>
> You can reach the person managing the list at
> [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Qgis-user digest..."
>
>
> Today's Topics:
>
> 1. Re: 3D dxf files (Siki Zoltan)
> 2. Re: 3D dxf files (Matt Boyd)
> 3. Re: ECW raster files (Unknown raster format) QGIS 2.0
> (jonnyforest)
> 4. How to limit the extent of my map (Shriramana Sharma)
> 5. Problems with Natural Earth images (Shriramana Sharma)
> 6. Re: Problems with Natural Earth images (Alex Mandel)
> 7. Re: How to limit the extent of my map (Gino Pirelli)
> 8. Scale Factor ([email protected])
> 9. Making Maps of differences between two maps ([email protected])
> 10. Need help in QGIS server (PARDHU D)
> 11. Re: Making Maps of differences between two maps (Carlos Cerd?n)
> 12. Extraction 3D vectors ridges/Thalweg from raster DEM ? (image)
> 13. Fwd: adding a CSV delimited text layer (Marc Dupuis-Desormeaux)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 11 Dec 2013 22:59:34 +0100 (CET)
> From: Siki Zoltan <[email protected]>
> To: Matt Boyd <[email protected]>
> Cc: qgis-user <[email protected]>
> Subject: Re: [Qgis-user] 3D dxf files
> Message-ID: <Pine.LNX.4.64.1312112238530.9549@bme-geod>
> Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
>
> Dear Matt,
>
> I've tested your dxf files in QGIS 2.0
> Otway_Basin_curves.dxf loaded successfully (2D polylines)
> Otway_Basin_Faults-basin.dxf not loaded, 3D faces are not suported by GDAL
> DXF driver
> Otway_Basin_Faults-shallow.dxf not loaded 3D faces
> Otway_Basin_Granites-magnetics.dxf not loaded 3D faces
> Otway_Basin_Granites-gravity.dxf not loaded 3D faces
>
> You should find another way to import 3D faces from a dxf file.
>
> Regards,
> Zoltan
>
>> On Wed, 11 Dec 2013, Matt Boyd wrote:
>>
>> I'll give ogr2ogr a shot.
>> woops, sorry wrong link I meant this one
>> http://er-info.dpi.vic.gov.au/cgi-bin/download.pl?ID=3D_models/t009_OtwayBasin_3D_dxf.zip
>>
>>
>>
>>> On Tue, Dec 10, 2013 at 6:02 PM, Siki Zoltan <[email protected]> wrote:
>>>
>>> Dear Matt,
>>>
>>> which version did you try?
>>> What type of entites your dxf file(s) contains? Are them supported by ogr
>>> DXF driver? Check http://www.gdal.org/ogr/drv_dxf.html
>>> Try to check entities with ogrinfo.
>>> I had trouble with 1.8 (exspecially on Windows) to load dxf.
>>> I used ogr2ogr instead QGIS, because you can set more options.
>>>
>>> I cannot find any DXf file in the zip file you specify.
>>>
>>> Best regards,
>>> Zoltan
>>>
>>>
>>> On Tue, 10 Dec 2013, Matt Boyd wrote:
>>>
>>> Hi group,
>>>> I'm trying to make sense of some DXF files.
>>>> these ones in particular
>>>> http://er-info.dpi.vic.gov.au/cgi-bin/download.pl?ID=3D_
>>>> models/3D_model_attributes.zip
>>>> there's also a 3D pdf model here..
>>>> http://er-info.dpi.vic.gov.au/cgi-bin/download.pl?ID=3D_
>>>> models/t009_OtwayBasin_3D.pdf
>>>>
>>>> QGIS isn't able to open the dxf files, or it does but all I see is an icon
>>>> called "entities" with no attributes. Ideally I'd be able to load these as
>>>> rasters and make a few maps.
>>>>
>>>> Any ideas?
>>>>
>>>> thanks
>>>> matt
>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 12 Dec 2013 09:03:43 +1100
> From: Matt Boyd <[email protected]>
> To: Siki Zoltan <[email protected]>
> Cc: qgis-user <[email protected]>
> Subject: Re: [Qgis-user] 3D dxf files
> Message-ID:
> <cafghug+gst1exti+a9u3omm5q5hwyy5u+i5q1xfjfqfzw_x...@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Thanks Zoltan,
> I'll keep hunting.
>
> Regards
> Matt
>
>
>> On Thu, Dec 12, 2013 at 8:59 AM, Siki Zoltan <[email protected]> wrote:
>>
>> Dear Matt,
>>
>> I've tested your dxf files in QGIS 2.0
>> Otway_Basin_curves.dxf loaded successfully (2D polylines)
>> Otway_Basin_Faults-basin.dxf not loaded, 3D faces are not suported by GDAL
>> DXF driver
>> Otway_Basin_Faults-shallow.dxf not loaded 3D faces
>> Otway_Basin_Granites-magnetics.dxf not loaded 3D faces
>> Otway_Basin_Granites-gravity.dxf not loaded 3D faces
>>
>> You should find another way to import 3D faces from a dxf file.
>>
>> Regards,
>> Zoltan
>>
>>
>> On Wed, 11 Dec 2013, Matt Boyd wrote:
>>
>> I'll give ogr2ogr a shot.
>>> woops, sorry wrong link I meant this one
>>> http://er-info.dpi.vic.gov.au/cgi-bin/download.pl?ID=3D_
>>> models/t009_OtwayBasin_3D_dxf.zip
>>>
>>>
>>>
>>> On Tue, Dec 10, 2013 at 6:02 PM, Siki Zoltan <[email protected]> wrote:
>>>
>>> Dear Matt,
>>>>
>>>> which version did you try?
>>>> What type of entites your dxf file(s) contains? Are them supported by ogr
>>>> DXF driver? Check http://www.gdal.org/ogr/drv_dxf.html
>>>> Try to check entities with ogrinfo.
>>>> I had trouble with 1.8 (exspecially on Windows) to load dxf.
>>>> I used ogr2ogr instead QGIS, because you can set more options.
>>>>
>>>> I cannot find any DXf file in the zip file you specify.
>>>>
>>>> Best regards,
>>>> Zoltan
>>>>
>>>>
>>>> On Tue, 10 Dec 2013, Matt Boyd wrote:
>>>>
>>>> Hi group,
>>>>
>>>>> I'm trying to make sense of some DXF files.
>>>>> these ones in particular
>>>>> http://er-info.dpi.vic.gov.au/cgi-bin/download.pl?ID=3D_
>>>>> models/3D_model_attributes.zip
>>>>> there's also a 3D pdf model here..
>>>>> http://er-info.dpi.vic.gov.au/cgi-bin/download.pl?ID=3D_
>>>>> models/t009_OtwayBasin_3D.pdf
>>>>>
>>>>> QGIS isn't able to open the dxf files, or it does but all I see is an
>>>>> icon
>>>>> called "entities" with no attributes. Ideally I'd be able to load these
>>>>> as
>>>>> rasters and make a few maps.
>>>>>
>>>>> Any ideas?
>>>>>
>>>>> thanks
>>>>> matt
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <http://lists.osgeo.org/pipermail/qgis-user/attachments/20131212/b22964da/attachment-0001.html>
>
> ------------------------------
>
> Message: 3
> Date: Wed, 11 Dec 2013 15:22:39 -0800 (PST)
> From: jonnyforest <[email protected]>
> To: [email protected]
> Subject: Re: [Qgis-user] ECW raster files (Unknown raster format) QGIS
> 2.0
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=UTF-8
>
> Hello Sergio, i know the guide of faunalia and i used in qgis 1.8.
>
> "Ecw is not supported in qgis beacuse its a propretary format. For open that
> kind of file you have to follow this guide (its simple).
> http://faunaliagis.wordpress.com/2013/08/15/adding-ecw-support-in-qgis/"
>
>
>
> Ok Nathaw. I will say to my friend to uninstall and do it again with new
> installers and i try to give the feedback.
>
>
> regards
>
> Jo?o
>
>
>
> -----
> __________________________________________________________
> "A palavra imposs?vel ? uma express?o infeliz; nada se pode esperar daqueles
> que a usam frequentemente" [Carlyle, Thomas]
>
> http://pt.linkedin.com/in/joaofiliperodriguesgaspar
>
> http://wiki.osgeo.org/wiki/Jo%C3%A3o_Gaspar
>
>
>
>
> --
> View this message in context:
> http://osgeo-org.1560.x6.nabble.com/ECW-raster-files-Unknown-raster-format-QGIS-2-0-tp5093654p5093834.html
> Sent from the Quantum GIS - User mailing list archive at Nabble.com.
>
>
> ------------------------------
>
> Message: 4
> Date: Thu, 12 Dec 2013 07:34:41 +0530
> From: Shriramana Sharma <[email protected]>
> To: [email protected]
> Subject: [Qgis-user] How to limit the extent of my map
> Message-ID:
> <CAH-HCWVGwSpbQpQb4FugXT0P1YktZcY_fQWcU=gexesbzgn...@mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Hello. I have recently entered the GIS/QGIS world. Basically I have an
> interest in astronomy and want to produce an eclipse visibility map
> for India. (Apologies that my interests in GIS are for now not any
> deeper than that...)
>
> I only want to produce the map for India and decided upon a "square"
> region bounded by 5 N ~ 40 N and 65 E ~ 100 E. However I'm not sure
> how to limit the extent of the map in QGIS. The slightest drag or the
> slightest click with the hand tool seems to change the extent. Now
> clicking to zoom/unzoom is fine but I really don't want QGIS to spend
> time updating the rest of the globe rendering and more than that in my
> final output I only want a PDF or PNG showing the above region.
>
> I did search the QGIS PDF manual for the keyword "extent" but whatever
> I found did not seem to answer what I was looking for. I am afraid to
> go to gis.stackexchange for fear that a noob question might be
> downvoted. So I turn to the mailing list. Thanks for your patience and
> help!
>
> --
> Shriramana Sharma ???????????? ????????????
>
>
> ------------------------------
>
> Message: 5
> Date: Thu, 12 Dec 2013 07:37:54 +0530
> From: Shriramana Sharma <[email protected]>
> To: [email protected]
> Subject: [Qgis-user] Problems with Natural Earth images
> Message-ID:
> <cah-hcwxxknqh+6favulopx0eswzhrzpeinkkwje-fj0c6ht...@mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Hello:
>
> I asked two questions at the Natural Earth forums but the forums don't
> seem to be very active:
>
> http://www.naturalearthdata.com/forums/topic/where-do-i-get-water-image-separately/
> http://www.naturalearthdata.com/forums/topic/border-thickness-problem-in-plain-cross-blend-hypso/
>
> In any case, I'm going to use the data from there with QGIS so I'd
> like to know if anyone has a suggestion for how to fix those problems
> either within or outside QGIS.
>
> Thanks!
>
> --
> Shriramana Sharma ???????????? ????????????
>
>
> ------------------------------
>
> Message: 6
> Date: Wed, 11 Dec 2013 19:55:28 -0800
> From: Alex Mandel <[email protected]>
> To: Shriramana Sharma <[email protected]>, [email protected]
> Subject: Re: [Qgis-user] Problems with Natural Earth images
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=UTF-8
>
>> On 12/11/2013 06:07 PM, Shriramana Sharma wrote:
>> Hello:
>>
>> I asked two questions at the Natural Earth forums but the forums don't
>> seem to be very active:
>>
>> http://www.naturalearthdata.com/forums/topic/where-do-i-get-water-image-separately/
>
> You'll have to make it yourself by grabbing the vector layer with oceans
> and overlaying that on top of whatever land you want, then style it
> yourself.
>
>> http://www.naturalearthdata.com/forums/topic/border-thickness-problem-in-plain-cross-blend-hypso/
> Was that a compressed png? did you try an uncompressed one? are you sure
> you kept the same image resolution? Did you try loading it in QGIS and
> doing a gdal_translate. FYI JPEG might come out better but why can't you
> just keep it a tiff?
>
>> In any case, I'm going to use the data from there with QGIS so I'd
>> like to know if anyone has a suggestion for how to fix those problems
>> either within or outside QGIS.
>>
>> Thanks!
>
> Thanks,
> Alex
>
>
> ------------------------------
>
> Message: 7
> Date: Thu, 12 Dec 2013 08:56:06 +0100
> From: Gino Pirelli <[email protected]>
> To: Shriramana Sharma <[email protected]>
> Cc: qgis-user ML <[email protected]>
> Subject: Re: [Qgis-user] How to limit the extent of my map
> Message-ID:
> <cafo80_ov1eqbz0id_6jzbyelyg0dlihzsusxud2ebsabxfd...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> I don't know if ther's a plugin for that... but you can do it. Link an
> event to mapCanvas class extent change checking condition and setting
> extent if condition is outside
>
>
>> On 12 December 2013 03:04, Shriramana Sharma <[email protected]> wrote:
>>
>> Hello. I have recently entered the GIS/QGIS world. Basically I have an
>> interest in astronomy and want to produce an eclipse visibility map
>> for India. (Apologies that my interests in GIS are for now not any
>> deeper than that...)
>>
>> I only want to produce the map for India and decided upon a "square"
>> region bounded by 5 N ~ 40 N and 65 E ~ 100 E. However I'm not sure
>> how to limit the extent of the map in QGIS. The slightest drag or the
>> slightest click with the hand tool seems to change the extent. Now
>> clicking to zoom/unzoom is fine but I really don't want QGIS to spend
>> time updating the rest of the globe rendering and more than that in my
>> final output I only want a PDF or PNG showing the above region.
>>
>> I did search the QGIS PDF manual for the keyword "extent" but whatever
>> I found did not seem to answer what I was looking for. I am afraid to
>> go to gis.stackexchange for fear that a noob question might be
>> downvoted. So I turn to the mailing list. Thanks for your patience and
>> help!
>>
>> --
>> Shriramana Sharma ???????????? ????????????
>> _______________________________________________
>> Qgis-user mailing list
>> [email protected]
>> http://lists.osgeo.org/mailman/listinfo/qgis-user
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <http://lists.osgeo.org/pipermail/qgis-user/attachments/20131212/a5eda1d5/attachment-0001.html>
>
> ------------------------------
>
> Message: 8
> Date: Thu, 12 Dec 2013 15:21:20 +0530
> From: [email protected]
> To: [email protected]
> Subject: [Qgis-user] Scale Factor
> Message-ID: <[email protected]>
> Content-Type: text/plain;charset=utf-8
>
> Hi All,
> I want to load the raster map with some range(distance in km)
> initially. And when user changes the distance like from 10km
> to 40km, map should automatically fix to that range. I want to
> know any built in functions are present or need to do by own.
>
>
> Regards,
> Sugandha
>
>
> Every 3000 Sheets of paper costs us a tree.. Save trees... Conserve
> Trees. Don't print this email or any Files unless you really need to!!!!
> Confidentiality Notice
>
> The information contained in this electronic message and any
> attachments to this message are intended for the exclusive use of
> the addressee(s) and may contain confidential or privileged
> information. If you are not the intended recipient, please notify
> the sender at Bharat Electronics or [email protected] immediately
> and destroy all copies of this message and any attachments.
>
>
>
> ------------------------------
>
> Message: 9
> Date: Thu, 12 Dec 2013 06:22:08 -0500 (EST)
> From: [email protected]
> To: [email protected]
> Subject: [Qgis-user] Making Maps of differences between two maps
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="us-ascii"
>
> Version 2.0 on Windows, just loaded normally.
> Here is my problems.
> I am studying the growth of a village in Somerset over the past few
> centuries.
>
> I have an esri file of the roads in 2006. I have a paper map of the roads
> in 1969. First, I make up an layer for the roads in 1969 by deleting
> features from the 2006 layer and saving the result in the 1969 roads layerTo
> get
> a difference map, that is (say) the 1969 roads in black and the new (1969
> to 2006) roads in red, I map the 2006 map in red, then overlay the 1969 in
> black. But the 'black' is not black, but some combination of red and
> black. I have tried the options in Layer blending mode (page 73-74) without
> success. Question One is - how do I overlay one colour over another and
> still retain that colour?
>
> Another way I tried was this. From the attribute table for 2006 road map,
> I selected those features corresponding to the new roads (page 105-106 in
> the User Guide) and saved them as a new layer , the difference layer. Then
> just mapped the 1969 map and this new layer. This worked. Unfortunately,
> I missed a few of the new roads, so I want to select more features from
> the 2006 layer and add these to the already existing difference layer. I
> cannot find out how to do this, that is add features to an already existing
> layer. Question Two is; how can one add features to an already existing
> attribute table?
>
> I suppose all this is quite simple, but I am a beginner.
>
> Peter,
> 15 Woodbarton,
> MILVERTON,
> Taunton TA4 1LU
> 01823 400 272
> [email protected]
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <http://lists.osgeo.org/pipermail/qgis-user/attachments/20131212/ac9ae4c0/attachment-0001.html>
>
> ------------------------------
>
> Message: 10
> Date: Thu, 12 Dec 2013 20:50:58 +0800 (SGT)
> From: PARDHU D <[email protected]>
> To: "[email protected]" <[email protected]>
> Subject: [Qgis-user] Need help in QGIS server
> Message-ID:
> <[email protected]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi to all,
>
> 1) I followed instructions in the below link. I am using ubuntu 12.04 I
> installed apache 2, qgis server.
>
>
> http://live.osgeo.org/en/quickstart/qgis_mapserver_quickstart.html
> while opening the below link
>
>
> http://localhost/cgi-bin/qgis_mapserv.fcgi
> I am getting like this
>
> ?? This XML file does not appear to have any style information associated
> with it. The document tree is shown below.
> ????? <ServiceExceptionReport version="1.3.0"><ServiceException
> code="OperationNotSupported">Please check the value of the REQUEST
> parameter</ServiceException></ServiceExceptionReport>
>
> but I am unable to see the QGIS mapserver. Can any one please help me to see
> QGIS mapserver.
>
>
> 2) I followed this link to create wms and wfs layers.
>
> http://www.qgis.org/en/docs/user_manual/working_with_ogc/ogc_server_support.html
> I
> sucessfully completed upto copying new project (.qgs) and
> qgis_mapserv.fcgi into project folder (/usr/lib/cig-bin). While opening wms
> layer in qgis
> 2.0, File opened but nothing displyed.
>
> Regards,
> D Pardhu.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <http://lists.osgeo.org/pipermail/qgis-user/attachments/20131212/36f61ef3/attachment-0001.html>
>
> ------------------------------
>
> Message: 11
> Date: Thu, 12 Dec 2013 08:09:06 -0500
> From: Carlos Cerd?n <[email protected]>
> To: "[email protected]" <[email protected]>
> Subject: Re: [Qgis-user] Making Maps of differences between two maps
> Message-ID:
> <cafvg7wiponznplu9qpuisqpu52it0kdui_xnoahudyhevja...@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi Peter:
>
> Suggestion one: I think it's better to make the work just in one layer, so
> you can style it for each year... then you need suggestion two
>
> Suggestion two: To add features:
> 1. Make editable the target layer.
> 2. Select and copy the object from another layer that you want add to
> target layer
> 3. Paste. It's supposed that these two layers are same class: point, line
> or polygon
>
> Good luck
>
> Carlos
>
>
> 2013/12/12 <[email protected]>
>
>> Version 2.0 on Windows, just loaded normally.
>> Here is my problems.
>> I am studying the growth of a village in Somerset over the past few
>> centuries.
>>
>> I have an esri file of the roads in 2006. I have a paper map of the roads
>> in 1969. First, I make up an layer for the roads in 1969 by deleting
>> features from the 2006 layer and saving the result in the 1969 roads
>> layerTo get a difference map, that is (say) the 1969 roads in black and the
>> new (1969 to 2006) roads in red, I map the 2006 map in red, then overlay
>> the 1969 in black. But the 'black' is not black, but some combination of
>> red and black. I have tried the options in Layer blending mode (page
>> 73-74) without success. Question One is - how do I overlay one colour
>> over another and still retain that colour?
>>
>> Another way I tried was this. From the attribute table for 2006 road map,
>> I selected those features corresponding to the new roads (page 105-106 in
>> the User Guide) and saved them as a new layer , the difference layer. Then
>> just mapped the 1969 map and this new layer. This worked. Unfortunately,
>> I missed a few of the new roads, so I want to select more features from the
>> 2006 layer and add these to the already existing difference layer. I
>> cannot find out how to do this, that is add features to an already existing
>> layer. Question Two is; how can one add features to an already existing
>> attribute table?
>>
>> I suppose all this is quite simple, but I am a beginner.
>>
>> Peter,
>> 15 Woodbarton,
>> MILVERTON,
>> Taunton TA4 1LU
>> 01823 400 272
>> [email protected]
>>
>> _______________________________________________
>> Qgis-user mailing list
>> [email protected]
>> http://lists.osgeo.org/mailman/listinfo/qgis-user
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <http://lists.osgeo.org/pipermail/qgis-user/attachments/20131212/002e1167/attachment-0001.html>
>
> ------------------------------
>
> Message: 12
> Date: Thu, 12 Dec 2013 05:48:01 -0800 (PST)
> From: image <[email protected]>
> To: [email protected]
> Subject: [Qgis-user] Extraction 3D vectors ridges/Thalweg from raster
> DEM ?
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=us-ascii
>
> Dear all,
>
>> From my Raster DEM, i would like extract Thalweg and Drainage divide
> (ridges) 's 3D vectors.
>
> According to you, is it possible to do that with qgis?
>
> In advance, Thank you.
>
> Regards.
>
>
>
>
>
>
>
>
> --
> View this message in context:
> http://osgeo-org.1560.x6.nabble.com/Extraction-3D-vectors-ridges-Thalweg-from-raster-DEM-tp5093958.html
> Sent from the Quantum GIS - User mailing list archive at Nabble.com.
>
>
> ------------------------------
>
> Message: 13
> Date: Thu, 12 Dec 2013 08:53:33 -0500
> From: Marc Dupuis-Desormeaux <[email protected]>
> To: [email protected]
> Subject: [Qgis-user] Fwd: adding a CSV delimited text layer
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="us-ascii"
>
>
> HI! first time question. I am pretty comfortable with QGIS 1.8 but have
> just converted from 1.8 to 2.0.1 and apparently have lost my mind as I can't
> even upload a simple .csv file anymore. I am using OSX (Maverick). I have
> created my .csv file using excel in the usual way, by saving it from an .xlsx
> to a .csv as I've done many times in QGIS 1.8.
>
> The file is simple, the first row has the headings
> (DATE,SPECIES,AGE,SEX,GPSX,GPSY,COD) the rest is data but when I'm uploading
> the file QGIS is not reading each line but is treating all data as one long
> line of headings and therefore is not finding any data.
>
> Help!
>
>
>
> Marc
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <http://lists.osgeo.org/pipermail/qgis-user/attachments/20131212/b4678a17/attachment.html>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: Screen Shot 2013-12-11 at 8.38.40 PM.png
> Type: image/png
> Size: 43506 bytes
> Desc: not available
> URL:
> <http://lists.osgeo.org/pipermail/qgis-user/attachments/20131212/b4678a17/attachment.png>
>
> ------------------------------
>
> _______________________________________________
> Qgis-user mailing list
> [email protected]
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
> End of Qgis-user Digest, Vol 94, Issue 23
> *****************************************
_______________________________________________
Qgis-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-user