Hello.
We use MapInfo and have both WMS and WFS layers working from GeoServer. I
recently tried to get one of our customers up and running opening WMS layers
in ArcGIS. Everything seems to be working fine. I can get the catalogue of
available layers.
I can add the layers using the add data button. I can even zoom to the
extents of the layer but nothing is getting rendered to the map window. Has
anyone else seen this? The Arc help says that any errors will be reported to
the screen but there are no errors being reported so it seems like
everything's working except rendering the image.
Thanks. Dan
--
View this message in context: http://www.nabble.com/GeoServer-WMS-in-ArcGIS-9.x-images-don't-display-tp17694283p17694283.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
Hello,
We made some tests with the WMS support of ArcGisServer : there is a problem with the handling of the different projection systems.
If you look at the WMS capability document generated ny ArcGisServer, there is only two projection system : the “0” system, which is the projection system of the data and the WGS84 system.
I never managed to make the WGS84 projection work. In fact, it seems that you can only use the WMS support with ArcGisServer layers. If you try for example to add other WMS services, you will have problem with the projections.
Moreover, the name of the layers are not obvious, since you must use the index of the layer in the mxd you used to create the service.
Hope this will help
Alexandre
On Fri, Jun 6, 2008 at 5:01 PM, lunarfish <dan.jones@anonymised.com> wrote:
Hello.
We use MapInfo and have both WMS and WFS layers working from GeoServer. I
recently tried to get one of our customers up and running opening WMS layers
in ArcGIS. Everything seems to be working fine. I can get the catalogue of
available layers.
I can add the layers using the add data button. I can even zoom to the
extents of the layer but nothing is getting rendered to the map window. Has
anyone else seen this? The Arc help says that any errors will be reported to
the screen but there are no errors being reported so it seems like
everything’s working except rendering the image.
Thanks. Dan
View this message in context: http://www.nabble.com/GeoServer-WMS-in-ArcGIS-9.x-images-don%27t-display-tp17694283p17694283.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
Check out the new SourceForge.net Marketplace.
It’s the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
lunarfish ha scritto:
Hello.
We use MapInfo and have both WMS and WFS layers working from GeoServer. I
recently tried to get one of our customers up and running opening WMS layers
in ArcGIS. Everything seems to be working fine. I can get the catalogue of
available layers.
I can add the layers using the add data button. I can even zoom to the
extents of the layer but nothing is getting rendered to the map window. Has
anyone else seen this? The Arc help says that any errors will be reported to
the screen but there are no errors being reported so it seems like
everything's working except rendering the image.
Eh, probably arcgrid is asking the server to display the error messages
inside the rendered image, but GeoServer does not support that at the
moment:
http://jira.codehaus.org/browse/GEOS-1936
ou can have a look at the GeoServer logs and see what exception
(if any) it being triggered by the ArcGIS requests.
Cheers
Andrea