You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the more general question is how to make maps that show several thousands of entries. With markerclusters, this is not a visulazation problem any more.
Presumably what you are running into here is some MediaWiki page-size limit. All the data for the markers is stored in the page, so clustering has zero impact on the amount. If you are indeed running into the page-size limit, then the way around that is dynamic loading of data such as via the "ajaxqueries". Though one can imagine a new mechanism where the whole data set is still loaded on page load, but just is not cached within the page content.
Setup
Issue
This rather simple query displays an error:
If I try to remove some printouts, to make it smaller, sometimes the message does not get displayed, but only a blank page is showing.
So the first improvement would be to fetch the problem to avoid the error and especially a blank page.
https://fina.knowledge.wiki/Test_Map
Performance
But the more general question is how to make maps that show several thousands of entries. With markerclusters, this is not a visulazation problem any more.
See also #565
The text was updated successfully, but these errors were encountered: