Re: [Qgis-user] Installation issue of nightly build on Ubuntu precise

2013-08-29 Thread Giovanni Manghi
 I can confirm that the nightly builds packages have been updated and that I
 can now install properly from the qgis repo.

the nightly repository to use on plain Ubuntu is ok, the one that
works together with the ubuntugis packages is not yet ok.

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


Re: [Qgis-user] Installation issue of nightly build on Ubuntu precise

2013-08-28 Thread Giovanni Manghi
 I was trying to install the nightly build on Ubuntu precise from qgis
 repo ( deb http://qgis.org/debian-nightly precise main) following the
 docs at http://hub.qgis.org/projects/quantum-gis/wiki/Download

 I am getting the following error on qgis install :
   qgis : Depends: qgis-providers (= 1.9.0+git20130821+392a877~precise1)
 but it is not going to be installed
 Depends: qgis-common (= 1.9.0+git20130821+392a877~precise1) but
 it is not going to be installed


 I am also getting similar dependency errors when using the nightly build
 from ubuntugis.


 Note that the stable version of qgis installs successfully.

 Has some one else experiencing this same issue recently?


see

http://lists.osgeo.org/pipermail/qgis-developer/2013-August/027951.html


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


Re: [Qgis-user] Using the SDA4PP plugin with QGIS Lisboa

2013-08-28 Thread Giovanni Manghi
 way to resolve this without another two days of head beating?

no, the plugin is not mantained, and there is a missing dependency on
Windows (rpy2) so the plugin does not work, as any other plugin we had
that used to work with R (Home Ranges, ManageR).

The alternative is to use R within SEXTANTE.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] OpenLayer plugin problem under PC named wit Latin/special characters

2013-08-07 Thread Giovanni Manghi
 Dear all,

 Every computer that I tried to install OpenLayer plugin in which the
 computer?s name uses special characters like ? ? ? ? etc I got error. As
 many times one put its own name on the computers like JO?O, TI?O, JOS?,
 OpenLayer not work properly. I observed that this happens because
 Python-Qgis communication change ? ? etc for other strings, so the right
 path can?t be found.
 Any tips of how bypass this without format the windows and rename the
 machine?

 Best wishes


This is a known bug in qgis 1.8 and has been fixed in qgis 2.0

cheers

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


Re: [Qgis-user] Why polygons created with Avoid intersections over lap their neighbors in Postgis?

2013-08-06 Thread Giovanni Manghi
Hi,

I can confirm this serious issue, see

http://hub.qgis.org/issues/8174


 Dear Paolo,

 I just notice this behavior a few days ago. Right now I can reproduce this
 problem:
 Using Qgis to draw polygons on a clean Postgis layer with Avoid
 Intersections turned on and check every time I create a new polygon, this
 is the number of polygons until an over-lap is detected: 4, 7, 6, 15, 7

 My postgis layer creation sql:
 CREATE TABLE polygon_layer
 (
   id serial primary key,
   geom geometry(MultiPolygon,3857),
 );
 CREATE INDEX polygon_layer_idx
   ON polygon_layer
   USING gist
   (geom);

 Over lap detecting sql:
 select a.id, b.id
 from
 polygon_layer as a
 inner join
 polygon_layer as b
 on st_overlaps(a.geom, b.geom)
 where a.id  b.id;

 My system versions:
 Client: Qgis 1.8 on Debian 7 64 bit
 Server: Postgis 2.0 on PosgreSQL 9.2, Ubuntu 12.04 64 bit

 Thanks.


 2013/6/26 Paolo Cavallini cavall...@faunalia.it

 Il 26/06/2013 05:04, Cao Minh Tu ha scritto:

  My question is: Is there an easier way to make Qgis Avoid
 intersections plays well
  with Postgis st_overlaps so I can avoid the other dreaded way?

 Dear Cao,
 I did not notice this problem for PostGIS layers. Could you please be more
 specific
 (which version of qgis? when exactly do you encounter this issue?). If
 confirmed,
 better solve it upstream, in qgis code, than fix it with ad hoc solutions
 (pg triggers).
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] sextante saga

2013-08-01 Thread Giovanni Manghi
Hi Matteo

 Hi,
 I also work on a ubuntu 12.04 and what you said is true. Repositories
 update Saga up to 2.1 that doesn't work with sextante.
 I solved installing the packages of 12.10. You can use Saga as
 standalone and via Sextante.

 Go on synaptic and remove the 4 packages:
 -saga
 -libsaga-dev
 - pytho-saga
 - libsaga

 Then go here http://www.ubuntuupdates.org/ and look for the same 4
 packages you removed, but choose those for quantal or raring (you will
 see version 2.0.8 available)
 Just download them as deb package and let your ubuntu install all the stuff.


thanks for the tip, but it doesn 't work for me as this packages are
built with the old libgdal library.

Even if it worked we need anyway a better solution as most of the
users need a simpler and more straightforward way to install the
packages.


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


Re: [Qgis-user] sextante saga

2013-07-30 Thread Giovanni Manghi
 THere is is that problem, but it currently affects just a few
 algorithms (althought it might get worse if there are more diffs
 between the syntax of other algoithms). I guess that is a minor issue
 compared with some people not being able to use SAGA at all.


Another problem is that it seems that most of Linux users (Ubuntu and
derivate) are without a working SAGA package. For example in ubuntugis
there is no precise (LTS) SAGA 2.0.8 package, and in the Johan Van de
Wauw PPA repository there is SAGA 2.1 but it is not working (see
http://hub.qgis.org/issues/8289#note-3 ), what/how we can do/help?
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Rasterize (vector to raster) no longer exists

2013-07-17 Thread Giovanni Manghi
 Does anybody know why some options are supressed on Mac/Linux version of QGIS?

Hi, I'm on Linux and rasterize is in the raster menu - conversions as
usual, maybe a local issue?

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


Re: [Qgis-user] Sextante plugin upgrade 1.0.9.1 fails

2013-07-12 Thread Giovanni Manghi
 while trying to upgrade on Qgis master (298f0c0) the sextante plugin from 
 1.0.9 to 1.0.9.1, I get the error message

 The plugin is broken. Python said:
 Cannot import name features

 Uninstalling Sextante via the plugin installer doesn't work as well.

 Anybody has got an idea?


on QGIS master you don't have to install sextante, it comes out of the
box. Remove any version you may have installed with the plugin
installer (check also inside .qgis2).

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


Re: [Qgis-user] Crash: merge shapefiles

2013-07-05 Thread Giovanni Manghi
Hi,


 As I've got loads of shapefiles, to define the .prj for each is not
 realistic (VectorDataManagement ToolsDefine Current Projection).  I've
 looked for a bulk process to create these but without luck

 Do I need prj files  if so, how can I create a load of them?


in QGIS master you can use SEXTANTE to batch process files, so you can
use the reproject layer tool, and get a copy of your shapes with a
proper .prj

Then to merge the shapes you can use QGIS, but I agree that is very
(very) slow for large shapes or large number of shapes.

The faster tool/code I tested is

http://gistncase.blogspot.pt/2012/05/python-shapefile-merger-utility.html

and it would be very nice to use it to replace the actual python code
of the merge shapefiles qgis tool, see

http://hub.qgis.org/issues/7208


cheers

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


Re: [Qgis-user] Fwd: How to use qgis to calculate location of wireless towers on a network

2013-06-16 Thread Giovanni Manghi
 Hi I found a tutorial to calculate the best location for fire observation
 towers 0] and I think something like that would help calculate the best
 location of towers wifi unfortunately is arcgis tutorial and so I consult
 if anyone has had a similar experience in qgis.

there is (was?) this plugin written in C++

http://www.qrap.org.za/

unfortunately the author never attempted to make it a core plugin, so
it wasn't really usable by most of the people as it requires
compiling. Not sure if it has been updated recently.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] qgis 2.0 does not respect labels' scale-based visibility option when opening existing 1.9 projects

2013-06-12 Thread Giovanni Manghi
Hi Duarte,


 Can someone confirm? What I'm seeing is QGIS not turning on this option, but 
 still maintaining the scale range values. It should open the project and keep 
 the scale-based visibility option turned on

it seems to work fine with new projects, maybe there is something
wrong with projects created before the labeling overhaul of the last
weeks. Can you confirm?

cheers

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


Re: [Qgis-user] GPS position

2013-06-10 Thread Giovanni Manghi
 I haven't done this - but here are some instructions for giving this a
 go under windows XP:
 http://hub.qgis.org/wiki/17/Connect_to_a_Bluetooth_GPS_for_live_tracking


See also

http://hub.qgis.org/wiki/quantum-gis/Gps_units_download_data_and_live_tracking

live tracking on Windows is pretty easy, if using a middleware like gpsgate.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Error Delete Duplicate Geometries in QGIS v1.9

2013-06-05 Thread Giovanni Manghi
Hi,

 Hi list, I'm building a model Sextante and I have an error with the Delete
 Duplicate Geometries  algorithm in QGIS v1.9 (OSGeo4W). In the version 1.8, I
 get the correct results for the example in the shapefile attached, I must get
 21 features and should not be 22 features.


what tool are you talking about?


 Is possible to include Eliminate tool Sliver polygons in Sextant? or can be
 installed LWGEOM in OSGeo4W?, This could help me in the duplicate
 features produced
 by overlay tools.

http://hub.qgis.org/issues/7696


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


Re: [Qgis-user] Error Delete Duplicate Geometries in QGIS v1.9

2013-06-05 Thread Giovanni Manghi
 Giovanni, the Tool is in Sextante Toolbox - QGIS geoalgorithms - Vector
 general tools - Delete duplicate geometries (attached screenshot). This
 tool does not work in version 1.9 Master, but if it works properly in
 version 1.8.

that tools is part of the mmqgis plugin, that should be shipped in
two versions, one of qgis 1.8 and the other for 1.9.

You may want to the plugin on  both versions, and if the tool works in
different ways then notice the author.



 Another question, is it possible to install the library LWGEOM in OSGeo4W?

it should be, but  don't know how.

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


Re: [Qgis-user] Internal Server Error when PDF printing from QGIS Web Client

2013-05-29 Thread Giovanni Manghi
  Any people out there with experience with QGIS Servers an Windows?

I don't run qgis server on Windows, but a few weeks back I made a few
tests and QGIS server master wasn't working at all, while 1.8 was
working. I filed a ticket then.


cheers


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


Re: [Qgis-user] ftools union issue: duplicating polygons

2013-04-14 Thread Giovanni Manghi
Would you mind adding your notes and data here

http://hub.qgis.org/issues/4567

thanks

-- Giovanni --

 Hello all:

 I'm having some problems using union from fTools 0.6.2, specifically with 
 Union.

 I have three polygon layers:
 a municipality area
 1980 urban areas
 1990 urban areas

 The first union process (1990 + municipal polygon) was OK.

 Then the second union gave me problems.
 It seems that union produced duplicated polygons.  I could see that when 
 using transparency.
 This map should be equally transparent.

 I made two simple fake polygons over the same area and it went well with 
 union.

 I've enclosed the shapefiles if anyone is interested in this issue.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Orfeo-Tollbox plugin

2013-03-17 Thread Giovanni Manghi
The right way to use OTB in QGIS is now by using Sextante. On Windows
just use the osgeo4w installer to install qgis-dev (it has the latest
sextante code) and otb-bin, then just configure sextante (inside QGIS)
with the proper paths to the OTB folders.

cheers

-- Giovanni --

 Dear All,

 Do You have any experience with Orfeo Toolbox plugin in QGIS? It needs
 the OTB packages (pkg-otb-bin: Orfeo Toolbox applications;
 pkg-otb-python: Orfeo Toolbox python API to applications) but I have
 problems to fing the right way to install it on Win7.
 It seems so easy:
 http://wiki.orfeo-toolbox.org/index.php/Quantum_GIS_access_to_OTB_applications
 All the available web pages recommend to use the Osgeo4w installer but
 I do not know how to get it. Osgeo installer does not offer the required
 OTB packages. I know that I am doing something wrong but have not any
 experience with it.
 A step by step guide would be the most apprciated as the trial and
 error solution was not successful for me ... on how to install OTB on
 win7. ... and to force it to work within QGIS.

 Thank You in advance,
 Szilard
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Hotlink Plugin

2013-03-12 Thread Giovanni Manghi
You don't need any plugin, there is a core function called actions.

Here

http://docs.qgis.org/html/en/docs/user_manual/working_with_vector/vector_properties.html#actions-tab

you will find the exact example you are looking for.


 ? I have a quarter degree grid index which represents individual geotiffs. 
 One square in the grid represents a topomap (1:50,000) and has a geotiff. I 
 want to use the hotlink in QGIS to trigger the geotiff of each square when I 
 click on a square in the grid. Therefore, by clicking in a square in the grid 
 will load the geotiff of that particular square.
 ?
 ? Thank you in advance
 ?
 ?? Dalton Hone
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Offline editing plugin error

2013-03-07 Thread Giovanni Manghi
Hi,

what qgis version are you using, from what I can see in qgis
1.8/master the tool is pretty much broken (it works on qgis 1.7.4)

http://hub.qgis.org/issues/6146

cheers

-- Giovanni --

 Hi Guys,

 Been using this wonderful plugin for a while now but recently i have been
 having problems when syncronising my data back to my postGIS database.

  When i sync it this error props up

 
 ERROR:244 Attribute value(s) changes not applied

 Provider errors:
 PostGIS errors while changing attributes: ERROR: invalid input syntax
 for integer

 LINE1:UPDATE EPC_ASSETS. EPC_POLE SET TELCO_COUNT =  WHERE = f...
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] QGIS 1.8 - using wms with tiles option drops transparent=true from request

2013-03-07 Thread Giovanni Manghi
should be fixed in master(?)
http://hub.qgis.org/issues/3981



 Can someone else reproduce this?

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


Re: [Qgis-user] No phyton plug in on Quantum gis on Master Nightly fo Ubuntu

2013-02-25 Thread Giovanni Manghi
Hi,


 Il 25/02/2013 12:14, Fabio De Francesco ha scritto:
 Have problems installing Quantum gis on Ubuntu,

 I have copied on Source lists the Nightly build of Quantum GIS and enabled
 the pakages with keyring.

 After I have donethe following command apt-get install -f

 Why -f? You shouldn't, unless you have very good reasons, and know what you 
 are doing.
 All the best.


I also upgraded now with the nightly repo on Ubuntu 12.04 and I
confirm that python support is broken.

cheers!

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


Re: [Qgis-user] Can`t open WMS-2

2013-02-25 Thread Giovanni Manghi
 Have you set up the QGIS network/proxy settings correctly?
 Is QGIS setup to be allowed through the Windows firewall?

look into general properties, in the last tab, network.


 How do I set up the QGIS network/proxy settings correctly?

see above





 Thx in advance.. as I said I can open them with ArcGIS Explorer without any 
 problem..

again, can you post here the URL of the WMS server you can't connect?

cheers!

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


[Qgis-user] wiki page on GPS units and QGIS (data download and live tracking)

2013-02-21 Thread Giovanni Manghi
Hi all,

I shared my notes about downloading data and live tracking from/with
GPS units/dataloggers and QGIS on both Linux and Windows.

http://hub.qgis.org/wiki/quantum-gis/Gps_units_download_data_and_live_tracking

It would be great if someone else will add  notes for other devices (I
tested 3 different models) and/or other OSes like OsX.

cheers

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


Re: [Qgis-user] New icon for GPX Tools wanted

2013-02-21 Thread Giovanni Manghi
 I find it somewhat unlogical that GPX Tools and Add new GPX Layer
 share the same icon. I would rather support to have GPX Tools to have
 a visibly different icon, for example without the green cross that all
 Add Layer! icons have.


it would be possible also to fix the icons of the

merge selected features

and

merge attributes of selected features

tools? now are the same, one beside the other in the same toolbar.


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


Re: [Qgis-user] wiki page on GPS units and QGIS (data download and live tracking)

2013-02-21 Thread Giovanni Manghi
 Your notes include Garmin 60 directions.  Life gets a lot easier with the
 newer Garmin 62 series:  If you plug your USB cable between the unit and your
 computer, the unit shows up as yet another mounted memory device (at least
 in MacOS X).  You can just copy the GPX files to wherever you want them
 on your computer.  Perhaps there are other GPS units that work this way

http://hub.qgis.org/wiki/quantum-gis/Gps_units_download_data_and_live_tracking#Download-of-pointstracks-and-USB-GPS-units-with-SD-or-micro-SD-cards
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Radiotelemetry triangulation data into QGIS

2013-02-21 Thread Giovanni Manghi
 Message: 2
 Date: Thu, 21 Feb 2013 16:09:42 -0300
 From: Milton Cezar Ribeiro miltinho.astrona...@gmail.com
 To: qgis-user qgis-user@lists.osgeo.org
 Subject: [Qgis-user] Radiotelemetry triangulation data into QGIS
 Message-ID:
 CADkzOEWxd=xcxns0sf1zrju5_rsrxfcmxufhw5vr3+o7n1x...@mail.gmail.com
 Content-Type: text/plain; charset=ISO-8859-1

 Dear all

 I have a set of field surveyed data for a species, and the data are
 triangulation-based such as utm for each reading, and azimute (bean),
 and at least three reading for each species position on space and
 time.

 I knwow that if I have utmx and y I can use AniMove, also adehabitat
 family within R, but unfortunatelly it is not the case.

 Any idea of how can I convert my utm-xy and azimultes on species position?


use the triangulation plugin, it was made exactly for this purpose.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Windows 8 experiences

2013-02-20 Thread Giovanni Manghi
 Can anybody confirm now that QGIS is working on Windows 8?
 Also on a multitouch tablet?
 That would be an alternative to Android Tablets.

I have tested qgis on a Windows 8 tablet, and it works fine, but there
is no multi-touch as the proper navigation tool seems to be available
only on qgis for android.


cheers

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


Re: [Qgis-user] QGIS 1.9 problem

2013-02-16 Thread Giovanni Manghi
 I have a problem - every time I try to do something with my project, the
 QGIS is closing. It is mostly when I have GRASS plugin switched on, but
 sometimes even switching it off desn't help. I cannot do anything, like
 creating a new layer, changing the attribute table of existing layers or
 even sometimes looking inside it. The curious thing is that sometimes some
 functions are working, but sometimes they are not. I am working on Ubuntu
 12.04.

maybe http://hub.qgis.org/issues/7140 ?
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Can`t open WMS

2013-02-16 Thread Giovanni Manghi
 Hello: If someone could help me with this: I can`t open any WMS .. I`ve tried 
 many and I can`t. I can open them with ArcGIS Explorer. I create the 
 connection, and try to connect but it gives me: Could not understand the 
 response.  The wms provider said:
 Download of capabilities failed: Connection refused QGis1.8 and W7 in an 
 enterprise environment..

can you post a URL?
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] QGIS version: 1.9.0-Master Master, 2a4d79d - plugin error OpenLayers

2013-01-23 Thread Giovanni Manghi
 known problem, the plugin has to be updated to qgis-dev changes.

the patch yet to be applied is here

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


Re: [Qgis-user] Problem with Openlayers Plugin on Master

2013-01-09 Thread Giovanni Manghi
 known issues, the plugins shouold be updated following the API changes in 
 QGIS.
 patches welcome.

afaik a patch for this issue has been submitted, but not applied.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] How to transform a selected multipart feature into singlepart features during a edit session in QGIS? [SOLVED]

2013-01-01 Thread Giovanni Manghi
 Next steep will be to make a plugin out of it... Or at least, try to!

nice work Alexandre,

why not trying to make a core editing tool out of it instead of a plugin?

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


Re: [Qgis-user] OTB issues

2012-11-10 Thread Giovanni Manghi
Hi,

 I am new using the QGIS and now I have to prepare some backscatter imagen
 processing using OTB and for some reason  when I installed the QGIS I am
 having this message of error.

 [image: Inline image 1]

 Can I have some help, I am trying to this this for more than 3 days without
 success.

you have to do what is written in the error message, check the
sextante log (look in the analysis menu, log entry) to understand
what is going on. Probably you haven't configured properly the
sextante folders (again, look in the configuration in the analysis
menu).

I would suggest also to try qgis master with osgeo4w, it has the
latest Sextante features/fixes.

Cheers

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


Re: [Qgis-user] [Ubuntu] MrSID for QGIS 1.8 in Ubuntu Precise

2012-09-14 Thread Giovanni Manghi

 see the text in bold at  http://gdal.org/frmt_mrsid.html

I believe he is referring to the lack of the libgdal-mrsid package,
available for older Ubuntu releases in the ubuntugis repository.

Cheers

-- Giovanni --

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


Re: [Qgis-user] Vector Analysis / Distance Matrix - did not work in both directions

2012-09-07 Thread Giovanni Manghi

 
 when it should have come out something like:
  
 ID
 ID2
 Distance
 E01029870
 D83001
 460
 E01029870
 D83056
 546
 E01029870
 D83037
 345
 etc.
 
 
  
 The source and target codes are in bold and are unique identifiers in
 their respective tables.


please file a ticket and attach sample data





 When I tried again with the limit on B to A set to 5 (same as for A to
 B), the plug-in failed with message below:
  
 An error has occured while executing Python code:
 Traceback (most recent call last):
   File C:\PROGRA~1\Quantum GIS Lisboa\apps\qgis\python\plugins\fTools
 \tools\doPointDistance.py, line 140, in accept
 self.compute(point1, point2, field1, field2, outPath, matType,
 nearest, self.progressBar)
   File C:\PROGRA~1\Quantum GIS Lisboa\apps\qgis\python\plugins\fTools
 \tools\doPointDistance.py, line 179, in compute
 f = open(unicode(outPath), wb)
 IOError: [Errno 13] Permission denied: u'C:/Documents and
 Settings/Roy/My Documents/Roys/EAC/CAMHS/Suffolk data/LSOA GP
 distances.csv'


it says Permission denied: u'C:/Documents and Settings/Roy/My
Documents/Roys/EAC/CAMHS/Suffolk data/LSOA GP distances.csv, are you
sure to have the right permissions on the file?

cheers

-- Giovanni --

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


Re: [Qgis-user] QGIS Server

2012-09-07 Thread Giovanni Manghi

 The Apache-Server is working, how can I proof if the QGIS-Server is working?

you should see this message

ServiceExceptionReport version=1.3.0ServiceException
code=OperationNotSupportedPlease check the value of the REQUEST
parameter/ServiceException/ServiceExceptionReport

when pointing to (example)

http://localhost/cgi-bin/qgis_mapserv.fcgi

 I can't find anywhere this file: qgis_mapserve.fcgi

under Windows should be qgis_mapserv.fcgi.exe

(and it works out of the box after installing it with osgeo4w).

cheers

-- Giovanni --

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


Re: [Qgis-user] Plugins

2012-09-03 Thread Giovanni Manghi
On Sun, 2012-09-02 at 18:54 -0700, Federico Nadela wrote:
 I am unable to install the following plug-ins as they are not listed
 in the available list:
 1. Point sampling tool
 2. Contour
 Please advise where I can get them. They are mentioned in How to
 sample raster data sets using points in QGIS and  How to generate
 contours using point data in QGIS. Thanks

Post:

qgis version
operating system
error messages
 
 From: Zoltan Szecsei zolt...@geograph.co.za
 To: qgis-user@lists.osgeo.org 
 Sent: Sunday, September 2, 2012 6:11 PM
 Subject: Re: [Qgis-user] Display of Contour Map
 
 
 Press F1  or go to http://www.qgis.org/en/documentation.html
 
 
 On 2012/09/01 01:39, Federico Nadela wrote:
 
  I  now have the .shp file of the contour map on the Layers
  (left) sideboard. How do I go about displaying the contour map? I
  noticed that when I clicked on the .shp file that there are many
  Layer Properties to be filled in. What would be the parameters be to
  display a contour map?
  Federico M. Nadela
  
  
  From: Zoltan Szecsei mailto:zolt...@geograph.co.za
  To: Federico M Nadela mailto:fmnad...@yahoo.com 
  Cc: qgis-user@lists.osgeo.org 
  Sent: Friday, August 31, 2012 7:17 PM
  Subject: Re: [Qgis-user] QGIS Contour Generation
  
  
  Hi Federico,
  Please email the list, and not the person directly.
  The purpose of lists is to pool knowledge, not to give courses, so
  all conversations relevant to the list should stay with the list.
  
  Judging by your unfamiliarity with raster and vector data formats,
  it seems like you need deeper knowledge about what you are doing,
  rather than just assistance with the use of QGis.
  
  I don't have any URLs I can suggest for this, but perhaps someone
  else on this list can help.
  
  Kind regards,
  Zoltan
  
  
  On 2012/08/31 12:29, Federico M Nadela wrote:
  
   Dear Zoltan,
   Many thanks for your prompt reply. I have not used shape file
   before so you have to walk me through. My DSM is in .tiff format.
   Can I use that instead of .shp?
   Please give me a sample of an acceptable output file. Thanks!
   Federico 
   
   Sent from my iPhone
   
   On Aug 31, 2012, at 14:47, Zoltan Szecsei zolt...@geograph.co.za
   wrote:
   
   
On 2012/08/31 08:36, Federico Nadela wrote:

 I have reached as far as the Contour tab but unable to specify
 an acceptable output file path in the Output file for contour
 lines(vector). I tried to input
 C:/User/Fritz/Documents/Temp.shp but got an error message that
 says it is not a directory. I tried other paths but they were
 all unacceptable. Please advise. Thanks!
 Federico M. nadela 
 
 
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
Yep, true - if your 'Temp.shp' is not a DIRECTORY within your
documents folder.

What you and I call shapefiles is actually a group of 3 or
more files that are needed by ESRI and other GIS products that
use 'shapefile format'

For this reason you must specify the name of an existing
directory, and not a filename that you want to create.

Are you sure the other paths you tried existed and were
actually directory names?

HTH,
Zoltan


-- 

===
Zoltan Szecsei PrGISc [PGP0031]
Geograph (Pty) Ltd.
P.O. Box 7, Muizenberg 7950, South Africa.

65 Main Road, Muizenberg 7945
Western Cape, South Africa.  

34° 6'16.35S 18°28'5.62E 

Tel: +27-21-7884897  Mobile: +27-83-6004028
Fax: +27-86-6115323 http://www.geograph.co.za/
===
___
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 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] Creating simple choropleths in Q1.8

2012-09-02 Thread Giovanni Manghi

 
 I hope a future manual will mention this, as it affects everything

feel free to send a patch to add this note to the manual.

cheers

-- Giovanni --


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


Re: [Qgis-user] Blinking white polygon over othophoto digitizing on linux

2012-09-01 Thread Giovanni Manghi
On Fri, 2012-08-31 at 13:04 +0200, Gaspar Segués wrote:
 Hi!
 
 
 When I digitize a line/polygon in linux/ubuntu a white rectangle
 appears over the orthophoto, in the form of the figure, that blinks as
 I move the cursor making dificult to continue. That don't happens when
 I work with qgis on windows.
 
 
 What's the reason? VGA driver?

it is a known issue under Linux that has a workaround in qgis master

options - rendering - enable back buffer

cheers

-- Giovanni --

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


Re: [Qgis-user] null values and color table from grass rasters

2012-09-01 Thread Giovanni Manghi

 Multiplying the raster by 1.0 in grass (r.mapcalc) solved the problem. 
 The new map now has null values recognised by QGIS and so displayed 
 transparent.

this issue should have been solved in qgis master, please give it a try

cheers

-- Giovanni --

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


Re: [Qgis-user] Trouble with overlay in 1.8.0

2012-08-31 Thread Giovanni Manghi
Ftools become core a while ago, is not anymore a plugin, so it is not
installed inside .qgis
On Aug 31, 2012 12:18 PM, Roxette lucy.crad...@ed.ac.uk wrote:

 I agree, most of the plugins are in that folder. However, for 1.8, the
 fTools
 plugins are NOT in that folder! They are contained within the application
 (right click on QGIS in the applications folder, choose 'show contents',
 navigate to something called 'resources' and the fTools and GdalTools
 plugins are in there instead. They are *definitely not* in the normal
 plugins folder.

 Current problem is that the permissions in the application won't let me
 save
 changes to these files



 Noli Sicad wrote
 
  For Mac OS X, qgis plugins are in:
 
  Finder - Go
 
  ~/.qgis
 
  Then, have a look at python/plugins folder.
 
  Noli
 
 
 
  On 8/31/12, Roxette lt;lucy.cradden@.acgt; wrote:
  Found it! I found someone who knows how Macs install things...and where
  they
  put their packages :-)
 
  Thanks for the help
  Roxette
 
 
  I'm afraid I still cannot find FTools in
  /installation-directory-qgis/python/plugins. Like I said, all the other
  plugins are in that directory, but not FTools. I understand how to apply
  the
  patch, but only when I can find the file that requires the patch!
 
  Roxette
 
 
 
 
 
 
  --
  View this message in context:
 
 http://osgeo-org.1560.n6.nabble.com/Trouble-with-overlay-in-1-8-0-tp4998524p4999031.html
  Sent from the Quantum GIS - User mailing list archive at Nabble.com.
  ___
  Qgis-user mailing list
  Qgis-user@.osgeo
  http://lists.osgeo.org/mailman/listinfo/qgis-user
 
  ___
  Qgis-user mailing list
  Qgis-user@.osgeo
  http://lists.osgeo.org/mailman/listinfo/qgis-user
 




 --
 View this message in context:
 http://osgeo-org.1560.n6.nabble.com/Trouble-with-overlay-in-1-8-0-tp4998524p4999038.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 mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Fwd: wktraster with Postgis 2.0 in QGIS 1.9 on Linux Mint Maya

2012-08-30 Thread Giovanni Manghi
There are 2 nightly repos, one uses ubuntugis packages, including the
latest gdal.
On Aug 30, 2012 1:51 PM, Mauricio de Paulo mauricio@gmail.com wrote:

  Don't quote me on this, but I have a memory of the nightly ppas not
 being linked against the latest gdal released.

 Mauricio C. M. de Paulo
 Engenheiro Cartógrafo
 Mestrando em Sensoriamento Remoto (INPE)

 On 08/30/2012 09:42 AM, Brian Fitzgerald wrote:

 Yeah... I've been using the nightly ppas

 
 Brian Fitzgerald
 bkf...@gmail.com
 803-426-3469
 Sent from my mobile phone
 
 On Aug 30, 2012 8:39 AM, Etienne Tourigny etourigny@gmail.com
 wrote:

 Hi,

 If you want the nightlies ( which I don't recommend for production)
 you should be using these (and only these)

 deb http://qgis.org/ubuntugis-nightly precise main
 deb-src http://qgis.org/ubuntugis-nightly precise main
 deb http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu
 precise main

 For a more stable, but still recent, use ubuntugis-unstable (only)

  remove other repos, and remove anything related to qgis (including gdal)

 sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
 sudo apt-get update
 sudo apt-get install qgis

 On Wed, Aug 29, 2012 at 5:25 PM, Brian Fitzgerald bkf...@gmail.com
 wrote:
  Scratch previous email... I just went to QGIS - about and found that
 QGIS
  is Compiled against GDAL/OGR 1.7.3 even though I installed the 1.9
 GDAL
  libaries before I install QGIS.  Now what?
 
 
 
 
 
 
  On Wed, Aug 29, 2012 at 4:22 PM, Brian Fitzgerald bkf...@gmail.com
 wrote:
 
  How do I figure out what version of GDAL my QGIS is using... I
 reinstalled
  everything (QGIS nightlies, gdal from the unstable-gis ppas, postgres
 and
  postgis) and am running into the same problem.  I checked in Synaptic
 and
  see both 1.7 and 1.9 gdal libraries installed.
 
  Thx for all your help!
 
  - Brian
 
 
 
 
  On Tue, Aug 28, 2012 at 3:29 PM, Mauricio de Paulo
  mauricio@gmail.com wrote:
 
  Hi, Brian and Etienne.
  Well, GDAL 1.7.3 was one of the first efforts to read postgis raster,
  back in the release candidate days. A few months before the release of
  postgis 2.0 there was a major change in the raster storage and some
 code was
  discontinued. GDAL 1.9.0 was the first release after postgis 2.0 was
  released so it's the first version that is compatible.
 
  Fortunately, vector data is a mature standard inside postgis and
 didn't
  suffer any major changes that could break previous working code.
 
  Even though we were all notified by these changes, some of our
 previous
  work doesn't work with the current version. It was a huge improvement
 in
  raster storage and metadata retrieval, so we have to cope with it.
 
  I'm releasing the new plugin version with the weak loader tonight. It
  should be enough to upload one untiled raster with no overviews to the
  database.
 
  I'm using ubuntugis' repositories. The gdal package available on it is
  version 1.9.1 so you might want to try those binaries, since they work
  pretty well.
 
  All the best,
 
  Mauricio C. M. de Paulo
  Engenheiro Cartógrafo
  Mestrando em Sensoriamento Remoto (INPE)
 
  On 08/28/2012 04:17 PM, Brian Fitzgerald wrote:
 
  I'm showing GDAL version 1.7.3-6 in Synaptic... so that could be my
  problem... but wouldn't I also be experiencing loading postgis 2.0
 vectors?
 
  - Brian
 
  On Tue, Aug 28, 2012 at 3:01 PM, Mauricio de Paulo
  mauricio@gmail.com wrote:
 
  Hi Brian,
  I downloaded the sample data and imported to my database and it
 seems to
  work pretty well. I'm using QGIS 1.8, postgis 2.0, postgres 9.1.5,
 gdal
  1.9.1 on ubuntu 12.04.
 
  Sorry for my ignorance but what GDAL version is being released with
  linux mint? I couldn't find anywhere online.
 
  The plugin heavily relies on GDAL to perform the visualization so you
  need the latest GDAL available to get a decent performance.
 
  From my first tests I can say that GDAL 1.9.1 has greatly improved
  performance and the next versions should improve even further. The
 fastest
  visualization that I have achieved with version 1.9.1 is with single
 tiled
  raster files. Unfortunately I wasn't able to get GDAL to use
 overviews so
  far, but Jorge (GDAL's postgis raster developper) is researching on
 this
  subject.
 
  GDAL versions bellow 1.9 should not be able to read postgis 2.0.
 
  Unfortunately, since postgis 2.0 release, the python loader was
  discontinued in postgis source. Recently I have started to make the
  necessary changes starting from the old code to get it to work. I
 don't know
  if this is going to be a good solution but it seems possible. I'm
 trying to
  avoid the platform-dependent compilation that postgis' raster loader
 has in
  version 2.0 now that it's being entirely written in C. In the future
 I
  should probably release a simple uploader with the plugin, without
 all those
  options until I'm certain that everything is working 

Re: [Qgis-user] lenght and height of legend box in print composer

2012-08-27 Thread Giovanni Manghi
Hi Stefano,

in what version of qgis? 1.8? master? both?

cheers

-- Giovanni --

On Sun, 2012-08-26 at 18:31 -0700, skampus wrote:
 it seems that dimensions of legend box in print composer are setted by
 deafult as the best for fit text and symbols.
 when i change some elements, as text for example, the dimensions come back
 to originals.
 this situation comes also when the layout is re-open and legend box is
 blocked
 is it a bug or do i have to set anything?
 thank you all
 
 
 
 --
 View this message in context: 
 http://osgeo-org.1560.n6.nabble.com/lenght-and-height-of-legend-box-in-print-composer-tp4997972.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 mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] question on the calculation of the distance between points

2012-08-27 Thread Giovanni Manghi
The standard NxT matrix works fine here. Can you share a sample of
your data?

cheers

On Sun, 2012-08-26 at 22:35 +0200, Sergio Vignali wrote:
 Ok, but I can't see the results. When I open the csv file there are
 strange symbols. I use libreoffice.
 
 2012/8/26 Giovanni Manghi giovanni.man...@faunalia.pt
 Vector menu, distance Matrix tool
 
 On Aug 26, 2012 9:17 PM, Sergio Vignali
 vignalisergi...@gmail.com wrote:
 
 
 Hello, maybe the question is common!
 I have a shp with different points and I want to
 calculate the distance between all the point. Is there
 a simple way to do it with QGis?
 
 
 Regards
 -- 
 Sergio Vignali
 CERM Centro Rapaci Minacciati
 (Endangered Raptors Centre)
 
 
 
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
 
 
 
 
 
 -- 
 Sergio Vignali
 CERM Centro Rapaci Minacciati
 (Endangered Raptors Centre)
 


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


Re: [Qgis-user] question on the calculation of the distance between points

2012-08-26 Thread Giovanni Manghi
Vector menu, distance Matrix tool
On Aug 26, 2012 9:17 PM, Sergio Vignali vignalisergi...@gmail.com wrote:


 Hello, maybe the question is common!
 I have a shp with different points and I want to calculate the distance
 between all the point. Is there a simple way to do it with QGis?

 Regards
 --
 Sergio Vignali
 CERM Centro Rapaci Minacciati
 (Endangered Raptors Centre)


 ___
 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] possible bug with delimited text importer in Q1.8?

2012-08-24 Thread Giovanni Manghi
On Fri, 2012-08-24 at 08:02 +0100, Roy Marsh wrote:
 Hi
  
 I have built a project with some imported text layers and varios other
 layers
 It started OK but now crashes Q1.8 every time I try to open the
 project

are all the csv layers still reachable by the project?

this

http://hub.qgis.org/issues/5832

has already been fixed in master.

cheers

-- Giovanni --


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


Re: [Qgis-user] qgis master crashes

2012-08-24 Thread Giovanni Manghi
Anyway you should always expect something wrong in the master release :)
On Aug 24, 2012 3:52 PM, skampus stefano.cam...@regione.piemonte.it
wrote:

 sigh...
 now it's impossible to apply a template to a new layout...crashh
 let's go ticketing...




 --
 View this message in context:
 http://osgeo-org.1560.n6.nabble.com/qgis-master-crashes-tp4997651p4997660.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 mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] QGIS1.8 on WIndows 7: QtCore

2012-08-23 Thread Giovanni Manghi
On Thu, 2012-08-23 at 09:57 +0200, Peter Löwe wrote:
 Hi,
 
 installing Q1.8 on a 64bit Windows 7 resulted in a new entry point / 
 QtCore4.dll error. Is there a documented workaround to solve this ?
 
 The wroclaw-version sued to run happily on the affected Windows system :-/

look for another copy of the same library in your system, especially in
folders like system32. If you find anyone then rename it and you should
be fine (obviously the evil program that installed the dll in that
folder will stop to work).

cheers


-- Giovanni --

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


Re: [Qgis-user] Slow rendering of vrt

2012-08-23 Thread Giovanni Manghi
http://trac.osgeo.org/gdal/wiki/CatalogueForQIS

it would be very nice to have this added as tool directly in QGIS...

cheers


-- Giovanni --


On Thu, 2012-08-23 at 11:27 +0300, Micha Silver wrote:
 Hello all:
 
 I have a batch of over 100 raster tiles in ecw format. Each is 50 -
 100 MB in size. When I choose 20 or so files to load they appear
 (render) very quickly - in a matter of a few seconds or less. If I
 create a vrt of that same batch of tiles, it takes a long time to
 first render - upwards of 15 - 30 seconds.  Once the vrt is loaded
 response is excellent (zooming, etc). But that initial delay is a bit
 annoying. Anything I can do to improve it? (QGIS 1.8, Win 7 64 bit)
 
 Many thanks, 
 Micha
 
 -- 
 Micha Silver
 052-3665918
 ___
 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] Dissolve function with various modules

2012-08-20 Thread Giovanni Manghi

 1) saga
 two options used (with inner boundaries and without): the boundaries still
 exist


this doesn't work, but the issue seems this one

http://hub.qgis.org/issues/5946

that you filed. In native SAGS it works.



 
 2) ftools: the resulting polygon is empty
 Dissolve instance has no attribute 'myParam'
 Traceback (most recent call last):


ftools works for me (with your input layer) both in sextante and
directly from the vector menu.



 3) grass: it seems that it does the work but an error occurs at the end
 the configuration region is set as default, use min covering region
 activated


GRASS dissolve works for me, in both Sextante and the QGIS/GRASS plugin.


cheers

-- Giovanni --

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


Re: [Qgis-user] Add 3rd party repos button?

2012-08-20 Thread Giovanni Manghi
On Fri, 2012-08-17 at 19:05 +0100, Peter Cornelissen wrote:
 I agree, it took me ages to find the repository.OpenLayers plugin...
 Peter

On the contrary we should stimulate more the plugins developers to
migrate their tools in the new repository

http://woostuff.wordpress.com/2012/08/07/dont-forget-to-migrate-your-qgis-plugins/

there are a lot of advantages, both for the developers and for the
users.

Just my 2c.


cheers

-- Giovanni --


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


Re: [Qgis-user] Georeferencing fail at picture 2

2012-08-17 Thread Giovanni Manghi
On Thu, 2012-08-16 at 18:46 +, Lene Fischer wrote:
 Today I gave my first lesson in georeferencing using QGIS. 
 32 university students working with succes. Easy to use and great
 results. It went so fast, that I gave them assignment number two. And
 then it all crashed :-O
 

this means that qgis crashed (from the following description?


 
 After setting the first point a point and line was shown - as view of
 an error. And in the GCP table dX, dY and residual pixel all had great
 errors.
 
 
 If we tried to activate Start Georeferencing - nothing happend. 
 Then by using Settings we could force the program to continue - but
 the result was a stretch map -which was useless.
 
 
 As I see it - the program remember the point made in the previous map,
 and calculate with these.
 Has anyone noticed this behavior?


If the issue is the same of the one described here

http://hub.qgis.org/issues/4310

it should have been fixed in qgis 1.8. What version are you using?

cheers

-- Giovanni --

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


Re: [Qgis-user] problems making grass training map via qgis

2012-08-16 Thread Giovanni Manghi

 Paolo, what is OTB if sextante is gvSIG 'module'?


OTB is Orfeo toolbox

http://www.orfeo-toolbox.org/otb/


Sextante (that is not just a gvsig module) is not available natively for
QGIS as python plugin, and it works (among the other things) as a
bridge for GRASS, SAGA, R, OTB, Lastools, and a number of native QGIS
tools (gdal tools, ftools, mmqgis, etc.)

cheers

-- Giovanni --

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


Re: [Qgis-user] problems making grass training map via qgis

2012-08-16 Thread Giovanni Manghi
  The full options for v.to.rast (not available in the QGIS GRASS
 plugin, only in GRASS itslef)

In QGIS you can open the GRASS cli and type the command name (ex:
v.to.rast) with no options and press enter. The native wxpython GRASS
gui of that particular command will open, so this way you will have
access to the full options module gui inside qgis.

cheers

-- Giovanni --

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


Re: [Qgis-user] Different font styles for different label classes

2012-08-16 Thread Giovanni Manghi

 
 Can QGIS do this?


you need the rule based labelling, the label equivalent of the rule
based style.

There is a feature request open, and if I'm not wrong there is someone
already working on it. Better ask in the dev mailing list.


cheers

-- Giovanni --

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


Re: [Qgis-user] Transparency for vector layer

2012-08-15 Thread Giovanni Manghi
Select the classes and then right click to get a dialog that includes the
transparency option. The overall transparency slider is missing, but there
is a feature request already filed.
On Aug 15, 2012 2:44 PM, Jonathan Moules 
jonathanmou...@warwickshire.gov.uk wrote:

 Hi,
 I know you get set a vector layer's transparency if it is symbolised using
 a single Symbol, however I can't seem to find any way to make
 Categorized or Graduated styled layers transparent. Is this possible?
 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] sobre vector resumen

2012-08-15 Thread Giovanni Manghi
In english would be better
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] QGis crashes when loading unprojecter layer

2012-08-13 Thread Giovanni Manghi

 Any suggestions?

can you share a sample of your problematic data?


cheers

-- Giovanni --

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


Re: [Qgis-user] Problems with Custom CRS

2012-08-13 Thread Giovanni Manghi

 I work on Ubuntu (12.04) with QGIS 1.8.0 with GDAL 1.9.1.

I just tested here (I'm on ubuntu 12.04 too) and it works fine.

cheers

-- Giovanni --

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


Re: [Qgis-user] QGis crashes when loading unprojecter layer

2012-08-13 Thread Giovanni Manghi
On Mon, 2012-08-13 at 02:59 -0700, zbynek wrote:
 any data without .prj file attached will cause the crash, also clicling
 Project Properties (with or without loaded data) will cause the trouble

just tested here on both 1.8/master and linux/windows and no problems
whatsoever.

cheers

-- Giovanni --


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


Re: [Qgis-user] Qgis 1.7.4 digitizing

2012-08-13 Thread Giovanni Manghi
On Mon, 2012-08-13 at 12:18 +0100, David wrote:
 I need to amend an existing shape file by making a line across an
 existing polygon.  The user manual has a 'capture line' button but I
 can't find it on the toolbar.

you cannot add lines into a polygon layer.

If you need to split a polygon look for the split features tool in
advanced digitizing toolbar.

cheers

-- Giovanni --


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


Re: [Qgis-user] Black border in raster files

2012-08-12 Thread Giovanni Manghi
Dear Manuel,

in the raster properties choose stretch and clip to min/max (in the
contrast enhancement option) to remove the black frame. Unfortunately
it will work only for the grayscale color ramp, as with the others you
will hit a known issue that affects the transparency of nulls values (or
values defined as null). Hopefully this issue will be fixed in the dev
version of QGIS as the rasters are being overhauled.

cheers


-- Giovanni --

On Sat, 2012-08-11 at 10:21 -0600, Manuel Spínola wrote:
 Sure Giovanni.
 
 
 Best,
 
 
 Manuel
 
 2012/8/11 Giovanni Manghi giovanni.man...@faunalia.pt
 
 
  Any other suggestion?
 
 
 
 can you share the data?
 
 
 
 
 
 
 -- 
 Manuel Spínola, Ph.D. 
 Instituto Internacional en Conservación y Manejo de Vida Silvestre 
 Universidad Nacional 
 Apartado 1350-3000 
 Heredia 
 COSTA RICA 
 mspin...@una.ac.cr 
 mspinol...@gmail.com 
 Teléfono: (506) 2277-3598 
 Fax: (506) 2237-7036 
 Personal website: Lobito de río 
 Institutional website: ICOMVIS
 


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


Re: [Qgis-user] XYtools needs Excel python modules

2012-08-12 Thread Giovanni Manghi

 Are there Windows users who have XYTOOLS installed and reading in Excel files?

sorry, I didn't followed the discussion, but have you installed the
needed python modules with the same osgeo4w installer, as described
here?

http://gis.stackexchange.com/a/31319/2912

cheers

-- Giovanni --

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


Re: [Qgis-user] printing pie diagrams

2012-08-12 Thread Giovanni Manghi

 also, is there the possibility to add the legend of this pie diagrams?
 i mean the name of classes in the pie and the value of each class


work is being made on diagrams, see

http://lists.osgeo.org/pipermail/qgis-developer/2012-August/021685.html


cheers

-- Giovanni --

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


Re: [Qgis-user] manageR doesn't work well

2012-08-12 Thread Giovanni Manghi
  It is my impression, however, that
 this alternative is not intended to be as user-friendly
 as manageR.

are two different things (as far as I understand): manageR was intended
to provide a R work environment inside QGIS. SEXTANTE R support is aimed
to allow R scripts (possibly as part of a larger model including other
tools).

Anyway Agus is right, ManageR does not seems to be developed/supported
anymore.

cheers

-- Giovanni --

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


Re: [Qgis-user] Black border in raster files

2012-08-12 Thread Giovanni Manghi
On Sun, 2012-08-12 at 08:56 -0600, Manuel Spínola wrote:
 Thank you very much Giovanni.  As you said, that works only with
 grayscale.  I hope in the future is also implemented for colormap.

it is not a feature, is a bug, so I hope will be solved asap because is
very annoying.

cheers

-- Giovanni --


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


Re: [Qgis-user] download qgis on mac os

2012-08-12 Thread Giovanni Manghi
On Sun, 2012-08-12 at 16:44 +0100, Giovanni Manghi wrote:
 http://www.kyngchaos.com/software/qgis
 
 see dependencies

sorry, I should have written requirements.

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


Re: [Qgis-user] gps tool: greyed buttons

2012-08-11 Thread Giovanni Manghi
On Sat, 2012-08-11 at 13:44 +0200, Agustin Lobo wrote:
 In the GPS panel, I have always greyed the following buttons:
 Add feature, Add track point and Log file
 Are these buttons not yet available or is there a way
 to make them active?

is your GPS connected to QGIS and connected to satellites?

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


Re: [Qgis-user] Black border in raster files

2012-08-11 Thread Giovanni Manghi

 
 Any other suggestion?
 


can you share the data?


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


Re: [Qgis-user] gps tool: greyed buttons

2012-08-11 Thread Giovanni Manghi
On Sat, 2012-08-11 at 17:23 +0200, Agustin Lobo wrote:
 Yes, no problem for connecting to the gps.
 Actually, I'm a bit confused because while the track is displayed on the map,
 the corresponding layer is not listed in the TOC and cannot be saved.

there is no specific layer for the GPS track, you can add features
(points, line, polygons) to existing (and loaded in QGIS) layers.


 The Add feature and Add track point buttons are always greyed, cannot
 find the way
 to get them active.

see above... do you have a layer loaded and in editing mode?

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


Re: [Qgis-user] QSpatialite - missing module spatialite

2012-08-02 Thread Giovanni Manghi
On Sun, 2012-07-29 at 15:47 +0200, Andrea Peri wrote:
 Hi,
 As subject:
 
 try-ing to install the qpsatialite plugin qgis report this error:
 
 This plugin requires a missing module (_spatialite)
 
 I'm using the qgis-dev 35e5370 from osgeo-setup.


try delete

C:\OSGeo4W\apps\qgis\python\pyspatialite

cheers

-- Giovanni --

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


Re: [Qgis-user] Incorrect placement of ABC labels

2012-07-31 Thread Giovanni Manghi
Hi,

 In the image below I have used Vector/Geometry tools/Polygon Centroids/ to
 add the polygon centroids and especially for some of the small polygons the
 labels are far off (even though these polygons are very regular - they are
 made as buffers around a line).
 
 http://osgeo-org.1560.n6.nabble.com/file/n4992143/ABC_labeling.png 

those geometries are multipart?

cheers

-- Giovanni --

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


Re: [Qgis-user] Bookmarks causing QGIS to crash

2012-07-28 Thread Giovanni Manghi
On Sat, 2012-07-28 at 21:43 +0300, Micha Silver wrote:
 Sorry for double posting, I'm not sure where this problem has crept
 in.
 
 On the latest version 6.0beta of OSGeo-Live, running QGIS 1.8.0, I try
 to save a map extent with the Bookmark button. I get an error window
 about drivers (see attachment) and then QGIS closes. 
 
 Is the error referring to sqlite? WHat seems to be missing? Does this
 appear in other Ubuntu setups? or is it particular to the Xubuntu
 OSGeo Live DVD? I haven't seen the problem in Fedora/EL6 nor in
 Windows.

does not happens here on Ubuntu 12.04

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


Re: [Qgis-user] Fwd: qgis 1.8 on MAC: Problem with qwt and more

2012-07-23 Thread Giovanni Manghi
On Sun, 2012-07-22 at 10:01 -0300, Etienne Tourigny wrote:
 Is the value tool pluin popular enough to be included either as
 
 - a builtin plugin - using matplotlib instead of pyqt
 -part of the main app - in c++ and qwt, which does not cause problems anywhere


I would say yes, this plugin is pretty much fundamental when doing
some kind of raster analysis with QGIS/GRASS.

cheers

-- Giovanni --


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


Re: [Qgis-user] problem with sextante geoprocessing

2012-07-20 Thread Giovanni Manghi
On Fri, 2012-07-20 at 10:22 -0700, Chris Henrick wrote:
 Hi,
 
 
 I'm trying to run a clip command in QGIS 1.8 Mac OSX 10.6 with the
 Sextante plug-in but get this error:


sextante for qgis is a work in progress, so the right place where to
report issues is here

http://hub.qgis.org/projects/sextante

cheers!

-- Giovanni --


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


Re: [Qgis-user] Problem with add postgis layers in qgis 1.80

2012-07-19 Thread Giovanni Manghi
On Thu, 2012-07-19 at 07:14 +0200, siegfried.bl...@lazbw.bwl.de wrote:
 Hallo
 
 ‚add postgis layers“ is very, very slowly in qgis 1.80 when I have
 many tables. It needs several (up to 10) minutes until all tables
 where “detecting” every time when I want add a postgis layer.
 
 Thanks for tricky tips to make it faster!


Hi, 

I have DB with 1+ tables (no views for now) in it and many different
schemas, and the table list shows in a just 2/3 seconds.

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


Re: [Qgis-user] Is there a limit of loaded files in QGis 1.8 ?

2012-07-19 Thread Giovanni Manghi
On Thu, 2012-07-19 at 09:15 +0200, Germán Carrillo wrote:
 Hi, 
 
 indeed, it is an operating system (OS) restriction. In my GNU/Linux
 the limit is 1024 by default, but you are able to change it. You would
 need to search how to change it on your OS. See [1]. 

yes, it is a OS limit and remember also that when opening a shapefile
you are opening at least 3 files...

cheers

-- Giovanni --

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


Re: [Qgis-user] Is it possibel to set composer grid label units to km instead of meters?

2012-07-19 Thread Giovanni Manghi
Hi,

On Thu, 2012-07-19 at 08:32 +0800, Ramon Andiñach wrote:
 Absolutely!
 
 Just underneath where you told the Print Composer to use 1000 for the Segment 
 size (map units) is a box labeled Map units per bar unit. Have a play with 
 that.
 
 A bit further down is a box for Unit label which is also useful.

I guess that the question was about the grid (specifically annotations)
of the map object. If so then it doesn't seems to me that there is a an
option like Map units per bar unit as in the scalebar.

cheers

-- Giovanni --

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


Re: [Qgis-user] Problem with add postgis layers in qgis 1.80

2012-07-19 Thread Giovanni Manghi

 Not quiet the same for me:
 I use a postgis database with openstreetmap data of my region. The table 
 for (multi-)polygons takes a lot of time to detect the type of elements.
 Only one table, but lots of elements in there (one for every building...)

In that DB I have also all the layers (streets, buildings, etc.) from
OSM and no such problem... not sure where the issue can be.

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


Re: [Qgis-user] PostGIS layers user access control from QGIS

2012-07-17 Thread Giovanni Manghi

 Just wondering if it is possible to control access to specific tables
 on PostGIS from QGIS. For example allow write access to specific
 layers on postGIS from QGIS?.

you do that by applying the proper permissions to PostgreSQL users.


cheers

-- Giovanni --

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


Re: [Qgis-user] GPS Tools strange behavior

2012-07-17 Thread Giovanni Manghi

 Anyone confirm? Should I open a ticket?


I confirm,


I have a garmin 60cs and used to work just fine under Linux and now I
see that it behaves like you describe.

cheers

-- Giovanni --

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


Re: [Qgis-user] nviz error

2012-07-16 Thread Giovanni Manghi
On Sun, 2012-07-15 at 23:00 +0100, ALT SHN wrote:
 Hi Giovanni,
 
 
 Do you refer to component tcltk: TCL / TK available from osgeo4w
 installer under Libs? If so, yes I have it installed.

Hi André,

don't know what can be, it works fine here. 


cheers

-- Giovanni --


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


Re: [Qgis-user] shp a GPS

2012-07-15 Thread Giovanni Manghi
Hi Filipe, Juam

On Sun, 2012-07-15 at 19:56 +0100, Filipe Silva Dias wrote:
 Hi
 I had that problem but never found the solution
 
 Probably someone on this list can help you, but if all else fails try
 DNRGPS, it works smoothly:
 
 http://www.dnr.state.mn.us/mis/gis/DNRGPS/DNRGPS.html
 

Filipe, your issue was different. Juan ones seem to be related to the
fact that into a gpx you cannot save fields with whatever name, a
official schema must be used

http://www.topografix.com/gpx.asp

cheers

-- Giovanni --

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


Re: [Qgis-user] Manual or tutorial on using R within QGIS

2012-07-15 Thread Giovanni Manghi
On Sat, 2012-07-14 at 15:25 -0600, Manuel Spínola wrote:
 Thank you Agustin,
 
 
 Is this help that you mention for sextnte


for sextante


  or manageR?

ManageR has an help here

http://www.ftools.ca/manageR/




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


Re: [Qgis-user] Field Calculator - No update existing field option available for PostGIS layer

2012-07-14 Thread Giovanni Manghi
Hi,

On Sat, Jul 14, 2012 at 10:09 AM, tom thomas.jos...@awtwater.com wrote:

 There is no update existing field option available for a postgis vector layer
 when I am not logged on as a postgre super user.  I have tried to play with
 several access privileges combinations for the other users but cannot seem
 to get anything to work.  I am probably overlooking something simple but any
 help would be greatly appreciated.  I have tried on both Windows and Ubuntu
 DB hosts and clients.


if table manager does alter table operations then the user must be
owner of the table, but not necessarily the postgres user.

cheers

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


Re: [Qgis-user] Manual or tutorial on using R within QGIS

2012-07-14 Thread Giovanni Manghi
If you are using Linux or Mac you will also be able to still use the
very nice ManageR plugin.

cheers

-- Giovanni --

2012/7/14 Manuel Spínola mspinol...@gmail.com:
 Dear list members,

 Is there any manual or tutorial on how to use R within QGIS?

 Best,

 Manuel

 --
 Manuel Spínola, Ph.D.
 Instituto Internacional en Conservación y Manejo de Vida Silvestre
 Universidad Nacional
 Apartado 1350-3000
 Heredia
 COSTA RICA
 mspin...@una.ac.cr
 mspinol...@gmail.com
 Teléfono: (506) 2277-3598
 Fax: (506) 2237-7036
 Personal website: Lobito de río
 Institutional website: ICOMVIS

 ___
 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] geo-processing

2012-07-14 Thread Giovanni Manghi
 I was able to load Google satellite maps into QGIS using openlayers plugin.
 Then I overlay my local vector layer on top of it . Now I want to extract
 some area with its co-ordinates data for my further development using image
 processing . Is there nay way to do it ?

short answer, no. You can't use the layers from the Openlayers plugin
as input for any tool.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] plugin help

2012-07-12 Thread Giovanni Manghi
You may want to have a look at the editing toolbars and to the qgis
manual...
On Jul 12, 2012 1:55 PM, chathura silva chathur...@gmail.com wrote:


 hey Its difficult . Is there any simple way to change to edit mode


 On Thu, Jul 12, 2012 at 5:41 AM, Richard Duivenvoorde rdmaili...@duif.net
  wrote:


 Hi,

 ok, this is more clear :-)

 You can toggle editing mode of a vector layer via the little crayon
 button or via menu layer/toggle editing

 but looking into the code, which I downloaded from
 http://pyqgis.org/repo/**contributed/http://pyqgis.org/repo/contributed/

 it seems to me that after every transformation, the result is 'commited'
 which toggles OFF again the edit mode...

 If you feel brave, uncomment line 118 in qgsAffine.py:
 # vlayer.commitChanges()

 But maybe Mauricio can update the code for us, and also move his plugin
 to the new repositiry :-)

 Regards,

 Richard

 ps I will send you my .py file offline



 On 07/12/2012 12:25 PM, chathura silva wrote:

 I try to edit a vector layer using qgisaffine tool. But it says layer is
 not in editabale mode. how can I cange it to editable mode




 On Thu, Jul 12, 2012 at 1:27 AM, Richard Duivenvoorde
 rdmaili...@duif.net mailto:rdmaili...@duif.net wrote:

 On 07/12/2012 09:16 AM, chathura silva wrote:

 Is there any way to change it to editable mode ?


 Please describe your problem a little more instead of one sentence
 questions, for others it also costs time to answer your question.

 If you mean 'is it possible for a python plugin to set a layer in
 the modus editing' the answer is:

 yes

 but I think you also would like to see some pointers (after you
 tried to google a little ;-) ):

 Have a look here:

 http://qgis.org/pyqgis-__**cookbook/vector.html#__**
 modifying-vector-layershttp://qgis.org/pyqgis-__cookbook/vector.html#__modifying-vector-layers

 http://qgis.org/pyqgis-**cookbook/vector.html#**
 modifying-vector-layershttp://qgis.org/pyqgis-cookbook/vector.html#modifying-vector-layers
 

 I'm also setting a layer into editing mode, see

 http://hub.qgis.org/projects/_**_xytools/repository/revisions/**__**
 a249004832f44334f9861483ff9d4d**__a08bb91e81/entry/xytools.pyhttp://hub.qgis.org/projects/__xytools/repository/revisions/__a249004832f44334f9861483ff9d4d__a08bb91e81/entry/xytools.py

 http://hub.qgis.org/projects/**xytools/repository/revisions/**
 a249004832f44334f9861483ff9d4d**a08bb91e81/entry/xytools.pyhttp://hub.qgis.org/projects/xytools/repository/revisions/a249004832f44334f9861483ff9d4da08bb91e81/entry/xytools.py
 

 at line 334

 Regards,

 Richard Duivenvoorde



 __**___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org 
 mailto:Qgis-user@lists.osgeo.**orgQgis-user@lists.osgeo.org
 
 
 http://lists.osgeo.org/__**mailman/listinfo/qgis-userhttp://lists.osgeo.org/__mailman/listinfo/qgis-user
 
 http://lists.osgeo.org/**mailman/listinfo/qgis-userhttp://lists.osgeo.org/mailman/listinfo/qgis-user
 





 __**_
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/**mailman/listinfo/qgis-userhttp://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 mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] google maps processing

2012-07-12 Thread Giovanni Manghi
http://www.catb.org/~esr/faqs/smart-questions.html
On Jul 12, 2012 3:18 PM, chathura silva chathur...@gmail.com wrote:

 Through the openlayers I displayed google satellite map in QGIS .

 Is there any way to extract the co-ordinates of the actual road  in the
 image ? (No the vector layer co-ordinates)

 ___
 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] nviz error

2012-07-12 Thread Giovanni Manghi
Hi André, was tcltk installed?
On Jul 10, 2012 11:24 PM, ALT SHN i.geograf...@alt-shn.org wrote:

 Hi everyone,

 I'm having this error (see attachment), everytime I try to start nvix from
 GRASS plugin.
 I reinstalled tcl from osgeo4W, but the error persists.

 However if I start nviz engine from GRASS GIS everything goes well. Any
 idea of what might be wrong?

 This occurs on a Win7 64bits on both 1.8 and master versions.

 Best Regards

 --
 ---
 Associação Leonel Trindade
 SOCIEDADE DE HISTÓRIA NATURAL

 Apartado 25 2564-909 Torres Vedras Portugal
 Sede e Biblioteca: rua Cavaleiros da Espora Dourada, 27A 2560 Torres Vedras

 Laboratório de Paleontologia e Paleoecologia: Polígono Industrial do Alto
 do Ameal 2565-641 Ramalhal
 http://alt-shn.blogspot.com
 www.alt-shn.org

 ___
 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] SLD : Export categorized Qgis styles toward geoserver : error message

2012-07-10 Thread Giovanni Manghi

 Thank to throw light for me.
 Thanks. 

a few bugs have been fixed for sld support in qgis master, you may want
to give it a try and see if it works better.

cheers

-- Giovanni --

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


Re: [Qgis-user] Ubuntu 12.04 And Qgis 1.8 - Broken Depencies

2012-07-10 Thread Giovanni Manghi

 Has anyone had any luck with getting QGIS working on Ubuntu 12.04?


yes, I guess there are quite a few Ubuntu precise users around :)


  I
 have tried the stable and unstable versions and with not luck. I also
 get the following:
 
 Some packages could not be installed. This may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages have not yet been created
 or been moved out of Incoming.
 The following information may help to resolve the situation:
 
 The following packages have unmet dependencies:
 qgis : Depends: qgis-providers (= 1.8.0-1~precise1) but 1.9.90
 +git20120502+6229eec~precise1 is to be installed
 Depends: qgis-common (= 1.8.0-1~precise1) but 1.9.90+git20120502
 +6229eec~precise1 is to be installed
 Recommends: qgis-plugin-globe but it is not going to be installed
 Recommends: qgis-plugin-grass but it is not going to be installed
 E: Unable to correct problems, you have held broken packages.


it seems the guy has some mixed up repositories configuration.

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


Re: [Qgis-user] Cannot get to install QGIS

2012-07-10 Thread Giovanni Manghi

 How have I screwed it all up?
 

remove any QGIS package you may have installed

add this repo

https://launchpad.net/~ubuntugis/+archive/ubuntugis-unstable/

install QGIS

and then you are good to go.

cheers

-- Giovanni --

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


Re: [Qgis-user] contour plugin

2012-07-09 Thread Giovanni Manghi

 
 ImportError: No module named matplotlib

the message is clear, you misses matplotlib, that is easily installable
with osgeo4w or with your favourite package manager if you use Linux.

cheers

-- Giovanni --

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


Re: [Qgis-user] contour plugin

2012-07-09 Thread Giovanni Manghi

 Can someone provide step-by-step instructions -- with URLs needed to 
 obtain modules -- so that those of us can get contour properly up and 
 running?

the plugin just needs matplotlib to be installed. Anyway is still a 3rd
party plugin, so you should contact the author if you have particular
issues.

I see now for example that the plugin seems broken anyway


An error has occured while executing Python code:

Traceback (most recent call last):
  File /home/gio/.qgis//python/plugins/contour/contour.py, line 70, in
run
dlg = ContourDialog(self._iface)
  File /home/gio/.qgis//python/plugins/contour/contour.py, line 145,
in __init__
if self._isMPLOk() == False:
  File /home/gio/.qgis//python/plugins/contour/contour.py, line 177,
in _isMPLOk
version = [int(i) for i in mpl.__version__.split('.')]
ValueError: invalid literal for int() with base 10: '1rc'



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


Re: [Qgis-user] v1.8 project properties ubuntu

2012-07-06 Thread Giovanni Manghi
It only happens when using unity. There a ticket already open about this
issue.
On Jul 6, 2012 2:06 PM, Alexandre Neto senhor.n...@gmail.com wrote:

 The same has happened to me.

 I haven't been able to correct it, but you can acess CRS and other
 properties by clicking the globe icon in the lower right corner of the
 screen.

 Alexandre Neto

 On Fri, Jul 6, 2012 at 1:54 PM, Michael Spencer 
 michael_spen...@live.co.uk wrote:

  Daft question (hopefully): in QGIS v1.8 where has the project properties
 dialogue gone? This used to be under settings and allowed one to change the
 project CRS (amongst other things).

 Cheers,
 Michael

 http://scottishsnow.wordpress.com/


 ___
 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 mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] CAD tools

2012-07-03 Thread Giovanni Manghi
Ciao Valeria,

this is a english speaking mailing list.

Yoi may want then to tanslate your doubt or write in the gfoss.it
mailing list.

cheers

-- Giovanni --

On Tue, 2012-07-03 at 15:24 +0200, valeria boi wrote:
 Buongiorno a tutti!
 
 
 sono una nuova utilizzatrice di Quantum Gis e sicuramente il mio
 quesito è molto banale; ho scaricato il plugin Cad tools, la mia
 necessità sarebbe quella di disporre di strumenti di
 vettorializzazione avanzata di polilinee chiuse - poligoni, se
 possibile contenenti archi, e quella di definire la misura dei
 segmenti (ad esempio un quadrato di un m. di lato). ho provato con i
 comandi ortho e lenght della cad console, ma non riesco a gestirli in
 maniera congiunta: potete chairirmi se le operazioni che devo compiere
 sono possibili con gli attuali strumenti di vettorializzazione di qgis
 e eventaualmente dove sbaglio! 
 esiste una guidaspecifica, anche in inglese, che mi possa aiutare?
 quella che ho trovato in rete, al link file:///C:/Documents%20and%
 20Settings/boi/Desktop/estate%202012/CadTools.htm è stata utile ma non
 risolutiva!
 
 
 grazie davvero a chi vorrà darmi una mano!
 
 
 attendo fiduciosa
 
 
 Valeria
 
 ___
 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] Extract lat/long coordinate from a custom projected layer

2012-06-29 Thread Giovanni Manghi
Hi Pietro,


 I have a list of points in monte mario Italy zone 2 - 3004 that I want to
 reproject to Lat/long WGS84 with conversion between these two crs based on a
 NTV2 grid file.
 
 So, I load a xy temporary layer in a 3004 crs project and I save it as a shp
 (3004).
 
 Then I change the crs to 4326 and I use the transformation manager
 (transformation tool) pluigin to adjust the on the fly reprojection from
 3004 to 4326 based on the NTV2 grid file.


that's not how transformation tool (TT) works.

In TT create a transformation selecting the two CRSs (call them A and
B or start and arrive, as you want) and the method (towgs84
parameters ot ntv2 grids) and save it.

Then close TT and add normally your layers. Depending on your project
CRS and the CRS of the layers you are adding, if the two CRSs will fit
one on the transformations you defined in TT, then a dialog will pop up
asking if you want to apply one of those transformation to the layer you
are adding.


cheers

-- Giovanni --

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


Re: [Qgis-user] How to display an arrow pointing at a certain bearing from a point file

2012-06-27 Thread Giovanni Manghi

 
 What I am wanting to do is display an arrow on the map with the arrow
 pointing in the bearing direction. 

this is easy, in both symbology engines (the old and the new) you can
use a field for symbol rotation.



 With a negative slope% pointing outward from the point and a positive
 slope% pointing inward to the point.


ummm not sure how this can be achieved.

cheers

-- Giovanni --


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


  1   2   3   4   5   6   7   8   >