usap-dc-dev / usap-dc-website

repository for usap-dc website. Includes javascript client side app and python/flask server side.
2 stars 0 forks source link

check and fix map layers that are not working on home page map #47

Open fnitsche2001 opened 7 months ago

fnitsche2001 commented 7 months ago

The entries for SDLS, OSU, BPC are not showing anything on the map on the home page. Maybe update with local tables if we get some from these databases? Also BPC should be renamed PRR.

astrong-ldeo commented 6 months ago

SDLS uses this URL: https://sdls.ogs.trieste.it/geoserver/ows?version=1.1.0 The result when accessing it is this XML, which suggests our URL is wrong/outdated:

<ows:ExceptionReport xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ows="http://www.opengis.net/ows" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0.0" xsi:schemaLocation="http://www.opengis.net/ows http://sdls.ogs.trieste.it/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd">
<ows:Exception exceptionCode="InvalidParameterValue" locator="service">
<ows:ExceptionText>No service: ( ows )</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
astrong-ldeo commented 6 months ago

We need to reach out to these repositories – SDLS, OSU, and PRR – to figure out how to access their data.