geopython / pygeoapi

pygeoapi is a Python server implementation of the OGC API suite of standards. The project emerged as part of the next generation OGC API efforts in 2018 and provides the capability for organizations to deploy a RESTful OGC API endpoint using OpenAPI, GeoJSON, and HTML. pygeoapi is open source and released under an MIT license.
https://pygeoapi.io
MIT License
499 stars 262 forks source link

collection detail page has wrong link in schema.org/includedInDataCatalog #213

Closed pvgenuchten closed 5 years ago

pvgenuchten commented 5 years ago

It should reference the pygeoapi main page (or collections page)

image

jorgejesus commented 5 years ago

Fixed #210 also looking at this The collections page is considered a catalog: <section id="collections" itemscope itemtype="//schema.org/DataCatalog">

now collection detail page points to the collection page (includedInDataCatalog)

@pvgenuchten Shouldnt the collection page also have a "includedInDataCatalog" to the pygeopai main page ??