Re: [Qgis-user] Symbology

2022-06-18 Thread Allan Younger via Qgis-user
Turns out the "Detect field types" in import layout had become 
unchecked.

Thanks for suggestions.
AY

-- Original Message --

From "kirk" 
To "Allan Younger" ; "Kobben, Barend (UT-ITC)" 
; "chris hermansen" 

Cc "QGIS User" 
Date 18/06/2022 6:03:37 PM
Subject Re: [Qgis-user] Symbology

If the data is being read as a character versus a integer or decimal, 
you cannot use graduated symbols. Double left click on the layer in the 
legend and select properties. Select the Fields tab and see what format 
the attributes are being read as.  I have run into this when generating 
a csv from a spreadsheet from  different language.  I would convert the 
format in excel or livre office and regenerate the csv file. 
Alternatively you can use  text editor to replace the quotes on each 
value in the existing csv.


Kirk Schmidt



Sent from my Galaxy


 Original message 
From: Allan Younger via Qgis-user 
Date: 2022-06-18 3:13 a.m. (GMT-04:00)
To: "Kobben, Barend (UT-ITC)" , chris hermansen 


Cc: QGIS User 
Subject: Re: [Qgis-user] Symbology

csv file

-- Original Message --
From "Kobben, Barend (UT-ITC)" 
To "chris hermansen" ; "Allan Younger" 


Cc "QGIS User" 
Date 18/06/2022 12:32:07 PM
Subject Re: [Qgis-user] Symbology

Usually this happens if you have numbers (quantitatvie data) that are 
stored in your file/db as Strings (text)




--

Barend Köbben





On 18/06/2022, 04:25, "Qgis-user on behalf of chris hermansen via 
Qgis-user" Qgis-user@lists.osgeo.org> wrote:




Allan and list,



On Fri, Jun 17, 2022 at 7:00 PM Allan Younger via Qgis-user 
 wrote:



Hi,

I'm trying to show assay results as simple dot plots as graduated 
colour and size scaled points based on a selected element.


Problem is that in the layer properties/symbology tab, I cannot 
select anything.


Had the problem in Madeira 3.4 & assumed was just a glitch that had 
developed in that copy over time.


Installed 3.22.7, same problem.

Csv file has 162000 records & 30 column with co-ords for every point; 
with locations plotting a-ok.




At the top of the Layer Properties > Symbology dialogue window, have 
you selected one of the options other than "No Symbols"?  For example, 
"Graduated"?




Then in the field Value one of your layer's attributes?



Then pressed the "Classify" button?


--

Chris Hermansen · clhermansen "at" gmail "dot" com

C'est ma façon de parler.
___
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] Symbology

2022-06-18 Thread Allan Younger via Qgis-user

Hi Kirk,
Yes coming up as text whereas another file of diff data which comes up 
fine is "double".
Csv file generated from xlsx file which is my SOP, not happened 
previously & been using QGIS for 10yrs+.

Can redo as has been thru a few mods.
Chrs
AY

-- Original Message --

From "kirk" 
To "Allan Younger" ; "Kobben, Barend (UT-ITC)" 
; "chris hermansen" 

Cc "QGIS User" 
Date 18/06/2022 6:03:37 PM
Subject Re: [Qgis-user] Symbology

If the data is being read as a character versus a integer or decimal, 
you cannot use graduated symbols. Double left click on the layer in the 
legend and select properties. Select the Fields tab and see what format 
the attributes are being read as.  I have run into this when generating 
a csv from a spreadsheet from  different language.  I would convert the 
format in excel or livre office and regenerate the csv file. 
Alternatively you can use  text editor to replace the quotes on each 
value in the existing csv.


Kirk Schmidt



Sent from my Galaxy


 Original message 
From: Allan Younger via Qgis-user 
Date: 2022-06-18 3:13 a.m. (GMT-04:00)
To: "Kobben, Barend (UT-ITC)" , chris hermansen 


Cc: QGIS User 
Subject: Re: [Qgis-user] Symbology

csv file

-- Original Message --
From "Kobben, Barend (UT-ITC)" 
To "chris hermansen" ; "Allan Younger" 


Cc "QGIS User" 
Date 18/06/2022 12:32:07 PM
Subject Re: [Qgis-user] Symbology

Usually this happens if you have numbers (quantitatvie data) that are 
stored in your file/db as Strings (text)




--

Barend Köbben





On 18/06/2022, 04:25, "Qgis-user on behalf of chris hermansen via 
Qgis-user" Qgis-user@lists.osgeo.org> wrote:




Allan and list,



On Fri, Jun 17, 2022 at 7:00 PM Allan Younger via Qgis-user 
 wrote:



Hi,

I'm trying to show assay results as simple dot plots as graduated 
colour and size scaled points based on a selected element.


Problem is that in the layer properties/symbology tab, I cannot 
select anything.


Had the problem in Madeira 3.4 & assumed was just a glitch that had 
developed in that copy over time.


Installed 3.22.7, same problem.

Csv file has 162000 records & 30 column with co-ords for every point; 
with locations plotting a-ok.




At the top of the Layer Properties > Symbology dialogue window, have 
you selected one of the options other than "No Symbols"?  For example, 
"Graduated"?




Then in the field Value one of your layer's attributes?



Then pressed the "Classify" button?


--

Chris Hermansen · clhermansen "at" gmail "dot" com

C'est ma façon de parler.
___
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] Symbology

2022-06-18 Thread chris hermansen via Qgis-user
If your layer is a CSV file, do you not first need to convert it to a
spatial form, for example a shapefile?

In case I misunderstand, if it came from a CSV file, then as Barend
suggests, maybe the type of the column is incorrect.  You can use a CSVT
file to define column types prior to conversion; alternatively you can add
a new column of type integer for example, and convert the string value to
integer.

On Fri, Jun 17, 2022 at 11:13 PM Allan Younger 
wrote:

> csv file
>
> -- Original Message --
> From "Kobben, Barend (UT-ITC)" 
> To "chris hermansen" ; "Allan Younger" <
> ahyoun...@iinet.net.au>
> Cc "QGIS User" 
> Date 18/06/2022 12:32:07 PM
> Subject Re: [Qgis-user] Symbology
>
> Usually this happens if you have numbers (quantitatvie data) that are
> stored in your file/db as Strings (text)
>
>
>
> *-- *
>
> *Barend Köbben*
>
>
>
>
>
> On 18/06/2022, 04:25, "Qgis-user on behalf of chris hermansen via
> Qgis-user"  Qgis-user@lists.osgeo.org> wrote:
>
>
>
> Allan and list,
>
>
>
> On Fri, Jun 17, 2022 at 7:00 PM Allan Younger via Qgis-user <
> qgis-user@lists.osgeo.org> wrote:
>
> Hi,
>
> I'm trying to show assay results as simple dot plots as graduated colour
> and size scaled points based on a selected element.
>
> Problem is that in the layer properties/symbology tab, I cannot select
> anything.
>
> Had the problem in Madeira 3.4 & assumed was just a glitch that had
> developed in that copy over time.
>
> Installed 3.22.7, same problem.
>
> Csv file has 162000 records & 30 column with co-ords for every point; with
> locations plotting a-ok.
>
>
> At the top of the Layer Properties > Symbology dialogue window, have you
> selected one of the options other than "No Symbols"?  For example,
> "Graduated"?
>
>
>
> Then in the field Value one of your layer's attributes?
>
>
>
> Then pressed the "Classify" button?
>
>
> --
>
> Chris Hermansen · clhermansen "at" gmail "dot" com
>
> C'est ma façon de parler.
>
>

-- 
Chris Hermansen · clhermansen "at" gmail "dot" com

C'est ma façon de parler.
___
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] Symbology

2022-06-18 Thread kirk via Qgis-user
If the data is being read as a character versus a integer or decimal, you 
cannot use graduated symbols. Double left click on the layer in the legend and 
select properties. Select the Fields tab and see what format the attributes are 
being read as.  I have run into this when generating a csv from a spreadsheet 
from  different language.  I would convert the format in excel or livre office 
and regenerate the csv file. Alternatively you can use  text editor to replace 
the quotes on each value in the existing csv.Kirk SchmidtSent from my Galaxy
 Original message From: Allan Younger via Qgis-user 
 Date: 2022-06-18  3:13 a.m.  (GMT-04:00) To: 
"Kobben, Barend (UT-ITC)" , chris hermansen 
 Cc: QGIS User  Subject: Re: 
[Qgis-user] Symbology csv file

-- Original Message --
From "Kobben, Barend (UT-ITC)" 
To "chris hermansen" ; "Allan Younger" 

Cc "QGIS User" 
Date 18/06/2022 12:32:07 PM
Subject Re: [Qgis-user] Symbology



Usually this happens if you have numbers (quantitatvie data) that are stored in 
your file/db as Strings (text)
 


-- 
Barend Köbben


 
 


On 18/06/2022, 04:25, "Qgis-user on behalf of chris hermansen via Qgis-user" 
 wrote:



 



Allan and list,

 


On Fri, Jun 17, 2022 at 7:00 PM Allan Younger via Qgis-user 
 wrote:




Hi,


I'm trying to show assay results as simple dot plots as graduated colour and 
size scaled points based on a selected element.


Problem is that in the layer properties/symbology tab, I cannot select 
anything. 


Had the problem in Madeira 3.4 & assumed was just a glitch that had developed 
in that copy over time.


Installed 3.22.7, same problem.


Csv file has 162000 records & 30 column with co-ords for every point; with 
locations plotting a-ok.






At the top of the Layer Properties > Symbology dialogue window, have you 
selected one of the options other than "No Symbols"?  For example, "Graduated"?


 


Then in the field Value one of your layer's attributes?


 


Then pressed the "Classify" button?



-- 


Chris Hermansen · clhermansen "at" gmail "dot" com

C'est ma façon de parler.







___
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] Symbology

2022-06-18 Thread Allan Younger via Qgis-user

csv file

-- Original Message --

From "Kobben, Barend (UT-ITC)" 
To "chris hermansen" ; "Allan Younger" 


Cc "QGIS User" 
Date 18/06/2022 12:32:07 PM
Subject Re: [Qgis-user] Symbology

Usually this happens if you have numbers (quantitatvie data) that are 
stored in your file/db as Strings (text)




--

Barend Köbben





On 18/06/2022, 04:25, "Qgis-user on behalf of chris hermansen via 
Qgis-user" Qgis-user@lists.osgeo.org> wrote:




Allan and list,



On Fri, Jun 17, 2022 at 7:00 PM Allan Younger via Qgis-user 
 wrote:



Hi,

I'm trying to show assay results as simple dot plots as graduated 
colour and size scaled points based on a selected element.


Problem is that in the layer properties/symbology tab, I cannot select 
anything.


Had the problem in Madeira 3.4 & assumed was just a glitch that had 
developed in that copy over time.


Installed 3.22.7, same problem.

Csv file has 162000 records & 30 column with co-ords for every point; 
with locations plotting a-ok.




At the top of the Layer Properties > Symbology dialogue window, have 
you selected one of the options other than "No Symbols"?  For example, 
"Graduated"?




Then in the field Value one of your layer's attributes?



Then pressed the "Classify" button?


--

Chris Hermansen · clhermansen "at" gmail "dot" com

C'est ma façon de parler.
___
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] Symbology

2022-06-17 Thread Kobben, Barend (UT-ITC) via Qgis-user
Usually this happens if you have numbers (quantitatvie data) that are stored in 
your file/db as Strings (text)

--
Barend Köbben


On 18/06/2022, 04:25, "Qgis-user on behalf of chris hermansen via Qgis-user" 
mailto:qgis-user-boun...@lists.osgeo.org> on 
behalf of Qgis-user@lists.osgeo.org> wrote:

Allan and list,

On Fri, Jun 17, 2022 at 7:00 PM Allan Younger via Qgis-user 
mailto:qgis-user@lists.osgeo.org>> wrote:
Hi,
I'm trying to show assay results as simple dot plots as graduated colour and 
size scaled points based on a selected element.
Problem is that in the layer properties/symbology tab, I cannot select anything.
Had the problem in Madeira 3.4 & assumed was just a glitch that had developed 
in that copy over time.
Installed 3.22.7, same problem.
Csv file has 162000 records & 30 column with co-ords for every point; with 
locations plotting a-ok.

At the top of the Layer Properties > Symbology dialogue window, have you 
selected one of the options other than "No Symbols"?  For example, "Graduated"?

Then in the field Value one of your layer's attributes?

Then pressed the "Classify" button?

--
Chris Hermansen · clhermansen "at" gmail "dot" com

C'est ma façon de parler.
___
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] Symbology

2022-06-17 Thread chris hermansen via Qgis-user
Allan and list,

On Fri, Jun 17, 2022 at 7:00 PM Allan Younger via Qgis-user <
qgis-user@lists.osgeo.org> wrote:

> Hi,
> I'm trying to show assay results as simple dot plots as graduated colour
> and size scaled points based on a selected element.
> Problem is that in the layer properties/symbology tab, I cannot select
> anything.
> Had the problem in Madeira 3.4 & assumed was just a glitch that had
> developed in that copy over time.
> Installed 3.22.7, same problem.
> Csv file has 162000 records & 30 column with co-ords for every point; with
> locations plotting a-ok.
>
> At the top of the Layer Properties > Symbology dialogue window, have you
selected one of the options other than "No Symbols"?  For example,
"Graduated"?

Then in the field Value one of your layer's attributes?

Then pressed the "Classify" button?

-- 
Chris Hermansen · clhermansen "at" gmail "dot" com

C'est ma façon de parler.
___
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] symbology shapefile polygons: equal intervals classes

2021-10-19 Thread Charles Dixon-Paver
I'm not sure of a faster way to achieve this exactly, but if you use the
"pretty breaks" method and the appropriate number of classes you can get
quite close to the desired outcome, and maybe just remove the last class
created to round down the output. Pretty breaks will try to automatically
perform some serious rounding to get more human-friendly values than
natural breaks. Precision and trim options can help clean up the legend
results as well.

On Tue, 19 Oct 2021 at 14:28, Azzurra Lentini 
wrote:

> Dear all,
> I have a shapefile of polygons and I would like to classify it (in
> symbology) using for example 6 classes with these values
> 0-10
> 10-20
> 20-30 etc.
>
> The field to classify has values from 0 to 63.4 (decimal numbers).
> And I would like to have the result in graduated colors.
>
> Till now I have been using:
> *Symbology*/graduated
> *Method* color and I give a color ramp
> *Mode: *equal interval and I give the number of classes,
> the problem is that  I must insert the classes manually (one by one)
> otherwise the numbers are not entire.
>
> Please can you suggest me any other faster method? (for example for the
> raster I can give minimum and maximum as integer number -in this case it
> would be 0 - 60- and I can specify the number of classes and automatically
> Qgis tematize the raster with equal intervals (all the classes and not one
> by one).
>
> Thank you Azzurra
>
>
> --
> Gis Expert for Environmental Science
> Environmental Disasters, Hydrogeology, Climate
> [image: image.png]
> *Eur**opean **Commission*
> *Joint Research Centre*
> Adjunct Professor University "Roma Tre"
> AZZURRA LENTINI
> ++
> Italy Mobile Tel.: **(39) 338 24 40 676
> ++
> SKYPE azzurrahydro
> ++
>
> *azzurralent...@gmail.com *
>
> *azzurra.lent...@uniroma3.it  *
> ++
> *Par respect pour l'environnement,*
> *n'imprimez ce mail qu'en cas d'absolue nécessité*
> ___
> 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] Symbology using an expression to find a field with known suffix

2021-07-21 Thread Delaz J

Hi Andrew,

Try something like

 eval(
  array_to_string(
   array_filter(
    map_akeys(attributes()),
    right(@element, 5) = '_blah')
  )
 )

You may want to read the help of each involved function to better 
understand how things work here.


HTH,

Harrissou

Le 21/07/2021 à 02:36, Andrew Hughes a écrit :

Hi All,

Any help would be much appreciated,  sorry for just throwing this out 
there... QGIS is very new to me.


I have lots of tables that I would like to apply common symbology and 
best I explain with an example:


table_a.foo_blah
table_b.boo_blah
table_c.whatever_blah
table_d.i_cant_believe_its_not_butter_blah

Q: What would the expression be to find the field ending with "_blah" 
and use/return that fields value (as the symbology's categorical 
value)? I will never know what the field is called, just that it 
always ends in _blah.


Big thanks in advance,
Andrew







___
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] Symbology blank

2021-02-17 Thread Thayer Young
 Hi Ruby,
Building on the answers of the others:
1)  You may not have any geometry in your layers, so there is nothing to 
display in the symbology because there is no geometry type.     a) For example 
if you only have an attribute table, for example the '.dbf' of a shape file, or 
a text file like a '.csv' file, or the text file has been imported without 
geometry, in which case you need to open it again.     b) You may have done the 
join in reverse. You may have joined the geometry layer to the attribute/text 
layer. That would result in there being no geometry.          i) Open the other 
properties dialog of the other layer and see if there is something in the 
symbology tab.             a) If so remove the join from the first layer, and 
do the join from the other layer instead.             b) adjust the symbology 
in whichever order you see fee it will not make a difference.            c) if 
not you may not have any geometry, so there is no spatial information to 
display symbology for.
2) If you look at the top of Properties dialog do you see a drop down menu that 
says "No Symbols" and a line of text in the middle of the dialog that says "No 
symbols will be rendered for features in this layer." In that case you just 
need to switch the dropdown menu to your desired display type that is 
appropriate for the data type of the fields (see Richard's answer).
3) Kirk's answer is not applicable :-), since a layer with geometry but no 
features should still have adjustable symbology. 
-Thayer

On Wednesday, February 17, 2021, 03:00:49 PM EST, 
qgis-user-requ...@lists.osgeo.org  wrote:  
 
 
Date: Wed, 17 Feb 2021 11:44:36 +
From: Ruby Jardine 
To: qgis-user@lists.osgeo.org
Subject: [Qgis-user] Symbology blank
Message-ID: 
Content-Type: text/plain;    charset=utf-8

Hi, I am trying to create a standard global map on the prevalence of maternal 
health issues. I have added my datasets and joined them, however when I go to 
the ?Symbology? section to colour code the map, it is blank. Do you know why 
this is and how I can change this to be able to create my map. 

Thank you 

  ___
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] Symbology blank

2021-02-17 Thread Richard Duivenvoorde
On 2/17/21 12:44 PM, Ruby Jardine wrote:
> Hi, I am trying to create a standard global map on the prevalence of maternal 
> health issues. I have added my datasets and joined them, however when I go to 
> the ‘Symbology’ section to colour code the map, it is blank. Do you know why 
> this is and how I can change this to be able to create my map. 

Is the type of your column you want to use ok (depending on the type of 
symbology you want to use)
?
If you want to use a graduated symbol, you need to have numbers. If you data 
has string as type, you can easily use an expression (the little button next to 
the drop down) to 'cast' your string to int or double. Another option is to fix 
this in the join or your original data.

Regards,

Richard Duivenvoorde
___
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] Symbology blank

2021-02-17 Thread kirk
Do your data show up spatially at all on the screen?Sent from my Galaxy
 Original message From: Ruby Jardine  
Date: 2021-02-17  7:44 a.m.  (GMT-04:00) To: qgis-user@lists.osgeo.org Subject: 
[Qgis-user] Symbology blank Hi, I am trying to create a standard global map on 
the prevalence of maternal health issues. I have added my datasets and joined 
them, however when I go to the ‘Symbology’ section to colour code the map, it 
is blank. Do you know why this is and how I can change this to be able to 
create my map. Thank you 
___Qgis-user mailing 
listQgis-user@lists.osgeo.orgList info: 
https://lists.osgeo.org/mailman/listinfo/qgis-userUnsubscribe: 
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] Symbology export for Geopackage?

2017-02-06 Thread Etienne Trimaille
Hi,

I agree, It could very nice if in the save as dialog we can have a hint
about what is "Feature Symbology" and "Symbol layer symbology"and which one
we should use.

2017-02-05 21:53 GMT+01:00 Andreas Neumann :

> Hi Morten,
>
> This is about saving OGR feature styles (e.g. for DXF and KML export). It
> has nothing to do with QGIS styles.
>
> I agree though, that it is a bit confusing and one of those things that
> should be improved or removed in QGIS 3.
>
> Andreas
>
>
>
> On 05.02.2017 21:38, magerlin wrote:
>
>> OK - thanks.
>>
>> In what situation can the Symbology Export in the "save as" dialogue be
>> used?
>>
>> > t_2017-02-05_21.png>
>>
>>
>>
>> -
>> Regards Morten
>>
>> Currently using Qgis 2.18.3 (OSGeo4),
>> Windows 7, 64bit
>> --
>> View this message in context: http://osgeo-org.1560.x6.nabbl
>> e.com/Symbology-export-for-Geopackage-tp5306376p5306395.html
>> Sent from the QGIS - User mailing list archive at Nabble.com.
>> ___
>> 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] Symbology export for Geopackage?

2017-02-05 Thread Andreas Neumann

Hi Morten,

This is about saving OGR feature styles (e.g. for DXF and KML export). 
It has nothing to do with QGIS styles.


I agree though, that it is a bit confusing and one of those things that 
should be improved or removed in QGIS 3.


Andreas


On 05.02.2017 21:38, magerlin wrote:

OK - thanks.

In what situation can the Symbology Export in the "save as" dialogue be
used?





-
Regards Morten

Currently using Qgis 2.18.3 (OSGeo4),
Windows 7, 64bit
--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Symbology-export-for-Geopackage-tp5306376p5306395.html
Sent from the QGIS - User mailing list archive at Nabble.com.
___
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] Symbology export for Geopackage?

2017-02-05 Thread magerlin
OK - thanks.

In what situation can the Symbology Export in the "save as" dialogue be
used?


 



-
Regards Morten

Currently using Qgis 2.18.3 (OSGeo4),
Windows 7, 64bit
--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Symbology-export-for-Geopackage-tp5306376p5306395.html
Sent from the QGIS - User mailing list archive at Nabble.com.
___
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] Symbology export for Geopackage?

2017-02-05 Thread Andreas Neumann

Hi Morten,

The current way of saving styles in geopackage is through the Layer 
properties dialogue --> "Style" tab.


If your data source is Geopackage it will offer to save the style in the 
same geopackage. It is the same way as you would save a style in Postgis 
or in SpatiaLite.


If you think there is a better way than the above (e.g. when saving a 
layer also save the style), please open a feature request with a 
detailed proposal, or even better try to find a developer who would 
implement it for you.


Greetings,

Andreas


On 05.02.2017 19:50, magerlin wrote:

The Geopackage seems like a nice format for exchanging data, symbology etc.
in one file and I can manually from layer properties store the layer style
in the Geopackage.

But already when I choose "save as" in the layers panel to add my data to
the geopackage I am presented with the possibility to export the symbology
together with the data which would save me a lot of clicks (I have several
projects with 20+ layers)

But it has no function choosing that.

Should it work or am I doing something wrong?

And I do not understand the two alternative choises:
* Feature Symbology
* Symbol layer symbology

Any experience on this subject?





-
Regards Morten

Currently using Qgis 2.18.3 (OSGeo4),
Windows 7, 64bit
--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Symbology-export-for-Geopackage-tp5306376.html
Sent from the QGIS - User mailing list archive at Nabble.com.
___
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] Symbology Export

2014-03-11 Thread Jonathan Moules
Hi Joris,
Thanks, that's useful and kind of does what I want though it does seem to
have a number of bugs that mean I'm unlikely to be able to use it.
Don't suppose you (or anyone) knows where the tracker for it is? Its plugin
page points to itself being the tracker. :-S
Cheers,
Jonathan



On 10 March 2014 16:22, Joris HINTJENS j...@enecowindbelgium.com wrote:

  I use the plugin GEarthview for KML-KMZ export. It keeps the styling for
 polygones and attributes





 Joris





 Hi List,

 General curiosity question.

 When using Save Vector Layer as to save a vector layer, there's an
 optioon:
 Symbology Export



 This in turn has three options:

 No Symbology

 Feature symbology

 Symbol layer symbology



 What does this do? I've tried exporting to both KML and TAB files using
 these options but they don't appear to keep the symbology.



 Cheers,

 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


-- 
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

Re: [Qgis-user] Symbology Export

2014-03-11 Thread Richard Duivenvoorde
On 11-03-14 09:33, Jonathan Moules wrote:
 Hi Joris,
 Thanks, that's useful and kind of does what I want though it does seem
 to have a number of bugs that mean I'm unlikely to be able to use it.
 Don't suppose you (or anyone) knows where the tracker for it is? Its
 plugin page points to itself being the tracker. :-S

If it does not have a bug tracker (looks indeed that it is lacking
that), you can/should email the author (see
http://plugins.qgis.org/plugins/gearthview/ for his email address).

Regards,

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


Re: [Qgis-user] Symbology Export

2014-03-11 Thread Jukka Rahkonen
Jonathan Moules jonathanmoules@... writes:

 
 
 Hi Andreas,Thanks for further testing. I figured if something as simple as
a fill wasn't implemented then catogorisation probably wouldn't be.
 
 A further thought - not all vector formats support styling (shapefile
being the most notable exception). Should it remain a general option or be
moved to Datasource Options for any supported style?
 
 I lean towards the later option myself.


Well, shapefiles may not support styling or then they do. Read page 15 of
the document
http://latuviitta.org/documents/Geospatial_PDF_maps_from_OSM_with_GDAL.pdf
There I show how it is possible to use OGR_STYLES with shapefiles and
convert the result into a geospatial PDF map.

I would rather say that only a few software support styling vector data with
OGR_STYLES.

-Jukka Rahkonen-




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


Re: [Qgis-user] Symbology Export

2014-03-10 Thread Andreas Neumann
Hi Jonathan,

This was originally introduced for DXF export to keep symbology as good
as it can - which is now in its separate function (Project - DXF
Export) and not in the save layer as anymore.

It uses the OGR feature styling, which in itself is rather limiting.
This isn't widely implemented and tested. Would be nice if some devs or
interested customers/users could give it some love.

Andreas

Am 10.03.2014 13:45, schrieb Jonathan Moules:
 Hi List,
 General curiosity question.
 When using Save Vector Layer as to save a vector layer, there's an
 optioon:
 Symbology Export
 
 This in turn has three options:
 No Symbology
 Feature symbology
 Symbol layer symbology
 
 What does this do? I've tried exporting to both KML and TAB files using
 these options but they don't appear to keep the symbology.
 
 Cheers,
 Jonathan
 
 
 
 ___
 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] Symbology Export

2014-03-10 Thread Jonathan Moules
Hi Andreas,
Thanks for the information. I'd suggest it should probably be removed
until/unless it is fleshed out as you note. Either that or changed to be a
Datasource option specific for DXF.
Should I open a ticket for this?

Cheers,
Jonathan



On 10 March 2014 14:35, Andreas Neumann a.neum...@carto.net wrote:

 Hi Jonathan,

 This was originally introduced for DXF export to keep symbology as good
 as it can - which is now in its separate function (Project - DXF
 Export) and not in the save layer as anymore.

 It uses the OGR feature styling, which in itself is rather limiting.
 This isn't widely implemented and tested. Would be nice if some devs or
 interested customers/users could give it some love.

 Andreas

 Am 10.03.2014 13:45, schrieb Jonathan Moules:
  Hi List,
  General curiosity question.
  When using Save Vector Layer as to save a vector layer, there's an
  optioon:
  Symbology Export
 
  This in turn has three options:
  No Symbology
  Feature symbology
  Symbol layer symbology
 
  What does this do? I've tried exporting to both KML and TAB files using
  these options but they don't appear to keep the symbology.
 
  Cheers,
  Jonathan
 
 
 
  ___
  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


-- 
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

Re: [Qgis-user] Symbology Export

2014-03-10 Thread Andreas Neumann
Hi,

Actually it is not tied to DXF, but DXF was the reason why it was
introduced. It is just generic OGR feature styling.

Maybe it should be removed/hidden/disabled because DXF now has its
separate export. Maybe assign Marco Hugentobler to this ticket as he
worked on this.

Unless someone wants to work on it and improve it.

Does it not work at all with KML? Not even a simple line color?

Andreas

Am 10.03.2014 14:49, schrieb Jonathan Moules:
 Hi Andreas,
 Thanks for the information. I'd suggest it should probably be removed
 until/unless it is fleshed out as you note. Either that or changed to be a
 Datasource option specific for DXF.
 Should I open a ticket for this?
 
 Cheers,
 Jonathan
 
 
 
 On 10 March 2014 14:35, Andreas Neumann a.neum...@carto.net wrote:
 
 Hi Jonathan,

 This was originally introduced for DXF export to keep symbology as good
 as it can - which is now in its separate function (Project - DXF
 Export) and not in the save layer as anymore.

 It uses the OGR feature styling, which in itself is rather limiting.
 This isn't widely implemented and tested. Would be nice if some devs or
 interested customers/users could give it some love.

 Andreas

 Am 10.03.2014 13:45, schrieb Jonathan Moules:
 Hi List,
 General curiosity question.
 When using Save Vector Layer as to save a vector layer, there's an
 optioon:
 Symbology Export

 This in turn has three options:
 No Symbology
 Feature symbology
 Symbol layer symbology

 What does this do? I've tried exporting to both KML and TAB files using
 these options but they don't appear to keep the symbology.

 Cheers,
 Jonathan



 ___
 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] Symbology Export

2014-03-10 Thread Jonathan Moules
Hi Andreas,
I don't believe QGIS exports any KML styling. I was interested in doing a
full style KML export and got this -
http://osgeo-org.1560.x6.nabble.com/styling-a-KML-KMZ-file-using-QGIS-td4125929.html-
seems not to be possible.

I'll open a ticket for removing/hiding it. I'd suggest you open a ticket
for expanding it - you know more about it so will be able to write a better
ticket about it. :-)

Regards,
Jonathan



On 10 March 2014 14:59, Andreas Neumann a.neum...@carto.net wrote:

 Hi,

 Actually it is not tied to DXF, but DXF was the reason why it was
 introduced. It is just generic OGR feature styling.

 Maybe it should be removed/hidden/disabled because DXF now has its
 separate export. Maybe assign Marco Hugentobler to this ticket as he
 worked on this.

 Unless someone wants to work on it and improve it.

 Does it not work at all with KML? Not even a simple line color?

 Andreas

 Am 10.03.2014 14:49, schrieb Jonathan Moules:
  Hi Andreas,
  Thanks for the information. I'd suggest it should probably be removed
  until/unless it is fleshed out as you note. Either that or changed to be
 a
  Datasource option specific for DXF.
  Should I open a ticket for this?
 
  Cheers,
  Jonathan
 
 
 
  On 10 March 2014 14:35, Andreas Neumann a.neum...@carto.net wrote:
 
  Hi Jonathan,
 
  This was originally introduced for DXF export to keep symbology as good
  as it can - which is now in its separate function (Project - DXF
  Export) and not in the save layer as anymore.
 
  It uses the OGR feature styling, which in itself is rather limiting.
  This isn't widely implemented and tested. Would be nice if some devs or
  interested customers/users could give it some love.
 
  Andreas
 
  Am 10.03.2014 13:45, schrieb Jonathan Moules:
  Hi List,
  General curiosity question.
  When using Save Vector Layer as to save a vector layer, there's an
  optioon:
  Symbology Export
 
  This in turn has three options:
  No Symbology
  Feature symbology
  Symbol layer symbology
 
  What does this do? I've tried exporting to both KML and TAB files using
  these options but they don't appear to keep the symbology.
 
  Cheers,
  Jonathan
 
 
 
  ___
  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
 
 



-- 
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

Re: [Qgis-user] Symbology Export

2014-03-10 Thread Andreas Neumann
Hi Jonathan,

The thread you are quoting is from 2011. The OGR feature styling was
introduced later (in late 2012 or early 2013 I think).

So did you really test KML export with Feature symbology or symbol
layer symbology?

I just tested it with QGIS master and with line features and different
line colors. It worked. What did you do that it did not work? What
steps? Do you have project/data to share?

Andreas

Am 10.03.2014 15:07, schrieb Jonathan Moules:
 Hi Andreas,
 I don't believe QGIS exports any KML styling. I was interested in doing a
 full style KML export and got this -
 http://osgeo-org.1560.x6.nabble.com/styling-a-KML-KMZ-file-using-QGIS-td4125929.html-
 seems not to be possible.
 
 I'll open a ticket for removing/hiding it. I'd suggest you open a ticket
 for expanding it - you know more about it so will be able to write a better
 ticket about it. :-)
 
 Regards,
 Jonathan
 
 
 
 On 10 March 2014 14:59, Andreas Neumann a.neum...@carto.net wrote:
 
 Hi,

 Actually it is not tied to DXF, but DXF was the reason why it was
 introduced. It is just generic OGR feature styling.

 Maybe it should be removed/hidden/disabled because DXF now has its
 separate export. Maybe assign Marco Hugentobler to this ticket as he
 worked on this.

 Unless someone wants to work on it and improve it.

 Does it not work at all with KML? Not even a simple line color?

 Andreas

 Am 10.03.2014 14:49, schrieb Jonathan Moules:
 Hi Andreas,
 Thanks for the information. I'd suggest it should probably be removed
 until/unless it is fleshed out as you note. Either that or changed to be
 a
 Datasource option specific for DXF.
 Should I open a ticket for this?

 Cheers,
 Jonathan



 On 10 March 2014 14:35, Andreas Neumann a.neum...@carto.net wrote:

 Hi Jonathan,

 This was originally introduced for DXF export to keep symbology as good
 as it can - which is now in its separate function (Project - DXF
 Export) and not in the save layer as anymore.

 It uses the OGR feature styling, which in itself is rather limiting.
 This isn't widely implemented and tested. Would be nice if some devs or
 interested customers/users could give it some love.

 Andreas

 Am 10.03.2014 13:45, schrieb Jonathan Moules:
 Hi List,
 General curiosity question.
 When using Save Vector Layer as to save a vector layer, there's an
 optioon:
 Symbology Export

 This in turn has three options:
 No Symbology
 Feature symbology
 Symbol layer symbology

 What does this do? I've tried exporting to both KML and TAB files using
 these options but they don't appear to keep the symbology.

 Cheers,
 Jonathan



 ___
 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] Symbology Export

2014-03-10 Thread Jonathan Moules
Hi Andreas,
I'm testing with a simple polygon that's using the default style QGIS gave
it (so basically black border and a random fill colour).
I've exported using both options - all I get in the KML file is a black
border, no fill.
I can change the colour of the border in QGIS and it changes in the KML
file. So I guess that's a very partial implementation.

*However* - If I set it to no symbology I still get the coloured
boundary. So changing the value appears to do absolutely nothing which is I
guess what I saw when I first tested it (a while back). Hence my wondering
what it actually did.

Can you confirm this behaviour? It seems superfluous to have an option that
is ignored.

Cheers,
Jonathan



On 10 March 2014 15:30, Andreas Neumann a.neum...@carto.net wrote:

 Hi Jonathan,

 The thread you are quoting is from 2011. The OGR feature styling was
 introduced later (in late 2012 or early 2013 I think).

 So did you really test KML export with Feature symbology or symbol
 layer symbology?

 I just tested it with QGIS master and with line features and different
 line colors. It worked. What did you do that it did not work? What
 steps? Do you have project/data to share?

 Andreas

 Am 10.03.2014 15:07, schrieb Jonathan Moules:
  Hi Andreas,
  I don't believe QGIS exports any KML styling. I was interested in doing a
  full style KML export and got this -
 
 http://osgeo-org.1560.x6.nabble.com/styling-a-KML-KMZ-file-using-QGIS-td4125929.html-
  seems not to be possible.
 
  I'll open a ticket for removing/hiding it. I'd suggest you open a ticket
  for expanding it - you know more about it so will be able to write a
 better
  ticket about it. :-)
 
  Regards,
  Jonathan
 
 
 
  On 10 March 2014 14:59, Andreas Neumann a.neum...@carto.net wrote:
 
  Hi,
 
  Actually it is not tied to DXF, but DXF was the reason why it was
  introduced. It is just generic OGR feature styling.
 
  Maybe it should be removed/hidden/disabled because DXF now has its
  separate export. Maybe assign Marco Hugentobler to this ticket as he
  worked on this.
 
  Unless someone wants to work on it and improve it.
 
  Does it not work at all with KML? Not even a simple line color?
 
  Andreas
 
  Am 10.03.2014 14:49, schrieb Jonathan Moules:
  Hi Andreas,
  Thanks for the information. I'd suggest it should probably be removed
  until/unless it is fleshed out as you note. Either that or changed to
 be
  a
  Datasource option specific for DXF.
  Should I open a ticket for this?
 
  Cheers,
  Jonathan
 
 
 
  On 10 March 2014 14:35, Andreas Neumann a.neum...@carto.net wrote:
 
  Hi Jonathan,
 
  This was originally introduced for DXF export to keep symbology as
 good
  as it can - which is now in its separate function (Project - DXF
  Export) and not in the save layer as anymore.
 
  It uses the OGR feature styling, which in itself is rather limiting.
  This isn't widely implemented and tested. Would be nice if some devs
 or
  interested customers/users could give it some love.
 
  Andreas
 
  Am 10.03.2014 13:45, schrieb Jonathan Moules:
  Hi List,
  General curiosity question.
  When using Save Vector Layer as to save a vector layer, there's an
  optioon:
  Symbology Export
 
  This in turn has three options:
  No Symbology
  Feature symbology
  Symbol layer symbology
 
  What does this do? I've tried exporting to both KML and TAB files
 using
  these options but they don't appear to keep the symbology.
 
  Cheers,
  Jonathan
 
 
 
  ___
  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
 
 
 
 
 



-- 
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

Re: [Qgis-user] Symbology Export

2014-03-10 Thread Andreas Neumann
Hi Jonathan,

I can only partially confirm what you describe.

I agree that for area feature the feature styling does not work for KML.
However, for line features, it works fine and there is a difference
between the three options. The no symbology only exports a single line
color, the feature symbology correctly exports the colors assigned to
the categories and the symbol layer symbology exports line features
multiple times in case of multiple levels in the line symbology.

So I'd rather improve this than remove it. If someone could work on the
area feature styling it would be great. Or maybe hook up with the OGR
project if things don't work as expected.

Andreas

Am 10.03.2014 15:47, schrieb Jonathan Moules:
 Hi Andreas,
 I'm testing with a simple polygon that's using the default style QGIS gave
 it (so basically black border and a random fill colour).
 I've exported using both options - all I get in the KML file is a black
 border, no fill.
 I can change the colour of the border in QGIS and it changes in the KML
 file. So I guess that's a very partial implementation.
 
 *However* - If I set it to no symbology I still get the coloured
 boundary. So changing the value appears to do absolutely nothing which is I
 guess what I saw when I first tested it (a while back). Hence my wondering
 what it actually did.
 
 Can you confirm this behaviour? It seems superfluous to have an option that
 is ignored.
 
 Cheers,
 Jonathan
 
 
 
 On 10 March 2014 15:30, Andreas Neumann a.neum...@carto.net wrote:
 
 Hi Jonathan,

 The thread you are quoting is from 2011. The OGR feature styling was
 introduced later (in late 2012 or early 2013 I think).

 So did you really test KML export with Feature symbology or symbol
 layer symbology?

 I just tested it with QGIS master and with line features and different
 line colors. It worked. What did you do that it did not work? What
 steps? Do you have project/data to share?

 Andreas

 Am 10.03.2014 15:07, schrieb Jonathan Moules:
 Hi Andreas,
 I don't believe QGIS exports any KML styling. I was interested in doing a
 full style KML export and got this -

 http://osgeo-org.1560.x6.nabble.com/styling-a-KML-KMZ-file-using-QGIS-td4125929.html-
 seems not to be possible.

 I'll open a ticket for removing/hiding it. I'd suggest you open a ticket
 for expanding it - you know more about it so will be able to write a
 better
 ticket about it. :-)

 Regards,
 Jonathan



 On 10 March 2014 14:59, Andreas Neumann a.neum...@carto.net wrote:

 Hi,

 Actually it is not tied to DXF, but DXF was the reason why it was
 introduced. It is just generic OGR feature styling.

 Maybe it should be removed/hidden/disabled because DXF now has its
 separate export. Maybe assign Marco Hugentobler to this ticket as he
 worked on this.

 Unless someone wants to work on it and improve it.

 Does it not work at all with KML? Not even a simple line color?

 Andreas

 Am 10.03.2014 14:49, schrieb Jonathan Moules:
 Hi Andreas,
 Thanks for the information. I'd suggest it should probably be removed
 until/unless it is fleshed out as you note. Either that or changed to
 be
 a
 Datasource option specific for DXF.
 Should I open a ticket for this?

 Cheers,
 Jonathan



 On 10 March 2014 14:35, Andreas Neumann a.neum...@carto.net wrote:

 Hi Jonathan,

 This was originally introduced for DXF export to keep symbology as
 good
 as it can - which is now in its separate function (Project - DXF
 Export) and not in the save layer as anymore.

 It uses the OGR feature styling, which in itself is rather limiting.
 This isn't widely implemented and tested. Would be nice if some devs
 or
 interested customers/users could give it some love.

 Andreas

 Am 10.03.2014 13:45, schrieb Jonathan Moules:
 Hi List,
 General curiosity question.
 When using Save Vector Layer as to save a vector layer, there's an
 optioon:
 Symbology Export

 This in turn has three options:
 No Symbology
 Feature symbology
 Symbol layer symbology

 What does this do? I've tried exporting to both KML and TAB files
 using
 these options but they don't appear to keep the symbology.

 Cheers,
 Jonathan



 ___
 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] Symbology Export

2014-03-10 Thread Jonathan Moules
Hi Andreas,
Thanks for further testing. I figured if something as simple as a fill
wasn't implemented then catogorisation probably wouldn't be.

A further thought - not all vector formats support styling (shapefile being
the most notable exception). Should it remain a general option or be moved
to Datasource Options for any supported style?
I lean towards the later option myself.

Cheers,

Jonathan




On 10 March 2014 16:04, Andreas Neumann a.neum...@carto.net wrote:

 Hi Jonathan,

 I can only partially confirm what you describe.

 I agree that for area feature the feature styling does not work for KML.
 However, for line features, it works fine and there is a difference
 between the three options. The no symbology only exports a single line
 color, the feature symbology correctly exports the colors assigned to
 the categories and the symbol layer symbology exports line features
 multiple times in case of multiple levels in the line symbology.

 So I'd rather improve this than remove it. If someone could work on the
 area feature styling it would be great. Or maybe hook up with the OGR
 project if things don't work as expected.

 Andreas

 Am 10.03.2014 15:47, schrieb Jonathan Moules:
  Hi Andreas,
  I'm testing with a simple polygon that's using the default style QGIS
 gave
  it (so basically black border and a random fill colour).
  I've exported using both options - all I get in the KML file is a black
  border, no fill.
  I can change the colour of the border in QGIS and it changes in the KML
  file. So I guess that's a very partial implementation.
 
  *However* - If I set it to no symbology I still get the coloured
  boundary. So changing the value appears to do absolutely nothing which
 is I
  guess what I saw when I first tested it (a while back). Hence my
 wondering
  what it actually did.
 
  Can you confirm this behaviour? It seems superfluous to have an option
 that
  is ignored.
 
  Cheers,
  Jonathan
 
 
 
  On 10 March 2014 15:30, Andreas Neumann a.neum...@carto.net wrote:
 
  Hi Jonathan,
 
  The thread you are quoting is from 2011. The OGR feature styling was
  introduced later (in late 2012 or early 2013 I think).
 
  So did you really test KML export with Feature symbology or symbol
  layer symbology?
 
  I just tested it with QGIS master and with line features and different
  line colors. It worked. What did you do that it did not work? What
  steps? Do you have project/data to share?
 
  Andreas
 
  Am 10.03.2014 15:07, schrieb Jonathan Moules:
  Hi Andreas,
  I don't believe QGIS exports any KML styling. I was interested in
 doing a
  full style KML export and got this -
 
 
 http://osgeo-org.1560.x6.nabble.com/styling-a-KML-KMZ-file-using-QGIS-td4125929.html-
  seems not to be possible.
 
  I'll open a ticket for removing/hiding it. I'd suggest you open a
 ticket
  for expanding it - you know more about it so will be able to write a
  better
  ticket about it. :-)
 
  Regards,
  Jonathan
 
 
 
  On 10 March 2014 14:59, Andreas Neumann a.neum...@carto.net wrote:
 
  Hi,
 
  Actually it is not tied to DXF, but DXF was the reason why it was
  introduced. It is just generic OGR feature styling.
 
  Maybe it should be removed/hidden/disabled because DXF now has its
  separate export. Maybe assign Marco Hugentobler to this ticket as he
  worked on this.
 
  Unless someone wants to work on it and improve it.
 
  Does it not work at all with KML? Not even a simple line color?
 
  Andreas
 
  Am 10.03.2014 14:49, schrieb Jonathan Moules:
  Hi Andreas,
  Thanks for the information. I'd suggest it should probably be removed
  until/unless it is fleshed out as you note. Either that or changed to
  be
  a
  Datasource option specific for DXF.
  Should I open a ticket for this?
 
  Cheers,
  Jonathan
 
 
 
  On 10 March 2014 14:35, Andreas Neumann a.neum...@carto.net wrote:
 
  Hi Jonathan,
 
  This was originally introduced for DXF export to keep symbology as
  good
  as it can - which is now in its separate function (Project - DXF
  Export) and not in the save layer as anymore.
 
  It uses the OGR feature styling, which in itself is rather limiting.
  This isn't widely implemented and tested. Would be nice if some devs
  or
  interested customers/users could give it some love.
 
  Andreas
 
  Am 10.03.2014 13:45, schrieb Jonathan Moules:
  Hi List,
  General curiosity question.
  When using Save Vector Layer as to save a vector layer, there's
 an
  optioon:
  Symbology Export
 
  This in turn has three options:
  No Symbology
  Feature symbology
  Symbol layer symbology
 
  What does this do? I've tried exporting to both KML and TAB files
  using
  these options but they don't appear to keep the symbology.
 
  Cheers,
  Jonathan
 
 
 
  ___
  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
  

Re: [Qgis-user] Symbology Export

2014-03-10 Thread Andreas Neumann
Hi Jonathan,

I think this option should be disabled if a format does not support
feature styling. I don't know if OGR provides this information?

http://www.gdal.org/ogr/drv_kml.html
says about KML:
Limited support is available for fills, line color and other styling
attributes. Please try a few sample files to get a better sense of
actual behavior.

Andreas

Am 10.03.2014 16:10, schrieb Jonathan Moules:
 Hi Andreas,
 Thanks for further testing. I figured if something as simple as a fill
 wasn't implemented then catogorisation probably wouldn't be.
 
 A further thought - not all vector formats support styling (shapefile being
 the most notable exception). Should it remain a general option or be moved
 to Datasource Options for any supported style?
 I lean towards the later option myself.
 
 Cheers,
 
 Jonathan
 
 
 
 
 On 10 March 2014 16:04, Andreas Neumann a.neum...@carto.net wrote:
 
 Hi Jonathan,

 I can only partially confirm what you describe.

 I agree that for area feature the feature styling does not work for KML.
 However, for line features, it works fine and there is a difference
 between the three options. The no symbology only exports a single line
 color, the feature symbology correctly exports the colors assigned to
 the categories and the symbol layer symbology exports line features
 multiple times in case of multiple levels in the line symbology.

 So I'd rather improve this than remove it. If someone could work on the
 area feature styling it would be great. Or maybe hook up with the OGR
 project if things don't work as expected.

 Andreas

 Am 10.03.2014 15:47, schrieb Jonathan Moules:
 Hi Andreas,
 I'm testing with a simple polygon that's using the default style QGIS
 gave
 it (so basically black border and a random fill colour).
 I've exported using both options - all I get in the KML file is a black
 border, no fill.
 I can change the colour of the border in QGIS and it changes in the KML
 file. So I guess that's a very partial implementation.

 *However* - If I set it to no symbology I still get the coloured
 boundary. So changing the value appears to do absolutely nothing which
 is I
 guess what I saw when I first tested it (a while back). Hence my
 wondering
 what it actually did.

 Can you confirm this behaviour? It seems superfluous to have an option
 that
 is ignored.

 Cheers,
 Jonathan



 On 10 March 2014 15:30, Andreas Neumann a.neum...@carto.net wrote:

 Hi Jonathan,

 The thread you are quoting is from 2011. The OGR feature styling was
 introduced later (in late 2012 or early 2013 I think).

 So did you really test KML export with Feature symbology or symbol
 layer symbology?

 I just tested it with QGIS master and with line features and different
 line colors. It worked. What did you do that it did not work? What
 steps? Do you have project/data to share?

 Andreas

 Am 10.03.2014 15:07, schrieb Jonathan Moules:
 Hi Andreas,
 I don't believe QGIS exports any KML styling. I was interested in
 doing a
 full style KML export and got this -


 http://osgeo-org.1560.x6.nabble.com/styling-a-KML-KMZ-file-using-QGIS-td4125929.html-
 seems not to be possible.

 I'll open a ticket for removing/hiding it. I'd suggest you open a
 ticket
 for expanding it - you know more about it so will be able to write a
 better
 ticket about it. :-)

 Regards,
 Jonathan



 On 10 March 2014 14:59, Andreas Neumann a.neum...@carto.net wrote:

 Hi,

 Actually it is not tied to DXF, but DXF was the reason why it was
 introduced. It is just generic OGR feature styling.

 Maybe it should be removed/hidden/disabled because DXF now has its
 separate export. Maybe assign Marco Hugentobler to this ticket as he
 worked on this.

 Unless someone wants to work on it and improve it.

 Does it not work at all with KML? Not even a simple line color?

 Andreas

 Am 10.03.2014 14:49, schrieb Jonathan Moules:
 Hi Andreas,
 Thanks for the information. I'd suggest it should probably be removed
 until/unless it is fleshed out as you note. Either that or changed to
 be
 a
 Datasource option specific for DXF.
 Should I open a ticket for this?

 Cheers,
 Jonathan



 On 10 March 2014 14:35, Andreas Neumann a.neum...@carto.net wrote:

 Hi Jonathan,

 This was originally introduced for DXF export to keep symbology as
 good
 as it can - which is now in its separate function (Project - DXF
 Export) and not in the save layer as anymore.

 It uses the OGR feature styling, which in itself is rather limiting.
 This isn't widely implemented and tested. Would be nice if some devs
 or
 interested customers/users could give it some love.

 Andreas

 Am 10.03.2014 13:45, schrieb Jonathan Moules:
 Hi List,
 General curiosity question.
 When using Save Vector Layer as to save a vector layer, there's
 an
 optioon:
 Symbology Export

 This in turn has three options:
 No Symbology
 Feature symbology
 Symbol layer symbology

 What does this do? I've tried exporting to both KML and TAB files
 using
 these options but they don't appear to 

Re: [Qgis-user] Symbology: switch off automatic classification

2012-08-16 Thread Nathan Woodrow
Hey Tammo,

This is a feature as having to click classify each time when changing
the values was confusing to users so I changed how it works a while
ago.

Currently there is no way to turn it off.  You could save out the qgis
qml file and hand edit it to have the new column.

- Nathan

On Thu, Aug 16, 2012 at 5:21 PM, Tammo Jan Dijkema dijk...@hypercube.nl wrote:
 I’m using qgis 1.8 to create graduated maps of multiple data columns. For
 this, I use the new symbology implementation, with graduated colors. I would
 like to use one classification for all columns. Usually based on Jenks, and
 tweaked manually.



 In qgis 1.8, when changing the column which is used for the classification,
 the classification is recomputed automatically. This is inconvenient,
 because now I have to enter the ranges for the classification for each map I
 want to make. I expected the classification to only be recomputed when I
 press the button ‘Classify’.


 The workaround I have found is to create my classification, then switch to
 old symbology, which retains the classifcation when I change the column.


 Is this a bug or a feature? And if it’s a feature, how can I switch it offf?



 Thanks for your reply.


 Tammo Jan Dijkema


 ___
 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] Symbology: switch off automatic classification

2012-08-16 Thread Tammo Jan Dijkema
Hi Nathan,

Thanks for your reply. We'll switch to manually editing the qml-file for now.

However, I would say the feature could have been thought through a bit more. 
The button 'classify' now seems superfluous, and there is no way to prevent an 
update when changing layers. Perhaps the button 'classify' could be replaced by 
an option to automatically reclassify. Another option would be to add a 
classification scheme 'manual' which copies to the current classification when 
selected, but retains its values when changing columns.

I think there are many users (I know 3 of them in my company) that create 
multiple maps with the same classification, so an update would be very welcome 
:)

Tammo Jan

-Oorspronkelijk bericht-
Van: Nathan Woodrow [mailto:madman...@gmail.com]
Verzonden: donderdag 16 augustus 2012 9:49
Aan: Tammo Jan Dijkema
CC: qgis-user@lists.osgeo.org
Onderwerp: Re: [Qgis-user] Symbology: switch off automatic classification

Hey Tammo,

This is a feature as having to click classify each time when changing the 
values was confusing to users so I changed how it works a while ago.

Currently there is no way to turn it off.  You could save out the qgis qml file 
and hand edit it to have the new column.

- Nathan

On Thu, Aug 16, 2012 at 5:21 PM, Tammo Jan Dijkema dijk...@hypercube.nl wrote:
 I'm using qgis 1.8 to create graduated maps of multiple data columns.
 For this, I use the new symbology implementation, with graduated
 colors. I would like to use one classification for all columns.
 Usually based on Jenks, and tweaked manually.



 In qgis 1.8, when changing the column which is used for the
 classification, the classification is recomputed automatically. This
 is inconvenient, because now I have to enter the ranges for the
 classification for each map I want to make. I expected the
 classification to only be recomputed when I press the button 'Classify'.


 The workaround I have found is to create my classification, then
 switch to old symbology, which retains the classifcation when I change the 
 column.


 Is this a bug or a feature? And if it's a feature, how can I switch it offf?



 Thanks for your reply.


 Tammo Jan Dijkema


 ___
 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] Symbology: switch off automatic classification

2012-08-16 Thread Nathan Woodrow
Yes I agree the classify button is a little superfluous now.  It was a
bit of a oversight on my part. I think we could replace it with a
Freeze Classification button, or something like that.

Can you open a ticket and assign it to me on hub.qgis.org so I don't
forget about it.

- Nathan

On Thu, Aug 16, 2012 at 6:03 PM, Tammo Jan Dijkema dijk...@hypercube.nl wrote:
 Hi Nathan,

 Thanks for your reply. We'll switch to manually editing the qml-file for now.

 However, I would say the feature could have been thought through a bit more. 
 The button 'classify' now seems superfluous, and there is no way to prevent 
 an update when changing layers. Perhaps the button 'classify' could be 
 replaced by an option to automatically reclassify. Another option would be to 
 add a classification scheme 'manual' which copies to the current 
 classification when selected, but retains its values when changing columns.

 I think there are many users (I know 3 of them in my company) that create 
 multiple maps with the same classification, so an update would be very 
 welcome :)

 Tammo Jan

 -Oorspronkelijk bericht-
 Van: Nathan Woodrow [mailto:madman...@gmail.com]
 Verzonden: donderdag 16 augustus 2012 9:49
 Aan: Tammo Jan Dijkema
 CC: qgis-user@lists.osgeo.org
 Onderwerp: Re: [Qgis-user] Symbology: switch off automatic classification

 Hey Tammo,

 This is a feature as having to click classify each time when changing the 
 values was confusing to users so I changed how it works a while ago.

 Currently there is no way to turn it off.  You could save out the qgis qml 
 file and hand edit it to have the new column.

 - Nathan

 On Thu, Aug 16, 2012 at 5:21 PM, Tammo Jan Dijkema dijk...@hypercube.nl 
 wrote:
 I'm using qgis 1.8 to create graduated maps of multiple data columns.
 For this, I use the new symbology implementation, with graduated
 colors. I would like to use one classification for all columns.
 Usually based on Jenks, and tweaked manually.



 In qgis 1.8, when changing the column which is used for the
 classification, the classification is recomputed automatically. This
 is inconvenient, because now I have to enter the ranges for the
 classification for each map I want to make. I expected the
 classification to only be recomputed when I press the button 'Classify'.


 The workaround I have found is to create my classification, then
 switch to old symbology, which retains the classifcation when I change the 
 column.


 Is this a bug or a feature? And if it's a feature, how can I switch it offf?



 Thanks for your reply.


 Tammo Jan Dijkema


 ___
 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] Symbology: column list is not populated for graduated style

2012-05-30 Thread Giovanni Manghi
Hi,

no bug, graduated must use columns of a numeric type, your shape has
columns that are all string type.


cheers


-- Giovanni --

On Wed, 2012-05-30 at 12:01 -0400, Matthew Pearlson wrote:
 Symbology: column list is not populated for graduated style
 
 
 The column list is not populated for graduated symbology, but works
 for categories. The issue repros with QGIS v.1.7.4 and v.1.9, but not
 with other shapefiles. This leads me to believe it is a formatting
 issue with the shp file or column names. 
 
 
 I'm not sure what's wrong with the table format and can't seem to find
 any other bugs like this online. I'd appreciate some assistance in
 unblocking this issue. Shape file can be found here, on Dropbox.
 
 
 Many thanks in advance,
 Matthew Pearlson
 Boston, MA
 ___
 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] symbology-ng and multiple selection of atributes

2011-09-16 Thread Giovanni Manghi
Hi Marco,

I don't know if I'm wrong but it seems to be that Arthur was referring
to another thing.

When creating symbology classes in the old symbology you are allowed to
select more than one class at the same time and change the settings for
those classes.

In the new symbology you can't, is one of that missing features that the
old had and the new one doesn't.

There is a ticket already filed about this issue.

Cheers

-- Giovanni --

On Thu, 2011-09-15 at 08:28 +0200, Marco Hugentobler wrote:
 Hi Arthur
 
 It is possible also in symbology-ng with the latest developer version. Select 
 multiple symbols and right click to change color / transparency / size / 
 outline width of all entries.
 
 Regards,
 Marco
 
 Am Donnerstag, 15. September 2011, 02.57:26 schrieb Arthur Nanni:
  Hi list,
  
  In the symbology-ng is not possible to select two or more attributes
  with shift key pressed. In the old style it is possible. There are
  another way to do this?
  If no, I would like to suggest this implementation to the next version.
  
  Cheers.
 
 ___
 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] symbology-ng and multiple selection of atributes

2011-09-16 Thread Marco Hugentobler
Hi Giovanni

That's what I meant. It is possible in the categorized / graduated / rule 
based renderers of symbology-ng to change properties of multiple selected 
symbols with right click.

Regards,
Marco

Am Freitag, 16. September 2011, 09.40:15 schrieb Giovanni Manghi:
 Hi Marco,
 
 I don't know if I'm wrong but it seems to be that Arthur was referring
 to another thing.
 
 When creating symbology classes in the old symbology you are allowed to
 select more than one class at the same time and change the settings for
 those classes.
 
 In the new symbology you can't, is one of that missing features that the
 old had and the new one doesn't.
 
 There is a ticket already filed about this issue.
 
 Cheers
 
 -- Giovanni --
 
 On Thu, 2011-09-15 at 08:28 +0200, Marco Hugentobler wrote:
  Hi Arthur
  
  It is possible also in symbology-ng with the latest developer version.
  Select multiple symbols and right click to change color / transparency /
  size / outline width of all entries.
  
  Regards,
  Marco
  
  Am Donnerstag, 15. September 2011, 02.57:26 schrieb Arthur Nanni:
   Hi list,
   
   In the symbology-ng is not possible to select two or more attributes
   with shift key pressed. In the old style it is possible. There are
   another way to do this?
   If no, I would like to suggest this implementation to the next version.
   
   Cheers.
  
  ___
  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] symbology-ng and multiple selection of atributes

2011-09-15 Thread Marco Hugentobler
Hi Arthur

It is possible also in symbology-ng with the latest developer version. Select 
multiple symbols and right click to change color / transparency / size / 
outline width of all entries.

Regards,
Marco

Am Donnerstag, 15. September 2011, 02.57:26 schrieb Arthur Nanni:
 Hi list,
 
 In the symbology-ng is not possible to select two or more attributes
 with shift key pressed. In the old style it is possible. There are
 another way to do this?
 If no, I would like to suggest this implementation to the next version.
 
 Cheers.

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


Re: [Qgis-user] Symbology problem for WFS layers

2010-11-22 Thread Paolo Cavallini

Il 22/11/2010 04:08, pcr...@pcreso.com ha scritto:

Hi,

It seems, with the WFS plugin, that QGIS sets all attribute types to
string, and therefore users cannot scale symbology on an attribute with
a WFS layer.


I do not confirm this. In my case, WFS keeps numeric values.
All the best.
--
http://www.faunalia.it/pc
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Symbology problem for WFS layers

2010-11-22 Thread Marco Hugentobler
Hi Brent

Some WFS servers advertise all fields as text by default. Could you check what 
the DescribeFeatureType (e.g. 
'http://mywfs.com/wfs?SERVICE=WFSVERSION=1.0.0REQUEST=DescribeFeatureTypeTYPENAME=layername')
 
output is? 

Regards,
Marco

Am Montag, 22. November 2010, um 09.27:44 schrieb Paolo Cavallini:
 Il 22/11/2010 04:08, pcr...@pcreso.com ha scritto:
  Hi,
  
  It seems, with the WFS plugin, that QGIS sets all attribute types to
  string, and therefore users cannot scale symbology on an attribute with
  a WFS layer.
 
 I do not confirm this. In my case, WFS keeps numeric values.
 All the best.


-- 
Dr. Marco Hugentobler
Sourcepole - Linux  Open Source Solutions
Churerstr. 22, CH-8808 Pfäffikon SZ, Switzerland
marco.hugentob...@sourcepole.ch http://www.sourcepole.ch
Technical Advisor QGIS Project Steering Committee
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Symbology problem for WFS layers

2010-11-22 Thread pcreso
Thanks guys,

It seems that is it is not a QGIS problem, 

Now off to the mapserver list, as I can't see any way of setting this in 
Mapserver!

As you suggested, the getfeaturetype request shows all fields except geometry 
as strings:
http://boi.wms.niwa.co.nz/cgi-bin/cc_scaled_spp?SERVICE=WFSVERSION=1.0.0REQUEST=DESCRIBEFEATURETYPETYPENAME=Scaled_species

−
schema targetNamespace=http://mapserver.gis.umn.edu/mapserver; 
elementFormDefault=qualified version=0.1
import namespace=http://www.opengis.net/gml; 
schemaLocation=http://schemas.opengis.net/gml/2.1.2/feature.xsd/
element name=Scaled_species type=ms:Scaled_speciesType 
substitutionGroup=gml:_Feature/
−
    complexType name=Scaled_speciesType
−
    complexContent
−
    extension base=gml:AbstractFeatureType
−
    sequence
element name=msGeometry type=gml:GeometryPropertyType minOccurs=0 
maxOccurs=1/
element name=id type=string/
element name=trip_code type=string/
element name=station_no type=string/
element name=date_s type=string/
element name=time_s type=string/
element name=mingdepth type=string/
element name=maxgdepth type=string/
element name=abu_class type=string/
element name=noper1000m2 type=string/
element name=otu type=string/
element name=phylum type=string/
element name=class type=string/
element name=order_ type=string/
element name=family type=string/
element name=genus type=string/
element name=taxon type=string/
element name=scale type=string/
/sequence
/extension
/complexContent
/complexType
/schema



--- On Mon, 11/22/10, Paolo Cavallini cavall...@faunalia.it wrote:

From: Paolo Cavallini cavall...@faunalia.it
Subject: Re: [Qgis-user] Symbology problem for WFS layers
To: qgis-user@lists.osgeo.org
Date: Monday, November 22, 2010, 9:27 PM

Il 22/11/2010 04:08, pcr...@pcreso.com ha scritto:
 Hi,

 It seems, with the WFS plugin, that QGIS sets all attribute types to
 string, and therefore users cannot scale symbology on an attribute with
 a WFS layer.

I do not confirm this. In my case, WFS keeps numeric values.
All the best.
-- 
http://www.faunalia.it/pc
___
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] symbology Unique Value from Postgis Table

2010-03-03 Thread Michael Diener
Hi Mike,

Yes there are some spaces it the fields and some '-' and '_'
Field data type is:  character(33)

I did try it out on other fields and it DID   work just fine that is why I'm
stuck.

Do I need to remove all special characters and spaces?

Cheers
michael

-Original Message-
From: Mike Toews [mailto:mwto...@gmail.com] 
Sent: Montag, 01. März 2010 16:27
To: m.die...@gomogi.com
Cc: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] symbology Unique Value from Postgis Table

Hi Michael,

Do you have any odd names (spaces or case) in your
dbname/schema/table/column/datatype? What is the data type of the
field you are attempting this with? Have you tried making a unique
classification on other fields or tables with the same unexpected
result?

-Mike

On 1 March 2010 07:08, Michael Diener m.die...@gomogi.com wrote:
 Hi,



 I have tried everything possible to get my postgis Polygon table to
display
 a unique value as a thematic map.  It generates the legend nicely but
won’t
 display it in the map window all polys get the default color no matter
what
 I try.



 System:  qgis 1.4 build revision 12728  Windows XP  sp 3



 KML or shp work fine using the unique value symbology



 Is this a bug or am I missing something obvious, just not obvious to me
yet.



 Cheereo

 michael



 Michael Diener

 _

 GOMOGI Mobile Geographics

 LAKESIDE PARK B01

 9020 KLAGENFURT



 T: ++043 (0) 676 520 3600

 E: m.die...@gomogi.com

 W: www.gomogi.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] symbology Unique Value from Postgis Table

2010-03-03 Thread Mike Toews
On 3 March 2010 00:36, Michael Diener m.die...@gomogi.com wrote:
 Field data type is:  character(33)

It's a bug, I can reproduce it with QGIS 1.4. The problem is the data
type character(33). Can you change your data type to character
varying(33)? In pgAdminIII this is really simply to do. After this
change, the styles should be applied to the map as well as the legend.

I'm just going to test it with the latest trunk build, and I'll file a
bug if I can reproduce the behaviour there as well.

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


RE: [Qgis-user] symbology Unique Value from Postgis Table

2010-03-01 Thread Michael Diener
Hi Mike,

Yes there are some spaces it the fields and possibly some funny characters
aka german ä ü
Field data type is:  character(33)

I did try it out on other fields and it DID   work just fine that is why I'm
stuck.

Do I need to remove all special characters and spaces?

Cheers
michael

-Original Message-
From: Mike Toews [mailto:mwto...@gmail.com] 
Sent: Montag, 01. März 2010 16:27
To: m.die...@gomogi.com
Cc: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] symbology Unique Value from Postgis Table

Hi Michael,

Do you have any odd names (spaces or case) in your
dbname/schema/table/column/datatype? What is the data type of the
field you are attempting this with? Have you tried making a unique
classification on other fields or tables with the same unexpected
result?

-Mike

On 1 March 2010 07:08, Michael Diener m.die...@gomogi.com wrote:
 Hi,



 I have tried everything possible to get my postgis Polygon table to
display
 a unique value as a thematic map.  It generates the legend nicely but
won’t
 display it in the map window all polys get the default color no matter
what
 I try.



 System:  qgis 1.4 build revision 12728  Windows XP  sp 3



 KML or shp work fine using the unique value symbology



 Is this a bug or am I missing something obvious, just not obvious to me
yet.



 Cheereo

 michael



 Michael Diener

 _

 GOMOGI Mobile Geographics

 LAKESIDE PARK B01

 9020 KLAGENFURT



 T: ++043 (0) 676 520 3600

 E: m.die...@gomogi.com

 W: www.gomogi.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] Symbology-ng: field-based rotation for symbols?

2009-12-14 Thread Martin Dobias
On Mon, Dec 14, 2009 at 9:20 AM,  luca_mangane...@comune.trento.it wrote:

 Hi,

 I discovered that field-based rotation for symbols in symbology-ng is not
 supported. Is it true?

That's true. Hopefully it will get implemented in some future version.

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


Re: [Qgis-user] Symbology/Graduated color

2009-03-12 Thread Jacolin Yves
Hi,

Le Thursday 12 March 2009 16:03:16 G. Allegri, vous avez écrit :
 PS: it's strange. I remembers that on Linux I could multiple select
 the classes, while it doesn't work on the Windows version. Am I wrong?
 I don't have my Ubuntu to verify it...

You are right, if I understand correctly you can select multiple classes on 
Linux.

Y.
-- 
Yves Jacolin
---
http://softlibre.gloobe.org
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user