opengeospatial / ets-wms-client13

Repository for the Exectutable Test Suite for WMS Client 1.3.X
Other
1 stars 3 forks source link

Multiple layers that the test expects are missing in the test WMS service #47

Closed vinnakota closed 4 years ago

vinnakota commented 4 years ago

WMS client test expects GetMap requests that target these 3 layers that are not advertised in the test WMS service. This is similar to issue #32

I also tested against TeamEngine Beta and it too has similar issue.

I tested using ArcMap, ArcGISPro, and ArcGIS Online MapViewer. In this case the client doesn't matter because the test is expecting to non-existent layers.

cc @ssankaran @BruceHarold

dstenger commented 4 years ago

Thank you for reporting.

@keshav-nangare Can you please check which layers are not supported any more by test WMS service (please also consider Prod and Beta environments)?

keshavnangare commented 4 years ago

Following is the test result of Beta environments:

We can see in below screenshot, as per the first comment the three layers are not advertised. Ther service don't have these layers and the test suite is trying to process it. The cite:Terrain layer was removed in the #32 issue and the PR is merged into master. But the Beta server & Prod server has the ets-wms-client13 version 1.3, this version doesn't have this change so the cite:Terrain layer is appearing in beta server.

Service is used in ets-wms-client13: http://services.interactive-instruments.de/cite-xs-46/cite/cgi-bin/wms/wms/wms?request=GetCapabilities&version=1.3

Result: wms-client13-beta

dstenger commented 4 years ago

@keshav-nangare Can you please remove the layers cite:Autos and cite:BuildingCenters from the tests for now?

@ghobona Also, we should ask the maintainer of the service http://services.interactive-instruments.de/cite-xs-46/cite/cgi-bin/wms/wms/wms?request=GetCapabilities&version=1.3 about the stability.

dstenger commented 4 years ago

Issue created to host backend service by OGC: https://github.com/opengeospatial/ets-wms-client13/issues/48

lgoltz commented 4 years ago

see also: #46