Re: [Geoserver-users] Opacity using cql

2018-07-03 Thread Simone Giannecchini
When do you get this error, when validating and during a getmap?
In the first case you can simply try to ignore the validation error
and see what happens when you do a getmap.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---
Con riferimento alla normativa sul trattamento dei dati personali
(Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati
“GDPR”), si precisa che ogni circostanza inerente alla presente email
(il suo contenuto, gli eventuali allegati, etc.) è un dato la cui
conoscenza è riservata al/i solo/i destinatario/i indicati dallo
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a
cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato
se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential
or otherwise protected from disclosure. We remind that - as provided
by European Regulation 2016/679 “GDPR” - copying, dissemination or use
of this e-mail or the information herein by anyone other than the
intended recipient is prohibited. If you have received this email by
mistake, please notify us immediately by telephone or e-mail.

On Tue, Jul 3, 2018 at 11:42 AM Anneley McMillan
 wrote:
>
> Hi there,
>
> I'm using cql to add parameter values for my color map e.g.
>
>  label="values" opacity="${env('PlantOpacity', 1)}" />
>
> The PlantColor parameter works. However I can't get the opacity to work. The
> error is:
>
> line 27: cvc-datatype-valid.1.2.1: '${env('PlantOpacity', 1)}' is not a
> valid value for 'double'.
>
> I've tried various combinations of single quotes, double quotes, no quotes
> etc. for the attributes.  I understand it wants a number not a string, but
> how do you get that to work with the cql expression? It does say you can use
> cql for the opacity but I can't find an example syntax.
>
> Best regards,
>
> Anna
>
>
>
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Opacity using cql

2018-07-03 Thread Ian Turton
You may need to wrap it in a formatNumber function -
http://docs.geoserver.org/stable/en/user/filter/function_reference.html#parsing-and-formatting-functions


Ian

On Tue, 3 Jul 2018 at 10:43, Anneley McMillan <
anneley.mcmil...@deimos-space.com> wrote:

> Hi there,
>
> I'm using cql to add parameter values for my color map e.g.
>
>  label="values" opacity="${env('PlantOpacity', 1)}" />
>
> The PlantColor parameter works. However I can't get the opacity to work.
> The
> error is:
>
> line 27: cvc-datatype-valid.1.2.1: '${env('PlantOpacity', 1)}' is not a
> valid value for 'double'.
>
> I've tried various combinations of single quotes, double quotes, no quotes
> etc. for the attributes.  I understand it wants a number not a string, but
> how do you get that to work with the cql expression? It does say you can
> use
> cql for the opacity but I can't find an example syntax.
>
> Best regards,
>
> Anna
>
>
>
> --
> Sent from:
> http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>


-- 
Ian Turton
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Opacity using cql

2018-07-03 Thread Anneley McMillan
Hi there,

I'm using cql to add parameter values for my color map e.g. 

 

The PlantColor parameter works. However I can't get the opacity to work. The
error is:

line 27: cvc-datatype-valid.1.2.1: '${env('PlantOpacity', 1)}' is not a
valid value for 'double'.

I've tried various combinations of single quotes, double quotes, no quotes
etc. for the attributes.  I understand it wants a number not a string, but
how do you get that to work with the cql expression? It does say you can use
cql for the opacity but I can't find an example syntax.

Best regards,

Anna



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users