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
483 stars 258 forks source link

Resolver error when accessing items #334

Closed jvanulde closed 4 years ago

jvanulde commented 4 years ago

I get an error:

Resolver error at paths./collections/obs/items.get.parameters.1.$ref

Could not resolve reference: Failed to fetch

When accessing: https://demo.pygeoapi.io/master/openapi#/obs/get_collections_obs_items

Inline in the Swagger documentation I see the following message:

Could not render this component, see the console.
Screen Shot 2020-01-09 at 12 16 39 PM
tomkralidis commented 4 years ago

@jvanulde I'm not able to reproduce on a local install. Not sure if this is a networking error from demo.pygeoapi.io to schemas.opengis.net

tomkralidis commented 4 years ago

Duplicate of #312