[Geoserver-users] app-schema and a mapping to generate xlink:href or xsi:nil on the same element

2014-04-03 Thread Lazar Bodor
Hi all, Below is a write-up of a problem I've encountered using app-schemas when specifying a mapping for an element whose attributes should be chosen dynamically. I'm also posting a solution that works for me. I would like to ask if anyone knows a simpler way to archive the same. Please let me kn

Re: [Geoserver-users] Oracle Data in Geoserver

2014-04-03 Thread Rahkonen Jukka (Tike)
Hi, Is your projection this one http://epsg-registry.org/report.htm?type=selection&entity=urn:ogc:def:crs:EPSG::26910&reportDetail=short&style=urn:uuid:report-style:default-with-code&style_name=OGP%20Default%20With%20Code&title=26910 If it is, your bounds cover only 360 by 180 meters. Or do you u

Re: [Geoserver-users] Oracle Data in Geoserver

2014-04-03 Thread rkliao
I had to do this again with another set of shapes and is ending up with Geoserver timing out even if I had created the indexes. Is there something else I might be missing? I create the metadata and indexes as follows: INSERT INTO USER_SDO_GEOM_METADATA VALUES ( 'GEOSERVER_CEMDATA', 'THE_G

Re: [Geoserver-users] TextSymbolizer with multi line Label and Graphic

2014-04-03 Thread Michael Romero
I do most of my development on OSX but was getting a variety of different errors running the tests so I switched to Ubuntu 12.04. After installing perceptualdiff in Ubuntu, the test failure below was the only one (in the render module). Thanks, Michael On Apr 3, 2014, at 10:19 AM, Andrea Aime

Re: [Geoserver-users] Correct location of log4j config files?

2014-04-03 Thread Andrea Aime
On Thu, Apr 3, 2014 at 5:32 PM, Roel De Nijs wrote: > For sorting out another issue I had to change my log4jConfigFile. This > resulted in the following warning. I only had the > PRODUCTION_LOGGING.properties in "dataDir/logs", so the warning is > definitely spot-on! > > > > 2014-04-03 11:35:35,

Re: [Geoserver-users] TextSymbolizer with multi line Label and Graphic

2014-04-03 Thread Andrea Aime
On Tue, Apr 1, 2014 at 12:22 AM, Michael Romero wrote: > Thanks Andrea. I fixed the bug and created a pull request ( > https://github.com/geotools/geotools/pull/407). However, there are two > potential issues: > > 1.)I don't have a signed contribution license. It's only 4 lines of > code s

Re: [Geoserver-users] Color palette statically configured on a Layer or a Style?

2014-04-03 Thread Andrea Aime
On Wed, Apr 2, 2014 at 7:19 AM, Jakob Ventin wrote: > > GeoServer supports "palette" - vendor parameter on WMS requests as > documented here: > > - http://docs.geoserver.org/latest/en/user/services/wms/vendor.html > - > > http://docs.geoserver.org/latest/en/user/tutorials/palettedimage/palettedim

Re: [Geoserver-users] Blurry WMS style icons

2014-04-03 Thread Andrea Aime
On Thu, Apr 3, 2014 at 2:56 PM, Thomas Jahnsen wrote: > Hello > > I have WMS layers set up in GeoServer that uses SLD¹s with ExternalGraphic > links to PNG images. When I produce WMS GetMap images, the icons are a lot > blurrier (antialiased) than they are in the original image. The SLD > declares

Re: [Geoserver-users] geoserver 2.5 & viewparams

2014-04-03 Thread Andrea Aime
On Thu, Apr 3, 2014 at 4:05 PM, Roel De Nijs wrote: > Enabling "geotools developer logging" showed indeed a wrong srid in the > query getting executed (2 instead of 31370). Updating the geoserver > instance to the latest nightly build (01-Apr-2014 15:42) solved the issue. > Thanks for the swift

Re: [Geoserver-users] Reg Map not printed in mapfish print WMS layer is Secured

2014-04-03 Thread Mauro Bartolomeoli
Hi Paulius, to use the new jar you also need to make a change in geoserver WEB-INF/lib/web.xml to load the mapfish spring application context. Locate this section in the file: contextConfigLocation classpath*:/applicationContext.xml classpath*:/applicationSecurityContext.xml

[Geoserver-users] Correct location of log4j config files?

2014-04-03 Thread Roel De Nijs
For sorting out another issue I had to change my log4jConfigFile. This resulted in the following warning. I only had the PRODUCTION_LOGGING.properties in "dataDir/logs", so the warning is definitely spot-on! 2014-04-03 11:35:35,401 WARN [geoserver.logging] - log4jConfigFile 'GEOTOOLS_DEVELOPER_

Re: [Geoserver-users] Reg Map not printed in mapfish print WMS layer is Secured

2014-04-03 Thread Jesse Eichar
Is there any more errors in the log? On Thu, Apr 3, 2014 at 3:39 PM, Paulius Litvinas wrote: > Hello, > > > > I tried to replace existing print-lib jar with jar from > http://central.maven.org/maven2/org/mapfish/print/print-lib/2.0.0/print-lib-2.0.0.jarin > geoserver lib folder. > > I am using

Re: [Geoserver-users] geoserver 2.5 & viewparams

2014-04-03 Thread Roel De Nijs
Enabling "geotools developer logging" showed indeed a wrong srid in the query getting executed (2 instead of 31370). Updating the geoserver instance to the latest nightly build (01-Apr-2014 15:42) solved the issue. Thanks for the swift reply (and solution)! When I look at the issue you mentione

Re: [Geoserver-users] Reg Map not printed in mapfish print WMS layer is Secured

2014-04-03 Thread Paulius Litvinas
Hello, I tried to replace existing print-lib jar with jar from http://central.maven.org/maven2/org/mapfish/print/print-lib/2.0.0/print-lib- 2.0.0.jar in geoserver lib folder. I am using GeoServer 2.4.5 windows installer on Windows Server 2008 R2 x64 on java 1.6 x32. Got the following error

[Geoserver-users] Blurry WMS style icons

2014-04-03 Thread Thomas Jahnsen
Hello I have WMS layers set up in GeoServer that uses SLD¹s with ExternalGraphic links to PNG images. When I produce WMS GetMap images, the icons are a lot blurrier (antialiased) than they are in the original image. The SLD declares the icons' native size. What are the options to control antialia

Re: [Geoserver-users] Trying to Create a new Data Store: Connection to resource failed error

2014-04-03 Thread Zac Stanley
Thanks guys. I figured it out yesterday. I simply needed to copy my data into the geoserver directory rather than going through the public_html url. Thanks for the responses. Zac On Tue, Apr 1, 2014 at 8:12 AM, Simone Giannecchini < simone.giannecch...@geo-solutions.it> wrote: > Ciao Zac, > lo

Re: [Geoserver-users] wps request builder

2014-04-03 Thread Manjula
i changed the configuration of GeoServer C:\Program Files (x86)\GeoServer 2.5-RC1\wrapper\wrapper.conf to this Initial Java Heap Size (in MB) wrapper.java.initmemory=256 # Maximum Java Heap Size (in MB) wrapper.java.maxmemory=1024 -- View this message in context: http://osgeo-org.1560.x6.

Re: [Geoserver-users] wps request builder

2014-04-03 Thread Manjula
tell me the idel configuration of the jvm ... this is my jdk version C:\Program Files (x86)\Java\jdk1.7.0_25 -- View this message in context: http://osgeo-org.1560.x6.nabble.com/wps-request-builder-tp5131461p5132658.html Sent from the GeoServer - User mailing list archive at Nabble.com. -

Re: [Geoserver-users] wps request builder

2014-04-03 Thread Manjula
I don't know how to set all the Options -server . -Xmx256M -Xms48m -XX:SoftRefLRUPolicyMSPerMB=36000 -XX:MaxPermSize=128m -XX:+UseParallelGC please explain in detail sir -- View this message in context: http://osgeo-org.1560.x6.nabble.com/wps-request-builder

Re: [Geoserver-users] wps request builder

2014-04-03 Thread Manjula
expalin all this things -K.Manjula--- On Wed, Apr 2, 2014 at 5:27 PM, Manjula [via OSGeo.org] < ml-node+s1560n5132659...@n6.nabble.com> wrote: > I don't know how to set all the Options > -server . > -Xmx256M -Xms48m > -XX:SoftRefLRUPolicyMSPerMB=36000

[Geoserver-users] app-schema and a mapping to generate xlink:href or xsi:nil on the same element

2014-04-03 Thread Lazar Bodor
Geoserver users, Below is a write-up of a problem I've encountered using app-schemas when specifying a mapping for an element whose attributes should be chosen dynamically. I'm also posting a solution that works for me. I would like to ask if anyone knows a simpler way to archive the same. Please

[Geoserver-users] Tell me about tiled=yes and tiled=true

2014-04-03 Thread Rahkonen Jukka (Tike)
Hi, I was reading this two years old discussion https://www.mail-archive.com/geoserver-users@lists.sourceforge.net/msg08781.html There seems to be a GeoServer WMS vendor parameter "tiled=yes" and then there is a GeoWebCache WMS vendor parameter "tiled=true" http://docs.geoserver.org/stable/en/us