[Geoserver-users] Printing Module

2019-02-05 Thread Xemixal Z
Hi, I have installed Geoserver Printing Module extension successfully and trying to print a map using the following specifications using ajax var specs = { "units": "degrees", "srs": "EPSG:4326", "layout": "A4 portrait",

[Geoserver-users] Mixed SRID Geometries Error - GeoRSS

2019-02-05 Thread Jason King
All, We're noticing an issue attempting to access a GeoRSS feed from Geoserver pointed at a Postgres database. It seems to be intermittent and seems that the it happens when we start Geoserver and there is no data in the table that the layer is in. If we start Geoserver with data in the tabl

[Geoserver-users] Mixed SRID geometries

2019-02-05 Thread jason.k...@q-free.com
All, We're noticing an issue attempting to access a GeoRSS feed from Geoserver pointed at a Postgres database. It seems to be intermittent and seems that the it happens when we start Geoserver and there is no data in the table that the layer is in. If we start Geoserver with data in the table

[Geoserver-users] Style, i18N in SLD Title has no Chlidren

2019-02-05 Thread Thomas Doejen
Dear Geoserver Community, unfortunally I have problems to use the i18N for multi-language Title, not sure if it's an issue or if i have wrong settings. I got the message * line 14: cvc-type.3.1.2: Element 'Title' is a simple type, so it must have no element information item [children].

Re: [Geoserver-users] ImagePyramid "sorry too many clients"

2019-02-05 Thread Arnaud L.
Le 05/02/2019 à 12:14, Andrea Aime a écrit : for that case you need to "step up" your installation and have everything use the same JNDI connection pool (same connection pool for all stores), see also: https://docs.geoserver.org/stable/en/user/tutorials/tomcat-jndi/tomcat-jndi.html JNDI works

Re: [Geoserver-users] Font size differs on Windows and Linux machines

2019-02-05 Thread Andrea Aime
Hi, I might be wrong, but believe that "Sans Serif" is not an actual specific font, but just a name that is best matched to whatever sans serif font is available. From the Java documentation: - Java SE defines the following five logical font families: - Dialog - DialogInput

Re: [Geoserver-users] ImagePyramid "sorry too many clients"

2019-02-05 Thread Arnaud L.
Hi Andrea Le 05/02/2019 à 12:14, Andrea Aime a écrit : for that case you need to "step up" your installation and have everything use the same JNDI connection pool (same connection pool for all stores), see also: https://docs.geoserver.org/stable/en/user/tutorials/tomcat-jndi/tomcat-jndi.html

Re: [Geoserver-users] Legend remote External Graphic

2019-02-05 Thread Andrea Aime
Hi, I had a quick look at the code generating the backlink, it just builds the reference assuming the legend file is stored inside the "styles" folder of the GeoServer data directory. However the documentation states that one can also enter a "URL", which is not true. Either the docs or the code n

Re: [Geoserver-users] ImagePyramid "sorry too many clients"

2019-02-05 Thread Andrea Aime
Hi Arnaud, for that case you need to "step up" your installation and have everything use the same JNDI connection pool (same connection pool for all stores), see also: https://docs.geoserver.org/stable/en/user/tutorials/tomcat-jndi/tomcat-jndi.html Cheers Andrea On Fri, Feb 1, 2019 at 10:01 AM