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

Make better use of screen real estate in Collections HTML page #142

Closed justb4 closed 4 years ago

justb4 commented 5 years ago

The Collections HTML page is sort of squeezed-in, not using available browser-screen optimally. Best to show this with a picture, for example when opening https://demo.pygeoapi.io/master/collections?f=html we see:

image

I.e.

Seen on Google Chrome and Safari Mac OSX.

justb4 commented 5 years ago

I can take this one up, PR upcoming. Below after some CSS and other mods:

image

justb4 commented 5 years ago

Should be fixed.

tomkralidis commented 5 years ago

The fixed footer results in some pages' content not being fully visible. Example: https://demo.pygeoapi.io/master

However pages like https://demo.pygeoapi.io/stable/collections?f=html now render much better.

Can we not have the fixed footer? Pull request for review in #158

justb4 commented 4 years ago

Think this issue is fixed and can be closed, also it is more about formatting than content as in #361.