[Geoserver-users] How to enable W3DS service in Geoserver 2.4.0

2015-06-04 Thread venky
Hi, I am using Geoserver 2.4.0 to view the UK map in my web map application by using the openlayers and wms service. Now I am looking into view the terrain data in 3d with WebGL enabled browser and got some examples in Geoserver W3DS for the same. But there is no extension / plugin found to enabl

Re: [Geoserver-users] Fwd: CQL Filter contradiction between WFS getFeature request and WMS mergeNewParams

2013-12-20 Thread venky
Hi This is the URL hitting geoserver: http://xxx.xxx.x.xx:8080/geoserver/wfs?service=wfs&version=1.1.0&request=GetFeature&typeName=cite:Plymouth_Buildings&cql_filter=Area='2.0224'%20+%20'2.0224 ' On Fri, Dec 20, 2013 at 2:10 PM, Andrea Aime wrote: >

Re: [Geoserver-users] Fwd: CQL Filter contradiction between WFS getFeature request and WMS mergeNewParams

2013-12-20 Thread venky
;\'2.0224\'" at line 1, column 19. Was expecting one of: <EOF> "and" ... "or" ... ";" ... "/" ... "*" ... "+" ... "-" ... Parsing : Area = '2.0224' &#

Re: [Geoserver-users] Fwd: CQL Filter contradiction between WFS getFeature request and WMS mergeNewParams

2013-12-23 Thread venky
Yes. Its working now. Thanks for your help Mauro. Its really great. I will let u know if I met any further issue with this On Sat, Dec 21, 2013 at 12:34 PM, Mauro Bartolomeoli < mauro.bartolome...@geo-solutions.it> wrote: > Hi Venky, > the problem seems to be that you need to ur

Re: [Geoserver-users] Fwd: CQL Filter contradiction between WFS getFeature request and WMS mergeNewParams

2013-12-24 Thread venky
cql_filter=Area> ('41.9696' +%2B+'42.9826') / 2 Please suggest me to use this type of queries On Mon, Dec 23, 2013 at 5:01 PM, venky wrote: > Yes. Its working now. Thanks for your help Mauro. Its really great. I will > let u know if I met any furthe

[Geoserver-users] ["format":"image/png"] java.io.IOException: The byte array is not a recognized imageformat.

2013-12-27 Thread venky
Dear All, I am using mapfish to print WMS layers from Geoserver 2.4.0. While printing WMS layers, Error appears in PDF file for some WMS layers. The Error is: *java.io.IOException: The byte array is not a recognized imageformat.* If I am using the format* "application/pdf"*, everything is prin

Re: [Geoserver-users] ["format":"image/png"] java.io.IOException: The byte array is not a recognized imageformat.

2013-12-27 Thread venky
; WMS requests that MFP is sending are actually being responded to with > images and not exception reports? Might be worth trying them as stand-alone > URL's. > Cheers, > Jonathan > > > On 27 December 2013 14:29, venky wrote: > >> Dear All, >> >> I am usin

Re: [Geoserver-users] Fwd: CQL Filter contradiction between WFS getFeature request and WMS mergeNewParams

2013-12-29 Thread venky
ea%20%3E%20(41.9696%20+%2B+%2042.9826)%20/%202 Is there anything I did wrongly? Kindly help me plz On Sat, Dec 28, 2013 at 1:59 PM, Mauro Bartolomeoli < mauro.bartolome...@geo-solutions.it> wrote: > Hi venky, > > > 2013/12/24 venky > >> Hi Mauro, >> >>

Re: [Geoserver-users] Fwd: CQL Filter contradiction between WFS getFeature request and WMS mergeNewParams

2013-12-30 Thread venky
2000.00%2B4000.00)/2 > Result=OK > > Perhaps the reason for the remaining trouble is the extra space characters > in your formula: '2000 + 4000' instead of '2000+4000'. > > -Jukka Rahkonen- > > > > venky wrote: > > > > Hi Mauro,

Re: [Geoserver-users] Geoserver Configuration

2014-01-28 Thread venky
Hi Vikram, I'm using tomcat 7 for Geoserver 2.4.0 in Windows XP platform. Check my JVM configuration below.It may help u. 1.Right click on tomcat service icon and goto configure 2.Update below values in 'Java' as shown in this screenshot. *Java Virtual Machine:* C:\Program Files\Java\jre7\bin\

[Geoserver-users] No 'Access-Control-Allow-Origin' header is present

2014-03-04 Thread venky
Dear All, I have installed Geoserver 2.4.0 on Windows 2008 Server with IIS7.(without using Tomcat) I can render the Geoserver layer in my web application which is in my location machine. But when I click on any feature to get information, I have received the following error message. XMLHttpReques

[Geoserver-users] Geoserver not responding for concurrent users

2014-03-06 Thread venky
Dear All, I have developed a web map application by using Geoserver 2.4.0 and tomcat 7 in Windows XP. My problem is geoserver itself not serving the data for concurrent users around 10 to 15 people (Hanging,Not loading..etc). Its serving data only for 3 to 4 users. I did all performance tunning i

Re: [Geoserver-users] Geoserver not responding for concurrent users

2014-03-07 Thread venky
Hi Andrea, Yes its dual core On Fri, Mar 7, 2014 at 6:42 PM, Andrea Aime wrote: > On Fri, Mar 7, 2014 at 1:36 PM, venky wrote: > >> Intel(R) Xeon(TM) CPU 3.00Ghz >> > > How many cores does this CPU have? > > Xeons have a long history, a old one might be single c

[Geoserver-users] How to add cross origin filter in org.mortbay.jetty for Geoserver 2.4.0 Windows installer?

2014-03-21 Thread venky
I am using GeoServer 2.4.0 on Windows 2008 Server. I have installed Geoserver by using windows installer. My problem is I dont know to add cross origin filter settings in Jetty. When I have searched this on google, am getting the examples for org.eclipse but inside my all jetty xml files I can fou

Re: [Geoserver-users] How to add cross origin filter in org.mortbay.jetty for Geoserver 2.4.0 Windows installer?

2014-03-23 Thread venky
taller is _not_ recommended, please install Tomcat instead > and deploy the > GeoServer WAR in it instead > > Cheers > Andrea > > > > On Fri, Mar 21, 2014 at 3:08 PM, venky wrote: > >> I am using GeoServer 2.4.0 on Windows 2008 Server. I have installed >> Ge

[Geoserver-users] Openlayers Overview Control issue with GeoWebCache on Geoserver 2.4.0

2014-03-23 Thread venky
Dear All, I have developed a web map application by using Geoserver 2.4.0 with Tomcat 7 on Windows 2008 32bit OS. I am using Openlayers Overview control in my application. It was working fine. I have enabled and configured embedded GeoWebCache to speedup the image rendering from GeoServer. Aftert

Re: [Geoserver-users] How to add cross origin filter in org.mortbay.jetty for Geoserver 2.4.0 Windows installer?

2014-03-24 Thread venky
ach above 32 > concurrent requests. > For your case, the container should not make a difference... > > Cheers > Andrea > > > On Mon, Mar 24, 2014 at 5:14 AM, venky wrote: > >> Thanks Andrea..Previously I have done this in Tomcat 7 only with >> Geoserver 2.4.0 on

Re: [Geoserver-users] Openlayers Overview Control issue with GeoWebCache on Geoserver 2.4.0

2014-03-24 Thread venky
ed version or a suitable, low-resolution replacement. > > > > > > > 2014-03-24 5:26 GMT+01:00 venky : > >> Dear All, >> >> I have developed a web map application by using Geoserver 2.4.0 with >> Tomcat 7 on Windows 2008 32bit OS. >> >> I am us

Re: [Geoserver-users] How to add cross origin filter in org.mortbay.jetty for Geoserver 2.4.0 Windows installer?

2014-03-24 Thread venky
s it should work with Jetty. > > > On Mon, Mar 24, 2014 at 7:25 AM, venky wrote: > >> Ok thanks Andrea >> >> >> On Mon, Mar 24, 2014 at 12:44 PM, Andrea Aime < >> andrea.a...@geo-solutions.it> wrote: >> >>> We made some internal tests o