Re: [Qgis-user] Error updating Processing module - No fusion.dtm2ascii module installed

2015-11-16 Thread Nuno de Santos Loureiro
Dear all, I'm experiencing the same difficulty. I can not install / upgrade the Processing, after upgrading the QGIS to 2.12.0-Lyon. I am running QGIS on a MacBook Pro with OS X Yosemite 10.10.5... Many thanks, Nuno Citando "Elstermann, Mike" : Dear list,

Re: [Qgis-user] Editing only the selected feature

2015-11-16 Thread Bernhard Ströbl
nsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user __ Information from ESET Mail Security, version of virus signature database 12573 (20151116) __ The message was checked by ESET Mail Security. http://www.eset.com ___

Re: [Qgis-user] individual selection colours for layers

2015-11-16 Thread Christian Röttger
Hi, thanks for that advice. Don't know that plugin yet, but i will test it. I think its useful ;) Maybe we can implement it in a plugin. There should be select functions in the api,right. Or why is the _isslected_ function removed for 2.x? As i understand it. 2015-11-16 14:15 GMT+01:00 DelazJ

Re: [Qgis-user] individual selection colours for layers

2015-11-16 Thread DelazJ
isselected function is not a Core function so has not been removed from QGIS. It's a function added to the list of functions by the Expressions+ plugin (that you'll find in the plugin manager). 2015-11-16 15:37 GMT+01:00 Christian Röttger : > Hi, > > thanks for that

[Qgis-user] Error updating Processing module - No fusion.dtm2ascii module installed

2015-11-16 Thread Alejo C.S.
Dear list, while updating complements in qgis 2.12 Lyon under Debian Stable amd64, an error shows up while updating "Processing" complement. It says "No module named DTM2ASCII". Searching I think this module is part of fusion software for Lidar analysis, but can't install via pip or other forms.

Re: [Qgis-user] individual selection colours for layers

2015-11-16 Thread DelazJ
Hi, wonder if this can't be done through styling each layer with the _isselected_ function in Expressions+ plugin Whether this is useful or not is indeed a good question... 2015-11-16 12:56 GMT+01:00 Neumann, Andreas : > Hi Christian, > > No - this isn't possible at the

[Qgis-user] GRASS7 Plugin for QGIS 2.12 on Ubuntu

2015-11-16 Thread Johannes Radinger
Hi, I was wondering how one can load/activate the newly developed GRASS7 plugin (http://www.gissula.eu/qgis-grass-plugin-crowdfunding/index.html) in QGIS 2.12 (Lyon) on Ubuntu. QGIS was installed following the instructions ( http://www.qgis.org/de/site/forusers/alldownloads.html#debian-ubuntu)

Re: [Qgis-user] Editing only the selected feature

2015-11-16 Thread Christian Röttger
ized, is it possible to edit only one selected feature or >> does >> anyone know a workaround? >> >> Thanks and cheers >> Christian >> >> >> ___ &

Re: [Qgis-user] Error updating Processing module - No fusion.dtm2ascii module installed

2015-11-16 Thread Elstermann, Mike
? https://twitter.com/qgiswatch/status/666239218096713728 Von: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] Im Auftrag von Elstermann, Mike Gesendet: Montag, 16. November 2015 13:55 An: 'Alejo C.S.'; qgis-user@lists.osgeo.org Betreff: Re: [Qgis-user] Error updating Processing module -

[Qgis-user] Degradation of imported image quality

2015-11-16 Thread simonc8
I asked this in a different thread which (very usefully) went off the topic, so I'm starting this new thread. I had tried importing an index map as an image into Print Composer (before realising how much better it was to generate an Overview map.) I noticed that the quality of the image was

Re: [Qgis-user] Error updating Processing module - No fusion.dtm2ascii module installed

2015-11-16 Thread Victor Olaya
It seems the problem is in the Processing lidar module. I have commited a small change that should fix it. We will be releasing a new version today to fix that. Thanks 2015-11-16 13:54 GMT+01:00 Elstermann, Mike : > Dear list, > > > > affected also these plugin: >

Re: [Qgis-user] Error updating Processing module - No fusion.dtm2ascii module installed

2015-11-16 Thread Elstermann, Mike
Dear list, affected also these plugin: · Processing · Concave Hull Some ideas? THX, mikeE. the geoObserver Von: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] Im Auftrag von Alejo C.S. Gesendet: Montag, 16. November 2015 13:41 An: qgis-user@lists.osgeo.org Betreff:

Re: [Qgis-user] Creating Geometries for tabular data

2015-11-16 Thread DelazJ
Hi, Matthias, what kind of format can this file be? This is not the first time I see MapInfo user asking about this feature. I personnaly had last week to add geometries to features that were in a tabular file (csv) and couldn't find how to do this except giving an unique ID to the table data, and

Re: [Qgis-user] Error updating Processing module - No fusion.dtm2ascii module installed

2015-11-16 Thread Elstermann, Mike
Cool, is fixed and works. THX, mikeE. -Ursprüngliche Nachricht- Von: Victor Olaya [mailto:vola...@gmail.com] Gesendet: Montag, 16. November 2015 14:03 An: Elstermann, Mike Cc: Alejo C.S.; qgis-user@lists.osgeo.org Betreff: Re: [Qgis-user] Error updating Processing module - No

Re: [Qgis-user] Error updating Processing module - No fusion.dtm2ascii module installed

2015-11-16 Thread Alejo C.S.
Fixed Thanks!!! 2015-11-16 11:05 GMT-03:00 Elstermann, Mike : > Cool, is fixed and works. > THX, mikeE. > > > -Ursprüngliche Nachricht- > Von: Victor Olaya [mailto:vola...@gmail.com] > Gesendet: Montag, 16. November 2015 14:03 > An: Elstermann, Mike > Cc:

Re: [Qgis-user] Creating Geometries for tabular data

2015-11-16 Thread Martin Bain
I had a bit of play with this last night and came up with this script: layer = iface.activeLayer() #active layer should be your CSV file newname = layer.name() + '_Map' otype = "Point" # could be "Polygon" or "LineString" resultlayer = QgsVectorLayer(otype, newname, "memory")

Re: [Qgis-user] Creating Geometries for tabular data

2015-11-16 Thread Matthias Kuhn
I use the process on a postgis DB, but Shapefiles are also capable of having tabular data without geometries attached. However I do not know how you would create such a file (easily) from an existing geometry-less layer. Maybe something like this:

Re: [Qgis-user] Importing image to Print Composer

2015-11-16 Thread simonc8
Thank you - that explains a lot. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Importing-image-to-Print-Composer-tp5235991p5236591.html Sent from the Quantum GIS - User mailing list archive at Nabble.com. ___ Qgis-user mailing

Re: [Qgis-user] Importing image to Print Composer

2015-11-16 Thread simonc8
That facility sounds amazing. Do you do this by setting up the style you want, saving a preset, then changing the style and saving another preset? Thank you -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Importing-image-to-Print-Composer-tp5235991p5236592.html Sent from

Re: [Qgis-user] individual selection colours for layers

2015-11-16 Thread Neumann, Andreas
Hi Christian, No - this isn't possible at the moment. Do you think this would really be useful? Wouldn't it be more confusing to the user if the selection color changes all the time? Andreas On 2015-11-16 11:13, Christian Röttger wrote: > Hi, > > is it possible to set individual

Re: [Qgis-user] Importing image to Print Composer

2015-11-16 Thread Neumann, Andreas
yes - that's the way you do it. And then you can switch back and forth between those. Think of the visibility presets as bookmarks to style/layer visibility combinations. Andreas On 2015-11-16 12:26, simonc8 wrote: > That facility sounds amazing. Do you do this by setting up the style

Re: [Qgis-user] Problems with Plugins

2015-11-16 Thread Luigi Pirelli
more data please, on which platform, which qgis version try also to run a "clean" qgis installation temporarly removing or renaming /.qgis2/ => then install/update plugins you want to use. if you ar running with a master version (I suppose because of

Re: [Qgis-user] Problems with Plugins

2015-11-16 Thread John Layt
On 16 November 2015 at 08:29, Luigi Pirelli wrote: > > if not, probably you are using a Processing master version > (show_message_log was added in processing 24 days ago: > https://github.com/qgis/QGIS/blob/master/python/utils.py#L108) and the > problem can be solved

Re: [Qgis-user] Problems with Plugins

2015-11-16 Thread Luigi Pirelli
2.12 works on qgis master... probably victor forgot to set minimal compatible version in processing plugin metadata.txt Luigi Pirelli ** * Boundless QGIS Support/Development: lpirelli AT boundlessgeo

[Qgis-user] individual selection colours for layers

2015-11-16 Thread Christian Röttger
Hi, is it possible to set individual selection colours for every layer? E.g. First one yellow, the one below in blue and so on? Or at least to set this in an own developed plugin? Or is this a deep core feature which is difficult to address? Thanks and cheers Christian

Re: [Qgis-user] Problems with Plugins

2015-11-16 Thread Luigi Pirelli
I filed the issue... Alex Bruy will be in charge to update the plugin with the correct metadata.txt https://hub.qgis.org/issues/13837 in this thread I'll notify when the update will be available... in the meantime please remvoe .qgis/python/plugins/processing if your qgis version is less that

Re: [Qgis-user] Problems with Plugins

2015-11-16 Thread Alexander Bruy
Plugin package now updated 2015-11-16 11:44 GMT+02:00 Luigi Pirelli : > I filed the issue... Alex Bruy will be in charge to update the plugin with > the correct metadata.txt > > https://hub.qgis.org/issues/13837 > > in this thread I'll notify when the update will be

Re: [Qgis-user] Problems with Plugins

2015-11-16 Thread Luigi Pirelli
hi Marta temporarly do this remove /.qgis2/python/plugins/processing directory in this way you'll use the processing distributed with your qgis installed version (that I suppose is a stable version) every time will be asked you to upgrade Processing (in LTR the distributed version is 2.6 and

[Qgis-user] Editing only the selected feature

2015-11-16 Thread Christian Röttger
Hi, at the moment i try to convince my boss to change to qgis for a greater digitizing project. One question is, if it is possible to edit only one (maybe more) selected feature? As an example: I edit a polygon. When his is complete it shouldn't be touched anymore. Then i edit the neighbour

Re: [Qgis-user] Editing only the selected feature

2015-11-16 Thread Bernhard Ströbl
/lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user __ Information from ESET Mail Security, version of virus signature database 12573 (20151116) __ The message was checked

Re: [Qgis-user] Editing only the selected feature

2015-11-16 Thread Christian Röttger
cheers >> Christian >> >> >> ___ >> Qgis-user mailing list >> Qgis-user@lists.osgeo.org >> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user >> Unsubscribe: http://lists

[Qgis-user] HHK Geograf in QGIS

2015-11-16 Thread Sebastian Teßmer
DE:   Hi alle zusammen,   ich als Vermesser würde gern QGIS viel intensiver in meine CAD Bearbeitung einbinden. Seit ich zurückdenken kann, arbeite ich mit HHK Geograf. Deshalb ist auch eine sehr umfangreiche Artendatei mit Punkten bzw. Linien oder Flächen entstanden.   Nun meine Frage: