AtlasOfLivingAustralia / spatial-hub

New spatial portal front end using AngularJS
https://spatial.ala.org.au/
7 stars 16 forks source link

Pagination not displaying for some layers, on some browsers #464

Closed kylie-m closed 3 months ago

kylie-m commented 8 months ago

This example refers to the IBRA7 subregions layer.

After adding the layer, Firefox, Edge and Safari seem to be displaying a full list of subregions and the pagination buttons to navigate through. However, this is not working consistently on Chrome. Note also that for the displays without pagination I can still search for a subregion and it will be returned.

The issue seems to be with particular layers, or just IBRA7 Subregions, as IBRA7 Regions works ok.

No pagination (Chrome):

IBRA7-chrome-no-pagination

Functioning, with pagination (Firefox, Safari, Edge):

IBRA7-subregions

raised by user: https://support.ehelp.edu.au/a/tickets/190947

adam-collins commented 8 months ago

For an unknown reason ibra7_subregions was missing from geoserver. This reduced the scrollable area because the legend image was missing.

Fixed by adding it back.

There was an alternative, grab the resize tool by hovering over the legend heading and make it bigger.

kylie-m commented 8 months ago

Thanks Adam, it's working well for me now