ngds / metadata-issues

A repository for tracking issues with metadata in the National Geothermal Data System
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

geoportal/geothermal details page is broken #29

Closed smrgeoinfo closed 10 years ago

smrgeoinfo commented 10 years ago

http://catalog.usgin.org/geothermal/catalog/search/resource/details.page?uuid=%7B77749372-A952-4AB3-A387-737C59B1ABB4%7D

the xslt to transform the metadata for presentation seems to be missing. All the links from this page come up to local host. I'd like to keep the geoportal running because is it offers functionality (see the XML) that we still can't do with CKAN.

lmusil commented 10 years ago

When you access the metadata from the details page, the page is coming up as local host. I will look into this. This does not happen If you access the metadata page directly from search. http://catalog.usgin.org/geothermal/rest/document?id=%7B77749372-A952-4AB3-A387-737C59B1ABB4%7D

smrgeoinfo commented 10 years ago

my guess is it has to do with the missing xslt...

lmusil commented 10 years ago

This is fixed, the xslt was added back, fixing the details pages. The links calling localhost was a separate problem- I added a parameter into the gpt.xml file telling the geoportal REST info to use the reverse proxy setup. It's all working now.