Re: [Qgis-user] Authentication in QGIS Server (WFS Service)

2013-09-29 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 30/09/2013 08:02, Andrea Peri ha scritto: > Lizmap is not a wms service. it provides one, out of the box. > It could give an accont for the html portal interface, but the wms service > could > always be accessed without any pwd. > > Don't ? not

Re: [Qgis-user] Authentication in QGIS Server (WFS Service)

2013-09-29 Thread Andrea Peri
Lizmap is not a wms service. It could give an accont for the html portal interface, but the wms service could always be accessed without any pwd. Don't ? 2013/9/30 Paolo Cavallini > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Il 29/09/2013 18:34, Antonio Vico ha scritto: > > I tested

Re: [Qgis-user] Authentication in QGIS Server (WFS Service)

2013-09-29 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 29/09/2013 18:34, Antonio Vico ha scritto: > I tested basic protection whit .htaccess file in the directory. This require > user/password for access with a browser but defining a wfs server like > http://my_host/cgi-bin/qgis_mapserv.fcgi?map=/var/ww

[Qgis-user] OpenSource-Park auf der Intergeo in Essen vom 8.-10. Oktober 2013

2013-09-29 Thread Astrid Emde
Der OpenSource-Park auf der Intergeo wächst weiter! In diesem Jahr findet die Intergeo [1] vom 8. bis 10. Oktober in Essen statt. Der OpenSource-Park befindet sich in Halle 1, Stand Nr. H1.033. Das OpenStreetMap Projekt ist mit dem Stand H1.040 gleich neben dem OpenSource-Park vertreten.. Auch au

Re: [Qgis-user] QGIS brewed map

2013-09-29 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 29/09/2013 22:36, Cascafico Giovanni ha scritto: > > I'd like to show you my latest work, entirely done with QGIS 1.7.3 and open > data > (OSM, CORINE, SRTM). > > Digital version at > http://cascafico.altervista.org/tms/Brda/BrdaLeaflet.html >

[Qgis-user] libqgis-dev self-conflict on Ubuntu

2013-09-29 Thread David John Beaton Pearce
I am trying to install libqgis-dev 2.0.1-2+raring1 on Ubuntu 13.04 64 bit Synaptics refuses to install, as it conflicts with libqgis-dev ie itself. There are no other earlier versions installed on this PC The deb should be coming from http://qgis.org/debian This has been happening for a few point r

Re: [Qgis-user] QGIS brewed map

2013-09-29 Thread George Silva
Wow really nice. Congratulations. Em 29/09/2013 17:36, "Cascafico Giovanni" escreveu: > > I'd like to show you my latest work, entirely done with QGIS 1.7.3 and > open data (OSM, CORINE, SRTM). > > Digital version at > http://cascafico.altervista.org/tms/Brda/BrdaLeaflet.html > > Printed version

Re: [Qgis-user] qgis-grass plugin not available

2013-09-29 Thread Goyo
2013/9/28 Noli Sicad : > Ubuntu users, is QGIS GRASS plugin in Processing working in your computers? > > In Ubuntu 13.04 raring, It is freezing / locking up the system with > the clock icon displaying forever. > > Anybody manage to make QGIS GRASS Plugin and OTB plugin working in > 2.0.1 Dufour? I

[Qgis-user] QGIS brewed map

2013-09-29 Thread Cascafico Giovanni
I'd like to show you my latest work, entirely done with QGIS 1.7.3 and open data (OSM, CORINE, SRTM). Digital version at http://cascafico.altervista.org/tms/Brda/BrdaLeaflet.html Printed version has been Photoshopped just for CMYK tuning. Final is a 1:25.000 scale, 700x1000mm sheet @300DPI. _

[Qgis-user] Sextante and Grass

2013-09-29 Thread Filipe Dias
Hi I used to be able to run GRASS tools in Sextante but today, after running GRASS 6.4.3 for the first time since I installed it, Im getting this after the Sextante/Grass script. This is the same thing I get when I run Grass. Im using QGIS 2.0 and Im on Ubuntu 12.04 Is this a bug or a local probl

Re: [Qgis-user] Resample a raster

2013-09-29 Thread Radim Blazek
On Sep 27, 2013 4:45 PM, "Michael Spencer" wrote: > > Hi, > > Does anyone know if it's possible to resample a raster in QGIS? e.g. I have a raster with a cell size of 50 m that I would like to convert to 100 m. > > I currently do this in grass, but it's a faff defining a new location and then usin

Re: [Qgis-user] [QGIS webclient] expand/collapse layer tree

2013-09-29 Thread Otto Dassau
Hi Andreas, Am Sun, 29 Sep 2013 18:27:41 +0200 schrieb Andreas Neumann : > Hi Otto, > > Originally the layer tree was expanded > > The modifications that Lars did for the support of the base maps broke > it because it introduced an additional hierarchy in the tree. See > http://webgis.uster.ch/

Re: [Qgis-user] Authentication in QGIS Server (WFS Service)

2013-09-29 Thread Antonio Vico
I tested basic protection whit .htaccess file in the directory. This require user/password for access with a browser but defining a wfs server like http://my_host/cgi-bin/qgis_mapserv.fcgi?map=/var/www/Test01/mymap.qgsin qgis desktop can acces without restrictions to the map file. Here my http con

Re: [Qgis-user] [QGIS webclient] expand/collapse layer tree

2013-09-29 Thread Andreas Neumann
Hi Otto, Originally the layer tree was expanded The modifications that Lars did for the support of the base maps broke it because it introduced an additional hierarchy in the tree. See http://webgis.uster.ch/wsgi/webgisLauncher.wsgi?uuid=cb84fcf6-bff8-45a7-abcd-e299548446b8 - where I still use th

Re: [Qgis-user] [QGIS webclient] expand/collapse layer tree

2013-09-29 Thread Otto Dassau
Hi, I found a solution with a small change in WebgisInit.js. //expand first level layerTree.root.firstChild.collapseChildNodes(false); layerTree.root.firstChild.expand(true, true); Regards Otto Am Sun, 29 Sep 2013 16:23:50 +0200 schrieb Otto Dassau : > Hi, > > I would like to have the i

Re: [Qgis-user] Problems with Shapely instalation, using the Console

2013-09-29 Thread William Kyngesburye
shapely has been forgotten on my list of things to look at. I can work on a package. Since it's essentially an interface to GEOS, I think I'll package it in the GEOS framework. Note: In Paul Smith's instructions there is no need to separately install GDAL python, that is included in my GDAL f

[Qgis-user] [QGIS webclient] expand/collapse layer tree

2013-09-29 Thread Otto Dassau
Hi, I would like to have the initial layer tree to be expanded, when I open a qgis webclient. At the moment it is collapsed and I have to click the [+] sign, to see all available layers. Is there an option to define this in GlobalOptions or somewhere else? And a second question. Would it also b

Re: [Qgis-user] Authentication in QGIS Server (WFS Service)

2013-09-29 Thread Antonio Vico
Hi, thanks for your reply, but I don't understand what this mean. Restrict access to map directory requiring apache user/password? This will work in qgis identification accessing to the map? On 29/09/13 08:27, aperi2007 wrote: the authentication usually in the wfs/wms systems is in the web ser

Re: [Qgis-user] Problems with Shapely instalation, using the Console

2013-09-29 Thread gene
It is a recurrent question: Shapely is a Python module and not a QGIS plugin. Therefore you must use the terminal (Terminal.app) and not the QGIS python console to install shapely. If you use the QGIS version of Kyng Chaos, this version uses the default Apple Python (modules in /Library/Python/2.x