[Qgis-user] Sailing & QGIS

2016-05-25 Per discussione Paolo Cavallini
Hi all,
au unusual QGIS course:
http://www.faunalia.eu/en/sail_course.html
Interested people please write me.
All the best.
-- 
Paolo Cavallini - www.faunalia.eu
QGIS & PostGIS courses: http://www.faunalia.eu/training.html
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Print composer fails on print or export

2016-05-25 Per discussione CARLO CORMIO
Dear All,

I'm trying to print a couple of maps (with rasters, vectors and bing maps)
in a canvas through QGIS map composer. Setting the composition (adding map,
text, scale, etc) works fine, as always, but when I try to print or export
it in any file format the canvas disappear, no error message pops up, no
hardware runs (no lights blinking on my PC).

Page setup is custom (170 x 100 mm) and the maps reach page border, I don't
know if this could be a problem.

I had the same problem with different QGIS versione (2.12 and 2.14), so
maybe it is a local problem. Any idea? I'm working on Windows 10 64 bit,
and use PDFCreator as pdf printer.

Thanks in advance,

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

[Qgis-user] Very slow getCapabilities with materialized view

2016-05-25 Per discussione Nicolas Boisteault

QGIS Server 2.8.9; PostgreSQL 9.3.13; PostGIS 2.1.8, PGAdmin 1.22.1

Hi,

I have a project I use with QGIS Server which has about 40 PostGIS 
layers and some of them are queries on a materialized view.


A getCapabilities query timeout after 10 minutes. I looked at postgreSQL 
log and saw that QGIS make this query :


"SELECT st_extent("the_geom") FROM (/myquery/) AS "subQuery_0"

which needs to run completely my slow query to get the extent.

I've used "estimatedmetadata=true" so I think this is not the correct 
behaviour and statistics should be used.


Now when I look statistics for my view in pgadmin, a message says that 
'there is no statistics for the selected object'.

I ran an ANALYSE of my view but that changes nothing.

So I have several questions :
- First, is there a way to tell QGIS Server to use the project extent 
for every layer to avoid st_extent on every queries and speed up 
getCapabilities?
- Are pgSQL statistics available on materialized view? If yes, are 
statistics used by QGIS on view?


Thanks for your help!

--
Nicolas BOISTEAULT
Développeur Web
Observatoire Régional de l'Environnement
Téléport 4 Antarès - BP 50163 - 86962 Futuroscope Chasseneuil Cedex
Tél : 05 49 49 71 18
*Soyez Eco-responsable, n'imprimez que si nécessaire*
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Problem opening .GDB (v 10.1) using QGIS

2016-05-25 Per discussione Richard Duivenvoorde
On 25-05-16 15:17, knussear wrote:
> I'm having the same problem using Qgis 2.14.2, and osx with gdal 1.11 and the
> filegdb plugin also 1.11 installed form Kyngchaos server, and the esri
> libraries installed per the instructions.
> 
> Checking OGR via command line I get
> 
> MacBook-Pro-2:DCP_Ecosystems knussear$ ogrinfo DCP_Ecosystems.gdb
> INFO: Open of `DCP_Ecosystems.gdb'
>   using driver `FileGDB' successful.
> MacBook-Pro-2:DCP_Ecosystems knussear$ 
> 
> and opening in qgis gives me a red bar invalid source error using either the
> open GDB or fileGDB choice. Anyone have any advice on how to solve this?

Not sure, but I recently had a GDB from somebody which could be opened
in QGIS, but did not show anything.

Upon further investigation by Even R, he found:
"It uses the "GeneralPoint" type instead of the regular Point."
And fixed it \o/
https://trac.osgeo.org/gdal/ticket/6478

Moral of all this:
- propriatry format tend to 'change' easily when the owner of the format
needs something (or just wants to release a newer version): prefer
(real) open file formats when you get/exchange data: gdb is smelly

- if something seems wrong: try to create a small subset of the data,
and create an issue for it with gdal or qgis and attache this test data!

- also check with latest gdal/ogr version, because as you see above it
is possible that it is already fixed, just not yet available in released
lib-versions (or your software is not yet released with that lib
version)

Regards,

Richard Duivenvoorde

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

Re: [Qgis-user] Problem opening .GDB (v 10.1) using QGIS

2016-05-25 Per discussione knussear
I'm having the same problem using Qgis 2.14.2, and osx with gdal 1.11 and the
filegdb plugin also 1.11 installed form Kyngchaos server, and the esri
libraries installed per the instructions.

Checking OGR via command line I get

MacBook-Pro-2:DCP_Ecosystems knussear$ ogrinfo DCP_Ecosystems.gdb
INFO: Open of `DCP_Ecosystems.gdb'
  using driver `FileGDB' successful.
MacBook-Pro-2:DCP_Ecosystems knussear$ 

and opening in qgis gives me a red bar invalid source error using either the
open GDB or fileGDB choice. Anyone have any advice on how to solve this?

Thanks




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Problem-opening-GDB-v-10-1-using-QGIS-tp5131380p5268159.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] GEOS projection adding graticules produce some error

2016-05-25 Per discussione Nicolas Cadieux
Hi, 
I don't use that projection but make sure the file and the project are saved in 
the same projection. Sometimes, reprojection on the fly does that. You 
can also try creating a spatial index. 
Hope this helps 
Nicolas 
On May 25, 2016 4:17 AM, chun-chieh chao [via OSGeo.org]   
ml-node+s1560n5268096...@n6.nabble.com wrote: 

Hi, Im using QGIS 2.14.0 32bit and 64bit 
Windows versions. I want to plot coastline and graticules shapefile over 
himawari-8 geostationary satellite image setting GEOS projection. But 
some error happen (please see http://i.imgur.com/s1XANv5.png ). I dont 
know how to resolve 
those. 1) draw some extra lines out of the earth.2) missing a longitude 
line around 180E or 180W. Regards, chun-chieh chao 
___
Qgis-user mailing list
[hidden email] 
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: 
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/GEOS-projection-adding-graticules-produce-some-error-tp5260247p5268096.html
 


To start a new topic under Quantum GIS - User, email 
ml-nodes1560n4125267h38n6.nabble.com 
To unsubscribe from Quantum GIS - User, click here . 
NAML 




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/GEOS-projection-adding-graticules-produce-some-error-tp5260247p5268143.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Is QGIS showing the records with geometry NULL

2016-05-25 Per discussione Nicolas Cadieux
Hi, 
Is it possible that the 2 missing records were deleted in another GIS? There is 
an issue with deleting records in shape file as there are many ways to do 
that. If the record were deleted in another GIS, they may show up (or 
not) in another software. Could that be it... 
Nicolas 
On May 25, 2016 06:20, Andrea Peri [via OSGeo.org] 
ml-node+s1560n5268130...@n6.nabble.com wrote: 

Hi,
I have a shapefile with 164 records where 2 records have null geometry.
When load on qgis 2.14.2 it show me only a table with 162 records.
I try to set the show all fature in initial extent but no result.
The two geometry null records are not showed.
Any hint on this ?
Thx.
-- 
-
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-
___
Qgis-user mailing list
[hidden email] 
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: 
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/Is-QGIS-showing-the-records-with-geometry-NULL-tp5268130.html
 


To start a new topic under Quantum GIS - User, email 
ml-nodes1560n4125267h38n6.nabble.com 
To unsubscribe from Quantum GIS - User, click here . 
NAML 




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Is-QGIS-showing-the-records-with-geometry-NULL-tp5268130p5268140.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Is QGIS showing the records with geometry NULL

2016-05-25 Per discussione Andrea Peri
Hi,
I have a shapefile with 164 records where 2 records have null geometry.

When load on qgis 2.14.2 it show me only a table with 162 records.
I try to set the show all fature in initial extent but no result.
The two geometry null records are not showed.

Any hint on this ?

Thx.

-- 
-
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [QGIS-it-user] Vela & QGIS

2016-05-25 Per discussione Amedeo Fadini
Stupendo!  Complimenti per l'idea

amefad
Il 25/mag/2016 09:39 AM, "Paolo Cavallini"  ha
scritto:
>
> Salve,
> annuncio un corso speciale:
> http://www.faunalia.eu/en/sail_course.html
>
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] GEOS projection adding graticules produce some error

2016-05-25 Per discussione chun-chieh chao
Hi,

I'm using QGIS 2.14.0 32bit and 64bit Windows versions. I want to plot
coastline and graticules shapefile over himawari-8 geostationary satellite
image setting GEOS projection. But some error happen (please see
http://i.imgur.com/s1XANv5.png). I don't know how to resolve those. 1) draw
some extra lines out of the earth.2) missing a longitude line around 180E
or 180W.

Regards,

chun-chieh chao
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[QGIS-it-user] Vela & QGIS

2016-05-25 Per discussione Paolo Cavallini
Salve,
annuncio un corso speciale:
http://www.faunalia.eu/en/sail_course.html
Contattatemi per dettagli.
Saluti.
-- 
Paolo Cavallini - www.faunalia.eu
QGIS & PostGIS courses: http://www.faunalia.eu/training.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user