[Qgis-user] QGIS 2.0 Homebrew formula

2013-09-27 Thread Gis Mage
Hi to all OS X users! Can someone update Homebrew QGIS formula to 2.0?
Right now there is only formula for version 1.8
https://github.com/Homebrew/homebrew-science/blob/master/qgis.rb
I'm bad at ruby, so I can't do it on my own for now, but I could really use
some help.

I'm sure this installation option is used by many OSX users and there is a
great demand for it.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] postgis sql query doesn't add as layer

2013-07-31 Thread Gis Mage
Hi list,
I'm running a simple sql query in DB Manager:

select 1 as gid, st_setsrid(st_makepoint(10,10),4326) as geo


Then I want to load it as a new layer and get an error in a console.


Erroneous query: SELECT DISTINCT CASE WHEN upper(geometrytype("geo")) IN
('POINT','MULTIPOINT','POINTM','MULTIPOINTM') THEN 'POINT' WHEN
upper(geometrytype("geo")) IN
('LINESTRING','MULTILINESTRING','LINESTRINGM','MULTILINESTRINGM') THEN
'LINESTRING' WHEN upper(geometrytype("geo")) IN
('POLYGON','MULTIPOLYGON','POLYGONM','MULTIPOLYGONM') THEN 'POLYGON' END,
st_srid("geo") FROM (SELECT "geo" FROM ""."(select 1 as gid,
st_setsrid(st_makepoint(10,10),4326) as geo

) AS ""subQuery_0""" WHERE "geo" IS NOT NULL LIMIT 100) AS t returned 7
[ERROR:  zero-length delimited identifier at or near 

LINE 1: ...YGON' END, st_srid("geo") FROM (SELECT "geo" FROM ""."(selec...

 ^

]



What's wrong with my query?

I'm running QGIS 1.8.0 on OS X
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Homebrew formula for QGIS

2012-04-02 Thread Gis Mage
Hi list!

Is there a homebrew formula for latest qgis?
I'm having problems with running metatools plugin on OS X Lion.
It seems like it depends on some qt modules, that aren't present in
kyngchaos build.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] WFS Transactions to GeoServer freeze QGIS

2011-12-09 Thread Gis Mage
Hi list!

I would like to know if anyone has any luck editing wfs layers
published with geoserver?

I have the following situation:
First I connect to a geoserver wfs service and get a list of layers.
Then I add a layer topp:states to the map (this is one of the
shapefiles, which comes by default with geoserver)
I turn on editing and add one polygon to the layer. The poly is added
ok and the attributes are filled ok to.
When I hit Save edits QGIS freezes forever with 100% processor load
and nothing happens.

Looking through geoserver log I don't see any request for wfs
transaction. So I assume it's a qgis bug.
When I'm editing the same layer with uDig, transactions work ok and I
see the corresponding messages in the geoserver log.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user