[Qgis-user] Problems with is_selected function

2019-01-21 Thread Dirk.Pispers
Hi everyone,



in QGIS 2.18 I used the isselected function from the expressions+ plugin very 
often. Syntax was isselcted(layer).

In QGIS 3.4 this function was replaced by is_selected with the syntax 
isselected(feature, layer).



In symbolizing and labeling expressions for layers I call the new function 
successfully without parameters: isselected().

In an filter expression for atlas printing this doesn’t work. I guess I have to 
specify the layer argument.

How can I call is_selected only with the layer argument but without the feature 
argument?

Following the documentation both arguments are optional.

Is_selected( , Layername) and is_selected ($currentfeature, Layername) doesn’t 
work.



I’m using QGIS 3.4.3 64-bit (Standalone-Package) with Windows 7.



Best regards



Dirk Pispers



Monatlich aktuelle Informationen Ihrer Stadtverwaltung in unserem Newsletter! 
Newsletter 
Anmeldung

[https://www.stadt-koeln.de/images/city_hosting_logo.jpg]

26. IHF Handball Weltmeisterschaft der Männer, 10.-27. Januar 2019
Hauptrunden-Spiele: 19.-23. Januar 2019 in der Kölner LANXESS arena

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

Re: [Qgis-user] writing vector data for QGIS input from a python script using osgeo ogr

2019-01-21 Thread Etienne Trimaille
QGIS is using OGR in the background to read vector data. So every format
supported by OGR is fine for QGIS. You can write geojson, geopackage,
sqlite, shapefile, it's fine for OGR API(write) and QGIS Desktop (read).
But are you sure you want to use the OGR API to write your file? IMHO, QGIS
API is easier.

Le lun. 21 janv. 2019 à 23:49, Nicolas Cadieux 
a écrit :

> QGIS can read wkt. This could help.
> https://en.m.wikipedia.org/wiki/Well-known_text
> Nicolas
>
> Le 21 janv. 2019 à 20:26, Lee Eddington  a
> écrit :
>
> I’d like to write vector line data in lat/lon coordinates to a file that
> QGIS can read and display.  I have the osgeo ogr module, but can’t see to
> find the right documentation on how to use it for this simple task.
>
> Thanks,
> Lee
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] writing vector data for QGIS input from a python script using osgeo ogr

2019-01-21 Thread Nicolas Cadieux
QGIS can read wkt. This could help. 
https://en.m.wikipedia.org/wiki/Well-known_text
Nicolas

> Le 21 janv. 2019 à 20:26, Lee Eddington  a écrit :
> 
> I’d like to write vector line data in lat/lon coordinates to a file that QGIS 
> can read and display.  I have the osgeo ogr module, but can’t see to find the 
> right documentation on how to use it for this simple task.
> 
> Thanks,
> Lee
> 
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] writing vector data for QGIS input from a python script using osgeo ogr

2019-01-21 Thread Lee Eddington
I’d like to write vector line data in lat/lon coordinates to a file that QGIS 
can read and display.  I have the osgeo ogr module, but can’t see to find the 
right documentation on how to use it for this simple task.

Thanks,
Lee

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

[Qgis-user] Startup Hangs on "Populate Saved Styles"

2019-01-21 Thread Spencer Gardner
I'm running 3.4.3 on Windows 10 and have recently noticed QGIS startup
times becoming prohibitively long (10 mins or more). This is to start up to
a blank map. The longest delay occurs while displaying "Populate saved
styles".on the splash screen.

Can anyone offer some tips to start troubleshooting this problem? I'm
wondering if it has something to do with the Resource Sharing plugin, which
I installed around the same time I noticed this problem happening. I have
the plugin turned off, so I don't think it wold be the load time for the
plugin itself, but maybe it introduced styles that are causing a slowdown?

To be sure, I checked plugin load times using the Plugin-Load-Times plugin.
Total load time for all plugins is 3 seconds, so it doesn't appear to be a
plugin problem.

Thanks for any help,
Spencer
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Convert categorical vector data to raster

2019-01-21 Thread Nicolas Cadieux
Hi,
Change your categories into numbers like building =0, Grass = 1...  then use 
the vector to raster tool and use that column to create the raster.  Raster 
will be int numbers.
Nicolas

> Le 21 janv. 2019 à 12:12, Tsering W. Shawa  a écrit :
> 
> I am looking for tools or scripts that will allow a person to convert 
> categorical vector data to raster. The Rasterize (Vector to Raster) 
> conversion tool doesn't seems to have that option. Any suggestions or help 
> will be appreciated.
> 
> Thanks,
> -Wangyal
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Convert categorical vector data to raster

2019-01-21 Thread Tsering W. Shawa
I am looking for tools or scripts that will allow a person to convert 
categorical vector data to raster. The Rasterize (Vector to Raster) conversion 
tool doesn't seems to have that option. Any suggestions or help will be 
appreciated.

Thanks,
-Wangyal
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Using SAGA Terrain Analysis - Hydrology

2019-01-21 Thread Christophe Bayle
Hi Anthony,

Got exactly the same problem few days ago trying to use these tools as well.
The only work around i found was to install an older version of QGIS.
(3.4.2 worked for a while, but then i got the same error so i finished
using 2.18)
Please let me know if you end up understanding the issue :)

All the best,
C.

On Mon, Jan 21, 2019 at 6:04 PM Anthony Greenish 
wrote:

> Hello
>
>
>
> I run into the following message “The following layers were not correctly
> generated.C:/Users/Anthony/AppData/Local/Temp/processing_183557c8d1b344aeaa17804e3e8d37dd/1bdc3ccd923b4634ad39d66b09203797/FILLED.sdatYou
> can check the 'Log Messages Panel' in QGIS main window to find more
> information about the execution of the algorithm.” When I try to run the
> Fill sinks algorithm in Saga. I am running QGis 3.2.1 in Win 10. I’ve tried
> to find the log/report in “QGis main window “ but with no luck. Any help in
> sorting out what the problem is would be very appreciated.
>
>
>
> Thanks
>
>
>
> greeton
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user



-- 
Christophe Bayle
Ecumène Cartographie

Email: christo...@ecumene.fr
Tél: +33 6.64.91.64.85
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Using SAGA Terrain Analysis - Hydrology

2019-01-21 Thread Anthony Greenish
Hello

 

I run into the following message "The following layers were not correctly
generated.C:/Users/Anthony/AppData/Local/Temp/processing_183557c8d1b
344aeaa17804e3e8d37dd/1bdc3ccd923b4634ad39d66b09203797/FILLED.sdat
You can check the 'Log Messages Panel' in QGIS main window to find more
information about the execution of the algorithm." When I try to run the
Fill sinks algorithm in Saga. I am running QGis 3.2.1 in Win 10. I've tried
to find the log/report in "QGis main window " but with no luck. Any help in
sorting out what the problem is would be very appreciated.

 

Thanks

 

greeton

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

Re: [QGIS-it-user] Chiusura bugs 2.18

2019-01-21 Thread Paolo Cavallini
Ottimo Totò. Ora non lasciatelo solo, chi si mette a dare una mano?
Saluti.

On 21/01/19 14:09, Totò wrote:
> seconda issues testata e commentata:
> 
> https://issues.qgis.org/issues/18063
> 
> saluti
> 
> 
> 
> -
> https://pigrecoinfinito.wordpress.com/
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
> ___
> QGIS-it-user mailing list
> QGIS-it-user@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/qgis-it-user
> 

-- 
Paolo Cavallini - www.faunalia.eu
QGIS.ORG Chair:
http://planet.qgis.org/planet/user/28/tag/qgis%20board/
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] KML import with attributes

2019-01-21 Thread C Hamilton
Paola,

KMLs have an official 'timestamp' and beginning and ending time. QGIS 3
properly imports those. KMLs also support a very free form way of visually
displaying data that is sometimes very difficult to interpret. Based on
your question, your KML is probably doing something that is outside the
normal method of having date and time stamps.

Try the "KML Tools" plugin to see if that works for importing your data. I
wrote this plugin to solve some problems with the core KML importer in QGIS.

http://plugins.qgis.org/plugins/kmltools/

If "KML Tools" does not properly import your data, send me a sample and I
will see if I can expand KML Tools to support it.

Calvin


On Sun, Jan 20, 2019 at 12:17 PM Paola Bouley  wrote:

> Hi - I am using QGIS3 and trying to import KML files (wildlife data, GPS
> points) with attribute data (date, time) in to a project, so as to select
> and clip certain data out.  Once imported to GQIS all the date and time
> info disappears.  Any tips on how to avoid this?  thanks!
>
>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [QGIS-it-user] Chiusura bugs 2.18

2019-01-21 Thread Totò
seconda issues testata e commentata:

https://issues.qgis.org/issues/18063

saluti



-
https://pigrecoinfinito.wordpress.com/
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[QGIS-it-user] Sebastiano Sferlazza

2019-01-21 Thread Amedeo Fadini
Salve a tutti,
tra le mail di marketing mi giunge la pubblicità di un corso tenuto dal
Dott Sebastiano Sferlazza [0] peraltro a un prezzo molto accessibile (99
euro).

Non è un nome che mi dice qualcosa, qualcuno di voi lo conosce e sa se è
attivo nella community?
La mia impressione è che molti esperti di QGIS , pur docenti, non conoscono
come funziona il progetto e in genere vale la pena contattarli per
coinvolgerli nella comunità.
Ad esempio nella scheda corso salta agli occhi l'assenza di un link al sito
ufficiale.

Amefad

[0]
https://www.unioneprofessionisti.com/i-nostri-docenti/sebastiano-sferlazza/
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Chiusura bugs 2.18

2019-01-21 Thread Totò
pcav wrote
> se mi dai in privato il tuo nick, ti dò i privilegi
> grazie

Fatto,

https://issues.qgis.org/issues/18343

saluti



-
https://pigrecoinfinito.wordpress.com/
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[Qgis-user] Fwd: Layout Manager Atlas Output filename expression is not working anymore

2019-01-21 Thread Raúl Sangonzalo Terrado
Hello,

I posted this in "https://issues.qgis.org/issues/21010;. I re-send it here,
since we have released QGIS 3 finally in our office and that's been one of
the biggest issues so far:


The output filename expression (in Atlas Generation) is not translating
correctly the inserted text to the Windows Dialog when exporting the map.
Even if you use the variable "@project_path" the output string gets
corrupted, transforming the \ into _ .

We have used this feature in QGIS 2.18, as we use different layouts for
different products and it has been working well most of the time (although
sometimes the code wasn't being refreshed and got stuck in the previous
value)

Thanks,
Raúl
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [QGIS-it-user] Chiusura bugs 2.18

2019-01-21 Thread Paolo Cavallini
se mi dai in privato il tuo nick, ti dò i privilegi
grazie

On 21/01/19 10:36, Totò wrote:
> pcav wrote
>> Grazie, per cortesia aggiungi una note "confirmed in 3.4.3, cambiando la
>> affected version e cambiando lo status da Feedback a open.
>> Benone così!
>> Saluti.
> 
> Purtroppo posso solo aggiungere dei commenti, non posso modificare altro.
> :-(
> 
> PS: ho aggiunto come commento 'confirmed in 3.4.4'
> 
> saluti
> 
> 
> 
> -
> https://pigrecoinfinito.wordpress.com/
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
> ___
> QGIS-it-user mailing list
> QGIS-it-user@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/qgis-it-user
> 

-- 
Paolo Cavallini - www.faunalia.eu
QGIS.ORG Chair:
http://planet.qgis.org/planet/user/28/tag/qgis%20board/
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] [QGIS UserConf 2019] Registration is OPEN with early bird fees

2019-01-21 Thread Luigi Pirelli
Event page:* 2019.qgis.es *

On Mon, 21 Jan 2019 at 10:32, Luigi Pirelli  wrote:

> Hi
>
> it's a pleasure announce that *Registration is open* for the next 
> *International QGIS User Conference and
> Developer Meeting*
>
> Conference will take place in the week from *04 to 06 **March* *2019 in
> A Coruña (Spain).*
> Workshop program
> 
>  -
> March 4th and 5th.
> Provisional talk program: Track 1
> 
> , Track 2
> 
> , Track 3
> 
>  -
> March 6th.
>
> Any info can be asked to: *userconf2...@qgis.es* 
>
> The International QGIS User and Developer Conference wants to be the
> referential conference, and a meeting point for the family of users and
> developers orbiting around the QGIS project, in order to gather experiences
> and sharing knowledge about QGIS. The language of the Conference is
> English.
>
> The event is organised by the *Spanish QGIS Association* [1], the Spanish
> user group, and the Galician *Xeoinquedos* community [2] with the help of
> *A Coruña municipality* [3] and *Ingenieria de Camino *[4] of the A
> Coruña University.
> The event is under the *QGIS.org* umbrella.
>
> Conference fees:
>* Early bird period Jan 14th to Feb 3rd: 50€
>* Regular fee: 80€
>* Workshop fees: 40€ per workshop
>* Students/Unemployed/Retired fee: 40€ (20€ for workshops)
>
> [1] http://qgis.es/
> [2] https://xeoinquedos.wordpress.com/
> [3] https://www.coruna.gal/
> [4] http://caminos.udc.es/
>
> Luigi Pirelli on behalf of the organisation committee.
>
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] [QGIS UserConf 2019] Registration is OPEN with early bird fees

2019-01-21 Thread Luigi Pirelli
Event page:* 2019.qgis.es *


On Mon, 21 Jan 2019 at 10:27, Luigi Pirelli  wrote:

> Hi
>
> it's a pleasure announce that *Registration is open* for the next 
> *International QGIS User Conference and
> Developer Meeting*
>
> Conference will take place in the week from *04 to 06 **March* *2019 in
> A Coruña (Spain).*
> Workshop program
> 
>  -
> March 4th and 5th.
> Provisional talk program: Track 1
> 
> , Track 2
> 
> , Track 3
> 
>  -
> March 6th.
>
> Any info can be asked to: *userconf2...@qgis.es* 
>
> The International QGIS User and Developer Conference wants to be the
> referential conference, and a meeting point for the family of users and
> developers orbiting around the QGIS project, in order to gather experiences
> and sharing knowledge about QGIS. The language of the Conference is
> English.
>
> The event is organised by the *Spanish QGIS Association* [1], the Spanish
> user group, and the Galician *Xeoinquedos* community [2] with the help of
> *A Coruña municipality* [3] and *Ingenieria de Camino *[4] of the A
> Coruña University.
> The event is under the *QGIS.org* umbrella.
>
> Conference fees:
>* Early bird period Jan 14th to Feb 3rd: 50€
>* Regular fee: 80€
>* Workshop fees: 40€ per workshop
>* Students/Unemployed/Retired fee: 40€ (20€ for workshops)
>
> [1] http://qgis.es/
> [2] https://xeoinquedos.wordpress.com/
> [3] https://www.coruna.gal/
> [4] http://caminos.udc.es/
>
> Luigi Pirelli on behalf of the organisation committee.
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [QGIS-it-user] Chiusura bugs 2.18

2019-01-21 Thread Totò
pcav wrote
> Grazie, per cortesia aggiungi una note "confirmed in 3.4.3, cambiando la
> affected version e cambiando lo status da Feedback a open.
> Benone così!
> Saluti.

Purtroppo posso solo aggiungere dei commenti, non posso modificare altro.
:-(

PS: ho aggiunto come commento 'confirmed in 3.4.4'

saluti



-
https://pigrecoinfinito.wordpress.com/
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[QGIS-it-user] [QGIS UserConf 2019] Registration is OPEN with early bird fees

2019-01-21 Thread Luigi Pirelli
Hi

it's a pleasure announce that *Registration is open* for the next
*International QGIS User Conference and
Developer Meeting*

Conference will take place in the week from *04 to 06 **March* *2019 in
A Coruña (Spain).*
Workshop program

-
March 4th and 5th.
Provisional talk program: Track 1

, Track 2

, Track 3

-
March 6th.

Any info can be asked to: *userconf2...@qgis.es* 

The International QGIS User and Developer Conference wants to be the
referential conference, and a meeting point for the family of users and
developers orbiting around the QGIS project, in order to gather experiences
and sharing knowledge about QGIS. The language of the Conference is English.

The event is organised by the *Spanish QGIS Association* [1], the Spanish
user group, and the Galician *Xeoinquedos* community [2] with the help of
*A Coruña municipality* [3] and *Ingenieria de Camino *[4] of the A Coruña
University.
The event is under the *QGIS.org* umbrella.

Conference fees:
   * Early bird period Jan 14th to Feb 3rd: 50€
   * Regular fee: 80€
   * Workshop fees: 40€ per workshop
   * Students/Unemployed/Retired fee: 40€ (20€ for workshops)

[1] http://qgis.es/
[2] https://xeoinquedos.wordpress.com/
[3] https://www.coruna.gal/
[4] http://caminos.udc.es/

Luigi Pirelli on behalf of the organisation committee.
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[Qgis-user] [QGIS UserConf 2019] Registration is OPEN with early bird fees

2019-01-21 Thread Luigi Pirelli
Hi

it's a pleasure announce that *Registration is open* for the next
*International QGIS User Conference and
Developer Meeting*

Conference will take place in the week from *04 to 06 **March* *2019 in
A Coruña (Spain).*
Workshop program

-
March 4th and 5th.
Provisional talk program: Track 1

, Track 2

, Track 3

-
March 6th.

Any info can be asked to: *userconf2...@qgis.es* 

The International QGIS User and Developer Conference wants to be the
referential conference, and a meeting point for the family of users and
developers orbiting around the QGIS project, in order to gather experiences
and sharing knowledge about QGIS. The language of the Conference is English.

The event is organised by the *Spanish QGIS Association* [1], the Spanish
user group, and the Galician *Xeoinquedos* community [2] with the help of
*A Coruña municipality* [3] and *Ingenieria de Camino *[4] of the A Coruña
University.
The event is under the *QGIS.org* umbrella.

Conference fees:
   * Early bird period Jan 14th to Feb 3rd: 50€
   * Regular fee: 80€
   * Workshop fees: 40€ per workshop
   * Students/Unemployed/Retired fee: 40€ (20€ for workshops)

[1] http://qgis.es/
[2] https://xeoinquedos.wordpress.com/
[3] https://www.coruna.gal/
[4] http://caminos.udc.es/

Luigi Pirelli on behalf of the organisation committee.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [QGIS-it-user] Chiusura bugs 2.18

2019-01-21 Thread Paolo Cavallini
Ola,

On 21/01/19 10:11, Totò wrote:

> non sono autorizzato ad accedere, cosi mi dice se clicco sul link.

strano, non hai i permessi sulle custom queries?

> ho preso una issues a caso la [0] ed ho fatto una serie di prove come
> descritto dall'autore:
> il problema si verifica ancora nella 2.18.28 e nella attuale 3.4.3
> 
> [0] https://issues.qgis.org/issues/18343

Grazie, per cortesia aggiungi una note "confirmed in 3.4.3, cambiando la
affected version e cambiando lo status da Feedback a open.
Benone così!
Saluti.
-- 
Paolo Cavallini - www.faunalia.eu
QGIS.ORG Chair:
http://planet.qgis.org/planet/user/28/tag/qgis%20board/
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Chiusura bugs 2.18

2019-01-21 Thread Totò
pcav wrote
> Ola,
> 
> On 21/01/19 09:29, Totò wrote:
> 
>> io ci sono.
>> Da una rapida ricerca usando come tag 2.18 ho trovato quasi 1800
>> segnalazioni (qualsiasi stato).
> 
> grazie mille. direi che questi sono i più urgenti:
> https://issues.qgis.org/projects/qgis/issues?query_id=112
> in generale quelli marcati come feedback vale la pena di guardarli per
> primi, penso che molti siano da chiudere.
> saluti!
> -- 

Paolo,
non sono autorizzato ad accedere, cosi mi dice se clicco sul link.

ho preso una issues a caso la [0] ed ho fatto una serie di prove come
descritto dall'autore:
il problema si verifica ancora nella 2.18.28 e nella attuale 3.4.3

[0] https://issues.qgis.org/issues/18343

saluti



-
https://pigrecoinfinito.wordpress.com/
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Chiusura bugs 2.18

2019-01-21 Thread Paolo Cavallini
Ola,

On 21/01/19 09:29, Totò wrote:

> io ci sono.
> Da una rapida ricerca usando come tag 2.18 ho trovato quasi 1800
> segnalazioni (qualsiasi stato).

grazie mille. direi che questi sono i più urgenti:
https://issues.qgis.org/projects/qgis/issues?query_id=112
in generale quelli marcati come feedback vale la pena di guardarli per
primi, penso che molti siano da chiudere.
saluti!
-- 
Paolo Cavallini - www.faunalia.eu
QGIS.ORG Chair:
http://planet.qgis.org/planet/user/28/tag/qgis%20board/
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Chiusura bugs 2.18

2019-01-21 Thread Totò
pcav wrote
> Salve,
> come sapete, la 2.18 è oggi ufficialmente non più supportata. Un task
> importante è quindi quello di verificare tutti i tickets della 2.18 e
> vedere quali vanno chiusi, e quali vanno passati alla 3.4.
> Chi dà una mano?
> Saluti.

Salve,
io ci sono.
Da una rapida ricerca usando come tag 2.18 ho trovato quasi 1800
segnalazioni (qualsiasi stato).

saluti



-
https://pigrecoinfinito.wordpress.com/
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[QGIS-it-user] Chiusura bugs 2.18

2019-01-21 Thread Paolo Cavallini
Salve,
come sapete, la 2.18 è oggi ufficialmente non più supportata. Un task
importante è quindi quello di verificare tutti i tickets della 2.18 e
vedere quali vanno chiusi, e quali vanno passati alla 3.4.
Chi dà una mano?
Saluti.
-- 
Paolo Cavallini - www.faunalia.eu
QGIS.ORG Chair:
http://planet.qgis.org/planet/user/28/tag/qgis%20board/
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user