Dear List,

I could not figure out how to escape backslash in geoserver CSS style it does 
not seem to work as in the documentation.
The below simple style:

* {
label: ‘\\’;
}

giving this error when pushing validate on the UI: Invalid input '\', expected 
'’'

What I would really like to achive is using backslash in a function call:

* {
label: [strConcat('my regex: ','.*\d.*')];
}

I get: Error at line 5. Encountered "<EOF>" at line 1, column 23. Was expecting 
one of: <STRING_LITERAL> ... "true" ... "false" ... "point" ... "linestring" 
... "polygon" ... "multipoint" ... "multilinestring" ... "multipolygon" ... 
"geometrycollection" ... "envelope" ... "(" ... "[" ... "-" ... 
<INTEGER_LITERAL> ... <FLOATING_LITERAL> ... <DATE> ... <DATE_TIME> ... 
<IDENTIFIER> ... Parsing : strConcat('my regex: ‘,.

Any idea?

Thank you,
Laszlo



NÉMETH László
_________________________________________
operatív vezérigazgatóhelyettes
NETvisor Zrt.
1119 Budapest, Petzvál József u. 56.
Tel: (+36-1) 371-2715<tel:371-2715>  Fax: (+36-1) 204-1664<tel:204-1664>
Mobil: +36 30 343-8973<tel:+36%2030%20343-8973>
Email: [email protected]<mailto:[email protected]>
http://www.netvisor.hu<http://www.netvisor.eu/>

____________________________________________________________________________________________________

Figyelmeztetés

Ez az e-mail üzenet, a fenti címzetteknek szánt, üzleti titoktartás alá eső 
bizalmas információkat tartalmazhat. Téves kézbesítés esetén kérjük, értesítsen 
a fent megjelölt telefonszámon, vagy e-mail címen. Kérjük, hogy az eredeti 
üzenet visszaküldéséről majd törléséről haladéktalanul gondoskodjon.



Notice:

This e-mail contains privileged and confidential business information intended 
only for the use of addresses(s) named above. Should you have received it in 
error, please notify us by phone or e-mail, and delete after returning the 
original e-mail to our address.
_______________________________________________
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


[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to