Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
vinnakota opened this issue Jan 9, 2020 · 5 comments · Fixed by #49
Closed

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

vinnakota opened this issue Jan 9, 2020 · 5 comments · Fixed by #49
Assignees
Labels
Milestone

Comments

@vinnakota
Copy link

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

  • cite:Autos
  • cite:BuildingCenters
  • cite:Terrain

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
Copy link
Contributor

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
Copy link

keshavnangare commented Jan 16, 2020

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 dstenger added the bug label Jan 22, 2020
@dstenger
Copy link
Contributor

@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
Copy link
Contributor

dstenger commented Feb 3, 2020

Issue created to host backend service by OGC: #48

@lgoltz
Copy link
Contributor

lgoltz commented Feb 3, 2020

see also: #46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants