Re: [Qgis-user] How load Postgis layer from command line?

2014-12-08 Thread Germán Carrillo
Hi all,

could you please let me know of a working command that allows one to load a
PostGIS layer into QGIS at startup?

I've tried with the information provided in the PyQGIS Cookbook [1] with no
success.

Specifically, I tried with the uri.uri() string, something
like: "dbname='buscador' host=localhost port=4326 user='postgres'
password='postgres' table='public'.'parques_nacionales' (geom) sql="
But get a "Layer is not valid error."

I'm using QGIS v.2.6 on GNU/Linux.

Regards,

Germán
--
[1]
http://docs.qgis.org/testing/en/docs/pyqgis_developer_cookbook/loadlayer.html

2013-12-05 8:19 GMT-05:00 Richard Duivenvoorde :

> On 05-12-13 11:33, Uggla Henrik wrote:
> > Is there no documentation about this? The extension mentioned is Postgis
> itself, not a specific Qgis extension, right?
>
> Off course there is documentation, did you not read it first ;-)
>
>
> http://www.qgis.org/en/docs/pyqgis_developer_cookbook/loadlayer.html#vector-layers
>
> Regards,
>
> Richard Duivenvoorde
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>



-- 
---
   |\__
(:>__)(
   |/

Soluciones Geoinformáticas Libres
http://geotux.tuxfamily.org/
http://twitter.com/GeoTux2
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Re : Atlas data defined rotation and zoom problem

2014-12-08 Thread Junior
Great tutorial, Alexandre.
Shouldn't it be included in QGis official training manual?

Envoyé depuis mon HTC

- Reply message -
De : "Alexandre Neto" 
Pour : "Benjamin Wragg" 
Cc : 
Objet : [Qgis-user] Atlas data defined rotation and zoom problem
Date : mar., déc. 9, 2014 00:34

Hello Benjamin, 
Instead of rotating your map item, change it's size. Take a look at this blog 
post:
http://sigsemgrilhetas.wordpress.com/2014/11/09/series-de-mapas-com-formatos-multiplos-em-qgis-2-6-parte-1-multiple-format-map-series-using-qgis-2-6-part-1/
Hope it helps,
Alexandre Neto

Em 08/12/2014 21:42, "Benjamin Wragg"  escreveu:Hi 
list,



We have a layer filed with polygons which Atlas uses as its coverage layer. So 
the Atlas creates a map of each polygon and it zooms to the edge of the polygon 
and then puts a 1% margin on it. The problem we had before 2.6 was that some 
maps needed to be rotated because the map is a small landscape rectangle but 
some polygons are more portrait, tall and skinny. So some maps print at a large 
scale as shown below (outside box is page, inner box is polygon):



___

|                                     |

|                  |      |                   |

|                  |      |                   |

|                  |___|                   |

—



But we need it to rotate the map so it can print like:





|    ___    |

|    |                                    |    |

|    |                                    |    |

|    |__|    |

—



So in 2.6 a feature I’ve been waiting for was added, data driven rotation. So 
each polygon has had a rotation value field added. So if I specify a value of 
say 90, it rotates the map 90 degrees as expected. The problem is Atlas seems 
to do things in this order:



1. Get the next polygon

2. Zoom to the polygon

3. Add the 1% margin.

4. Rotate the map as defined in the data



Because it seems to do the rotation after it has zoomed to the polygon, the map 
isn’t benefiting at all from rotating the map. The map is still printing at the 
same large scale. Looks something like this:



|                               |

|              |               |                |

|              |___ |                |

|                                               |

—



Is there a work around for this anyone has come across?

Is this the way it should work? Should the order be more:



1. Get the next polygon

2. Rotate the map as defined in the data

3. Zoom to the polygon

4. Add the 1% margin.



Thanks,



Benjamin Wragg

___

Qgis-user mailing list

Qgis-user@lists.osgeo.org

http://lists.osgeo.org/mailman/listinfo/qgis-user___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Atlas data defined rotation and zoom problem

2014-12-08 Thread Alexandre Neto
Hello Benjamin,

Instead of rotating your map item, change it's size. Take a look at this
blog post:

http://sigsemgrilhetas.wordpress.com/2014/11/09/series-de-mapas-com-formatos-multiplos-em-qgis-2-6-parte-1-multiple-format-map-series-using-qgis-2-6-part-1/

Hope it helps,

Alexandre Neto
Em 08/12/2014 21:42, "Benjamin Wragg"  escreveu:

> Hi list,
>
> We have a layer filed with polygons which Atlas uses as its coverage
> layer. So the Atlas creates a map of each polygon and it zooms to the edge
> of the polygon and then puts a 1% margin on it. The problem we had before
> 2.6 was that some maps needed to be rotated because the map is a small
> landscape rectangle but some polygons are more portrait, tall and skinny.
> So some maps print at a large scale as shown below (outside box is page,
> inner box is polygon):
>
> ___
> |     |
> |  |  |   |
> |  |  |   |
> |  |___|   |
> —
>
> But we need it to rotate the map so it can print like:
>
> 
> |___|
> ||||
> ||||
> ||__||
> —
>
> So in 2.6 a feature I’ve been waiting for was added, data driven rotation.
> So each polygon has had a rotation value field added. So if I specify a
> value of say 90, it rotates the map 90 degrees as expected. The problem is
> Atlas seems to do things in this order:
>
> 1. Get the next polygon
> 2. Zoom to the polygon
> 3. Add the 1% margin.
> 4. Rotate the map as defined in the data
>
> Because it seems to do the rotation after it has zoomed to the polygon,
> the map isn’t benefiting at all from rotating the map. The map is still
> printing at the same large scale. Looks something like this:
> 
> |   |
> |  |   ||
> |  |___ ||
> |   |
> —
>
> Is there a work around for this anyone has come across?
> Is this the way it should work? Should the order be more:
>
> 1. Get the next polygon
> 2. Rotate the map as defined in the data
> 3. Zoom to the polygon
> 4. Add the 1% margin.
>
> Thanks,
>
> Benjamin Wragg
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] hub.qgis.org avatar

2014-12-08 Thread Ramon Andiñach
Thanks,

much appreciated.

On 09/12/2014, at 06:53 , Larry Shaffer wrote:

> Hi Ramon,
> 
> You can adjust that directly on the OSGeo account page (after login):
> https://www.osgeo.org/user
> 
> Regards,
> 
> Larry Shaffer
> Dakota Cartography
> Black Hills, South Dakota
> 
> On Mon, Dec 8, 2014 at 3:42 PM, Ramon Andiñach  wrote:
> Hi,
> 
> I'm sure there's some blindingly obvious way of doing this, but is there a 
> way to change your avatar (silly face icon) on hub.qgis.org?
> 
> -ramon.
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
> 

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] hub.qgis.org avatar

2014-12-08 Thread Larry Shaffer
However, it looks like Gravatar support is turned on as well. If you define
one at gravatar.com for your account's associated email address, I believe
it will override (?) your OSGeo's account avatar.

http://gravatar.com/


Larry Shaffer
Dakota Cartography
Black Hills, South Dakota

On Mon, Dec 8, 2014 at 3:53 PM, Larry Shaffer 
wrote:

> Hi Ramon,
>
> You can adjust that directly on the OSGeo account page (after login):
> https://www.osgeo.org/user
>
> Regards,
>
> Larry Shaffer
> Dakota Cartography
> Black Hills, South Dakota
>
> On Mon, Dec 8, 2014 at 3:42 PM, Ramon Andiñach 
> wrote:
>
>> Hi,
>>
>> I'm sure there's some blindingly obvious way of doing this, but is there
>> a way to change your avatar (silly face icon) on hub.qgis.org?
>>
>> -ramon.
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] hub.qgis.org avatar

2014-12-08 Thread Larry Shaffer
Hi Ramon,

You can adjust that directly on the OSGeo account page (after login):
https://www.osgeo.org/user

Regards,

Larry Shaffer
Dakota Cartography
Black Hills, South Dakota

On Mon, Dec 8, 2014 at 3:42 PM, Ramon Andiñach 
wrote:

> Hi,
>
> I'm sure there's some blindingly obvious way of doing this, but is there a
> way to change your avatar (silly face icon) on hub.qgis.org?
>
> -ramon.
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] hub.qgis.org avatar

2014-12-08 Thread Ramon Andiñach
Hi, 

I'm sure there's some blindingly obvious way of doing this, but is there a way 
to change your avatar (silly face icon) on hub.qgis.org?

-ramon.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] MrSID on QGIS 2.6.,1, Mac OSK 10.10.1

2014-12-08 Thread Ramon Andiñach

On 08/12/2014, at 23:12 , Randal Hale wrote:

> Can I force the install of the libgdal-mrsid package on trusty although it's 
> for oneiric/lucy...which I think is back in the 10/11 series for ubuntu?
> 
> Randy

Hi Randy,

If it's like the ecw-src it's more dependent on the gdal library version, than 
the ubuntu version.

I preferred the extra effort of downloading the -src.deb and manually spreading 
the files about. (In the ecw-src there was only about 3 files to move anyway) 
This defeats the purpose of package management somewhat, but stops apt 
complaining about incompatible versions of things.

-ramon.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Which Projection to use?

2014-12-08 Thread Nicolas Cadieux
Hi,

Your easiest bet is to use WGS84 with UTM Zones.  It covers the planet, 
and the UTM zones are meter.   See attachments for the zones.  Ex: EPSG 
32618 = WGS84 / UTM18N

Nicolas




Le 2014-12-08 16:09, K.Bott [via OSGeo.org] a écrit :
> Hi Joris,
>
> One starting point might be here -- 
> http://www.radicalcartography.net/index.html?projectionref -- expand 
> the categories for a sense of what they translate to in terms of visuals.
>
> cheers -
> -kristin
>
> On Mon, Dec 8, 2014 at 11:23 AM, Joris Hintjens <[hidden email] 
> > wrote:
>
> Hello,
>
> My problem:
> I have to create a series of maps all around the world. For each
> map, I need a appropriate CRS in meters (t create buffers etc…)
> Does anybody know a source out there where I can see the extends
> of existing projections I can use for each map?
>
> I keep bouncing up to http://spatialreference.org/ , but the list
> is of no use to me, as there is no map.
> thanks
>
> Joris
>
> ___
> Qgis-user mailing list
> [hidden email] 
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
>
> ___
> Qgis-user mailing list
> [hidden email] 
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
> 
> If you reply to this email, your message will be added to the 
> discussion below:
> http://osgeo-org.1560.x6.nabble.com/Which-Projection-to-use-tp5176939p5176943.html
>  
>
> To start a new topic under Quantum GIS - User, email 
> ml-node+s1560n4125267...@n6.nabble.com
> To unsubscribe from Quantum GIS - User, click here 
> .
> NAML 
> 
>  
>



World_UTM_WGS84.zip (199K) 





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Which-Projection-to-use-tp5176939p5176949.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Atlas data defined rotation and zoom problem

2014-12-08 Thread Benjamin Wragg
Hi list,

We have a layer filed with polygons which Atlas uses as its coverage layer. So 
the Atlas creates a map of each polygon and it zooms to the edge of the polygon 
and then puts a 1% margin on it. The problem we had before 2.6 was that some 
maps needed to be rotated because the map is a small landscape rectangle but 
some polygons are more portrait, tall and skinny. So some maps print at a large 
scale as shown below (outside box is page, inner box is polygon):

___
|     |
|  |  |   |
|  |  |   |
|  |___|   |
— 

But we need it to rotate the map so it can print like:


|___|
||||
||||
||__||
— 

So in 2.6 a feature I’ve been waiting for was added, data driven rotation. So 
each polygon has had a rotation value field added. So if I specify a value of 
say 90, it rotates the map 90 degrees as expected. The problem is Atlas seems 
to do things in this order:

1. Get the next polygon
2. Zoom to the polygon
3. Add the 1% margin.
4. Rotate the map as defined in the data

Because it seems to do the rotation after it has zoomed to the polygon, the map 
isn’t benefiting at all from rotating the map. The map is still printing at the 
same large scale. Looks something like this:

|   |
|  |   || 
|  |___ ||
|   |
— 

Is there a work around for this anyone has come across? 
Is this the way it should work? Should the order be more:

1. Get the next polygon
2. Rotate the map as defined in the data
3. Zoom to the polygon
4. Add the 1% margin.

Thanks,

Benjamin Wragg
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Which Projection to use?

2014-12-08 Thread Kristin Bott
Hi Joris,

One starting point might be here --
http://www.radicalcartography.net/index.html?projectionref -- expand the
categories for a sense of what they translate to in terms of visuals.

cheers -
-kristin

On Mon, Dec 8, 2014 at 11:23 AM, Joris Hintjens  wrote:

> Hello,
>
> My problem:
> I have to create a series of maps all around the world. For each map, I
> need a appropriate CRS in meters (t create buffers etc…)
> Does anybody know a source out there where I can see the extends of
> existing projections I can use for each map?
>
> I keep bouncing up to http://spatialreference.org/ , but the list is of
> no use to me, as there is no map.
> thanks
>
> Joris
>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Which Projection to use?

2014-12-08 Thread Joris Hintjens
Hello,

My problem:
I have to create a series of maps all around the world. For each map, I need a 
appropriate CRS in meters (t create buffers etc…) 
Does anybody know a source out there where I can see the extends of existing 
projections I can use for each map?

I keep bouncing up to http://spatialreference.org/ 
 , but the list is of no use to me, as there is 
no map.
thanks

Joris
 ___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] ImportError: No module named processing on ubuntu.

2014-12-08 Thread developer developer
Hello,

I am a new user of qgis, trying to write  a python application to invoke
methods from processing module.

I am seeing the following error on runnthing script below

Traceback (most recent call last):
  File "t1.py", line 10, in 
import processing
ImportError: No module named processing


What am I missing ? Probably i need to read some tutorial or something ?



import PyQt4.QtGui
import PyQt4.QtCore
import PyQt4.Qsci

from qgis.gui import *
from qgis.core import *
import os


import processing

print 'hello'
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] missing icons on toolbar

2014-12-08 Thread Nicolas Cadieux
Complete uninstall  deleting registry keys and .qgis2 folder. Then 
reinstall. Should work. 
Nicolas Cadieux M.Sc. 
Les Entreprises Archéotec inc.  
8548, rue Saint-Denis Montréal H2P 2H2 
Téléphone: 514.381.5112  Fax: 514.381.4995 
Le 2014-12-08 09:20, 
=?ISO-8859-1?Q?Bernhard_Str=F6bl_=5Bvia_OSGeo=2Eorg=5D=09?= 
<ml-node+s1560n5176886...@n6.nabble.com> a écrit : I remember having this 
problem back then. I do not have it using 64 bit 
QGIS 2.4 and 2.6
Bernhard
Am 08.12.2014 15:05, schrieb Schielen, Ralph (WVL):
> I recently changed to windows 7; I used to work under XP.
>
> I reinstalled qgis dufour and I noticed that I miss most of the icons in
> the toolbar. The icons are there (I can put my mouse on them, and I see
> the mini-text) but they are blank.
>
> Does anybody know how to get the correct icons back?
>
> Thanx!
>
>
>
> ___
> Qgis-user mailing list
> [hidden email] 
> http://lists.osgeo.org/mailman/listinfo/qgis-user >
__ Information from ESET Mail Security, version of virus signature 
database 10843 (20141208) __
The message was checked by ESET Mail Security.
http://www.eset.com ___
Qgis-user mailing list
[hidden email] 
http://lists.osgeo.org/mailman/listinfo/qgis-user 








If you reply to this email, your message will be added to the 
discussion below: 

http://osgeo-org.1560.x6.nabble.com/missing-icons-on-toolbar-tp5176884p5176886.html
 


To start a new topic under Quantum GIS - User, email 
ml-node+s1560n4125267...@n6.nabble.com 
To unsubscribe from Quantum GIS - User, click here . 
NAML 




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/missing-icons-on-toolbar-tp5176884p5176894.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] MrSID on QGIS 2.6.,1, Mac OSK 10.10.1

2014-12-08 Thread Randal Hale
Can I force the install of the libgdal-mrsid package on trusty although 
it's for oneiric/lucy...which I think is back in the 10/11 series for 
ubuntu?


Randy



On 12/08/2014 10:12 AM, Even Rouault wrote:

Le lundi 08 décembre 2014 16:05:08, William Kyngesburye a écrit :

I don't do linux, but I'm sure it's possible - the MrSID SDK exists for
linux.  I use a simple custom makefile to make it as a GDAL plugin, using
an installed GDAL.  Ask on the GDAL mailing list, someone may have already
done it.

--> For Ubuntu with UbuntuGIS PPA :
http://trac.osgeo.org/ubuntugis/wiki/TutorialMrSid


On Dec 8, 2014, at 8:17 AM, Randal Hale 

wrote:

!!

Is there a way to port this to Linux as we are now the odd man
out..and Sid files drive me an extra 6 minutes and about 6.5 GB of
difficulty every time I run into one.

Randy

On 12/07/2014 11:03 PM, William Kyngesburye wrote:

Check my site.  The GDAL framework that you should have installed also
has a separately downloadable plugin for the MrSID format.

On Dec 7, 2014, at 7:53 PM, Dave Peterson  wrote:

I need to be able to display MrSID files made available by the state
GIS department.  I had them running on QGIS 1.8, OSX 10.6.8, but I’m
not sure what I did back then.  Have searched the Web as best I can
and haven’t found any instructions for current QGIS with a current OS.
  Can anyone help?

Seems to me at one point I saw some directions for getting 1.4 to read
MrSID, but I can’t find them.  I’m doing GIS volunteer work for Mass
Audubon Society, and a lot of their raster stuff is MrSID.  (They use
ArcGIS; I can’t afford it.) --
Dave Peterson

da...@iit.edu

-
William Kyngesburye 
http://www.kyngchaos.com/

"This is a question about the past, is it? ... How can I tell that the past
isn't a fiction designed to account for the discrepancy between my
immediate physical sensations and my state of mind?"

- The Ruler of the Universe


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


--
-
Randal Hale
North River Geographic Systems, Inc
http://www.northrivergeographic.com
423.653.3611 rjh...@northrivergeographic.com
twitter:rjhale http://about.me/rjhale
http://www.northrivergeographic.com/spatial-connect

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] MrSID on QGIS 2.6.,1, Mac OSK 10.10.1

2014-12-08 Thread Even Rouault
Le lundi 08 décembre 2014 16:05:08, William Kyngesburye a écrit :
> I don't do linux, but I'm sure it's possible - the MrSID SDK exists for
> linux.  I use a simple custom makefile to make it as a GDAL plugin, using
> an installed GDAL.  Ask on the GDAL mailing list, someone may have already
> done it.

--> For Ubuntu with UbuntuGIS PPA : 
http://trac.osgeo.org/ubuntugis/wiki/TutorialMrSid

> 
> On Dec 8, 2014, at 8:17 AM, Randal Hale  
wrote:
> > !!
> > 
> > Is there a way to port this to Linux as we are now the odd man
> > out..and Sid files drive me an extra 6 minutes and about 6.5 GB of
> > difficulty every time I run into one.
> > 
> > Randy
> > 
> > On 12/07/2014 11:03 PM, William Kyngesburye wrote:
> >> Check my site.  The GDAL framework that you should have installed also
> >> has a separately downloadable plugin for the MrSID format.
> >> 
> >> On Dec 7, 2014, at 7:53 PM, Dave Peterson  wrote:
> >>> I need to be able to display MrSID files made available by the state
> >>> GIS department.  I had them running on QGIS 1.8, OSX 10.6.8, but I’m
> >>> not sure what I did back then.  Have searched the Web as best I can
> >>> and haven’t found any instructions for current QGIS with a current OS.
> >>>  Can anyone help?
> >>> 
> >>> Seems to me at one point I saw some directions for getting 1.4 to read
> >>> MrSID, but I can’t find them.  I’m doing GIS volunteer work for Mass
> >>> Audubon Society, and a lot of their raster stuff is MrSID.  (They use
> >>> ArcGIS; I can’t afford it.) --
> >>> Dave Peterson
> >>> 
> >>> da...@iit.edu
> 
> -
> William Kyngesburye 
> http://www.kyngchaos.com/
> 
> "This is a question about the past, is it? ... How can I tell that the past
> isn't a fiction designed to account for the discrepancy between my
> immediate physical sensations and my state of mind?"
> 
> - The Ruler of the Universe
> 
> 
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user

-- 
Spatialys - Geospatial professional services
http://www.spatialys.com
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] MrSID on QGIS 2.6.,1, Mac OSK 10.10.1

2014-12-08 Thread William Kyngesburye
I don't do linux, but I'm sure it's possible - the MrSID SDK exists for linux.  
I use a simple custom makefile to make it as a GDAL plugin, using an installed 
GDAL.  Ask on the GDAL mailing list, someone may have already done it.

On Dec 8, 2014, at 8:17 AM, Randal Hale  wrote:

> !!
> 
> Is there a way to port this to Linux as we are now the odd man out..and 
> Sid files drive me an extra 6 minutes and about 6.5 GB of difficulty every 
> time I run into one.
> 
> Randy
> 
> 
> On 12/07/2014 11:03 PM, William Kyngesburye wrote:
>> Check my site.  The GDAL framework that you should have installed also has a 
>> separately downloadable plugin for the MrSID format.
>> 
>> On Dec 7, 2014, at 7:53 PM, Dave Peterson  wrote:
>> 
>>> I need to be able to display MrSID files made available by the state GIS 
>>> department.  I had them running on QGIS 1.8, OSX 10.6.8, but I’m not sure 
>>> what I did back then.  Have searched the Web as best I can and haven’t 
>>> found any instructions for current QGIS with a current OS.  Can anyone help?
>>> 
>>> Seems to me at one point I saw some directions for getting 1.4 to read 
>>> MrSID, but I can’t find them.  I’m doing GIS volunteer work for Mass 
>>> Audubon Society, and a lot of their raster stuff is MrSID.  (They use 
>>> ArcGIS; I can’t afford it.)
>>> --
>>> Dave Peterson
>>> 
>>> da...@iit.edu
>>> 

-
William Kyngesburye 
http://www.kyngchaos.com/

"This is a question about the past, is it? ... How can I tell that the past 
isn't a fiction designed to account for the discrepancy between my immediate 
physical sensations and my state of mind?"

- The Ruler of the Universe


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] missing icons on toolbar

2014-12-08 Thread Richard Duivenvoorde
On 08-12-14 15:05, Schielen, Ralph (WVL) wrote:
> I recently changed to windows 7; I used to work under XP.
> 
> I reinstalled qgis dufour and I noticed that I miss most of the icons in
> the toolbar. The icons are there (I can put my mouse on them, and I see
> the mini-text) but they are blank.
> 
> Does anybody know how to get the correct icons back?

Hi Ralph,

strange, dufour = 2.0, we are now on 2.6 (Brighton).

Any reason to not upgrade to that version?

You can get it from:

http://downloads.qgis.org/en/site/forusers/download.html

If you REALLY want to stick to 2.0, dit you install the latest of the
2.0 installers from http://qgis.org/downloads/ apparently 2.0.1?

But I would try to upgraden to latest 2.6.1 if I were you.

Regards,

Richard Duivenvoorde
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] missing icons on toolbar

2014-12-08 Thread Bernhard Ströbl
I remember having this problem back then. I do not have it using 64 bit 
QGIS 2.4 and 2.6


Bernhard

Am 08.12.2014 15:05, schrieb Schielen, Ralph (WVL):

I recently changed to windows 7; I used to work under XP.

I reinstalled qgis dufour and I noticed that I miss most of the icons in
the toolbar. The icons are there (I can put my mouse on them, and I see
the mini-text) but they are blank.

Does anybody know how to get the correct icons back?

Thanx!



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user





__ Information from ESET Mail Security, version of virus signature 
database 10843 (20141208) __

The message was checked by ESET Mail Security.
http://www.eset.com


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] MrSID on QGIS 2.6.,1, Mac OSK 10.10.1

2014-12-08 Thread Randal Hale

!!

Is there a way to port this to Linux as we are now the odd man 
out..and Sid files drive me an extra 6 minutes and about 6.5 GB of 
difficulty every time I run into one.


Randy


On 12/07/2014 11:03 PM, William Kyngesburye wrote:

Check my site.  The GDAL framework that you should have installed also has a 
separately downloadable plugin for the MrSID format.

On Dec 7, 2014, at 7:53 PM, Dave Peterson  wrote:


I need to be able to display MrSID files made available by the state GIS 
department.  I had them running on QGIS 1.8, OSX 10.6.8, but I’m not sure what 
I did back then.  Have searched the Web as best I can and haven’t found any 
instructions for current QGIS with a current OS.  Can anyone help?

Seems to me at one point I saw some directions for getting 1.4 to read MrSID, 
but I can’t find them.  I’m doing GIS volunteer work for Mass Audubon Society, 
and a lot of their raster stuff is MrSID.  (They use ArcGIS; I can’t afford it.)
--
Dave Peterson

da...@iit.edu


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

-
William Kyngesburye 
http://www.kyngchaos.com/

"Mon Dieu! but they are all alike.  Cheating, murdering, lying, fighting, and 
all for things that the beasts of the jungle would not deign to possess - money to 
purchase the effeminate pleasures of weaklings.  And yet withal bound down by silly 
customs that make them slaves to their unhappy lot while firm in the belief that 
they be the lords of creation enjoying the only real pleasures of existence

- the wisdom of Tarzan


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


--
-
Randal Hale
North River Geographic Systems, Inc
http://www.northrivergeographic.com
423.653.3611 rjh...@northrivergeographic.com
twitter:rjhale http://about.me/rjhale
http://www.northrivergeographic.com/spatial-connect

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] missing icons on toolbar

2014-12-08 Thread Schielen, Ralph (WVL)
I recently changed to windows 7; I used to work under XP.
I reinstalled qgis dufour and I noticed that I miss most of the icons in the 
toolbar. The icons are there (I can put my mouse on them, and I see the 
mini-text) but they are blank.
Does anybody know how to get the correct icons back?

Thanx!


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user