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

National Map records displaying as ESRI REST rather than WMS #114

Open
tchaddad opened this issue Jun 26, 2014 · 1 comment
Open

National Map records displaying as ESRI REST rather than WMS #114

tchaddad opened this issue Jun 26, 2014 · 1 comment
Labels

Comments

@tchaddad
Copy link
Collaborator

On the Dev server, we are connecting to National Map records:
http://wcga-vm01.sdsc.edu/discover/#?s=National%20Map%20%28USGS%29

The service types being displayed in the UI (on the right) are labeled as ESRI REST, when in fact they are actually WMS.

The reason for the problem is that in the backend Geoportal configuation we are using "Mapserver" as a keyword to infer that something is an ESRI REST service, when in fact all that it indicates is that something is coming from an ArcServer.

In this case the National Map services are WMS coming from an ArcServer, hence the problem.

@tchaddad tchaddad added the bug label Jun 26, 2014
@tchaddad
Copy link
Collaborator Author

Looking into this a bit more, the problem can likely be resolved by switching the order of link type detection in the GeoPortal configuration - by detecting WMS after ESRI REST, we likely avoid this problem.

Requires some testing, so should be bundled with the other GeoPortal configuration changes we are making.

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

No branches or pull requests

1 participant