Sure,
* Download the geoserver capdoc (using wget or web-browser "save-as...")
* Edit the capdoc using a text editor or XML editor. Remove anything you don't want to see, including the long list of SRS definitions
Then have ArcGIS load that capabilities document. You may need to trick ArcGIS into getting the file from a webserver, but know that apache ignores the query-string after a static file...so the query:
http://your-server/capdoc.xml?request=getcapabilities…
is the same as
http://your-server/capdoc.xml
So you can trick ArcGIS into getting your 'modified' capabilities document that way.
--saul
________________________________
From: geoserver-users-bounces@lists.sourceforge.net on behalf of Pete DeVries
Sent: Tue 7/17/2007 6:03 PM
To: Farber, Saul (EEA)
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Two Questions: Geoserver Performance with ArcGIS 9.2, Querying Raster Layers?
Since I am only serving a small number of different EPSG's (less than 4) is it possible to set this so it returns a
smaller SRS?
Thanks!
- Pete
On 7/17/07, Farber, Saul (EEA) <Saul.Farber@anonymised.com> wrote:
Indeed. ArcGIS 9.2 (the heavyweight desktop client) is minimally supportive when it comes to WMS interoperability.
The only ESRI-created product that implements WMS on the server-side is a .war plug-in for ArcIMS, and it creates only very small 'one-maps-worth' WMS servers...each with a distinct capabilities document.
It's possible that the large size of your capdoc (particularly the SRS portion) is causing the ArcGIS Explorer 9.2 client to break down.
--saul
________________________________
From: geoserver-users-bounces@lists.sourceforge.net on behalf of Andrea Aime
Sent: Tue 7/17/2007 5:03 PM
To: Pete DeVries
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Two Questions: Geoserver Performance with ArcGIS 9.2, Querying Raster Layers?
Andrea Aime ha scritto:
> Pete DeVries ha scritto:
>> Hi I have two questions:
>>
>> 1)
>>
>> I have been noticing that performance of WMS with Geoserver and ArcGIS
>> 9.2 is extremely slow.
>> The same server works fine with uDig and QuantumGIS.
>>
>> Previously I had been using ArcGIS 9.1 which seemed to work better.
>>
>> This reduced performance seems to hold true for all the versions of
>> Geoserver 1.5 - 1.6b2
>> with servlet compression both on and off.
>>
>> Has anyone else experienced this or have any ideas on why this is
>> happening?
>
> In Geoserver 1.5.x we changed the PNG encoder to use JAI instead of
> the standard Java PNG compressor. It gave us more options, and it's
> the first time we hear about a slowdown... unfortunately no one of
> us has access to ArcGis, so we only checked on browsers and open source
> software, and as you stated, it all seems to be fine.
Well, I downloaded ArcGis Explorer 9.2 and the moment I give it the
capabilities link it starts chewing up one of my two cores for...
minutes, and eating 120MB of memory too in the process.
Did not wait for it to end, killed it after a little while.
Yet, we are WMS 1.1.1 compliant, so our capabilities document cannot
be that wrong?
Cheers
Andrea
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
---------------------------------------------------------------
Pete DeVries
Department of Entomology
University of Wisconsin - Madison
445 Russell Laboratories
1630 Linden Drive
Madison, WI 53706
------------------------------------------------------------