Re: [Geoserver-users] GEOSERVER_HOME envrionemnt variable on Ubuntu

2021-06-01 Thread John Joseph
Thanks to everyone for your help.  The details in Marcin's response put me
on the road to understanding what's going on, and everyone else's comments
have added to my understanding of the big picture.  I now have GeoServer
running and the environment variable correctly defined.  Thanks!

John

On Tue, Jun 1, 2021 at 3:08 PM Tom Saul  wrote:

> FOr the example you have provided the GEOSERVER_HOME would be set to
> /usr/share/geoserver/geoserver-2.19.1-bin
>
> The shell command consists of two parts (each with no line breaks when
> you type them)
>
> echo  "export GEOSERVER_HOME=/usr/share/geoserver/geoserver-2.19.1-bin"
>  >> ~/.profile
>
> and then
>
> . ~/.profile
>
>
>
> On 6/1/2021 8:01 AM, John Joseph wrote:
> > Hello, I'm installing Geoserver-2.19.1 (binary, platform independent)
> > stable release on Ubuntu 20.04.  I'm following the Geoserver
> > documentation as best I can, but am running into trouble on setting the
> > GEOSERVER_HOME environment variable.
> >
> > After following the documentation to download and extract zip files, I
> > have the directories set up such that my startup.sh is located as shown:
> >
> > /usr/share/geoserver/geoserver-2.19.1-bin/bin/startup.sh
> >
> > Now Step 5 of the current on-line GeoServer documentation says to define
> > the GEOSERVER_HOME environment variable by entering the command (which
> > I've copied and pasted here):
> >
> > echo  "export GEOSERVER_HOME=/usr/share/geoserver"  >> ~/.profile
> > . ~/.profile
> >
> > I assume this is all supposed to be entered as a single command line, as
> > the instructions say to type it in, so I typed it in like this:
> >
> > echo "export GEOSERVER_HOME=/usr/share/geoserver" >> ~/.profile.
> ~/.profile
> >
> > which did not work for me.  Prior to that, I had entered (erroneously)
> as two separate command lines (. ~/.profile as the 2nd command).  But
> either way when I try to do a subesequent step,
> >
> > cd geoserver/bin
> >
> > I get "No such file or directory". I actually got Geoserver to start
> last night by using the commands "cd
> /usr/share/geoserver/geoserver-2.19.1-bin/bin" and then "sh startup.sh",
> but now even that won't work.
> >
> > Can someone tell me my error?  I'm considering re-installing, but would
> like to have a bit more insight before I do that.
> >
> > Your help would be much appreciated.
> >
> >
> >
> >
> > ___
> > 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 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 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] GEOSERVER_HOME envrionemnt variable on Ubuntu

2021-06-01 Thread Tom Saul
FOr the example you have provided the GEOSERVER_HOME would be set to 
/usr/share/geoserver/geoserver-2.19.1-bin


The shell command consists of two parts (each with no line breaks when 
you type them)


echo  "export GEOSERVER_HOME=/usr/share/geoserver/geoserver-2.19.1-bin" 
>> ~/.profile


and then

. ~/.profile



On 6/1/2021 8:01 AM, John Joseph wrote:
Hello, I'm installing Geoserver-2.19.1 (binary, platform independent) 
stable release on Ubuntu 20.04.  I'm following the Geoserver 
documentation as best I can, but am running into trouble on setting the 
GEOSERVER_HOME environment variable.


After following the documentation to download and extract zip files, I 
have the directories set up such that my startup.sh is located as shown:


/usr/share/geoserver/geoserver-2.19.1-bin/bin/startup.sh

Now Step 5 of the current on-line GeoServer documentation says to define 
the GEOSERVER_HOME environment variable by entering the command (which 
I've copied and pasted here):


echo  "export GEOSERVER_HOME=/usr/share/geoserver"  >> ~/.profile
. ~/.profile

I assume this is all supposed to be entered as a single command line, as 
the instructions say to type it in, so I typed it in like this:


echo "export GEOSERVER_HOME=/usr/share/geoserver" >> ~/.profile. ~/.profile

which did not work for me.  Prior to that, I had entered (erroneously) as two 
separate command lines (. ~/.profile as the 2nd command).  But either way when 
I try to do a subesequent step,

cd geoserver/bin

I get "No such file or directory". I actually got Geoserver to start last night by using the 
commands "cd /usr/share/geoserver/geoserver-2.19.1-bin/bin" and then "sh startup.sh", but 
now even that won't work.

Can someone tell me my error?  I'm considering re-installing, but would like to 
have a bit more insight before I do that.

Your help would be much appreciated.




___
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 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] GEOSERVER_HOME envrionemnt variable on Ubuntu

2021-06-01 Thread Tom Saul
For the example you have provided the GEOSERVER_HOME would be set to 
/usr/share/geoserver/geoserver-2.19.1-bin


The shell command consists of two parts (each with no line breaks when 
you type them)


echo "export GEOSERVER_HOME=/usr/share/geoserver/geoserver-2.19.1-bin" 
>> ~/.profile


and then

. ~/.profile

(THe alternative to the latter is just log off and then back on)



On 6/1/2021 8:01 AM, John Joseph wrote:
Hello, I'm installing Geoserver-2.19.1 (binary, platform independent) 
stable release on Ubuntu 20.04. I'm following the Geoserver 
documentation as best I can, but am running into trouble on setting 
the GEOSERVER_HOME environment variable.


After following the documentation to download and extract zip files, I 
have the directories set up such that my startup.sh is located as shown:


/usr/share/geoserver/geoserver-2.19.1-bin/bin/startup.sh

Now Step 5 of the current on-line GeoServer documentation says to 
define the GEOSERVER_HOME environment variable by entering the command 
(which I've copied and pasted here):


echo "export GEOSERVER_HOME=/usr/share/geoserver" >> ~/.profile
. ~/.profile

I assume this is all supposed to be entered as a single command line, 
as the instructions say to type it in, so I typed it in like this:


echo "export GEOSERVER_HOME=/usr/share/geoserver" >> ~/.profile. 
~/.profile


which did not work for me. Prior to that, I had entered (erroneously) 
as two separate command lines (. ~/.profile as the 2nd command). But 
either way when I try to do a subesequent step,


cd geoserver/bin

I get "No such file or directory". I actually got Geoserver to start 
last night by using the commands "cd 
/usr/share/geoserver/geoserver-2.19.1-bin/bin" and then "sh 
startup.sh", but now even that won't work.


Can someone tell me my error? I'm considering re-installing, but would 
like to have a bit more insight before I do that.


Your help would be much appreciated.




___
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 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] GEOSERVER_HOME envrionemnt variable on Ubuntu

2021-06-01 Thread Vera Green
Are you installing it in tomcat? Should be easy and if you are *not moving
the data dir *from it's default location you should not need to set this
variable.

systemctl stop tomcatsudo sucd /home/you/wget
http://sourceforge.net/projects/geoserver/files/GeoServer/2.17.0/geoserver-2.17.0-war.zipunzip
geoserver-2.17.0-war.zip -d geoservercd geoservermv geoserver.war
/opt/tomcat/latest/webapps/.chown tomcat:tomcat
/opt/tomcat/latest/webapps/geoserver.warchmod +x
/opt/tomcat/latest/webapps/geoserver.warsystemctl start
tomcatsystemctl status tomcat

*If you ARE moving the data dir:*
nano /opt/tomcat/latest/webapps/geoserver/WEB-INF/web.xml

Change the config to:

   GEOSERVER_DATA_DIR
  /your/path/geoserver/data



Did you enable CORES? This is tomcat specific . . .

Enable CORES

This is required for proper use of the GUI and WMS access

nano /opt/tomcat/latest/conf/web.xml


add to bottom of config file inside last bracket.

 
 CorsFilter
 org.apache.catalina.filters.CorsFilter
 
 cors.allowed.origins
 *
 
 
 
 CorsFilter
 /*
 

Vera


On Tue, Jun 1, 2021 at 9:59 AM Bart Zwemmer | GIS Specialisten <
b...@gisspecialisten.nl> wrote:

> Hi Joseph,
>
>
>
> In order to use the variable, you have to call it by it’s name.
>
>
>
> cd $GEOSERVER_HOME/bin
>
>
>
> Should get you into the bin folder in /usr/share/Geoserver
>
>
>
> Kind regards,
>
>
>
> Bart
>
>
>
> *From:* John Joseph 
> *Sent:* Tuesday, 1 June 2021 17:01
> *To:* geoserver-users@lists.sourceforge.net
> *Subject:* [Geoserver-users] GEOSERVER_HOME envrionemnt variable on Ubuntu
>
>
>
> Hello, I'm installing Geoserver-2.19.1 (binary, platform independent)
> stable release on Ubuntu 20.04.  I'm following the Geoserver documentation
> as best I can, but am running into trouble on setting the GEOSERVER_HOME
> environment variable.
>
>
>
> After following the documentation to download and extract zip files, I
> have the directories set up such that my startup.sh is located as shown:
>
>
>
> /usr/share/geoserver/geoserver-2.19.1-bin/bin/startup.sh
>
>
>
> Now Step 5 of the current on-line GeoServer documentation says to define
> the GEOSERVER_HOME environment variable by entering the command (which I've
> copied and pasted here):
>
>
>
> echo "export GEOSERVER_HOME=/usr/share/geoserver" >> ~/.profile
>
> . ~/.profile
>
>
>
> I assume this is all supposed to be entered as a single command line, as the 
> instructions say to type it in, so I typed it in like this:
>
> echo "export GEOSERVER_HOME=/usr/share/geoserver" >> ~/.profile. ~/.profile
>
> which did not work for me.  Prior to that, I had entered (erroneously) as two 
> separate command lines (. ~/.profile as the 2nd command).  But either way 
> when I try to do a subesequent step,
>
> cd geoserver/bin
>
> I get "No such file or directory". I actually got Geoserver to start last 
> night by using the commands "cd 
> /usr/share/geoserver/geoserver-2.19.1-bin/bin" and then "sh startup.sh", but 
> now even that won't work.
>
> Can someone tell me my error?  I'm considering re-installing, but would like 
> to have a bit more insight before I do that.
>
> Your help would be much appreciated.
>
>
>
> *Disclaimer*
> De informatie in dit e-mailbericht, inclusief eventuele bijlage(s) is
> vertrouwelijk en uitsluitend bestemd voor de geadresseerde(n). Gebruik van
> deze informatie door anderen dan de geadresseerde(n) is niet toegestaan.
> Openbaarmaking, verspreiding en/of verstrekking van deze informatie aan
> derden wordt niet gepermitteerd. Wanneer u dit bericht ten onrechte heeft
> ontvangen, dient u de afzender hiervan per e-mail op de hoogte te brengen
> en dit bericht te verwijderen.
> ___
> 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 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


Re: [Geoserver-users] GEOSERVER_HOME envrionemnt variable on Ubuntu

2021-06-01 Thread Bart Zwemmer | GIS Specialisten
Hi Joseph,

In order to use the variable, you have to call it by it’s name.

cd $GEOSERVER_HOME/bin

Should get you into the bin folder in /usr/share/Geoserver

Kind regards,

Bart

From: John Joseph 
Sent: Tuesday, 1 June 2021 17:01
To: geoserver-users@lists.sourceforge.net
Subject: [Geoserver-users] GEOSERVER_HOME envrionemnt variable on Ubuntu

Hello, I'm installing Geoserver-2.19.1 (binary, platform independent) stable 
release on Ubuntu 20.04.  I'm following the Geoserver documentation as best I 
can, but am running into trouble on setting the GEOSERVER_HOME environment 
variable.

After following the documentation to download and extract zip files, I have the 
directories set up such that my startup.sh is located as shown:

/usr/share/geoserver/geoserver-2.19.1-bin/bin/startup.sh

Now Step 5 of the current on-line GeoServer documentation says to define the 
GEOSERVER_HOME environment variable by entering the command (which I've copied 
and pasted here):


echo "export GEOSERVER_HOME=/usr/share/geoserver" >> ~/.profile

. ~/.profile



I assume this is all supposed to be entered as a single command line, as the 
instructions say to type it in, so I typed it in like this:

echo "export GEOSERVER_HOME=/usr/share/geoserver" >> ~/.profile. ~/.profile

which did not work for me.  Prior to that, I had entered (erroneously) as two 
separate command lines (. ~/.profile as the 2nd command).  But either way when 
I try to do a subesequent step,

cd geoserver/bin

I get "No such file or directory". I actually got Geoserver to start last night 
by using the commands "cd /usr/share/geoserver/geoserver-2.19.1-bin/bin" and 
then "sh startup.sh", but now even that won't work.

Can someone tell me my error?  I'm considering re-installing, but would like to 
have a bit more insight before I do that.

Your help would be much appreciated.



Disclaimer
De informatie in dit e-mailbericht, inclusief eventuele bijlage(s) is 
vertrouwelijk en uitsluitend bestemd voor de geadresseerde(n). Gebruik van deze 
informatie door anderen dan de geadresseerde(n) is niet toegestaan. 
Openbaarmaking, verspreiding en/of verstrekking van deze informatie aan derden 
wordt niet gepermitteerd. Wanneer u dit bericht ten onrechte heeft ontvangen, 
dient u de afzender hiervan per e-mail op de hoogte te brengen en dit bericht 
te verwijderen.
___
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] GEOSERVER_HOME envrionemnt variable on Ubuntu

2021-06-01 Thread John Joseph
Hello, I'm installing Geoserver-2.19.1 (binary, platform independent)
stable release on Ubuntu 20.04.  I'm following the Geoserver documentation
as best I can, but am running into trouble on setting the GEOSERVER_HOME
environment variable.

After following the documentation to download and extract zip files, I have
the directories set up such that my startup.sh is located as shown:

/usr/share/geoserver/geoserver-2.19.1-bin/bin/startup.sh

Now Step 5 of the current on-line GeoServer documentation says to define
the GEOSERVER_HOME environment variable by entering the command (which I've
copied and pasted here):

echo "export GEOSERVER_HOME=/usr/share/geoserver" >> ~/.profile
. ~/.profile

I assume this is all supposed to be entered as a single command line,
as the instructions say to type it in, so I typed it in like this:

echo "export GEOSERVER_HOME=/usr/share/geoserver" >> ~/.profile. ~/.profile

which did not work for me.  Prior to that, I had entered (erroneously)
as two separate command lines (. ~/.profile as the 2nd command).  But
either way when I try to do a subesequent step,

cd geoserver/bin

I get "No such file or directory". I actually got Geoserver to start
last night by using the commands "cd
/usr/share/geoserver/geoserver-2.19.1-bin/bin" and then "sh
startup.sh", but now even that won't work.

Can someone tell me my error?  I'm considering re-installing, but
would like to have a bit more insight before I do that.

Your help would be much appreciated.
___
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] App-schema - long WFS GetFeature response times without BBOX

2021-06-01 Thread Marcin Grudzień
Hi,

I have published INSPIRE Land Cover WFS service using Geoserver 2.19.1 with
app-schema extension. The service is available at
https://mapy.geoportal.gov.pl/wss/service/wfsLCV/guest?service=WFS&request=GetCapabilities

The data is stored in the PostGIS database.

The service publishes over 6 000 000 land cover objects.

I noticed that it takes around 20 seconds for the service to return the
response to the most basic GetFeature request
https://mapy.geoportal.gov.pl/wss/service/wfsLCV/guest?service=WFS&request=GetFeature&version=2.0.0&TYPENAMES=lcv:LandCoverUnit&count=1


However, if I add the BBOX parameter to the request, significantly limiting
the area of the request, the response times are much better. E.g.
https://mapy.geoportal.gov.pl/wss/service/wfsLCV/guest?service=WFS&request=GetFeature&version=2.0.0&TYPENAMES=lcv:LandCoverUnit&count=100&BBOX=50,50,60,60
takes around 2 seconds.

I suspect that such GeoServer behaviour is related to the fact that the
server wants to establish the total number of features that can be
downloaded by the service (attribute numberMatched) and is doing it for the
full BBOX defined for the lcv:LandCoverUnit feature type in the service
GetCapabilities response.

I would be grateful for any suggestion regarding lowering the response
times for the non-spatial GetFeature requests.

Best regards,
Marcin
___
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] Sorting SLD symbology using the recode function [SEC=UNOFFICIAL]

2021-06-01 Thread Andrea Aime
Hi,
I'm afraid it's not possible to use any type of expression in a vendor
option.
At the Java API level, vendor options values are just static strings, they
cannot contain
dynamic behavior. It's technically feasible to switch from String to
Expression (which would
allow function usage), but also a large change. It would be a pretty good
improvement though!

Going back to sorting, with the current capabilities, you can only provide
a field name. So,
a way to achieve what you want, if your data source is a database, is to
create a view,
either in the database or as a GeoServer SQL view, that computes the
sorting score as a new attribute.
Then you use the sortBy against this new attribute. That should do it.

Cheers
Andrea


On Tue, Jun 1, 2021 at 8:33 AM Sexton Michael 
wrote:

> Hi Geoserver User list
>
>
>
> I have a layer where I want certain rules to be rendered higher in the
> z-order, using the vendor option ‘sortBy’, as described here
> .
> However the field I wish to sort on is text, not numeric.
>
>
>
> I thought I could do this using the Recode function, as follows:
>
>
>
> <*sld**:VendorOption **name**="sortBy"*>
> <*ogc**:Function **name**="Recode"*>
> <*ogc**:PropertyName*>OPERATING_STATUS
> <*ogc**:Literal*>mineral deposit
> <*ogc**:Literal*>50
> <*ogc**:Literal*>historic mine
> <*ogc**:Literal*>60
> <*ogc**:Literal*>closed
> <*ogc**:Literal*>70
> <*ogc**:Literal*>under development
> <*ogc**:Literal*>80
> <*ogc**:Literal*>feasibility
> <*ogc**:Literal*>80
> <*ogc**:Literal*>care and maintenance
> <*ogc**:Literal*>90
> <*ogc**:Literal*>operating mine
> <*ogc**:Literal*>100
> 
> 
>
>
>
> But this seems to do nothing. Is there a way to sort a text field
> according to a preset numerical ordering?
>
>
>
> Thanks
>
>
>
> Michael
>
> Geoscience Australia Disclaimer: This e-mail (and files transmitted with
> it) is intended only for the person or entity to which it is addressed. If
> you are not the intended recipient, then you have received this e-mail by
> mistake and any use, dissemination, forwarding, printing or copying of this
> e-mail and its file attachments is prohibited. The security of emails
> transmitted cannot be guaranteed; by forwarding or replying to this email,
> you acknowledge and accept these risks.
> ___
> 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
>


-- 

Regards, Andrea Aime

== GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf
Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa
(LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549
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.*
___
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 thi