Skip to main content
Question

Map seemingly to not load

  • October 8, 2025
  • 2 replies
  • 20 views

Forum|alt.badge.img
  • Guardian
  • 16 replies

Hi !

We have recently created a page for our DNOA data report, it all works well and happy with it, apart from one map which doesnt seem to be loading correctly

 

Distribution Network Options Assessment — Open Data | Northern Powergrid

 

The map in question is in the “Network Dashboard” tab, and has a lot of grey space. It works fine if i full screen then minimize again. Any thoughts as to why it appears to stop loading?

 

Thanks

 

Ryan

2 replies

Forum|alt.badge.img+2
  • Huwise Team
  • 6 replies
  • October 9, 2025

Hello,

This seems to be caused by a frequent issue with our maps: they need to be visible in the page at the time they initialize, otherwise they can’t properly position their “tiles” and you get a grey background. We even have a dedicated page on our userguide for that problem: https://userguide.huwise.com/en/articles/2255682

In your case, I think the page uses ods-simple-tabs, and you can use the keep-content attribute set to false on the tab to make sure its content is loaded only when the tab is active, which should fix your issue:

    <ods-simple-tab
label="..."
keep-content="false">
...
</ods-simple-tab>

Let me know if this solves the issue!


Forum|alt.badge.img
  • Author
  • Guardian
  • 16 replies
  • October 10, 2025

Hi Benoit,

That did the trick, thank you!

Thanks

Ryan