[Qgis-user] OGRS2012 :: CFP deadline extension to June 15th

2012-06-01 Thread Olivier ERTZ


OGRS2012 :: CALL FOR PAPERS DEADLINE EXTENSION (closing at June 15th)
Open Source Geospatial Research and Education Symposium

October 24 – 26, 2012 in Yverdon-les-Bains, Switzerland
Hosted by School of Business and Engineering Vaud (HEIG-VD)

Website: http://www.ogrs2012.org
Contact: c...@ogrs2012.org
-

(our apologies for cross-postings)
Dear colleagues,
the program committee is pleased to announce an extension of the 
submission deadline until June 15th. All information to submit a 
presentation, a workshop, a poster or a discussion group subject is 
available on the symposium website : http://cfp.ogrs2012.org.


If you were short in time, please consider these last weeks to submit 
your contribution. We look forward to read your contribution proposal 
and to see you in Yverdon-les-Bains.


We would appreciate if you could kindly distribute this call to other 
interested parties of your acquaintance.


Please note, registration for OGRS2012 will soon open in early June.

Best regards,
OGRS2012 program committee.

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


Re: [Qgis-user] Query Layer / Rule Based Rendering Problem

2012-06-01 Thread James Stott
To update this post,

I have compared the project file code for both the layer that works and
the layer that doesn't and I have found differences in the
customproperties section. This section does not exist in the layer that
works - it only exists for the layer that I copied the style for.
Removing it makes the layer show on the map.

customproperties
property key=labeling value=pal/
property key=labeling/addDirectionSymbol
value=false/
property key=labeling/bufferColorB value=255/
property key=labeling/bufferColorG value=255/
property key=labeling/bufferColorR value=255/
property key=labeling/bufferSize value=1/
property key=labeling/dataDefinedProperty0 value=/
property key=labeling/dataDefinedProperty1 value=/
property key=labeling/dataDefinedProperty10
value=16/
property key=labeling/dataDefinedProperty11
value=/
property key=labeling/dataDefinedProperty12
value=/
property key=labeling/dataDefinedProperty13
value=/
property key=labeling/dataDefinedProperty14
value=/
property key=labeling/dataDefinedProperty2 value=/
property key=labeling/dataDefinedProperty3 value=/
property key=labeling/dataDefinedProperty4 value=/
property key=labeling/dataDefinedProperty5 value=/
property key=labeling/dataDefinedProperty6 value=/
property key=labeling/dataDefinedProperty7 value=/
property key=labeling/dataDefinedProperty8 value=/
property key=labeling/dataDefinedProperty9
value=15/
property key=labeling/decimals value=0/
property key=labeling/dist value=0/
property key=labeling/distInMapUnits value=false/
property key=labeling/enabled value=true/
property key=labeling/fieldName value=number/
property key=labeling/fontFamily value=MS Shell Dlg
2/
property key=labeling/fontItalic value=false/
property key=labeling/fontSize value=8.25/
property key=labeling/fontSizeInMapUnits
value=false/
property key=labeling/fontStrikeout value=false/
property key=labeling/fontUnderline value=false/
property key=labeling/fontWeight value=50/
property key=labeling/formatNumbers value=false/
property key=labeling/isExpression value=false/
property key=labeling/labelPerPart value=false/
property key=labeling/mergeLines value=false/
property key=labeling/minFeatureSize value=0/
property key=labeling/obstacle value=true/
property key=labeling/placement value=1/
property key=labeling/placementFlags value=0/
property key=labeling/plussign value=true/
property key=labeling/priority value=5/
property key=labeling/scaleMax value=0/
property key=labeling/scaleMin value=0/
property key=labeling/textColorB value=0/
property key=labeling/textColorG value=0/
property key=labeling/textColorR value=0/
property key=labeling/wrapChar value=/

Using QGIS 1.8.0 on Windows 7

James 


James Stott BSc (Hons) MSc | Senior Professional
Nicholas Pearson Associates | 30 Brock Street | Bath | BA1 2LN
T: 01225 445548 | M: -
http://www.npaconsult.co.uk/ 

-Original Message-
From: qgis-user-boun...@lists.osgeo.org
[mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of James Stott
Sent: 31 May 2012 16:22
To: qgis-user@lists.osgeo.org
Subject: [Qgis-user] Query Layer / Rule Based Rendering Problem

I have created a query in the DB Manager SQL Window (data is in a
PostGIS database). The query is then added to the map as a layer.

I copy the style from another layer (rule based style), paste it to my
query layer and the polygons disappear from the map and QGIS gives a
nextFeature() without select() error. This also happens if I apply a qml
style file to the layer.

If I change the styles back to Single Symbol they do not come back. I
can see the records in the Attribute table, and I can select them and
zoom to them on the map, I just cannot see them. 

I have to re-add the query layer using the DB Manager SQL window again.

It only seems to be the polygon layers that cause problems at the
moment.

Does anyone know the cause of this?

James 

James Stott BSc (Hons) MSc | Senior Professional Nicholas Pearson
Associates | 30 Brock Street | Bath | BA1 2LN
T: 01225 445548 | M: -
http://www.npaconsult.co.uk/ 


http://www.npaconsult.co.uk/http://www.npaconsult.co.uk/about-news.asp

http://www.npaconsult.co.uk/terms.asp
This Electronic Transmission is intended only for the attention of the

Re: [Qgis-user] Query Layer / Rule Based Rendering Problem

2012-06-01 Thread Nathan Woodrow
I had this issue the other day when I used the Copy Style function.
Must be a bug. Can you fill a ticket for it.

Nathan

Sent from some fancy phone looking thingo
From: James Stott
Sent: 1/06/2012 7:31 PM
To: qgis-user@lists.osgeo.org
Cc: qgis-develo...@lists.osgeo.org
Subject: Re: [Qgis-user] Query Layer / Rule Based Rendering Problem
To update this post,

I have compared the project file code for both the layer that works and
the layer that doesn't and I have found differences in the
customproperties section. This section does not exist in the layer that
works - it only exists for the layer that I copied the style for.
Removing it makes the layer show on the map.

customproperties
property key=labeling value=pal/
property key=labeling/addDirectionSymbol
value=false/
property key=labeling/bufferColorB value=255/
property key=labeling/bufferColorG value=255/
property key=labeling/bufferColorR value=255/
property key=labeling/bufferSize value=1/
property key=labeling/dataDefinedProperty0 value=/
property key=labeling/dataDefinedProperty1 value=/
property key=labeling/dataDefinedProperty10
value=16/
property key=labeling/dataDefinedProperty11
value=/
property key=labeling/dataDefinedProperty12
value=/
property key=labeling/dataDefinedProperty13
value=/
property key=labeling/dataDefinedProperty14
value=/
property key=labeling/dataDefinedProperty2 value=/
property key=labeling/dataDefinedProperty3 value=/
property key=labeling/dataDefinedProperty4 value=/
property key=labeling/dataDefinedProperty5 value=/
property key=labeling/dataDefinedProperty6 value=/
property key=labeling/dataDefinedProperty7 value=/
property key=labeling/dataDefinedProperty8 value=/
property key=labeling/dataDefinedProperty9
value=15/
property key=labeling/decimals value=0/
property key=labeling/dist value=0/
property key=labeling/distInMapUnits value=false/
property key=labeling/enabled value=true/
property key=labeling/fieldName value=number/
property key=labeling/fontFamily value=MS Shell Dlg
2/
property key=labeling/fontItalic value=false/
property key=labeling/fontSize value=8.25/
property key=labeling/fontSizeInMapUnits
value=false/
property key=labeling/fontStrikeout value=false/
property key=labeling/fontUnderline value=false/
property key=labeling/fontWeight value=50/
property key=labeling/formatNumbers value=false/
property key=labeling/isExpression value=false/
property key=labeling/labelPerPart value=false/
property key=labeling/mergeLines value=false/
property key=labeling/minFeatureSize value=0/
property key=labeling/obstacle value=true/
property key=labeling/placement value=1/
property key=labeling/placementFlags value=0/
property key=labeling/plussign value=true/
property key=labeling/priority value=5/
property key=labeling/scaleMax value=0/
property key=labeling/scaleMin value=0/
property key=labeling/textColorB value=0/
property key=labeling/textColorG value=0/
property key=labeling/textColorR value=0/
property key=labeling/wrapChar value=/

Using QGIS 1.8.0 on Windows 7

James


James Stott BSc (Hons) MSc | Senior Professional
Nicholas Pearson Associates | 30 Brock Street | Bath | BA1 2LN
T: 01225 445548 | M: -
http://www.npaconsult.co.uk/

-Original Message-
From: qgis-user-boun...@lists.osgeo.org
[mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of James Stott
Sent: 31 May 2012 16:22
To: qgis-user@lists.osgeo.org
Subject: [Qgis-user] Query Layer / Rule Based Rendering Problem

I have created a query in the DB Manager SQL Window (data is in a
PostGIS database). The query is then added to the map as a layer.

I copy the style from another layer (rule based style), paste it to my
query layer and the polygons disappear from the map and QGIS gives a
nextFeature() without select() error. This also happens if I apply a qml
style file to the layer.

If I change the styles back to Single Symbol they do not come back. I
can see the records in the Attribute table, and I can select them and
zoom to them on the map, I just cannot see them.

I have to re-add the query layer using the DB Manager SQL window again.

It only seems to be the polygon layers that cause problems at the
moment.

Does anyone know the cause of this?

James

James Stott BSc 

[Qgis-user] Autocreating a qix file

2012-06-01 Thread Jonathan Moules
I have a process which creates a new shapefile on a regular basis which I
then provide to one of our users, however I'd like the new file to be
spatially indexed.

Is there a way to automatically generate a qix (QGIS shapefile index) file?
By which I mean one that doesn't require any manual intervention.

Thanks,
Jonathan


This transmission is intended for the named addressee(s) only and may contain 
sensitive or protectively marked material up to RESTRICTED and should be 
handled accordingly. Unless you are the named addressee (or authorised to 
receive it for the addressee) you may not copy or use it, or disclose it to 
anyone else. If you have received this transmission in error please notify the 
sender immediately. All email traffic sent to or from us,  including without 
limitation all GCSX traffic, may be subject to recording and/or monitoring in 
accordance with relevant legislation.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Autocreating a qix file

2012-06-01 Thread David Fawcett
There is the shpTree Utility that comes with MapServer:
http://trac.osgeo.org/mapserver/wiki/ShpTree

David.

On Fri, Jun 1, 2012 at 6:54 AM, Jonathan Moules 
jonathanmou...@warwickshire.gov.uk wrote:

 I have a process which creates a new shapefile on a regular basis which I
 then provide to one of our users, however I'd like the new file to be
 spatially indexed.

 Is there a way to automatically generate a qix (QGIS shapefile index)
 file? By which I mean one that doesn't require any manual intervention.

 Thanks,
 Jonathan


 This transmission is intended for the named addressee(s) only and may
 contain sensitive or protectively marked material up to RESTRICTED and
 should be handled accordingly. Unless you are the named addressee (or
 authorised to receive it for the addressee) you may not copy or use it, or
 disclose it to anyone else. If you have received this transmission in error
 please notify the sender immediately. All email traffic sent to or from us,
 including without limitation all GCSX traffic, may be subject to recording
 and/or monitoring in accordance with relevant legislation.

 ___
 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] Autocreating a qix file

2012-06-01 Thread Nathan Woodrow
Checkout ogrinfo which can create the index

ogrinfo file1.shp -sql CREATE SPATIAL INDEX ON file1

Example taken from http://www.gdal.org/ogr/drv_shapefile.html

- Nathan
--
From: Jonathan Moules
Sent: 1/06/2012 10:04 PM
To: qgis-user@lists.osgeo.org
Subject: [Qgis-user] Autocreating a qix file

I have a process which creates a new shapefile on a regular basis which I
then provide to one of our users, however I'd like the new file to be
spatially indexed.

Is there a way to automatically generate a qix (QGIS shapefile index) file?
By which I mean one that doesn't require any manual intervention.

Thanks,
Jonathan


This transmission is intended for the named addressee(s) only and may
contain sensitive or protectively marked material up to RESTRICTED and
should be handled accordingly. Unless you are the named addressee (or
authorised to receive it for the addressee) you may not copy or use it, or
disclose it to anyone else. If you have received this transmission in error
please notify the sender immediately. All email traffic sent to or from us,
including without limitation all GCSX traffic, may be subject to recording
and/or monitoring in accordance with relevant legislation.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Autocreating a qix file

2012-06-01 Thread Jonathan Moules
Excellent. Thanks guys.

On 1 June 2012 14:44, Nathan Woodrow madman...@gmail.com wrote:

  Checkout ogrinfo which can create the index

 ogrinfo file1.shp -sql CREATE SPATIAL INDEX ON file1

 Example taken from http://www.gdal.org/ogr/drv_shapefile.html

 - Nathan
 --
 From: Jonathan Moules
 Sent: 1/06/2012 10:04 PM
 To: qgis-user@lists.osgeo.org
 Subject: [Qgis-user] Autocreating a qix file

  I have a process which creates a new shapefile on a regular basis which
 I then provide to one of our users, however I'd like the new file to be
 spatially indexed.

 Is there a way to automatically generate a qix (QGIS shapefile index)
 file? By which I mean one that doesn't require any manual intervention.

 Thanks,
 Jonathan


 This transmission is intended for the named addressee(s) only and may
 contain sensitive or protectively marked material up to RESTRICTED and
 should be handled accordingly. Unless you are the named addressee (or
 authorised to receive it for the addressee) you may not copy or use it, or
 disclose it to anyone else. If you have received this transmission in error
 please notify the sender immediately. All email traffic sent to or from us,
 including without limitation all GCSX traffic, may be subject to recording
 and/or monitoring in accordance with relevant legislation.



This transmission is intended for the named addressee(s) only and may contain 
sensitive or protectively marked material up to RESTRICTED and should be 
handled accordingly. Unless you are the named addressee (or authorised to 
receive it for the addressee) you may not copy or use it, or disclose it to 
anyone else. If you have received this transmission in error please notify the 
sender immediately. All email traffic sent to or from us,  including without 
limitation all GCSX traffic, may be subject to recording and/or monitoring in 
accordance with relevant legislation.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] WFS reader in 1.8.0 without BBOX selection

2012-06-01 Thread Stefan Keller
Hi

I'm  still - or again(?) - missing the options to retrieve within BBOX
and to limit to some max. no. of features.
I'm using QGIS 1.9.90 Windows.

Yours, S.

2011/10/26 Martin Dobias wonder...@gmail.com:
 On Wed, Oct 26, 2011 at 9:29 AM, Jukka Rahkonen
 jukka.rahko...@mmmtike.fi wrote:
 The WFS reader used to have a check box Only request features overlapping the
 current view extent. In the current trunk version 1.8.0-Trunk revision 
 fecb0de
 does not have the check box. It would be essential to get it back. I have a
 layer in my WFS with 1.2 million polygons and it is never reasonable to try 
 to
 read the whole layer.  BBOX is rather simple to use for limiting the query,
 contrary to the Filter box that is new in the version 1.8.0.

 Hi Jukka

 the BBOX selection from map canvas has been temporarily disabled when
 porting WFS support to the new data browser. It is expected that the
 option will come back soon.

 Martin
 ___
 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